/* ===========================================================
   SKR Burner — landing site
   Brand: black background, orange #ff6600 accent, fire motif
   =========================================================== */

:root {
  --bg: #07070a;
  --bg-soft: #0e0e14;
  --card: #14141d;
  --card-2: #1a1a25;
  --line: #26263400;
  --line-solid: #262634;
  --txt: #f4f4f8;
  --muted: #9a9aab;
  --muted-2: #6c6c7e;
  --orange: #ff6600;
  --orange-2: #ff8a3d;
  --orange-soft: rgba(255, 102, 0, 0.14);
  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  position: relative;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .nav__name { font-family: "Space Grotesk", sans-serif; letter-spacing: -0.02em; }

a { color: inherit; text-decoration: none; }

.grad {
  background: linear-gradient(100deg, var(--orange) 10%, var(--orange-2) 70%, #ffd29a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- ambient background ---------- */
.bg-grid {
  position: fixed; inset: 0; z-index: -2;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
}
.bg-glow {
  position: absolute; z-index: -1; border-radius: 50%;
  filter: blur(120px); opacity: 0.5; pointer-events: none;
}
.bg-glow--1 { top: -160px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(255,102,0,0.55), transparent 70%); }
.bg-glow--2 { top: 540px; left: -180px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255,138,61,0.25), transparent 70%); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 20px;
  max-width: var(--maxw); margin: 0 auto;
  padding: 16px 24px;
  backdrop-filter: blur(12px);
}
.nav::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(7,7,10,0.85), rgba(7,7,10,0.4));
  border-bottom: 1px solid var(--line-solid);
}
.nav__brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.nav__logo { width: 30px; height: 30px; border-radius: 8px; }
.nav__name { font-size: 1.05rem; }
.nav__links { display: flex; gap: 26px; margin-left: auto; font-size: 0.94rem; color: var(--muted); }
.nav__links a { transition: color 0.2s; }
.nav__links a:hover { color: var(--txt); }
.nav__cta { margin-left: 8px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 0.95rem;
  padding: 11px 20px; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.25s, background 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.btn--lg { padding: 14px 26px; font-size: 1rem; }
.btn--primary {
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(255,102,0,0.7), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -8px rgba(255,102,0,0.8); }
.btn--ghost { background: rgba(255,255,255,0.04); color: var(--txt); border-color: var(--line-solid); }
.btn--ghost:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }

/* ---------- pill ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 500; color: var(--orange-2);
  background: var(--orange-soft); border: 1px solid rgba(255,102,0,0.3);
  padding: 6px 14px; border-radius: 999px;
}
.pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* ---------- hero ---------- */
.hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: 70px 24px 40px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center;
}
.hero__title { font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 1.04; font-weight: 700; margin-bottom: 20px; }
.hero__sub { font-size: 1.12rem; color: var(--muted); max-width: 520px; margin-bottom: 30px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 0.88rem; color: var(--muted-2); }
.hero__trust li { position: relative; padding-left: 16px; }
.hero__trust li::before { content: "•"; position: absolute; left: 0; color: var(--orange); }
.hero__trust strong { color: var(--txt); font-weight: 600; }
.hero__device { display: flex; justify-content: center; position: relative; }

/* ---------- phone mockup ---------- */
.phone {
  position: relative; width: 270px; height: 560px;
  background: linear-gradient(160deg, #1c1c26, #0c0c12);
  border-radius: 42px; padding: 12px;
  border: 1px solid #2c2c3a;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.06);
}
.phone__notch {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 24px; background: #000; border-radius: 0 0 14px 14px; z-index: 3;
}
.phone__screen {
  position: relative; height: 100%; border-radius: 32px; overflow: hidden;
  background: radial-gradient(120% 80% at 50% 0%, #15151f, #07070a 70%);
  display: flex; flex-direction: column; padding: 14px;
}
.phone--hero { width: 300px; height: 610px; transform: rotate(2deg); animation: floaty 6s ease-in-out infinite; }
.phone--center { transform: translateY(-22px); }
@keyframes floaty { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-14px); } }

