/* =========================================================
   CRYPTODROP — AIRDROPS HUB (UNIVERSAL CLEAN)
   For template: Airdrops Hub (Universal)
   ========================================================= */

/* =========================================================
   PAGE / CONTAINER
   ========================================================= */

.airdrops-hub-page{
  padding:24px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.08) 0%, rgba(59,130,246,0) 26%),
    linear-gradient(180deg,#07111f 0%,#0b1220 24%,#0f172a 100%);
  color:#e5e7eb;
}

.airdrops-hub-container{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
  box-sizing:border-box;
}

.hub-page-title{
  margin:0 0 18px;
  text-align:center;
  font-size:40px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.02em;
  color:#f8fafc;
}

.intro-content{
  margin:0 0 24px;
  padding:24px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.92) 0%, rgba(17,24,39,.94) 100%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 42px rgba(2,6,23,.22);
  color:#cbd5e1;
}

.intro-content h2,
.intro-content h3,
.intro-content h4{
  color:#f8fafc;
}

.intro-content p,
.intro-content li{
  color:#cbd5e1;
  line-height:1.8;
}

/* =========================================================
   HERO
   ========================================================= */

.hub-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 28px;
  padding:30px;
  border-radius:26px;
  background:
    radial-gradient(circle at top right, rgba(56,189,248,.16) 0%, rgba(56,189,248,0) 32%),
    radial-gradient(circle at bottom left, rgba(99,102,241,.14) 0%, rgba(99,102,241,0) 34%),
    linear-gradient(135deg,#0f172a 0%,#111827 55%,#0b1220 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 26px 60px rgba(2,6,23,.34),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.hub-hero::before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 40%);
  opacity:.5;
}

.hub-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:24px;
  align-items:start;
}

.hub-kicker{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#dbeafe;
  background:rgba(59,130,246,.14);
  border:1px solid rgba(96,165,250,.22);
}

.hub-hero-title{
  margin:0 0 12px;
  font-size:36px;
  line-height:1.08;
  font-weight:900;
  color:#ffffff;
  letter-spacing:-.02em;
}

.hub-hero-subtitle{
  margin:0 0 18px;
  max-width:760px;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.75;
}

.hub-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}

.hub-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:#f8fafc;
  font-size:13px;
  font-weight:700;
  backdrop-filter:blur(8px);
}

.hub-hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hub-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  transition:all .18s ease;
}

.hub-btn-primary{
  color:#081120 !important;
  background:linear-gradient(180deg,#ffffff 0%,#dbeafe 100%);
  box-shadow:0 10px 24px rgba(148,163,184,.18);
}

.hub-btn-primary:hover{
  transform:translateY(-1px);
  color:#081120 !important;
}

.hub-btn-ghost{
  color:#f8fafc !important;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
}

.hub-btn-ghost:hover{
  background:rgba(255,255,255,.10);
  color:#ffffff !important;
  transform:translateY(-1px);
}

.hub-hero-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.hub-stat{
  position:relative;
  overflow:hidden;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.hub-stat::before{
  content:"";
  position:absolute;
  top:-36px;
  right:-36px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(59,130,246,.20) 0%, rgba(59,130,246,0) 70%);
}

.hub-stat-num{
  position:relative;
  z-index:2;
  font-size:30px;
  line-height:1;
  font-weight:900;
  margin-bottom:8px;
  color:#ffffff;
}

.hub-stat-label{
  position:relative;
  z-index:2;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
  font-weight:700;
}

.hub-toc{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 0;
}

.hub-toc a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  color:#dbeafe;
  background:rgba(59,130,246,.12);
  border:1px solid rgba(96,165,250,.16);
  transition:all .18s ease;
}

.hub-toc a:hover{
  background:rgba(59,130,246,.20);
  color:#ffffff;
  transform:translateY(-1px);
}

/* =========================================================
   FILTERS
   ========================================================= */

.airdrop-filters{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  align-items:center;
  margin:0 0 30px;
  padding:18px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.92) 0%, rgba(17,24,39,.94) 100%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 42px rgba(2,6,23,.22);
}

.airdrop-filters select,
.airdrop-filters button{
  min-height:46px;
  border-radius:14px;
  font-size:13px;
  box-sizing:border-box;
}

.airdrop-filters select{
  width:100%;
  padding:0 14px;
  background:rgba(15,23,42,.92);
  color:#e5e7eb;
  border:1px solid rgba(255,255,255,.08);
  outline:none;
  box-shadow:none;
}

