* { -webkit-tap-highlight-color: transparent; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family:'Outfit',sans-serif;
  background:#000;
  color:#f5f5f5;
  overflow-x:hidden;
  margin:0;
  min-height:100vh;
  min-height:100dvh;
}
.font-display { font-family:'Cinzel',serif; letter-spacing:.04em; }
.font-medieval { font-family:'MedievalSharp', cursive; }

/* ============================================================
   CINEMATIC MYKO SCENE — fixed full viewport background
   ============================================================ */
.scene {
  position: fixed; inset:0; z-index:-3; overflow:hidden;
}

/* Knight Online style sky (greenish-tan atmospheric) */
.scene-sky {
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse 70% 40% at 50% 60%, rgba(180,140,80,.18), transparent 65%),
    radial-gradient(ellipse 90% 30% at 50% 100%, rgba(180,60,30,.25), transparent 70%),
    linear-gradient(180deg,
      #1a1d1a 0%,
      #2a2a20 18%,
      #3a3525 38%,
      #4a3826 55%,
      #5a3522 70%,
      #3a1f12 85%,
      #100a08 100%);
}

/* ============================================================
   BACKGROUND IMAGE (Knight Online gameplay screenshot)
   - User saves their image to: assets/chaos-scene.jpg
   - If exists, overlays the entire SVG scene
   ============================================================ */
.scene-photo {
  position: absolute;
  /* Larger than viewport so pan/zoom doesn't reveal edges */
  top: -8%; left: -8%; right: -8%; bottom: -8%;
  background-image: url('/landing/assets/chaos-scene.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 1;
  will-change: transform;
  animation: sceneWander 28s cubic-bezier(.5,.05,.4,.95) infinite alternate;
}
/* "Exploring the world" — more pronounced zoom + pan, like a steadycam */
@keyframes sceneWander {
  0%   { transform: scale(1.10) translate(0%, 0%); }
  12%  { transform: scale(1.16) translate(-3%, -1.5%); }
  25%  { transform: scale(1.22) translate(-5%, 1%); }
  40%  { transform: scale(1.20) translate(-2%, 2.5%); }
  55%  { transform: scale(1.24) translate(3%, 1.5%); }
  70%  { transform: scale(1.18) translate(5%, -1.5%); }
  85%  { transform: scale(1.14) translate(2%, -2.5%); }
  100% { transform: scale(1.10) translate(0%, 0%); }
}
/* Slight darkening overlay so hero text stays readable */
.scene-photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(0,0,0,.35), rgba(0,0,0,.7) 100%),
    linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.85) 100%);
  pointer-events: none;
}

/* Disable wandering on reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scene-photo { animation: none; transform: scale(1.06); }
}

/* Distant mountain/cliff layers */
.scene-mountain-far,
.scene-mountain-mid,
.scene-trees,
.scene-ground,
.scene-chaos,
.scene-effects,
.scene-knights {
  position:absolute; left:0; right:0;
  width:100%;
  pointer-events:none;
}
.scene-mountain-far  { bottom:35%; height:30%; opacity:.55; }
.scene-mountain-mid  { bottom:28%; height:25%; opacity:.8; }
.scene-trees         { bottom:25%; height:18%; opacity:.95; }
.scene-ground        { bottom:0; height:35%; }
.scene-chaos         { left:50%; bottom:12%; height:42%; transform:translateX(-50%); width:auto; max-width:90vw; }
.scene-effects       { bottom:0; height:35%; mix-blend-mode: screen; }
.scene-knights       { bottom:0; height:25%; }

/* Chaos Stone glow */
.scene-chaos-glow {
  position:absolute; left:50%; bottom:18%;
  width: min(700px, 70vw); height: 35%;
  transform:translateX(-50%);
  background:
    radial-gradient(ellipse, rgba(236,72,153,.4), rgba(34,211,238,.2), transparent 70%);
  filter: blur(60px);
  animation: chaosPulse 3s ease-in-out infinite;
  pointer-events:none;
  z-index:-2;
}
@keyframes chaosPulse {
  0%,100% { opacity:.5; transform: translateX(-50%) scale(1); }
  50% { opacity:.95; transform: translateX(-50%) scale(1.12); }
}

/* ============================================================
   SIDE HANGING BANNERS
   ============================================================ */
.side-banner {
  position: fixed;
  top: clamp(80px, 11vh, 120px);
  height: clamp(280px, 50vh, 460px);
  width: auto;                         /* let aspect ratio of PNG drive width */
  max-width: clamp(120px, 11vw, 200px);
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.75)) drop-shadow(0 0 16px rgba(245,158,11,.18));
  pointer-events: none;
  opacity: .95;
  transform-origin: top center;
}
.side-banner.left  { left: clamp(.5rem, 1.5vw, 1.5rem); animation: bannerSwayL 6s cubic-bezier(.45,.05,.55,.95) infinite; }
.side-banner.right { right: clamp(.5rem, 1.5vw, 1.5rem); animation: bannerSwayR 6.3s cubic-bezier(.45,.05,.55,.95) infinite; }

/* Graceful wind sway — smooth pendulum motion */
@keyframes bannerSwayL {
  0%   { transform: rotate(-2.5deg) translateX(-1px); }
  50%  { transform: rotate(2deg) translateX(2px); }
  100% { transform: rotate(-2.5deg) translateX(-1px); }
}
@keyframes bannerSwayR {
  0%   { transform: rotate(2.5deg) translateX(1px); }
  50%  { transform: rotate(-2deg) translateX(-2px); }
  100% { transform: rotate(2.5deg) translateX(1px); }
}

/* Hide banners on small screens to free up space */
@media (max-width: 900px) {
  .side-banner { display: none; }
}

