:root {
  color-scheme: dark;
  --bg: #141111;
  --bg-2: #21171a;
  --card: #1d181a;
  --wine: #5a0616;
  --red: #9e112d;
  --red-2: #c81e3a;
  --cream: #f2e7da;
  --muted: #b8a9a2;
  --border: rgba(255,255,255,.08);
  --border-strong: rgba(255,255,255,.14);
  --shadow: 0 28px 80px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Manrope, Onest, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(140deg, rgba(200,30,58,.11), transparent 34%),
    linear-gradient(180deg, #171214 0%, var(--bg) 48%, #100d0e 100%);
  color: var(--cream);
}

a { color: inherit; }

header, main, footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 780;
  font-size: 18px;
}

.brand img {
  display: block;
}

.brand .brand-seal {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 28px rgba(90,6,22,.42);
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}

nav a {
  border-radius: 8px;
  padding: 9px 10px;
  text-decoration: none;
  transition: background .16s ease, color .16s ease;
}

nav a:hover {
  background: rgba(255,255,255,.05);
  color: var(--cream);
}

main { padding: 34px 0 76px; }

.page-title {
  max-width: 820px;
  margin: 30px 0 26px;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(26px, 5vw, 58px) 0 46px;
}

.hero-copy h1 {
  margin: 10px 0 12px;
  font-size: clamp(48px, 8vw, 88px);
  line-height: .94;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red-2);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 800;
}

.subtitle {
  margin: 0 0 18px;
  color: var(--cream);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.12;
  font-weight: 720;
}

.lead {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--red-2), var(--red));
  box-shadow: 0 18px 42px rgba(90,6,22,.35);
  color: white;
  font-weight: 760;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.22);
}

.button.ghost {
  background: rgba(255,255,255,.045);
  box-shadow: none;
  color: var(--cream);
}

.legal-note {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.legal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.legal-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.legal-chips a:hover {
  border-color: rgba(200,30,58,.44);
  color: var(--cream);
}

.access-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(200,30,58,.20), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.018)),
    var(--card);
  box-shadow: var(--shadow);
  padding: 22px;
}

.access-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,.045);
  pointer-events: none;
}

.access-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.access-card__top img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(90,6,22,.48);
}

.access-card__top span,
.access-card__grid span,
.trust-grid span,
.tariff-period {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.access-card__top strong {
  display: block;
  margin-top: 3px;
  font-size: 22px;
  line-height: 1.15;
}

.access-card__days {
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 72px);
  font-weight: 820;
  line-height: .92;
}

.access-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.access-card__grid div {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(0,0,0,.18);
  padding: 14px;
}

.access-card__grid strong {
  display: block;
  margin-top: 5px;
  font-size: 22px;
}

.access-list {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.access-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.access-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red-2);
}

.key-ready {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(200,30,58,.42);
  border-radius: 8px;
  background: rgba(158,17,45,.18);
  color: var(--cream);
  font-weight: 780;
}

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

.trust-grid article,
article,
.price,
.tariff-card,
.rules-preview {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(29,24,26,.88);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.trust-grid article {
  padding: 18px;
}

.trust-grid strong {
  display: block;
  margin-top: 7px;
  color: var(--cream);
  font-size: 20px;
  line-height: 1.22;
}

.section {
  margin-top: 72px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 22px;
}

.section-heading h2,
.rules-preview h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.06;
}

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

article,
.price {
  padding: 22px;
}

article h2,
article h3 {
  margin: 0 0 10px;
  color: var(--cream);
  font-size: 23px;
  line-height: 1.18;
}

.steps-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(200,30,58,.36);
  border-radius: 8px;
  background: rgba(158,17,45,.16);
  color: var(--cream);
  font-weight: 760;
}

article p,
li,
td,
th,
main p {
  color: var(--muted);
  line-height: 1.65;
}

.tariff-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}

.tariff-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
  gap: 22px;
  align-items: center;
  padding: 26px;
}

.tariff-card strong,
.price strong {
  display: block;
  margin: 8px 0 8px;
  color: var(--cream);
  font-size: clamp(42px, 6vw, 62px);
  line-height: 1;
}

.tariff-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.tariff-card .button {
  grid-column: 1 / -1;
  justify-self: start;
}

.muted-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
}

.rules-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
}

.rules-preview p {
  max-width: 760px;
  margin-bottom: 0;
}

.price strong {
  font-size: 44px;
}

.price span {
  display: block;
  color: var(--muted);
  margin-bottom: 18px;
}

.steps {
  display: grid;
  gap: 14px;
  padding-left: 24px;
  max-width: 760px;
}

.legal {
  width: 100%;
  border: 1px solid var(--border);
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.legal th,
.legal td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.legal th {
  width: 280px;
  background: rgba(255,255,255,.03);
  color: var(--cream);
}

footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 28px;
  border-top: 1px solid var(--border);
  padding: 34px 0 40px;
  color: var(--muted);
}

footer a {
  color: var(--muted);
  text-decoration: none;
}

footer a:hover {
  color: var(--cream);
}

.footer-brand p {
  max-width: 330px;
  margin: 14px 0 0;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 2px;
  color: var(--cream);
  font-size: 15px;
}

.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  color: rgba(242,231,218,.62);
}

@media (max-width: 920px) {
  header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero,
  .tariff-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

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

  .tariff-card,
  .rules-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  header, main, footer {
    width: min(100% - 24px, 1160px);
  }

  main {
    padding-top: 18px;
  }

  .brand .brand-seal {
    width: 42px;
    height: 42px;
  }

  nav {
    width: 100%;
    gap: 4px;
  }

  nav a {
    padding: 8px 9px;
    font-size: 13px;
  }

  .hero {
    padding-top: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .button {
    width: 100%;
  }

  .legal-chips a {
    width: 100%;
  }

  .access-card {
    padding: 18px;
  }

  .access-card__grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin-top: 52px;
  }

  .legal th,
  .legal td {
    display: block;
    width: 100%;
  }
}
