/********** Landing de conversion - Gabs Academy **********/

/*** Paleta y tipografia de la academia ***/
:root {
    --bs-primary: #92652f;
    --bs-light: #f7f4ee;
    --bs-dark: #292522;
    --gabs-gold-light: #dfbd87;
}

body {
    font-family: "Work Sans", sans-serif;
    color: #48423c;
    background-color: #fffdfa;
    line-height: 1.7;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #292522;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.display-3 {
    font-size: clamp(2.3rem, 4.1vw, 3.65rem);
    line-height: 1.14;
    text-wrap: balance;
}

.display-5 {
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    line-height: 1.2;
    text-wrap: balance;
}

.font-dancing-script {
    font-size: clamp(1.65rem, 2.5vw, 2.1rem);
    line-height: 1.35;
    letter-spacing: 0;
}

.text-primary { color: var(--bs-primary) !important; }
.bg-light { background-color: var(--bs-light) !important; }
.bg-dark { background-color: var(--bs-dark) !important; }
.text-muted { color: #696159 !important; }

.bg-dark .text-primary,
.price-card .text-primary { color: var(--gabs-gold-light) !important; }
.bg-dark.text-white-50,
.bg-dark .text-white-50 { color: #cec5bc !important; }
.price-card .text-muted { color: #cec5bc !important; }

.trust-bar h3, .urgency .countdown span, .price-card .price-now {
    color: var(--gabs-gold-light);
}

.testimonial-item p {
    font-size: 1.1rem !important;
    line-height: 1.65;
    letter-spacing: 0;
}

.testimonial-item h5 { font-size: 1.15rem; }
.google-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 20px 28px;
    color: #292522;
    background: #fffdfa;
    border: 1px solid #dfbd87;
    border-radius: 16px;
    text-align: left;
}
.google-rating-summary:hover { color: #795525; }
.google-rating-value { font-size: 3.4rem; line-height: 1; }
.google-rating-value > span { font-size: 1rem; color: #696159; }
.review-stars { color: #92652f; letter-spacing: 3px; font-size: 1.2rem; }
.google-reviews-carousel .owl-item::before { content: none; }
.google-reviews-carousel .google-review {
    border: 1px solid #e8e0d5;
    border-radius: 16px;
    min-height: 365px;
}
.google-reviews-carousel .owl-item img { width: 48px; height: 48px; object-fit: cover; }
.google-reviews-carousel .owl-item .review-source { font-size: .8rem; letter-spacing: 0; color: #696159; }
.review-link { display: block; margin-top: 14px; color: #795525; font-size: .875rem; text-decoration: underline; }
.review-link i { font-size: .7rem; }
@media (max-width: 575.98px) {
    .google-rating-summary { padding: 16px; gap: 14px; font-size: .875rem; }
    .google-rating-value { font-size: 2.6rem; }
}
.testimonial-item > span { letter-spacing: .02em; }

a:focus-visible, button:focus-visible {
    outline: 3px solid #92652f;
    outline-offset: 4px;
}

/*** Ajustes generales ***/
body {
    overflow-x: hidden;
}

.hero-header {
    margin-bottom: 0 !important;
}

.hero-real-photo {
    width: auto !important;
    max-width: 100%;
    height: 560px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.header-carousel .owl-stage-outer {
    background: linear-gradient(145deg, #f7f0e8 0%, #eaded5 100%);
}

.header-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-real-photo {
    width: 112%;
    max-width: none;
    height: auto;
    display: block;
    margin-left: calc(-6% - 32px);
    box-shadow: 0 20px 55px rgba(37, 37, 37, .12);
}

.testimonial-instagram {
    display: table;
    margin: 14px auto 0;
    padding: 5px 10px;
    color: #795525;
    font-size: 14px;
    overflow-wrap: anywhere;
    border-bottom: 1px solid currentColor;
    border-radius: 4px;
}

.testimonial-instagram:hover,
.testimonial-instagram:focus-visible {
    color: #241c12;
    background: #f6f0e5;
}

@media (max-width: 991.98px) {
    .about-real-photo {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.hero-checks span {
    display: inline-block;
    margin-right: 22px;
    font-weight: 500;
    white-space: nowrap;
}

/*** Botones de WhatsApp ***/
.btn-success {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    font-weight: 500;
}

.btn-success:hover,
.btn-success:focus {
    background: #1da851;
    border-color: #1da851;
    color: #fff;
}

.btn-wa-nav {
    font-size: 15px;
}

.wa-float {
    border: 0;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 99;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
    transition: .3s;
}

.wa-float:hover {
    color: #fff;
    transform: scale(1.08);
}

/*** Barra de confianza ***/
.trust-bar h3 {
    font-size: 30px;
}

@media (max-width: 575.98px) {
    .trust-bar h3 {
        font-size: 22px;
    }

    .trust-bar span {
        font-size: 14px;
    }
}

/*** Tarjetas de dolor ***/
.pain-card {
    background: var(--bs-white);
    border: 1px solid #ececec;
    padding: 30px 26px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    transition: transform .4s ease, box-shadow .4s ease;
}

.pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .09);
}

.pain-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #F6F0E5;
    border: 1px solid rgba(193, 147, 80, .18);
    color: var(--bs-primary);
    transition: background .4s ease;
}

.pain-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: color .4s ease;
}

.pain-card:hover .pain-icon {
    background: var(--bs-primary);
}

.pain-card:hover .pain-icon svg {
    color: var(--bs-white);
}

/*** Tarjetas de beneficio ***/
.benefit-card {
    background: var(--bs-white);
    padding: 34px 28px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    transition: .4s;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 45px rgba(0, 0, 0, .1);
}

.benefit-icon {
    --benefit-icon-bg: #F6F0E5;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    border: 1px solid rgba(193, 147, 80, .22);
    background: var(--benefit-icon-bg);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: color .3s ease, background .3s ease, border-color .3s ease;
}

.benefit-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefit-card:hover .benefit-icon {
    --benefit-icon-bg: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

/*** Modulos del curso ***/
.module-card {
    background: var(--bs-light);
    padding: 30px 26px;
    gap: 20px;
    transition: .4s;
}

.module-card:hover {
    background: #f2efe8;
}

.module-num {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    line-height: 1;
    color: var(--bs-primary);
    min-width: 58px;
}

/*** Video real ***/
.video-real-frame {
    position: relative;
    max-width: 390px;
    padding: 10px;
    background: var(--bs-white);
    border: 1px solid rgba(193, 147, 80, .22);
    box-shadow: 0 18px 55px rgba(37, 37, 37, .14);
}

.video-real {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 620px;
    background: #171717;
    object-fit: cover;
}

.video-proof-list {
    display: grid;
    gap: 14px;
}

.video-proof-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.video-source-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bs-dark);
    font-weight: 500;
    border-bottom: 1px solid var(--bs-primary);
}

.video-source-link:hover,
.video-source-link:focus {
    color: var(--bs-primary);
}

/*** Galeria ***/
.gallery-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: transform .4s ease;
}

.gallery-link {
    display: block;
    overflow: hidden;
    background: #f4efe6;
}

.gallery-link:hover .gallery-img,
.gallery-link:focus .gallery-img {
    transform: scale(1.035);
}

@media (max-width: 767.98px) {
    .hero-real-photo {
        width: 100% !important;
        height: auto;
        max-height: 620px;
    }

    .gallery-img {
        height: 220px;
    }
}

/*** Oferta y precio ***/
.bonus-box {
    background: var(--bs-light);
    border-left: 4px solid var(--bs-primary);
    padding: 28px 26px;
}

.price-card {
    background: var(--bs-dark);
    color: var(--bs-white);
    padding: 45px 30px;
    border: 3px solid var(--bs-primary);
}

.price-label {
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-dark);
    padding: 6px 20px;
    margin-bottom: 22px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price-old {
    text-decoration: line-through;
    color: rgba(255, 255, 255, .45);
}

.price-now {
    font-family: "Playfair Display", serif;
    font-size: 54px;
    color: var(--bs-primary);
}

.price-card .text-muted {
    color: rgba(255, 255, 255, .55) !important;
}

/*** Urgencia ***/
.countdown {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.countdown>div {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(191, 148, 86, .45);
    padding: 16px 10px;
    min-width: 88px;
}

.countdown span {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1;
    color: var(--bs-primary);
}

.countdown small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

/*** Formulario ***/
.form-card {
    background: var(--bs-white);
    padding: 42px 36px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border-top: 4px solid var(--bs-primary);
}

.form-card .form-label {
    font-weight: 500;
    margin-bottom: 6px;
}

.form-card .form-control,
.form-card .form-select {
    border-radius: 0;
    border-color: #e3e0d9;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
}

.form-card .btn-primary {
    margin: 0;
}

.form-card .btn-primary::before,
.form-card .btn-primary::after {
    display: none;
}

.form-ok i {
    font-size: 56px;
    color: var(--bs-primary);
}

@media (max-width: 575.98px) {
    .form-card {
        padding: 28px 20px;
    }
}

/*** FAQ ***/
.accordion-item {
    border: 1px solid #e8e4dc;
}

.accordion-button {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    background: var(--bs-white);
    color: var(--bs-dark);
}

.accordion-button:not(.collapsed) {
    background: var(--bs-primary);
    color: var(--bs-dark);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
}

/*** CTA final ***/
.cta-final {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #252525;
}

.cta-final::before {
    content: "";
    position: absolute;
    inset: -60px 0;
    z-index: -1;
    background: linear-gradient(rgba(20, 20, 20, .64), rgba(20, 20, 20, .72)), url(../img/gabs-fachada-hd.png) center 70% no-repeat;
    background-size: cover;
    transform: translateY(var(--banner-parallax, 0px));
}

@media (prefers-reduced-motion: reduce) {
    .cta-final::before {
        transform: none;
    }
}

.cta-final .btn-light {
    color: #128C7E;
    font-weight: 500;
}

/*** Titulares responsive ***/
@media (max-width: 767.98px) {

    .display-3 {
        font-size: 2.3rem;
    }

    .display-5 {
        font-size: 1.9rem;
    }

    .wa-float {
        right: 18px;
        bottom: 18px;
        width: 54px;
        height: 54px;
        font-size: 27px;
    }

    .countdown {
        gap: 8px;
    }

    .countdown>div {
        min-width: 68px;
        padding: 12px 6px;
    }

    .countdown span {
        font-size: 26px;
    }

    .countdown small {
        font-size: 10px;
    }
}


/*** Boton principal de conversion ***/
.btn-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    padding: 16px 42px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(120deg, #E8CB9C 0%, #D4AA6C 55%, #C59A5E 100%);
    background-size: 220% auto;
    color: #241C12;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    box-shadow: 0 8px 22px rgba(146, 101, 47, .22);
    transition: background-position .6s ease, transform .35s ease, box-shadow .35s ease;
}

.btn-cta:hover,
.btn-cta:focus {
    background-position: right center;
    color: #241C12;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(191, 148, 86, .6);
}

.btn-cta:active {
    transform: translateY(-1px);
}

.btn-cta i {
    font-size: 15px;
    transition: transform .35s ease;
}

.btn-cta:hover i {
    transform: translateX(5px);
}

/* Destello que cruza el boton */
.btn-cta::after {
    position: absolute;
    content: "";
    top: 0;
    left: -130%;
    width: 55%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .32), transparent);
    transform: skewX(-22deg);
    animation: cta-destello 4s infinite;
}

@keyframes cta-destello {
    0% {
        left: -130%;
    }

    40%,
    100% {
        left: 150%;
    }
}

/* Version pequena para la barra superior */
.btn-cta-sm {
    padding: 11px 26px;
    font-size: 16px;
    box-shadow: 0 6px 18px rgba(191, 148, 86, .4);
}

/* Latido para llamar la atencion */
.btn-cta-pulse {
    animation: cta-latido 2.6s infinite;
}

.btn-cta-pulse:hover {
    animation: none;
}

@keyframes cta-latido {
    0% {
        box-shadow: 0 10px 26px rgba(191, 148, 86, .45), 0 0 0 0 rgba(191, 148, 86, .55);
    }

    70% {
        box-shadow: 0 10px 26px rgba(191, 148, 86, .45), 0 0 0 18px rgba(191, 148, 86, 0);
    }

    100% {
        box-shadow: 0 10px 26px rgba(191, 148, 86, .45), 0 0 0 0 rgba(191, 148, 86, 0);
    }
}

/*** Metricas animadas ***/
.trust-bar .metric {
    margin-bottom: 4px;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 1.1;
    color: var(--bs-primary);
}

.trust-bar .metric-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease;
}

.trust-bar .metric-item.visible {
    opacity: 1;
    transform: none;
}

.trust-bar .metric-item:nth-child(2) {
    transition-delay: .15s;
}

.trust-bar .metric-item:nth-child(3) {
    transition-delay: .3s;
}

.trust-bar .metric-item:nth-child(4) {
    transition-delay: .45s;
}

@media (max-width: 575.98px) {
    .trust-bar .metric {
        font-size: 26px;
    }

    .btn-cta {
        padding: 15px 32px;
        font-size: 17px;
    }
}

/* Respeta a quien prefiere menos movimiento */
@media (prefers-reduced-motion: reduce) {

    .btn-cta::after,
    .btn-cta-pulse {
        animation: none;
    }

    .trust-bar .metric-item {
        opacity: 1;
        transform: none;
    }
}


/*** Forma coherente con el boton principal ***/
.btn-success,
.cta-final .btn-light {
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


/*** Burbuja de chat estilo WhatsApp ***/
.wa-float {
    animation: wa-float-bounce 4s ease-in-out infinite;
}

@keyframes wa-float-bounce {

    0%,
    68%,
    100% {
        transform: translateY(0);
    }

    78% {
        transform: translateY(-9px);
    }

    88% {
        transform: translateY(-4px);
    }
}

/* Halo verde que se expande, como una llamada entrante */
.wa-float::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #25D366;
    z-index: -1;
    animation: wa-halo 2.4s ease-out infinite;
}

@keyframes wa-halo {
    0% {
        transform: scale(1);
        opacity: .5;
    }

    70%,
    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

.wa-float-ping[hidden] {
    display: none;
}

.wa-float-ping {
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #ff3b30;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    animation: wa-badge-pop 4s ease-in-out infinite;
}

@keyframes wa-badge-pop {

    0%,
    70%,
    100% {
        transform: scale(1);
    }

    78% {
        transform: scale(1.3);
    }

    86% {
        transform: scale(1);
    }
}

.wa-chat-bubble {
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 350px;
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    max-width: calc(100vw - 40px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
    z-index: 100;
    font-family: "Work Sans", sans-serif;

    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(.96);
    transform-origin: bottom right;
    transition: opacity .45s ease, transform .45s ease, visibility 0s linear .45s;
}

.wa-chat-bubble.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition: opacity .45s ease, transform .45s ease, visibility 0s linear 0s;
}

/* Colita que apunta hacia la burbuja flotante */
.wa-chat-bubble::after {
    position: absolute;
    content: "";
    right: 26px;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .04);
}

.wa-chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 42px 14px 16px;
    background: #075E54;
    background: linear-gradient(135deg, #128C7E, #075E54);
}

.wa-chat-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, .5);
}

.wa-chat-header div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.wa-chat-name {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.wa-chat-status {
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
}

.wa-chat-status i {
    font-size: 6px;
    color: #4ADE80;
    margin-right: 4px;
    vertical-align: middle;
}

.wa-chat-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: none;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    z-index: 2;
}

.wa-chat-close:hover {
    background: rgba(255, 255, 255, .32);
}

.wa-chat-body {
    background: #ECE5DD;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Ccircle cx='6' cy='6' r='1.6'/%3E%3Ccircle cx='30' cy='18' r='1.6'/%3E%3Ccircle cx='50' cy='6' r='1.6'/%3E%3Ccircle cx='18' cy='36' r='1.6'/%3E%3Ccircle cx='42' cy='42' r='1.6'/%3E%3C/g%3E%3C/svg%3E");
    padding: 18px 20px 26px;
}

.wa-chat-day {
    display: table;
    margin: 0 auto 18px;
    padding: 4px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .85);
    color: #667781;
    font-size: 11px;
}

