:root{
  --bg0:#120205;
  --bg1:#1a0307;
  --panel: rgba(60, 8, 14, .62);
  --panel2: rgba(60, 8, 14, .38);
  --stroke: rgba(227, 10, 23, .22);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --neon:#e30a17;
  --neon2:#ff4d57;
  --shadow: 0 18px 55px rgba(0,0,0,.55);
  --r: 18px;
  --max: 1180px;
}

*{box-sizing:border-box}
html,body{height:100%}

/* =========================
   RIOT BACKGROUND (PATCH)
   ========================= */
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: linear-gradient(180deg, #0b0102, #070102 65%, #040001);
  overflow-x:hidden;
  position:relative;
}

/* Glow layer */
body::before{
  content:"";
  position:fixed;
  inset:-35%;
  z-index:-2;
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(227,10,23,.26), transparent 60%),
    radial-gradient(900px 650px at 20% 10%, rgba(255,77,87,.18), transparent 62%),
    radial-gradient(900px 650px at 80% 18%, rgba(227,10,23,.14), transparent 62%),
    radial-gradient(900px 800px at 50% 120%, rgba(227,10,23,.12), transparent 60%),
    linear-gradient(180deg, rgba(18,2,5,0), rgba(7,1,2,1));
  filter: blur(18px) saturate(118%);
  opacity: 1;
  transform: translate3d(0,0,0);
  animation: riotGlow 12s ease-in-out infinite alternate;
  pointer-events:none;
}

/* Texture layer */
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(1200px 800px at 50% 38%, transparent 34%, rgba(0,0,0,.72) 100%),
    linear-gradient(rgba(255,255,255,.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,.020) 0px,
      rgba(255,255,255,.020) 1px,
      transparent 4px,
      transparent 8px
    ),
    repeating-radial-gradient(circle at 15% 25%,
      rgba(255,255,255,.038) 0px,
      rgba(255,255,255,.038) 1px,
      transparent 2px,
      transparent 7px
    );
  background-size:
    auto,
    36px 36px,
    36px 36px,
    auto,
    auto;
  mix-blend-mode: overlay;
  opacity: .20;
  pointer-events:none;
}

@keyframes riotGlow{
  0%{ transform: translate3d(-1.5%, -1%, 0) scale(1.00); }
  100%{ transform: translate3d(1.5%, 1%, 0) scale(1.03); }
}

