html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
section[id],
header[id] {
    scroll-margin-top: 5.5rem;
}

:root{
    --white: #fff;
    --light-green: #26D366;
    --dark-green: #0A973E;
    --deep-gray: #4E4F4F;
    --orange: #FF570F;
    --gray: #F3F3F3;
    --internal-orange: #7F200F;
    --internal-orange-100: #FFE8D5;
    --dark: #000;
    --blue: #0062AD;
    --whiteblue: #ADEEFF;
    --green: #3BC202;
    --whiteblue2: #F0F9FF;
    /* Hero: copy principal del título = 23px a escala rem (root 16px) */
    --hero-title-size: 1.4375rem;
    --hero-title-size-fluid: clamp(1.125rem, 1rem + 1.1vw, 1.4375rem);
    /* CTA hero: 12px → rem, adaptable */
    --hero-cta-size: 0.75rem;
    --hero-cta-size-fluid: clamp(0.6875rem, 0.5rem + 0.6vw, 0.75rem);
    /* Premios: #0062AD, arriba transparente → abajo 80% opacidad */
    --premio-gradient-surface: linear-gradient(
      180deg,
      rgba(0, 98, 173, 0) 0%,
      rgba(0, 98, 173, 0.8) 100%
    );
    --premio-gradient-title: linear-gradient(
      to top,
      rgba(0, 98, 173, 0.8) 0%,
      rgba(0, 98, 173, 0) 100%
    );
    /* Premios hover: velo sobre la imagen (mismo azul, no negro) */
    --premio-hover-img-overlay: rgba(0, 98, 173, 0.4);
}
body {
  background-color: var(--dark);
  color: #fff;
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
}

.navbar {
  background: linear-gradient(to right, var(--dark), var(--dark));
}

.navbar-brand {
  font-weight: bold;
  color: #FFD700;
}

.nav-link {
  color: #fff !important;
}
.navbar-custom {
background: linear-gradient(to right, var(--blue), var(--blue));
padding: 0.75rem 1rem;
z-index: 1030;
}

.navbar-brand img {
  max-width: 6.625rem; /* 106px */
  max-height: 1.125rem; /* 18px */
  width: auto;
  height: auto;
  object-fit: contain;
}

.navbar-nav .nav-link {
color: white !important;
font-weight: 600;
margin-right: 1rem;
}

.navbar-nav .nav-link:last-child {
margin-right: 0;
}

.nav-divider {
border-left: 1px solid var(--deep-gray);
height: 20px;
margin: 0 1rem;
}
.text-orange {
    background: linear-gradient(to right, var(--orange), #FF9655);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.text-green {
    color: var(--green);
}
.text-whiteblue {
    color: var(--whiteblue);
}
.bg-whiteblue2 {
    background: var(--whiteblue2);
}
.text-golden {
    background: linear-gradient(to right, #f5e7aa, #c3aa62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.text-deep-gray
{
    color: var(--deep-gray);
}
.text-internal-orange
{
    color: var(--internal-orange);
}

.text-blue
{
    color: var(--blue);
}
/* Naranja sólido para énfasis en párrafos (evita el degradado de .text-orange) */
.text-orange-solid {
    color: var(--orange);
}
.valor-socio-video-frame {
    max-height: 400px;
    line-height: 0;
}
.valor-socio-video {
    display: block;
    width: 100%;
    max-height: 400px;
    height: auto;
}
.valor-socio-titulo {
    font-size: clamp(1.85rem, 3.5vw, 2.85rem);
    line-height: 1.15;
}
.valor-socio-subtitulo {
    font-size: 1.375rem;
    color: var(--deep-gray);
}
.valor-socio-copy .valor-socio-body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--deep-gray);
}
.valor-socio-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 0;
    margin-bottom: 0;
}
.valor-socio-pill {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background-color: #F0F9FF;
    padding: 0.85rem 1.35rem;
    border-radius: 6px;
    width: fit-content;
}
.valor-socio-check {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    object-fit: contain;
}
.valor-socio-pill-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--blue);
    font-size: 14px;
    line-height: 1.35;
}
@media (max-width: 768px) {
    .valor-socio-subtitulo {
        font-size: 1.125rem;
    }
}

