/* Recorte visual del club: lo de CuponApp+ (cobros, US, aliados) no se muestra. */

html.club-mode {
  --club-primary: #004080;
  --club-secondary: #10a0e0;
}

html.club-mode.club-branding-pending body {
  opacity: 0;
}

html.club-mode:not(.club-branding-pending) body {
  opacity: 1;
  transition: opacity 0.12s ease-out;
}

html.club-mode.gran-logia {
  --club-primary: #1a1a1a;
  --club-secondary: #c9a227;
  --club-primary-dark: #111111;
  --club-primary-light: #333333;
  --club-primary-rgb: 26, 26, 26;
  --bs-primary: #1a1a1a;
  --bs-primary-rgb: 26, 26, 26;
  --primary-color: #1a1a1a;
  --primary-dark: #111111;
  --primary-light: #333333;
  --primary-lighter: #444444;
  --primary-gradient: linear-gradient(135deg, #1a1a1a 0%, #c9a227 100%);
  --primary-gradient-soft: linear-gradient(135deg, #333333 0%, #c9a227 100%);
  --badge-primary: #c9a227;
}

html.club-mode .business-nav [data-tab="membresia"],
html.club-mode .business-nav [data-tab="pagos"],
html.club-mode .business-nav [data-tab="contratos"],
html.club-mode .business-nav [data-tab="publicidad-gestionada"],
html.club-mode #tab-membresia,
html.club-mode #tab-pagos,
html.club-mode #tab-contratos,
html.club-mode #tab-publicidad-gestionada,
html.club-mode #membership-banner,
html.club-mode .admin-nav [data-tab="membresias"],
html.club-mode .admin-nav [data-tab="solicitudes-membresia"],
html.club-mode .admin-nav [data-tab="recibos-facturacion"],
html.club-mode .admin-nav [data-tab="historial-pagos"],
html.club-mode .admin-nav [data-tab="contabilidad"],
html.club-mode .admin-nav [data-tab="contratos"],
html.club-mode .admin-nav [data-tab="publicidad-gestionada"],
html.club-mode .admin-nav [data-tab="comisiones-aliados"],
html.club-mode #tab-membresias,
html.club-mode #tab-solicitudes-membresia,
html.club-mode #tab-recibos-facturacion,
html.club-mode #tab-historial-pagos,
html.club-mode #tab-contabilidad,
html.club-mode #tab-contratos,
html.club-mode #tab-publicidad-gestionada,
html.club-mode #tab-comisiones-aliados,
html.club-mode #footer-market-selector,
html.club-mode [data-intro-offer],
html.club-mode .intro-offer-top-banner,
html.club-mode #membresias,
html.club-mode a[href="#membresias"],
html.club-mode a[href="como-funciona.html#membresias"],
html.club-mode a[href*="admin-membresias.html"],
html.club-mode .cta-join-intro-offer,
html.club-mode li:has([data-i18n="index.businessCta.feature4Title"]),
html.club-mode #empresa-codigo-aliado,
html.club-mode label[for="empresa-codigo-aliado"],
html.club-mode small[data-i18n="register.allyCodeHint"],
html.club-mode #stat-membresias-activas,
html.club-mode [data-i18n="admin.dashboard.stats.activeMemberships"] {
  display: none !important;
}

html.club-mode .col-md-3:has(#stat-membresias-activas),
html.club-mode .mb-3:has(#empresa-codigo-aliado) {
  display: none !important;
}

html.club-mode [data-i18n="business.dashboard.home.welcomeItem1"],
html.club-mode .col-md-6:has([data-i18n="business.dashboard.home.step2Title"]),
html.club-mode [data-i18n="business.dashboard.help.requestMembershipTitle"],
html.club-mode [data-i18n="business.dashboard.help.requestMembershipTitle"] + ol,
html.club-mode [data-i18n="business.dashboard.help.changeMembershipTitle"],
html.club-mode [data-i18n="business.dashboard.help.changeMembershipTitle"] + ol,
html.club-mode [data-i18n="business.dashboard.help.paymentsTabTitle"],
html.club-mode [data-i18n="business.dashboard.help.paymentsTabTitle"] + ol,
html.club-mode [data-i18n="business.dashboard.help.contractsTabTitle"],
html.club-mode [data-i18n="business.dashboard.help.contractsTabTitle"] + ol,
html.club-mode [data-i18n="business.dashboard.help.managedAdvertisingTitle"],
html.club-mode [data-i18n="business.dashboard.help.managedAdvertisingTitle"] + ol,
html.club-mode [data-i18n="admin.dashboard.tabs.ayuda.membresiasTitle"],
html.club-mode [data-i18n="footer.plansPricing"],
html.club-mode a[href="como-funciona.html#membresias"] {
  display: none !important;
}

html.club-mode .club-powered-by {
  display: block !important;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.85;
  padding: 0.75rem 1rem 0;
}

html.club-mode .club-powered-by a {
  color: inherit;
  text-decoration: none;
}

html.club-mode .club-powered-by a:hover,
html.club-mode .club-powered-by a:focus {
  text-decoration: underline;
}

html.club-mode #club-footer-social {
  flex-wrap: wrap;
}

html.club-mode {
  --bs-primary: var(--club-primary, #004080);
  --bs-primary-rgb: var(--club-primary-rgb, 0, 64, 128);
}

html.club-mode .btn-primary,
html.club-mode .btn-primary:focus,
html.club-mode .btn-primary:active {
  background-color: var(--club-primary, #004080) !important;
  border-color: var(--club-primary, #004080) !important;
}

html.club-mode .btn-primary:hover {
  background-color: var(--club-primary-dark, #003066) !important;
  border-color: var(--club-primary-dark, #003066) !important;
}

html.club-mode body.page-index .hero-section,
html.club-mode .hero-section {
  background: linear-gradient(
    135deg,
    var(--club-primary, #004080) 0%,
    var(--club-secondary, #10a0e0) 52%,
    #111 88%
  ) !important;
  background-color: var(--club-primary, #004080) !important;
}

html.club-mode .login-illustration,
html.club-mode .register-illustration {
  background: linear-gradient(
    135deg,
    var(--club-primary, #004080) 0%,
    var(--club-secondary, #10a0e0) 55%,
    #111 100%
  ) !important;
}

html.club-mode .login-container {
  background: linear-gradient(135deg, #f4f6f9 0%, color-mix(in srgb, var(--club-secondary, #d6e0ee) 35%, #f4f6f9) 100%) !important;
}

html.club-mode .club-wordmark {
  display: inline-block;
  font-weight: 700;
  color: var(--club-primary, #004080);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-right: 0.35rem;
  vertical-align: middle;
}

html.club-mode .text-primary,
html.club-mode .nav-link.text-primary,
html.club-mode a.text-primary {
  color: var(--club-primary, #004080) !important;
}

html.club-mode .btn-outline-primary {
  color: var(--club-primary, #004080) !important;
  border-color: var(--club-primary, #004080) !important;
}

html.club-mode .btn-outline-primary:hover,
html.club-mode .btn-outline-primary:focus {
  background-color: var(--club-primary, #004080) !important;
  border-color: var(--club-primary, #004080) !important;
  color: #fff !important;
}

html.club-mode .stats-number {
  background: var(--primary-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

html.club-mode .step-number {
  background: var(--primary-gradient) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.club-mode .form-control:focus,
html.club-mode .form-select:focus {
  border-color: var(--club-primary-light, var(--club-primary, #004080));
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb, 0, 64, 128), 0.2);
}

html.club-mode .pagination .page-item.active .page-link {
  background-color: var(--club-primary, #004080);
  border-color: var(--club-primary, #004080);
}

html.club-mode .dropdown-item.active,
html.club-mode .dropdown-item:active {
  background-color: var(--club-primary, #004080);
}

html.club-mode .navbar-cuponapp .club-wordmark,
html.club-mode .navbar .club-wordmark {
  font-size: 1.25rem;
}

html.club-mode .login-illustration img.logo-img,
html.club-mode .login-illustration img,
html.club-mode #club-login-form-logo,
html.club-mode #club-login-hero-logo,
html.club-mode footer img.logo-img {
  filter: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.club-mode .navbar-brand.cuponapp-logo img,
html.club-mode a.cuponapp-logo img {
  width: 210px !important;
  height: 52px !important;
  max-width: 210px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

html.club-mode footer img.logo-img {
  width: 280px !important;
  height: 70px !important;
  max-width: 280px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

html.club-mode .login-illustration .club-wordmark,
html.club-mode .register-illustration .club-wordmark,
html.club-mode footer .club-wordmark {
  color: #fff;
  font-size: 1.5rem;
}

html.club-mode #club-login-form-subtitle,
html.club-mode .club-login-form-subtitle {
  font-size: 0.85rem;
  line-height: 1.35;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  hyphens: auto;
}

html.club-mode .legal-header {
  background: linear-gradient(
    135deg,
    var(--club-primary, #004080) 0%,
    var(--club-secondary, #10a0e0) 100%
  ) !important;
}

html.club-mode .legal-section h3 {
  color: var(--club-primary, #004080) !important;
}

html.club-mode .legal-section h4,
html.club-mode .cookie-table th {
  color: var(--club-secondary, #10a0e0) !important;
}

@media (max-width: 575.98px) {
  html.club-mode #club-login-form-subtitle,
  html.club-mode .club-login-form-subtitle {
    font-size: 0.78rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

html.club-mode #empresa-facturacion-fields,
html.club-mode .mb-3:has(#usuario-membresia),
html.club-mode #usuario-membresia,
html.club-mode label[for="usuario-membresia"],
html.club-mode #empresa-market-container,
html.club-mode .mb-3:has(#empresa-rfc),
html.club-mode #modalAsignarMembresia,
html.club-mode #modalAsignarDestacados,
html.club-mode button[onclick*="abrirModalAsignarMembresia"],
html.club-mode button[onclick*="cancelarMembresiaUsuario"],
html.club-mode button[onclick*="abrirModalAsignarDestacados"],
html.club-mode button[onclick*="actualizarDestacadosSegunMembresia"],
html.club-mode button[onclick*="generarContratoRetroactivo"],
html.club-mode button[onclick*="abrirModalReasignarAliado"],
html.club-mode button[onclick*="activarAliado"],
html.club-mode button[onclick*="desactivarAliado"],
html.club-mode #modalNuevaMembresia,
html.club-mode:not(.club-i18n-enabled) #locale-switcher-nav,
html.club-mode:not(.club-i18n-enabled) li:has(> [data-locale]),
html.club-mode:not(.club-i18n-enabled) li:has(#locale-switcher-label),
html.club-mode:not(.club-i18n-enabled) .dropdown-header:has(#locale-switcher-label),
html.club-mode #admin-market-context-container,
html.club-mode #admin-market-fixed-container,
html.club-mode .admin-market-mobile-section,
html.club-mode .col-md-3:has(#stat-destacados-disponibles),
html.club-mode .form-check:has(#switch-auto-aprobar-solicitud-membresia),
html.club-mode .form-check:has(#switch-recibos-automaticos),
html.club-mode .form-check:has(#switch-facturacion-cfdi-automatica),
html.club-mode .form-check:has(#switch-verificacion-publicidad-salud),
html.club-mode [data-i18n="admin.dashboard.tabs.herramientas.autoApproveMembershipRequestsHint"],
html.club-mode [data-i18n="admin.dashboard.tabs.herramientas.autoReceiptsHint"],
html.club-mode [data-i18n="admin.dashboard.tabs.herramientas.autoCfdiBillingHint"],
html.club-mode [data-i18n="admin.dashboard.tabs.herramientas.healthAdVerificationHint"],
html.club-mode [data-i18n="admin.dashboard.tabs.herramientas.saludQueuesHint"],
html.club-mode #salud-webhooks-row,
html.club-mode #herr-panel-salud .col-md-8:has(#salud-colas-grid),
html.club-mode .club-smoke-market-ui,
html.club-mode button[onclick*="Cortesia"],
html.club-mode button[onclick*="cortesia"],
html.club-mode button[onclick*="extenderCortesia"],
html.club-mode button[onclick*="toggleCortesia"],
html.club-mode .badge .bi-gift,
html.club-mode #usuario-membresia,
html.club-mode label[for="usuario-membresia"] {
  display: none !important;
}
html.club-mode #filter-usuarios-ciudad,
html.club-mode label[for="filter-usuarios-ciudad"],
html.club-mode #filter-usuarios-ciudad-wrap,
html.club-mode .col-md-4:has(#filter-usuarios-ciudad) {
  display: none !important;
}

html.club-mode footer .col-lg-4:has(h6):nth-of-type(2) {
  display: none !important;
}

html.club-mode.club-session-active .cta-join,
html.club-mode.club-session-active section:has(.cta-join) {
  display: none !important;
}

html.club-mode.club-session-active .navbar li:has(a.btn-primary[href*="login"]) {
  display: none !important;
}

html.club-mode #stat-card-ingresos,
html.club-mode #toggle-ingresos-btn,
html.club-mode .col-md-3:has(#stat-card-ingresos),
html.club-mode .col-md-3:has(#toggle-ingresos-btn) {
  display: none !important;
}

html.club-mode #herr-panel-salud .col-md-4:has(#salud-server-status) {
  flex: 0 0 100%;
  max-width: 100%;
}

html.club-mode .col-md-3:has(#stat-usuarios),
html.club-mode #row-vistas-paginas-publicas {
  display: none !important;
}

html.club-mode #club-footer-social a:hover {
  opacity: 1 !important;
}

html.club-mode #stats-container .col-md-3:nth-child(n+3) {
  display: none !important;
}

html.club-mode.club-platform #filter-usuarios-camara-wrap {
  display: block !important;
}

html.club-mode.club-platform {
  --club-primary: #4A90E2;
  --club-secondary: #357ABD;
  --bs-primary: #4A90E2;
  --bs-primary-rgb: 74, 144, 226;
}

html.club-mode.club-platform .btn-primary,
html.club-mode.club-platform .btn-primary:focus {
  background-color: #4A90E2;
  border-color: #4A90E2;
}

html.club-mode.club-platform .btn-primary:hover {
  background-color: #357ABD;
  border-color: #357ABD;
}

html.club-mode #city-selector,
html.club-mode li:has(#city-selector) {
  display: none !important;
}

html.club-mode #favorites-link-container {
  display: none !important;
}

html.club-mode.club-consumer-session #favorites-link-container {
  display: block !important;
}

html.club-mode .navbar-brand.cuponapp-logo img,
html.club-mode a.cuponapp-logo img {
  width: 210px !important;
  height: 52px !important;
  max-width: 210px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.camara-list-logo {
  width: 126px;
  height: 31px;
  object-fit: contain;
  object-position: left center;
  background: #f4f6f9;
  border-radius: 6px;
  padding: 2px 4px;
  display: inline-block;
  vertical-align: middle;
}

.camara-logo-fitter {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.85rem;
  background: #f8fafc;
}

.camara-logo-fitter canvas {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 210 / 52;
  background:
    repeating-conic-gradient(#eceff3 0% 25%, #fff 0% 50%)
    50% / 12px 12px;
  border: 1px dashed #4A90E2;
  border-radius: 6px;
  cursor: grab;
}

.camara-logo-fitter canvas:active {
  cursor: grabbing;
}

.camara-list-logo-empty {
  text-align: center;
  line-height: 27px;
  font-weight: 700;
  color: #4A90E2;
  width: 126px;
  height: 31px;
}

.camara-switcher-logo {
  width: 36px;
  height: 28px;
  object-fit: contain;
  background: #f4f6f9;
  border-radius: 4px;
  padding: 2px;
  flex-shrink: 0;
}

.camara-edit-dialog {
  max-width: 1180px;
}
.camara-edit-dialog .modal-content {
  max-height: calc(100vh - 2rem);
}
.camara-edit-layout {
  min-height: 0;
}
.camara-edit-form {
  max-height: calc(100vh - 11rem);
  overflow-y: auto;
  padding-right: 0.25rem;
}
.camara-edit-preview {
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .camara-edit-form {
    max-height: none;
  }
  .camara-edit-preview {
    position: static;
  }
}

.camara-index-preview,
.camara-index-preview {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.camara-preview-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 56px;
  padding: 0.5rem 1rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.camara-preview-nav img {
  width: 168px;
  height: 42px;
  max-width: 168px;
  object-fit: contain;
  object-position: left center;
}
.camara-preview-wordmark {
  font-weight: 700;
  color: #1f2937;
  font-size: 1.05rem;
}
.camara-preview-nav-links {
  margin-left: auto;
  font-size: 0.72rem;
  color: #64748b;
  white-space: nowrap;
}

.camara-preview-hero {
  padding: 1.35rem 1.1rem 1.15rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #004080 0%, #111 78%);
}
.camara-preview-caption {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
  margin: 0 0 0.35rem;
}
.camara-preview-list .camara-preview-caption {
  color: #64748b;
}
.camara-preview-tagline {
  font-size: 1.28rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  line-height: 1.25;
}
.camara-preview-sub {
  opacity: 0.88;
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
}
.camara-preview-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #fff;
  color: #6b7280;
  border-radius: 999px;
  padding: 0.35rem 0.35rem 0.35rem 0.9rem;
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 0.85rem;
}
.camara-preview-search-btn {
  background: #004080;
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.camara-preview-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
}
.camara-preview-chips span {
  background: rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.7rem;
}

.camara-preview-list {
  padding: 0.85rem 1rem 0.35rem;
  background: #f4f6f9;
}
.camara-preview-list-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.2rem;
}
.camara-preview-list-sub {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0 0 0.75rem;
}

.camara-preview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  padding: 0 0 0.85rem;
}
.camara-preview-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.72rem;
  color: #334155;
  font-weight: 600;
}
.camara-preview-thumb,
.camara-preview-thumb {
  display: block;
  height: 48px;
  background: linear-gradient(135deg, #cbd5e1, #94a3b8);
}
.camara-preview-card > span:last-child {
  display: block;
  padding: 0.4rem 0.5rem 0.5rem;
}

.camara-preview-footer {
  text-align: center;
  font-size: 0.72rem;
  padding: 0.6rem;
  background: #111;
  color: #d1d5db;
}

html.club-mode #admin-ciudades-container,
html.club-mode #admin-market-permiso-container {
  display: none !important;
}

/* Columna de cupones destacados (CuponApp+) */
html.club-mode #tablaUsuarios thead th[data-club-hidden-col="destacados"],
html.club-mode #tablaUsuarios tbody td:nth-child(7) {
  display: none !important;
}

html.club-mode .club-featured-section:not(.club-featured-has-items) {
  display: none !important;
}

html.club-mode .club-badge-vacante {
  background: #0d6efd;
  color: #fff;
}

html.club-mode .club-badge-evento {
  background: #6f42c1;
  color: #fff;
}

html.club-mode .club-badge-tipo {
  font-size: 0.75rem;
  font-weight: 600;
}

html.club-mode .club-calendario-card {
  border: 1px solid rgba(0, 64, 128, 0.12);
}

html.club-mode .club-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}

html.club-mode .club-cal-dow {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  padding: 0.2rem 0;
}

html.club-mode .club-cal-empty {
  min-height: 2.1rem;
}

html.club-mode .club-cal-day {
  position: relative;
  border: 0;
  background: #f8fafc;
  border-radius: 0.4rem;
  min-height: 2.75rem;
  font-size: 0.85rem;
  padding: 0.15rem 0 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

html.club-mode .club-cal-day.has-event {
  background: rgba(0, 64, 128, 0.1);
  font-weight: 600;
  color: var(--club-primary, #004080);
}

html.club-mode .club-cal-day.is-today {
  outline: 1px solid var(--club-secondary, #10a0e0);
}

html.club-mode .club-cal-day.is-selected {
  background: var(--club-primary, #004080);
  color: #fff;
}

html.club-mode .club-cal-dot {
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  margin: 0 auto 0.1rem;
}

html.club-mode .club-cal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
  background: var(--club-secondary, #10a0e0);
  color: #fff;
}

html.club-mode .club-cal-day.is-selected .club-cal-badge {
  background: #fff;
  color: var(--club-primary, #004080);
}

html.club-mode .club-vacante-card {
  border: 1px solid rgba(16, 160, 224, 0.18);
}

html.club-mode .club-evento-card.cupon-card {
  border: 2px solid #6f42c1;
}

html.club-mode .club-vacante-card.cupon-card {
  border: 2px solid #0d6efd;
}

html.club-mode #ev-card-preview.cupon-card {
  overflow: hidden;
  border-radius: 15px;
}

html.club-mode #ev-card-preview .cupon-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

html.club-mode .club-evento-card .negocio-inicial,
html.club-mode .club-vacante-card .negocio-inicial,
html.club-mode #ev-card-preview .negocio-inicial {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--club-primary, #004080);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-right: 8px;
  flex-shrink: 0;
}

html.club-mode #ev-qr-reader video {
  width: 100%;
  border-radius: 0.75rem;
}

html.club-mode #ev-qr-reader {
  overflow: hidden;
}

html.club-mode .club-guest-home-hint {
  display: none;
  color: rgba(255, 255, 255, 0.85);
}

html.club-mode.club-vitrina-locked .club-guest-home-hint {
  display: block;
}

html.club-mode.club-vitrina-locked #all-coupons,
html.club-mode.club-vitrina-locked .club-featured-section,
html.club-mode.club-home-eventos #all-coupons,
html.club-mode.club-home-bolsa #all-coupons,
html.club-mode.club-home-calendario #all-coupons,
html.club-mode.club-home-eventos .club-featured-section,
html.club-mode.club-home-bolsa .club-featured-section,
html.club-mode.club-home-calendario .club-featured-section {
  display: none !important;
}

html.club-mode.club-vitrina-locked #category-selector,
html.club-mode.club-home-eventos #category-selector,
html.club-mode.club-home-bolsa #category-selector,
html.club-mode.club-home-calendario #category-selector {
  display: none !important;
}

html.club-mode #hero-eventos-btn.active,
html.club-mode #hero-bolsa-btn.active,
html.club-mode #view-all-btn.active,
html.club-mode #featured-calendar-btn.active {
  background: var(--club-primary, #004080);
  color: #fff;
  border-color: var(--club-primary, #004080);
}

html.club-mode #club-eventos .club-evento-card,
html.club-mode #club-calendario .club-evento-card {
  height: 100%;
}

html.club-mode.gran-logia .navbar.bg-primary,
html.club-mode.gran-logia .navbar-dark.bg-primary {
  background-color: var(--club-primary, #1a1a1a) !important;
  background-image: linear-gradient(90deg, var(--club-primary, #1a1a1a) 0%, #111 100%) !important;
  border-bottom: 2px solid var(--club-secondary, #c9a227) !important;
}

html.club-mode.gran-logia .btn-primary {
  background-color: var(--club-secondary, #c9a227) !important;
  border-color: var(--club-secondary, #c9a227) !important;
  color: #111 !important;
}

html.club-mode.gran-logia .btn-primary:hover {
  filter: brightness(1.05);
}

html.club-mode.gran-logia .btn-outline-primary {
  color: var(--club-secondary, #c9a227) !important;
  border-color: var(--club-secondary, #c9a227) !important;
}

html.club-mode.gran-logia .navbar a.btn-primary,
html.club-mode.gran-logia .navbar #dashboard-link,
html.club-mode.gran-logia .navbar a.btn-outline-light {
  background-color: var(--club-secondary, #c9a227) !important;
  border-color: var(--club-secondary, #c9a227) !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Barra clara del index: icono y nombre junto a Panel (no gris ni blanco sobre blanco) */
html.club-mode.gran-logia .navbar.navbar-light .navbar-nav > .nav-item > .nav-link,
html.club-mode.gran-logia .navbar.bg-white .navbar-nav > .nav-item > .nav-link,
html.club-mode.gran-logia .navbar.navbar-light #user-menu,
html.club-mode.gran-logia .navbar.bg-white #user-menu,
html.club-mode.gran-logia .navbar.navbar-light #user-menu.nav-link,
html.club-mode.gran-logia .navbar.bg-white #user-menu.nav-link,
html.club-mode.gran-logia .navbar.navbar-light #user-menu .navbar-user-name,
html.club-mode.gran-logia .navbar.bg-white #user-menu .navbar-user-name,
html.club-mode.gran-logia .navbar.navbar-light #city-selector,
html.club-mode.gran-logia .navbar.navbar-light .nav-link.text-primary {
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  opacity: 1 !important;
}

html.club-mode.gran-logia .navbar.navbar-light .navbar-nav > .nav-item > .nav-link:hover,
html.club-mode.gran-logia .navbar.bg-white .navbar-nav > .nav-item > .nav-link:hover,
html.club-mode.gran-logia .navbar.navbar-light #user-menu:hover {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background-color: rgba(201, 162, 39, 0.18) !important;
}

html.club-mode.gran-logia .navbar.bg-primary #user-menu,
html.club-mode.gran-logia .navbar-dark #user-menu,
html.club-mode.gran-logia .navbar.bg-primary #user-menu.nav-link,
html.club-mode.gran-logia .navbar-dark #user-menu.nav-link,
html.club-mode.gran-logia .navbar.bg-primary #user-menu .navbar-user-name,
html.club-mode.gran-logia .navbar-dark #user-menu .navbar-user-name {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

html.club-mode.gran-logia .hero-quick-filters .btn.active {
  background: var(--club-secondary, #c9a227) !important;
  color: #111 !important;
  border-color: var(--club-secondary, #c9a227) !important;
}

html.club-mode.gran-logia #club-alto-cuerpo .border {
  border-color: var(--club-secondary, #c9a227) !important;
}

html.club-mode .dir-ficha-btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html.club-mode .dir-ficha-btn:hover {
  border-color: var(--club-secondary, #c9a227);
}

html.club-mode.gran-logia .gl-plancha-card.gl-plancha-reply {
  margin-left: 1rem;
  border-left: 3px solid var(--club-secondary, #c9a227) !important;
}

html.club-mode.gran-logia #gl-user-cuadro .border,
html.club-mode.gran-logia #gl-user-agape .border-warning {
  border-color: var(--club-secondary, #c9a227) !important;
}

html.club-mode.gran-logia .gl-oferta-preview-sticky {
  top: 100px;
}
html.club-mode.gran-logia .gl-oferta-preview.cupon-card {
  overflow: hidden;
  border-radius: 15px;
}
html.club-mode.gran-logia .gl-oferta-preview .cupon-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  background: #f3efe4;
}

/* Tarjeta de presentación: mismo molde para todos los H∴ (preview, impresión y recarga). */
.gl-tarjeta-preview-host {
  width: 3.5in;
  max-width: 100%;
}
.gl-tarjeta,
.gl-tarjeta-print {
  box-sizing: border-box;
  width: 3.5in;
  max-width: 100%;
  aspect-ratio: 3.5 / 2.2;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #c9a227;
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2416 100%);
  color: #f3e6c0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  flex-shrink: 0;
}
.gl-tarjeta *,
.gl-tarjeta-print * {
  box-sizing: border-box;
}
.gl-tarjeta img,
.gl-tarjeta-print img {
  display: block;
}
@media print {
  .gl-tarjeta,
  .gl-tarjeta-print {
    width: 3.5in;
    height: 2.2in;
    max-width: none;
    aspect-ratio: auto;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    break-inside: avoid;
  }
}
.gl-tarjeta-top {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-height: 0;
  flex: 1 1 auto;
}
.gl-tarjeta-meta {
  min-width: 0;
  flex: 1 1 auto;
}
.gl-tarjeta-nombre,
.gl-tarjeta h2,
.gl-tarjeta-print h1 {
  margin: 0 0 0.12rem;
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 700;
  color: #f5d76e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gl-tarjeta-org,
.gl-tarjeta-line,
.gl-tarjeta-tel,
.gl-tarjeta-print .meta {
  font-size: 0.72rem;
  line-height: 1.25;
  opacity: 0.92;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 0.9rem;
}
.gl-tarjeta-foto,
.gl-tarjeta-print .foto,
.gl-tarjeta-print .foto-ph {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #c9a227;
  flex-shrink: 0;
}
.gl-tarjeta-foto-ph,
.gl-tarjeta-print .foto-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3a3018;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f5d76e;
}
.gl-tarjeta-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5rem;
  flex-shrink: 0;
}
.gl-tarjeta-qr,
.gl-tarjeta-print .qr,
.gl-tarjeta-qr-ph {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 6px;
  padding: 3px;
  flex-shrink: 0;
  object-fit: contain;
}
.gl-tarjeta-qr-ph {
  background: rgba(255, 255, 255, 0.2);
}

/* Ofertas de H∴: misma altura de imagen, título y pie en el listado. */
html.club-mode.gran-logia .cupon-card .cupon-img {
  height: 160px !important;
  width: 100%;
  object-fit: cover !important;
  background: #f3efe4;
}
html.club-mode.gran-logia .cupon-card .cupon-img[src*="logomini.png"],
html.club-mode.gran-logia .cupon-card .cupon-img.is-placeholder {
  object-fit: contain !important;
  padding: 1.15rem;
  background-color: #f8f9fa;
}
html.club-mode.gran-logia .cupon-card .card-title {
  min-height: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html.club-mode.gran-logia .cupon-card .card-text {
  min-height: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html.club-mode.gran-logia .cupon-card .card-body {
  display: flex;
  flex-direction: column;
  min-height: 10.5rem;
}
html.club-mode.gran-logia .cupon-card .gl-card-ubicacion {
  min-height: 1.25rem;
}
html.club-mode.gran-logia .cupon-card .negocio-info h6 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.club-mode.gran-logia .cupon-card .negocio-avatar,
html.club-mode.gran-logia .cupon-card .negocio-inicial,
html.club-mode.gran-logia .cupon-card .negocio-info .rounded-circle {
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0;
  object-fit: cover;
}
html.club-mode.gran-logia .cupon-card .negocio-inicial,
html.club-mode.gran-logia .cupon-card .negocio-info .rounded-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: var(--club-primary, #1a1a1a);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}
html.club-mode .dir-ficha-btn .card-body {
  min-height: 4.5rem;
  align-items: center;
}
html.club-mode .dir-ficha-btn strong,
html.club-mode .dir-ficha-btn .small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
html.club-mode.gran-logia .gl-oferta-preview .categoria-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}


/* === ADMIN MOBILE: eventos + usuarios === */
/* Tablas admin → tarjetas en pantallas chicas */
@media (max-width: 767.98px) {
  .table-responsive:has(table.admin-stack-table),
  .card-body.table-responsive:has(table.admin-stack-table) {
    overflow: visible !important;
  }

  table.admin-stack-table {
    min-width: 0 !important;
    width: 100% !important;
  }

  table.admin-stack-table thead {
    display: none;
  }

  table.admin-stack-table > tbody > tr {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    padding: 0.85rem 0.9rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  }

  table.admin-stack-table > tbody > tr > td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    border: 0 !important;
    padding: 0.35rem 0 !important;
    white-space: normal !important;
  }

  table.admin-stack-table > tbody > tr > td::before {
    content: attr(data-label);
    flex: 0 0 36%;
    max-width: 36%;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.35;
    padding-top: 0.15rem;
  }

  table.admin-stack-table > tbody > tr > td[data-label=""]::before,
  table.admin-stack-table > tbody > tr > td:not([data-label])::before {
    display: none;
  }

  table.admin-stack-table > tbody > tr > td[colspan] {
    display: block;
    text-align: center;
  }

  table.admin-stack-table > tbody > tr > td[colspan]::before {
    display: none;
  }

  table.admin-stack-table > tbody > tr > td.admin-stack-hide-sm {
    display: none !important;
  }

  table.admin-stack-table > tbody > tr > td.admin-stack-primary {
    display: block;
    padding-bottom: 0.55rem !important;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid #f1f5f9 !important;
  }

  table.admin-stack-table > tbody > tr > td.admin-stack-primary::before {
    display: none;
  }

  table.admin-stack-table > tbody > tr > td.admin-stack-actions {
    display: block;
    margin-top: 0.45rem;
    padding-top: 0.55rem !important;
    border-top: 1px solid #f1f5f9 !important;
  }

  table.admin-stack-table > tbody > tr > td.admin-stack-actions .action-buttons,
  table.admin-stack-table > tbody > tr > td.admin-stack-actions .btn {
    flex-wrap: wrap;
  }

  table.admin-stack-table > tbody > tr > td.admin-stack-actions .btn {
    width: auto !important;
    margin-bottom: 0.25rem !important;
  }

  /* Toolbar usuarios */
  #tab-usuarios > .d-flex.justify-content-between {
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: flex-start !important;
  }

  #tab-usuarios > .d-flex.justify-content-between > .d-flex.gap-2 {
    width: 100%;
    flex-wrap: wrap;
  }

  #tab-usuarios > .d-flex.justify-content-between > .d-flex.gap-2 > .btn {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: 0;
  }

  #tab-usuarios .table-scroll-sticky,
  #tab-usuarios .table-sticky-second-col {
    max-height: none !important;
  }

  /* Eventos: subnav sticky + filtros boletos */
  #eventos-subnav {
    position: sticky;
    top: calc(var(--navbar-height, 64px) + 0.25rem);
    z-index: 20;
    background: var(--bg-secondary, #f8fafc);
    padding: 0.35rem 0;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.35rem;
  }

  #eventos-subnav .nav-item {
    flex: 0 0 auto;
  }

  #eventos-subnav .nav-link {
    white-space: nowrap;
  }

  #tab-eventos > .d-flex.justify-content-between > #btn-nuevo-evento,
  #tab-eventos #btn-nuevo-evento {
    width: 100%;
  }

  #admin-boletos-wrap .btn-group,
  #admin-boletos-wrap .btn-group-sm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #admin-boletos-wrap .btn-group > .btn {
    flex: 1 1 auto;
    width: auto !important;
  }

  /* Check-in móvil */
  #ev-pane-checkin .ev-checkin-select-card {
    position: sticky;
    top: calc(var(--navbar-height, 64px) + 3.1rem);
    z-index: 19;
  }

  #ev-pane-checkin .ev-checkin-result-card {
    position: sticky;
    top: calc(var(--navbar-height, 64px) + 8.5rem);
    z-index: 18;
  }

  #ev-pane-checkin .ev-checkin-tools {
    display: flex;
    flex-direction: column;
  }

  #ev-pane-checkin .ev-checkin-scan-block {
    order: 1;
  }

  #ev-pane-checkin .ev-checkin-code-block {
    order: 2;
    border-top: 1px solid #e5e7eb !important;
    border-bottom: 0 !important;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #ev-pane-checkin #ev-qr-reader {
    max-width: 100% !important;
    min-height: 240px !important;
  }

  #ev-pane-checkin .ev-checkin-scan-actions {
    display: flex;
    flex-direction: column;
  }

  #ev-pane-checkin .ev-checkin-scan-actions .btn {
    width: 100% !important;
    min-height: 48px;
  }

  #ev-pane-checkin #ev-checkin-history {
    max-height: 260px !important;
  }

  #ev-pane-checkin #ev-validar-resultado {
    min-height: 120px !important;
    padding: 1rem !important;
  }

  #ev-form-card,
  #ev-card-preview {
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  #tab-usuarios > .d-flex.justify-content-between h2 {
    font-size: 1.15rem;
  }

  #tab-usuarios > .d-flex.justify-content-between > .d-flex.gap-2 > .btn .btn-label-full {
    display: none;
  }

  #admin-content,
  .admin-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/* === ADMIN MOBILE extras === */
@media (max-width: 767.98px) {
  .table-responsive:has(table.admin-stack-table),
  .card-body.table-responsive:has(table.admin-stack-table),
  .table-scroll-sticky:has(table.admin-stack-table),
  .table-sticky-second-col:has(table.admin-stack-table) {
    overflow: visible !important;
    max-height: none !important;
  }

  #tab-usuarios .table-scroll-sticky,
  #tab-usuarios .table-sticky-second-col {
    overflow: visible !important;
  }

  /* Botones de acción en filas-tarjeta: no forzar 100% */
  table.admin-stack-table .action-buttons .btn,
  table.admin-stack-table .btn-sm {
    width: auto !important;
  }

  #ev-pane-checkin .ev-checkin-select-card .card-body,
  #ev-pane-checkin .ev-checkin-result-card .card-body {
    background: #fff;
  }

  #ev-pane-checkin .ev-checkin-select-card,
  #ev-pane-checkin .ev-checkin-result-card {
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  }
}


html.club-mode .club-bolsa-filter {
  min-width: 220px;
}

/* === PUBLIC EVENTOS MOBILE === */
@media (max-width: 767.98px) {
  html.club-mode #club-eventos .club-evento-card .card-body,
  html.club-mode #club-calendario .club-evento-card .card-body {
    padding: 0.9rem;
  }
  html.club-mode #club-eventos .row,
  html.club-mode #club-calendario .row {
    --bs-gutter-x: 0.75rem;
  }
  html.club-mode .mis-boletos-card,
  html.club-mode #mis-boletos-root .card {
    margin-bottom: 0.85rem;
  }
  html.club-mode #mis-boletos-root .btn,
  html.club-mode #evento-detalle-accion .btn {
    min-height: 44px;
  }
}

/* === CLUB PUBLIC INDEX MOBILE === */
@media (max-width: 767.98px) {
  html.club-mode body.page-index {
    overflow-x: clip;
    scroll-padding-top: 64px;
  }

  html.club-mode {
    scroll-padding-top: 64px;
  }

  html.club-mode body.page-index #main-navbar {
    min-height: 56px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  html.club-mode body.page-index #main-navbar .navbar-brand.cuponapp-logo img,
  html.club-mode body.page-index #main-navbar .logo-img,
  html.club-mode body.page-index a.cuponapp-logo img {
    width: auto !important;
    height: 36px !important;
    max-width: min(168px, calc(100vw - 5.75rem)) !important;
  }

  html.club-mode body.page-index .hero-section {
    padding-top: calc(56px + 1.1rem) !important;
    padding-bottom: 1.15rem !important;
  }

  html.club-mode #club-index-tagline {
    font-size: 1.2rem !important;
    line-height: 1.3;
    margin-bottom: 0.85rem !important;
    padding: 0 0.15rem;
    overflow-wrap: anywhere;
  }

  html.club-mode body.page-index .hero-search-stack {
    padding-left: 0;
    padding-right: 0;
  }

  html.club-mode body.page-index .search-box {
    padding: 4px;
  }

  html.club-mode body.page-index .search-box .input-group {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  html.club-mode body.page-index .search-box .input-group-text {
    padding: 0.4rem 0.65rem;
  }

  html.club-mode body.page-index .search-box .form-control {
    min-width: 0;
    flex: 1 1 auto;
  }

  html.club-mode body.page-index .search-box .btn {
    flex: 0 0 auto;
    width: auto !important;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    white-space: nowrap;
  }

  html.club-mode .hero-quick-filters {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem !important;
  }

  html.club-mode .hero-quick-filters #category-selector,
  html.club-mode .hero-quick-filters #view-all-btn,
  html.club-mode .hero-quick-filters #hero-eventos-btn,
  html.club-mode .hero-quick-filters #hero-bolsa-btn {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 2.5rem;
    min-height: 2.5rem;
    font-size: 0.8rem !important;
    padding: 0.35rem 0.5rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
  }

  html.club-mode .club-guest-home-hint {
    font-size: 0.75rem;
    line-height: 1.35;
    margin-top: 0.65rem !important;
    padding: 0 0.15rem;
  }

  html.club-mode #club-publico,
  html.club-mode body.page-index #all-coupons {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }

  html.club-mode #club-eventos h2,
  html.club-mode #club-calendario h2,
  html.club-mode #club-bolsa h2,
  html.club-mode #club-featured-title,
  html.club-mode #club-all-offers-title,
  html.club-mode body.page-index section h2.fw-bold {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  html.club-mode #club-eventos > .d-flex,
  html.club-mode #club-calendario > .d-flex,
  html.club-mode #club-bolsa > .d-flex {
    align-items: stretch !important;
  }

  html.club-mode #club-eventos > .d-flex > .d-flex,
  html.club-mode #club-calendario > .d-flex > .d-flex {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  html.club-mode #club-eventos > .d-flex > .d-flex > .btn,
  html.club-mode #club-eventos > .d-flex > .d-flex > a,
  html.club-mode #club-calendario > .d-flex > .d-flex > .btn,
  html.club-mode #club-calendario > .d-flex > .d-flex > a {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  html.club-mode .club-bolsa-filter {
    min-width: 0;
    width: 100%;
  }

  html.club-mode body.page-index #featured-map-btn,
  html.club-mode body.page-index #featured-calendar-btn {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
  }

  html.club-mode body.page-index #toggle-filters-btn {
    width: 100%;
  }

  html.club-mode .club-cal-day {
    min-height: 2.4rem;
    font-size: 0.78rem;
  }

  html.club-mode body.page-index .how-it-works-step {
    padding: 1rem 0.35rem 1.15rem;
  }

  html.club-mode body.page-index .feature-icon {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  html.club-mode body.page-index .step-number {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }

  html.club-mode body.page-index .cta-join {
    padding: 1.35rem 1rem;
    border-radius: 14px;
  }

  html.club-mode body.page-index .cta-join .btn-lg {
    padding: 0.7rem 1rem;
    font-size: 1rem;
  }

  html.club-mode body.page-index .stats-card {
    padding: 1.1rem 0.75rem;
  }

  html.club-mode body.page-index .stats-number {
    font-size: 1.75rem;
  }

  html.club-mode body.page-index footer.bg-dark {
    padding-top: 2rem !important;
    padding-bottom: 1.5rem !important;
  }

  html.club-mode body.page-index footer img.logo-img {
    width: auto !important;
    height: 44px !important;
    max-width: min(200px, 70vw) !important;
  }

  html.club-mode body.page-index .cupon-card:hover {
    transform: none;
  }
}

@media (max-width: 379.98px) {
  html.club-mode #club-index-tagline {
    font-size: 1.05rem !important;
  }

  html.club-mode body.page-index .search-box .input-group-text {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  html.club-mode body.page-index .search-box .btn {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: 0.8rem;
  }
}
