/* ===== Lumenore Shared Footer — extracted from assets/css/v2o/final-home-bundle.css ===== */
/* Pairs with components/footer.html + assets/js/footer.js. Include on any page that uses the shared footer. */

.site-footer {
    background: transparent;
    color: var(--Base-White, #fcfcfc);
    padding: 72px 0 32px;
    position: relative;
    z-index: 2;
}

.footer-cta {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    padding: 36px 44px;
    border-radius: 22px;
    background:
        linear-gradient(135deg,
            rgba(85, 41, 142, .42) 0%,
            rgba(14, 72, 165, .36) 50%,
            rgba(28, 169, 201, .26) 100%);
    border: 1px solid rgba(159, 186, 228, .35);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, .25),
        0 24px 56px -22px rgba(85, 41, 142, .55),
        0 8px 24px -10px rgba(28, 169, 201, .25),
        inset 0 1px 0 rgba(255, 255, 255, .14),
        inset 0 0 0 1px rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    margin-bottom: 64px;
    overflow: hidden;
    transition:
        transform .35s cubic-bezier(.22, .61, .36, 1),
        border-color .35s ease,
        box-shadow .45s ease;
}

.footer-cta-halo {
    position: absolute;
    z-index: -1;
    inset: -40% -10% -10% -10%;
    background:
        radial-gradient(ellipse 55% 70% at 20% 80%, rgba(119, 71, 182, .35) 0%, transparent 60%),
        radial-gradient(ellipse 50% 65% at 85% 25%, rgba(28, 169, 201, .22) 0%, transparent 60%);
    filter: blur(20px);
    pointer-events: none;
    opacity: .9;
    transition: opacity .45s ease;
}

.footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg,
        transparent 30%,
        rgba(255, 255, 255, .06) 50%,
        transparent 70%);
    background-size: 220% 100%;
    background-position: 0% 0%;
    pointer-events: none;
    animation: footerCtaShimmer 11s ease-in-out infinite;
    z-index: 0;
}

.footer-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(159, 186, 228, .55);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, .28),
        0 32px 68px -22px rgba(85, 41, 142, .68),
        0 12px 30px -10px rgba(28, 169, 201, .32),
        inset 0 1px 0 rgba(255, 255, 255, .2),
        inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.footer-cta:hover .footer-cta-halo { opacity: 1; }

.footer-cta-text {
    flex: 1 1 auto;
    min-width: 280px;
    position: relative;
    z-index: 1;
}

.footer-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px 4px 10px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(159, 186, 228, .28);
    color: #cfe2ff;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .35px;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

.footer-cta-eyebrow svg {
    color: var(--Turquoise-SkyBlue-500, #1ca9c9);
    animation: footerCtaSparkle 3.6s linear infinite;
}

.footer-cta-text h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
                                                                                 
    text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.footer-cta-text p {
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    max-width: 560px;
}

.footer-cta .footer-cta-button { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
    .footer-cta::before { animation: none; opacity: .4; }

    .footer-cta-eyebrow svg { animation: none; }

    .footer-cta:hover { transform: none; }

}

.footer-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--Base-White, #fcfcfc);
    color: var(--Royal-Blue-Blue-700, #0a2d68);
    padding: 12px 22px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    line-height: 20px;
    border: 1px solid transparent;
    text-decoration: none;
    box-shadow:
        0 1px 2px rgba(16, 24, 40, .12),
        0 10px 24px -10px rgba(14, 72, 165, .45);
    transition:
        transform .35s cubic-bezier(.22, .61, .36, 1),
        box-shadow .4s ease,
        background .35s ease,
        color .35s ease;
    white-space: nowrap;
}

.footer-cta-button svg { transition: transform .35s cubic-bezier(.22, .61, .36, 1); }

.footer-cta-button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 1px 2px rgba(16, 24, 40, .14),
        0 16px 30px -10px rgba(14, 72, 165, .55);
}

.footer-cta-button:hover svg { transform: translateX(3px); }

.site-footer .footer-nav {
    display: grid;
    grid-template-columns: 1.3fr repeat(5, 1fr);
    gap: 40px;
    padding-top: 56px;
    border-top: 1px solid rgba(159, 186, 228, .12);
}

.brand-col .brand-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.brand-col .brand-logo-img {
    height: 32px;
    width: auto;
    display: block;
}

.brand-col .gptw-badge {
    height: 48px;
    width: auto;
    display: block;
}

