/* =========================================
   1) VARIABLES Y BASE
   ========================================= */
:root {
    --verde: #077935;
    --verde-osc: #024d33;
    --bg: #f4f6f5;
    --gris-soft: #eceeef;
    /* gris del contador */
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    background: var(--bg);
    color: #143229;
    font-family: "acumin-pro", "Acumin Variable Concept", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-variation-settings: "wght" 440;
}

/* Utilidad contenedor */
.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================
   2) NAVEGACIÓN STICKY
   ========================================= */
.main-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.main-nav.visible {
    transform: translateY(0);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.nav-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand img {
    height: 44px;
    width: auto;
    display: block;
}

.menu a {
    margin-left: 24px;
    font-weight: bold;
    color: var(--verde);
    text-decoration: none;
    transition: opacity .15s ease;
}

.menu a:hover {
    opacity: .75;
}


/* =========================================
   3) HERO
   ========================================= */
.hero {
    position: relative;
    isolation: isolate;
    background-color: #f3f5f4;
}

.hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.hero-social {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.hs-btn {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--verde);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.hs-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.hs-btn i {
    font-size: 20px;
    line-height: 1;
}


/* =========================================
   4) SECCIONES GENERALES
   ========================================= */
.section {
    padding: 64px 0;
    background: #fff;
    border-top: 1px solid #eef1ef;
}

.section:nth-child(even) {
    background: #f9fbf9;
}

.section h1,
.section h2 {
    margin: 0 0 12px;
    color: var(--verde);
    font-variation-settings: "wght" 780;
}


/* =========================================
   5) COUNTDOWN
   ========================================= */
.countdown {
    position: relative;
    background: var(--gris-soft);
}

.countdown__wrap {
    position: relative;
    padding: 28px 20px 72px;
    text-align: center;
}

.countdown__title {
    margin: 0 0 8px;
    color: #0b6e35;
    font-weight: 700;
    letter-spacing: .6px;
    font-size: clamp(16px, 2.5vw, 28px);
}

.countdown__grid {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: clamp(16px, 3vw, 28px);
}

.cd-item {
    min-width: clamp(88px, 14vw, 130px);
}

.cd-num {
    display: block;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(42px, 7vw, 86px);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: 2px;
}

.cd-label {
    display: block;
    margin-top: 8px;
    color: var(--verde);
    font-weight: 500;
    font-size: clamp(11px, 1.8vw, 16px);
    letter-spacing: .6px;
}

.cd-sep {
    width: 1px;
    height: clamp(40px, 6vw, 64px);
    display: block;
    border-radius: 1px;
    background: rgba(0, 0, 0, .15);
}

.countdown__cta {
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    padding: 20px 50px;
    border-radius: 999px;
    background: var(--verde);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    font-weight: 800;
    font-size: clamp(16px, 2.4vw, 28px);
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.countdown__cta:hover {
    transform: translateX(-50%) translateY(-2px);
    background: #086d30;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
}


/* =========================================
   6) INTRO (texto solo)
   ========================================= */
.intro-simple {
    background: #fff;
    padding-top: 88px;
    padding-bottom: 36px;
}

.intro-simple .container {
    max-width: 980px;
    text-align: center;
}

.intro-simple p {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.5;
    color: #0e0f0e;
}

.intro-simple .hl {
    color: var(--verde);
    font-weight: 700;
}


/* =========================================
   7) SECCIONES INFORMATIVAS (RG)
   ========================================= */
/* Desktop: patrón fotos (izq) / texto (der) para todas */
.rg-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    min-height: 520px;
}

.rg-left {
    position: relative;
    overflow: hidden;
}

.rg-left img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.rg-left img.is-active {
    opacity: 1;
}

.rg-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(20px, 6vw, 80px);
    background: var(--gris-soft);
    /* gris como el contador */
}

.rg-title {
    position: relative;
    margin: 0 0 18px;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(22px, 3vw, 36px);
}

.rg-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 6px;
    margin-top: 10px;
    border-radius: 3px;
    background: #ffb119;
}

.rg-right p {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.6;
    color: #0f0f0f;
}


