:root {
  --bg: #07111f;
  --bg-2: #0a1728;
  --surface: rgba(16, 31, 51, 0.74);
  --surface-solid: #101f33;
  --surface-light: #f3f7fb;
  --text: #f7fbff;
  --muted: #aebdd0;
  --dark: #0a1524;
  --dark-muted: #5b6b7f;
  --line: rgba(255, 255, 255, 0.1);
  --cyan: #41d9ff;
  --cyan-2: #12a7ff;
  --violet: #8c73ff;
  --lime: #8fe388;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(65, 217, 255, 0.28); color: #fff; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { position: relative; padding: 118px 0; }
.section-pad--soft { background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.055), rgba(255,255,255,.025)); }
.section-pad--pricing { background: #f4f8fc; color: var(--dark); }

.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 9999;
  padding: 10px 14px; border-radius: 10px; background: #fff; color: #000;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.ambient { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 50% -10%, rgba(18,167,255,.08), transparent 34%); }
.ambient::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0 84%, var(--bg) 100%); }
.ambient__orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .26; animation: float-orb 14s ease-in-out infinite alternate; will-change: transform; }
.ambient__orb--one { width: 440px; height: 440px; background: var(--cyan-2); top: -180px; left: -120px; }
.ambient__orb--two { width: 520px; height: 520px; background: var(--violet); right: -260px; top: 35%; animation-delay: -5s; }
.ambient__aurora { position: absolute; width: 75vw; height: 22vw; min-height: 180px; border-radius: 50%; filter: blur(64px); opacity: .13; mix-blend-mode: screen; will-change: transform; }
.ambient__aurora--one { top: 18%; left: -18%; background: linear-gradient(90deg, transparent, rgba(65,217,255,.8), rgba(140,115,255,.65), transparent); transform: rotate(-15deg) translate3d(0, var(--scroll-shift, 0px), 0); animation: aurora-one 13s ease-in-out infinite alternate; }
.ambient__aurora--two { top: 62%; right: -22%; background: linear-gradient(90deg, transparent, rgba(140,115,255,.7), rgba(65,217,255,.55), transparent); transform: rotate(18deg) translate3d(0, var(--scroll-shift-reverse, 0px), 0); animation: aurora-two 17s ease-in-out infinite alternate; }
.ambient__beam { position: absolute; top: -35%; left: 46%; width: 2px; height: 170%; opacity: .18; background: linear-gradient(180deg, transparent, rgba(65,217,255,.8), transparent); box-shadow: 0 0 34px rgba(65,217,255,.5); transform: rotate(24deg) translateY(var(--scroll-shift, 0px)); animation: beam-sweep 11s ease-in-out infinite alternate; }
.ambient__ring { position: absolute; border: 1px solid rgba(65,217,255,.13); border-radius: 50%; box-shadow: inset 0 0 55px rgba(65,217,255,.035), 0 0 40px rgba(65,217,255,.035); }
.ambient__ring::before, .ambient__ring::after { content: ""; position: absolute; border-radius: inherit; border: 1px dashed rgba(140,115,255,.12); }
.ambient__ring::before { inset: 13%; }
.ambient__ring::after { inset: 28%; border-color: rgba(65,217,255,.1); }
.ambient__ring--one { width: 520px; height: 520px; right: -230px; top: 5%; animation: ring-spin 38s linear infinite; }
.ambient__ring--two { width: 360px; height: 360px; left: -180px; bottom: 3%; animation: ring-spin-reverse 32s linear infinite; }
.ambient__grid { position: absolute; inset: -70px; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 88%); animation: grid-drift 18s linear infinite; will-change: background-position; }
.ambient__particles { position: absolute; inset: 0; overflow: hidden; }
.ambient__particles span { position: absolute; left: var(--x); top: var(--y); width: var(--size); height: var(--size); border-radius: 50%; background: rgba(139,231,255,var(--opacity)); box-shadow: 0 0 14px rgba(65,217,255,.48); animation: particle-float var(--duration) ease-in-out var(--delay) infinite alternate; will-change: transform, opacity; }
.ambient__particles span:nth-child(3n) { border-radius: 2px; transform: rotate(45deg); background: rgba(177,158,255,var(--opacity)); box-shadow: 0 0 13px rgba(140,115,255,.4); }
.ambient__spotlight { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(65,217,255,.11), transparent 70%); transform: translate(-50%, -50%); left: 50%; top: 20%; transition: left .15s linear, top .15s linear; }
@keyframes float-orb { to { transform: translate3d(70px, 80px, 0) scale(1.08); } }
@keyframes aurora-one { from { margin-left: -3vw; opacity: .08; } to { margin-left: 14vw; opacity: .18; } }
@keyframes aurora-two { from { margin-right: -4vw; opacity: .07; } to { margin-right: 12vw; opacity: .16; } }
@keyframes beam-sweep { from { left: 20%; opacity: .05; } to { left: 76%; opacity: .22; } }
@keyframes ring-spin { to { transform: rotate(360deg); } }
@keyframes ring-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes grid-drift { to { background-position: 56px 56px, 56px 56px; } }
@keyframes particle-float { from { transform: translate3d(0, 18px, 0) scale(.75); opacity: .25; } to { transform: translate3d(var(--drift), -58px, 0) scale(1.15); opacity: .95; } }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 80px;
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 17, 31, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: linear-gradient(145deg, rgba(65,217,255,.22), rgba(140,115,255,.18)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 12px 30px rgba(18,167,255,.12); font-size: 13px; font-weight: 900; letter-spacing: -.04em; }
.brand__text { display: grid; line-height: 1.02; }
.brand__text strong { font-size: 17px; letter-spacing: -.025em; }
.brand__text small { color: var(--cyan); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { color: #d8e3ee; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: #fff; }
.main-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(65,217,255,.35); border-radius: 999px; background: rgba(65,217,255,.08); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.05); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 4px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 100svh; display: grid; align-items: center; padding-top: 145px; padding-bottom: 90px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: clamp(44px, 7vw, 90px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9fb0c4; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
.eyebrow--light { color: #c5d2df; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0 24px; max-width: 790px; font-size: clamp(52px, 6.1vw, 86px); line-height: .98; letter-spacing: -.064em; }
h1 em, h2 em { color: transparent; background: linear-gradient(110deg, #fff 0%, var(--cyan) 42%, #b39cff 84%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero__lead { max-width: 720px; color: #c0cddd; font-size: clamp(18px, 1.55vw, 21px); line-height: 1.65; }
.hero__message { display: flex; gap: 16px; align-items: flex-start; max-width: 700px; margin: 30px 0; padding: 18px; border: 1px solid rgba(65,217,255,.18); border-radius: var(--radius-md); background: linear-gradient(120deg, rgba(65,217,255,.09), rgba(140,115,255,.06)); }
.hero__message-icon { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(65,217,255,.13); color: var(--cyan); font-weight: 900; }
.hero__message strong { display: block; margin-bottom: 4px; font-size: 17px; }
.hero__message p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; letter-spacing: -.015em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #02131b; background: linear-gradient(120deg, #7ceaff, #4bc4ff); box-shadow: 0 16px 42px rgba(65,217,255,.2); }
.button--primary:hover { box-shadow: 0 20px 50px rgba(65,217,255,.31); }
.button--ghost { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.045); color: #fff; }
.button--ghost:hover { border-color: rgba(65,217,255,.42); background: rgba(65,217,255,.08); }
.button--small { min-height: 44px; padding: 0 17px; font-size: 14px; }
.button--full { width: 100%; }
.section-pad--pricing .button--ghost { color: var(--dark); border-color: #ccd7e3; background: #fff; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 25px 0 0; list-style: none; color: #b5c4d4; font-size: 13px; }
.hero__checks li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); vertical-align: 1px; }
.hero__visual { position: relative; min-width: 0; perspective: 1200px; isolation: isolate; }
.hero-orbit { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.hero-orbit--one { width: 118%; aspect-ratio: 1; top: -21%; left: -11%; border: 1px dashed rgba(65,217,255,.18); animation: hero-orbit-spin 26s linear infinite; }
.hero-orbit--two { width: 88%; aspect-ratio: 1; right: -10%; bottom: -19%; border: 1px solid rgba(140,115,255,.16); box-shadow: 0 0 70px rgba(140,115,255,.08); animation: hero-orbit-spin-reverse 20s linear infinite; }
.hero-orbit::before { content: ""; position: absolute; width: 9px; height: 9px; top: 14%; left: 15%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
@keyframes hero-orbit-spin { to { transform: rotate(360deg); } }
@keyframes hero-orbit-spin-reverse { to { transform: rotate(-360deg); } }
.hero-card { position: relative; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 38px; background: #102033; box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .18s ease; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-card::after { content: ""; position: absolute; z-index: 1; inset: -120% 0 auto; height: 38%; background: linear-gradient(180deg, transparent, rgba(124,234,255,.13), transparent); transform: skewY(-8deg); animation: card-scan 7.5s ease-in-out infinite; pointer-events: none; }
@keyframes card-scan { 0%, 18% { top: -90%; } 58%, 100% { top: 135%; } }
.hero-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,12,22,.05), rgba(5,12,22,.12) 45%, rgba(5,12,22,.88)); }
.hero-card__badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(7,17,31,.68); backdrop-filter: blur(14px); box-shadow: 0 14px 34px rgba(0,0,0,.24); font-size: 13px; font-weight: 750; }
.hero-card__badge--top { top: 22px; left: 22px; }
.hero-card__badge--bottom { left: 22px; right: 22px; bottom: 22px; justify-content: space-between; border-radius: 18px; }
.hero-card__badge--bottom small { color: #a8b9ca; }
.hero-card__badge--bottom strong { font-size: 16px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(143,227,136,.55); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(143,227,136,0); } 100% { box-shadow: 0 0 0 0 rgba(143,227,136,0); } }
.floating-chip { position: absolute; z-index: 4; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(10,23,40,.78); backdrop-filter: blur(14px); color: #dce8f2; box-shadow: 0 16px 40px rgba(0,0,0,.22); font-size: 12px; font-weight: 750; animation: chip-float 4s ease-in-out infinite alternate; }
.floating-chip--one { right: -22px; top: 22%; }
.floating-chip--two { left: -30px; bottom: 20%; animation-delay: -2s; }
@keyframes chip-float { to { transform: translateY(-10px); } }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip article { display: flex; gap: 16px; align-items: flex-start; min-width: 0; padding: 30px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip article > span { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.trust-strip strong { display: block; margin-bottom: 2px; font-size: 15px; }
.trust-strip p { margin: 0; color: var(--muted); font-size: 13px; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2, .outcome-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2, .location-card h2 { margin: 18px 0 18px; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading p { color: var(--muted); font-size: 18px; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; max-width: none; gap: 50px; }
.section-heading--split p { margin-bottom: 8px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-pad--pricing .section-heading p, .section-pad--pricing .eyebrow { color: var(--dark-muted); }

.method-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.method-image { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius-xl); background: #dfe8f1; box-shadow: var(--shadow); }
.method-image img { width: 100%; height: 100%; object-fit: contain; }
.method-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; pointer-events: none; }
.method-image__label { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(7,17,31,.72); backdrop-filter: blur(12px); font-weight: 800; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border-bottom: 0; }
.steps__number { display: grid; place-items: center; align-self: start; width: 46px; height: 46px; border: 1px solid rgba(65,217,255,.18); border-radius: 14px; background: rgba(65,217,255,.07); color: var(--cyan); font-size: 12px; font-weight: 900; }
.steps h3 { margin-bottom: 7px; font-size: 21px; letter-spacing: -.025em; }
.steps p { margin: 0; color: var(--muted); }

.topics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.topic-card { position: relative; display: grid; grid-template-rows: auto 1fr; min-height: 430px; overflow: hidden; padding: 0; text-align: left; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); cursor: pointer; transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease; }
.topic-card:hover { transform: translateY(-7px); border-color: rgba(65,217,255,.28); background: rgba(255,255,255,.07); box-shadow: 0 24px 55px rgba(0,0,0,.21); }
.topic-card__image { display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(65,217,255,.13), transparent 42%), linear-gradient(145deg, #14283c, #0d1a2b); }
.topic-card__image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; object-position: center; transition: transform .5s ease; }
.topic-card:hover .topic-card__image img { transform: scale(1.05); }
.topic-card__body { display: flex; flex-direction: column; padding: 25px; }
.topic-card__body small { margin-bottom: 10px; color: var(--cyan); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.topic-card__body strong { margin-bottom: 10px; padding-right: 25px; font-size: 21px; line-height: 1.15; letter-spacing: -.03em; }
.topic-card__body span { color: var(--muted); font-size: 14px; }
.topic-card__arrow { position: absolute; right: 21px; bottom: 21px; color: var(--cyan); font-size: 18px; }
.custom-topic { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; padding: 21px; border: 1px dashed rgba(255,255,255,.18); border-radius: var(--radius-md); background: rgba(255,255,255,.025); }
.custom-topic > div { display: flex; align-items: center; gap: 15px; }
.custom-topic__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 13px; background: rgba(140,115,255,.15); color: #b5a4ff; font-size: 22px; }
.custom-topic strong { display: block; }
.custom-topic p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

.outcome-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.outcome-copy p, .about-copy p, .faq-intro p { color: var(--muted); font-size: 17px; }
.outcome-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.outcome-list li { display: flex; gap: 12px; color: #dbe5ef; }
.outcome-list span { color: var(--cyan); font-weight: 900; }
.outcome-visual { position: relative; }
.outcome-visual > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.outcome-stat { position: absolute; top: -24px; right: 24px; display: grid; min-width: 140px; padding: 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(7,17,31,.78); backdrop-filter: blur(14px); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.outcome-stat strong { color: var(--cyan); font-size: 28px; line-height: 1; }
.outcome-stat span { color: #c8d4df; font-size: 12px; }
.outcome-note { position: absolute; left: -28px; bottom: 24px; max-width: 190px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(7,17,31,.8); backdrop-filter: blur(14px); font-size: 13px; font-weight: 800; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1000px; margin-inline: auto; }
.price-card { position: relative; padding: 34px; border: 1px solid #dbe4ed; border-radius: 28px; background: #fff; box-shadow: 0 24px 65px rgba(16,45,74,.08); }
.price-card--featured { border-color: #a7eaff; box-shadow: 0 30px 80px rgba(18,167,255,.14); }
.price-card__flag { position: absolute; top: -13px; left: 26px; padding: 7px 11px; border-radius: 999px; background: #0c2237; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.price-card__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; padding-bottom: 25px; border-bottom: 1px solid #e2e9ef; }
.price-card small { color: #63758a; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 8px 0 0; max-width: 300px; font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }
.price { display: grid; flex: 0 0 auto; text-align: right; }
.price strong { font-size: 37px; line-height: 1; letter-spacing: -.05em; }
.price span { color: #718197; font-size: 12px; }
.price--text strong { font-size: 20px; }
.price-card > p { margin: 25px 0; color: #5c6e82; }
.price-card ul { display: grid; gap: 11px; padding: 0; margin: 0 0 28px; list-style: none; color: #314256; }
.price-card li::before { content: "✓"; margin-right: 9px; color: #159bc7; font-weight: 900; }
.home-note { display: flex; align-items: center; justify-content: center; gap: 14px; max-width: 700px; margin: 26px auto 0; padding: 17px 20px; border: 1px solid #d8e2eb; border-radius: 16px; background: rgba(255,255,255,.7); }
.home-note > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #e5f8ff; color: #0b8db8; font-size: 20px; }
.home-note strong { display: block; }
.home-note p { margin: 1px 0 0; color: #65768a; font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 100px); align-items: center; }
.about-gallery { position: relative; min-height: 540px; }
.about-gallery__main { position: absolute; inset: 0 auto auto 0; width: 72%; aspect-ratio: 1; object-fit: contain; border-radius: 30px; box-shadow: var(--shadow); }
.about-gallery__accent { position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: 1; object-fit: contain; border: 10px solid var(--bg); border-radius: 28px; box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.about-gallery__experience { position: absolute; left: 10%; bottom: 8%; z-index: 2; display: grid; padding: 17px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(7,17,31,.78); backdrop-filter: blur(14px); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.about-gallery__experience strong { color: var(--cyan); font-size: 30px; line-height: 1; }
.about-gallery__experience span { color: #bdcad8; font-size: 12px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.about-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.04); color: #c8d4df; font-size: 12px; font-weight: 700; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.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; padding: 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: var(--cyan); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -7px 44px 24px 0; color: var(--muted); }

.contact-section { overflow: hidden; background: linear-gradient(135deg, #07111f 0%, #0c2136 52%, #13243c 100%); }
.contact-section::before { content: ""; position: absolute; width: 580px; height: 580px; right: -180px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(65,217,255,.16), transparent 68%); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; align-items: start; }
.contact-copy { padding-top: 20px; }
.contact-copy h2 { font-size: clamp(45px, 5.2vw, 70px); }
.contact-copy > p { color: #b9c8d7; font-size: 17px; }
.contact-direct { display: grid; margin-top: 36px; border-top: 1px solid var(--line); }
.contact-direct a { display: grid; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-direct small { color: #8fa4b8; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct strong { font-size: 17px; }
.contact-form { position: relative; z-index: 2; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #dbe5ee; font-size: 13px; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; outline: 0; background: rgba(5,14,25,.62); color: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 125px; padding: 13px 14px; resize: vertical; }
.contact-form select {
  color-scheme: light;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 44px;
  border-color: rgba(124,234,255,.42);
  background-color: #f4f8fc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071524' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: #071524;
  font-weight: 750;
  cursor: pointer;
}
.contact-form select option { background: #fff; color: #071524; font-weight: 650; }
.contact-form select option[value=""] { color: #5e7185; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(65,217,255,.7); box-shadow: 0 0 0 4px rgba(65,217,255,.08); }
.contact-form ::placeholder { color: #7e91a5; }
.contact-form fieldset { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 20px; padding: 0; border: 0; }
.contact-form legend { width: 100%; margin-bottom: 8px; color: #dbe5ee; font-size: 13px; font-weight: 750; }
.radio-option { display: inline-flex !important; align-items: center; margin: 0 !important; cursor: pointer; }
.radio-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.radio-option span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(5,14,25,.35); color: #bac8d6; font-size: 12px; }
.radio-option input:checked + span { border-color: rgba(65,217,255,.55); background: rgba(65,217,255,.12); color: #fff; }
.form-privacy { margin: 12px 0 0; color: #8598aa; text-align: center; font-size: 11px; }

.location-section { padding: 80px 0; background: #eef4f8; color: var(--dark); }
.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; }
.location-card { padding: 32px; border: 1px solid #dbe4ec; border-radius: 25px; background: #fff; }
.location-card .eyebrow { color: #62758a; }
.location-card h2 { font-size: clamp(34px, 4vw, 52px); }
.location-card address { margin: 25px 0 18px; color: #52657a; font-style: normal; }
.location-card p { color: #52657a; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: #087da6; font-weight: 850; }
.map-wrap { min-height: 420px; overflow: hidden; border: 1px solid #d6e0e9; border-radius: 25px; background: #dfe7ed; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: saturate(.75) contrast(1.05); }

.site-footer { padding: 62px 0 22px; background: #050b13; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 42px; }
.brand--footer { margin-bottom: 16px; }
.footer-main p { max-width: 360px; color: #8698aa; }
.footer-main nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 14px 24px; max-width: 470px; }
.footer-main nav a { color: #b6c3cf; font-size: 13px; }
.footer-main nav a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #687b8e; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-credit-link { color: #a9dff0; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(65,217,255,.35); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.footer-credit-link:hover { color: var(--cyan); text-decoration-color: var(--cyan); }

.whatsapp-fab { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: #25d366; box-shadow: 0 18px 42px rgba(0,0,0,.3); transition: transform .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-fab svg { width: 28px; fill: #fff; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 24px; max-width: min(460px, calc(100% - 32px)); padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(7,17,31,.92); color: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.35); transform: translate(-50%, 140%); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
img.is-missing { opacity: 0; }
.topic-card:has(img.is-missing) .topic-card__image, .method-image:has(img.is-missing), .hero-card:has(img.is-missing) { background: linear-gradient(135deg, #13283d, #203d57); }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 13px; }
  .hero__grid { grid-template-columns: 1fr .82fr; gap: 42px; }
  .hero-card { min-height: 510px; }
  .floating-chip--one { right: -10px; }
  .floating-chip--two { left: -10px; }
  .topics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-card { min-height: 400px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section-pad { padding: 88px 0; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 80px 0 auto; display: grid; gap: 0; padding: 16px; border-bottom: 1px solid var(--line); background: rgba(7,17,31,.97); backdrop-filter: blur(18px); transform: translateY(-125%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav a:last-child { margin-top: 10px; border-bottom: 0; text-align: center; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero__grid, .method-layout, .outcome-grid, .about-grid, .faq-layout, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 650px; margin-inline: auto; }
  .hero-card { aspect-ratio: 4 / 3; min-height: 0; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip article:last-child { border-bottom: 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 10px; }
  .method-image { max-width: 520px; margin-inline: auto; }
  .outcome-grid, .about-grid { gap: 70px; }
  .outcome-visual { max-width: 700px; margin-inline: auto; }
  .about-gallery { max-width: 620px; width: 100%; margin-inline: auto; }
  .faq-layout { gap: 34px; }
  .faq-intro { position: static; }
  .contact-copy { padding-top: 0; }
  .location-grid { gap: 18px; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 28px); --radius-xl: 25px; }
  html { scroll-padding-top: 76px; }
  .site-header, .header-inner { height: 70px; min-height: 70px; }
  .main-nav { top: 70px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__text strong { font-size: 15px; }
  .hero { padding-top: 108px; padding-bottom: 70px; }
  h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero__lead { font-size: 17px; }
  .hero__message { padding: 15px; }
  .hero__message-icon { width: 42px; height: 42px; border-radius: 12px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__checks { display: grid; gap: 8px; }
  .hero-card { aspect-ratio: 4 / 3; }
  .floating-chip { display: none; }
  .hero-card__badge--bottom { align-items: flex-end; }
  .section-pad { padding: 72px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .outcome-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2, .location-card h2 { font-size: clamp(36px, 11vw, 50px); }
  .section-heading p { font-size: 16px; }
  .steps li { grid-template-columns: 44px 1fr; gap: 14px; }
  .steps__number { width: 40px; height: 40px; }
  .steps h3 { font-size: 18px; }
  .topics-grid { grid-template-columns: 1fr; }
  .topic-card { grid-template-rows: auto 1fr; min-height: 0; }
  .custom-topic { align-items: stretch; flex-direction: column; }
  .custom-topic .button { width: 100%; }
  .outcome-note { left: 12px; bottom: 12px; }
  .outcome-stat { top: -18px; right: 12px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 28px 23px; }
  .price-card__header { display: grid; }
  .price { text-align: left; }
  .home-note { align-items: flex-start; }
  .about-gallery { min-height: 420px; }
  .about-gallery__main { width: 78%; }
  .about-gallery__accent { width: 52%; border-width: 7px; }
  .about-gallery__experience { left: 4%; bottom: 3%; }
  .faq-list summary { font-size: 16px; }
  .contact-form { padding: 23px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .radio-option { width: 100%; }
  .radio-option span { width: 100%; text-align: center; }
  .location-section { padding: 58px 0; }
  .location-card { padding: 25px 21px; }
  .map-wrap, .map-wrap iframe { min-height: 340px; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-main nav { justify-content: flex-start; }
  .whatsapp-fab { right: 15px; bottom: 15px; width: 52px; height: 52px; border-radius: 16px; }
}

@media (max-width: 650px) {
  .ambient__ring--one { width: 330px; height: 330px; right: -210px; }
  .ambient__ring--two { width: 260px; height: 260px; left: -180px; }
  .ambient__aurora { opacity: .09; filter: blur(48px); }
  .ambient__particles span:nth-child(n+15) { display: none; }
  .hero-orbit--one { width: 110%; top: -17%; left: -5%; }
  .hero-orbit--two { width: 78%; right: -5%; bottom: -10%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .ambient__spotlight, .ambient__particles, .ambient__aurora, .ambient__beam, .ambient__ring, .hero-orbit { display: none; }
}
