:root {
  --ink: #18233b;
  --ink-soft: #33415c;
  --purple: #6f56df;
  --purple-dark: #5941c8;
  --violet-soft: #ece8ff;
  --blue-soft: #e8eeff;
  --mint: #dcf4ed;
  --mint-strong: #118870;
  --cream: #f7f1df;
  --paper: #f8f6f1;
  --white: #ffffff;
  --line: #d9dce5;
  --gold: #ffc54d;
  --coral: #ff6a68;
  --shadow: 0 20px 60px rgba(24, 35, 59, .10);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; line-height: 1.1; }
h1 { font-size: clamp(2.75rem, 4.3vw, 4.75rem); line-height: 1.04; letter-spacing: -.05em; max-width: 940px; text-wrap: balance; }
h2 { font-size: clamp(2rem, 4vw, 4.25rem); letter-spacing: -.045em; }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
p { margin: 0; }

.section-pad { padding: 110px max(5vw, 24px); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  padding: 14px max(4vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(248, 246, 241, .92);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(24, 35, 59, .08);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-weight: 800; text-decoration: none; letter-spacing: .05em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--ink); letter-spacing: 0; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a, .footer-links a { text-decoration: none; font-size: .9rem; font-weight: 600; color: var(--ink-soft); }
.site-header nav a:hover, .footer-links a:hover { color: var(--purple); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  color: white;
  background: var(--purple);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(111, 86, 223, .24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--purple-dark); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(111, 86, 223, .30); }
.button-small { min-height: 46px; padding: 0 20px; font-size: .9rem; }
.text-link { font-weight: 700; color: var(--purple); text-underline-offset: 4px; }
.text-link.strong { white-space: nowrap; }

.eyebrow { margin-bottom: 22px; color: var(--purple); text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; line-height: 1.3; font-weight: 800; }
.eyebrow.light { color: #62e2c4; }
.hero { min-height: 780px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); gap: min(6vw, 90px); align-items: center; padding-top: 90px; }
.hero-copy { max-width: 960px; }
.hero-title-line { display: inline; }
.hero-lead { max-width: 760px; margin-top: 32px; font-size: clamp(1.1rem, 1.6vw, 1.35rem); color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.microcopy { margin-top: 14px; color: #6f7890; font-size: .86rem; }
.hero-visual { position: relative; min-width: 0; min-height: 650px; padding-bottom: 150px; }
.hero-photo { width: 100%; height: 520px; margin: 0; overflow: hidden; border-radius: 34px; background: #ddd9d2; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 80% center; }
.hero-proof { position: absolute; right: -18px; bottom: -8px; width: min(86%, 430px); color: white; background: var(--ink); border-radius: 28px; padding: 24px; box-shadow: 0 24px 70px rgba(24,35,59,.24); transform: rotate(.6deg); }
.proof-topline { display: flex; align-items: center; justify-content: space-between; color: #66dec2; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 800; }
.proof-badge { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; }
.proof-label { margin: 20px 0 15px; font-family: "Manrope", sans-serif; font-size: 1.3rem; line-height: 1.25; font-weight: 700; }
.hero-proof ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof li { display: grid; grid-template-columns: 38px 1fr; gap: 8px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .875rem; }
.hero-proof li span { color: #9e8fff; font-weight: 800; }
.proof-note { display: flex; flex-direction: column; margin-top: 16px; padding: 14px; border-radius: 16px; background: rgba(111,86,223,.2); }
.proof-note span { color: #cbd1df; font-size: .88rem; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--purple); color: white; padding: 24px max(5vw, 24px); text-align: center; font-size: .86rem; font-weight: 700; }
.trust-strip span + span { border-left: 1px solid rgba(255,255,255,.28); }

.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: end; margin-bottom: 60px; }
.section-heading.compact { display: block; max-width: 850px; }
.section-heading.compact h2 { max-width: 780px; text-wrap: balance; }
.problem { background: white; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
.problem-copy { display: grid; gap: 22px; color: var(--ink-soft); font-size: 1.12rem; }
.comparison-card { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.comparison-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; }
.comparison-head span { color: #747e93; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.comparison-head strong { font: 800 2rem "Manrope", sans-serif; }
.comparison-row { display: grid; grid-template-columns: 115px 1fr 150px; gap: 14px; align-items: center; margin: 20px 0; font-size: .85rem; }
.comparison-row span { font-weight: 700; }
.comparison-row b { font-weight: 600; color: var(--mint-strong); }
.comparison-row.warning b { color: #cb5c53; }
.bar { height: 12px; overflow: hidden; border-radius: 999px; background: #e5e5e8; }
.bar i { display: block; height: 100%; border-radius: inherit; background: var(--mint-strong); }
.warning .bar i { background: var(--coral); }
.comparison-card > p { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }

.understand { background: var(--paper); }
.cards-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.insight-card { min-height: 330px; padding: 30px; border-radius: var(--radius); display: flex; flex-direction: column; }
.insight-card h3 { margin: 28px 0 18px; }
.insight-card p { color: var(--ink-soft); font-size: .92rem; }
.card-number { font: 800 .78rem "Manrope", sans-serif; color: var(--purple); }
.lilac { background: var(--violet-soft); }
.blue { background: var(--blue-soft); }
.mint { background: var(--mint); }
.cream { background: var(--cream); }

.deliverable { padding-top: 40px; }
.deliverable-panel { background: var(--ink); color: white; border-radius: 36px; padding: clamp(36px, 6vw, 78px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.deliverable-panel h2 { max-width: 720px; }
.deliverable-panel p:not(.eyebrow) { margin-top: 26px; color: #cbd1df; max-width: 680px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 15px 0 15px 36px; border-bottom: 1px solid rgba(255,255,255,.14); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #64dec3; font-weight: 800; }
.human-check { margin: 22px auto 0; max-width: 930px; text-align: center; color: var(--ink-soft); font-size: .92rem; }
.human-check span { color: var(--mint-strong); font-weight: 800; }

.process { background: white; }
.steps { list-style: none; padding: 0; margin: 60px 0 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.steps li { padding: 28px 25px; border: 1px solid var(--line); border-radius: 24px; }
.steps li > span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--purple); color: white; font-weight: 800; }
.steps h3 { margin-bottom: 13px; }
.steps p { color: var(--ink-soft); font-size: .9rem; }
.prepare-box { background: var(--mint); border-radius: 32px; padding: clamp(30px, 5vw, 60px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 3vw 7vw; }
.prepare-box h3 { font-size: clamp(1.5rem, 2.3vw, 2.3rem); }
.prepare-box > div > p:last-child { margin-top: 16px; color: var(--ink-soft); }
.prepare-box ul { margin: 0; padding-left: 22px; display: grid; gap: 12px; }
.prepare-note { grid-column: 1 / -1; border-top: 1px solid rgba(17,136,112,.22); padding-top: 26px; color: var(--ink-soft); font-size: .9rem; }
.prepare-note p + p { margin-top: 12px; }

.preview { background: var(--paper); overflow: hidden; }
.preview-heading { max-width: 960px; }
.preview-heading > p:not(.eyebrow) { max-width: 800px; margin-top: 22px; color: var(--ink-soft); }
.report-gallery { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; align-items: start; }
.report-page { margin: 0; padding: 10px; background: white; border-radius: 20px; box-shadow: 0 16px 44px rgba(24,35,59,.12); transform: rotate(1deg); }
.report-page:nth-child(2) { transform: translateY(55px) rotate(-1.5deg); }
.report-page:nth-child(3) { transform: translateY(15px) rotate(1.5deg); }
.report-page img { border-radius: 13px; }
.center-action { display: flex; justify-content: center; margin-top: 90px; }

.verification { background: var(--purple); color: white; }
.verification-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.verification-grid p { color: #eeeaff; font-size: 1.08rem; }
.verification-grid .small-light { margin-top: 24px; color: #d3ccef; font-size: .88rem; }

.faq-list { max-width: 950px; margin-left: auto; }
.faq-heading { margin-bottom: 42px; }
.faq-heading h2 { max-width: none; }
.faq-list details { border-top: 1px solid var(--line); padding: 0 4px; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; list-style: none; font: 700 1.04rem "Manrope", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--purple); font: 500 1.8rem "DM Sans", sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; padding: 0 0 26px; color: var(--ink-soft); }

.order { padding-top: 40px; }
.order-card { background: var(--ink); color: white; border-radius: 36px; padding: clamp(36px, 6vw, 78px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 6vw; align-items: center; }
.order-card h2 { max-width: 780px; }
.order-card > div > p:last-child { margin-top: 20px; color: #ccd3df; }
.price-block { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.price-block > span { color: #62e2c4; text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; font-weight: 800; }
.price-block strong { font: 800 clamp(3.4rem, 7vw, 6.8rem) "Manrope", sans-serif; line-height: 1; letter-spacing: -.06em; }
.price-block strong small { font-size: .23em; letter-spacing: 0; }
.button-gold { width: 100%; background: var(--gold); color: var(--ink); box-shadow: 0 12px 30px rgba(255,197,77,.2); }
.button-gold:hover { background: #ffd06c; }
.price-block > small { color: #9fa8bc; }
.setup-note { margin-top: 18px; text-align: center; color: #788196; font-size: .82rem; }

footer { padding: 45px max(5vw, 24px); display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; border-top: 1px solid var(--line); }
footer > p { color: #737d91; font-size: .84rem; }
.footer-links { display: flex; gap: 22px; }

@media (min-width: 1061px) {
  .hero { grid-template-columns: minmax(0, 1.55fr) minmax(370px, 1fr); gap: clamp(36px, 4vw, 64px); }
  .hero h1 { max-width: none; font-size: clamp(2.05rem, 3.1vw, 3.75rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: initial; }
  .hero-title-line { display: block; white-space: nowrap; }
}

@media (max-width: 1180px) {
  .cards-four, .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { width: min(100%, 760px); min-height: 670px; }
  .hero-proof { transform: none; }
  .cards-four { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); gap: 14px 0; }
  .trust-strip span:nth-child(3) { border-left: 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.45rem, 10.5vw, 3.15rem); line-height: 1.05; }
  .section-pad { padding: 78px 22px; }
  .site-header { min-height: 66px; }
  .site-header nav { display: none; }
  .site-header .button { display: none; }
  .hero { padding-top: 64px; gap: 50px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 0; padding-bottom: 0; }
  .hero-photo { height: 420px; border-radius: 28px; }
  .hero-photo img { object-position: 90% center; }
  .hero-proof { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -48px auto 0; padding: 24px; }
  .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; text-align: left; padding: 24px; }
  .trust-strip span { padding: 5px 0; }
  .trust-strip span + span { border-left: 0; }
  .section-heading, .problem-grid, .deliverable-panel, .verification-grid, .order-card, .prepare-box { grid-template-columns: 1fr; }
  .section-heading { gap: 5px; margin-bottom: 38px; }
  .cards-four, .steps { grid-template-columns: 1fr; }
  .insight-card { min-height: 0; }
  .comparison-row { grid-template-columns: 95px 1fr; }
  .comparison-row b { grid-column: 2; }
  .prepare-note { grid-column: auto; }
  .report-gallery { grid-template-columns: 1fr 1fr; gap: 15px; }
  .report-gallery .featured { grid-column: 1 / -1; }
  .report-page:nth-child(2), .report-page:nth-child(3) { transform: none; }
  .center-action { margin-top: 55px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .report-gallery { grid-template-columns: 1fr; }
  .report-gallery .featured { grid-column: auto; }
}

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