/* =========================================
   8) CONFERENCISTAS
   ========================================= */
.speakers {
    background: #fff;
    padding: clamp(40px, 8vw, 80px) 0;
}

.speakers__header {
    text-align: center;
    margin-bottom: 40px;
}

.speakers__title {
    margin: 0;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(24px, 4vw, 36px);
}

.speakers__underline {
    display: inline-block;
    width: 100px;
    height: 6px;
    margin-top: 10px;
    border-radius: 3px;
    background: #ffb119;
}

.speakers__carousel {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.speakers__viewport {
    flex-grow: 1;
    overflow: hidden;
}

.speakers__track {
    display: flex;
    gap: 30px;
    transition: transform .5s ease-in-out;
}

.speaker-card {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #f7f9f7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.speaker-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
}

.speaker-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 6px solid #ffb119;
}

.speaker-card__info {
    padding: 20px;
    text-align: center;
    background: #f7f9f7;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.speaker-card__name {
    margin: 0 0 5px;
    color: var(--verde);
    font-variation-settings: "wght" 700;
    font-size: clamp(16px, 2vw, 18px);
}

.speaker-card__org {
    margin: 0;
    color: #555;
    font-size: clamp(14px, 1.8vw, 15px);
}

/* Botón "Ver reseña" en tarjeta */
.speaker-card__more {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    margin-top: 10px;
    font-weight: 800;
    background: var(--verde);
    color: #fff;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.speaker-card__more:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .15);
}

.speaker-card__more:focus {
    outline: 3px solid #ffb119;
    outline-offset: 2px;
}

/* Flechas */
.speakers__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--verde);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.speakers__arrow i {
    font-size: 20px;
    line-height: 1;
}

.speakers__arrow:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
}

.speakers__arrow:disabled {
    opacity: .4;
    cursor: not-allowed;
    transform: translateY(-50%);
    box-shadow: none;
}

.speakers__arrow--prev {
    left: -60px;
}

.speakers__arrow--next {
    right: -60px;
}


/* =========================================
   9) PROGRAMA
   ========================================= */
.prog {
    background: #fff;
    padding: clamp(42px, 6vw, 72px) 0;
}

.prog__head {
    text-align: center;
    margin-bottom: clamp(22px, 3vw, 32px);
}

.prog__title {
    margin: 0;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(26px, 3.2vw, 44px);
}

.prog__underline {
    display: inline-block;
    width: 140px;
    height: 8px;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffb119;
}

.prog__sub {
    margin: 30px 0;
    color: #4b5a52;
    font-size: clamp(8px, 3.2vw, 24px);
}

.prog__pills {
    display: inline-flex;
    gap: 8px;
    padding: 10px;
    border: 3px solid #cfe1d8;
    border-radius: 999px;
    background: #fff;
}

.pill {
    appearance: none;
    border: 0;
    padding: 10px 22px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    color: var(--verde);
    background: transparent;
    font-size: clamp(14px, 2.4vw, 18px);
}

.pill.is-active {
    background: var(--verde);
    color: #fff;
}

.prog__daytitle {
    margin-top: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    font-size: clamp(22px, 2.4vw, 36px);
}

.prog__daytitle .dow {
    color: var(--verde);
    font-variation-settings: "wght" 800;
    font-weight: 800;
}

.prog__daytitle .sep,
.prog__daytitle .date {
    color: var(--verde);
    font-weight: 700;
}

.prog__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(22px, 5vw, 52px);
    margin-top: clamp(24px, 3vw, 36px);
}

.tl__item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    padding: 18px 0;
    align-items: flex-start;
    border-bottom: 1px solid #e4eae6;
}

.tl__item:last-child {
    border-bottom: none;
}

.tl__time {
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(16px, 1.8vw, 20px);
}

.tl__title {
    margin: 0 0 6px;
    color: #0c1f15;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
}

.tl__meta {
    color: #4a5851;
    font-style: italic;
    font-size: clamp(14px, 1.8vw, 18px);
    font-size: .95em;
}

.prog__day {
    display: none;
}

.prog__day.is-visible {
    display: block;
}


/* =========================================
   10) TARIFAS
   ========================================= */
