/* ==========================================================================
   Rumpari Holiday Bonus — consumer site styles
   ========================================================================== */

@font-face { font-family: "Apotek Comp"; src: url("../fonts/apotek-comp-black.woff2") format("woff2"); font-weight: 900; font-display: swap; }
@font-face { font-family: "Apotek Comp"; src: url("../fonts/apotek-comp-bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Apotek Cond"; src: url("../fonts/apotek-cond-bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Apotek Cond"; src: url("../fonts/apotek-cond-semibold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Apotek"; src: url("../fonts/apotek-regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Apotek"; src: url("../fonts/apotek-medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Apotek"; src: url("../fonts/apotek-semibold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Apotek"; src: url("../fonts/apotek-bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --green: #0E9A4B;
  --green-bright: #17B25A;
  --green-deep: #0B7A3B;
  --green-dark: #05481F;
  --red: #B3131C;
  --red-deep: #7E0B12;
  --yellow: #F2E600;
  --gold: #FFD23F;
  --gold-deep: #E0B100;
  --cream: #FFF8E6;
  --white: #ffffff;
  --ink: #0b1a10;
  --font-display: "Apotek Comp", "Impact", "Arial Narrow", sans-serif;
  --font-cond: "Apotek Cond", "Arial Narrow", sans-serif;
  --font-body: "Apotek", "Helvetica Neue", Arial, sans-serif;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--white);
  background: var(--green-dark) url("../img/bg.jpg") center top / cover fixed no-repeat;
  overflow-x: hidden;
}
@media (max-width: 800px) { body { background-attachment: scroll; } }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding-inline: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 900; line-height: 0.95; margin: 0; text-transform: uppercase; letter-spacing: 0.01em; }
.section { padding-block: clamp(56px, 8vw, 96px); position: relative; }
.section-title { font-size: clamp(2.4rem, 6vw, 4.2rem); text-align: center; margin-bottom: 0.35em; text-shadow: 0 4px 18px rgba(0,0,0,0.35); }
.section-title em { font-style: normal; color: var(--gold); }
.section-sub { text-align: center; max-width: 680px; margin: 0 auto 2.2rem; font-size: 1.1rem; color: rgba(255,255,255,0.88); }
.eyebrow { display: inline-block; font-family: var(--font-cond); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.85rem; color: var(--yellow); margin-bottom: 0.7rem; }
.center { text-align: center; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  font-family: var(--font-display); font-weight: 900; font-size: 1.35rem; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.8em 1.7em; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none; line-height: 1;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,0.4); }
.btn:active { transform: translateY(0); }
.btn--gold { background: linear-gradient(180deg, #FFE45C 0%, var(--gold) 55%, var(--gold-deep) 100%); color: var(--green-dark); }
.btn--wa { background: #25D366; color: #fff; }
.btn--wa svg { width: 1.2em; height: 1.2em; fill: currentColor; }
.btn--ghost { background: rgba(255,255,255,0.1); color: #fff; border: 2px solid rgba(255,255,255,0.7); box-shadow: none; backdrop-filter: blur(6px); }
.btn--ghost:hover { background: rgba(255,255,255,0.18); }
.btn--red { background: linear-gradient(180deg, #D5202B 0%, var(--red) 60%, var(--red-deep) 100%); color: #fff; }
.btn--sm { font-size: 1.05rem; padding: 0.7em 1.3em; }

/* Age gate ---------------------------------------------------------------- */
.age-gate-overlay {
  position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 20%, rgba(23,178,90,0.55), rgba(5,72,31,0.96) 65%), var(--green-dark);
  padding: 20px;
}
.age-gate-overlay[hidden] { display: none; }
.age-gate {
  width: 100%; max-width: 520px; text-align: center; background: rgba(0,0,0,0.42); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px; padding: 40px 28px; box-shadow: var(--shadow); backdrop-filter: blur(10px);
}
.age-gate__logo { width: min(320px, 80%); margin: 0 auto 22px; }
.age-gate__title { font-size: clamp(1.9rem, 5vw, 2.6rem); margin-bottom: 8px; }
.age-gate__sub { color: rgba(255,255,255,0.8); margin: 0 0 20px; }
.age-gate__dob { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.age-gate__select, .field input, .field select {
  width: 100%; padding: 14px 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.28); background: rgba(255,255,255,0.08);
  color: #fff; font: 500 1rem var(--font-body); appearance: none; -webkit-appearance: none;
}
.age-gate__select option, .field select option { color: #111; }
.age-gate__select:focus, .field input:focus, .field select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.age-gate__error { color: #FFB4B4; font-weight: 600; min-height: 1.4em; margin: 0 0 10px; }
.age-gate__submit { width: 100%; }
.age-gate__legal { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin: 18px 0 0; line-height: 1.5; }

/* Nav ---------------------------------------------------------------------- */
#navbar {
  position: sticky; top: 0; z-index: 500; background: rgba(5,72,31,0.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.1); transition: transform 0.25s ease;
}
#navbar.hidden { transform: translateY(-100%); }
.nav-container { max-width: var(--max); margin: 0 auto; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo img { height: 46px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 1rem; padding: 8px 12px; border-radius: 8px; text-decoration: none; color: rgba(255,255,255,0.9); }
.nav-links a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 2px; margin: 5px 0; transition: transform 0.2s, opacity 0.2s; }
@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: 66px; right: 0; left: 0; flex-direction: column; align-items: stretch; background: rgba(5,72,31,0.98); padding: 12px 20px 20px; gap: 6px; transform: translateY(-120%); transition: transform 0.25s ease; z-index: -1; }
  .nav-links.active { transform: translateY(0); }
  .nav-links a { padding: 12px 10px; font-size: 1.15rem; }
  .nav-cta { margin: 8px 0 0; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

/* Status banner ------------------------------------------------------------ */
.status-bar { background: var(--gold); color: var(--green-dark); text-align: center; font-family: var(--font-cond); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 9px 16px; font-size: 0.95rem; }
.status-bar[hidden] { display: none; }
.status-bar strong { font-weight: 700; color: var(--red); }

/* Hero --------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; }
.hero-img-desktop { width: 100%; display: block; }
.hero-mobile { display: none; }
@media (max-width: 760px) {
  .hero-img-desktop { display: none; }
  .hero-mobile { display: block; padding: 28px 20px 0; text-align: center; }
  .hero-mobile__logo { width: min(340px, 88%); margin: 0 auto 18px; }
  .hero-mobile__cta { width: min(380px, 96%); margin: 0 auto 6px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35)); }
  .hero-mobile__sub { font-family: var(--font-cond); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; font-size: 1.05rem; margin: 0 0 14px; }
  .hero-mobile__objects { width: 100%; border-radius: 16px; box-shadow: var(--shadow); margin-top: 6px; }
}
.hero-strip {
  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.75)); border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-strip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding-block: 18px; }
.hero-strip__copy { font-family: var(--font-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 1.15rem; line-height: 1.3; }
.hero-strip__copy .hl { color: var(--yellow); }
.hero-strip__actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 760px) { .hero-strip__inner { justify-content: center; text-align: center; } .hero-strip__actions { justify-content: center; width: 100%; } .hero-strip__actions .btn { flex: 1 1 100%; } }

/* Stats -------------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 2.2rem; }
.stat { background: rgba(0,0,0,0.35); border: 1px solid rgba(255,210,63,0.45); border-radius: var(--radius); padding: 22px 16px; text-align: center; }
.stat__num { font-family: var(--font-display); font-weight: 900; font-size: 2.6rem; color: var(--gold); line-height: 1; }
.stat__label { font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.85rem; color: rgba(255,255,255,0.8); margin-top: 6px; }
@media (max-width: 640px) { .stats { grid-template-columns: 1fr; } }

/* Enter section ------------------------------------------------------------ */
.enter { background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.55)); }
.enter-card {
  max-width: 760px; margin: 0 auto; background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.14); border-radius: 26px; padding: clamp(24px, 5vw, 44px); box-shadow: var(--shadow); text-align: center;
}
.enter-card h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 0.3em; }
.enter-rule { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin: 0.6rem 0 1.6rem; font-family: var(--font-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 1.05rem; }
.enter-rule span b { color: var(--yellow); font-weight: 700; }
.wa-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.wa-cta .btn { font-size: clamp(1.05rem, 4.6vw, 1.5rem); white-space: nowrap; }
.wa-cta__hint { color: rgba(255,255,255,0.75); font-size: 0.95rem; margin: 0; }
.enter-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 1.8rem 0 0; text-align: left; }
.enter-step { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,0.06); border-radius: 14px; padding: 16px; }
.enter-step__num { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-display); font-size: 1.5rem; display: grid; place-items: center; font-weight: 900; box-shadow: 0 6px 16px rgba(0,0,0,0.35); }
.enter-step p { margin: 0; font-size: 0.98rem; }
.enter-step b { color: var(--yellow); }
@media (max-width: 640px) { .enter-steps { grid-template-columns: 1fr; } }
.entry-closed, .entry-prelaunch { padding: 8px 0 0; }
.entry-closed p, .entry-prelaunch p { color: rgba(255,255,255,0.88); }
.countdown { display: flex; justify-content: center; gap: 12px; margin: 1.2rem 0; }
.countdown div { min-width: 74px; background: rgba(255,255,255,0.08); border-radius: 12px; padding: 10px 8px; }
.countdown b { display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--gold); line-height: 1; }
.countdown small { font-family: var(--font-cond); letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.7rem; color: rgba(255,255,255,0.7); }

/* Web form ----------------------------------------------------------------- */
.entry-form { text-align: left; margin-top: 1.8rem; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 1.6rem; }
.entry-form__title { font-family: var(--font-cond); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; text-align: center; color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 6px; color: rgba(255,255,255,0.85); }
.receipt-drop { border: 2px dashed rgba(255,210,63,0.6); border-radius: 14px; padding: 26px 16px; text-align: center; cursor: pointer; background: rgba(255,255,255,0.04); }
.receipt-drop:hover { background: rgba(255,255,255,0.08); }
.receipt-drop img { max-height: 220px; margin: 0 auto 10px; border-radius: 8px; }
.receipt-drop__hint { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin: 4px 0 0; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; margin-bottom: 12px; }
.check input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--gold); flex: 0 0 auto; }
.check a { color: var(--gold); }
.form-error { background: rgba(179,19,28,0.3); border: 1px solid rgba(255,120,120,0.5); border-radius: 10px; padding: 10px 14px; margin-bottom: 14px; }
.form-success { text-align: center; padding: 10px 0; }
.form-success__check { width: 70px; height: 70px; border-radius: 50%; background: var(--green-bright); display: grid; place-items: center; margin: 0 auto 14px; }

/* Prizes ------------------------------------------------------------------- */
.prizes { text-align: center; }
.prizes__headline { width: min(760px, 92%); margin: 0 auto 0.6rem; filter: drop-shadow(0 12px 24px rgba(0,0,0,0.4)); }
.prize-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 2.2rem; }
.prize { position: relative; overflow: hidden; border-radius: var(--radius); background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.14); box-shadow: var(--shadow); text-align: left; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; }
.prize--grand { grid-column: span 7; min-height: 380px; }
.prize--second { grid-column: span 5; min-height: 380px; }
.prize--small { grid-column: span 6; min-height: 200px; }
.prize__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prize__body { position: relative; padding: 22px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 45%); }
.prize__tag { display: inline-block; background: var(--gold); color: var(--green-dark); font-family: var(--font-cond); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.78rem; padding: 5px 10px; border-radius: 6px; margin-bottom: 10px; }
.prize--second .prize__tag { background: var(--red); color: #fff; }
.prize h3 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.prize p { margin: 6px 0 0; color: rgba(255,255,255,0.85); }
.prize--small .prize__body { background: none; padding: 26px; display: flex; align-items: center; gap: 18px; }
.prize__icon { width: 64px; height: 64px; flex: 0 0 auto; border-radius: 16px; background: rgba(255,210,63,0.15); display: grid; place-items: center; }
.prize__icon svg { width: 36px; height: 36px; fill: var(--gold); }
@media (max-width: 860px) { .prize--grand, .prize--second, .prize--small { grid-column: span 12; } .prize--grand, .prize--second { min-height: 300px; } .prize--small { min-height: 0; } }
.prizes__foot { margin-top: 1.6rem; color: rgba(255,255,255,0.75); font-size: 0.95rem; }

/* How to enter ------------------------------------------------------------- */
.how { background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.25)); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 2rem; }
.how-step { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 26px 20px; text-align: center; }
.how-step__num { width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; background: var(--gold); color: var(--green-dark); font-family: var(--font-display); font-weight: 900; font-size: 1.9rem; display: grid; place-items: center; box-shadow: 0 8px 18px rgba(0,0,0,0.35); }
.how-step h3 { font-size: 1.5rem; margin-bottom: 8px; }
.how-step p { margin: 0; color: rgba(255,255,255,0.85); font-size: 0.98rem; }
.how-step b { color: var(--yellow); }
@media (max-width: 960px) { .how-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .how-grid { grid-template-columns: 1fr; } }
.how-note { text-align: center; margin-top: 1.6rem; font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.85rem; color: rgba(255,255,255,0.75); }