.wa-chat-msg {
    position: relative;
    background: #fff;
    color: #111b21;
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 14px 8px;
    border-radius: 2px 10px 10px 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    max-width: 100%;
}

.wa-chat-msg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
}

.wa-chat-sender {
    display: block;
    color: #128C7E;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.wa-chat-msg p {
    margin-bottom: 8px;
}

.wa-typing-character {
    animation: wa-writing-reveal 180ms ease-out both;
}

@keyframes wa-writing-reveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .wa-typing-character {
        animation: none;
    }
}

.wa-chat-footer {
    padding: 14px;
    background: #f0f2f5;
}

.wa-chat-time {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #667781;
    margin-top: 4px;
    padding-right: 2px;
}

.wa-chat-cta {
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 12px;
    background: #25D366;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: .25s;
}

.wa-chat-cta:hover {
    background: #1da851;
    color: #fff;
}

@media (max-width: 575.98px) {
    .wa-chat-bubble {
        right: 14px;
        bottom: 82px;
        width: 330px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .wa-float,
    .wa-float::before,
    .wa-float-ping {
        animation: none;
    }
}


/*** Enlace discreto de WhatsApp (accion secundaria) ***/
.link-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    padding-bottom: 2px;
    color: var(--bs-dark);
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(37, 37, 37, .22);
    transition: color .3s ease, border-color .3s ease;
}