.pricing {
    background: var(--verde);
    color: #fff;
    text-align: center;
    padding: clamp(40px, 2vw, 80px) 0;
}

.pricing__head {
    margin-bottom: 32px;
}

.pricing__title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: clamp(22px, 4vw, 36px);
}

.pricing__underline {
    display: block;
    width: 120px;
    height: 6px;
    margin: 12px auto;
    border-radius: 3px;
    background: #ffb119;
}

.pricing__sub {
    max-width: 720px;
    margin: 0 auto;
    font-size: clamp(14px, 2vw, 18px);
}

.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
    margin: clamp(32px, 5vw, 56px) auto;
}

.benefit img {
    max-width: 120px;
    margin-bottom: 10px;
}

.benefit p {
    margin: 0;
    font-weight: 600;
    font-size: clamp(13px, 1.6vw, 16px);
}

.pricing__plans {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.plan {
    flex: 1 1 260px;
    max-width: 320px;
    padding: 28px 36px;
    border-radius: 16px;
    background: #fff;
    color: var(--verde);
}

.plan h3 {
    margin: 0 0 10px;
    font-weight: 800;
}

.plan__price {
    margin: 0;
    font-weight: 800;
    font-size: clamp(24px, 4vw, 36px);
}

.plan__price sup {
    font-size: .5em;
}

/* CTA más grande */
.pricing__cta {
    display: inline-block;
    padding: 20px 56px;
    /* ↑ */
    border-radius: 999px;
    background: #fff;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(16px, 2.6vw, 22px);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pricing__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.pricing__note {
    margin-top: 20px;
    opacity: .9;
    font-size: 12px;
}


/* =========================================
   11) PARTNERS
   ========================================= */
.partners {
    background: #fff;
    padding: clamp(36px, 6vw, 64px) 0;
}

.partners__head {
    text-align: center;
    margin-bottom: 22px;
}

.partners__title {
    margin: 0;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(24px, 4vw, 36px);
}

.partners__underline {
    display: inline-block;
    width: 120px;
    height: 6px;
    margin-top: 10px;
    border-radius: 3px;
    background: #ffb119;
}

.partners__marquee {
    position: relative;
    overflow: hidden;
    padding: 16px 0;
    min-height: 90px;
}

.partners__track {
    display: flex;
    align-items: center;
    gap: 64px;
    will-change: transform;
}

.partners__logo {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
}

.partners__logo img {
    display: block;
    height: 128px;
    width: auto;
    object-fit: contain;
    image-rendering: auto;
}

/* Animación carril */
@keyframes partners-scroll {
    to {
        transform: translateX(calc(var(--scroll-w, 0px) * -1));
    }
}

.partners__track.is-animating {
    animation: partners-scroll var(--scroll-dur, 35s) linear infinite;
}

.partners__marquee:hover .partners__track.is-animating {
    animation-play-state: paused;
}


/* =========================================
   12) FOOTER (centrado)
   ========================================= */
.footer {
    background: var(--verde);
    color: #fff;
    padding: 40px 0 20px;
    font-size: 15px;
}

.footer__top {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    align-items: flex-start;
    gap: 24px;
    text-align: center;
    /* centrado en todas las vistas */
}

.footer__col {
    line-height: 1.5;
}

.footer__logo {
    max-height: 60px;
    margin: 0 auto 20px;
    display: block;
}

.footer__social {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.footer__social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--verde);
    font-size: 20px;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease, color .15s ease;
}

.footer__social a:hover {
    transform: translateY(-2px);
    background: #ffb119;
    color: #fff;
}

.footer__address {
    font-style: normal;
}

.footer__address strong {
    font-weight: 700;
}

.footer__mail {
    display: inline-block;
    margin-top: 4px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.footer__mail:hover {
    text-decoration: underline;
}

.footer__contacts p {
    margin: 0 0 4px;
}

.footer__bottom {
    margin-top: 22px;
    text-align: center;
    opacity: .9;
    font-size: 13px;
}


/* =========================================
   13) MODAL (reutilizable)
   ========================================= */
.modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
}

.modal.is-open {
    display: flex;
}