.ask-ai-box {
    background: rgba(252, 252, 252, .04);
    border: 1px solid rgba(159, 186, 228, .15);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 28px;
    max-width: 220px;
}

.ask-ai-box .ask-ai-label {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: var(--Base-White, #fcfcfc);
    margin-bottom: 14px;
}

.ask-ai-icons { display: flex; gap: 8px; }

.ask-ai-icons a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(159, 186, 228, .12);
    transition: background .25s ease;
}

.ask-ai-icons a:hover { background: rgba(255, 255, 255, .1); }

.footer-col h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--SkyBlue-SkyBlue-500, #12b6f8);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(159, 186, 228, .12);
}

.footer-col h4.col-spaced { margin-top: 32px; }

.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a {
    color: var(--Base-White, #fcfcfc);
    font-size: 14px;
    line-height: 20px;
    transition: color .2s ease;
}

.footer-col ul li a:hover { color: var(--SkyBlue-SkyBlue-500, #12b6f8); }

.copyright {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(159, 186, 228, .12);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.copyright p {
    color: rgba(252, 252, 252, .7);
    font-size: 14px;
}

.legal-links { display: flex; gap: 26px; }

.legal-links a {
    color: rgba(252, 252, 252, .7);
    font-size: 14px;
}

.legal-links a:hover { color: var(--SkyBlue-SkyBlue-500, #12b6f8); }

@media (max-width: 1199px) {
    .site-footer .footer-nav { grid-template-columns: 1fr repeat(3, 1fr); row-gap: 48px; }

    .brand-col { grid-column: 1 / -1; }

}

@media (max-width: 991px) {
    .site-footer .footer-nav { grid-template-columns: 1fr 1fr; }

}

@media (max-width: 575px) {
    .footer-cta-text h3 { font-size: 20px; line-height: 28px; }

    .footer-cta { flex-direction: column; align-items: flex-start; padding: 28px; margin-bottom: 48px; }

    .footer-cta-button { width: 100%; justify-content: center; }

    .site-footer .footer-nav { padding-top: 48px; }

    .site-footer .footer-nav { grid-template-columns: 1fr; }

    .copyright { flex-direction: column; align-items: flex-start; }

    .legal-links { flex-wrap: wrap; gap: 16px; }

}

.site-footer { padding: 64px 0 24px; }

.site-footer { padding: 64px 0 24px; }

.footer-top {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 0;
    padding-bottom: 64px;
}

.footer-top .brand-col {
    flex: 0 0 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    padding: 36px 0;
    background: none;
    border: none;
    border-radius: 0;
}

.footer-top .brand-logo-img { height: 64px; }

.footer-top .gptw-badge { height: 72px; }

.footer-top .brand-logo { margin-bottom: 0; align-items: center; }

.footer-top .ask-ai-box {
    max-width: none;
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.footer-top .ask-ai-box .ask-ai-label { margin-bottom: 12px; }

.footer-top .ask-ai-icons { gap: 10px; }

.footer-top .ask-ai-icons a {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: linear-gradient(135deg,
        rgba(85,41,142,.42) 0%,
        rgba(14,72,165,.36) 50%,
        rgba(28,169,201,.26) 100%);
    border: 1px solid rgba(159,186,228,.35);
    box-shadow:
        0 1px 2px rgba(0,0,0,.25),
        0 6px 16px -4px rgba(85,41,142,.45),
        inset 0 1px 0 rgba(255,255,255,.14),
        inset 0 0 0 1px rgba(255,255,255,.04);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    transition: box-shadow .25s ease, border-color .25s ease, transform .2s ease;
}

.footer-top .ask-ai-icons a:hover {
    border-color: rgba(159,186,228,.6);
    box-shadow:
        0 1px 2px rgba(0,0,0,.28),
        0 10px 22px -4px rgba(85,41,142,.6),
        inset 0 1px 0 rgba(255,255,255,.2),
        inset 0 0 0 1px rgba(255,255,255,.06);
    transform: translateY(-2px);
}

.footer-top .ask-ai-icons a img,
.footer-top .ask-ai-icons a svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(62%) sepia(72%) saturate(500%) hue-rotate(172deg) brightness(108%);
    transition: filter .25s ease;
}

.footer-top .ask-ai-icons a:hover img,
.footer-top .ask-ai-icons a:hover svg {
    filter: brightness(0) saturate(100%) invert(100%);
}

.copyright {
    justify-content: space-between;
    align-items: center;
}

.copyright-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.copyright-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(159,186,228,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55);
    transition: background .25s ease, color .25s ease;
}

.copyright-social a:hover {
    background: rgba(119,71,182,.25);
    color: #fff;
    border-color: rgba(119,71,182,.45);
}

.footer-top .footer-cta {
    flex: 1 1 auto;
    margin-top: 36px;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 28px;
    padding: 32px 36px;
    overflow: hidden;
    position: relative;
}

.footer-top .footer-cta .footer-cta-halo,
.footer-top .footer-cta .footer-cta-text,
.footer-top .footer-cta .footer-cta-button { position: relative; z-index: 1; }

.footer-top .footer-cta-text { min-width: unset; flex: 1; }

.footer-top .footer-cta-text h3 { font-size: 22px; line-height: 30px; margin-bottom: 6px; }

.footer-top .footer-cta-text p { font-size: 13.5px; line-height: 20px; max-width: 340px; margin: 0; }

.footer-top .footer-cta-eyebrow { margin-bottom: 8px; }

.footer-top .footer-cta-button { padding: 12px 24px; font-size: 13.5px; flex-shrink: 0; white-space: nowrap; }

.site-footer .footer-nav {
    grid-template-columns: repeat(5, 1fr);
    padding-top: 36px;
    border-top: none;
    position: relative;
}

.site-footer .footer-nav::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(119,71,182,.45) 20%,
        rgba(61,72,171,.55) 50%,
        rgba(40,99,197,.45) 80%,
        transparent 100%);
}

.site-footer .footer-nav .footer-col h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.site-footer .footer-nav .footer-col h4::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #7747b6, #2863c5);
}

.site-footer { padding-top: 64px; }

@media (max-width: 1160px) {
    .footer-top { gap: 32px; }

    .footer-top .brand-col { flex: 0 0 380px; }

    .site-footer .footer-nav { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }

}

@media (max-width: 768px) {
    .footer-top { flex-direction: column; align-items: stretch; }

    .footer-top .brand-col { flex: none; }

    .footer-top .footer-cta { padding: 28px; flex-direction: column; text-align: center; gap: 20px; }

    .footer-top .footer-cta-text p { margin: 0 auto; }

    .site-footer .footer-nav { grid-template-columns: 1fr 1fr; }

}

@media (max-width: 480px) {
    .site-footer .footer-nav { grid-template-columns: 1fr; }

}

.footer-top {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 0;
    padding-bottom: 64px;
}

.footer-top .brand-col {
    flex: 0 0 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    padding: 36px 0;
    background: none;
    border: none;
    border-radius: 0;
}

.footer-top .brand-logo-img { height: 64px; }

.footer-top .gptw-badge { height: 72px; }

.footer-top .brand-logo { margin-bottom: 0; align-items: center; }

.footer-top .ask-ai-box {
    max-width: none;
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.footer-top .ask-ai-box .ask-ai-label { margin-bottom: 12px; }

.footer-top .ask-ai-icons { gap: 10px; }

.footer-top .ask-ai-icons a {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: linear-gradient(135deg,
        rgba(85,41,142,.42) 0%,
        rgba(14,72,165,.36) 50%,
        rgba(28,169,201,.26) 100%);
    border: 1px solid rgba(159,186,228,.35);
    box-shadow:
        0 1px 2px rgba(0,0,0,.25),
        0 6px 16px -4px rgba(85,41,142,.45),
        inset 0 1px 0 rgba(255,255,255,.14),
        inset 0 0 0 1px rgba(255,255,255,.04);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    transition: box-shadow .25s ease, border-color .25s ease, transform .2s ease;
}

.footer-top .ask-ai-icons a:hover {
    border-color: rgba(159,186,228,.6);
    box-shadow:
        0 1px 2px rgba(0,0,0,.28),
        0 10px 22px -4px rgba(85,41,142,.6),
        inset 0 1px 0 rgba(255,255,255,.2),
        inset 0 0 0 1px rgba(255,255,255,.06);
    transform: translateY(-2px);
}

.footer-top .ask-ai-icons a img,
.footer-top .ask-ai-icons a svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(62%) sepia(72%) saturate(500%) hue-rotate(172deg) brightness(108%);
    transition: filter .25s ease;
}

.footer-top .ask-ai-icons a:hover img,
.footer-top .ask-ai-icons a:hover svg {
    filter: brightness(0) saturate(100%) invert(100%);
}

.copyright {
    justify-content: space-between;
    align-items: center;
}

.copyright-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.copyright-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(159,186,228,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55);
    transition: background .25s ease, color .25s ease;
}

.copyright-social a:hover {
    background: rgba(119,71,182,.25);
    color: #fff;
    border-color: rgba(119,71,182,.45);
}

.footer-top .footer-cta {
    flex: 1 1 auto;
    margin-top: 36px;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 28px;
    padding: 32px 36px;
    overflow: hidden;
    position: relative;
}

.footer-top .footer-cta .footer-cta-halo,
.footer-top .footer-cta .footer-cta-text,
.footer-top .footer-cta .footer-cta-button { position: relative; z-index: 1; }

.footer-top .footer-cta-text { min-width: unset; flex: 1; }

.footer-top .footer-cta-text h3 { font-size: 22px; line-height: 30px; margin-bottom: 6px; }

.footer-top .footer-cta-text p { font-size: 13.5px; line-height: 20px; max-width: 340px; margin: 0; }

.footer-top .footer-cta-eyebrow { margin-bottom: 8px; }

.footer-top .footer-cta-button { padding: 12px 24px; font-size: 13.5px; flex-shrink: 0; white-space: nowrap; }

.site-footer .footer-nav {
    grid-template-columns: repeat(5, 1fr);
    padding-top: 36px;
    border-top: none;
    position: relative;
}

.site-footer .footer-nav::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(119,71,182,.45) 20%,
        rgba(61,72,171,.55) 50%,
        rgba(40,99,197,.45) 80%,
        transparent 100%);
}

