:root {
  --panda-black: #080b0a;
  --panda-ink: #101513;
  --panda-panel: #151c18;
  --panda-white: #f7fbf7;
  --panda-muted: #9ca9a0;
  --bamboo: #729919;
  --bamboo-dark: #4f6f12;
  --logo-green-bright: #92b725;
  --gold: #ffc542;
  --casino-red: #ff4d5d;
  --felt: #092a1d;
  --card-radius: 28px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #1c2a0b 0%, var(--panda-black) 44%, #050605 100%);
  color: var(--panda-white);
}
a { text-decoration: none; }
code { color: #157a45; }
.py-lg-6 { padding-block: 6rem; }
.fw-black { font-weight: 900; letter-spacing: -.04em; }
.text-panda { color: var(--bamboo); }

.glass-nav {
  background: rgba(8, 11, 10, .64);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.navbar-brand {
  color: white !important;
  font-size: clamp(1.76rem, 3.1vw, 2.4rem);
  line-height: 1;
  background: linear-gradient(90deg, var(--logo-green-bright), var(--gold), var(--bamboo), var(--gold), var(--logo-green-bright));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brand-shimmer 4s ease-in-out infinite;
  text-shadow: none;
}
@keyframes brand-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.navbar-brand span span,
.navbar-brand small {
  -webkit-text-fill-color: transparent;
  background: none;
}
.navbar-brand span span { color: var(--bamboo); }
.navbar-brand small { color: var(--gold); font-size: .7em; margin-left: 1px; }
.nav-link { color: rgba(255, 255, 255, .76) !important; font-weight: 700; }
.nav-link:hover { color: white !important; }

body.is-locked { overflow: hidden; }
body.is-locked > :not(.site-lock) { visibility: hidden; }
.site-lock {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,197,66,.18), transparent 24%),
    radial-gradient(circle at 50% 52%, rgba(114,153,25,.24), transparent 32%),
    rgba(3, 5, 4, .96);
  backdrop-filter: blur(18px);
}
.site-lock.is-hidden { display: none; }
.site-lock-card {
  width: min(440px, 100%);
  padding: clamp(1.4rem, 5vw, 2.2rem);
  border: 1px solid rgba(146,183,37,.45);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(21,28,24,.96), rgba(8,11,10,.94));
  box-shadow: 0 30px 90px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.08);
  text-align: center;
}
.site-lock-kicker {
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--gold);
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .76rem;
}
.site-lock-card h2 {
  margin: 0 0 .65rem;
  font-weight: 1000;
  letter-spacing: -.04em;
}
.site-lock-card p { color: var(--panda-muted); }
.site-lock-card input {
  width: 100%;
  margin: .35rem 0 1rem;
  padding: .95rem 1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: white;
  font-weight: 800;
  outline: 0;
}
.site-lock-card input:focus {
  border-color: var(--logo-green-bright);
  box-shadow: 0 0 0 .25rem rgba(146,183,37,.18);
}
.site-lock-error {
  margin: 1rem 0 0;
  color: #ff9aa3 !important;
  font-weight: 900;
}

.panda-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(5,6,5,.35);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(146,183,37,.45);
  box-shadow: 0 0 22px rgba(114,153,25,.28), inset 0 0 0 2px rgba(255,255,255,.04);
  flex: 0 0 auto;
}
.panda-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.footer-logo { width: 68px; height: 68px; }