.body--lock {
    overflow: hidden;
}

.modal__dialog {
    width: min(680px, 92vw);
    max-height: 85vh;
    padding: clamp(16px, 2.5vw, 28px);
    overflow: auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
    transform-origin: center;
    opacity: 0;
    transform: scale(.96);
}

.modal.is-open .modal__dialog {
    animation: modal-pop .22s ease-out forwards;
}

@keyframes modal-pop {
    from {
        opacity: 0;
        transform: scale(.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal__title {
    margin: 0 32px 12px 0;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(20px, 2.6vw, 28px);
}

.modal__body p {
    margin: 0 0 12px;
    color: #18231f;
    line-height: 1.55;
}

.modal__close {
    position: sticky;
    top: 0;
    float: right;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.modal__close:hover {
    color: #000;
}


/* =========================================
   14) SOLO MÓVILES (RESPONSIVE)
   (Se mantiene el orden de breakpoints original)
   ========================================= */

/* hero & social tweaks */
@media (max-width: 640px) {
    .hero-social {
        top: 12px;
        right: 12px;
        gap: 8px;
    }

    .hs-btn {
        width: 34px;
        height: 34px;
    }

    .hs-btn i {
        font-size: 16px;
    }
}

/* countdown compacto */
@media (max-width: 820px) {
    .countdown__wrap {
        padding: 22px 16px 54px;
    }

    .countdown__title {
        letter-spacing: .4px;
        font-size: clamp(15px, 3.2vw, 22px);
    }

    .countdown__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 12px;
        max-width: 680px;
        margin: 0 auto;
    }

    .cd-sep {
        display: none;
    }

    .cd-item {
        min-width: auto;
    }

    .cd-num {
        font-size: clamp(40px, 12vw, 64px);
        letter-spacing: 1px;
    }

    .cd-label {
        margin-top: 4px;
        font-size: clamp(11px, 2.8vw, 14px);
    }

    .countdown__cta {
        padding: 16px 36px;
        bottom: -26px;
        font-size: clamp(15px, 3.6vw, 22px);
    }
}

@media (max-width: 600px) {
    .countdown__wrap {
        padding-bottom: 82px;
    }

    .countdown__cta {
        bottom: -32px;
    }
}

@media (max-width: 480px) {
    .countdown__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 14px;
    }

    .cd-num {
        font-size: clamp(36px, 12.5vw, 56px);
    }

    .cd-label {
        font-size: 12px;
        letter-spacing: .4px;
    }

    .countdown__cta {
        bottom: -30px;
        padding: 14px 28px;
    }
}

/* espacio por CTA flotante */
@media (max-width: 640px) {
    .section:first-of-type {
        padding-top: 96px;
    }
}

/* sticky nav: logo centrado y sin menú arriba */
@media (max-width: 900px) {
    .main-nav.visible .nav-wrap {
        justify-content: center;
    }

    .main-nav.visible .menu {
        display: none;
    }
}

/* informativas en móvil: pila foto ↑ texto ↓ */
@media (max-width: 820px) {
    .rg-section {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .rg-left {
        order: 1;
        height: 50vh;
    }

    .rg-right {
        order: 2;
        padding: 32px 20px;
    }
}

/* conferencistas en móvil: swipe + sin flechas + sin barra */
@media (max-width: 640px) {
    .speakers__arrow {
        display: none;
    }

    .speakers__viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        /* Firefox */
    }

    .speakers__viewport::-webkit-scrollbar {
        display: none;
    }

    /* WebKit */
    .speakers__track {
        gap: 18px;
        padding: 2px 6px;
    }

    .speaker-card {
        flex: 0 0 78%;
        scroll-snap-align: start;
        border-radius: 20px;
    }
}

/* flechas desktop ajuste */
@media (max-width: 1024px) {
    .speakers__arrow--prev {
        left: -16px;
    }

    .speakers__arrow--next {
        right: -16px;
    }
}

/* programa: grid -> 1 col en móviles */
@media (max-width: 900px) {
    .prog__grid {
        grid-template-columns: 1fr;
    }

    .tl__item {
        grid-template-columns: 140px 1fr;
    }
}

/* beneficios: versión móvil (mantengo estilos originales) */
@media (max-width: 640px) {
    .benefits {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin: clamp(32px, 5vw, 56px) auto;
    }

    .benefit img {
        max-width: 60px;
        margin-bottom: 10px;
    }
}

/* footer stack en móvil (ya centrado) */
@media (max-width: 960px) {
    .footer__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* Bloques de aliados estáticos (sin marquee) */
.partners--static .partners__marquee {
    display: none;
}

/* por si lo reutilizas */
.partners__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 40px 64px;
    align-items: center;
    justify-items: center;
    padding: 16px 0;
}

.partners--static .partners__logo img,
#media-partners .partners__logo img,
#patrocinadores .partners__logo img {
    height: 200px;
    /* un poco más pequeño que aliados */
    width: auto;
    object-fit: contain;
}

/* Ajustes responsive */
@media (max-width: 640px) {
    .partners__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .partners--static .partners__logo img {
        height: 80px;
    }
}

/* ===== Hoteles ===== */

.hoteles {
    padding: 100px 0;
    background: #f4f6f5;
    color: #0c1f15;
}

.hoteles__header {
    text-align: center;
    margin-bottom: 50px;
}

.hoteles__title {
    color: #077935;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.hoteles__subtitle {
    font-size: 1rem;
    color: #4b5a52;
}

.hotel {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hotel:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.hotel--sede {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 70px;
}

.hotel--sede .hotel__img {
    object-fit: cover;
    height: 100%;
}

.hotel__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.hotel__info {
    padding: 24px 28px;
}

.hotel__name {
    font-size: 1.3rem;
    font-weight: 800;
    color: #077935;
}

.hotel__addr {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
}

.hotel__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.hotel__list li {
    margin-bottom: 6px;
}

.badge {
    display: inline-block;
    background: #87be46;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 6px;
    padding: 10px;
    border-radius: 8px;
}

.hoteles__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.hoteles__grid .hotel {
    width: clamp(280px, 31vw, 320px);
    max-width: 100%;
    margin: 0;
}

.btn-hotel {
    display: inline-block;
    background: #077935;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-hotel:hover {
    background: #fff;
    color: #077935;
    border: 2px solid #077935;
}

.hoteles__contact {
    text-align: center;
    margin-top: 60px;
    font-size: 0.95rem;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-whatsapp:hover {
    background: #1ebe5c;
}

/* ===== Hotel: estrellas ===== */
.hotel__stars {
    --rating: 4.5;
    /* 0 a 5 (decimal permitido) */
    --star-size: 18px;
    --star-gap: 3px;
    --star-fill: #ffb119;
    /* dorado */
    --star-empty: #d8dedb;
    /* gris */
    position: relative;
    display: inline-block;
    font-size: var(--star-size);
    line-height: 1;
    letter-spacing: var(--star-gap);
}

/* capa vacía */
.hotel__stars::before {
    content: "★★★★★";
    color: var(--star-empty);
}

/* capa rellena (ancho según rating) */
.hotel__stars::after {
    content: "★★★★★";
    color: var(--star-fill);
    position: absolute;
    inset: 0 auto auto 0;
    width: calc((var(--rating) / 5) * 100%);
    overflow: hidden;
}

/* número opcional al lado (si lo usas) */
.hotel__stars-num {
    margin-left: 8px;
    font-weight: 700;
    color: #4b5a52;
    font-size: 0.95rem;
}

/* contraste cuando la tarjeta es la sede (fondo verde) */
.hotel--sede .hotel__stars {
    --star-empty: rgba(255, 255, 255, .5);
}

.hotel--sede .hotel__stars-num {
    color: #fff;
    opacity: .9;
}

/* utilería accesible si la usas */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .hotel--sede {
        grid-template-columns: 1fr;
    }
}

.hotel {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.hotel.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ====== Hoteles: ajustes solicitados ====== */

/* Sede: fondo verde, textos blancos */
.hotel--sede {
    background: #077935;
    color: #fff;
}

.hotel--sede .hotel__name,
.hotel--sede .hotel__addr,
.hotel--sede .hotel__list,
.hotel--sede .hotel__list li {
    color: #fff
}

.hotel--sede .badge {
    background: #87be46;
    color: #fff
}

/* Botón en sede: blanco con texto verde */
.hotel--sede .btn-hotel {
    background: #fff;
    color: #077935;
    border: 0;
}

.hotel--sede .btn-hotel:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

/* Línea amarilla bajo el nombre (todos los hoteles) */
.hotel__underline {
    display: block;
    width: 120px;
    height: 6px;
    border-radius: 3px;
    background: #ffb119;
    margin: 10px 0 16px;
}

/* Ocultar imágenes en hoteles que no son sede (se conserva el markup) */
.hotel:not(.hotel--sede) .hotel__img {
    display: none
}

/* Bloque de precios reutilizable */
.hotel__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0 16px
}

.hotel__price-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
    padding: 14px 16px;
    min-width: 220px;
    flex: 1;
    text-align: center;
}


.hotel__price-type {
    font-weight: 800;
    color: #077935;
    font-size: .95rem
}

.hotel__price-value {
    margin: .25rem 0 0;
    font-size: 1.9rem;
    font-weight: 900;
    color: #077935;
    line-height: 1
}

.hotel__price-dec {
    font-size: 1rem;
    vertical-align: super
}

.hotel__price-note {
    margin: .25rem 0 0;
    font-size: .85rem;
    color: #4b5a52
}

/* Badge “código de grupo” */
.hotel__badge {
    display: inline-block;
    padding: .35rem .6rem;
    border-radius: 999px;
    background: #e9f4ed;
    color: #077935;
    font-weight: 800;
    font-size: .98rem
}

/* Ajuste visual de la tarjeta sede (imagen a la izquierda) */
.hotel--sede .hotel__img {
    object-fit: cover;
    height: 100%
}

/* === Centrado total de contenido en las tarjetas de hoteles === */
.hotel__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centra horizontalmente todo el contenido */
    text-align: center;
    /* Centra texto */
}

