:root {
  --background: #020b03;
  --foreground: #fff;
  --gold: #ffe55f;
  --gold-deep: #ecb000;
  --lime: #75ff34;
  --green: #078b31;
  --green-deep: #003f18;
  --silver: #e4e8ee;
  --border: rgba(255, 229, 95, .82);
}

* { 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% 5%, rgba(151, 255, 51, .3), transparent 23rem), radial-gradient(circle at 8% 52%, rgba(0, 221, 75, .22), transparent 19rem), linear-gradient(180deg, #0d6a28 0%, #063f1a 38%, #03240e 70%, #010a04 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: #3dff49; opacity: .22; }
.ambient-two { top: 37rem; right: -14rem; background: #ffe843; opacity: .2; }

.page-wrap { position: relative; z-index: 1; width: min(520px, calc(100% - 18px)); margin: 0 auto; padding: 4px 0 18px; }
.brand-header { display: flex; justify-content: center; padding: 0 12px 3px; }
.brand-logo { display: block; width: min(270px, 68vw); height: auto; filter: drop-shadow(0 7px 15px rgba(0,0,0,.62)); }

.promo-section { position: relative; aspect-ratio: 1983 / 793; overflow: hidden; border: 2px solid rgba(255, 229, 95, .96); border-radius: 16px; background: #02190a; box-shadow: 0 25px 70px rgba(0,0,0,.5), 0 0 0 6px rgba(100,255,43,.13), 0 0 28px rgba(255,228,55,.22); }
.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.5%; left: 23.5%; width: 28%; height: auto; filter: drop-shadow(0 4px 5px rgba(0,0,0,.8)); }

.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(0,67,25,.97), rgba(0,14,6,.96)); box-shadow: 0 0 22px rgba(94,255,54,.42), inset 0 0 28px rgba(255,242,92,.05); }
.benefits-panel h1 { margin: 0 0 2.5%; color: var(--gold); font-size: clamp(.62rem, 3.2vw, 1rem); line-height: 1; text-align: center; text-shadow: 0 2px 0 #6b2800, 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,242,134,.28); border-radius: 8px; background: linear-gradient(180deg, rgba(8,125,42,.78), rgba(0,39,14,.9)); }
.benefit-cell span { color: #ffe375; 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: #fff; background: linear-gradient(180deg, #baff45, #35b927 52%, #075d23); box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 3px 8px rgba(0,0,0,.55), 0 0 9px rgba(183,255,38,.3); font-size: clamp(.62rem, 3vw, .98rem); line-height: 1; text-shadow: 0 2px 3px rgba(0,0,0,.68); white-space: nowrap; }

.entry-section, .support-section, .alliance-section { width: 92%; margin: 9px auto 0; padding: 9px 8px; border: 1px solid rgba(255,229,95,.66); border-radius: 14px; background: linear-gradient(145deg, rgba(8,111,39,.96), rgba(0,44,17,.98)); box-shadow: 0 18px 50px rgba(0,0,0,.35), inset 0 1px 0 rgba(239,255,140,.1); }
.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: #ffffa7; background: linear-gradient(180deg, #75ed3b 0%, #119c37 48%, #04521e 100%); box-shadow: inset 0 2px 1px rgba(255,255,255,.38), 0 12px 25px rgba(0,0,0,.4), 0 0 12px rgba(85,255,48,.22); font-size: clamp(.58rem, 2.7vw, .72rem); font-weight: 900; letter-spacing: .01em; text-shadow: 0 2px 3px rgba(0,0,0,.8); }
.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(16,158,56,.98), rgba(2,80,28,.99)); box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 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: #fff17b; 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: #174900; background: linear-gradient(180deg, #fff37a, #f2c400); 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, [aria-disabled="true"] { 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; } }