/* Carrusel "¿Listo para impulsar tu negocio?" */
.bg-blue-light
{
  background: #eef6fb;
}
.section-negocios-carousel {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
    .section-negocios-carousel {
        padding-top: 5rem;
        padding-bottom: 5.5rem;
    }
}
.negocios-carousel-heading {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    line-height: 1.2;
}
.negocios-carousel-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--deep-gray);
    max-width: 42rem;
}
.negocios-carousel-shell {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.negocios-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 0.25rem 0 0.75rem;
}
.negocios-carousel-viewport::-webkit-scrollbar {
    height: 6px;
}
.negocios-carousel-viewport::-webkit-scrollbar-thumb {
    background: rgba(0, 98, 173, 0.35);
    border-radius: 3px;
}
.negocios-carousel-track {
    display: flex;
    gap: 1rem;
    padding: 0.35rem 3rem 0.5rem;
}
@media (max-width: 575.98px) {
    .negocios-carousel-track {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
.negocios-carousel-card {
    position: relative;
    flex: 0 0 300px;
    width: 300px;
    height: 200px;
    scroll-snap-align: start;
}
.negocios-carousel-card-title {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.65rem;
    z-index: 1;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.15;
    color: #fff;
}
.negocios-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--orange);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.negocios-carousel-nav:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}
.negocios-carousel-nav:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 2px;
}
.negocios-carousel-nav--prev {
    left: 0.25rem;
}
.negocios-carousel-nav--next {
    right: 0.25rem;
}
.negocios-carousel-nav .bi {
    font-size: 1.35rem;
    line-height: 1;
}
@media (max-width: 575.98px) {
    .negocios-carousel-nav--prev {
        left: 0;
    }
    .negocios-carousel-nav--next {
        right: 0;
    }
    .negocios-carousel-nav {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.premios-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--deep-gray);
    max-width: 36rem;
}
.premios-card-body {
    padding: 1.25rem 1.35rem;
}
.premios-card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--deep-gray);
}
.premios-card-text strong {
    font-weight: 700;
}
.premio-cashi-gradient {
    min-height: 240px;
    background: var(--premio-gradient-surface);
    position: relative;
}
.premio-cashi-marca {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    letter-spacing: 0.06em;
    text-transform: lowercase;
}

