:root {
  --black: #050806;
  --panel: #0d1710;
  --panel-2: #111e14;
  --line: rgba(159, 255, 89, .16);
  --text: #f4f8f2;
  --muted: #a9b5a7;
  --green: #7dff30;
  --green-2: #31d86b;
  --danger: #ff7b72;
  --shadow: 0 24px 65px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 87% 0%, rgba(62, 211, 73, .17), transparent 29rem),
    radial-gradient(circle at -4% 42%, rgba(80, 255, 72, .08), transparent 25rem),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-header, .section-shell, .site-footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.1rem; letter-spacing: -.04em; }
.brand > span:last-child span { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: #091007; background: linear-gradient(145deg, var(--green), var(--green-2)); border-radius: 9px; font-weight: 950; box-shadow: 0 0 22px rgba(115,255,48,.45); }
nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: .91rem; }
nav > a:not(.discord-link):hover { color: var(--green); }
.discord-link { padding: 9px 14px; color: #091007; background: var(--green); border-radius: 8px; font-weight: 800; }

.hero { min-height: 560px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; padding: 72px 0 78px; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 630px; margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .93; letter-spacing: -.075em; }
h1 em { color: var(--green); font-style: normal; }
.lead { max-width: 570px; color: var(--muted); font-size: 1.05rem; }
.hero-actions, .confirmation-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 10px 18px; border: 1px solid transparent; border-radius: 9px; font-weight: 850; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071006; background: linear-gradient(120deg, var(--green), #51df71); box-shadow: 0 8px 28px rgba(103, 255, 68, .16); }
.button-quiet { color: var(--text); background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.12); }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 22px; padding: 0; color: #c9d2c5; list-style: none; font-size: .88rem; }
.trust-list li::first-letter { color: var(--green); }
.hero-visual { position: relative; min-height: 370px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { position: absolute; inset: 10% 0 5%; z-index: -2; border: 1px solid var(--line); border-radius: 40% 40% 30% 30%; background: linear-gradient(145deg, rgba(126,255,46,.14), rgba(10,22,12,.16)); content: ""; transform: rotate(-7deg); }
.hero-glow { position: absolute; inset: 12%; z-index: -3; background: var(--green); opacity: .13; filter: blur(65px); }
.hero-visual img { width: min(100%, 430px); max-height: 330px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,.55)); }

