:root {
  --bg:        #16101a;
  --bg-2:      #1d1523;
  --surface:   #241a2c;
  --surface-2: #2e2138;
  --line:      rgba(255,255,255,.09);
  --line-2:    rgba(255,255,255,.17);

  --ink:   #f7f2f8;
  --ink-2: #b8a6c0;
  --ink-3: #85728e;

  --gold:      #f3c359;
  --gold-deep: #c99a24;
  --wine:      #e0446f;
  --wine-deep: #8e2b4c;
  --mint:      #52d9a3;
  --red:       #ff6f6f;

  --grad-gold: linear-gradient(104deg, #f7d075, var(--gold) 45%, var(--gold-deep));
  --grad-wine: linear-gradient(104deg, var(--wine), #8e2b4c);

  --sans: "Segoe UI",system-ui,-apple-system,Roboto,Arial,sans-serif;
  --display: "Sitka Heading","Cambria","Georgia","Times New Roman",serif;
  --mono: "Cascadia Mono",Consolas,ui-monospace,monospace;

  --r:   18px;
  --r-s: 11px;
  --maxw: 1160px;
  --shadow: 0 22px 54px rgba(0,0,0,.55);
  --shadow-s: 0 8px 22px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 16.5px/1.7 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 42% at 78% -6%, rgba(243,195,89,.13), transparent 68%),
    radial-gradient(52% 38% at 12% 4%, rgba(224,68,111,.11), transparent 70%);
}
img, svg { max-width: 100%; }
a { color: var(--gold); }
.lb { text-transform: lowercase !important; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; position: relative; z-index: 1; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.2; margin: 0; }

.top { position: sticky; top: 0; z-index: 50; background: rgba(22,16,26,.9); box-shadow: 0 1px 0 var(--line); }
.top .wrap { display: flex; align-items: center; gap: 16px; min-height: 68px; flex-wrap: wrap; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.brand .wm b { display: block; font: 700 18px/1 var(--display); }
.brand .wm span { display: block; margin-top: 3px; color: var(--gold); font: 600 9.5px/1 var(--sans); letter-spacing: .19em; text-transform: uppercase; }
.nav { display: flex; gap: 2px; margin-left: auto; flex-wrap: wrap; }
.nav a { padding: 8px 12px; border-radius: var(--r-s); font: 600 14px/1 var(--sans); color: var(--ink-2); text-decoration: none; transition: .16s; }
.nav a:hover, .nav a[aria-current] { background: rgba(243,195,89,.13); color: var(--gold); }
.lang { display: flex; align-items: center; margin-left: 4px; }
.lang a { padding: 6px 7px; font: 700 12.5px/1 var(--sans); letter-spacing: .06em; color: var(--ink-3); text-decoration: none; }
.lang a + a::before { content: "/"; margin-inline: 0 7px; color: var(--ink-3); opacity: .5; font-weight: 400; }
.lang a:hover { color: var(--gold); }
.lang a.on { color: var(--gold); }

.hero { padding: 52px 0 44px; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 44px; align-items: center; }
.hero h1 { font-size: clamp(29px, 4.6vw, 50px); margin-bottom: 16px; }
.hero h1 em { font-style: normal; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { font-size: 18px; color: var(--ink-2); margin: 0 0 26px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  padding: 6px 14px; border-radius: 999px; background: rgba(243,195,89,.12);
  box-shadow: inset 0 0 0 1px rgba(243,195,89,.32);
  color: var(--gold); font: 700 11.5px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--grad-gold); color: #2a1c04;
  font: 700 15.5px/1 var(--sans); text-decoration: none;
  box-shadow: 0 10px 26px rgba(201,154,36,.32); transition: .18s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(201,154,36,.42); }
.btn.ghost { background: transparent; color: var(--gold); box-shadow: inset 0 0 0 1.5px rgba(243,195,89,.45); }
.btn.ghost:hover { box-shadow: inset 0 0 0 1.5px var(--gold); }
.btn.sm { padding: 11px 21px; font-size: 14px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn-note { color: var(--ink-3); font-size: 13.5px; margin: 14px 0 0; }

section { padding: 46px 0; position: relative; z-index: 1; }
section.tint { background: var(--bg-2); box-shadow: 0 1px 0 var(--line), 0 -1px 0 var(--line); }
.sec-head { max-width: 730px; margin-bottom: 28px; }
.sec-head h2 { font-size: clamp(23px, 3.1vw, 34px); margin-bottom: 11px; }
.sec-head p { color: var(--ink-2); margin: 0; }
.kicker { display: block; font: 700 11.5px/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; color: var(--wine); margin-bottom: 12px; }

.offers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 18px; }
.offer {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border-radius: var(--r); padding: 26px 24px 24px;
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow-s); overflow: hidden;
}
.offer .ribbon, .offer .amount { flex: none; }
.offer .terms { margin-top: auto; }
.offer > .btn { align-self: flex-start; }
.offer::after {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad-gold);
}
.offer.wine::after { background: var(--grad-wine); }
.ribbon {
  display: inline-block; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
  background: rgba(243,195,89,.14); color: var(--gold);
  font: 700 10.5px/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase;
}
.offer.wine .ribbon { background: rgba(224,68,111,.16); color: var(--wine); }
.offer .amount { font: 700 clamp(26px, 3.3vw, 36px)/1.08 var(--display); margin-bottom: 8px; }
.offer .amount small { display: block; margin-top: 7px; font: 400 14px/1.5 var(--sans); color: var(--ink-3); }
.offer p { color: var(--ink-2); font-size: 15.5px; margin: 0 0 16px; }
.terms { list-style: none; margin: 0 0 18px; padding: 0; }
.terms li { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.terms li:last-child { border-bottom: 0; }
.terms span { color: var(--ink-3); }
.terms b { color: var(--ink); font-weight: 700; }

.cmp { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: var(--r); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); font-size: 15px; }
.cmp th, .cmp td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp thead th { background: var(--surface-2); color: var(--ink-3); font: 700 11px/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.cmp tbody tr:last-child td { border-bottom: 0; }
.cmp td b { color: var(--gold); }
.cmp td.no { color: var(--ink-3); }
.tscroll { overflow-x: auto; }
.tcap { margin-top: 12px; color: var(--ink-3); font-size: 13.5px; }

.week { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 155px), 1fr)); gap: 12px; }
.day { background: var(--surface); border-radius: var(--r-s); padding: 16px 15px; box-shadow: inset 0 0 0 1px var(--line); }
.day .d { color: var(--wine); font: 700 10.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 9px; }
.day .v { font: 700 17px/1.25 var(--display); margin-bottom: 6px; }
.day .n { color: var(--ink-3); font-size: 13px; line-height: 1.5; }
.day.off { opacity: .55; }

