/*
Theme Name: ApostaBro
Author: WordPress Telex
Description: A bold casino affiliate editorial theme with deep green baize aesthetic, golden accents, and dynamic geo-detection hero. Designed for Latin American casino and sports betting affiliates.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: apostabro
Tags: block-theme, full-site-editing, dark, entertainment
*/

/* === RESET & BASE === */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* === HEADER === */
.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(245,166,35,0.15);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.site-header-inner .wp-block-site-title {
  margin: 0;
}

.site-header-inner .wp-block-site-title a {
  font-family: 'Anton', sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: #FAFAF8;
  text-decoration: none;
  text-transform: lowercase;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-nav .wp-block-navigation__container {
  gap: 2rem;
}

.header-nav .wp-block-navigation-item a {
  font-family: 'Mulish', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #F4F0E6 !important;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.2s;
}

.header-nav .wp-block-navigation-item a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F5A623;
  transition: width 0.25s ease;
}

.header-nav .wp-block-navigation-item a:hover::after {
  width: 100%;
}

/* === MOBILE MENU TOGGLE === */
.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle p {
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: #F5A623;
  margin: 0;
  padding: 0.5rem 0;
  position: relative;
}

.mobile-menu-toggle p::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #F5A623;
  margin: 0 auto 4px;
}

.mobile-menu-toggle p::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #F5A623;
  margin: 4px auto 0;
}

/* === MOBILE NAV OVERLAY === */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-overlay.is-open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  flex-shrink: 0;
}

.mobile-nav-header .wp-block-site-title {
  margin: 0;
}

.mobile-nav-header .wp-block-site-title a {
  font-family: 'Anton', sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: #FAFAF8;
  text-decoration: none;
  text-transform: lowercase;
}

.mobile-menu-close {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-close p {
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: #F5A623;
  margin: 0;
  padding: 0.5rem 0;
}

/* Mobile nav links */
.mobile-nav-links {
  flex: 1;
}

.mobile-nav-main .wp-block-navigation__container {
  gap: 0 !important;
  width: 100%;
}

.mobile-nav-main .wp-block-navigation-item {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mobile-nav-main .wp-block-navigation-item a {
  font-family: 'Anton', sans-serif !important;
  font-size: 2.2rem !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #FAFAF8 !important;
  text-decoration: none;
  padding: 0.75rem 0 !important;
  display: block;
  transition: color 0.2s;
}

.mobile-nav-main .wp-block-navigation-item a:hover {
  color: #F5A623 !important;
}

.mobile-nav-secondary .wp-block-navigation__container {
  gap: 0.75rem !important;
}

.mobile-nav-secondary .wp-block-navigation-item a {
  font-family: 'Mulish', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244,240,230,0.5) !important;
  text-decoration: none;
  transition: color 0.2s;
}

.mobile-nav-secondary .wp-block-navigation-item a:hover {
  color: #F5A623 !important;
}

.header-pills {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-pills .wp-block-navigation-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Mulish', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #F4F0E6 !important;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 0.35rem 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s;
}

.header-pills .wp-block-navigation-item a:hover {
  background: rgba(245,166,35,0.15);
  border-color: rgba(245,166,35,0.3);
}

/* === HERO SECTION === */
.hero-section.wp-block-cover {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  align-items: flex-start;
}

.hero-section.wp-block-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13,41,24,0.35) 0%, rgba(13,41,24,0.5) 20%, rgba(13,41,24,0.7) 45%, rgba(13,41,24,0.9) 65%, #0D2918 100%),
    linear-gradient(90deg, rgba(13,41,24,0.88) 0%, rgba(13,41,24,0.65) 30%, rgba(13,41,24,0.3) 55%, transparent 75%),
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(20,58,34,0.9) 0%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.hero-section.wp-block-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(255,255,255,0.015) 39px,
      rgba(255,255,255,0.015) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(255,255,255,0.015) 39px,
      rgba(255,255,255,0.015) 40px
    );
  z-index: 3;
  pointer-events: none;
}

.hero-section .wp-block-cover__background {
  display: none;
}

.hero-section .wp-block-cover__image-background {
  object-position: center 15% !important;
}

.hero-section .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.hero-cover-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-text-zone {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 88px 0 80px;
  max-width: 620px;
  box-sizing: border-box;
  gap: 0.25rem;
}

.geo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.25);
  padding: 0.45rem 1rem;
  margin-bottom: 1rem;
  width: fit-content;
}

