@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --green-950: #04130d;
  --green-900: #071c13;
  --green-800: #0b2d1e;
  --green-700: #124a2d;
  --gold: #e6af3d;
  --gold-light: #ffdb72;
  --cream: #f6efdd;
  --muted: #a6b6aa;
  --line: rgba(230, 175, 61, .2);
  --shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--green-950); color: var(--cream); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body::selection { background: var(--gold); color: var(--green-950); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 850px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h2 span, h1 span { color: var(--gold-light); }

.notice-bar { background: #0d3924; border-bottom: 1px solid var(--line); color: #dcebdd; font-size: .72rem; }
.notice-inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; gap: 20px; }
.notice-inner a { color: var(--gold-light); font-weight: 700; }
.site-header { background: rgba(4, 19, 13, .83); border-bottom: 1px solid rgba(255,255,255,.06); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); }
.nav-wrap { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.brand img { height: 56px; object-fit: contain; width: 56px; }
.site-nav { align-items: center; display: flex; gap: 27px; font-size: .84rem; font-weight: 600; }
.site-nav > a:not(.button) { color: #d5e1d7; transition: color .25s ease; }
.site-nav > a:not(.button):hover { color: var(--gold-light); }
.menu-toggle { background: transparent; border: 1px solid var(--line); border-radius: 10px; display: none; font-size: 1.3rem; padding: 8px 10px; }

.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .82rem; font-weight: 700; gap: 9px; justify-content: center; padding: 13px 21px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #ffda69, #c8891d); box-shadow: 0 10px 24px rgba(218, 159, 42, .2); color: #102516; }
.button-primary:hover { box-shadow: 0 14px 32px rgba(218, 159, 42, .35); }
.button-outline { border-color: rgba(255, 219, 114, .48); color: var(--gold-light); }
.button-outline:hover { background: rgba(230, 175, 61, .1); }
.button-quiet { background: rgba(255,255,255,.05); color: #c4d2c6; }
.button-small { padding: 10px 17px; }
.button-large { font-size: .9rem; padding: 16px 25px; }

.hero { min-height: 665px; overflow: hidden; position: relative; }
.hero::before { background: radial-gradient(circle, rgba(15, 98, 50, .22), transparent 66%); content: ""; height: 900px; left: -280px; position: absolute; top: -200px; width: 900px; }
.hero-grid { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr .83fr; min-height: 665px; position: relative; }
.hero-copy { max-width: 615px; }
.hero-copy h1 { margin: 20px 0 23px; }
.hero-lead, .section-heading > p, .split-heading p { color: var(--muted); font-size: 1rem; max-width: 570px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.hero-trust { color: #90b096; display: flex; flex-wrap: wrap; font-size: .74rem; gap: 18px; }
.pulse-dot { background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(230,175,61,.12); height: 7px; width: 7px; }
.hero-art { justify-self: end; max-width: 490px; position: relative; width: 100%; }
.hero-art::before { background: linear-gradient(140deg, rgba(224, 169, 59, .4), transparent 60%); border: 1px solid rgba(230, 175, 61, .25); border-radius: 50%; content: ""; height: 90%; left: 5%; position: absolute; top: 5%; transform: rotate(-16deg); width: 90%; }
.hero-art > img { border: 2px solid rgba(255, 219, 114, .55); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.6), 0 0 60px rgba(35, 139, 72, .25); margin: 0 auto; object-fit: cover; position: relative; transform: rotate(3deg); width: 70%; }
.floating-chip { align-items: center; background: rgba(8, 35, 23, .9); border: 1px solid rgba(255,219,114,.35); border-radius: 12px; box-shadow: var(--shadow); display: flex; font-size: .7rem; font-weight: 700; gap: 8px; padding: 11px 13px; position: absolute; z-index: 2; }
.floating-chip span { color: var(--gold-light); font-size: 1rem; }
.chip-top { right: 0; top: 15%; }
.chip-bottom { bottom: 12%; left: 0; }
.hero-ring { border: 1px solid rgba(255,219,114,.26); border-radius: 50%; height: 106%; left: -3%; position: absolute; top: -3%; transform: rotate(30deg); width: 106%; }
.stats-strip { background: linear-gradient(90deg, #0e3723, #082318); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { align-items: center; border-left: 1px solid var(--line); display: flex; gap: 13px; min-height: 92px; padding: 18px 20px; }
.stats-grid div:last-child { border-right: 1px solid var(--line); }
.stats-grid strong { color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 1.7rem; }
.stats-grid span { color: #bbcfbe; font-size: .8rem; font-weight: 600; }

.section { padding: 110px 0; position: relative; }
.section-dark { background: linear-gradient(180deg, #06170f, #0a2719); border-bottom: 1px solid rgba(255,255,255,.04); border-top: 1px solid rgba(255,255,255,.04); }
.section-heading { margin-bottom: 45px; }
.section-heading h2 { margin: 15px 0; }
.split-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; }
.split-heading p { font-size: .86rem; max-width: 390px; }
.steps-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.step-card { background: linear-gradient(145deg, rgba(22, 79, 46, .52), rgba(6, 28, 18, .75)); border: 1px solid rgba(183, 223, 179, .12); border-radius: 18px; min-height: 255px; padding: 28px; position: relative; transition: border .3s ease, transform .3s ease; }
.step-card:hover { border-color: rgba(230,175,61,.5); transform: translateY(-6px); }
.step-number { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .15em; position: absolute; right: 24px; top: 25px; }
.step-icon { color: var(--gold-light); font-size: 2.2rem; margin: 20px 0 28px; }
.step-card h3 { font-size: 1.25rem; margin-bottom: 9px; }
.step-card p, .promotion-card p { color: var(--muted); font-size: .82rem; }
.promotion-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.promotion-card { background: #0c3221; border: 1px solid rgba(230,175,61,.15); border-radius: 18px; box-shadow: 0 14px 40px rgba(0,0,0,.18); overflow: hidden; transition: transform .3s ease, border .3s ease; }
.promotion-card:hover { border-color: rgba(230,175,61,.55); transform: translateY(-7px); }
.card-image { aspect-ratio: 1 / 1.08; background: #071b11; overflow: hidden; position: relative; }
.card-image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.promotion-card:hover .card-image img { transform: scale(1.04); }
.card-badge { background: var(--gold); border-radius: 0 0 10px 0; color: #122719; font-size: .68rem; font-weight: 800; left: 0; letter-spacing: .09em; padding: 8px 12px; position: absolute; text-transform: uppercase; top: 0; }
.card-body { padding: 22px; }
.card-kicker { color: var(--gold-light); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.card-body h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; margin: 8px 0 8px; }
.card-body a { color: var(--gold-light); display: inline-flex; font-size: .78rem; font-weight: 700; gap: 7px; margin-top: 18px; }
.chart-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.chart-tile { background: #092117; border: 1px solid rgba(230,175,61,.2); border-radius: 18px; overflow: hidden; padding: 0; position: relative; text-align: left; transition: transform .3s ease, border .3s ease; }
.chart-tile:hover { border-color: var(--gold); transform: translateY(-5px); }
.chart-tile img { aspect-ratio: 1 / 1.5; object-fit: cover; width: 100%; }
.chart-tile span { background: linear-gradient(transparent, rgba(5,20,13,.96)); bottom: 0; color: var(--gold-light); font-size: .8rem; font-weight: 700; left: 0; padding: 45px 20px 18px; position: absolute; right: 0; }
.chart-tile b { float: right; font-size: 1rem; }
.disclosure { background: rgba(230,175,61,.08); border-left: 3px solid var(--gold); color: #c3d0c3; font-size: .76rem; margin-top: 27px; padding: 16px 19px; }
.disclosure strong { color: var(--gold-light); }
.callout-section { background: radial-gradient(circle at 75% 30%, rgba(18, 90, 44, .42), transparent 38%), #0c3020; }
.callout { align-items: center; display: flex; justify-content: space-between; }
.callout h2 { margin-top: 16px; }
.two-col { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.two-col-wide { align-items: start; display: grid; gap: 20px; grid-template-columns: 1.05fr .95fr; }
.info-box { background: linear-gradient(145deg, rgba(18,74,45,.42), rgba(6,28,18,.72)); border: 1px solid rgba(230,175,61,.16); border-radius: 17px; padding: 26px; }
.info-box h3 { color: var(--gold-light); font-size: 1.15rem; margin-bottom: 22px; }
.guide-list { display: flex; flex-direction: column; gap: 14px; list-style: none; margin: 0 0 24px; }
.guide-list li { border-left: 2px solid rgba(230,175,61,.4); display: flex; flex-direction: column; gap: 2px; padding-left: 13px; }
.guide-list li b { color: var(--cream); font-size: .83rem; }
.guide-list li span { color: var(--muted); font-size: .77rem; line-height: 1.55; }
.text-link { color: var(--gold-light); display: inline-block; font-size: .78rem; font-weight: 700; margin-top: 5px; }
.ul-plain { display: flex; flex-direction: column; gap: 12px; list-style: none; }
.ul-plain li { color: var(--muted); font-size: .82rem; line-height: 1.55; padding-left: 18px; position: relative; }
.ul-plain li::before { color: var(--gold-light); content: "→"; left: 0; position: absolute; }
.small-note { color: var(--muted); font-size: .75rem; line-height: 1.6; margin-top: 18px; }
.faq-section { background: #06180f; }
.faq-layout { display: grid; gap: 80px; grid-template-columns: .85fr 1.15fr; }
.faq-list details { border-bottom: 1px solid rgba(230,175,61,.18); padding: 0; }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: .94rem; font-weight: 600; justify-content: space-between; list-style: none; padding: 20px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-light); font-size: 1.4rem; font-weight: 400; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: .8rem; padding: 0 35px 20px 0; }

.site-footer { background: #03100a; border-top: 1px solid rgba(230,175,61,.16); padding: 66px 0 0; }
.footer-grid { display: grid; gap: 35px; grid-template-columns: 2fr repeat(3, 1fr); }
.footer-brand img { height: 78px; object-fit: contain; width: 78px; }
.footer-brand p { color: var(--muted); font-size: .76rem; margin: 15px 0; max-width: 230px; }
.footer-age { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); display: flex; font-size: .72rem; height: 36px; justify-content: center; width: 36px; }
.site-footer h4 { color: var(--gold-light); font-size: .8rem; margin: 15px 0 17px; }
.site-footer .footer-grid a { color: #a8b9ab; display: block; font-size: .76rem; margin: 10px 0; transition: color .2s ease; }
.site-footer .footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); color: #768a7b; display: flex; font-size: .68rem; justify-content: space-between; margin-top: 55px; padding: 18px 0; }
.footer-bottom a { color: var(--gold-light); }

.age-gate { align-items: center; background: rgba(1, 8, 5, .88); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 99; }
.age-gate.hidden { display: none; }
.age-card { background: linear-gradient(145deg, #123b25, #061a10); border: 1px solid rgba(230,175,61,.45); border-radius: 22px; box-shadow: 0 30px 100px #000; max-width: 420px; padding: 36px; text-align: center; }
.age-logo { border-radius: 50%; height: 90px; margin: 0 auto 20px; object-fit: cover; width: 90px; }
.age-card h2 { font-size: 2.3rem; margin: 13px 0; }
.age-card p { color: var(--muted); font-size: .82rem; }
.age-actions { display: flex; gap: 10px; justify-content: center; margin-top: 25px; }
.lightbox { align-items: center; background: rgba(1,8,5,.94); display: none; inset: 0; justify-content: center; padding: 30px; position: fixed; z-index: 80; }
.lightbox.open { display: flex; }
.lightbox img { border: 1px solid rgba(230,175,61,.5); border-radius: 12px; box-shadow: var(--shadow); max-height: 92vh; object-fit: contain; }
.lightbox-close { background: rgba(255,255,255,.1); border: 1px solid var(--line); border-radius: 50%; color: white; font-size: 1.7rem; height: 42px; position: absolute; right: 25px; top: 25px; width: 42px; }

.inner-page { min-height: calc(100vh - 170px); padding: 105px 0; }
.inner-page h1 { margin: 18px 0 18px; }
.lead { color: var(--muted); font-size: 1.05rem; max-width: 670px; }
.legal-date { color: var(--gold); font-size: .76rem; margin: 12px 0 35px; }
.legal-card { background: linear-gradient(145deg, rgba(18,74,45,.42), rgba(6,28,18,.72)); border: 1px solid rgba(230,175,61,.14); border-radius: 16px; margin: 22px 0; padding: 27px; }
.legal-card h2 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.25rem; letter-spacing: -.02em; margin-bottom: 11px; }
.legal-card p { color: var(--muted); font-size: .86rem; margin-bottom: 12px; }
.legal-card p:last-child { margin-bottom: 0; }
.alert-card { border-left: 3px solid var(--gold); }
.check-list { color: var(--muted); font-size: .86rem; list-style: none; }
.check-list li { margin: 11px 0; }
.check-list li::before { color: var(--gold-light); content: "✓"; font-weight: 700; margin-right: 10px; }
.guidance-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); margin: 35px 0; }
.guidance-card { background: #0a2b1c; border: 1px solid rgba(230,175,61,.16); border-radius: 15px; padding: 24px; }
.guidance-card > span { color: var(--gold); font-size: .7rem; font-weight: 700; }
.guidance-card h2 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.3rem; margin: 14px 0 8px; }
.guidance-card p { color: var(--muted); font-size: .8rem; }
.contact-card { align-items: flex-start; background: linear-gradient(145deg, #124a2d, #082117); border: 1px solid rgba(230,175,61,.3); border-radius: 18px; display: flex; gap: 22px; margin: 35px 0 22px; padding: 28px; }
.contact-icon { align-items: center; background: var(--gold); border-radius: 50%; color: var(--green-950); display: flex; flex: 0 0 auto; font-size: 1.4rem; font-weight: 800; height: 48px; justify-content: center; width: 48px; }
.contact-card h2 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.3rem; margin-bottom: 8px; }
.contact-card p { color: var(--muted); font-size: .82rem; margin-bottom: 20px; }
.compact-footer { padding-top: 0; }

.reveal { animation: rise .8s both; }
.reveal-delay { animation-delay: .12s; }
.reveal-delay-2 { animation-delay: .22s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 850px) {
  .site-nav { background: #071c13; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); display: none; flex-direction: column; gap: 18px; padding: 20px; position: absolute; right: 20px; top: 68px; width: min(260px, calc(100vw - 40px)); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding: 75px 0 100px; }
  .hero-art { justify-self: center; max-width: 420px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; }
  .split-heading, .callout { align-items: flex-start; flex-direction: column; }
  .faq-layout { gap: 35px; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .notice-inner { align-items: flex-start; flex-direction: column; gap: 3px; padding: 7px 0; }
  .nav-wrap { min-height: 68px; }
  .brand img { height: 48px; width: 48px; }
  .hero-grid { gap: 38px; padding-top: 60px; }
  .hero-copy h1 { font-size: 3.35rem; }
  .hero-lead { font-size: .9rem; }
  .hero-trust { flex-direction: column; gap: 7px; }
  .hero-art > img { width: 76%; }
  .floating-chip { font-size: .62rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid div { min-height: 72px; padding: 12px; }
  .stats-grid div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .stats-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 75px 0; }
  .steps-grid, .promotion-grid, .chart-grid, .guidance-grid, .two-col, .two-col-wide { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 2.65rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .inner-page { padding: 75px 0; }
  .inner-page h1 { font-size: 3.2rem; }
  .age-card { padding: 30px 22px; }
}