.section-registro-inline {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.registro-inline-note {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.section-registro-inline .form-wrapper {
    background-color: #ffeee0;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 900px;
    margin: 0 auto;
}
.section-registro-inline .progress {
    background-color: #e9ecef;
    border-radius: 1rem;
    overflow: hidden;
    height: 8px;
}
.section-registro-inline .progress-bar {
    height: 8px;
    background-color: #ff5722;
    transition: width 0.3s ease;
    border-radius: 1rem;
}
.section-registro-inline .registro-inline-form p,
.section-registro-inline .registro-inline-form label {
    color: var(--internal-orange);
    font-size: 1rem;
    font-weight: 600;
}

/* Bloque paso 1: orden y estilo tipo mockup (fondo crema / melocotón, etiquetas burdeos) */
.registro-sams-peach {
    background-color: #fdeee4;
    border-radius: 1rem;
    padding: 1.5rem 1.35rem;
    margin-top: 0.25rem;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(180, 120, 90, 0.18);
}
.section-registro-inline .registro-sams-peach .form-label,
.section-registro-inline .registro-sams-peach p.mb-1 {
    color: #5c2820;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.registro-sams-peach .form-check-label {
    color: #5c2820;
    font-weight: 500;
}
.registro-sams-peach .registro-sams-control,
.registro-sams-peach .form-select.registro-sams-control {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(120, 70, 50, 0.22);
    border-radius: 0.75rem;
    padding: 0.6rem 0.85rem;
    font-size: 1rem;
}
.registro-sams-peach .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235c2820' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 6 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px 10px;
    padding-right: 2.25rem;
}
.registro-sams-peach .form-check-input:checked {
    background-color: #c45c2d;
    border-color: #c45c2d;
}
.registro-sams-peach .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 50, 30, 0.15);
}
.section-registro-inline .registro-sams-peach .registro-rfc-label-row label {
    color: #5c2820 !important;
    line-height: 1.2;
}
.registro-rfc-info-btn {
    color: #8b2c1a !important;
    line-height: 1;
    min-width: 1.5rem;
    min-height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.registro-rfc-info-btn:hover,
.registro-rfc-info-btn:focus-visible {
    color: #5c1810 !important;
    opacity: 0.95;
}
.registro-rfc-info-btn .bi {
    font-size: 1.15rem;
}
.popover.registro-rfc-popover {
    max-width: min(100%, 18rem);
    font-size: 0.9rem;
    --bs-popover-border-color: rgba(120, 70, 50, 0.25);
}

#registroExitosoModal .registro-exito-modal-img,
#registroMensajeModal .registro-exito-modal-img {
    object-fit: cover;
    min-height: 220px;
}
@media (min-width: 768px) {
    #registroExitosoModal .registro-exito-modal-img,
    #registroMensajeModal .registro-exito-modal-img {
        min-height: 320px;
    }
}
@media (max-width: 768px) {
    .section-registro-inline {
        padding-top: 2.75rem;
        padding-bottom: 3.25rem;
    }
    .section-registro-inline .form-wrapper {
        padding: 1.25rem;
    }
}

