.site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #0b1220 0%, #111827 42%, #0f172a 100%);
    color: #e2e8f0;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 174, 239, 0.45), transparent);
}

.site-footer__glow {
    pointer-events: none;
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(0, 174, 239, 0.18) 0%, transparent 70%);
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    max-width: 80rem;
    margin-inline: auto;
    padding: 3rem 1.25rem 1.5rem;
}

@media (min-width: 1024px) {
    .site-footer__inner {
        padding: 4rem 2rem 2rem;
    }
}

.site-footer__main {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    .site-footer__main {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.85fr);
        gap: 3rem;
        align-items: start;
    }
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer__logo {
    width: auto;
    height: 3.25rem;
    max-width: 220px;
    object-fit: contain;
    object-position: right center;
}

.site-footer__desc {
    margin: 0;
    max-width: 36rem;
    font-size: 0.875rem;
    line-height: 2;
    color: #94a3b8;
    text-align: justify;
}

.site-footer__desc strong {
    color: #f8fafc;
    font-weight: 700;
}

.site-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.site-footer__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 9999px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    color: #cbd5e1;
}

.site-footer__badge svg {
    width: 0.9rem;
    height: 0.9rem;
    color: #00aeef;
    flex-shrink: 0;
}

.site-footer__columns {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .site-footer__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .site-footer__columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.site-footer__column-title {
    position: relative;
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
}

.site-footer__column-title::after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    width: 2rem;
    height: 2px;
    border-radius: 9999px;
    background: linear-gradient(270deg, #00aeef, rgba(0, 174, 239, 0.15));
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover {
    color: #ffffff;
    transform: translateX(-3px);
}

.site-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer__contact-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.site-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    background: rgba(0, 174, 239, 0.12);
    color: #3cc6ff;
    flex-shrink: 0;
}

.site-footer__contact-icon svg {
    width: 1rem;
    height: 1rem;
}

.site-footer__contact-body {
    min-width: 0;
    flex: 1;
}

.site-footer__contact-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.site-footer__contact-text,
.site-footer__contact-link {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #cbd5e1;
    text-decoration: none;
}

.site-footer__contact-link:hover {
    color: #ffffff;
}

.site-footer__phones {
    display: grid;
    gap: 0.35rem;
    grid-template-columns: 1fr;
}

@media (min-width: 480px) {
    .site-footer__phones--landline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.site-footer__cta {
    margin-top: 2.5rem;
    display: grid;
    gap: 1.25rem;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.12) 0%, rgba(255, 255, 255, 0.03) 55%, rgba(15, 23, 42, 0.4) 100%);
    padding: 1.25rem;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
}

@media (min-width: 768px) {
    .site-footer__cta {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
        padding: 1.5rem 1.75rem;
    }
}

.site-footer__cta-title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f8fafc;
}

.site-footer__cta-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.8;
    color: #94a3b8;
}

.site-footer__cta-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .site-footer__cta-form {
        flex-direction: row;
        align-items: stretch;
    }
}

.site-footer__cta-input {
    width: 100%;
    min-width: 0;
    flex: 1;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.65);
    padding: 0.85rem 1rem;
    font-size: 0.875rem;
    color: #f8fafc;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__cta-input::placeholder {
    color: #64748b;
}

.site-footer__cta-input:focus {
    border-color: rgba(0, 174, 239, 0.65);
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.18);
}

.site-footer__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: none;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #00aeef 0%, #016b91 100%);
    padding: 0.85rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-footer__cta-button:hover {
    filter: brightness(1.05);
    box-shadow: 0 10px 24px rgba(0, 174, 239, 0.28);
    transform: translateY(-1px);
}

.site-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .site-footer__bottom {
        flex-direction: row;
    }
}

.site-footer__copyright {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.8;
    color: #64748b;
    text-align: center;
}

@media (min-width: 768px) {
    .site-footer__copyright {
        text-align: right;
    }
}

.site-footer__copyright strong {
    color: #94a3b8;
    font-weight: 700;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
}

.site-footer__legal a {
    font-size: 0.75rem;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__legal a:hover {
    color: #ffffff;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-footer__social a:hover {
    color: #ffffff;
    border-color: rgba(0, 174, 239, 0.45);
    background: rgba(0, 174, 239, 0.12);
    transform: translateY(-2px);
}

.site-footer__social svg {
    width: 1.25rem;
    height: 1.25rem;
}
