@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #071c31;
  --navy-2: #0d2b46;
  --yellow: #f4bd22;
  --yellow-dark: #d19b08;
  --paper: #f4eddf;
  --paper-2: #fbf7ed;
  --teal: #1a746e;
  --red: #bc3d2b;
  --ink: #0a2033;
  --text: #42515b;
  --muted: #73808a;
  --line: rgba(7, 28, 49, .15);
  --white: #fff;
  --container: 1180px;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(7, 28, 49, .14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--text);
  background: var(--paper-2);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
.icon { display: inline-block; flex: 0 0 auto; }
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: 24px; }
.center { text-align: center; }
.section { padding: 96px 0; position: relative; overflow: hidden; }

h1, h2, h3 {
  color: var(--ink);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 9px 20px;
  color: rgba(255,255,255,.76);
  background: var(--navy);
  font-size: .78rem;
  letter-spacing: .04em;
}
.topbar > span {
  padding: 3px 9px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 3px;
  font-weight: 800;
}
.topbar strong { color: var(--white); font-weight: 600; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; color: var(--yellow); font-weight: 700; text-decoration: none; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 78px 0 60px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px) 0 0/54px 54px,
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px) 0 0/54px 54px,
    radial-gradient(circle at 80% 25%, rgba(244, 189, 34, .14), transparent 25%),
    linear-gradient(135deg, #06182a, #0a2740 72%, #071c31);
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -370px;
  width: 720px;
  height: 720px;
  border: 90px solid rgba(244, 189, 34, .06);
  border-radius: 50%;
}
.road-lines {
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  opacity: .38;
  background:
    linear-gradient(166deg, transparent 0 49%, rgba(255,255,255,.16) 49.2% 49.6%, transparent 49.8%),
    repeating-linear-gradient(90deg, var(--yellow) 0 70px, transparent 70px 112px) 0 82%/100% 5px no-repeat;
}
.hero__inner { position: relative; z-index: 2; text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.65);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.eyebrow span { padding: 5px 9px; color: var(--navy); background: var(--yellow); }
.hero h1 {
  max-width: 980px;
  margin: 0 auto 22px;
  color: var(--white);
  font-size: clamp(3.15rem, 6vw, 6rem);
  line-height: .91;
  text-wrap: balance;
}
.hero h1 em { color: var(--yellow); font-style: normal; text-decoration: underline; text-decoration-thickness: 5px; text-underline-offset: 7px; }
.hero__lead { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.72); font-size: 1.08rem; }