.site-footer .footer-nav .footer-col h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.site-footer .footer-nav .footer-col h4::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #7747b6, #2863c5);
}

.site-footer { padding-top: 64px; }

@media (max-width: 1160px) {
    .footer-top { gap: 32px; }

    .footer-top .brand-col { flex: 0 0 380px; }

    .site-footer .footer-nav { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }

}

@media (max-width: 768px) {
    .footer-top { flex-direction: column; align-items: stretch; }

    .footer-top .brand-col { flex: none; }

    .footer-top .footer-cta { padding: 28px; flex-direction: column; text-align: center; gap: 20px; }

    .footer-top .footer-cta-text p { margin: 0 auto; }

    .site-footer .footer-nav { grid-template-columns: 1fr 1fr; }

}

@media (max-width: 480px) {
    .site-footer .footer-nav { grid-template-columns: 1fr 1fr; row-gap: 32px; column-gap: 16px; }

}

@media (max-width: 575px) {
    .site-footer .container { padding-left: 8px !important; padding-right: 8px !important; }

    .site-footer { padding-top: 40px; }

    .footer-top { padding-bottom: 40px; }

    .footer-top .footer-cta-text h3 { font-size: 19px; line-height: 26px; }

    .footer-top .brand-logo-img { height: 44px; }

    .footer-top .gptw-badge { height: 52px; }

}

