/* ============================================================
   CLN-010: Header, footer, bottom CTA chrome (Figma 1:5 / 89:600 / 58:406)
   ============================================================ */

/* ---- Shared chrome tokens ---- */
.site-header,
.site-footer,
.section-cta-bottom {
    --chrome-accent: #1bb2e6;
    --chrome-orange: #f77a0c;
    --chrome-dark: #031537;
    --chrome-muted: rgba(3, 21, 55, 0.6);
    --chrome-border: rgba(32, 5, 118, 0.2);
    --chrome-footer-bg: #f1f4f6;
    --chrome-card-bg: #faf9fa;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
    position: relative;
    z-index: 100;
    background: #fff;
}

.site-header__mobile-bar {
    display: none;
}

.site-header__main {
    padding: 0;
    border-bottom: 1px solid var(--chrome-border);
}

.site-header__main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header__brand-group {
    display: flex;
    align-items: center;
    gap: 34px;
    min-width: 0;
}

.site-header__menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: var(--chrome-accent);
    cursor: pointer;
    flex-shrink: 0;
}

.site-header__menu-icon {
    display: block;
}

.site-header__menu-icon--close {
    display: none;
}

.site-header.is-menu-open .site-header__menu-icon--burger {
    display: none;
}

.site-header.is-menu-open .site-header__menu-icon--close {
    display: block;
}

.site-header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.site-header__logo-mark {
    width: 60px;
    height: 64px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
    display: block;
}

.site-header__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    font-weight: 600;
    font-size: 31px;
    white-space: nowrap;
}

.site-header__logo-accent {
    color: var(--chrome-accent);
}

.site-header__logo-name {
    color: var(--chrome-dark);
}

.site-header__rating {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 0;
    max-width: 210px;
}

.site-header__rating-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header__rating-yandex {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.site-header__rating-score {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.site-header__rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.site-header__rating-stars img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.site-header__rating-caption {
    font-size: 13px;
    line-height: 16px;
    color: var(--chrome-dark);
    opacity: 0.6;
}

.site-header__contacts {
    display: flex;
    align-items: center;
    gap: 46px;
    flex-shrink: 0;
}

.site-header__phone-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__phone {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    color: var(--chrome-dark);
}

.site-header__hours {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 12px;
    border-left: 1px solid var(--chrome-border);
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    white-space: nowrap;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-header__callback {
    min-width: 0;
    height: 42px;
    padding: 11px 44px;
    border-radius: 70px;
    background: var(--chrome-orange);
    font-size: 16px;
    font-weight: 500;
}

.site-header__callback:hover {
    background: #e07000;
}

.site-header__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header__social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.site-header__social img {
    display: block;
    width: 42px;
    height: 42px;
}

.site-header__nav-wrap {
    border-bottom: 2px solid var(--chrome-dark);
}

.site-header__nav-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.site-header__nav-item {
    position: relative;
}

.site-header__nav-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 23px 46px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--chrome-dark);
    white-space: nowrap;
    transition: color 0.2s ease;
}

.site-header__nav-item > a:hover,
.site-header__nav-item--has-sub:hover > a,
.site-header__nav-item--has-sub:focus-within > a {
    color: var(--chrome-accent);
}

.site-header__nav-chevron {
    width: 12px;
    height: 6px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.site-header__nav-item--has-sub:hover .site-header__nav-chevron,
.site-header__nav-item--has-sub:focus-within .site-header__nav-chevron {
    transform: rotate(180deg);
}

.site-header__subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(3, 21, 55, 0.12);
    box-shadow: 0 12px 28px rgba(3, 21, 55, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 40;
}

.site-header__nav-item--has-sub:hover .site-header__subnav,
.site-header__nav-item--has-sub:focus-within .site-header__subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-header__subnav a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--chrome-dark);
    white-space: nowrap;
    text-align: left;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-header__subnav a:hover {
    color: var(--chrome-accent);
    background: rgba(27, 178, 230, 0.08);
}

.site-header__panel-subnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.site-header__panel-subnav a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(3, 21, 55, 0.75);
}

.site-header__panel-subnav a:hover {
    color: var(--chrome-accent);
}