.hero-section {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8rem 0 5rem;
  background:
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.9)),
    radial-gradient(circle at 50% 18%, rgba(255,197,66,.2), transparent 20%),
    radial-gradient(circle at 50% 46%, rgba(114,153,25,.26), transparent 26%),
    radial-gradient(circle at 50% 72%, rgba(255,77,93,.13), transparent 28%),
    linear-gradient(135deg, #030504 0%, #07100d 44%, #020303 100%);
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 360px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(146,183,37,.24), transparent 58%),
    linear-gradient(180deg, transparent 0%, rgba(114,153,25,.11) 45%, #0f1511 100%);
}
.storm-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .78;
  mix-blend-mode: screen;
  isolation: isolate;
}
.storm-atmosphere::before,
.storm-atmosphere::after {
  content: "";
  position: absolute;
  inset: -18% -10% 18%;
  pointer-events: none;
}
.storm-atmosphere::before {
  z-index: 2;
  background:
    radial-gradient(ellipse at 18% 38%, rgba(225,238,210,.1), transparent 31%),
    radial-gradient(ellipse at 72% 28%, rgba(176,214,116,.1), transparent 34%),
    radial-gradient(ellipse at 42% 46%, rgba(255,255,255,.06), transparent 38%),
    radial-gradient(ellipse at 57% 62%, rgba(134,164,82,.09), transparent 44%),
    linear-gradient(104deg, transparent 0 13%, rgba(255,255,255,.045) 32%, transparent 54% 100%),
    linear-gradient(72deg, transparent 0 30%, rgba(146,183,37,.04) 48%, transparent 70% 100%);
  filter: blur(38px) saturate(1.08);
  opacity: .72;
  transform: translate3d(-2%, 0, 0) scale(1.04);
  animation: far-smoke-drift 20s ease-in-out infinite alternate;
}
.storm-atmosphere::after {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 18%, rgba(220,245,190,.3), transparent 10%),
    radial-gradient(circle at 82% 16%, rgba(255,255,255,.2), transparent 12%),
    radial-gradient(ellipse at 50% 15%, rgba(146,183,37,.18), transparent 34%),
    radial-gradient(ellipse at 48% 38%, rgba(255,255,255,.07), transparent 42%);
  opacity: 0;
  filter: blur(18px);
  animation: far-sky-flash 9s steps(1, end) infinite;
}
.distant-lightning {
  position: absolute;
  z-index: 1;
  top: 3%;
  width: 280px;
  height: 410px;
  opacity: 0;
  filter: blur(.35px) drop-shadow(0 0 22px rgba(221,255,184,.48)) drop-shadow(0 0 48px rgba(146,183,37,.24));
  transform-origin: 50% 0;
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(239,255,209,.86) 43% 44%, transparent 45% 100%),
    linear-gradient(154deg, transparent 0 49%, rgba(184,234,122,.64) 50% 51%, transparent 52% 100%),
    linear-gradient(126deg, transparent 0 58%, rgba(255,255,255,.56) 59% 60%, transparent 61% 100%);
  clip-path: polygon(48% 0, 55% 28%, 45% 28%, 60% 58%, 49% 58%, 66% 100%, 37% 50%, 49% 50%, 35% 22%, 45% 22%);
  animation: distant-lightning-flash 9s steps(1, end) infinite;
}
.bolt-one { left: 8%; animation-delay: -1.7s; transform: rotate(-10deg) scale(1); }
.bolt-two { right: 10%; top: 5%; animation-delay: -6.2s; transform: rotate(9deg) scale(.88); }
.bolt-three { left: 52%; top: 0%; animation-delay: -3.9s; transform: rotate(-3deg) scale(.72); filter: blur(.45px) drop-shadow(0 0 14px rgba(221,255,184,.28)); }