.hotel__list {
    text-align: center;
}

.hotel__addr {
    text-align: center;
}

.hotel__name {
    text-align: center;
}


.hotel__dates {
    margin: 6px 0 12px;
    font-weight: 700;
    color: #077935;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hotel--sede .hotel__dates {
    color: #fff;
    opacity: .95;
}

/* Mejora visual para listas de hoteles */
.hotel__list {
    list-style: disc;
    padding-left: 1.4rem;
    text-align: left;
    /* aunque el bloque general esté centrado */
}

.hotel__list li {
    margin-bottom: 6px;
    position: relative;
}

.hotel--sede .hotel__list {
    list-style: disc;
    padding-left: 1.4rem;
    color: #fff;
}


/* ===== Sobre nosotros (semblanza simple con acentos) ===== */
.about-min {
    /* banda suave que se integra con tu paleta */
    background:
        radial-gradient(1200px 400px at 50% -50px, rgba(7, 121, 53, .10), transparent 70%),
        linear-gradient(180deg, #ffffff 0%, #f7faf8 60%, #ffffff 100%);
}

.about-min__head {
    text-align: center;
    margin-bottom: clamp(14px, 2.6vw, 22px);
}

.about-min__title {
    margin: 0;
    color: var(--verde);
    font-variation-settings: "wght" 780;
    font-size: clamp(22px, 3vw, 36px);
}

.about-min__underline {
    display: inline-block;
    width: 120px;
    height: 6px;
    margin-top: 10px;
    border-radius: 3px;
    background: #ffb119;
    /* mismo acento del sitio */
}

/* “Tarjeta” de texto sin ser otra columna */
.about-min__body {
    position: relative;
    padding: clamp(18px, 3.2vw, 28px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e8efe9;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
    overflow: hidden;
}

/* barra decorativa sutil a la izquierda */
.about-min__body::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--verde) 0%, #0b6e35 100%);
    opacity: .9;
}