.geo-badge p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #F5A623;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.geo-badge p::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ECC71;
  box-shadow: 0 0 6px rgba(46,204,113,0.5);
  flex-shrink: 0;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.hero-eyebrow p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #F5A623;
  margin: 0;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #F5A623;
  flex-shrink: 0;
}

.hero-headline h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #FAFAF8;
  margin: 0;
}

.hero-headline-country {
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
}

.hero-headline-country p {
  font-family: 'Anton', sans-serif;
  font-size: clamp(3.5rem, 7.5vw, 7rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: #F5A623;
  text-shadow: 0 4px 30px rgba(245,166,35,0.25);
  margin: 0;
}

.hero-subtext p {
  font-family: 'Source Serif 4', serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(244,240,230,0.75);
  max-width: 460px;
  margin: 0 0 2rem 0;
}

.hero-cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C1C1C !important;
  background: #F5A623 !important;
  border: none;
  padding: 1rem 2.2rem;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}

.hero-cta .wp-block-button__link:hover {
  background: #E09010 !important;
}

.hero-cta .wp-block-button__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.35);
}

.hero-cta .wp-block-button__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(0,0,0,0.15);
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

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

.hero-stat-item .stat-number {
  font-family: 'Anton', sans-serif;
  font-size: 1.6rem;
  color: #F5A623;
  margin: 0;
  line-height: 1.2;
}

.hero-stat-item .stat-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244,240,230,0.45);
  margin: 0.15rem 0 0 0;
}

.edition-tag {
  position: absolute;
  top: 88px;
  right: 1.5rem;
  z-index: 20;
  font-family: 'Mulish', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(244,240,230,0.3);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.edition-tag p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-transform: inherit;
}

/* === FEATURED CASINOS SECTION === */
.featured-section {
  position: relative;
  overflow: hidden;
}

.featured-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(26,77,46,0.5) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 10% 80%, rgba(20,58,34,0.4) 0%, transparent 50%);
  pointer-events: none;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.section-eyebrow p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #F5A623;
  margin: 0;
}

.section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #F5A623;
  flex-shrink: 0;
}

.section-headline h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #FAFAF8;
  margin: 0;
}

.section-headline-accent {
  color: #F5A623 !important;
}

/* Casino cards */
.casino-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  padding: 1.5rem;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.casino-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F5A623, #E09010);
  opacity: 0;
  transition: opacity 0.3s;
}

.casino-card:hover {
  border-color: rgba(245,166,35,0.3);
  background: rgba(255,255,255,0.06);
  transform: translateY(-4px);
}

.casino-card:hover::before {
  opacity: 1;
}

.casino-card-rank {
  font-family: 'Anton', sans-serif;
  font-size: 2.5rem;
  color: rgba(245,166,35,0.15);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.casino-card-name h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: #FAFAF8;
  margin: 0 0 0.5rem 0;
}

.casino-card-bonus p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  color: rgba(244,240,230,0.6);
  margin: 0 0 0.25rem 0;
}

.casino-card-bonus-amount {
  font-family: 'Source Serif 4', serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #2ECC71;
  margin: 0 0 1rem 0;
}

.casino-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.casino-card-feature-tag {
  font-family: 'Mulish', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #F4F0E6;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0.25rem 0.6rem;
  margin: 0;
}

.equal-cards > .wp-block-column {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.equal-cards > .wp-block-column > .wp-block-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.equal-cards .cta-bottom {
  margin-top: auto;
  justify-content: center;
}

.casino-card .wp-block-button__link {
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C1C1C !important;
  background: #F5A623 !important;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  width: 100%;
  text-align: center;
  transition: background 0.2s;
}

.casino-card .wp-block-button__link:hover {
  background: #E09010 !important;
}

/* === HOW IT WORKS SECTION === */
.how-section {
  position: relative;
}

.step-card {
  text-align: center;
  padding: 2rem 1.5rem;
}

.step-number {
  font-family: 'Anton', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(245,166,35,0.12);
  margin-bottom: 1rem;
}

.step-number p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.step-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: #FAFAF8;
  margin: 0 0 0.75rem 0;
}

.step-card p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(244,240,230,0.6);
  margin: 0;
}

.step-divider {
  width: 40px;
  height: 2px;
  background: rgba(245,166,35,0.25);
  margin: 0 auto 1rem;
}

/* === COUNTRIES SECTION === */
.countries-section {
  position: relative;
}

.country-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 1.5rem;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s, background 0.3s;
  cursor: pointer;
}

.country-card:hover {
  border-color: rgba(245,166,35,0.3);
  transform: translateY(-3px);
  background: rgba(255,255,255,0.05);
}

