    .testimonial-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: 24px;
    }
    .testimonial-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
        height: 100%;
        padding: 24px;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(16, 24, 40, .07);
    }
    .testimonial-card p { margin: 0; line-height: 1.6; color: #4d5565; }
    .testimonial-meta { display: flex; align-items: center; gap: 12px; }
    .testimonial-avatar {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        border-radius: 50%;
        background: var(--green);
        color: #fff;
        font-weight: 800;
    }
    .testimonial-meta strong, .testimonial-meta span { display: block; }
    .testimonial-meta span { margin-top: 3px; color: #697386; font-size: 13px; }
    @media (max-width: 640px) { .testimonial-grid { grid-template-columns: 1fr; } }

    .problem-card-icon { font-size: 42px; line-height: 1; margin: 10px 0 20px; }
    .why-online {
        margin-top: 28px; padding: 30px; border-radius: 26px; background: #081525; color: #fff;
    }
    .why-online h2 { margin: 0 0 12px; color: #fff; }
    .why-online p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; }
    .demo-chat { margin-top: 24px; padding: 24px; border-radius: 18px; background: #fff; color: #081525; box-shadow: 0 12px 30px rgba(16,24,40,.08); }
    .demo-chat-title { margin-bottom: 12px; font-weight: 800; }
    .demo-chat-message { padding: 11px 13px; border-radius: 14px; background: #f1f5f9; font-size: 14px; line-height: 1.45; }
    .demo-chat-message + .demo-chat-message { margin-top: 9px; background: #e8f7e8; }
    @media (max-width: 900px) { .why-online { grid-template-columns: 1fr; } }
    #steps-area .mosaic { align-items: stretch; }
    #steps-area .mosaic { grid-auto-rows: auto; }
    #steps-area .mz { min-height: 0; height: auto; overflow: visible; }
    #steps .hero-actions .btn { width: auto; }
    .demo-chat-window { min-height: 300px; display: flex; flex-direction: column; }
    .demo-chat-messages { flex: 1; padding: 8px 0 18px; }
    .demo-chat-form { display: flex; gap: 10px; }
    .demo-chat-form input { flex: 1; min-width: 0; border: 1px solid #dbe3ec; border-radius: 999px; padding: 12px 16px; font: inherit; }
    .demo-chat-form button { border: 0; border-radius: 999px; padding: 0 20px; background: var(--green); color: #fff; font-weight: 800; cursor: pointer; }
    .static-chat-button { margin-top: 18px; width: auto; }

    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: stretch;
        margin-top: 110px;
    }

    .hero-actions.hero-actions-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .hero-actions.hero-actions-main > * {
        margin-top: 0 !important;
        align-self: stretch;
    }

    .hero-actions.hero-actions-main .hero-cta-btn {
        margin-top: 0 !important;
    }

    .hero-actions.hero-actions-main .hero-price-link {
        align-self: center;
        width: auto;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--coal);
        font-family: inherit;
        font-weight: 700;
        font-style: italic;
        text-decoration: underline;
        text-underline-offset: 4px;
        font-size: 20px;
        text-align: left;
        cursor: pointer;
    }

    .hero-actions.hero-actions-main .hero-price-link:hover {
    }

    .hero-actions .btn {
        min-height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
        gap: 24px;
        align-items: stretch;
    }

.hero {
        background: #eef4fc url('/images/landing-hero-bg.webp') center top / cover no-repeat;
        background-attachment: scroll;
        background-position: center bottom;
}

/* Lead modal: light, readable and wide enough for the actual form. */
.modal-card {
    width: min(680px, calc(100vw - 32px));
    max-width: 680px;
    padding: 36px 40px 32px;
    background: #fff;
    color: #081525;
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(7, 21, 37, .28);
}
.modal-title { color: #081525; font-size: clamp(28px, 3vw, 36px); line-height: 1.12; }
.modal-desc { color: #4d5565; font-size: 18px; line-height: 1.5; }
.price-modal-card { width: min(920px, calc(100vw - 32px)); max-width: 920px; max-height: calc(100dvh - 48px); overflow: hidden; }
.price-table-wrap { max-height: calc(100dvh - 260px); margin-top: 24px; overflow: auto; border: 1px solid #dbe3ec; border-radius: 8px; }
.price-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.price-table th,
.price-table td { padding: 15px 18px; border-bottom: 1px solid #e5eaf0; text-align: left; vertical-align: middle; line-height: 1.4; }
.price-table th { position: sticky; top: 0; z-index: 1; background: #f1f5f9; color: #4d5565; font-size: 20px; font-weight: 800; }
.price-table th:first-child { width: 48%; }
.price-table td { color: #243142; font-size: 20px; }
.price-table td:not(:first-child) { white-space: nowrap; font-weight: 700; }
.price-table td:last-child { color: #23832b; }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table-state { padding: 32px 20px; color: #697386; text-align: center; }
.price-table-state[hidden] { display: none; }
.price-table-state.is-error { color: #a32727; }
.price-modal-note { margin: 16px 0 0; color: #697386; font-size: 13px; line-height: 1.5; }
.modal-form .input { background: #f8fafc; color: #081525; border: 1px solid #dbe3ec; }
.modal-form input.input { display: block; width: 100%; box-sizing: border-box; }
.modal-form [hidden] { display: none !important; }
.modal-form .input::placeholder { color: #7a8492; }
.modal-form .input:focus { background: #fff; border-color: rgba(68,181,75,.55); }
.modal-form .form-consent { color: #4d5565; }
.modal-form .form-consent a { color: #0b696d; }
.modal-form .form-consent a:hover,
.modal-form .form-consent a:focus-visible { color: #075457; border-color: #075457; }
.modal-close { background: #eef2f6; color: #081525; }
.modal-foot { color: #697386; }
.modal-note { color: #697386; }
.modal-form .form-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    appearance: none;
    border: 2px solid var(--green);
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
}
.modal-form .form-consent input[type="checkbox"]:checked {
    border-color: var(--green);
    background: var(--green);
}

    .modal-choice { display: grid; gap: 12px; margin-top: 8px; }
    .modal-choice[hidden] { display: none; }
    .modal-choice .btn { width: 100%; }

    .hero-copy {
        align-self: center;
    }

    .hero-form {
        align-self: stretch;
    }

    .debt-form {
        background: #ffffff77;
        border-radius: 30px;
        padding: 24px;
        box-shadow: 0 20px 48px rgba(16, 24, 40, .10);
        display: flex;
        flex-direction: column;
        gap: 14px;
        position: relative;
        overflow: hidden;
    }

    .debt-form::before {
        content: '';
        position: absolute;
        inset: 0 0 auto 0;
        height: 6px;
        /* background: linear-gradient(90deg, var(--green), #9ae66e);*/
    }

    .debt-form .debt-kicker {
        display: inline-flex;
        align-items: center;
        align-self: flex-start;
        padding: 7px 11px;
        border-radius: 999px;
        background: rgba(15, 23, 42, .06);
        color: #0f172a;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .debt-form h2 {
        margin: 0;
        font-size: clamp(24px, 2.7vw, 32px);
        line-height: 1.06;
        letter-spacing: -.04em;
        color: #081525;
    }

    .debt-form .debt-lead {
        margin: 0;
        color: #4d5565;
        line-height: 1.55;
        font-size: 18px;
    }

    .debt-fields {
        display: grid;
        gap: 12px;
        font-size: larger
    }

    .debt-input {
        width: 100%;
        min-height: 52px;
        border-radius: 16px;
        border: 1px solid rgba(15, 23, 42, .12);
        background: #f8fafc;
        padding: 0 16px;
        color: #081525;
        font: inherit;
        outline: none;
    }

    .debt-input:focus {
        border-color: rgba(68, 181, 75, .5);
        box-shadow: 0 0 0 4px rgba(68, 181, 75, .12);
        background: #fff;
    }

    .debt-form .form-consent {
        margin-top: 2px;
    }

    .debt-form .btn-primary {
        width: 100%;
        min-height: 56px;
        justify-content: center;
    }

    .debt-form .form-state {
        min-height: 20px;
        font-size: 13px;
        line-height: 1.45;
        color: #4d5565;
    }

    .debt-form .form-state:empty {
        display: none;
        margin-top: 0;
        min-height: 0;
    }

    .hero-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
    }

    .hero-meta .meta-item {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 10px 15px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
        color: #131a28;
        font-size: 14px;
        font-weight: 700;
    }

    .hero-meta .meta-item strong {
        margin-right: 6px;
    }

    .problem-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 28px;
    }

    .problem-card {
        position: relative;
        overflow: hidden;
        border-radius: 28px;
        padding: 24px;
        border: 0;
        box-shadow: 0 14px 30px rgba(16, 24, 40, .12), 0 4px 10px rgba(16, 24, 40, .06);
        transition: transform .2s ease, box-shadow .2s ease;
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .problem-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 42px rgba(16, 24, 40, .16), 0 6px 14px rgba(16, 24, 40, .08);
    }

    .problem-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--problem-image) center / cover no-repeat;
        z-index: 0;
    }

    .problem-card > * { position: relative; z-index: 1; }
    .problem-card h3,
    .problem-card p {
        color: saddlebrown;
    }

    .problem-card .kicker {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: var(--green);
    }

    .problem-card h3 {
        font-size: 22px;
        line-height: 1.15;
        letter-spacing: -.02em;
        margin: 12px 0 12px;
    }

    .problem-card p {
        margin: 0 0 18px;
        color: black;
        font-size: 20px;
        flex: 1 1 auto;
    }

    .problem-card .btn {
        /* align-self: flex-start;*/
        margin-top: 120px;
        min-height: 42px;
        padding: 9px 16px;
        border: 0;
        border-radius: 12px;
        background: rgba(255, 255, 255, .88);
        color: #172335;
        font-size: 18px;
        font-weight: 700;
        box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
    }

    .problem-card .btn:hover {
        background: #fff;
        color: #172335;
    }

    .problem-card { cursor: pointer; }

    .problem-card .mini-link {
        margin-top: auto;
        font-weight: 800;
        color: var(--coal);
    }

    .problem-card-emoji { font-size: 42px; line-height: 1; margin-bottom: 18px; }
    .problems-section .lead {
        background: transparent;
        box-shadow: none;
        color: var(--coal);
    }
    .problems-section .lead h2 { color: var(--coal); }
    .situation-note { margin: 28px 0 0; text-align: center; }
    .situation-prompt { margin: 10px auto 0; max-width: 760px; text-align: center; color: #4d5565; }
    .document-modal { position: fixed; inset: 0; z-index: 1200; display: flex; flex-direction: column; width: 92vw; height: 90vh; margin: 5vh auto; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.35), 0 0 0 100vmax rgba(7,21,37,.58); }
    .document-modal[hidden] { display: none; }
    .document-modal-head { height: 58px; flex: 0 0 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 24px; background: #071525; color: #fff; }
    .document-modal-title { font-weight: 800; }
    .document-modal-close { width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
    .document-modal-frame { flex: 1 1 auto; width: 100%; border: 0; background: #fff; }
    .document-modal-content { flex: 1 1 auto; overflow-y: auto; padding: 34px 54px 48px; background: #fff; color: #26364a; }
    .document-modal-content h1 { margin: 0 0 26px; color: #081525; font-size: clamp(30px, 3.5vw, 44px); line-height: 1.15; }
    .document-modal-content h2 { margin: 30px 0 10px; color: #123f78; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.25; }
    .document-modal-content p { max-width: 1050px; margin: 0 0 16px; font-size: 18px; line-height: 1.75; }
    .document-modal-content .document-template { display: none; }
    @media (max-width: 900px) {
        .document-modal { width: 96vw; height: 92vh; margin: 4vh auto; border-radius: 12px; }
        .document-modal-head { padding-left: 16px; }
        .document-modal-content { padding: 24px 20px 32px; }
        .document-modal-content p { font-size: 17px; }
    }

    .online-services {
        color: var(--coal);
    }

    .online-services .section-lede {
        color: #4d5565;
    }

    .online-services .h2 {
        color: var(--coal);
    }

    .online-services-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 28px;
    }

    .online-service-card {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 360px;
        padding: 26px;
        padding-bottom: 132px;
        border-radius: 28px;
        border: 0;
        box-shadow: 0 14px 30px rgba(16, 24, 40, .12), 0 4px 10px rgba(16, 24, 40, .06);
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .online-service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 42px rgba(16, 24, 40, .16), 0 6px 14px rgba(16, 24, 40, .08);
    }

    .online-service-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--online-service-image) center / cover no-repeat;
        z-index: 0;
    }

    .online-service-card > * { position: relative; z-index: 1; }

    .online-service-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .8);
        color: saddlebrown;
        font-size: 34px;
        line-height: 1;
        font-weight: 800;
    }

    .online-service-card h3 {
        margin: 20px 0 12px;
        color: saddlebrown;
        font-size: 22px;
        line-height: 1.18;
    }

    .online-service-card p {
        flex: 1;
        margin: 0 0 34px;
        color: black;
        line-height: 1.55;
        font-size: 20px;
    }

    .online-service-card .btn {
        align-self: flex-start;
    }

    @media (max-width: 1272px) {
        .online-services-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 22px;
    }

    .why-card {
        background: rgba(255, 255, 255, .72);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, .55);
        border-radius: 24px;
        padding: 22px;
    }

    .why-card b {
        display: block;
        font-size: 28px;
        line-height: 1;
        letter-spacing: -.03em;
        margin-bottom: 8px;
    }

    .why-card span {
        display: block;
        color: #586174;
        line-height: 1.55;
        font-size: 16px;
    }

    .trust-note {
        margin-top: 22px;
        padding: 18px 20px;
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(68, 181, 75, .12), rgba(255, 255, 255, .85));
        border: 1px solid rgba(68, 181, 75, .16);
        font-weight: 700;
        color: #182032;
    }

    .tariff-note {
        margin-top: 22px;
        padding: 18px 20px;
        border-radius: 22px;
        background: linear-gradient(120deg, #dff6f6 0%, #bce8e9 52%, #eafafa 100%);
        color: #124d50;
        line-height: 1.55;
        font-size: 20px;
        box-shadow: 0 12px 28px rgba(21, 156, 160, .16);
        text-align: center;
    }

    .tariff-note strong {
        color: #0b696d;
    }

    .tariff-note .economy {
        font-weight: 800;
        color: #0b696d;
        white-space: nowrap;
    }

    .plans {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: 28px;
    }

    .plan-card {
        background: #fff;
        border-radius: 28px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, .06);
        box-shadow: 0 18px 40px rgba(16, 24, 40, .08);
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding: 28px 26px 24px;
    }

    .plan-card.is-featured,
    .plan-card.is-premium {
        background: #fff !important;
        color: #081525;
    }

    .plan-card .plan-head {
        padding: 0 0 18px;
        background: transparent;
    }

    .plan-card .plan-name {
        display: inline-flex;
        align-items: center;
        margin-bottom: 12px;
        padding: 7px 11px;
        border-radius: 999px;
        background: rgba(15, 23, 42, .08);
        color: #0f172a;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .plan-card.is-featured .plan-name {
        background: rgba(68, 181, 75, .12);
        color: #2c6f31;
    }

    .plan-card.is-premium .plan-name {
        background: rgba(15, 23, 42, .08);
        color: #0f172a;
    }

    .plan-card .plan-price {
        white-space: nowrap;
        font-size: 46px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -.04em;
        color: #081525;
    }
    .plan-card .plan-note,
    .regional-service > span:last-child,
    .regional-pro-icon + * {
        white-space: nowrap;
    }
    .price-nowrap {
        white-space: nowrap;
    }

    .plan-card .plan-note {
        margin-top: 10px;
        color: #4d5565;
        font-size: 15px;
        font-weight: 700;
    }

    .plan-card .plan-desc {
        padding: 0 0 14px;
        color: #465063;
        line-height: 1.45;
        font-size: 16px;
    }

    .plan-card .mini-badge {
        margin: 0 0 16px;
        padding: 10px 14px;
        border-radius: 16px;
        background: #f1f5f9;
        color: #0f172a;
        font-weight: 800;
        line-height: 1.45;
        font-size: 20px;
    }

    .plan-card .plan-feats {
        margin: 0;
        padding: 14px 0 0 0;
        list-style: none;
        display: grid;
        gap: 10px;
    }

    .plan-card .plan-feats li {
        display: flex;
        gap: 10px;
        line-height: 1.45;
        font-size: 18px;
        color: #293244;
    }

    .plan-card .plan-feats li svg {
        flex: 0 0 auto;
        margin-top: 3px;
        color: var(--green);
    }

    .plan-card .plan-feats li.more {
        font-weight: 800;
        color: #081525;
    }

    .plan-card .plan-feats li.more svg {
        color: var(--green);
    }

    .plan-card .btn {
        width: 100%;
        min-height: 56px;
        justify-content: center;
        margin-top: 0;
    }

    .plan-card .foot {
        margin-top: auto;
        padding: 18px 0 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .plan-card.is-featured {
        border-color: rgba(68, 181, 75, .22);
        box-shadow: 0 24px 52px rgba(16, 24, 40, .14);
        transform: translateY(-8px);
    }

    .plan-card .foot .muted {
        color: #6a7384;
        font-size: 13px;
        line-height: 1.45;
    }

    .plan-card .foot a {
        color: #6a7384;
        font-weight: 700;
        text-decoration: none;
    }

    .plan-card .foot a:hover {
        color: var(--coal);
    }

    .regional-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 22px;
    }

    .regional-card {
        border-radius: 26px;
        padding: 22px 22px 20px;
        background: rgba(255, 255, 255, .92);
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
    }

    .regional-card h3 {
        margin: 0 0 10px;
        font-size: 22px;
    }

    .regional-card p {
        margin: 0;
        color: #4d5565;
        line-height: 1.55;
        font-size: 16px;
    }

    .regional-lines {
        display: grid;
        gap: 10px;
        margin-top: 14px;
    }

    .regional-row {
        padding: 12px 14px;
        border-radius: 18px;
        background: #f8fafc;
        border: 1px solid rgba(15, 23, 42, .06);
    }

    .regional-row.is-pro {
        background: rgba(68, 181, 75, .08);
        border-color: rgba(68, 181, 75, .14);
    }

    .regional-label {
        display: inline-flex;
        margin-bottom: 6px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #6a7384;
    }

    .regional-row.is-pro .regional-label {
        color: #2c6f31;
    }

    .regional-row p {
        font-size: 16px;
        color: #081525;
    }

    .regional-card .city-badge {
        display: inline-flex;
        margin-bottom: 12px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(68, 181, 75, .12);
        color: #2c6f31;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .regional-pricing-image {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 22px;
        border-radius: 22px;
        box-shadow: 0 14px 36px rgba(15, 23, 42, .1);
    }

    .regional-table-wrap {
        margin-top: 22px;
        overflow-x: auto;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
    }
    .regional-table { width: 100%; border-collapse: collapse; min-width: 760px; }
    .regional-table th, .regional-table td { padding: 22px 26px; text-align: left; border-bottom: 1px solid #e8edf3; vertical-align: middle; }
    .regional-table th { color: #6a7384; font-size: 20px; letter-spacing: .06em; text-transform: uppercase; background: #f8fafc; }
    .regional-table tr:last-child td { border-bottom: 0; }
    .regional-table td:first-child { color: #081525; font-weight: 800; font-size: 22px; }
    .regional-table td:nth-child(3) { color: var(--green); font-weight: 700; }
    .regional-table td { color: #4d5565; font-size: 20px; line-height: 1.5; }
    .regional-table strong { color: #081525; }
    .regional-city { display: flex; align-items: center; gap: 18px; font-size: 28px; }
    .regional-city-icon { display: block; width: 112px; height: 76px; flex: 0 0 112px; border-radius: 14px; background: #eef5ff url('/images/volga-city-landmarks.webp') center / 400% 100% no-repeat; }
    .regional-city-icon svg { display: none; }
    .regional-city-moscow .regional-city-icon { background: #dceafb url('/images/moscow-landmark.png') center / cover no-repeat; }
    .regional-city-spb .regional-city-icon { background: #dceafb url('/images/spb-landmark.png') center / cover no-repeat; }
    .regional-city-samara .regional-city-icon { background-position: 0 50%; }
    .regional-city-kazan .regional-city-icon { background-position: 33.33% 50%; }
    .regional-city-ulyanovsk .regional-city-icon { background-position: 66.66% 50%; }
    .regional-city-saransk .regional-city-icon { background-position: 100% 50%; }
    .regional-service { display: flex; align-items: center; gap: 14px; font-size: 19px; }
    .regional-service + .regional-service { margin-top: 12px; }
    .regional-online-service { display: flex; align-items: center; gap: 14px; font-size: 19px; }
    .regional-online-service + .regional-online-service { margin-top: 12px; }
    .regional-online-service .regional-pro-icon { flex: 0 0 38px; margin-right: 0; }
    .regional-service-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; background: var(--green-pale); color: var(--green); }
    .regional-service-icon svg { width: 26px; height: 26px; }
    .regional-service-label { display: block; color: #0b696d; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
    .regional-pro-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-right: 8px; border-radius: 50%; background: var(--green); color: #fff; font-size: 24px; }
    .regional-pro-banner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 22px;
        padding: 18px 26px;
        border-radius: 18px;
        background: linear-gradient(110deg, #159ca0, #82d9d5);
        color: #fff;
        box-shadow: 0 12px 28px rgba(21, 156, 160, .2);
    }
    .regional-pro-banner strong { font-size: 25px; }
    .regional-pro-banner span { font-size: 20px; opacity: .9; }
    .regional-benefits {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        margin-top: 16px;
        padding: 18px 22px;
        border-radius: 18px;
        background: #fff;
        font-size: 20px;
        line-height: 1.3;
        font-style: italic;
    }
    .regional-benefit { display: flex; align-items: center; gap: 10px; padding: 0 16px; color: #0b696d; font-size: 20px; line-height: 1.3; }
    .regional-benefit + .regional-benefit { border-left: 1px solid #d2eeee; }
    .regional-benefit i { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 2px solid var(--green); border-radius: 50%; color: var(--green); font-style: normal; font-weight: 800; }
    @media (max-width: 900px) {
        .hero-grid { grid-template-columns: 1fr; }
        .regional-pro-banner { align-items: flex-start; flex-direction: column; gap: 4px; padding: 16px 18px; }
        .regional-pro-banner strong { font-size: 22px; }
        .regional-benefits { grid-template-columns: repeat(2, 1fr); gap: 14px 0; padding: 16px 10px; }
        .regional-benefit { padding: 0 8px; font-size: 20px; }
        .regional-benefit + .regional-benefit { border-left: 0; }
        .regional-table-wrap { width: 100%; max-width: 100%; border-radius: 16px; overflow: hidden; }
        .regional-table { display: block; width: 100%; min-width: 0 !important; table-layout: fixed; }
        .regional-table thead { display: none; }
        .regional-table tbody, .regional-table tr, .regional-table td { display: block; width: 100%; max-width: 100%; }
        .regional-table tr { padding: 14px 16px; border-bottom: 1px solid #d2eeee; }
        .regional-table tr:last-child { border-bottom: 0; }
        .regional-table td { padding: 12px 0 12px 88px; border: 0; position: relative; font-size: 20px; overflow-wrap: anywhere; }
        .regional-table td + td { border-top: 1px solid #e5f3f3; }
        .regional-table td::before { content: attr(data-label); position: absolute; left: 0; color: #6a7384; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
        .regional-table td:first-child { padding: 8px 0 14px; font-size: 20px; }
        .regional-city { gap: 12px; font-size: 24px; }
        .regional-city-icon { width: 92px; height: 64px; flex-basis: 92px; }
        .regional-service { font-size: 17px; }
        .regional-table td:first-child::before { content: none; }
    }

    /* На телефонах обычного размера колонки «Разово» и «Онлайн» рядом. */
    @media (min-width: 661px) and (max-width: 900px) {
        .regional-table tr {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 18px;
        }

        .regional-table td:first-child {
            grid-column: 1 / -1;
        }

        .regional-table td + td {
            border-top: 0;
        }
    }

    @media (max-width: 992px) {
        .regional-benefits { grid-template-columns: 1fr; gap: 12px; }
        .regional-benefit { padding: 0 8px; }
        .regional-benefit + .regional-benefit { border-left: 0; }
    }

    .case-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: 22px;
    }

    .case-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        color: var(--green);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .modal-form select.input,
    .modal-form textarea.input {
        width: 100%;
        border: 0;
        outline: none;
        appearance: none;
        resize: vertical;
    }

    .modal-form textarea.input {
        min-height: 110px;
    }

    .modal-note {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.45;
        color: rgba(255, 255, 255, .55);
    }

    .modal-file-label { display: block; margin-top: 4px; color: #6a7384; font-size: 14px; }
    .modal-file-label input { display: block; width: 100%; margin-top: 8px; }

    .lead-progress {
        width: 100%;
        margin: 12px 0;
    }

    .lead-progress[hidden] { display: none; }

    .lead-progress-track {
        height: 8px;
        overflow: hidden;
        border-radius: 999px;
        background: rgba(18, 49, 76, .14);
    }

    .lead-progress-bar {
        width: 0;
        height: 100%;
        border-radius: inherit;
        background: #25a244;
        transition: width .2s ease;
    }

    .lead-progress-text {
        margin-top: 6px;
        color: #5b6675;
        font-size: 13px;
        text-align: center;
    }

    .lead-progress.is-indeterminate .lead-progress-bar {
        width: 38% !important;
        animation: lead-progress-indeterminate 1.1s ease-in-out infinite;
    }

    @keyframes lead-progress-indeterminate {
        from { transform: translateX(-110%); }
        to { transform: translateX(285%); }
    }

    @media (max-width: 640px) {
        .modal { align-items: stretch; padding: 0; }
        .modal-card { width: 100%; min-height: 100dvh; max-height: 100dvh; overflow-y: auto; border-radius: 0; padding: 56px 20px 24px; }
        .modal-close { position: fixed; top: 12px; right: 12px; z-index: 3; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #081525; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
        .price-modal-card { max-height: 100dvh; padding-top: 56px; overflow-y: auto; }
        .price-table-wrap { overflow: visible; border: 0; }
        .price-table,
        .price-table tbody { display: block; }
        .price-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
        .price-table tr { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 12px; border: 1px solid #dbe3ec; border-radius: 8px; overflow: hidden; }
        .price-table td { display: block; padding: 12px; border: 0; font-size: 20px; }
        .price-table td:first-child { grid-column: 1 / -1; border-bottom: 1px solid #e5eaf0; font-weight: 700; }
        .price-table td:not(:first-child) { white-space: normal; }
        .price-table td:not(:first-child)::before { display: block; margin-bottom: 4px; content: attr(data-label); color: #697386; font-size: 18px; font-weight: 700; }
        .price-table td:last-child { background: #f0f9f1; }
    }

    @media (max-width: 992px) {
        .problem-grid,
        .online-services-grid,
        .why-grid,
        .plans,
        .regional-grid,
        .case-grid,
        .hero-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .problem-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }

    @media (max-width: 640px) {
        .problem-grid,
        .online-services-grid,
        .why-grid,
        .plans,
        .regional-grid,
        .case-grid,
        .hero-grid,
        .hero-actions.hero-actions-main {
            grid-template-columns: 1fr;
        }

        .hero { background-position: 62% bottom; }
        .regional-pricing-image { margin-top: 16px; border-radius: 16px; }

        .hero-actions {
            align-items: stretch;
        }

        .hero-actions.hero-actions-main > * {
            width: 100%;
        }

        .hero-meta .meta-item {
            width: 100%;
        }
    }

    /* На планшетах карточки жизненных ситуаций идут по две в ряд. */
    @media (min-width: 640px) and (max-width: 900px) {
        .problem-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    /* В блоке «Юридическая помощь онлайн — 24/7» — одна карточка в ряд. */
    @media (max-width: 660px) {
        .modal-card,
        .modal-card .modal-form,
        .modal-card #modalQuestionFields {
            width: 100%;
            min-width: 0;
            max-width: 100%;
            overflow-x: hidden;
        }

        .modal-title,
        .modal-desc,
        .modal-card .input,
        .modal-card .modal-file-label {
            min-width: 0;
            max-width: 100%;
            white-space: normal !important;
            overflow-wrap: anywhere !important;
            word-break: break-word;
        }

        .modal-card .input {
            width: 100%;
            box-sizing: border-box;
        }

        .online-services .online-services-grid {
            grid-template-columns: 1fr;
        }
    }