/* Scrollbar */
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#0b0102}
::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(227,10,23,.95), rgba(255,77,87,.92));
  border-radius: 999px;
  border: 2px solid #0b0102;
}
*{scrollbar-width: thin; scrollbar-color: rgba(227,10,23,.90) #0b0102;}

/* Layout */
.container{
  width:min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

/* =========================
   NAVBAR
   - Oval nav kalsın
   - Masaüstünde boydan boya siyah band yok
   ========================= */
/* ===== TOPBAR FIX (sticky + masaüstü band kaldır) ===== */
.topbar{
  position: sticky;
  top: 0;
  z-index: 9999;

  padding: 14px 0 10px;

  /* Mobilde hafif band kalsın diye default */
  background:
    radial-gradient(900px 180px at 50% 0%, rgba(227,10,23,.18), transparent 70%),
    linear-gradient(180deg, rgba(12,1,3,.88), rgba(12,1,3,.30));

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(227,10,23,.14);
}

/* Masaüstünde “boydan boya siyahlık” istemiyorsun:
   Sadece kavisli navShell görünsün */
@media (min-width: 641px){
  .topbar{
    background: transparent !important;
    border-bottom: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

.navShell{
  position: relative;
  border: 1px solid rgba(227,10,23,.18);
  background: rgba(30, 4, 8, .40);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  overflow: hidden;
}
.navShell::before{
  content:"";
  position:absolute; inset:-1px;
  background:
    radial-gradient(420px 140px at 50% 0%, rgba(227,10,23,.22), transparent 60%),
    radial-gradient(240px 120px at 10% 60%, rgba(255,77,87,.14), transparent 60%),
    radial-gradient(240px 120px at 90% 60%, rgba(227,10,23,.12), transparent 60%);
  pointer-events:none;
}
.navRow{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 12px;
}

/* Left/Right groups */
.navGroup{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 240px;
}
.navGroup.right{justify-content:flex-end}

/* Center brand */
.brand{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  display:grid;
  place-items:center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration:none;
}

/* eski logo alanları kapalı */
.brandLogo{display:none}
.brandLogo img{display:none}
.brandTitle{display:none !important;}

/* Nav links */
.navLink{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(227,10,23,.14);
  background: rgba(26, 3, 7, .40);
  color: rgba(255,255,255,.90);
  text-decoration:none;
  font-weight: 800;
  font-size: 13px;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.navLink:hover{
  transform: translateY(-1px);
  border-color: rgba(255,77,87,.32);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.navLink.active{
  border-color: rgba(255,255,255,.22);
  background: linear-gradient(135deg, rgba(227,10,23,.22), rgba(255,77,87,.16));
}

/* Brand text effect */
.brandText{
  text-align:center;
  text-transform: uppercase;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 2.8px;
  font-size: 22px;
  background: linear-gradient(180deg, #ffffff, #ffb3b8 45%, #e30a17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 10px rgba(255,255,255,.18),
    0 0 24px rgba(227,10,23,.30),
    0 0 46px rgba(255,77,87,.22);
  animation: voxGlow 2.6s ease-in-out infinite;
}
@keyframes voxGlow{
  0%{filter:brightness(1)}
  50%{filter:brightness(1.22)}
  100%{filter:brightness(1)}
}

/* =========================
   HERO (kalsın; sayfalarda varsa bozulmasın)
   ========================= */
.hero{
  margin: 18px auto 0;
  padding: 56px 28px;
  border-radius: calc(var(--r) + 6px);
  border: 1px solid rgba(227,10,23,.18);
  background:
    radial-gradient(800px 280px at 15% 0%, rgba(227,10,23,.16), transparent 60%),
    radial-gradient(700px 260px at 85% 0%, rgba(255,77,87,.12), transparent 60%),
    linear-gradient(180deg, rgba(60,8,14,.62), rgba(60,8,14,.35));
  box-shadow: var(--shadow);
  position:relative;
  overflow:hidden;
  text-align:center;
}
.hero::before{
  content:"";
  position:absolute; inset:-1px;
  background: radial-gradient(520px 220px at 50% 0%, rgba(255,255,255,.10), transparent 62%);
  pointer-events:none;
}
.hero h1{
  margin:0;
  font-size: clamp(40px, 6vw, 74px);
  letter-spacing: 2.2px;
  font-weight: 950;
  line-height: 1.04;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff, #ffd0d3 40%, #e30a17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 18px rgba(227,10,23,.26),
    0 0 40px rgba(255,77,87,.18);
}
.hero h1 span{
  display:block;
  margin-top: 8px;
  font-size: .62em;
  letter-spacing: 5px;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}
.hero p{
  margin: 18px auto 0;
  color: var(--muted);
  max-width: 62ch;
  font-weight: 650;
  line-height: 1.5;
}

.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top: 22px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(227,10,23,.16);
  background: rgba(30, 4, 8, .40);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: .2px;
  text-decoration:none;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn.primary{
  background: linear-gradient(135deg, rgba(227,10,23,.98), rgba(255,77,87,.95));
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 18px 50px rgba(227,10,23,.16), 0 18px 50px rgba(255,77,87,.12);
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,.18)}

/* =========================
   SECTIONS / GRID / CARDS
   ========================= */
.section{
  margin-top: 22px;
  padding: 20px;
  border-radius: var(--r);
  border: 1px solid rgba(227,10,23,.14);
  background: linear-gradient(180deg, var(--panel), var(--panel2));
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}
.sectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom: 14px;
}
.sectionHead h2{margin:0;font-size:18px;font-weight:950;letter-spacing:.4px}
.sectionHead .hint{color:var(--muted);font-size:13px;font-weight:700}

.grid{display:grid; grid-template-columns: repeat(12, 1fr); gap:14px}

.card{
  grid-column: span 6;
  border-radius: 16px;
  border: 1px solid rgba(227,10,23,.14);
  background: rgba(24, 3, 6, .55);
  overflow:hidden;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover{transform: translateY(-2px); border-color: rgba(255,77,87,.28); box-shadow: 0 22px 60px rgba(0,0,0,.45)}

.thumb{
  aspect-ratio: 16/9;
  background:
    radial-gradient(14px 14px at 20% 20%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(135deg, rgba(227,10,23,.22), rgba(255,77,87,.14)),
    linear-gradient(180deg, rgba(60,8,14,.18), rgba(60,8,14,.55));
}

.meta{padding: 12px 12px 13px}
.title{font-weight:950;margin:0 0 6px;letter-spacing:.3px}
.sub{margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.35}

.video{
  grid-column: span 6;
  border-radius: 16px;
  border: 1px solid rgba(227,10,23,.14);
  background: rgba(24, 3, 6, .55);
  overflow:hidden;
}
.video iframe{width:100%; aspect-ratio:16/9; border:0; display:block}

/* =========================
   GALLERY + LIGHTBOX
   ========================= */
.gallery{display:grid; grid-template-columns: repeat(12, 1fr); gap: 12px}

.shot{
  grid-column: span 4;
  border-radius: 16px;
  border: 1px solid rgba(227,10,23,.14);
  overflow:hidden;
  background: rgba(24, 3, 6, .55);
  position:relative;
  aspect-ratio: 1/1;
}
.shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.02);
  transform: scale(1.01);
}

.wm{
  position:absolute; left:10px; bottom:10px;
  font-weight:950; font-size: 12px; letter-spacing:.8px;
  color: rgba(255,255,255,.90);
  text-shadow: 0 10px 25px rgba(0,0,0,.55);
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.10);
  padding: 7px 10px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.gallery.galleryPro{ gap:12px; }

.shot.shotLink{
  text-decoration:none;
  cursor: zoom-in;
  display:block;
  position:relative;
}

.shotMeta{
  position:absolute;
  left:10px;
  top:10px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.90);
  font-weight:900;
  letter-spacing:.2px;
}
.shotMeta span{ opacity:.70; font-weight:800; }

.shot.shotLink::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(520px 280px at 50% 0%, rgba(227,10,23,.18), transparent 55%);
  opacity:0;
  transition: opacity .22s ease;
  pointer-events:none;
}
.shot.shotLink:hover::after{ opacity:1; }
.shot.shotLink:hover img{ transform: scale(1.04); }
.shot img{ transition: transform .35s ease; }

.infoBox{
  margin-top:16px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(227,10,23,.14);
  background: rgba(24,3,6,.50);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.infoTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  font-weight:950;
  letter-spacing:.2px;
}
.infoTop i{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:10px;
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
}
.infoBox p{
  margin:0;
  color: rgba(255,255,255,.78);
  font-size: 13.6px;
  line-height:1.55;
  font-weight:650;
}

.lightbox{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(10px);
  display:none;
  place-items:center;
  z-index:9999;
  padding: 22px;
}
.lightbox.open{ display:grid; }
.lbImg{
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
}
.lbCap{
  margin-top:12px;
  color: rgba(255,255,255,.78);
  font-weight:700;
  font-size: 13px;
  text-align:center;
}
.lbClose{
  position:fixed;
  top:16px;
  right:16px;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(30,4,8,.70);
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:.2s;
}
.lbClose:hover{
  transform: translateY(-2px);
  border-color: rgba(255,77,87,.38);
  box-shadow: 0 0 16px rgba(227,10,23,.25);
}

/* =========================
   LIVE: meta + go button + info
   ========================= */
.liveMeta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}

.goBtn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:12px;
  font-weight:900;
  font-size:13px;
  text-decoration:none;
  letter-spacing:.3px;
  color:white;
  background: linear-gradient(135deg,#e30a17,#ff4d57);
  position:relative;
  overflow:hidden;
  transition:.25s;
}

.goBtn::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35), transparent 70%);
  transform: translateX(-120%);
  transition:.5s;
}
.goBtn:hover::before{ transform: translateX(120%); }
.goBtn:hover{
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(227,10,23,.40);
}
.goBtn i{ font-size:12px; }

