:root {
  --bg: #090806;
  --bg-2: #16100b;
  --panel: #fff7e8;
  --panel-2: #f3e4ca;
  --ink: #1d1712;
  --muted: #675b4e;
  --line: rgba(208, 169, 86, 0.28);
  --gold: #d0a956;
  --gold-2: #f2d995;
  --rust: #a54532;
  --green: #2d7b5e;
  --cream: #fff8e9;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.wrap {
  width: min(var(--max), calc(100% - 34px));
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
}

.top-notice {
  padding: 9px 16px;
  background: #0f0c08;
  color: rgba(255, 248, 233, 0.78);
  border-bottom: 1px solid rgba(208, 169, 86, 0.18);
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(9, 8, 6, 0.88);
  border-bottom: 1px solid rgba(208, 169, 86, 0.18);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  width: min(var(--max), calc(100% - 34px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #f2d995 0%, #8b6231 38%, #1a1009 78%);
  color: #fff;
  border: 1px solid rgba(242, 217, 149, 0.46);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 800;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.brand-sub {
  color: rgba(255, 248, 233, 0.56);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: 18px;
  color: rgba(255, 248, 233, 0.72);
  font-size: 13px;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--gold-2);
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.92) 0%, rgba(9, 8, 6, 0.74) 46%, rgba(9, 8, 6, 0.22) 100%),
    linear-gradient(180deg, rgba(9, 8, 6, 0.12) 0%, rgba(9, 8, 6, 0.86) 100%),
    url("./hero-lastdigit.jpg") center center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 14% 18%, rgba(242, 217, 149, 0.7), transparent),
    radial-gradient(1px 1px at 22% 64%, rgba(255, 255, 255, 0.42), transparent),
    radial-gradient(1px 1px at 48% 22%, rgba(242, 217, 149, 0.5), transparent),
    radial-gradient(1px 1px at 77% 16%, rgba(255, 255, 255, 0.46), transparent),
    radial-gradient(1px 1px at 88% 72%, rgba(242, 217, 149, 0.52), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: 86px 0 70px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: normal;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.96;
}

.title-mobile {
  display: none;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.hero-copy,
.lead {
  color: rgba(255, 248, 233, 0.76);
  font-size: clamp(17px, 2vw, 20px);
}

.section--paper .lead,
.section--paper p,
.step-card p,
.digit-grid p,
.bonus-card p,
.included-list p,
.checkout-panel p,
.faq-list p {
  color: var(--muted);
}

.year-demo {
  display: inline-flex;
  gap: 8px;
  margin: 24px 0 24px;
}

.year-demo span {
  width: 58px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 217, 149, 0.28);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.08);
  color: #fff6da;
  font-family: Consolas, Menlo, monospace;
  font-size: 34px;
  font-weight: 900;
}

