/* =========================================
   FiiQi Premium UI/UX - Custom Overrides
   Theme: Modern SaaS (Glassmorphism + Vibrant)
   ========================================= */

:root {
    /* Core Palette - Deep Purple & Electric Indigo */
    --primary-color: #6366F1;
    /* Indigo 500 */
    --primary-hover: #4F46E5;
    /* Indigo 600 */
    --secondary-color: #A855F7;
    /* Purple 500 */
    --accent-color: #EC4899;
    /* Pink 500 */

    /* Backgrounds */
    --bg-body: #0F172A;
    /* Slate 900 */
    --bg-dark: #1E293B;
    /* Slate 800 */
    --bg-card: rgba(30, 41, 59, 0.7);

    /* Typography */
    --font-main: 'Inter', sans-serif;
    --text-main: #FFFFFF;
    /* Pure White for maximum contrast */
    --text-muted: #CBD5E1;
    /* Slate 300 - Brightened from Slate 400 for better readability */

    /* Glassmorphism - High Contrast Tuned */
    --glass-bg: rgba(30, 41, 59, 0.4);
    /* Darker semi-transparent slate for better text pop */
    --glass-border: 1px solid rgba(255, 255, 255, 0.15);
    /* Increased opacity from 0.08 to 0.15 */
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
    /* Deeper shadow for depth */
    --backdrop-blur: blur(16px);
    /* Increased blur for smoother background separation */
}

/* Global Reset & Typography */
body {
    font-family: var(--font-main) !important;
    background-color: var(--bg-body) !important;
    color: var(--text-main) !important;
    overflow-x: hidden;
    overflow-y: auto;
    /* Ensure vertical scrolling works */
}

.cursor-pointer {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-main) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

p,
span,
li,
a {
    color: var(--text-muted);
    line-height: 1.7;
}

p,
.text-muted,
.text-body {
    color: var(--text-muted) !important;
    /* Use the brighter variable */
    font-size: 1.05rem;
    font-weight: 400;
    /* Ensure not too thin */
}

/* =========================================
   Global Spacing & Layout
   ========================================= */