.hero-card {
  position: relative;
  z-index: 2;
  isolation: isolate;
  max-width: 980px;
  padding: clamp(1.25rem, 4vw, 3rem);
}
.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: -1;
  width: min(920px, 118vw);
  height: min(560px, 72vw);
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse at 32% 48%, rgba(255,255,255,.16), transparent 30%),
    radial-gradient(ellipse at 64% 40%, rgba(146,183,37,.13), transparent 34%),
    radial-gradient(ellipse at 48% 62%, rgba(255,197,66,.1), transparent 32%),
    radial-gradient(ellipse at 55% 52%, rgba(255,255,255,.07), transparent 46%);
  filter: blur(28px);
  opacity: .45;
  mix-blend-mode: screen;
  animation: smoke-drift 18s ease-in-out infinite alternate;
}
.hero-card::after {
  top: 59%;
  width: min(760px, 108vw);
  height: min(340px, 58vw);
  background:
    radial-gradient(ellipse at 26% 52%, rgba(255,255,255,.13), transparent 34%),
    radial-gradient(ellipse at 70% 46%, rgba(114,153,25,.16), transparent 36%),
    radial-gradient(ellipse at 48% 58%, rgba(255,77,93,.06), transparent 38%);
  filter: blur(34px);
  opacity: .34;
  animation-duration: 23s;
  animation-direction: alternate-reverse;
}
.hero-card > * {
  position: relative;
  z-index: 1;
}
.hero-card .lead {
  max-width: 740px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.02rem, 2vw, 1.32rem);
}
.hero-card h1 { text-wrap: balance; text-shadow: 0 12px 40px rgba(0,0,0,.42); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
  color: var(--gold);
}
.age-pill {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: .55rem 1rem;
  background: rgba(0,0,0,.32);
  color: rgba(255,255,255,.82);
  font-weight: 800;
  position: relative;
  isolation: isolate;
  overflow: visible;
  box-shadow: 0 0 28px rgba(114,153,25,.18), inset 0 0 18px rgba(146,183,37,.06);
}
.age-pill::before,
.age-pill::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.age-pill::before {
  inset: -4px;
  z-index: -1;
  background: conic-gradient(from var(--electric-angle, 0deg), transparent 0deg 292deg, rgba(79,111,18,.25) 306deg, var(--bamboo) 321deg, #e8ff8f 332deg, var(--logo-green-bright) 343deg, rgba(79,111,18,.4) 354deg, transparent 360deg);
  filter: blur(.25px) drop-shadow(0 0 10px rgba(146,183,37,.95)) drop-shadow(0 0 18px rgba(114,153,25,.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  animation: electric-spin 5.2s linear infinite, electric-flicker 1.6s steps(2,end) infinite;
}
.age-pill::after {
  inset: -7px;
  z-index: -2;
  background: conic-gradient(from var(--electric-angle, 0deg), transparent 0deg 304deg, rgba(146,183,37,.45) 330deg, transparent 356deg 360deg);
  filter: blur(10px);
  opacity: .55;
  animation: electric-spin 5.2s linear infinite;
}
.age-pill span { color: var(--gold); margin-right: .35rem; }
.btn-panda {
  --bs-btn-bg: var(--bamboo);
  --bs-btn-border-color: var(--bamboo);
  --bs-btn-color: #04100a;
  --bs-btn-hover-bg: var(--logo-green-bright);
  --bs-btn-hover-border-color: var(--logo-green-bright);
  --bs-btn-hover-color: #04100a;
  --bs-btn-active-bg: var(--bamboo-dark);
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(114,153,25,.25);
}
.btn-outline-light { border-radius: 999px; font-weight: 900; }
.btn-arrow {
  display: inline-grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.35);
  background: transparent;
  color: rgba(255,255,255,.65);
  transition: border-color .25s, color .25s, transform .25s;
  padding: .55rem;
}
.btn-arrow svg { width: 100%; height: 100%; }
.btn-arrow:hover {
  border-color: rgba(255,255,255,.85);
  color: white;
  transform: translateY(3px);
}

.slot-showcase {
  position: relative;
  width: min(450px, 86vw);
  height: 380px;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,.5));
}
.slot-showcase::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 1;
  width: 118%;
  height: 76%;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse at 34% 54%, rgba(255,255,255,.18), transparent 32%),
    radial-gradient(ellipse at 64% 42%, rgba(146,183,37,.17), transparent 36%),
    radial-gradient(ellipse at 50% 62%, rgba(255,197,66,.1), transparent 42%);
  filter: blur(22px);
  opacity: .42;
  mix-blend-mode: screen;
  animation: smoke-breathe 12s ease-in-out infinite alternate;
}
.hero-logo-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 412px;
  height: 412px;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 40px 64px rgba(0,0,0,.72))
    drop-shadow(0 0 28px rgba(146,183,37,.2));
}
.hero-logo-badge::before {
  content: "";
  position: absolute;
  inset: 4%;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  transform: translateY(22px) scale(1.02);
  background:
    radial-gradient(circle at 36% 22%, rgba(255,255,255,.28), transparent 22%),
    radial-gradient(circle at 52% 62%, rgba(0,0,0,.78), transparent 66%);
  box-shadow:
    0 48px 82px rgba(0,0,0,.76),
    0 0 58px rgba(146,183,37,.32),
    0 -14px 34px rgba(255,197,66,.18);
  filter: blur(7px);
  opacity: .92;
}
.hero-logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 24px 24px rgba(0,0,0,.62))
    drop-shadow(0 -8px 14px rgba(255,197,66,.2))
    drop-shadow(0 0 18px rgba(146,183,37,.16));
}

