:root {
  --ink: #0a1728;
  --ink-soft: #173149;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #e1e8f0;
  --muted: #617084;
  --blue: #4a73e6;
  --blue-soft: #eaf0ff;
  --teal: #40e0d0;
  --teal-soft: #e4fbf8;
  --green: #25d366;
  --purple: #8f78ed;
  --shadow: 0 24px 70px rgba(8, 25, 50, 0.12);
  --shell: min(1180px, calc(100% - 48px));
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin: 0 auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(7, 17, 31, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-mark span:first-child { transform: translate(-2px, -2px); color: var(--teal); }
.brand-mark span:last-child { position: absolute; transform: translate(5px, 5px); color: var(--white); }

.brand-wordmark { display: grid; line-height: 1; gap: 4px; color: #fff; font-size: 10px; letter-spacing: .16em; }
.brand-wordmark strong { font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.brand-wordmark span { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 600; letter-spacing: .23em; }

.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 32px); color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; }
.site-nav a:not(.button) { transition: color .2s ease; }
.site-nav a:not(.button):hover { color: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 12px 18px; font: inherit; font-size: 14px; font-weight: 750; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(64,224,208,.8); outline-offset: 4px; }
.button-whatsapp { background: var(--green); color: #062413; box-shadow: 0 10px 24px rgba(37, 211, 102, .2); }
.button-whatsapp:hover { background: #42dc7a; box-shadow: 0 14px 30px rgba(37, 211, 102, .3); }
.button-large { padding: 17px 23px; font-size: 16px; }
.nav-button { color: #062413 !important; font-size: 13px; padding: 12px 16px; }
.whatsapp-icon { display: inline-grid; place-items: center; width: 20px; height: 20px; border: 1.7px solid currentColor; border-radius: 50%; font-size: 13px; font-weight: 800; transform: rotate(-22deg); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(7,17,31,.22); padding-bottom: 3px; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--blue); border-color: currentColor; }
.text-link-light { color: rgba(255,255,255,.84); border-color: rgba(255,255,255,.35); }
.text-link-light:hover { color: var(--teal); border-color: var(--teal); }

.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 700px; padding: 116px 0 55px; color: #fff; background: var(--ink); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 80% 22%, rgba(56,109,245,.2), transparent 37%), radial-gradient(circle at 52% 76%, rgba(64,224,208,.08), transparent 32%), linear-gradient(118deg, #0a1728 0%, #112c47 55%, #0b1b30 100%); }
.hero::after { content: ""; position: absolute; z-index: -2; right: -12%; top: -16%; width: 72vw; height: 72vw; max-width: 900px; max-height: 900px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.015), 0 0 0 116px rgba(255,255,255,.01); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 280px; height: 280px; top: 110px; left: 42%; background: rgba(64,224,208,.09); }
.hero-glow-two { width: 140px; height: 140px; right: 7%; bottom: 12%; background: rgba(56,109,245,.18); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .97fr) minmax(450px, .9fr); align-items: center; gap: 56px; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.3; }
.eyebrow-light { color: rgba(255,255,255,.64); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(64,224,208,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(48px, 6.25vw, 82px); font-weight: 700; line-height: .99; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 42px; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 600; }
.hero-meta strong { color: var(--teal); font-size: 15px; }
.meta-divider { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.28); }
.hero-visual { position: relative; min-height: 560px; }
.visual-ring { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; pointer-events: none; animation: ringBreath 12s ease-in-out infinite; }
.ring-one { width: 480px; height: 480px; top: 20px; left: 50%; transform: translateX(-50%); }
.ring-two { width: 610px; height: 610px; top: -45px; left: 50%; transform: translateX(-50%); border-color: rgba(64,224,208,.09); animation-delay: -4s; }
.phone { position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 35px; background: #101f31; box-shadow: 0 35px 70px rgba(0,0,0,.4); }
.phone-front { --phone-x: -43%; --phone-rotate: 5deg; z-index: 3; top: 26px; left: 50%; width: 285px; height: 565px; padding: 9px; transform: translateX(var(--phone-x)) rotate(var(--phone-rotate)); animation: phoneFloat 8s ease-in-out -1s infinite; }
.phone-back { z-index: 1; top: 92px; left: 20%; width: 240px; height: 475px; opacity: .5; transform: rotate(-12deg); }
.phone-speaker { position: absolute; top: 15px; left: 50%; z-index: 4; width: 66px; height: 18px; border-radius: 999px; background: #06101c; transform: translateX(-50%); }
.phone-status { display: flex; justify-content: space-between; padding: 6px 15px 3px; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 700; }
.app-screen, .back-screen { position: relative; height: calc(100% - 27px); overflow: hidden; border-radius: 27px; background: #f5f8fc; color: var(--ink); }
.app-screen { padding: 32px 16px 0; }
.screen-brand { display: flex; align-items: center; gap: 7px; color: #6d7d90; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.screen-logo { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 7px; background: var(--ink); color: var(--teal); font-size: 8px; letter-spacing: -.08em; }
.screen-menu { margin-left: auto; color: #7b8b9c; font-size: 12px; letter-spacing: 0; }
.screen-greeting { display: grid; gap: 0; margin: 22px 0 13px; }
.screen-greeting small { color: #7d8c9e; font-size: 9px; }
.screen-greeting strong { font-size: 23px; letter-spacing: -.06em; }
.screen-total { display: grid; gap: 1px; padding: 13px 15px; border-radius: 15px; background: #102238; color: #fff; }
.screen-total span { color: rgba(255,255,255,.6); font-size: 8px; }
.screen-total b { color: var(--teal); font-size: 22px; letter-spacing: -.05em; }
.screen-total small { color: rgba(255,255,255,.58); font-size: 8px; }
.screen-section-head { display: flex; justify-content: space-between; margin: 20px 3px 9px; color: #718196; font-size: 9px; font-weight: 800; }
.screen-section-head b { color: var(--blue); font-size: 14px; line-height: .7; }
.screen-contract { display: flex; align-items: center; gap: 8px; padding: 9px 7px; border-bottom: 1px solid #e7edf4; }
.contract-icon { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; font-size: 12px; font-weight: 800; }
.contract-teal { background: #d8faf5; color: #19a99a; }
.contract-blue { background: #e1eaff; color: #527bea; }
.contract-purple { background: #eee8ff; color: #846be0; }
.screen-contract > span:nth-child(2) { display: grid; flex: 1; min-width: 0; gap: 1px; }
.screen-contract b { overflow: hidden; color: #1a2c43; font-size: 8px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.screen-contract small { color: #8b99a9; font-size: 7px; }
.contract-chevron { color: #9ca9b8; font-size: 17px; }
.screen-contact { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding: 9px; border-radius: 13px; background: #e3fbf7; }
.contact-avatar { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: var(--teal); font-size: 8px; font-weight: 800; }
.contact-photo { overflow: hidden; background: #e3fbf7; }
.contact-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.screen-contact > span:nth-child(2) { display: grid; flex: 1; gap: 1px; }
.screen-contact b { color: #0c5e5b; font-size: 8px; }
.screen-contact small { color: #4d918a; font-size: 7px; }
.contact-arrow { color: #189f95; font-size: 14px; font-weight: 800; }
.screen-nav { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-around; padding: 9px 8px 12px; border-top: 1px solid #e2eaf2; background: rgba(255,255,255,.94); color: #97a4b4; }
.screen-nav span { display: grid; justify-items: center; gap: 2px; font-size: 13px; line-height: 1; }
.screen-nav small { font-size: 7px; }
.screen-nav .active { color: var(--blue); }
.back-screen { height: 100%; padding: 54px 18px; background: #102238; }
.back-line { height: 8px; margin-bottom: 14px; border-radius: 8px; background: rgba(255,255,255,.13); }
.back-line-short { width: 40%; background: rgba(64,224,208,.4); }
.back-card { height: 100px; margin-top: 26px; border-radius: 18px; background: linear-gradient(145deg, rgba(64,224,208,.35), rgba(64,224,208,.06)); }
.back-card-soft { height: 150px; background: rgba(255,255,255,.07); }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 11px 14px 11px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(16, 32, 51, .88); box-shadow: 0 15px 38px rgba(0,0,0,.24); backdrop-filter: blur(12px); animation: chipFloat 7s ease-in-out infinite; }
.chip-top { top: 78px; right: 2%; }
.chip-bottom { right: 0; bottom: 18px; animation-delay: -3.5s; }
.chip-icon { display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: var(--teal); color: var(--ink); font-size: 15px; font-weight: 900; }
.chip-green { background: var(--green); }
.floating-chip span:last-child { display: grid; gap: 1px; }
.floating-chip b { color: #fff; font-size: 10px; }
.floating-chip small { color: rgba(255,255,255,.55); font-size: 8px; }
.hero-scroll { position: relative; z-index: 2; margin-top: 12px; }
.hero-scroll a { display: inline-flex; gap: 10px; align-items: center; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 700; }
.hero-scroll a:hover { color: var(--teal); }

.service-strip { position: relative; background: linear-gradient(180deg, #10243a 0%, #18344d 100%); border-top: 1px solid rgba(255,255,255,.08); color: #fff; }
.service-strip::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: -104px; left: 0; height: 104px; pointer-events: none; background: linear-gradient(180deg, rgba(24,52,77,.98) 0%, rgba(216,228,239,.78) 54%, rgba(247,249,252,0) 100%); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-grid { position: relative; z-index: 1; }
.strip-grid > div { display: flex; align-items: center; gap: 17px; min-height: 102px; padding: 16px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.strip-grid > div:first-child { padding-left: 0; }
.strip-grid > div:last-child { border-right: 0; }
.strip-number { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.strip-grid b, .strip-grid small { display: block; }
.strip-grid b { font-size: 15px; }
.strip-grid small { color: rgba(255,255,255,.53); font-size: 12px; }

.section { padding: 128px 0; }
.section-light { background: var(--paper); }
.service-strip + .section-light { padding-top: 160px; background: linear-gradient(180deg, #18344d 0px, #3b5b75 38px, #d4dfe8 125px, var(--paper) 185px, var(--paper) 100%); }
.section-ink { position: relative; color: #fff; background: linear-gradient(180deg, #112940 0%, #10273d 100%); }
.section-ink::after, .platform-section::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: -96px; left: 0; height: 96px; pointer-events: none; background: linear-gradient(180deg, rgba(16,39,61,.98) 0%, rgba(222,232,241,.77) 55%, rgba(247,249,252,0) 100%); }
.section-ink > .shell, .platform-section > .shell { position: relative; z-index: 1; }
.section-ink + .section-light, .platform-section + .section-light { padding-top: 160px; background: linear-gradient(180deg, #163149 0px, #3d5d77 38px, #d4dfe8 125px, var(--paper) 185px, var(--paper) 100%); }
.section-intro { max-width: 470px; }
.section-intro-wide { max-width: 670px; }
.section-intro-center { max-width: 590px; margin: 0 auto 64px; text-align: center; }
.section-intro-center .eyebrow { justify-content: center; }
h2 { margin-bottom: 20px; font-size: clamp(40px, 5.4vw, 66px); font-weight: 700; line-height: 1.02; }
h2 span { color: var(--blue); }
.section-intro > p:last-child, .feature-intro > p:not(.eyebrow), .platform-layout > div:first-child > p:last-child, .contact-card-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.benefit-card { display: flex; flex-direction: column; min-height: 372px; padding: 31px; border-radius: 25px; background: #fff; box-shadow: 0 8px 28px rgba(16, 35, 61, .05); transform-style: preserve-3d; transition: transform .55s cubic-bezier(.2,.75,.2,1), box-shadow .55s ease; }
.benefit-card:hover { transform: translateY(-9px) rotateX(1deg); box-shadow: 0 20px 42px rgba(16, 35, 61, .13); }
.benefit-card-blue { border-top: 3px solid var(--blue); }
.benefit-card-teal { border-top: 3px solid var(--teal); }
.benefit-card-dark { border-top: 3px solid #263e5a; color: #fff; background: #122338; }
.card-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 31px; border-radius: 16px; }
.card-icon svg { width: 25px; height: 25px; }
.icon-blue { background: var(--blue-soft); color: var(--blue); }
.icon-teal { background: var(--teal-soft); color: #0ca599; }
.icon-light { background: rgba(64,224,208,.13); color: var(--teal); }
.card-index { margin-bottom: 9px; color: #8a98a8; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.benefit-card-dark .card-index { color: rgba(255,255,255,.45); }
.benefit-card h3 { margin-bottom: 12px; font-size: 27px; line-height: 1.05; }
.benefit-card p { margin-bottom: 26px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.benefit-card-dark p { color: rgba(255,255,255,.65); }
.card-link, .step-link, .advisor-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; }
.card-link:hover, .step-link:hover, .advisor-link:hover { color: #0e4ddd; }
.card-link-light { color: var(--teal); }
.card-link-light:hover { color: #8ff1e7; }

.feature-layout { display: grid; grid-template-columns: .8fr 1.05fr; gap: 90px; align-items: start; }
.feature-intro { position: sticky; top: 120px; }
.feature-intro h2, .platform-layout h2, .final-cta h2 { color: #fff; }
.feature-intro h2 em, .platform-layout h2 em, .final-cta h2 em { color: var(--teal); }
.feature-intro > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.feature-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 32px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.5; }
.note-mark { display: inline-grid; place-items: center; flex: 0 0 auto; width: 19px; height: 19px; border: 1px solid rgba(64,224,208,.55); border-radius: 50%; color: var(--teal); font-size: 11px; font-weight: 800; }
.feature-list { border-top: 1px solid rgba(255,255,255,.16); }
.feature-row { display: grid; grid-template-columns: 32px 1fr 18px; align-items: center; gap: 15px; min-height: 95px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); transition: transform .45s ease, background .45s ease, padding .45s ease; }
.feature-row:hover { padding-right: 10px; padding-left: 10px; border-radius: 12px; background: rgba(255,255,255,.035); transform: translateX(5px); }
.feature-check { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(64,224,208,.13); color: var(--teal); font-size: 14px; font-weight: 800; }
.feature-row b, .feature-row small { display: block; }
.feature-row b { margin-bottom: 2px; color: #fff; font-size: 17px; }
.feature-row small { color: rgba(255,255,255,.48); font-size: 13px; }
.feature-arrow { color: rgba(255,255,255,.34); font-size: 19px; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.timeline-line { position: absolute; top: 29px; right: 7%; left: 7%; height: 1px; background: var(--line); }
.timeline-step { position: relative; z-index: 1; padding-right: 18px; }
.step-number { display: inline-block; margin-bottom: 25px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.step-icon { display: grid; place-items: center; width: 59px; height: 59px; margin-bottom: 24px; border: 7px solid var(--paper); border-radius: 20px; font-size: 23px; font-weight: 800; box-shadow: 0 0 0 1px var(--line); }
.step-icon-whatsapp { background: var(--green); color: #062413; }
.step-icon-blue { background: var(--blue); color: #fff; }
.step-icon-purple { background: var(--purple); color: #fff; }
.step-icon-green { background: var(--teal); color: var(--ink); }
.timeline-step h3 { max-width: 220px; margin-bottom: 10px; font-size: 21px; line-height: 1.1; }
.timeline-step p { max-width: 230px; margin-bottom: 21px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.step-caption { display: inline-block; margin-top: auto; color: #8391a1; font-size: 12px; font-weight: 700; }

.platform-section { position: relative; padding: 95px 0; color: #fff; background: linear-gradient(150deg, #1d3a54 0%, #163149 100%); }
.platform-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; align-items: center; }
.platform-layout > div:first-child > p:last-child { color: rgba(255,255,255,.6); }
.platform-cards { display: grid; gap: 11px; }
.platform-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; min-height: 78px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.04); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.platform-card:hover { border-color: rgba(64,224,208,.6); background: rgba(64,224,208,.08); transform: translateX(4px); }
.platform-symbol { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; font-size: 20px; font-weight: 800; }
.symbol-web { color: var(--teal); background: rgba(64,224,208,.14); }
.symbol-apple { color: #fff; background: rgba(255,255,255,.13); font-size: 12px; }
.symbol-play { color: #a9c1ff; background: rgba(56,109,245,.18); font-size: 15px; }
.platform-card b, .platform-card small { display: block; }
.platform-card b { font-size: 16px; }
.platform-card small { color: rgba(255,255,255,.47); font-size: 12px; }
.platform-arrow { color: var(--teal); font-size: 21px; }

.contact-section { padding-top: 110px; padding-bottom: 110px; }
.contact-card { display: grid; grid-template-columns: 1fr 350px; gap: 65px; align-items: center; padding: 60px 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 31px; background: #fff; box-shadow: var(--shadow); }
.contact-card-copy { position: relative; z-index: 1; }
.contact-card-copy h2 { font-size: clamp(39px, 4.7vw, 58px); }
.contact-card-copy h2 span { color: var(--blue); }
.contact-card-copy > p:not(.eyebrow) { max-width: 590px; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 31px; }
.advisor-card { position: relative; min-height: 420px; padding: 28px; overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #132c47, #07111f); }
.advisor-card::after { content: ""; position: absolute; right: -40px; bottom: -90px; width: 220px; height: 220px; border: 1px solid rgba(64,224,208,.25); border-radius: 50%; box-shadow: 0 0 0 26px rgba(64,224,208,.04), 0 0 0 52px rgba(64,224,208,.025); }
.advisor-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.advisor-status { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.61); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.advisor-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(37,211,102,.13); }
.advisor-badge { color: rgba(255,255,255,.3); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.advisor-avatar { position: relative; z-index: 1; display: grid; place-items: center; width: 138px; height: 138px; margin: 34px 0 22px; overflow: hidden; border: 1px solid rgba(64,224,208,.4); border-radius: 34px; background: rgba(64,224,208,.13); color: var(--teal); font-size: 23px; font-weight: 800; letter-spacing: -.08em; }
.advisor-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; }
.advisor-name { position: relative; z-index: 1; font-size: 24px; font-weight: 700; letter-spacing: -.04em; }
.advisor-role { position: relative; z-index: 1; margin-top: 3px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; }
.advisor-contact { position: relative; z-index: 1; display: grid; gap: 2px; margin-top: 22px; color: rgba(255,255,255,.78); font-size: 12px; }
.advisor-link { position: relative; z-index: 1; margin-top: 23px; color: var(--teal); }

.faq-section { padding-top: 24px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 77px; list-style: none; cursor: pointer; font-size: 17px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--blue); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -2px 45px 23px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.final-cta { position: relative; overflow: hidden; padding: 118px 0 126px; color: #fff; background: var(--ink); isolation: isolate; }
.final-cta::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(56,109,245,.23), transparent 33%), linear-gradient(135deg, #06101d, #102b46); }
.final-cta-glow { position: absolute; z-index: -1; top: -260px; left: 50%; width: 720px; height: 720px; border: 1px solid rgba(64,224,208,.13); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 45px rgba(64,224,208,.03), 0 0 0 90px rgba(64,224,208,.02); }
.final-cta-inner { text-align: center; }
.final-cta-inner .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 750px; margin: 0 auto 23px; font-size: clamp(43px, 5.6vw, 72px); }
.final-cta p:not(.eyebrow) { margin-bottom: 32px; color: rgba(255,255,255,.62); font-size: 18px; }

.site-footer { color: rgba(255,255,255,.74); background: #050d17; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; min-height: 145px; }
.brand-footer .brand-wordmark span { color: rgba(255,255,255,.53); }
.footer-copy { color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.5; }
.footer-copy span { color: rgba(255,255,255,.31); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; color: rgba(255,255,255,.46); font-size: 12px; }
.footer-links a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.32); font-size: 11px; }
.mobile-cta { display: none; }

.reveal-on-scroll { opacity: 0; transform: translate3d(0, 38px, 0); transition: opacity .82s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms), transform .82s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms); will-change: opacity, transform; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.benefit-card.reveal-on-scroll:hover { transform: translate3d(0, -9px, 0) rotateX(1deg); }
.feature-row.reveal-on-scroll:hover { transform: translate3d(5px, 0, 0); }
.platform-card.reveal-on-scroll:hover { transform: translate3d(4px, 0, 0); }

@keyframes phoneFloat {
  0%, 100% { transform: translateX(var(--phone-x)) rotate(var(--phone-rotate)) translateY(0); }
  50% { transform: translateX(var(--phone-x)) rotate(calc(var(--phone-rotate) - 1deg)) translateY(-10px); }
}

@keyframes chipFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes ringBreath {
  0%, 100% { opacity: .72; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.025); }
}

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 900px); }
  .site-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr .84fr; gap: 15px; }
  .hero-visual { transform: scale(.9); transform-origin: center right; }
  .feature-layout { gap: 55px; }
  .contact-card { grid-template-columns: 1fr 320px; gap: 38px; padding: 48px; }
  .faq-layout { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 36px, 650px); }
  body { padding-bottom: 72px; }
  .site-header { position: relative; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 18px 20px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,17,31,.98); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 4px; }
  .site-nav .nav-button { margin-top: 9px; text-align: center; }
  .hero { padding-top: 75px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .hero-visual { min-height: 540px; margin-top: 22px; transform: none; transform-origin: center; }
  .hero-scroll { margin-top: 0; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .benefit-card { min-height: auto; }
  .feature-layout, .platform-layout, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .feature-intro { position: static; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 48px 20px; }
  .timeline-line { display: none; }
  .contact-card { grid-template-columns: 1fr; gap: 40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; padding: 35px 0; }
  .footer-links { justify-content: flex-start; grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 6px; }
  .service-strip::after, .section-ink::after, .platform-section::after { bottom: -78px; height: 78px; }
  .service-strip + .section-light, .section-ink + .section-light, .platform-section + .section-light { padding-top: 140px; }
  .mobile-cta { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: block; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(7,17,31,.1); background: rgba(247,249,252,.93); box-shadow: 0 -10px 24px rgba(8,25,50,.09); backdrop-filter: blur(16px); }
  .mobile-cta .button { width: 100%; padding: 15px 18px; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  .brand-wordmark strong { font-size: 10px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  h2 { font-size: 43px; }
  .hero { min-height: 0; padding: 62px 0 38px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-meta { gap: 8px 11px; margin-top: 32px; }
  .meta-divider { display: none; }
  .hero-visual { min-height: 455px; margin: 18px -8px -12px; transform: scale(.82); transform-origin: top center; }
  .phone-front { --phone-x: -48%; --phone-rotate: 4deg; top: 16px; }
  .phone-back { left: 13%; }
  .chip-top { right: -1%; }
  .chip-bottom { right: -2%; bottom: -15px; }
  .strip-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .strip-grid > div, .strip-grid > div:first-child { min-height: 70px; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .strip-grid > div:last-child { border-bottom: 0; }
  .section { padding: 85px 0; }
  .section-intro-center { margin-bottom: 43px; }
  .section-intro > p:last-child, .feature-intro > p:not(.eyebrow), .platform-layout > div:first-child > p:last-child, .contact-card-copy > p:not(.eyebrow) { font-size: 16px; }
  .benefit-card { padding: 26px; }
  .feature-row { grid-template-columns: 28px 1fr 12px; gap: 12px; min-height: 88px; }
  .feature-row b { font-size: 15px; }
  .feature-row small { font-size: 12px; }
  .timeline { grid-template-columns: 1fr; gap: 35px; }
  .timeline-step { display: grid; grid-template-columns: 60px 1fr; column-gap: 15px; padding-right: 0; }
  .timeline-step .step-number { grid-column: 1 / -1; margin-bottom: 12px; }
  .timeline-step .step-icon { grid-column: 1; grid-row: 2 / span 3; margin-bottom: 0; }
  .timeline-step h3, .timeline-step p, .timeline-step .step-link, .timeline-step .step-caption { grid-column: 2; }
  .timeline-step h3 { margin-top: 5px; }
  .timeline-step p { margin-bottom: 12px; }
  .platform-section { padding: 75px 0; }
  .contact-section { padding-top: 70px; padding-bottom: 70px; }
  .contact-card { padding: 30px 24px; border-radius: 24px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .contact-actions .button { width: 100%; text-align: center; }
  .advisor-card { min-height: 395px; padding: 22px; }
  .faq-layout { gap: 34px; }
  .faq-list summary { min-height: 70px; font-size: 16px; }
  .faq-list details p { margin-right: 0; font-size: 14px; }
  .final-cta { padding: 88px 0 102px; }
  .final-cta h2 { font-size: 45px; }
  .final-cta p:not(.eyebrow) { font-size: 16px; }
  .final-cta .button { width: 100%; line-height: 1.25; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}
