:root {
  --bg: #020608;
  --bg-2: #071114;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-2: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f8fbfb;
  --muted: rgba(248, 251, 251, 0.68);
  --soft: rgba(248, 251, 251, 0.48);
  --mint: #8cf6d0;
  --cyan: #35d7f4;
  --blue: #2688ff;
  --gold: #d7b867;
  --radius: 8px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #020608;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(53, 215, 244, 0.12), transparent 34rem),
    radial-gradient(circle at 92% 12%, rgba(140, 246, 208, 0.09), transparent 30rem),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(2, 6, 8, 0.45) 0%, rgba(7, 17, 20, 0.72) 46%, rgba(2, 6, 8, 0.88) 100%);
  background-size: auto, auto, 76px 76px, 76px 76px, auto;
  pointer-events: none;
}


.site-animated-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #020608;
}
.site-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.08) brightness(0.78);
  animation: bgSlowPush 14s ease-in-out infinite;
}
.site-bg-node,
.site-bg-line,
.site-bg-spark,
.site-bg-beam {
  position: absolute;
  pointer-events: none;
}
.site-bg-node {
  z-index: 1;
  width: 13.5%;
  aspect-ratio: 1;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(140, 246, 208, 0.24), rgba(53, 215, 244, 0.11) 42%, transparent 68%);
  box-shadow: 0 0 36px rgba(53, 215, 244, 0.28), inset 0 0 26px rgba(140, 246, 208, 0.1);
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: bgNodePulse 6.8s ease-in-out infinite;
}
.bg-n1 { left: 11%; top: 21%; animation-delay: 0s; }
.bg-n2 { left: 40%; top: 37%; width: 18%; animation-delay: 0.7s; }
.bg-n3 { right: 15%; top: 20%; animation-delay: 1.4s; }
.bg-n4 { left: 26%; bottom: 12%; animation-delay: 2.1s; }
.bg-n5 { right: 28%; bottom: 14%; animation-delay: 2.8s; }
.bg-n6 { right: 2%; bottom: 9%; width: 16%; animation-delay: 3.5s; }
.site-bg-line {
  z-index: 1;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(53, 215, 244, 0.25), rgba(140, 246, 208, 0.75), rgba(53, 215, 244, 0.58), transparent);
  box-shadow: 0 0 16px rgba(53, 215, 244, 0.5), 0 0 30px rgba(140, 246, 208, 0.24);
  transform-origin: center;
  opacity: 0.32;
  animation: bgLineBreath 3.2s ease-in-out infinite;
}
.bg-l1 { left: 12%; top: 38%; width: 34%; transform: rotate(-12deg); }
.bg-l2 { left: 39%; top: 44%; width: 34%; transform: rotate(6deg); animation-delay: 0.28s; }
.bg-l3 { right: 6%; top: 33%; width: 31%; transform: rotate(-20deg); animation-delay: 0.56s; }
.bg-l4 { left: 25%; bottom: 28%; width: 35%; transform: rotate(16deg); animation-delay: 0.84s; }
.bg-l5 { right: 18%; bottom: 28%; width: 29%; transform: rotate(-12deg); animation-delay: 1.12s; }
.bg-l6 { left: 46%; top: 18%; width: 28%; transform: rotate(92deg); animation-delay: 1.4s; }
.site-bg-beam {
  z-index: 1;
  bottom: 0;
  width: 2px;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(to top, transparent, rgba(53, 215, 244, 0.38), rgba(140, 246, 208, 0.22), transparent);
  box-shadow: 0 0 18px rgba(53, 215, 244, 0.34);
  opacity: 0.16;
  animation: bgBeamRise 4.6s ease-in-out infinite;
}
.bg-b1 { left: 18%; height: 34%; }
.bg-b2 { left: 34%; height: 48%; animation-delay: 0.4s; }
.bg-b3 { left: 49%; height: 56%; animation-delay: 0.8s; }
.bg-b4 { left: 63%; height: 44%; animation-delay: 1.2s; }
.bg-b5 { left: 78%; height: 38%; animation-delay: 1.6s; }
.bg-b6 { left: 88%; height: 52%; animation-delay: 2s; }
.site-bg-spark {
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan), 0 0 30px var(--mint), 0 0 44px var(--blue);
  opacity: 0.18;
  animation: bgSparkBlink 2.1s ease-in-out infinite;
}
.bg-p1 { left: 18%; top: 28%; }
.bg-p2 { left: 31%; top: 62%; animation-delay: 0.2s; }
.bg-p3 { left: 45%; top: 40%; animation-delay: 0.4s; }
.bg-p4 { left: 54%; top: 22%; animation-delay: 0.6s; }
.bg-p5 { right: 30%; top: 35%; animation-delay: 0.8s; }
.bg-p6 { right: 16%; top: 60%; animation-delay: 1s; }
.bg-p7 { left: 63%; bottom: 18%; animation-delay: 1.2s; }
.bg-p8 { left: 8%; bottom: 24%; animation-delay: 1.4s; }
.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}
@keyframes bgSlowPush {
  0%, 100% { transform: scale(1.02); }
  50% { transform: scale(1.07); }
}
@keyframes bgNodePulse {
  0%, 100% { opacity: 0.08; transform: scale(0.96); filter: brightness(0.9); }
  50% { opacity: 0.42; transform: scale(1.08); filter: brightness(1.35); }
}
@keyframes bgLineBreath {
  0%, 100% { opacity: 0.16; filter: brightness(0.85); }
  50% { opacity: 0.58; filter: brightness(1.55); }
}
@keyframes bgBeamRise {
  0%, 100% { opacity: 0.08; transform: scaleY(0.72); }
  50% { opacity: 0.34; transform: scaleY(1.08); }
}
@keyframes bgSparkBlink {
  0%, 100% { opacity: 0.08; transform: scale(0.68); }
  50% { opacity: 0.78; transform: scale(1.28); }
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  width: min(1180px, calc(100% - 28px));
  min-height: 80px;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(2, 6, 8, 0.8);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; min-width: 0; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 50px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: var(--radius);
  background: #020608;
  box-shadow: 0 12px 34px rgba(53, 215, 244, 0.12);
}
.brand-mark img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; }
.brand-lockup { display: inline-flex; align-items: center; width: clamp(158px, 16vw, 238px); min-width: 0; }
.brand-lockup img { display: block; width: 100%; height: auto; max-height: 50px; object-fit: contain; }
.nav { display: flex; justify-content: center; gap: 24px; color: var(--muted); font-size: 0.9rem; font-weight: 800; }
.nav a { transition: color 180ms ease; }
.nav a:hover { color: var(--text); }
.header-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 10px 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 850;
}
.language-switcher select { border: 0; color: var(--text); background: transparent; font-weight: 950; outline: 0; }
.language-switcher option { color: #071114; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button.primary { border: 0; color: #031014; background: linear-gradient(135deg, var(--mint), var(--cyan)); box-shadow: 0 18px 42px rgba(53, 215, 244, 0.22); }
.button.secondary { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.button:hover { transform: translateY(-2px); border-color: rgba(140, 246, 208, 0.42); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.06); }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--text); }

main { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.05fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: center;
  min-height: min(920px, 100vh);
  padding: clamp(132px, 14vh, 150px) 0 clamp(52px, 7vh, 72px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 18px; font-size: clamp(1.55rem, 3.2vw, 3.2rem); line-height: 1.04; letter-spacing: 0; }
h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(1.15rem, 2vw, 2.05rem); line-height: 1.12; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 1.08rem; }
.hero-lede { max-width: 670px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.14rem); line-height: 1.7; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 720px; margin-top: 46px; }
.hero-proof div, .problem-grid article, .solution-grid article, .benefit-grid article, .process-list article, .contact-form, .control-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.hero-proof div { padding: 18px; }
.hero-proof strong { display: block; margin-bottom: 6px; font-size: 1.2rem; }
.hero-proof span { color: var(--muted); font-size: 0.9rem; line-height: 1.35; }

.hero-system {
  position: relative;
  aspect-ratio: 1672 / 941;
  min-height: 0;
  border: 1px solid rgba(140, 246, 208, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  background: #020710;
  box-shadow: var(--shadow), 0 0 80px rgba(53, 215, 244, 0.08);
  isolation: isolate;
}
.chip-base-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(1.012);
  animation: slowPush 8s ease-in-out infinite;
}
.chip-breath,
.service-glow,
.stream,
.particle {
  position: absolute;
  pointer-events: none;
}
.chip-breath {
  z-index: 5;
  left: 34.4%;
  top: 25.7%;
  width: 31.4%;
  height: 35.8%;
  border: 2px solid rgba(140, 246, 208, 0.42);
  border-radius: 26px;
  box-shadow: 0 0 34px rgba(53, 215, 244, 0.5), 0 0 76px rgba(53, 215, 244, 0.25), inset 0 0 34px rgba(140, 246, 208, 0.16);
  animation: chipBorder 2.4s ease-in-out infinite;
}
.service-glow {
  z-index: 5;
  width: 14.6%;
  height: 19.4%;
  border: 1px solid rgba(140, 246, 208, 0.36);
  border-radius: 18px;
  box-shadow: 0 0 26px rgba(53, 215, 244, 0.42), inset 0 0 28px rgba(140, 246, 208, 0.12);
  opacity: 0.08;
  animation: serviceSequence 8s linear infinite;
}
.clientes { left: 20.35%; top: 7.45%; animation-delay: 0s; }
.leads { right: 19.65%; top: 7.45%; animation-delay: 1.15s; }
.documentos { left: 8.2%; top: 36.1%; animation-delay: 2.3s; }
.rrhh { right: 8.4%; top: 36.1%; animation-delay: 3.45s; }
.pagos { left: 17.1%; bottom: 12.1%; animation-delay: 4.6s; }
.reportes { right: 16.9%; bottom: 12.1%; animation-delay: 5.75s; }
.stream {
  z-index: 4;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(53, 215, 244, 0.22), rgba(140, 246, 208, 0.95), rgba(53, 215, 244, 0.92), rgba(38, 136, 255, 0.82), transparent);
  box-shadow: 0 0 18px rgba(53, 215, 244, 0.8), 0 0 34px rgba(140, 246, 208, 0.44);
  transform-origin: center;
  opacity: 0.78;
  animation: streamBreath 2s ease-in-out infinite;
}
.s1 { left: 21%; top: 25.8%; width: 24.8%; transform: rotate(15deg); }
.s2 { right: 19.4%; top: 25.3%; width: 24.8%; transform: rotate(165deg); animation-delay: 0.12s; }
.s3 { left: 14%; top: 47.4%; width: 27.2%; transform: rotate(1deg); animation-delay: 0.28s; }
.s4 { right: 13.6%; top: 47.4%; width: 27.2%; transform: rotate(179deg); animation-delay: 0.44s; }
.s5 { left: 21.4%; bottom: 24.5%; width: 25.2%; transform: rotate(-20deg); animation-delay: 0.6s; }
.s6 { right: 21.2%; bottom: 24.7%; width: 25.2%; transform: rotate(200deg); animation-delay: 0.76s; }
.particle {
  z-index: 7;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan), 0 0 30px var(--mint), 0 0 42px var(--blue);
  opacity: 0.3;
  animation: particleBlink 1.5s ease-in-out infinite;
}
.p1 { left: 41%; top: 17%; }
.p2 { left: 58%; top: 18%; animation-delay: 0.2s; }
.p3 { left: 29%; top: 48%; animation-delay: 0.4s; }
.p4 { right: 28%; top: 48%; animation-delay: 0.6s; }
.p5 { left: 42%; bottom: 17%; animation-delay: 0.8s; }
.p6 { right: 40%; bottom: 15%; animation-delay: 1s; }
.p7 { left: 50%; top: 12%; animation-delay: 1.2s; }
.p8 { left: 50%; bottom: 10%; animation-delay: 1.4s; }
@keyframes slowPush {
  0%, 100% { transform: scale(1.012); }
  50% { transform: scale(1.045); }
}
@keyframes chipBorder {
  0%, 100% { opacity: 0.36; transform: scale(0.992); }
  50% { opacity: 1; transform: scale(1.026); }
}
@keyframes serviceSequence {
  0%, 13%, 100% { opacity: 0.1; transform: scale(0.99); filter: brightness(0.85); }
  5%, 8% { opacity: 1; transform: scale(1.04); filter: brightness(1.6); }
}
@keyframes streamBreath {
  0%, 100% { opacity: 0.42; filter: brightness(0.92); }
  50% { opacity: 1; filter: brightness(1.75); }
}
@keyframes particleBlink {
  0%, 100% { opacity: 0.18; transform: scale(0.72); }
  50% { opacity: 1; transform: scale(1.32); }
}

