/* Page styles for francshiza.html. Keep selectors under .page-franchise. */

.page-franchise {
    --section-content-gap: clamp(2rem, 3vw, 3rem);
}

.page-franchise .franchise-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
}

.page-franchise .franchise-form small {
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.6;
}

.page-franchise .section-title,
.page-franchise .franchise-what-desc,
.page-franchise .franchise-hero-copy,
.page-franchise .franchise-quiz-card,
.page-franchise .franchise-presence-grid h2,
.page-franchise .franchise-cta h2 {
    text-align: left;
}

.page-franchise .quiz-note,
.page-franchise .franchise-presence-map,
.page-franchise .package-comparison-note {
    text-align: center;
}

/* Consistent vertical rhythm for franchise sections. */
.page-franchise .section-fullwidth-inner {
    padding-block: clamp(2.5rem, 5vw, 4rem);
}

.page-franchise .section-spaced {
    padding-top: clamp(2.5rem, 5vw, 4rem);
}

.page-franchise .section-kicker {
    margin-bottom: 0.5rem;
}

.page-franchise .section-kicker + h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-franchise .section-kicker + h2 + p {
    margin-top: 0;
}

.page-franchise .franchise-formats .franchise-formats-note,
.page-franchise .franchise-what .franchise-what-desc,
.page-franchise .franchise-steps .section-desc,
.page-franchise .franchise-audience > p {
    margin-bottom: var(--section-content-gap);
}

.page-franchise .franchise-formats .formats-grid,
.page-franchise .franchise-what .franchise-formats-grid {
    margin-bottom: var(--section-content-gap);
}

.page-franchise .franchise-formats .cases-slider,
.page-franchise .franchise-includes-grid {
    margin-top: var(--section-content-gap);
}

.page-franchise .franchise-includes-grid {
    margin-bottom: var(--section-content-gap);
}

.page-franchise .franchise-steps > .u-grid,
.page-franchise .franchise-packages .packages-slider {
    margin-top: var(--section-content-gap);
}

.page-franchise .franchise-steps-note,
.page-franchise .package-comparison-note {
    margin-top: 2rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-franchise .cases-slider,
    .page-franchise .packages-slider {
        --slider-shadow-space: .75rem;
        margin-inline: calc(-1 * var(--slider-shadow-space));
        padding: var(--slider-shadow-space);
    }
}

.page-franchise .franchise-why-founder {
    margin-bottom: var(--section-content-gap);
}

.page-franchise .franchise-hero .card-content {
    position: relative;
}

.page-franchise .franchise-quiz-card {
    display: flex;
    flex-direction: column;
}

.page-franchise .franchise-quiz-card form {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
}

.page-franchise .franchise-quiz-title,
.page-franchise .franchise-quiz-question {
    margin: 0 0 1rem;
}

.page-franchise .franchise-quiz-block > p {
    margin: 0;
}

.page-franchise .franchise-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    padding: 1rem 20px;
}

.page-franchise .hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.page-franchise .hero-stat-num {
    font-size: 2rem;
    font-weight: 700;
    color: var(--c-red);
}

.page-franchise .hero-stat-label {
    font-size: 0.8rem;
    opacity: 0.8;
}

.page-franchise .franchise-formats-note {
    text-align: left;
    font-size: var(--fs-desc);
    margin: 0 0 0.5rem;
}

.page-franchise .formats-grid {
    display: grid;
    gap: 2rem;
}

.page-franchise .format-card-large {
    background: var(--c-white);
    border: 2px solid var(--c-beige);
    border-radius: var(--radius);
    box-shadow: var(--shadow), var(--shadow-inset);
    overflow: hidden;
}

.page-franchise .format-card-large-inner {
    padding: 2rem 1.5rem;
}

.page-franchise .format-card-large h3 {
    font-size: 1.5rem;
    color: var(--c-red);
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.page-franchise .format-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0 0 1rem;
}

.page-franchise .franchise-what-desc {
    margin-bottom: 1rem;
}

.page-franchise .audience-grid {
    display: grid;
    gap: 1.5rem;
}

.page-franchise .package-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--c-brown);
    margin: 0 0 0.5rem;
}

.page-franchise .package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    text-align: left;
}

.page-franchise .package-features li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    position: relative;
    padding-left: 2rem;
}

.page-franchise .package-features li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--c-red);
    font-family: "Font Awesome 6 Free";
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
}

.page-franchise .packages-slider .franchise-package-card:nth-child(even) .package-features li::before {
    color: var(--c-white);
}

.page-franchise .quiz-option {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}

.page-franchise .quiz-option input[type="radio"] {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    margin: 0;
    border: 2px solid var(--c-brown);
    border-radius: 50%;
    background: var(--c-white);
    cursor: pointer;
}

.page-franchise .quiz-option input[type="radio"]:checked {
    border-color: var(--c-red);
    background: radial-gradient(circle, var(--c-red) 0 4px, var(--c-white) 5px);
}

.page-franchise .quiz-option input[type="radio"]:focus-visible {
    outline: 2px solid var(--c-red);
    outline-offset: 2px;
}

/* Accordion for franchise steps */
.page-franchise .step-header {
    cursor: pointer;
    user-select: none;
    width: 100%;
    padding: 0;
    border: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    background: transparent;
    column-gap: 2rem;
}

.page-franchise .step-header:hover {
    opacity: 0.8;
}

.page-franchise .step-chevron {
    transition: transform 0.3s ease;
}

.page-franchise .step-chevron.open {
    transform: rotate(180deg);
}

.page-franchise .step-content {
    display: grid;
    grid-template-rows: 0fr;
    padding-left: 6rem;
    margin: 0;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, margin-top 0.35s ease, opacity 0.2s ease;
}

.page-franchise .step-content-inner {
    min-height: 0;
    overflow: hidden;
}

.page-franchise .step-content.open {
    grid-template-rows: 1fr;
    margin-top: 1.5rem;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .page-franchise .step-chevron,
    .page-franchise .step-content {
        transition: none;
    }
}

.page-franchise .logo-white {
    display: none;
}

.page-franchise .footer-inner .pc-actions-mobile {
    display: none;
}

.page-franchise .footer-inner .footer-online-title {
    display: none;
    text-align: center;
}

