/* ==========================================================================
   www.o11.shop — Official O11 Pro Streamer v6.0 Web Store & Portal
   Theme: Obsidian Studio / O11 Crimson & Telemetry Cyberpunk
   Enhanced: Country-Wise Packages, Interactive Studios, Dynamic Cart, SFX
   ========================================================================== */

:root {
  --bg: #050507;
  --bg-subtle: #08090d;
  --panel: #0d0e14;
  --panel-hover: #12141c;
  --panel-card: rgba(13, 14, 20, 0.85);
  --border: rgba(255, 255, 255, 0.08);
  --border-subtle: rgba(255, 255, 255, 0.04);
  --border-focus: rgba(242, 34, 62, 0.5);
  
  --ink: #f7f7fa;
  --ink-muted: #8e909e;
  --ink-dim: #5a5c68;
  
  --red: #f2223e;
  --red-bright: #ff334e;
  --red-glow: rgba(242, 34, 62, 0.35);
  --red-soft: rgba(242, 34, 62, 0.12);
  --red-gradient: linear-gradient(135deg, #f2223e 0%, #901020 100%);
  
  --gold: #ffd24c;
  --gold-glow: rgba(255, 210, 76, 0.35);
  --gold-soft: rgba(255, 210, 76, 0.12);
  
  --cyan: #00d2ff;
  --cyan-glow: rgba(0, 210, 255, 0.3);
  --cyan-soft: rgba(0, 210, 255, 0.1);
  
  --green: #00f1ac;
  --green-glow: rgba(0, 241, 172, 0.35);
  --green-soft: rgba(0, 241, 172, 0.12);
  
  --purple: #9d4edd;
  --purple-glow: rgba(157, 78, 221, 0.35);
  --purple-soft: rgba(157, 78, 221, 0.12);
  
  --max: 1360px;
  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Outfit', 'Inter', system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* Reference-led promotional country posters v13 */
.poster-package-section { --poster-a:#ef193c; --poster-b:#ffcc21; }
.poster-package-section[data-region="americas"] { --poster-a:#14a9ff; --poster-b:#ff394f; }
.poster-package-section[data-region="asia"] { --poster-a:#ff8a1e; --poster-b:#20d6c7; }
.poster-package-section[data-region="mena"] { --poster-a:#1ddb8f; --poster-b:#e7c454; }
.poster-package-section[data-region="oceania"] { --poster-a:#25a5ff; --poster-b:#f3f7ff; }
.poster-package-section[data-region="africa"] { --poster-a:#30cf79; --poster-b:#ffcf2f; }

.package-poster-gallery .package-poster-stage {
  min-height: 830px;
  background:#020305;
}
.poster-art-country .package-poster-stage > img { object-position:center; filter:saturate(1.05) contrast(1.08); }
.poster-art-country .package-poster-shade {
  background:
    linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.36) 23%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.97)),
    linear-gradient(90deg,rgba(0,0,0,.62),transparent 48%,rgba(0,0,0,.16));
}
.poster-art-country .package-poster-stage::before {
  content:''; position:absolute; z-index:2; inset:0;
  background:linear-gradient(135deg,var(--poster-a),transparent 26%),linear-gradient(315deg,var(--poster-b),transparent 22%);
  mix-blend-mode:color; opacity:.35; pointer-events:none;
}
.poster-art-country .package-poster-topline { color:#fff; text-shadow:0 2px 8px #000; }
.poster-art-country .package-poster-topline span:first-child { color:var(--poster-b); }
.poster-art-country .package-poster-country { top:62px; right:30px; justify-content:center; }
.poster-art-country .package-poster-country h3 {
  max-width:520px; font-size:clamp(48px,6vw,78px); line-height:.83; text-transform:uppercase;
  background:linear-gradient(90deg,#fff 0 8%,var(--poster-a) 38%,var(--poster-b));
  -webkit-background-clip:text; color:transparent; filter:drop-shadow(0 5px 0 rgba(0,0,0,.7));
}
.poster-art-country .package-poster-country small { color:#fff; }
.poster-art-country .package-poster-flag { border-color:color-mix(in srgb,var(--poster-b) 70%,white); box-shadow:0 0 28px color-mix(in srgb,var(--poster-a) 50%,transparent); }

.package-poster-product { position:absolute; z-index:3; top:175px; left:30px; right:30px; text-align:center; }
.package-poster-product > span { display:block; color:#fff; font:900 clamp(26px,3vw,42px)/.9 var(--font-display); text-transform:uppercase; text-shadow:0 5px 12px #000; }
.package-poster-product > div { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:5px; }
.package-poster-product b { padding:4px 14px; background:var(--poster-a); color:#fff; font:900 18px/1 var(--font-display); transform:skew(-8deg); }
.package-poster-product strong { color:#fff; font:900 clamp(62px,8vw,94px)/.9 var(--font-display); letter-spacing:-.08em; text-shadow:0 8px 15px #000; }
.package-poster-product strong i { color:var(--poster-a); font-style:normal; }

.package-poster-provider-board {
  position:absolute; z-index:3; top:295px; left:30px; right:30px;
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px;
}
.package-poster-provider {
  min-height:62px; padding:10px 8px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  border:1px solid color-mix(in srgb,var(--poster-b) 75%,transparent); border-radius:11px;
  background:linear-gradient(145deg,rgba(8,12,17,.93),rgba(2,4,6,.82)); box-shadow:inset 0 1px rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.38);
  text-align:center; backdrop-filter:blur(9px);
}
.package-poster-provider em { color:var(--poster-b); font:800 7px/1 var(--font-mono); letter-spacing:.12em; }
.package-poster-provider span { margin-top:5px; color:#fff; font:900 clamp(11px,1.2vw,16px)/1.05 var(--font-display); text-transform:uppercase; }

.package-poster-offer-row { position:absolute; z-index:3; left:30px; right:30px; bottom:145px; display:grid; grid-template-columns:1fr 100px 1fr; gap:12px; align-items:center; text-align:center; }
.package-poster-offer-row small { display:block; color:#fff; font:900 11px/1 var(--font-display); font-style:italic; }
.package-poster-offer-row > div > strong { display:block; margin-top:4px; color:var(--poster-b); font:900 clamp(38px,5vw,58px)/1 var(--font-display); text-shadow:0 6px 12px #000; }
.package-poster-offer { aspect-ratio:1; display:flex; flex-direction:column; align-items:center; justify-content:center; border:2px solid var(--poster-b); border-radius:50%; background:#080b0e; box-shadow:0 0 0 4px #111,0 0 24px var(--poster-b); transform:rotate(-5deg); }
.package-poster-offer span { color:#fff; font:800 9px/1 var(--font-display); }
.package-poster-offer b { margin-top:4px; color:var(--poster-b); font:900 22px/.9 var(--font-display); }
.package-poster-was strong { position:relative; color:#e9edf2!important; }
.package-poster-was strong::after { content:''; position:absolute; left:14%; right:14%; top:50%; height:5px; background:var(--poster-a); transform:rotate(-8deg); box-shadow:0 4px 0 rgba(255,255,255,.15); }
.package-poster-trust { position:absolute; z-index:3; left:30px; right:30px; bottom:88px; min-height:44px; display:grid; grid-template-columns:repeat(3,1fr); align-items:center; border:1px solid color-mix(in srgb,var(--poster-b) 65%,transparent); border-radius:10px; background:rgba(3,5,7,.87); }
.package-poster-trust span { padding:0 8px; color:#fff; text-align:center; font-size:10px; border-right:1px solid rgba(255,255,255,.14); }
.package-poster-trust span:last-child { border:0; }
.package-poster-url { position:absolute; z-index:3; left:0; right:0; bottom:18px; padding:13px 20px; color:#fff; background:linear-gradient(90deg,transparent,var(--poster-a) 18%,color-mix(in srgb,var(--poster-a) 68%,#000) 82%,transparent); text-align:center; font:900 clamp(28px,4vw,44px)/1 var(--font-display); letter-spacing:-.03em; text-shadow:0 4px 8px #000; }
.package-poster-url b { color:var(--poster-b); }

@media (max-width:900px) { .package-poster-gallery .package-poster-stage { min-height:800px; } }
@media (max-width:560px) {
  .package-poster-gallery .package-poster-stage { min-height:750px; }
  .package-poster-gallery .package-poster-country { left:20px; right:20px; }
  .poster-art-country .package-poster-country h3 { font-size:46px; }
  .package-poster-product { top:165px; }
  .package-poster-provider-board { top:275px; left:20px; right:20px; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .package-poster-provider { min-height:53px; }
  .package-poster-offer-row { left:20px; right:20px; bottom:142px; grid-template-columns:1fr 82px 1fr; }
  .package-poster-offer-row > div > strong { font-size:38px; }
  .package-poster-offer b { font-size:17px; }
  .package-poster-trust { left:20px; right:20px; bottom:84px; }
  .package-poster-trust span { font-size:8px; }
}

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

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  background-color: var(--bg);
}

body {
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.55;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

/* Background Atmosphere */
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ambient-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
}

.glow-top-red {
  top: -200px;
  left: 20%;
  width: 700px;
  height: 500px;
  background: radial-gradient(circle, rgba(242, 34, 62, 0.22) 0%, transparent 70%);
}

.glow-mid-cyan {
  top: 900px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.14) 0%, transparent 70%);
}

.glow-bot-purple {
  bottom: 200px;
  left: -150px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(157, 78, 221, 0.16) 0%, transparent 70%);
}

/* Top Notification Bar */
.top-notice-bar {
  background: linear-gradient(90deg, #7c0b19, #081a2e 50%, #1d0f32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  z-index: 50;
  position: relative;
}

.top-notice-bar a {
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.top-notice-bar a:hover {
  color: #fff;
}

.badge-pulse {
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-shadow: 0 0 12px var(--red-glow);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.badge-pulse::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

/* Header & Navigation */
.site-header {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 5, 7, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
}

.header-container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-wrap img {
  height: 42px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.8));
}

.brand-badge {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--red-bright);
  background: var(--red-soft);
  border: 1px solid rgba(242, 34, 62, 0.35);
  padding: 3px 7px;
  border-radius: 6px;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.desktop-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  padding: 8px 12px;
  border-radius: 8px;
}

.desktop-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.desktop-nav a.active {
  color: #fff;
  background: rgba(242, 34, 62, 0.15);
  border: 1px solid rgba(242, 34, 62, 0.3);
  box-shadow: 0 0 15px rgba(242, 34, 62, 0.15);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-sound-toggle {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--ink-muted);
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-sound-toggle:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.btn-sound-toggle.muted {
  color: var(--ink-dim);
  opacity: 0.6;
}

.btn-cart-toggle {
  background: rgba(255, 210, 76, 0.12);
  border: 1px solid rgba(255, 210, 76, 0.3);
  color: var(--gold);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.btn-cart-toggle:hover {
  background: rgba(255, 210, 76, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px var(--gold-glow);
}

.cart-count-badge {
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 999px;
  box-shadow: 0 0 10px var(--red-glow);
}

.btn-telegram-direct {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 13px 6px 9px;
  overflow: hidden;
  background: radial-gradient(circle at 12% 18%,rgba(255,255,255,.48),transparent 24%),linear-gradient(135deg,#27b8ff 0%,#0789d0 48%,#04659f 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,136,204,.34),inset 0 1px 0 rgba(255,255,255,.38);
  border: 1px solid rgba(128,219,255,.48);
}

.btn-telegram-direct::after {
  content:'';
  position:absolute;
  top:6px;
  right:8px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#7dffbd;
  box-shadow:0 0 0 3px rgba(125,255,189,.14),0 0 10px #7dffbd;
  animation:tg-support-pulse 1.8s ease-in-out infinite;
}

.btn-telegram-direct > svg {
  width:22px;
  height:22px;
  flex:0 0 22px;
  filter:drop-shadow(0 3px 5px rgba(0,0,0,.25));
}

.tg-support-copy { display:grid; gap:2px; padding-right:3px; line-height:1; }
.tg-support-copy small { color:rgba(255,255,255,.72); font:800 6px/1 var(--font-mono); letter-spacing:.12em; }
.tg-support-copy strong { color:#fff; font:900 10px/1 var(--font-display); letter-spacing:.04em; }

@keyframes tg-support-pulse {
  0%,100% { opacity:.65; transform:scale(.8); }
  50% { opacity:1; transform:scale(1.18); }
}

.btn-telegram-direct:hover {
  transform:translateY(-2px) scale(1.02);
  border-color:rgba(255,255,255,.72);
  box-shadow:0 12px 30px rgba(0,151,230,.52),inset 0 1px 0 rgba(255,255,255,.48);
}

@media (prefers-reduced-motion:reduce) { .btn-telegram-direct::after { animation:none; } }

.btn-portal-access {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--red-gradient);
  color: #fff;
  box-shadow: 0 4px 18px var(--red-glow);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-portal-access:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px var(--red-glow);
}

.mobile-menu-btn {
  display: none;
  background: var(--panel);
  border: 1px solid var(--border);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.mobile-menu-drawer {
  display: none;
  position: fixed;
  top: 80px;
  inset-inline: 0;
  background: rgba(8, 9, 13, 0.98);
  backdrop-filter: blur(25px);
  border-bottom: 1px solid var(--border);
  padding: 24px;
  flex-direction: column;
  gap: 12px;
  z-index: 35;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

.mobile-menu-drawer.open {
  display: flex;
}

.mobile-menu-drawer a {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
  background: var(--panel);
}

.mobile-menu-drawer a.active {
  background: var(--red-soft);
  border-color: var(--red);
  color: #fff;
}

/* Layout Utilities */
.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  padding: 90px 0;
  position: relative;
}

.section-head {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.section-head.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-bright);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.eyebrow i {
  width: 6px;
  height: 6px;
  background: var(--red-bright);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--red-bright);
  display: inline-block;
}

.eyebrow.gold { color: var(--gold); }
.eyebrow.gold i { background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.eyebrow.cyan { color: var(--cyan); }
.eyebrow.cyan i { background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.eyebrow.green { color: var(--green); }
.eyebrow.green i { background: var(--green); box-shadow: 0 0 10px var(--green); }

h1.display {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.5vw, 84px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin-bottom: 24px;
}

h2.display-2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.text-gradient-red {
  background: linear-gradient(135deg, #ffffff 30%, #ff526a 75%, #f2223e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #ffffff 30%, #ffe07a 70%, #ffd24c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, #ffffff 30%, #7ce5ff 70%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lede {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 680px;
}

/* Button Component */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid var(--border);
  background: var(--panel);
  color: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.btn-primary {
  background: var(--red-gradient);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px var(--red-glow);
}

.btn-primary:hover {
  box-shadow: 0 8px 32px var(--red-glow);
  border-color: #fff;
}

.btn-gold {
  background: linear-gradient(135deg, #ffd24c 0%, #b8861e 100%);
  color: #120e04;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px var(--gold-glow);
}

.btn-gold:hover {
  box-shadow: 0 8px 32px var(--gold-glow);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--border);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   COUNTRY-WISE PACKAGES DIRECTORY STYLING (NEW)
   ========================================================================== */
.country-package-section {
  background: var(--panel-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
}

.country-package-section:hover {
  border-color: rgba(242, 34, 62, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 25px rgba(242, 34, 62, 0.1);
}

.country-package-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.country-title-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.country-flag-icon {
  font-size: 38px;
  line-height: 1;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.7));
}

.country-title-box h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.country-title-box p {
  color: var(--ink-muted);
  font-size: 13px;
  margin-top: 4px;
}

.country-master-bundle-card {
  background: linear-gradient(145deg, rgba(255, 210, 76, 0.08) 0%, rgba(13, 14, 20, 0.95) 100%);
  border: 1px solid rgba(255, 210, 76, 0.3);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.country-master-info {
  display: flex;
  flex-direction: column;
}

.country-master-info h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.country-master-info p {
  color: var(--ink-muted);
  font-size: 13px;
  margin-top: 4px;
}

.country-master-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.country-master-price {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
}

.country-scripts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.country-script-chip {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: all 0.2s ease;
}

.country-script-chip:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.country-script-meta h5 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.country-script-meta span {
  font-size: 11px;
  color: var(--ink-dim);
}

.btn-add-single-script {
  background: var(--red-soft);
  border: 1px solid rgba(242, 34, 62, 0.3);
  color: var(--red-bright);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-add-single-script:hover {
  background: var(--red);
  color: #fff;
  box-shadow: 0 0 10px var(--red-glow);
}

/* ==========================================================================
   HERO SECTION & INTERACTIVE ORBIT
   ========================================================================== */
.hero-section {
  padding: 60px 0 90px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 48px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.hero-stat-card {
  display: flex;
  flex-direction: column;
}

.hero-stat-card strong {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hero-stat-card strong span {
  font-size: 14px;
  color: var(--red-bright);
}

.hero-stat-card small {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-muted);
  margin-top: 4px;
}

/* Signal Orbit Graphic */
.hero-visual-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.signal-orbit-card {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1;
  border-radius: 36px;
  background: radial-gradient(circle at center, rgba(242, 34, 62, 0.16) 0%, rgba(13, 14, 20, 0.95) 70%);
  border: 1px solid rgba(242, 34, 62, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), inset 0 0 50px rgba(242, 34, 62, 0.1);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(242, 34, 62, 0.3);
}

.orbit-ring-1 {
  width: 80%;
  height: 80%;
  animation: spin 24s linear infinite;
  border-style: dashed;
}

.orbit-ring-2 {
  width: 60%;
  height: 60%;
  animation: spinReverse 16s linear infinite;
  border-color: rgba(255, 210, 76, 0.25);
}

.orbit-ring-3 {
  width: 40%;
  height: 40%;
  border-color: rgba(0, 210, 255, 0.2);
}

.orbit-satellite-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 16px var(--red-bright);
}

.orbit-satellite-dot.d1 { top: 10%; left: 45%; background: var(--red-bright); }
.orbit-satellite-dot.d2 { bottom: 18%; right: 20%; background: var(--gold); }
.orbit-satellite-dot.d3 { top: 55%; right: 12%; background: var(--cyan); }

.hero-center-logo {
  z-index: 5;
  width: 55%;
  height: auto;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.95));
  transition: transform 0.3s ease;
}

.signal-orbit-card:hover .hero-center-logo {
  transform: scale(1.06);
}

.orbit-telemetry-badge {
  position: absolute;
  bottom: 20px;
  background: rgba(5, 5, 7, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 6px;
}

.orbit-telemetry-badge i {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }

/* ==========================================================================
   INTERACTIVE LIVE STREAM PLAYER & TELEMETRY STUDIO
   ========================================================================== */
.live-stream-studio-box {
  background: #08090d;
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9);
  display: grid;
  grid-template-columns: 320px 1fr;
  margin-top: 32px;
}

.studio-channel-list {
  background: #0a0b10;
  border-right: 1px solid var(--border);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 520px;
  overflow-y: auto;
}

.studio-channel-item {
  background: var(--panel);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}

.studio-channel-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--panel-hover);
}

.studio-channel-item.active {
  background: var(--red-soft);
  border-color: var(--red);
  box-shadow: 0 0 15px rgba(242, 34, 62, 0.2);
}

.studio-ch-badge {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold);
}

.studio-ch-info strong {
  font-size: 13px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}

.studio-ch-info span {
  font-size: 11px;
  color: var(--ink-muted);
}

.studio-player-main {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: radial-gradient(circle at top right, rgba(0, 210, 255, 0.05) 0%, transparent 60%);
}

.studio-screen-preview {
  background: #020305;
  border: 1px solid var(--border);
  border-radius: 16px;
  aspect-ratio: 16 / 9;
  max-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9);
}

.studio-screen-overlay {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}

.studio-osc-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.studio-telemetry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.studio-metric-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 12px 14px;
}

.studio-metric-tile small {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink-dim);
  display: block;
}

.studio-metric-tile strong {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
  display: block;
}

/* ==========================================================================
   FIGMA MASTER POSTER SHOWCASE & LIGHTBOX
   ========================================================================== */
.figma-showcase-section {
  background: linear-gradient(180deg, rgba(8, 9, 13, 0) 0%, rgba(13, 14, 20, 0.7) 30%, rgba(8, 9, 13, 0) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.figma-posters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.figma-poster-card {
  background: var(--panel-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

.figma-poster-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 34, 62, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(242, 34, 62, 0.15);
}

.figma-poster-card.featured {
  grid-column: span 2;
  border-color: rgba(255, 210, 76, 0.4);
  background: linear-gradient(145deg, rgba(25, 20, 10, 0.9), rgba(13, 14, 20, 0.95));
}

.figma-poster-card.featured:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 35px var(--gold-glow);
}

.poster-media-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.poster-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.poster-media-wrap:hover img {
  transform: scale(1.04);
}

.poster-overlay-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(5, 5, 7, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  color: #fff;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.poster-zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.2s ease;
}

.poster-media-wrap:hover .poster-zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.poster-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.poster-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.poster-info h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.poster-price-tag {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--gold);
  background: var(--gold-soft);
  border: 1px solid rgba(255, 210, 76, 0.3);
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.poster-info p {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.poster-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.tag-pill {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--ink-muted);
}

.tag-pill.drm {
  background: var(--purple-soft);
  border-color: rgba(157, 78, 221, 0.3);
  color: #d8a8ff;
}

.tag-pill.green {
  background: var(--green-soft);
  border-color: rgba(0, 241, 172, 0.3);
  color: #79f6d5;
}

.poster-card-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.poster-card-actions .btn {
  flex: 1;
  padding: 10px 14px;
  font-size: 11px;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(4, 4, 6, 0.94);
  backdrop-filter: blur(25px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 1400px;
  width: 100%;
  max-height: 92vh;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.95), 0 0 50px rgba(242, 34, 62, 0.2);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  overflow: hidden;
  position: relative;
  animation: modalScale 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalScale {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lightbox-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 10;
  transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
  background: var(--red);
  transform: rotate(90deg);
}

.lightbox-image-box {
  background: #020203;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.lightbox-image-box img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.lightbox-details {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 90vh;
}

.lightbox-details h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.lightbox-details .badge-region {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  display: inline-block;
}

.lightbox-details p {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.lightbox-specs-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 24px;
}

.lightbox-specs-box h4 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 12px;
}

.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  font-size: 12px;
}

.specs-grid div span {
  display: block;
  color: var(--ink-dim);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.specs-grid div strong {
  color: var(--ink);
}

.lightbox-actions {
  margin-top: auto;
  display: flex;
  gap: 12px;
}

/* ==========================================================================
   INTERACTIVE SATELLITE RF SCANNER
   ========================================================================== */
.sat-scanner-console {
  background: #080a0e;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
}

.sat-constellation-selector {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sat-orbital-btn {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sat-orbital-btn:hover {
  background: var(--panel-hover);
  border-color: rgba(255, 255, 255, 0.2);
}

.sat-orbital-btn.active {
  background: var(--cyan-soft);
  border-color: var(--cyan);
  box-shadow: 0 0 15px var(--cyan-glow);
}

.sat-scan-results-box {
  background: #020406;
  border: 1px solid rgba(0, 210, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: #79f6d5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 280px;
}

/* ==========================================================================
   INTERACTIVE LICENSE & PLAN CALCULATOR
   ========================================================================== */
.calculator-box {
  background: linear-gradient(145deg, #10121a 0%, #08090d 100%);
  border: 1px solid rgba(255, 210, 76, 0.3);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 40px rgba(255, 210, 76, 0.1);
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 48px;
  margin-top: 40px;
}

.calc-slider-group {
  margin-bottom: 24px;
}

.calc-slider-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}

.calc-slider-header strong {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 16px;
}

.calc-slider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  accent-color: var(--gold);
  cursor: pointer;
}

.calc-addons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.calc-addon-check {
  background: var(--panel);
  border: 1px solid var(--border);
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calc-addon-check.active {
  border-color: var(--red);
  background: var(--red-soft);
  color: #fff;
}

.calc-summary-card {
  background: #050608;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc-total-price {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin: 16px 0;
}

/* ==========================================================================
   SLIDE-OVER SHOPPING CART DRAWER
   ========================================================================== */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1200;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cart-drawer-overlay.active {
  display: flex;
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 92vw);
  background: #090a0f;
  border-left: 1px solid var(--border);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.9);
  z-index: 1201;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-drawer-overlay.active .cart-drawer {
  transform: translateX(0);
}

.cart-drawer-header {
  padding: 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-header h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-items-container {
  padding: 24px;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-item-row {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-info h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.cart-item-info span {
  font-size: 11px;
  color: var(--gold);
  font-weight: 700;
}

.cart-item-remove-btn {
  background: transparent;
  border: none;
  color: var(--ink-dim);
  cursor: pointer;
  font-size: 16px;
  padding: 4px 8px;
}

.cart-item-remove-btn:hover {
  color: var(--red);
}

.cart-drawer-footer {
  padding: 24px;
  border-top: 1px solid var(--border);
  background: #06070a;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart-total-row strong {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--gold);
}

/* ==========================================================================
   TOAST NOTIFICATION BANNER
   ========================================================================== */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.toast-msg {
  background: rgba(13, 14, 20, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(242, 34, 62, 0.4);
  border-radius: 12px;
  padding: 14px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(242, 34, 62, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
  animation: toastIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes toastIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ==========================================================================
   MARKETPLACE, PROVIDERS, AND BASE STYLES
   ========================================================================== */
.marketplace-hero { padding: 40px 0 20px; }

.market-toolbar {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px 14px;
  min-width: 320px;
  flex: 1;
}

.search-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

.search-box input::placeholder {
  color: var(--ink-dim);
}

.filter-pills-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-pill-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-pill-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.filter-pill-btn.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 0 15px var(--red-glow);
}

.marketplace-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.market-card {
  background: var(--panel-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  position: relative;
}

.market-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.market-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.market-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 20px;
}

.market-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.market-card p {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 18px;
  flex: 1;
}

.market-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-subtle);
  padding-top: 16px;
  margin-top: auto;
}

.market-card-price {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--gold);
}

/* Global Providers Matrix */
.providers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.provider-item-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
}

.provider-item-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 34, 62, 0.35);
  background: var(--panel-hover);
}

.provider-logo-slot {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  display: grid;
  place-items: center;
  padding: 6px;
  flex-shrink: 0;
}

.provider-logo-slot img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.provider-logo-slot .channel-logo-mark {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  padding: 7px;
}

.provider-meta h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.provider-meta span {
  font-size: 11px;
  color: var(--ink-muted);
  display: block;
}

.provider-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  margin-left: auto;
}

/* Technology Showcase Tabs */
.tech-tabs-section { position: relative; }

.tech-tabs-nav {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 36px;
  overflow-x: auto;
}

.tech-tab-btn {
  background: var(--panel);
  border: 1px solid var(--border);
  color: var(--ink-muted);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.tech-tab-btn:hover {
  color: #fff;
  background: var(--panel-hover);
}

.tech-tab-btn.active {
  background: var(--red-soft);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 0 20px rgba(242, 34, 62, 0.2);
}

.tech-tab-content { display: none; }

.tech-tab-content.active {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.tech-screen-frame {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 210, 255, 0.1);
  position: relative;
}

.tech-screen-frame img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tech-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tech-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.tech-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--red-bright);
}

.tech-feature-icon.cyan { color: var(--cyan); background: var(--cyan-soft); border-color: rgba(0, 210, 255, 0.3); }
.tech-feature-icon.gold { color: var(--gold); background: var(--gold-soft); border-color: rgba(255, 210, 76, 0.3); }
.tech-feature-icon.purple { color: var(--purple); background: var(--purple-soft); border-color: rgba(157, 78, 221, 0.3); }

.tech-feature-text h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
}

.tech-feature-text p {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Pricing Cards */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pricing-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.2);
}

.pricing-card.featured {
  background: linear-gradient(160deg, #1f0b11 0%, #0d0e14 60%);
  border-color: var(--red);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(242, 34, 62, 0.2);
}

.pricing-card.featured::before {
  content: 'OPERATOR CHOICE';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red-gradient);
  color: #fff;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 4px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 15px var(--red-glow);
}

.pricing-tier-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.pricing-tier-desc {
  color: var(--ink-muted);
  font-size: 13px;
  min-height: 40px;
}

.pricing-cost-row {
  margin: 28px 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pricing-cost-row strong {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.pricing-cost-row span {
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 600;
}

.pricing-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
  flex: 1;
}

.pricing-features-list li {
  font-size: 13px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-features-list li svg {
  color: var(--red-bright);
  flex-shrink: 0;
}

.pricing-card.featured .pricing-features-list li svg {
  color: #00f1ac;
}

/* Customer Portal Simulator */
.portal-frame-box {
  background: #08090d;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
}

.portal-topbar-mock {
  background: #0d0e14;
  border-bottom: 1px solid var(--border);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portal-shell-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 520px;
}

.portal-nav-side {
  background: #0a0b10;
  border-right: 1px solid var(--border);
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.portal-nav-side a {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.portal-nav-side a.active, .portal-nav-side a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.portal-nav-side a.active {
  background: var(--red-soft);
  color: var(--red-bright);
}

.portal-main-area {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Documentation Terminal */
.terminal-block {
  background: #020305;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
  margin-top: 18px;
}

.terminal-header {
  background: #0d0f14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.terminal-dots {
  display: flex;
  gap: 6px;
}

.terminal-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.terminal-dots span:nth-child(1) { background: #ff5f56; }
.terminal-dots span:nth-child(2) { background: #ffbd2e; }
.terminal-dots span:nth-child(3) { background: #27c93f; }

.terminal-body {
  padding: 18px 20px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #79f6d5;
  line-height: 1.6;
  overflow-x: auto;
}

.terminal-body span.comment { color: var(--ink-dim); }
.terminal-body span.cmd { color: #fff; font-weight: 700; }
.terminal-body span.flag { color: var(--gold); }

/* Call to Action */
.cta-banner-wrap {
  background: radial-gradient(circle at center, #350812 0%, #0d0e14 70%);
  border: 1px solid rgba(242, 34, 62, 0.4);
  border-radius: 32px;
  padding: 60px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 50px rgba(242, 34, 62, 0.2);
}

/* Footer */
.site-footer {
  background: #030304;
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand img {
  height: 38px;
  width: auto;
  margin-bottom: 14px;
}

.footer-brand p {
  color: var(--ink-muted);
  font-size: 13px;
  max-width: 320px;
  line-height: 1.6;
}

.footer-col h5 {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  color: var(--ink-muted);
  font-size: 13px;
}

.footer-col ul a:hover {
  color: #fff;
}

.footer-bottom-bar {
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink-dim);
  font-size: 12px;
  flex-wrap: wrap;
  gap: 16px;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .live-stream-studio-box { grid-template-columns: 1fr; }
  .calculator-box { grid-template-columns: 1fr; }
  .sat-scanner-console { grid-template-columns: 1fr; }
  .figma-posters-grid { grid-template-columns: repeat(2, 1fr); }
  .figma-poster-card.featured { grid-column: span 2; }
  .marketplace-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .providers-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .lightbox-content { grid-template-columns: 1fr; }
  .lightbox-image-box { border-right: none; border-bottom: 1px solid var(--border); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1220px) {
  .desktop-nav { display:none; }
  .header-actions .btn-sound-toggle { display:none; }
  .header-actions .btn-portal-access,
  .header-actions .btn-telegram-direct { display:inline-flex; }
  .mobile-menu-btn { display:block; }
}

@media (max-width:1380px) and (min-width:1221px) {
  .header-actions .btn-sound-toggle { display:none; }
  .desktop-nav { gap:12px; }
  .desktop-nav a:nth-child(5),
  .desktop-nav a:nth-child(6) { display:none; }
}

/* O11 v6 feature matrix and demo-panel showcase v30 */
.v6-showcase-section { position:relative; overflow:hidden; padding-top:74px; }
.v6-showcase-section::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 12% 12%,rgba(239,25,60,.13),transparent 30%),radial-gradient(circle at 88% 38%,rgba(0,214,255,.09),transparent 32%); }
.v6-showcase-head { position:relative; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr); gap:48px; align-items:end; margin-bottom:28px; }
.v6-showcase-head h2 { max-width:850px; margin-top:12px; }
.v6-showcase-head > p { color:var(--ink-muted); font-size:15px; line-height:1.7; }
.v6-feature-matrix { position:relative; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.v6-feature-matrix article { min-height:212px; padding:25px; border:1px solid rgba(255,255,255,.09); border-radius:18px; background:linear-gradient(145deg,rgba(16,19,27,.96),rgba(5,7,11,.94)); box-shadow:inset 0 1px rgba(255,255,255,.035); transition:transform .25s ease,border-color .25s ease; }
.v6-feature-matrix article:hover { transform:translateY(-4px); border-color:rgba(242,34,62,.38); }
.v6-feature-matrix article > span { width:42px; height:42px; display:grid; place-items:center; margin-bottom:28px; border:1px solid rgba(242,34,62,.32); border-radius:12px; color:#ff4964; background:rgba(242,34,62,.1); }
.v6-feature-matrix article small { display:block; margin-bottom:8px; color:#7dffbd; font:800 8px/1 var(--font-mono); letter-spacing:.12em; }
.v6-feature-matrix article h3 { color:#fff; font:900 20px/1.05 var(--font-display); }
.v6-feature-matrix article p { margin-top:10px; color:var(--ink-muted); font-size:12px; line-height:1.6; }
.v6-panel-heading { position:relative; display:flex; align-items:end; justify-content:space-between; gap:24px; margin:58px 0 20px; }
.v6-panel-heading small { color:var(--gold); font:800 9px/1 var(--font-mono); letter-spacing:.13em; }
.v6-panel-heading h3 { margin-top:8px; color:#fff; font:900 clamp(28px,3.1vw,44px)/1 var(--font-display); }
.v6-panel-heading p { max-width:660px; margin-top:10px; color:var(--ink-muted); font-size:13px; line-height:1.6; }
.v6-panel-gallery { position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:16px; }
.v6-panel-shot { min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:20px; background:#07090d; box-shadow:0 22px 60px rgba(0,0,0,.32); }
.v6-panel-shot > div { position:relative; overflow:hidden; aspect-ratio:16/10; background:#030507; }
.v6-panel-shot img { width:100%; height:100%; display:block; object-fit:cover; object-position:top center; transition:transform .45s ease; }
.v6-panel-shot:hover img { transform:scale(1.025); }
.v6-panel-shot > div > span { position:absolute; top:14px; right:14px; padding:7px 9px; border:1px solid rgba(125,255,189,.3); border-radius:999px; background:rgba(2,7,9,.84); color:#7dffbd; font:900 8px/1 var(--font-mono); letter-spacing:.1em; backdrop-filter:blur(8px); }
.v6-panel-shot figcaption { display:grid; gap:5px; padding:18px 20px 20px; }
.v6-panel-shot figcaption b { color:#fff; font:900 16px/1 var(--font-display); }
.v6-panel-shot figcaption small { color:var(--ink-muted); font-size:11px; line-height:1.5; }
@media (max-width:900px) {
  .v6-showcase-head { grid-template-columns:1fr; gap:18px; }
  .v6-feature-matrix { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v6-panel-gallery { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .v6-feature-matrix { grid-template-columns:1fr; }
  .v6-feature-matrix article { min-height:0; }
  .v6-panel-heading { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 820px) {
  .desktop-nav, .header-actions .btn-portal-access { display: none; }
  .mobile-menu-btn { display: block; }
  .hero-stats-row { grid-template-columns: repeat(2, 1fr); }
  .figma-posters-grid { grid-template-columns: 1fr; }
  .figma-poster-card.featured { grid-column: span 1; }
  .marketplace-cards-grid { grid-template-columns: 1fr; }
  .providers-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-tab-content.active { grid-template-columns: 1fr; }
  .portal-shell-grid { grid-template-columns: 1fr; }
  .portal-nav-side { flex-direction: row; overflow-x: auto; }
  .cta-banner-wrap { flex-direction: column; text-align: center; padding: 36px 24px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .country-master-bundle-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width:520px) {
  .header-actions .btn-telegram-direct { display:none; }
}

@media (max-width: 540px) {
  .providers-grid { grid-template-columns: 1fr; }
  .studio-telemetry-grid { grid-template-columns: 1fr 1fr; }
  .calc-addons-grid { grid-template-columns: 1fr; }
  .hero-stats-row { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .search-box { min-width: 100%; }
  .country-package-header { flex-direction: column; align-items: flex-start; }
}

/* ========================================================================== 
   O11 COMMAND DECK — HOMEPAGE REBUILD v10
   ========================================================================== */
.deck-hero {
  padding: 28px 0 42px;
}

.deck-hero-shell {
  min-height: 790px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(178, 205, 230, .16);
  border-radius: 34px;
  background: #05070a;
  box-shadow: 0 45px 130px rgba(0,0,0,.62);
  isolation: isolate;
}

.deck-hero-shell::after {
  content: '';
  position: absolute;
  inset: 15px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
}

.deck-hero-media,
.deck-hero-media img,
.deck-hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }

.deck-hero-media img {
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.deck-hero-shell:hover .deck-hero-media img { transform: scale(1.025); }

.deck-hero-wash {
  background:
    linear-gradient(90deg, rgba(2,4,7,.96) 0%, rgba(2,4,7,.78) 36%, rgba(2,4,7,.2) 68%, rgba(2,4,7,.2)),
    linear-gradient(180deg, rgba(2,4,7,.45), transparent 28%, transparent 58%, rgba(2,4,7,.9));
}

.deck-hero-topline {
  position: absolute;
  z-index: 3;
  left: 48px;
  right: 48px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font: 800 10px/1 var(--font-mono);
  letter-spacing: .15em;
  color: rgba(225,235,244,.66);
}

.deck-kicker { display: flex; align-items: center; gap: 10px; color: #ff526a; }
.deck-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #ff3855; box-shadow: 0 0 16px #ff3855; }

.deck-hero-copy {
  position: absolute;
  z-index: 3;
  left: clamp(44px, 6vw, 92px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 680px;
}

.deck-hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 7vw, 108px);
  line-height: .87;
  letter-spacing: -.064em;
  text-wrap: balance;
}

.deck-hero-copy h1 span {
  background: linear-gradient(110deg, #ff3150, #ff8798 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.deck-hero-copy p {
  max-width: 590px;
  margin: 30px 0 0;
  color: #b0bbc7;
  font-size: 17px;
  line-height: 1.72;
}

.deck-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.deck-text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.deck-text-link:hover { color: var(--red-bright); }

.deck-status-panel {
  position: absolute;
  z-index: 4;
  right: 42px;
  bottom: 118px;
  width: 296px;
  padding: 18px;
  border: 1px solid rgba(185, 215, 240, .16);
  border-radius: 18px;
  background: rgba(3, 7, 11, .74);
  backdrop-filter: blur(20px) saturate(125%);
  box-shadow: 0 24px 50px rgba(0,0,0,.42);
}

.deck-status-head,
.deck-status-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.deck-status-head { padding-bottom: 13px; border-bottom: 1px solid var(--border); font: 700 9px/1 var(--font-mono); color: var(--ink-muted); }
.deck-status-head span { color: #6dffc8; display: flex; align-items: center; gap: 7px; }
.deck-status-head i { width: 6px; height: 6px; background: #40e8aa; border-radius: 50%; box-shadow: 0 0 10px #40e8aa; }

.deck-status-wave { height: 50px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid var(--border); }
.deck-status-wave b { display: block; flex: 1; height: var(--h, 20%); max-height: 34px; border-radius: 999px; background: linear-gradient(#ff3150,#781426); animation: deckWave 1.8s ease-in-out infinite alternate; }
.deck-status-wave b:nth-child(2n) { --h: 50%; animation-delay: -.5s; }
.deck-status-wave b:nth-child(3n) { --h: 80%; animation-delay: -.8s; }
.deck-status-wave b:nth-child(5n) { --h: 32%; animation-delay: -1.1s; }
@keyframes deckWave { from { transform: scaleY(.55); opacity: .45; } to { transform: scaleY(1); opacity: 1; } }

.deck-status-row { padding-top: 11px; font-size: 10px; color: var(--ink-muted); }
.deck-status-row strong { font-family: var(--font-mono); color: #f5f8fb; }
.deck-status-row strong.is-green { color: #59efb7; }

.deck-hero-rail {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(190,215,240,.14);
  background: rgba(3,6,10,.78);
  backdrop-filter: blur(18px);
}

.deck-hero-rail > div { display: flex; align-items: baseline; justify-content: center; gap: 10px; border-right: 1px solid var(--border); padding: 24px; }
.deck-hero-rail > div:last-child { border-right: 0; }
.deck-hero-rail strong { font: 800 28px/1 var(--font-display); }
.deck-hero-rail span { color: var(--ink-muted); font: 700 9px/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }

.deck-bento-section { padding: 96px 0 120px; }
.deck-section-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 64px; margin-bottom: 44px; }
.deck-section-intro > div > span,
.deck-tile-content > span,
.deck-tile-market > span { display: block; margin-bottom: 15px; color: var(--red-bright); font: 800 10px/1 var(--font-mono); letter-spacing: .16em; }
.deck-section-intro h2 { margin: 0; font: 800 clamp(48px,5.6vw,78px)/.94 var(--font-display); letter-spacing: -.055em; }
.deck-section-intro > p { margin: 0 0 5px; color: var(--ink-muted); font-size: 16px; line-height: 1.75; }

.deck-bento { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 560px 430px; gap: 22px; }
.deck-tile { position: relative; overflow: hidden; border: 1px solid rgba(180,205,230,.13); border-radius: 26px; background: #080c12; box-shadow: 0 24px 70px rgba(0,0,0,.36); }
.deck-tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .9s ease; }
.deck-tile:hover > img { transform: scale(1.035); filter: saturate(1.1); }
.deck-tile-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(2,4,7,.18) 42%, rgba(2,4,7,.95) 92%); }
.deck-tile-content { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 34px; }
.deck-tile-content h3,
.deck-tile-market h3 { margin: 0 0 22px; font: 800 clamp(34px,4vw,54px)/.96 var(--font-display); letter-spacing: -.05em; }
.deck-tile-content a,
.deck-tile-console > a { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.deck-tile-sat .deck-tile-content > span { color: var(--cyan); }
.deck-tile-sat > img { object-position: 38% center; }

.deck-tile-console { padding: 30px; background: radial-gradient(circle at 50% 10%, rgba(27,95,125,.2), transparent 48%), #080c12; }
.deck-console-head { display: flex; align-items: center; justify-content: space-between; color: #c9d4df; font: 800 10px/1 var(--font-mono); letter-spacing: .12em; }
.deck-console-head i { width: 8px; height: 8px; border-radius: 50%; background: #46efb2; box-shadow: 0 0 14px #46efb2; }
.deck-console-map { height: 175px; margin: 24px 0 18px; position: relative; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background-image: linear-gradient(rgba(122,160,190,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(122,160,190,.07) 1px,transparent 1px); background-size: 28px 28px; }
.deck-console-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(255,48,78,.72); stroke-width: 1.5; filter: drop-shadow(0 0 5px rgba(255,48,78,.6)); }
.deck-console-map svg path:last-child { stroke: rgba(78,210,255,.6); }
.map-node { position: absolute; z-index: 2; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 12px #ff3150; }
.map-node.n1{left:8%;top:65%}.map-node.n2{left:38%;top:37%}.map-node.n3{left:67%;top:52%}.map-node.n4{right:7%;top:28%}
.deck-console-list { display: grid; gap: 9px; margin-bottom: 22px; }
.deck-console-list > div { display: flex; align-items: center; justify-content: space-between; color: var(--ink-muted); font-size: 10px; }
.deck-console-list span { display: flex; align-items: center; gap: 8px; }
.deck-console-list i { width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.deck-console-list i.green{background:#45eeb0}.deck-console-list i.cyan{background:#55d8ff}.deck-console-list i.red{background:#ff3855}
.deck-console-list strong { color: #e9f0f6; font-family: var(--font-mono); }

.deck-tile-market { padding: 42px; background: linear-gradient(145deg, rgba(124,11,32,.58), rgba(10,14,20,.94) 60%); display: flex; flex-direction: column; align-items: flex-start; }
.deck-tile-market p { max-width: 510px; color: var(--ink-muted); line-height: 1.7; }
.deck-market-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: auto 0 26px; }
.deck-market-tags b { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 12px; border: 1px solid var(--border); background: rgba(255,255,255,.04); font: 800 11px/1 var(--font-mono); }

@media (max-width: 1050px) {
  .deck-hero-shell { min-height: 900px; }
  .deck-hero-copy { top: 42%; }
  .deck-status-panel { right: 34px; bottom: 116px; }
  .deck-bento { grid-template-columns: 1fr; grid-template-rows: 560px 560px auto auto; }
  .deck-section-intro { grid-template-columns: 1fr; gap: 22px; }
  .deck-tile-console { min-height: 420px; }
  .deck-tile-market { min-height: 400px; }
}

@media (max-width: 760px) {
  .deck-hero { padding-top: 18px; }
  .deck-hero-shell { min-height: 920px; border-radius: 24px; }
  .deck-hero-media img { object-position: 68% center; }
  .deck-hero-wash { background: linear-gradient(180deg,rgba(2,4,7,.3),rgba(2,4,7,.62) 42%,rgba(2,4,7,.96) 72%); }
  .deck-hero-topline { left: 26px; right: 26px; top: 28px; }
  .deck-version { display: none; }
  .deck-hero-copy { left: 28px; right: 28px; top: auto; bottom: 292px; transform: none; }
  .deck-hero-copy h1 { font-size: clamp(54px,15vw,78px); }
  .deck-hero-copy p { font-size: 15px; margin-top: 22px; }
  .deck-status-panel { left: 24px; right: 24px; bottom: 112px; width: auto; }
  .deck-hero-rail { grid-template-columns: repeat(2,1fr); min-height: 96px; }
  .deck-hero-rail > div { padding: 12px; border-bottom: 1px solid var(--border); }
  .deck-hero-rail > div:nth-child(2) { border-right: 0; }
  .deck-hero-rail strong { font-size: 22px; }
  .deck-bento-section { padding-top: 72px; }
  .deck-bento { grid-template-rows: 520px 520px auto auto; }
  .deck-tile { border-radius: 22px; }
}

@media (max-width: 520px) {
  .deck-hero-shell { min-height: 1040px; }
  .deck-hero-copy { bottom: 312px; }
  .deck-hero-copy h1 { font-size: 53px; }
  .deck-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .deck-status-panel { bottom: 112px; }
  .deck-status-wave { display: none; }
  .deck-section-intro h2 { font-size: 46px; }
  .deck-bento { grid-template-rows: 530px 530px auto auto; }
  .deck-tile-content { left: 24px; right: 24px; bottom: 26px; }
  .deck-tile-content h3,.deck-tile-market h3 { font-size: 38px; }
  .deck-tile-console,.deck-tile-market { padding: 26px; }
  .deck-market-tags { margin-top: 32px; }
}

/* ========================================================================== 
   CINEMATIC PACKAGE POSTER SYSTEM v11
   ========================================================================== */
.marketplace-hero > .section-head:first-child {
  position: relative;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid rgba(180,205,230,.14);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,5,8,.98), rgba(3,5,8,.74) 62%, rgba(3,5,8,.28)),
    url('/assets/o11_broadcast_command_hero_v2.png') center right / cover no-repeat;
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}

.marketplace-hero > .section-head:first-child::after {
  content: '';
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 19px;
  pointer-events: none;
}

.marketplace-hero > .section-head:first-child > * { position: relative; z-index: 1; }
.marketplace-hero > .section-head:first-child .lede { max-width: 700px; }

.poster-package-section {
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(7,10,15,.96);
  border-color: rgba(180,205,230,.14);
  box-shadow: 0 30px 90px rgba(0,0,0,.5);
}

.poster-package-section:hover {
  transform: translateY(-2px);
  border-color: rgba(255,56,85,.35);
}

.package-poster-stage {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.package-poster-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2,.7,.2,1), filter 1s ease;
}

.poster-package-section:hover .package-poster-stage > img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}

.poster-art-secure .package-poster-stage > img { object-position: center; }
.poster-art-orbital .package-poster-stage > img { object-position: 42% center; }
.poster-art-global .package-poster-stage > img { object-position: center; }

.package-poster-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2,4,7,.96), rgba(2,4,7,.7) 40%, rgba(2,4,7,.12) 72%),
    linear-gradient(180deg, rgba(2,4,7,.25), transparent 42%, rgba(2,4,7,.84));
}

.package-poster-stage::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  pointer-events: none;
}

.package-poster-topline {
  position: absolute;
  z-index: 3;
  top: 38px;
  left: 44px;
  right: 44px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(225,235,245,.7);
  font: 800 9px/1 var(--font-mono);
  letter-spacing: .16em;
}

.package-poster-topline span:first-child { color: #ff4a65; }
.poster-art-orbital .package-poster-topline span:first-child { color: #67ddff; }

.package-poster-country {
  position: absolute;
  z-index: 3;
  left: 44px;
  top: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.package-poster-flag {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(3,7,11,.68);
  backdrop-filter: blur(14px);
  font-size: 29px;
}

.package-poster-country small {
  color: var(--ink-muted);
  font: 800 9px/1 var(--font-mono);
  letter-spacing: .12em;
}

.package-poster-country h3 {
  margin-top: 5px;
  font: 800 clamp(32px,4vw,54px)/.95 var(--font-display);
  letter-spacing: -.045em;
}

.package-poster-copy {
  position: absolute;
  z-index: 3;
  left: 44px;
  bottom: 118px;
  max-width: 650px;
}

.package-poster-copy > span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255,74,101,.35);
  border-radius: 999px;
  background: rgba(255,40,74,.12);
  color: #ff667d;
  font: 800 9px/1 var(--font-mono);
  letter-spacing: .12em;
}

.package-poster-copy h4 {
  max-width: 720px;
  font: 800 clamp(36px,4.5vw,62px)/.94 var(--font-display);
  letter-spacing: -.05em;
  text-wrap: balance;
}

.package-poster-copy p {
  max-width: 600px;
  margin-top: 16px;
  color: #b0bac5;
  font-size: 14px;
  line-height: 1.65;
}

.package-poster-meta {
  position: absolute;
  z-index: 3;
  right: 38px;
  bottom: 36px;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(190,215,240,.15);
  border-radius: 15px;
  overflow: hidden;
  background: rgba(3,7,11,.7);
  backdrop-filter: blur(18px);
}

.package-poster-meta > div { min-width: 108px; padding: 14px 16px; border-right: 1px solid var(--border); }
.package-poster-meta > div:last-child { border-right: 0; }
.package-poster-meta small { display: block; color: var(--ink-dim); font: 800 8px/1 var(--font-mono); letter-spacing: .1em; }
.package-poster-meta strong { display: block; margin-top: 7px; color: #f8fafc; font: 800 16px/1 var(--font-display); }

.package-poster-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.018);
}

.package-poster-purchase > div:first-child { display: flex; gap: 8px; flex-wrap: wrap; }
.package-poster-purchase .country-master-actions { flex-wrap: wrap; justify-content: flex-end; }
.package-poster-purchase .country-master-price { color: #fff; }
.package-poster-purchase .country-master-price small { display: block; margin-top: 4px; color: var(--ink-dim); font: 700 9px/1 var(--font-mono); }
.package-poster-purchase .btn { padding: 10px 15px; font-size: 10px; }

.package-scripts-drawer { padding: 24px 28px 28px; }
.package-scripts-drawer .country-script-chip { background: rgba(255,255,255,.025); border-radius: 14px; }

@media (max-width: 900px) {
  .package-poster-stage { min-height: 650px; }
  .package-poster-shade { background: linear-gradient(180deg,rgba(2,4,7,.18),rgba(2,4,7,.62) 48%,rgba(2,4,7,.96) 82%); }
  .package-poster-copy { left: 32px; right: 32px; bottom: 148px; }
  .package-poster-country { left: 32px; top: 78px; }
  .package-poster-topline { left: 32px; right: 32px; }
  .package-poster-meta { left: 32px; right: auto; bottom: 28px; }
  .package-poster-purchase { align-items: flex-start; flex-direction: column; }
  .package-poster-purchase .country-master-actions { width: 100%; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .marketplace-hero > .section-head:first-child { padding: 34px 26px; border-radius: 22px; }
  .package-poster-stage { min-height: 720px; }
  .package-poster-topline { left: 24px; right: 24px; top: 28px; }
  .package-poster-topline span:last-child { display: none; }
  .package-poster-country { left: 24px; right: 24px; top: 68px; }
  .package-poster-copy { left: 24px; right: 24px; bottom: 174px; }
  .package-poster-copy h4 { font-size: 38px; }
  .package-poster-meta { left: 24px; right: 24px; bottom: 28px; }
  .package-poster-meta > div { flex: 1; min-width: 0; padding: 12px; }
  .package-poster-purchase,.package-scripts-drawer { padding-left: 20px; padding-right: 20px; }
  .package-poster-purchase .country-master-actions { display: grid; grid-template-columns: 1fr; }
  .package-poster-purchase .btn { width: 100%; }
}

/* ========================================================================== 
   POSTER PACKAGE GALLERY + COMPLETE PROVIDER VISIBILITY v12
   ========================================================================== */
.package-poster-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.package-poster-gallery .poster-package-section {
  margin: 0;
  min-width: 0;
}

.package-poster-gallery .package-poster-stage { min-height: 540px; }
.package-poster-gallery .package-poster-topline { left: 30px; right: 30px; top: 30px; }
.package-poster-gallery .package-poster-country { left: 30px; top: 72px; }
.package-poster-gallery .package-poster-country h3 { font-size: clamp(30px,3vw,44px); }
.package-poster-gallery .package-poster-flag { width: 50px; height: 50px; font-size: 24px; border-radius: 14px; }
.package-poster-gallery .package-poster-copy { left: 30px; right: 30px; bottom: 132px; }
.package-poster-gallery .package-poster-copy h4 { font-size: clamp(31px,3.1vw,44px); }
.package-poster-gallery .package-poster-copy p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.package-poster-gallery .package-poster-meta { left: 28px; right: 28px; bottom: 26px; }
.package-poster-gallery .package-poster-meta > div { flex: 1; min-width: 0; padding: 12px; }

.package-poster-gallery .package-poster-purchase {
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}

.package-poster-gallery .package-poster-purchase .country-master-actions {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr 1.1fr;
  gap: 10px;
  align-items: center;
}

.package-poster-gallery .package-poster-purchase .btn { width: 100%; justify-content: center; }
.package-poster-gallery .package-scripts-drawer { padding: 20px; }

.package-providers-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.package-providers-heading > div { display: flex; flex-direction: column; gap: 5px; }
.package-providers-heading small { color: var(--red-bright); font: 800 9px/1 var(--font-mono); letter-spacing: .13em; }
.package-providers-heading strong { color: #e8edf2; font-size: 12px; }
.package-providers-heading > span { color: var(--ink-muted); font: 700 10px/1 var(--font-mono); white-space: nowrap; }

.package-provider-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

.package-provider-grid .country-script-chip {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) auto;
  padding: 10px 11px;
  min-height: 58px;
}

.provider-index {
  color: var(--ink-dim);
  font: 800 9px/1 var(--font-mono);
}

.package-provider-grid .country-script-meta { min-width: 0; }
.package-provider-grid .country-script-meta h5 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.package-provider-grid .country-script-meta span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.package-provider-grid .btn-add-single-script { border-radius: 999px; padding: 6px 9px; white-space: nowrap; }

@media (max-width: 1020px) {
  .package-poster-gallery { grid-template-columns: 1fr; }
  .package-poster-gallery .package-poster-stage { min-height: 590px; }
  .package-poster-gallery .package-poster-copy h4 { font-size: clamp(38px,6vw,58px); }
  .package-provider-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .package-poster-gallery { gap: 20px; }
  .package-poster-gallery .package-poster-stage { min-height: 650px; }
  .package-poster-gallery .package-poster-topline { left: 22px; right: 22px; top: 24px; }
  .package-poster-gallery .package-poster-country { left: 22px; right: 22px; top: 62px; }
  .package-poster-gallery .package-poster-copy { left: 22px; right: 22px; bottom: 150px; }
  .package-poster-gallery .package-poster-copy h4 { font-size: 38px; }
  .package-poster-gallery .package-poster-meta { left: 20px; right: 20px; }
  .package-poster-gallery .package-poster-purchase .country-master-actions { grid-template-columns: 1fr; }
  .package-provider-grid { grid-template-columns: 1fr; }
  .package-providers-heading { align-items: flex-start; flex-direction: column; }
}

/* ========================================================================== 
   O11 BROADCAST COMMAND THEME v7
   ========================================================================== */
:root {
  --bg: #030508;
  --bg-subtle: #070a0f;
  --panel: #0a0e14;
  --panel-hover: #111720;
  --panel-card: rgba(10, 14, 20, 0.86);
  --border: rgba(180, 205, 230, 0.12);
  --border-subtle: rgba(180, 205, 230, 0.07);
  --ink: #f8fafc;
  --ink-muted: #9aa8b7;
  --ink-dim: #667383;
  --red: #f01f3d;
  --red-bright: #ff3855;
  --red-gradient: linear-gradient(135deg, #ff3855 0%, #a30b26 100%);
  --cyan: #60d8ff;
  --gold: #f2c86b;
}

body {
  background:
    radial-gradient(circle at 86% 5%, rgba(31, 106, 147, 0.11), transparent 28rem),
    radial-gradient(circle at 8% 22%, rgba(180, 9, 42, 0.12), transparent 32rem),
    var(--bg);
}

.noise { opacity: 0.022; }
.glow-bot-purple { display: none; }
.glow-mid-cyan { opacity: 0.55; }

.top-notice-bar {
  background: #090c11;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #b6c0cb;
}

.site-header {
  background: rgba(3, 5, 8, 0.78);
  backdrop-filter: blur(22px) saturate(130%);
  border-bottom-color: rgba(190, 215, 240, 0.1);
}

.btn,
.btn-cart-toggle,
.btn-portal-access,
.btn-telegram-direct {
  border-radius: 999px;
}

.btn-primary {
  box-shadow: 0 12px 30px rgba(240, 31, 61, 0.25), inset 0 1px 0 rgba(255,255,255,.25);
}

.hero-section {
  padding: 78px 0 58px;
  min-height: min(860px, calc(100vh - 110px));
  display: flex;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  gap: clamp(38px, 5vw, 84px);
}

.hero-copy .display {
  max-width: 760px;
  font-size: clamp(56px, 5.4vw, 86px);
  line-height: .94;
  letter-spacing: -.058em;
}

.hero-copy .lede {
  max-width: 690px;
  color: #9da9b7;
  font-size: 17px;
  line-height: 1.75;
}

.hero-stats-row {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  background: rgba(8, 12, 17, .66);
  backdrop-filter: blur(18px);
}

.hero-stat-card {
  min-height: 88px;
  justify-content: center;
  padding: 16px 18px;
  border-right: 1px solid var(--border);
}

.hero-stat-card:last-child { border-right: 0; }
.hero-stat-card strong { font-size: 25px; }
.hero-stat-card small { font-size: 9px; }

.hero-command-visual {
  position: relative;
  width: min(760px, 100%);
  aspect-ratio: 1.16 / 1;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(170, 204, 230, .2);
  background: #05070a;
  box-shadow: 0 45px 100px rgba(0,0,0,.62), 0 0 80px rgba(240,31,61,.08);
  isolation: isolate;
  cursor: crosshair;
}

.hero-command-visual > img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  transform: scale(1.01);
  transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .9s ease;
}

.hero-command-visual:hover > img:first-child {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.04);
}

.hero-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,4,7,.12), transparent 50%, rgba(2,4,7,.72)),
    linear-gradient(90deg, rgba(2,4,7,.45), transparent 42%);
  z-index: 1;
}

.hero-command-visual::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  pointer-events: none;
  z-index: 2;
}

.hero-visual-brand {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  width: 116px;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.65));
}

.hero-visual-brand img { width: 100%; height: auto; }

.visual-coordinate {
  position: absolute;
  right: 30px;
  top: 32px;
  z-index: 3;
  font: 700 9px/1 var(--font-mono);
  letter-spacing: .12em;
  color: rgba(225,238,248,.66);
}

.hero-command-visual .orbit-telemetry-badge {
  z-index: 3;
  left: 30px;
  right: auto;
  bottom: 30px;
  border-color: rgba(103, 255, 202, .2);
  background: rgba(3, 7, 10, .7);
}

.command-capabilities {
  position: relative;
  padding: 24px 0 104px;
}

.command-capabilities-grid {
  display: grid;
  gap: 24px;
}

.command-visual-card {
  min-height: 510px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(180, 205, 230, .14);
  background: #05070a;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}

.command-visual-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2,.7,.2,1), filter 1s ease;
}

.command-visual-card:hover > img { transform: scale(1.035); filter: saturate(1.1); }
.command-visual-drm > img { object-position: center; }
.command-visual-sat > img { object-position: center; }

.command-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,4,7,.96) 0%, rgba(2,4,7,.76) 34%, rgba(2,4,7,.12) 70%);
}

.command-visual-sat .command-visual-overlay {
  background: linear-gradient(270deg, rgba(2,4,7,.96) 0%, rgba(2,4,7,.77) 35%, rgba(2,4,7,.06) 72%);
}

.command-visual-copy {
  position: absolute;
  z-index: 2;
  left: clamp(32px, 5vw, 76px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 440px;
}

.command-visual-copy.align-right { left: auto; right: clamp(32px, 5vw, 76px); }

.command-visual-copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--red-bright);
  font: 800 11px/1 var(--font-mono);
  letter-spacing: .16em;
}

.command-visual-sat .command-visual-copy > span { color: var(--cyan); }

.command-visual-copy h2 {
  margin: 0 0 20px;
  max-width: 540px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .96;
  letter-spacing: -.05em;
}

.command-visual-copy p {
  max-width: 420px;
  margin-bottom: 28px;
  color: #a5b0bc;
  font-size: 15px;
  line-height: 1.7;
}

.command-visual-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.section { padding-block: 104px; }
.live-stream-studio-box,
.calculator-box,
.figma-poster-card {
  border-color: rgba(180,205,230,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.48);
}

@media (max-width: 1100px) {
  .hero-section { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-command-visual { width: 100%; aspect-ratio: 16 / 9; }
}

@media (max-width: 820px) {
  .hero-section { padding-top: 52px; }
  .hero-copy .display { font-size: clamp(48px, 12vw, 72px); }
  .command-visual-card { min-height: 580px; }
  .command-visual-card > img { object-position: 62% center; }
  .command-visual-sat > img { object-position: 35% center; }
  .command-visual-overlay,
  .command-visual-sat .command-visual-overlay {
    background: linear-gradient(180deg, rgba(2,4,7,.08), rgba(2,4,7,.55) 45%, rgba(2,4,7,.97) 76%);
  }
  .command-visual-copy,
  .command-visual-copy.align-right {
    left: 28px;
    right: 28px;
    top: auto;
    bottom: 34px;
    transform: none;
  }
}

@media (max-width: 540px) {
  .hero-section { padding: 42px 0 34px; }
  .hero-command-visual { border-radius: 22px; aspect-ratio: 4 / 5; }
  .hero-command-visual > img:first-child { object-position: 70% center; }
  .visual-coordinate { display: none; }
  .hero-visual-brand { width: 90px; top: 24px; left: 24px; }
  .hero-command-visual .orbit-telemetry-badge { left: 20px; right: 20px; bottom: 20px; justify-content: center; text-align: center; }
  .hero-stats-row { grid-template-columns: 1fr 1fr; }
  .hero-stat-card { border-bottom: 1px solid var(--border); }
  .hero-stat-card:nth-child(2) { border-right: 0; }
  .hero-stat-card:nth-child(n+3) { border-bottom: 0; }
  .command-capabilities { padding-bottom: 72px; }
  .command-visual-card { min-height: 620px; border-radius: 22px; }
  .command-visual-copy h2 { font-size: 42px; }
}

/* Keep the poster proportions after all legacy gallery rules. */
.package-poster-gallery .package-poster-stage { min-height:830px; }
@media (max-width:900px) { .package-poster-gallery .package-poster-stage { min-height:800px; } }
@media (max-width:560px) { .package-poster-gallery .package-poster-stage { min-height:750px; } }

/* Channel logo marks + reference-style homepage package posters v15 */
.channel-logo-mark {
  width:38px; height:38px; flex:0 0 38px; display:grid; place-items:center;
  border-radius:10px; border:1px solid hsla(var(--channel-hue),85%,70%,.75);
  background:linear-gradient(145deg,hsl(var(--channel-hue),82%,48%),hsl(calc(var(--channel-hue) + 34),78%,25%));
  color:#fff; box-shadow:inset 0 1px rgba(255,255,255,.3),0 6px 16px hsla(var(--channel-hue),90%,45%,.28);
  font:900 12px/1 var(--font-display); letter-spacing:-.03em; text-shadow:0 2px 5px rgba(0,0,0,.65);
}
.channel-logo-mark.compact { width:30px; height:30px; flex-basis:30px; border-radius:8px; font-size:9px; }
.package-poster-provider .channel-logo-mark { margin-bottom:3px; }
.package-poster-provider { min-height:78px; }

.figma-posters-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.figma-poster-card.home-reference-card { grid-column:auto; border-color:rgba(255,202,36,.28); background:rgba(6,8,11,.97); }
.home-reference-card .poster-media-wrap { aspect-ratio:2 / 3; min-height:560px; cursor:zoom-in; }
.home-reference-card .poster-media-wrap > img { position:absolute; inset:0; }
.home-poster-shade { position:absolute; z-index:1; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.56) 35%,rgba(0,0,0,.94) 83%),linear-gradient(90deg,rgba(0,0,0,.35),transparent 55%); }
.home-poster-country { position:absolute; z-index:2; top:20px; left:20px; right:20px; display:grid; grid-template-columns:38px 1fr; grid-template-rows:auto auto; column-gap:9px; align-items:center; }
.home-poster-country > span { grid-row:1/3; width:38px; height:38px; display:grid; place-items:center; border-radius:9px; background:rgba(0,0,0,.76); border:1px solid rgba(255,210,76,.6); font-size:20px; }
.home-poster-country small { color:#fff; font:800 7px/1 var(--font-mono); letter-spacing:.09em; }
.home-poster-country strong { color:#fff; font:900 clamp(22px,2vw,34px)/.92 var(--font-display); text-transform:uppercase; text-shadow:0 4px 8px #000; }
.home-poster-title { position:absolute; z-index:2; top:92px; left:18px; right:18px; color:#fff; text-align:center; font:900 clamp(21px,2.1vw,31px)/.9 var(--font-display); text-shadow:0 5px 10px #000; }
.home-poster-title small { display:inline-block; margin:0 5px; padding:4px 7px; background:var(--red); color:#fff; font-size:9px; transform:skew(-8deg); }
.home-poster-title b { display:block; margin-top:4px; font-size:54px; letter-spacing:-.09em; }
.home-poster-title b i { color:var(--red-bright); font-style:normal; }
.home-poster-channels { position:absolute; z-index:2; top:195px; left:16px; right:16px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
.home-poster-channels > div { min-height:62px; padding:6px 3px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid rgba(255,202,36,.62); border-radius:8px; background:rgba(3,6,9,.88); text-align:center; backdrop-filter:blur(8px); }
.home-poster-channels > div > span:last-child { max-width:100%; margin-top:4px; overflow:hidden; color:#fff; font:800 8px/1 var(--font-display); text-overflow:ellipsis; white-space:nowrap; text-transform:uppercase; }
.home-poster-price { position:absolute; z-index:2; left:16px; right:16px; bottom:51px; display:grid; grid-template-columns:1fr auto 1fr; grid-template-rows:auto auto; align-items:center; text-align:center; }
.home-poster-price small { grid-column:1; color:#fff; font:900 8px/1 var(--font-display); }
.home-poster-price strong { grid-column:1; color:#ffd22e; font:900 30px/1 var(--font-display); }
.home-poster-price em { grid-column:2; grid-row:1/3; width:60px; height:60px; display:grid; place-items:center; border:2px solid #ffd22e; border-radius:50%; background:#080a0c; color:#ffd22e; box-shadow:0 0 18px rgba(255,210,46,.45); font:900 9px/.95 var(--font-display); transform:rotate(-6deg); }
.home-poster-price del { grid-column:3; grid-row:1/3; color:#fff; font:900 25px/1 var(--font-display); text-decoration-color:var(--red); text-decoration-thickness:5px; }
.home-poster-url { position:absolute; z-index:2; left:0; right:0; bottom:10px; padding:8px; background:linear-gradient(90deg,transparent,var(--red) 18%,#8f081d 82%,transparent); color:#fff; text-align:center; font:900 20px/1 var(--font-display); }
.home-poster-url b { color:#ffd22e; }

@media (max-width:1050px) { .figma-posters-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:680px) {
  .figma-posters-grid { grid-template-columns:1fr; }
  .home-reference-card .poster-media-wrap { aspect-ratio:3 / 5; min-height:560px; }
  .home-poster-country strong { font-size:30px; }
  .home-poster-title { font-size:28px; }
  .home-poster-channels > div > span:last-child { font-size:9px; }
}

/* Country-themed inspection lightbox with channel logos v18 */
.lightbox-content { --modal-a:#ef193c; --modal-b:#ffd22e; }
.lightbox-content[data-region="americas"] { --modal-a:#1aa9ff; --modal-b:#ff4157; }
.lightbox-content[data-region="asia"] { --modal-a:#ff861f; --modal-b:#21d6c8; }
.lightbox-content[data-region="mena"] { --modal-a:#15d987; --modal-b:#e5c04e; }
.lightbox-content[data-region="oceania"] { --modal-a:#249dff; --modal-b:#f4f7ff; }
.lightbox-content[data-region="africa"] { --modal-a:#28cc72; --modal-b:#ffcf2d; }
.lightbox-image-box { padding:18px; min-height:700px; isolation:isolate; }
.lightbox-image-box > img { position:absolute; inset:18px; width:calc(100% - 36px); height:calc(100% - 36px); max-width:none; max-height:none; object-fit:cover; border-radius:16px; }
.lightbox-art-shade { position:absolute; z-index:1; inset:18px; border-radius:16px; background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.6) 39%,rgba(0,0,0,.96) 88%),linear-gradient(90deg,rgba(0,0,0,.36),transparent); }
.lightbox-art-country { position:absolute; z-index:2; top:42px; left:42px; right:42px; display:flex; align-items:center; gap:12px; }
.lightbox-art-country span { width:48px; height:48px; display:grid; place-items:center; border-radius:11px; border:1px solid var(--modal-b); background:rgba(0,0,0,.8); font-size:24px; }
.lightbox-art-country strong { color:#fff; font:900 clamp(32px,3.3vw,52px)/.9 var(--font-display); text-transform:uppercase; text-shadow:0 5px 10px #000; }
.lightbox-art-title { position:absolute; z-index:2; top:122px; left:38px; right:38px; text-align:center; }
.lightbox-art-title > span { display:block; color:var(--modal-b); font:800 8px/1 var(--font-mono); letter-spacing:.12em; }
.lightbox-art-title > strong { display:block; margin-top:7px; color:#fff; font:900 clamp(24px,2.6vw,40px)/.9 var(--font-display); text-shadow:0 5px 10px #000; }
.lightbox-art-title > small { display:inline-block; margin:8px 9px 0 0; padding:4px 9px; color:#fff; background:var(--modal-a); font:900 11px/1 var(--font-display); transform:skew(-8deg); }
.lightbox-art-title > b { display:inline-block; color:#fff; font:900 58px/.8 var(--font-display); letter-spacing:-.09em; vertical-align:middle; text-shadow:0 6px 12px #000; }
.lightbox-art-title > b i { color:var(--modal-a); font-style:normal; }
.lightbox-art-providers { position:absolute; z-index:2; top:250px; left:36px; right:36px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
.lightbox-art-providers > div { min-height:72px; padding:6px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid color-mix(in srgb,var(--modal-b) 75%,transparent); border-radius:9px; background:rgba(3,6,9,.88); text-align:center; backdrop-filter:blur(8px); }
.lightbox-art-providers > div > span:last-child { margin-top:4px; max-width:100%; overflow:hidden; color:#fff; font:800 9px/1 var(--font-display); text-overflow:ellipsis; white-space:nowrap; text-transform:uppercase; }
.lightbox-art-offer { position:absolute; z-index:2; left:40px; right:40px; bottom:75px; display:grid; grid-template-columns:1fr 85px 1fr; align-items:center; text-align:center; }
.lightbox-art-offer small { display:block; color:#fff; font:900 9px/1 var(--font-display); }
.lightbox-art-offer strong,.lightbox-art-offer del { display:block; margin-top:3px; color:var(--modal-b); font:900 35px/1 var(--font-display); }
.lightbox-art-offer del { color:#fff; text-decoration-color:var(--modal-a); text-decoration-thickness:5px; }
.lightbox-art-offer em { width:78px; height:78px; display:grid; place-items:center; border:2px solid var(--modal-b); border-radius:50%; color:var(--modal-b); background:#07090b; box-shadow:0 0 22px color-mix(in srgb,var(--modal-b) 42%,transparent); font:900 11px/.95 var(--font-display); transform:rotate(-6deg); }
.lightbox-art-url { position:absolute; z-index:2; left:18px; right:18px; bottom:30px; padding:10px; color:#fff; background:linear-gradient(90deg,transparent,var(--modal-a) 18%,color-mix(in srgb,var(--modal-a) 68%,#000) 82%,transparent); text-align:center; font:900 25px/1 var(--font-display); }
.lightbox-art-url b { color:var(--modal-b); }
.lightbox-provider-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; }
.lightbox-provider-card { min-width:0; padding:7px 9px; display:flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.1); border-radius:9px; background:rgba(255,255,255,.035); }
.lightbox-provider-card > span:last-child { min-width:0; overflow:hidden; color:#fff; font:800 10px/1.1 var(--font-display); text-overflow:ellipsis; white-space:nowrap; }

@media (max-width:900px) {
  .lightbox-image-box { min-height:720px; }
  .lightbox-art-country strong { font-size:40px; }
}
@media (max-width:560px) {
  .lightbox-modal { padding:12px; }
  .lightbox-image-box { min-height:650px; }
  .lightbox-art-country { left:30px; right:30px; top:34px; }
  .lightbox-art-country strong { font-size:30px; }
  .lightbox-art-title { top:105px; }
  .lightbox-art-providers { top:225px; left:28px; right:28px; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lightbox-art-providers > div { min-height:60px; }
  .lightbox-art-offer { left:28px; right:28px; grid-template-columns:1fr 68px 1fr; }
  .lightbox-art-offer em { width:64px; height:64px; font-size:9px; }
  .lightbox-art-offer strong,.lightbox-art-offer del { font-size:28px; }
}

/* Official-site provider icons + package-only checkout v19 */
.channel-logo-mark { overflow:hidden; background:#fff; padding:5px; }
.channel-logo-mark img { width:100%; height:100%; object-fit:contain; display:block; border-radius:5px; }
.channel-logo-mark b { display:none; }
.channel-logo-mark:not(:has(img)) b,.channel-logo-mark.logo-fallback b { display:block; }
.channel-logo-mark:not(:has(img)),.channel-logo-mark.logo-fallback { padding:0; background:linear-gradient(145deg,hsl(var(--channel-hue),82%,48%),hsl(calc(var(--channel-hue) + 34),78%,25%)); }
.package-included-badge { display:inline-flex; align-items:center; gap:5px; padding:6px 9px; border:1px solid rgba(0,241,172,.3); border-radius:999px; background:rgba(0,241,172,.09); color:#79f6d5; font:800 9px/1 var(--font-display); text-transform:uppercase; white-space:nowrap; }
.package-included-badge svg { width:12px; height:12px; }

.checkout-modal { position:fixed; z-index:1200; inset:0; padding:30px; display:none; align-items:center; justify-content:center; background:rgba(2,3,5,.93); backdrop-filter:blur(20px); }
.checkout-modal.active { display:flex; }
.checkout-shell { width:min(1040px,100%); max-height:92vh; overflow:auto; position:relative; border:1px solid rgba(255,255,255,.14); border-radius:26px; background:linear-gradient(145deg,#10131a,#080a0e); box-shadow:0 35px 100px rgba(0,0,0,.8),0 0 45px rgba(242,34,62,.14); }
.checkout-heading { padding:34px 38px 24px; border-bottom:1px solid var(--border); background:radial-gradient(circle at 85% 0,rgba(242,34,62,.16),transparent 42%); }
.checkout-heading > span,.checkout-summary > span { color:var(--gold); font:800 9px/1 var(--font-mono); letter-spacing:.14em; }
.checkout-heading h2 { margin-top:9px; color:#fff; font:900 clamp(30px,4vw,48px)/1 var(--font-display); letter-spacing:-.04em; }
.checkout-heading p { max-width:680px; margin-top:10px; color:var(--ink-muted); font-size:13px; line-height:1.6; }
.checkout-layout { display:grid; grid-template-columns:1.2fr .8fr; }
.checkout-form { padding:28px 38px 36px; display:grid; gap:16px; }
.checkout-form > label,.checkout-form fieldset { display:grid; gap:7px; color:#dce3ea; font:800 10px/1 var(--font-display); text-transform:uppercase; letter-spacing:.06em; }
.checkout-form input[type="text"],.checkout-form textarea { width:100%; padding:13px 14px; border:1px solid rgba(255,255,255,.11); border-radius:11px; outline:0; background:#07090d; color:#fff; font:500 13px/1.4 var(--font-sans); text-transform:none; letter-spacing:0; resize:vertical; }
.checkout-form input[type="text"]:focus,.checkout-form textarea:focus { border-color:rgba(242,34,62,.65); box-shadow:0 0 0 3px rgba(242,34,62,.1); }
.checkout-form fieldset { border:0; }
.checkout-form legend { margin-bottom:9px; }
.checkout-payment-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.checkout-payment-grid label { cursor:pointer; }
.checkout-payment-grid input { position:absolute; opacity:0; }
.checkout-payment-grid span { min-height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.1); border-radius:10px; background:#07090d; color:#c5ccd3; font:800 10px/1 var(--font-display); text-transform:uppercase; }
.checkout-payment-grid input:checked + span { border-color:var(--gold); background:var(--gold-soft); color:var(--gold); box-shadow:0 0 18px rgba(255,210,76,.12); }
.checkout-consent { grid-template-columns:auto 1fr!important; align-items:center; text-transform:none!important; letter-spacing:0!important; font-weight:600!important; }
.checkout-consent input { accent-color:var(--red); }
.checkout-submit { width:100%; }
.checkout-summary { padding:28px 30px 36px; border-left:1px solid var(--border); background:rgba(255,255,255,.018); }
#checkout-order-summary { display:grid; gap:9px; margin:18px 0; }
#checkout-order-summary > div { display:flex; justify-content:space-between; gap:14px; padding:11px 0; border-bottom:1px solid var(--border); }
#checkout-order-summary span { color:#d8dee5; font-size:11px; line-height:1.35; }
#checkout-order-summary strong { color:var(--gold); font:800 13px/1 var(--font-display); white-space:nowrap; }
.checkout-total { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; padding:15px 0 20px; }
.checkout-total span { color:var(--ink-muted); font-size:12px; }
.checkout-total strong { color:#fff; font:900 25px/1 var(--font-display); }
.checkout-summary ul { display:grid; gap:10px; padding-top:18px; border-top:1px solid var(--border); list-style:none; }
.checkout-summary li { display:flex; align-items:center; gap:8px; color:#aeb8c2; font-size:11px; }
.checkout-summary li svg { width:14px; height:14px; color:var(--green); }

@media (max-width:760px) {
  .checkout-modal { padding:10px; }
  .checkout-layout { grid-template-columns:1fr; }
  .checkout-summary { border-left:0; border-top:1px solid var(--border); }
  .checkout-heading,.checkout-form,.checkout-summary { padding-left:22px; padding-right:22px; }
  .checkout-payment-grid { grid-template-columns:1fr 1fr; }
}

/* Crypto checkout quote + customer order panel v20 */
.checkout-crypto-quote { padding:14px 16px; display:grid; gap:5px; border:1px solid rgba(0,241,172,.2); border-radius:12px; background:rgba(0,241,172,.055); }
.checkout-crypto-quote span { color:var(--green); font:800 8px/1 var(--font-mono); letter-spacing:.12em; text-transform:uppercase; }
.checkout-crypto-quote strong { color:#fff; font:900 22px/1 var(--font-display); }
.checkout-crypto-quote small { color:var(--ink-muted); font-size:10px; line-height:1.45; }
.customer-panel { padding-top:50px; padding-bottom:90px; }
.customer-panel-hero { min-height:280px; padding:46px 50px; display:flex; align-items:flex-end; justify-content:space-between; gap:35px; border:1px solid rgba(255,255,255,.11); border-radius:28px; background:linear-gradient(90deg,rgba(3,5,8,.98),rgba(3,5,8,.7)),url('/assets/home_global_command_v1.png') center right/cover; box-shadow:0 28px 90px rgba(0,0,0,.5); }
.customer-panel-hero > div { max-width:720px; }
.customer-panel-hero > div > span { color:var(--gold); font:800 9px/1 var(--font-mono); letter-spacing:.15em; }
.customer-panel-hero h1 { margin-top:12px; color:#fff; font:900 clamp(42px,5vw,68px)/.98 var(--font-display); letter-spacing:-.05em; }
.customer-panel-hero p { margin-top:15px; max-width:630px; color:#b1bbc5; font-size:15px; line-height:1.65; }
.customer-stats { margin-top:20px; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--border); border-radius:18px; overflow:hidden; background:rgba(255,255,255,.018); }
.customer-stats > div { min-width:0; padding:22px 24px; border-right:1px solid var(--border); }
.customer-stats > div:last-child { border:0; }
.customer-stats small { display:block; color:var(--ink-dim); font:800 8px/1 var(--font-mono); letter-spacing:.1em; }
.customer-stats strong { display:block; margin-top:8px; overflow:hidden; color:#fff; font:800 18px/1.1 var(--font-display); text-overflow:ellipsis; white-space:nowrap; }
.customer-orders-section { padding-top:70px; }
.customer-order-list { display:grid; gap:16px; }
.customer-order-card { padding:25px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:linear-gradient(145deg,rgba(16,19,26,.96),rgba(7,9,13,.98)); }
.customer-order-head { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; }
.customer-order-head small { color:var(--ink-dim); font-size:10px; }
.customer-order-head h3 { margin-top:5px; color:#fff; font:900 22px/1 var(--font-display); }
.order-status { padding:7px 10px; border-radius:999px; font:800 9px/1 var(--font-display); text-transform:uppercase; }
.order-status.pending { color:var(--gold); border:1px solid rgba(255,210,76,.3); background:var(--gold-soft); }
.customer-order-items { margin:20px 0; display:grid; gap:8px; }
.customer-order-items > div { display:flex; justify-content:space-between; gap:20px; padding:11px 13px; border:1px solid rgba(255,255,255,.065); border-radius:9px; background:rgba(255,255,255,.022); }
.customer-order-items span { color:#d4dbe2; font-size:12px; }
.customer-order-items strong { color:var(--gold); font:800 13px/1 var(--font-display); }
.customer-order-foot { display:grid; grid-template-columns:1fr 1fr auto; gap:20px; align-items:end; padding-top:18px; border-top:1px solid var(--border); }
.customer-order-foot small { display:block; color:var(--ink-dim); font:800 8px/1 var(--font-mono); letter-spacing:.09em; }
.customer-order-foot strong { display:block; margin-top:6px; color:#fff; font:800 14px/1 var(--font-display); }
.customer-empty { padding:70px 25px; display:grid; place-items:center; text-align:center; border:1px dashed rgba(255,255,255,.13); border-radius:20px; background:rgba(255,255,255,.015); }
.customer-empty > div { color:var(--gold); font-size:42px; }
.customer-empty h3 { margin-top:10px; color:#fff; font:800 24px/1 var(--font-display); }
.customer-empty p { margin:10px 0 20px; color:var(--ink-muted); font-size:13px; }
.customer-security-note { margin-top:20px; padding:18px 20px; display:flex; gap:13px; border:1px solid rgba(0,210,255,.18); border-radius:14px; background:rgba(0,210,255,.045); }
.customer-security-note > svg { flex:0 0 22px; color:var(--cyan); }
.customer-security-note strong { color:#fff; font-size:12px; }
.customer-security-note p { margin-top:4px; color:var(--ink-muted); font-size:11px; line-height:1.55; }
@media (max-width:800px) {
  .customer-panel-hero { padding:34px 28px; flex-direction:column; align-items:flex-start; }
  .customer-stats { grid-template-columns:1fr 1fr; }
  .customer-stats > div:nth-child(2) { border-right:0; }
  .customer-stats > div:nth-child(-n+2) { border-bottom:1px solid var(--border); }
  .customer-order-foot { grid-template-columns:1fr 1fr; }
  .customer-order-foot .btn { grid-column:1/-1; }
}

/* Local admin order console v21 */
.admin-panel { padding-top:34px; padding-bottom:90px; }
.admin-security-banner { margin-bottom:18px; padding:13px 16px; display:flex; gap:11px; align-items:flex-start; border:1px solid rgba(255,210,76,.24); border-radius:12px; background:rgba(255,210,76,.065); }
.admin-security-banner > svg { flex:0 0 19px; color:var(--gold); }
.admin-security-banner strong { display:block; color:#fff; font-size:11px; }
.admin-security-banner span { display:block; margin-top:3px; color:#b8b094; font-size:10px; line-height:1.5; }
.admin-panel-head { padding:42px 44px; display:flex; justify-content:space-between; align-items:flex-end; gap:34px; border:1px solid rgba(255,255,255,.11); border-radius:26px; background:radial-gradient(circle at 90% 0,rgba(242,34,62,.19),transparent 37%),linear-gradient(135deg,#10131a,#07090d); box-shadow:0 28px 80px rgba(0,0,0,.48); }
.admin-panel-head > div:first-child { max-width:720px; }
.admin-panel-head > div:first-child > span { color:var(--red-bright); font:800 9px/1 var(--font-mono); letter-spacing:.14em; }
.admin-panel-head h1 { margin-top:10px; color:#fff; font:900 clamp(42px,5vw,68px)/.98 var(--font-display); letter-spacing:-.05em; }
.admin-panel-head p { margin-top:13px; max-width:610px; color:var(--ink-muted); font-size:14px; line-height:1.65; }
.admin-head-actions { display:flex; gap:9px; flex-wrap:wrap; }
.admin-stats { margin-top:18px; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.admin-stats > div { padding:21px; border:1px solid rgba(255,255,255,.09); border-radius:14px; background:rgba(255,255,255,.02); }
.admin-stats small { color:var(--ink-dim); font:800 8px/1 var(--font-mono); letter-spacing:.1em; }
.admin-stats strong { display:block; margin-top:8px; color:#fff; font:900 28px/1 var(--font-display); }
.admin-stats span { display:block; margin-top:6px; color:#707987; font-size:9px; }
.admin-config-grid { margin-top:12px; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.admin-config-grid article { padding:17px; display:flex; gap:11px; border:1px solid rgba(255,255,255,.08); border-radius:13px; background:#090c11; }
.config-dot { width:8px; height:8px; flex:0 0 8px; margin-top:2px; border-radius:50%; }
.config-dot.warn { background:var(--gold); box-shadow:0 0 10px var(--gold); }
.config-dot.good { background:var(--green); box-shadow:0 0 10px var(--green); }
.admin-config-grid small { display:block; color:var(--ink-dim); font:800 7px/1 var(--font-mono); letter-spacing:.1em; }
.admin-config-grid strong { display:block; margin-top:5px; color:#fff; font-size:12px; }
.admin-config-grid p { margin-top:4px; color:#707987; font-size:9px; line-height:1.45; }
.admin-orders { margin-top:45px; }
.admin-orders-toolbar { display:flex; align-items:flex-end; justify-content:space-between; gap:25px; margin-bottom:15px; }
.admin-orders-toolbar h2 { color:#fff; font:900 28px/1 var(--font-display); }
.admin-orders-toolbar > div:first-child > span { display:block; margin-top:5px; color:var(--ink-dim); font-size:10px; }
.admin-filters { display:flex; gap:8px; }
.admin-filters input,.admin-filters select,.admin-order-control select { min-height:40px; padding:0 12px; border:1px solid rgba(255,255,255,.1); border-radius:9px; outline:0; background:#080a0e; color:#dbe2e8; font-size:11px; }
.admin-filters input { width:280px; }
.admin-order-table { display:grid; gap:9px; }
.admin-order-row { padding:16px; display:grid; grid-template-columns:1.1fr 1.8fr .75fr 1fr; gap:18px; align-items:center; border:1px solid rgba(255,255,255,.085); border-radius:13px; background:linear-gradient(145deg,rgba(15,18,24,.98),rgba(7,9,13,.98)); }
.admin-order-row[hidden] { display:none; }
.admin-order-row small { display:block; color:var(--ink-dim); font:800 7px/1 var(--font-mono); letter-spacing:.09em; }
.admin-order-primary strong { display:block; margin-top:5px; color:#fff; font:900 16px/1 var(--font-display); }
.admin-order-primary span { display:block; margin-top:6px; overflow:hidden; color:#8f99a4; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.admin-order-packages { display:grid; gap:5px; }
.admin-order-packages > span { display:flex; justify-content:space-between; gap:10px; color:#cdd5dd; font-size:9px; }
.admin-order-packages b { color:var(--gold); }
.admin-order-payment strong { display:block; margin-top:6px; color:#fff; font-size:11px; }
.admin-order-payment span { display:block; margin-top:5px; color:var(--green); font:800 13px/1 var(--font-display); }
.admin-order-control { display:grid; grid-template-columns:1fr auto; gap:7px; align-items:end; }
.admin-order-control label { color:var(--ink-dim); font:800 7px/1 var(--font-mono); letter-spacing:.08em; }
.admin-order-control select { width:100%; margin-top:5px; }
.admin-order-control .btn { min-height:40px; padding:8px 10px; font-size:8px; }
.admin-empty { padding:65px 25px; display:grid; place-items:center; text-align:center; border:1px dashed rgba(255,255,255,.13); border-radius:18px; }
.admin-empty > span { color:var(--gold); font-size:42px; }
.admin-empty h3 { margin-top:8px; color:#fff; font:800 22px/1 var(--font-display); }
.admin-empty p { margin:9px 0 18px; color:var(--ink-muted); font-size:11px; }
@media (max-width:1050px) {
  .admin-stats { grid-template-columns:1fr 1fr; }
  .admin-config-grid { grid-template-columns:1fr; }
  .admin-order-row { grid-template-columns:1fr 1fr; }
}
@media (max-width:680px) {
  .admin-panel-head { padding:32px 25px; flex-direction:column; align-items:flex-start; }
  .admin-stats { grid-template-columns:1fr; }
  .admin-orders-toolbar,.admin-filters { align-items:stretch; flex-direction:column; }
  .admin-filters input { width:100%; }
  .admin-order-row { grid-template-columns:1fr; }
}
