/* =========================
   ITC WEB-READY LOGO SYSTEM
========================= */

:root {
    --itc-navy: #0B132B;
    --itc-deep: #102A43;
    --itc-gold: #D4AF37;
    --itc-gold-2: #B8860B;
    --itc-white: #FFFFFF;
    --itc-muted: #94a3b8;
}

/* Header */
.itc-web-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background:
        radial-gradient(circle at 10% 0%, rgba(212,175,55,.12), transparent 28%),
        linear-gradient(135deg, rgba(11,19,43,.98), rgba(16,42,67,.96));
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
}

.itc-web-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 0;
}

.itc-web-logo {
    display: inline-flex;
    width: 315px;
    max-width: 42vw;
    min-width: 240px;
    height: 74px;
    align-items: center;
    text-decoration: none;
}

.itc-web-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
    filter: drop-shadow(0 12px 26px rgba(0,0,0,.28));
}

.itc-web-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    flex-wrap: wrap;
}

.itc-web-menu a {
    color: #dbe4f0;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    padding: 9px 10px;
    border-radius: 999px;
    transition: .18s ease;
    white-space: nowrap;
}

.itc-web-menu a:hover {
    color: white;
    background: rgba(255,255,255,.08);
}

.itc-menu-gold {
    background: linear-gradient(135deg, var(--itc-gold), var(--itc-gold-2)) !important;
    color: var(--itc-navy) !important;
    box-shadow: 0 12px 28px rgba(212,175,55,.22);
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.itc-menu-outline {
    border: 1px solid rgba(255,255,255,.18);
}

/* Admin strip */
.itc-admin-strip {
    background: #030712;
    border-top: 1px solid rgba(255,255,255,.08);
}

.itc-admin-strip-inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 9px 0;
}

.itc-admin-strip-inner a {
    color: #cbd5e1;
    background: rgba(255,255,255,.06);
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.itc-admin-strip-inner a:hover {
    background: var(--itc-gold);
    color: var(--itc-navy);
}

/* Footer CTA */
.itc-footer-cta {
    background:
        radial-gradient(circle at 20% 20%, rgba(212,175,55,.18), transparent 26%),
        linear-gradient(135deg, var(--itc-deep), var(--itc-navy));
    color: white;
    padding: 54px 0 0;
}

.itc-footer-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 34px 34px 0 0;
    padding: 34px;
    box-shadow: 0 -18px 70px rgba(0,0,0,.28);
}

.itc-footer-cta-box span {
    color: var(--itc-gold);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
}

.itc-footer-cta-box h2 {
    max-width: 820px;
    margin: 10px 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.itc-footer-cta-box p {
    color: #cbd5e1;
    margin: 0;
    line-height: 1.7;
}

.itc-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.itc-footer-btn-gold,
.itc-footer-btn-light {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 20px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.itc-footer-btn-gold {
    background: linear-gradient(135deg, var(--itc-gold), var(--itc-gold-2));
    color: var(--itc-navy);
}

.itc-footer-btn-light {
    border: 1px solid rgba(255,255,255,.22);
    color: white;
    background: rgba(255,255,255,.06);
}

/* Footer */
.itc-web-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(212,175,55,.14), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(16,42,67,.75), transparent 30%),
        var(--itc-navy);
    color: #cbd5e1;
    padding: 52px 0 0;
}

.itc-web-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .34;
    pointer-events: none;
}

.itc-web-footer-grid,
.itc-footer-risk,
.itc-footer-bottom {
    position: relative;
    z-index: 2;
}

.itc-web-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .72fr .72fr .75fr .9fr;
    gap: 34px;
    align-items: start;
}

.itc-web-footer-brand p {
    color: var(--itc-muted);
    line-height: 1.75;
    margin: 18px 0 0;
    max-width: 420px;
}

.itc-footer-logo-clean {
    display: inline-flex;
    width: 410px;
    max-width: 100%;
    height: 98px;
}

.itc-footer-logo-clean img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.26));
}

.itc-footer-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.itc-footer-badges span {
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: #e5e7eb;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.itc-footer-col h4 {
    color: white;
    margin: 0 0 16px;
    font-size: 16px;
    letter-spacing: .02em;
}

.itc-footer-col h4::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 99px;
    background: var(--itc-gold);
    margin-top: 9px;
}

.itc-footer-col a {
    display: block;
    color: var(--itc-muted);
    text-decoration: none;
    margin: 10px 0;
    font-weight: 700;
    transition: .18s ease;
}

.itc-footer-col a:hover {
    color: #f8fafc;
    transform: translateX(3px);
}

.itc-footer-contact p {
    margin: 0 0 10px;
    color: var(--itc-muted);
    line-height: 1.6;
    font-weight: 700;
}

.itc-contact-link {
    display: inline-flex !important;
    color: var(--itc-gold) !important;
    font-weight: 900 !important;
    margin-top: 8px !important;
}

.itc-social-row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.itc-social-row a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: white;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
}

.itc-social-row a:hover {
    background: var(--itc-gold);
    color: var(--itc-navy);
    transform: none;
}

.itc-footer-risk {
    margin-top: 38px;
    background: rgba(212,175,55,.10);
    border: 1px solid rgba(212,175,55,.22);
    color: #fde68a;
    border-radius: 22px;
    padding: 18px 20px;
    line-height: 1.65;
    font-size: 14px;
}

.itc-footer-risk strong {
    color: #fbbf24;
}

.itc-footer-bottom {
    margin-top: 28px;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #64748b;
    font-size: 13px;
}

.itc-floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #22c55e;
    color: white;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 50px rgba(34,197,94,.38);
}

/* Responsive */
@media (max-width: 1360px) {
    .itc-web-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .itc-web-menu {
        justify-content: flex-start;
    }

    .itc-web-logo {
        width: 360px;
        max-width: 100%;
    }

    .itc-web-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .itc-web-footer-brand {
        grid-column: span 3;
    }
}

@media (max-width: 900px) {
    .itc-footer-cta-box {
        grid-template-columns: 1fr;
    }

    .itc-footer-cta-actions {
        justify-content: flex-start;
    }

    .itc-web-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .itc-web-footer-brand {
        grid-column: span 2;
    }

    .itc-footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .itc-web-logo {
        width: 310px;
        min-width: 0;
        height: 64px;
    }

    .itc-web-footer-grid {
        grid-template-columns: 1fr;
    }

    .itc-web-footer-brand {
        grid-column: span 1;
    }

    .itc-footer-cta-box {
        padding: 26px;
    }

    .itc-footer-logo-clean {
        width: 320px;
        height: 82px;
    }

    .itc-floating-wa {
        width: 52px;
        height: 52px;
        right: 16px;
        bottom: 16px;
    }
}
