.fis2025-page main {
    margin-top: 0 !important;
}

.fis2025-page h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.24;
    letter-spacing: 0;
    color: #0f172a;
}

.fis2025-page p {
    font-size: 1.6rem;
    line-height: 1.6;
}

@media (min-width: 641px) {
    .fis2025-page h2 {
        font-size: 4rem;
        line-height: 1.2;
    }
}

.hero-fis2025 {
    position: relative;
    overflow: hidden;
    background: #3e1600;
    color: #ffffff;
    padding: 80px 0 70px;
    text-align: left;
}

.hero-fis2025::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(52 52 80 / 60%) 10%, rgba(150, 55, 33, 0.60) 50%, rgb(255 255 255 / 20%) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-fis2025 .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-fis2025 .container {
    position: relative;
    z-index: 2;
}
.hero-fis2025 .hero-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
}

.franquicias-highlight .hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.9rem;
    margin-bottom: 16px;
}

.hero-fis2025 .hero-header img,
.franquicias-highlight .hero-header img {
    max-height: 56px;
    width: auto;

}

.franquicias-highlight .model-switch {
    display: flex;
    gap: 1.9rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 0.4rem 0.8rem;
    backdrop-filter: blur(6px);
}

.franquicias-highlight .model-switch__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.55rem 1.6rem;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    line-height: 1.3;
}

.franquicias-highlight .model-switch__btn:hover,
.franquicias-highlight .model-switch__btn:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
}

.franquicias-highlight .model-switch__btn.is-active {
    background: linear-gradient(135deg, #ff6f1d, #ff9b4b);
    color: #1a1510;
    border-color: transparent;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.7);
}

.fis2025-page .button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    color: #ffffff !important;
    padding: 1.2rem 2.6rem;
    border-radius: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.fis2025-page .button-outline:hover,
.fis2025-page .button-outline:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
}

.franquicias-top-bar .model-switch-nav {
    padding: 0;
    background: linear-gradient(136deg, #010407 0%, #121b26 40%, #253341 72%, #3a4d61 100%);
    border-radius: 0;
    margin: 0 0 2rem;
    box-shadow: none;
}

.franquicias-top-bar .model-switch-nav__inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 60px;
}

.franquicias-top-bar .course-nav-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.franquicias-top-bar .course-tabs {
    display: flex;
    gap: 3.2rem;
    justify-content: center;
    align-items: center;
}

.franquicias-top-bar .course-tab {
    --tab-accent: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 14px 0;
    color: var(--white-trans);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: color 0.3s ease;
    text-align: center;
}

.franquicias-top-bar .course-tab__title {
    font-size: 1.9rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
}

.franquicias-top-bar .course-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: transparent;
    border-radius: 999px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.franquicias-top-bar .course-tab,
.franquicias-top-bar .course-tab:hover {
    color: var(--white-trans);
}

.franquicias-top-bar .course-tab.active {
    color: var(--white);
}

.franquicias-top-bar .course-tab.active::after {
    background-color: var(--tab-accent);
    opacity: 1;
    transform: translateY(0);
}

.modelo-emprende-page .course-tab {
    --tab-accent: rgba(255, 84, 0, 0.5);
}

.modelo-emprende-page .course-tab.active {
    --tab-accent: #ff5500;
}

.modelo-traspaso-page .course-tab {
    --tab-accent: rgba(255, 159, 29, 0.4);
}

.modelo-traspaso-page .course-tab.active {
    --tab-accent: #ff9f1d;
}

.modelo-inversor-page .course-tab {
    --tab-accent: rgba(37, 14, 171, 0.35);
}

.modelo-inversor-page .course-tab.active {
    --tab-accent: #250eab;
}

@media (max-width: 767px) {
    .franquicias-top-bar .model-switch-nav {
        margin: 0 -15px 2rem;
    }

    .franquicias-top-bar .course-tabs {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 3.2rem;
    }

    .franquicias-top-bar .course-tab::after {
        bottom: -12px;
    }

    .franquicias-top-bar .course-tab:last-child::after {
        bottom: 0;
    }

}

@media (min-width: 992px) {
    .franquicias-top-bar .course-tabs {
        gap: 11.2rem;
    }
}


.hero-fis2025 h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.modelo-inversor-page .inversor-hero__content h1 {
    font-size: clamp(3.2rem, 5.5vw, 4.8rem);
}

.hero-fis2025 p {
    max-width: 600px;
}


.hero-highlights {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0 0;
    font-size: 1.7rem;
}

.hero-fis2025 .cta-wrapper {
    margin-top: 3.75rem;
    margin-bottom: 2.75rem;
}

.hero-fis2025 .cta-wrapper .button-primary,
.franquicias-highlight .highlight-offer .button-primary,
.contact-strip--cta .button {
    display: inline-block;
    background-color: #ff5500 !important;
    border: none;
    color: #ffffff !important;
    padding: 1.4rem 2.6rem;
    font-weight: 700;
    font-size: 2.6rem;
    border-radius: 18px;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.35s ease;
}