.link-wa i {
    color: #25D366;
    font-size: 20px;
}

.link-wa:hover {
    color: #128C7E;
    border-bottom-color: #128C7E;
}

/*** Barra superior compacta en celular ***/
@media (max-width: 575.98px) {
    .navbar-brand {
        padding: 12px 14px !important;
    }

    .navbar-brand h1 {
        font-size: 1.15rem !important;
    }

    .navbar-brand img {
        height: 36px !important;
        width: 36px !important;
        margin-right: 8px !important;
    }

    .btn-cta-sm {
        padding: 9px 16px;
        font-size: 14px;
    }

    .btn-cta-sm i {
        font-size: 12px;
    }

    .link-wa {
        font-size: 15px;
    }
}


/*** El carrusel del hero avanza solo: las flechas solo estorban
     en la esquina donde vive la burbuja de WhatsApp ***/
.header-carousel .owl-nav {
    display: none;
}


/*** Ritmo vertical del hero: separar el parrafo de los checks
     y dejar el CTA como un bloque aparte, con mas aire ***/
.hero-header-text p.fs-5 {
    margin-bottom: 32px !important;
}

.hero-header-text .hero-checks {
    margin-bottom: 38px !important;
}

.hero-header-text p.mt-4 {
    margin-top: 30px !important;
}