.airdrop-filters select:focus{
  border-color:rgba(59,130,246,.35);
  box-shadow:0 0 0 3px rgba(59,130,246,.12);
}

.airdrop-filters button{
  border:0;
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;
  cursor:pointer;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  box-shadow:0 10px 24px rgba(37,99,235,.24);
}

.airdrop-filters button:hover{
  transform:translateY(-1px);
  opacity:.98;
  box-shadow:0 14px 28px rgba(37,99,235,.30);
}

/* =========================================================
   RESULTS
   ========================================================= */

#airdrops-results{
  min-height:180px;
}

/* =========================================================
   AIRDROP CARDS GRID
   ========================================================= */

.airdrops-list{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

/* =========================================================
   AIRDROP CARD
   ========================================================= */

.airdrop-card{
  position:relative;
  overflow:hidden;
  min-height:320px;
  border-radius:24px;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.20) 0%, rgba(59,130,246,0) 34%),
    radial-gradient(circle at bottom left, rgba(16,185,129,.10) 0%, rgba(16,185,129,0) 28%),
    linear-gradient(135deg,#0b1220 0%,#0f172a 48%,#111827 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 44px rgba(2,6,23,.30),
    inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  cursor:pointer;
}

.airdrop-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 24%);
}

.airdrop-card:hover{
  transform:translateY(-4px);
  border-color:rgba(96,165,250,.24);
  box-shadow:
    0 26px 58px rgba(2,6,23,.36),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.airdrop-card.expired{
  opacity:.82;
}

.airdrop-card.expired::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.14);
  pointer-events:none;
}

.airdrop-row{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  padding:20px;
}

.airdrop-logo{
  width:auto;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
}

.airdrop-logo img{
  width:76px;
  height:76px;
  border-radius:22px;
  object-fit:cover;
  display:block;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 24px rgba(2,6,23,.24);
}

.airdrop-info{
  width:100%;
  min-width:0;
}

.airdrop-header{
  margin:0;
}

.airdrop-title{
  margin:0;
  font-size:20px;
  line-height:1.22;
  font-weight:800;
  letter-spacing:-.02em;
}

.airdrop-title a{
  color:#fff;
  text-decoration:none;
}

.airdrop-title a:hover{
  color:#dbeafe;
  text-decoration:none;
}

/* =========================================================
   CARD RIBBON
   ========================================================= */

.cd-card-ribbon{
  position:absolute;
  top:14px;
  left:14px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  line-height:1;
  letter-spacing:.02em;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 10px 24px rgba(2,8,23,.24),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  white-space:nowrap;
}

.cd-card-ribbon--default,
.cd-card-ribbon--none{
  background:rgba(255,255,255,.08);
  color:#e5e7eb;
  border-color:rgba(255,255,255,.10);
}

.cd-card-ribbon--featured{
  background:linear-gradient(135deg,#a16207 0%,#f59e0b 100%);
  color:#fff7ed;
  border-color:rgba(251,191,36,.35);
}

.cd-card-ribbon--testnet{
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);
  color:#eff6ff;
  border-color:rgba(96,165,250,.30);
}

.cd-card-ribbon--gaming{
  background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);
  color:#faf5ff;
  border-color:rgba(192,132,252,.28);
}

.cd-card-ribbon--defi{
  background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%);
  color:#f0fdfa;
  border-color:rgba(45,212,191,.28);
}