.section-gap {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.container {
    max-width: 1440px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

/* =========================================
   Navigation Bar
   ========================================= */
.main-header {
    background: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: var(--glass-border);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.main-header .navbar-brand img {
    height: 32px;
    /* Optimize logo size */
    width: auto;
}

.nav-link {
    color: var(--text-main) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

.main-header .btn {
    border-radius: 10px !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.main-header .btn-outline-dark {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
}

.main-header .btn-outline-dark:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Section Separation & Depth */
.section-gap {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.main-banner,
.common-banner {
    border-top: none;
}

.subscription,
.discover-section {
    overflow: visible !important;
    /* Allow badges to pop out */
}

/* Alternating Section Backgrounds */
#features,
#screenshots,
#faq {
    background-color: #161e2e !important;
    /* Slightly Lighter Dark */
}

#home,
.element-section,
#plan,
.testimonial {
    background-color: #0f172a !important;
    /* Base Dark */
}

/* Specific Section Overrides */
.main-banner:not(.landing-hero) {
    background-color: #0f172a !important;
    padding-top: 140px !important;
    padding-bottom: 2.5rem !important;
}

.main-banner.landing-hero {
    background-color: #0f172a !important;
}

.subscription {
    background-color: #111827 !important;
    /* Darker navy for pricing impact */
}

.site-footer {
    background-color: #0B0E14 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Fix text contrast for all sections */
section h2 {
    font-size: 2.5rem !important;
    margin-bottom: 1rem !important;
    text-align: center;
    font-weight: 800 !important;
    background: linear-gradient(to right, #ffffff, #94a3b8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-premium .title.text-center {
    margin-bottom: 1.25rem !important;
}

.landing-premium .title h2.mb-4 {
    margin-bottom: 0.75rem !important;
}

section p,
section span,
section li {
    color: var(--text-muted) !important;
}

/* =========================================
   Hero Section (Main Banner)
   ========================================= */
.main-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

section,
.section-gap {
    overflow-x: clip;
}

/* Mesh Gradient Glows */
.main-banner::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 60%);
    filter: blur(80px);
    z-index: -1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}

.main-banner::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 60%);
    filter: blur(80px);
    z-index: -1;
    animation: pulseGlow 8s ease-in-out infinite alternate-reverse;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.2);
        opacity: 0.9;
    }
}

.main-banner .container-offset {
    z-index: 2;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

/* Typography Overrides for Hero */
.main-banner h1 {
    font-size: 4rem;
    /* Larger, bolder title */
    line-height: 1.1;
    font-weight: 800 !important;
    background: linear-gradient(to bottom right, #ffffff, #94a3b8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.main-banner p {
    color: #cbd5e1 !important;
    /* High contrast bright slate */
    font-size: 1.25rem;
    max-width: 600px;
    margin-bottom: 2.5rem;
}

/* Hero Badge */
/* Hero Badge - High Contrast & Vibrant */
.main-banner .badge {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(168, 85, 247, 0.2) 100%) !important;
    /* Soft gradient background */
    color: #E2E8F0 !important;
    /* Bright text */
    border: 1px solid rgba(139, 92, 246, 0.5);
    /* Vibrant border */
    backdrop-filter: blur(8px);
    padding: 0.6em 1.2em;
    margin-bottom: 1.5rem;
    border-radius: 100px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
    /* Glow effect */
    letter-spacing: 0.05em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Hero Buttons Pro Max */
.main-banner .btn {
    padding: 0.9rem 2.2rem !important;
    font-size: 1.05rem;
    border-radius: 12px !important;
    font-weight: 700 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.main-banner .btn-outline-light,
.main-banner .btn-outline-dark {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(12px);
}

.main-banner .btn-outline-dark:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* Premium Button Overhaul */
.btn {
    border-radius: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2rem !important;
}

.btn-primary {
    background: linear-gradient(180deg, #6366f1 0%, #4f46e5 100%) !important;
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    /* Inner highlight */
    color: #fff !important;
    box-shadow: 0 4px 0 0 #3730a3, 0 10px 20px rgba(79, 70, 229, 0.4) !important;
    /* 3D effect shadow */
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 0 #3730a3, 0 15px 30px rgba(79, 70, 229, 0.5) !important;
    filter: brightness(1.1);
}

.btn-primary:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 0 #3730a3, 0 5px 10px rgba(79, 70, 229, 0.3) !important;
}

.btn-outline-dark,
.btn-outline-light {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    backdrop-filter: blur(8px);
}

.btn-outline-dark:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px);
}

/* Dashboard Preview Image */
.main-banner .dash-preview {
    margin-top: 2rem;
    border-radius: 20px;
    /* Smooth corners */
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.7);
    /* Deep shadow */
    transform: perspective(2000px) rotateY(-5deg) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(30, 41, 59, 0.5);
    /* Inner dark backing */
    max-width: 100%;
}

.main-banner .dash-preview:hover {
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 0 40px 70px -12px rgba(0, 0, 0, 0.8);
    border-color: rgba(99, 102, 241, 0.3);
}

/* Hero "Trusted By" Logos */
.img-fluid[style*="width: 130px;"] {
    filter: brightness(0) invert(1) opacity(0.7);
    transition: opacity 0.3s ease;
}

.img-fluid[style*="width: 130px;"]:hover {
    filter: brightness(0) invert(1) opacity(1);
}

/* =========================================
   Features Section
   ========================================= */
.features-section {
    background-color: #0B0E14 !important;
    /* Slightly darker than body */
    position: relative;
}


.glass-card,
.price-card,
.screenshot-card {
    background: var(--glass-bg);
    backdrop-filter: var(--backdrop-blur);
    border: var(--glass-border);
    border-radius: 16px;
    padding: 2.5rem;
    /* Increased Padding */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.glass-card:hover,
.screenshot-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4);
    border-color: rgba(99, 102, 241, 0.4);
}

.popular-card {
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.15) 0%, rgba(30, 41, 59, 0.6) 100%) !important;
    border-color: var(--primary-color) !important;
}

.glass-card .avtar {
    width: 72px;
    height: 72px;
    margin-bottom: 2rem;
}

.glass-card h3 {
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
}

/* =========================================
   Pricing Section
   ========================================= */
