:root {
  --bg: #090b10;
  --panel: rgba(255, 250, 238, .075);
  --panel2: rgba(255, 250, 238, .11);
  --line: rgba(212, 175, 96, .24);
  --gold: #d4af60;
  --gold2: #f2dc98;
  --text: #f6eedc;
  --muted: #bfb39c;
  --blue: #8baed0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(139,174,208,.19), transparent 30rem),
    radial-gradient(circle at 88% 12%, rgba(212,175,96,.18), transparent 28rem),
    linear-gradient(180deg, #090b10, #16130f 52%, #08090d);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }

.nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold2);
  font-weight: 800;
  letter-spacing: .08em;
}

.brand-mark {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
}

.nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.nav nav a {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 68px;
}

.hero, .method, .topics article, .how, .price, .disclaimer {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.hero {
  padding: clamp(34px, 7vw, 76px);
  background:
    radial-gradient(circle at 82% 20%, rgba(212,175,96,.16), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%),
    rgba(10, 11, 14, .74);
}

.hero__text {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 6vw, 5.15rem);
  line-height: .96;
  letter-spacing: -.04em;
}

h2 {
  color: #fff6df;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

h3 {
  color: #fff4df;
  font-size: 1.58rem;
  line-height: 1.08;
}

.lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #dfd2ba;
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  line-height: 1.72;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold2);
  background: rgba(255,255,255,.04);
  font-weight: 800;
}

.btn--primary {
  color: #1d160c;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
}

.method, .how, .price, .disclaimer {
  margin-top: 18px;
  padding: clamp(26px, 4vw, 38px);
}

.method p, .topics p, .how p, .price p, .disclaimer p {
  color: var(--muted);
  line-height: 1.72;
}

.method > p:last-child {
  max-width: 860px;
  margin: 18px 0 0;
}

.topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.topics article {
  min-height: 230px;
  padding: 24px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.topics article:hover {
  transform: translateY(-3px);
  border-color: rgba(242,220,152,.48);
  background: var(--panel2);
}

.topics span {
  color: rgba(139,174,208,.52);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  font-weight: 700;
}

.topics h3 {
  margin-top: 14px;
}

.how, .price {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.how__content p {
  margin-top: 0;
}

.mail {
  display: inline-flex;
  color: var(--gold2);
  font-size: 1.15rem;
  font-weight: 800;
}

.price {
  grid-template-columns: minmax(0, 1fr) auto;
}

.price h2 {
  color: var(--gold2);
  font-size: clamp(2.8rem, 6vw, 4.6rem);
}

.disclaimer {
  background: rgba(0,0,0,.22);
}

.disclaimer h2 {
  font-size: 2.1rem;
}

.disclaimer a {
  color: var(--gold2);
  font-weight: 800;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 42px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how, .price { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav { display: block; }
  .nav nav { justify-content: flex-start; margin-top: 14px; }
  .topics { grid-template-columns: 1fr; }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
}

@media (max-width: 520px) {
  main, .nav, footer { width: min(100% - 22px, 1120px); }
  .hero, .method, .topics article, .how, .price, .disclaimer { border-radius: 20px; }
  h1 { font-size: clamp(2.25rem, 14vw, 3.8rem); }
}