.device-glow {
  position: absolute; inset: 10% 0 0; z-index: -1;
  background: radial-gradient(circle at 50% 40%, rgba(255,102,0,0.4), transparent 60%);
  filter: blur(60px);
}

/* in-phone UI bits */
.appbar { display: flex; align-items: center; gap: 8px; padding: 26px 4px 12px; }
.appbar__logo { width: 22px; height: 22px; border-radius: 6px; }
.appbar__title { font-family: "Space Grotesk"; font-weight: 600; font-size: 0.95rem; }
.appbar__bell { margin-left: auto; font-size: 0.85rem; }

.flame { text-align: center; font-size: 2.4rem; filter: drop-shadow(0 0 18px rgba(255,102,0,0.8)); animation: flick 1.6s ease-in-out infinite; }
@keyframes flick { 0%,100% { transform: scale(1) rotate(-2deg); } 50% { transform: scale(1.12) rotate(3deg); } }

.burncard {
  margin-top: 8px; background: linear-gradient(160deg, var(--card-2), var(--card));
  border: 1px solid var(--line-solid); border-radius: 20px; padding: 16px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.burncard--sm { margin-top: 14px; }
.burncard__label { font-size: 0.72rem; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.08em; }
.burncard__bal { font-family: "Space Grotesk"; font-size: 1.7rem; font-weight: 700; margin: 2px 0 12px; }
.burncard__bal em { font-style: normal; font-size: 0.9rem; color: var(--orange-2); }
.burncard__ring {
  width: 120px; height: 120px; border-radius: 50%; margin: 4px 0 14px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: conic-gradient(var(--orange) 0deg 250deg, #23232f 250deg 360deg);
  position: relative;
}
.burncard__ring::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--card); }
.burncard__fp { position: relative; font-family: "Space Grotesk"; font-weight: 700; font-size: 1.25rem; color: var(--orange-2); }
.burncard__fpl { position: relative; font-size: 0.62rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.burncard__btn {
  width: 100%; border: none; border-radius: 12px; padding: 11px;
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
  color: #fff; font-weight: 700; font-size: 0.9rem; cursor: pointer;
  box-shadow: 0 6px 16px -6px rgba(255,102,0,0.8);
}

.chips { display: flex; gap: 8px; margin: 6px 0 14px; }
.chips span { font-size: 0.78rem; padding: 5px 12px; border-radius: 999px; background: #1d1d28; border: 1px solid var(--line-solid); color: var(--muted); }
.chips .chips--on { background: var(--orange-soft); border-color: rgba(255,102,0,0.5); color: var(--orange-2); }

.ministats { margin-top: auto; display: flex; gap: 8px; }
.ministats div { flex: 1; background: var(--card); border: 1px solid var(--line-solid); border-radius: 14px; padding: 10px 6px; text-align: center; }
.ministats b { display: block; font-family: "Space Grotesk"; font-size: 1.1rem; color: var(--orange-2); }
.ministats span { font-size: 0.64rem; color: var(--muted-2); }

/* mining screen */
.mining { display: flex; flex-direction: column; align-items: center; margin-top: 24px; }
.mining__step { font-size: 0.72rem; letter-spacing: 0.1em; color: var(--orange-2); background: var(--orange-soft); padding: 4px 12px; border-radius: 999px; }
.mining__ring {
  width: 140px; height: 140px; border-radius: 50%; margin: 22px 0 16px;
  display: flex; align-items: center; justify-content: center; position: relative;
  background: conic-gradient(var(--orange) 0deg 241deg, #20202c 241deg);
}
.mining__ring::before { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: var(--bg); }
.mining__ring span { position: relative; font-family: "Space Grotesk"; font-size: 1.6rem; font-weight: 700; }
.mining__tip { font-size: 0.8rem; color: var(--muted); margin-bottom: 18px; }
.mining__bars { display: flex; gap: 6px; align-items: flex-end; height: 60px; }
.mining__bars i { width: 14px; height: var(--h); border-radius: 5px; background: linear-gradient(180deg, var(--orange-2), var(--orange)); animation: bar 1.2s ease-in-out infinite alternate; }
.mining__bars i:nth-child(2){ animation-delay: .15s } .mining__bars i:nth-child(3){ animation-delay: .3s } .mining__bars i:nth-child(4){ animation-delay: .45s } .mining__bars i:nth-child(5){ animation-delay: .6s }
@keyframes bar { from { opacity: .55; } to { opacity: 1; } }

/* leaderboard */
.lb { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 7px; }
.lb li { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line-solid); border-radius: 12px; padding: 9px 12px; font-size: 0.85rem; }
.lb li span { width: 26px; text-align: center; }
.lb li b { font-weight: 600; }
.lb li em { margin-left: auto; font-style: normal; color: var(--orange-2); font-weight: 600; }
.lb--1 { border-color: rgba(255,196,0,0.5); }
.lb--2 { border-color: rgba(190,190,210,0.4); }
.lb--3 { border-color: rgba(205,127,50,0.5); }
.lb--you { background: var(--orange-soft); border-color: rgba(255,102,0,0.5); }

/* pools */
.pool { margin-top: 20px; display: flex; flex-direction: column; gap: 14px; }
.pool__card { background: linear-gradient(160deg, var(--card-2), var(--card)); border: 1px solid var(--line-solid); border-radius: 18px; padding: 16px; }
.pool__card--alt { border-color: rgba(255,138,61,0.3); }
.pool__name { font-size: 0.78rem; color: var(--muted); }
.pool__val { display: block; font-family: "Space Grotesk"; font-size: 1.8rem; font-weight: 700; margin: 4px 0 12px; }
.pool__val em { font-style: normal; font-size: 0.85rem; color: var(--orange-2); }
.pool__bar { height: 9px; border-radius: 999px; background: #20202c; overflow: hidden; }
.pool__bar i { display: block; height: 100%; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, var(--orange), var(--orange-2)); }

/* achievements */
.ach { margin-top: 18px; display: flex; flex-direction: column; align-items: center; }
.ach__hero { text-align: center; margin-bottom: 16px; }
.ach__hero b { display: block; font-family: "Space Grotesk"; font-size: 1.9rem; color: var(--orange-2); }
.ach__hero span { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.ach__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; }
.ach__grid i { aspect-ratio: 1; display: grid; place-items: center; font-size: 1.4rem; border-radius: 14px; background: var(--card); border: 1px solid var(--line-solid); filter: grayscale(1) opacity(0.4); }
.ach__grid i.on { filter: none; background: var(--orange-soft); border-color: rgba(255,102,0,0.4); }
.ach__streak { margin-top: 16px; font-size: 0.85rem; color: var(--orange-2); background: var(--orange-soft); padding: 8px 16px; border-radius: 999px; }

/* ---------- strip ---------- */
.strip {
  max-width: var(--maxw); margin: 30px auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.strip__item {
  background: rgba(255,255,255,0.02); border: 1px solid var(--line-solid);
  border-radius: var(--radius); padding: 20px; text-align: center;
}
.strip__item b { display: block; font-family: "Space Grotesk"; font-size: 1.5rem; color: var(--txt); }
.strip__item span { font-size: 0.82rem; color: var(--muted); }

/* ---------- generic section ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: 80px 24px; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.eyebrow { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-2); }
.section__head h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin: 12px 0 10px; }
.section__head p { color: var(--muted); font-size: 1.05rem; }

/* features grid */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: linear-gradient(165deg, var(--card-2), var(--card));
  border: 1px solid var(--line-solid); border-radius: var(--radius);
  padding: 24px; transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}
.card:hover { transform: translateY(-5px); border-color: rgba(255,102,0,0.4); box-shadow: 0 20px 40px -24px rgba(255,102,0,0.5); }
.card__ico { font-size: 1.8rem; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--orange-soft); border: 1px solid rgba(255,102,0,0.25); margin-bottom: 14px; }
.card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.card p { font-size: 0.92rem; color: var(--muted); }

/* screens */
.section--screens { padding-top: 40px; }
.screens { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 22px; }
.screens .phone { width: 230px; height: 478px; transition: transform 0.3s var(--ease); }
.screens .phone:hover { transform: translateY(-10px) scale(1.02); }
.screens figcaption { position: absolute; bottom: -34px; left: 0; right: 0; text-align: center; font-size: 0.88rem; color: var(--muted); }
.screens .phone { margin-bottom: 24px; }
.screens__note { text-align: center; color: var(--muted-2); font-size: 0.85rem; margin-top: 40px; }
.screens__note code { background: var(--card); padding: 2px 7px; border-radius: 6px; border: 1px solid var(--line-solid); color: var(--orange-2); }

/* steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { background: linear-gradient(165deg, var(--card-2), var(--card)); border: 1px solid var(--line-solid); border-radius: var(--radius); padding: 28px; position: relative; }
.step__n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; font-family: "Space Grotesk"; font-weight: 700; font-size: 1.2rem; color: var(--orange); background: var(--orange-soft); border: 1px solid rgba(255,102,0,0.3); margin-bottom: 16px; }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.94rem; }

/* cta */
.cta { max-width: var(--maxw); margin: 40px auto 90px; padding: 0 24px; }
.cta__inner {
  position: relative; overflow: hidden; text-align: center;
  background: radial-gradient(120% 140% at 50% 0%, rgba(255,102,0,0.18), transparent 60%), linear-gradient(165deg, var(--card-2), var(--card));
  border: 1px solid rgba(255,102,0,0.3); border-radius: var(--radius-lg);
  padding: 60px 28px;
}
.cta__logo { width: 64px; height: 64px; border-radius: 16px; margin-bottom: 12px; box-shadow: 0 0 40px rgba(255,102,0,0.5); }
.cta__ver { margin: 0 0 10px; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.12em; color: var(--ember, #ff6600); text-transform: uppercase; }
.cta__inner h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 10px; }
.cta__inner p { color: var(--muted); font-size: 1.08rem; max-width: 480px; margin: 0 auto 26px; }
.cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta__fine { margin-top: 22px !important; font-size: 0.82rem !important; color: var(--muted-2) !important; }

/* footer */
.footer {
  max-width: var(--maxw); margin: 0 auto; padding: 40px 24px 60px;
  border-top: 1px solid var(--line-solid);
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px;
}
.footer__brand { display: flex; align-items: center; gap: 12px; }
.footer__logo { width: 38px; height: 38px; border-radius: 10px; }
.footer__brand b { display: block; font-family: "Space Grotesk"; }
.footer__brand span { font-size: 0.82rem; color: var(--muted-2); }
.footer__links { display: flex; gap: 22px; margin: 0 auto; font-size: 0.9rem; color: var(--muted); flex-wrap: wrap; }
.footer__links a:hover { color: var(--orange-2); }
.footer__copy { font-size: 0.82rem; color: var(--muted-2); width: 100%; text-align: center; padding-top: 10px; }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 40px; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; }
  .hero__cta, .hero__trust { justify-content: center; }
  .hero__device { margin-top: 20px; }
  .hero__copy { width: 100%; max-width: 100%; }
  .hero__copy > * { max-width: 100%; }
  .hero__cta { width: 100%; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .nav__links { display: none; }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr; }
  .nav__cta { display: none; }
  .phone--hero { width: 270px; height: 560px; }
  .cta__inner { padding: 44px 20px; }
  .hero__title { font-size: clamp(2rem, 8.5vw, 2.7rem); }
  .hero__title br { display: none; }
  .hero__sub { font-size: 1.02rem; }
  .hero, .section, .strip, .cta { padding-left: 18px; padding-right: 18px; }
}

