/**
 * Global Fact — footer with CTA band, mesh art & glass panels
 */

.gft-footer {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-family-text, "Plus Jakarta Sans", system-ui, sans-serif);
    background: linear-gradient(165deg, #061528 0%, #0a1f3d 42%, #0c2d52 100%);
    border-top: 1px solid rgba(251, 191, 36, 0.15);
}

.gft-footer__backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.gft-footer__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(14, 165, 233, 0.2), transparent 55%),
        radial-gradient(ellipse 45% 40% at 0% 100%, rgba(251, 191, 36, 0.12), transparent 50%);
}

.gft-footer__grid {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.9) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.9) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 30%, transparent 95%);
}

.gft-footer__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.gft-footer__orb--gold {
    width: 280px;
    height: 280px;
    top: -80px;
    right: 10%;
    background: rgba(251, 191, 36, 0.15);
}

.gft-footer__orb--blue {
    width: 220px;
    height: 220px;
    bottom: 10%;
    left: -40px;
    background: rgba(14, 165, 233, 0.18);
}

.gft-footer__watermark {
    position: absolute;
    right: -2%;
    bottom: 8%;
    font-family: var(--font-family-heading, "Libre Baskerville", Georgia, serif);
    font-size: clamp(72px, 14vw, 160px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
    opacity: 0.9;
    user-select: none;
}

.gft-footer__shell {
    position: relative;
    z-index: 1;
    padding-top: clamp(40px, 6vw, 56px);
    padding-bottom: clamp(28px, 4vw, 40px);
}

.gft-footer__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 0;
}

@media (min-width: 768px) {
    .gft-footer__main {
        grid-template-columns: 1.15fr 0.85fr 1fr;
        gap: 20px;
        align-items: stretch;
    }
}

.gft-footer__panel {
    padding: clamp(22px, 3vw, 28px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gft-footer__contact-panel {
    position: relative;
    overflow: hidden;
}

.gft-footer .gft-text-logo-footer {
    text-decoration: none;
}

.gft-footer .gft-text-logo-footer .gft-text-logo__brand {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-shadow: none;
}

.gft-footer .gft-text-logo-footer .gft-text-logo__accent {
    margin-left: 0.12em;
}

.gft-footer__tagline {
    margin: 12px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #7dd3fc;
}

.gft-footer__blurb {
    margin: 10px 0 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
}

.gft-footer__heading {
    margin: 0 0 16px;
    padding-bottom: 12px;
    color: rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(251, 191, 36, 0.25);
}

.gft-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gft-footer__nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.gft-footer__nav a i {
    font-size: 10px;
    color: #fbbf24;
    opacity: 0.85;
    transition: transform 0.2s ease;
}

.gft-footer__nav a:hover {
    color: #fde68a;
}

.gft-footer__nav a:hover i {
    transform: translateX(3px);
}

.gft-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gft-footer__contact-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.gft-footer__contact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fde68a;
    background: linear-gradient(145deg, rgba(251, 191, 36, 0.2), rgba(14, 165, 233, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gft-footer__contact-label {
    display: block;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 4px;
}

.gft-footer__contact-list a,
.gft-footer__contact-text {
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.gft-footer__contact-list a:hover {
    color: #38bdf8;
}

.gft-footer__graphic {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    gap: 8px;
    opacity: 0.12;
    font-size: 28px;
    color: #fff;
    pointer-events: none;
}

.gft-footer__brand .gft-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.gft-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.gft-footer__social-link:hover {
    color: #fff;
    border-color: rgba(251, 191, 36, 0.45);
    background: rgba(251, 191, 36, 0.12);
    transform: translateY(-2px);
}

.gft-footer__bar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: clamp(28px, 4vw, 36px);
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
    .gft-footer__bar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.gft-footer__copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
}

.gft-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.gft-footer__legal a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.gft-footer__legal a:hover {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767.98px) {
    .gft-footer__watermark {
        display: none;
    }

    .gft-footer__graphic {
        display: none;
    }
}
