/**
 * Section 14 — Footer
 */
.tnk-s14 {
    --tnk-red: #E31E24;
    --tnk-bg: #0e0e10;
    --tnk-surface: #18181b;
    --tnk-line: rgba(255,255,255,0.08);
    --tnk-line-hi: rgba(255,255,255,0.15);
    --tnk-text: rgba(255,255,255,0.6);
    --tnk-text-hi: rgba(255,255,255,0.88);
    --tnk-text-faint: rgba(255,255,255,0.35);
    --tnk-white: #ffffff;
    --tnk-ease: cubic-bezier(0.4, 0, 0.2, 1);

    background: var(--tnk-bg);
    color: var(--tnk-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.tnk-s14 *, .tnk-s14 *::before, .tnk-s14 *::after { box-sizing: border-box; }
.tnk-s14__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

/* 1. CONTACT BANNER */
.tnk-s14__contact {
    background: var(--tnk-surface);
    border-bottom: 1px solid var(--tnk-line);
}
.tnk-s14__contact-row {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.tnk-s14__contact-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}
.tnk-s14__contact-icon {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tnk-s14__contact-icon svg { width: 18px; height: 18px; color: var(--tnk-white); }
.tnk-s14__contact-text { line-height: 1.3; }
.tnk-s14__contact-h {
    font-size: 17px;
    font-weight: 800;
    color: var(--tnk-white);
    margin: 0 0 3px;
    letter-spacing: -0.01em;
}
.tnk-s14__contact-sub {
    font-size: 12px;
    color: var(--tnk-text);
    margin: 0;
    letter-spacing: 0.01em;
}
.tnk-s14__contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: var(--tnk-white);
    color: var(--tnk-bg);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    text-decoration: none !important;
    transition: background-color 0.2s var(--tnk-ease), color 0.2s var(--tnk-ease), gap 0.2s var(--tnk-ease), transform 0.2s var(--tnk-ease);
    flex-shrink: 0;
}
.tnk-s14__contact-cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s var(--tnk-ease);
}
.tnk-s14__contact-cta:hover {
    background: var(--tnk-red);
    color: var(--tnk-white);
    gap: 12px;
    transform: translateY(-1px);
}
.tnk-s14__contact-cta:hover svg { transform: translateX(2px); }

/* 2. MAIN FOOTER */
.tnk-s14__main { padding: 64px 0 48px; }
.tnk-s14__cols {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}

/* Brand */
.tnk-s14__brand-logo {
    display: inline-block;
    margin: 0 0 18px;
    text-decoration: none !important;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1;
    color: var(--tnk-white);
}
.tnk-s14__brand-logo em {
    font-style: normal;
    color: var(--tnk-red);
}
.tnk-s14__brand-logo img {
    display: block;
    height: 32px;
    width: auto;
}
.tnk-s14__brand p {
    font-size: 13px;
    color: var(--tnk-text);
    line-height: 1.65;
    margin: 0 0 22px;
    max-width: 280px;
}
.tnk-s14__currency {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: transparent;
    border: 1px solid var(--tnk-line-hi);
    border-radius: 4px;
    color: var(--tnk-text-hi);
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.tnk-s14__currency:hover {
    border-color: var(--tnk-text-hi);
    background: rgba(255,255,255,0.04);
}
.tnk-s14__currency-arrow {
    font-size: 9px;
    color: var(--tnk-text);
    margin-left: 4px;
}

/* Link columns */
.tnk-s14__col-h {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tnk-white);
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.tnk-s14__col-h::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tnk-red);
}
.tnk-s14__col-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tnk-s14__col-list li { margin-bottom: 10px; }
.tnk-s14__col-list a {
    font-size: 13px;
    color: var(--tnk-text);
    text-decoration: none !important;
    transition: color 0.2s ease;
    display: inline-block;
}
.tnk-s14__col-list a:hover { color: var(--tnk-white); }

/* 3. LEGAL STRIP */
.tnk-s14__legal {
    padding: 24px 0;
    border-top: 1px solid var(--tnk-line);
}
.tnk-s14__legal-row {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.tnk-s14__copy {
    font-size: 11px;
    color: var(--tnk-text-faint);
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}
.tnk-s14__legal-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.tnk-s14__legal-links a {
    font-size: 11px;
    color: var(--tnk-text);
    text-decoration: none !important;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}
.tnk-s14__legal-links a:hover { color: var(--tnk-white); }

/* Tablet */
@media (max-width: 1024px) {
    .tnk-s14__cols {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 32px 24px;
    }
    .tnk-s14__brand {
        grid-column: 1 / -1;
        padding-bottom: 8px;
        margin-bottom: 12px;
        border-bottom: 1px solid var(--tnk-line);
    }
    .tnk-s14__brand p { max-width: 480px; }
}

/* Mobile */
@media (max-width: 720px) {
    .tnk-s14__inner { padding: 0 20px; }
    .tnk-s14__contact-row {
        padding: 22px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .tnk-s14__contact-cta { width: 100%; justify-content: center; }
    .tnk-s14__main { padding: 44px 0 36px; }
    .tnk-s14__cols {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }
    .tnk-s14__brand {
        grid-column: 1 / -1;
        padding-bottom: 12px;
        margin-bottom: 4px;
        border-bottom: 1px solid var(--tnk-line);
    }
    .tnk-s14__brand p { font-size: 13px; max-width: none; }
    .tnk-s14__col-h { font-size: 10px; margin-bottom: 12px; }
    .tnk-s14__col-list a { font-size: 13px; }
    .tnk-s14__legal-row {
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

/* Small mobile */
@media (max-width: 420px) {
    .tnk-s14__inner { padding: 0 16px; }
    .tnk-s14__contact-row { padding: 18px 16px; }
    .tnk-s14__main { padding: 32px 0 28px; }
    .tnk-s14__cols { grid-template-columns: 1fr; gap: 24px; }
    .tnk-s14__legal-row { padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .tnk-s14 *, .tnk-s14 *::before, .tnk-s14 *::after { transition: none !important; }
}
