:root {
  --bg: #f7f3eb;
  --ink: #111827;
  --muted: #5b6472;
  --card: #fffaf1;
  --line: rgba(17, 24, 39, 0.12);
  --accent: #f59e0b;
  --accent-dark: #b45309;
  --green: #166534;
  --navy: #172033;
  --shadow: 0 24px 80px rgba(17, 24, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fff7df 0, transparent 34rem), var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 243, 235, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 12px;
  color: white; background: var(--ink); font-size: 13px;
  box-shadow: 0 8px 20px rgba(17,24,39,.18);
}
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--muted); }
.nav a:hover { color: var(--ink); }
.nav-cta { color: var(--ink) !important; font-weight: 800; }

.section { padding: 82px clamp(20px, 5vw, 72px); max-width: 1240px; margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: clamp(30px, 5vw, 76px); align-items: center; min-height: 82vh; }
.eyebrow { color: var(--accent-dark); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .13em; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 6.2vw, 76px); line-height: .93; letter-spacing: -.065em; margin-bottom: 24px; max-width: 820px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 19px; letter-spacing: -.02em; margin-bottom: 8px; }
.hero-lede { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 850; border: 1px solid var(--line); cursor: pointer; }
.button.primary { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 14px 40px rgba(17,24,39,.2); }
.button.secondary { background: rgba(255,255,255,.45); }
.trust-note { color: var(--muted); font-weight: 650; }

.audit-card, .feature-card, .deliverable, .price-card, .faq-list details, .contact-form {
  background: rgba(255, 250, 241, 0.86);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.audit-card { padding: 26px; transform: rotate(1.4deg); }
.card-header { display: flex; flex-direction: column; gap: 7px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.card-header span { color: var(--muted); font-size: 14px; font-weight: 700; }
.card-header strong { font-size: 24px; letter-spacing: -.03em; }
.score-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; }
.score-list li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border-radius: 16px; background: white; border: 1px solid var(--line); }
.score-list b { color: var(--green); }
.mini-roadmap { padding: 18px; border-radius: 20px; background: #111827; color: white; }
.mini-roadmap p { margin-bottom: 6px; color: #fbbf24; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.logo-strip { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; padding-top: 8px; padding-bottom: 34px; color: var(--muted); }
.logo-strip b { color: var(--ink); padding: 10px 16px; background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: 999px; }

.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.grid.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 24px; box-shadow: none; }
.feature-card p, .deliverable p, .price-card p, .steps p, .faq-list p { color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.deliverable { padding: 24px; box-shadow: none; }
.deliverable span, .steps span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #111827; color: white; font-weight: 900; margin-bottom: 18px; }

.process { background: var(--navy); color: white; max-width: none; }
.process > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.process .eyebrow { color: #fbbf24; }
.process p { color: #cbd5e1; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0 auto; }
.steps li { padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; }
.steps span { background: #f59e0b; color: #111827; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 28px; box-shadow: none; }
.price-card.featured { background: #111827; color: white; transform: translateY(-10px); box-shadow: var(--shadow); }
.price-card.featured p, .price-card.featured li { color: #d1d5db; }
.price { font-size: 34px; color: inherit !important; font-weight: 950; letter-spacing: -.04em; margin-bottom: 12px; }
.price-card ul { padding-left: 20px; margin-bottom: 0; }
.badge { position: absolute; top: 18px; right: 18px; background: #f59e0b; color: #111827; padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 950; }

.proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; }
.use-case-list { display: grid; gap: 12px; }
.use-case-list p { margin: 0; padding: 18px 20px; background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: 18px; color: var(--muted); }
.use-case-list b { color: var(--ink); }

.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 20px 22px; box-shadow: none; }
.faq-list summary { cursor: pointer; font-weight: 900; }
.faq-list p { margin: 12px 0 0; }

.cta-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; align-items: start; }
.contact-form { padding: 28px; display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; background: white; color: var(--ink); }
.form-note { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.disclaimer { padding-top: 36px; color: var(--muted); font-size: 14px; }
.disclaimer h2 { color: var(--ink); font-size: 24px; }
.footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 30px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); }
.footer p { margin: 0; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero, .split, .proof, .cta-section { grid-template-columns: 1fr; }
  .deliverable-grid, .pricing-grid, .steps { grid-template-columns: 1fr; }
  .grid.two { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .audit-card { transform: none; }
  .section { padding-top: 62px; padding-bottom: 62px; }
}

.legal-page { max-width: 860px; }
.legal-page h1 { font-size: clamp(38px, 5vw, 62px); }
.legal-page h2 { font-size: 25px; margin-top: 32px; }
.legal-page a { text-decoration: underline; text-underline-offset: 3px; }

.sample-scorecard { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 34px 0; }
.sample-scorecard div { background: rgba(255,250,241,.9); border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.sample-scorecard span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.sample-scorecard strong { font-size: 20px; letter-spacing: -.03em; }
.audit-table { display: grid; gap: 8px; margin: 22px 0 34px; }
.audit-row { display: grid; grid-template-columns: 1.6fr .6fr .7fr .4fr; gap: 10px; align-items: center; padding: 14px 16px; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 14px; }
.audit-head { background: var(--ink); color: white; font-weight: 900; }
.number-list { color: var(--muted); }
.number-list strong { color: var(--ink); }
.callout-box { margin: 30px 0; padding: 24px; border-radius: 24px; background: #111827; color: white; }
.callout-box p { color: #d1d5db; margin-bottom: 0; }
@media (max-width: 900px) { .sample-scorecard, .audit-row { grid-template-columns: 1fr; } }

.fit-check { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 8px; padding-bottom: 34px; }
.fit-check > div { max-width: 780px; padding: 22px 24px; background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: 24px; }
.fit-check p { margin: 0; color: var(--muted); font-size: 18px; }
.fit-check a:not(.button) { color: var(--ink); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.fit-check .eyebrow { display: block; margin-bottom: 8px; }
@media (max-width: 900px) { .fit-check { align-items: stretch; flex-direction: column; } }

.muted-copy { color: var(--muted); max-width: 760px; }
.wide-table .audit-row { grid-template-columns: .8fr 1.55fr 1.1fr .55fr; }
@media (max-width: 900px) { .wide-table .audit-row { grid-template-columns: 1fr; } }