.hero-glow-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.08), transparent 10%),
    radial-gradient(circle at 42% 26%, rgba(255,197,66,.2), transparent 20%),
    radial-gradient(circle at 58% 34%, rgba(114,153,25,.18), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, auto, auto, 90px 90px, 90px 90px;
  mask-image: radial-gradient(circle at 50% 38%, rgba(0,0,0,.95) 0 38%, transparent 78%);
}
.scroll-cue { position: absolute; z-index: 2; bottom: 1.5rem; left: 50%; transform: translateX(-50%); color: white; font-size: 3rem; line-height: 1; animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }
@property --electric-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@keyframes electric-spin { to { --electric-angle: 360deg; } }
@keyframes electric-pulse { from { opacity: .42; transform: scale(.985); } to { opacity: .95; transform: scale(1.025); } }
@keyframes electric-flicker { 0%, 100% { opacity: .72; } 15% { opacity: 1; } 35% { opacity: .58; } 55% { opacity: 1; } 75% { opacity: .76; } }
@keyframes far-smoke-drift {
  0% { transform: translate3d(-5%, -1%, 0) scale(1.04) rotate(-1.2deg); opacity: .5; }
  50% { transform: translate3d(1%, 1.5%, 0) scale(1.12) rotate(1deg); opacity: .68; }
  100% { transform: translate3d(5%, -2%, 0) scale(1.08) rotate(-.6deg); opacity: .56; }
}
@keyframes far-sky-flash {
  0%, 63%, 65%, 100% { opacity: 0; }
  63.4% { opacity: .36; }
  64% { opacity: .08; }
  64.45% { opacity: .22; }
}
@keyframes distant-lightning-flash {
  0%, 62.8%, 63.8%, 64.8%, 100% { opacity: 0; }
  63.1% { opacity: .5; }
  63.35% { opacity: .16; }
  64.08% { opacity: .34; }
}
@keyframes smoke-drift {
  0% { transform: translate(-54%, -50%) scale(.96) rotate(-2deg); opacity: .3; }
  50% { transform: translate(-49%, -53%) scale(1.04) rotate(2deg); opacity: .48; }
  100% { transform: translate(-46%, -48%) scale(1.01) rotate(-1deg); opacity: .36; }
}
@keyframes smoke-breathe {
  from { transform: translate(-53%, -52%) scale(.96); opacity: .32; }
  to { transform: translate(-47%, -49%) scale(1.06); opacity: .48; }
}