/* tipografía */
.about-min__org {
    margin: 0 0 8px;
    color: var(--verde);
    font-variation-settings: "wght" 720;
    letter-spacing: .2px;
    font-size: clamp(18px, 2.2vw, 22px);
}

.about-min__body p {
    margin: 0 0 12px;
    color: #10221a;
    line-height: 1.65;
    font-size: clamp(16px, 1.9vw, 18px);
}

.about-min__body p strong {
    color: #0c5f34;
}

.about-min__body em {
    color: #285743;
}

/* ===== Descubre Tabasco ===== */
.discover {
    padding: clamp(50px, 6vw, 80px) 0;
    background: #fff;
    width: 100%;
}

.discover__head {
    text-align: center;
    margin-bottom: 32px;
}

.discover__title {
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(24px, 4vw, 36px);
}

.discover__underline {
    display: inline-block;
    width: 120px;
    height: 6px;
    margin-top: 10px;
    border-radius: 3px;
    background: #ffb119;
}

.discover__sub {
    color: #4b5a52;
    margin-top: 10px;
}

/* Carrusel base */
.discover__carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.discover__viewport {
    overflow: hidden;
    width: 100%;
}

.discover__track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

/* Tarjetas */
.place-card {
    flex: 0 0 calc((100% - 60px) / 3);
    border-radius: 20px;
    overflow: hidden;
    background: #f7f9f7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.place-card__image {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
}