.contact-strip--cta .button {
    margin-top: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.franch-emprende-page .contact-strip--cta .button {
    display: inline-flex;
    justify-content: center;
}

.fis2025-page .button:hover,
.fis2025-page .button:focus {
    transform: translateY(-2px);
}

.fis2025-footer nav a {
    color: rgba(255, 255, 255, 0.6);
}

.fis2025-footer nav a + a::before {
    content: "|";
    display: inline-block;
    margin: 0 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.hero-fis2025 .panel {
    background: linear-gradient(135deg, rgba(10, 17, 24, 0.85) 0%, rgba(36, 50, 65, 0.78) 100%);
    border-radius: 12px;
    padding: 2.5rem 3.5rem;
    color: #ffffff;
    box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.6);
    margin-top: 0 !important;
}

.hero-fis2025 .panel ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.7rem;
}

.hero-fis2025 .panel ul li {
    margin-bottom: 1.1rem;
}


.hero-fis2025 .panel ul li .event-date {
    display: block;
    font-weight: 600;
    color: #ff5500;
    font-family: "Poppins", sans-serif;
}

.hero-fis2025 .panel ul li .event-detail {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.5rem;
}

.franquicias-highlight {
    position: relative;
    padding: 28px 0 72px;
    background: linear-gradient(136deg, #010407 0%, #121b26 40%, #253341 72%, #3a4d61 100%);
    color: #ffffff;
    overflow: hidden;
}




.franquicias-highlight iframe {
    width:100%;
    aspect-ratio:16/9;
    border-width: 0;
    display: block;
}

.franquicias-highlight::before,
.franquicias-highlight::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 204, 222, 0.12) 0%, rgba(184, 204, 222, 0) 68%);
    z-index: 0;
}

.franquicias-highlight::before {
    top: -180px;
    left: -120px;
}

.franquicias-highlight::after {
    bottom: -220px;
    right: -140px;
}

.franquicias-highlight .container {
    position: relative;
    z-index: 1;
}

.franquicias-highlight .highlight-header h1,
.franquicias-highlight .highlight-header h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    font-size: clamp(3.4rem, 5vw, 4.6rem);
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 3rem;
    padding: 1.5rem 3.2rem;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 48px -24px rgba(0, 0, 0, 0.8);
}

.franquicias-highlight .highlight-header h2 {
    font-size: 4rem;
}

.franquicias-highlight .highlight-header {
    margin: 3rem auto;
    max-width: 960px;
}

.franquicias-highlight .hero-highlight-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    text-transform: none;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 2rem;
}
.franquicias-highlight .highlight-header h1::before,
.franquicias-highlight .highlight-header h2::before,
.franquicias-highlight .highlight-subtag::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff5500;
    box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.15);
    flex-shrink: 0;
    animation: beaconPulse 3s ease-in-out infinite;
}

@keyframes beaconPulse {
    0% {
        box-shadow: 0 0 0 2px rgba(255, 85, 0, 0.4), 0 0 0 10px rgba(255, 85, 0, 0.1);
        opacity: 1;
        transform: scale(1);
    }
    60% {
        box-shadow: 0 0 0 6px rgba(255, 85, 0, 0.05), 0 0 0 18px rgba(255, 85, 0, 0.02);
        opacity: 0.65;
        transform: scale(0.88);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 85, 0, 0.4), 0 0 0 10px rgba(255, 85, 0, 0.1);
        opacity: 1;
        transform: scale(1);
    }
}

.franquicias-highlight .highlight-header h1 a,
.franquicias-highlight .highlight-header h2 a {
    color: inherit;
    text-decoration: none;
}

.franquicias-highlight .highlight-header h1 a:hover,
.franquicias-highlight .highlight-header h1 a:focus,
.franquicias-highlight .highlight-header h2 a:hover,
.franquicias-highlight .highlight-header h2 a:focus {
    text-decoration: underline;
}

.franquicias-highlight .highlight-media {
    margin: 0 auto 1rem;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 34px 64px -32px rgba(0, 0, 0, 0.7);
    background: rgba(255, 255, 255, 0.05);
    padding: 2.4rem;
}

.franquicias-highlight .highlight-video {
    display: block;
    width: 100%;
    height: 100%;
}

.franquicias-highlight .highlight-copy {
    max-width: 880px;
    margin: 0 auto;
}


.franquicias-highlight .highlight-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.88);
    text-align: left;
}

.franquicias-highlight .highlight-list li {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.1rem;
}

.franquicias-highlight .highlight-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5500;
    box-shadow: 0 0 0 6px rgba(255, 85, 0, 0.18);
}



