.footer-main {
            background: linear-gradient(360deg, #000000 80%, #0b2543 100%);
            color: #e7edfa;
            font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
            padding: 48px 0 0 0;
            margin-top: 70px;
            letter-spacing: .012em;
        }
        .footer-wrap {
            max-width: var(--normal-width);
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 46px;
            justify-content: space-between;
            align-items: flex-start;
            padding: 0 26px 0 26px;
        }
        .footer-brand {
            flex: 1 1 195px;
            min-width: 180px;
        }
        .footer-brand h2 {
            color: #fff;
            font-size: 1.45em;
            margin-bottom: 15px;
            font-weight: 700;
            letter-spacing: .03em;
        }
        .footer-brand .footer-contact {
            margin-bottom: 22px;
        }
.footer-brand .footer-contact div {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 1.05em;
}

.footer-contact-link {
    color: #f88613;
}
        .footer-brand .footer-contact .material-symbols-outlined {
            font-size: 20px;
            color: #59aaff;
            vertical-align: bottom;
        }
        .footer-brand .footer-socials {
            display: flex;
            gap: 12px;
            margin-top: 12px;
        }
        .footer-socials a {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #012452;
            width: 37px; height: 37px;
            border-radius: 50%;
            color: #fffa;
            font-size: 23px;
            transition: background .18s, color .16s, transform .18s;
            text-decoration: none;
        }
        .footer-socials a:hover {
            background: #0d2c69;
            color: #4fbcff;
            transform: translateY(-2px) scale(1.07);
        }
        .footer-socials-title {
            font-size: 1.1em;
            color: #ffd600;
            margin-bottom: 6px;
            margin-top: 15px;
        }
.footer-qr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex: 0 1 120px;
}

.footer-app-qr-wrap {
    width: 250px;
}

.footer-qr-img {
    border-radius: 16px;
    box-shadow: 0 3px 14px #00132a2c;
}
        .footer-qr .qr-label {
            font-size: .98em;
            margin-bottom: 3px;
            color: #81baec;
        }
        .footer-menu-block {
            flex: 1 0 180px;
            min-width: 155px;
        }
        .footer-menu-block h4 {
            margin-bottom: 11px;
            color: #ffd600;
            font-weight: 600;
            font-size: 1.13em;
        }
        .footer-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .footer-list li {
            margin-bottom: 7px;
        }
        .footer-list a {
            color: #e7edfa;
            text-decoration: none;
            font-size: 1em;
            border-bottom: 1px dashed #003b5d00;
            transition: color .18s, border .18s;
        }
        .footer-list a:hover {
            color: #5dbaff;
            border-bottom: 1px dashed #2771ad;
        }
        .footer-bottom-inner {
            width: var(--normal-width);
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .footer-bottom {
            margin-top: 34px;
            background: #000916b3;
            padding: 14px 24px 16px 24px;
            font-size: .99em;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #01223f;
        }
        .footer-bottom .footer-legal {
            color: #fff;
            font-weight: 600;
            font-size: 1em;
            opacity: 0.93;
        }
        .footer-bottom .footer-links {
            display: flex;
            gap: 19px;
            flex-wrap: wrap;
        }
        .footer-bottom .footer-links a {
            color: #7bbdff;
            text-decoration: underline;
            opacity: 0.86;
            transition: color .17s;
        }
        .footer-bottom .footer-links a:hover {
            color: #ffd600;
            text-decoration: underline;
        }
        @media (max-width: 940px) {
            .footer-wrap {
                flex-direction: column;
                align-items: flex-start;
                gap: 30px;
            }
            .footer-brand, .footer-menu-block, .footer-qr {
                min-width: 0;
            }
            .footer-bottom {
                flex-direction: column;
                gap: 11px;
                text-align: center;
            }
        }

.footer-list a[data-contact-open] {
    font-weight: 500;
}

#ContactsForm .mdc-dialog__surface {
    width: min(820px, calc(100vw - 28px));
    max-width: 820px;
    border: 1px solid rgba(0, 214, 255, .28);
    border-radius: 20px;
    background:
        radial-gradient(circle at 15% 0%, rgba(255, 194, 40, .14), transparent 34%),
        radial-gradient(circle at 88% 10%, rgba(0, 214, 255, .14), transparent 38%),
        linear-gradient(145deg, #07111f 0%, #08192d 58%, #050912 100%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .62), inset 0 1px 0 rgba(255, 255, 255, .05);
    color: #f2f7ff;
    overflow: hidden;
}

#ContactsForm .mdc-dialog__title {
    padding: 28px 34px 0;
    color: #ffb900;
    font-family: var(--font-title, 'Exo 2', Arial, sans-serif);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: 0;
}