.country-flag {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.country-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #FAFAF8;
  margin: 0 0 0.35rem 0;
}

.country-card-count {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(244,240,230,0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* === ACADEMIA / ESCUELA DE APUESTAS SECTION === */
.academia-section {
  position: relative;
}

.academia-section .academia-line {
  width: 80px;
  min-width: 80px;
}

.academia-cards .academia-card {
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

.academia-cards .academia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.academia-cards .academia-card img {
  transition: transform 0.4s;
}

.academia-cards .academia-card:hover img {
  transform: scale(1.05);
}

.academia-cards .academia-card .wp-block-image {
  overflow: hidden;
  margin: 0;
}

.academia-btn .wp-block-button__link {
  font-family: 'Mulish', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  padding: 0.6rem 1.2rem !important;
  transition: background 0.2s;
}

.academia-btn .wp-block-button__link:hover {
  background: #0D2918 !important;
}

/* === BONUS BANNER === */
.bonus-banner {
  position: relative;
  overflow: hidden;
}

.bonus-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245,166,35,0.08) 0%, transparent 50%, rgba(245,166,35,0.05) 100%);
  pointer-events: none;
}

.bonus-banner-inner {
  border: 1px solid rgba(245,166,35,0.2);
  background: rgba(245,166,35,0.05);
}

/* === FOOTER === */
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-brand {
  font-family: 'Anton', sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: #FAFAF8;
  text-transform: lowercase;
}

.footer-links a {
  font-family: 'Mulish', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(244,240,230,0.5) !important;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #F5A623 !important;
}

.footer-disclaimer p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(244,240,230,0.3);
}

.footer-credit p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.7rem;
  color: rgba(244,240,230,0.25);
}

.footer-credit a {
  color: rgba(245,166,35,0.5) !important;
  text-decoration: none;
}

.footer-credit a:hover {
  color: #F5A623 !important;
}

/* === COUNTRY DROPDOWN === */
.country-dropdown-container {
  display: flex;
  gap: 0;
  max-width: 560px;
}

.country-dropdown {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  color: #FAFAF8;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 3rem 1rem 1.25rem;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
}