.liveInfo{
  margin-top:18px;
  padding:18px;
  border-radius:16px;
  border:1px solid rgba(227,10,23,.14);
  background: rgba(24,3,6,.50);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.liveInfoTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  font-weight:900;
  letter-spacing:.2px;
}
.liveInfoTop i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
}
.liveInfo p{
  margin:0;
  color: rgba(255,255,255,.78);
  font-size:13.6px;
  line-height:1.55;
  font-weight:650;
}

/* =========================
   FOOTER PRO (TEMİZ – ÇİZGİSİZ)
   ========================= */
.footerPro{
  margin-top:70px;
  padding:55px 20px 40px;
  text-align:center;
  position:relative;

  /* düz panel */
  background: rgba(24,3,6,.55);
  border-top: 1px solid rgba(227,10,23,.12);

  overflow:hidden;
}

/* Glow / üst çizgi tamamen kaldırıldı */
.footerPro::before,
.footerPro::after{
  display:none;
}

.footerBrand{
  font-size:22px;
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
}

.footerSlogan{
  margin-top:10px;
  font-size:14px;
  color:rgba(255,255,255,.55);
  letter-spacing:.4px;
}

.footerSocial{
  margin:26px 0 22px;
  display:flex;
  justify-content:center;
  gap:18px;
}

.footerSocial a{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background: rgba(30,4,8,.45);
  border: 1px solid rgba(227,10,23,.14);
  color: rgba(255,255,255,.86);
  font-size:18px;
  text-decoration:none;
  transition:.25s ease;
}

.footerSocial a:hover{
  transform:translateY(-4px);
  color:white;
  border-color: rgba(255,77,87,.40);
  box-shadow: 0 0 16px rgba(227,10,23,.20);
}