.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 128px), 1fr)); gap: 10px; }
.tier { background: var(--surface); border-radius: var(--r-s); padding: 15px 13px; text-align: center; box-shadow: inset 0 0 0 1px var(--line); }
.tier .lvl { color: var(--ink-3); font: 700 10.5px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.tier .pct { font: 700 22px/1 var(--display); background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }

.calc { background: var(--surface); border-radius: var(--r); padding: 26px 26px 24px; box-shadow: inset 0 0 0 1px var(--line), var(--shadow-s); }
.calc h3 { font-size: 20px; margin-bottom: 8px; }
.calc > p { color: var(--ink-2); font-size: 15.5px; margin: 0 0 18px; }
.fields { display: flex; flex-wrap: wrap; gap: 15px; align-items: flex-end; }
.fields label { display: block; }
.fields .fl { display: block; margin-bottom: 7px; color: var(--ink-3); font-size: 12.5px; }
.fields input, .fields select {
  padding: 12px 14px; border-radius: var(--r-s); border: 1.5px solid var(--line-2);
  background: var(--bg-2); color: var(--ink); font: 600 16px var(--sans); min-width: 160px;
}
.fields input:focus, .fields select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.outs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: 12px; margin-top: 20px; }
.out { background: var(--bg-2); border-radius: var(--r-s); padding: 15px 16px; box-shadow: inset 0 0 0 1px var(--line); }
.out .l { color: var(--ink-3); font: 700 10.5px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 9px; }
.out .v { font: 700 21px/1.15 var(--display); color: var(--gold); }
.out .h { color: var(--ink-3); font-size: 12.5px; margin-top: 6px; }