/* Ember particles */
@keyframes emberRise {
  0%   { transform: translateY(0) scale(0); opacity:0; }
  10%  { opacity:.8; transform: translateY(-15vh) scale(1); }
  100% { transform: translateY(-110vh) translateX(40px) scale(.5); opacity:0; }
}
.ember {
  position:fixed; bottom:-5px; width:4px; height:4px;
  background: radial-gradient(circle, #fbbf24 0%, #f59e0b 40%, transparent 70%);
  border-radius:50%; filter: blur(.5px); pointer-events:none;
  animation: emberRise 10s linear infinite;
  z-index:-1;
}

/* Vignette + grain */
.scene-vignette {
  position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(ellipse 95% 75% at center, transparent 35%, rgba(0,0,0,.5) 75%, rgba(0,0,0,.95) 100%);
}
.scene-grain {
  position:absolute; inset:0; pointer-events:none;
  opacity:.06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ============================================================
   TEXT GRADIENTS
   ============================================================ */
.text-gold-grad {
  background: linear-gradient(135deg, #fde68a 0%, #f59e0b 35%, #fbbf24 60%, #b45309 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  filter: drop-shadow(0 0 22px rgba(245,158,11,.45));
}
.text-blood-grad {
  background: linear-gradient(180deg, #fca5a5 0%, #ef4444 40%, #b91c1c 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.text-hero {
  background: linear-gradient(180deg, #fef3c7 0%, #fbbf24 40%, #d97706 75%, #7c2d12 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  filter: drop-shadow(0 4px 30px rgba(245,158,11,.5)) drop-shadow(0 0 10px rgba(220,38,38,.4));
}

/* ============================================================
   GLASS / BUTTONS
   ============================================================ */
.glass {
  background: linear-gradient(180deg, rgba(20,10,12,.75), rgba(10,5,8,.9));
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}

@keyframes shimmer { 0%{background-position:-200% 0;} 100%{background-position:200% 0;} }
@keyframes pulseGlow {
  0%,100% { box-shadow:0 0 25px rgba(245,158,11,.25), 0 0 50px rgba(220,38,38,.15); }
  50% { box-shadow:0 0 45px rgba(245,158,11,.5), 0 0 90px rgba(220,38,38,.3); }
}
.animate-pulse-glow { animation: pulseGlow 3s ease-in-out infinite; }

.btn-primary {
  position:relative; display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  padding: clamp(.7rem, 1.5vw, 1rem) clamp(1.2rem, 2.5vw, 2.2rem);
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
  color:#1a0a05; font-weight:800;
  font-family:'Cinzel',serif; letter-spacing:.12em; text-transform:uppercase;
  font-size: clamp(.7rem, 1.2vw, .85rem);
  border-radius:4px; overflow:hidden; transition: all .3s; border:none; cursor:pointer;
  box-shadow: 0 10px 35px -8px rgba(245,158,11,.7), inset 0 1px 0 rgba(255,255,255,.25), 0 0 0 1px rgba(245,158,11,.4);
}
.btn-primary::before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  background-size: 200% 100%; animation: shimmer 3s linear infinite;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow:0 18px 50px -10px rgba(245,158,11,.9), inset 0 1px 0 rgba(255,255,255,.35); }

.btn-ghost {
  display:inline-flex; align-items:center; justify-content:center; gap:.55rem;
  padding: clamp(.65rem, 1.4vw, .9rem) clamp(1rem, 2.2vw, 1.8rem);
  background: rgba(0,0,0,.5); color:#fcd34d;
  border:1px solid rgba(245,158,11,.45);
  font-weight:600; font-family:'Cinzel',serif; letter-spacing:.1em; text-transform:uppercase;
  font-size: clamp(.68rem, 1.1vw, .82rem);
  border-radius:4px; transition: all .3s; backdrop-filter: blur(8px); cursor:pointer;
}
.btn-ghost:hover { background: rgba(245,158,11,.12); border-color: #fbbf24; color:#fde68a; transform: translateY(-3px); }

.btn-blood {
  display:inline-flex; align-items:center; justify-content:center; gap:.55rem;
  padding: clamp(.7rem, 1.5vw, 1rem) clamp(1.2rem, 2.5vw, 2.2rem);
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  color:#fff; font-weight:800;
  font-family:'Cinzel',serif; letter-spacing:.12em; text-transform:uppercase;
  font-size: clamp(.7rem, 1.2vw, .85rem);
  border-radius:4px; transition: all .3s; border:none; cursor:pointer;
  box-shadow: 0 10px 35px -8px rgba(220,38,38,.6), inset 0 1px 0 rgba(255,255,255,.2);
}
.btn-blood:hover { transform: translateY(-3px); box-shadow:0 18px 50px -10px rgba(220,38,38,.8); }

/* ============================================================
   COUNTDOWN
   ============================================================ */
/* ============================================================
   CLEAN COUNTDOWN PANEL — emblem divider + prominent date + dark boxes
   ============================================================ */
.cd-panel {
  position: relative;
  width: 100%;
  padding: clamp(1.1rem, 2vh, 1.6rem) clamp(1rem, 2vw, 1.75rem) clamp(1rem, 1.8vh, 1.4rem);
  background:
    radial-gradient(ellipse 110% 80% at 50% 0%, rgba(245,158,11,.06), transparent 75%),
    linear-gradient(180deg, rgba(20,12,8,.78), rgba(8,5,4,.92));
  border: 1px solid rgba(245,158,11,.18);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(.55rem, 1vh, .85rem);
  box-shadow:
    inset 0 1px 0 rgba(245,158,11,.12),
    0 14px 40px -12px rgba(0,0,0,.7);
}

/* Top emblem divider (horizontal line + circle + line) */
.cd-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.6rem, 1.2vw, .9rem);
  width: 100%;
  margin-bottom: .15rem;
}
.cd-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,158,11,.45) 35%, rgba(245,158,11,.55) 50%, rgba(245,158,11,.45) 65%, transparent);
}
.cd-circle {
  width: clamp(34px, 4vw, 42px); height: clamp(34px, 4vw, 42px);
  border-radius: 50%;
  border: 1.5px solid rgba(245,158,11,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(245,158,11,.22), rgba(10,5,8,.95) 65%),
    #0a0508;
  color: #fbbf24;
  font-size: clamp(.9rem, 1.1vw, 1.05rem);
  box-shadow:
    inset 0 1px 2px rgba(251,214,118,.25),
    0 0 18px rgba(245,158,11,.3);
  flex-shrink: 0;
}

/* Title (BETA AÇILIŞ / OFFICIAL AÇILIŞ) */
.cd-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(.78rem, 1.05vw, .95rem);
  font-weight: 600;
  letter-spacing: clamp(.25em, .8vw, .4em);
  text-transform: uppercase;
  color: #d1d5db;
  text-shadow: 0 0 14px rgba(0,0,0,.6);
}

/* Prominent date */
.cd-date {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  font-weight: 700;
  color: #fef3c7;
  letter-spacing: .06em;
  text-shadow: 0 0 18px rgba(245,158,11,.25), 0 1px 0 rgba(0,0,0,.5);
  margin-bottom: clamp(.1rem, .5vh, .3rem);
}

/* 4 countdown boxes grid */
.cd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.5rem, 1vw, .8rem);
  width: 100%;
}