.country-dropdown:hover,
.country-dropdown:focus {
  border-color: rgba(245,166,35,0.4);
  background-color: rgba(255,255,255,0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
}

.country-dropdown option {
  background: #0D2918;
  color: #FAFAF8;
  padding: 0.5rem;
}

.country-go-btn {
  font-family: 'Anton', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C1C1C;
  background: #F5A623;
  border: 1px solid #F5A623;
  padding: 1rem 2rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, opacity 0.2s;
}

.country-go-btn:hover:not(:disabled) {
  background: #E09010;
  border-color: #E09010;
}

.country-go-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* === FOOTER RESPONSIBLE === */
.footer-responsible {
  position: relative;
}

.footer-bros-tagline {
  line-height: 1.2;
}

/* === SCROLL ANIMATION === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-reveal {
  animation: fadeInUp 0.6s ease-out both;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  /* Header */
  .header-nav,
  .header-pills {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .site-header-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Hero */
  .hero-section.wp-block-cover {
    min-height: 100vh;
    min-height: 100svh;
    align-items: flex-start;
  }

  .hero-section.wp-block-cover::before {
    background:
      linear-gradient(180deg, rgba(13,41,24,0.3) 0%, rgba(13,41,24,0.6) 30%, rgba(13,41,24,0.88) 55%, rgba(13,41,24,0.98) 75%, #0D2918 100%),
      radial-gradient(ellipse 80% 60% at 50% 30%, rgba(20,58,34,0.5) 0%, transparent 70%);
  }

  .hero-section .wp-block-cover__image-background {
    object-position: center 10% !important;
  }

  .hero-cover-inner {
    padding: 0 1.25rem;
  }

  .hero-section.wp-block-cover::before {
    background:
      linear-gradient(180deg, rgba(13,41,24,0.25) 0%, rgba(13,41,24,0.5) 25%, rgba(13,41,24,0.82) 45%, rgba(13,41,24,0.96) 60%, #0D2918 100%),
      radial-gradient(ellipse 80% 60% at 50% 30%, rgba(20,58,34,0.5) 0%, transparent 70%);
  }

  .hero-section .wp-block-cover__image-background {
    object-position: 65% 20% !important;
  }

  .hero-cover-inner {
    padding: 0 1.5rem;
  }

  .hero-text-zone {
    padding: 76px 0 2rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    gap: 0.15rem;
  }

  .hero-headline h1 {
    font-size: 2.4rem;
  }

  .hero-headline-country p {
    font-size: 3.5rem;
  }

  .hero-subtext p {
    font-size: 1rem;
    max-width: 100%;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .hero-cta .wp-block-button__link {
    font-size: 0.95rem;
    padding: 0.9rem 1.5rem;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-stats {
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  .hero-stat-item .stat-number {
    font-size: 1.35rem;
  }

  .hero-stat-item .stat-label {
    font-size: 0.65rem;
  }

  .geo-badge {
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
  }

  .geo-badge p {
    font-size: 0.72rem;
  }

  .hero-eyebrow {
    margin-bottom: 0.5rem;
  }

  .hero-eyebrow p {
    font-size: 0.72rem;
  }

  .edition-tag {
    display: none !important;
  }

  /* Academia section */
  .academia-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .academia-section .wp-block-columns.equal-cards {
    flex-direction: column !important;
    gap: 1.25rem !important;
  }

  .academia-section .wp-block-columns.equal-cards > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .academia-section .academia-card img {
    height: 180px;
    object-fit: cover;
    width: 100%;
  }

  /* How section */
  .how-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .how-section > .wp-block-columns {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }

  .how-section > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .step-card {
    text-align: left;
    padding: 1.25rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .step-card .step-number {
    font-size: 1.5rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .step-card .step-number p {
    font-size: inherit;
    color: rgba(245,166,35,0.35);
  }

  .step-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
  }

  .step-card > p {
    width: 100%;
    font-size: 0.85rem;
  }

  .step-card .step-divider {
    display: none;
  }

  /* Countries section */
  .countries-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .country-dropdown-container {
    flex-direction: column;
    max-width: 100%;
  }

  .country-dropdown {
    border-right: 1px solid rgba(255,255,255,0.12);
    border-bottom: none;
  }

  .country-go-btn {
    width: 100%;
  }

  /* Bonus banner */
  .bonus-banner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bonus-banner-inner {
    padding: 1.5rem !important;
  }

  .bonus-banner-inner .wp-block-columns {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .bonus-banner-inner .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  /* Footer */
  .site-footer {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }

  .site-footer .wp-block-columns {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .site-footer .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .footer-credit {
    flex-direction: column !important;
    gap: 0.5rem !important;
    text-align: center;
  }

  .footer-credit p {
    text-align: center;
  }

  /* Section headlines */
  .section-headline h2 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 480px) {
  .hero-text-zone {
    padding-top: 72px;
  }

  .hero-headline h1 {
    font-size: 2rem;
  }

  .hero-headline-country p {
    font-size: 2.8rem;
  }

  .hero-stats {
    gap: 1rem 2rem;
  }

  .hero-stat-item .stat-number {
    font-size: 1.2rem;
  }


}

.wp-site-blocks > footer {
  margin-block-start: 0;
}

/* =============================================
   RESENA (REVIEW) PAGE STYLES
   ============================================= */

/* === RESENA HERO COVER === */
.resena-hero-cover.wp-block-cover {
  position: relative;
  overflow: hidden;
  align-items: flex-end;
}

.resena-hero-cover.wp-block-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13,41,24,0.4) 0%, rgba(13,41,24,0.6) 30%, rgba(13,41,24,0.88) 60%, #0D2918 100%),
    linear-gradient(90deg, rgba(13,41,24,0.85) 0%, rgba(13,41,24,0.5) 40%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.resena-hero-cover .wp-block-cover__background {
  display: none;
}

.resena-hero-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.resena-hero-cover-inner {
  width: 100%;
}

.resena-hero-content {
  max-width: 700px;
}

/* Logo floating box */
.resena-logo-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 90px;
  background: rgba(255,255,255,0.95);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
}

.resena-logo-text {
  font-family: 'Anton', sans-serif;
  font-size: 1.8rem;
  color: #F5A623;
  letter-spacing: 0.02em;
}

/* Meta row v2 */
.resena-meta-row-v2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.resena-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #F5A623;
  background: rgba(245,166,35,0.12);
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  white-space: nowrap;
}

.resena-meta-tag {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(244,240,230,0.55);
}

.resena-meta-dot {
  color: rgba(244,240,230,0.3);
  font-size: 0.85rem;
}

/* === RESENA BONUS BANNER === */
.resena-bonus-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(135deg, #1A3228 0%, #122318 100%);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 10px;
  padding: 2rem 2.5rem;
}

.resena-bonus-text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.resena-bonus-geo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #F5A623;
}

.resena-bonus-subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #FAFAF8;
  margin: 0.25rem 0 0 0;
}

.resena-bonus-amount {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  text-transform: uppercase;
  color: #F5A623;
  margin: 0.15rem 0 0 0;
  line-height: 1.15;
}

.resena-bonus-cta-wrap {
  flex-shrink: 0;
}

.resena-bonus-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Anton', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1C1C1C !important;
  background: #F5A623;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}

.resena-bonus-cta:hover {
  background: #E09010;
  transform: translateY(-1px);
}

/* === RESENA QUICK STATS === */
.resena-quickstats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.resena-quickstat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #0D2918;
}

.resena-quickstat-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,166,35,0.08);
  border-radius: 8px;
}

.resena-quickstat-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.resena-quickstat-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(244,240,230,0.45);
}

.resena-quickstat-value {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #FAFAF8;
}

/* === RESENA BONOS POR PAIS === */
.resena-bonos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.resena-bono-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.resena-bono-card:hover {
  border-color: rgba(245,166,35,0.4);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.resena-bono-card.is-highlighted {
  border-color: #F5A623;
  background: rgba(245,166,35,0.08);
  box-shadow: 0 2px 12px rgba(245,166,35,0.12);
}

.resena-bono-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.resena-bono-country-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.resena-bono-flag {
  font-size: 1.5rem;
  line-height: 1;
}

.resena-bono-country-name {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #FAFAF8;
  display: block;
  line-height: 1.2;
}

.resena-bono-currency {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(244,240,230,0.45);
  display: block;
}

.resena-bono-your-country {
  font-family: 'Mulish', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #F5A623;
  background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.3);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  white-space: nowrap;
}

.resena-bono-amount {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  color: #F5A623;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.resena-bono-link {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #F5A623 !important;
  text-decoration: none;
  transition: color 0.2s;
}

.resena-bono-link:hover {
  color: #E09010 !important;
}

/* === RESENA PAISES TAGS === */
.resena-paises-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.resena-pais-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Mulish', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #F4F0E6;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 0.5rem 1.15rem;
  white-space: nowrap;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.resena-pais-tag:hover {
  border-color: rgba(245,166,35,0.4);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* === RESENA LICENCIAS === */
.resena-licencias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.resena-licencia-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.3s;
}

.resena-licencia-card:hover {
  border-color: rgba(46,204,113,0.4);
}

.resena-licencia-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46,204,113,0.08);
  border-radius: 50%;
}