@media (min-width: 768px) {
    .page-franchise .franchise-packages .switch {
        display: none;
    }

    .page-franchise .formats-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .page-franchise .audience-grid {
        grid-template-columns: 1fr 1fr;
    }

    .page-franchise .franchise-hero-stats {
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .page-franchise .franchise-hero .card-content {
        min-height: 400px;
    }

}

/* Page-scoped helpers for francshiza.html. */
.page-franchise .u-bg-beige {
    background: var(--c-beige);
}

.page-franchise .u-bg-beige-50 {
    background: rgba(var(--c-beige-rgb), .5);
}

.page-franchise .u-bg-red {
    background-color: var(--c-red);
    background-image: url(../img/background.png);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.page-franchise .u-bg-red-25 {
    background: rgba(var(--c-red-rgb), 0.25);
}

.page-franchise .u-bg-white {
    background: var(--c-white);
}

.page-franchise .u-block {
    display: block;
}

.page-franchise .u-border-beige {
    border: 2px solid var(--c-beige);
}

.page-franchise .u-border-none {
    border: none;
}

.page-franchise .u-flex {
    display: flex;
}

.page-franchise .u-fw-400 {
    font-weight: 400;
}

.page-franchise .u-fw-600 {
    font-weight: 600;
}

.page-franchise .u-fw-700 {
    font-weight: 700;
}

.page-franchise .u-fw-bold {
    font-weight: bold;
}

.page-franchise .u-gap-2 {
    gap: 2rem;
}

.page-franchise .u-grid {
    display: grid;
}

.page-franchise .u-items-center {
    align-items: center;
}

.page-franchise .u-m-0 {
    margin: 0;
}

.page-franchise .u-m-2-0 {
    margin: 2rem 0;
}

.page-franchise .u-o-50 {
    opacity: .5;
}

.page-franchise .u-o-75 {
    opacity: .75;
}

.page-franchise .u-p-0 {
    padding: 0;
}

.page-franchise .u-p-1 {
    padding: 1rem;
}

.page-franchise .u-p-2 {
    padding: 2rem;
}

.page-franchise .u-rounded {
    border-radius: var(--radius);
}

.page-franchise .u-rounded-pill {
    border-radius: var(--radius-pill);
}

.page-franchise .u-shadow {
    box-shadow: var(--shadow);
}

.page-franchise .u-shadow-inset {
    box-shadow: var(--shadow), var(--shadow-inset);
}

.page-franchise .u-text-14 {
    font-size: 14px;
}

.page-franchise .u-text-20 {
    font-size: 20px;
}

.page-franchise .u-text-24 {
    font-size: 24px;
}

.page-franchise .u-text-40 {
    font-size: 40px;
}

.page-franchise .u-text-brown {
    color: var(--c-brown);
}

.page-franchise .u-text-red {
    color: var(--c-red);
}

.page-franchise .u-text-unset {
    color: unset;
}

.page-franchise .u-text-white {
    color: var(--c-white);
}

.page-franchise .u-uppercase {
    text-transform: uppercase;
}

.page-franchise .u-w-full {
    width: 100%;
}

.page-franchise .franchise-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
}

.page-franchise .franchise-hero .hero-title {
    font-size: 61px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.page-franchise .franchise-stats-panel {
    border-bottom: 1px solid var(--c-brown);
    border-top: 1px solid var(--c-brown);
    padding: 2rem 0;
}

.page-franchise .items-start {
    align-items: start;
}

.page-franchise .hero-stat-num {
    font-size: 50px;
}

.page-franchise .franchise-hero-actions {
    justify-content: start;
    margin-bottom: 1rem;
}

.page-franchise .franchise-quiz-card {
    border-radius: 0 var(--radius) var(--radius) 0;
}

.page-franchise .franchise-format-options {
    flex-wrap: wrap;
    gap: 1rem;
}

.page-franchise .quiz-note {
    font-size: 12px;
}

.page-franchise .format-card-large .format-card-title {
    font-size: 16px;
    margin: 1rem 0;
    color: unset;
    text-transform: none;
}

.page-franchise .bg-grad {
    background: var(--gradient-beige);
    padding: 5px;
}

.page-franchise .h-100 {
    height: 100%;
}

.page-franchise .case-title,
.page-franchise .audience-card-title {
    font-size: 16px;
}

.page-franchise .case-profit {
    font-size: 50px;
}

.page-franchise .case-profit-label {
    border-bottom: 1px solid;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.page-franchise .franchise-formats-grid,
.page-franchise .franchise-cta-grid {
    grid-template-columns: 1fr 1fr;
}

.page-franchise .franchise-formats-grid {
    counter-reset: franchise-format;
}

.page-franchise .r-radius-radius-0 {
    border-radius: var(--radius) var(--radius) 0 0;
    height: 350px;
    object-fit: cover;
}

.page-franchise .franchise-format-badge {
    font-size: 17px;
    padding: .5rem 1rem;
    width: fit-content;
}

.page-franchise .franchise-format-card {
    counter-increment: franchise-format;
}

.page-franchise .franchise-format-badge::before {
    content: "Вариант №" counter(franchise-format);
}

.page-franchise .franchise-format-title {
    font-size: 30px;
}

.page-franchise .franchise-format-audience {
    border-top: 1px solid;
    padding-top: 1rem;
}

.page-franchise .franchise-includes-grid {
    grid-template-columns: 1fr 1fr;
}

.page-franchise .franchise-includes-grid h3 {
    margin: 0 0 1.5rem;
}

.page-franchise .franchise-includes-list {
    gap: 1rem;
    grid-template-columns: 1.75rem 1fr;
}

.page-franchise .franchise-includes-list i {
    width: 1.75rem;
    font-size: 1.75rem;
    line-height: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .page-franchise .overlay[data-overlay="city"] .city-content {
        align-items: stretch;
        max-width: 1240px;
        padding: 2.75rem 2.25rem;
        gap: 1.75rem;
    }

    .page-franchise .overlay[data-overlay="city"] .city-title {
        width: 100%;
        font-family: 'Shantell Sans', serif;
        font-size: clamp(2rem, 3vw, 2.875rem);
        line-height: 1.1;
        text-align: left;
    }

    .page-franchise .overlay[data-overlay="city"] .city-buttons {
        position: relative;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem 3rem;
        padding: .25rem 1rem;
        background:
                linear-gradient(to right, transparent calc(25% - .5px), rgba(var(--c-brown-rgb), .38) calc(25% - .5px), rgba(var(--c-brown-rgb), .38) calc(25% + .5px), transparent calc(25% + .5px)),
                linear-gradient(to right, transparent calc(50% - .5px), rgba(var(--c-brown-rgb), .38) calc(50% - .5px), rgba(var(--c-brown-rgb), .38) calc(50% + .5px), transparent calc(50% + .5px)),
                linear-gradient(to right, transparent calc(75% - .5px), rgba(var(--c-brown-rgb), .38) calc(75% - .5px), rgba(var(--c-brown-rgb), .38) calc(75% + .5px), transparent calc(75% + .5px));
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn {
        z-index: 1;
        width: 100%;
        max-width: 210px;
        min-height: 50px;
        padding: 14px 18px 14px 20px;
        gap: .75rem;
        justify-self: center;
        border-radius: var(--radius-pill);
        box-shadow: var(--shadow);
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn-label {
        min-width: 0;
        font-size: clamp(.8rem, 1.25vw, 1rem);
        line-height: 1.15;
        white-space: nowrap;
    }

    .page-franchise .overlay[data-overlay="city"] .city-arrow {
        flex: 0 0 auto;
        width: 12px;
        height: auto;
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn {
        background: var(--c-brown);
        color: var(--c-white);
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn:nth-child(8n + 1),
    .page-franchise .overlay[data-overlay="city"] .city-btn:nth-child(8n + 3),
    .page-franchise .overlay[data-overlay="city"] .city-btn:nth-child(8n + 6),
    .page-franchise .overlay[data-overlay="city"] .city-btn:nth-child(8n + 8) {
        background: var(--c-red);
        color: var(--c-white);
    }

    .page-franchise .franchise-includes .franchise-includes-item:nth-child(4n + 1),
    .page-franchise .franchise-includes .franchise-includes-item:nth-child(4n) {
        background: #e7c7c8;
    }

    .page-franchise .franchise-includes .franchise-includes-item:nth-child(4n + 2),
    .page-franchise .franchise-includes .franchise-includes-item:nth-child(4n + 3) {
        background: #fff;
    }
}

.page-franchise .franchise-next-steps {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: next-step;
}

.page-franchise .franchise-next-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    counter-increment: next-step;
}

.page-franchise .franchise-next-steps li::before {
    content: counter(next-step, decimal-leading-zero);
    font-family: Sora, serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.page-franchise .franchise-next-steps li:nth-child(even) {
    opacity: .5;
}

.page-franchise .launch-step {
    flex-direction: column;
    counter-increment: launch-step;
}

.page-franchise .franchise-steps-list {
    counter-reset: launch-step;
}

.page-franchise .step-number {
    aspect-ratio: 1;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 30px;
    justify-content: center;
    width: 4rem;
}

.page-franchise .step-number::before {
    content: counter(launch-step);
}

.page-franchise .step-title {
    flex-grow: 1;
}

.page-franchise .package-price {
    font-size: 45px;
}

.page-franchise .franchise-package-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background: var(--c-white);
}

.page-franchise .packages-slider .franchise-package-card:nth-child(even) {
    background: var(--c-red);
    color: var(--c-white);
}

.page-franchise .franchise-package-card > .btn {
    margin-top: auto;
}

.page-franchise .packages-slider .franchise-package-card:nth-child(even) > .package-price {
    color: var(--c-white);
}

.page-franchise .package-badge {
    gap: .5rem;
    left: 50%;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -1rem;
    transform: translateX(-50%);
}

.page-franchise .package-comparison {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow), var(--shadow-inset);
    text-align: center;
}

.page-franchise .package-comparison > div {
    background: var(--c-white);
}

.page-franchise .package-comparison > :nth-child(-n + 4) {
    background: rgba(var(--c-beige-rgb), .5);
    color: var(--c-brown);
    font-weight: bold;
}

.page-franchise .package-comparison > :nth-child(4n + 3) {
    background: rgba(var(--c-red-rgb), .25);
}

.page-franchise .package-comparison > :nth-child(2),
.page-franchise .package-comparison > :nth-child(3),
.page-franchise .package-comparison > :nth-child(4) {
    min-width: 250px;
    padding: 1rem;
}

.page-franchise .package-comparison > :nth-child(n + 5) {
    border-bottom: 1px solid rgba(var(--c-brown-rgb), .5);
}

.page-franchise .package-comparison > :nth-child(4n + 6),
.page-franchise .package-comparison > :nth-child(4n + 7),
.page-franchise .package-comparison > :nth-child(4n + 8) {
    padding: 1rem;
}

.page-franchise .package-comparison > :nth-last-child(-n + 4) {
    border-bottom: 2px solid rgba(var(--c-beige-rgb), .5);
}

.page-franchise .package-comparison > :nth-last-child(-n + 3) {
    padding: 1rem 1rem 2rem;
    color: var(--c-red);
    font-weight: bold;
}

.page-franchise .package-comparison > :nth-last-child(2) {
    color: var(--c-brown);
}

.page-franchise .package-comparison > :nth-child(4n + 5) {
    border-left: 2px solid rgba(var(--c-beige-rgb), .5);
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
}

.page-franchise .package-comparison > :nth-child(4n + 8) {
    border-right: 2px solid rgba(var(--c-beige-rgb), .5);
}

.page-franchise .package-comparison > :nth-child(1) {
    border-radius: var(--radius) 0 0 0;
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
}

.page-franchise .package-comparison > :nth-child(4) {
    border-radius: 0 var(--radius) 0 0;
}

.page-franchise .package-comparison > :nth-last-child(4) {
    border-radius: 0 0 0 var(--radius);
    padding: 1rem 1rem 2rem 2rem;
}

.page-franchise .package-comparison > :last-child {
    border-radius: 0 0 var(--radius) 0;
}

.page-franchise .franchise-presence-grid {
    grid-template-columns: .7fr 1.3fr;
}

.page-franchise .city-list {
    display: grid;
    gap: 3rem 2rem;
    margin-block: 2rem;
    padding: 0;
    list-style: none;
}

.page-franchise .city-list li {
    display: grid;
    grid-template-columns: 15px 1fr;
    column-gap: 2rem;
}

.page-franchise .city-list li::before {
    content: "";
    grid-row: 1 / span 2;
    width: 15px;
    border-radius: var(--radius-pill);
    background: var(--c-white);
}

.page-franchise .city-list li:nth-child(even)::before {
    opacity: .5;
}

.page-franchise .city-list li[hidden] {
    display: none;
}

.page-franchise .presence-pagination {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.page-franchise .presence-arrow {
    display: grid;
    width: 60px;
    height: 60px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--c-white);
    box-shadow: var(--shadow);
    color: var(--c-red);
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.page-franchise .presence-arrow i {
    font-size: 26px;
}

.page-franchise .presence-arrow:hover:not(:disabled) {
    transform: translateY(-2px);
}

.page-franchise .presence-arrow:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .65);
    outline-offset: 4px;
}

.page-franchise .presence-arrow:disabled {
    opacity: .42;
    box-shadow: none;
    cursor: default;
}

.page-franchise .presence-pagination-status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-franchise .presence-map-marker {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 3px solid var(--c-white);
    border-radius: 50% 50% 50% 0;
    background: var(--c-red);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    color: var(--c-white);
    cursor: pointer;
    transform: translate(-50%, -100%) rotate(-45deg);
    transition: width .2s ease, height .2s ease, background .2s ease;
}

.page-franchise .presence-map-marker::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.page-franchise .presence-map-marker.active {
    width: 38px;
    height: 38px;
    background: var(--c-brown);
    z-index: 2;
}

.page-franchise .presence-map-marker:focus-visible {
    outline: 3px solid var(--c-brown);
    outline-offset: 3px;
}

.page-franchise .presence-note {
    margin: auto;
    max-width: 460px;
}

.page-franchise .mobile-presence-card {
    display: none;
}

.page-franchise .hero-mobile-kicker {
    display: none;
}

.page-franchise .franchise-audience .audience-grid {
    grid-template-columns: repeat(4, 1fr);
    counter-reset: audience;
}

.page-franchise .franchise-audience .audience-grid > div {
    counter-increment: audience;
}

.page-franchise .franchise-audience .audience-grid > div::before {
    content: counter(audience, decimal-leading-zero);
    display: block;
    color: var(--c-red);
    font-family: Sora, sans-serif;
    font-size: 60px;
    font-weight: bold;
    opacity: .5;
}

.page-franchise .franchise-audience .audience-grid > .u-bg-red::before {
    color: inherit;
}

@media (min-width: 768px) {
    .page-franchise .franchise-audience .audience-grid > .u-bg-red .text-red {
        color: var(--c-white);
    }
}

.page-franchise .audience-card-text {
    font-size: 13px;
}

.page-franchise .mb-3 {
    margin-bottom: 3rem;
}

.page-franchise .founder-grid {
    gap: 3rem;
    grid-template-columns: .7fr 1.3fr;
}

.page-franchise .founder-media {
    position: relative;
}

.page-franchise .founder-image {
    max-width: 100%;
}

.page-franchise .founder-quote {
    bottom: -2rem;
    max-width: 220px;
    padding: 1.5rem;
    position: absolute;
    right: -2rem;
}

.page-franchise .founder-callout-accent {
    width: 1.2rem;
}

.page-franchise .founder-callout {
    border-radius: 0 var(--radius) var(--radius) 0;
}

.page-franchise .lead-form-card {
    padding: 3rem;
}

.page-franchise .lead-form-title {
    margin-top: 0;
}

/* Mobile overrides for francshiza.html only. Keep selectors under .page-franchise. */
@media (max-width: 767px) {
    html.page-franchise-root {
        background: var(--c-red);
    }

    .page-franchise .overlay[data-overlay="city"] {
        display: block;
        padding-bottom: 3rem;
        background-color: #fffafa;
        background-image: url(../img/background.png);
        background-blend-mode: multiply;
        background-position: center top;
        background-size: cover;
    }

    .page-franchise .overlay[data-overlay="city"] .overlay-header {
        padding: 2.25rem 2rem 1.25rem;
    }

    .page-franchise .overlay[data-overlay="city"] .overlay-logo {
        width: min(76vw, 330px);
        margin: 0 auto;
    }

    .page-franchise .overlay[data-overlay="city"] .overlay-close {
        top: 1rem;
        right: 1rem;
    }

    .page-franchise .overlay[data-overlay="city"] .city-content {
        flex: none;
        justify-content: flex-start;
        width: 100%;
        max-width: none;
        padding: 0 2rem 2rem;
        gap: 0;
    }

    .page-franchise .overlay[data-overlay="city"] .city-title {
        display: none;
    }

    .page-franchise .overlay[data-overlay="city"] .city-buttons {
        display: grid;
        width: min(100%, 590px);
        margin: 0 auto;
        gap: 1.5rem;
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn {
        min-height: 64px;
        padding: .75rem 1.25rem;
        border-radius: var(--radius-pill);
        box-shadow: 6px 9px 14px rgba(51, 30, 26, .22);
        font-size: clamp(1rem, 4.6vw, 1.4rem);
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn:nth-child(odd) {
        background: var(--c-red);
        color: var(--c-white);
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn:nth-child(even) {
        background: var(--c-brown);
        color: var(--c-white);
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn-label {
        min-width: 0;
        gap: 1rem;
        font-family: Sora, sans-serif;
        font-weight: 600;
        line-height: 1.15;
        text-align: left;
    }

    .page-franchise .overlay[data-overlay="city"] .city-btn-label::before {
        content: "\f3c5";
        flex: 0 0 auto;
        color: var(--c-white);
        font-family: "Font Awesome 6 Free";
        font-size: 1.4em;
        font-weight: 900;
        line-height: 1;
    }

    .page-franchise .overlay[data-overlay="city"] .city-arrow {
        display: block;
        flex: 0 0 auto;
        width: 14px;
        height: auto;
    }

    .page-franchise .hero-mobile-kicker {
        display: block;
        margin-bottom: 1rem;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
    }

    .page-franchise .franchise-packages {
        box-sizing: border-box;
    }

    .page-franchise main > section:not(.section-fullwidth) + section:not(.section-fullwidth) {
        position: relative;
        padding-top: 2.5rem;
    }

    .page-franchise main > section:not(.section-fullwidth) + section:not(.section-fullwidth)::before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        left: 20px;
        height: 1px;
        background: rgba(var(--c-brown-rgb), .25);
    }

    .page-franchise > .container {
        padding-bottom: 0;
    }

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

    .page-franchise .franchise-hero-grid .franchise-quiz-card {
        border-radius: var(--radius);
    }

    .page-franchise .franchise-hero .hero-title {
        font-size: 30px;
    }

    .page-franchise .franchise-hero-copy .card-text {
        font-size: 13px;
        line-height: 1.3;
    }

    .page-franchise .franchise-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .page-franchise .franchise-hero-stats .hero-stat {
        align-items: center;
        text-align: center;
    }

    .page-franchise .franchise-hero-stats .hero-stat-num {
        font-size: 32px;
    }

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

    .page-franchise .franchise-hero-actions .btn {
        width: 100%;
        max-width: none;
    }

    .page-franchise .formats-grid {
        grid-template-columns: 1fr 1fr;
        gap: .75rem;
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .page-franchise .formats-grid img {
        width: 50%;
        aspect-ratio: 1;
    }

    .page-franchise .formats-grid .format-card-large > div {
        padding: .75rem !important;
    }

    .page-franchise .formats-grid h3 {
        font-size: 11px !important;
    }

    .page-franchise .formats-grid p {
        font-size: 9px !important;
        line-height: 1.35;
    }

    .page-franchise .franchise-formats-grid,
    .page-franchise .franchise-includes-grid {
        grid-template-columns: 1fr;
    }

    .page-franchise .franchise-what .franchise-formats-grid,
    .page-franchise .franchise-includes-grid,
    .page-franchise .franchise-steps-list,
    .page-franchise .franchise-audience .audience-grid {
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .page-franchise .franchise-includes-grid {
        counter-reset: franchise-include;
        gap: 1rem;
    }

    .page-franchise .franchise-includes .franchise-includes-item {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: center;
        gap: 1rem;
        box-sizing: border-box;
        min-height: 82px;
        padding: 1rem 1.25rem !important;
        cursor: pointer;
        counter-increment: franchise-include;
    }

    .page-franchise .franchise-includes .franchise-includes-item:nth-child(odd) {
        background: #e7c7c8;
    }

    .page-franchise .franchise-includes .franchise-includes-item:nth-child(even) {
        background: #fff;
    }

    .page-franchise .franchise-includes .franchise-includes-item::before {
        content: counter(franchise-include);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: var(--c-red);
        box-shadow: var(--shadow);
        color: var(--c-white);
        font-size: 20px;
        font-weight: 700;
    }

    .page-franchise .franchise-includes .franchise-includes-item h3 {
        min-width: 0;
        margin: 0;
        font-size: 16px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .page-franchise .franchise-includes .franchise-includes-item .franchise-includes-list {
        display: none;
        grid-column: 1 / -1;
    }

    .page-franchise .franchise-includes .franchise-includes-item.active {
        align-items: start;
        min-height: 220px;
        padding: 1.5rem !important;
    }

    .page-franchise .franchise-includes .franchise-includes-item.active h3 {
        align-self: center;
    }

    .page-franchise .franchise-includes .franchise-includes-item.active .franchise-includes-list {
        display: grid;
        margin-top: .5rem;
    }

    .page-franchise .franchise-includes .franchise-includes-item:focus-visible {
        outline: 3px solid rgba(255, 255, 255, .55);
        outline-offset: 3px;
    }

    .page-franchise .franchise-audience .audience-grid {
        grid-template-columns: 1fr;
    }

    .page-franchise .franchise-audience {
        display: flex;
        flex-direction: column;
    }

    .page-franchise .franchise-audience .audience-kicker,
    .page-franchise .franchise-audience .audience-title,
    .page-franchise .franchise-audience .audience-intro {
        text-align: center;
    }

    .page-franchise .franchise-audience .audience-kicker {
        order: 1;
        margin-bottom: .75rem;
        text-transform: uppercase;
        font-size: 14px;
        color: var(--c-brown);
    }

    .page-franchise .franchise-audience .audience-title {
        order: 2;
        margin: 0 0 2rem;
        font-size: 28px;
        line-height: 1.05;
    }

    .page-franchise .franchise-audience .audience-grid {
        order: 3;
        gap: 1.5rem;
    }

    .page-franchise .franchise-audience .audience-grid > div,
    .page-franchise .franchise-audience .audience-grid > .u-bg-red {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        column-gap: 1.25rem;
        align-items: start;
        min-height: 116px;
        box-sizing: border-box;
        padding: 1.75rem 1.5rem !important;
        border: 2px solid var(--c-beige);
        border-radius: 30px;
        background: var(--c-white);
        box-shadow: var(--shadow);
        color: var(--c-brown);
        cursor: pointer;
        transition: min-height .25s ease, box-shadow .25s ease;
    }

    .page-franchise .franchise-audience .audience-grid > div::before,
    .page-franchise .franchise-audience .audience-grid > .u-bg-red::before {
        content: counter(audience);
        display: flex;
        grid-row: 1 / span 2;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: var(--c-red);
        box-shadow: var(--shadow);
        color: var(--c-white);
        font-size: 26px;
        opacity: 1;
    }

    .page-franchise .franchise-audience .audience-card-title {
        min-width: 0;
        margin: .25rem 0 .9rem;
        font-size: 18px;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .page-franchise .franchise-audience .audience-card-text {
        grid-column: 2;
        display: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.35;
    }

    .page-franchise .franchise-audience .audience-accordion-item.active {
        min-height: 170px;
    }

    .page-franchise .franchise-audience .audience-accordion-item.active .audience-card-text {
        display: block;
    }

    .page-franchise .franchise-audience .audience-accordion-item:focus-visible {
        outline: 3px solid rgba(var(--c-red-rgb), .35);
        outline-offset: 3px;
    }

    .page-franchise .franchise-audience .audience-intro {
        order: 4;
        margin: 2rem auto 0;
        max-width: 430px;
        font-size: 15px;
        line-height: 1.35;
    }

    .page-franchise .franchise-presence-grid {
        grid-template-columns: 1fr;
    }

    .page-franchise .franchise-presence-section {
        background-color: var(--c-red);
        background-image: url(../img/background.png);
        background-blend-mode: multiply;
        background-position: center;
        background-size: cover;
    }

    .page-franchise .franchise-presence-copy {
        display: contents;
    }

    .page-franchise .franchise-presence-copy .section-kicker {
        order: 1;
    }

    .page-franchise .franchise-presence-copy h2 {
        order: 2;
    }

    .page-franchise .presence-title-accent {
        display: block;
        opacity: .5;
    }

    .page-franchise .franchise-presence-grid .city-list,
    .page-franchise .franchise-presence-grid .franchise-presence-copy hr,
    .page-franchise .franchise-presence-grid .presence-pagination,
    .page-franchise .franchise-presence-map--desktop {
        display: none;
    }

    .page-franchise .mobile-presence-card {
        display: block;
        order: 3;
        padding: 1.5rem;
        border: 2px solid var(--c-beige);
        border-radius: 30px;
        background: var(--c-white);
        box-shadow: var(--shadow);
        color: var(--c-brown);
    }

    .page-franchise .mobile-presence-map {
        height: 280px;
        overflow: hidden;
        border-radius: 24px;
        background: rgba(var(--c-beige-rgb), .78);
    }

    .page-franchise .mobile-presence-map ymaps,
    .page-franchise .mobile-presence-map canvas {
        border-radius: inherit;
    }

    .page-franchise .mobile-city-list {
        display: flex;
        flex-wrap: wrap;
        gap: .65rem;
        padding-top: 1.5rem;
    }

    .page-franchise .mobile-city-list button {
        padding: .75rem 1rem;
        border: 0;
        border-radius: var(--radius-pill);
        background: rgba(var(--c-beige-rgb), .5);
        color: rgba(var(--c-brown-rgb), .62);
        font-family: inherit;
        font-size: 12px;
        font-weight: 600;
    }

    .page-franchise .mobile-city-list button.active {
        background: var(--c-red);
        box-shadow: var(--shadow);
        color: var(--c-white);
    }

    .page-franchise .franchise-presence-grid .presence-intro {
        order: 4;
        margin: .75rem auto 0;
        max-width: 440px;
        text-align: center;
        font-size: 16px;
        line-height: 1.35;
    }

    .page-franchise .founder-grid {
        grid-template-columns: 1fr;
    }

    .page-franchise .section-fullwidth-inner.franchise-presence-grid {
        gap: 1rem;
    }

    .page-franchise .franchise-cta-grid {
        grid-template-columns: 1fr;
    }

    .page-franchise .franchise-cta-grid > *,
    .page-franchise .lead-form-card,
    .page-franchise .franchise-form,
    .page-franchise .franchise-form input,
    .page-franchise .franchise-form button {
        min-width: 0;
        max-width: 100%;
    }

    .page-franchise .section-title {
        font-size: 24px;
    }

    .page-franchise .section-title.u-text-40,
    .page-franchise .u-text-40 {
        font-size: 24px;
    }

    .page-franchise .u-text-24 {
        font-size: 16px;
    }

    .page-franchise .franchise-what-desc {
        font-size: 14px;
        margin-bottom: 3rem;
    }

    .page-franchise .u-text-24.u-fw-400 {
        opacity: 1;
        text-align: center;
    }

    .page-franchise .package-comparison {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-franchise .package-badge {
        position: static;
        transform: none;
        width: fit-content;
        margin-bottom: 1rem;
    }

    .page-franchise .r-radius-radius-0 {
        height: 200px;
    }

    .page-franchise .package-price {
        font-size: 32px;
    }

    .page-franchise .franchise-format-title {
        font-size: 22px;
    }

    .page-franchise .case-profit {
        font-size: 32px;
    }

    .page-franchise .franchise-formats .cases-slider {
        box-sizing: border-box;
        width: calc(100% + 30px);
        overflow: visible;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
    }

    .page-franchise .cases-slider .slider-track {
        transform: none !important;
    }

    .page-franchise .cases-slider .slider-track > .bg-grad {
        display: none;
    }

    .page-franchise .cases-slider .slider-track > .bg-grad.active {
        display: block;
        box-shadow: 0 6px 10px rgba(var(--c-brown-rgb), .22);
    }

    .page-franchise .cases-slider .slider-track > div > .u-bg-red {
        display: grid;
        grid-template-columns: 56px 1fr;
        align-items: center;
        column-gap: 1rem;
        min-height: 170px;
        padding: 1.5rem !important;
        background-color: var(--c-red);
        background-image: none;
        background-position: center;
        background-size: cover;
    }

    .page-franchise .cases-slider .slider-track > div > .u-bg-red::before {
        grid-column: 1 / -1;
        margin-bottom: .3rem;
        font-size: 14px;
        font-weight: 600;
        opacity: .5;
        text-transform: uppercase;
    }

    .page-franchise .cases-slider .slider-track > div:nth-child(1) > .u-bg-red::before {
        content: "КЕЙС 01";
    }

    .page-franchise .cases-slider .slider-track > div:nth-child(2) > .u-bg-red::before {
        content: "КЕЙС 02";
    }

    .page-franchise .cases-slider .slider-track > div:nth-child(3) > .u-bg-red::before {
        content: "КЕЙС 03";
    }

    .page-franchise .cases-slider .case-title {
        grid-column: 1 / -1;
        margin: 0 0 .75rem;
        font-size: 11px;
        line-height: 1.25;
    }

    .page-franchise .cases-slider img {
        grid-column: 1;
        grid-row: 4 / span 2;
        width: 48px;
        margin: 0;
    }

    .page-franchise .cases-slider .case-profit {
        grid-column: 2;
        grid-row: 4;
        margin: 0;
        font-size: 28px;
        line-height: 1;
    }

    .page-franchise .cases-slider .case-profit-label {
        grid-column: 2;
        grid-row: 5;
        margin: .35rem 0 0;
        padding: 0;
        border-bottom: 0;
        font-size: 12px;
        text-transform: none;
    }

    .page-franchise .cases-slider small {
        display: block;
        grid-column: 1 / -1;
        grid-row: 3;
        margin: -.45rem 0 .75rem;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.3;
    }

    .page-franchise .u-text-20 {
        font-size: 16px;
    }

    .page-franchise .lead-form-card {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding: 1.5rem;
    }

    .page-franchise .presence-note {
        max-width: none;
    }

    .page-franchise .franchise-form input,
    .page-franchise .franchise-form button {
        width: 100%;
    }

    .page-franchise .franchise-form button {
        padding-right: 1rem;
        padding-left: 1rem;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .page-franchise .step-title {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .page-franchise footer.footer-inner .pc-actions {
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-franchise footer.footer-inner .footer-links {
        flex-direction: column;
        align-items: center;
    }

    .page-franchise .city-list {
        gap: 1rem;
    }

    .page-franchise .city-list li {
        column-gap: 1rem;
    }

    .page-franchise .franchise-hero-stats .hero-stat .hero-stat-label {
        font-size: 12px;
    }

    .page-franchise .format-card-large .format-card-title {
        font-size: 14px;
    }

    .page-franchise .format-card-large .format-desc {
        font-size: 13px;
    }

    .page-franchise .package-features {
        padding-left: 1rem;
    }

    .page-franchise .package-comparison > div {
        white-space: nowrap;
    }

    .page-franchise .step-header .u-text-24 {
        font-size: 16px;
    }

    .page-franchise .step-header .step-number {
        width: 3rem;
        font-size: 20px;
        background: var(--c-red) !important;
        color: var(--c-white) !important;
    }

    .page-franchise .franchise-steps .step-chevron {
        display: none;
    }

    .page-franchise .step-header {
        column-gap: 1rem;
    }

    .page-franchise .franchise-formats .section-title {
        font-size: 22px;
    }

    .page-franchise .franchise-includes-list {
        gap: 0.5rem;
    }

    .page-franchise .franchise-next-steps li {
        gap: 0.5rem;
    }

    .page-franchise .step-content {
        padding-left: 4rem;
    }

    .page-franchise .step-content.open {
        margin-top: 1rem;
    }

    .page-franchise main > section h1,
    .page-franchise main > section h2:not(.franchise-quiz-title),
    .page-franchise .section-heading-desc,
    .page-franchise .franchise-hero-copy .card-text {
        text-align: center;
    }

    .page-franchise .page-hero .card, .page-franchise .page-hero .card-content {
        background: none;
        box-shadow: none;
    }

    .page-franchise .page-hero .buttons {
        display: none;
    }

    .page-franchise .franchise-hero-stats {
        border: none;
        padding: 0;
        margin: 0;
    }

    .page-franchise .page-hero .franchise-quiz-card {
        width: 100%;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        padding: 1rem !important;
        background: white;
        border: 2px solid var(--c-beige);
        box-shadow: var(--shadow);
        color: var(--c-brown);
    }

    .page-franchise .page-hero .franchise-quiz-card h2 {
        text-align: unset;
        font-size: 14px;
    }

    .page-franchise .page-hero .franchise-quiz-card h3 {
        text-transform: unset;
        font-size: 11px;
    }

    .page-franchise .franchise-quiz-card form {
        gap: .75rem;
    }

    .page-franchise .franchise-quiz-title,
    .page-franchise .franchise-quiz-question {
        margin-bottom: .45rem;
    }

    .page-franchise .franchise-quiz-block > p {
        font-size: 10px;
        line-height: 1.3;
    }

    .page-franchise .franchise-format-options {
        flex-wrap: nowrap;
        gap: .35rem;
    }

    .page-franchise .franchise-quiz-card .quiz-option {
        padding: 0;
        border: 0;
        min-width: 0;
        font-size: 9px;
    }

    .page-franchise .franchise-quiz-card .quiz-option span {
        display: block;
        padding: .4rem .5rem;
        border: 1px solid var(--c-brown);
        border-radius: var(--radius-pill);
    }

    .page-franchise .franchise-quiz-card .quiz-option input:checked + span {
        background: var(--c-red);
        color: white;
        border-color: var(--c-red);
    }

    .page-franchise .franchise-quiz-card .quiz-option input {
        display: none;
    }

    .page-franchise .page-hero .franchise-quiz-card input {
        border: 1px solid var(--c-brown);
        padding: .5rem;
        font-size: 10px;
    }

    .page-franchise .franchise-quiz-block .u-grid {
        gap: .5rem;
    }

    .page-franchise .franchise-quiz-card .quiz-note {
        font-size: 8px;
    }

    .page-franchise .format-card-large .format-card-title {
        margin: .5rem 0;
    }

    .page-franchise .franchise-hero-copy {
        padding: 1rem 0;
    }

    .page-franchise .page-hero .franchise-quiz-card button {
        padding: .7rem 1rem;
        background: var(--c-red);
        color: white;
    }

    .page-franchise .hero-stat-num {
        color: white;
        font-size: 16px !important;
    }

    .page-franchise .hero-stat {
        background: var(--c-red);
        border-radius: var(--radius);
        color: white;
        padding: .65rem;
    }

    .page-franchise .franchise-packages .switch {
        box-sizing: border-box;
        margin-top: 1.5rem;
        background: unset;
        border: 2px solid var(--c-beige);
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .page-franchise .franchise-packages .switch-btn {
        min-width: 0;
        padding: 1.25rem .25rem;
        font-size: 14px;
        background: unset;
    }

    .page-franchise .franchise-packages .switch-btn.active {
        background: var(--c-red);
    }

    .page-franchise .section-kicker {
        text-align: center;
        text-transform: uppercase;
    }

    .page-franchise .section-kicker--accent {
        color: var(--c-brown);
    }

    .page-franchise .franchise-packages .package-comparison {
        display: none;
    }

    /* Package cards: compact mobile composition from the design mockups. */
    .page-franchise .franchise-packages .packages-slider {
        box-sizing: border-box;
        width: 100%;
        margin-inline: 0;
        margin-top: 2rem;
        padding: 0;
        border-radius: 30px;
        filter: drop-shadow(0 5px 5px rgba(var(--c-brown-rgb), .18));
    }

    .page-franchise .franchise-packages .packages-slider .slider-track {
        transform: none !important;
    }

    .page-franchise .franchise-packages .franchise-package-card {
        box-sizing: border-box;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 !important;
        overflow: hidden;
        min-height: 0;
        border: 2px solid var(--c-beige);
        border-radius: 30px;
        box-shadow: none;
        background: var(--c-white);
        color: var(--c-brown);
        display: none;
    }

    .page-franchise .franchise-packages .franchise-package-card.active {
        display: flex;
    }

    .page-franchise .franchise-package-card > h3,
    .page-franchise .franchise-package-card > .package-price,
    .page-franchise .franchise-package-card > .package-price + p {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-right: 2rem;
        padding-left: 2rem;
        background: rgba(var(--c-beige-rgb), .72);
        color: var(--c-brown);
    }

    .page-franchise .franchise-package-card > h3 {
        padding-top: 2rem;
        padding-bottom: 1rem;
        font-size: 22px;
    }

    .page-franchise .franchise-package-card > .package-price {
        padding-bottom: 1rem;
        font-size: clamp(42px, 12vw, 64px);
        line-height: 1;
        white-space: nowrap;
    }

    .page-franchise .franchise-package-card > .package-price span {
        font-size: .5em;
    }

    .page-franchise .franchise-package-card > .package-price + p {
        min-height: 145px;
        padding-bottom: 2rem;
        font-size: 16px;
        line-height: 1.25;
        opacity: 1;
    }

    .page-franchise .franchise-package-card > hr {
        display: none;
    }

    .page-franchise .franchise-package-card > .package-features {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 1.7rem 2rem 1rem 4.5rem;
        background: var(--c-white);
    }

    .page-franchise .franchise-package-card .package-features li {
        padding: .45rem 0;
        font-size: 16px;
        line-height: 1.25;
    }

    .page-franchise .franchise-package-card .package-features li::before,
    .page-franchise .packages-slider .franchise-package-card:nth-child(even) .package-features li::before {
        left: -2.2rem;
        color: var(--c-brown);
        font-size: 27px;
    }

    .page-franchise .franchise-package-card > .btn {
        width: auto;
        margin: auto 1.5rem 1.5rem;
        padding: 1.1rem 1rem;
        border-radius: var(--radius-pill);
        background: rgba(var(--c-beige-rgb), .8);
        color: var(--c-brown);
        box-shadow: var(--shadow);
        font-size: 16px;
    }

    .page-franchise .packages-slider .franchise-package-card:nth-child(2) {
        background: var(--c-white);
        color: var(--c-brown);
    }

    .page-franchise .packages-slider .franchise-package-card:nth-child(2)::after {
        content: "\2726";
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        color: var(--c-white);
        font-size: 42px;
        line-height: 1;
    }

    .page-franchise .packages-slider .franchise-package-card:nth-child(2) > h3,
    .page-franchise .packages-slider .franchise-package-card:nth-child(2) > .package-price,
    .page-franchise .packages-slider .franchise-package-card:nth-child(2) > .package-price + p {
        background: var(--c-red);
        color: var(--c-white);
    }

    .page-franchise .packages-slider .franchise-package-card:nth-child(2) > .package-price + p {
        color: rgba(255, 255, 255, .72);
        min-height: 90px;
    }

    .page-franchise .packages-slider .franchise-package-card:nth-child(2) > .btn {
        background: var(--c-red);
        color: var(--c-white);
    }

    .page-franchise .franchise-packages .package-badge {
        display: none;
    }

    .page-franchise .franchise-cta {
        position: relative;
        background: unset;
        color: var(--c-brown);
    }

    .page-franchise .franchise-cta::before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        left: 20px;
        height: 1px;
        background: rgba(var(--c-brown-rgb), .25);
    }

    .page-franchise .franchise-next-steps li::before {
        font-size: 41px;
        text-align: center;
    }

    .page-franchise .franchise-why-founder .founder-grid {
        gap: 1rem;
    }

    .page-franchise .founder-content {
        display: contents;
    }

    .page-franchise .founder-content > .section-kicker {
        order: 1;
    }

    .page-franchise .founder-content > h2 {
        order: 2;
    }

    .page-franchise .founder-media {
        order: 3;
        margin-bottom: 3rem;
    }

    .page-franchise .founder-content > p,
    .page-franchise .founder-content > div:last-child {
        order: 4;
    }

    .page-franchise .founder-content > .u-flex {
        align-items: stretch;
        width: 100%;
        margin-top: 1.5rem;
    }

    .page-franchise .founder-content .founder-callout-accent {
        width: 10px;
        min-width: 10px;
    }

    .page-franchise .founder-content .founder-callout {
        flex: 1;
        padding: 1.5rem !important;
        border-radius: 0 30px 30px 0;
        background: rgba(var(--c-red-rgb), .2);
        font-size: 14px;
        line-height: 1.4;
    }

    .page-franchise .franchise-cta .lead-form-card {
        border: 2px solid var(--c-beige);
        box-shadow: var(--shadow);
    }

    .page-franchise .founder-quote {
        max-width: 220px;
        bottom: -50px;
        right: 0;
    }

    .page-franchise .franchise-format-card {
        position: relative;
    }

    .page-franchise .franchise-what .u-p-2 {
        text-align: center;
    }

    .page-franchise .franchise-format-card--studio {
        background: var(--c-red);
        color: white;
    }

    .page-franchise .franchise-format-card--studio .u-text-red {
        color: white;
    }

    .page-franchise .franchise-format-card--mobile {
        background: var(--c-beige);
    }

    .page-franchise .franchise-what .u-rounded-pill {
        background: white !important;
        border: 2px solid var(--c-beige);
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        color: var(--c-brown);
        font-size: 12px;
    }

    .page-franchise .footer-inner {
        text-align: center;
        background-color: var(--c-red);
        background-image: url("../img/background.png");
        background-blend-mode: multiply;
        background-position: center;
        background-size: cover;
        color: white;
    }

    .page-franchise .footer-inner .logo-white {
        display: inline-block;
    }

    .page-franchise .footer-inner .logo {
        display: none;
    }

    .page-franchise .footer-legal-link--primary {
        background: white;
        color: var(--c-brown);
    }

    .page-franchise .footer-legal-link--secondary {
        background: rgba(255, 255, 255, .7);
        color: var(--c-red);
    }

    .page-franchise .footer-inner .pc-actions-mobile {
        border-top: 1px solid rgba(255, 255, 255, .5) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .5) !important;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .page-franchise .footer-inner .pc-action-link.phone {
        display: none;
    }

    .page-franchise .footer-inner .pc-action-link img {
        width: 40px;
        height: 40px;
        filter: brightness(0) invert(1);
    }

    .page-franchise .footer-inner .pc-action-link {
        color: white;
        font-weight: bold;
        font-size: 29px;
    }

    .page-franchise .footer-inner .pc-nav-row nav {
        display: none;
    }

    .page-franchise .footer-inner .pc-nav-row {
        display: block;
    }

    .page-franchise .footer-inner .pc-actions-mobile {
        display: grid;
        justify-items: center;
    }

    .page-franchise .footer-inner .copyright {
        text-align: center !important;
        opacity: .5;
    }

    .page-franchise .footer-inner .footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        width: 100%;
    }

    .page-franchise .footer-inner .footer-legal-link--primary {
        grid-column: 1 / -1;
    }

    .page-franchise .footer-inner .footer-legal-link--secondary {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-right: .75rem;
        padding-left: .75rem;
        font-size: 11px;
    }

    .page-franchise .footer-inner .footer-online-title {
        display: inline-block;
    }

    .page-franchise button[type=submit] {
        font-size: 12px;
    }
}

@media (max-width: 359px) {
    .page-franchise .franchise-audience .audience-grid > div,
    .page-franchise .franchise-audience .audience-grid > .u-bg-red {
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: .75rem;
        padding: 1.25rem 1rem !important;
    }

    .page-franchise .franchise-audience .audience-grid > div::before,
    .page-franchise .franchise-audience .audience-grid > .u-bg-red::before {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .page-franchise .franchise-includes .franchise-includes-item,
    .page-franchise .franchise-includes .franchise-includes-item.active {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: .75rem;
        padding: 1.25rem 1rem !important;
    }

    .page-franchise .franchise-includes .franchise-includes-item::before {
        width: 44px;
        height: 44px;
    }

    .page-franchise .lead-form-card {
        padding: 1.25rem 1rem;
    }
}
