:root {
  --ink: #081624;
  --ink-2: #13283b;
  --paper: #f6f9fc;
  --white: #ffffff;
  --muted: #5b6d7d;
  --line: #dce5ed;
  --blue: #155eef;
  --blue-dark: #0b47c1;
  --blue-soft: #eaf1ff;
  --lime: #b8f34a;
  --aqua: #75e6da;
  --amber: #f5b83b;
  --danger: #d94b5b;
  --shadow: 0 24px 70px rgba(8, 22, 36, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; }
.skip-link:focus { left: 8px; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 249, 252, .94);
  border-bottom: 1px solid rgba(220, 229, 237, .9);
  backdrop-filter: blur(14px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; letter-spacing: -.035em; font-size: 1.12rem; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: var(--lime); font-size: .82rem; letter-spacing: -.04em; }
.brand em { color: var(--blue); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--ink-2); text-decoration: none; font-weight: 700; font-size: .94rem; }
.nav-links a:hover, .nav-links a:focus { color: var(--blue); }
.nav-toggle { display: none; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); text-decoration: none; font-weight: 800; line-height: 1.2; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(8,22,36,.11); }
.button-primary { color: var(--white); background: var(--blue); border-color: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-dark { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.button-small { min-height: 42px; padding: 10px 15px; font-size: .9rem; }
.text-link { color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 4px; font-weight: 800; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 999px; background: currentColor; }
h1, h2, h3 { margin: 0 0 16px; letter-spacing: -.045em; line-height: 1.05; }
h1 { font-size: clamp(2.65rem, 6.4vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.7rem); }
h3 { font-size: 1.38rem; }
p { margin: 0 0 20px; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.28rem); max-width: 720px; }
.fine { color: var(--muted); font-size: .9rem; }

.hero { position: relative; overflow: hidden; padding: 82px 0 72px; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(21,94,239,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(21,94,239,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.hero-copy strong { color: var(--blue); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 29px 0 22px; }
.proof-line { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); font-size: .92rem; font-weight: 700; }
.proof-line span::before { content: "✓"; color: var(--blue); margin-right: 7px; font-weight: 950; }

.diagnostic-card { position: relative; overflow: hidden; background: var(--ink); color: var(--white); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.diagnostic-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -65px; top: -70px; border-radius: 50%; background: var(--aqua); filter: blur(70px); opacity: .28; }
.report-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.report-label { color: #9eb2c4; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.report-score { padding: 7px 11px; border: 1px solid rgba(184,243,74,.4); border-radius: 999px; color: var(--lime); font-size: .8rem; font-weight: 900; }
.finding-list { display: grid; gap: 12px; margin: 22px 0; }
.finding { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 13px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }
.finding-num { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: rgba(255,255,255,.09); font-size: .78rem; font-weight: 900; }
.finding b { display: block; font-size: .92rem; }
.finding small { color: #9eb2c4; }
.priority { padding: 5px 8px; border-radius: 999px; color: var(--ink); background: var(--amber); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.priority.high { color: var(--white); background: var(--danger); }
.report-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #9eb2c4; font-size: .86rem; }
.report-bottom b { color: var(--white); }

.trust-bar { padding: 20px 0; background: var(--white); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 18px; align-items: center; }
.trust-intro { font-weight: 850; }
.trust-stat { padding-left: 18px; border-left: 1px solid var(--line); }
.trust-stat b { display: block; color: var(--blue); font-size: 1.3rem; }
.trust-stat span { color: var(--muted); font-size: .85rem; }

.section { padding: 86px 0; }
.section-white { background: var(--white); }
.section-dark { color: var(--white); background: var(--ink); }
.section-head { max-width: 780px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-dark .lead, .section-dark .fine { color: #a9bac8; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card, .plain-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; }
.step-num { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 35px; border-radius: 12px; color: var(--blue); background: var(--blue-soft); font-weight: 950; }
.step-card.featured { color: var(--white); background: var(--blue); border-color: var(--blue); box-shadow: 0 18px 44px rgba(21,94,239,.22); }
.step-card.featured .step-num { color: var(--ink); background: var(--lime); }
.step-card p, .plain-card p { color: var(--muted); }
.step-card.featured p { color: #dfe8ff; }
.step-price { margin: 24px 0 8px; font-size: 2rem; font-weight: 900; letter-spacing: -.05em; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.price-card.recommended { border: 2px solid var(--blue); box-shadow: 0 20px 45px rgba(8,22,36,.1); }
.badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); font-size: .7rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 8px 0 3px; font-size: 2.7rem; font-weight: 950; letter-spacing: -.06em; }
.price small { color: var(--muted); font-size: .92rem; letter-spacing: 0; }
.package-desc { min-height: 80px; color: var(--muted); }
.check-list { margin: 12px 0 25px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 950; }
.price-card .button { margin-top: auto; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.signal-board { display: grid; gap: 12px; }
.signal { display: grid; grid-template-columns: 10px 1fr; gap: 15px; padding: 19px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
.signal-dot { width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(245,184,59,.12); }
.signal:nth-child(2) .signal-dot { background: var(--danger); box-shadow: 0 0 0 5px rgba(217,75,91,.12); }
.signal:nth-child(3) .signal-dot { background: var(--aqua); box-shadow: 0 0 0 5px rgba(117,230,218,.12); }
.signal b { display: block; }
.signal span { color: #a9bac8; font-size: .9rem; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audience-card { padding: 22px; border-top: 4px solid var(--blue); background: var(--white); border-radius: 4px 4px 17px 17px; box-shadow: 0 12px 30px rgba(8,22,36,.06); }
.audience-card:nth-child(2) { border-color: var(--aqua); }
.audience-card:nth-child(3) { border-color: var(--amber); }
.audience-card:nth-child(4) { border-color: var(--lime); }
.audience-card b { display: block; margin-bottom: 7px; }
.audience-card span { color: var(--muted); font-size: .92rem; }

.about-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; padding: 42px; color: var(--white); background: linear-gradient(135deg, var(--ink), #133752); border-radius: 28px; box-shadow: var(--shadow); }
.monogram { display: grid; place-items: center; width: min(100%, 270px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.06); color: var(--lime); font-size: 4rem; font-weight: 950; letter-spacing: -.08em; }
.about-panel p { color: #c4d1dc; }
.credential-row { display: flex; flex-wrap: wrap; gap: 10px; }
.credential { padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #e4edf5; font-size: .82rem; font-weight: 750; }

.faq { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.faq details { padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.faq summary { cursor: pointer; font-weight: 850; }
.faq details p { margin: 13px 0 0; color: var(--muted); }

.cta-band { position: relative; overflow: hidden; padding: 52px; border-radius: 28px; background: var(--blue); color: var(--white); }
.cta-band::after { content: "$99"; position: absolute; right: 24px; bottom: -70px; color: rgba(255,255,255,.09); font-size: 12rem; font-weight: 950; letter-spacing: -.1em; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band p { max-width: 650px; color: #e4ebff; font-size: 1.12rem; }

.page-hero { padding: 70px 0 56px; background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.price-panel { padding: 28px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-panel .price { color: var(--lime); }
.price-panel p { color: #b8c6d2; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: start; }
.sticky-card { position: sticky; top: 100px; }
.deliverable { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.deliverable-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: var(--blue); background: var(--blue-soft); font-weight: 950; }
.deliverable p { margin: 4px 0 0; color: var(--muted); }
.notice { padding: 18px; border-left: 4px solid var(--amber); border-radius: 0 12px 12px 0; background: #fff7e4; color: #614a13; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.compare-table th, .compare-table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); }
.compare-table th { background: #edf3f8; font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; }
.compare-table tr:last-child td { border-bottom: 0; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 40px; align-items: start; }
.contact-options { display: grid; gap: 12px; }
.contact-option { display: block; padding: 18px; text-decoration: none; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.contact-option:hover { border-color: var(--blue); }
.contact-option b { display: block; }
.contact-option span { color: var(--muted); font-size: .9rem; }
.form-frame { width: 100%; min-height: 850px; border: 0; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }

.site-footer { padding: 55px 0 28px; color: #c2cfda; background: #06111c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
.footer-brand p { max-width: 380px; color: #8fa1b0; }
.footer-heading { color: var(--white); font-size: .83rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; margin-top: 14px; }
.footer-links a { color: #aebdca; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.copyright { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #758797; font-size: .84rem; }

@media (max-width: 960px) {
  .hero-grid, .page-hero-grid, .split, .detail-grid, .contact-layout { grid-template-columns: 1fr; }
  .pricing-grid, .steps { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .about-panel { grid-template-columns: 1fr; }
  .monogram { max-width: 200px; }
  .sticky-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 68px 14px auto; padding: 18px; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 8px; }
  .hero { padding: 58px 0 50px; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .section { padding: 65px 0; }
  .diagnostic-card, .price-card, .step-card, .plain-card { padding: 22px; }
  .finding { grid-template-columns: 30px 1fr; }
  .priority { grid-column: 2; width: max-content; }
  .trust-grid, .audience-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-stat { padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .about-panel, .cta-band { padding: 28px 22px; }
  .cta-band::after { font-size: 8rem; }
  .compare-table { display: block; overflow-x: auto; }
  .form-frame { min-height: 1000px; }
}

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