.footerBottom{
  font-size:12.5px;
  color:rgba(255,255,255,.42);
  line-height:1.7;
}

/* Bottom nav (mobile app feel) */
.bottomNav{
  display:none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 10px 12px 14px;
  background: linear-gradient(180deg, rgba(12,1,3,0), rgba(12,1,3,.78) 40%, rgba(12,1,3,.92));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.bottomNav .bar{
  width:min(var(--max), calc(100% - 16px));
  margin:0 auto;
  border-radius: 22px;
  border: 1px solid rgba(227,10,23,.16);
  background: rgba(30,4,8,.60);
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
  display:flex;
  gap: 10px;
  padding: 10px;
}
.bBtn{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 12px 10px;
  border-radius: 16px;
  border: 1px solid rgba(227,10,23,.12);
  background: rgba(24,3,6,.50);
  color: rgba(255,255,255,.90);
  text-decoration:none;
  font-weight: 950;
  font-size: 13px;
  letter-spacing:.2px;
  flex-direction:column;
}
.bBtn.active{
  background: linear-gradient(135deg, rgba(227,10,23,.22), rgba(255,77,87,.16));
  border-color: rgba(255,255,255,.18);
}
.bBtn i{
  font-size:18px;
  color:#ffffff;
  text-shadow:0 0 12px rgba(227,10,23,.55);
  display:block;
}
.bBtn span{
  font-size:12px;
  margin-top:4px;
}

/* Responsive */
@media (max-width: 980px){
  .video,.card{grid-column: span 12;}
  .shot{grid-column: span 6;}
  .navGroup{min-width: 120px}
}
@media (max-width: 640px){
  .topbar{padding: 10px 0 8px}
  .navGroup{display:none}
  .brand{position: static; transform:none; margin: 0 auto}
  .navRow{justify-content:center}
  .bottomNav{display:block}
  .hero{padding: 46px 18px}
  .hero h1{letter-spacing: 1.6px}
  .hero h1 span{letter-spacing: 4px}
}

/* ABOUT PRO */
.aboutPro .aboutGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:18px;
}
.aboutPro .aboutCard{
  padding:16px;
  border-radius:16px;
  background: linear-gradient(180deg, rgba(227,10,23,.18), rgba(24,3,6,.45));
  border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 35px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  position:relative;
  overflow:hidden;
  min-height: 180px;
}
.aboutPro .aboutCard::before{
  content:"";
  position:absolute; inset:-40%;
  background: radial-gradient(circle, rgba(255,77,87,.18), transparent 55%);
  transform: rotate(12deg);
  pointer-events:none;
}
.aboutPro .cardTop{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  background: linear-gradient(180deg, rgba(255,77,87,.18), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.08);
}
.aboutPro .cardTop i{
  width:34px; height:34px;
  display:grid; place-items:center;
  border-radius:10px;
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  font-size:16px;
}
.aboutPro .cardTop span{
  font-weight:800;
  letter-spacing:.2px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
}
.aboutPro .meta{ margin-top:12px; }
.aboutPro .sub{
  margin:0;
  line-height:1.55;
  color: rgba(255,255,255,.78);
  font-size: 13.6px;
}
.aboutPro b{ color: rgba(255,255,255,.92); }

@media (max-width: 920px){
  .aboutPro .aboutGrid{ grid-template-columns: 1fr; }
}

/* Mini grid option (kalsın) */
.grid.gridMini{ gap: 10px; }
.grid.gridMini > .video.videoMini,
.grid.gridMini > .card.cardMini{
  grid-column: span 4;
  border-radius: 14px;
  border: 1px solid rgba(227,10,23,.14);
  background: rgba(24,3,6,.50);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.video.videoMini iframe{
  width:100%;
  aspect-ratio: 16/10;
  border:0;
  display:block;
}
.thumb.thumbMini{
  aspect-ratio: 16/10;
  background:
    radial-gradient(12px 12px at 20% 20%, rgba(255,255,255,.12), transparent 60%),
    linear-gradient(135deg, rgba(227,10,23,.16), rgba(255,77,87,.10)),
    linear-gradient(180deg, rgba(60,8,14,.14), rgba(60,8,14,.50));
}
.meta.metaMini{ padding: 9px 10px 10px; }
.meta.metaMini .title{
  font-size: 12.5px;
  margin: 0 0 4px;
  letter-spacing: .25px;
}
.meta.metaMini .sub{
  font-size: 11.5px;
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.25;
}
.miniTitle{
  margin: 6px 0 10px;
  font-weight: 950;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255,255,255,.78);
}
.miniTitle::after{
  content:"";
  height:1px;
  flex:1;
  background: linear-gradient(90deg, rgba(227,10,23,.22), rgba(255,77,87,.10), transparent);
}
@media (max-width: 980px){
  .grid.gridMini > .video.videoMini,
  .grid.gridMini > .card.cardMini{ grid-column: span 6; }
}
@media (max-width: 640px){
  .grid.gridMini > .video.videoMini,
  .grid.gridMini > .card.cardMini{ grid-column: span 12; }
}

