.franchise-hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(200, 155, 60, 0.28), transparent 28%),
        linear-gradient(110deg, rgba(23, 27, 36, 0.96) 0%, rgba(79, 31, 42, 0.94) 52%, rgba(132, 35, 38, 0.9) 100%),
        url("../images/meeting-03.jpg") center/cover no-repeat;
    color: #fff;
    margin-top: 0;
    overflow: hidden;
    padding: 245px 0 86px;
    position: relative;
}

.franchise-hero > .container {
    padding-top: 56px;
}

.franchise-hero::after {
    background: linear-gradient(90deg, rgba(200, 155, 60, 0.44), transparent);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.header-area:not(.background-header) {
    background-color: rgba(250, 250, 250, 0.15);
    backdrop-filter: blur(2px);
}

.franchise-kicker,
.franchise-section-label,
.franchise-panel-label {
    color: #c89b3c;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.franchise-hero h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    margin-bottom: 22px;
    max-width: 850px;
}

.franchise-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.8;
}

.franchise-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.franchise-hero-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    max-width: 760px;
}

.franchise-hero-stats div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 16px 18px;
}

.franchise-hero-stats strong {
    color: #c89b3c;
    display: block;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
}

.franchise-hero-stats span {
    color: rgba(255, 255, 255, 0.84);
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 5px;
}

.franchise-btn,
.franchise-btn-outline {
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-width: 176px;
    padding: 13px 24px;
}

.franchise-btn {
    background: #c89b3c;
    color: #171b24;
}

.franchise-btn:hover {
    background: #e4bb5a;
    color: #171b24;
}

.franchise-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
}

.franchise-btn-outline:hover {
    background: #a12c2f;
    border-color: #a12c2f;
    color: #fff;
}

.franchise-network-panel {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
    padding: 30px;
}

.franchise-network-panel h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 22px;
}

.franchise-city-grid,
.franchise-check-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.franchise-city-grid span {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 12px;
}

.franchise-network-panel p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    margin: 18px 0 0;
}

.franchise-page {
    background: #f7f8fb;
    color: #222;
}

.franchise-intro {
    background: #fff;
    padding: 72px 0;
}

