:root {
  --ink: #f7fbff;
  --muted: #93a8c3;
  --soft: #d7e3f2;
  --bg: #06101d;
  --panel: #0c1a2c;
  --panel-2: #10243b;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.18);
  --teal: #43d3c7;
  --blue: #65aaff;
  --amber: #f0c76d;
  --green: #85d48f;
  --coral: #ff8f70;
  --danger: #ff7474;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --max: 1180px;
  --radius: 10px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 6px; color: #06101d; background: var(--teal); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(6,16,29,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: #06101d; background: linear-gradient(135deg, var(--teal), var(--amber)); font-size: .82rem; letter-spacing: -.03em; box-shadow: 0 12px 30px rgba(67,211,199,.18); }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.nav-owner { padding: 9px 13px; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--ink); background: rgba(255,255,255,.05); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.05); padding: 8px 12px; font-weight: 800; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 92px 0 84px; overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(67,211,199,.08), transparent 32%), linear-gradient(145deg, #06101d 0%, #091a2d 52%, #0b1626 100%); }
.hero::after { content: ""; position: absolute; inset: auto -20% -60% 30%; height: 80%; background: radial-gradient(ellipse, rgba(101,170,255,.12), transparent 68%); transform: rotate(-8deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .55; }
.hero-glow-one { width: 280px; height: 280px; right: 2%; top: 10%; background: radial-gradient(circle, rgba(67,211,199,.15), transparent 70%); }
.hero-glow-two { width: 240px; height: 240px; left: -100px; bottom: 5%; background: radial-gradient(circle, rgba(240,199,109,.1), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.7fr); gap: clamp(48px,7vw,100px); align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(133,212,143,.09); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(133,212,143,0); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem,6vw,6.6rem); font-weight: 920; }
h2 { font-size: clamp(2rem,4vw,4rem); }
h3 { font-size: 1.15rem; }
.hero-lead { max-width: 690px; margin-bottom: 34px; color: var(--soft); font-size: clamp(1.02rem,1.8vw,1.24rem); }
.search-form { max-width: 790px; }
.search-form > label { display: block; margin-bottom: 9px; color: var(--soft); font-size: .86rem; font-weight: 800; }
.search-box { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; padding: 7px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255,255,255,.075); box-shadow: var(--shadow); transition: border-color .2s, box-shadow .2s; }
.search-box:focus-within { border-color: rgba(67,211,199,.7); box-shadow: 0 0 0 4px rgba(67,211,199,.1), var(--shadow); }
.search-prefix { padding: 0 10px 0 12px; color: var(--teal); font-size: 1.5rem; }
.search-box input { min-width: 0; height: 52px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.search-box input::placeholder { color: #7186a2; }
.search-box button, .cta-button { min-height: 52px; border: 0; border-radius: 8px; padding: 0 20px; color: #06101d; background: linear-gradient(135deg, var(--teal), var(--amber)); font-weight: 900; cursor: pointer; transition: transform .2s, filter .2s; }
.search-box button:hover, .cta-button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.search-box button:disabled { cursor: wait; filter: grayscale(.3); opacity: .7; }
.search-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 10px; color: var(--muted); font-size: .82rem; }
.text-button { border: 0; padding: 0; color: var(--teal); background: transparent; font-weight: 800; cursor: pointer; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); }

.preview-card { position: relative; padding: 25px; border: 1px solid var(--line-strong); border-radius: 14px; background: linear-gradient(160deg, rgba(16,36,59,.95), rgba(9,25,43,.92)); box-shadow: 0 40px 100px rgba(0,0,0,.4); transform: rotate(1deg); }
.preview-card::before { content: ""; position: absolute; inset: 10px -10px -10px 10px; z-index: -1; border: 1px solid rgba(67,211,199,.12); border-radius: inherit; }
.preview-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.preview-top strong { display: block; font-size: .94rem; }
.preview-top span:not(.status-pill) { display: block; color: var(--muted); font-size: .72rem; }
.domain-avatar { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(67,211,199,.25); border-radius: 10px; color: var(--teal); background: rgba(67,211,199,.08); font-weight: 900; }
.status-pill, .confidence-pill, .roadmap-tag { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px; border: 1px solid rgba(133,212,143,.25); border-radius: 999px; color: var(--green); background: rgba(133,212,143,.08); font-size: .69rem; font-weight: 850; }
.score-orbit { width: 168px; height: 168px; margin: 34px auto; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--teal) 0 82%, rgba(255,255,255,.08) 82% 100%); box-shadow: 0 0 55px rgba(67,211,199,.12); }
.score-orbit::before { content: ""; width: 142px; height: 142px; border-radius: inherit; background: #0c1a2c; }
.score-orbit > div { position: absolute; text-align: center; }
.score-orbit strong { display: block; font-size: 2.6rem; line-height: 1; }
.score-orbit span { color: var(--muted); font-size: .72rem; }
.mini-signals { display: grid; gap: 14px; }
.mini-signals div { display: grid; grid-template-columns: 1fr auto; gap: 3px 12px; font-size: .76rem; }
.mini-signals span { color: var(--muted); }
.mini-signals strong { font-size: .72rem; }
.mini-signals i { grid-column: 1/-1; height: 5px; border-radius: 99px; overflow: hidden; background: rgba(255,255,255,.07); }
.mini-signals i::after { content: ""; display: block; width: var(--w); height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue),var(--teal)); }
.preview-note { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }

.results-section { padding: 64px 0 90px; background: #081422; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.loading-state, .error-state { min-height: 210px; display: flex; align-items: center; justify-content: center; gap: 22px; text-align: left; }
.loading-state strong { display: block; font-size: 1.2rem; }
.loading-state span { color: var(--muted); }
.scan-orb { width: 56px; height: 56px; border: 3px solid rgba(255,255,255,.1); border-top-color: var(--teal); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.error-state { flex-direction: column; text-align: center; }
.error-state strong { color: var(--coral); font-size: 1.2rem; }
.error-state p { margin-bottom: 4px; color: var(--muted); }
.secondary-button { min-height: 38px; padding: 7px 12px; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--ink); background: rgba(255,255,255,.055); font-weight: 800; cursor: pointer; }
.report-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 26px; }
.report-domain { display: flex; align-items: center; gap: 14px; }
.report-domain h2 { margin: 0 0 2px; font-size: clamp(1.5rem,3vw,2.4rem); }
.report-domain .section-kicker { margin-bottom: 2px; font-size: .65rem; }
.report-domain a { color: var(--muted); font-size: .8rem; }
.report-actions { display: flex; align-items: center; gap: 12px; }
.freshness { color: var(--muted); font-size: .78rem; }
.score-grid { display: grid; grid-template-columns: minmax(300px,2fr) repeat(4,minmax(130px,1fr)); gap: 12px; margin-bottom: 12px; }
.overall-card, .metric-card, .panel { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(14,31,51,.82); }
.overall-card { display: flex; align-items: center; gap: 18px; padding: 20px; }
.result-score { flex: 0 0 82px; height: 82px; display: grid; place-content: center; grid-template-columns: auto auto; border-radius: 50%; background: conic-gradient(var(--teal) var(--score,0%), rgba(255,255,255,.08) 0); box-shadow: inset 0 0 0 8px #0e1f33; }
.result-score strong { font-size: 1.6rem; line-height: 1; }
.result-score span { align-self: end; color: var(--muted); font-size: .67rem; }
.overall-card h3 { margin: 3px 0 6px; }
.overall-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.card-label { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.metric-card { padding: 20px 16px; }
.metric-card > span { display: block; min-height: 38px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.metric-card strong { display: block; font-size: 1.9rem; line-height: 1; }
.metric-card small { color: var(--green); font-size: .68rem; font-weight: 800; }
.report-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(270px,.72fr); gap: 12px; }
.report-main, .report-side { display: grid; align-content: start; gap: 12px; }
.panel { padding: 22px; }
.panel-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 20px; }
.panel-heading h3, .compact-panel h3 { margin: 4px 0 0; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.facts-grid div { min-width: 0; padding: 15px; background: #0d1d30; }
.facts-grid dt { margin-bottom: 5px; color: var(--muted); font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.facts-grid dd { margin: 0; overflow-wrap: anywhere; font-size: .84rem; }
.filter-tabs { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.03); }
.filter-tabs button { border: 0; border-radius: 5px; padding: 6px 9px; color: var(--muted); background: transparent; font-size: .68rem; font-weight: 800; cursor: pointer; }
.filter-tabs button.active { color: var(--ink); background: rgba(255,255,255,.09); }
.checks-list { display: grid; gap: 8px; }
.check-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: start; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); }
.check-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; font-size: .7rem; font-weight: 900; }
.check-row.pass .check-icon { color: var(--green); background: rgba(133,212,143,.1); }
.check-row.improve .check-icon { color: var(--amber); background: rgba(240,199,109,.1); }
.check-row strong { display: block; margin-bottom: 2px; font-size: .86rem; }
.check-row p { margin: 0; color: var(--muted); font-size: .75rem; }
.check-row > span:last-child { color: var(--muted); font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.compact-panel { padding: 20px; }
.footprint-list { display: grid; gap: 1px; margin-top: 17px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.footprint-list div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 12px; background: #0d1d30; }
.footprint-list span { color: var(--muted); font-size: .76rem; }
.footprint-list strong { font-size: .82rem; }
.next-actions ol { margin: 16px 0 0; padding: 0; list-style: none; counter-reset: action; }
.next-actions li { counter-increment: action; position: relative; padding: 0 0 13px 32px; color: var(--soft); font-size: .78rem; }
.next-actions li::before { content: counter(action); position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(240,199,109,.25); border-radius: 6px; color: var(--amber); background: rgba(240,199,109,.07); font-size: .65rem; font-weight: 900; }
.data-boundary { background: linear-gradient(145deg,rgba(16,36,59,.9),rgba(12,26,44,.9)); }
.data-boundary p { color: var(--muted); font-size: .78rem; }
.roadmap-tag { border-color: rgba(101,170,255,.25); color: var(--blue); background: rgba(101,170,255,.08); }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .method-grid h2, .faq-grid h2, .roadmap-card h2, .final-cta h2 { margin-bottom: 0; }
.section-heading p, .method-lead, .roadmap-card p { margin: 0; color: var(--muted); }
.capabilities { background: linear-gradient(180deg,#06101d,#081728); }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.capability-grid article { min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.018)); transition: transform .2s, border-color .2s; }
.capability-grid article:hover { transform: translateY(-4px); border-color: rgba(67,211,199,.3); }
.cap-number { display: inline-grid; width: 38px; height: 38px; margin-bottom: 42px; place-items: center; border-radius: 8px; color: var(--teal); background: rgba(67,211,199,.08); font-size: .75rem; font-weight: 900; }
.capability-grid h3 { margin-bottom: 12px; font-size: 1.2rem; }
.capability-grid p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }
.methodology { border-block: 1px solid var(--line); background: #091726; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.method-lead { margin: 24px 0 26px; font-size: 1rem; }
.inline-link { color: var(--teal); font-weight: 850; }
.method-steps { display: grid; gap: 12px; }
.method-steps article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.method-steps article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #06101d; background: var(--teal); font-weight: 900; }
.method-steps h3 { margin: 0 0 6px; }
.method-steps p { margin: 0; color: var(--muted); font-size: .85rem; }
.roadmap-section { padding-top: 80px; background: #06101d; }
.roadmap-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 48px; border: 1px solid rgba(101,170,255,.2); border-radius: 14px; background: radial-gradient(circle at 90% 10%,rgba(101,170,255,.1),transparent 38%),#0b1a2c; }
.roadmap-card p { margin-top: 22px; }
.roadmap-track { display: grid; align-content: center; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--line); }
.roadmap-step { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 18px; background: #0d1d30; }
.roadmap-step span { color: var(--muted); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.roadmap-step strong { font-size: .86rem; }
.roadmap-step.active { background: rgba(67,211,199,.08); }
.roadmap-step.active span { color: var(--teal); }
.faq { background: #071321; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
summary { padding: 20px 22px; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--teal); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 20px; color: var(--muted); font-size: .87rem; }
.final-cta { padding: 72px 0; border-block: 1px solid var(--line); background: linear-gradient(135deg,rgba(67,211,199,.1),rgba(240,199,109,.07)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-button { display: inline-flex; align-items: center; justify-content: center; padding-inline: 24px; }
footer { padding: 65px 0 28px; background: #050d17; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-grid p { max-width: 360px; margin: 15px 0 0; color: var(--muted); font-size: .83rem; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { margin-bottom: 3px; font-size: .8rem; }
.footer-grid > div:not(:first-child) a { color: var(--muted); font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .preview-card { max-width: 520px; transform: none; }
  .score-grid { grid-template-columns: repeat(4,1fr); }
  .overall-card { grid-column: 1/-1; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .report-layout { grid-template-columns: 1fr; }
  .report-side { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(var(--max), calc(100% - 24px)); }
  .nav-wrap { min-height: 64px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 12px; right: 12px; padding: 14px; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line); border-radius: 10px; background: rgba(6,16,29,.98); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px; }
  .hero { padding: 64px 0; }
  h1 { font-size: clamp(3rem,16vw,5rem); }
  .search-box { grid-template-columns: auto 1fr; }
  .search-box button { grid-column: 1/-1; width: 100%; }
  .search-meta { flex-direction: column; }
  .text-button { text-align: left; }
  .section { padding: 78px 0; }
  .section-heading, .method-grid, .roadmap-card, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .overall-card { grid-column: 1/-1; }
  .report-header, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .report-actions { width: 100%; justify-content: space-between; }
  .facts-grid { grid-template-columns: 1fr; }
  .panel-heading { flex-direction: column; }
  .report-side { grid-template-columns: 1fr; }
  .roadmap-card { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 480px) {
  .capability-grid, .score-grid, .footer-grid { grid-template-columns: 1fr; }
  .metric-card { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .metric-card > span { min-height: 0; }
  .metric-card small { grid-column: 1/-1; }
  .filter-tabs { width: 100%; }
  .filter-tabs button { flex: 1; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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