.resena-licencia-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.resena-licencia-name {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #FAFAF8;
}

.resena-licencia-detail {
  font-family: 'Mulish', sans-serif;
  font-size: 0.8rem;
  color: rgba(244,240,230,0.45);
}

/* === RESENA OPINION SECTION === */
.resena-opinion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.resena-opinion-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.5rem;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.resena-opinion-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  border-color: rgba(255,255,255,0.15);
}

.resena-opinion-card-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.resena-opinion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}

.resena-opinion-icon-good {
  background: rgba(46,204,113,0.1);
}

.resena-opinion-icon-bad {
  background: rgba(192,57,43,0.1);
}

.resena-opinion-icon-consider {
  background: rgba(245,166,35,0.1);
}

.resena-opinion-card-title {
  font-family: 'Mulish', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.resena-opinion-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.resena-opinion-list li {
  font-family: 'Mulish', sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(244,240,230,0.7);
  padding-left: 1.5rem;
  position: relative;
}

.resena-opinion-list-good li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ECC71;
}

.resena-opinion-list-bad li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C0392B;
}

.resena-opinion-list-consider li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background: #F5A623;
}

/* === RESENA BRO OPINION === */
.resena-bro-quote {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.75rem;
  margin-bottom: 2rem;
}

.resena-bro-quote-avatar {
  flex-shrink: 0;
}

.resena-bro-quote-content {
  flex: 1;
}

.resena-bro-quote-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #F5A623;
  display: block;
  margin-bottom: 0.5rem;
}

.resena-bro-quote-text {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.65;
  color: rgba(244,240,230,0.75);
  margin: 0;
}

/* Rating cards grid */
.resena-ratings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.resena-rating-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.resena-rating-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  border-color: rgba(255,255,255,0.15);
}

.resena-rating-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.65rem;
}

.resena-rating-card-name {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #FAFAF8;
}

.resena-rating-card-score {
  font-family: 'Mulish', sans-serif;
  font-size: 0.88rem;
  color: rgba(244,240,230,0.55);
}

