:root {
  color-scheme: light;
  --ink: #20211f;
  --ink-soft: #4e504d;
  --gold: #f3c640;
  --gold-deep: #d7a915;
  --paper: #fbfbf8;
  --white: #ffffff;
  --line: #dedfd8;
  --mint: #e6f3eb;
  --shadow: 0 22px 60px rgba(24, 25, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 223, 216, .9);
  background: rgba(251, 251, 248, .92);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--ink); color: var(--gold); font-size: 1.25rem; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { text-decoration: none; font-weight: 650; font-size: .94rem; }
.nav-links a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.hero { overflow: hidden; padding: 86px 0 76px; background: radial-gradient(circle at 88% 18%, rgba(243,198,64,.24), transparent 28%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: #7c650e; font-size: .82rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 7vw, 5.7rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 660px; margin: 0 0 30px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); text-decoration: none; font-weight: 800; }
.button.secondary { background: transparent; color: var(--ink); }
.button:hover { transform: translateY(-1px); }
.loyalty-card {
  position: relative;
  aspect-ratio: 1.58;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  color: white;
  background: linear-gradient(145deg, #292a28 0%, #111210 72%);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.loyalty-card::after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; right: -55px; bottom: -80px; background: var(--gold); opacity: .95; }
.card-top, .card-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; }
.card-name { max-width: 220px; font-weight: 850; font-size: 1.2rem; line-height: 1.1; }
.card-plus { color: var(--gold); font-size: 2.2rem; font-weight: 300; line-height: .8; }
.card-tier { margin-top: 48px; font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: #d8d9d3; }
.card-level { position: relative; z-index: 1; margin-top: 4px; color: var(--gold); font-size: 1.9rem; font-weight: 850; }
.card-bottom { position: absolute; inset: auto 28px 24px 28px; align-items: end; }
.card-label { font-size: .72rem; color: #c6c7c1; text-transform: uppercase; letter-spacing: .08em; }
.card-value { font-size: 1.08rem; font-weight: 800; }
.qr { width: 58px; height: 58px; border-radius: 8px; background: repeating-linear-gradient(45deg, white 0 4px, #20211f 4px 8px); border: 5px solid white; }
.trust { border-block: 1px solid var(--line); background: var(--white); }
.trust-row { padding: 18px 0; display: flex; justify-content: center; gap: 38px; flex-wrap: wrap; color: var(--ink-soft); font-size: .94rem; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: #287849; font-weight: 900; }
.section { padding: 92px 0; }
.section.dark { background: var(--ink); color: white; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.dark .section-head p { color: #c9cbc5; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.feature-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; margin-bottom: 38px; background: var(--gold); font-weight: 900; }
.feature p { margin-bottom: 0; color: var(--ink-soft); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #474844; border: 1px solid #474844; border-radius: 22px; overflow: hidden; }
.step { padding: 30px; background: #292a27; }
.step strong { display: block; margin-bottom: 12px; color: var(--gold); }
.step p { margin: 0; color: #d6d8d1; }
.status { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: #d6d8d1; font-size: .94rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(243,198,64,.12); }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; border-radius: 26px; overflow: hidden; background: var(--mint); }
.contact-copy { padding: 50px; }
.contact-copy p { color: var(--ink-soft); }
.contact-meta { padding: 50px; background: var(--gold); display: grid; align-content: center; gap: 18px; }
.meta-label { font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.meta-value { font-size: 1.08rem; font-weight: 750; }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: .9rem; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { text-underline-offset: 4px; }
.legal { min-height: 70vh; padding: 72px 0 100px; }
.legal article { max-width: 760px; }
.legal h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.legal h2 { margin-top: 40px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal p, .legal li { color: var(--ink-soft); }

@media (max-width: 820px) {
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 56px; }
  .hero-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .loyalty-card { width: min(520px, 94%); justify-self: center; }
  .grid-3, .steps { grid-template-columns: 1fr; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand span:last-child { max-width: 210px; line-height: 1.08; }
  .nav-links .button { min-height: 42px; padding-inline: 16px; }
  .hero { padding-block: 48px 58px; }
  .loyalty-card { padding: 21px; border-radius: 22px; }
  .card-tier { margin-top: 28px; }
  .card-bottom { inset: auto 21px 18px 21px; }
  .qr { width: 48px; height: 48px; }
  .section { padding: 70px 0; }
  .contact-copy, .contact-meta { padding: 34px 26px; }
}