.info-panels {
    padding: 80px 0;
    background: var(--gray-200, #f2f2f2);
}

.franquicias-highlight .highlight-offer {
    margin-top: 4rem;
    padding: 3rem 3.5rem;
    border-radius: 22px;
    background: linear-gradient(136deg, #010407 0%, #121b26 42%, #253341 80%, #3a4d61 100%);
    border: 1px solid rgba(168, 192, 223, 0.22);
    box-shadow: 0 28px 52px -30px rgba(10, 16, 26, 0.78);
}

.franquicias-highlight .highlight-offer .button-primary {
    display: inline-block;
    margin: 1rem 0 2.2rem;
}

.franquicias-highlight .highlight-offer h2 {
    margin-bottom: 2.2rem;
    color: #ffffff;
}

.franquicias-highlight .highlight-offer__note {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.franquicias-highlight .highlight-intro {
    font-size: 1.9rem;
    margin-bottom: 2.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.franquicias-highlight .video-wrapper {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 60px -32px rgba(0, 0, 0, 0.85);
}

.franquicias-highlight .highlight-warning {
    margin-top: 3rem;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    background: rgba(255, 85, 0, 0.12);
    font-weight: 600;
    color: #ffb69a;
    font-size: 1.8rem;
}

.franquicias-highlight .highlight-warning span {
    color: #ff6f1d;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.6rem;
    margin-right: 0.4rem;
}

.modelo-traspaso-page .franquicias-highlight .highlight-warning {
    background: rgba(255, 159, 29, 0.25) !important;
    color: #fff1d0 !important;
    border: none !important;
}

.modelo-traspaso-page .franquicias-highlight .highlight-warning span {
    color: #ff9f1d !important;
}

.modelo-inversor-page .franquicias-highlight .highlight-warning {
    background: rgba(37, 14, 171, 0.25) !important;
    color: #e2ddff !important;
    border: none !important;
}

.modelo-inversor-page .franquicias-highlight .highlight-warning span {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.18);
    padding: 0.1rem 1rem;
    border-radius: 999px;
}

.info-panels h2 {
    margin-bottom: 1.8rem;
    text-align: center;
    color: #111111;
}

.info-panels .panel {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 24px 40px -32px rgba(0, 0, 0, 0.35);
    padding: 2rem;
    height: 100%;
}

.info-panels .panel h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff5500;
}

.agenda-section {
    background-color: #ffffff;
    padding: 54px 0 0;
}

.agenda-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #ff5500;
    font-size: clamp(3.2rem, 5vw, 4.4rem);
}
.agenda-section.agenda-spacing h2,
.agenda-section[data-spacing="extra"] h2 {
    margin-bottom: calc(2rem + 20px) !important;
}

.agenda-timeline {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 1.9rem;
}

.agenda-item {
    margin-bottom: 2.4rem;
    position: relative;
    padding-left: 3rem;
    z-index: 1;
}

.agenda-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 12px;
    height: 12px;
    background-color: #ff5500;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.agenda-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 85, 0, 0.2);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.agenda-item time,
.agenda-item h3 {
    display: block;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    line-height: 1.4;
}

.agenda-item .timeline-light {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.66);
    font-size: 1.9rem;
}