.bg-orange {
    background: linear-gradient(to right, var(--orange) 100%, #FF9655 100%);
}
.bg-orange-og {
    background: var(--internal-orange-100);
}
.bg-blue{
    background: var(--blue);
}
.bg-blue-gradient {
    background: linear-gradient(180deg, #0195EB 0%, #022C82 100%);
}
.bg-blue-opacity {
    background-color: rgba(0, 35, 81, 0.5);
}
.cta_home{
    padding: 1rem;
    font-size: 10px;
}
label, form p{
  color: var(--internal-orange);
  font-size: 1rem;
  font-weight: 600;
}
.form-check-label{
  font-weight: 400 !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="radio"]{
  border: 1px solid #FECDAB;
}
.bg-gray{
  background: var(--gray);
}
.text-gold {
  background: linear-gradient(
    90deg,
    #fff2bb 13%,
    #d0c092 45%,
    #998662 86%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title_premios {
  background: var(--premio-gradient-title);
}

.icon_premios{
  width: 64px;
}
 .numbers{
    font-size: 6rem;
    color: var(--green);
    line-height: 71px;
    max-width: 60px;
 }
 
 .pdd54{
  padding-top: 54px;
  padding-bottom: 54px;
 }

 .pdd125{
  padding-top: 125px;
  padding-bottom: 125px;
 }
 .pddB125{
  padding-bottom: 125px;
 }
 .pdd60{
  padding-top: 60px;
  padding-bottom: 60px;
 }
  .h4{
    font-size: 2.5rem;
  }
 .h5{
    font-size: 2.063rem;
 }
  p{
    font-size: 1rem;
  }
  .p22{
    font-size: 1.375rem;
  }
  .p14{
    font-size: 0.875rem;
  }
  .p12{
    font-size: 0.75rem;
  }
  .p11{
    font-size: 0.688rem;
  }
  .p9{
    font-size: 0.563rem;
  }
  .w-80{
    width: 80%;
  }
  .w-85{
    width: 85%;
  }
  .bg_prefooter{
    position: relative;
    background-image: url('../img/bg-qr.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  .bg_prefooter > .container {
    position: relative;
    z-index: 1;
  }
  .prefooter-qr-wrap .qr {
    display: block;
  }
  .prefooter-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .prefooter-divider {
      margin-left: 0;
    }
  }
  .bg-footer-deep {
    background-color: #4e4f4f;
  }
  .qr{
    max-width: 180px;
    border-radius: 18px;
  }

  /*
  .hero {
    position: relative;
    background-image: url('bg.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
*/
.hero-static {
  --hero-nav-offset: 4.5rem;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  padding-top: var(--hero-nav-offset);
  background-image: url('../img/AP_BANER_WB_1_1.png'); /* hero-bg.png */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.hero-static .container-fluid {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.hero-static-row {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--hero-nav-offset));
  min-height: calc(100dvh - var(--hero-nav-offset));
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .hero-static {
    background-image: url('../img/AP_BANER_WB_1_1_MOBILE.png');
    background-position: center top;
    height: 129vh !important;
  }
}
.hero-main-card {
  width: 100%;
  max-width: 25.75rem; /* 412px */
  margin-left: auto;
  margin-right: auto;
  padding: clamp(0.5rem, 1.5vw, 0.75rem);
  box-shadow: 0 16px 48px rgba(1, 44, 130, 0.35);
}
.hero-main-card-inner {
  display: flex;
  flex-direction: column;
  background: rgba(0, 35, 81, 0.59);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  gap: clamp(0.5rem, 3vw, 0rem);
  min-height: clamp(220px, 32vh, 380px);
}
.hero-main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 0 0 auto;
}
.hero-title-line {
  display: block;
  width: 100%;
  max-width: 22rem;
}
.hero-title-line--intro,
.hero-title-line--mid,
.hero-title-line--headline {
  font-size: var(--hero-title-size-fluid);
  font-weight: 700;
}
.hero-title-line--intro {
  margin-bottom: 0.15em;
}
.hero-title-line--logo {
  margin: 0.15rem 0 0.5rem;
  max-width: 100%;
}
.hero-title-sams-logo {
  display: block;
  margin: 0 auto;
  /* Ligeramente más grande que el cuerpo 23px / 1.4375rem */
  width: clamp(10.5rem, 30vw, 15.4rem);
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.hero-title-line--mid {
  margin-bottom: 0.1em;
}
.hero-title-line--headline {
  margin-top: 0.1em;
}
.hero-cta-row {
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
}
.hero-socios-logo {
  width: clamp(120px, 22vw, 129px);
  height: auto;
}
.hero-productos {
  max-width: 444px;
  width: 100%;
  height: auto;
}
.hero-card-feature {
  background-color: rgba(0, 28, 62, 0.72);
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.75rem);
  border: 1px solid rgba(173, 238, 255, 0.12);
}
.hero-feature-text {
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  line-height: 1.55;
}
.hero-exclusive-badge {
  display: inline-block;
  background: #023d7a;
  color: var(--white);
  font-size: clamp(0.7rem, 1.4vw, 0.8125rem);
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
}
.hero-feature-brand {
  max-width: min(100%, 320px);
  height: auto;
  max-height: 100px;
  display: inline-block;
}
.hero-cta-label {
  font-size: var(--hero-cta-size-fluid);
  font-weight: 500;
  color: var(--white);
  line-height: 1.35;
}
.hero-cta-btn.cta-button-orange {
  font-size: var(--hero-cta-size-fluid);
  font-weight: 400;
  line-height: 1.3;
  border-width: 3px;
  padding: 0.5rem 0.5rem !important;
}
.hero-cta-btn.cta-button-orange:hover,
.hero-cta-btn.cta-button-orange:focus-visible,
.hero-cta-btn.cta-button-orange:active {
  border-width: 3px;
  transform: none;
}
.hero-cta-btn .hero-cta-btn-lead {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .hero-cta-row .hero-cta-btn {
    white-space: normal;
    text-wrap: balance;
  }
}

.hero-overlay {
  min-height: 100vh;
  background: rgba(0,0,0,0.55); /* overlay elegante */
  display: flex;
  align-items: center;
}
  .cta-button {
    background-color: var(--light-green);
    color: var(--white);
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid var(--light-green);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }
  .cta-button:hover, .cta-button:active {
    background-color: var(--dark-green) !important;
    color: var(--white) !important;
    border: 2px solid var(--dark-green) !important;
    transform: none;
    box-shadow: none;
  }
  .cta-button:focus-visible {
    background-color: var(--dark-green) !important;
    color: var(--white) !important;
    border: 3px solid var(--dark-green) !important;
    transform: none;
    box-shadow: 0 0 0 0.2rem rgba(10, 151, 62, 0.45);
    outline: none;
  }
  .whatsapp-icon {
    font-size: 1.2rem;
    margin-right: 8px;
  }
  
  
  .cta-button-orange {
    background-color: var(--orange);
    color: var(--white);
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid var(--orange);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }
  
  .pdd8{
    padding-top: .8rem;
  }
  
  .cta-button-orange:hover, .cta-button-orange:active {
    background-color: var(--green) !important;
    color: var(--white) !important;
    border: 3px solid var(--green) !important;
    transform: none;
    box-shadow: none;
  }
  .cta-button-orange:focus-visible {
    background-color: var(--green) !important;
    color: var(--white) !important;
    border: 2px solid var(--green) !important;
    transform: none;
    box-shadow: 0 0 0 0.2rem rgba(59, 194, 2, 0.45);
    outline: none;
  }
  
  .cta-button-orange-secondary {
    background-color: var(--white);
    color: var(--orange);
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid var(--orange);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }
  .cta-button-orange-secondary:hover, .cta-button-orange-secondary:active {
    background-color: var(--green) !important;
    color: var(--white) !important;
    border: 2px solid var(--green) !important;
    transform: none;
    box-shadow: none;
  }
  .cta-button-orange-secondary:focus-visible {
    background-color: var(--green) !important;
    color: var(--white) !important;
    border: 2px solid var(--green) !important;
    transform: none;
    box-shadow: 0 0 0 0.2rem rgba(59, 194, 2, 0.45);
    outline: none;
  }
  .lnh{
    line-height: 0;
  }
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
}

.popup-blur {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.75);
}