/* Pricing Section Fixes - High Priority Overrides */
.subscription {
    background-color: #0F172A !important;
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    display: block !important;
}

.price-card {
    background: #1E293B !important;
    /* Force Solid Dark Slate */
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 24px !important;
    padding: 4rem 2rem 3rem 2rem !important;
    position: relative !important;
    height: 100% !important;
    margin-top: 30px !important;
    overflow: visible !important;
    /* Crucial for badges */
}

/* Fix Hidden Badge */
.price-card .price-badge {
    position: absolute !important;
    top: -20px !important;
    /* Move higher */
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%) !important;
    color: #FFFFFF !important;
    padding: 10px 28px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    z-index: 99 !important;
    /* Push to front */
    display: inline-block !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    white-space: nowrap !important;
}

.price-card .price-amount {
    color: #FFFFFF !important;
    font-size: 1.8rem !important;
    /* Reduced from 2.5rem */
    font-weight: 800 !important;
    margin: 1rem 0 !important;
}

.price-card p {
    color: #E2E8F0 !important;
    /* Brightest Slate */
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.price-features {
    margin: 2rem 0;
    text-align: left;
    padding-left: 0;
    list-style: none !important;
    /* Remove redundant dots */
}

.price-features li {
    font-size: 0.95rem !important;
    margin-bottom: 1rem !important;
    color: #CBD5E1 !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-features li i {
    font-size: 1.1rem;
    min-width: 20px;
}

.price-features li i.ti-check {
    color: #4ADE80 !important;
    /* Success Green for checks */
}

.price-features li i.ti-x {
    color: #F87171 !important;
    /* Error Red for crosses */
}

.pricing-tabs .nav-link.active {
    background: #6366F1 !important;
    color: #FFFFFF !important;
}

/* Pricing Tabs */
.nav-pills {
    justify-content: center;
    margin-bottom: 2rem !important;
    gap: 0.75rem;
}

.nav-pills .nav-link {
    padding: 0.75rem 2rem !important;
    font-size: 1.1rem;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #94A3B8 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

.nav-pills .nav-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 0 0 #3730a3, 0 10px 20px rgba(99, 102, 241, 0.3) !important;
    transform: translateY(-2px);
}

.nav-pills .nav-link:active {
    transform: translateY(2px);
    box-shadow: 0 0px 0 0 #3730a3 !important;
}

/* =========================================
   FAQ Section
   ========================================= */
/* =========================================
   FAQ Section - Dark Mode
   ========================================= */
.accordion-item {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 1rem !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-header {
    margin-bottom: 0 !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    text-align: left !important;
}

.accordion-button {
    background: rgba(30, 41, 59, 0.4) !important;
    color: var(--text-main) !important;
    padding: 1.25rem 1.5rem !important;
    font-size: 1.1rem;
    box-shadow: none !important;
    border: none !important;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: rgba(99, 102, 241, 0.15) !important;
    color: var(--primary-color) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05) !important;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-body {
    background: rgba(30, 41, 59, 0.2);
    color: var(--text-muted);
    padding: 1rem 1.5rem 1.5rem 1.5rem !important;
    font-size: 1rem;
    line-height: 1.7;
}

/* =========================================
   Buttons & Inputs
   ========================================= */
/* Make inputs look integrated */
.form-control,
input[type="text"],
input[type="email"] {
    background: rgba(30, 41, 59, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
}

.form-control:focus {
    background: rgba(30, 41, 59, 0.8) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

/* Footer improvements */
.site-footer {
    background-color: #0B0E14 !important;
    /* Deepest Dark */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.site-footer p,
.site-footer li,
.site-footer a {
    color: #94A3B8 !important;
}

.site-footer a:hover {
    color: var(--primary-color) !important;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    max-width: 180px;
    display: block;
    transition: filter 0.3s ease;
}

.site-footer .footer-logo a {
    display: inline-block;
    max-width: 180px;
}

/* =========================================
   Mobile Optimization
   ========================================= */
@media (max-width: 991px) {
    .section-gap {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 767px) {

    .section-gap {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .main-banner:not(.landing-hero) {
        padding-top: 120px !important;
        padding-bottom: 1.5rem !important;
        overflow-x: hidden !important;
    }

    .main-banner .container-offset {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    .main-banner .container-offset > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .main-banner .container-offset > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        min-width: 0;
    }

    .main-banner h1 {
        font-size: clamp(1.75rem, 7.5vw, 2.5rem) !important;
        margin-bottom: 1.5rem !important;
        overflow-wrap: anywhere;
        word-wrap: break-word;
        max-width: 100%;
    }

    .main-banner h6 {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        overflow-wrap: anywhere;
        word-wrap: break-word;
        max-width: 100%;
    }

    .main-banner .banner-btn {
        width: 100%;
        max-width: 100%;
    }

    .main-banner .banner-btn .btn {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1.25rem !important;
        font-size: 0.95rem !important;
    }

    .main-banner .dash-preview {
        margin-top: 1.5rem;
        right: 0 !important;
        left: 0 !important;
        max-width: 100%;
        width: 100%;
        padding-top: 0 !important;
        height: auto;
        transform: none !important;
        perspective: none !important;
    }

    .main-banner .dash-preview img,
    .main-banner .dash-preview .preview-img {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        display: block;
    }

    .main-banner .dash-preview:hover {
        transform: none !important;
    }

    section h2 {
        font-size: 1.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .title.text-center {
        margin-bottom: 1rem !important;
    }

    /* Fix "Trusted By" Spacing */
    .main-banner .container:last-child {
        margin-top: 1rem !important;
    }

    .main-banner p.mb-0 {
        font-size: 0.9rem !important;
        text-align: center;
        margin-bottom: 1rem !important;
    }

    .main-banner .row.row-cols-9 {
        justify-content: center !important;
        gap: 1rem !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .main-banner .col-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .main-banner .col-auto img {
        width: 80px !important;
        height: auto;
    }

    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Discover Section - 2 Columns mobile fixes */
    .discover-section .glass-card {
        padding: 1.25rem 0.75rem !important;
        height: 100% !important;
    }

    .discover-section .glass-card .avtar {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: 1rem !important;
    }

    .discover-section .glass-card h3 {
        font-size: 0.95rem !important;
        margin-bottom: 0.5rem !important;
    }

    .discover-section .glass-card p {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }

    .discover-section .row.g-4 {
        --bs-gutter-x: 0.75rem !important;
        --bs-gutter-y: 0.75rem !important;
    }

    /* Discover Buttons Mobile Fix */
    .discover-section .btn {
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important;
        min-width: unset !important;
        flex: 1;
        white-space: nowrap;
    }

    .discover-section .btn i {
        width: 14px;
        height: 14px;
    }

    /* --- Premium Sidebar Drawer --- */
    .main-header .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 85% !important;
        max-width: 320px !important;
        height: 100vh !important;
        background: #0F172A !important;
        /* Solid dark base */
        background-image: radial-gradient(at top left, rgba(99, 102, 241, 0.15), transparent) !important;
        backdrop-filter: blur(25px) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
        z-index: 99999 !important;
        padding: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.8) !important;
    }

    .main-header .navbar-collapse.show {
        left: 0 !important;
    }

    .mobile-only-header {
        margin-bottom: 2rem !important;
        padding-bottom: 1.5rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        width: 100% !important;
    }

    .main-header .navbar-nav {
        gap: 12px !important;
        width: 100% !important;
    }

    .main-header .nav-item {
        border-bottom: none !important;
        padding: 0 !important;
    }

    .main-header .nav-link {
        padding: 12px 20px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        font-weight: 600 !important;
        font-size: 1rem !important;
        transition: all 0.2s ease !important;
    }

    .main-header .nav-link:hover,
    .main-header .nav-link.active {
        background: var(--primary-gradient) !important;
        color: #fff !important;
        box-shadow: 0 5px 15px rgba(99, 102, 241, 0.3) !important;
    }

    /* Fixed Header Main Bar — see landing-mobile.css for global sticky header */

    .logo-img-main {
        height: 22px !important;
        width: auto !important;
    }

    /* Alignment Adjustments */
    .header-auth-actions {
        gap: 8px !important;
    }
}

/* Global Logo Size Safety */
.logo-img-main {
    height: 30px;
    width: auto;
}