/* ===== Keyframes referenced above ===== */

@keyframes footerCtaSparkle{
    0%, 100% { transform: rotate(0); opacity: 1; }
    50%      { transform: rotate(180deg); opacity: .7; }
}

@keyframes footerCtaShimmer{
    0%, 100% { background-position: -120% 0%; opacity: .6; }
    50%      { background-position: 120% 0%; opacity: 1; }
}

/* Keep footer column headings blue when page-level heading rules are loaded
   after the shared footer styles. */
.site-footer.site-footer .footer-nav .footer-col h4,
.site-footer.site-footer .footer-top .footer-col h4,
.site-footer.site-footer .footer-col.footer-col h4 {
    color: var(--SkyBlue-SkyBlue-500, #12b6f8) !important;
    -webkit-text-fill-color: var(--SkyBlue-SkyBlue-500, #12b6f8) !important;
}

.site-footer.site-footer .footer-nav .footer-col h4 *,
.site-footer.site-footer .footer-top .footer-col h4 *,
.site-footer.site-footer .footer-col.footer-col h4 * {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

.site-footer.site-footer .footer-cta .footer-cta-text h3,
.site-footer.site-footer .footer-top .footer-cta .footer-cta-text h3 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.site-footer.site-footer .footer-cta .footer-cta-text h3 *,
.site-footer.site-footer .footer-top .footer-cta .footer-cta-text h3 * {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}
