:root {
  --ink: #07101f;
  --navy: #0a1730;
  --blue: #3f66ff;
  --coral: #ff785a;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #9da9bd;
  --line: #d9e0eb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.17);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .9rem; font-weight: 800; letter-spacing: .16em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--blue); border-radius: 10px 2px 10px 2px; font-family: Georgia, serif; font-size: 1.2rem; letter-spacing: 0; }
nav { display: flex; gap: 30px; }
nav a { font-size: .9rem; text-decoration: none; color: #d9e1ef; }
nav a:hover { color: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 3px; color: var(--white); background: var(--blue); box-shadow: 0 10px 30px rgba(63,102,255,.25); font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #3155ec; }
.button-small { min-height: 42px; padding: 0 17px; font-size: .88rem; box-shadow: none; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; opacity: .88; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,11,23,.98) 0%, rgba(4,11,23,.92) 39%, rgba(4,11,23,.25) 68%, rgba(4,11,23,.15) 100%), linear-gradient(0deg, rgba(4,11,23,.7), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 90px auto 0; }
.hero-copy > * { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: #bfcaff; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #3952b9; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { margin: 0; max-width: 820px !important; font-size: clamp(3.2rem, 6.2vw, 6rem); line-height: .97; }
.hero-lede { margin: 28px 0 0; color: #d0d9e8; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.price-note { color: #cfd8e7; }
.price-note strong { color: var(--white); }
.microcopy { margin-top: 18px; color: #9dacbf; font-size: .84rem; line-height: 1.5; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); width: min(1180px, calc(100% - 40px)); margin: -34px auto 0; position: relative; z-index: 3; background: var(--white); box-shadow: 0 18px 55px rgba(7,16,31,.12); }
.trust-strip span { padding: 24px 26px; border-right: 1px solid var(--line); font-size: .9rem; font-weight: 800; }
.trust-strip span:last-child { border-right: 0; }
.trust-strip span::before { content: "✓"; margin-right: 10px; color: var(--blue); }

.section, .deliverables-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 130px 0 50px; align-items: end; }
h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.5rem); line-height: 1.03; }
.section-lede, .example-heading > p:last-child, .final-cta p { margin: 0; color: #536177; font-size: 1.08rem; line-height: 1.72; }

.deliverables-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverables-grid article { min-height: 270px; padding: 34px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverables-grid .accent-card { color: var(--white); background: var(--blue); border-color: var(--blue); }
.number { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.accent-card .number { color: #cdd6ff; }
h3 { margin: 52px 0 12px; font-size: 1.22rem; }
.deliverables-grid p { margin: 0; color: #647187; line-height: 1.62; }
.accent-card p { color: #e2e7ff; }

.example { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 140px 0; }
.example-heading > p:last-child { margin-top: 24px; }
.comparison { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; }
.comparison article { min-height: 320px; padding: 32px; border: 1px solid var(--line); background: var(--white); }
.comparison .before { background: #e8edf5; }
.comparison .after { color: var(--white); background: var(--navy); border-color: var(--navy); }
.label { margin: 0 0 54px; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
blockquote { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.35; }
.diagnosis, .after > p:last-child { margin-top: 26px; line-height: 1.6; color: #69768a; }
.after > p:last-child { color: #d3dceb; }
.arrow { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; margin-left: -6px; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 1.4rem; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding: 120px 0; border-top: 1px solid var(--line); }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process li > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--blue); background: #e2e8ff; border-radius: 50%; font-weight: 900; }
.process strong { font-size: 1.06rem; }
.process li p { margin: 7px 0 0; color: #627087; line-height: 1.55; }

.guarantee { margin-top: 20px; padding: 80px; color: var(--white); background: var(--navy); }
.guarantee h2 { max-width: 800px; }
.guarantee > p:last-child { max-width: 830px; margin: 28px 0 0; color: #c3cede; line-height: 1.7; }

.reviews { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 130px 0 20px; }
.reviews-heading > p:last-child { color: #5b687d; font-size: 1.05rem; line-height: 1.7; }
.founding-card { padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(7,16,31,.07); }
.founding-card .label { margin-bottom: 34px; color: var(--blue); }
.review-points p { display: grid; grid-template-columns: 90px 1fr; gap: 20px; margin: 0; padding: 21px 0; border-bottom: 1px solid var(--line); }
.review-points strong { color: var(--ink); }
.review-points span { color: #667389; line-height: 1.5; }
.review-note { margin: 28px 0 0; color: #536177; font-size: .88rem; line-height: 1.55; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 130px 0 90px; }
.final-cta p:last-child { margin-top: 18px; }
.final-cta .button { flex: 0 0 auto; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; padding: 80px 0 130px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid #bcc6d6; }
details { border-bottom: 1px solid #bcc6d6; }
summary { padding: 24px 34px 24px 0; cursor: pointer; font-weight: 800; font-size: 1.03rem; }
details p { margin: 0; padding: 0 40px 24px 0; color: #5b687d; line-height: 1.62; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 44px max(20px, calc((100% - 1180px)/2)); color: #afbbce; background: var(--ink); font-size: .82rem; }
footer p { margin: 0; }
footer a { color: var(--white); }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,11,23,.97), rgba(4,11,23,.58)), linear-gradient(0deg, rgba(4,11,23,.85), transparent 55%); }
  .hero-image { object-position: 62% center; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro, .example, .process, .reviews, .faq { grid-template-columns: 1fr; gap: 44px; }
  .deliverables-grid { grid-template-columns: 1fr 1fr; }
  .guarantee { padding: 60px 40px; }
}

@media (max-width: 560px) {
  .site-header { min-height: 74px; }
  .site-header .button-small { display: none; }
  .hero { min-height: 760px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .trust-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .intro { padding-top: 90px; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .comparison { grid-template-columns: 1fr; }
  .arrow { margin: -7px auto; transform: rotate(90deg); }
  .guarantee { width: 100%; padding: 60px 20px; }
  .final-cta { align-items: stretch; flex-direction: column; }
  .faq { padding-bottom: 90px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