.signal-strip {
  position: relative;
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 18px 0 82px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 10%, black 90%, transparent 100%);
}
.signal-row {
  overflow: hidden;
}
.signal-track {
  display: flex;
  width: max-content;
  gap: 14px;
  will-change: transform;
}
.signal-row-top .signal-track {
  animation: signalRight 26s linear infinite;
}
.signal-row-bottom .signal-track {
  animation: signalLeft 26s linear infinite;
}
.signal-strip span {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 148px;
  min-height: 56px;
  padding: 0 28px;
  overflow: hidden;
  border: 1px solid rgba(248, 251, 251, 0.16);
  border-radius: 999px;
  color: rgba(248, 251, 251, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.03)),
    rgba(2, 6, 8, 0.72);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24), inset 0 0 28px rgba(53, 215, 244, 0.04);
  backdrop-filter: blur(16px);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 950;
  white-space: nowrap;
}
.signal-strip span::before {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: -1;
  background: conic-gradient(from 0deg, transparent 0 70%, rgba(140, 246, 208, 0.32), rgba(53, 215, 244, 0.38), transparent 88% 100%);
  animation: signalSpin 5.8s linear infinite;
}
.signal-strip span::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(2, 6, 8, 0.86);
}
.signal-row-bottom span::before {
  animation-direction: reverse;
}
.signal-row:hover .signal-track {
  animation-play-state: paused;
}
@keyframes signalRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes signalLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes signalSpin {
  to { transform: rotate(1turn); }
}
.section { padding: clamp(62px, 8vw, 82px) 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-heading.wide { display: block; }
.section-heading.wide h2 { max-width: 920px; }
.problem-grid, .benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 16px); }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 16px); }
.problem-grid article, .solution-grid article, .benefit-grid article { min-height: 236px; padding: clamp(20px, 2.2vw, 24px); }
.solution-grid article { min-height: 268px; }
.problem-grid span, .solution-grid span, .process-list span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 50%; color: #031014; background: linear-gradient(135deg, var(--mint), var(--cyan)); font-weight: 950; }
.problem-grid p, .solution-grid p, .benefit-grid p, .process-copy p, .process-list p, .control-card p, .cta-copy p { color: var(--muted); line-height: 1.65; }
.benefit-grid strong { display: block; margin-bottom: 14px; font-size: 1.04rem; }

