:root { --background: #160b02; --foreground: #fff; --gold: #ffe05a; --gold-deep: #db8a00; --amber: #ff9c20; --orange: #f15b14; --brown: #522000; --cream: #fff3c4; --border: rgba(255,224,90,.84); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell { position: relative; min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 50% 3%, rgba(255,184,62,.42), transparent 23rem), radial-gradient(circle at 8% 52%, rgba(255,101,14,.22), transparent 20rem), linear-gradient(180deg, #9a3b06 0%, #6b2600 38%, #361300 73%, #120801 100%); }
.site-shell::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 34px 34px; }
.ambient { position: absolute; width: 25rem; height: 25rem; border-radius: 999px; filter: blur(110px); pointer-events: none; }
.ambient-one { top: 8rem; left: -14rem; background: #ff7a18; opacity: .28; }
.ambient-two { top: 38rem; right: -14rem; background: #fff2a5; opacity: .17; }

.page-wrap { position: relative; z-index: 1; width: min(520px, calc(100% - 18px)); margin: 0 auto; padding: 5px 0 18px; }
.brand-header { display: flex; justify-content: center; padding: 1px 12px 5px; }
.brand-logo { display: block; width: min(375px, 90vw); height: auto; filter: drop-shadow(0 7px 14px rgba(0,0,0,.62)); }
.promo-section { position: relative; aspect-ratio: 1983 / 793; overflow: hidden; border: 2px solid rgba(255,224,90,.97); border-radius: 16px; background: #2e1302; box-shadow: 0 25px 70px rgba(0,0,0,.5), 0 0 0 6px rgba(255,148,27,.17), 0 0 28px rgba(255,220,69,.25); }
.promo-background { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.promo-content { position: absolute; inset: 0; }
.promo-logo { position: absolute; z-index: 2; top: 1%; left: 20%; width: 38%; height: auto; filter: drop-shadow(0 4px 5px rgba(0,0,0,.78)); }
.benefits-panel { position: absolute; z-index: 1; left: 2.2%; bottom: 4%; width: 72%; height: 70%; padding: 2.8% 2.4% 2.2%; border: 1.5px solid var(--gold); border-radius: 12px; background: linear-gradient(145deg, rgba(91,36,0,.97), rgba(25,9,0,.96)); box-shadow: 0 0 22px rgba(255,135,27,.45), inset 0 0 28px rgba(255,237,155,.06); }
.benefits-panel h1 { margin: 0 0 2.5%; color: var(--cream); font-size: clamp(.62rem, 3.2vw, 1rem); line-height: 1; text-align: center; text-shadow: 0 2px 0 #7b3300, 0 3px 8px #000; }
.benefits-grid { display: grid; height: calc(100% - 20px); grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 3%; }
.benefit-cell { display: flex; min-width: 0; padding: 2% 3%; align-items: center; flex-direction: column; justify-content: center; border: 1px solid rgba(255,239,134,.35); border-radius: 8px; background: linear-gradient(180deg, rgba(199,87,4,.84), rgba(73,24,0,.94)); }
.benefit-cell span { color: #fff7bd; font-size: clamp(.43rem, 2.1vw, .67rem); font-weight: 900; line-height: 1; white-space: nowrap; }
.benefit-cell strong { display: flex; width: 96%; min-height: 43%; margin-top: 4%; align-items: center; justify-content: center; border: 1.5px solid var(--gold); border-radius: 6px; color: #4c2100; background: linear-gradient(180deg, #fff8d8, #ffc84b 50%, #e98200); box-shadow: inset 0 2px 1px rgba(255,255,255,.68), 0 3px 8px rgba(0,0,0,.5), 0 0 9px rgba(255,186,46,.38); font-size: clamp(.62rem, 3vw, .98rem); line-height: 1; text-shadow: 0 1px 0 rgba(255,255,255,.45); white-space: nowrap; }

.entry-section, .support-section, .alliance-section { width: 92%; margin: 9px auto 0; padding: 9px 8px; border: 1px solid rgba(255,224,90,.7); border-radius: 14px; background: linear-gradient(145deg, rgba(125,46,0,.97), rgba(48,17,0,.98)); box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,230,174,.12); }
.entry-section h2, .support-section h2, .alliance-section h2 { margin: 0 0 7px; color: #fff; font-size: clamp(.88rem, 4vw, 1.05rem); line-height: 1.05; text-align: center; text-shadow: 0 3px 14px rgba(0,0,0,.6); }
.main-links, .support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.site-button { display: grid; grid-template-columns: auto 1fr; min-height: 46px; padding: 5px 7px; align-items: center; border: 1.5px solid var(--gold); border-radius: 12px; color: #fff6a0; background: linear-gradient(180deg, #ffad32 0%, #ed6414 48%, #8a2e00 100%); box-shadow: inset 0 2px 1px rgba(255,255,255,.42), 0 12px 25px rgba(0,0,0,.4), 0 0 12px rgba(255,137,27,.3); font-size: clamp(.58rem, 2.7vw, .72rem); font-weight: 900; letter-spacing: .01em; text-shadow: 0 2px 3px rgba(0,0,0,.78); }
.pointing-hand { font-size: 1.05rem; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
.support-card { display: flex; min-height: 106px; padding: 7px 6px 6px; align-items: center; flex-direction: column; justify-content: flex-start; border: 1px solid var(--border); border-radius: 12px; color: #fff; background: linear-gradient(180deg, rgba(242,112,19,.98), rgba(124,39,0,.99)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 12px 24px rgba(0,0,0,.28); font-family: inherit; text-align: center; }
.support-icon { display: block; width: 34px; height: 34px; margin-bottom: 4px; filter: drop-shadow(0 8px 10px rgba(0,0,0,.28)); }
.support-icon svg { display: block; width: 100%; height: 100%; }
.support-card strong { display: flex; min-height: 28px; align-items: center; color: #fff8ae; font-size: .64rem; line-height: 1.25; }
.visit-pill { display: inline-flex; min-width: 54px; min-height: 22px; margin-top: auto; align-items: center; justify-content: center; border-radius: 7px; color: #532000; background: linear-gradient(180deg, #fff8bb, #f5b400); font-size: .66rem; font-weight: 900; box-shadow: 0 5px 12px rgba(0,0,0,.25); }
.group-link { display: block; width: min(250px, 64vw); margin: 0 auto; padding: 5px 4px 2px; border: 0; background: transparent; }
.group-logo { display: block; width: 100%; height: auto; filter: drop-shadow(0 5px 8px rgba(0,0,0,.45)); }
button { cursor: pointer; }
button:disabled { cursor: default; }
.site-button:focus-visible, .support-card:focus-visible, .group-link:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.license-section { margin-top: 8px; background: transparent; }
.license-image { display: block; width: 100%; height: auto; }
@media (max-width: 560px) { .promo-section { border-width: 1px; border-radius: 14px; } .site-button { min-height: 44px; padding: 5px 6px; font-size: .59rem; } .support-card { min-height: 103px; padding: 6px 5px; border-radius: 11px; } .support-icon { width: 32px; height: 32px; margin-bottom: 3px; } .support-card strong { min-height: 27px; font-size: .61rem; } .visit-pill { min-width: 52px; min-height: 22px; font-size: .64rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