.cd-box {
  position: relative;
  padding: clamp(.7rem, 1.4vh, 1rem) .4rem clamp(.55rem, 1.1vh, .7rem);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(245,158,11,.08), transparent 70%),
    linear-gradient(180deg, rgba(40,25,15,.7), rgba(12,7,5,.85));
  border: 1px solid rgba(245,158,11,.18);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  overflow: hidden;
}
/* Top edge highlight (lighter border feel) */
.cd-box::before {
  content: '';
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,158,11,.55), transparent);
}
.cd-num {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  color: #fbbf24;
  text-shadow: 0 0 22px rgba(245,158,11,.5), 0 1px 0 rgba(0,0,0,.5);
  line-height: 1;
  letter-spacing: -.02em;
}
.cd-lbl {
  font-size: clamp(.55rem, .7vw, .65rem);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9ca3af;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.countdown-wrap::before, .countdown-wrap::after {
  content:""; position:absolute; width:30px; height:1px;
  background: linear-gradient(90deg, transparent, #f59e0b, transparent);
}
.countdown-wrap::before { top:-1px; left:50%; transform:translateX(-50%); }
.countdown-wrap::after  { bottom:-1px; left:50%; transform:translateX(-50%); }
.cd-cell {
  display:flex; flex-direction:column; align-items:center;
  min-width: clamp(42px, 5vw, 60px);
  padding: .25rem clamp(.25rem, .6vw, .5rem);
}
.cd-cell .num {
  font-family:'Cinzel',serif; font-weight:800; color:#fbbf24;
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  text-shadow: 0 0 15px rgba(245,158,11,.7); line-height:1;
}
.cd-cell .lbl {
  font-size: clamp(.5rem, .65vw, .58rem);
  letter-spacing:.18em; color:rgba(255,237,213,.45);
  margin-top:4px; text-transform:uppercase;
}
.cd-sep {
  color:rgba(245,158,11,.3); font-family:'Cinzel',serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  align-self:center; font-weight:300; line-height:1;
}

/* ============================================================
   ACTION CARDS
   ============================================================ */
.action-card {
  position:relative;
  background: linear-gradient(180deg, rgba(25,15,15,.75), rgba(10,5,8,.9));
  backdrop-filter: blur(12px);
  border:1px solid rgba(245,158,11,.25);
  border-radius:8px;
  padding: clamp(.8rem, 1.5vw, 1.1rem);
  cursor:pointer;
  transition: all .35s cubic-bezier(.2,.8,.2,1);
  overflow:hidden;
  text-align:left;
  width:100%; height:100%;
  display:flex; align-items:center; gap: clamp(.6rem, 1.2vw, .85rem);
  color:#f5f5f5;
  min-height: 64px;
}
.action-card::before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(245,158,11,.12), transparent 60%);
  opacity:0; transition: opacity .35s;
}
.action-card::after {
  content:""; position:absolute; top:0; left:-100%; width:100%; height:100%;
  background: linear-gradient(90deg, transparent, rgba(245,158,11,.2), transparent);
  transition: left .6s;
}
.action-card:hover { transform: translateY(-4px); border-color: rgba(245,158,11,.7); box-shadow: 0 18px 50px -15px rgba(245,158,11,.45); }
.action-card:hover::before { opacity:1; }
.action-card:hover::after { left:100%; }
.action-card .ico {
  width: clamp(36px, 4vw, 44px); aspect-ratio:1;
  border-radius:8px;
  background: linear-gradient(135deg, rgba(245,158,11,.3), rgba(180,83,9,.3));
  border:1px solid rgba(245,158,11,.45);
  display:flex; align-items:center; justify-content:center;
  font-size: clamp(.95rem, 1.4vw, 1.1rem); color:#fbbf24; flex-shrink:0;
  box-shadow: 0 0 18px rgba(245,158,11,.2);
}
.action-card .body { flex:1; min-width:0; }
.action-card .body .t {
  font-family:'Cinzel',serif; font-weight:700; color:#fbbf24;
  font-size: clamp(.78rem, 1.2vw, .9rem);
  text-transform:uppercase; letter-spacing:.05em; line-height:1.15;
}
.action-card .body .d {
  font-size: clamp(.65rem, .9vw, .72rem); color:#9ca3af; margin-top:.2rem;
}
.action-card .arrow { color:#f59e0b; font-size:.85rem; transition: transform .3s; flex-shrink:0; }
.action-card:hover .arrow { transform: translateX(4px); }

/* ============================================================
   SUNUCU İLERLEME SÜRECİ — Progress Bar with Milestones
   ============================================================ */
.progress-section {
  width: 100%;
  max-width: 1050px;
  margin: clamp(1rem, 2vh, 1.4rem) auto 0;
  padding: clamp(.8rem, 1.5vh, 1.1rem) clamp(1rem, 2.5vw, 1.5rem);
  background: linear-gradient(180deg, rgba(20,10,12,.7), rgba(8,4,6,.88));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(245,158,11,.28);
  border-radius: 10px;
  box-shadow: 0 10px 30px -15px rgba(0,0,0,.7);
}
.progress-header {
  display:flex; align-items:center; justify-content:center; gap:.6rem;
  margin-bottom: clamp(.7rem, 1.4vh, 1rem);
}
.progress-header .line { height:1px; flex:1; max-width:70px; background: linear-gradient(90deg, transparent, rgba(245,158,11,.55), transparent); }
.progress-header .lbl {
  font-family:'Cinzel',serif; font-weight:700;
  font-size: clamp(.6rem, .9vw, .72rem);
  letter-spacing:.3em; text-transform:uppercase;
  color:#fcd34d;
  text-shadow: 0 0 18px rgba(245,158,11,.4);
}

/* The actual progress bar (rail + fill) */
.progress-rail {
  position: relative;
  height: 6px;
  background: linear-gradient(180deg, rgba(0,0,0,.7), rgba(10,5,8,.9));
  border: 1px solid rgba(245,158,11,.2);
  border-radius: 999px;
  margin: 0 16px clamp(1rem, 2vh, 1.5rem);
  overflow: visible;
}
.progress-fill {
  position: absolute; top:0; left:0; bottom:0;
  background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 60%, #ef4444 100%);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(245,158,11,.7);
  transition: width 1s cubic-bezier(.2,.8,.2,1);
}
.progress-fill::after {
  content: ""; position: absolute; right:-2px; top:50%;
  transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle, #fef3c7 0%, #fbbf24 50%, #d97706 100%);
  box-shadow: 0 0 18px rgba(245,158,11,.9);
  animation: rocketPulse 2s ease-in-out infinite;
}
@keyframes rocketPulse {
  0%,100% { box-shadow: 0 0 12px rgba(245,158,11,.7); }
  50%     { box-shadow: 0 0 25px rgba(245,158,11,1); }
}

/* "Şu an buradayız" status pill — inline in header (no rail overlap) */
.progress-now {
  display: inline-flex;
  align-items: center;
  padding: .22rem .7rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fbbf24;
  background: linear-gradient(180deg, rgba(245,158,11,.15), rgba(245,158,11,.06));
  border: 1px solid rgba(245,158,11,.45);
  border-radius: 999px;
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(245,158,11,.4);
  box-shadow: 0 0 12px -2px rgba(245,158,11,.3);
  animation: nowPulse 2.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes nowPulse {
  0%, 100% { box-shadow: 0 0 12px -2px rgba(245,158,11,.3); }
  50%      { box-shadow: 0 0 18px 0 rgba(245,158,11,.6); }
}
/* Red variant for "Resmi Açılış" state (set via JS class) */
.progress-now.now-final {
  color: #fca5a5;
  background: linear-gradient(180deg, rgba(239,68,68,.18), rgba(239,68,68,.06));
  border-color: rgba(239,68,68,.5);
  text-shadow: 0 0 8px rgba(239,68,68,.5);
  box-shadow: 0 0 12px -2px rgba(239,68,68,.35);
}

/* Milestones grid (under the bar) */
.progress-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.6rem, 1.2vw, 1rem);
}
.ps-step {
  position: relative;
  padding: .6rem .7rem .65rem;
  background: rgba(10,5,8,.55);
  border: 1px solid rgba(245,158,11,.15);
  border-radius: 7px;
  transition: all .3s;
  text-align: left;
}
.ps-step.active {
  background: linear-gradient(180deg, rgba(245,158,11,.15), rgba(10,5,8,.7));
  border-color: rgba(245,158,11,.6);
  box-shadow: 0 8px 25px -8px rgba(245,158,11,.4), inset 0 0 0 1px rgba(245,158,11,.2);
}
.ps-step.done {
  opacity: .65;
  background: rgba(10,5,8,.4);
}
.ps-step.final { border-color: rgba(239,68,68,.25); }
.ps-step.final.active {
  background: linear-gradient(180deg, rgba(239,68,68,.18), rgba(10,5,8,.7));
  border-color: rgba(239,68,68,.6);
  box-shadow: 0 8px 25px -8px rgba(239,68,68,.5), inset 0 0 0 1px rgba(239,68,68,.2);
}