.contact-strip--cta {
    background: #040405;
    color: #ffffff;
    padding: 66px 0 78px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-strip__inner {
    margin: 0 auto;
}

.contact-strip--cta .contact-strip__inner {
    max-width: 760px;
}

.contact-strip--dark {
    background: #000000;
    color: #ffffff;
    padding: 42px 0 64px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.stat-card {
    padding: 4.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 30px -28px rgba(0, 0, 0, 0.8);
}

.modelo-traspaso-page .stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.stat-card__value {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: #ff5500;
    line-height: 1;
}

.modelo-traspaso-page .stat-card__value {
    font-size: 40px !important;
    font-weight: 600;
    color: #ff9f1d;
}

@media (max-width: 991px) {
    .modelo-traspaso-page .highlight-subtag {
        gap: 3rem;
        padding: 1rem 1.8rem;
    }
    .modelo-traspaso-page .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .modelo-traspaso-page .stat-card {
        padding: 3rem;
    }
}

@media (max-width: 767px) {
    .modelo-traspaso-page .hero-headline h1 {
        font-size: clamp(2.8rem, 6vw, 3.6rem);
    }
    .modelo-traspaso-page .model-switch {
        gap: 0.8rem;
    }
    .modelo-traspaso-page .stats-grid {
        grid-template-columns: 1fr;
    }
    .modelo-traspaso-page .stat-card {
        padding: 2.4rem;
    }
}

@media (max-width: 575px) {
    .modelo-traspaso-page .highlight-subtag {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
        padding: 1.2rem;
    }
    .modelo-traspaso-page .highlight-subtag span {
        padding-left: 2.4rem;
    }
    .modelo-traspaso-page .highlight-subtag span::before {
        top: 26%;
    }
    .modelo-traspaso-page .contact-strip--cta .button {
        width: 100%;
    }
    .modelo-traspaso-page .stat-card,
    .modelo-traspaso-page.franch-emprende-page .stat-card {
        margin-left: 0;
        margin-right: 0;
    }
}

.stat-card__label {
    margin: 0.6rem 0 0;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
}

.contact-strip--cta h2 {
    font-size: clamp(3rem, 6vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.contact-strip--cta p {
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 620px;
}

.contact-strip--cta hr {
    width: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin: 0 auto 2.4rem;
    display: block;
}

@media (max-width: 991px) {
    .franquicias-highlight {
        padding: 90px 0 84px;
    }

    .franquicias-highlight .highlight-header h1,
    .franquicias-highlight .highlight-header h2 {
        margin-bottom: 2.5rem;
        padding: 1.15rem 2.4rem;
        font-size: clamp(3.2rem, 5vw, 4rem);
    }

    .franquicias-highlight .highlight-media {
        margin-bottom: 2.5rem;
    }

    .franquicias-highlight .highlight-list {
        font-size: 1.45rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .stat-card {
        padding: 3rem;
    }

    .stat-card__value {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .franquicias-highlight {
        padding: 20px 0 72px;
    }

    .franquicias-highlight .hero-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .franquicias-highlight .model-switch {
        width: 100%;
        flex-wrap: wrap;
        gap: 0.6rem;
        border-radius: 16px;
    }

    .franquicias-highlight .model-switch__btn {
        flex: 1 1 calc(50% - 0.6rem);
        text-align: center;
        font-size: 1.9rem;
        padding: 0.9rem 1rem;
        border-radius: 14px;
    }

    .franquicias-top-bar .course-tab__title {
        font-size: 1.7rem;
    }

    .franquicias-highlight .highlight-header h1,
    .franquicias-highlight .highlight-header h2 {
        flex-direction: column;
        gap: 0.6rem;
        text-align: center;
        padding: 2.7rem 3.4rem;
        font-size: 3.2rem;
    }

    .franquicias-highlight .highlight-header h1::before,
    .franquicias-highlight .highlight-header h2::before {
        margin-bottom: 0.2rem;
    }

    .franquicias-highlight .highlight-list {
        font-size: 1.5rem;
        padding-left: 0.4rem;
    }

    .franquicias-highlight .highlight-list li::before {
        left: 0.6rem;
        top: 0.8rem;
    }

    .franquicias-highlight .highlight-offer {
        padding: 2.4rem 2rem;
    }

    .franquicias-highlight .highlight-media {
        padding: 1rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .stat-card {
        padding: 2.6rem;
    }

    .stat-card__value {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .hero-fis2025 {
        text-align: center;
        padding: 100px 0 60px;
    }

    .hero-fis2025 .hero-header {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .hero-fis2025 p {
        margin: 0 auto;
    }

    .info-panels {
        padding: 60px 0;
    }

    .agenda-section {
        padding: 60px 0;
    }

    .contact-strip {
        text-align: center;
    }

    .contact-strip p {
        margin: 0 auto 1.5rem;
    }
}
 
@media (max-width: 575px) {
    .hero-fis2025 .hero-header img,
    .franquicias-highlight .hero-header img {
        max-height: 43px;
    }

    .franch-emprende-page .franquicias-highlight {
        padding-top: 18px !important;
    }
}

.hero-fis2025 .cta-wrapper .button-primary:hover,
.hero-fis2025 .cta-wrapper .button-primary:focus,
.franquicias-highlight .highlight-offer .button-primary:hover,
.franquicias-highlight .highlight-offer .button-primary:focus,
.contact-strip--cta .button:hover,
.contact-strip--cta .button:focus,
.contact-strip:not(.contact-strip--cta) .button:hover,
.contact-strip:not(.contact-strip--cta) .button:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.5);
    background-color: #ff6f1d !important;
    color: #ffffff !important;
}


@media (max-width: 575px) {
    .franquicias-highlight .highlight-offer .button-primary {
        width: 100%;
    }
}


.franch-emprende-page .franquicias-highlight {
    position: relative;
    padding: 28px 0 72px;
    background: linear-gradient(136deg, #010407 0%, #121b26 40%, #253341 72%, #3a4d61 100%);
    color: #ffffff;
    overflow: hidden;
}
.franch-emprende-page .franquicias-highlight::before,
.franch-emprende-page .franquicias-highlight::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 204, 222, 0.12) 0%, rgba(184, 204, 222, 0) 68%);
    z-index: 0;
}
.franch-emprende-page .franquicias-highlight::before { top: -180px; left: -120px; }
.franch-emprende-page .franquicias-highlight::after { bottom: -220px; right: -140px; }
.franch-emprende-page .franquicias-highlight .container { position: relative; z-index: 1; }
.franch-emprende-page .franquicias-highlight .highlight-header h1,
.franch-emprende-page .franquicias-highlight .highlight-header h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    font-size: clamp(3.4rem, 5vw, 4.6rem);
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 3rem;
    padding: 1.5rem 3.2rem;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 48px -24px rgba(0, 0, 0, 0.8);
}
.franch-emprende-page .franquicias-highlight .highlight-header {
    margin: 3rem auto;
    max-width: 960px;
}
.franch-emprende-page .franquicias-highlight .hero-highlight-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    text-transform: none;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 2rem;
}
.franch-emprende-page .franquicias-highlight .highlight-header h1::before,
.franch-emprende-page .franquicias-highlight .highlight-header h2::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff5500;
    box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.15);
    flex-shrink: 0;
}
.franch-emprende-page .franquicias-highlight .highlight-media {
    margin: 0 auto 4rem;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 34px 64px -32px rgba(0, 0, 0, 0.7);
    background: rgba(255, 255, 255, 0.05);
    padding: 2.4rem;
}
.franch-emprende-page .franquicias-highlight .highlight-intro {
    font-size: 1.9rem;
    margin-bottom: 2.8rem;
    color: rgba(255, 255, 255, 0.9);
}
.franch-emprende-page .franquicias-highlight .video-wrapper {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 60px -32px rgba(0, 0, 0, 0.85);
}
.franch-emprende-page .franquicias-highlight .highlight-warning {
    margin-top: 3rem;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    background: rgba(255, 85, 0, 0.12);
    font-weight: 600;
    color: #ffb69a;
    font-size: 1.8rem;
}
.franch-emprende-page .franquicias-highlight .highlight-warning span {
    color: #ff6f1d;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.6rem;
    margin-right: 0.4rem;
}
.franch-emprende-page .franquicias-highlight .highlight-media {
    padding: 2.4rem;
}
.franch-emprende-page .franquicias-highlight .highlight-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.88);
}
.franch-emprende-page .franquicias-highlight .highlight-list li {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.1rem;
}
.franch-emprende-page .franquicias-highlight .highlight-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6f1d;
    box-shadow: 0 0 0 6px rgba(255, 111, 29, 0.18);
}
.franch-emprende-page .contact-strip--cta {
    background: #ffffff;
    color: #000000;
    padding: 0 0 54px;
    text-align: center;
}
.franch-emprende-page .contact-strip--cta .contact-strip__inner {
    max-width: 760px;
}