.site-header__overlay {
    display: none;
}

.site-header__panel {
    display: none;
}

.site-header__panel-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0 0 16px;
    list-style: none;
    border-bottom: 1px solid rgba(3, 21, 55, 0.2);
}

.site-header__panel-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--chrome-dark);
    text-align: center;
    white-space: nowrap;
}

.site-header__panel-chevron {
    width: 8px;
    height: 4px;
    flex-shrink: 0;
    display: block;
}

.site-header__panel-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

.site-header__panel-callback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    min-width: 0;
    padding: 9px 47px;
    border-radius: 70px;
    background: var(--chrome-orange);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    position: relative;
    background: var(--chrome-footer-bg);
    color: var(--chrome-dark);
    padding: 40px 0 0;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(280px, 555px) 110px minmax(280px, 1fr);
    gap: 36px 28px;
    align-items: start;
    padding-bottom: 36px;
}

.site-footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 38px;
}

.site-footer__logo-mark {
    width: 60px;
    height: 64px;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.site-footer__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    font-weight: 600;
    font-size: 31px;
}

.site-footer__logo-accent {
    color: var(--chrome-accent);
}

.site-footer__logo-name {
    color: var(--chrome-dark);
}

.site-footer__socials {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
}

.site-footer__social img {
    width: 42px;
    height: 42px;
    display: block;
}

.site-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
}

.site-footer__phone {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--chrome-dark);
}

.site-footer__hours {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

.site-footer__address {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.site-footer__payments {
    max-width: 183px;
}

.site-footer__pay-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.site-footer__pay-icons img {
    display: block;
    object-fit: contain;
}

.site-footer__min-order {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.9;
}

.site-footer__col-title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.13px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 36px;
}

.site-footer__links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.site-footer__links a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--chrome-dark);
    transition: color 0.2s ease;
}

.site-footer__links a:hover {
    color: var(--chrome-accent);
}

.site-footer__services-grid {
    display: grid;
    grid-template-columns: 220px 220px;
    gap: 36px;
}

.site-footer__legal {
    padding-bottom: 48px;
    text-align: center;
}

.site-footer__divider {
    width: 100%;
    height: 1px;
    margin-bottom: 14px;
}

.site-footer__copyright {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.9;
    margin-bottom: 14px;
}

.site-footer__legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    letter-spacing: 0.13px;
}

.site-footer__legal-links a {
    color: var(--chrome-accent);
    font-weight: 500;
    opacity: 0.9;
}

.site-footer__legal-links span {
    color: var(--chrome-accent);
    opacity: 0.9;
}

.site-footer__disclaimer {
    max-width: 1320px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 18px;
    opacity: 0.7;
}

.site-footer__disclaimer p + p {
    margin-top: 6px;
}

.site-footer__scroll-top {
    position: fixed;
    right: 60px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    padding: 15px;
    border: none;
    background: var(--chrome-accent);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 90;
}

.site-footer__scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-footer__scroll-top img {
    width: 32px;
    height: 32px;
    display: block;
}

/* ============================================================
   BOTTOM CTA FORM
   ============================================================ */
/* Figma 58:406 — photo overhangs blue card by 55px */
.section-cta-bottom {
    padding: 55px 0 36px;
    background: transparent;
    color: #fff;
    overflow: visible;
}

.section-cta-bottom .container {
    padding-left: 60px;
    padding-right: 60px;
    overflow: visible;
}

.cta-bottom {
    position: relative;
    display: block;
    /* Figma base 418px; grow with content so privacy text stays inside blue */
    height: auto;
    min-height: 418px;
    overflow: visible; /* manager photo overhangs top by 55px */
    background: var(--chrome-accent);
    color: #fff;
    box-sizing: border-box;
}

.cta-bottom__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.cta-bottom__stroke {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 705px;
    width: 615px;
    height: auto;
    max-width: none;
    object-fit: cover;
    object-position: left top;
}

