@import url("/assets/vendor/fontawesome/css/all.min.css");

i[class*="fa-"], i[class*="fa"], i[class*="fas"], i[class*="far"], i[class*="fab"], .icon i {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
}

html[data-theme="light"],
html[data-theme="light"] body {
    background:
        radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.12), transparent 30%),
        radial-gradient(circle at 12% 24%, rgba(124, 58, 237, 0.1), transparent 34%),
        radial-gradient(circle at 74% 70%, rgba(236, 72, 153, 0.08), transparent 30%),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 30%,
            #eef4ff 60%,
            #f5f3ff 85%,
            #ffffff 100%
        ) fixed !important;
    color: #0f172a !important;
}

html[data-theme="light"] body::before,
html[data-theme="light"] body::after,
html[data-theme="light"] .hero::before,
html[data-theme="light"] .hero::after {
    opacity: 0 !important;
    background: none !important;
}

html[data-theme="light"] .wrap,
html[data-theme="light"] .container,
html[data-theme="light"] main {
    color: #0f172a !important;
}

html[data-theme="light"] .static-site-header {
    background: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow:
        0 16px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
    animation: none !important;
}

html[data-theme="light"] .static-main-nav {
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"],
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child,
html[data-theme="light"] .static-nav-button,
html[data-theme="light"] .static-nav-link {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    text-shadow: none !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    background: none !important;
    color: #ec4899 !important;
    -webkit-text-fill-color: #ec4899 !important;
}

html[data-theme="light"] .static-site-header .nav-logo-mark,
html[data-theme="light"] .static-site-header .logo-mark-shell {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item:hover .static-nav-button,
html[data-theme="light"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button {
    background: #eff6ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .static-menu {
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(124, 58, 237, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 1px solid #dbeafe !important;
    border-radius: 16px !important;
    box-shadow:
        0 24px 70px rgba(15, 23, 42, 0.14),
        0 4px 18px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
}

html[data-theme="light"] .static-menu-col {
    border-color: #e2e8f0 !important;
}

html[data-theme="light"] .static-menu-title {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

html[data-theme="light"] .static-menu-desc {
    color: #64748b !important;
}

html[data-theme="light"] .static-menu a {
    border-radius: 10px !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding: 7px 8px !important;
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
}

html[data-theme="light"] .static-link-meta {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

html[data-theme="light"] .static-menu a:hover,
html[data-theme="light"] .static-menu a:focus-visible,
html[data-theme="light"] .static-menu a:hover *,
html[data-theme="light"] .static-menu a:focus-visible * {
    background: #eff6ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .theme-toggle-button,
html[data-theme="light"] .static-site-header [data-testid="nav-login"] {
    background: #ffffff !important;
    border: 1px solid #d6e4ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-sign-up"] {
    background: linear-gradient(135deg, #2563eb 0%, #4f7cff 50%, #7c3aed 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow:
        0 14px 34px rgba(37, 99, 235, 0.22),
        0 0 28px rgba(124, 58, 237, 0.14) !important;
}

html[data-theme="light"] .hero {
    background: transparent !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6,
html[data-theme="light"] .section-title,
html[data-theme="light"] .faq-question,
html[data-theme="light"] .metric-value,
html[data-theme="light"] strong {
    background: none !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] .lead,
html[data-theme="light"] .subhead,
html[data-theme="light"] .faq-answer,
html[data-theme="light"] .article-section p,
html[data-theme="light"] .article-section li {
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
}

html[data-theme="light"] .eyebrow,
html[data-theme="light"] .badge,
html[data-theme="light"] .pill,
html[data-theme="light"] .icon,
html[data-theme="light"] .metric-card,
html[data-theme="light"] .metrics,
html[data-theme="light"] .card,
html[data-theme="light"] .case-card,
html[data-theme="light"] .guide-card,
html[data-theme="light"] .article-section,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .tile,
html[data-theme="light"] .panel,
html[data-theme="light"] .box {
    background: #ffffff !important;
    background-image: none !important;
    border-color: #e2e8f0 !important;
    color: #0f172a !important;
    box-shadow:
        0 16px 48px rgba(15, 23, 42, 0.08),
        0 0 0 rgba(37, 99, 235, 0) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html[data-theme="light"] .eyebrow,
html[data-theme="light"] .badge,
html[data-theme="light"] .pill,
html[data-theme="light"] .icon {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .card:hover,
html[data-theme="light"] .case-card:hover,
html[data-theme="light"] .guide-card:hover,
html[data-theme="light"] .tile:hover {
    border-color: #c7d2fe !important;
    box-shadow:
        0 22px 60px rgba(15, 23, 42, 0.1),
        0 0 34px rgba(37, 99, 235, 0.16) !important;
}

html[data-theme="light"] .cta,
html[data-theme="light"] a.cta,
html[data-theme="light"] [class*="cta"],
html[data-theme="light"] a[href*="register"]:not([data-testid]) {
    background: linear-gradient(135deg, #2563eb 0%, #4f7cff 50%, #7c3aed 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow:
        0 14px 34px rgba(37, 99, 235, 0.22),
        0 0 28px rgba(124, 58, 237, 0.14) !important;
}

html[data-theme="light"] .cta *,
html[data-theme="light"] a.cta *,
html[data-theme="light"] [class*="cta"] *,
html[data-theme="light"] a[href*="register"]:not([data-testid]) * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Keep pre-rendered pages visually aligned with the React home navbar. */
.static-site-header {
    background: transparent !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    animation: none !important;
}

.static-nav-shell {
    max-width: 80rem !important;
    height: 5rem !important;
    align-items: center !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.static-main-nav {
    gap: 0.25rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    padding: 0.375rem 0.5rem !important;
    box-shadow: none !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
}

.static-site-header [data-testid="nav-logo"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: none !important;
}

.static-site-header [data-testid="nav-logo"] > span:last-child {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

.static-site-header .brand-gradient-text {
    background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

.static-site-header .nav-logo-mark,
.static-site-header .logo-mark-shell {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.static-site-header .nav-logo-mark img {
    transform: scale(2.05) !important;
}

.static-nav-button,
.static-nav-link {
    border-radius: 999px !important;
    padding: 0.5rem 1rem !important;
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease !important;
}

.static-nav-button:hover,
.static-nav-link:hover,
.static-nav-item.is-open .static-nav-button {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
    box-shadow: none !important;
}

.static-nav-button svg,
.static-nav-link svg {
    color: currentColor !important;
}

.static-nav-item::after {
    display: none !important;
}

@media (min-width: 981px) {
    .static-nav-item.is-open .static-menu {
        position: fixed !important;
        top: 5.75rem !important;
        left: 50% !important;
        width: min(calc(100vw - 5rem), 72rem) !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        overflow: hidden !important;
        transform: translateX(-50%) !important;
        border-radius: 2rem !important;
        z-index: 60 !important;
    }

    .static-nav-item.is-open .static-menu.two {
        width: min(calc(100vw - 5rem), 48rem) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.static-menu {
    background: rgba(11, 18, 41, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(32px) !important;
    -webkit-backdrop-filter: blur(32px) !important;
}

.static-menu-col {
    padding: 1.75rem !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.static-menu-title {
    margin-bottom: 1rem !important;
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

.static-menu-desc {
    max-width: 20rem !important;
    margin-bottom: 1.5rem !important;
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
    font-size: 0.875rem !important;
    line-height: 1.625 !important;
}

.static-menu a {
    display: block !important;
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
    padding: 0.45rem 0.5rem !important;
    border-radius: 0.625rem !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease !important;
}

.static-menu a:hover,
.static-menu a:focus-visible,
.static-menu a:hover *,
.static-menu a:focus-visible * {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
    outline: none !important;
}

.static-link-meta {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

html[data-theme="light"] .static-site-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html[data-theme="light"] .static-main-nav {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: #e2e8f0 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"],
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    background: none !important;
    color: #ec4899 !important;
    -webkit-text-fill-color: #ec4899 !important;
}

html[data-theme="light"] .static-nav-button,
html[data-theme="light"] .static-nav-link {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button {
    background: #eff6ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .static-menu {
    background:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(124, 58, 237, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border-color: #dbeafe !important;
    box-shadow:
        0 24px 70px rgba(15, 23, 42, 0.14),
        0 4px 18px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

html[data-theme="light"] .static-menu-col {
    border-color: #e2e8f0 !important;
}

html[data-theme="light"] .static-menu-title {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .static-menu-desc {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

html[data-theme="light"] .static-menu a {
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
}

html[data-theme="light"] .static-menu a:hover,
html[data-theme="light"] .static-menu a:focus-visible,
html[data-theme="light"] .static-menu a:hover *,
html[data-theme="light"] .static-menu a:focus-visible * {
    background: #eff6ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="dark"],
html[data-theme="dark"] body {
    background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 32%),
        radial-gradient(circle at 85% 12%, rgba(34, 211, 238, 0.15), transparent 30%),
        radial-gradient(circle at 50% 78%, rgba(59, 130, 246, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(4, 8, 20, 0.96), rgba(6, 10, 24, 1)) fixed !important;
    color: #ffffff !important;
}

html[data-theme="dark"] body::before,
html[data-theme="dark"] body::after,
html[data-theme="dark"] .hero::before,
html[data-theme="dark"] .hero::after {
    opacity: 0 !important;
    background: none !important;
}

html[data-theme="dark"] .wrap,
html[data-theme="dark"] .container,
html[data-theme="dark"] main {
    color: #ffffff !important;
}

html[data-theme="dark"] .static-site-header {
    background: rgba(5, 8, 20, 0.72) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.18) !important;
    animation: none !important;
}

html[data-theme="dark"] .static-main-nav {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-logo"],
html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] > span:last-child,
html[data-theme="dark"] .static-nav-button,
html[data-theme="dark"] .static-nav-link {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    text-shadow: none !important;
}

html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item:hover .static-nav-button,
html[data-theme="dark"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #38bdf8 !important;
    -webkit-text-fill-color: #38bdf8 !important;
}

html[data-theme="dark"] .static-menu {
    background: rgba(11, 18, 41, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
}

html[data-theme="dark"] .static-menu-col {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] .static-menu-title {
    color: #38bdf8 !important;
    -webkit-text-fill-color: #38bdf8 !important;
}

html[data-theme="dark"] .static-menu-desc,
html[data-theme="dark"] .static-link-meta {
    color: #94a3b8 !important;
}

html[data-theme="dark"] .static-menu a {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
}

html[data-theme="dark"] .static-menu a:hover,
html[data-theme="dark"] .static-menu a:focus-visible,
html[data-theme="dark"] .static-menu a:hover *,
html[data-theme="dark"] .static-menu a:focus-visible * {
    background: rgba(56, 189, 248, 0.1) !important;
    color: #38bdf8 !important;
    -webkit-text-fill-color: #38bdf8 !important;
}

html[data-theme="dark"] .theme-toggle-button,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"] {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"] {
    background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(217, 30, 144, 0.22) !important;
}

html[data-theme="dark"] .hero {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] .section-title,
html[data-theme="dark"] .faq-question,
html[data-theme="dark"] .metric-value,
html[data-theme="dark"] strong {
    background: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] .lead,
html[data-theme="dark"] .subhead,
html[data-theme="dark"] .faq-answer,
html[data-theme="dark"] .article-section p,
html[data-theme="dark"] .article-section li {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
}

html[data-theme="dark"] .eyebrow,
html[data-theme="dark"] .badge,
html[data-theme="dark"] .pill,
html[data-theme="dark"] .icon,
html[data-theme="dark"] .metric-card,
html[data-theme="dark"] .metrics,
html[data-theme="dark"] .card,
html[data-theme="dark"] .case-card,
html[data-theme="dark"] .guide-card,
html[data-theme="dark"] .article-section,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .tile,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .box {
    background: rgba(255, 255, 255, 0.04) !important;
    background-image: none !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 48px rgba(7, 14, 30, 0.22) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

html[data-theme="dark"] .eyebrow,
html[data-theme="dark"] .badge,
html[data-theme="dark"] .pill,
html[data-theme="dark"] .icon {
    color: #38bdf8 !important;
    -webkit-text-fill-color: #38bdf8 !important;
}

html[data-theme="dark"] .card:hover,
html[data-theme="dark"] .case-card:hover,
html[data-theme="dark"] .guide-card:hover,
html[data-theme="dark"] .tile:hover {
    border-color: rgba(56, 189, 248, 0.35) !important;
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.28),
        0 0 34px rgba(34, 211, 238, 0.12) !important;
}

html[data-theme="dark"] .wrap,
html[data-theme="dark"] .container,
html[data-theme="dark"] main,
html[data-theme="dark"] section,
html[data-theme="dark"] article {
    color: #e5eefb !important;
}

html[data-theme="dark"] .static-menu {
    background:
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(8, 13, 27, 0.96)) !important;
    border-color: rgba(148, 163, 184, 0.22) !important;
}

html[data-theme="dark"] .static-menu a:hover,
html[data-theme="dark"] .static-menu a:focus-visible,
html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item:hover .static-nav-button,
html[data-theme="dark"] .static-nav-item:focus-within .static-nav-button {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #67e8f9 !important;
    -webkit-text-fill-color: #67e8f9 !important;
}

html[data-theme="dark"] .step,
html[data-theme="dark"] .use-case-card,
html[data-theme="dark"] .roi-box,
html[data-theme="dark"] .ai-card,
html[data-theme="dark"] .dashboard-card,
html[data-theme="dark"] .industry-card,
html[data-theme="dark"] .comparison-card,
html[data-theme="dark"] .score-card,
html[data-theme="dark"] .feature-card,
html[data-theme="dark"] .pricing-card,
html[data-theme="dark"] .content-card,
html[data-theme="dark"] .method-card,
html[data-theme="dark"] .manual-card,
html[data-theme="dark"] .integration-card,
html[data-theme="dark"] .source-card,
html[data-theme="dark"] table,
html[data-theme="dark"] .table,
html[data-theme="dark"] .comparison-table,
html[data-theme="dark"] [style*="background:#eef2ff"],
html[data-theme="dark"] [style*="background: #eef2ff"],
html[data-theme="dark"] [style*="background:#eff6ff"],
html[data-theme="dark"] [style*="background: #eff6ff"],
html[data-theme="dark"] [style*="background:#e0f2fe"],
html[data-theme="dark"] [style*="background: #e0f2fe"],
html[data-theme="dark"] [style*="background:white"],
html[data-theme="dark"] [style*="background: white"],
html[data-theme="dark"] [style*="background:#fff"],
html[data-theme="dark"] [style*="background: #fff"],
html[data-theme="dark"] [style*="background:#f8fafc"],
html[data-theme="dark"] [style*="background: #f8fafc"],
html[data-theme="dark"] [style*="background:#f1f5f9"],
html[data-theme="dark"] [style*="background: #f1f5f9"] {
    background:
        radial-gradient(circle at 92% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(8, 13, 27, 0.84)) !important;
    border-color: rgba(148, 163, 184, 0.24) !important;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    color: #e5eefb !important;
    -webkit-text-fill-color: #e5eefb !important;
}

html[data-theme="dark"] [style*="background:#eef2ff"] *,
html[data-theme="dark"] [style*="background: #eef2ff"] *,
html[data-theme="dark"] [style*="background:#eff6ff"] *,
html[data-theme="dark"] [style*="background: #eff6ff"] *,
html[data-theme="dark"] [style*="background:#e0f2fe"] *,
html[data-theme="dark"] [style*="background: #e0f2fe"] *,
html[data-theme="dark"] [style*="background:white"] *,
html[data-theme="dark"] [style*="background: white"] *,
html[data-theme="dark"] [style*="background:#fff"] *,
html[data-theme="dark"] [style*="background: #fff"] * {
    color: #e5eefb !important;
    -webkit-text-fill-color: #e5eefb !important;
}

html[data-theme="dark"] [style*="color:#2563eb"],
html[data-theme="dark"] [style*="color: #2563eb"],
html[data-theme="dark"] .metrics i,
html[data-theme="dark"] .article-section i,
html[data-theme="dark"] .section-title i {
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
}

html[data-theme="dark"] .cta,
html[data-theme="dark"] a.cta,
html[data-theme="dark"] [class*="cta"],
html[data-theme="dark"] a[href*="register"]:not([data-testid]),
html[data-theme="dark"] button[type="submit"] {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 58%, #ec4899 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow:
        0 18px 46px rgba(37, 99, 235, 0.26),
        0 0 32px rgba(124, 58, 237, 0.18) !important;
}

html[data-theme="dark"] .cta *,
html[data-theme="dark"] a.cta *,
html[data-theme="dark"] [class*="cta"] * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="dark"] .footer,
html[data-theme="dark"] .footer p {
    border-top-color: rgba(148, 163, 184, 0.22) !important;
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
}

.section-title+div[style*="background"] {
    padding: clamp(1rem, 3vw, 1.7rem) !important;
}

html[data-theme="light"] .faq-item,
html[data-theme="dark"] .faq-item,
.section-title+div[style*="background"] > .faq-item,
.faq-item {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid var(--static-line, rgba(148, 163, 184, 0.24)) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 1.1rem 0 !important;
}

html[data-theme="light"] .faq-item:last-child,
html[data-theme="dark"] .faq-item:last-child,
.section-title+div[style*="background"] > .faq-item:last-child,
.faq-item:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Match the React homepage navbar on every generated/static page. */
.static-site-header,
html[data-theme="light"] .static-site-header,
html[data-theme="dark"] .static-site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 50 !important;
    height: 80px !important;
    background: rgba(7, 26, 61, 0.88) !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(30, 58, 138, 0.3) !important;
    box-shadow:
        0 14px 34px rgba(7, 26, 61, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
    backdrop-filter: blur(20px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.18) !important;
    animation: none !important;
}

.static-nav-shell,
html[data-theme="light"] .static-nav-shell,
html[data-theme="dark"] .static-nav-shell {
    height: 80px !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.static-site-header [data-testid="nav-logo"],
html[data-theme="light"] .static-site-header [data-testid="nav-logo"],
html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] {
    gap: 0.8rem !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.24) !important;
}

.static-site-header [data-testid="nav-logo"] > span:last-child,
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child,
html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] > span:last-child {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 1.62rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.static-site-header [data-testid="nav-logo"] .brand-gradient-text,
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text,
html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    background: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    color: #ff4d8d !important;
    -webkit-text-fill-color: #ff4d8d !important;
    text-shadow: 0 0 18px rgba(255, 77, 141, 0.24) !important;
}

.nav-logo-mark,
.logo-mark-shell,
.premium-site-header .nav-logo-mark,
.premium-site-header .logo-mark-shell,
.static-site-header .nav-logo-mark,
.static-site-header .logo-mark-shell,
html[data-theme="light"] .nav-logo-mark,
html[data-theme="light"] .logo-mark-shell,
html[data-theme="dark"] .nav-logo-mark,
html[data-theme="dark"] .logo-mark-shell,
html[data-theme="light"] .static-site-header .nav-logo-mark,
html[data-theme="light"] .static-site-header .logo-mark-shell,
html[data-theme="dark"] .static-site-header .nav-logo-mark,
html[data-theme="dark"] .static-site-header .logo-mark-shell {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nav-logo-mark img,
.logo-mark-shell img,
.premium-site-header .nav-logo-mark img,
.premium-site-header .logo-mark-shell img,
.static-site-header .nav-logo-mark img,
.static-site-header .logo-mark-shell img,
html[data-theme="light"] .nav-logo-mark img,
html[data-theme="light"] .logo-mark-shell img,
html[data-theme="dark"] .nav-logo-mark img,
html[data-theme="dark"] .logo-mark-shell img,
html[data-theme="light"] .static-site-header .nav-logo-mark img,
html[data-theme="light"] .static-site-header .logo-mark-shell img,
html[data-theme="dark"] .static-site-header .nav-logo-mark img,
html[data-theme="dark"] .static-site-header .logo-mark-shell img {
    transform: scale(2.08) !important;
    filter: saturate(1.02) contrast(1.02) !important;
}

.static-main-nav,
html[data-theme="light"] .static-main-nav,
html[data-theme="dark"] .static-main-nav {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    padding: 0.375rem 0.5rem !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 8px 22px rgba(2, 6, 23, 0.14) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

.static-nav-button,
.static-nav-link,
html[data-theme="light"] .static-nav-button,
html[data-theme="light"] .static-nav-link,
html[data-theme="dark"] .static-nav-button,
html[data-theme="dark"] .static-nav-link {
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 0.5rem 1rem !important;
}

.static-nav-button:hover,
.static-nav-link:hover,
.static-nav-item:hover .static-nav-button,
.static-nav-item:focus-within .static-nav-button,
.static-nav-item.is-open .static-nav-button,
html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item:hover .static-nav-button,
html[data-theme="light"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button,
html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item:hover .static-nav-button,
html[data-theme="dark"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button {
    color: #93c5fd !important;
    -webkit-text-fill-color: #93c5fd !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
}

.static-nav-button svg,
.static-nav-link svg,
html[data-theme="light"] .static-nav-button svg,
html[data-theme="light"] .static-nav-link svg,
html[data-theme="dark"] .static-nav-button svg,
html[data-theme="dark"] .static-nav-link svg {
    color: currentColor !important;
    stroke: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
}

.static-menu,
html[data-theme="light"] .static-menu,
html[data-theme="dark"] .static-menu {
    top: calc(100% + 12px) !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    background-image: none !important;
    box-shadow:
        0 24px 70px rgba(15, 23, 42, 0.18),
        0 4px 18px rgba(15, 23, 42, 0.08) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.static-menu-col,
html[data-theme="light"] .static-menu-col,
html[data-theme="dark"] .static-menu-col {
    border-color: #e2e8f0 !important;
}

.static-menu-title,
html[data-theme="light"] .static-menu-title,
html[data-theme="dark"] .static-menu-title {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

.static-menu-desc,
.static-link-meta,
html[data-theme="light"] .static-menu-desc,
html[data-theme="light"] .static-link-meta,
html[data-theme="dark"] .static-menu-desc,
html[data-theme="dark"] .static-link-meta {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

.static-menu a,
html[data-theme="light"] .static-menu a,
html[data-theme="dark"] .static-menu a {
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
    border-radius: 12px !important;
    padding: 0.35rem 0.5rem !important;
    margin-inline: -0.5rem !important;
}

.static-menu a:hover,
.static-menu a:focus-visible,
html[data-theme="light"] .static-menu a:hover,
html[data-theme="light"] .static-menu a:focus-visible,
html[data-theme="dark"] .static-menu a:hover,
html[data-theme="dark"] .static-menu a:focus-visible {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
    background: #eff6ff !important;
    transform: translateX(3px) !important;
}

.theme-toggle-button,
html[data-theme="light"] .theme-toggle-button,
html[data-theme="dark"] .theme-toggle-button,
.static-site-header [data-testid="nav-login"],
html[data-theme="light"] .static-site-header [data-testid="nav-login"],
html[data-theme="dark"] .static-site-header [data-testid="nav-login"] {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    text-shadow: none !important;
}

.theme-toggle-button *,
.theme-toggle-button svg,
html[data-theme="light"] .theme-toggle-button *,
html[data-theme="light"] .theme-toggle-button svg,
html[data-theme="dark"] .theme-toggle-button *,
html[data-theme="dark"] .theme-toggle-button svg {
    color: #ffffff !important;
    stroke: currentColor !important;
    -webkit-text-fill-color: #ffffff !important;
}

.theme-toggle-button:hover,
.theme-toggle-button:focus-visible,
.static-site-header [data-testid="nav-login"]:hover,
.static-site-header [data-testid="nav-login"]:focus-visible,
html[data-theme="light"] .theme-toggle-button:hover,
html[data-theme="light"] .theme-toggle-button:focus-visible,
html[data-theme="light"] .static-site-header [data-testid="nav-login"]:hover,
html[data-theme="light"] .static-site-header [data-testid="nav-login"]:focus-visible,
html[data-theme="dark"] .theme-toggle-button:hover,
html[data-theme="dark"] .theme-toggle-button:focus-visible,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"]:hover,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"]:focus-visible {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(147, 197, 253, 0.45) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.static-site-header [data-testid="nav-sign-up"],
html[data-theme="light"] .static-site-header [data-testid="nav-sign-up"],
html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"] {
    background: linear-gradient(135deg, #2563eb 0%, #4f7cff 50%, #7c3aed 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    box-shadow:
        0 0 30px rgba(79, 124, 255, 0.4),
        0 12px 26px rgba(37, 99, 235, 0.22) !important;
}

.static-site-header [data-testid="nav-sign-up"] *,
html[data-theme="light"] .static-site-header [data-testid="nav-sign-up"] *,
html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"] * {
    color: #ffffff !important;
    stroke: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.site-back-home-button {
    display: none !important;
}

.site-back-to-top-button {
    position: fixed;
    z-index: 65;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(11, 18, 41, 0.92);
    color: #ffffff !important;
    font: 600 13px/1 Inter, system-ui, sans-serif;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
}

.site-back-to-top-button { right: 28px; bottom: 28px; opacity: 0; pointer-events: none; transform: translateY(12px); }
.site-back-to-top-button.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.site-back-to-top-button:hover { transform: translateY(-2px); border-color: rgba(103, 232, 249, 0.52); }
.site-back-to-top-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

html[data-theme="light"] .site-back-to-top-button {
    background: rgba(255, 255, 255, 0.94);
    border-color: #dbeafe;
    color: #1e3a8a !important;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .site-back-home-button { color: #2563eb !important; }
html[data-theme="light"] .site-back-home-button:hover { color: #1d4ed8 !important; }

@media (max-width: 640px) {
    .site-back-home-button { left: 18px; top: 104px; }
    .site-back-to-top-button { right: 16px; bottom: 18px; }
    .site-back-to-top-button span { display: none; }
}

.static-site-header [data-testid="nav-sign-up"]:hover,
.static-site-header [data-testid="nav-sign-up"]:focus-visible,
html[data-theme="light"] .static-site-header [data-testid="nav-sign-up"]:hover,
html[data-theme="light"] .static-site-header [data-testid="nav-sign-up"]:focus-visible,
html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"]:hover,
html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"]:focus-visible {
    filter: saturate(1.08) brightness(1.04) !important;
    box-shadow:
        0 0 42px rgba(79, 124, 255, 0.58),
        0 18px 34px rgba(79, 124, 255, 0.28) !important;
    transform: translateY(-2px) !important;
}

.static-site-header + main,
.static-site-header + .container,
html[data-theme="light"] .static-site-header + main,
html[data-theme="light"] .static-site-header + .container,
html[data-theme="dark"] .static-site-header + main,
html[data-theme="dark"] .static-site-header + .container {
    margin-top: 0 !important;
    padding-top: calc(4.25rem + 5.25rem) !important;
}

@media (max-width: 980px) {
    .static-site-header,
    html[data-theme="light"] .static-site-header,
    html[data-theme="dark"] .static-site-header {
        position: sticky !important;
        height: auto !important;
    }

    .static-nav-shell,
    html[data-theme="light"] .static-nav-shell,
    html[data-theme="dark"] .static-nav-shell {
        height: auto !important;
        min-height: 72px !important;
        align-items: flex-start !important;
        flex-wrap: wrap !important;
        padding: 12px 16px !important;
    }

    .static-main-nav,
    html[data-theme="light"] .static-main-nav,
    html[data-theme="dark"] .static-main-nav {
        order: 3 !important;
        width: 100% !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        scrollbar-width: none !important;
    }

    .static-main-nav::-webkit-scrollbar {
        display: none !important;
    }

    .static-site-header [data-testid="nav-logo"] > span:last-child,
    html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child,
    html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] > span:last-child {
        font-size: 1.35rem !important;
    }

    .static-site-header .nav-logo-mark,
    .static-site-header .logo-mark-shell,
    html[data-theme="light"] .static-site-header .nav-logo-mark,
    html[data-theme="light"] .static-site-header .logo-mark-shell,
    html[data-theme="dark"] .static-site-header .nav-logo-mark,
    html[data-theme="dark"] .static-site-header .logo-mark-shell {
        width: 42px !important;
        height: 42px !important;
    }

    .static-site-header + main,
    .static-site-header + .container,
    html[data-theme="light"] .static-site-header + main,
    html[data-theme="light"] .static-site-header + .container,
    html[data-theme="dark"] .static-site-header + main,
    html[data-theme="dark"] .static-site-header + .container {
        padding-top: 2.75rem !important;
    }
}

html[data-theme="light"] .static-site-header {
    background: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow:
        0 16px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"],
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child,
html[data-theme="light"] .static-nav-button,
html[data-theme="light"] .static-nav-link,
html[data-theme="light"] .static-nav-button *,
html[data-theme="light"] .static-nav-link * {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    text-shadow: none !important;
}

html[data-theme="light"] .static-main-nav {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: #e2e8f0 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item:hover .static-nav-button,
html[data-theme="light"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button,
html[data-theme="light"] .static-nav-button:hover *,
html[data-theme="light"] .static-nav-link:hover *,
html[data-theme="light"] .static-nav-item:hover .static-nav-button *,
html[data-theme="light"] .static-nav-item:focus-within .static-nav-button *,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button * {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
    background: rgba(255, 255, 255, 0) !important;
}

html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item:hover .static-nav-button,
html[data-theme="light"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button {
    background: rgba(37, 99, 235, 0.08) !important;
}

html[data-theme="light"] .static-site-header .nav-logo-mark,
html[data-theme="light"] .static-site-header .logo-mark-shell {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

html[data-theme="light"] .static-site-header .nav-logo-mark img,
html[data-theme="light"] .static-site-header .logo-mark-shell img {
    filter: saturate(1.02) contrast(1.02) !important;
}

html[data-theme="light"] .theme-toggle-button,
html[data-theme="light"] .static-site-header [data-testid="nav-login"] {
    background: #ffffff !important;
    border: 1px solid #d6e4ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
    text-shadow: none !important;
}

html[data-theme="light"] .theme-toggle-button *,
html[data-theme="light"] .theme-toggle-button svg,
html[data-theme="light"] .static-site-header [data-testid="nav-login"],
html[data-theme="light"] .static-site-header [data-testid="nav-login"] * {
    color: #2563eb !important;
    stroke: currentColor !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .theme-toggle-button:hover,
html[data-theme="light"] .theme-toggle-button:focus-visible,
html[data-theme="light"] .static-site-header [data-testid="nav-login"]:hover,
html[data-theme="light"] .static-site-header [data-testid="nav-login"]:focus-visible {
    background: #f8fafc !important;
    border-color: #c7d2fe !important;
    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.08),
        0 0 24px rgba(37, 99, 235, 0.16) !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    color: #ec4899 !important;
    -webkit-text-fill-color: #ec4899 !important;
}

html[data-theme="dark"] .static-site-header {
    background: rgba(5, 8, 20, 0.72) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.18) !important;
}

html[data-theme="dark"] .static-main-nav {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-logo"],
html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] > span:last-child,
html[data-theme="dark"] .static-nav-button,
html[data-theme="dark"] .static-nav-link,
html[data-theme="dark"] .static-nav-button *,
html[data-theme="dark"] .static-nav-link * {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    text-shadow: none !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] > span:last-child {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item:hover .static-nav-button,
html[data-theme="dark"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button {
    background: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item:hover .static-nav-button,
html[data-theme="dark"] .static-nav-item:focus-within .static-nav-button,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button,
html[data-theme="dark"] .static-nav-button:hover *,
html[data-theme="dark"] .static-nav-link:hover *,
html[data-theme="dark"] .static-nav-item:hover .static-nav-button *,
html[data-theme="dark"] .static-nav-item:focus-within .static-nav-button *,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button * {
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
}

html[data-theme="dark"] .static-site-header .nav-logo-mark,
html[data-theme="dark"] .static-site-header .logo-mark-shell {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .static-site-header .nav-logo-mark img,
html[data-theme="dark"] .static-site-header .logo-mark-shell img {
    filter: saturate(1.02) contrast(1.02) !important;
}

html[data-theme="dark"] .static-menu {
    background: linear-gradient(180deg, rgba(11, 18, 41, 0.97), rgba(15, 23, 42, 0.96)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
}

html[data-theme="dark"] .static-menu-col {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] .static-menu-title {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

html[data-theme="dark"] .static-menu-desc,
html[data-theme="dark"] .static-link-meta {
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
}

html[data-theme="dark"] .static-menu a {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    background: transparent !important;
}

html[data-theme="dark"] .static-menu a:hover,
html[data-theme="dark"] .static-menu a:focus-visible,
html[data-theme="dark"] .static-menu a:hover *,
html[data-theme="dark"] .static-menu a:focus-visible * {
    background: rgba(96, 165, 250, 0.1) !important;
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
}

html[data-theme="dark"] .theme-toggle-button,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"] {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .theme-toggle-button *,
html[data-theme="dark"] .theme-toggle-button svg,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"],
html[data-theme="dark"] .static-site-header [data-testid="nav-login"] * {
    color: #e2e8f0 !important;
    stroke: currentColor !important;
    -webkit-text-fill-color: #e2e8f0 !important;
}

html[data-theme="dark"] .theme-toggle-button:hover,
html[data-theme="dark"] .theme-toggle-button:focus-visible,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"]:hover,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"]:focus-visible {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)) padding-box,
        linear-gradient(115deg, rgba(157, 76, 221, 0.95), rgba(217, 30, 144, 0.92), rgba(0, 229, 255, 0.72)) border-box !important;
    background-size: 100% 100%, 220% 220% !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 14px 34px rgba(217, 30, 144, 0.12) !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"]:hover,
html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"]:focus-visible {
    animation: navGradientFlow 1.7s ease infinite;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 16px 38px rgba(157, 76, 221, 0.18),
        0 0 24px rgba(217, 30, 144, 0.14) !important;
}

/* Final home-navbar parity layer for all static internal pages. */
.static-site-header,
html[data-theme="light"] .static-site-header,
html[data-theme="dark"] .static-site-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    animation: none !important;
}

.static-nav-shell,
html[data-theme="light"] .static-nav-shell,
html[data-theme="dark"] .static-nav-shell {
    max-width: 80rem !important;
    height: 5rem !important;
    align-items: center !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.static-main-nav,
html[data-theme="light"] .static-main-nav,
html[data-theme="dark"] .static-main-nav {
    gap: 0.25rem !important;
    border-radius: 999px !important;
    padding: 0.375rem 0.5rem !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
}

html[data-theme="dark"] .static-main-nav {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
}

html[data-theme="light"] .static-main-nav {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: #e2e8f0 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"],
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    background: none !important;
    color: #ec4899 !important;
    -webkit-text-fill-color: #ec4899 !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-logo"],
html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] > span:last-child {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

.static-nav-button,
.static-nav-link,
.static-nav-button *,
.static-nav-link *,
html[data-theme="dark"] .static-nav-button,
html[data-theme="dark"] .static-nav-link,
html[data-theme="dark"] .static-nav-button *,
html[data-theme="dark"] .static-nav-link * {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .static-nav-button,
html[data-theme="light"] .static-nav-link,
html[data-theme="light"] .static-nav-button *,
html[data-theme="light"] .static-nav-link * {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

.static-nav-button:hover,
.static-nav-link:hover,
.static-nav-item.is-open .static-nav-button,
.static-nav-item.is-open .static-nav-button *,
html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button *,
html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button * {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button {
    background: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="light"] .static-nav-button:hover,
html[data-theme="light"] .static-nav-link:hover,
html[data-theme="light"] .static-nav-item.is-open .static-nav-button {
    background: #eff6ff !important;
}

@media (min-width: 981px) {
    .static-nav-item.is-open .static-menu,
    html[data-theme="light"] .static-nav-item.is-open .static-menu,
    html[data-theme="dark"] .static-nav-item.is-open .static-menu {
        position: fixed !important;
        top: 5.75rem !important;
        left: 50% !important;
        width: min(calc(100vw - 5rem), 72rem) !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        overflow: hidden !important;
        transform: translateX(-50%) !important;
        border-radius: 2rem !important;
        z-index: 60 !important;
    }

    .static-nav-item.is-open .static-menu.two,
    html[data-theme="light"] .static-nav-item.is-open .static-menu.two,
    html[data-theme="dark"] .static-nav-item.is-open .static-menu.two {
        width: min(calc(100vw - 5rem), 48rem) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.static-menu-title,
html[data-theme="light"] .static-menu-title,
html[data-theme="dark"] .static-menu-title {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html[data-theme="dark"] .static-menu {
    background: rgba(11, 18, 41, 0.95) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 2rem !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(32px) !important;
    -webkit-backdrop-filter: blur(32px) !important;
}

html[data-theme="light"] .static-menu {
    border-radius: 2rem !important;
}

/* Dark-mode match for the React home navbar/dropdowns. */
html[data-theme="dark"] .static-site-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html[data-theme="dark"] .static-main-nav {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .static-nav-button,
html[data-theme="dark"] .static-nav-link,
html[data-theme="dark"] .static-nav-button *,
html[data-theme="dark"] .static-nav-link * {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    stroke: currentColor !important;
}

html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button {
    background: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] .static-nav-button:hover,
html[data-theme="dark"] .static-nav-link:hover,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button,
html[data-theme="dark"] .static-nav-button:hover *,
html[data-theme="dark"] .static-nav-link:hover *,
html[data-theme="dark"] .static-nav-item.is-open .static-nav-button * {
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
    stroke: currentColor !important;
}

html[data-theme="dark"] .static-menu {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
        rgba(7, 11, 24, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 2rem !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(32px) !important;
    -webkit-backdrop-filter: blur(32px) !important;
}

html[data-theme="dark"] .static-menu-col {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] .static-menu-title {
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
}

html[data-theme="dark"] .static-menu-desc,
html[data-theme="dark"] .static-link-meta {
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
}

html[data-theme="dark"] .static-menu a {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    background: transparent !important;
}

html[data-theme="dark"] .static-menu a:hover,
html[data-theme="dark"] .static-menu a:focus-visible,
html[data-theme="dark"] .static-menu a:hover *,
html[data-theme="dark"] .static-menu a:focus-visible * {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #60a5fa !important;
    -webkit-text-fill-color: #60a5fa !important;
}

html[data-theme="dark"] .theme-toggle-button,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"] {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .theme-toggle-button *,
html[data-theme="dark"] .theme-toggle-button svg,
html[data-theme="dark"] .static-site-header [data-testid="nav-login"],
html[data-theme="dark"] .static-site-header [data-testid="nav-login"] * {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    stroke: currentColor !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"] {
    background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%) !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(217, 30, 144, 0.22) !important;
}

html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"],
html[data-theme="dark"] .static-site-header [data-testid="nav-sign-up"] * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    stroke: currentColor !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"],
html[data-theme="light"] .static-site-header [data-testid="nav-logo"] > span:last-child {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

html[data-theme="light"] .static-site-header [data-testid="nav-logo"] .brand-gradient-text {
    background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* ScreenaAI Official Enterprise Footer Styles */
[data-testid="cta-footer-section"] {
  position: relative;
  padding-top: 4rem;
  margin-top: 4rem;
  width: 100%;
}
.footer-cta-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .footer-cta-container {
    padding: 0 2.5rem;
  }
}
.footer-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #0b1229, #08091a);
  padding: 3.5rem 1.5rem;
}
@media (min-width: 768px) {
  .footer-cta-card {
    padding: 5rem 3rem;
  }
}
@media (min-width: 1024px) {
  .footer-cta-card {
    padding: 6rem 4rem;
  }
}
html[data-theme="light"] .footer-cta-card {
  border-color: rgba(37, 99, 235, 0.2) !important;
  background: linear-gradient(135deg, #ffffff, #f0f7ff) !important;
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.08) !important;
}
.footer-glow-1 {
  pointer-events: none;
  position: absolute;
  top: -8rem;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  background: rgba(192, 38, 211, 0.2);
  filter: blur(80px);
}
.footer-glow-2 {
  pointer-events: none;
  position: absolute;
  bottom: -8rem;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 9999px;
  background: rgba(147, 51, 234, 0.2);
  filter: blur(80px);
}
.footer-cta-content {
  position: relative;
  max-width: 48rem;
}
.footer-cta-heading {
  font-family: 'Outfit', 'Inter', system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-cta-heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .footer-cta-heading {
    font-size: 4.5rem;
  }
}
html[data-theme="light"] .footer-cta-heading {
  color: #0f172a !important;
}
.footer-cta-desc {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #94a3b8;
}
@media (min-width: 768px) {
  .footer-cta-desc {
    font-size: 1.125rem;
  }
}
html[data-theme="light"] .footer-cta-desc {
  color: #475569 !important;
}
.footer-cta-buttons {
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .footer-cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)) padding-box, linear-gradient(115deg, #9d4cdd, #d91e90, #00e5ff) border-box !important;
  border: 1px solid transparent !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 38px rgba(217, 30, 144, 0.2), 0 0 28px rgba(0, 229, 255, 0.1) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.footer-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 20px 48px rgba(217, 30, 144, 0.3) !important;
}
.footer-btn-primary svg {
  width: 1rem;
  height: 1rem;
  stroke: #ffffff;
}
.footer-plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #e0f2fe;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) padding-box, linear-gradient(115deg, rgba(0, 229, 255, 0.55), rgba(157, 76, 221, 0.72), rgba(217, 30, 144, 0.58)) border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 34px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.footer-plan-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 42px rgba(0, 229, 255, 0.14), 0 0 28px rgba(217, 30, 144, 0.16);
}
html[data-theme="light"] .footer-plan-cta {
  background: linear-gradient(180deg, #ffffff, #f8fbff) padding-box, linear-gradient(115deg, rgba(37, 99, 235, 0.64), rgba(124, 58, 237, 0.62), rgba(236, 72, 153, 0.5)) border-box !important;
  border: 1px solid transparent !important;
  color: #2563eb !important;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}
html[data-theme="light"] .footer-plan-cta:hover {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 58%, #ec4899 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.24), 0 0 30px rgba(124, 58, 237, 0.18) !important;
}
.footer-plan-cta svg {
  width: 1rem;
  height: 1rem;
}
.footer-cta-note {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  color: #64748b;
}
.footer-ai-summary-bar {
  margin-top: 1rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}
@media (min-width: 640px) {
  .footer-ai-summary-bar {
    flex-direction: row;
    align-items: center;
  }
}
html[data-theme="light"] .footer-ai-summary-bar {
  border-color: rgba(37, 99, 235, 0.15) !important;
  background: rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.06) !important;
}
.footer-ai-label {
  padding: 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #64748b;
}
.footer-ai-links {
  display: flex;
  gap: 0.75rem;
}
.footer-ai-link {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}
.footer-ai-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}
.bg-openai { background: #10a37f !important; color: #ffffff !important; }
.bg-claude { background: #d97757 !important; color: #ffffff !important; }
.bg-perplexity { background: #111111 !important; color: #ffffff !important; }
.bg-gemini { background: #ffffff !important; color: #4285f4 !important; border: 1px solid rgba(0,0,0,0.08); }

/* Main Footer Card */
.footer-main-card {
  position: relative;
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(11, 18, 41, 0.96), rgba(7, 11, 24, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}
html[data-theme="light"] .footer-main-card {
  border-color: rgba(226, 232, 240, 0.9) !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08) !important;
}
.footer-glow-3 {
  pointer-events: none;
  position: absolute;
  top: 2.5rem;
  left: -5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 9999px;
  background: rgba(6, 182, 212, 0.1);
  filter: blur(48px);
}
.footer-glow-4 {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: -4rem;
  width: 16rem;
  height: 16rem;
  border-radius: 9999px;
  background: rgba(217, 30, 144, 0.1);
  filter: blur(48px);
}
.footer-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  .footer-grid {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
  }
}
.footer-brand-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer-brand-col {
    grid-column: span 4;
  }
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none !important;
}
.footer-logo-mark {
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.footer-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2.05);
  transform-origin: center;
  filter: saturate(1.02) contrast(1.02);
}
.footer-brand-name {
  font-family: 'Outfit', 'Inter', system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-brand-name {
    font-size: 2.25rem;
  }
}
html[data-theme="light"] .footer-brand-name {
  color: #0f172a !important;
}
.footer-brand-desc {
  margin-top: 1rem;
  max-width: 24rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #94a3b8;
}
html[data-theme="light"] .footer-brand-desc {
  color: #475569 !important;
}
.footer-pills-box {
  margin-top: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.25rem;
}
html[data-theme="light"] .footer-pills-box {
  border-color: rgba(226, 232, 240, 0.9) !important;
  background: rgba(248, 250, 252, 0.8) !important;
}
.footer-pills-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #94a3b8;
}
html[data-theme="light"] .footer-pills-text {
  color: #475569 !important;
}
.footer-pills-wrap {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-pill {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  color: #cbd5e1;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.footer-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
html[data-theme="light"] .footer-pill {
  border-color: #cbd5e1 !important;
  background: #ffffff !important;
  color: #334155 !important;
}
html[data-theme="light"] .footer-pill:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}
.footer-email-sales {
  margin-top: 1.5rem;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #67e8f9;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer-email-sales:hover {
  color: #a5f3fc;
}
html[data-theme="light"] .footer-email-sales {
  color: #0284c7 !important;
}
.footer-email-support {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer-email-support:hover {
  color: #67e8f9;
}
html[data-theme="light"] .footer-email-support {
  color: #64748b !important;
}

.footer-nav-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .footer-nav-cols {
    grid-column: span 8;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.footer-col-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #cbd5e1;
}
html[data-theme="light"] .footer-col-title {
  color: #0f172a !important;
}
.footer-col-links {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #94a3b8;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.footer-menu-link span {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: rgba(34, 211, 238, 0.5);
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.footer-menu-link:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  transform: translateY(-1px);
}
.footer-menu-link:hover span {
  background: #22d3ee;
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.45);
}
html[data-theme="light"] .footer-menu-link {
  color: #475569 !important;
}
html[data-theme="light"] .footer-menu-link:hover {
  background: linear-gradient(135deg, #2563eb, #7c3aed 58%, #ec4899) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}
html[data-theme="light"] .footer-menu-link:hover span {
  background: #ffffff !important;
}

.footer-bottom-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom-bar {
    flex-direction: row;
    padding: 1.5rem 2rem;
    text-align: left;
  }
}
html[data-theme="light"] .footer-bottom-bar {
  border-top-color: rgba(226, 232, 240, 0.8) !important;
}
.footer-copyright {
  font-size: 0.75rem;
  color: #64748b;
}
html[data-theme="light"] .footer-copyright {
  color: #64748b !important;
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #64748b;
}
@media (min-width: 768px) {
  .footer-legal-links {
    justify-content: flex-end;
    gap: 1.25rem;
  }
}
.footer-legal-link {
  color: #64748b;
  text-decoration: none !important;
  border-radius: 9999px;
  padding: 0.375rem 0.625rem;
  transition: all 0.15s ease;
}
.footer-legal-link:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  transform: translateY(-1px);
}
html[data-theme="light"] .footer-legal-link {
  color: #64748b !important;
}
html[data-theme="light"] .footer-legal-link:hover {
  background: linear-gradient(135deg, #2563eb, #7c3aed 58%, #ec4899) !important;
  color: #ffffff !important;
}

/* ── Global brand gradient text (CTAFooter heading & footer brand wordmark) ── */
.brand-gradient-text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[data-theme="light"] .brand-gradient-text {
  background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* ── brand-wordmark-ai gradient (footer wordmark "AI") ── */
.brand-wordmark-ai {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #9d4cdd 0%, #d91e90 50%, #00e5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ── footer-btn-primary / data-testid="footer-cta-primary" button ── */
.footer-btn-primary,
a.footer-btn-primary,
[data-testid="footer-cta-primary"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  border-radius: 9999px !important;
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)) padding-box,
    linear-gradient(115deg, #9d4cdd, #d91e90, #00e5ff) border-box !important;
  border: 1px solid transparent !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 16px 38px rgba(217,30,144,0.2),
    0 0 28px rgba(0,229,255,0.1) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.footer-btn-primary:hover,
a.footer-btn-primary:hover,
[data-testid="footer-cta-primary"]:hover {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.2),
    0 20px 48px rgba(217,30,144,0.3) !important;
}
.footer-btn-primary span,
a.footer-btn-primary span,
[data-testid="footer-cta-primary"] span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}
.footer-btn-primary svg,
a.footer-btn-primary svg,
[data-testid="footer-cta-primary"] svg {
  width: 1rem !important;
  height: 1rem !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
  flex-shrink: 0;
}
html[data-theme="light"] .footer-btn-primary,
html[data-theme="light"] a.footer-btn-primary,
html[data-theme="light"] [data-testid="footer-cta-primary"] {
  background: linear-gradient(135deg, #2563eb, #4f7cff 50%, #7c3aed) !important;
  border: 1px solid rgba(255,255,255,0.36) !important;
  box-shadow: 0 14px 34px rgba(37,99,235,0.22) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
html[data-theme="light"] .footer-btn-primary:hover,
html[data-theme="light"] a.footer-btn-primary:hover,
html[data-theme="light"] [data-testid="footer-cta-primary"]:hover {
  background: linear-gradient(135deg, #1d4ed8, #3b6fff 50%, #6d28d9) !important;
  box-shadow: 0 22px 52px rgba(37,99,235,0.28) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ── footer-cta-arrow / book-demo-cta-arrow ── */
.footer-cta-arrow,
.book-demo-cta-arrow {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.footer-btn-primary:hover .footer-cta-arrow,
.footer-btn-primary:hover .book-demo-cta-arrow,
[data-testid="footer-cta-primary"]:hover .footer-cta-arrow {
  transform: translateX(2px);
}

/* ── Keep CTAFooter CTA card always dark even on light-mode pages ── */
[data-testid="cta-footer-section"] .footer-cta-card {
  background: linear-gradient(135deg, #0b1229, #08091a) !important;
  border-color: rgba(255,255,255,0.1) !important;
}
[data-testid="cta-footer-section"] .footer-cta-heading {
  color: #ffffff !important;
}
[data-testid="cta-footer-section"] .footer-cta-desc {
  color: #94a3b8 !important;
}
[data-testid="cta-footer-section"] .footer-cta-note {
  color: #64748b !important;
}