.truth { border-radius: var(--r); padding: 20px 22px; font-size: 15.5px; background: rgba(224,68,111,.1); box-shadow: inset 0 0 0 1px rgba(224,68,111,.28); color: #ffd4e0; }
.truth.ok { background: rgba(82,217,163,.09); box-shadow: inset 0 0 0 1px rgba(82,217,163,.26); color: #cdf3e4; }
.truth.warn { background: rgba(243,195,89,.1); box-shadow: inset 0 0 0 1px rgba(243,195,89,.28); color: #f7e6bd; }
.truth b { display: block; font-family: var(--display); font-size: 17px; margin-bottom: 6px; }
.truth p { margin: 0; }

.ctamini {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 22px; padding: 18px 22px; border-radius: var(--r);
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line);
}
.ctamini p { margin: 0; color: var(--ink-2); font-size: 15.5px; max-width: 580px; }
.ctamini p b { display: block; font-family: var(--display); font-size: 17.5px; color: var(--ink); margin-bottom: 4px; }

.ctabox {
  border-radius: var(--r); padding: 34px 34px; box-shadow: var(--shadow);
  background: linear-gradient(112deg, #3a1730, #6d2545 58%, #8f6a15);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.ctabox h2 { font-size: clamp(21px, 2.8vw, 30px); margin-bottom: 9px; }
.ctabox p { margin: 0; color: rgba(255,255,255,.85); font-size: 15.5px; max-width: 540px; }
.ctabox .btn { background: #fff; color: #4a1a30; }

.faq { display: grid; gap: 11px; }
.faq details { background: var(--surface); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); }
.faq summary { cursor: pointer; padding: 17px 21px; font: 700 16.5px/1.4 var(--display); list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 25px; height: 25px; border-radius: 50%; background: rgba(243,195,89,.14); color: var(--gold); display: grid; place-items: center; font: 700 17px/1 var(--sans); }
.faq details[open] summary::after { content: "\2212"; }
.faq .ans { padding: 0 21px 19px; color: var(--ink-2); font-size: 15.5px; }
.faq .ans p { margin: 0 0 11px; }
.faq .ans p:last-child { margin-bottom: 0; }

.linkgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr)); gap: 13px; }
.linkgrid a { display: block; background: var(--surface); border-radius: var(--r); padding: 19px 21px; box-shadow: inset 0 0 0 1px var(--line); text-decoration: none; color: var(--ink); transition: .16s; }
.linkgrid a:hover { box-shadow: inset 0 0 0 1.5px var(--gold); transform: translateY(-2px); }
.linkgrid b { display: block; font: 700 17px/1.3 var(--display); margin-bottom: 6px; }
.linkgrid span { color: var(--ink-3); font-size: 14px; }

.crumbs { padding: 18px 0 0; font-size: 13.5px; color: var(--ink-3); }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--gold); }
.crumbs span { margin-inline: 7px; opacity: .55; }

.pagehead { padding: 32px 0 8px; }
.pagehead h1 { font-size: clamp(27px, 4.2vw, 42px); margin-bottom: 13px; }
.pagehead p { color: var(--ink-2); font-size: 17.5px; margin: 0; max-width: 770px; }
.upd { margin-top: 15px; display: inline-flex; align-items: center; gap: 8px; padding: 5px 13px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); color: var(--ink-3); font-size: 13px; }

.prose { max-width: 770px; }
.prose p { color: var(--ink-2); margin: 0 0 15px; }
.prose h3 { font-size: 20px; margin: 26px 0 10px; }
.prose ul, .prose ol { color: var(--ink-2); margin: 0 0 15px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }

.foot { background: #100b13; color: #9b8aa3; padding: 42px 0 30px; margin-top: 22px; position: relative; z-index: 1; }
.foot a { color: #d9cadf; text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 26px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.09); }
.foot h4 { font: 700 12px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 13px; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 8px; font-size: 14.5px; }
.foot-bot { padding-top: 20px; font-size: 13.5px; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.age { display: inline-grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: rgba(255,255,255,.09); color: #fff; font: 700 12.5px/1 var(--sans); }

.doc { max-width: 790px; padding: 36px 0 10px; }
.doc h1 { font-size: clamp(26px, 3.6vw, 35px); margin-bottom: 9px; }
.doc h2 { font-size: 20px; margin: 30px 0 11px; }
.doc p, .doc li { color: var(--ink-2); }
.doc ul { padding-left: 22px; }

.notfound { padding: 74px 0; text-align: center; }
.notfound h1 { font-size: clamp(27px, 4.4vw, 42px); margin-bottom: 13px; }
.notfound p { color: var(--ink-2); max-width: 540px; margin: 0 auto 26px; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .nav { width: 100%; margin-left: 0; order: 3; }
  .lang { margin-left: auto; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .ctabox, .calc, .offer { padding: 22px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
  html { scroll-behavior: auto; }
  .btn:hover, .linkgrid a:hover { transform: none; }
}