.ps-step .ps-head {
  display: flex; align-items: center; gap: .5rem;
  margin-bottom: .35rem;
}
.ps-step .ps-num {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(10,5,8,.9);
  border: 1.5px solid rgba(245,158,11,.5);
  color: #fbbf24;
  display: flex; align-items: center; justify-content: center;
  font-family:'Cinzel',serif; font-weight:900;
  font-size: .65rem;
  flex-shrink: 0;
}
.ps-step.active .ps-num {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-color: #fbbf24;
  color: #1a0a05;
  box-shadow: 0 0 14px rgba(245,158,11,.7);
}
.ps-step.final .ps-num { border-color: rgba(239,68,68,.5); color: #fca5a5; }
.ps-step.final.active .ps-num {
  background: linear-gradient(135deg, #ef4444, #991b1b);
  border-color: #fca5a5; color:#fff;
  box-shadow: 0 0 14px rgba(239,68,68,.7);
}
.ps-step .ps-date {
  font-family:'Cinzel',serif; font-weight:700;
  font-size: clamp(.72rem, .95vw, .85rem);
  color: #fcd34d;
  letter-spacing: .04em;
  line-height: 1.1;
}
.ps-step.final .ps-date { color: #fca5a5; }
.ps-step .ps-title {
  font-family:'Cinzel',serif; font-weight:600;
  font-size: clamp(.62rem, .8vw, .72rem);
  color: #fde68a;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .35rem;
  line-height: 1.2;
}
.ps-step.final .ps-title { color: #fecaca; }
.ps-step.done .ps-title { color: #9ca3af; }
.ps-step .ps-desc {
  font-size: clamp(.62rem, .78vw, .72rem);
  color: #cbd5e1;
  line-height: 1.45;
  opacity: .85;
}
.ps-step.done .ps-desc { opacity: .55; }

/* Mobile: vertical stack with smaller bar */
@media (max-width: 768px) {
  .progress-steps {
    grid-template-columns: 1fr;
    gap: .6rem;
  }
  .progress-rail { margin: 0 0 1rem; }
  .ps-step .ps-desc { font-size: .72rem; }
}

/* Corner ornaments */
.corner {
  position:absolute; width:14px; height:14px; opacity:.6;
  border: 1px solid #f59e0b; pointer-events:none;
}
.corner.tl { top:5px; left:5px; border-right:none; border-bottom:none; }
.corner.tr { top:5px; right:5px; border-left:none; border-bottom:none; }
.corner.bl { bottom:5px; left:5px; border-right:none; border-top:none; }
.corner.br { bottom:5px; right:5px; border-left:none; border-top:none; }

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay {
  position:fixed; inset:0; z-index:100;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(8px);
  display:flex; align-items:center; justify-content:center;
  padding:1rem;
  opacity:0; pointer-events:none;
  transition: opacity .3s;
}
.modal-overlay.open { opacity:1; pointer-events:auto; }
.modal-content {
  position:relative;
  width:100%; max-width:780px; max-height:88vh;
  background: linear-gradient(180deg, #0a0510 0%, #050309 100%);
  border:1px solid rgba(245,158,11,.4);
  border-radius:14px;
  overflow:hidden;
  transform: scale(.92);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 30px 100px -30px rgba(245,158,11,.5), 0 0 0 1px rgba(245,158,11,.1) inset;
  display:flex; flex-direction:column;
}
.modal-overlay.open .modal-content { transform: scale(1); }
.modal-header {
  position:relative;
  padding: 1.25rem clamp(1rem, 3vw, 2rem);
  border-bottom:1px solid rgba(245,158,11,.2);
  background: linear-gradient(180deg, rgba(245,158,11,.06), transparent);
  display:flex; align-items:center; gap:1rem;
}
.modal-close {
  position:absolute; top:1rem; right:1rem;
  width:36px; height:36px; border-radius:50%;
  background: rgba(245,158,11,.1); border:1px solid rgba(245,158,11,.3);
  color:#fbbf24; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition: all .25s;
}
.modal-close:hover { background: rgba(245,158,11,.25); transform: rotate(90deg); }
.modal-body { padding: 1.5rem clamp(1rem, 3vw, 2rem) 2rem; overflow-y:auto; flex:1; }
.modal-body::-webkit-scrollbar { width:6px; }
.modal-body::-webkit-scrollbar-thumb { background: rgba(245,158,11,.4); border-radius:3px; }

.modal-step { display:flex; align-items:flex-start; gap:.85rem; padding:.75rem 0; border-bottom: 1px dashed rgba(245,158,11,.1); }
.modal-step:last-child { border-bottom:none; }
.modal-step .num {
  flex-shrink:0; width:30px; height:30px; border-radius:50%;
  background: linear-gradient(135deg, #f59e0b, #b45309);
  display:flex; align-items:center; justify-content:center;
  font-family:'Cinzel',serif; font-weight:900; color:#1a1a0a; font-size:.8rem;
}
.modal-step .text { flex:1; font-size:.88rem; color:#d1d5db; line-height:1.55; }
.modal-step .text strong { color:#fde68a; }

.stat-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap:.5rem; margin: .8rem 0; }
.stat-cell { padding:.6rem .8rem; background: rgba(245,158,11,.06); border:1px solid rgba(245,158,11,.15); border-radius:6px; }
.stat-cell .label { font-size:.62rem; letter-spacing:.18em; text-transform:uppercase; color:#9ca3af; margin-bottom:.15rem; }
.stat-cell .value { font-family:'Cinzel',serif; font-weight:700; color:#fbbf24; font-size:.95rem; }

.reward-row { display:flex; align-items:center; gap:1rem; padding:.85rem 1rem; background: rgba(245,158,11,.05); border:1px solid rgba(245,158,11,.15); border-radius:8px; margin-bottom:.6rem; }
.reward-row .rank { flex-shrink:0; width:46px; height:46px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-family:'Cinzel',serif; font-weight:900; font-size:.9rem; }
.reward-row .rank.gold   { background: linear-gradient(135deg, #fbbf24, #b45309); color:#1a1a0a; box-shadow: 0 0 25px rgba(251,191,36,.5); }
.reward-row .rank.silver { background: linear-gradient(135deg, #e5e7eb, #6b7280); color:#1a1a0a; }
.reward-row .rank.bronze { background: linear-gradient(135deg, #b45309, #78350f); color:#fef3c7; }
.reward-row .rank.team   { background: linear-gradient(135deg, #4f46e5, #312e81); color:#fff; }
.reward-row .info .title { font-family:'Cinzel',serif; color:#fde68a; font-weight:600; font-size:.9rem; }
.reward-row .info .desc { font-size:.78rem; color:#9ca3af; line-height:1.4; margin-top:.15rem; }

.draw-card { display:flex; align-items:center; gap:1rem; padding:.85rem 1rem; background: linear-gradient(135deg, rgba(88,101,242,.1), rgba(10,10,20,.6)); border:1px solid rgba(88,101,242,.25); border-radius:8px; margin-bottom:.6rem; transition: all .3s; text-decoration:none; }
.draw-card:hover { border-color: rgba(88,101,242,.5); transform: translateX(4px); }

/* Anchor variants (clickable cards) */
a.draw-card { cursor: pointer; }
a.draw-card.draw-discord { background: linear-gradient(135deg, rgba(88,101,242,.14), rgba(10,10,20,.6)); border-color: rgba(129,140,248,.3); }
a.draw-card.draw-discord:hover { border-color: rgba(129,140,248,.6); box-shadow: 0 8px 22px -8px rgba(88,101,242,.5); }
a.draw-card.draw-instagram { background: linear-gradient(135deg, rgba(236,72,153,.14), rgba(168,85,247,.1)); border-color: rgba(244,114,182,.3); }
a.draw-card.draw-instagram:hover { border-color: rgba(244,114,182,.65); box-shadow: 0 8px 22px -8px rgba(236,72,153,.5); }
a.draw-card.draw-whatsapp { background: linear-gradient(135deg, rgba(34,197,94,.14), rgba(22,163,74,.08)); border-color: rgba(74,222,128,.3); }
a.draw-card.draw-whatsapp:hover { border-color: rgba(74,222,128,.65); box-shadow: 0 8px 22px -8px rgba(34,197,94,.5); }

/* Featured reward row (highlighted) */
.reward-row.reward-featured {
  background: linear-gradient(135deg, rgba(245,158,11,.15), rgba(220,38,38,.1));
  border-color: rgba(245,158,11,.55);
  box-shadow: 0 0 22px -6px rgba(245,158,11,.4), inset 0 0 0 1px rgba(245,158,11,.15);
}
.reward-row.reward-featured .info .title { color: #fef3c7; font-size: 1rem; }
.reward-row .rank i { font-size: 1rem; }
.draw-card .draw-icon { flex-shrink:0; width:48px; height:48px; border-radius:10px; background: linear-gradient(135deg, rgba(88,101,242,.3), rgba(124,58,237,.3)); border:1px solid rgba(129,140,248,.4); display:flex; align-items:center; justify-content:center; font-size:1.3rem; color:#a5b4fc; }
.draw-card .draw-body { flex:1; min-width:0; }
.draw-card .draw-body .t { font-family:'Cinzel',serif; color:#fde68a; font-weight:600; font-size:.95rem; }
.draw-card .draw-body .d { font-size:.78rem; color:#9ca3af; margin-top:.15rem; }
.draw-card .draw-meta { text-align:right; font-size:.7rem; flex-shrink:0; }
.draw-card .draw-meta .time { color:#fcd34d; font-family:'Cinzel',serif; font-weight:600; }
.draw-card .draw-meta .ppl { color:#6b7280; }

body.modal-open { overflow:hidden; }

/* Wider modal for detailed server info */
.modal-content.modal-wide { max-width: 900px; }

/* Modal info elements */
.info-intro {
  background: linear-gradient(180deg, rgba(245,158,11,.06), rgba(10,5,8,.4));
  border: 1px solid rgba(245,158,11,.18);
  border-radius: 8px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.2rem;
  font-size: .88rem;
  color: #d1d5db;
  line-height: 1.55;
}
.info-intro strong { font-weight: 700; }

.info-h {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fbbf24;
  margin: 1.4rem 0 .65rem;
  padding-bottom: .35rem;
  border-bottom: 1px dashed rgba(245,158,11,.25);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.info-h::before {
  content: '◆';
  color: #f59e0b;
  font-size: .65rem;
}

.info-note {
  font-size: .75rem;
  color: #9ca3af;
  margin-top: .5rem;
  font-style: italic;
}

/* Closed systems pills (no Talisman, no Tattoo, etc) */
.closed-list {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: .6rem 0;
}
.closed-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .65rem;
  background: linear-gradient(180deg, rgba(220,38,38,.12), rgba(127,29,29,.18));
  border: 1px solid rgba(220,38,38,.3);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 500;
  color: #fca5a5;
  letter-spacing: .03em;
}
.closed-pill i { font-size: .6rem; opacity: .7; }

/* Info table (level limits, other rules) */
.info-table {
  background: rgba(10,5,8,.45);
  border: 1px solid rgba(245,158,11,.15);
  border-radius: 8px;
  overflow: hidden;
}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .55rem .85rem;
  border-bottom: 1px solid rgba(245,158,11,.08);
}
.info-row:last-child { border-bottom: none; }
.info-row .info-label {
  font-size: .82rem;
  color: #d1d5db;
}
.info-row .info-val {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: .85rem;
  color: #fbbf24;
}

/* Upgrade roadmap cards */
.upgrade-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
  margin-top: .5rem;
}
@media (max-width: 640px) {
  .upgrade-grid { grid-template-columns: 1fr; }
}
.upgrade-card {
  background: linear-gradient(180deg, rgba(245,158,11,.08), rgba(10,5,8,.6));
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 8px;
  padding: .8rem .9rem;
  text-align: center;
}
.upgrade-card .upgrade-day {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1rem;
  color: #ef4444;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  padding-bottom: .3rem;
  border-bottom: 1px dashed rgba(239,68,68,.3);
}
.upgrade-card .upgrade-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-size: .78rem;
  color: #fde68a;
  padding: .15rem 0;
}
.upgrade-card .upgrade-detail i {
  color: #fbbf24;
  width: 14px;
  text-align: center;
}

/* Tournament grid */
.tourney-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}
@media (max-width: 640px) {
  .tourney-grid { grid-template-columns: repeat(2, 1fr); }
}
.tourney-card {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .75rem;
  background: linear-gradient(135deg, rgba(220,38,38,.12), rgba(10,5,8,.6));
  border: 1px solid rgba(220,38,38,.28);
  border-radius: 6px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: .78rem;
  color: #fef3c7;
}
.tourney-card i { color: #ef4444; font-size: .85rem; }

/* FAQ accordion */
.faq-item {
  background: rgba(10,5,8,.45);
  border: 1px solid rgba(245,158,11,.15);
  border-radius: 8px;
  margin-bottom: .4rem;
  overflow: hidden;
}
.faq-item summary {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem .9rem;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: .8rem;
  color: #fde68a;
  cursor: pointer;
  list-style: none;
  transition: background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: '❓';
  font-size: .85rem;
}
.faq-item summary::after {
  content: '+';
  margin-left: auto;
  font-size: 1.1rem;
  color: #fbbf24;
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { background: rgba(245,158,11,.06); }
.faq-item p {
  padding: 0 .9rem .75rem;
  font-size: .8rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* Video modal */
.modal-content.modal-video { max-width: 720px; }
.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;  /* 16:9 */
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(245,158,11,.2);
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Image modal — auto-sized to image, with safe max bounds */
.modal-content.modal-image {
  max-width: min(900px, 92vw);
  width: auto;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
}
.modal-image .modal-header { padding: .8rem 1.2rem; }
.modal-image .modal-body {
  padding: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1;
}
.modal-image .modal-body img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 80px);  /* leaves room for header */
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid rgba(245,158,11,.2);
}

/* ============================================================
   INNER PROMO (inside progress-section)
   ============================================================ */
.progress-divider {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(.6rem, 1.2vw, .9rem);
  margin: clamp(1rem, 1.8vh, 1.4rem) 0 clamp(.8rem, 1.4vh, 1.1rem);
  padding-top: clamp(.7rem, 1.4vh, 1rem);
  border-top: 1px dashed rgba(245,158,11,.2);
}
.progress-divider .line {
  height: 1px; flex: 1; max-width: 60px;
  background: linear-gradient(90deg, transparent, rgba(245,158,11,.5), transparent);
}
.progress-divider .lbl {
  font-family: 'Cinzel', serif; font-weight: 700;
  font-size: clamp(.62rem, .9vw, .72rem);
  letter-spacing: .3em; text-transform: uppercase;
  color: #fcd34d;
  text-shadow: 0 0 14px rgba(245,158,11,.35);
}
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.85rem, 1.6vw, 1.3rem);
}
@media (max-width: 768px) {
  .promo-grid { grid-template-columns: 1fr; }
}

.promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(20,12,8,.78), rgba(8,5,4,.92));
  border: 1px solid rgba(245,158,11,.22);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .3s, box-shadow .3s;
  text-align: left;
  width: 100%;
  color: #f5f5f5;
}
.promo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245,158,11,.55);
  box-shadow: 0 16px 40px -12px rgba(245,158,11,.35), 0 0 24px -8px rgba(245,158,11,.3);
}
.promo-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background:
    radial-gradient(ellipse at center, rgba(245,158,11,.04), rgba(10,5,8,.6) 70%),
    linear-gradient(135deg, #1a0a05, #0a0508);
  overflow: hidden;
  border-bottom: 1px solid rgba(245,158,11,.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;        /* show FULL image without cropping */
  display: block;
  transition: transform .5s ease;
  pointer-events: none;
}
.promo-card:hover .promo-thumb img { transform: scale(1.06); }

/* Video thumb: YouTube thumbnail + dark gradient overlay + play button */
.promo-thumb.video-thumb {
  background: #000;
}
.promo-thumb.video-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.promo-thumb.video-thumb .play-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.55) 100%);
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.promo-thumb.video-thumb .play-btn {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(220,38,38,.96), rgba(153,27,27,.96));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.35rem;
  box-shadow: 0 0 28px rgba(220,38,38,.7), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .3s, box-shadow .3s;
  padding-left: 4px;
  pointer-events: none;
}
.promo-card:hover .promo-thumb.video-thumb .play-btn {
  transform: scale(1.12);
  box-shadow: 0 0 38px rgba(220,38,38,.9), inset 0 1px 0 rgba(255,255,255,.35);
}
.promo-thumb .yt-badge {
  position: absolute;
  top: 10px; right: 10px;
  background: #dc2626;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .58rem;
  letter-spacing: .1em;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-flex; align-items: center; gap: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,.5);
  pointer-events: none;
  z-index: 2;
}

.promo-info {
  padding: clamp(.75rem, 1.4vw, 1rem) clamp(.85rem, 1.6vw, 1.2rem) clamp(.85rem, 1.6vw, 1.1rem);
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.promo-info .promo-title {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: clamp(.85rem, 1.15vw, 1rem);
  color: #fde68a;
  letter-spacing: .03em;
}
.promo-info .promo-desc {
  font-size: clamp(.7rem, .9vw, .8rem);
  color: #9ca3af;
  line-height: 1.4;
}
.promo-info .promo-cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .5rem;
  font-family: 'Cinzel', serif;
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #f59e0b;
}
.promo-info .promo-cta i { transition: transform .3s; }
.promo-card:hover .promo-info .promo-cta i { transform: translateX(4px); }

/* ============================================================
   HERO LAYOUT
   ============================================================ */
.hero {
  position:relative; z-index:5;
  min-height: 100vh; min-height: 100dvh;
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  padding: clamp(5.5rem, 11vh, 8rem) clamp(.75rem, 2vw, 1.5rem) clamp(2rem, 5vh, 3rem);
  text-align:center;
  width:100%;
  max-width: 1400px;
  margin: 0 auto;
}

.crest-wrap {
  position:relative;
  margin-bottom: clamp(.5rem, 1.5vh, 1rem);
  filter: drop-shadow(0 10px 40px rgba(245,158,11,.4)) drop-shadow(0 0 20px rgba(220,38,38,.3));
  animation: floatSlow 6s ease-in-out infinite;
}
.crest-wrap svg { width: clamp(120px, 18vh, 200px); height: clamp(120px, 18vh, 200px); }

@keyframes floatSlow {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-8px); }
}

.hero-title {
  font-family:'Cinzel',serif;
  font-weight:900;
  font-size: clamp(2.2rem, 7.5vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  margin: 0;
}

/* Hero logo (image replaces text title) */
.hero-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  filter: drop-shadow(0 6px 24px rgba(245,158,11,.45)) drop-shadow(0 0 14px rgba(220,38,38,.25));
  transition: transform .35s ease, filter .35s ease;
}
.hero-logo img {
  display: block;
  height: clamp(100px, 18vh, 200px);
  width: auto;
  max-width: 92vw;
  object-fit: contain;
}
.hero-logo:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 8px 28px rgba(245,158,11,.65)) drop-shadow(0 0 18px rgba(220,38,38,.35));
}

.hero-sub {
  font-family:'Cinzel',serif;
  font-size: clamp(.6rem, 1vw, .82rem);
  letter-spacing: clamp(.3em, .8vw, .45em);
  color: rgba(245,158,11,.75);
  text-transform: uppercase;
  margin: clamp(.3rem, 1vh, .5rem) 0 0;
  padding-left: .55em;
}

.hero-tagline {
  font-family:'MedievalSharp', cursive;
  font-size: clamp(.9rem, 1.5vw, 1.25rem);
  color: #fde68a;
  margin: clamp(.8rem, 2vh, 1.4rem) 0 clamp(.8rem, 2vh, 1.2rem);
  letter-spacing: 0.05em;
  text-shadow: 0 0 20px rgba(245,158,11,.5);
  max-width: 90%;
}

/* ============================================================
   UNIFIED CONTAINER WIDTH — all hero blocks share this width
   ============================================================ */
.quick-actions,
.countdown-stack,
.action-cards,
.progress-section {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* Countdown grid: Beta + Official as equal 2-column row */
.countdown-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(.75rem, 1.5vw, 1.25rem);
  align-items: stretch;
}
.countdown-stack > div {
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
}
@media (max-width: 640px) {
  .countdown-stack { grid-template-columns: 1fr; }
}

/* Action cards grid: 3 equal columns within unified width */
.action-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.6rem, 1.2vw, .9rem);
}
@media (max-width: 640px) {
  .action-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   QUICK ACTION BUTTONS (Discord / Panel / Forum) — MMORPG style
   ============================================================ */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.2vw, 1.75rem);
  margin: clamp(1.2rem, 2.6vh, 1.8rem) auto clamp(1.2rem, 2.6vh, 1.8rem);
  /* max-width matches other unified blocks (960px) */
}
@media (max-width: 520px) {
  .quick-actions { grid-template-columns: 1fr; gap: .8rem; }
}
.qa-btn {
  position: relative;
  /* Icon + text as a single centered group */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.6rem, 1.2vw, .9rem);
  padding: clamp(1rem, 1.9vw, 1.3rem) clamp(1.4rem, 2.4vw, 2rem);
  min-height: clamp(60px, 8vh, 76px);
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: clamp(.82rem, 1.1vw, .95rem);
  letter-spacing: .15em;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  transition: transform .3s, filter .3s;
  overflow: hidden;
  border: none;
  background-color: transparent;
  line-height: 1;

  /* User-supplied brass plate PNG (save to assets/btn-brass.png) */
  background-image: url('/landing/assets/btn-brass.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  color: #2a1808;
  text-shadow:
    0 1px 0 rgba(255,235,200,.55),
    0 -1px 1px rgba(0,0,0,.35);

  filter: drop-shadow(0 8px 16px rgba(0,0,0,.5));
}

/* Text label */
.qa-btn > span:not(.qa-corner):not(.qa-frame) {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Icon — inline next to text, vertically centered with it */
.qa-btn > i {
  position: relative;
  z-index: 2;
  font-size: 1.3em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
/* Clean hover — only drop-shadow glow, no flashy effects */
.qa-btn:hover {
  filter:
    drop-shadow(0 14px 26px rgba(0,0,0,.7))
    drop-shadow(0 0 20px rgba(245,158,11,.5));
}
.qa-btn:active {
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.6));
}

/* Engraved icon — same color as text for harmony */
.qa-btn i {
  color: #2a1808;
  filter:
    drop-shadow(0 1px 0 rgba(255,235,200,.55))
    drop-shadow(0 -1px 1px rgba(0,0,0,.4));
}

/* No variant icon colors — all unified engraved brass */
.qa-discord i,
.qa-panel i,
.qa-forum i { color: #2a1808; }

/* Hide old rivets and inner frame (clip-path clips them) */
.qa-btn .qa-corner,
.qa-btn .qa-frame { display: none; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  position: fixed; top:0; left:0; right:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding: clamp(.55rem, 1.3vh, .85rem) clamp(.75rem, 2vw, 1.5rem);
  transition: background .3s, backdrop-filter .3s, border-color .3s;
  border-bottom: 1px solid transparent;
  gap: .5rem;
}

/* Left cluster: logo + mute */
.topbar-left {
  display: flex; align-items: center;
  gap: clamp(.5rem, 1vw, .85rem);
}
.topbar-logo {
  display: inline-flex;
  align-items: center;
  height: clamp(36px, 3.8vw, 52px);
  transition: transform .25s, filter .25s;
  flex-shrink: 0;
}
.topbar-logo img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.6));
}
.topbar-logo:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 0 12px rgba(245,158,11,.5));
}
.topbar.scrolled {
  background: rgba(5,3,8,.85);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(245,158,11,.15);
}

.icon-pill {
  display:inline-flex; align-items:center; gap:.4rem;
  padding: clamp(.35rem, .8vh, .5rem) clamp(.6rem, 1.4vw, .9rem);
  background: rgba(0,0,0,.5);
  border:1px solid rgba(245,158,11,.3);
  border-radius:999px;
  font-size: clamp(.6rem, 1vw, .72rem);
  color:#fcd34d; cursor:pointer;
  letter-spacing:.1em; text-transform:uppercase;
  font-family:'Cinzel',serif; font-weight:600;
  transition: all .25s; backdrop-filter: blur(8px);
  white-space:nowrap;
}
.icon-pill:hover { background: rgba(245,158,11,.15); border-color:#fbbf24; color:#fde68a; }

.icon-pill.kayit { background: linear-gradient(135deg, rgba(220,38,38,.4), rgba(153,27,27,.4)); border-color: rgba(239,68,68,.5); color:#fca5a5; }
.icon-pill.kayit:hover { background: linear-gradient(135deg, rgba(220,38,38,.6), rgba(153,27,27,.6)); color:#fff; }

/* ============================================================
   CHAT ANNOUNCEMENT POPUP (bottom-left, Messenger-style)
   ============================================================ */
.chat-popup {
  position: fixed;
  bottom: clamp(1rem, 2.5vh, 1.5rem);
  left: clamp(1rem, 2vw, 1.5rem);
  width: clamp(280px, 26vw, 340px);
  max-width: calc(100vw - 2rem);
  z-index: 60;
  background: linear-gradient(180deg, rgba(15,10,15,.95), rgba(8,5,8,.98));
  border: 1px solid rgba(245,158,11,.3);
  border-radius: 12px;
  box-shadow:
    0 20px 60px -15px rgba(0,0,0,.8),
    0 0 30px -10px rgba(245,158,11,.2);
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(30px) scale(.95);
  transition: opacity .5s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.2,.8,.2,1);
}
.chat-popup.open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.chat-popup.closed {
  opacity: 0;
  transform: translateY(20px) scale(.95);
  pointer-events: none;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .7rem .85rem .65rem;
  background: linear-gradient(180deg, rgba(88,101,242,.18), rgba(88,101,242,.03));
  border-bottom: 1px solid rgba(245,158,11,.15);
  position: relative;
}
.chat-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 5%; right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,158,11,.4), transparent);
}
.chat-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5865f2, #4752c4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  box-shadow: 0 0 16px rgba(88,101,242,.5);
  position: relative;
  flex-shrink: 0;
}
.chat-avatar::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid rgba(15,10,15,.95);
}
.chat-info { flex: 1; min-width: 0; }
.chat-name {
  font-family: 'Cinzel', serif;
  font-size: .82rem;
  font-weight: 700;
  color: #fde68a;
  letter-spacing: .04em;
  line-height: 1.15;
}
.chat-status {
  font-size: .65rem;
  color: #4ade80;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 1px;
  font-weight: 600;
}
.chat-close {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #9ca3af;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  transition: all .25s;
  flex-shrink: 0;
}
.chat-close:hover {
  background: rgba(239,68,68,.2);
  color: #fff;
  transform: rotate(90deg);
}
.chat-body {
  padding: .85rem .9rem 1rem;
}
.chat-msg {
  position: relative;
  background: linear-gradient(180deg, rgba(245,158,11,.1), rgba(245,158,11,.04));
  border: 1px solid rgba(245,158,11,.2);
  border-radius: 12px;
  border-top-left-radius: 4px;
  padding: .75rem .9rem;
  margin-bottom: .5rem;
}
.chat-msg .chat-text {
  font-size: .82rem;
  color: #e5e7eb;
  line-height: 1.45;
  margin-bottom: .65rem;
}
.chat-cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .95rem;
  background: linear-gradient(135deg, #5865f2, #4752c4);
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: all .25s;
  box-shadow: 0 4px 14px rgba(88,101,242,.4);
}
.chat-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(88,101,242,.7);
}