.packs-section { padding: 50px 0 90px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2, .order-intro h2, .notice h2 { margin-bottom: 0; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -.055em; }
.section-heading > a { color: var(--green); font-weight: 800; font-size: .9rem; }
.section-heading > a span, .text-button span { padding-left: 5px; }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pack-card { position: relative; min-height: 256px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(24,39,25,.9), rgba(10,16,11,.88)); box-shadow: var(--shadow); }
.pack-card::before { position: absolute; top: -60px; right: -55px; width: 190px; height: 190px; border-radius: 50%; background: var(--accent, var(--green)); content: ""; opacity: .15; filter: blur(4px); }
.pack-card:hover { border-color: rgba(155,255,106,.48); transform: translateY(-3px); transition: .2s ease; }
.pack-art { position: absolute; top: 19px; right: 18px; display: grid; width: 67px; height: 67px; place-items: center; border: 1px solid color-mix(in srgb, var(--accent, var(--green)) 55%, transparent); border-radius: 18px; color: var(--accent, var(--green)); background: rgba(0,0,0,.24); font-size: 2rem; font-weight: 950; }
.pack-card-copy { position: absolute; right: 20px; bottom: 18px; left: 20px; }
.pack-card-copy p { margin-bottom: 8px; color: #b6c2b0; font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.pack-card-copy p span { color: var(--accent, var(--green)); }
.pack-card h3 { max-width: 225px; margin-bottom: 4px; font-size: 1.15rem; letter-spacing: -.03em; }
.pack-card strong { color: var(--accent, var(--green)); font-size: 1.05rem; }
.text-button { display: block; margin-top: 12px; padding: 0; border: 0; color: var(--text); background: none; font-size: .8rem; font-weight: 850; }
.text-button:hover { color: var(--green); }
.accent-gold { --accent: #ffc65a; }.accent-violet { --accent: #d280ff; }.accent-silver { --accent: #dae5ef; }.accent-blue { --accent: #42a7ff; }.accent-ink { --accent: #c5d0cd; }.accent-pink { --accent: #ff76bc; }.accent-sky { --accent: #70d3ff; }.accent-red { --accent: #ff5f63; }.accent-orange { --accent: #ffab44; }.accent-green { --accent: #7dff30; }.accent-cosmic { --accent: #aa74ff; }.accent-brown { --accent: #ce9d71; }.accent-purple { --accent: #b26bff; }.accent-plum { --accent: #ed62d5; }.accent-glow { --accent: #edff8d; }.accent-teal { --accent: #5af0e0; }.accent-navy { --accent: #558dff; }.accent-black { --accent: #98a2a0; }.accent-amber { --accent: #ffcc55; }.accent-mint { --accent: #9effc5; }.accent-ocean { --accent: #58c4e8; }

.order-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: start; padding: 85px 0; }
.order-intro { position: sticky; top: 20px; }
.order-intro > p:not(.eyebrow) { color: var(--muted); }
.order-steps { display: grid; gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; color: #cdd7c9; font-size: .92rem; }
.order-steps span { display: inline-grid; width: 30px; height: 30px; margin-right: 9px; place-items: center; color: #081106; background: var(--green); border-radius: 50%; font-size: .65rem; font-weight: 950; }
.order-card { border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(160deg, rgba(18,34,20,.94), rgba(8,14,9,.92)); box-shadow: var(--shadow); }
#orderForm, .confirmation { padding: 28px; }
.form-heading { display: flex; align-items: flex-start; gap: 12px; }
.form-heading h3 { margin: 0; font-size: 1.14rem; letter-spacing: -.025em; }
.form-heading p { margin: 1px 0 0; color: var(--muted); font-size: .82rem; }
.form-number { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: .66rem; font-weight: 900; }
.field-label { display: block; margin: 22px 0 8px; color: #dce6d8; font-size: .8rem; font-weight: 800; }
.field-label span { color: var(--muted); font-weight: 500; }
select, input[type="text"], input[type="email"], textarea { width: 100%; border: 1px solid rgba(219,255,213,.13); border-radius: 9px; outline: none; color: var(--text); background: rgba(4,9,5,.62); padding: 12px 13px; }
select:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(119,255,51,.1); }
select option { color: #111; background: #edf5eb; }
textarea { resize: vertical; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.choice, .payment-choice { position: relative; }
.choice input, .payment-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice span { display: block; min-width: 98px; padding: 9px 11px; border: 1px solid rgba(219,255,213,.13); border-radius: 8px; color: var(--muted); background: rgba(4,9,5,.38); text-align: center; font-size: .83rem; font-weight: 750; }
.choice input:checked + span { border-color: var(--green); color: #071006; background: var(--green); }
.payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.payment-choice { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 9px 10px; border: 1px solid rgba(219,255,213,.13); border-radius: 8px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.payment-choice:has(input:checked) { border-color: var(--green); color: var(--text); background: rgba(119,255,51,.09); }
.payment-dot { width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; }
.payment-choice:has(input:checked) .payment-dot { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 3px rgba(119,255,51,.15); }
.spacing-top { margin-top: 30px; }.spacing-top-small { margin-top: 20px; }
.privacy-note { margin: 20px 0 14px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.button-submit { width: 100%; border: 0; justify-content: space-between; }
.form-message { min-height: 1.25rem; margin: 12px 0 0; color: var(--danger); font-size: .84rem; font-weight: 700; }
.form-message.success { color: var(--green); }.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.confirmation { border-top: 1px solid var(--line); background: linear-gradient(160deg, rgba(111,255,46,.12), rgba(13,27,15,.55)); text-align: center; }
.confirmation-kicker { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }.confirmation h3 { margin: 8px 0 12px; font-size: 1.45rem; }
.confirmation code { display: inline-block; padding: 8px 14px; border: 1px dashed var(--green); border-radius: 8px; color: var(--green); background: #071006; font-size: 1.3rem; font-weight: 900; letter-spacing: .1em; }
.confirmation p { max-width: 470px; margin: 15px auto; color: #c3d0be; font-size: .9rem; }.confirmation-actions { justify-content: center; margin-bottom: 0; }

.notice { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; margin-bottom: 75px; padding: 22px; border: 1px solid rgba(250,214,91,.24); border-radius: 14px; background: linear-gradient(110deg, rgba(77,70,25,.22), rgba(17,29,17,.6)); }
.notice-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 12px; color: #fff0a8; background: rgba(255,224,89,.1); font-size: 1.3rem; }.notice h2 { font-size: 1.15rem; }.notice p { max-width: 680px; margin: 4px 0 0; color: var(--muted); font-size: .85rem; }.notice > a { color: var(--green); font-size: .85rem; font-weight: 850; white-space: nowrap; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0 32px; border-top: 1px solid rgba(255,255,255,.09); color: var(--muted); font-size: .78rem; }.site-footer > a:last-child { color: var(--green); }

@media (max-width: 820px) { .hero, .order-section { grid-template-columns: 1fr; }.hero { padding-top: 45px; }.hero-visual { min-height: 235px; order: -1; }.hero-visual img { max-height: 215px; }.pack-grid { grid-template-columns: repeat(2, 1fr); }.order-intro { position: static; }.notice { grid-template-columns: auto 1fr; }.notice > a { grid-column: 2; }.site-footer { flex-wrap: wrap; } }
@media (max-width: 560px) { .site-header, .section-shell, .site-footer { width: min(100% - 28px, 1160px); }.site-header { height: 70px; }.site-header nav > a:not(.discord-link) { display: none; }.discord-link { padding: 8px 10px; font-size: .78rem; }.hero { min-height: 0; padding-bottom: 50px; }.pack-grid, .payment-grid { grid-template-columns: 1fr; }.pack-card { min-height: 222px; }.order-section { gap: 35px; padding: 55px 0; } #orderForm, .confirmation { padding: 20px; }.choice-grid { display: grid; grid-template-columns: 1fr 1fr; }.choice span { min-width: auto; }.notice { grid-template-columns: 1fr; gap: 10px; }.notice > a { grid-column: auto; }.site-footer { align-items: flex-start; flex-direction: column; } }