.popup-content {
  position: absolute;
  background: #fff;
  padding: 2rem;
  max-width: 828px;
  width: 90%;
  z-index: 2;
  animation: fadeIn 0.3s ease-in-out;
  border-radius: 1rem;
}

.popup-close, .btn-close-menu {
  cursor: pointer;
}

.accordion-button {
  color: var(--blue);
  box-shadow: none;
  border: none;
  transition: background 0.2s ease;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button:not(.collapsed) {
  background-color: #F0F9FF;
  color: var(--green);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff5722' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff5722' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.logo-text {
    display: flex;
    justify-content: center;
    gap: 15px;
}
  
.bg-faq {
  background-color: #F0F9FF;
}
.card-hover {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card-hover .card-img-top {
  transition: transform 0.5s ease;
}

.card-hover:hover .card-img-top {
  transform: scale(1.1);
}

.card-hover .position-relative {
  overflow: hidden;
}

.card-hover .position-relative::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--premio-hover-img-overlay);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-hover:hover .position-relative::after {
  opacity: 1;
}

.card-hover:hover .title_premios {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1;
}

.card-hover .card-body {
  transition: background 0.35s ease, color 0.25s ease;
}
.card-hover:hover .card-body {
  background: var(--premio-gradient-surface);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.card-hover:hover .card-body p {
  color: #000000;
}

/* Animación */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

  /* Estilo para mobile full screen */
  @media (max-width: 991.98px) {
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: var(--blue);
      padding: 2rem;
      z-index: 999;
      overflow-y: auto;
      transition: all 0.3s ease-in-out;
    }

    .navbar-collapse .nav-link {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
      filter: brightness(0) invert(1);
    }
  }
/* Tablets (≥576px y <768px) */
@media (max-width: 768px) {
  .numbers {
    font-size: 4rem;
    line-height: 56px;
  }
  .icon_premios{
    width: 44px;
  }
  .h4 {
    font-size: 2rem;
  }

  .h5 {
    font-size: 1.75rem;
  }

  p {
    font-size: 0.938rem;
  }

  .p22 {
    font-size: 1.125rem;
  }

  .p16 {
    font-size: 1rem;
    line-height: 20px;
  }

  .p14 {
    font-size: 0.813rem;
  }

  .p12 {
    font-size: 0.75rem;
  }

  .p11 {
    font-size: 0.688rem;
  }

  .p9 {
    font-size: 0.625rem;
  }
  .w-80, .w-85{
    width: 100%;
  }
  .hero {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center top;
  }
  .logo-text {
    display: flex;
    justify-content: center;
  }
  
  .logo-text img {
    width: 50%;
  }
  .pdd54{
    padding-top: 30px;
    padding-bottom: 30px;
   }
  .pdd125{
    padding-top: 65px;
    padding-bottom: 65px;
   }
   .pddB125{
    padding-bottom: 65px;
   }
   .pdd60{
    padding-top: 30px;
    padding-bottom: 30px;
   }

  .text-end {
    text-align: center !important;
  }
  .bg-hero-mobile{
    background: #000000a8;
  }
}

/* Móviles (<576px) */
@media (max-width: 575.98px) {
  .numbers {
    font-size: 3rem;
    line-height: 48px;
  }

  .h4 {
    font-size: 1.625rem;
  }

  .h5 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.938rem;
  }

  .p22 {
    font-size: 1rem;
  }

  .p14 {
    font-size: 0.813rem;
  }

  .p12 {
    font-size: 0.75rem;
  }

  .p11 {
    font-size: 0.688rem;
  }

  .p9 {
    font-size: 0.625rem;
  }
  .link{
    font-size: 12px;
  }
}

/* === Bloque "¡Haz que tus compras en Sam's Club trabajen para tu negocio!" === */
.sams-trabajen {
  position: relative;
  background-image: url('../img/sams-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.sams-trabajen-titulo-wrap {
  margin-bottom: 40px;
}

.sams-trabajen-titulo {
  max-width: 760px;
  width: 100%;
  height: auto;
}

.sams-trabajen-circulos {
  margin-bottom: 40px;
}

.sams-trabajen-circulo {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: inline-block;
}
/* Desktop: tamaños círculos (diseño) */
@media (min-width: 992px) {
  .sams-trabajen-circulo.sams-trabajen-circulo--1 {
    width: 20.0625rem; /* 321px */
    height: 19.9375rem; /* 319px */
    max-width: 20.0625rem;
    object-fit: contain;
  }
  .sams-trabajen-circulo-col--2 {
    padding-top: 2.1875rem; /* 35px — solo desktop */
  }
  .sams-trabajen-circulo.sams-trabajen-circulo--2 {
    width: 27.0625rem; /* 433px */
    height: 26.4375rem; /* 423px */
    max-width: 27.0625rem;
    object-fit: contain;
  }
  .sams-trabajen-circulo.sams-trabajen-circulo--3 {
    width: 21rem; /* 336px */
    height: 19.9375rem; /* 319px */
    max-width: 21rem;
    object-fit: contain;
  }
}

.sams-trabajen-cierre-wrap {
  margin-top: 16px;
}

.sams-trabajen-cierre {
  max-width: 820px;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .sams-trabajen {
    padding: 56px 0;
  }
  .sams-trabajen-titulo-wrap,
  .sams-trabajen-circulos {
    margin-bottom: 28px;
  }
}

@media (max-width: 575.98px) {
  .sams-trabajen {
    padding: 40px 0;
  }
}