:root {
  --bg: #f4f0ea;
  --paper: #fff;
  --ink: #15110f;
  --muted: #746c66;
  --red: #9b0f17;
  --red2: #75080f;
  --dark: #14110f;
  --line: #ddd6cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
}
img { display: block; max-width: 100%; }

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: .94;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(52px, 5.15vw, 88px);
  font-weight: 800;
}
h2 {
  font-size: clamp(36px, 4vw, 66px);
  font-weight: 800;
}
h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: 0;
}

.container {
  width: min(1180px, 82vw);
  margin: auto;
}
.center { text-align: center; }
.section-white { background: #fff; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .28em;
  color: var(--red);
  font-weight: 800;
  font-size: 11px;
  margin: 0 0 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 15px 26px;
  background: linear-gradient(180deg, var(--red), var(--red2));
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 16px 34px rgba(155, 15, 23, .16);
}
.btn-small {
  padding: 12px 22px;
  font-size: 12px;
}

.topbar {
  height: 64px;
  background: rgba(250, 248, 244, .94);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8vw;
}
.brand {
  font-weight: 900;
  letter-spacing: .28em;
  font-size: 11px;
}
.topbar nav {
  display: flex;
  gap: 34px;
}
.topbar a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}

.hero { padding: 82px 0 92px; }
.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 540px;
}
.chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 26px 0 30px;
}
.chips span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 12px;
}
.price-line {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 22px;
}
.price-line span {
  color: var(--muted);
  font-size: 13px;
}
.price-line strong { font-size: 28px; }
.micro {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}
.hero-visual {
  display: grid;
  grid-template-columns: 1.62fr .88fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.hero-main {
  grid-row: 1 / 3;
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 62px rgba(0, 0, 0, .17);
}
.hero-main img,
.hero-side {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-side {
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .12);
}
.hero-main figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: rgba(255, 255, 255, .9);
  border-radius: 14px;
  padding: 16px 18px 16px 48px;
}
.hero-main figcaption span {
  position: absolute;
  left: 22px;
  top: 23px;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
}
.hero-main b { display: block; font-size: 13px; }
.hero-main small { font-size: 11px; }

.manifest { padding: 105px 0; }
.split-text {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 90px;
  align-items: start;
}
.section-number {
  display: block;
  color: #777;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 12px;
}
.split-text p:not(.eyebrow),
.identity p,
.inside p,
.learn-copy p,
.schemes-head p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
}

.identity {
  background: var(--dark);
  color: #fff;
  padding: 95px 0 0;
  overflow: hidden;
}
.identity h2,
.learn-dark h2,
.offer h2,
.final-cta h2 { color: #fff; }
.identity-head {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}
.identity p { color: #b8afa8; }
.wide-strip {
  display: grid;
  grid-template-columns: 1.36fr .97fr 1.29fr .93fr;
  align-items: end;
  margin-top: 58px;
}
.wide-strip img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.wide-strip img:nth-child(1) {
  height: 660px;
  object-position: center top;
}
.wide-strip img:nth-child(2) {
  height: 610px;
  object-position: center center;
}
.wide-strip img:nth-child(3) {
  height: 690px;
  object-position: center top;
}
.wide-strip img:nth-child(4) {
  height: 610px;
  object-position: center center;
}

.inside { padding: 108px 0; }
.inside-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 100px;
}
.inside h2 { max-width: 510px; }
.inside p { max-width: 560px; }
.text-link {
  display: inline-block;
  margin-top: 30px;
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
}
.features { border-top: 1px solid var(--line); }
.features article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 38px;
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.features span,
.scheme-grid span {
  color: var(--red);
  font-weight: 900;
  font-size: 12px;
}
.features p { margin: 12px 0 0; }

.learn-dark {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  background: var(--dark);
  color: #fff;
}
.learn-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}
.learn-copy {
  padding: 150px 10vw 105px 100px;
}
.learn-copy p { color: #bfb7b0; }
.learn-copy ul {
  list-style: none;
  padding: 42px 0 0;
  margin: 0;
}
.learn-copy li {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 20px 0;
  font-size: 14px;
  font-weight: 800;
}
.learn-copy li:before {
  content: "↗";
  color: #fff;
  margin-right: 14px;
}

.schemes { padding: 105px 0; }
.schemes-head {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 85px;
  align-items: end;
  margin-bottom: 48px;
}
.scheme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.scheme-grid article {
  background: #fff;
  border: 1px solid #e7e0d8;
}
.scheme-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.scheme-grid div { padding: 24px 22px 30px; }
.scheme-grid h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}
.scheme-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.quote-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #e8ded7;
}
.quote-band img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.quote-band div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10vw;
}
.quote-band blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 800;
  margin: 0;
}
.quote-band p {
  letter-spacing: .28em;
  color: var(--muted);
  font-weight: 800;
  margin-top: 38px;
  font-size: 11px;
}