.modelo-traspaso-page .contact-strip--cta .contact-strip__inner {
    max-width: 591px;
}
.franch-emprende-page .contact-strip--dark {
    background: #000000;
    color: #ffffff;
    padding: 42px 0 64px;
}
.modelo-emprende-page .dossier-banner {
    position: relative;
    padding: 47px 0;
    background-image: url("../../images/modelo-emprende-background.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #ffffff;
}

.modelo-emprende-page .dossier-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.85), rgba(7, 12, 20, 0.55));
}

.modelo-emprende-page .dossier-banner .container {
    position: relative;
}

.modelo-emprende-page .dossier-banner__content {
    max-width: 620px;
}

.modelo-emprende-page .dossier-banner__content h2 {
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.modelo-emprende-page .dossier-banner__content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.9rem;
}

.modelo-emprende-page .dossier-banner__content .button {
    margin-top: 2rem;
    background-color: #ff5500;
    border: none;
    color: #ffffff;
}
.modelo-emprende-page .stats-grid--overlay {
    gap: 2.4rem;
}

.modelo-emprende-page .stats-grid--overlay .stat-card {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 32px 60px -40px rgba(0, 0, 0, 0.8);
}

.modelo-emprende-page .stats-grid--overlay .stat-card__label {
    color: #ffffff;
}

.modelo-emprende-page .stats-grid--overlay .stat-card__value {
    color: #ff5500;
}

.modelo-traspaso-page .traspaso-metrics-banner {
    position: relative;
    padding: 47px 0;
    background-image: url("../../images/modelo-traspaso-background.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #ffffff;
}

.modelo-traspaso-page .traspaso-metrics-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.82), rgba(2, 10, 18, 0.55));
}

.modelo-traspaso-page .traspaso-metrics-banner .container {
    position: relative;
}

.modelo-traspaso-page .stats-grid--overlay {
    gap: 2.4rem;
}

.modelo-traspaso-page .stats-grid--overlay .stat-card {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 32px 60px -40px rgba(0, 0, 0, 0.8);
}

.modelo-traspaso-page .stats-grid--overlay .stat-card__label {
    color: #ffffff;
}

.modelo-traspaso-page .stats-grid--overlay .stat-card__value {
    color: #ff9f1d !important;
}
.franch-emprende-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 0;
    text-align: center;
}
.franch-emprende-page .stat-card {
    padding: 4.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 30px -28px rgba(0, 0, 0, 0.8);
}
.franch-emprende-page .stat-card__value {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: #ff5500;
    line-height: 1;
}
.franch-emprende-page .stat-card__label {
    margin: 0.6rem 0 0;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.franch-emprende-page .contact-strip--dark .contact-strip__inner {
    max-width: 960px;
}
.franch-emprende-page .agenda-section {
    background-color: #ffffff;
    padding: 54px 0 0;
}
.franch-emprende-page .agenda-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #ff5500;
    font-size: clamp(3.2rem, 5vw, 4.4rem);
}
.franch-emprende-page .agenda-timeline {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 1.5rem;
}
.franch-emprende-page .agenda-item {
    margin-bottom: 2.4rem;
    position: relative;
    padding-left: 3rem;
}