/* ===== STICKY GARANTİ FIX ===== */
/* Sticky, parent’ta overflow/transform varsa bozulur.
   Bu patch yapıyı bozmadan engeller. */
html, body{ overflow-x: hidden; }
body{ overflow-y: auto; }

main, .container, header, .topbar{
  overflow: visible !important;
  transform: none !important;
  filter: none !important;
}

/* ===== PRO PROTECTION LAYER ===== */
:root { --protectBlur: 10px; }

html.protect-lock body{
  filter: blur(var(--protectBlur));
  pointer-events: none;
  user-select: none;
}

/* Pro overlay */
.protectOverlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(900px 600px at 50% 30%, rgba(227,10,23,.10), transparent 60%),
    rgba(0,0,0,.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html.protect-lock .protectOverlay{ display: grid; }

.protectBox{
  width: min(560px, 92vw);
  border-radius: 18px;
  border: 1px solid rgba(227,10,23,.22);
  background: rgba(24,3,6,.60);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
  padding: 18px 18px 16px;
  text-align: center;
}

.protectTitle{
  font-weight: 950;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0;
}

.protectDesc{
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-weight: 700;
  line-height: 1.55;
  font-size: 13.5px;
}

.protectRow{
  margin-top: 14px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.protectBtn{
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(227,10,23,.18);
  background: rgba(30,4,8,.55);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  text-decoration: none;
  transition: .2s;
}
.protectBtn:hover{
  transform: translateY(-2px);
  border-color: rgba(255,77,87,.40);
  box-shadow: 0 0 18px rgba(227,10,23,.22);
}

/* Seçme/sürükleme kapatma (global) */
*{
  -webkit-user-select:none !important;
  user-select:none !important;
  -webkit-user-drag:none !important;
}

/* İstersen input/textarea seçilebilir kalsın */
input, textarea{
  -webkit-user-select:text !important;
  user-select:text !important;
}

/* =========================
   BACKGROUND VIDEO (MP4)
   - Yapıyı bozmaz
   - Video daha net (az blur/az overlay)
   ========================= */
.bgVideo{
  position: fixed;
  inset: 0;
  z-index: -3; /* body::before(-2) ve body::after(-1) arkasında kalsın */
  overflow: hidden;
  pointer-events: none;
  background: #040001; /* fallback */
}

.bgVideo__media{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);

  /* Video daha görünür */
  opacity: .48;

  /* blur yok, sadece hafif kontrast */
  filter: contrast(1.06) saturate(1.02);
}

/* Hafif overlay: yazılar okunurken video da net kalsın */
.bgVideo::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 600px at 50% 30%, rgba(227,10,23,.10), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.40));
}

/* Hareket hassasiyeti olanlarda video kapansın */
@media (prefers-reduced-motion: reduce){
  .bgVideo{ display:none; }
}
/* =========================
   EKİBİMİZ V2 (SIFIRDAN)
   ========================= */
.teamV2 .teamGridV2{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.teamV2 .member{
  grid-column: span 4;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,0,2,.40);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  padding: 20px 18px 18px;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.teamV2 .member:hover{
  transform: translateY(-2px);
  border-color: rgba(255,77,87,.35);
  box-shadow: 0 26px 80px rgba(0,0,0,.45);
}

/* Avatar */
.teamV2 .avatarWrap{
  width: 110px;
  height: 110px;
  margin: 6px auto 12px;
  border-radius: 999px;
  position: relative;

  /* Dış çerçeve */
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  padding: 4px;

  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.10);

  overflow: visible; /* badge dışarı taşsın */
}

/* İç daire */
.teamV2 .avatarWrap img{
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  display:block;

  background: rgba(0,0,0,.25);
  border: 2px solid rgba(0,0,0,.45);
  transform: scale(1.02);
}

/* Mavi tik rozet (dışarı taşan) */
.teamV2 .avatarWrap .badge{
  position:absolute;
  right: -6px;
  bottom: -6px;
  width: 34px;
  height: 34px;
  border-radius: 999px;

  display:grid;
  place-items:center;

  background: linear-gradient(180deg, rgba(50,160,255,1), rgba(0,110,230,1));
  border: 3px solid rgba(10,0,2,.85); /* kart rengine uyum */
  box-shadow:
    0 10px 20px rgba(0,0,0,.45),
    0 0 18px rgba(50,160,255,.45);
}
.teamV2 .avatarWrap .badge i{
  color: #fff;
  font-size: 16px;
  transform: translateY(0.5px);
}