/* never allow a stray wide element to create horizontal scroll on phones */
.hero__copy, .hero__sub, .hero__title, .section__head { max-width: 100%; overflow-wrap: break-word; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- legal pages ---------- */
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.legal__crumb {
  font-size: 0.88rem;
  color: var(--muted-2);
  margin-bottom: 18px;
}
.legal__crumb a { color: var(--muted); }
.legal__crumb a:hover { color: var(--orange-2); }
.legal h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 8px;
}
.legal__updated {
  color: var(--muted-2);
  font-size: 0.9rem;
  margin-bottom: 28px;
}
.legal h2 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
  color: var(--orange-2);
}
.legal p, .legal li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
.legal ul { padding-left: 1.2rem; margin-bottom: 12px; }
.legal li { margin-bottom: 6px; }
.legal strong { color: var(--txt); }
.legal__nav {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid var(--line-solid);
  font-size: 0.92rem;
}
.legal__nav a { color: var(--orange-2); }

/* ---------- language switcher ---------- */
.lang {
  display: flex; flex-wrap: wrap; gap: 4px;
  margin-left: 10px; align-items: center;
}
.lang__btn {
  width: 32px; height: 32px; border-radius: 8px;
  border: 1px solid var(--line-solid);
  background: rgba(255,255,255,0.04);
  font-size: 15px; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.lang__btn:hover { border-color: rgba(255,102,0,0.55); transform: translateY(-1px); }
.lang__btn.is-on {
  border-color: var(--orange);
  background: var(--orange-soft);
  box-shadow: 0 0 0 1px rgba(255,102,0,0.35);
}

/* ---------- Flag Wars showcase ---------- */
.section--flag { padding-top: 20px; }
.flagwars {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
  background:
    radial-gradient(80% 80% at 20% 40%, rgba(255,102,0,0.18), transparent 60%),
    linear-gradient(165deg, #16121a, #0c0a10 60%, #140a06);
  border: 1px solid rgba(255,102,0,0.35);
  border-radius: var(--radius-lg);
  padding: 28px 28px 28px 18px;
  overflow: hidden;
}
.flagwars__art {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: transparent;
}
.flagwars__img {
  width: min(100%, 380px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 40px rgba(255,80,0,0.45));
  position: relative; z-index: 1;
}
.flagwars__glow {
  position: absolute; inset: 22% 18%;
  background: radial-gradient(circle, rgba(255,102,0,0.4), transparent 68%);
  filter: blur(36px); z-index: 0; pointer-events: none;
}
.flagwars__copy .eyebrow { display: inline-block; margin-bottom: 8px; }
.flagwars__copy h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin-bottom: 14px;
}
.flagwars__copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 46ch;
}
@media (max-width: 860px) {
  .flagwars {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px 28px;
  }
  .flagwars__copy p { margin-left: auto; margin-right: auto; }
  .flagwars__img { width: min(100%, 300px); }
  .lang { margin-left: auto; }
}

