:root {
  --ink: #06101f;
  --paper: #030711;
  --surface: #0b1525;
  --surface-2: #101d30;
  --text: #f2f6fb;
  --muted: #9baabd;
  --line: rgba(255,255,255,.11);
  --cyan: #00c8ff;
  --green: #55ef63;
  --lime: #c9ff2f;
  --orange: #ff7a18;
  --rainbow: linear-gradient(105deg,var(--cyan),var(--green) 42%,var(--lime) 68%,var(--orange));
  --content: min(1160px,calc(100% - 36px));
  --radius: 22px;
  --shadow: 0 22px 54px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; text-rendering: optimizeLegibility; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button,summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; border-radius: 10px; background: white; color: var(--ink); font-weight: 900; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 72px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(6,16,31,.96); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 88px; height: 50px; object-fit: contain; filter: drop-shadow(0 7px 14px rgba(0,0,0,.28)); }
.brand span { display: grid; gap: 3px; color: #aebbc9; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; }
.brand b { color: white; font-size: 10px; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions > .button { display: none; }
.menu { position: relative; }
.menu summary { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary i { width: 18px; height: 2px; background: white; border-radius: 2px; }
.menu nav { position: absolute; right: 0; top: 56px; width: min(320px,calc(100vw - 36px)); padding: 10px; display: grid; border: 1px solid var(--line); border-radius: 18px; background: #0c1728; box-shadow: var(--shadow); }
.menu nav a { min-height: 50px; padding: 0 12px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-weight: 800; }
.menu nav a:last-child { border-bottom: 0; }
.menu nav b { color: var(--lime); }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--rainbow); color: var(--ink); box-shadow: 0 10px 30px rgba(65,224,105,.22); font-weight: 950; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; }
.plain-link { min-height: 48px; padding: 0 5px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 850; }

.page-shell { position: relative; overflow: hidden; }
.page-shell::before,.page-shell::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; opacity: .22; pointer-events: none; }
.page-shell::before { width: 540px; height: 540px; top: 180px; left: -380px; background: radial-gradient(circle,var(--cyan),transparent 70%); }
.page-shell::after { width: 620px; height: 620px; top: 780px; right: -430px; background: radial-gradient(circle,var(--lime),transparent 70%); }
.breadcrumbs { width: var(--content); margin: 0 auto; padding-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.breadcrumbs strong { color: white; }
.page-hero { width: var(--content); margin: 0 auto; padding: 54px 0 64px; display: grid; gap: 34px; align-items: center; }
.intent-chip { width: fit-content; margin: 0 0 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #b3c0d1; background: rgba(255,255,255,.05); font-size: 11px; font-weight: 850; }
.eyebrow { margin: 0 0 16px; color: #72ee9a; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 950; }
.page-hero h1 { margin: 0; max-width: 780px; font-size: clamp(43px,12vw,78px); line-height: .95; letter-spacing: -.06em; }
.page-hero-copy > p:last-of-type { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.local-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.local-proof span { min-height: 35px; padding: 0 12px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.055); color: #aebacc; font-size: 11px; font-weight: 750; }
.hero-visual { min-height: 340px; position: relative; overflow: hidden; margin: 0; border-radius: 28px; background: var(--ink); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,16,31,.75),transparent 55%); }
.hero-visual figcaption { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: white; font-size: 12px; font-weight: 850; }
.signal-visual { min-height: 340px; position: relative; overflow: hidden; display: grid; place-content: center; gap: 12px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 30% 20%,rgba(0,200,255,.16),transparent 35%),radial-gradient(circle at 75% 80%,rgba(201,255,47,.12),transparent 34%),var(--ink); box-shadow: var(--shadow); text-align: center; isolation: isolate; }
.signal-visual::before,.signal-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.signal-visual::before { width: 260px; height: 260px; inset: calc(50% - 130px); box-shadow: 0 0 0 42px rgba(0,200,255,.035),0 0 0 84px rgba(201,255,47,.025); }
.signal-visual::after { width: 150px; height: 150px; right: -45px; bottom: -45px; background: conic-gradient(from 40deg,var(--cyan),transparent,var(--lime),transparent); opacity: .4; }
.signal-visual span,.signal-visual strong,.signal-visual b { position: relative; z-index: 2; }
.signal-visual span { color: transparent; background: var(--rainbow); background-clip: text; font-size: 82px; line-height: .78; letter-spacing: -.08em; font-weight: 950; }
.signal-visual strong { color: white; font-size: 16px; letter-spacing: .22em; }
.signal-visual b { color: #98a8ba; font-size: 10px; letter-spacing: .12em; }

.content-wrap { width: var(--content); margin: 0 auto; padding-bottom: 82px; }
.module { margin-top: 76px; content-visibility: auto; contain-intrinsic-size: auto 540px; }
.module:first-child { margin-top: 0; }
.module-heading { margin-bottom: 26px; }
.module-heading h2 { margin: 0; max-width: 850px; font-size: clamp(34px,9vw,58px); line-height: 1; letter-spacing: -.05em; }
.module-heading > p:last-child:not(.eyebrow) { max-width: 680px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.card-grid { display: grid; gap: 14px; }
.guide-card { min-height: 250px; position: relative; overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11,21,37,.92); box-shadow: 0 14px 36px rgba(0,0,0,.16); transition: transform .2s ease,border-color .2s ease; }
.guide-card:hover { transform: translateY(-2px); border-color: var(--green); }
.guide-card::before { content: ""; position: absolute; right: -75px; top: -75px; width: 170px; height: 170px; border: 24px solid rgba(0,200,255,.06); border-radius: 50%; }
.guide-card > span { color: #72ee9a; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 950; }
.guide-card > b { position: absolute; right: 22px; top: 22px; color: transparent; background: var(--rainbow); background-clip: text; font-size: 26px; }
.guide-card h3 { margin: 72px 0 10px; font-size: 25px; line-height: 1.08; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.step-grid { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.step-grid li { min-height: 165px; padding: 22px; display: flex; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11,21,37,.9); }
.step-grid li > b { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--rainbow); font-size: 11px; }
.step-grid h3 { margin: 5px 0 8px; font-size: 21px; }
.step-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.article-copy { max-width: 800px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11,21,37,.92); }
.article-copy p { margin: 0 0 20px; color: #c2cdda; font-size: 17px; line-height: 1.78; }
.article-copy p:last-child { margin-bottom: 0; }
.check-list { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { min-height: 58px; padding: 12px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 15px; background: rgba(11,21,37,.92); color: #cbd5e0; font-weight: 750; }
.check-list span { width: 30px; height: 30px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 950; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 70px; padding: 16px 2px; display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: #72ee9a; font-size: 28px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list p { max-width: 780px; margin: -2px 0 22px; color: var(--muted); line-height: 1.7; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11,21,37,.92); }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th,td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
thead th { color: var(--lime); background: rgba(255,255,255,.035); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
tbody th { color: white; font-size: 14px; }
tbody td { color: var(--muted); font-size: 14px; }
tbody tr:last-child th,tbody tr:last-child td { border-bottom: 0; }

.page-cta { padding: 82px 18px; text-align: center; background: radial-gradient(circle at 15% 20%,rgba(0,200,255,.2),transparent 32%),radial-gradient(circle at 82% 80%,rgba(201,255,47,.13),transparent 34%),var(--ink); }
.page-cta h2 { max-width: 900px; margin: 0 auto; font-size: clamp(42px,11vw,76px); line-height: .95; letter-spacing: -.06em; }
.page-cta > p:not(.eyebrow) { max-width: 600px; margin: 20px auto 28px; color: #b7c3d3; line-height: 1.65; }
.site-footer { padding: 68px 18px calc(96px + env(safe-area-inset-bottom)); background: #030914; }
.footer-top { width: var(--content); margin: 0 auto; display: grid; gap: 36px; }
.footer-brand img { width: 130px; height: 74px; object-fit: contain; }
.footer-brand p { color: #9ba9ba; line-height: 1.55; }
.image-domain { color: var(--lime); font-size: 11px; letter-spacing: .08em; font-weight: 900; }
.footer-top nav { display: grid; gap: 4px; }
.footer-top nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: #c4ceda; font-size: 13px; font-weight: 750; }
.footer-bottom { width: var(--content); margin: 38px auto 0; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 4px; color: #8291a5; font-size: 11px; line-height: 1.55; }
.footer-bottom p { margin: 0; }
.age-strip { position: fixed; z-index: 70; left: 12px; right: 12px; bottom: max(12px,env(safe-area-inset-bottom)); padding: 13px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(6,16,31,.97); box-shadow: var(--shadow); }
.age-strip p { margin: 0; font-size: 12px; line-height: 1.45; }
.age-strip button { min-width: 74px; min-height: 44px; border: 0; border-radius: 999px; color: var(--ink); background: var(--lime); font-weight: 950; }
.age-strip[hidden] { display: none; }
.mobile-cta { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: max(12px,env(safe-area-inset-bottom)); min-height: 56px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 999px; background: var(--rainbow); color: var(--ink); box-shadow: 0 16px 45px rgba(6,16,31,.34); font-weight: 950; }
.age-strip:not([hidden]) ~ .mobile-cta,body:has(.menu[open]) .mobile-cta { display: none; }

@media (min-width: 760px) {
  .site-header { min-height: 80px; padding: 0 max(24px,calc((100% - 1160px)/2)); }
  .desktop-nav { display: flex; align-items: center; gap: 28px; }
  .desktop-nav a { min-height: 48px; display: inline-flex; align-items: center; color: #aebac9; font-size: 13px; font-weight: 800; }
  .desktop-nav a:hover,.desktop-nav a[aria-current="page"] { color: white; }
  .header-actions > .button { display: inline-flex; }
  .menu { display: none; }
  .page-hero { min-height: 660px; grid-template-columns: 1.05fr .95fr; gap: 60px; }
  .page-hero h1 { font-size: clamp(58px,6vw,84px); }
  .card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .step-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .step-grid li { display: block; }
  .step-grid h3 { margin-top: 28px; }
  .check-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .mobile-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }
}