.hero-product { position: relative; width: 620px; height: 335px; margin: 44px auto 32px; perspective: 1200px; }
.hero-product--mockup { height: 420px; margin-bottom: 0; }
.hero-mockup { position: absolute; z-index: 2; left: 50%; top: -18px; width: min(100%, 470px); height: 470px; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 22px 26px rgba(0,0,0,.3)); }
.paper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 250px;
  height: 315px;
  padding: 28px 24px;
  color: var(--navy);
  background:
    radial-gradient(circle at 20% 10%, rgba(125,100,55,.08) 0 1px, transparent 1.5px) 0 0/12px 12px,
    var(--paper);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 28px 48px rgba(0,0,0,.32);
  transform-origin: bottom center;
  text-align: left;
}
.paper::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(7,28,49,.16); pointer-events: none; }
.paper--back { transform: translateX(-218px) rotate(-8deg); background-color: #dfe7e2; }
.paper--middle { transform: translateX(-65px) rotate(3deg); background-color: #f7eac5; }
.paper--back, .paper--middle { padding-top: 215px; }
.paper--back:has(.mockup-principal) { padding: 18px; }
.mockup-principal { display: block; width: 100%; height: 100%; object-fit: contain; }
.paper--back span, .paper--middle span { display: block; color: var(--teal); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.paper--back strong, .paper--middle strong { display: block; color: var(--navy); font-family: "Barlow Condensed"; font-size: 1.5rem; line-height: .85; }
.paper--front { z-index: 3; transform: translateX(67px) rotate(7deg); text-align: center; }
.paper__bar { margin: -12px -8px 25px; padding: 6px; color: var(--paper); background: var(--navy); font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.paper__shield { display: grid; place-items: center; width: 66px; height: 74px; margin: 0 auto 4px; color: var(--yellow); background: var(--navy); clip-path: polygon(50% 0, 92% 14%, 86% 72%, 50% 100%, 14% 72%, 8% 14%); }
.paper--front p { color: var(--navy); font-family: "Barlow Condensed"; font-size: 1.45rem; font-weight: 800; letter-spacing: .08em; }
.paper--front h2 { color: var(--navy); font-size: 4.7rem; line-height: .72; }
.paper__stripe { display: flex; gap: 4px; justify-content: center; margin: 17px auto 12px; }
.paper__stripe i { width: 42px; height: 5px; background: var(--yellow); transform: skewX(-30deg); }
.paper--front > strong { color: var(--teal); font-family: "Barlow Condensed"; font-size: .9rem; letter-spacing: .06em; line-height: 1.05; }
.hero-product__stamp {
  position: absolute;
  z-index: 6;
  left: 36px;
  top: 28px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 3px 8px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--yellow);
  border: 3px solid var(--navy);
  box-shadow: 0 0 0 3px var(--yellow), 0 12px 24px rgba(0,0,0,.28);
  transform: rotate(-5deg);
}
.hero-product__stamp span { font-family: "Barlow Condensed"; font-size: .75rem; font-weight: 800; line-height: .8; }
.hero-product__stamp strong { grid-column: 1 / -1; font-family: "Barlow Condensed"; font-size: 2rem; line-height: .8; text-align: center; }

.hero__cta { display: flex; justify-content: center; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 26px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: var(--navy); background: var(--yellow); box-shadow: 0 7px 0 var(--yellow-dark), 0 14px 28px rgba(0,0,0,.18); }
.btn--primary:hover { box-shadow: 0 5px 0 var(--yellow-dark), 0 18px 34px rgba(0,0,0,.24); }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.btn--dark { color: var(--white); background: var(--navy); box-shadow: 0 7px 0 #020e19, 0 14px 28px rgba(7,28,49,.18); }
.btn--outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn--outline:hover { color: var(--white); background: var(--navy); }
.btn--block { width: 100%; }
.btn--shine { position: relative; overflow: hidden; }
.btn--shine::after { content: ""; position: absolute; inset: 0 auto 0 -55%; width: 35%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); animation: shine 2.8s ease-in-out infinite; }
@keyframes shine { 0%, 30% { left: -55%; } 75%, 100% { left: 125%; } }
.hero__features { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; margin: 28px 0 0; list-style: none; }
.hero__features li { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.82); font-size: .81rem; font-weight: 600; }
.hero__features .icon { color: var(--yellow); }
.hero__note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 22px auto 0; color: rgba(255,255,255,.43); font-size: .72rem; }

.section-head { max-width: 820px; text-align: center; }
.section-index { display: inline-block; margin-bottom: 18px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.section-head h2, .split-head h2, .deliverables h2, .guarantee h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); text-wrap: balance; }
.section-head > p { max-width: 670px; margin: 22px auto 0; color: var(--muted); }
.samples { background: var(--paper-2); }
.samples::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: radial-gradient(rgba(7,28,49,.55) .5px, transparent .6px);
  background-size: 7px 7px;
  mix-blend-mode: multiply;
}