/* Verified olmayanlarda rozet görünmesin */
.teamV2 .avatarWrap:not(.verified) .badge{ display:none; }

/* Name */
.teamV2 .mName{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: .5px;
  color: rgba(255,255,255,.95);
}

/* Rank (polis çakarı) */
.teamV2 .mRank{
  margin: 10px auto 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: .35px;
  text-transform: uppercase;
  background: rgba(0,0,0,.20);
}
.teamV2 .mRank.siren{
  animation: sirenV2 .14s linear infinite; /* çok seri */
}
@keyframes sirenV2{
  0%{
    border-color: rgba(60,160,255,.95);
    box-shadow: 0 0 18px rgba(60,160,255,.55);
    background: rgba(15,60,120,.28);
  }
  50%{
    border-color: rgba(227,10,23,.95);
    box-shadow: 0 0 18px rgba(227,10,23,.55);
    background: rgba(120,10,20,.28);
  }
  100%{
    border-color: rgba(60,160,255,.95);
    box-shadow: 0 0 18px rgba(60,160,255,.55);
    background: rgba(15,60,120,.28);
  }
}

/* Bio */
.teamV2 .mBio{
  margin: 14px 0 0;
  color: rgba(255,255,255,.80);
  font-size: 13.7px;
  line-height: 1.65;
  font-weight: 650;
}

/* Social icons */
.teamV2 .mSocial{
  margin-top: 16px;
  display:flex;
  justify-content:center;
  gap: 10px;
  flex-wrap:wrap;
}
.teamV2 .mSocial a{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;

  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
  font-size: 18px;
  text-decoration:none;

  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.teamV2 .mSocial a:hover{
  transform: translateY(-3px);
  border-color: rgba(255,77,87,.40);
  box-shadow: 0 0 18px rgba(227,10,23,.22);
}

/* Responsive */
@media (max-width: 980px){
  .teamV2 .member{ grid-column: span 6; }
}
@media (max-width: 640px){
  .teamV2 .member{ grid-column: span 12; }
}
/* =========================
   BAŞVURU FORMU (ANİMASYONLU)
   ========================= */
.applySection{ position:relative; overflow:hidden; }

.applySection::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,77,87,.18), transparent 55%),
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(circle at 60% 90%, rgba(227,10,23,.16), transparent 55%);
  filter: blur(18px);
  animation: applyGlow 10s ease-in-out infinite alternate;
  pointer-events:none;
}
@keyframes applyGlow{
  0%{ transform: translate3d(-1%, -1%, 0) scale(1.00); }
  100%{ transform: translate3d(1%, 1%, 0) scale(1.04); }
}

.applyForm{ position:relative; }

.applyGrid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.field{
  grid-column: span 6;
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.fieldFull{ grid-column: span 12; }

.field label{
  font-weight: 900;
  letter-spacing: .25px;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea{
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.92);
  padding: 12px 12px;
  font-weight: 750;
  outline: none;
  transition: .18s ease;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.field textarea{ resize: vertical; min-height: 140px; }

.field input::placeholder,
.field textarea::placeholder{ color: rgba(255,255,255,.45); font-weight:700; }

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color: rgba(255,77,87,.55);
  box-shadow: 0 0 0 4px rgba(227,10,23,.16), 0 18px 55px rgba(0,0,0,.35);
  transform: translateY(-1px);
}

.field select{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.70) 50%),
    linear-gradient(135deg, rgba(255,255,255,.70) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right: 36px;
}

.applyActions{
  margin-top: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.applyBtn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.96);
  font-weight: 950;
  letter-spacing: .3px;
  cursor:pointer;

  background: linear-gradient(135deg, rgba(227,10,23,.98), rgba(255,77,87,.95));
  box-shadow: 0 18px 55px rgba(227,10,23,.18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  position: relative;
  overflow:hidden;
}
.applyBtn::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35), transparent 70%);
  transform: translateX(-120%);
  transition: .55s;
}
.applyBtn:hover::before{ transform: translateX(120%); }
.applyBtn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 24px 70px rgba(227,10,23,.25);
}
.applyBtn:active{ transform: translateY(0px) scale(.99); }

.applyHint{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  color: rgba(255,255,255,.72);
  font-weight: 750;
  font-size: 13px;
}

