.elementor-10 .elementor-element.elementor-element-32c7cc9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e084280 */:root {
  --lg-bg: rgba(255, 255, 255, 0.06);
  --lg-bg-strong: rgba(255, 255, 255, 0.1);
  --lg-border: rgba(255, 255, 255, 0.14);
  --lg-border-accent: rgba(28, 237, 112, 0.35);
  --lg-blur: 28px;
  --lg-blur-strong: 48px;
  --lg-radius: 22px;
  --lg-radius-lg: 30px;
  --liquid-ease: cubic-bezier(0.34, 1.2, 0.64, 1);
  --accent: #1ced70;
  --accent-dim: rgba(28, 237, 112, 0.12);
  --specular: rgba(255, 255, 255, 0.18);
  --specular-soft: rgba(255, 255, 255, 0.08);
}

* { box-sizing: border-box; }

body > * { position: relative; z-index: 1; }
.main-content { flex: 1; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', 'Varela Round', sans-serif;
  background: #0d0d0d;
  color: white;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  direction: ltr;
  text-align: left;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: 
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(28, 237, 112, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 90% 15%, rgba(28, 237, 112, 0.05) 0%, transparent 48%),
    radial-gradient(ellipse 65% 50% at 10% 85%, rgba(28, 237, 112, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse 55% 45% at 50% 55%, rgba(251, 191, 36, 0.035) 0%, transparent 55%),
    repeating-linear-gradient(90deg, transparent 0, transparent 120px, rgba(255,255,255,0.01) 120px, rgba(255,255,255,0.01) 121px),
    repeating-linear-gradient(0deg, transparent 0, transparent 120px, rgba(255,255,255,0.008) 120px, rgba(255,255,255,0.008) 121px);
}

/* ========== Section Base ========== */
.blog-section {
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 0 20px;
  position: relative;
}

.blog-section__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  color: #fff;
  direction: ltr;
}

.blog-section__title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 4px;
}

.blog-section__inner { width: 100%; }

