
:root {
  --font-manrope: "Segoe UI", Arial, sans-serif;
  --font-playfair: Georgia, "Times New Roman", serif;
  --ink: #0d1020;
  --muted: #61677b;
  --paper: #f7f8fb;
  --line: rgba(13, 16, 32, .11);
  --indigo: #5147e8;
  --indigo-dark: #25216c;
  --cyan: #39d7ec;
  --scroll: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-manrope), Arial, sans-serif; }
body, button, input, select, textarea { font-family: var(--font-manrope), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; }
em { color: var(--indigo); font-family: var(--font-playfair), Georgia, serif; font-weight: 500; }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 32px)); height: 72px; padding: 0 12px 0 20px; border: 1px solid rgba(255,255,255,.68); background: rgba(255,255,255,.84); box-shadow: 0 18px 55px rgba(30,34,70,.12); backdrop-filter: blur(20px); border-radius: 20px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; letter-spacing: -.03em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; object-fit: contain; border-radius: 10px; }
.brand strong { font-weight: 800; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; color: #41475a; }
.nav > a:not(.nav-cta) { transition: color .2s; }
.nav > a:not(.nav-cta):hover { color: var(--indigo); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; border-radius: 13px; padding: 14px 18px; background: var(--ink); color: #fff; transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--indigo); transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 13px; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 850px; overflow: hidden; padding: 160px max(6vw, 32px) 0; background: radial-gradient(circle at 76% 38%, rgba(79,71,232,.16), transparent 32%), linear-gradient(135deg, #fbfcff 0%, #f3f5ff 55%, #f8fdff 100%); display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr); gap: 5vw; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(81,71,232,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(81,71,232,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-glow { position: absolute; right: 7%; top: 22%; width: 360px; height: 360px; background: var(--cyan); border-radius: 50%; filter: blur(120px); opacity: .14; transform: translateY(calc(var(--scroll) * 50px)); }
.hero-copy, .hero-visual { position: relative; z-index: 2; padding-bottom: 100px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; color: var(--indigo-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--indigo); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(55px, 6.2vw, 94px); line-height: .94; letter-spacing: -.065em; font-weight: 750; }
.hero h1 em { display: inline-block; font-weight: 500; letter-spacing: -.04em; }
.hero-lede { max-width: 640px; margin: 32px 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 55px; padding: 0 23px; border: 0; border-radius: 14px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--indigo), #6d63f2); box-shadow: 0 15px 35px rgba(81,71,232,.28); }
.button-ghost { background: #fff; border: 1px solid var(--line); }
.trust-row { margin-top: 40px; display: flex; gap: 24px; color: #70768b; font-size: 11px; }
.trust-row > div { display: flex; align-items: center; gap: 9px; }
.trust-row svg { width: 22px; height: 22px; color: var(--indigo); }
.trust-row strong { display: block; color: var(--ink); font-size: 12px; }

.hero-visual { min-width: 0; }
.image-wrap { position: relative; overflow: hidden; aspect-ratio: .92 / 1; max-height: 580px; border-radius: 42% 42% 18% 18% / 28% 28% 15% 15%; box-shadow: 0 35px 90px rgba(38,38,93,.2); background: #dce0ff; }
.image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); border-radius: inherit; }
.image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; transform: scale(1.02) translateY(calc(var(--scroll) * -15px)); }
.scan-line { position: absolute; z-index: 2; left: 6%; right: 6%; top: 32%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 20px var(--cyan); animation: scan 4.5s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: translateY(-60px); opacity: .1; } 50% { transform: translateY(160px); opacity: .85; } }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(28,31,70,.15); backdrop-filter: blur(15px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #878ca0; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { margin-top: 3px; font-size: 11px; }
.float-icon { width: 35px; height: 35px; border-radius: 11px; display: grid; place-items: center; background: #eceaff; color: var(--indigo); }
.card-focus { left: -36px; top: 28%; animation: float 5s ease-in-out infinite; }
.card-signal { right: -24px; bottom: 18%; animation: float 5s 1.2s ease-in-out infinite; }
.signal-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(57,215,236,.15); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-strip { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(13,16,32,.96); color: #fff; }
.hero-strip div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.1); font-size: 12px; font-weight: 700; }
.hero-strip span { color: var(--cyan); font-size: 10px; }

.section { padding: 115px max(6vw, 32px); }
.section-label { margin-bottom: 24px; color: var(--indigo); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.section-label::before { content: ""; display: inline-block; vertical-align: middle; width: 30px; height: 1px; margin-right: 11px; background: currentColor; }
.intro { background: #fff; }
.intro-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 10vw; align-items: end; }
.intro h2, .benefits-content h2, .journey-heading h2, .faq-column > h2 { margin: 0; font-size: clamp(40px, 4.4vw, 67px); line-height: 1.08; letter-spacing: -.055em; }
.intro-heading > p, .journey-heading > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.principles { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles article { padding: 40px 8% 10px 0; border-right: 1px solid var(--line); }
.principles article:not(:first-child) { padding-left: 11%; }
.principles article:last-child { border-right: 0; }
.principles article > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 25px; border-radius: 14px; background: #eeedff; color: var(--indigo); }
.principles strong { font-size: 18px; }
.principles p { max-width: 300px; margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.benefits-section { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; padding: 0; color: #fff; background: var(--ink); }
.benefits-media { position: relative; overflow: hidden; min-height: 720px; }
.benefits-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,16,32,.72), transparent 55%); }
.benefits-media > img { width: 100%; height: 100%; object-fit: cover; }
.media-caption { position: absolute; z-index: 2; left: 9%; bottom: 8%; display: flex; align-items: center; gap: 15px; }
.media-caption > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--ink); background: var(--cyan); }
.media-caption p { margin: 0; font-size: 13px; line-height: 1.6; }
.benefits-content { padding: 100px 10% 85px; }
.section-label.light { color: var(--cyan); }
.benefits-content h2 { max-width: 590px; }
.benefits-content h2 em { color: #a9a4ff; }
.benefit-list { margin-top: 50px; }
.benefit-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.13); }
.benefit-list article > span { padding-top: 4px; color: var(--cyan); font-size: 10px; }
.benefit-list h3 { margin: 0; font-size: 17px; }
.benefit-list p { max-width: 500px; margin: 8px 0 0; color: #aeb3c4; font-size: 12px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--cyan); font-size: 12px; font-weight: 800; }

.journey-section { background: var(--paper); }
.journey-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 10vw; }
.steps { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); }
.steps article { padding-right: 28px; }
.step-top { height: 34px; display: flex; align-items: center; gap: 14px; color: var(--indigo); font-size: 10px; }
.step-top span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(81,71,232,.28); border-radius: 50%; background: #fff; }
.step-top i { width: 100%; height: 1px; background: linear-gradient(90deg, rgba(81,71,232,.35), rgba(81,71,232,.05)); }
.steps h3 { margin: 24px 0 10px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.outcomes { margin-top: 90px; padding: 50px; border-radius: 28px; background: linear-gradient(135deg, #5147e8, #37309f); color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; box-shadow: 0 25px 60px rgba(81,71,232,.24); }
.outcomes small { color: #c4c1ff; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.outcomes h3 { margin: 11px 0 0; font-size: 29px; line-height: 1.25; letter-spacing: -.04em; }
.outcome-tags { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.outcome-tags span { display: flex; align-items: center; gap: 9px; color: #e5e3ff; font-size: 11px; }
.outcome-tags svg { color: var(--cyan); }

.faq-contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr); gap: 8vw; align-items: start; }
.accordion { margin-top: 40px; border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; padding: 22px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; color: var(--ink); text-align: left; font-size: 14px; font-weight: 750; cursor: pointer; }
.accordion button i { font-style: normal; font-size: 22px; font-weight: 300; transition: transform .25s; }
.accordion article.active button i { transform: rotate(45deg); color: var(--indigo); }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.accordion article > div p { overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.accordion article.active > div { grid-template-rows: 1fr; }
.accordion article.active > div p { padding-bottom: 22px; }
.contact-card { padding: 48px; border-radius: 28px; color: #fff; background: var(--ink); box-shadow: 0 28px 70px rgba(20,23,50,.16); }
.contact-kicker { display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(57,215,236,.1); }
.contact-card h2 { margin: 25px 0 12px; font-size: 41px; line-height: 1.1; letter-spacing: -.045em; }
.contact-card > p { margin: 0; color: #aeb3c4; font-size: 12px; line-height: 1.7; }
.contact-card form { display: grid; gap: 15px; margin-top: 32px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.contact-card label > span { display: flex; justify-content: space-between; margin-bottom: 7px; color: #ced2df; font-size: 10px; font-weight: 700; }
.contact-card label small { color: #7d8399; font-weight: 500; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; outline: none; color: #fff; background: rgba(255,255,255,.06); padding: 13px 14px; font-size: 12px; transition: border .2s, background .2s; }
.contact-card textarea { resize: vertical; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--cyan); background: rgba(255,255,255,.09); }
.contact-card option { color: var(--ink); }
.button-white { width: 100%; margin-top: 5px; color: var(--ink); background: #fff; }
.form-note { color: var(--cyan); text-align: center; }
.form-note.error { color: #ff9d9d; }

footer { padding: 70px max(6vw, 32px) 25px; background: #080a14; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 55px; }
.footer-brand img { width: 42px; height: 42px; }
.footer-top > p { margin: 0; color: #9ca2b6; font-size: 20px; line-height: 1.45; letter-spacing: -.03em; }
.footer-top > a:last-child { display: flex; align-items: center; justify-self: end; gap: 10px; color: var(--cyan); font-size: 12px; font-weight: 700; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: #6e7488; font-size: 9px; }

.reveal { animation: reveal .8s ease both; }
.delay-1 { animation-delay: .15s; }
@keyframes reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1020px) {
  .site-header { top: 12px; }
  .nav { gap: 18px; }
  .nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .8fr; min-height: 760px; padding-top: 140px; }
  .hero h1 { font-size: clamp(51px, 7vw, 72px); }
  .hero-visual { padding-bottom: 90px; }
  .floating-card { display: none; }
  .principles { gap: 0; }
  .benefits-content { padding-left: 8%; padding-right: 8%; }
  .faq-contact { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 22px); height: 64px; border-radius: 17px; padding-left: 14px; }
  .brand img { width: 34px; height: 34px; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 20px 50px rgba(20,23,50,.15); }
  .nav.open { display: grid; }
  .nav > a:not(.nav-cta) { display: block; padding: 12px; }
  .nav-cta { justify-content: center; }
  .hero { display: block; min-height: 0; padding: 125px 20px 0; }
  .hero-copy { padding-bottom: 45px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { margin: 25px 0; font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 15px; flex-direction: column; margin-top: 28px; }
  .hero-visual { padding: 0 4px 120px; }
  .image-wrap { max-height: none; aspect-ratio: 1 / 1.07; border-radius: 36% 36% 16% 16% / 24% 24% 15% 15%; }
  .hero-strip { height: 88px; grid-template-columns: repeat(2, 1fr); }
  .hero-strip div { font-size: 9px; }
  .hero-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 80px 20px; }
  .intro-heading, .journey-heading { grid-template-columns: 1fr; gap: 20px; }
  .intro h2, .benefits-content h2, .journey-heading h2, .faq-column > h2 { font-size: 42px; }
  .principles { margin-top: 45px; grid-template-columns: 1fr; }
  .principles article, .principles article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits-section { grid-template-columns: 1fr; }
  .benefits-media { min-height: 470px; }
  .benefits-content { padding: 75px 20px; }
  .steps { grid-template-columns: 1fr; gap: 38px; margin-top: 50px; }
  .steps article { padding-right: 0; }
  .step-top i { display: none; }
  .outcomes { margin-top: 60px; padding: 35px 25px; grid-template-columns: 1fr; gap: 35px; }
  .outcome-tags { grid-template-columns: 1fr; }
  .faq-contact { grid-template-columns: 1fr; gap: 60px; }
  .contact-card { padding: 36px 22px; border-radius: 22px; }
  .contact-card h2 { font-size: 34px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-top > a:last-child { justify-self: start; }
  .footer-bottom { flex-direction: column; }
}

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