:root {
  --ink: #111111;
  --muted: #5f6673;
  --paper: #fff8f1;
  --line: #ead8ca;
  --green: #0f7a54;
  --green-dark: #063f2d;
  --accent: #b51f2f;
  --gold: #f2b236;
  --danger-soft: #fff0e8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.offer-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 46px;
  padding: 9px 18px;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
}

.offer-topbar strong {
  color: #ffd6dd;
}

.offer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 42px;
  align-items: stretch;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 42px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.8vw, 66px);
  line-height: .98;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.lead {
  max-width: 720px;
  color: #313845;
  font-size: 20px;
}

.profile-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.profile-summary span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #2b3440;
  font-size: 14px;
  font-weight: 800;
}

.offer-copy {
  min-width: 0;
}

.offer-copy,
.bundle-preview {
  overflow-wrap: anywhere;
}

.bridge-panel {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--accent);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(63, 31, 18, .08);
}

.bridge-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bridge-panel strong {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.1;
}

.bridge-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.bundle-preview {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border: 2px solid var(--accent);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 0%, #fff1e8 100%);
  box-shadow: 0 22px 60px rgba(63, 31, 18, .12);
  overflow: hidden;
}

.phone-mockup {
  width: 250px;
  min-height: 350px;
  padding: 18px;
  border: 8px solid #161616;
  border-radius: 28px;
  background: #f9fff9;
  box-shadow: 0 22px 40px rgba(17, 17, 17, .16);
}

.phone-bar {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 18px;
}

.phone-bar span {
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #161616;
}

.phone-mockup > strong {
  display: block;
  color: var(--green-dark);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .04em;
}

.phone-mockup > p {
  margin: 20px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.phone-mockup ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.phone-mockup li {
  padding: 10px 12px;
  border: 1px solid #d5eadc;
  border-radius: 7px;
  background: #ffffff;
  color: #223126;
  font-size: 14px;
  font-weight: 800;
}

.bundle-covers {
  position: absolute;
  right: 18px;
  bottom: 76px;
  display: grid;
  gap: 12px;
  width: 170px;
}

.cover {
  min-height: 92px;
  padding: 15px;
  border-radius: 7px;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(17, 17, 17, .14);
}

.cover span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cover strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
}

.planner-cover {
  background: #111111;
}

.checklist-cover {
  background: var(--green);
}

.guide-cover {
  background: var(--accent);
}

.bundle-price-pill {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 10px 14px;
  border-radius: 7px;
  background: #111111;
  color: #ffffff;
}

.bundle-price-pill span {
  color: #ffd5dc;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-note,
.objections p,
.plan-card small,
.bonus-grid p,
.stakes-band p,
.bonus-copy p {
  color: var(--muted);
}

.bundle-price-pill strong {
  font-size: 22px;
}

.stakes-band {
  padding: 42px 18px;
  background: var(--danger-soft);
  border-block: 1px solid var(--line);
  text-align: center;
}

.stakes-band h2,
.stakes-band p {
  width: min(850px, 100%);
  margin-inline: auto;
}

.stakes-band p {
  margin-top: 12px;
  font-size: 18px;
}

.plans {
  padding: 48px 18px 58px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.unlock-strip {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 28px;
  width: min(1120px, calc(100% - 36px));
  margin: 54px auto;
}

.unlock-copy {
  align-self: center;
}

.unlock-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.unlock-grid article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(63, 31, 18, .07);
}

.unlock-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.unlock-grid strong {
  display: block;
  margin: 9px 0;
  font-size: 21px;
  line-height: 1.1;
}

.unlock-grid p,
.plans-head p {
  color: var(--muted);
}

.plans-head {
  width: min(850px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.plan-grid {
  display: grid;
  grid-template-columns: .9fr 1.18fr .9fr;
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.plan-card.selected {
  border-color: var(--green);
  box-shadow: 0 24px 58px rgba(15, 122, 84, .24);
  transform: translateY(-4px);
}

.plan-card.recommended::before {
  content: "Best follow-through";
  position: absolute;
  inset: -16px 20px auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: #3d2700;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.recommended-ribbon {
  display: block;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.plan-card.recommended {
  border-width: 2px;
}

.plan-card.recommended .daily-price strong {
  color: var(--green);
  font-size: 66px;
}

.plan-badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef7f2;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.plan-card h3 {
  margin: 24px 0 6px;
  font-size: 30px;
}

.extra-time {
  min-height: 48px;
  color: var(--accent);
  font-weight: 900;
}

.daily-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 6px 0 10px;
}

.daily-price strong {
  font-size: 54px;
  line-height: .9;
}

.daily-price span {
  padding-bottom: 7px;
  color: var(--muted);
  font-weight: 800;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 22px;
  color: #27303b;
  font-size: 15px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.plan-card button,
.checkout-cta,
.sticky-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 6px;
  background: var(--green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.plan-card button {
  width: 100%;
  margin-top: auto;
}

.checkout-cta {
  width: min(520px, 100%);
  margin: 34px auto 10px;
  display: flex;
  box-shadow: 0 14px 32px rgba(15, 122, 84, .24);
}

.checkout-note {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.bonus-stack {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 34px;
  width: min(1120px, calc(100% - 36px));
  margin: 56px auto;
}

.bonus-copy {
  align-self: start;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.bonus-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.bonus-grid span {
  color: var(--accent);
  font-weight: 900;
}

.bonus-grid h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1.1;
}

.objections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1120px, calc(100% - 36px));
  margin: 48px auto 96px;
}

.objections article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.objections h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.sticky-checkout {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  min-height: 52px;
  padding: 0 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  transform: translateY(10px);
}

.sticky-checkout.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .offer-topbar {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .offer-hero,
  .plan-grid,
  .unlock-strip,
  .unlock-grid,
  .bonus-stack,
  .bonus-grid,
  .objections {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    padding-top: 38px;
  }

  h1 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .plan-card {
    min-height: auto;
  }

  .plan-card.recommended::before {
    position: static;
    margin-bottom: 10px;
  }

  .bundle-preview {
    min-height: auto;
  }

  .phone-mockup {
    width: 100%;
    min-height: 300px;
  }

  .bundle-covers {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .bundle-price-pill {
    position: static;
    margin-top: 16px;
  }

  .sticky-checkout {
    right: 12px;
    left: 12px;
    width: auto;
  }
}
