body.franquicias-info-page {
    --fr-green: #9cbd37;
    --fr-green-light: #b9dc4a;
    --fr-black: #030303;
    --fr-panel: #0b0c09;
    --fr-line: #2d3518;
    --fr-copy: #c7c7c7;
    margin: 0;
    background-color: var(--fr-black);
    color: #fff;
    font-family: "Roboto", sans-serif;
}

body.franquicias-info-page *,
body.franquicias-info-page *::before,
body.franquicias-info-page *::after {
    box-sizing: border-box;
}

body.franquicias-info-page h1,
body.franquicias-info-page h2,
body.franquicias-info-page h3 {
    font-family: "Anybody", sans-serif;
}

body.franquicias-info-page .academy-video-footer {
    margin-top: 0;
}

.fr-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    border-bottom: 1px solid rgba(156, 189, 55, 0.65);
    background:
        linear-gradient(90deg, #050604 0%, #050604 54%, rgba(5, 6, 4, 0.74) 72%, rgba(5, 6, 4, 0.15) 100%),
        radial-gradient(circle at 24% 14%, rgba(156, 189, 55, 0.14), transparent 31%);
}

.fr-hero-grid {
    display: grid;
    min-height: 720px;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    align-items: center;
    gap: clamp(36px, 6vw, 96px);
}

.fr-hero-copy {
    position: relative;
    z-index: 2;
    padding: 74px 0;
}

.fr-kicker {
    margin: 0 0 17px;
    color: var(--fr-green-light);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.fr-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--fr-green);
    font-size: clamp(3rem, 5.5vw, 6.1rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 0.92;
}

.fr-hero-lead {
    max-width: 670px;
    margin: 26px 0 0;
    color: #fff;
    font-size: clamp(1.08rem, 1.55vw, 1.34rem);
    font-weight: 550;
    line-height: 1.55;
}

.fr-hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.fr-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 23px;
    border: 1px solid var(--fr-green);
    border-radius: 999px;
    background-color: var(--fr-green);
    color: #050505;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.fr-button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: currentColor;
}

.fr-button:hover,
.fr-button:focus-visible {
    border-color: var(--fr-green-light);
    background-color: var(--fr-green-light);
    color: #000;
    transform: translateY(-1px);
}

.fr-button:focus-visible,
.fr-text-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.fr-text-link {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: var(--fr-green);
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

.fr-text-link:hover {
    color: var(--fr-green-light);
}

.fr-investment {
    display: flex;
    max-width: 610px;
    margin-top: 48px;
    border-top: 1px solid #353b29;
    border-bottom: 1px solid #353b29;
}

.fr-investment > div {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    padding: 19px 25px 18px 0;
}

.fr-investment > div + div {
    padding-left: 25px;
    border-left: 1px solid #353b29;
}

.fr-investment span {
    color: #9e9e9e;
    font-size: 0.77rem;
    font-weight: 700;
}

.fr-investment strong {
    color: #fff;
    font-family: "Anybody", sans-serif;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    line-height: 1;
}

.fr-investment small {
    color: var(--fr-green-light);
    font-size: 0.45em;
}

.fr-hero-image {
    position: relative;
    align-self: stretch;
    min-height: 720px;
    margin: 0;
}

.fr-hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #050604 0%, transparent 24%), linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent 33%);
    content: "";
    pointer-events: none;
}

.fr-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 840px;
    object-fit: cover;
    object-position: center 27%;
}

.fr-hero-image figcaption {
    position: absolute;
    right: 24px;
    bottom: 25px;
    left: 24px;
    z-index: 1;
    padding-left: 15px;
    border-left: 3px solid var(--fr-green);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 650;
    line-height: 1.4;
}

.fr-foundations,
.fr-campaign,
.fr-tools,
.fr-opportunity,
.fr-final-cta {
    padding: clamp(64px, 7vw, 108px) 0;
}

.fr-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: clamp(34px, 8vw, 130px);
    margin-bottom: 44px;
}

.fr-section-heading h2,
.fr-campaign h2,
.fr-tools h2,
.fr-final-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.05rem, 3.7vw, 4rem);
    font-weight: 720;
    letter-spacing: -0.025em;
    line-height: 1.03;
}

.fr-section-heading > p {
    max-width: 580px;
    margin: 0;
    color: var(--fr-copy);
    font-size: 1.03rem;
    line-height: 1.65;
}