.franchise-copy {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.franchise-page .section-title {
    margin-bottom: 40px;
    text-align: center;
}

.franchise-page .section-title h2,
.franchise-copy h2,
.franchise-dark-section h2 {
    color: #171b24;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

.franchise-page .section-title p,
.franchise-copy p {
    color: #5b6470;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 840px;
}

.franchise-keyword-strip {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

.franchise-keyword-strip span {
    background: #f8f3ea;
    border: 1px solid rgba(200, 155, 60, 0.35);
    border-radius: 999px;
    color: #733033;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 14px;
}

.franchise-card-section,
.franchise-flow,
.franchise-model-section,
.franchise-services-section,
.franchise-trust-section,
.franchise-faq-section {
    padding: 72px 0 48px;
}

.franchise-card,
.franchise-step,
.franchise-info-card,
.franchise-trust-card,
.franchise-faq-card {
    background: #fff;
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(24, 32, 56, 0.08);
    height: 100%;
    padding: 28px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.franchise-card:hover,
.franchise-step:hover,
.franchise-info-card:hover,
.franchise-trust-card:hover,
.franchise-faq-card:hover {
    box-shadow: 0 24px 54px rgba(24, 32, 56, 0.14);
    transform: translateY(-4px);
}

.franchise-card .fa,
.franchise-info-card .fa {
    color: #a12c2f;
    font-size: 34px;
    margin-bottom: 18px;
}

.franchise-card h3,
.franchise-step h3,
.franchise-form-panel h3,
.franchise-info-card h3,
.franchise-trust-card h3,
.franchise-faq-card h3 {
    color: #171b24;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
}

.franchise-card p,
.franchise-step p,
.franchise-info-card p,
.franchise-trust-card p,
.franchise-faq-card p {
    color: #5b6470;
    line-height: 1.75;
    margin-bottom: 0;
}

.franchise-dark-section {
    background: linear-gradient(135deg, #171b24, #2b2430);
    padding: 76px 0;
}

.franchise-dark-section h2,
.franchise-dark-section p {
    color: #fff;
}

.franchise-dark-section p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
    margin-bottom: 24px;
}

.franchise-check-grid div {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    padding: 22px;
}

.franchise-check-grid strong {
    color: #a12c2f;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.franchise-check-grid span {
    color: #3e4652;
    line-height: 1.6;
}

.franchise-step span {
    align-items: center;
    background: #a12c2f;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    margin-bottom: 16px;
    width: 44px;
}

.franchise-model-section,
.franchise-trust-section {
    background: #fff;
}

.franchise-support-section,
.franchise-city-section,
.franchise-docs-section {
    background: #f7f8fb;
    padding: 76px 0;
}

.franchise-support-section h2,
.franchise-city-section h2,
.franchise-docs-section h2 {
    color: #171b24;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 16px;
}

.franchise-support-section p,
.franchise-city-section p,
.franchise-docs-section p {
    color: #5b6470;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.franchise-support-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.franchise-support-list div {
    background: #fff;
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(24, 32, 56, 0.08);
    padding: 24px;
}

.franchise-support-list strong,
.franchise-city-panel h3 {
    color: #a12c2f;
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.franchise-support-list span {
    color: #5b6470;
    line-height: 1.65;
}

.franchise-service-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.franchise-service-grid div {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(24, 32, 56, 0.08);
    display: flex;
    gap: 14px;
    min-height: 86px;
    padding: 20px;
}

.franchise-service-grid .fa {
    color: #c89b3c;
    font-size: 24px;
}

.franchise-service-grid span {
    color: #171b24;
    font-weight: 800;
    line-height: 1.35;
}

.franchise-city-panel {
    background: linear-gradient(145deg, #171b24, #2f3441);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(24, 32, 56, 0.16);
    padding: 32px;
}

.franchise-city-panel h3 {
    color: #fff;
    margin-bottom: 18px;
}

.franchise-city-tags,
.franchise-doc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.franchise-city-tags span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 13px;
}

.franchise-doc-list {
    background: #fff;
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(24, 32, 56, 0.08);
    padding: 28px;
}

.franchise-doc-list span {
    background: #f8f3ea;
    border: 1px solid rgba(200, 155, 60, 0.28);
    border-radius: 999px;
    color: #733033;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 14px;
}

.franchise-form-section {
    background: #f7f8fb;
    padding: 72px 0;
}

.franchise-form-panel {
    background: #fff;
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(24, 32, 56, 0.12);
    padding: 36px;
}

.franchise-form-panel h3 {
    font-size: 27px;
}

.franchise-form-panel .form-control {
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    min-height: 50px;
    padding: 12px 14px;
}

.franchise-form-panel textarea.form-control {
    min-height: 138px;
}

.franchise-form-panel .form-control:focus {
    border-color: #a12c2f;
    box-shadow: 0 0 0 0.2rem rgba(161, 44, 47, 0.16);
}

.franchise-submit-btn {
    background: #a12c2f;
    border-color: #a12c2f;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
}

.franchise-submit-btn:hover {
    background: #842326;
    border-color: #842326;
    color: #fff;
}

.franchise-contact-box {
    background: linear-gradient(145deg, #171b24, #2f3441);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(24, 32, 56, 0.16);
    color: #fff;
    height: 100%;
    padding: 36px;
}

.franchise-contact-box h3,
.franchise-contact-box h4,
.franchise-contact-box p,
.franchise-contact-box a {
    color: #fff;
}

.franchise-contact-box h4 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.franchise-contact-box a {
    text-decoration: underline;
}

.franchise-contact-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.franchise-app-box {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 22px;
    padding-top: 22px;
}

.franchise-app-box p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.franchise-app-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.franchise-app-links a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: inline-flex;
    padding: 7px;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.franchise-app-links a:hover {
    border-color: rgba(200, 155, 60, 0.72);
    transform: translateY(-2px);
}

.franchise-app-links img {
    display: block;
    height: 42px;
    width: auto;
}

@media (max-width: 991.98px) {
    .franchise-hero {
        margin-top: 0;
        padding: 215px 0 70px;
    }

    .franchise-hero > .container {
        padding-top: 34px;
    }

    .franchise-hero h1 {
        font-size: 36px;
    }

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

    .franchise-page .section-title h2,
    .franchise-copy h2,
    .franchise-dark-section h2 {
        font-size: 30px;
    }

    .franchise-intro,
    .franchise-card-section,
    .franchise-flow,
    .franchise-model-section,
    .franchise-services-section,
    .franchise-trust-section,
    .franchise-faq-section,
    .franchise-form-section,
    .franchise-support-section,
    .franchise-city-section,
    .franchise-docs-section,
    .franchise-dark-section {
        padding: 52px 0;
    }

    .franchise-support-list,
    .franchise-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .franchise-hero {
        padding: 190px 0 52px;
    }

    .franchise-hero > .container {
        padding-top: 24px;
    }

    .franchise-hero h1 {
        font-size: 29px;
    }

    .franchise-city-grid,
    .franchise-check-grid,
    .franchise-hero-stats {
        grid-template-columns: 1fr;
    }

    .franchise-app-links {
        flex-direction: column;
    }

    .franchise-app-links a {
        justify-content: center;
    }

    .franchise-form-panel,
    .franchise-contact-box,
    .franchise-network-panel,
    .franchise-city-panel,
    .franchise-doc-list {
        padding: 24px 18px;
    }
}