.cta-bottom__photo-wrap {
    /* Figma 58:394 — 525×473; bottom-align so overhang stays -55px at 418px card height */
    position: absolute;
    top: auto;
    bottom: 0;
    left: 775px;
    width: 525px;
    height: 473px;
    overflow: hidden;
    transform: scaleX(-1);
    transform-origin: center center;
    pointer-events: none;
    z-index: 1;
    filter:
        drop-shadow(106px -36px 94px rgba(0, 24, 88, 0.05))
        drop-shadow(54px -18px 41px rgba(0, 24, 88, 0.03))
        drop-shadow(21px -7px 15px rgba(0, 24, 88, 0.03))
        drop-shadow(5px -2px 5px rgba(0, 24, 88, 0.02));
}

.cta-bottom__photo {
    position: absolute;
    width: 182.62%;
    height: 135.1%;
    left: -8.83%;
    top: -4.23%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: left top;
}

.cta-bottom__manager-card {
    /* Figma 58:398 — left 895, top 290 on 418px → bottom ~28px */
    position: absolute;
    left: 895px;
    top: auto;
    right: auto;
    bottom: 28px;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 22px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    text-align: center;
    color: #272524;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-bottom__manager-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 10px;
}

.cta-bottom__manager-role {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.8;
    margin: 0;
    white-space: nowrap;
}

.cta-bottom__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 749px;
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.cta-bottom__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    margin: 0;
}

.cta-bottom__title span {
    display: block;
}

.cta-bottom__benefits {
    width: 100%;
    max-width: 575px;
}

.cta-bottom__benefits-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 14px;
}

.cta-bottom__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 288px;
}

.cta-bottom__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
}

.cta-bottom__list img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.cta-bottom__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: none;
}

.cta-bottom__form-row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.cta-bottom__form-row input {
    flex: 0 0 362px;
    width: 362px;
    max-width: 100%;
    height: 54px;
    padding: 16px;
    border: none;
    border-radius: 0;
    background: #fff;
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 24px;
    color: var(--chrome-dark);
}

.cta-bottom__form-row input::placeholder {
    color: var(--chrome-dark);
    opacity: 0.6;
}

.cta-bottom__submit {
    flex: 0 0 auto;
    min-width: 0;
    height: 54px;
    padding: 18px 70px;
    border: none;
    border-radius: 0;
    background: var(--chrome-orange);
    color: #fff;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.cta-bottom__submit:hover {
    background: #e07000;
}

.cta-bottom__privacy {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.5;
    color: #fff;
    margin: 0;
    max-width: 100%;
}

.cta-bottom__privacy a {
    color: #fff;
    text-decoration: underline;
}

.section-cta-bottom .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ============================================================
   RESPONSIVE — TABLET
   ============================================================ */
