:root {
  --navy-950: #031226;
  --navy-900: #061d3d;
  --navy-800: #0a2a57;
  --navy-700: #0d3b77;
  --teal-700: #047a7b;
  --teal-600: #079a98;
  --teal-500: #08b5b2;
  --cyan-300: #58e8ea;
  --ink: #10203a;
  --muted: #5e6b80;
  --line: #d9e3ec;
  --surface: #ffffff;
  --surface-alt: #f2f7fa;
  --success: #087f5b;
  --danger: #b42318;
  --warning-bg: #fff5d6;
  --warning-ink: #6c4b00;
  --container: 1180px;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(4, 26, 53, .13);
  --shadow-soft: 0 14px 38px rgba(4, 26, 53, .08);
  --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.svg-filters { position: absolute; width: 0; height: 0; overflow: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.85rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.15rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section--dark { color: #fff; background: var(--navy-950); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: #b9c9d9; }
.section--tint { background: var(--surface-alt); }

.skip-link {
  position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-150%);
  padding: 10px 16px; color: #fff; background: var(--navy-900); border-radius: 8px; font-weight: 700;
}
.skip-link:focus { transform: none; }
.local-demo {
  position: relative; z-index: 1000; padding: 10px 20px; text-align: center;
  color: var(--warning-ink); background: var(--warning-bg); border-bottom: 1px solid #f0d46d; font-size: .9rem;
}

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 14px 24px; border: 0; border-radius: 999px;
  color: #fff; background: linear-gradient(135deg, var(--teal-600), var(--teal-700));
  box-shadow: 0 12px 30px rgba(0, 150, 150, .2); font-weight: 800; line-height: 1.2;
  text-decoration: none; cursor: pointer; transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0, 150, 150, .28); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid var(--cyan-300); outline-offset: 3px; }