.cd-card-ribbon--exchange{
  background:linear-gradient(135deg,#1d4ed8 0%,#60a5fa 100%);
  color:#eff6ff;
  border-color:rgba(96,165,250,.30);
}

.cd-card-ribbon--retrodrop{
  background:linear-gradient(135deg,#be123c 0%,#f43f5e 100%);
  color:#fff1f2;
  border-color:rgba(251,113,133,.28);
}

.cd-card-ribbon--social{
  background:linear-gradient(135deg,#0891b2 0%,#06b6d4 100%);
  color:#ecfeff;
  border-color:rgba(34,211,238,.28);
}

.cd-card-ribbon--nft{
  background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);
  color:#fdf4ff;
  border-color:rgba(232,121,249,.28);
}

.cd-card-ribbon--trade{
  background:linear-gradient(135deg,#1e40af 0%,#2563eb 100%);
  color:#eff6ff;
  border-color:rgba(96,165,250,.28);
}

.cd-card-ribbon--staking{
  background:linear-gradient(135deg,#047857 0%,#10b981 100%);
  color:#ecfdf5;
  border-color:rgba(52,211,153,.28);
}

.cd-card-ribbon--mining{
  background:linear-gradient(135deg,#c2410c 0%,#f97316 100%);
  color:#fff7ed;
  border-color:rgba(251,146,60,.28);
}

.cd-card-ribbon--depin{
  background:linear-gradient(135deg,#4338ca 0%,#8b5cf6 100%);
  color:#f5f3ff;
  border-color:rgba(167,139,250,.28);
}

.cd-card-ribbon--promo{
  background:linear-gradient(135deg,#15803d 0%,#22c55e 100%);
  color:#f0fdf4;
  border-color:rgba(74,222,128,.28);
}

.cd-card-ribbon--launchpool{
  background:linear-gradient(135deg,#ca8a04 0%,#facc15 100%);
  color:#422006;
  border-color:rgba(250,204,21,.34);
}

.cd-card-ribbon--launchpad{
  background:linear-gradient(135deg,#b45309 0%,#fb923c 100%);
  color:#431407;
  border-color:rgba(251,146,60,.30);
}

/* =========================================================
   MINI BADGES
   ========================================================= */

.cd-mini-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 2px;
}

.cd-mini-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  min-width:34px;
  height:34px;
  padding:0;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#f8fafc;
  line-height:0;
  font-size:0 !important;
  overflow:hidden;
  position:relative;
  cursor:help;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 6px 14px rgba(2,6,23,.14);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease,
    filter .18s ease;
}

.airdrop-card:hover .cd-mini-badge{
  box-shadow:
    0 8px 18px rgba(2,6,23,.22),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.cd-mini-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.18);
  filter:saturate(1.08);
}

.cd-mini-badge-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  min-width:20px;
  flex:0 0 20px;
  line-height:0;
  font-size:0 !important;
}

.cd-mini-badge-svg{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  min-height:20px !important;
  display:block !important;
  opacity:.98;
  filter:drop-shadow(0 0 6px rgba(255,255,255,.08));
}

.cd-mini-badge-svg *{
  vector-effect:non-scaling-stroke;
}

.cd-mini-badge--kyc{ color:#fecaca; border-color:rgba(239,68,68,.28); background:rgba(239,68,68,.18); }
.cd-mini-badge--email,
.cd-mini-badge--mail{ color:#dbeafe; border-color:rgba(96,165,250,.34); background:rgba(59,130,246,.22); }
.cd-mini-badge--x,
.cd-mini-badge--twitter{ color:#ffffff; border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.14); }
.cd-mini-badge--telegram,
.cd-mini-badge--tg{ color:#e0f2fe; border-color:rgba(56,189,248,.34); background:rgba(14,165,233,.22); }
.cd-mini-badge--discord{ color:#e0e7ff; border-color:rgba(129,140,248,.34); background:rgba(99,102,241,.22); }
.cd-mini-badge--wallet{ color:#d1fae5; border-color:rgba(52,211,153,.34); background:rgba(16,185,129,.22); }
.cd-mini-badge--trade{ color:#f3e8ff; border-color:rgba(192,132,252,.34); background:rgba(168,85,247,.22); }
.cd-mini-badge--stake{ color:#fef3c7; border-color:rgba(245,158,11,.34); background:rgba(245,158,11,.22); }
.cd-mini-badge--quiz{ color:#fce7f3; border-color:rgba(244,114,182,.34); background:rgba(236,72,153,.22); }
.cd-mini-badge--task,
.cd-mini-badge--tasks{ color:#dcfce7; border-color:rgba(74,222,128,.34); background:rgba(34,197,94,.22); }
.cd-mini-badge--swap{ color:#fef3c7; border-color:rgba(251,191,36,.34); background:rgba(245,158,11,.22); }
.cd-mini-badge--bridge{ color:#bfdbfe; border-color:rgba(96,165,250,.34); background:rgba(96,165,250,.22); }
.cd-mini-badge--nft{ color:#ede9fe; border-color:rgba(167,139,250,.34); background:rgba(139,92,246,.22); }
.cd-mini-badge--referral{ color:#fde68a; border-color:rgba(250,204,21,.34); background:rgba(234,179,8,.22); }
.cd-mini-badge--airdrop{ color:#cffafe; border-color:rgba(34,211,238,.34); background:rgba(6,182,212,.22); }
.cd-mini-badge--mobile{ color:#e5e7eb; border-color:rgba(203,213,225,.34); background:rgba(148,163,184,.18); }
.cd-mini-badge--games,
.cd-mini-badge--gaming{ color:#fecdd3; border-color:rgba(251,113,133,.34); background:rgba(244,63,94,.22); }
.cd-mini-badge--money{ color:#bbf7d0; border-color:rgba(74,222,128,.34); background:rgba(34,197,94,.22); }

/* =========================================================
   STATUS + BLOCKCHAIN
   ========================================================= */

.cd-meta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
}

.cd-status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  line-height:1;
  border:1px solid transparent;
}

.airdrop-card.cd-status--active-airdrops .cd-status-pill,
.airdrop-card.cd-status--aktivnye-airdropy .cd-status-pill{
  background:rgba(37,99,235,.18);
  border-color:rgba(37,99,235,.26);
  color:#dbeafe;
}

.airdrop-card.cd-status--new-airdrops .cd-status-pill,
.airdrop-card.cd-status--novye-airdropy .cd-status-pill{
  background:rgba(239,68,68,.18);
  border-color:rgba(239,68,68,.24);
  color:#fecaca;
}

.airdrop-card.cd-status--ended-airdrops .cd-status-pill,
.airdrop-card.cd-status--zavershennye-airdropy .cd-status-pill{
  background:rgba(127,29,29,.22);
  border-color:rgba(127,29,29,.30);
  color:#fecaca;
}

.airdrop-card.cd-status--featured .cd-status-pill,
.airdrop-card.cd-status--featured-airdrops .cd-status-pill{
  background:rgba(180,120,50,.18);
  border-color:rgba(180,120,50,.26);
  color:#fde68a;
}

.blockchain-icons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.blockchain-icons .chain-badge{
  flex:0 0 auto !important;
}

.chain-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  line-height:1;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#f8fafc;
}

.chain-badge--icon{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  max-width:30px !important;
  max-height:30px !important;
  padding:0 !important;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  line-height:0;
}

.chain-badge--icon img{
  display:block;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  object-fit:contain;
}

.chain-badge--text{
  width:auto !important;
  max-width:max-content;
  white-space:nowrap;
}

/* =========================================================
   CARD INFO GRID
   ========================================================= */

.cd-card-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:6px;
}

.cd-card-info-col{
  min-width:0;
  padding:14px 14px 12px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.04) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.cd-card-info-title{
  margin:0 0 6px;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#93c5fd;
}

.cd-card-info-text{
  font-size:14px;
  line-height:1.45;
  font-weight:700;
  color:#fff;
  word-break:break-word;
}

/* fallback */
.airdrop-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:6px;
}

.airdrop-grid .grid-item{
  background:linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.04) 100%);
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  flex-direction:column;
  min-width:0;
}

.airdrop-grid .grid-item strong{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(191,219,254,.86);
  margin-bottom:4px;
  font-weight:900;
  line-height:1.1;
}

.airdrop-grid .grid-item span{
  font-size:12px;
  font-weight:800;
  color:#fff;
  line-height:1.3;
  word-break:break-word;
}

/* =========================================================
   UNDER CONTENT
   ========================================================= */

.hub-under-cards{
  margin:26px 0 0;
  padding:22px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.92) 0%, rgba(17,24,39,.94) 100%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 42px rgba(2,6,23,.22);
}

.hub-under-inner{
  max-width:980px;
  margin:0 auto;
}

.hub-under-inner h2,
.hub-under-inner h3,
.hub-under-inner h4{
  color:#f8fafc;
}

.hub-under-inner p,
.hub-under-inner li{
  color:#cbd5e1;
  line-height:1.8;
}

/* =========================================================
   FEATURED
   ========================================================= */

.hub-featured{
  margin-top:28px;
}

.hub-featured-title{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
  color:#f8fafc;
  letter-spacing:-.02em;
}

.hub-featured-sub{
  margin:0 0 16px;
  color:#94a3b8;
  font-size:15px;
  line-height:1.7;
}

/* =========================================================
   FAQ
   ========================================================= */

.hub-faq-wrap{
  margin-top:28px;
  padding:22px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.96) 0%, rgba(17,24,39,.98) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 42px rgba(2,6,23,.24),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.hub-faq-title{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
  color:#f8fafc;
  letter-spacing:-.02em;
}

.cd-faq-item{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  border-radius:16px;
  margin-bottom:12px;
  overflow:hidden;
}

.cd-faq-item:last-child{
  margin-bottom:0;
}

.cd-faq-q{
  width:100%;
  text-align:left;
  padding:16px 46px 16px 16px;
  font-weight:800;
  font-size:16px;
  line-height:1.5;
  color:#f8fafc;
  background:transparent;
  border:0;
  cursor:pointer;
  position:relative;
}

.cd-faq-q::after{
  content:"+";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  line-height:1;
  font-weight:400;
  color:#93c5fd;
}

.cd-faq-q[aria-expanded="true"]::after{
  content:"−";
}

.cd-faq-a{
  padding:0 16px 16px;
  color:#cbd5e1;
  line-height:1.85;
}

.cd-faq-a p:last-child{
  margin-bottom:0;
}

/* =========================================================
   RELATED HUBS
   ========================================================= */

.hub-related{
  margin-top:54px;
}

.hub-related-title{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
  color:#f8fafc;
  letter-spacing:-.02em;
}

.hub-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.hub-related-card{
  display:block;
  padding:18px;
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.96) 0%, rgba(17,24,39,.98) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 42px rgba(2,6,23,.24),
    inset 0 1px 0 rgba(255,255,255,.04);
  text-decoration:none;
  color:#e5e7eb;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hub-related-card:hover{
  transform:translateY(-2px);
  border-color:rgba(96,165,250,.22);
  box-shadow:
    0 22px 48px rgba(2,6,23,.30),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.hub-related-card h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
  color:#f8fafc;
}

.hub-related-card p{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.7;
  color:#94a3b8;
}

.hub-related-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 12px;
  border-radius:10px;
  background:rgba(59,130,246,.12);
  border:1px solid rgba(59,130,246,.20);
  color:#93c5fd;
  font-size:13px;
  font-weight:700;
}

/* =========================================================
   PAGINATION
   ========================================================= */

.cd-pagination{
  margin:26px 0 0;
}

.cd-pagination ul,
.cd-pagination ul.page-numbers{
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  margin:0;
  padding:0;
  list-style:none;
  flex-wrap:wrap;
}

.cd-pagination li{
  margin:0;
  padding:0;
}

.cd-pagination li a,
.cd-pagination li span,
.cd-pagination .page-numbers a,
.cd-pagination .page-numbers span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
  color:#e5e7eb;
  box-shadow:0 8px 22px rgba(2,6,23,.16);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
  white-space:nowrap;
}

.cd-pagination li span.current,
.cd-pagination .page-numbers .current{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
}

.cd-pagination li a:hover,
.cd-pagination .page-numbers a:hover{
  transform:translateY(-1px);
  background:rgba(59,130,246,.14);
  border-color:rgba(96,165,250,.24);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (min-width:768px){
  .airdrops-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (min-width:1180px){
  .airdrops-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:1024px){
  .hub-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:980px){
  .hub-hero-inner{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .airdrop-filters{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .hub-related-grid{
    grid-template-columns:1fr;
  }

  .airdrops-hub-container{
    padding-left:12px;
    padding-right:12px;
  }

  .hub-page-title{
    font-size:30px;
  }

  .hub-hero,
  .intro-content,
  .hub-under-cards,
  .hub-faq-wrap{
    padding:18px;
    border-radius:18px;
  }

  .hub-hero-title,
  .hub-featured-title,
  .hub-related-title,
  .hub-faq-title{
    font-size:24px;
  }

  .hub-hero-stats{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:520px){
  .airdrop-filters{
    grid-template-columns:1fr;
  }

  .airdrop-card{
    min-height:auto;
    border-radius:20px;
  }

  .airdrop-row{
    padding:16px;
  }

  .airdrop-title{
    font-size:18px;
  }

  .cd-card-info-grid,
  .airdrop-grid{
    grid-template-columns:1fr;
  }

  .cd-card-ribbon{
    top:12px;
    left:12px;
    min-height:28px;
    padding:5px 10px;
    font-size:11px;
  }

  .cd-mini-badge{
    width:32px;
    min-width:32px;
    height:32px;
  }

  .cd-mini-badge-icon{
    width:18px;
    height:18px;
    min-width:18px;
    flex:0 0 18px;
  }

  .cd-mini-badge-svg{
    width:18px !important;
    height:18px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .airdrop-card,
  .hub-btn,
  .hub-toc a,
  .cd-mini-badge,
  .hub-related-card,
  .cd-pagination a,
  .cd-pagination span{
    transition:none !important;
  }
}
/* =========================================================
   CRYPTODROP — TYPOGRAPHY RESET FOR CUSTOM CONTENT BLOCKS
   Fix font overrides from theme/plugins
   ========================================================= */

/* застосуй до своїх темних контентних блоків */
.hub-under-inner,
.intro-content,
.cdx-intro,
.cdx-panel,
.cdx-faq,
.cdx-exchange-seo-card,
.cdx-related-airdrops,
.hub-faq-wrap,
.hub-related-card {
  font-family: inherit !important;
  color: #cbd5e1;
}

/* загальний reset всередині */
.hub-under-inner *,
.intro-content *,
.cdx-intro *,
.cdx-panel *,
.cdx-faq *,
.cdx-exchange-seo-card *,
.cdx-related-airdrops *,
.hub-faq-wrap *,
.hub-related-card * {
  font-family: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-style: normal !important;
  opacity: 1 !important;
}

/* paragraph / list text */
.hub-under-inner p,
.hub-under-inner li,
.intro-content p,
.intro-content li,
.cdx-intro p,
.cdx-intro li,
.cdx-panel p,
.cdx-panel li,
.cdx-faq p,
.cdx-faq li,
.cdx-exchange-seo-card p,
.cdx-exchange-seo-card li,
.cdx-related-airdrops p,
.cdx-related-airdrops li,
.hub-faq-wrap p,
.hub-faq-wrap li,
.hub-related-card p,
.hub-related-card li {
  color: #cbd5e1 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
}

/* headings */
.hub-under-inner h2,
.hub-under-inner h3,
.hub-under-inner h4,
.intro-content h2,
.intro-content h3,
.intro-content h4,
.cdx-intro h2,
.cdx-intro h3,
.cdx-intro h4,
.cdx-panel h2,
.cdx-panel h3,
.cdx-panel h4,
.cdx-faq h2,
.cdx-faq h3,
.cdx-faq h4,
.cdx-exchange-seo-card h2,
.cdx-exchange-seo-card h3,
.cdx-exchange-seo-card h4,
.cdx-related-airdrops h2,
.cdx-related-airdrops h3,
.cdx-related-airdrops h4,
.hub-faq-wrap h2,
.hub-faq-wrap h3,
.hub-faq-wrap h4,
.hub-related-card h2,
.hub-related-card h3,
.hub-related-card h4 {
  color: #f8fafc !important;
  font-family: inherit !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
  opacity: 1 !important;
}

/* strong / b часто тема псує */
.hub-under-inner strong,
.hub-under-inner b,
.intro-content strong,
.intro-content b,
.cdx-intro strong,
.cdx-intro b,
.cdx-panel strong,
.cdx-panel b,
.cdx-faq strong,
.cdx-faq b,
.cdx-exchange-seo-card strong,
.cdx-exchange-seo-card b,
.cdx-related-airdrops strong,
.cdx-related-airdrops b,
.hub-faq-wrap strong,
.hub-faq-wrap b,
.hub-related-card strong,
.hub-related-card b {
  color: #f8fafc !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
}

/* списки */
.hub-under-inner ul,
.hub-under-inner ol,
.intro-content ul,
.intro-content ol,
.cdx-intro ul,
.cdx-intro ol,
.cdx-panel ul,
.cdx-panel ol,
.cdx-faq ul,
.cdx-faq ol,
.cdx-exchange-seo-card ul,
.cdx-exchange-seo-card ol,
.cdx-related-airdrops ul,
.cdx-related-airdrops ol,
.hub-faq-wrap ul,
.hub-faq-wrap ol {
  padding-left: 22px !important;
  margin: 0 0 1.1em !important;
}

.hub-under-inner li::marker,
.intro-content li::marker,
.cdx-intro li::marker,
.cdx-panel li::marker,
.cdx-faq li::marker,
.cdx-exchange-seo-card li::marker,
.cdx-related-airdrops li::marker,
.hub-faq-wrap li::marker {
  color: rgba(255,255,255,.45) !important;
}

/* links */
.hub-under-inner a,
.intro-content a,
.cdx-intro a,
.cdx-panel a,
.cdx-faq a,
.cdx-exchange-seo-card a,
.cdx-related-airdrops a,
.hub-faq-wrap a,
.hub-related-card a {
  color: #93c5fd !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.hub-under-inner a:hover,
.intro-content a:hover,
.cdx-intro a:hover,
.cdx-panel a:hover,
.cdx-faq a:hover,
.cdx-exchange-seo-card a:hover,
.cdx-related-airdrops a:hover,
.hub-faq-wrap a:hover,
.hub-related-card a:hover {
  color: #ffffff !important;
}
.airdrop-filters label,
.airdrop-filters .screen-reader-text {
    display: none !important;
}