.at-franchise-cta {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #0a3550;
    border-top: 4px solid #17add5;
    color: #ffffff;
}

.at-franchise-cta__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    min-height: 500px;
}

.at-franchise-cta__content {
    display: flex;
    align-items: center;
    padding: 68px 56px 68px max(32px, calc((100vw - 1170px) / 2));
}

.at-franchise-cta__inner {
    width: 100%;
    max-width: 650px;
}

.at-franchise-cta__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: #8fe2f4;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.at-franchise-cta__eyebrow::before {
    width: 34px;
    height: 3px;
    flex: 0 0 auto;
    background: #ff6425;
    content: "";
}

.at-franchise-cta h2 {
    max-width: 610px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.at-franchise-cta h2 span {
    color: #8fe2f4;
}

.at-franchise-cta__lead {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.7;
}

.at-franchise-cta__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 28px 0 32px;
    padding: 0;
    list-style: none;
}

.at-franchise-cta__benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.at-franchise-cta__benefits li span {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border: 1px solid rgba(143, 226, 244, 0.7);
    border-radius: 50%;
    color: #8fe2f4;
    font-size: 13px;
}

.at-franchise-cta__button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 22px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    color: #0a3550;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.at-franchise-cta__button:hover,
.at-franchise-cta__button:focus {
    border-color: #ff6425;
    background: #ff6425;
    color: #ffffff;
    text-decoration: none;
}

.at-franchise-cta__button:focus-visible {
    outline: 3px solid #8fe2f4;
    outline-offset: 3px;
}

.at-franchise-cta__button-icon {
    font-size: 20px;
    line-height: 1;
}

.at-franchise-cta__media {
    position: relative;
    min-width: 0;
    min-height: 500px;
    margin: 0;
    border-left: 5px solid #ff6425;
    background: #082b42;
}

.at-franchise-cta__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.at-franchise-cta__media figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    margin: 0;
    padding: 10px 14px;
    border-left: 3px solid #17add5;
    background: rgba(7, 40, 61, 0.88);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .at-franchise-cta__layout {
        grid-template-columns: 1fr;
    }

    .at-franchise-cta__content {
        padding: 58px 32px;
    }

    .at-franchise-cta__inner {
        max-width: 720px;
        margin: 0 auto;
    }

    .at-franchise-cta h2 {
        font-size: 36px;
    }

    .at-franchise-cta__media {
        min-height: 390px;
        border-top: 5px solid #ff6425;
        border-left: 0;
    }

    .at-franchise-cta__media img {
        object-position: center 44%;
    }
}

@media (max-width: 575px) {
    .at-franchise-cta__content {
        padding: 46px 20px 48px;
    }

    .at-franchise-cta__eyebrow {
        font-size: 12px;
    }

    .at-franchise-cta h2 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.16;
    }

    .at-franchise-cta__lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .at-franchise-cta__benefits {
        display: grid;
        gap: 12px;
        margin: 24px 0 28px;
    }

    .at-franchise-cta__button {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .at-franchise-cta__media {
        min-height: 310px;
    }

    .at-franchise-cta__media figcaption {
        right: 16px;
        bottom: 14px;
        left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .at-franchise-cta__button {
        transition: none;
    }
}