.offer {
  background: var(--red);
  padding: 105px 0;
  color: #fff;
}
.offer-grid {
  display: grid;
  grid-template-columns: 1.05fr .72fr;
  gap: 85px;
  align-items: center;
}
.offer p {
  font-size: 16px;
  line-height: 1.5;
  color: #f5d8d8;
}
.offer ul {
  list-style: none;
  padding: 34px 0 0;
  margin: 0;
  display: grid;
  gap: 20px;
}
.offer li {
  font-size: 15px;
  font-weight: 800;
}
.offer li:before {
  content: "✓";
  margin-right: 14px;
}
.price-card {
  background: #fff;
  color: var(--ink);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 32px 72px rgba(0, 0, 0, .17);
}
.price-card p:first-child {
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #9a8e86;
  font-weight: 800;
  font-size: 11px;
}
.big-price {
  color: var(--red);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.big-price span {
  font-size: 20px;
  margin-top: 24px;
}
.big-price strong {
  font-size: 86px;
  line-height: .8;
}
.big-price sup {
  font-size: 30px;
  font-weight: 900;
  margin-top: 18px;
}
.price-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin: 12px 0 30px;
}
.dark-btn {
  background: var(--dark);
  box-shadow: none;
  width: 100%;
}
.secure {
  font-size: 12px !important;
  color: var(--muted) !important;
  margin-top: 20px !important;
}

.faq { padding: 95px 0; }
.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 88px;
}
.faq-list { border-top: 1px solid var(--line); }
details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
summary::-webkit-details-marker { display: none; }
summary:after {
  content: "+";
  color: var(--red);
  font-size: 18px;
}
details[open] summary:after { content: "-"; }
details p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  margin: 20px 0 0;
}

.final-cta {
  background: var(--dark);
  padding: 105px 0;
  color: #fff;
}
.final-cta h2 {
  font-size: clamp(38px, 4.5vw, 72px);
  margin-bottom: 42px;
}
.final-cta em { font-style: italic; }

footer {
  background: #090807;
  color: #c9c2ba;
  display: flex;
  justify-content: space-between;
  padding: 38px 8vw;
  font-size: 12px;
}

@media (max-width: 900px) {
  .topbar {
    height: auto;
    padding: 16px 6vw;
  }
  .topbar nav { display: none; }
  .brand { font-size: 10px; }
  .container { width: min(88vw, 680px); }
  h1 { font-size: clamp(46px, 13vw, 64px); }
  h2 { font-size: clamp(32px, 10vw, 50px); }
  .hero { padding: 64px 0; }
  .hero-grid,
  .split-text,
  .identity-head,
  .inside-grid,
  .learn-dark,
  .schemes-head,
  .quote-band,
  .offer-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .hero-main { grid-column: 1 / 3; }
  .wide-strip,
  .scheme-grid { grid-template-columns: 1fr 1fr; }
  .wide-strip {
    margin-top: 34px;
  }
  .wide-strip img,
  .wide-strip img:nth-child(1),
  .wide-strip img:nth-child(2),
  .wide-strip img:nth-child(3),
  .wide-strip img:nth-child(4) {
    height: 330px;
    margin-top: 0;
  }
  .learn-image img {
    min-height: auto;
    height: 500px;
  }
  .learn-copy { padding: 70px 8vw; }
  .quote-band img { height: 500px; }
  .quote-band div { padding: 64px 8vw; }
  .price-card { padding: 38px 26px; }
  .big-price strong { font-size: 76px; }
  .manifest,
  .inside,
  .schemes,
  .offer,
  .faq,
  .final-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  footer {
    display: grid;
    gap: 16px;
    padding: 34px 6vw;
  }
}