@media (max-width: 575px) {
    .franch-emprende-page .franquicias-highlight .highlight-media {
        padding: 1.2rem;
    }
}

@media (max-width: 991px) {
    .franch-emprende-page .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .franch-emprende-page .stat-card {
        padding: 3rem;
    }

    .franch-emprende-page .stat-card__value {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .franch-emprende-page .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .franch-emprende-page .stat-card {
        padding: 2.6rem;
        margin: 0.4rem 4.25rem;
    }

    .franch-emprende-page .stat-card__value {
        font-size: 42px;
    }
}
.franch-emprende-page .agenda-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff5500;
    box-shadow: 0 0 0 6px rgba(255, 85, 0, 0.2);
}
.franch-emprende-page .agenda-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 85, 0, 0.15);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.franch-emprende-page .agenda-item time {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
}
.franch-emprende-page .agenda-item time .timeline-light {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.66);
}
.franquicias-highlight .highlight-subtag {
    display: flex;
    align-items: center;
    gap: 5.2rem;
    font-size: 1.9rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    justify-content: center;
    padding: 1.1rem 2.4rem;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 48px -24px rgba(0, 0, 0, 0.8);
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.franquicias-highlight .highlight-subtag::before {
    content: none;
}

.franquicias-highlight .highlight-subtag span {
    position: relative;
    padding-left: 2.8rem;
    font-weight: 600;
}

.franquicias-highlight .highlight-subtag span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 32%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff5500;
    box-shadow: 0 0 0 4px rgba(255, 85, 0, 0.12), 0 0 0 10px rgba(255, 85, 0, 0.05);
    transform: translateY(-30%);
    animation: beaconPulse 3s ease-in-out infinite;
}

.modelo-traspaso-page .highlight-subtag span::before {
    background: #ff9f1d;
    box-shadow: 0 0 0 4px rgba(255, 159, 29, 0.25), 0 0 0 10px rgba(255, 159, 29, 0.12);
}

@media (max-width: 575px) {
    .modelo-traspaso-page .highlight-subtag {
        font-size: 1.6rem !important;
        gap: 1rem !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.4rem;
    }
    .modelo-traspaso-page .highlight-subtag span {
        padding-left: 1.6rem;
        width: 100%;
        max-width: 360px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .modelo-traspaso-page .highlight-subtag span::before {
        position: relative;
        margin-right: 0.8rem;
        left: auto;
        top: auto;
        transform: none;
    }
    .modelo-traspaso-page .stat-card,
    .modelo-traspaso-page.franch-emprende-page .stat-card {
        margin-left: 0;
        margin-right: 0;
    }
}

.franquicias-highlight .hero-headline {
    text-align: center;
    margin-bottom: 2.5rem;
}

.franquicias-highlight .hero-headline h1 {
    font-size: clamp(3.2rem, 5.5vw, 4.8rem);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.modelo-inversor-page .franquicias-highlight {
    background: linear-gradient(136deg, #010407 0%, #121b26 40%, #253341 72%, #3a4d61 100%);
    color: #ffffff;
    padding-bottom: 60px;
}

.modelo-inversor-page .inversor-hero__content {
    padding: 2rem 0 0;
}

.modelo-inversor-page .inversor-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.modelo-inversor-page .inversor-hero__subtitle {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    color: rgba(255, 255, 255, 0.85);
}

.modelo-inversor-page .inversor-hero__benefits {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3rem;
    display: grid;
    gap: 0.8rem;
}

.modelo-inversor-page .inversor-hero__benefits li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.8rem;
    background: #250eab;
    flex-shrink: 0;
}

.modelo-inversor-page .inversor-hero__benefits li {
    font-size: 1.9rem;
    display: block;
}

.modelo-inversor-page .inversor-hero__benefits li strong {
    font-weight: 600;
}

.modelo-inversor-page .inversor-hero__note {
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.modelo-inversor-page,
.modelo-inversor-page p,
.modelo-inversor-page li,
.modelo-inversor-page .button,
.modelo-inversor-page .button-outline,
.modelo-inversor-page .button-primary,
.modelo-inversor-page .section-subtitle,
.modelo-inversor-page .eyebrow {
    font-size: 1.9rem;
    line-height: 1.5;
}
.modelo-inversor-page .section-subtitle,
.modelo-inversor-page .eyebrow {
    font-size: 1.6rem !important;
}

.modelo-inversor-page .cta-number {
    font-size: 5rem;
    display: inline-block;
    margin-top: 0.4rem;
    font-family: "Poppins", sans-serif;
    color: #8aa0ff;
}

.modelo-inversor-page .inversor-hero__cta .button {
    background-color: #250eab !important;
    border: none;
    color: #ffffff !important;
    padding: 1.4rem 2.6rem;
    font-weight: 600;
    font-size: 2.6rem;
    border-radius: 18px;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

.modelo-inversor-page .inversor-hero__cta .button:hover,
.modelo-inversor-page .inversor-hero__cta .button:focus {
    transform: translateY(-2px);
}



.modelo-inversor-page .inversor-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.modelo-inversor-page .inversor-hero__footnote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.9rem;
    text-align: center;
}

.modelo-inversor-page .inversor-section {
    padding: 60px 0 80px;
    background: #f5f7fb;
}

.modelo-inversor-page .inversor-section.inversor-compare,
.modelo-inversor-page .inversor-section.inversor-team {
    background: #ffffff;
}

.modelo-inversor-page .inversor-section h2 {
    text-align: center;
    margin-bottom: 2.8rem;
}

.modelo-inversor-page .section-subtitle,
.modelo-inversor-page .eyebrow {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2.4rem;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 1.3rem;
}

.modelo-inversor-page .eyebrow {
    color: #ff6f1d;
    letter-spacing: 0.2em;
}

.modelo-inversor-page .compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.4rem;
    margin-top: 30px;
}

.modelo-inversor-page .compare-card {
    background: #0f172a;
    color: #ffffff;
    border-radius: 22px;
    padding: 2.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 45px -30px rgba(15, 23, 42, 0.9);
}

.modelo-inversor-page .compare-card h3 {
    font-size: 2.8rem !important;
    margin-bottom: 1.6rem;
}

.modelo-inversor-page .compare-card h3 span {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
}

.modelo-inversor-page .compare-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 0.9rem;
}

.modelo-inversor-page .compare-card--highlight {
    background: linear-gradient(135deg, #111b2d, #ff6f1d);
    border-color: rgba(255, 255, 255, 0.3);
}

.modelo-inversor-page .equity-grid {
    display: grid;
    grid-template-columns: minmax(340px, 3fr) minmax(220px, 2fr);
    gap: 8rem;
    align-items: center;
}

@media (max-width: 991px) {
    .modelo-inversor-page .equity-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

.modelo-inversor-page .equity-list {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1.2rem;
}

.modelo-inversor-page .equity-list strong {
    color: #ff5500;
}

.modelo-inversor-page .equity-list strong.equity-note {
    color: inherit;
}

.modelo-inversor-page .equity-figure {
    background: #0f172a;
    border-radius: 28px;
    padding: 3rem;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 25px 50px -30px rgba(15, 23, 42, 0.6);
}

.modelo-inversor-page .equity-figure-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.4rem;
}

.modelo-inversor-page .equity-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 1.6rem;
}

.modelo-inversor-page .equity-caption {
    font-size: 1.9rem;
    text-align: center;
    color: #0f172a;
    font-weight: 700;
}

.modelo-inversor-page .equity-split span {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
}

.modelo-inversor-page .cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.modelo-inversor-page .inversor-cases {
    position: relative;
    padding: 47px 0 80px;
    background-image: url("../../images/modelo-inversos-background-1.jpg");
    background-size: cover;
    background-position: center;
}

.modelo-inversor-page .inversor-cases::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.85), rgba(7, 12, 20, 0.55));
}