/* ========== Section: Crypto iGaming - Row Layout ========== */
.sec-crypto { 
  margin-bottom: 28px; 
  padding: 40px 24px 48px; 
  position: relative; 
  overflow: hidden;
}
.sec-crypto .blog-section,
.sec-crypto .blog-section__inner,
.sec-crypto .crypto-grid { position: relative; z-index: 1; }
.sec-crypto .blog-section__title { font-size: 36px; letter-spacing: -0.04em; margin-bottom: 8px; }
.sec-crypto .blog-section__title::after { display: none; }
.sec-crypto .blog-section__subtitle { text-align: center; font-size: 14px; color: rgba(255,255,255,0.55); margin: 0 0 40px; }
.sec-crypto .crypto-grid { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 0 auto; }
.sec-crypto .crypto-row { display: flex; align-items: center; gap: 16px; }
.sec-crypto .crypto-card__rank { width: 44px; height: 44px; min-width: 44px; border-radius: 12px; background: var(--accent); color: #000; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 14px rgba(28,237,112,0.35); }
.sec-crypto .crypto-card { display: flex; flex-direction: row; align-items: center; gap: 24px; padding: 18px 24px; flex: 1; min-width: 0; background: rgba(255,255,255,0.03); backdrop-filter: blur(20px); border-radius: 16px; border: 1px solid rgba(255,255,255,0.08); text-decoration: none; color: inherit; transition: all 0.3s ease; position: relative; box-shadow: 0 4px 24px -8px rgba(0,0,0,0.4); overflow: hidden; }
.sec-crypto .crypto-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(28,237,112,0.2); }
.sec-crypto .crypto-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, var(--accent), transparent); transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 16px 16px 0 0; z-index: 1; }
.sec-crypto .crypto-card:hover::before { transform: scaleX(1); }
.sec-crypto .crypto-card__media { width: 64px; min-width: 64px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sec-crypto .crypto-card__logo { max-width: 100%; max-height: 100%; object-fit: contain; filter: brightness(1.1); }
.sec-crypto .crypto-card__body { flex: 1; display: grid; grid-template-columns: 1fr 110px auto; align-items: center; gap: 20px; min-width: 0; }
.sec-crypto .crypto-card__title { font-size: 17px; font-weight: 700; margin: 0; color: #fff; letter-spacing: -0.02em; min-width: 0; justify-self: start; text-align: left; }
.sec-crypto .crypto-card__rating { display: flex; align-items: center; justify-content: center; gap: 6px; width: 110px; justify-self: center; }
.sec-crypto .crypto-card__stars-wrap { position: relative; display: inline-block; font-size: 14px; letter-spacing: 2px; }
.sec-crypto .crypto-card__stars--bg { color: rgba(255,255,255,0.18); }
.sec-crypto .crypto-card__stars--fill { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; width: calc(var(--rating, 5) / 5 * 100%); color: #22c55e; }
.sec-crypto .crypto-row--gold .crypto-card__stars--fill { color: #fbbf24; }
.sec-crypto .crypto-row--silver .crypto-card__stars--fill { color: #94a3b8; }
.sec-crypto .crypto-row--bronze .crypto-card__stars--fill { color: #d4a574; }
.sec-crypto .crypto-card__rating-num { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); }
.sec-crypto .crypto-card__btns { display: flex; justify-content: flex-end; gap: 10px; flex-shrink: 0; justify-self: end; }
.sec-crypto .crypto-card__btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; font-size: 13px; font-weight: 700; border-radius: 10px; transition: all 0.3s ease; white-space: nowrap; text-decoration: none; font-family: inherit; cursor: pointer; }
.sec-crypto .crypto-card__btn--review { background: #1a1a1a; color: #fff; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.sec-crypto .crypto-card__btn--review:hover { background: #2a2a2a; border-color: rgba(255,255,255,0.25); transform: scale(1.03); }
.sec-crypto .crypto-card__btn--visit { background: var(--accent); color: #000; box-shadow: 0 2px 12px rgba(28,237,112,0.3); }
.sec-crypto .crypto-card__btn--visit:hover { background: #1ef575; transform: scale(1.03); box-shadow: 0 4px 20px rgba(28,237,112,0.4); }
@keyframes crypto-rank-shine { 0%, 100% { box-shadow: 0 2px 14px rgba(251,191,36,0.45); } 50% { box-shadow: 0 0 24px rgba(251,191,36,0.7), 0 2px 14px rgba(251,191,36,0.5); } }
@keyframes crypto-rank-shine-silver { 0%, 100% { box-shadow: 0 2px 14px rgba(148,163,184,0.4); } 50% { box-shadow: 0 0 22px rgba(203,213,225,0.6), 0 2px 14px rgba(148,163,184,0.5); } }
@keyframes crypto-rank-shine-bronze { 0%, 100% { box-shadow: 0 2px 14px rgba(180,83,9,0.4); } 50% { box-shadow: 0 0 22px rgba(212,165,99,0.6), 0 2px 14px rgba(180,83,9,0.5); } }
@keyframes crypto-card-glow { 0%, 100% { border-color: rgba(251,191,36,0.25); box-shadow: 0 4px 24px -8px rgba(0,0,0,0.4), 0 0 0 1px rgba(251,191,36,0.1); } 50% { border-color: rgba(251,191,36,0.4); box-shadow: 0 4px 28px -6px rgba(0,0,0,0.4), 0 0 20px -8px rgba(251,191,36,0.3); } }
@keyframes crypto-card-glow-silver { 0%, 100% { border-color: rgba(203,213,225,0.2); box-shadow: 0 4px 24px -8px rgba(0,0,0,0.4), 0 0 0 1px rgba(203,213,225,0.08); } 50% { border-color: rgba(203,213,225,0.35); box-shadow: 0 4px 28px -6px rgba(0,0,0,0.4), 0 0 18px -8px rgba(203,213,225,0.25); } }
@keyframes crypto-card-glow-bronze { 0%, 100% { border-color: rgba(212,165,99,0.2); box-shadow: 0 4px 24px -8px rgba(0,0,0,0.4), 0 0 0 1px rgba(212,165,99,0.08); } 50% { border-color: rgba(212,165,99,0.35); box-shadow: 0 4px 28px -6px rgba(0,0,0,0.4), 0 0 18px -8px rgba(212,165,99,0.25); } }
.sec-crypto .crypto-row--gold .crypto-card__rank { background: linear-gradient(135deg, #fbbf24, #f59e0b); animation: crypto-rank-shine 3s ease-in-out infinite; }
.sec-crypto .crypto-row--silver .crypto-card__rank { background: linear-gradient(135deg, #e2e8f0, #94a3b8); color: #0f172a; animation: crypto-rank-shine-silver 3s ease-in-out infinite 0.3s; }
.sec-crypto .crypto-row--bronze .crypto-card__rank { background: linear-gradient(135deg, #d4a574, #b45309); animation: crypto-rank-shine-bronze 3s ease-in-out infinite 0.6s; }
.sec-crypto .crypto-row--gold .crypto-card { animation: crypto-card-glow 4s ease-in-out infinite; }
.sec-crypto .crypto-row--silver .crypto-card { animation: crypto-card-glow-silver 4s ease-in-out infinite 0.4s; }
.sec-crypto .crypto-row--bronze .crypto-card { animation: crypto-card-glow-bronze 4s ease-in-out infinite 0.8s; }
.sec-crypto .crypto-row--gold .crypto-card::before { background: linear-gradient(90deg, transparent, rgba(251,191,36,0.3), #fbbf24, #f59e0b, rgba(251,191,36,0.3), transparent); }
.sec-crypto .crypto-row--silver .crypto-card::before { background: linear-gradient(90deg, transparent, rgba(203,213,225,0.3), #e2e8f0, #94a3b8, rgba(203,213,225,0.3), transparent); }
.sec-crypto .crypto-row--bronze .crypto-card::before { background: linear-gradient(90deg, transparent, rgba(212,165,99,0.3), #d4a574, #b45309, rgba(212,165,99,0.3), transparent); }
.sec-crypto .crypto-row--gold .crypto-card:hover { animation: none; border-color: rgba(251,191,36,0.5); box-shadow: 0 0 28px -6px rgba(251,191,36,0.4); }
.sec-crypto .crypto-row--silver .crypto-card:hover { animation: none; border-color: rgba(203,213,225,0.5); box-shadow: 0 0 24px -6px rgba(203,213,225,0.35); }
.sec-crypto .crypto-row--bronze .crypto-card:hover { animation: none; border-color: rgba(212,165,99,0.5); box-shadow: 0 0 24px -6px rgba(212,165,99,0.35); }
.sec-crypto .crypto-row--gold .crypto-card__btn--visit { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #000; box-shadow: 0 2px 12px rgba(251,191,36,0.4); transition: all 0.4s ease; }
.sec-crypto .crypto-row--gold .crypto-card__btn--visit:hover { background: linear-gradient(135deg, #fcd34d, #fbbf24); transform: scale(1.05); box-shadow: 0 0 24px rgba(251,191,36,0.55); }
.sec-crypto .crypto-row--silver .crypto-card__btn--visit { background: linear-gradient(135deg, #e2e8f0, #94a3b8); color: #0f172a; box-shadow: 0 2px 12px rgba(148,163,184,0.35); transition: all 0.4s ease; }
.sec-crypto .crypto-row--silver .crypto-card__btn--visit:hover { background: linear-gradient(135deg, #f1f5f9, #cbd5e1); transform: scale(1.05); box-shadow: 0 0 22px rgba(203,213,225,0.5); }
.sec-crypto .crypto-row--bronze .crypto-card__btn--visit { background: linear-gradient(135deg, #d4a574, #b45309); color: #fff; box-shadow: 0 2px 12px rgba(180,83,9,0.35); transition: all 0.4s ease; }
.sec-crypto .crypto-row--bronze .crypto-card__btn--visit:hover { background: linear-gradient(135deg, #e5b887, #c2410c); transform: scale(1.05); box-shadow: 0 0 22px rgba(212,165,99,0.5); }
.sec-crypto .crypto-row:first-child .crypto-card__title::after { content: " • Best Choice"; font-size: 11px; font-weight: 600; color: var(--accent); margin-left: 8px; opacity: 0.9; }
.sec-crypto .crypto-card--more { display: none; }
.sec-crypto .crypto-grid.is-expanded .crypto-card--more { display: flex; }
.sec-crypto .blog-section__more { margin-top: 24px; padding-top: 20px; display: flex; justify-content: center; }
.sec-crypto .blog-section__more-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; background: transparent; border: 1px solid rgba(28,237,112,0.35); color: rgba(28,237,112,0.95); font-size: 14px; font-weight: 600; font-family: inherit; border-radius: 12px; letter-spacing: 0.02em; transition: all 0.35s cubic-bezier(0.34, 1.2, 0.64, 1); cursor: pointer; }
.sec-crypto .blog-section__more-btn:hover { background: rgba(28,237,112,0.08); border-color: var(--accent); color: var(--accent); }
.sec-crypto .blog-section__more-btn svg { opacity: 0.85; transition: transform 0.3s ease; }

/* ========== Section: Football Mixes â€” Arena/Sports ========== */
.sec-mixes {
  margin-bottom: 28px;
}

.sec-mixes .blog-section__title {
  font-size: 34px;
  text-shadow: 0 0 30px rgba(28,237,112,0.2);
}

.sec-mixes {
  padding: 32px 24px 40px;
}

.sec-mixes .mix-slip {
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
}

.sec-mixes .mix-slip:hover {
  box-shadow: 0 0 40px rgba(28,237,112,0.15), 0 20px 60px -20px rgba(0,0,0,0.5);
}

/* ========== Section: Casino Games â€” Glossy/Slots ========== */
.sec-casino {
  margin-bottom: 28px;
}

.sec-casino .blog-section__title {
  font-size: 34px;
}

.sec-casino {
  padding: 32px 24px 40px;
}

.sec-casino .blog-post {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.sec-casino .blog-post:hover {
  box-shadow: 0 0 0 1px rgba(28,237,112,0.3), 0 25px 60px -15px rgba(0,0,0,0.5);
}

.sec-casino .blog-post__img-wrap {
  padding-bottom: 70%;
}

.sec-casino .blog-post__btn {
  border-radius: 12px;
}

/* ========== Section: Strategies â€” Clean/Analytical ========== */
.sec-strategies {
  margin-bottom: 28px;
}

.sec-strategies .blog-section__title {
  font-size: 34px;
}

.sec-strategies {
  padding: 32px 24px 40px;
}

.sec-strategies .blog-post {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.sec-strategies .blog-post:hover {
  background: rgba(255,255,255,0.05);
}

/* ========== Section: Reviews â€” Trust/Stars ========== */
.sec-reviews {
  margin-bottom: 28px;
}

.sec-reviews .blog-section__title {
  font-size: 34px;
}

.sec-reviews {
  padding: 32px 24px 40px;
}

.sec-reviews .blog-post {
  border: 1px solid rgba(255,255,255,0.08);
}

.sec-reviews .blog-post__meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sec-reviews .blog-post__meta::before {
  content: 'âک…';
  color: var(--accent);
  font-size: 12px;
}

/* ========== Section: Guides â€” Card Grid (matches Reviews/Casino) ========== */
.sec-guides {
  margin-bottom: 28px;
}

.sec-guides .blog-section__title {
  font-size: 34px;
}

.sec-guides {
  padding: 32px 24px 40px;
}

.sec-guides .blog-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sec-guides .blog-post {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius);
  overflow: hidden;
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: 0 1px 0 var(--specular) inset, 0 8px 28px -8px rgba(0,0,0,0.3);
}

.sec-guides .blog-post:hover {
  transform: translateY(-6px);
  border-color: var(--lg-border-accent);
  box-shadow: 
    0 1px 0 var(--specular) inset,
    0 20px 48px -12px rgba(0,0,0,0.4),
    0 0 0 1px rgba(28,237,112,0.2),
    inset 0 0 24px var(--accent-dim);
}

/* ========== Post Grid (default) ========== */
.blog-posts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* ========== FOOTBALL MIXES â€” Featured + Compact ========== */
.sec-mixes .mix-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sec-mixes .mix-slip:first-child {
  flex: 1;
}

.sec-mixes .mix-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ========== CASINO â€” Magazine (1 featured horizontal + 4 grid) ========== */
.sec-casino .blog-section__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sec-casino .blog-posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 28px;
}

.sec-casino .blog-posts:first-of-type {
  display: block;
}

.sec-casino .blog-posts:first-of-type .blog-post {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  max-height: 340px;
}

.sec-casino .blog-posts:first-of-type .blog-post__img-wrap {
  padding-bottom: 0;
  height: 100%;
  min-height: 340px;
}

.sec-casino .blog-posts:first-of-type .blog-post__body {
  padding: 32px 36px;
  justify-content: center;
}

.sec-casino .blog-posts:first-of-type .blog-post__title { font-size: 24px; margin-bottom: 14px; }
.sec-casino .blog-posts:first-of-type .blog-post__excerpt { font-size: 15px; }
.sec-casino .blog-posts:first-of-type .blog-post__btn { padding: 12px 24px; font-size: 14px; }

.sec-casino .blog-posts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sec-casino .blog-posts__grid .blog-post .blog-post__img-wrap { padding-bottom: 60%; }

/* ========== STRATEGIES â€” Zigzag alternating rows ========== */
.sec-strategies .blog-posts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-template-columns: unset;
}

.sec-strategies .blog-post {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  max-height: 220px;
  text-decoration: none;
  color: inherit;
}

.sec-strategies .blog-post:nth-child(even) {
  grid-template-columns: 1fr 380px;
}

.sec-strategies .blog-post:nth-child(even) .blog-post__img-wrap { order: 2; }
.sec-strategies .blog-post:nth-child(even) .blog-post__body { order: 1; }

.sec-strategies .blog-post__img-wrap {
  padding-bottom: 0;
  height: 220px;
  min-height: 220px;
}

.sec-strategies .blog-post__body {
  padding: 24px 28px;
  flex-direction: column;
  justify-content: center;
}

.sec-strategies .blog-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

.sec-strategies .blog-post__title { font-size: 18px; }
.sec-strategies .blog-post:hover { transform: none; }
.sec-strategies .blog-post:hover .blog-post__img { transform: scale(1.05); }

/* ========== REVIEWS â€” Featured + 2x2 grid ========== */
.sec-reviews .blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 24px;
}

.sec-reviews .blog-post:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 0;
  max-height: 280px;
}

.sec-reviews .blog-post:first-child .blog-post__img-wrap {
  padding-bottom: 0;
  height: 280px;
  min-height: 280px;
}

.sec-reviews .blog-post:first-child .blog-post__body {
  padding: 32px 40px;
  justify-content: center;
}

.sec-reviews .blog-post:first-child .blog-post__title { font-size: 22px; }
.sec-reviews .blog-post:first-child .blog-post__excerpt { font-size: 15px; }

/* ========== GUIDES â€” Card Grid ========== */
.sec-guides .blog-post__num {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--accent);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.sec-guides .blog-post__img-wrap {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}

.sec-guides .blog-post__body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sec-guides .blog-post__title { font-size: 16px; margin-bottom: 10px; }
.sec-guides .blog-post__excerpt {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.55;
}

.sec-guides .blog-post__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 10px 20px;
  background: var(--accent);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  border-radius: 14px;
  width: fit-content;
  transition: all 0.35s var(--liquid-ease);
}

.blog-post {
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius);
  overflow: hidden;
  transition: all 0.45s var(--liquid-ease);
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 0 var(--specular) inset, 0 8px 28px -8px rgba(0,0,0,0.3);
}

.blog-post:hover {
  transform: translateY(-6px);
  border-color: var(--lg-border-accent);
  box-shadow: 
    0 1px 0 var(--specular) inset,
    0 20px 48px -12px rgba(0,0,0,0.4),
    0 0 0 1px rgba(28,237,112,0.2),
    inset 0 0 24px var(--accent-dim);
}

.blog-post__img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
}

.blog-post__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-post:hover .blog-post__img {
  transform: scale(1.06);
}

.blog-post__body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-post__meta {
  font-size: 11px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
  direction: ltr;
  text-align: left;
}

.blog-post__date {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  direction: ltr;
}

.blog-post__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.35;
  color: #fff;
  direction: ltr;
  text-align: left;
}

.blog-post__excerpt {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 16px;
  line-height: 1.55;
  flex: 1;
  direction: ltr;
  text-align: left;
}

.blog-post__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--accent);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.35s var(--liquid-ease);
  width: fit-content;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 16px rgba(28,237,112,0.3);
  direction: ltr;
  margin-top: auto;
}

.blog-post__btn:hover {
  background: #1ef575;
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(28,237,112,0.45);
}

.blog-post__btn svg { width: 16px; height: 16px; }

/* ========== Site Card (Crypto iGaming) ========== */
.site-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.site-card {
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius);
  overflow: hidden;
  transition: all 0.45s var(--liquid-ease);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 0 var(--specular) inset, 0 8px 28px -8px rgba(0,0,0,0.3);
}

.site-card:hover {
  transform: translateY(-6px);
  border-color: var(--lg-border-accent);
  box-shadow: 0 20px 48px -12px rgba(0,0,0,0.4), 0 0 0 1px rgba(28,237,112,0.2);
}

.site-card__rank {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  background: var(--accent);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 2;
}

.site-card__img-wrap {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.site-card__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.site-card:hover .site-card__img-wrap img {
  transform: scale(1.06);
}

.site-card__body {
  padding: 18px;
  flex: 1;
}

.site-card__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
  direction: ltr;
}

.site-card__desc {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  line-height: 1.5;
  direction: ltr;
}

/* ========== Football Mix Slips ========== */
.mix-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.mix-slip {
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius);
  overflow: hidden;
  transition: all 0.45s var(--liquid-ease);
  text-decoration: none;
  color: inherit;
  display: block;
  box-shadow: 0 1px 0 var(--specular) inset, 0 8px 28px -8px rgba(0,0,0,0.3);
}

.mix-slip:hover {
  transform: translateY(-4px);
  border-color: var(--lg-border-accent);
  box-shadow: 0 20px 48px -12px rgba(0,0,0,0.4), 0 0 0 1px rgba(28,237,112,0.2);
}

.mix-legend {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin: -8px 0 20px;
  direction: ltr;
}

.mix-slip__header {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mix-slip__meta {
  font-size: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
  direction: ltr;
}

.mix-slip__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  direction: ltr;
}

.mix-slip__picks {
  padding: 16px 20px;
}

.mix-slip__pick-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom: 4px;
  font-weight: 700;
}

.mix-slip__pick {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  direction: ltr;
  background: rgba(0,0,0,0.15);
  margin-bottom: 6px;
  border-radius: 12px;
}

.mix-slip__pick:last-of-type {
  margin-bottom: 0;
}

.mix-slip__teams {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-wrap: wrap;
}

.mix-slip__picked {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(28,237,112,0.15);
  padding: 4px 10px;
  border-radius: 6px;
  margin-left: auto;
  white-space: nowrap;
  direction: ltr;
}

.mix-slip__team {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.mix-slip__logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.mix-slip__name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mix-slip__vs {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  font-weight: 700;
  flex-shrink: 0;
}

.mix-slip__opts {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.mix-slip__opt {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,0.04);
  border: 2px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  min-width: 56px;
  text-align: center;
  transition: all 0.25s ease;
}

.mix-slip__opt--sel {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
  box-shadow: 0 0 0 2px rgba(28,237,112,0.4), 0 4px 16px rgba(28,237,112,0.35);
}

.mix-slip__opt--sel::after {
  content: ' âœ“';
  font-weight: 700;
  margin-left: 2px;
}

.mix-slip__opt span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7;
}

.mix-slip__opt--sel span {
  opacity: 1;
  font-weight: 700;
}

.mix-slip__total {
  padding: 16px 20px;
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mix-slip__total-label {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  direction: ltr;
  font-weight: 600;
}

.mix-slip__total-value {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  direction: ltr;
}

/* ========== Footer ========== */
.site-footer {
  width: 100%;
  margin-top: 28px;
  padding: 44px 40px 36px;
  text-align: center;
  direction: ltr;
}

.site-footer__logo-img {
  max-width: 140px;
  margin-bottom: 8px;
}

.site-footer__tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 24px;
}

.site-footer__copyright {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.site-footer__link {
  color: var(--accent);
  text-decoration: none;
}

.site-footer__link:hover { text-decoration: underline; }

/* ========== Section: Trust Criteria ========== */
.sec-trust {
  margin-bottom: 28px;
  padding: 40px 24px 48px;
  position: relative;
  overflow: hidden;
}

.sec-trust::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  height: 120px;
  background: radial-gradient(ellipse 80% 100% at 50% 50%, rgba(28,237,112,0.12) 0%, rgba(28,237,112,0.04) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.sec-trust .blog-section,
.sec-trust .blog-section__inner,
.sec-trust .trust-grid { position: relative; z-index: 1; }

.sec-trust .blog-section__title { font-size: 34px; letter-spacing: -0.03em; text-shadow: 0 0 40px rgba(28,237,112,0.15); }
.sec-trust .blog-section__title::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), rgba(251,191,36,0.6), transparent);
  border-radius: 3px;
  opacity: 0.8;
}
.sec-trust .blog-section__subtitle {
  text-align: center;
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.sec-trust .trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.sec-trust .trust-card {
  background: linear-gradient(135deg, rgba(28,237,112,0.08) 0%, rgba(28,237,112,0.02) 40%, rgba(255,255,255,0.04) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(28,237,112,0.15);
  border-radius: 18px;
  padding: 26px 28px;
  transition: all 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px -8px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
}

.sec-trust .trust-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sec-trust .trust-card:hover {
  background: linear-gradient(135deg, rgba(28,237,112,0.12) 0%, rgba(28,237,112,0.04) 50%, rgba(255,255,255,0.06) 100%);
  border-color: rgba(28,237,112,0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0,0,0,0.5), 0 0 24px -8px rgba(28,237,112,0.25), inset 0 1px 0 rgba(255,255,255,0.08);
}

.sec-trust .trust-card:hover::before { opacity: 1; }

.sec-trust .trust-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1ced70 0%, rgba(28,237,112,0.6) 50%, rgba(255,255,255,0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.4s ease;
  box-shadow: 0 0 24px -4px rgba(28,237,112,0.5), 0 0 0 1px rgba(255,255,255,0.1) inset;
}

.sec-trust .trust-card__icon svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.sec-trust .trust-card:hover .trust-card__icon {
  background: linear-gradient(135deg, #1ced70 0%, rgba(28,237,112,0.8) 40%, rgba(255,255,255,0.5) 100%);
  box-shadow: 0 0 32px -4px rgba(28,237,112,0.6), 0 0 0 1px rgba(255,255,255,0.15) inset;
}

.sec-trust .trust-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.sec-trust .trust-card__desc {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 600px) {
  .sec-trust { padding: 28px 16px 36px; margin-bottom: 24px; }
  .sec-trust .trust-grid { grid-template-columns: 1fr; gap: 16px; }
  .sec-trust .trust-card { padding: 22px 24px; }
  .sec-trust .blog-section__title { font-size: 24px; }
  .sec-trust .blog-section__subtitle { font-size: 14px; margin-bottom: 32px; }
}

/* ========== Section: Topics (Games, Betting, Guides) ========== */
.sec-topics {
  margin-bottom: 28px;
  padding: 56px 24px 64px;
  position: relative;
  overflow: hidden;
}

.sec-topics::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(28,237,112,0.06) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.sec-topics .blog-section,
.sec-topics .blog-section__inner,
.sec-topics .topics-wrapper { position: relative; z-index: 1; }

.sec-topics .blog-section__title {
  font-size: 38px;
  letter-spacing: -0.04em;
  text-shadow: 0 0 60px rgba(28,237,112,0.2);
  background: linear-gradient(135deg, #fff 0%, rgba(28,237,112,0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-topics .blog-section__title::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 0 0 20px rgba(28,237,112,0.5);
}
.sec-topics .blog-section__subtitle {
  text-align: center;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.sec-topics .topics-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.sec-topics .topics-group__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sec-topics .topic-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #0d0d0d 0%, #0a1a0d 100%);
  border: 1px solid rgba(28,237,112,0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: 0 8px 32px -12px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.5) inset;
  position: relative;
  animation: topic-card-in 0.6s cubic-bezier(0.34, 1.2, 0.64, 1) backwards;
}

.sec-topics .topic-card:nth-child(1) { animation-delay: 0.05s; }
.sec-topics .topic-card:nth-child(2) { animation-delay: 0.1s; }
.sec-topics .topic-card:nth-child(3) { animation-delay: 0.15s; }
.sec-topics .topic-card:nth-child(4) { animation-delay: 0.2s; }

@keyframes topic-card-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.sec-topics .topic-card:hover {
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 20px 48px -16px rgba(0,0,0,0.5), 0 0 40px -12px rgba(28,237,112,0.2);
  transform: translateY(-6px);
}

.sec-topics .topic-card__img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
}

.sec-topics .topic-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.sec-topics .topic-card:hover .topic-card__img {
  transform: scale(1.08);
}

.sec-topics .topic-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: linear-gradient(145deg, #0f1412 0%, #151f1a 25%, #1a2820 50%, #152118 75%, #0f1a14 100%);
  border-top: 1px solid rgba(28,237,112,0.18);
  box-shadow: 0 -1px 0 rgba(28,237,112,0.12) inset, 0 4px 20px -4px rgba(0,0,0,0.4);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.sec-topics .topic-card__footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(28,237,112,0.4), rgba(28,237,112,0.2), transparent);
  opacity: 0.8;
}

.sec-topics .topic-card__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-topics .topic-card__icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 6px rgba(28,237,112,0.3));
}

.sec-topics .topic-card__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(180,230,200,0.95);
  text-shadow: 0 0 20px rgba(28,237,112,0.15);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0;
  flex: 1;
}

.sec-topics .topic-card:hover .topic-card__footer {
  background: linear-gradient(145deg, #111816 0%, #1a2620 30%, #1e3228 60%, #162a20 100%);
  border-top-color: rgba(28,237,112,0.35);
  box-shadow: 0 -1px 0 rgba(28,237,112,0.2) inset, 0 0 30px -8px rgba(28,237,112,0.2);
}

.sec-topics .topic-card:hover .topic-card__label {
  color: var(--accent);
  text-shadow: 0 0 24px rgba(28,237,112,0.35);
}

@media (max-width: 900px) {
  .sec-topics .topics-group__cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .sec-topics { padding: 36px 16px 48px; margin-bottom: 24px; }
  .sec-topics .topics-group__cards { grid-template-columns: 1fr; gap: 14px; }
  .sec-topics .topic-card__img-wrap { padding-bottom: 125%; }
  .sec-topics .topic-card__footer { padding: 12px 14px; gap: 6px; }
  .sec-topics .topic-card__label { font-size: 12px; }
  .sec-topics .blog-section__title { font-size: 28px; }
  .sec-topics .blog-section__subtitle { font-size: 14px; margin-bottom: 36px; }
}

/* ========== Magazine Intro ========== */
.blog-intro {
  max-width: 900px;
  margin: 56px auto 48px;
  padding: 48px 32px;
  text-align: center;
  direction: ltr;
  background: linear-gradient(145deg, rgba(28,237,112,0.06) 0%, rgba(28,237,112,0.02) 50%, transparent 100%);
  border-radius: 24px;
  border: 1px solid rgba(28,237,112,0.12);
  position: relative;
  overflow: hidden;
}

.blog-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.6;
}

.blog-intro__title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.blog-intro__desc {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  max-width: 680px;
  margin: 0 auto;
}

/* ========== Newsletter ========== */
.blog-newsletter {
  max-width: 640px;
  margin: 80px auto 100px;
  padding: 52px 48px;
  background: linear-gradient(165deg, rgba(28,237,112,0.08) 0%, rgba(28,237,112,0.02) 100%);
  backdrop-filter: blur(var(--lg-blur));
  border: 1px solid rgba(28,237,112,0.2);
  border-radius: 24px;
  text-align: center;
  direction: ltr;
  box-shadow: 0 0 0 1px rgba(28,237,112,0.05) inset, 0 24px 60px -20px rgba(0,0,0,0.4);
}

.blog-newsletter__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
}

.blog-newsletter__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin: 0 0 28px;
}

.blog-newsletter__form {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-newsletter__input {
  flex: 1;
  min-width: 220px;
  padding: 16px 22px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(28,237,112,0.2);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  direction: ltr;
  text-align: left;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.blog-newsletter__input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(28,237,112,0.15);
}

.blog-newsletter__input::placeholder { color: rgba(255,255,255,0.45); }

.blog-newsletter__btn {
  padding: 16px 32px;
  background: var(--accent);
  color: #000;
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.35s var(--liquid-ease);
  box-shadow: 0 4px 20px rgba(28,237,112,0.35);
}

.blog-newsletter__btn:hover {
  background: #1ef575;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(28,237,112,0.45);
}

/* ========== View More ========== */
.blog-section__more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.blog-section__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  border-radius: var(--lg-radius);
  transition: all 0.35s var(--liquid-ease);
  direction: ltr;
  cursor: pointer;
}

.blog-section__more-btn:hover {
  background: var(--accent);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(28,237,112,0.3);
}

.blog-section__more-btn svg {
  transition: transform 0.3s ease;
}

/* ========== Responsive ========== */
@media (max-width: 1200px) {
  .blog-posts:not(.blog-posts__grid) { grid-template-columns: repeat(3, 1fr); }
  .site-cards:not(.sec-crypto .site-cards) { grid-template-columns: repeat(3, 1fr); }
  
  .sec-crypto .crypto-grid { max-width: 100%; }
  
  .sec-casino .blog-posts__grid { grid-template-columns: repeat(2, 1fr); }
  .sec-reviews .blog-posts { grid-template-columns: 1fr; }
  .sec-reviews .blog-post:first-child { grid-template-columns: 1fr; max-height: none; }
  .sec-reviews .blog-post:first-child .blog-post__img-wrap { height: 220px; min-height: 220px; }
  
  .sec-strategies .blog-post { grid-template-columns: 280px 1fr; max-height: 180px; }
  .sec-strategies .blog-post__img-wrap { height: 180px; min-height: 180px; }
  
  .sec-guides .blog-posts { grid-template-columns: repeat(2, 1fr); }
  
}

@media (max-width: 900px) {
  .site-cards:not(.sec-crypto .site-cards) { grid-template-columns: repeat(2, 1fr); }
  
  .sec-casino .blog-posts:first-of-type .blog-post { grid-template-columns: 1fr; max-height: none; }
  .sec-casino .blog-posts:first-of-type .blog-post__img-wrap { min-height: 240px; }
  .sec-casino .blog-posts__grid { grid-template-columns: 1fr; }
  
  .sec-strategies .blog-post,
  .sec-strategies .blog-post:nth-child(even) { grid-template-columns: 1fr; max-height: none; }
  .sec-strategies .blog-post:nth-child(even) .blog-post__img-wrap { order: 1; }
  .sec-strategies .blog-post:nth-child(even) .blog-post__body { order: 2; }
  .sec-strategies .blog-post__img-wrap { height: 200px; min-height: 200px; }
  
  .sec-guides .blog-posts { grid-template-columns: 1fr; }
  
  .mix-slip__pick { flex-direction: column; align-items: stretch; gap: 12px; }
  .mix-slip__opts { justify-content: flex-start; }
  .mix-slip__picked { margin-left: 0; margin-top: 8px; width: fit-content; }
}

@media (max-width: 900px) {
  .blog-posts { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .blog-section__title { font-size: 26px; }
}

@media (max-width: 768px) {
  .sec-crypto .crypto-card__body { grid-template-columns: 1fr auto; gap: 12px; }
  .sec-crypto .crypto-card__rating { width: auto; min-width: 0; }
  .sec-crypto .crypto-card__btns { flex-wrap: wrap; justify-content: center; gap: 8px; }
  .sec-crypto .blog-section__title { font-size: 28px; }
  .blog-intro { margin: 40px 16px 36px; padding: 32px 20px; }
  .blog-intro__title { font-size: 28px; }
  .blog-intro__desc { font-size: 15px; }
  .mix-cards { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .mix-legend { font-size: 10px; padding: 0 12px; }
  .sec-crypto, .sec-mixes, .sec-casino, .sec-strategies, .sec-reviews, .sec-guides, .sec-trust {
    padding: 28px 16px 36px;
    margin-bottom: 24px;
  }
  .sec-crypto { padding: 28px 16px 36px !important; }
  .blog-newsletter { padding: 32px 20px; margin: 60px 12px 80px; }
  .blog-newsletter__form { flex-direction: column; }
  .blog-newsletter__input { min-width: 100%; }
  
  .blog-filter__wrap { gap: 8px; }
  .blog-filter__btn { padding: 10px 18px; font-size: 13px; }
  
  .blog-posts:not(.blog-posts__grid):not(.sec-strategies .blog-posts):not(.sec-guides .blog-posts) { grid-template-columns: 1fr; gap: 20px; }
  .sec-guides .blog-posts { grid-template-columns: 1fr; }
  .sec-casino .blog-posts__grid { grid-template-columns: 1fr; }
  .site-cards { grid-template-columns: 1fr; }
  
  /* Crypto cards: stack body content on mobile to prevent overflow */
  .sec-crypto .crypto-row { gap: 10px; }
  .sec-crypto .crypto-card { padding: 14px 16px; gap: 12px; min-width: 0; }
  .sec-crypto .crypto-card__body { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; text-align: center; }
  .sec-crypto .crypto-card__title { width: 100%; text-align: center; }
  .sec-crypto .crypto-card__rating { width: auto; flex-shrink: 0; }
  .sec-crypto .crypto-card__btns { flex-wrap: wrap; justify-content: center; gap: 8px; }
  .sec-crypto .crypto-card__rank { width: 38px; height: 38px; min-width: 38px; font-size: 14px; }
  .sec-crypto .crypto-card__media { width: 58px; min-width: 58px; height: 32px; }
  .sec-crypto .crypto-card__title { font-size: 15px; }
  .sec-crypto .crypto-card__title::after { display: none; }
  .sec-crypto .crypto-card__btn { padding: 8px 16px; font-size: 12px; }
  .sec-crypto .blog-section__title { font-size: 24px; }
  .sec-crypto .blog-section__subtitle { font-size: 13px; margin-bottom: 28px; }
  
  .sec-reviews .blog-post:first-child .blog-post__img-wrap { height: 200px; min-height: 200px; }
  .sec-strategies .blog-post { grid-template-columns: 1fr !important; }
  .sec-strategies .blog-post__img-wrap { height: 180px !important; min-height: 180px !important; }
  .mix-slip__title { font-size: 15px; }
  .mix-slip__total-value { font-size: 18px; }
  .blog-section { padding: 0 12px; margin-bottom: 24px; }
  .blog-section__title { font-size: 22px; }
  
  .blog-post__body { padding: 16px; }
  .blog-post__title { font-size: 15px; }
  .blog-post__excerpt { font-size: 12px; }
  
  .blog-intro { padding: 24px 16px; margin: 32px 12px 28px; }
  .blog-intro__title { font-size: 24px; margin-bottom: 12px; }
  .blog-intro__desc { font-size: 14px; }
  
  .site-footer { padding: 36px 20px; margin-top: 24px; }
}

@media (max-width: 420px) {
  .sec-crypto .crypto-row { flex-direction: column; align-items: stretch; gap: 8px; }
  .sec-crypto .crypto-row .crypto-card__rank { width: 100%; min-width: 100%; height: 36px; }
  .sec-crypto .crypto-card { flex-direction: column; align-items: center; text-align: center; }
  .sec-crypto .crypto-card__media { margin: 0 auto; }
  .sec-crypto .crypto-card__btns { justify-content: center; width: 100%; }
  .sec-crypto .crypto-card__btn { flex: 1; justify-content: center; min-width: 0; max-width: 140px; }
  .sec-mixes .mix-slip__opts { flex-wrap: wrap; }
  .mix-slip__opt { min-width: 48px; padding: 8px 10px; font-size: 12px; }
}


.site-footer {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 24px;
  position: relative;
  margin-top: 80px;
  padding: 60px 40px 30px;
  background: var(--lg-bg);
  backdrop-filter: blur(var(--lg-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(140%);
  border: 1px solid var(--lg-border);
  border-radius: var(--lg-radius-lg);
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 -1px 0 var(--specular-soft) inset, 0 -8px 32px -8px rgba(0, 0, 0, 0.2);
}/* End custom CSS */