.resena-rating-card-score strong {
  font-family: 'Anton', sans-serif;
  font-size: 1.25rem;
}

.resena-rating-bar {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.resena-rating-bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.6s ease;
}

.resena-rating-card-desc {
  font-family: 'Mulish', sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(244,240,230,0.5);
  margin: 0;
}

/* Veredicto final */
.resena-veredicto-final {
  background: #1C1C1C;
  border-radius: 10px;
  padding: 2rem 2.5rem;
}

.resena-veredicto-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #F5A623;
  display: block;
  margin-bottom: 0.75rem;
}

.resena-veredicto-text {
  font-family: 'Mulish', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FAFAF8;
  margin: 0;
}

/* === RESENA JUEGOS GRID === */
.resena-juegos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.resena-juego-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.resena-juego-card:hover {
  border-color: rgba(245,166,35,0.4);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.resena-juego-icon {
  margin-bottom: 0.25rem;
}

.resena-juego-name {
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #FAFAF8;
}

.resena-juego-count {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  color: rgba(244,240,230,0.45);
}

/* === RESENA METODOS TAGS === */
.resena-metodos-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.resena-metodo-tag {
  display: inline-flex;
  align-items: center;
  font-family: 'Mulish', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #F4F0E6;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 0.5rem 1.15rem;
  white-space: nowrap;
  transition: border-color 0.2s;
}

.resena-metodo-tag:hover {
  border-color: rgba(245,166,35,0.4);
}

/* === RESENA FAQ === */
.resena-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.resena-faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.resena-faq-item:hover {
  border-color: rgba(245,166,35,0.3);
}

.resena-faq-item[open] {
  border-color: rgba(245,166,35,0.4);
}

.resena-faq-question {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FAFAF8;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.4;
}

.resena-faq-question::-webkit-details-marker {
  display: none;
}

.resena-faq-question::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(244,240,230,0.45);
  border-bottom: 2px solid rgba(244,240,230,0.45);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.25s;
}

.resena-faq-item[open] .resena-faq-question::after {
  transform: translateY(-35%) rotate(-135deg);
}

.resena-faq-answer {
  padding: 0 1.5rem 1.25rem;
}

.resena-faq-answer p {
  font-family: 'Mulish', sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(244,240,230,0.65);
  margin: 0;
}

/* === RESENA FINAL CTA === */
.resena-final-cta-box {
  background: linear-gradient(135deg, #1A3228 0%, #122318 100%);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 10px;
  padding: 2.5rem;
  text-align: center;
}

.resena-final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resena-final-cta-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #F5A623;
  display: block;
  margin-bottom: 0.75rem;
}

.resena-final-cta-text {
  font-family: 'Mulish', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FAFAF8;
  margin: 0;
  max-width: 600px;
}

/* === RESENA RESPONSIVE === */
@media (max-width: 900px) {
  .resena-hero-cover.wp-block-cover {
    min-height: 520px;
  }

  .resena-hero-cover.wp-block-cover::before {
    background:
      linear-gradient(180deg, rgba(13,41,24,0.35) 0%, rgba(13,41,24,0.55) 25%, rgba(13,41,24,0.85) 50%, #0D2918 100%),
      radial-gradient(ellipse 80% 60% at 50% 20%, rgba(20,58,34,0.4) 0%, transparent 70%);
  }

  .resena-hero-content {
    padding-top: 100px !important;
    padding-bottom: 2rem !important;
    max-width: 100%;
  }

  .resena-logo-float {
    width: 90px;
    height: 68px;
  }

  .resena-logo-text {
    font-size: 1.4rem;
  }

  .resena-hero-cover-inner {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .resena-bonus-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    gap: 1.25rem;
  }

  .resena-bonus-text {
    align-items: center;
  }

  .resena-bonus-cta {
    width: 100%;
    justify-content: center;
  }

  .resena-quickstats {
    grid-template-columns: repeat(2, 1fr);
  }

  .resena-bonos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resena-licencias-grid {
    grid-template-columns: 1fr;
  }

  .resena-opinion-grid {
    grid-template-columns: 1fr;
  }

  .resena-ratings-grid {
    grid-template-columns: 1fr;
  }

  .resena-juegos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resena-bro-quote {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .resena-veredicto-final {
    padding: 1.5rem;
  }

  .resena-final-cta-box {
    padding: 1.5rem;
  }

  .resena-hero-section,
  .resena-bonus-banner-section,
  .resena-quickstats-section,
  .resena-bonos-pais-section,
  .resena-paises-section,
  .resena-licencias-section,
  .resena-opinion-section,
  .resena-bro-opinion-section,
  .resena-juegos-section,
  .resena-metodos-section,
  .resena-faq-section,
  .resena-final-cta-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 480px) {
  .resena-quickstats {
    grid-template-columns: 1fr;
  }

  .resena-bonos-grid {
    grid-template-columns: 1fr;
  }

  .resena-quickstat {
    padding: 1rem;
  }

  .resena-bonus-amount {
    font-size: 1.25rem;
  }

  .resena-juegos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .resena-juego-card {
    padding: 1rem 0.75rem;
  }
}

/* === PAIS HERO === */
.pais-hero.wp-block-cover {
  position: relative;
  overflow: hidden;
  align-items: flex-end;
}

.pais-hero.wp-block-cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13,41,24,0.4) 0%, rgba(13,41,24,0.6) 30%, rgba(13,41,24,0.85) 60%, #0D2918 100%),
    linear-gradient(90deg, rgba(13,41,24,0.7) 0%, transparent 60%);
  z-index: 2;
  pointer-events: none;
}