.hero-checks span {
    margin-right: 28px;
}

@media (max-width: 767.98px) {
    .hero-header-text p.fs-5 {
        margin-bottom: 26px !important;
    }

    .hero-header-text .hero-checks {
        margin-bottom: 28px !important;
    }

    .hero-checks span {
        margin-right: 20px;
    }
}


/*** Direccion de la academia (enlace al mapa) ***/
.direccion {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    background: var(--bs-white);
    border-left: 3px solid var(--bs-primary);
    color: var(--bs-dark);
    text-decoration: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: transform .35s ease, box-shadow .35s ease;
}

.direccion:hover {
    color: var(--bs-dark);
    transform: translateX(4px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
}

.direccion i {
    font-size: 22px;
    color: var(--bs-primary);
}

.direccion>span {
    display: flex;
    flex-direction: column;
    line-height: 1.45;
}

.direccion strong {
    font-size: 17px;
}

.direccion>span>span {
    color: var(--bs-secondary);
    font-size: 15px;
}

.direccion small {
    color: var(--bs-primary);
    font-size: 13px;
    text-decoration: underline;
}


/*** Tarjeta con el mapa embebido ***/
.mapa-card {
    width: 100%;
    background: var(--bs-white);
    border-left: 3px solid var(--bs-primary);
    box-shadow: 0 0 30px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.mapa-embed {
    display: block;
    width: 100%;
    height: 240px;
    border: 0;
}

.mapa-card .direccion {
    display: flex;
    width: 100%;
    max-width: none;
    border-left: 0;
    box-shadow: none;
}

.mapa-card .direccion:hover {
    transform: none;
    box-shadow: none;
    background: var(--bs-light);
}

@media (max-width: 575.98px) {
    .mapa-embed {
        height: 190px;
    }
}


/*** Logo horizontal (version con el nombre al lado) ***/
.logo-horizontal {
    height: 86px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .logo-horizontal {
        height: 68px;
    }
}


/*** Nivel 2: CTA de contorno, para los momentos intermedios ***/
.btn-cta-suave {
    background: transparent;
    border: 2px solid var(--bs-primary);
    color: var(--bs-dark);
    box-shadow: none;
}

.btn-cta-suave::after {
    display: none;
}

.btn-cta-suave:hover,
.btn-cta-suave:focus {
    background: var(--bs-primary);
    color: #241C12;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(191, 148, 86, .35);
}


/*** Hero en celular: mas margen lateral y contenido centrado ***/
@media (max-width: 767.98px) {
    .hero-header-text>div {
        padding-left: 24px !important;
        padding-right: 24px !important;
        text-align: center;
    }

    .hero-header-text .hero-checks span {
        margin-right: 14px;
        margin-left: 14px;
    }

    /* la fila del boton + enlace de WhatsApp tambien se centra */
    .hero-header-text .d-flex.align-items-center.flex-wrap {
        justify-content: center;
    }

    .hero-header-text .btn-cta {
        margin-right: 0 !important;
        margin-bottom: 14px;
    }

    .navbar .btn-cta-sm {
        margin-right: 8px;
    }
}


/*** Barra superior sin el bloque dorado detras del logo: el boton
     queda como la unica superficie dorada, igual en todos los tamanos ***/
.navbar-brand.bg-primary {
    background: transparent !important;
    padding-left: 24px !important;
    padding-right: 12px !important;
}

@media (max-width: 767.98px) {
    .navbar-brand.bg-primary {
        padding-left: 20px !important;
        padding-right: 8px !important;
    }
}


/*** Pantallas angostas: que el nombre y el boton nunca se toquen ***/
@media (max-width: 575.98px) {
    .navbar-brand.bg-primary {
        padding-left: 16px !important;
        padding-right: 4px !important;
    }

    .navbar-brand h1 {
        font-size: 1.02rem !important;
    }

    .navbar-brand img {
        height: 34px !important;
        width: 34px !important;
        margin-right: 7px !important;
    }

    .navbar .btn-cta-sm {
        padding: 9px 14px;
        font-size: 13.5px;
    }

    .navbar .d-flex {
        margin-right: 8px !important;
    }
}

@media (max-width: 359.98px) {
    .navbar-brand h1 {
        font-size: .92rem !important;
    }

    .navbar .btn-cta-sm {
        padding: 8px 12px;
        font-size: 12.5px;
    }
}


/*** Celular acostado: la pantalla es muy baja, hay que comprimir el hero
     para que el boton no quede fuera de vista ***/
@media (max-height: 520px) and (orientation: landscape) {
    .navbar-brand {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .navbar-brand img {
        height: 34px !important;
        width: 34px !important;
    }

    .navbar-brand h1 {
        font-size: 1.1rem !important;
    }

    .hero-header-text {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-header-text>div {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .hero-header-text .font-dancing-script {
        font-size: 1.4rem;
    }

    .hero-header-text .display-3 {
        font-size: 1.9rem;
    }

    .hero-header-text p.fs-5 {
        font-size: 1rem !important;
        margin-bottom: 16px !important;
    }

    .hero-header-text .hero-checks {
        margin-bottom: 18px !important;
    }

    .hero-header-text p.mt-4 {
        margin-top: 16px !important;
        font-size: 14px;
    }

    .btn-cta {
        padding: 12px 28px;
        font-size: 16px;
    }
}


/*** Celulares pequenos acostados (alto menor a 400px) ***/
@media (max-height: 400px) and (orientation: landscape) {
    .hero-header-text>div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .hero-header-text .font-dancing-script {
        font-size: 1.15rem;
        margin-bottom: 0 !important;
    }

    .hero-header-text .display-3 {
        font-size: 1.6rem;
        margin-bottom: .6rem !important;
    }

    .hero-header-text p.fs-5 {
        font-size: .92rem !important;
        margin-bottom: 12px !important;
    }

    .hero-header-text .hero-checks {
        margin-bottom: 14px !important;
        font-size: 13px;
    }

    .hero-header-text .btn-cta {
        padding: 10px 24px;
        font-size: 15px;
    }
}
