/* ── Footer — dark band, matches sponsors / about / CTA ── */
.new-footer {
    position: relative;
    z-index: 1;
    background: #192666;
    padding: clamp(7.5rem, 14vw, 10rem) 0 0;
    overflow: hidden;
}

.new-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(92, 118, 210, 0.28) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 10% 90%, rgba(206, 137, 36, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 40% 35% at 90% 80%, rgba(80, 110, 200, 0.15) 0%, transparent 45%);
}

.new-footer__inner {
    position: relative;
    z-index: 1;
}

.new-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 4vw, 2.5rem);
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

@media (min-width: 768px) {
    .new-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (min-width: 992px) {
    .new-footer__grid {
        grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
        align-items: start;
        gap: clamp(1.5rem, 3vw, 2.25rem);
    }

    .new-footer__brand {
        grid-column: auto;
    }
}

/* Brand column */
.new-footer__logo-link {
    display: inline-block;
    margin-bottom: 1rem;
}

.new-footer__logo-link img {
    display: block;
    width: 200px;
    height: auto;
}

.new-footer__tagline {
    margin: 0 0 0.85rem;
    max-width: 22rem;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
    font-weight: 400;
}

.new-footer__host {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: 0.82rem;
    line-height: 1.5;
}

.new-footer__host strong {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

/* Link columns */
.new-footer__col-title {
    margin: 0 0 1rem;
    color: #ce8924;
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.3;
}

.new-footer__links,
.new-footer__contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-footer__links li + li,
.new-footer__contact li + li {
    margin-top: 0.55rem;
}

.new-footer__links a {
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.new-footer__links a:hover {
    color: #ce8924;
    padding-left: 4px;
}

/* Contact + CTA column */
.new-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: 0.88rem;
    line-height: 1.55;
}

.new-footer__contact a {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-footer__contact a:hover {
    color: #fff;
}

.new-footer__contact-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(206, 137, 36, 0.2);
    border: 1px solid rgba(206, 137, 36, 0.35);
    color: #ce8924;
    font-size: 0.8rem;
}

.new-footer__aside .new-footer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    padding: 0.75rem 1.5rem !important;
    border-radius: 999px !important;
    background: #ce8924 !important;
    color: #fff !important;
    font-family: var(--textFamily), 'Source Sans 3', sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 6px 20px rgba(8, 14, 48, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.new-footer__aside .new-footer__btn:hover {
    background: #b87a22 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.new-footer__aside .new-footer__btn::before,
.new-footer__aside .new-footer__btn::after {
    display: none !important;
}

/* Bottom bar */
.new-footer__bar {
    padding: 1.25rem 0 clamp(1.5rem, 3vw, 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.new-footer__copy {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: 0.8rem;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .new-footer {
        padding-top: clamp(6rem, 18vw, 8rem);
    }

    .new-footer__aside .new-footer__btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .new-footer__links a:hover {
        padding-left: 0;
    }

    .new-footer__aside .new-footer__btn:hover {
        transform: none;
    }
}
