:root {
  --red-950: #260000;
  --red-900: #470000;
  --red-800: #680000;
  --red-700: #8b0606;
  --red-600: #b40b0b;
  --red-500: #e12020;
  --red-400: #ff4a4a;
  --ink: #101010;
  --ink-2: #242424;
  --muted: #666;
  --line: #e8e8e8;
  --paper: #f7f7f5;
  --white: #fff;
  --gold: #d6aa59;
  --shadow: 0 20px 55px rgba(25, 0, 0, .16);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #fff;
  background: #000;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.section { padding: 96px 0; }
.section-light { background: var(--paper); }
.section-dark { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 25%, #7a0909 0, #3b0000 34%, #110000 75%); }
.light-text { color: rgba(255,255,255,.76) !important; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  color: #fff;
  background: rgba(13, 0, 0, .93);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.header-inner { 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-size: 1.12rem; font-weight: 700; letter-spacing: -.02em; }
.brand strong { color: var(--red-400); }
.brand-shield {
  width: 38px; height: 42px; display: grid; place-items: center;
  color: #fff; background: linear-gradient(145deg, var(--red-500), var(--red-900));
  border: 2px solid #ef6d6d; border-radius: 13px 13px 18px 18px;
  box-shadow: inset 0 0 0 4px #191919, 0 8px 20px rgba(0,0,0,.28);
  font-weight: 900;
}
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .93rem; font-weight: 700; }
.main-nav a:hover { color: #fff; }
.main-nav .nav-cta { padding: 11px 18px; color: #fff; background: var(--red-600); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { min-height: 720px; padding: 82px 0 72px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; }
.hero-copy h1 { max-width: 720px; margin: 18px 0 24px; font-size: clamp(2.7rem, 5.6vw, 5rem); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy h1 em { display: block; color: #ff5d5d; font-style: normal; }
.hero-lead { max-width: 690px; color: rgba(255,255,255,.78); font-size: 1.16rem; }
.eyebrow, .section-kicker { display: inline-flex; color: var(--red-700); font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { padding: 8px 12px; color: #ffd8d8; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.section-kicker.light { color: #ff8d8d; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 28px 0 32px; color: rgba(255,255,255,.92); font-size: .95rem; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { color: #fff; font-weight: 800; text-underline-offset: 5px; }
.microcopy { margin: 14px 0 0; color: rgba(255,255,255,.52); font-size: .78rem; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 24px; border: 0; border-radius: 12px; text-align: center; text-decoration: none; font-weight: 900; letter-spacing: .02em; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #f32c2c, #990000); box-shadow: 0 14px 30px rgba(190,0,0,.32), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(190,0,0,.44), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-lg { min-height: 60px; padding: 17px 28px; }
.btn-block { width: 100%; }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.05); }

.hero-visual { min-height: 580px; display: grid; place-items: center; }
.book-stage { position: relative; width: min(430px, 86vw); }
.book-cover { position: relative; z-index: 2; width: 100%; border-radius: 10px; box-shadow: 0 42px 85px rgba(0,0,0,.52); transform: perspective(1000px) rotateY(-8deg) rotateZ(1.5deg); }
.book-cover::after { content: ""; }
.book-halo { position: absolute; inset: 10% -25%; background: radial-gradient(circle, rgba(255,35,35,.46), transparent 66%); filter: blur(18px); }
.floating-card { position: absolute; z-index: 3; min-width: 195px; padding: 14px 16px; color: #111; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 18px 35px rgba(0,0,0,.28); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--red-700); }
.floating-card span { color: #555; font-size: .82rem; }
.floating-card-top { top: 10%; right: -18%; }
.floating-card-bottom { bottom: 10%; left: -22%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .4; }
.hero-glow-one { width: 480px; height: 480px; top: -260px; left: -100px; background: #d81919; }
.hero-glow-two { width: 420px; height: 420px; right: -160px; bottom: -220px; background: #d81919; }

.trust-strip { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-grid > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 10px; padding: 8px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { grid-row: span 2; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--red-700); border-radius: 12px; }
.trust-grid strong { font-size: .9rem; line-height: 1.2; }
.trust-grid small { color: var(--muted); font-size: .75rem; line-height: 1.2; }

.section h2 { margin: 12px 0 18px; font-size: clamp(2rem, 4.5vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; }
.section-lead { color: var(--muted); font-size: 1.08rem; }
.problem-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { position: relative; overflow: hidden; padding: 34px; background: #fff; border: 1px solid #e6e2e2; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(25,0,0,.05); }
.problem-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -45px; bottom: -45px; background: radial-gradient(circle, rgba(196,0,0,.12), transparent 65%); }
.problem-number { color: var(--red-600); font-size: .8rem; font-weight: 900; letter-spacing: .16em; }
.problem-card h3 { margin: 22px 0 10px; font-size: 1.35rem; }
.problem-card p { margin: 0; color: var(--muted); }

.method-section { color: #fff; background: linear-gradient(135deg, #120000, #5b0000 60%, #1b0000); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.method-image img { width: 100%; border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.46); }
.method-copy > p { color: rgba(255,255,255,.72); font-size: 1.05rem; }
.method-list { margin: 34px 0; }
.method-item { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.method-item:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.method-badge { width: 48px; height: 48px; display: grid; place-items: center; background: linear-gradient(145deg, var(--red-500), var(--red-800)); border: 1px solid #ff6666; border-radius: 15px; font-size: 1.25rem; font-weight: 900; }
.method-item h3 { margin: 0 0 3px; font-size: 1.25rem; }
.method-item p { margin: 0; color: rgba(255,255,255,.68); }

.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.split-heading p { margin: 0 0 8px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.audience-card { padding: 30px 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 26px rgba(0,0,0,.04); }
.audience-card > span { width: 48px; height: 48px; display: grid; place-items: center; background: #f5e8e8; border-radius: 14px; font-size: 1.35rem; }
.audience-card h3 { margin: 20px 0 8px; font-size: 1.12rem; }
.audience-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.kit-section { color: #fff; background: radial-gradient(circle at 20% 30%, #790909, transparent 35%), #150000; }
.kit-feature { margin-top: 50px; display: grid; grid-template-columns: .42fr .58fr; gap: 58px; align-items: center; padding: 38px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; }
.kit-feature-image img { max-height: 520px; margin: auto; border-radius: 10px; box-shadow: 0 24px 50px rgba(0,0,0,.5); }
.tag, .editable { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.tag { color: #ffd6d6; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.kit-feature-copy h3 { margin: 16px 0 12px; font-size: 2rem; }
.kit-feature-copy > p { color: rgba(255,255,255,.7); }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; columns: 2; column-gap: 30px; }
.check-list li { position: relative; break-inside: avoid; margin: 0 0 12px; padding-left: 25px; color: rgba(255,255,255,.88); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #ff5a5a; font-weight: 900; }
.documents-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-card { position: relative; min-height: 285px; padding: 30px; color: #161616; background: linear-gradient(160deg, #fff, #f3f3f3); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; box-shadow: 0 16px 42px rgba(0,0,0,.18); }
.document-number { position: absolute; top: 20px; right: 22px; color: #cfcfcf; font-weight: 900; }
.document-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--red-500), var(--red-800)); border-radius: 14px; font-size: 1.2rem; font-weight: 900; }
.document-card h3 { margin: 20px 0 8px; font-size: 1.2rem; }
.document-card p { margin: 0 0 22px; color: #666; font-size: .92rem; }
.editable { color: var(--red-700); background: #f4dddd; }

.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { overflow: hidden; padding: 0; text-align: left; background: #111; border: 0; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.gallery-item img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .35s ease; }
.gallery-item span { display: block; padding: 13px 15px; color: #fff; font-size: .85rem; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:focus-visible { outline: 3px solid var(--red-500); outline-offset: 3px; }

.transformation-section { color: #fff; background: linear-gradient(135deg, #3e0000, #890909); }
.transformation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.transformation-copy p { color: rgba(255,255,255,.72); }
.transformation-list { display: grid; gap: 12px; }
.transformation-list > div { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; padding: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.transformation-list span { width: 32px; height: 32px; display: grid; place-items: center; background: #fff; color: var(--red-700); border-radius: 50%; font-weight: 900; }
.transformation-list p { margin: 0; font-weight: 700; }

.author-section { background: #f4f1ef; }
.author-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.author-image { position: relative; }
.author-image img { width: 100%; border-radius: 28px; box-shadow: var(--shadow); }
.author-label { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 16px 18px; color: #fff; background: rgba(20,0,0,.84); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(10px); }
.author-label strong, .author-label span { display: block; }
.author-label span { color: rgba(255,255,255,.72); font-size: .83rem; }
.author-copy p { color: var(--muted); font-size: 1.02rem; }
.author-copy blockquote { margin: 28px 0; padding: 18px 22px; color: var(--red-800); background: #fff; border-left: 4px solid var(--red-600); border-radius: 0 12px 12px 0; font-size: 1.12rem; font-weight: 800; }
.social-link { color: var(--red-700); font-weight: 900; text-underline-offset: 5px; }

.offer-section { background: #111; }
.offer-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: center; padding: 55px; color: #fff; background: radial-gradient(circle at 90% 0, rgba(255,60,60,.33), transparent 35%), linear-gradient(135deg, #4b0000, #190000); border: 1px solid rgba(255,255,255,.12); border-radius: 30px; box-shadow: 0 32px 75px rgba(0,0,0,.35); }
.offer-copy p { color: rgba(255,255,255,.72); }
.offer-includes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin-top: 26px; color: rgba(255,255,255,.9); font-weight: 700; }
.price-box { padding: 30px; color: #111; background: #fff; border-radius: 22px; text-align: center; }
.price-label { display: block; color: var(--red-700); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.price-box strong { display: block; margin: 12px 0 3px; font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -.04em; }
.price-box small { display: block; margin-bottom: 20px; color: #666; }
.price-box p { margin: 12px 0 0; color: #777; font-size: .75rem; }

.faq-section { background: #f7f7f5; }
.faq-list { max-width: 900px; margin-top: 42px; }
.faq-item { margin-bottom: 12px; padding: 0 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.faq-item summary { position: relative; padding: 20px 38px 20px 0; list-style: none; font-weight: 900; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 14px; width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--red-700); border-radius: 50%; font-size: 1.25rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 0 22px; color: var(--muted); }

.final-cta { padding: 100px 0; text-align: center; }
.final-cta-inner { position: relative; z-index: 2; max-width: 860px; }
.final-cta-inner p { color: rgba(255,255,255,.72); font-size: 1.1rem; }
.shield-large { width: 78px; height: 86px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: linear-gradient(145deg, var(--red-500), var(--red-900)); border: 3px solid #ff6666; border-radius: 24px 24px 32px 32px; box-shadow: inset 0 0 0 7px #171717, 0 18px 35px rgba(0,0,0,.35); font-size: 2.2rem; font-weight: 900; }

.site-footer { padding: 60px 0 22px; color: #d8d8d8; background: #0b0b0b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; }
.footer-grid h3 { margin: 0 0 14px; color: #fff; font-size: .95rem; }
.footer-grid a { display: block; margin: 8px 0; color: #aaa; text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid .brand { display: inline-flex; color: #fff; }
.footer-grid p { color: #888; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 44px; padding-top: 20px; border-top: 1px solid #262626; }
.footer-bottom p { max-width: 560px; margin: 0; color: #777; font-size: .75rem; }
.mobile-sticky-cta { display: none; }

.lightbox:not([open]) { display: none; }
.lightbox { width: min(92vw, 760px); max-height: 92vh; padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.lightbox img { max-height: 90vh; margin: auto; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.6); }
.lightbox-close { position: fixed; top: 16px; right: 18px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 2rem; line-height: 1; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal-delay { transition-delay: .14s; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; background: #f6f6f4; }
.legal-hero { padding: 72px 0 42px; color: #fff; background: linear-gradient(135deg, #1b0000, #720000); }
.legal-content { max-width: 880px; margin: 42px auto 80px; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 34px rgba(0,0,0,.07); }
.legal-content h2 { margin-top: 34px; color: var(--red-800); }
.legal-content p, .legal-content li { color: #555; }
.back-link { display: inline-block; margin-top: 18px; color: #fff; font-weight: 800; }

@media (max-width: 980px) {
  .hero-grid, .method-grid, .author-grid, .transformation-grid, .offer-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-points, .hero-actions { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .book-stage { width: min(370px, 78vw); }
  .floating-card-top { right: -10%; }
  .floating-card-bottom { left: -10%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem-grid, .documents-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .kit-feature { grid-template-columns: .55fr 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .author-image { max-width: 620px; margin: auto; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 66px; }
  .brand { font-size: 1rem; }
  .brand-shield { width: 34px; height: 38px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 66px; right: 14px; left: 14px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 14px; background: #160000; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.4); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .main-nav .nav-cta { text-align: center; }
  .hero { padding-top: 62px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-points { display: grid; justify-content: start; max-width: 400px; margin-left: auto; margin-right: auto; text-align: left; }
  .hero-visual { min-height: 450px; }
  .floating-card { min-width: 155px; padding: 10px 12px; }
  .floating-card-top { top: 8%; right: -3%; }
  .floating-card-bottom { bottom: 8%; left: -3%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .problem-grid, .documents-grid, .audience-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { gap: 14px; }
  .gallery-item { display: grid; grid-template-columns: 112px 1fr; align-items: center; }
  .gallery-item img { aspect-ratio: 1; }
  .gallery-item span { padding: 18px; }
  .method-grid { gap: 42px; }
  .method-image { order: 2; }
  .kit-feature { grid-template-columns: 1fr; padding: 26px; }
  .kit-feature-image img { max-height: 430px; }
  .check-list { columns: 1; }
  .document-card { min-height: 0; }
  .offer-card { padding: 30px 22px; }
  .offer-includes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .mobile-sticky-cta { position: fixed; z-index: 1200; right: 10px; bottom: 9px; left: 10px; display: flex; justify-content: center; align-items: center; min-height: 52px; padding: 12px 18px; color: #fff; background: linear-gradient(135deg, #ed2929, #8f0000); border: 1px solid #ff6e6e; border-radius: 13px; box-shadow: 0 14px 34px rgba(0,0,0,.34); text-decoration: none; font-size: .88rem; font-weight: 900; }
  .legal-content { margin: 24px 14px 60px; padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