/* küçük “kart” animasyonu */
.applySection{
  animation: applyPop .55s ease both;
}
@keyframes applyPop{
  from{ opacity:0; transform: translateY(10px) scale(.99); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}

/* responsive */
@media (max-width: 980px){
  .field{ grid-column: span 12; }
}
.contactLink{
  color: rgba(255,255,255,.95);
  text-decoration:none;
  font-weight:800;
  position:relative;
  transition:.2s ease;
}

.contactLink::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0%;
  height:2px;
  background: linear-gradient(90deg, #e30a17, #ff4d57);
  transition:.25s ease;
}

.contactLink:hover{
  color:#ffffff;
}

.contactLink:hover::after{
  width:100%;
}
/* =========================
   BAŞVURU ALT BİLGİ & HARİTA
   ========================= */

.applyContact{
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
}

/* iletişim satırı */
.contactRow{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.contactItem{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  font-weight: 750;
  font-size: 13.5px;
  transition: .2s ease;
}

.contactItem i{
  color: rgba(255,77,87,.95);
  font-size: 15px;
}

.contactItem:hover{
  transform: translateY(-2px);
  border-color: rgba(255,77,87,.45);
  box-shadow: 0 0 18px rgba(227,10,23,.20);
}

/* Harita alanı */
.mapWrap{
  width:100%;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  position:relative;
}

/* hafif kırmızı glow */
.mapWrap::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: radial-gradient(circle at 50% 0%, rgba(227,10,23,.15), transparent 65%);
}

.mapWrap iframe{
  width:100%;
  height: 320px;
  border:0;
  display:block;
  filter: contrast(1.05) saturate(1.05);
}

/* Responsive */
@media (max-width: 640px){
  .mapWrap iframe{
    height: 260px;
  }
}
.hsCounters{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
  margin:26px 0 10px;
}

.hsCounterCard{
  position:relative;
  border:1px solid rgba(227,10,23,.16);
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(10px);
  border-radius:18px;
  padding:16px 16px 14px;
  overflow:hidden;
}

.hsCounterCard:before{
  content:"";
  position:absolute; inset:-1px;
  background: radial-gradient(600px 120px at 25% 0%, rgba(227,10,23,.20), transparent 55%);
  pointer-events:none;
}

.hsCounterLabel{
  font-size:12px;
  opacity:.75;
  letter-spacing:.3px;
}

.hsCounterValue{
  font-size:34px;
  font-weight:900;
  line-height:1.05;
  margin-top:6px;
}

.hsCounterSub{
  font-size:12px;
  opacity:.70;
  margin-top:6px;
}

@media (max-width: 980px){
  .hsCounters{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px){
  .hsCounters{ grid-template-columns: 1fr; }
}
.liveDot{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e30a17;
  box-shadow:0 0 10px rgba(227,10,23,.8);
  margin-right:6px;
  vertical-align:middle;
}
/* Discord Team Auto */
.member .mMeta{
  margin-top:6px;
  font-size:13px;
  color:rgba(255,255,255,.75);
}
.member .mMeta b{ color:rgba(255,255,255,.92); }

.roleBadges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.roleBadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  letter-spacing:.2px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.roleBadge i{ opacity:.9; }
/* QUICK CONTACT (DESKTOP ONLY) */
.hsQuickWrap{ position:fixed; left:18px; bottom:18px; z-index:99999; }
@media (max-width:768px){ .hsQuickWrap{ display:none !important; } }

.hsQuickBtn{
width:56px;height:56px;border:0;border-radius:16px;cursor:pointer;
display:flex;align-items:center;justify-content:center;
color:#fff;background:rgba(227,10,23,.95);
box-shadow:0 10px 30px rgba(0,0,0,.35),0 0 25px rgba(227,10,23,.45);
}
.hsQuickBtn i{ font-size:20px; }

/* Panel (FLOATING - YARIM AÇILIR) */
.hsQuickPanel{
position:fixed;

/* butonun üstünde durur */
left:18px;
bottom:90px;

width:260px;
max-width:86vw;

/* tam ekran olmasın */
height:auto;
max-height:calc(100vh - 140px);
overflow:auto;

padding:16px 14px;

border-radius:18px;
border:1px solid rgba(255,255,255,.08);

transform:translateX(-120%);
transition:transform .25s ease;

background:rgba(8,10,18,.92);
backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);

box-shadow:0 18px 55px rgba(0,0,0,.50);
z-index:100001;
}

.hsQuickPanel.open{ transform:translateX(0); }

.hsQuickHead{
display:flex;align-items:center;justify-content:space-between;
margin-bottom:14px;padding-bottom:12px;
border-bottom:1px solid rgba(255,255,255,.08);
}
.hsQuickTitle{ font-weight:800; letter-spacing:.3px; color:#fff; }

.hsQuickClose{
border:0;background:transparent;cursor:pointer;
width:40px;height:40px;border-radius:12px;color:#fff;
display:flex;align-items:center;justify-content:center;
}

.hsQuickItem{
display:flex;align-items:center;gap:12px;
padding:12px;border-radius:14px;
color:#fff;text-decoration:none;
border:1px solid rgba(255,255,255,.08);
background:rgba(255,255,255,.03);
margin-bottom:10px;
}
.hsQuickItem i{ width:22px; text-align:center; font-size:20px; color:#ff4d57; }
.hsQuickItem span{ font-weight:700; }

/* Backdrop */
.hsQuickBackdrop{
position:fixed; inset:0;
background:rgba(0,0,0,.45);
opacity:0; pointer-events:none;
transition:opacity .2s ease;
z-index:100000;
}
.hsQuickBackdrop.show{ opacity:1; pointer-events:auto; }
.bottomNav .bar{
  display:grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap:6px !important;
  width:100% !important;
  align-items:stretch !important;
}

.bottomNav .bBtn{
  min-width:0 !important;
  padding:8px 4px !important;
  min-height:58px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  border-radius:14px !important;
}

.bottomNav .bBtn i{
  font-size:15px !important;
  margin-bottom:4px !important;
}

.bottomNav .bBtn span{
  font-size:11px !important;
  line-height:1.1 !important;
  white-space:normal !important;
  word-break:break-word !important;
}

@media (max-width: 420px){
  .bottomNav .bar{
    gap:4px !important;
  }

  .bottomNav .bBtn{
    padding:7px 2px !important;
    min-height:54px !important;
  }

  .bottomNav .bBtn i{
    font-size:14px !important;
  }

  .bottomNav .bBtn span{
    font-size:10px !important;
  }
}
/* Son giriş yapan ülkeye ekstra pulse */
@keyframes hsRegionPulse {
  0% {
    filter: drop-shadow(0 0 0 rgba(227,10,23,.0))
            drop-shadow(0 0 0 rgba(227,10,23,.0));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(227,10,23,.85))
            drop-shadow(0 0 28px rgba(227,10,23,.45));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(227,10,23,.0))
            drop-shadow(0 0 0 rgba(227,10,23,.0));
  }
}

#hsWorldMap .hs-region-pulse{
  animation: hsRegionPulse 2.1s infinite ease-in-out;
}
/* =========================
   HS GLOBAL WORLD MAP
========================= */