.offers-section {
  background:
    radial-gradient(circle at 14% 16%, rgba(255,255,255,.09), transparent 18%),
    radial-gradient(circle at 86% 4%, rgba(146,183,37,.18), transparent 22%),
    radial-gradient(ellipse at 50% -8%, rgba(146,183,37,.22), transparent 42%),
    linear-gradient(180deg, #141e15 0%, #0e1511 18%, #08100c 100%);
  position: relative;
  overflow: hidden;
}
.offers-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 70%);
}
.offers-section > .container { position: relative; z-index: 1; }
.section-title { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; letter-spacing: -.04em; }
.section-copy { color: var(--panda-muted); max-width: 820px; }
.trust-note { color: rgba(255,255,255,.62); font-weight: 700; }
.trust-note span { color: var(--gold); margin-right: .4rem; }
.category-tabs {
  display: inline-flex;
  padding: .35rem;
  gap: .25rem;
  background: linear-gradient(135deg, rgba(255,255,255,.68), rgba(232,239,226,.32));
  border: 1px solid rgba(255,255,255,.72);
  backdrop-filter: blur(24px) saturate(1.28);
  border-radius: 999px;
  box-shadow: 0 20px 54px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.88), inset 0 -1px 0 rgba(114,153,25,.14);
}
.tab-btn {
  border: 0;
  border-radius: 999px;
  padding: .85rem 1.25rem;
  background: transparent;
  color: rgba(27,36,30,.72);
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.tab-btn:hover { transform: translateY(-1px); color: #06110a; }
.tab-btn.active {
  background: linear-gradient(135deg, rgba(146,183,37,.95), rgba(114,153,25,.92));
  color: #03100a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 12px 26px rgba(114,153,25,.24);
}
.offers-grid { display: grid; gap: 1.35rem; }
.offers-loading { color: rgba(255,255,255,.76); font-weight: 900; padding: 1rem 0; }
.offers-error { color: #ffbdc5; }
.offer-card {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(238,246,235,.48) 46%, rgba(195,216,181,.38)),
    radial-gradient(circle at 8% 10%, rgba(255,255,255,.35), transparent 20%),
    radial-gradient(circle at 96% 8%, rgba(124,245,174,.18), transparent 30%);
  color: #07100c;
  border-radius: 30px;
  padding: clamp(1rem, 2.5vw, 1.55rem);
  box-shadow: 0 32px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.92), inset 0 -1px 0 rgba(114,153,25,.12);
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(30px) saturate(1.32);
  overflow: hidden;
  isolation: isolate;
  transition: transform .24s cubic-bezier(.22,.97,.36,1), box-shadow .24s ease;
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(255,255,255,.78), rgba(255,255,255,.18) 18%, transparent 38%, transparent 72%, rgba(146,183,37,.14)),
    radial-gradient(circle at 100% 0%, rgba(124,245,174,.16), transparent 34%);
  opacity: .9;
}
.offer-card > * { position: relative; z-index: 1; }

/* ── Premium lightning frame ── */
.offers-grid .offer-card.is-premium {
  overflow: hidden;
  border: 2px solid rgba(246,255,164,.92);
  box-shadow:
    0 34px 96px rgba(0,0,0,.38),
    0 0 0 3px rgba(146,183,37,.58),
    0 0 18px rgba(232,255,143,.62),
    0 0 46px rgba(146,183,37,.36),
    0 0 76px rgba(255,197,66,.16),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 -1px 0 rgba(114,153,25,.16);
  animation: featured-lightning-glow 6.8s ease-in-out infinite;
}
.offers-grid .offer-card.is-premium:nth-child(even) {
  animation-duration: 8.2s;
}
.offers-grid .offer-card.is-premium:hover {
  box-shadow:
    0 46px 104px rgba(0,0,0,.42),
    0 0 0 4px rgba(246,255,164,.76),
    0 0 24px rgba(232,255,143,.72),
    0 0 58px rgba(146,183,37,.44),
    0 0 94px rgba(255,197,66,.24),
    inset 0 1px 0 rgba(255,255,255,.98);
}
@keyframes featured-lightning-glow {
  0%, 100% {
    border-color: rgba(246,255,164,.82);
    box-shadow:
      0 34px 96px rgba(0,0,0,.38),
      0 0 0 3px rgba(146,183,37,.5),
      0 0 16px rgba(232,255,143,.48),
      0 0 42px rgba(146,183,37,.32),
      0 0 70px rgba(255,197,66,.14),
      inset 0 1px 0 rgba(255,255,255,.96),
      inset 0 -1px 0 rgba(114,153,25,.16);
  }
  42% {
    border-color: rgba(255,255,255,.96);
    box-shadow:
      0 34px 96px rgba(0,0,0,.38),
      0 0 0 3px rgba(246,255,164,.72),
      0 0 24px rgba(255,255,255,.66),
      0 0 54px rgba(146,183,37,.42),
      0 0 82px rgba(255,197,66,.2),
      inset 0 1px 0 rgba(255,255,255,.98),
      inset 0 -1px 0 rgba(114,153,25,.16);
  }
  47% {
    border-color: rgba(146,183,37,.88);
  }
  54% {
    border-color: rgba(246,255,164,.92);
  }
}
/* ── /Featured lightning frame ── */