.fr-foundation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--fr-line);
    border-bottom: 1px solid var(--fr-line);
}

.fr-foundation-grid article {
    min-width: 0;
    padding: 34px clamp(22px, 3vw, 42px) 37px 0;
}

.fr-foundation-grid article + article {
    padding-left: clamp(22px, 3vw, 42px);
    border-left: 1px solid var(--fr-line);
}

.fr-foundation-value {
    display: block;
    margin-bottom: 30px;
    color: var(--fr-green);
    font-family: "Anybody", sans-serif;
    font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 780;
    line-height: 1;
}

.fr-foundation-grid h3,
.fr-tool-list h3,
.fr-opportunity-list h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.25;
}

.fr-foundation-grid p,
.fr-tool-list p,
.fr-opportunity-list p {
    margin: 0;
    color: var(--fr-copy);
    font-size: 0.94rem;
    line-height: 1.62;
}

.fr-campaign {
    background:
        linear-gradient(115deg, rgba(156, 189, 55, 0.07), transparent 42%),
        #070807;
}

.fr-campaign-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.87fr) minmax(460px, 1.13fr);
    align-items: center;
    gap: clamp(50px, 8vw, 130px);
}

.fr-campaign-lead {
    max-width: 690px;
    margin: 23px 0 0;
    color: #ddd;
    font-size: 1.04rem;
    line-height: 1.68;
}

.fr-check-list {
    display: grid;
    gap: 13px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.fr-check-list li {
    position: relative;
    padding-left: 22px;
    color: var(--fr-copy);
    font-size: 0.94rem;
    line-height: 1.55;
}

.fr-check-list li::before {
    position: absolute;
    top: 0.56em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--fr-green);
    content: "";
}

.fr-check-list strong {
    color: #fff;
}

.fr-campaign-note {
    margin: 28px 0 0;
    padding: 18px 20px;
    border-left: 2px solid var(--fr-green);
    background-color: #10130d;
    color: #bdbdbd;
    font-size: 0.9rem;
    line-height: 1.6;
}

.fr-campaign-media {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 5fr);
    align-items: end;
    gap: 15px;
}

.fr-campaign-media figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid #3a4621;
    border-radius: 14px;
    background-color: #10110f;
}

.fr-campaign-media img {
    display: block;
    width: 100%;
    height: auto;
}

.fr-campaign-manual img {
    background-color: #fff;
}

.fr-campaign-media figcaption {
    min-height: 49px;
    padding: 11px 13px;
    color: #aaa;
    font-size: 0.73rem;
    line-height: 1.35;
}

.fr-tools {
    overflow: hidden;
    background-color: #020302;
}

.fr-tools-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
    align-items: center;
    gap: clamp(50px, 10vw, 150px);
}

.fr-tools-image {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
}

.fr-tools-image::before {
    position: absolute;
    top: 12%;
    left: 50%;
    width: min(35vw, 430px);
    aspect-ratio: 1;
    border: 1px solid rgba(24, 255, 164, 0.18);
    border-radius: 50%;
    background: rgba(24, 255, 164, 0.055);
    box-shadow: 0 0 100px rgba(24, 255, 164, 0.07);
    content: "";
    transform: translateX(-50%);
}

.fr-tools-image img {
    position: relative;
    display: block;
    width: min(100%, 390px);
    max-height: 720px;
    border: 1px solid #133f43;
    border-radius: 26px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
    object-fit: cover;
    object-position: center top;
}

.fr-tool-list {
    display: grid;
    margin-top: 34px;
}

.fr-tool-list article {
    display: grid;
    grid-template-columns: minmax(190px, 0.52fr) minmax(0, 1fr);
    gap: 28px;
    padding: 25px 0;
    border-top: 1px solid #252b1b;
}

.fr-tool-list article:last-child {
    border-bottom: 1px solid #252b1b;
}

.fr-opportunity {
    background-color: #090a08;
}

.fr-section-heading-compact {
    grid-template-columns: minmax(0, 760px);
}

.fr-opportunity-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--fr-line);
}

.fr-opportunity-list article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    padding: 32px 38px 32px 0;
    border-bottom: 1px solid var(--fr-line);
}

.fr-opportunity-list article:nth-child(even) {
    padding-right: 0;
    padding-left: 38px;
    border-left: 1px solid var(--fr-line);
}