/* ---------- Daily Fire Chests showcase ---------- */
.section--chests { padding-top: 20px; }
.firechests {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
  background:
    radial-gradient(70% 70% at 75% 45%, rgba(255,102,0,0.16), transparent 62%),
    linear-gradient(195deg, #16121a, #0c0a10 55%, #1a0c06);
  border: 1px solid rgba(255,102,0,0.35);
  border-radius: var(--radius-lg);
  padding: 28px 22px 28px 28px;
  overflow: hidden;
}
.firechests__art {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 220px;
}
.firechests__rays {
  position: absolute;
  inset: -8% -4%;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(255,102,0,0.14) 0deg 8deg,
      transparent 8deg 18deg
    );
  mask-image: radial-gradient(circle at 50% 55%, #000 18%, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at 50% 55%, #000 18%, transparent 68%);
  opacity: 0.85;
  animation: chestRays 18s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes chestRays {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.firechests__img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 36px rgba(255,80,0,0.4));
  position: relative; z-index: 1;
  border-radius: 14px;
}
.firechests__glow {
  position: absolute; inset: 28% 16%;
  background: radial-gradient(circle, rgba(255,102,0,0.42), transparent 68%);
  filter: blur(34px); z-index: 0; pointer-events: none;
}
.firechests__copy .eyebrow { display: inline-block; margin-bottom: 8px; }
.firechests__copy h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin-bottom: 14px;
}
.firechests__copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 46ch;
}
@media (max-width: 860px) {
  .firechests {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px 28px;
  }
  .firechests__copy p { margin-left: auto; margin-right: auto; }
  .firechests__img { width: min(100%, 340px); }
  .firechests__art { order: -1; }
}

@media (max-width: 560px) {
  .lang__btn { width: 28px; height: 28px; font-size: 13px; }
}
