:root {
  --ink: #101319;
  --paper: #f4f0e7;
  --paper-2: #fffdf8;
  --red: #d24736;
  --red-dark: #ad3025;
  --gold: #ffc94f;
  --blue: #315d91;
  --muted: #686c73;
  --line: rgba(255, 255, 255, .14);
  --shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.growth-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.growth-skip { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; color: #000; padding: 10px 14px; }
.growth-skip:focus { top: 12px; }

.growth-topline { background: #05070b; border-bottom: 1px solid var(--line); }
.growth-topline .growth-shell { min-height: 42px; display: flex; justify-content: center; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.growth-topline strong { color: var(--gold); }
.growth-header { position: relative; z-index: 20; background: rgba(16, 19, 25, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.growth-nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.growth-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.growth-brand img { width: 54px; height: 54px; object-fit: contain; }
.growth-brand span { display: grid; line-height: 1.05; }
.growth-brand strong { font-family: Georgia, serif; font-size: 22px; }
.growth-brand small { margin-top: 6px; color: #b8bcc5; font-weight: 700; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.growth-navlinks { display: flex; align-items: center; gap: 24px; }
.growth-navlinks a { text-decoration: none; font-size: 14px; font-weight: 800; }
.growth-navlinks a:not(.growth-button):hover { color: var(--gold); }

.growth-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 8px; padding: 0 22px; cursor: pointer; text-decoration: none; font-weight: 900; letter-spacing: .01em; transition: transform .16s ease, background .16s ease; }
.growth-button:hover { transform: translateY(-2px); }
.growth-button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 28px rgba(210, 71, 54, .24); }
.growth-button-primary:hover { background: var(--red-dark); }
.growth-button-secondary { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .42); }
.growth-button-light { background: var(--paper-2); color: var(--ink); }

.growth-hero { position: relative; overflow: hidden; }
.growth-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 68% 18%, rgba(49, 93, 145, .26), transparent 34%), radial-gradient(circle at 16% 72%, rgba(210, 71, 54, .18), transparent 30%); pointer-events: none; }
.growth-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr); min-height: 690px; }
.growth-hero-copy { align-self: center; padding: 74px 72px 74px 0; }
.growth-eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.growth-hero h1, .growth-section h2, .growth-form-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.growth-hero h1 { max-width: 720px; font-size: clamp(54px, 6.2vw, 92px); }
.growth-hero h1 em { display: block; color: var(--red); font-weight: 500; }
.growth-lede { max-width: 630px; margin: 30px 0 0; color: #d9dce3; font-size: clamp(18px, 2vw, 22px); }
.growth-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.growth-microproof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; color: #cbd0d8; font-size: 14px; font-weight: 700; }
.growth-microproof span::before { content: "✓"; margin-right: 8px; color: var(--gold); }

.growth-hero-visual { position: relative; min-height: 600px; background: #151921; }
.growth-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.growth-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink), transparent 24%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 42%); pointer-events: none; }
.growth-offer { position: absolute; z-index: 2; right: 28px; bottom: 28px; width: min(260px, calc(100% - 56px)); padding: 24px; background: var(--paper-2); color: var(--ink); border-radius: 14px; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.growth-offer span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.growth-offer strong { display: block; margin-top: 5px; font: 600 54px/.95 Georgia, serif; }
.growth-offer p { margin: 7px 0 0; color: #454951; font-size: 13px; font-weight: 700; }

.growth-proofbar { background: var(--gold); color: var(--ink); }
.growth-proofbar .growth-shell { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.growth-proofbar div { padding: 0 24px; text-align: center; font-weight: 900; border-right: 1px solid rgba(16, 19, 25, .22); }
.growth-proofbar div:last-child { border: 0; }
.growth-proofbar small { display: block; margin-top: 3px; font-weight: 700; opacity: .72; }

.growth-section { padding: 96px 0; }
.growth-section-paper { background: var(--paper); color: var(--ink); }
.growth-section h2 { max-width: 760px; font-size: clamp(42px, 5.2vw, 70px); }
.growth-section-intro { max-width: 680px; margin: 22px 0 0; color: #565a62; font-size: 18px; }
.growth-stepgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.growth-step { min-height: 260px; padding: 30px; border: 1px solid #d8d0c3; border-radius: 14px; background: var(--paper-2); }
.growth-step span { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold); font-weight: 900; }
.growth-step h3 { margin: 48px 0 10px; font: 700 25px/1.1 Georgia, serif; }
.growth-step p { margin: 0; color: #5b6068; }

.growth-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.growth-photo-stack { position: relative; min-height: 540px; }
.growth-photo-stack > img { width: 88%; height: 500px; object-fit: cover; border-radius: 16px; }
.growth-photo-stack .growth-inset { position: absolute; right: 0; bottom: 0; width: 48%; height: 230px; border: 8px solid var(--ink); }
.growth-checks { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.growth-checks li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.growth-checks li::before { content: "✓"; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; }
.growth-checks strong { display: block; }
.growth-checks span { color: #c8ccd4; }

.growth-masters { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.growth-master { display: grid; grid-template-columns: 160px 1fr; min-height: 220px; background: #181c24; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.growth-master img { width: 100%; height: 100%; object-fit: cover; }
.growth-master div { padding: 26px; }
.growth-master h3 { margin: 0 0 7px; font: 700 24px Georgia, serif; }
.growth-master p { margin: 0; color: #c8ccd4; font-size: 15px; }

.growth-reviews { background: #07090d; }
.growth-reviewgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.growth-review { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: #11151c; }
.growth-review blockquote { margin: 0; font: 500 20px/1.45 Georgia, serif; }
.growth-review figcaption { margin-top: 28px; color: var(--gold); font-size: 13px; font-weight: 900; }

.growth-form-section { background: linear-gradient(135deg, #d24736, #a92720); }
.growth-form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.growth-form-copy { padding-top: 28px; }
.growth-form-copy h2 { color: #fff; }
.growth-form-copy p { color: rgba(255,255,255,.83); font-size: 18px; }
.growth-form-card { padding: 38px; border-radius: 18px; background: var(--paper-2); color: var(--ink); box-shadow: var(--shadow); }
.growth-form-card h2 { font-size: 42px; }
.growth-form-card > p { margin: 13px 0 26px; color: #5d6168; }
.growth-form { display: grid; gap: 17px; }
.growth-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.growth-form label { display: grid; gap: 7px; color: #333741; font-size: 13px; font-weight: 900; }
.growth-form input, .growth-form select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid #ccc5b8; border-radius: 7px; background: #fff; color: var(--ink); }
.growth-form input:focus, .growth-form select:focus { outline: 3px solid rgba(49,93,145,.22); border-color: var(--blue); }
.growth-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px !important; align-items: start; font-weight: 600 !important; line-height: 1.45; }
.growth-consent input { width: 17px; min-height: 17px; margin-top: 2px; }
.growth-status { margin: 0; min-height: 24px; color: #60646b; font-size: 13px; }
.growth-status.is-success { color: #1f693d; font-weight: 800; }
.growth-status.is-error { color: #9e2c23; font-weight: 800; }
.growth-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.growth-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.growth-faq-list details { padding: 20px 0; border-bottom: 1px solid #d3ccbf; }
.growth-faq-list summary { cursor: pointer; font-weight: 900; }
.growth-faq-list p { margin: 12px 0 0; color: #5c6067; }

.growth-share-hero { padding: 88px 0 58px; text-align: center; }
.growth-share-hero h1 { margin: 0 auto; max-width: 850px; font: 500 clamp(50px, 7vw, 88px)/.98 Georgia, serif; letter-spacing: -.04em; }
.growth-share-hero p { max-width: 650px; margin: 24px auto 0; color: #cdd1d9; font-size: 19px; }
.growth-share-card { max-width: 760px; margin: 0 auto 96px; padding: 44px; background: var(--paper-2); color: var(--ink); border-radius: 18px; box-shadow: var(--shadow); }
.growth-share-card h2 { margin: 0; font: 500 40px/1.05 Georgia, serif; }
.growth-share-link { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 28px; }
.growth-share-link input { min-width: 0; min-height: 52px; padding: 0 14px; border: 1px solid #cfc7ba; border-radius: 7px; background: #fff; }
.growth-share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.growth-share-note { margin: 22px 0 0; color: #666b72; font-size: 14px; }

.growth-footer { padding: 34px 0; background: #05070b; border-top: 1px solid var(--line); color: #b8bcc5; font-size: 13px; }
.growth-footer .growth-shell { display: flex; justify-content: space-between; gap: 24px; }
.growth-footer a { color: #fff; }

@media (max-width: 900px) {
  .growth-navlinks a:not(.growth-button) { display: none; }
  .growth-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .growth-hero-copy { padding: 64px 0 52px; }
  .growth-hero-visual { min-height: 520px; margin-inline: -20px; }
  .growth-hero-visual::after { background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 46%); }
  .growth-stepgrid, .growth-reviewgrid { grid-template-columns: 1fr; }
  .growth-split, .growth-form-grid, .growth-faq { grid-template-columns: 1fr; gap: 42px; }
  .growth-masters { grid-template-columns: 1fr; }
  .growth-proofbar .growth-shell { grid-template-columns: 1fr; padding-block: 16px; }
  .growth-proofbar div { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(16,19,25,.2); }
  .growth-proofbar div:last-child { border: 0; }
}

@media (max-width: 580px) {
  .growth-shell { width: min(100% - 28px, 1160px); }
  .growth-topline .growth-shell { font-size: 11px; text-align: center; }
  .growth-topline .growth-shell span:last-of-type { display: none; }
  .growth-nav { min-height: 74px; }
  .growth-brand img { width: 46px; height: 46px; }
  .growth-brand strong { font-size: 19px; }
  .growth-brand small { font-size: 9px; }
  .growth-navlinks .growth-button { min-height: 44px; padding-inline: 14px; font-size: 12px; }
  .growth-hero-copy { padding-top: 50px; }
  .growth-hero h1 { font-size: 50px; }
  .growth-actions { display: grid; }
  .growth-actions .growth-button { width: 100%; }
  .growth-hero-visual { min-height: 430px; }
  .growth-offer { right: 18px; bottom: 18px; width: 220px; padding: 19px; }
  .growth-section { padding: 70px 0; }
  .growth-section h2 { font-size: 43px; }
  .growth-photo-stack { min-height: 420px; }
  .growth-photo-stack > img { width: 94%; height: 380px; }
  .growth-photo-stack .growth-inset { height: 170px; }
  .growth-master { grid-template-columns: 112px 1fr; }
  .growth-master div { padding: 20px; }
  .growth-form-card, .growth-share-card { padding: 26px 20px; }
  .growth-fields, .growth-share-actions { grid-template-columns: 1fr; }
  .growth-share-link { grid-template-columns: 1fr; }
  .growth-footer .growth-shell { display: grid; }
}

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