

    .twf-footer {
        background: linear-gradient(135deg, #050b14 0%, #050b14 100%);
        color: #cbd5e1;
        font-family:
            system-ui,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Arial,
            sans-serif;
        font-size: 15px;
        line-height: 1.6;
    }
    .twf-footer * {
        box-sizing: border-box;
    }
    .twf-footer a {
        color: inherit;
        text-decoration: none;
        transition: color 0.18s ease;
    }
    .twf-footer a:hover {
        color: #06b6d4;
    }
    .twf-footer-main {
        max-width: 1460px;
        margin: 0 auto;
        padding: 38px 4vw 48px;
        display: grid;
        grid-template-columns: 1.1fr 1fr 1fr 1.1fr 1.2fr;
        gap: 40px;
        align-items: start;
    }
    .twf-footer-brand img {
        display: block;
        width: 200px;
        height: auto;
        margin-bottom: 18px;
        background: #fff;
        padding: 10px 14px;
        border-radius: 6px;
    }
    .twf-footer-brand p {
        font-size: 14.5px;
        color: #94a3b8;
        line-height: 1.65;
        margin: 0;
        max-width: 280px;
    }
    .twf-footer-heading {
        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 0.04em;
        margin: 0 0 18px;
        text-transform: uppercase;
    }
    .twf-footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 10px;
    }
    .twf-footer-links li {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .twf-footer-links li:before {
        content: "\203A";
        color: #06b6d4;
        font-size: 18px;
        line-height: 1;
        font-weight: 900;
        flex: 0 0 auto;
    }
    .twf-footer-links a {
        font-size: 14.5px;
        font-weight: 700;
        color: #cbd5e1;
    }
    .twf-footer-links a:hover {
        color: #06b6d4;
    }
    .twf-footer-areas {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 10px;
    }
    .twf-footer-areas li {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .twf-footer-areas li:before {
        content: "\1F4CD";
        font-size: 13px;
        line-height: 1;
        flex: 0 0 auto;
    }
    .twf-footer-areas a {
        font-size: 14.5px;
        font-weight: 700;
        color: #cbd5e1;
    }
    .twf-footer-areas a:hover {
        color: #06b6d4;
    }
    .twf-footer-contact {
        display: grid;
        gap: 10px;
        font-size: 14.5px;
    }
    .twf-footer-contact p {
        margin: 0;
        color: #cbd5e1;
    }
    .twf-footer-contact strong {
        color: #ffffff;
        font-weight: 900;
    }
    .twf-footer-contact a {
        color: #06b6d4;
        font-weight: 700;
    }
    .twf-footer-contact a:hover {
        color: #06b6d4;
    }
    .twf-footer-map {
        width: 100%;
        aspect-ratio: 4/3;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid rgba(6, 182, 212, 0.25);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
        position: relative;
    }
    .twf-footer-map iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
    }
    .twf-map-placeholder {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #050b14;
        color: #06b6d4;
        font-weight: 900;
        font-size: 15px;
        cursor: default;
    }
    .twf-map-placeholder span {
        color: #94a3b8;
        font-size: 13px;
        font-weight: 700;
    }
    .twf-footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 22px 4vw;
    }
    .twf-footer-bottom-inner {
        max-width: 1460px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        text-align: center;
    }
    .twf-footer-socials {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .twf-footer-social {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        display: grid;
        place-items: center;
        color: #ffffff;
        transition:
            transform 0.18s ease,
            opacity 0.18s ease;
    }
    .twf-footer-social:hover {
        transform: translateY(-2px);
        opacity: 0.85;
    }
    .twf-footer-social svg {
        width: 22px;
        height: 22px;
        display: block;
        fill: currentColor;
    }
    .twf-footer-social.fb {
        background: #1877f2;
    }
    .twf-footer-social.ig {
        background: radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
        );
    }
    .twf-footer-social.li {
        background: #0a66c2;
    }
    .twf-footer-copy {
        color: #64748b;
        font-size: 13px;
    }
    @media (max-width: 1100px) {
        .twf-footer-main {
            grid-template-columns: 1fr 1fr 1fr;
            gap: 32px;
        }
        .twf-footer-brand {
            grid-column: 1/-1;
        }
        .twf-footer-map-col {
            grid-column: 1/-1;
        }
        .twf-footer-map {
            max-width: 480px;
            aspect-ratio: 16/7;
        }
    }
    @media (max-width: 680px) {
        .twf-footer-main {
            grid-template-columns: 1fr 1fr;
            padding: 30px 5vw 32px;
            gap: 28px;
        }
        .twf-footer-brand {
            grid-column: 1/-1;
        }
        .twf-footer-map-col {
            grid-column: 1/-1;
        }
    }
    @media (max-width: 420px) {
        .twf-footer-main {
            grid-template-columns: 1fr;
        }
    }