.place-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 6px solid #ffb119;
}

.place-card__info {
    padding: 20px;
    text-align: center;
}

.place-card__underline {
    display: block;
    width: 100px;
    height: 6px;
    margin: 10px auto 14px;
    border-radius: 3px;
    background: #ffb119;
}

.place-card__name {
    margin: 0 0 8px;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(16px, 2vw, 18px);
}

.place-card__desc {
    margin: 0 0 12px;
    color: #142a20;
    line-height: 1.5;
    font-size: 0.95rem;
}

.btn-map {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--verde);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-map:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    background: #065a2c;
}

/* Flechas */
.discover__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--verde);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: all 0.15s ease;
}

.discover__arrow:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.discover__arrow--prev {
    left: -70px;
    /* antes -18px */
}

.discover__arrow--next {
    right: -70px;
    /* antes -18px */
}

/* ===== Discover – comportamiento en móviles ===== */
@media (max-width: 640px) {

    /* El carrusel ahora se puede deslizar con el dedo */
    .discover__viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        /* oculta scrollbar en Firefox */
    }

    .discover__viewport::-webkit-scrollbar {
        display: none;
        /* oculta scrollbar en Chrome/Safari */
    }

    .discover__track {
        gap: 18px;
        padding: 0 12px;
        transform: none !important;
        /* cancela el translateX del JS en móvil */
    }

    /* Cada tarjeta ocupa casi toda la pantalla y hace snap */
    .discover__card {
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    /* Ocultamos las flechas en móvil, el usuario hace swipe */
    .discover__arrow {
        display: none;
    }
}


/* ===== Día de Campo – Rancho K30 ===== */
.campo {
    padding: clamp(50px, 6vw, 80px) 0;
    background:
        radial-gradient(900px 320px at 50% 0, rgba(7, 121, 53, 0.07), transparent 70%),
        #fbf9f9;
}

.campo__wrap {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.campo__head {
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 40px);
}

.campo__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #e9f4ed;
    color: var(--verde);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.campo__title {
    margin: 0;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(26px, 3.2vw, 40px);
}

.campo__underline {
    display: block;
    width: 120px;
    height: 6px;
    margin: 12px auto 10px;
    border-radius: 3px;
    background: #ffb119;
}

.campo__subtitle {
    margin: 0;
    color: #4b5a52;
    font-size: clamp(14px, 1.9vw, 18px);
}

/* Grid principal */
.campo__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: stretch;
}

/* Tarjeta de info */
.campo__info {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    padding: clamp(20px, 3vw, 26px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* barra decorativa a la izquierda */
.campo__info::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--verde), #0b6e35);
    opacity: .9;
}

.campo__intro {
    margin-top: 0;
    margin-bottom: 10px;
    color: #12241a;
}

/* Bullets ligeros */
.campo__bullets {
    margin: 0 0 16px;
    padding-left: 1.2rem;
    color: #163226;
    font-size: 0.95rem;
}