.modelo-inversor-page .inversor-cases .container {
    position: relative;
}

.modelo-inversor-page .inversor-cases h2,
.modelo-inversor-page .inversor-cases .section-subtitle {
    color: #ffffff;
}

.modelo-inversor-page .case-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.4rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 30px 60px -45px rgba(15, 23, 42, 0.7);
}

.modelo-inversor-page .case-card h3 {
    font-size: 24px !important;
    line-height: 1.6 !important;
    margin-bottom: 1.6rem;
    color: #0f172d;
}

.modelo-inversor-page .case-card span {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.6rem;
    color: #ff5500;
}

.modelo-inversor-page .case-card ul {
    list-style: none;
    padding-left: 0;
    margin: 1.6rem 0 0;
    display: grid;
    gap: 0.6rem;
}

.modelo-inversor-page .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.modelo-inversor-page .team-portrait {
    margin: 2rem auto 0;
    max-width: 960px;
    text-align: center;
}

.modelo-inversor-page .team-portrait img {
    border-radius: 20px;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    box-shadow: 0 25px 55px -35px rgba(0, 0, 0, 0.7);
}

.modelo-inversor-page .team-portrait figcaption {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    color: #4b5563;
}

.modelo-inversor-page .team-card {
    background: linear-gradient(145deg, #0f172a, #010409);
    color: #ffffff;
    padding: 2.8rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modelo-inversor-page .team-card h3 {
    font-size: 24px !important;
}

.modelo-inversor-page .inversor-cta {
    position: relative;
    text-align: center;
    background-image: url("../../images/modelo-inversos-background-2.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 60px 0 90px;
    overflow: hidden;
}

.modelo-inversor-page .inversor-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(10, 16, 25, 0.6));
}

.modelo-inversor-page .inversor-cta .container {
    position: relative;
}

.modelo-inversor-page .inversor-cta h2 {
    color: #ffffff;
}

.modelo-inversor-page .inversor-cta p {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.modelo-inversor-page .inversor-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 4rem;
}

.modelo-inversor-page .inversor-cta__buttons .button {
    background-color: #250eab !important;
    border: none;
    color: #ffffff !important;
    padding: 1.4rem 2.6rem;
    font-weight: 600;
    font-size: 2.6rem;
    border-radius: 18px;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

.modelo-inversor-page .inversor-cta__buttons .button:hover,
.modelo-inversor-page .inversor-cta__buttons .button:focus {
    transform: translateY(-2px);
}

.franquicias-page .franquicias-hub-hero {
    background: linear-gradient(135deg, #0f172a, #1f2937);
    color: #ffffff;
    padding-bottom: 4rem;
}

.franquicias-page .franquicias-hub-hero__content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}


.franquicias-page .hero-models-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 3.2rem;
}

.franquicias-page .hero-model-card {
    --hero-accent: #ff934f;
    position: relative;
    text-align: left;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 2.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    box-shadow: 0 30px 60px -35px rgba(5, 17, 34, 0.85);
    border-top: 5px solid var(--hero-accent);
    overflow: hidden;
    min-height: 100%;
}

.franquicias-page .hero-model-card::after {
    content: "";
    position: absolute;
    inset: auto -40% -40% auto;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 70%);
    opacity: 0.15;
    pointer-events: none;
}