.fr-opportunity-mark {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fr-green);
    border-radius: 50%;
    color: var(--fr-green-light);
    font-family: "Anybody", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.fr-opportunity-pin svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.fr-final-cta {
    background-color: #000;
}

.fr-final-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: clamp(34px, 5vw, 68px);
    border-radius: 24px;
    background:
        radial-gradient(circle at 4% 0%, rgba(255, 255, 255, 0.22), transparent 29%),
        var(--fr-green);
    color: #050505;
}

.fr-final-cta h2 {
    max-width: 750px;
    color: #050505;
}

.fr-final-cta p {
    max-width: 660px;
    margin: 17px 0 0;
    color: #182005;
    font-size: 1rem;
    line-height: 1.55;
}

.fr-button-dark {
    flex: 0 0 auto;
    border-color: #050505;
    background-color: #050505;
    color: #fff;
}

.fr-button-dark:hover,
.fr-button-dark:focus-visible {
    border-color: #050505;
    background-color: transparent;
    color: #050505;
}

@media screen and (max-width: 1080px) {
    .fr-hero,
    .fr-hero-grid,
    .fr-hero-image {
        min-height: 650px;
    }

    .fr-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
        gap: 25px;
    }

    .fr-campaign-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
        gap: 44px;
    }

    .fr-tools-grid {
        gap: 55px;
    }

    .fr-tool-list article {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media screen and (max-width: 860px) {
    .fr-hero {
        min-height: 0;
    }

    .fr-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fr-hero-copy {
        padding: 58px 0 45px;
    }

    .fr-hero h1 {
        font-size: clamp(2.75rem, 11vw, 5rem);
    }

    .fr-hero-image {
        width: calc(100% + 40px);
        min-height: 540px;
        margin-left: -20px;
    }

    .fr-hero-image::after {
        background: linear-gradient(180deg, #050604 0%, transparent 22%), linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 35%);
    }

    .fr-section-heading,
    .fr-campaign-grid,
    .fr-tools-grid {
        grid-template-columns: 1fr;
    }

    .fr-section-heading {
        align-items: start;
        gap: 18px;
    }

    .fr-foundation-grid {
        grid-template-columns: 1fr;
    }

    .fr-foundation-grid article,
    .fr-foundation-grid article + article {
        padding: 28px 0;
        border-left: 0;
    }

    .fr-foundation-grid article + article {
        border-top: 1px solid var(--fr-line);
    }

    .fr-foundation-value {
        margin-bottom: 18px;
    }

    .fr-campaign-media {
        max-width: 680px;
        margin: 0 auto;
    }

    .fr-tools-image {
        grid-row: 2;
    }

    .fr-tools-image::before {
        width: min(72vw, 430px);
    }

    .fr-tools-image img {
        width: min(76vw, 390px);
    }

    .fr-opportunity-list {
        grid-template-columns: 1fr;
    }

    .fr-opportunity-list article,
    .fr-opportunity-list article:nth-child(even) {
        padding: 28px 0;
        border-left: 0;
    }

    .fr-final-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .fr-button-dark {
        flex: none;
    }
}

@media screen and (max-width: 520px) {
    .fr-hero-copy {
        padding-top: 45px;
    }

    .fr-kicker {
        font-size: 0.72rem;
        line-height: 1.45;
    }

    .fr-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fr-button {
        width: 100%;
    }

    .fr-text-link {
        align-self: flex-start;
    }

    .fr-investment {
        margin-top: 38px;
    }

    .fr-investment > div {
        padding-right: 15px;
    }

    .fr-investment > div + div {
        padding-left: 15px;
    }

    .fr-hero-image {
        min-height: 470px;
    }

    .fr-campaign-media {
        grid-template-columns: minmax(0, 2fr) minmax(0, 5fr);
        gap: 9px;
    }

    .fr-campaign-media figure {
        border-radius: 9px;
    }

    .fr-campaign-media figcaption {
        min-height: 58px;
        padding: 8px;
        font-size: 0.65rem;
    }

    .fr-opportunity-list article {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 16px;
    }

    .fr-opportunity-mark {
        width: 46px;
        height: 46px;
        font-size: 0.8rem;
    }

    .fr-final-cta-box {
        padding: 30px 22px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fr-button {
        transition: none;
    }
}