/* Draws -------------------------------------------------------------------- */
.draw-table { width: 100%; max-width: 820px; margin: 2rem auto 0; border-collapse: separate; border-spacing: 0 10px; }
.draw-table th { font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.78rem; color: rgba(255,255,255,0.6); text-align: left; padding: 0 18px; }
.draw-table td { background: rgba(0,0,0,0.4); padding: 16px 18px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.draw-table td:first-child { border-left: 1px solid rgba(255,255,255,0.1); border-radius: 12px 0 0 12px; font-family: var(--font-display); font-weight: 900; font-size: 1.3rem; color: var(--gold); text-transform: uppercase; }
.draw-table td:last-child { border-right: 1px solid rgba(255,255,255,0.1); border-radius: 0 12px 12px 0; }
.draw-table tr.final td { background: var(--gold); color: var(--green-dark); border-color: var(--gold); }
.draw-table tr.final td:first-child { color: var(--red); }
.draw-table__wrap { overflow-x: auto; }

/* Products ----------------------------------------------------------------- */
.products { background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.6)); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 2rem; }
.product { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.product img { border-radius: 12px; width: 100%; aspect-ratio: 2 / 5; object-fit: cover; }
.product h3 { font-size: 1.9rem; margin-bottom: 8px; }
.product p { margin: 0 0 10px; color: rgba(255,255,255,0.85); font-size: 0.98rem; }
.pill { display: inline-block; background: rgba(255,210,63,0.16); border: 1px solid rgba(255,210,63,0.5); color: var(--gold); font-family: var(--font-cond); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; padding: 6px 10px; border-radius: 999px; }
@media (max-width: 900px) { .product-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .product { grid-template-columns: 1fr; text-align: center; } .product img { max-width: 160px; margin: 0 auto; } }

/* FAQ / Terms accordions --------------------------------------------------- */
.faq-list { max-width: 820px; margin: 2rem auto 0; }
details { background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
details summary { list-style: none; cursor: pointer; padding: 18px 52px 18px 20px; font-family: var(--font-cond); font-weight: 700; font-size: 1.15rem; letter-spacing: 0.03em; position: relative; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: translateY(-70%) rotate(45deg); transition: transform 0.2s; }
details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
details[open] summary { border-bottom: 1px solid rgba(255,255,255,0.1); }
.details-body { padding: 16px 20px 20px; color: rgba(255,255,255,0.88); font-size: 0.98rem; }
.details-body p { margin: 0 0 10px; }
.details-body ul, .details-body ol { margin: 0 0 10px; padding-left: 20px; }
.details-body li { margin-bottom: 6px; }
.terms-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 1.6rem; }

/* Legal pages -------------------------------------------------------------- */
.legal-main { padding-block: clamp(40px, 6vw, 72px); }
.legal-header { text-align: center; margin-bottom: 2rem; }
.legal-title { font-size: clamp(2.4rem, 6vw, 4rem); }
.legal-meta { color: rgba(255,255,255,0.7); }
.legal-body { max-width: 860px; margin: 0 auto; background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.12); border-radius: 22px; padding: clamp(22px, 4vw, 44px); }
.legal-body h2 { font-family: var(--font-cond); font-weight: 700; font-size: 1.5rem; letter-spacing: 0.04em; color: var(--gold); margin: 1.8rem 0 0.6rem; text-transform: uppercase; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { color: rgba(255,255,255,0.9); font-size: 0.98rem; }
.legal-body ol, .legal-body ul { padding-left: 22px; }
.legal-body a { color: var(--gold); }
.legal-toc { max-width: 860px; margin: 0 auto 1.4rem; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.legal-toc a { font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.8rem; text-decoration: none; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); }
.legal-toc a:hover { background: rgba(255,210,63,0.2); }

/* Footer ------------------------------------------------------------------- */
footer { background: rgba(0,0,0,0.78); border-top: 3px solid var(--gold); padding: 48px 20px 36px; text-align: center; }
.footer-logo { width: min(260px, 70%); margin: 0 auto 22px; }
.footer-social { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.footer-social a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); text-decoration: none; font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.85rem; }
.footer-social a:hover { background: rgba(255,210,63,0.18); }
.footer-social img { height: 16px; width: auto; filter: brightness(0) invert(1); }
.footer-links { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.footer-links a { color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.footer-legal { font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.8rem; color: var(--gold); margin-bottom: 14px; }
.footer-text { color: rgba(255,255,255,0.6); font-size: 0.82rem; line-height: 1.6; max-width: 720px; margin: 0 auto; }

/* Sticky mobile CTA -------------------------------------------------------- */
.sticky-cta { display: none; }
@media (max-width: 760px) {
  .sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 400; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(5,72,31,0.92); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.14); }
  .sticky-cta .btn { width: 100%; font-size: 1.2rem; }
  .sticky-cta[hidden] { display: none; }
  body.has-sticky { padding-bottom: 76px; }
}

/* Confetti ----------------------------------------------------------------- */
@keyframes confettiFall { 0% { transform: translateY(-20px) rotate(0); opacity: 1; } 100% { transform: translateY(100vh) rotate(720deg); opacity: 0; } }
.confetti { position: fixed; top: -20px; z-index: 900; pointer-events: none; animation: confettiFall 3.5s ease-out forwards; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, #navbar, .nav-links { transition: none; } }