.pais-hero .wp-block-cover__background {
  display: none;
}

.pais-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.pais-hero-text {
  max-width: 760px;
}

.pais-hero-text h1 span {
  color: #F5A623;
}

/* Hero inline filters */
.pais-hero-filters {
  position: relative;
  z-index: 10;
}

.pais-hero-filters .filter-pills-row {
  gap: 0.5rem;
}

.pais-hero-filters .filter-sort-wrap {
  flex-shrink: 0;
}

/* === FILTER PILLS BAR === */
.pais-filters-bar {
  position: sticky;
  top: 68px;
  z-index: 50;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.filter-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.filter-pill {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F4F0E6;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 0.45rem 1rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.filter-pill:hover {
  background: rgba(245,166,35,0.12);
  border-color: rgba(245,166,35,0.3);
}

.filter-pill.is-active {
  background: #F5A623;
  border-color: #F5A623;
  color: #1C1C1C;
}

.filter-sort-wrap {
  position: relative;
}

.filter-sort-select {
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F4F0E6;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 0.45rem 2.2rem 0.45rem 1rem;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, border-color 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 4.5l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
}

.filter-sort-select:hover,
.filter-sort-select:focus {
  background-color: rgba(245,166,35,0.12);
  border-color: rgba(245,166,35,0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 4.5l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
}

.filter-sort-select option {
  background: #0D2918;
  color: #F4F0E6;
}

/* === CASINO LISTING CARDS === */
.casino-listings {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.casino-listing-card {
  display: grid;
  grid-template-columns: auto 1fr;
  background: linear-gradient(135deg, #1A3228 0%, #122318 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.2s, box-shadow 0.3s;
  position: relative;
}

.casino-listing-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(245,166,35,0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.casino-listing-card:hover {
  border-color: rgba(245,166,35,0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.casino-listing-card:hover::after {
  opacity: 1;
}

.casino-listing-card.is-featured {
  border-color: rgba(245,166,35,0.35);
  background: linear-gradient(135deg, #1E3A2C 0%, #152A1E 100%);
  box-shadow: 0 4px 24px rgba(245,166,35,0.08);
}

.casino-listing-card.is-featured::after {
  opacity: 1;
  background: linear-gradient(90deg, #F5A623, #E09010, #F5A623);
  height: 3px;
}

/* Rank column */
.listing-rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem 0.5rem 1.5rem 1.25rem;
  flex-shrink: 0;
  min-width: 56px;
}

.rank-number {
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem;
  color: rgba(245,166,35,0.5);
  line-height: 1;
}

.is-featured .rank-number {
  color: #F5A623;
  font-size: 1.75rem;
}

/* Body */
.listing-body {
  flex: 1;
  min-width: 0;
  padding: 1.5rem 1.5rem 1.5rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Header area with logo + info side by side */
.listing-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.listing-logo-area {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  position: relative;
}

.listing-logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.listing-logo-area .listing-logo-placeholder {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
}

.listing-info {
  min-width: 0;
}

.listing-title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.listing-name {
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #FAFAF8;
  margin: 0;
  line-height: 1.2;
}

.listing-tagline {
  font-family: 'Mulish', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(244,240,230,0.5);
  margin: 0.2rem 0 0 0;
}

.listing-header-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
}

.listing-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.listing-rating .stars {
  color: #F5A623;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.rating-badge {
  font-family: 'Mulish', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1C1C1C;
  background: #F5A623;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  white-space: nowrap;
}

.rating-score {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  color: #F5A623;
  background: rgba(245,166,35,0.12);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  line-height: 1.3;
}

/* Bonus + Features + CTA in a 3-col grid */
.listing-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(0,0,0,0.2);
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.listing-bonus-col {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.bonus-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(244,240,230,0.5);
}

.bonus-amount {
  font-family: 'Anton', sans-serif;
  font-size: 1.15rem;
  color: #FAFAF8;
  text-transform: uppercase;
  line-height: 1.2;
}

.bonus-detail {
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  color: rgba(244,240,230,0.5);
  line-height: 1.4;
}

.listing-features-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.listing-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(244,240,230,0.6);
  white-space: nowrap;
}

.listing-feature svg {
  color: #2ECC71;
  flex-shrink: 0;
}

.listing-flag {
  font-weight: 700;
  color: #F5A623;
  font-size: 0.72rem;
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.2);
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}

/* CTA column */
.listing-cta-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  min-width: 170px;
}

.listing-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Anton', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1C1C1C !important;
  background: #F5A623;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.listing-cta-btn:hover {
  background: #E09010;
  transform: translateY(-1px);
}

.listing-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #F4F0E6 !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.55rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  white-space: nowrap;
}

.listing-review-btn:hover {
  border-color: rgba(245,166,35,0.4);
  background: rgba(245,166,35,0.08);
  color: #F5A623 !important;
}

.listing-review-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Footer row */
.listing-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
}

.listing-terms-link {
  font-family: 'Mulish', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(244,240,230,0.35) !important;
  text-decoration: none;
  transition: color 0.2s;
}

.listing-terms-link:hover {
  color: #F5A623 !important;
}

/* Legacy compat */
.listing-logo-wrap {
  display: none;
}

.listing-bonus-row {
  display: none;
}

.listing-features-row {
  display: none;
}

/* Section alt bg */
.pais-section-alt {
  position: relative;
}

.pais-section-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,166,35,0.15), transparent);
}