.franquicias-page .hero-model-card__tag {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.7);
}

.franquicias-page .hero-model-card__heading {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.franquicias-page .hero-model-card h3 {
    font-size: 2.8rem;
    margin: 0;
}

.franquicias-page .hero-model-card__heading--hero {
    align-items: center;
    text-align: center;
    gap: 0.8rem;
    margin-bottom: 2.2rem;
}

.franquicias-page .hero-model-card__heading--hero .hero-model-card__tag {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
}

.franquicias-page .hero-model-card__heading--hero h1 {
    margin: 0;
}

.franquicias-page .hero-model-card p,
.franquicias-page .hero-model-card li {
    color: rgba(255, 255, 255, 0.9);
}

.franquicias-page .hero-model-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.franquicias-page .hero-model-card ul li {
    display: flex;
    align-items: flex-start;
}

.franquicias-page .hero-model-card ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hero-accent);
    margin-right: 0.9rem;
    margin-top: 1rem;
    display: inline-block;
    flex-shrink: 0;
}

.franquicias-page .hero-model-card .button {
    align-self: stretch;
    background: var(--hero-accent);
    border: none;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.9);
    color: #ffffff !important;
    font-weight: 600;
}

.franquicias-page .hero-model-card--traspaso .button,
.franquicias-page .hero-model-card--traspaso .button.button-primary,
.franquicias-page .hero-model-card--traspaso .button-primary--traspaso {
    background: #ff9f1d !important;
    color: #ffffff !important;
}

.franquicias-page .hero-model-card--traspaso .button-primary--traspaso:hover,
.franquicias-page .hero-model-card--traspaso .button-primary--traspaso:focus,
.franquicias-page .hero-model-card--traspaso .button:hover,
.franquicias-page .hero-model-card--traspaso .button:focus {
    filter: brightness(1.05);
}

.franquicias-page .hero-model-card--emprende .button {
    margin-top: 16px;
}

.franquicias-page .hero-model-card--inversor .button,
.franquicias-page .hero-model-card--inversor .button.button-primary {
    background: #250eab !important;
    color: #ffffff !important;
}

.franquicias-page .hero-model-card--inversor .button:hover,
.franquicias-page .hero-model-card--inversor .button:focus {
    filter: brightness(1.08);
}

.franquicias-page .hero-model-card .button:hover,
.franquicias-page .hero-model-card .button:focus {
    filter: brightness(1.1);
}

.franquicias-page .hero-model-card--emprende {
    --hero-accent: #ff5500;
    background: linear-gradient(155deg, rgba(255, 85, 0, 0.32), rgba(15, 23, 42, 0.92));
}

.franquicias-page .hero-model-card--traspaso {
    --hero-accent: #ff9f1d;
    background: linear-gradient(155deg, rgba(255, 159, 29, 0.35), rgba(15, 23, 42, 0.92));
}

.franquicias-page .hero-model-card--inversor {
    --hero-accent: #250eab;
    background: linear-gradient(155deg, rgba(37, 14, 171, 0.32), rgba(15, 23, 42, 0.92));
}

@media (max-width: 640px) {
    .franquicias-page .franquicias-top-bar .course-tabs {
        flex-direction: column;
        gap: 1.2rem;
    }

    .franquicias-page .hero-models-grid {
        grid-template-columns: 1fr;
    }

    .franquicias-page .hero-model-card h3 {
        font-size: 3.2rem !important;
    }

    .franquicias-page .hero-model-card__tag {
        font-size: 1.4rem !important;
    }

    .franquicias-page .hero-model-card p,
    .franquicias-page .hero-model-card li {
        font-size: 1.8rem !important;
    }

    .franquicias-page .hero-model-card .button {
        font-size: 3.1rem !important;
    }
}

@media (min-width: 641px) {
    .franquicias-page .hero-models-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .franquicias-page .hero-models-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