.year-demo .is-hot {
  background: rgba(165, 69, 50, 0.52);
  border-color: rgba(255, 106, 80, 0.62);
  box-shadow: 0 0 22px rgba(165, 69, 50, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  padding: 14px 22px;
  color: #17100a;
  background: linear-gradient(180deg, #fff0b9, var(--gold));
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.button--ghost {
  color: var(--cream);
  background: rgba(255, 248, 233, 0.09);
  border: 1px solid rgba(255, 248, 233, 0.18);
  box-shadow: none;
}

.trust-line {
  margin-top: 18px;
  color: rgba(255, 248, 233, 0.56);
  font-size: 13px;
}

.section {
  padding: 72px 0;
  background: var(--bg);
}

.section--paper {
  background: var(--panel);
  color: var(--ink);
}

.intro {
  padding-top: 52px;
}

.intro .narrow {
  text-align: center;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.split--top {
  align-items: start;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list div {
  padding: 16px 18px;
  border: 1px solid rgba(94, 65, 30, 0.18);
  border-radius: 8px;
  background: #fffdf7;
  color: var(--ink);
  font-weight: 700;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.step-card,
.bonus-card,
.checkout-panel,
.digit-grid article,
.included-list article {
  border-radius: 8px;
}

.step-card {
  padding: 24px;
  background: rgba(255, 248, 233, 0.06);
  border: 1px solid rgba(242, 217, 149, 0.16);
}

.step-num {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--gold);
  color: #140e08;
  font-weight: 900;
}

.digit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.digit-grid article {
  min-height: 164px;
  padding: 18px;
  background: #fffdf7;
  border: 1px solid rgba(94, 65, 30, 0.16);
}

.digit-grid strong {
  display: block;
  color: var(--rust);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.digit-grid span {
  display: block;
  margin: 8px 0 6px;
  color: var(--ink);
  font-weight: 900;
}

.digit-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.included-list {
  display: grid;
  gap: 12px;
}

.included-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 248, 233, 0.06);
  border: 1px solid rgba(242, 217, 149, 0.16);
}

.included-list span {
  color: var(--gold-2);
  font-family: Consolas, Menlo, monospace;
  font-size: 18px;
  font-weight: 900;
}

.included-list p,
.step-card p {
  margin-bottom: 0;
  color: rgba(255, 248, 233, 0.66);
}

.desktop-cta {
  margin-top: 18px;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.bonus-card {
  padding: 24px;
  background: #fffdf7;
  border: 1px solid rgba(94, 65, 30, 0.16);
}

.bonus-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(45, 123, 94, 0.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-section {
  background:
    linear-gradient(180deg, rgba(9, 8, 6, 0.92), rgba(22, 16, 11, 0.96)),
    url("./hero-lastdigit.jpg") center center / cover no-repeat;
}

.offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}

.offer-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.offer-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 248, 233, 0.72);
}

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

.checkout-panel {
  padding: 26px;
  background: rgba(255, 248, 233, 0.94);
  color: var(--ink);
  border: 1px solid rgba(242, 217, 149, 0.38);
}

.price-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price {
  margin: 6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

.checkout-panel .button {
  width: 100%;
  margin: 12px 0;
}

.checkout-panel small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.guarantee {
  border-top: 1px solid rgba(94, 65, 30, 0.12);
  border-bottom: 1px solid rgba(94, 65, 30, 0.12);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.faq-list details {
  padding: 18px 20px;
  border: 1px solid rgba(242, 217, 149, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.06);
}

.faq-list summary {
  cursor: pointer;
  color: var(--cream);
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  color: rgba(255, 248, 233, 0.66);
}

.final-cta {
  padding: 74px 0;
  background: var(--panel);
  color: var(--ink);
  text-align: center;
}

.final-cta .lead {
  color: var(--muted);
}

.site-footer {
  padding: 34px 0;
  background: #070604;
  color: rgba(255, 248, 233, 0.7);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  font-size: 13px;
}

.footer-links a {
  color: rgba(255, 248, 233, 0.82);
  text-decoration: none;
}

.footer-company {
  margin-top: 8px;
  color: rgba(255, 248, 233, 0.72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-disclaimer {
  max-width: 760px;
  margin-top: 10px;
  color: rgba(255, 248, 233, 0.46);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .hero {
    min-height: 72vh;
    background:
      linear-gradient(180deg, rgba(9, 8, 6, 0.34), rgba(9, 8, 6, 0.92) 78%),
      url("./hero-lastdigit.jpg") center center / cover no-repeat;
  }

  .hero__content {
    padding: 70px 0 50px;
  }

  .split,
  .offer {
    grid-template-columns: 1fr;
  }

  .steps,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .digit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .wrap,
  .site-header__inner {
    width: min(var(--max), calc(100% - 24px));
  }

  .top-notice {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 18px;
  }

  h1 {
    font-size: 31px;
    line-height: 1.04;
  }

  h2 {
    font-size: 23px;
    line-height: 1.06;
  }

  .hero__content,
  .narrow {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .hero-copy,
  .lead {
    max-width: 340px;
    font-size: 15px;
  }

  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: inline;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .year-demo span {
    width: 48px;
    height: 54px;
    font-size: 29px;
  }

  .section {
    padding: 52px 0;
  }

  .digit-grid {
    grid-template-columns: 1fr;
  }

  .included-list article {
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 50px;
  }
}