.hs-global{
  position:relative;
  padding:90px 20px 110px;
  background:
    radial-gradient(circle at top, rgba(227,10,23,.12), transparent 35%),
    linear-gradient(180deg, #060b14 0%, #09111d 45%, #050911 100%);
  overflow:hidden;
}

.hs-global::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(to bottom, transparent, rgba(0,0,0,.55), transparent);
  pointer-events:none;
}

.hs-global-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
  flex-wrap:wrap;
}

.hs-global-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.4px;
}

.hs-global h2{
  margin:14px 0 8px;
  font-size:clamp(28px, 4vw, 44px);
  line-height:1.05;
  font-weight:950;
  color:#fff;
  letter-spacing:.4px;
}

.hs-global p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.8;
  max-width:760px;
}

.hs-global-stats{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.hs-stat-card{
  min-width:150px;
  padding:18px 18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 10px 30px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
}

.hs-stat-card strong{
  display:block;
  color:#fff;
  font-size:28px;
  font-weight:900;
  line-height:1;
  margin-bottom:7px;
}

.hs-stat-card span{
  color:rgba(255,255,255,.64);
  font-size:13px;
  font-weight:700;
}

.hs-global-map-wrap{
  position:relative;
  border-radius:30px;
  padding:20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;
}

.hs-global-glow{
  position:absolute;
  width:560px;
  height:560px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(227,10,23,.18) 0%, rgba(227,10,23,.06) 28%, transparent 65%);
  filter:blur(18px);
  pointer-events:none;
}

#hsWorldMap{
  position:relative;
  min-height:640px;
  z-index:2;
}

#hsWorldMap .jvm-container{
  background:transparent !important;
}

#hsWorldMap .jvm-zoom-btn{
  width:42px;
  height:42px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:24px;
  font-weight:900;
  backdrop-filter:blur(12px);
  box-shadow:0 10px 28px rgba(0,0,0,.35);
}

#hsWorldMap .jvm-zoom-btn:hover{
  background:rgba(227,10,23,.88);
}

#hsWorldMap .jvm-tooltip{
  background:rgba(7,12,22,.96);
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  color:#fff;
  padding:10px 12px;
  box-shadow:0 14px 38px rgba(0,0,0,.35);
  font-size:13px;
}

@media (max-width:768px){
  .hs-global{
    padding:70px 14px 90px;
  }

  .hs-global-map-wrap{
    padding:12px;
    border-radius:22px;
  }

  #hsWorldMap{
    min-height:440px;
  }

  .hs-stat-card{
    min-width:135px;
  }
}