/* Shared professional footer — single source for all pages */

.site-footer {
    background:
        radial-gradient(ellipse 50% 40% at 0% 0%, rgba(0, 124, 219, 0.18), transparent 55%),
        radial-gradient(ellipse 40% 35% at 100% 100%, rgba(56, 189, 248, 0.1), transparent 50%),
        var(--footer-bg);
    color: #fff;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
}

.site-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0);
    background-size: 24px 24px;
    pointer-events: none;
    opacity: 0.5;
}

.site-footer .footer-main {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr 1fr 1.25fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 40px 48px;
    position: relative;
    z-index: 1;
}

.site-footer .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-logo-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 4px;
    align-self: flex-start;
}

.footer-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.site-footer .footer-logo {
    width: auto;
    height: 44px;
    max-width: 160px;
    filter: none;
    margin: 0;
    display: block;
}

.site-footer .footer-company-name {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    color: #fff;
}

.site-footer .footer-description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 300px;
    margin: 0 0 20px;
}

.site-footer .footer-social {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.site-footer .footer-social a i {
    font-size: 1rem;
    color: #fff;
}

.site-footer .footer-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-hours {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-hours p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-hours i {
    color: var(--accent-color);
}

.site-footer .footer-column h3 {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.site-footer .footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.site-footer .footer-links ul,
.site-footer .footer-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links ul li,
.site-footer .footer-products ul li {
    margin-bottom: 10px;
}

.site-footer .footer-links ul li a,
.site-footer .footer-products ul li a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-links ul li a:hover,
.site-footer .footer-products ul li a:hover {
    color: #fff;
    transform: translateX(4px);
}

.site-footer .footer-contact-info {
    margin-bottom: 16px;
}

.site-footer .contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
    line-height: 1.6;
    background: none;
    border: none;
    padding: 0;
}

.site-footer .contact-item i {
    color: var(--secondary-color);
    margin-top: 4px;
    width: 16px;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.site-footer .contact-item a,
.site-footer .contact-item span {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .contact-item a:hover {
    color: #fff;
}

.site-footer .footer-map {
    margin-top: 8px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .footer-map iframe {
    display: block;
    width: 100%;
    height: 160px;
    border: 0;
}

.footer-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: var(--accent-color);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
}

.footer-map-link:hover {
    color: #fff;
}

.footer-map-link i {
    font-size: 0.75rem;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.site-footer .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.875rem;
}

.footer-bottom__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
}

.footer-bottom__links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer-bottom__links a:hover {
    color: #fff;
}

.footer-bottom__links span {
    color: rgba(255, 255, 255, 0.35);
}

/* CTA band above footer — restrained, not promo-style */
.footer-cta {
    background: linear-gradient(180deg, var(--primary-dark) 0%, #002a5c 100%);
    padding: clamp(56px, 8vw, 80px) 24px;
    text-align: center;
    color: #fff;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-cta__inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-cta h2 {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.6vw, 1.85rem);
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.footer-cta p {
    font-size: 1rem;
    opacity: 0.82;
    margin: 0 auto 28px;
    line-height: 1.7;
    max-width: 34em;
    font-weight: 400;
}

.footer-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-cta .btn-cta-primary {
    background: #fff;
    color: var(--primary-dark);
    padding: 12px 26px;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.footer-cta .btn-cta-primary:hover {
    background: rgba(255, 255, 255, 0.92);
}

.footer-cta .btn-cta-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    padding: 12px 8px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-cta .btn-cta-secondary:hover {
    color: #fff;
    border-bottom-color: #fff;
    background: transparent;
    transform: none;
}

@media (max-width: 1100px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .site-footer .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr;
        padding: 48px 24px 36px;
        gap: 32px;
    }

    .site-footer .footer-map {
        display: none;
    }

    .site-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 18px 20px;
    }

    .footer-bottom__links {
        justify-content: center;
    }

    .footer-cta {
        padding: 52px 20px;
    }

    .footer-cta h2 {
        font-size: 1.4rem;
    }

    .footer-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-cta .btn-cta-primary {
        width: 100%;
        text-align: center;
    }

    .footer-cta .btn-cta-secondary {
        border-bottom: none;
        padding: 8px;
    }
}