.process-section { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; padding: clamp(62px, 8vw, 82px) 0; }
.process-copy { text-align: center; }
.process-copy p:not(.eyebrow) { max-width: 620px; margin: 22px auto 0; }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 16px); }
.process-list article { min-height: 236px; padding: clamp(20px, 2.2vw, 24px); }
.tools-section { display: grid; grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr); gap: clamp(22px, 3vw, 28px); align-items: center; padding: clamp(28px, 4.4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(140, 246, 208, 0.08), rgba(53, 215, 244, 0.035)); }
.tool-cloud { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.integration-marquee {
  position: relative;
  display: grid;
  gap: 24px;
  width: 100%;
  overflow: hidden;
  padding: 18px 0 4px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 9%, black 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 9%, black 91%, transparent 100%);
}
.integration-row {
  overflow: hidden;
}
.integration-track {
  display: flex;
  width: max-content;
  gap: 18px;
  will-change: transform;
}
.integration-row-top .integration-track {
  animation: integrationsRight 34s linear infinite;
}
.integration-row-bottom .integration-track {
  animation: integrationsLeft 34s linear infinite;
}
.integration-card {
  display: grid;
  place-items: center;
  flex: 0 0 212px;
  min-height: 128px;
  padding: 22px 18px 18px;
  border: 1px solid rgba(248, 251, 251, 0.14);
  border-radius: var(--radius);
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.028)),
    rgba(2, 6, 8, 0.74);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28), inset 0 0 34px rgba(53, 215, 244, 0.04);
  backdrop-filter: blur(16px);
}
.integration-card strong {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.15;
  text-align: center;
}
.integration-logo {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(248, 251, 251, 0.98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), 0 0 36px rgba(53, 215, 244, 0.12);
}
.integration-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.integration-logo.hubspot,
.integration-logo.salesforce,
.integration-logo.whatsapp,
.integration-logo.slack,
.integration-logo.zapier,
.integration-logo.google,
.integration-logo.microsoft,
.integration-logo.airtable,
.integration-logo.sheets,
.integration-logo.n8n { background: rgba(248, 251, 251, 0.96); }
.integration-logo.notion { background: #f7f7f2; }
.integration-logo.openai { background: rgba(3, 16, 20, 0.92); border: 1px solid rgba(140, 246, 208, 0.32); }
.integration-row:hover .integration-track {
  animation-play-state: paused;
}
@keyframes integrationsRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes integrationsLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.control-section { padding: clamp(62px, 8vw, 82px) 0 28px; }
.control-card { padding: clamp(28px, 4vw, 42px); background: linear-gradient(135deg, rgba(140, 246, 208, 0.09), rgba(255, 255, 255, 0.04)); }
.control-card p:not(.eyebrow) { max-width: 780px; margin: 22px 0 0; font-size: 1.02rem; }
.cta-section { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.74fr); gap: clamp(28px, 4vw, 42px); align-items: start; padding: clamp(66px, 8vw, 88px) 0 58px; }
.cta-copy p:not(.eyebrow) { max-width: 540px; margin-top: 22px; }
.contact-form { display: grid; gap: 14px; padding: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 0.88rem; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; color: var(--text); background: rgba(2, 6, 8, 0.68); outline: 0; resize: vertical; }
.contact-form option { color: #071114; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(140, 246, 208, 0.64); box-shadow: 0 0 0 3px rgba(140, 246, 208, 0.12); }
.form-note { min-height: 22px; margin: 0; color: var(--mint); font-weight: 850; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; width: min(1180px, calc(100% - 28px)); margin: 0 auto; padding: 28px 0 38px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; min-width: 0; }
.footer-brand .brand-mark { width: 82px; height: 50px; }
.footer-brand .brand-lockup { width: clamp(158px, 16vw, 238px); }
.site-footer > span { font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 1120px) and (min-width: 981px) {
  .site-header { width: min(1060px, calc(100% - 28px)); }
  main, .site-footer { width: min(1060px, calc(100% - 28px)); }
  .nav { gap: 18px; }
  .brand-lockup { width: 176px; }
  .hero { grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1fr); }
  .hero-proof { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .brand { gap: 9px; }
  .brand-mark { width: 68px; height: 42px; }
  .brand-lockup { width: 164px; }
  .nav { display: none; grid-column: 1 / -1; justify-content: stretch; gap: 4px; padding: 12px 0 4px; }
  .site-header.is-open .nav { display: grid; }
  .nav a { padding: 12px 4px; }
  .header-actions { grid-column: 2; justify-self: end; }
  .language-switcher span { display: none; }
  .menu-button { display: block; grid-column: 3; }
  .hero, .process-section, .tools-section, .cta-section { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; }
  .hero-system { min-height: 0; }
  .problem-grid, .solution-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-cloud { justify-content: flex-start; }
}

@media (max-width: 640px) {
  main, .site-header, .site-footer { width: min(100% - 22px, 1180px); }
  .site-header { top: 10px; min-height: 64px; padding: 8px 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 56px; height: 34px; }
  .brand-lockup { width: 126px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-brand .brand-mark { width: 56px; height: 34px; }
  .footer-brand .brand-lockup { width: 126px; }
  .hero { min-height: auto; padding-top: 104px; padding-bottom: 44px; gap: 28px; }
  h1 { font-size: clamp(1.5rem, 7vw, 2.15rem); }
  h2 { font-size: clamp(1.2rem, 5vw, 1.7rem); }
  .hero-proof, .problem-grid, .solution-grid, .benefit-grid, .process-list, .form-grid { grid-template-columns: 1fr; }
  .hero-proof { margin-top: 28px; }
  .hero-proof div { padding: 16px; }
  .hero-system { border-radius: 6px; }
  .hero-system { min-height: 0; }
  .signal-strip { gap: 12px; padding-bottom: 62px; }
  .signal-track { gap: 10px; }
  .signal-strip span { min-width: 126px; min-height: 48px; padding: 0 20px; font-size: .94rem; }
  .section { padding: 58px 0; }
  .section-heading { display: block; }
  .problem-grid article, .solution-grid article, .benefit-grid article, .process-list article { min-height: auto; }
  .tools-section, .control-card { padding: 24px; }
  .integration-marquee { gap: 14px; }
  .integration-track { gap: 12px; }
  .integration-card { flex-basis: 164px; min-height: 108px; padding: 18px 12px 14px; }
  .integration-logo { width: 52px; height: 52px; border-radius: 15px; padding: 8px; }
  .integration-card strong { font-size: .9rem; }
  .cta-section { padding-top: 66px; }
}


/* Unified centered headings */
.hero-copy,
.section-heading,
.section-heading.wide,
.process-copy,
.tools-section > div:first-child,
.control-card,
.cta-copy {
  text-align: center;
}

.hero-copy h1,
.hero-copy .hero-lede,
.hero-proof,
.section-heading h2,
.section-heading .eyebrow,
.process-copy h2,
.process-copy p,
.tools-section h2,
.tools-section .eyebrow,
.control-card h2,
.control-card p,
.cta-copy h2,
.cta-copy p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  display: block;
}

.process-section,
.cta-section {
  align-items: start;
}

.tools-section {
  grid-template-columns: 1fr;
}

.tool-cloud {
  justify-content: center;
}

.control-card p:not(.eyebrow),
.cta-copy p:not(.eyebrow),
.process-copy p:not(.eyebrow) {
  max-width: 620px;
}


/* Stable centered control section */
.control-section {
  display: flex;
  justify-content: center;
}

.control-card {
  width: 100%;
  text-align: center;
}

.control-card .eyebrow,
.control-card h2,
.control-card p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.control-card p:not(.eyebrow) {
  display: block;
  max-width: 620px;
  margin-top: 22px;
  text-align: center;
}


/* Larger green section titles */
.eyebrow {
  color: var(--mint);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 950;
  letter-spacing: 0.22em;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(140, 246, 208, 0.22);
}

@media (max-width: 640px) {
  .eyebrow {
    font-size: 0.92rem;
    letter-spacing: 0.16em;
  }
}


/* Force section labels to the same mint color */
.hero .eyebrow,
.section-heading .eyebrow,
.process-copy .eyebrow,
.tools-section .eyebrow,
.control-card .eyebrow,
.cta-copy .eyebrow {
  color: var(--mint);
}

@media (max-width: 420px) {
  main, .site-header, .site-footer { width: min(100% - 18px, 1180px); }
  .brand-mark { width: 50px; height: 32px; }
  .brand-lockup { width: 112px; }
  .language-switcher { min-height: 38px; padding: 0 8px; }
  .menu-button { width: 40px; height: 40px; }
  h1 { font-size: 1.72rem; line-height: 1.08; }
  .hero-lede { font-size: .98rem; line-height: 1.58; }
  .signal-strip span { min-width: 112px; min-height: 44px; padding: 0 16px; font-size: .86rem; }
  .integration-card { flex-basis: 148px; min-height: 102px; }
  .contact-form { padding: 18px; }
  .footer-brand .brand-lockup { width: 112px; }
}

/* Responsive safety polish */
h1, h2, h3, p, strong, span, label, button, input, select, textarea {
  overflow-wrap: anywhere;
}
.hero-copy,
.section-heading,
.process-copy,
.cta-copy,
.control-card,
.problem-grid article,
.solution-grid article,
.benefit-grid article,
.process-list article,
.contact-form {
  min-width: 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  min-width: 0;
}
@media (min-width: 1280px) {
  .hero { min-height: 860px; }
  .hero-system { max-width: 680px; justify-self: end; width: 100%; }
}
@media (max-width: 980px) {
  .hero-system { width: min(100%, 760px); justify-self: center; }
  .process-copy p:not(.eyebrow),
  .cta-copy p:not(.eyebrow),
  .control-card p:not(.eyebrow) { max-width: 680px; }
}
@media (max-width: 640px) {
  .site-bg-image { opacity: 0.32; }
  .site-bg-node, .site-bg-line, .site-bg-beam, .site-bg-spark { opacity: 0.72; }
  .section-heading { margin-bottom: 22px; }
  .problem-grid span, .solution-grid span, .process-list span { margin-bottom: 22px; }
  .contact-form input, .contact-form select, .contact-form textarea { padding: 13px; }
}

/* Tablet layout polish */
@media (min-width: 641px) and (max-width: 980px) {
  main, .site-header, .site-footer {
    width: min(100% - 36px, 900px);
  }
  .site-header {
    top: 14px;
    min-height: 74px;
  }
  .hero {
    padding-top: 126px;
    padding-bottom: 56px;
    gap: 34px;
  }
  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }
  .hero-proof {
    max-width: 760px;
    margin-top: 34px;
  }
  .hero-system {
    width: min(100%, 820px);
  }
  .signal-strip {
    padding-bottom: 70px;
  }
  .signal-strip span {
    min-width: 138px;
    min-height: 52px;
    padding: 0 24px;
  }
  .section,
  .process-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .problem-grid article,
  .solution-grid article,
  .benefit-grid article {
    min-height: 220px;
  }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list article { min-height: 210px; }
  .tools-section {
    padding: 38px;
  }
  .integration-card {
    flex-basis: 188px;
    min-height: 120px;
  }
  .control-card {
    padding: 36px;
  }
  .cta-section {
    padding-top: 74px;
  }
  .contact-form {
    max-width: 720px;
    margin: 0 auto;
  }
}