.marquee { position: relative; z-index: 1; width: 100%; margin: 50px 0 16px; overflow: hidden; }
.marquee::before, .marquee::after { content: ""; position: absolute; z-index: 4; top: 0; bottom: 0; width: 9vw; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--paper-2), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--paper-2), transparent); }
.marquee--reverse { margin-top: 0; margin-bottom: 42px; }
.marquee__track { display: flex; width: max-content; gap: 18px; padding: 8px 0; animation: marquee 52s linear infinite; }
.marquee--reverse .marquee__track { animation-direction: reverse; animation-duration: 58s; }
@keyframes marquee { to { transform: translateX(calc(-50% - 9px)); } }
.preview-card {
  position: relative;
  flex: 0 0 228px;
  height: 285px;
  padding: 16px;
  overflow: hidden;
  color: var(--navy);
  background:
    radial-gradient(rgba(75,55,25,.11) .6px, transparent .8px) 0 0/9px 9px,
    #f3ead7;
  border: 1px solid rgba(7,28,49,.22);
  border-radius: 9px;
  box-shadow: 0 12px 24px rgba(7,28,49,.10);
  transform: rotate(-.6deg);
}
.preview-card:nth-child(2n) { transform: rotate(.6deg); }
.preview-card::after { content: ""; position: absolute; inset: 6px; border: 1px solid currentColor; opacity: .2; pointer-events: none; }
.preview-card__top { display: flex; justify-content: space-between; color: rgba(7,28,49,.65); font-size: .54rem; font-weight: 800; letter-spacing: .1em; }
.preview-card__top span:first-child { padding: 2px 5px; color: var(--white); background: var(--navy); }
.preview-card__road { display: flex; gap: 4px; margin: 18px 0 20px; }
.preview-card__road i { width: 32px; height: 5px; background: var(--card-accent, var(--yellow)); transform: skewX(-28deg); }
.preview-card > p { color: var(--card-accent-dark, var(--teal)); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.preview-card h3 { margin-top: 4px; font-size: 2rem; line-height: .9; }
.preview-card__diagram { display: flex; align-items: center; justify-content: center; gap: 4px; height: 78px; margin: 14px 0 8px; }
.preview-card__diagram span { width: 42px; height: 42px; border: 3px solid var(--card-accent, var(--yellow)); border-radius: 50%; }
.preview-card__diagram span:nth-of-type(2) { width: 48px; height: 48px; border-radius: 6px; transform: rotate(4deg); }
.preview-card__diagram b { width: 16px; height: 3px; background: var(--navy); }
.preview-card small { color: rgba(7,28,49,.65); font-size: .58rem; font-style: italic; }
.preview-card footer { position: absolute; right: 16px; bottom: 14px; left: 16px; padding-top: 8px; border-top: 1px solid rgba(7,28,49,.2); color: var(--navy); font-family: "Barlow Condensed"; font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.preview-card--yellow { --card-accent: var(--yellow); --card-accent-dark: #9b7000; }
.preview-card--teal { --card-accent: var(--teal); --card-accent-dark: var(--teal); }
.preview-card--navy { --card-accent: var(--navy-2); --card-accent-dark: var(--navy); }
.preview-card--red { --card-accent: var(--red); --card-accent-dark: var(--red); }
.preview-card--image { padding: 0; background: var(--white); }
.preview-card--image::after { inset: 5px; border-color: var(--white); opacity: .65; }
.preview-card__image { display: block; width: 100%; height: 100%; object-fit: contain; }

.section--ink {
  color: rgba(255,255,255,.68);
  background:
    linear-gradient(110deg, rgba(255,255,255,.02) 1px, transparent 1px) 0 0/42px 42px,
    var(--navy);
}
.section-head--light h2 { color: var(--white); }
.section-head--light > p { color: rgba(255,255,255,.55); }
.section-head--light .section-index { color: var(--yellow); }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.module-card { position: relative; min-height: 330px; padding: 28px 24px; overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; }
.module-card::before { content: ""; position: absolute; top: 0; left: 0; width: 52px; height: 5px; background: var(--yellow); }
.module-card__meta { display: flex; justify-content: space-between; align-items: center; color: var(--yellow); }
.module-card__meta span { color: rgba(255,255,255,.27); font-family: "Barlow Condensed"; font-size: 2.4rem; font-weight: 800; }
.module-card h3 { margin: 42px 0 16px; color: var(--white); font-size: 2rem; }
.module-card p { font-size: .89rem; line-height: 1.65; }
.module-card__line { position: absolute; right: 24px; bottom: 24px; left: 24px; height: 1px; background: rgba(255,255,255,.1); }
.module-card__line::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }

.audience-section { background: var(--white); }
.split-head { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.split-head > p { padding-bottom: 7px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.audience-card { display: flex; align-items: flex-start; gap: 16px; min-height: 132px; padding: 24px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; }
.audience-card span { color: var(--yellow-dark); font-family: "Barlow Condensed"; font-size: 1.1rem; font-weight: 900; }
.audience-card p { color: var(--ink); font-size: .9rem; font-weight: 600; line-height: 1.55; }

.problem { background: linear-gradient(180deg, var(--white) 0 50%, var(--paper) 50% 100%); }
.problem-box { padding: 62px; color: rgba(255,255,255,.74); background: var(--navy); border-radius: 16px; box-shadow: var(--shadow); }
.problem-box__label { display: inline-block; padding: 5px 10px; color: var(--navy); background: var(--yellow); font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.problem-box__title { display: flex; align-items: flex-start; gap: 20px; margin: 24px 0 18px; color: var(--yellow); }
.problem-box__title h2 { max-width: 820px; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.5rem); }
.problem-box__lead { max-width: 780px; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 34px 0; }
.problem-item { display: grid; grid-template-columns: 1fr auto 1.5fr; align-items: center; gap: 10px; padding: 15px 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 7px; font-size: .8rem; }
.problem-item s { color: rgba(255,255,255,.38); }
.problem-item .icon { color: var(--yellow); }
.problem-item strong { color: var(--white); font-weight: 600; }

.deliverables { background: var(--paper); }
.deliverables__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.deliverables h2 { margin: 6px 0 20px; }
.deliverables__lead { color: var(--muted); }
.material-stack { position: relative; width: 450px; height: 490px; margin: 0 auto; }
.material-stack--mockup { width: 470px; height: 500px; }
.material-complete { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 26px rgba(7,28,49,.22)); }
.material-stack__sheet { position: absolute; top: 55px; left: 85px; width: 280px; height: 360px; padding: 52px 34px; background: var(--paper-2); border: 1px solid rgba(7,28,49,.2); box-shadow: 0 20px 40px rgba(7,28,49,.16); }
.material-stack__sheet::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(7,28,49,.16); }
.material-stack__sheet span { display: block; color: var(--yellow-dark); font-family: "Barlow Condensed"; font-size: 4rem; font-weight: 900; line-height: 1; }
.material-stack__sheet strong { display: block; color: var(--navy); font-family: "Barlow Condensed"; font-size: 2.7rem; line-height: .86; }
.material-stack__sheet--one { transform: translate(-48px, 18px) rotate(-9deg); }
.material-stack__sheet--two { transform: translate(8px, -10px) rotate(-1deg); background: #e2ebe5; }
.material-stack__sheet--three { transform: translate(58px, 20px) rotate(7deg); background: #f4e4b5; }
.material-stack__badge { position: absolute; z-index: 5; right: 12px; bottom: 34px; display: flex; align-items: center; gap: 8px; padding: 11px 16px; color: var(--navy); background: var(--yellow); border: 3px solid var(--navy); font-size: .8rem; font-weight: 900; transform: rotate(-3deg); }
.check-list { margin-top: 26px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(7,28,49,.1); color: var(--ink); font-size: .9rem; }
.check-list li > span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--navy); background: var(--yellow); border-radius: 50%; }

.bonuses { background: var(--white); }
.bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.bonus-card { overflow: hidden; background: var(--paper-2); border: 1px solid var(--line); border-radius: 11px; }
.bonus-card__visual { position: relative; display: grid; place-items: center; height: 190px; color: var(--yellow); background: var(--navy); }
.bonus-card__visual::before { content: ""; position: absolute; inset: 0; opacity: .14; background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(255,255,255,.14) 15px 16px); }
.bonus-card__visual span { position: absolute; z-index: 2; right: 10px; top: 10px; padding: 4px 7px; color: var(--navy); background: var(--yellow); font-size: .54rem; font-weight: 900; letter-spacing: .08em; }
.bonus-card:nth-child(1) .bonus-card__visual { background: var(--navy) url('assets/bonus1.png') center/contain no-repeat; }
.bonus-card:nth-child(2) .bonus-card__visual { background: var(--navy) url('assets/bonus2.png') center/contain no-repeat; }
.bonus-card:nth-child(3) .bonus-card__visual { background: var(--navy) url('assets/bonus3.png') center/contain no-repeat; }
.bonus-card:nth-child(4) .bonus-card__visual { background: var(--navy) url('assets/bonus4.png') center/contain no-repeat; }
.bonus-card__image { display: none; }
.bonus-card > small { display: block; margin: 22px 22px 7px; color: var(--teal); font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.bonus-card h3 { padding: 0 22px; font-size: 1.65rem; }
.bonus-card > p { padding: 14px 22px 26px; color: var(--muted); font-size: .83rem; }

.access { background: var(--paper-2); }
.step-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 48px; }
.step-card { position: relative; min-height: 205px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-right: 0; }
.step-card:last-child { border-right: 1px solid var(--line); }
.step-card > span { color: var(--yellow-dark); font-family: "Barlow Condensed"; font-size: 2rem; font-weight: 900; }
.step-card h3 { margin: 20px 0 10px; font-size: 1.45rem; }
.step-card p { color: var(--muted); font-size: .79rem; }
.step-card > i { position: absolute; z-index: 3; top: 36px; right: -16px; display: grid; place-items: center; width: 32px; height: 32px; color: var(--navy); background: var(--yellow); border-radius: 50%; }

.plans-section { color: rgba(255,255,255,.65); background: var(--navy); }
.reviews-section { background: var(--paper-2); }
.reviews-grid { display: flex; gap: 16px; margin-top: 48px; padding: 4px 4px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--yellow-dark) transparent; scrollbar-width: thin; }
.review { display: flex; flex: 0 0 340px; flex-direction: column; min-height: 240px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--yellow); scroll-snap-align: start; }
.review__stars { color: var(--yellow-dark); font-size: .9rem; letter-spacing: .12em; }
.review__text { margin: 16px 0 22px; color: var(--text); font-size: .86rem; line-height: 1.65; }
.review__author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.review__avatar { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--navy); border-radius: 50%; font-family: "Barlow Condensed"; font-size: 1.2rem; }
.review__name { color: var(--ink); font-size: .76rem; font-weight: 800; }
.review__role { color: var(--muted); font-size: .68rem; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 480px)); justify-content: center; align-items: center; gap: 26px; margin-top: 55px; }
.plan-card { position: relative; padding: 42px; color: var(--text); background: var(--paper-2); border-radius: 14px; }
.plan-card--featured { padding-top: 76px; border: 3px solid var(--yellow); box-shadow: 0 0 0 7px rgba(244,189,34,.1), 0 28px 65px rgba(0,0,0,.28); }
.plan-card__tag { position: absolute; top: -2px; right: -2px; left: -2px; padding: 11px; color: var(--navy); background: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-align: center; }
.plan-card__mini-shield { position: absolute; right: 32px; top: 58px; display: grid; place-items: center; width: 58px; height: 64px; color: var(--yellow); background: var(--navy); clip-path: polygon(50% 0, 92% 14%, 86% 72%, 50% 100%, 14% 72%, 8% 14%); }
.plan-card__mini-shield strong { font-family: "Barlow Condensed"; font-size: .75rem; }
.plan-card__label { color: var(--teal); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.plan-card h3 { margin: 6px 0 10px; font-size: 3rem; }
.plan-card__desc { max-width: 320px; color: var(--muted); font-size: .85rem; }
.plan-card__mockup { display: block; width: 100%; max-height: 190px; margin: 22px 0 8px; object-fit: contain; }
.price { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 1px 13px; margin: 28px 0 22px; }
.price s { color: var(--muted); font-size: .75rem; }
.price strong { grid-column: 1 / -1; color: var(--navy); font-family: "Barlow Condensed"; font-size: 4.4rem; line-height: .8; }
.price strong small { font-size: 2rem; }
.price > span { grid-column: 1 / -1; margin-top: 8px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.plan-list { margin: 22px 0 30px; list-style: none; }
.plan-list li { display: flex; align-items: center; gap: 9px; padding: 9px 0; border-bottom: 1px solid rgba(7,28,49,.08); color: var(--ink); font-size: .84rem; }
.plan-list .icon { color: var(--teal); }
.order-bumps { margin-top: 36px; text-align: center; }
.order-bumps p { display: inline-block; padding: 10px 18px; color: rgba(255,255,255,.55); border: 1px dashed rgba(255,255,255,.18); border-radius: 6px; font-size: .7rem; }
.order-bumps span { margin-right: 8px; color: var(--yellow); font-weight: 900; }

.guarantee-section { background: var(--yellow); }
.guarantee { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 50px; padding: 52px 70px; background: var(--paper-2); border: 3px solid var(--navy); box-shadow: 12px 12px 0 rgba(7,28,49,.18); }
.guarantee__seal { position: relative; display: grid; place-items: center; width: 145px; height: 160px; color: var(--yellow); background: var(--navy); clip-path: polygon(50% 0, 93% 15%, 87% 73%, 50% 100%, 13% 73%, 7% 15%); }
.guarantee__seal .icon { position: absolute; opacity: .28; }
.guarantee__seal span { position: relative; z-index: 2; color: var(--white); font-family: "Barlow Condensed"; font-size: 3.6rem; font-weight: 900; line-height: .8; }
.guarantee__seal small { position: relative; z-index: 2; margin-top: -34px; color: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.guarantee h2 { margin-bottom: 12px; }
.guarantee p { max-width: 720px; color: var(--muted); }

.faq-section { background: var(--paper-2); }
.faq { max-width: 900px; margin-top: 50px; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item button { display: grid; grid-template-columns: 42px 1fr 32px; align-items: center; gap: 12px; width: 100%; padding: 20px 0; color: var(--ink); background: transparent; border: 0; text-align: left; cursor: pointer; }
.faq__item button > span { color: var(--yellow-dark); font-family: "Barlow Condensed"; font-weight: 900; }
.faq__item button strong { font-size: .94rem; }
.faq__item button i { display: grid; place-items: center; width: 30px; height: 30px; color: var(--white); background: var(--navy); border-radius: 50%; font-style: normal; }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq__answer p { min-height: 0; overflow: hidden; padding: 0 44px 0 54px; color: var(--muted); font-size: .88rem; }
.faq__item.is-open .faq__answer { grid-template-rows: 1fr; }
.faq__item.is-open .faq__answer p { padding-bottom: 22px; }

.footer { padding: 62px 0 26px; color: rgba(255,255,255,.52); background: #03101c; }
.footer__grid { display: grid; grid-template-columns: .7fr 1.8fr .5fr; align-items: start; gap: 55px; }
.footer__brand { display: grid; grid-template-columns: auto 1fr; align-items: center; color: var(--yellow); }
.footer__brand span { color: var(--white); font-family: "Barlow Condensed"; font-size: .85rem; font-weight: 800; line-height: .8; }
.footer__brand strong { grid-column: 1 / -1; color: var(--white); font-family: "Barlow Condensed"; font-size: 2.4rem; line-height: .8; }
.footer__grid p { font-size: .72rem; }
.footer__grid > div:last-child { display: flex; flex-direction: column; gap: 6px; }
.footer__grid a { color: rgba(255,255,255,.72); font-size: .72rem; text-decoration: none; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .64rem; }

.modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(2,14,25,.82); backdrop-filter: blur(5px); cursor: pointer; }
.modal__card { position: relative; z-index: 2; width: min(100%, 520px); max-height: calc(100dvh - 30px); padding: 42px; overflow-y: auto; color: var(--text); background: var(--paper-2); border: 3px solid var(--yellow); border-radius: 14px; box-shadow: 0 28px 80px rgba(0,0,0,.42); animation: modalIn .2s ease-out; }
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.modal__close { position: absolute; right: 14px; top: 12px; width: 34px; height: 34px; color: var(--white); background: var(--navy); border: 0; border-radius: 50%; font-size: 1.2rem; cursor: pointer; }
.modal__eyebrow { color: var(--teal); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.modal__card h2 { margin: 8px 0 16px; font-size: 3rem; }
.modal__card h2 em { color: var(--yellow-dark); font-style: normal; }
.modal__card > p { color: var(--muted); font-size: .88rem; }
.modal__compare { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 24px 0; padding: 18px; background: var(--paper); border: 1px solid var(--line); }
.modal__compare > div { display: flex; flex-direction: column; }
.modal__compare small { color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .08em; }
.modal__compare s { color: var(--muted); }
.modal__compare strong { color: var(--navy); font-family: "Barlow Condensed"; font-size: 2.2rem; }
.modal__compare > span { position: absolute; right: -9px; top: -10px; padding: 4px 7px; color: var(--navy); background: var(--yellow); font-size: .65rem; font-weight: 900; transform: rotate(3deg); }
.modal__card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 24px; list-style: none; }
.modal__card li { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: .77rem; }
.modal__card li .icon { color: var(--teal); }
.modal__decline { display: block; margin: 18px auto 0; color: var(--muted); background: none; border: 0; font-size: .72rem; text-decoration: underline; cursor: pointer; }
.checkout-notice { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; width: min(calc(100% - 40px), 470px); padding: 15px; color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-left: 5px solid var(--yellow); border-radius: 9px; box-shadow: var(--shadow); }
.checkout-notice > .icon { color: var(--yellow); }
.checkout-notice div { display: flex; flex-direction: column; }
.checkout-notice strong { font-size: .78rem; }
.checkout-notice span { color: rgba(255,255,255,.65); font-size: .68rem; }
.checkout-notice button { color: var(--white); background: transparent; border: 0; font-size: 1.2rem; cursor: pointer; }

@media (max-width: 980px) {
  .module-grid, .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .module-card { min-height: 280px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverables__grid { grid-template-columns: 1fr; gap: 24px; }
  .step-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .step-card { border-right: 1px solid var(--line); }
  .step-card > i { display: none; }
  .footer__grid { grid-template-columns: 1fr 2fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 720px) {
  .container { padding-inline: 16px; }
  .section { padding: 68px 0; }
  .topbar { flex-wrap: wrap; gap: 4px 10px; min-height: 0; font-size: .66rem; }
  .topbar strong { display: inline; }
  .topbar > span { padding: 0; color: rgba(255,255,255,.76); background: transparent; }
  .hero { min-height: 0; padding: 58px 0 70px; }
  .eyebrow { font-size: .58rem; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.5rem); line-height: 1; }
  .hero h1 em { text-decoration-thickness: 3px; text-underline-offset: 3px; }
  .hero__lead { font-size: .94rem; }
  .hero-product { width: 100%; height: 292px; margin-top: 36px; transform: scale(.86); transform-origin: center top; }
  .hero-product--mockup { height: 320px; margin-bottom: -6px; transform: none; }
  .hero-mockup { top: -28px; width: min(100%, 450px); height: 450px; }
  .paper { left: 50%; width: 220px; height: 285px; }
  .paper--back { transform: translateX(-195px) rotate(-8deg); }
  .paper--middle { transform: translateX(-68px) rotate(3deg); }
  .paper--front { transform: translateX(38px) rotate(7deg); }
  .hero-product__stamp { left: calc(50% - 188px); top: 25px; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .hero__features { display: grid; grid-template-columns: 1fr; text-align: left; }
  .hero__note { align-items: flex-start; text-align: left; }
  .section-head h2, .split-head h2, .deliverables h2, .guarantee h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .marquee { margin-top: 36px; }
  .preview-card { flex-basis: 210px; height: 266px; }
  .module-grid, .audience-grid, .bonus-grid, .problem-grid, .plan-grid { grid-template-columns: 1fr; }
  .reviews-grid { gap: 12px; margin-top: 34px; padding-inline: 16px; margin-inline: -16px; }
  .review { flex-basis: min(82vw, 320px); min-height: 220px; padding: 20px; }
  .module-card { min-height: 255px; }
  .split-head { grid-template-columns: 1fr; gap: 20px; }
  .audience-card { min-height: 0; }
  .problem-box { padding: 34px 20px; }
  .problem-box__title { flex-direction: column; gap: 12px; }
  .problem-item { grid-template-columns: 1fr auto 1.5fr; font-size: .72rem; }
  .material-stack { width: 100%; max-width: 390px; height: 410px; transform: scale(.88); transform-origin: center top; }
  .material-stack--mockup { height: 340px; transform: none; }
  .material-stack--mockup .material-complete { height: 340px; content: url('assets/materialcompletomobile.png'); }
  .material-stack__sheet { left: 50%; width: 240px; height: 320px; padding: 44px 27px; }
  .material-stack__sheet--one { transform: translateX(-68%) rotate(-9deg); }
  .material-stack__sheet--two { transform: translateX(-50%) rotate(-1deg); }
  .material-stack__sheet--three { transform: translateX(-31%) rotate(7deg); }
  .material-stack__sheet span { font-size: 3.4rem; }
  .material-stack__sheet strong { font-size: 2.3rem; }
  .material-stack__badge { right: 0; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .plan-card { padding: 34px 22px; }
  .plan-card--featured { padding-top: 72px; }
  .plan-card__mini-shield { right: 20px; }
  .guarantee { grid-template-columns: 1fr; gap: 25px; padding: 34px 22px; }
  .guarantee__seal { margin: 0 auto; }
  .faq__item button { grid-template-columns: 32px 1fr 30px; }
  .faq__answer p { padding-left: 44px; }
  .footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .footer__bottom { flex-direction: column; gap: 5px; }
  .modal { align-items: end; padding: 8px; }
  .modal__card { padding: 38px 20px 24px; border-radius: 14px 14px 8px 8px; }
  .modal__card h2 { font-size: 2.45rem; }
  .modal__card ul { grid-template-columns: 1fr; }
}

@media (max-width: 410px) {
  .hero-product { margin-left: -10%; width: 120%; transform: scale(.75); }
  .hero-product--mockup { margin-left: 0; width: 100%; transform: none; }
  .hero-product__stamp { left: calc(50% - 188px); }
  .problem-item { grid-template-columns: 1fr; }
  .problem-item .icon { transform: rotate(90deg); }
  .price strong { font-size: 3.8rem; }
}

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


.modal[hidden] { display: none !important; }