.campo__bullets li {
    margin-bottom: 4px;
}

/* Chips de meta */
.campo__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    /* CENTRA TODAS LAS CHIPS */
}

.campo__chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e9f4ed;
    color: #0c3823;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.campo__chip--alert {
    background: #ffe7c1;
    color: #7b3b00;
}

/* Mapa */
.campo__map {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    background: #e3f2e8;
}

.campo__map iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: 0;
}

/* QR (si lo usas) */
.campo__qr {
    margin-top: clamp(26px, 4vw, 32px);
    display: flex;
    justify-content: center;
}

.campo__qr-card {
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 20px 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.campo__qr-card img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 8px;
}

.campo__qr-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #314137;
}

/* Responsive */
@media (max-width: 900px) {
    .campo__grid {
        grid-template-columns: 1fr;
    }

    .campo__map {
        min-height: 260px;
    }
}

/* Sección */

.cupones {
    padding: clamp(50px, 6vw, 80px) 0;
    background: #fff;
}

.cupones__wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.cupones__head {
    text-align: center;
    margin-bottom: clamp(30px, 4vw, 40px);
}

.cupones__title {
    margin: 0;
    color: var(--verde);
    font-weight: 800;
    font-size: clamp(26px, 3vw, 38px);
}

.cupones__underline {
    display: block;
    width: 140px;
    height: 6px;
    margin: 12px auto 14px;
    border-radius: 3px;
    background: #ffb119;
}

.cupones__subtitle {
    margin: 0;
    color: #4b5a52;
    font-size: clamp(14px, 1.9vw, 18px);
}

/* CARRUSEL */

.cupones__carousel {
    position: relative;
    margin-top: 10px;
    padding: 0 40px;
    /* espacio para flechas */
}

.cupones__track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 6px 4px 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    /* Ocultar scrollbar pero mantener scroll */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge antiguo */
}

.cupones__track::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Edge */
}

.cupones__track::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 999px;
}

/* Tarjetas tipo mockup */

.coupon {
    background: #ffffff;
    border-radius: 28px;
    padding: 28px 24px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: min(320px, 80vw);
    max-width: 340px;
    scroll-snap-align: center;
}

.coupon {
    background: #ffffff;
    border-radius: 28px;
    padding: 28px 24px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: min(320px, 80vw);
    max-width: 340px;
    scroll-snap-align: center;

    /* transición suave para el efecto activo */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* tarjeta “en foco” */
.coupon--active {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

/* LOGO */

.coupon__logo {
    margin-bottom: 18px;
}

.coupon__logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Barra verde */

.coupon__bar {
    width: 100%;
    background: var(--verde, #077935);
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 18px;
}

.coupon__bar-main {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.coupon__bar-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}

/* Texto */

.coupon__benefit {
    margin: 0 0 12px;
    font-size: 0.95rem;
    color: #222;
}

.coupon__contact {
    margin-bottom: 14px;
}

.coupon__contact p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.5;
}

.coupon__contact a {
    color: var(--verde, #077935);
    text-decoration: none;
    font-weight: 600;
}

.coupon__contact a:hover {
    text-decoration: underline;
}

.coupon__legal {
    margin: 0;
    font-size: 0.78rem;
    color: #757575;
    line-height: 1.5;
}

/* Flechas */

.cupones__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #ffffff;
    color: var(--verde);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
    z-index: 2;
}

.cupones__nav--prev {
    left: 8px;
}

.cupones__nav--next {
    right: 8px;
}

.cupones__nav i {
    font-size: 16px;
    line-height: 1;
}

.cupones__nav:hover {
    background: #065a2c;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

/* CTA */

.cupones__cta {
    margin-top: 24px;
    text-align: center;
}

.cupones__download {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 999px;
    background: var(--verde);
    color: #fff;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.cupones__download:hover {
    transform: translateY(-2px);
    background: #065a2c;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

/* Responsive */

@media (max-width: 640px) {
    .cupones__carousel {
        padding: 0 24px;
    }

    .coupon {
        min-width: 82vw;
        padding: 24px 18px 20px;
    }
}