/* WhatsApp variant — green theme */
.chat-msg-whatsapp {
  background: linear-gradient(180deg, rgba(34,197,94,.1), rgba(34,197,94,.04));
  border-color: rgba(74,222,128,.3);
  margin-top: .55rem;
}
.chat-cta-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 4px 14px rgba(34,197,94,.4);
}
.chat-cta-whatsapp:hover {
  box-shadow: 0 8px 22px rgba(34,197,94,.7);
}
.chat-time {
  font-size: .62rem;
  color: #6b7280;
  text-align: right;
  margin-top: .3rem;
  letter-spacing: .05em;
}
@media (max-width: 480px) {
  .chat-popup { width: calc(100vw - 2rem); }
}

/* ============================================================
   CHAT TAB (minimized state — desktop only)
   ============================================================ */
.chat-tab {
  position: fixed;
  bottom: clamp(1rem, 2.5vh, 1.5rem);
  left: clamp(1rem, 2vw, 1.5rem);
  z-index: 60;
  display: none;
  align-items: center;
  gap: .55rem;
  padding: .5rem .9rem .5rem .5rem;
  background: linear-gradient(180deg, rgba(15,10,15,.96), rgba(8,5,8,.99));
  border: 1px solid rgba(245,158,11,.35);
  border-radius: 999px;
  box-shadow:
    0 12px 30px -10px rgba(0,0,0,.75),
    0 0 18px -8px rgba(245,158,11,.3);
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(20px) scale(.92);
  transition: opacity .4s cubic-bezier(.2,.8,.2,1), transform .4s cubic-bezier(.2,.8,.2,1), border-color .25s;
  pointer-events: none;
}
.chat-tab.visible {
  display: inline-flex;
  pointer-events: auto;
}
.chat-tab.shown {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.chat-tab:hover {
  border-color: rgba(245,158,11,.65);
  transform: translateY(-2px) scale(1);
}
.chat-tab .ct-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5865f2, #4752c4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .8rem;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(88,101,242,.5);
}
.chat-tab .ct-label {
  font-family: 'Cinzel', serif;
  font-size: .72rem;
  font-weight: 700;
  color: #fde68a;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.chat-tab .ct-badge {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(239,68,68,.7);
  margin-left: .15rem;
}
/* Hide tab on mobile (full close on mobile) */
@media (max-width: 640px) {
  .chat-tab { display: none !important; }

  /* Move Discord/Panel/Forum buttons to the very bottom on mobile */
  .quick-actions {
    order: 99;
    margin-top: 1.8rem;
    margin-bottom: 1.2rem;
  }
}