.offer-main {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) minmax(220px, 320px);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}
.logo-box {
  min-height: 100px;
  display: grid;
  place-items: center;
  padding: .5rem;
}
.offer-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 175px);
  max-height: 105px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.18));
}
.logo-text { position: relative; z-index: 1; font-weight: 1000; font-size: 1.25rem; letter-spacing: -.03em; text-align: center; }
.logo-text small { display: block; color: var(--bamboo-dark); letter-spacing: .16em; font-size: .62rem; }
.offer-title-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-bottom: .8rem; }
.offers-grid .offer-card.is-premium .offer-title-row::after {
  border-radius: 999px;
  padding: .34rem .68rem;
  background: linear-gradient(135deg, #f7ff9a, var(--gold), var(--logo-green-bright));
  color: #07100c;
  font-size: .68rem;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255,197,66,.38), inset 0 1px 0 rgba(255,255,255,.56);
}
.offers-grid .offer-card.is-premium .offer-title-row::after { content: "⚡ Premium"; }
.offer-title { margin: 0; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 1000; letter-spacing: -.04em; }
.badge-panda {
  background: linear-gradient(135deg, rgba(146,183,37,.95), rgba(114,153,25,.86));
  color: #04100a;
  border-radius: 999px;
  padding: .42rem .8rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .44rem;
  color: #243229;
  font-weight: 850;
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
}
.bullets li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: .55rem; border-radius: 50%; background: var(--bamboo); color: white; font-size: .78rem; text-shadow: none; }
.offer-actions { display: grid; gap: .8rem; align-content: center; }
.terms {
  color: #26332b;
  text-align: center;
  font-weight: 950;
  text-shadow: 0 1px 0 rgba(255,255,255,.24);
}
.cta-link {
  display: block;
  text-align: center;
  padding: 1.1rem 1rem;
  background: linear-gradient(135deg, rgba(114,153,25,.86), rgba(124,245,174,.72));
  color: #04100a;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 20px;
  font-weight: 1000;
  backdrop-filter: blur(16px) saturate(1.25);
  box-shadow: 0 18px 38px rgba(114,153,25,.24), inset 0 1px 0 rgba(255,255,255,.56), inset 0 -1px 0 rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cta-link:hover { color: #04100a; transform: translateY(-2px); filter: saturate(1.06); box-shadow: 0 22px 46px rgba(114,153,25,.28), inset 0 1px 0 rgba(255,255,255,.42); }

/* ── Card pop on hover ── */
.offer-card:hover {
  transform: translateY(-4px) scale(1.012);
  box-shadow:
    0 40px 90px rgba(0,0,0,.4),
    0 0 0 2px rgba(146,183,37,.35),
    0 0 40px rgba(114,153,25,.2),
    inset 0 1px 0 rgba(255,255,255,.92);
}
.offer-card:hover::before {
  opacity: 1;
}
/* ── /Card pop ── */

.copy-code {
  border: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(232,239,226,.4));
  color: var(--bamboo-dark);
  font-weight: 900;
}
.copy-code {
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  padding: .75rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 10px 26px rgba(0,0,0,.08);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: transform .18s ease, background .18s ease;
}
.copy-code:hover { transform: translateY(-1px); background: rgba(255,255,255,.62); }

.site-footer { background: #040604; border-top: 1px solid rgba(255,255,255,.08); }
.footer-copy { color: #7d8982; max-width: 820px; font-size: .95rem; }
.footer-brand small { color: var(--panda-muted); }
.footer-social {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(255,255,255,.06);
  margin-top: .8rem;
}
.social-link {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.55);
  transition: color .2s;
}
.social-link:hover { color: white; }
.social-icon { width: 1.6rem; height: 1.6rem; }
.social-link:hover .social-icon { color: var(--logo-green-bright); }

/* ── Nav social icons ── */
.nav-socials {
  display: flex !important;
  gap: .35rem;
  align-items: center;
  margin-left: .35rem;
}
.social-link-nav {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.5);
  transition: color .2s;
  padding: .25rem;
}
.social-link-nav:hover { color: var(--logo-green-bright); }
.social-icon-nav { width: 1.15rem; height: 1.15rem; }
.copy-toast {
  position: fixed; z-index: 1080; right: 1rem; bottom: 1rem;
  background: var(--bamboo); color: #03100a;
  border-radius: 999px; padding: .85rem 1.1rem;
  font-weight: 1000; box-shadow: var(--shadow);
  transform: translateY(120px); transition: transform .25s ease;
}
.copy-toast.show { transform: translateY(0); }

/* ── Preloader ── */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, #0e1611 0%, #050805 100%);
  transition: opacity .5s ease, visibility .5s ease;
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-logo {
  position: relative;
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  animation: preloader-pulse 1.5s ease-in-out infinite;
}
.preloader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 40px rgba(146,183,37,.5)) drop-shadow(0 0 80px rgba(114,153,25,.25));
  animation: preloader-glow 1.5s ease-in-out infinite alternate;
  position: relative;
  z-index: 2;
}
.preloader-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--logo-green-bright);
  border-right-color: var(--gold);
  animation: preloader-spin 1.2s linear infinite;
}
@keyframes preloader-pulse {
  0%, 100% { transform: scale(.95); }
  50% { transform: scale(1.05); }
}
@keyframes preloader-glow {
  0% { filter: drop-shadow(0 0 30px rgba(146,183,37,.4)) drop-shadow(0 0 60px rgba(114,153,25,.2)); }
  100% { filter: drop-shadow(0 0 50px rgba(146,183,37,.7)) drop-shadow(0 0 100px rgba(114,153,25,.4)); }
}
@keyframes preloader-spin {
  to { transform: rotate(360deg); }
}