@media (max-width: 1200px) {
    .site-header__nav-item > a {
        padding: 20px 24px;
    }

    .site-header__contacts {
        gap: 24px;
    }

    .site-header__phone {
        font-size: 20px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__services-col {
        grid-column: 1 / -1;
    }

    .site-footer__scroll-top {
        right: 24px;
    }

    .section-cta-bottom {
        padding-top: 40px;
    }

    .cta-bottom__stroke {
        left: auto;
        right: 0;
        width: 480px;
    }

    .cta-bottom__photo-wrap {
        left: auto;
        right: 0;
        width: 420px;
        height: 400px;
        top: auto;
        bottom: 0;
    }

    .cta-bottom__manager-card {
        left: auto;
        right: 48px;
        top: auto;
        bottom: 24px;
    }
}

/* ============================================================
   RESPONSIVE — MOBILE (Figma 120:1304 / 120:1309)
   ============================================================ */
@media (max-width: 900px) {
    .site-header {
        background: #fff;
    }

    .site-header.is-menu-open {
        position: fixed;
        inset: 0;
        z-index: 200;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
    }

    .site-header__mobile-bar {
        display: block;
        background: var(--chrome-card-bg);
        flex-shrink: 0;
    }

    .site-header__mobile-bar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .site-header__mobile-phone {
        font-size: 16px;
        font-weight: 600;
        color: var(--chrome-dark);
    }

    .site-header__mobile-socials {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .site-header__mobile-socials .site-header__social img {
        width: 24px;
        height: 24px;
    }

    .section-cta-bottom .container,
    .site-header .container,
    .site-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-header__main {
        border-bottom: none;
        margin-top: 12px;
        flex-shrink: 0;
    }

    .site-header__main-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 0;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(3, 21, 55, 0.2);
    }

    .site-header__brand-group {
        width: 100%;
        justify-content: flex-start;
        gap: 12px;
    }

    .site-header__menu-toggle {
        display: flex;
    }

    .site-header__logo {
        gap: 7.5px;
    }

    .site-header__logo-mark {
        width: 45px;
        height: 48px;
    }

    .site-header__logo-text {
        font-size: 23.25px;
        line-height: 21px;
    }

    .site-header__rating {
        margin-left: auto;
        padding: 3px 0;
        max-width: none;
        gap: 0;
    }

    .site-header__rating-top {
        flex-wrap: wrap;
        align-items: center;
        gap: 3px 4px;
        max-width: 95px;
    }

    .site-header__rating-yandex {
        width: 20px;
        height: 20px;
    }

    .site-header__rating-score {
        font-size: 14px;
    }

    .site-header__rating-stars {
        flex-basis: 100%;
        gap: 2px;
    }

    .site-header__rating-stars img {
        width: 15px;
        height: 15px;
    }

    .site-header__rating-caption {
        display: none;
    }

    .site-header__contacts,
    .site-header__nav-wrap {
        display: none;
    }

    /* Full-screen mobile menu (Figma 125:2347) — not a left drawer */
    .site-header__panel {
        display: none;
        position: static;
        width: 100%;
        height: auto;
        flex: 1 1 auto;
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        padding: 26px 15px 32px;
        background: #fff;
        box-shadow: none;
        transform: none;
        z-index: auto;
        overflow-x: hidden;
    }

    .site-header.is-menu-open .site-header__panel {
        display: flex;
    }

    .site-header__panel-nav {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }

    .site-header__panel-footer {
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        padding-top: 32px;
    }

    /* style.css hides .btn-orange at ≤900px (legacy header) — restore menu CTA */
    .site-header__panel-callback.btn-orange {
        display: inline-flex !important;
        width: 100%;
        height: 44px;
        min-width: 0;
        padding: 9px 47px;
        border-radius: 70px;
        background: var(--chrome-orange);
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    /* ---- Footer mobile (Figma 125:2345) ---- */
    .site-footer {
        padding: 24px 0 0;
    }

    .site-footer__inner {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        column-gap: 20px;
        row-gap: 30px;
        align-items: start;
        padding-bottom: 0;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__logo {
        gap: 7.5px;
        margin-bottom: 30px;
    }

    .site-footer__logo-mark {
        width: 45px;
        height: 48px;
    }

    .site-footer__logo-text {
        font-size: 23px;
        line-height: 21px;
    }

    .site-footer__socials {
        gap: 10px;
        margin-bottom: 18px;
    }

    .site-footer__social img {
        width: 34px;
        height: 34px;
    }

    .site-footer__contacts {
        gap: 14px;
        margin-bottom: 18px;
    }

    .site-footer__phone {
        font-size: 18px;
        line-height: 1.2;
    }

    .site-footer__hours {
        font-size: 13px;
    }

    .site-footer__address {
        font-size: 14px;
        line-height: 24px;
    }

    .site-footer__payments {
        margin-bottom: 0;
    }

    .site-footer__pay-icons img:nth-child(1) {
        width: 46px;
        height: 21px;
    }

    .site-footer__pay-icons img:nth-child(2) {
        width: 50px;
        height: 35px;
    }

    .site-footer__pay-icons img:nth-child(3) {
        width: 44px;
        height: 20px;
    }

    .site-footer__min-order {
        font-size: 13px;
        line-height: 19px;
    }

    .site-footer__nav-col {
        width: 110px;
    }

    .site-footer__services-col {
        grid-column: auto;
        width: 100%;
        max-width: 190px;
        justify-self: end;
    }

    .site-footer__col-title {
        font-size: 12px;
        letter-spacing: 0.12px;
        margin-bottom: 24px;
    }

    .site-footer__links {
        gap: 16px;
    }

    .site-footer__links a {
        font-size: 14px;
        line-height: 22px;
    }

    .site-footer__services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .site-footer__services-grid .site-footer__links + .site-footer__links {
        margin-top: 0;
    }

    .site-footer__legal {
        padding-top: 30px;
        padding-bottom: 24px;
    }

    .site-footer__copyright {
        font-size: 13px;
        line-height: 20px;
    }

    .site-footer__disclaimer {
        font-size: 12px;
        line-height: 16px;
    }

    /* Compact FAB so it doesn't cover cutouts / cause visual clutter (G-P2-04) */
    .site-footer__scroll-top {
        right: 12px;
        bottom: 12px;
        width: 44px;
        height: 44px;
        padding: 10px;
    }

    .site-footer__scroll-top img {
        width: 24px;
        height: 24px;
    }

    /* ---- Bottom CTA mobile (Figma 123:848) — text + checklist + form, no manager ---- */
    .section-cta-bottom {
        padding: 0 0 40px;
        overflow: hidden;
    }

    .cta-bottom {
        height: auto;
        min-height: 0;
        overflow: hidden;
        display: block;
    }

    .cta-bottom__bg {
        position: absolute;
        inset: 0;
        overflow: hidden;
    }

    .cta-bottom__stroke {
        left: auto;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.55;
        object-fit: cover;
        object-position: right top;
    }

    .cta-bottom__photo-wrap,
    .cta-bottom__manager-card {
        display: none !important;
    }

    .cta-bottom__content {
        position: relative;
        z-index: 2;
        padding: 16px;
        max-width: none;
        gap: 16px;
    }

    .cta-bottom__title {
        font-size: 24px;
        line-height: 34px;
    }

    .cta-bottom__benefits {
        max-width: none;
    }

    .cta-bottom__benefits-title {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 12px;
    }

    .cta-bottom__list {
        gap: 8px;
        max-width: none;
    }

    .cta-bottom__list li {
        gap: 6px;
        font-size: 14px;
        line-height: 22px;
    }

    .cta-bottom__list img {
        width: 18px;
        height: 18px;
    }

    .cta-bottom__form {
        gap: 12px;
    }

    .cta-bottom__form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .cta-bottom__form-row input {
        flex: 1 1 auto;
        width: 100%;
        height: 46px;
        padding: 14px 16px;
        font-size: 14px;
        line-height: 22px;
        border-radius: 0;
    }

    .cta-bottom__submit {
        width: 100%;
        height: 46px;
        padding: 12px 24px;
        font-size: 14px;
    }

    .cta-bottom__privacy {
        font-size: 13px;
        line-height: 18px;
        opacity: 0.7;
    }
}

@media (max-width: 600px) {
    .site-header__logo-text {
        font-size: 20px;
    }
}

/* ---- Legal / content pages (privacy, sitemap) ---- */
.section-page {
	padding: 48px 0 80px;
	background: #fff;
}

.section-page__inner {
	max-width: 860px;
}

.section-page__title {
	margin-bottom: 28px;
}

.section-page__content {
	color: #031537;
	font-size: 16px;
	line-height: 1.65;
}

.section-page__content h2 {
	margin: 32px 0 12px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	color: #031537;
}

.section-page__content p {
	margin: 0 0 14px;
}

.section-page__content ul {
	margin: 0 0 16px;
	padding-left: 22px;
}

.section-page__content li {
	margin-bottom: 8px;
}

.section-page__content a {
	color: #1bb2e6;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sitemap-page__list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 28px;
}

.sitemap-page__list li {
	margin: 0;
	border-bottom: 1px solid rgba(3, 21, 55, 0.08);
}

.sitemap-page__list a {
	display: block;
	padding: 12px 0;
	color: #031537;
	text-decoration: none;
	font-weight: 500;
}

.sitemap-page__list a:hover {
	color: #1bb2e6;
}

.sitemap-page__note {
	margin-top: 8px;
	font-size: 14px;
	color: rgba(3, 21, 55, 0.65);
}

@media (max-width: 767px) {
	.section-page {
		padding: 32px 0 56px;
	}

	.section-page__content {
		font-size: 15px;
	}

	.section-page__content h2 {
		font-size: 20px;
	}
}