#ContactsForm .mdc-dialog__content {
    padding: 18px 34px 0;
}

#ContactsForm .mdc-dialog__actions {
    padding: 18px 34px 30px;
}

.contact-premium-form {
    display: grid;
    gap: 18px;
}

.contact-premium-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(0, 214, 255, .22);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 214, 255, .1), rgba(255, 185, 0, .08));
}

.contact-premium-hero__icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    color: #06101e;
    background: linear-gradient(135deg, #ffd44a, #ff9a00);
    box-shadow: 0 10px 26px rgba(255, 169, 0, .28);
}

.contact-premium-hero__icon .material-symbols-outlined {
    font-size: 30px;
}

.contact-premium-hero p,
.contact-premium-hero h3,
.contact-premium-hero span {
    margin: 0;
}

.contact-premium-hero p {
    color: #00e5ff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.contact-premium-hero h3 {
    margin-top: 4px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
    color: #fff;
}

.contact-premium-hero span {
    display: block;
    margin-top: 6px;
    color: rgba(242, 247, 255, .72);
    line-height: 1.45;
}

.contact-premium-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-premium-type input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-type-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon title"
        "icon text";
    gap: 2px 12px;
    min-height: 84px;
    padding: 16px;
    border: 1px solid rgba(0, 214, 255, .2);
    border-radius: 16px;
    background: rgba(1, 22, 42, .72);
    cursor: pointer;
    transition: border-color .18s ease, transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.contact-type-card i {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #00e5ff;
    background: rgba(0, 214, 255, .12);
}

.contact-type-card strong {
    grid-area: title;
    color: #fff;
    font-weight: 500;
}

.contact-type-card small {
    grid-area: text;
    color: rgba(242, 247, 255, .62);
    line-height: 1.35;
}

.contact-premium-type input:checked + .contact-type-card {
    border-color: rgba(255, 185, 0, .72);
    background: linear-gradient(135deg, rgba(255, 185, 0, .18), rgba(0, 214, 255, .08));
    box-shadow: 0 0 0 1px rgba(255, 185, 0, .18), 0 14px 34px rgba(0, 0, 0, .22);
}

.contact-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-field {
    display: grid;
    gap: 7px;
}

.contact-field--wide {
    grid-column: 1 / -1;
}

.contact-field span {
    color: rgba(242, 247, 255, .68);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(0, 214, 255, .28);
    border-radius: 12px;
    outline: none;
    background: rgba(0, 22, 42, .82);
    color: #fff;
    font: inherit;
    font-weight: 500;
    padding: 13px 14px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact-field textarea {
    min-height: 118px;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: rgba(242, 247, 255, .42);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(255, 185, 0, .82);
    background: rgba(2, 29, 55, .94);
    box-shadow: 0 0 0 3px rgba(255, 185, 0, .12);
}

.contact-consent {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: flex-start;
    color: rgba(242, 247, 255, .72);
    font-size: 13px;
    line-height: 1.45;
}

.contact-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #ffb900;
}

.contact-consent a {
    color: #00e5ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-premium-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

.contact-secondary-btn,
.contact-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(0, 214, 255, .34);
    padding: 0 22px;
    font: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.contact-secondary-btn {
    color: #dcecff;
    background: rgba(1, 18, 34, .72);
}

.contact-primary-btn {
    color: #07111f;
    border-color: transparent;
    background: linear-gradient(135deg, #ffd44a, #ff9100);
    box-shadow: 0 12px 28px rgba(255, 145, 0, .24);
}

.contact-primary-btn:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.contact-secondary-btn:hover,
.contact-primary-btn:hover {
    transform: translateY(-1px);
}

@media (max-width: 680px) {
    #ContactsForm .mdc-dialog__title {
        padding: 24px 20px 0;
    }

    #ContactsForm .mdc-dialog__content {
        padding: 16px 20px 0;
    }

    #ContactsForm .mdc-dialog__actions {
        padding: 16px 20px 24px;
    }

    .contact-premium-hero,
    .contact-premium-type,
    .contact-premium-grid {
        grid-template-columns: 1fr;
    }

    .contact-premium-hero {
        align-items: flex-start;
    }

    .contact-premium-actions {
        flex-direction: column-reverse;
    }

    .contact-secondary-btn,
    .contact-primary-btn {
        width: 100%;
    }

    .footer-bottom-inner {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}