/* === RESPONSIVE - PAIS PAGE === */
@media (max-width: 900px) {
  .pais-hero-text {
    padding-top: 100px !important;
    padding-bottom: 1.5rem !important;
  }

  .pais-hero-text h1 {
    font-size: 2rem !important;
  }

  .pais-hero-filters .filter-pills-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
  }

  .pais-hero-filters .filter-pills-row::-webkit-scrollbar {
    display: none;
  }

  .pais-hero-filters .filter-sort-wrap {
    width: 100%;
    margin-top: 0.5rem;
  }

  .pais-hero-filters .filter-sort-select {
    width: 100%;
  }

  .pais-filters-bar {
    position: relative;
    top: auto;
  }

  .filter-pills-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
  }

  .filter-pills-row::-webkit-scrollbar {
    display: none;
  }

  .filter-sort-wrap {
    width: 100%;
    margin-top: 0.5rem;
  }

  .filter-sort-select {
    width: 100%;
  }

  .casino-listing-card {
    grid-template-columns: 1fr;
  }

  .listing-rank {
    flex-direction: row;
    padding: 0.75rem 1rem 0;
    justify-content: flex-start;
    min-width: auto;
  }

  .listing-body {
    padding: 0.5rem 1rem 1.25rem;
  }

  .listing-header {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 0.75rem;
  }

  .listing-logo-area {
    width: 56px;
    height: 56px;
    border-radius: 8px;
  }

  .listing-logo-area .listing-logo-placeholder {
    font-size: 0.85rem;
  }

  .listing-header-rating {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .listing-name {
    font-size: 1.25rem;
  }

  .listing-content-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .listing-features-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }

  .listing-cta-col {
    min-width: auto;
    flex-direction: row;
    gap: 0.65rem;
  }

  .listing-cta-btn,
  .listing-review-btn {
    flex: 1;
    text-align: center;
  }

  .listing-footer-row {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .bonus-amount {
    font-size: 1.05rem;
  }

  .pais-listings-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .pais-filters-bar .wp-block-group > .wp-block-group {
    flex-direction: column !important;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pais-hero-text h1 {
    font-size: 1.75rem !important;
  }

  .listing-name {
    font-size: 1.15rem;
  }

  .bonus-amount {
    font-size: 0.95rem;
  }

  .listing-cta-col {
    flex-direction: column;
  }

  .listing-cta-btn,
  .listing-review-btn {
    width: 100%;
  }
}