/* ── Section divider ── */
.section-divider {
  width: 100%;
  max-width: 180px;
  height: 2px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(90deg, transparent, rgba(146,183,37,.55), var(--logo-green-bright), rgba(146,183,37,.55), transparent);
  border: 0;
  opacity: .7;
}
.offers-footer-note {
  text-align: center;
  color: rgba(255,255,255,.48);
  font-weight: 700;
  font-size: .85rem;
  margin: 2rem 0 0;
}
.offers-footer-note span { color: var(--gold); margin-right: .35rem; }

@media (max-width: 991.98px) {
  .hero-section { padding-top: 7rem; }
  .storm-atmosphere { opacity: .58; }
  .distant-lightning { width: 190px; height: 285px; }
  .offer-main { grid-template-columns: 1fr; }
  .offer-logo { width: min(100%, 140px); max-height: 80px; }
  .offer-actions { grid-template-columns: 1fr; }
  .terms { text-align: left; }
}
@media (max-width: 575.98px) {
  .hero-card { padding-inline: .25rem; }
  .storm-atmosphere { opacity: .45; }
  .distant-lightning { width: 150px; height: 225px; }
  .bolt-three { display: none; }
  .slot-showcase { height: 310px; }
  .hero-logo-badge { width: 310px; height: 310px; }
  .category-tabs { width: 100%; display: grid; grid-template-columns: 1fr; border-radius: 22px; }
  .tab-btn { border-radius: 18px; padding-inline: .5rem; }
  .offer-card { border-radius: 22px; }
  .cta-link { padding: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .storm-atmosphere::before,
  .storm-atmosphere::after,
  .distant-lightning,
  .offers-grid .offer-card.is-premium {
    animation: none;
  }
  .storm-atmosphere::before { opacity: .48; }
}
