:root {
  --accent: #a0522d;
  --accent-dark: #6b3410;
  --accent-tint: rgba(160, 82, 45, 0.08);
  --bg: #f5efe1;
  --bg-alt: #ebe2cf;
  --card-bg: #fefaf0;
  --text: #2b2419;
  --text-soft: #6b5e4a;
  --border: #ddd0b8;
  --max-w: 760px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO */
.hero {
  padding: 50px 20px 60px;
  text-align: center;
  background: linear-gradient(180deg, #faf5e8 0%, var(--bg) 100%);
  position: relative;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.hero-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-brand-name {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: var(--accent-dark);
  text-transform: uppercase;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 16px;
  padding: 6px 14px;
  background: var(--accent-tint);
  border-radius: 999px;
}

/* COUNTDOWN — bordered card */
.countdown {
  display: inline-flex;
  justify-content: center;
  gap: 28px;
  margin: 24px auto 36px;
  font-variant-numeric: tabular-nums;
  background: var(--card-bg);
  border: 2px solid var(--accent);
  border-radius: 14px;
  padding: 18px 32px;
  box-shadow: 0 6px 18px rgba(43, 36, 25, 0.12);
}

.countdown-unit { text-align: center; }
.countdown-num {
  font-size: 34px;
  font-weight: 800;
  color: var(--accent-dark);
  display: block;
  line-height: 1;
}
.countdown-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 6px;
  display: block;
}

h1 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 16px auto 20px;
  max-width: 680px;
}

.subhead {
  font-size: 19px;
  color: var(--text-soft);
  max-width: 600px;
  margin: 0 auto 32px;
}

.hero-img {
  margin: 32px auto;
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(43, 36, 25, 0.18);
}

/* LEAD — pull-quote with accent left border */
.lead {
  font-size: 18px;
  max-width: 580px;
  margin: 28px auto 0;
  color: var(--text);
  padding: 22px 26px;
  background: var(--card-bg);
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  text-align: left;
  box-shadow: 0 4px 14px rgba(43, 36, 25, 0.06);
}

/* SCENE BANNER */
.scene-banner {
  width: 100%;
  max-height: 360px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.scene-banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.scene-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245,239,225,0) 0%, rgba(245,239,225,0.4) 100%);
  pointer-events: none;
}

/* SECTIONS */
section { padding: 60px 20px; }
section.alt { background: var(--bg-alt); }

h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.section-sub {
  text-align: center;
  color: var(--text-soft);
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* BULLET GROUPS — cards with accent ribbon, alternating fills */
.bullet-group {
  max-width: var(--max-w);
  margin: 0 auto 22px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-left: 5px solid var(--accent);
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(43, 36, 25, 0.06);
  transition: transform 0.15s, box-shadow 0.15s;
}

.bullet-group:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(43, 36, 25, 0.1);
}

.bullet-group:nth-child(even) {
  background: var(--accent-tint);
}

.bullet-group h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.bullet-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.bullet-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.5;
}

.bullet-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* SOCIAL PROOF */
.proof-band {
  text-align: center;
  padding: 8px 0;
}
.proof-band strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: var(--accent-dark);
  line-height: 1.1;
}
.proof-band span {
  color: var(--text-soft);
  font-size: 17px;
}

/* BONUS MOCKUP — large image showcase in bonus section */
.bonus-mockup {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto 36px;
  display: block;
}

/* BONUSES */
.bonus-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bonus-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: 12px;
  padding: 28px 24px 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(43, 36, 25, 0.05);
}

.bonus-num {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.bonus-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
}

.bonus-value {
  color: var(--text-soft);
  font-size: 14px;
  text-decoration: line-through;
}

/* OFFER */
.offer-box {
  max-width: 540px;
  margin: 0 auto;
  background: var(--card-bg);
  border: 2px solid var(--accent);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(43, 36, 25, 0.12);
}

.offer-anchor {
  font-size: 18px;
  color: var(--text-soft);
  text-decoration: line-through;
  margin-bottom: 6px;
}

.offer-label {
  font-size: 14px;
  color: var(--text-soft);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0 4px;
}

.offer-price {
  font-size: 48px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.offer-cash {
  font-size: 16px;
  color: var(--text-soft);
  margin-top: 8px;
}

.cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 18px 32px;
  border-radius: 999px;
  text-decoration: none;
  margin: 24px 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  width: 100%;
  max-width: 420px;
  border: none;
  cursor: pointer;
}

.cta:hover { background: var(--accent-dark); }
.cta:active { transform: translateY(1px); }

.secure-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-soft);
  font-size: 13px;
  margin-top: 8px;
}

/* GUARANTEE */
.guarantee {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  background: var(--card-bg);
  border: 1px dashed var(--accent);
  border-radius: 16px;
  padding: 32px 24px;
}

.guarantee-badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 20px;
  font-weight: 800;
}
.guarantee-badge strong { font-size: 32px; line-height: 1; }
.guarantee-badge span { font-size: 11px; letter-spacing: 1px; }

/* AUTHOR */
.author {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: 14px;
  padding: 40px 36px;
  box-shadow: 0 4px 14px rgba(43, 36, 25, 0.06);
}

.author-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto 20px;
  object-fit: cover;
  border: 4px solid var(--card-bg);
  box-shadow: 0 8px 24px rgba(43, 36, 25, 0.18);
}

.author p { margin-bottom: 14px; text-align: left; }

.author-quote {
  font-style: italic;
  color: var(--accent-dark);
  font-size: 19px;
  margin-top: 24px;
  text-align: center;
}

/* FAQ */
.faq { max-width: var(--max-w); margin: 0 auto; }

.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 14px;
  transition: transform 0.15s;
}

.faq-item:nth-child(even) {
  background: var(--accent-tint);
}

.faq-item:hover {
  transform: translateX(2px);
}

.faq-q {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--accent-dark);
}
.faq-a { color: var(--text-soft); }

/* FOOTER */
footer {
  background: #2b2419;
  color: #d6d3d1;
  text-align: center;
  padding: 50px 20px 30px;
}
footer .brand-mark {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  object-fit: contain;
}
footer .cta { margin-bottom: 24px; }
.copyright {
  font-size: 13px;
  color: #a8a29e;
  margin-top: 16px;
}

/* MOBILE */
@media (max-width: 640px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  body { font-size: 16px; }
  .bullet-list, .bonus-grid { grid-template-columns: 1fr; }
  .countdown { gap: 18px; padding: 14px 20px; }
  .countdown-num { font-size: 26px; }
  .offer-price { font-size: 38px; }
  section { padding: 44px 16px; }
  .hero { padding: 36px 16px 44px; }
  .scene-banner img { height: 240px; }
  .bullet-group { padding: 22px 22px; }
  .author { padding: 32px 22px; }
  .faq-item { padding: 18px 20px; }
}