/* Floating side buttons */
.side-stack {
  position:fixed; bottom: clamp(1rem, 3vh, 1.5rem); right: clamp(1rem, 2vw, 1.5rem);
  z-index:40;
  display:flex; flex-direction:column; gap:.6rem;
}
.side-btn {
  width: clamp(40px, 5vw, 48px); aspect-ratio:1; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-size: clamp(1rem, 1.5vw, 1.2rem); transition: all .25s; text-decoration:none;
  box-shadow: 0 8px 24px -8px rgba(0,0,0,.7);
}
.side-btn:hover { transform: translateY(-3px) scale(1.05); }
.side-btn.discord { background: linear-gradient(135deg, #5865f2, #4752c4); box-shadow: 0 8px 24px -6px rgba(88,101,242,.6); }
.side-btn.wa { background: linear-gradient(135deg, #22c55e, #16a34a); box-shadow: 0 8px 24px -6px rgba(34,197,94,.6); }

/* Scrollbar */
::-webkit-scrollbar { width:10px; }
::-webkit-scrollbar-track { background:#000; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #b45309, #d97706); border-radius:10px; }

/* AOS-lite — faster fade-in cascade */
[data-fade] { opacity:0; transform: translateY(14px); transition: opacity .45s ease-out 0s, transform .45s ease-out 0s; }
[data-fade].in { opacity:1; transform: translateY(0); }
[data-fade-1] { transition-delay: .08s; }
[data-fade-2] { transition-delay: .16s; }
[data-fade-3] { transition-delay: .24s; }
[data-fade-4] { transition-delay: .32s; }
[data-fade-5] { transition-delay: .4s; }

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */

/* Very small phones (<400px) */
@media (max-width: 400px) {
  .topbar { padding: .5rem .6rem; }
  .icon-pill { padding: .3rem .55rem; font-size: .58rem; gap:.25rem; }
  .icon-pill span { display:none; }
  .hero-tagline { font-size: .9rem; }
  .scene-dragon { display:none; }
}

/* Mobile portrait — stack countdowns */
@media (max-width: 640px) {
  .countdown-stack { flex-direction: column; gap: 1rem !important; }
  .hero-title { letter-spacing: .02em; }
}

/* Mobile landscape & small tablets */
@media (max-width: 768px) {
  .hero { padding-top: 5rem; padding-bottom: 2rem; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero { max-width: 95%; }
}

/* Large desktop 1440+ */
@media (min-width: 1440px) {
  .hero { max-width: 1300px; }
}

/* Small laptops (1024-1599px) — 1366x768, 1280x720, 1440x900 etc. */
@media (min-width: 1024px) and (max-width: 1599px) {
  .hero {
    max-width: 1080px;
    min-height: auto;
    height: auto;
    justify-content: flex-start;
    padding-top: 4rem;
    padding-bottom: .4rem;
    gap: 0;
  }
  .hero-title { font-size: 3.2rem; line-height: .88; }
  .hero-logo { margin-bottom: 1rem; }
  .hero-logo img { height: clamp(95px, 13vh, 130px); }
  .hero-tagline { font-size: .82rem; margin: .25rem 0 .4rem; }

  /* Topbar tighter */
  .topbar { padding: .45rem 1rem; }
  .topbar-logo { height: clamp(36px, 3.4vw, 44px); }

  /* Quick action buttons — smaller */
  .qa-btn { min-height: 58px; padding: .85rem 1.2rem; font-size: .78rem; letter-spacing: .1em; }

  /* Countdown panel */
  .cd-panel { padding: .55rem .85rem .6rem; gap: .25rem; }
  .cd-title { font-size: .64rem; letter-spacing: .2em; }
  .cd-date  { font-size: .8rem; margin-bottom: 0; }
  .cd-num   { font-size: 1.15rem; }
  .cd-lbl   { font-size: .5rem; letter-spacing: .12em; }
  .cd-box   { padding: .35rem .25rem .35rem; gap: .15rem; }
  .cd-circle { width: 24px; height: 24px; font-size: .68rem; }
  .cd-emblem { margin-bottom: 0; gap: .5rem; }

  /* Action cards */
  .action-card { padding: .55rem .75rem; min-height: 54px; gap: .55rem; }
  .action-card .ico { width: 30px; height: 30px; font-size: .9rem; }
  .action-card .body .t { font-size: .74rem; }
  .action-card .body .d { font-size: .6rem; margin-top: .1rem; }

  /* Tight vertical spacing */
  .quick-actions   { margin-top: 1.2rem; margin-bottom: 1.6rem; }
  .countdown-stack { margin-bottom: 1.4rem !important; }
  .action-cards    { margin-bottom: 1.2rem; }
  .progress-section { margin-top: 0; padding: .55rem .9rem .65rem; }

  /* Progress steps */
  .progress-header { margin-bottom: .4rem; }
  .progress-header .lbl { font-size: .62rem; letter-spacing: .22em; }
  .progress-header .line { max-width: 50px; }
  .ps-step { padding: .4rem .5rem .45rem; }
  .ps-step .ps-head { margin-bottom: .18rem; gap: .32rem; }
  .ps-step .ps-num { width: 18px; height: 18px; font-size: .58rem; }
  .ps-step .ps-date { font-size: .7rem; }
  .ps-step .ps-title { font-size: .6rem; margin-bottom: .15rem; }
  .ps-step .ps-desc { font-size: .6rem; line-height: 1.28; }
  .progress-rail { height: 5px; margin: 0 12px .65rem; }
  .progress-now { font-size: .55rem; }
  .progress-fill::after { width: 11px; height: 11px; }

  /* Promo cards */
  .promo-info .promo-title { font-size: .85rem; }
  .promo-info .promo-desc { font-size: .68rem; }

  /* Banners smaller on small laptops */
  .side-banner { height: clamp(240px, 42vh, 340px); max-width: clamp(100px, 9vw, 140px); top: clamp(70px, 9vh, 95px); }
}

/* Full HD 1080p range (1600-2199px) — balanced + bigger title */
@media (min-width: 1600px) and (max-width: 2199px) {
  .hero {
    max-width: 1240px;
    min-height: auto;
    height: auto;
    justify-content: flex-start;
    padding-top: 5.5rem;
    padding-bottom: .5rem;
    gap: 0;
  }
  .hero-title { font-size: 4.4rem; line-height: .88; letter-spacing: .03em; }
  .hero-logo { margin-bottom: 1.5rem; }
  .hero-logo img { height: clamp(140px, 18vh, 180px); }
  .hero-tagline { font-size: .88rem; margin: .3rem 0 .5rem; }

  /* Quick actions */
  .quick-actions { max-width: 960px; }

  /* Quick action buttons — taller */
  .qa-btn { min-height: 72px; padding: 1.15rem 1.5rem; font-size: .88rem; }

  /* Countdown panel — taller (user request) */
  .cd-panel { padding: 1rem 1.1rem 1.05rem; gap: .4rem; }
  .cd-title { font-size: .75rem; letter-spacing: .24em; }
  .cd-date  { font-size: .95rem; margin-bottom: .1rem; }
  .cd-num   { font-size: 1.5rem; }
  .cd-lbl   { font-size: .56rem; letter-spacing: .15em; }
  .cd-box   { padding: .55rem .35rem .55rem; gap: .22rem; }
  .cd-circle { width: 32px; height: 32px; font-size: .85rem; }
  .cd-emblem { margin-bottom: .1rem; gap: .6rem; }

  /* Action cards — taller */
  .action-card { padding: .75rem .95rem; min-height: 66px; gap: .7rem; }
  .action-card .ico { width: 36px; height: 36px; font-size: 1.05rem; }
  .action-card .body .t { font-size: .82rem; }
  .action-card .body .d { font-size: .66rem; margin-top: .14rem; }

  /* GENEROUS spacing — bigger breathing room below all sections */
  .quick-actions   { margin-top: 2.2rem; margin-bottom: 2.5rem; }
  .countdown-stack { margin-bottom: 2.5rem !important; }
  .action-cards    { margin-bottom: 2.2rem; }
  .progress-section { margin-top: 0; padding: .75rem 1.2rem .85rem; }

  /* Progress steps — LARGER (user request) */
  .progress-header { margin-bottom: .55rem; }
  .progress-header .lbl { font-size: .72rem; letter-spacing: .28em; }
  .progress-header .line { max-width: 65px; }
  .ps-step { padding: .6rem .7rem .65rem; }
  .ps-step .ps-head { margin-bottom: .3rem; gap: .45rem; }
  .ps-step .ps-num { width: 22px; height: 22px; font-size: .66rem; }
  .ps-step .ps-date { font-size: .82rem; }
  .ps-step .ps-title { font-size: .68rem; margin-bottom: .25rem; }
  .ps-step .ps-desc { font-size: .68rem; line-height: 1.35; }
  .progress-rail { height: 6px; margin: 0 14px .8rem; }
  .progress-now { font-size: .62rem; }
  .progress-fill::after { width: 13px; height: 13px; }

  /* Footer info */
  .hero > div:last-child { font-size: .58rem; margin-top: .3rem; }
}

/* 2K & 4K (2200+) — balanced fit-to-viewport */
@media (min-width: 2200px) {
  .hero {
    max-width: 1500px;
    min-height: auto;
    justify-content: flex-start;
    padding-top: 6.5rem;
    padding-bottom: 1rem;
  }
  .hero-title { font-size: 5.5rem; line-height: .9; }
  .hero-logo { margin-bottom: 2rem; }
  .hero-logo img { height: clamp(180px, 18vh, 240px); }
  .hero-tagline { font-size: 1.1rem; margin: .35rem 0 .55rem; }

  /* Quick action buttons */
  .qa-btn { min-height: 76px; padding: 1.2rem 1.6rem; font-size: .92rem; }

  /* Countdown panel — slightly bigger than 1080p */
  .cd-panel { padding: 1.1rem 1.2rem 1.15rem; gap: .45rem; }
  .cd-title { font-size: .82rem; letter-spacing: .26em; }
  .cd-date  { font-size: 1.1rem; }
  .cd-num   { font-size: 1.7rem; }
  .cd-lbl   { font-size: .62rem; letter-spacing: .16em; }
  .cd-box   { padding: .65rem .4rem .65rem; gap: .25rem; }
  .cd-circle { width: 36px; height: 36px; font-size: .95rem; }
  .cd-emblem { margin-bottom: .15rem; gap: .7rem; }

  /* Action cards — slightly bigger */
  .action-card { padding: .85rem 1.05rem; min-height: 72px; gap: .8rem; }
  .action-card .ico { width: 40px; height: 40px; font-size: 1.15rem; }
  .action-card .body .t { font-size: .92rem; }
  .action-card .body .d { font-size: .74rem; margin-top: .14rem; }

  /* Spacing — tighter than free-spread, to fit viewport */
  .quick-actions   { margin-top: 1.6rem; margin-bottom: 1.8rem; }
  .countdown-stack { margin-bottom: 1.8rem !important; }
  .action-cards    { margin-bottom: 1.6rem; }
  .progress-section { margin-top: 0; padding: .9rem 1.4rem 1rem; }

  /* Progress steps — bigger */
  .progress-header { margin-bottom: .55rem; }
  .progress-header .lbl { font-size: .78rem; letter-spacing: .28em; }
  .progress-header .line { max-width: 70px; }
  .ps-step { padding: .55rem .75rem .6rem; }
  .ps-step .ps-num { width: 24px; height: 24px; font-size: .72rem; }
  .ps-step .ps-date { font-size: .88rem; }
  .ps-step .ps-title { font-size: .76rem; }
  .ps-step .ps-desc { font-size: .76rem; line-height: 1.35; }
  .progress-rail { height: 6px; margin: 0 14px .75rem; }
  .progress-now { font-size: .68rem; }
  .progress-fill::after { width: 13px; height: 13px; }

  /* Promo cards — bigger */
  .promo-info .promo-title { font-size: 1.05rem; }
  .promo-info .promo-desc { font-size: .82rem; }
}

/* 4K (2880+) — extra breathing for true 4K */
@media (min-width: 2880px) {
  .hero { max-width: 1750px; padding-top: 6.5rem; }
  .hero-title { font-size: 6.5rem; }
  .qa-btn { min-height: 84px; font-size: 1rem; }
  .cd-num { font-size: 1.95rem; }
}

/* Short viewports */
@media (max-height: 700px) {
  .hero-tagline { margin: .5rem 0; }
}

/* Touch device — disable hover lifts that feel weird */
@media (hover: none) {
  .action-card:hover { transform: none; }
  .btn-primary:hover, .btn-ghost:hover, .btn-blood:hover { transform: none; }
}

/* Print/reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .scene-dragon, .ember { display:none; }
}