.button--small { min-height: 44px; padding: 11px 18px; font-size: .86rem; }
.button--bright { color: #031c2e; background: linear-gradient(135deg, #68fbf5, #0bd4cd); box-shadow: 0 13px 34px rgba(10, 218, 212, .24); }
.button--bright:hover { box-shadow: 0 16px 38px rgba(10, 218, 212, .35); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.text-link { color: #d6e6f4; }
.text-link:hover, .arrow-link:hover { color: var(--teal-600); }
.arrow-link { color: var(--navy-700); }

.eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 22px;
  color: var(--cyan-300) !important; font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow > span:first-child { width: 34px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--teal-700) !important; }
.section-heading { max-width: 760px; }
.section-heading h2 { margin-bottom: 24px; }
.section-heading--center { margin: 0 auto 56px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { max-width: 650px; margin-inline: auto; }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 58px; }
.heading-row > p { max-width: 370px; margin-bottom: 10px; }

.site-header { position: relative; z-index: 100; background: #fff; }
.site-header.is-sticky .nav { box-shadow: 0 12px 36px rgba(5, 23, 48, .08); }
.topbar { color: #d8e9f6; background: var(--navy-950); font-size: .78rem; letter-spacing: .025em; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; }
.topbar p { margin: 0; color: inherit; }
.topbar a { color: #fff; font-weight: 800; text-decoration: none; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #25e5a7; box-shadow: 0 0 0 5px rgba(37,229,167,.13); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: block; width: clamp(158px, 14vw, 182px); }
.brand img { display: block; width: 100%; height: auto; filter: url("#white-to-alpha") drop-shadow(0 5px 12px rgba(3,29,61,.08)); }
.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-menu > a:not(.button) { position: relative; color: #263751; font-size: .9rem; font-weight: 750; text-decoration: none; }
.nav-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal-600); transition: right var(--transition); }
.nav-menu > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy-900); transition: transform var(--transition), opacity var(--transition); }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .15; background-image: linear-gradient(rgba(75,218,221,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(75,218,221,.12) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 75%); }
[data-constellation] { position: relative; isolation: isolate; }
.constellation-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
[data-constellation="surface"] > .constellation-canvas { z-index: -1; opacity: .72; }
[data-constellation="image"] > .constellation-canvas { z-index: 3; opacity: .76; mix-blend-mode: screen; }
.hero > .constellation-canvas { z-index: -2; opacity: .78; mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%); }
.hero__glow { position: absolute; z-index: -1; width: 650px; height: 650px; right: -180px; top: -150px; border-radius: 50%; background: rgba(0, 188, 183, .22); filter: blur(100px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: 58px; }
.hero__copy { position: relative; z-index: 2; padding-bottom: 74px; }
.hero h1 { max-width: 750px; margin-bottom: 28px; }
.hero h1 em { color: var(--cyan-300); font-style: normal; }
.hero__lead { max-width: 660px; margin-bottom: 36px; font-size: 1.1rem; }
.hero__actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 0; margin: 48px 0 0; padding: 0; list-style: none; }
.hero__trust li { display: grid; min-width: 135px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.16); }
.hero__trust li:first-child { padding-left: 0; border-left: 0; }
.hero__trust strong { color: #fff; font-size: 1.08rem; }
.hero__trust span { color: #8fa8bd; font-size: .72rem; }
.hero__visual { position: relative; align-self: stretch; display: flex; align-items: center; }
.visual-frame { position: relative; width: 100%; min-height: 610px; overflow: hidden; border: 1px solid rgba(88,232,234,.25); border-radius: 190px 0 0 0; box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.visual-frame > img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: 53% center; }
.visual-frame__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,38,.48), transparent 40%), linear-gradient(0deg, rgba(3,18,38,.5), transparent 40%); }
.signal-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 230px; padding: 14px 17px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.85); border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,.22); backdrop-filter: blur(9px); }
.signal-card--top { right: 22px; top: 24%; }
.signal-card--bottom { left: 20px; bottom: 22%; }
.signal-card small, .signal-card strong { display: block; line-height: 1.35; }
.signal-card small { color: var(--muted); font-size: .68rem; }
.signal-card strong { color: var(--navy-900); font-size: .83rem; }
.signal-icon { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--teal-600); border-radius: 50%; font-weight: 900; }
.signal-pulse { width: 13px; height: 13px; margin: 11px; border-radius: 50%; background: #19d9a1; box-shadow: 0 0 0 7px rgba(25,217,161,.16), 0 0 18px #19d9a1; }
.hero__badge { position: absolute; right: -14px; bottom: 32px; display: flex; gap: 4px; padding: 7px; color: #dcecf7; background: var(--navy-900); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; box-shadow: var(--shadow); font-size: .72rem; }
.hero__badge span, .hero__badge strong { padding: 8px 13px; border-radius: 999px; }
.hero__badge strong { color: var(--navy-950); background: var(--cyan-300); }
.hero__footnote { display: flex; gap: 14px; align-items: center; min-height: 72px; color: #9cb0c2; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; letter-spacing: .04em; }
.hero__footnote span { color: var(--cyan-300); font-size: 1.4rem; }

.intro__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.intro__copy { padding-top: 48px; }
.intro__copy p { margin-bottom: 24px; font-size: 1.08rem; }
.intro__copy strong { color: var(--navy-900); }
.opportunity-strip { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 22px; margin-top: 76px; padding: 34px; color: #fff; background: linear-gradient(125deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.opportunity-strip > div:not(.strip-arrow) { display: grid; grid-template-columns: auto 1fr; column-gap: 13px; }
.opportunity-strip span { grid-row: span 2; display: grid; place-items: center; width: 38px; height: 38px; color: var(--cyan-300); border: 1px solid rgba(88,232,234,.45); border-radius: 50%; font-size: .73rem; font-weight: 900; }
.opportunity-strip strong { color: #fff; }
.opportunity-strip small { color: #8ea9bf; }
.strip-arrow { color: var(--cyan-300); font-size: 1.6rem; }

.process-list { --process-progress: 0; --process-line-x: 144px; position: relative; margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbd8e2; }
.process-list::before, .process-list::after { content: ""; position: absolute; z-index: 0; top: 71px; bottom: 71px; left: var(--process-line-x); width: 2px; border-radius: 999px; pointer-events: none; }
.process-list::before { background: #d3e1e8; }
.process-list::after { background: linear-gradient(to bottom, var(--teal-600), var(--cyan-300)); box-shadow: 0 0 14px rgba(8,181,178,.32); transform: scaleY(var(--process-progress)); transform-origin: top; }
.process-item { position: relative; z-index: 1; display: grid; grid-template-columns: 75px 62px 1fr; gap: 26px; align-items: center; min-height: 142px; padding: 24px 12px; border-bottom: 1px solid #cbd8e2; transition: background var(--transition), padding var(--transition); }
.process-item:hover { padding-inline: 28px; background: #fff; }
.process-number { color: var(--teal-700); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.process-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--navy-700); background: #fff; border: 1px solid #d1dfe7; border-radius: 16px; box-shadow: 0 7px 20px rgba(6,29,61,.05); transition: color 400ms ease, background 400ms ease, border-color 400ms ease, box-shadow 400ms ease, transform 500ms cubic-bezier(.2,.8,.2,1); }
.process-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-item.is-visible .process-icon { color: #fff; background: linear-gradient(145deg, var(--navy-800), var(--teal-600)); border-color: transparent; box-shadow: 0 12px 28px rgba(4,122,123,.22); animation: process-icon-pop 650ms cubic-bezier(.2,.85,.25,1) both; }
.process-item.is-visible .process-number { color: var(--teal-600); }
.process-item > div:last-child { display: grid; grid-template-columns: minmax(200px, .65fr) minmax(300px, 1fr); gap: 40px; align-items: center; }
.process-item h3, .process-item p { margin: 0; }

@keyframes process-icon-pop {
  0% { transform: scale(.68) rotate(-8deg); }
  70% { transform: scale(1.08) rotate(2deg); }
  100% { transform: scale(1) rotate(0); }
}

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); transition: transform var(--transition), box-shadow var(--transition); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card__image { position: relative; height: 230px; overflow: hidden; background: var(--navy-900); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card__image > span { position: absolute; z-index: 4; top: 16px; left: 16px; padding: 7px 11px; color: #03293a; background: var(--cyan-300); border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.service-card__body { padding: 30px; }
.service-card__body > small { color: var(--teal-700); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card__body h3 { min-height: 58px; margin: 15px 0; }
.check-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 6px 10px; color: #344a61; background: var(--surface-alt); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.check-list li::before { content: "✓"; margin-right: 5px; color: var(--teal-600); }

.value-section { position: relative; overflow: hidden; }
.value-section::after { content: ""; position: absolute; width: 500px; height: 500px; right: -250px; bottom: -250px; border-radius: 50%; background: rgba(0,185,181,.2); filter: blur(80px); }
.value-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.value-image { position: relative; overflow: hidden; border-radius: 0 var(--radius-lg) var(--radius-lg) var(--radius-lg); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.value-image img { width: 100%; min-height: 520px; object-fit: cover; object-position: 65% center; }
.value-image__note { position: absolute; z-index: 4; left: 20px; right: 20px; bottom: 20px; padding: 20px 24px; color: #fff; background: rgba(3,18,38,.86); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; backdrop-filter: blur(10px); }
.value-image__note strong, .value-image__note span { display: block; }
.value-image__note span { color: #a9bdcd; font-size: .82rem; }
.value-copy { position: relative; z-index: 1; }
.value-copy h2 { margin-bottom: 30px; }
.value-copy > p:not(.eyebrow) { font-size: 1.06rem; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0 36px; }
.reason-grid span { padding: 12px 14px; color: #d8e8f2; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; font-size: .82rem; }
.reason-grid span::before { content: "✓"; margin-right: 8px; color: var(--cyan-300); }

.audience-layout { overflow: hidden; background: var(--navy-950); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.audience-layout > img { width: 100%; max-height: 560px; object-fit: cover; }
.industry-cloud { position: relative; z-index: 4; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; padding: 30px; list-style: none; }
.industry-cloud li { padding: 9px 14px; color: #d8e8f3; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .78rem; }
.industry-cloud li:nth-child(3n+1) { color: var(--cyan-300); border-color: rgba(88,232,234,.42); }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 245px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform var(--transition), border-color var(--transition); }
.benefit-card:hover { transform: translateY(-4px); border-color: #9bcfd0; }
.benefit-card > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 26px; color: var(--teal-700); background: #e6f7f6; border-radius: 13px; font-size: 1.2rem; font-weight: 900; }
.benefit-card h3 { margin-bottom: 12px; }
.benefit-card p { margin: 0; font-size: .9rem; }
.benefit-card--accent { color: #fff; background: linear-gradient(140deg, var(--navy-900), var(--navy-700)); border-color: transparent; }
.benefit-card--accent h3 { color: #fff; }
.benefit-card--accent p { color: #bdcddd; }
.benefit-card--accent > span { color: var(--navy-950); background: var(--cyan-300); }

.brands { padding-bottom: 90px; }
.demo-notice { max-width: 880px; margin: -20px auto 28px; padding: 12px 18px; color: var(--warning-ink); background: var(--warning-bg); border: 1px solid #f2d978; border-radius: 12px; text-align: center; font-size: .8rem; }
.brand-marquee { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 14px 36px rgba(4,26,53,.05); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); }
.brand-marquee::before, .brand-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(28px, 6vw, 82px); pointer-events: none; backdrop-filter: blur(2.5px); -webkit-backdrop-filter: blur(2.5px); }
.brand-marquee::before { left: 0; background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,0)); }
.brand-marquee::after { right: 0; background: linear-gradient(270deg, rgba(255,255,255,.94), rgba(255,255,255,0)); }
.brand-track { display: flex; width: max-content; will-change: transform; animation: brand-marquee-left 52s linear infinite; }
.brand-marquee:hover .brand-track { animation-play-state: paused; }
.brand-set { display: flex; flex: 0 0 auto; }
.brand-placeholder, .brand-item { display: grid; flex: 0 0 clamp(165px, 18vw, 220px); place-items: center; min-height: 120px; padding: 22px 26px; color: #66778b; background: transparent; border-right: 1px solid rgba(207,220,230,.78); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-align: center; }
.brand-placeholder::before { content: "◇"; display: block; color: #9ab1c3; font-size: 1.6rem; }
.brand-item img { display: block; width: auto; max-width: 145px; height: auto; max-height: 58px; object-fit: contain; filter: grayscale(1) saturate(0) contrast(.92); opacity: .66; transition: opacity var(--transition), transform var(--transition); }
.brand-item:hover img { opacity: .9; transform: scale(1.035); }

@keyframes brand-marquee-left {
  to { transform: translate3d(-50%, 0, 0); }
}

.offer-section { padding-top: 0; }
.offer-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.offer-card__copy { padding: 58px; }
.offer-card__copy h2 { margin-bottom: 20px; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.offer-card__copy > p:not(.eyebrow) { max-width: 580px; color: #b9cad9; }
.offer-card__details { display: grid; align-content: center; gap: 0; padding: 28px 40px; background: rgba(7,154,152,.17); border-left: 1px solid rgba(255,255,255,.13); }
.offer-card__details > div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.offer-card__details > div:last-child { border-bottom: 0; }
.offer-card__details small { display: block; margin-bottom: 6px; color: var(--cyan-300); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-card__details p, .offer-card__details strong { margin: 0; color: #fff; font-size: .88rem; }

.contact-section { position: relative; background: #fff; }
.contact-section::before { content: ""; position: absolute; inset: 0 50% 0 0; background: var(--surface-alt); }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy { padding: 50px 0; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; font-size: 1.04rem; }
.contact-methods { display: grid; gap: 10px; margin-top: 38px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; padding: 16px; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.contact-methods a > span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--navy-900); border-radius: 12px; font-weight: 900; }
.contact-methods .contact-icon--whatsapp { background: #128c7e; }
.whatsapp-icon { display: block; flex: 0 0 auto; width: 19px; height: 19px; fill: currentColor; }
.contact-icon .whatsapp-icon { width: 23px; height: 23px; }
.contact-methods small, .contact-methods strong { display: block; line-height: 1.35; }
.contact-methods small { color: var(--muted); font-size: .7rem; }
.contact-methods strong { color: var(--navy-900); }
.payment-panel { margin-top: 34px; }
.payment-panel > small { display: block; margin-bottom: 12px; color: #546579; font-weight: 800; }
.payment-logos { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.payment-logo { display: grid; place-items: center; width: 76px; height: 46px; padding: 8px 11px; background: #fff; border: 1px solid #d6e1e9; border-radius: 10px; box-shadow: 0 7px 18px rgba(4,26,53,.07); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.payment-logo:hover { transform: translateY(-2px); border-color: rgba(0,135,133,.42); box-shadow: 0 11px 24px rgba(4,26,53,.11); }
.payment-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.payment-logo--spei { width: 88px; }
.payment-logo--spei img { height: 29px; }
.payment-logo--oxxo img { height: 27px; }
.payment-logo--visa img { height: 24px; }
.payment-logo--mastercard img { height: 30px; }
.payment-logo--mercado-pago img { height: 30px; }
.payment-logo--fallback { width: auto; min-width: 76px; color: #40546b; font-size: .68rem; font-weight: 800; }
.form-card { padding: 34px; background: #fff; border: 1px solid #dfe8ef; border-radius: var(--radius-md); box-shadow: 0 24px 80px rgba(4,26,53,.14); }
.form-card__header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-card__header span { color: var(--navy-900); font-weight: 900; }
.form-card__header small { color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { position: relative; margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: #32445b; font-size: .77rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); background: #f9fbfc; border: 1px solid #cbd7e1; border-radius: 10px; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); }
.field input, .field select { height: 50px; padding: 0 13px; }
.field textarea { min-height: 112px; padding: 12px 13px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #8da6b9; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: var(--teal-600); box-shadow: 0 0 0 4px rgba(7,154,152,.11); outline: none; }
.field [aria-invalid="true"] { border-color: var(--danger); }
.field-help { position: absolute; right: 10px; bottom: 7px; color: #8595a6; font-size: .65rem; }
.field-error { display: block; min-height: 0; margin-top: 4px; color: var(--danger); font-size: .69rem; font-weight: 700; }
.challenge-field { max-width: 220px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 6px; color: #526378; font-size: .73rem; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--teal-700); }
.consent a { color: var(--navy-700); font-weight: 800; }
.button--submit { width: 100%; justify-content: space-between; margin-top: 20px; padding-inline: 24px; background: var(--navy-900); box-shadow: none; }
.button--submit:hover { background: var(--navy-700); }
.button--submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 13px 0 0; color: #748497; font-size: .68rem; text-align: center; }
.form-note span { color: var(--teal-600); }
.form-status { display: none; margin-top: 16px; padding: 13px 15px; border-radius: 10px; font-size: .82rem; font-weight: 750; }
.form-status.is-success { display: block; color: #075b42; background: #e3f8ef; border: 1px solid #99dfc5; }
.form-status.is-error { display: block; color: #8f1d16; background: #fff0ee; border: 1px solid #f1b4ae; }

.terms-section { padding-top: 70px; background: var(--surface-alt); border-top: 1px solid var(--line); }
.terms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.terms-grid article { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.terms-grid article > span { color: var(--teal-700); font-size: .7rem; font-weight: 900; }
.terms-grid h3 { margin: 16px 0 13px; font-size: 1rem; }
.terms-grid p { margin: 0; font-size: .78rem; }
.terms-version { margin: 18px 0 0; text-align: right; font-size: .72rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq .section-heading { position: sticky; top: 40px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 25px; padding: 24px 4px; color: var(--navy-900); cursor: pointer; font-weight: 850; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal-600); font-size: 1.4rem; transition: transform var(--transition); }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 38px 24px 4px; }

.cta-band { padding: 80px 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band small { color: var(--cyan-300); font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.cta-band h2 { margin: 7px 0 10px; font-size: clamp(2.2rem, 5vw, 4.6rem); }
.cta-band p { margin: 0; }

.footer { padding: 70px 0 22px; color: #b9cad8; background: #020d1d; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr .8fr; gap: 60px; }
.footer__brand img { display: block; width: 205px; height: auto; filter: url("#white-to-alpha") brightness(0) invert(1); opacity: .94; }
.footer__brand p { max-width: 300px; margin-top: 20px; }
.footer h2 { margin-bottom: 18px; color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer a { display: block; margin: 7px 0; color: #b9cad8; font-size: .86rem; text-decoration: none; }
.footer a:hover { color: var(--cyan-300); }
.footer p { color: #8197aa; font-size: .78rem; }
.footer strong { color: #d8e6f0; }
.privacy-note { margin-top: 48px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); color: #7f94a7; font-size: .71rem; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; }
.footer__bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 17px; color: #fff; background: #0a8f66; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 12px 32px rgba(2,29,26,.28); font-size: .78rem; font-weight: 900; text-decoration: none; transition: transform var(--transition); }
.whatsapp-float .whatsapp-icon { width: 19px; height: 19px; }
.whatsapp-float:hover { transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal--delay { transition-delay: 120ms; }
.reveal.is-visible { opacity: 1; transform: none; }
.process-item.reveal { transform: translateY(34px) scale(.985); transition: opacity 720ms ease, transform 720ms cubic-bezier(.2,.8,.2,1), background var(--transition), padding var(--transition); }
.process-item.reveal:nth-child(2) { transition-delay: 55ms; }
.process-item.reveal:nth-child(3) { transition-delay: 110ms; }
.process-item.reveal:nth-child(4) { transition-delay: 165ms; }
.process-item.reveal:nth-child(5) { transition-delay: 220ms; }
.process-item.reveal.is-visible { transform: none; }

@media (max-width: 1050px) {
  .nav-menu { gap: 18px; }
  .nav-menu > a:not(.button) { display: none; }
  .hero__grid { grid-template-columns: 1fr .9fr; gap: 35px; }
  .hero h1 { font-size: clamp(2.8rem, 6.6vw, 4.5rem); }
  .visual-frame, .visual-frame > img { min-height: 540px; }
  .intro__grid { gap: 60px; }
  .service-card__body { padding: 24px; }
  .value-grid { gap: 55px; }
  .terms-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { gap: 48px; }
  .faq-grid { gap: 60px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  .section { padding: 88px 0; }
  .topbar__inner { justify-content: center; }
  .topbar__inner > a { display: none; }
  .nav { min-height: 70px; }
  .brand { width: 160px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 26px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.1); }
  .nav-menu.is-open { display: flex; }
  .nav-menu > a:not(.button) { display: block; padding: 11px 2px; }
  .nav-menu > a:not(.button)::after { display: none; }
  .nav-menu .button { margin-top: 12px; }
  .hero { padding-top: 68px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding-bottom: 20px; }
  .hero__visual { width: 100%; max-width: 680px; }
  .visual-frame { display: grid; grid-template-columns: 1fr 1fr; min-height: 0; background: #031226; border-radius: 90px 0 20px 20px; }
  .visual-frame > img { grid-column: 1 / -1; width: 100%; height: auto; min-height: 0; aspect-ratio: 1672 / 941; object-fit: contain; object-position: center; }
  .visual-frame__shade { inset: 0 0 auto; width: 100%; height: auto; aspect-ratio: 1672 / 941; }
  .signal-card { position: relative; inset: auto; min-width: 0; margin: 12px 6px 12px 12px; transform: none; }
  .signal-card--top { right: auto; top: auto; }
  .signal-card--bottom { left: auto; bottom: auto; margin-right: 12px; margin-left: 6px; }
  .hero__footnote { margin-top: 48px; }
  .intro__grid { grid-template-columns: 1fr; gap: 22px; }
  .intro__copy { padding-top: 0; }
  .opportunity-strip { grid-template-columns: 1fr; gap: 14px; }
  .strip-arrow { transform: rotate(90deg); text-align: center; }
  .heading-row { display: block; margin-bottom: 42px; }
  .heading-row > p { max-width: 620px; }
  .process-item > div:last-child { grid-template-columns: 1fr; gap: 6px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--featured { display: block; grid-column: span 2; }
  .service-card__image, .service-card--featured .service-card__image { width: 100%; height: auto; min-height: 0; aspect-ratio: 1672 / 941; }
  .service-card__image img { object-fit: contain; object-position: center; }
  .service-card:hover, .service-card:hover img { transform: none; }
  .value-grid { grid-template-columns: 1fr; }
  .value-image img { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 1672 / 941; object-fit: contain; object-position: center; }
  .value-image__note { position: relative; inset: auto; padding: 18px 20px; border-radius: 0; }
  .audience-layout > img { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: 1672 / 941; object-fit: contain; object-position: center; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-card__details { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .contact-section::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { padding: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq .section-heading { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(2.35rem, 11.5vw, 2.7rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.25rem); }
  .hero { padding-top: 55px; }
  .constellation-canvas { opacity: .6; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { justify-content: center; }
  .hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__trust li { min-width: 0; padding: 0 10px; }
  .hero__trust strong { font-size: .85rem; }
  .hero__trust span { font-size: .6rem; }
  .visual-frame { grid-template-columns: 1fr; min-height: 0; border-radius: 44px 0 18px 18px; }
  .visual-frame > img { min-height: 0; }
  .signal-card { min-width: 0; margin: 10px 12px 0; padding: 11px 13px; transform: none; }
  .signal-card--top { right: auto; }
  .signal-card--bottom { left: auto; margin: 8px 12px 12px; }
  .hero__badge { display: none; }
  .hero__footnote { min-height: 82px; }
  .opportunity-strip { padding: 25px 20px; }
  .process-list { --process-line-x: 83px; }
  .process-item { grid-template-columns: 48px 50px 1fr; gap: 10px; padding-inline: 0; }
  .process-item:hover { padding-inline: 8px; }
  .process-icon { width: 44px; height: 44px; }
  .process-icon svg { width: 23px; height: 23px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card--featured { display: block; grid-column: auto; }
  .service-card__image, .service-card--featured .service-card__image { height: auto; min-height: 0; aspect-ratio: 1672 / 941; }
  .service-card__body h3 { min-height: 0; }
  .value-image img { min-height: 0; }
  .value-image__note { left: auto; right: auto; bottom: auto; }
  .value-grid { gap: 45px; }
  .reason-grid { grid-template-columns: 1fr; }
  .industry-cloud { justify-content: flex-start; padding: 22px 16px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .brand-placeholder, .brand-item { flex-basis: 160px; min-height: 102px; padding: 18px 22px; }
  .brand-item img { max-width: 118px; max-height: 48px; }
  .brand-marquee { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%); }
  .offer-card__copy { padding: 38px 26px; }
  .offer-card__details { padding: 20px 26px; }
  .form-card { padding: 24px 18px; }
  .form-card__header { display: block; }
  .form-card__header small { display: block; margin-top: 3px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .terms-grid { grid-template-columns: 1fr; }
  .terms-version { text-align: left; }
  .cta-band__inner { align-items: stretch; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__grid > div:last-child { display: none; }
  .footer__bottom { display: block; }
  .footer__bottom p + p { margin-top: 4px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 50px; height: 50px; padding: 0; justify-content: center; }
  .whatsapp-float span:last-child { display: none; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.9rem; }
  .eyebrow { gap: 9px; font-size: .68rem; letter-spacing: .12em; }
  .eyebrow > span:first-child { width: 26px; }
  .hero__trust li { padding-inline: 6px; }
  .hero__trust strong { font-size: .78rem; }
  .hero__trust span { font-size: .56rem; }
  .process-item { grid-template-columns: 40px 46px 1fr; gap: 8px; }
  .process-list { --process-line-x: 71px; }
  .contact-methods strong { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .constellation-canvas { opacity: .48; }
  .brand-track { animation: none !important; transform: none !important; }
  .brand-set[aria-hidden="true"] { display: none; }
}

@media print {
  .topbar, .nav-menu, .nav-toggle, .whatsapp-float, .constellation-canvas, .hero__actions, .button, .contact-section, .cta-band { display: none !important; }
  .section { padding: 35px 0; }
  .section--dark { color: #111; background: #fff; }
  .section--dark h1, .section--dark h2, .section--dark h3 { color: #111; }
  .reveal { opacity: 1; transform: none; }
}
