/* input(392,1): run-time error CSS1019: Unexpected token, found '}' */
/* ================================================================
   Landing Page Styles - Kalhas
   Loaded after home.css and app-style.css for proper cascade
   ================================================================ */

/* --- Body overrides for app-style.css defaults --- */
body.landing-page {
    background-color: #fff;
    color: #1a2332;
    overflow-x: hidden;
}

body.landing-page h1,
body.landing-page h2,
body.landing-page h3,
body.landing-page h4,
body.landing-page h5,
body.landing-page h6 {
    color: #1a2332;
}

/* --- Section shared styles --- */
.landing-section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 12px;
}

.landing-section-subtitle {
    font-size: 1.1rem;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ================================================================
   1. NAVIGATION BAR
   ================================================================ */

/* Hero visuals — logo + rotating wheel side by side */
.hero-visuals {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    will-change: transform;
}

.hero-logo-block {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-logo-img {
    height: 280px;
    width: 280px;
    opacity: 0.85;
    display: block;
    margin: 0 auto;
}

.hero-logo-block picture {
    display: block;
}

.hero-logo-name {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.beta-badge {
    display: inline-block;
    font-size: 0.55em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    background: linear-gradient(135deg, #c7933e, #e8b84a);
    padding: 2px 8px;
    border-radius: 4px;
    vertical-align: super;
    margin-left: 4px;
    line-height: 1;
    text-transform: uppercase;
}

.landing-nav-links {
    align-items: center;
}

.landing-nav-links a {
    color: rgba(255, 255, 255, 0.85);
    padding: 8px 12px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
    white-space: nowrap;
}

.landing-nav-buttons {
    align-items: center;
}

.landing-nav-links a:hover {
    color: #c7933e;
    text-decoration: none;
}

.landing-nav-buttons .btn {
    padding: 8px 20px !important;
    font-size: 0.9rem;
    margin-left: 8px;
    border-radius: 50px;
}

.landing-nav-buttons .btn-outline-white {
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: none;
    color: #fff;
}

.landing-nav-buttons .btn-outline-white:hover {
    background: #fff;
    color: #c7933e;
    border-color: #fff;
}

/* Base gold button for landing page */
.landing-page .btn-gold {
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(199, 147, 62, 0.3);
    transition: all 0.3s ease;
}

.landing-page .btn-gold:hover {
    background: linear-gradient(-45deg, #d4a24e, #c7933e);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(199, 147, 62, 0.4);
}

/* Burger button — reset default <button> styling */
.landing-page .burger {
    background: none;
    border: none;
    padding: 0;
}

/* Mobile menu — styled items */
.landing-page .site-mobile-menu .site-nav-wrap a {
    color: #1a2332;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 20px;
    margin: 2px 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.landing-page .site-mobile-menu .site-nav-wrap a:hover {
    background: rgba(199, 147, 62, 0.1);
    color: #c7933e;
}

/* Separator before auth links */
.landing-page .site-mobile-menu .site-nav-wrap li.mobile-menu-auth-separator {
    border-top: 1px solid #e2e8f0;
    margin-top: 8px;
    padding-top: 8px;
}

/* Log In — outlined pill button */
.landing-page .site-mobile-menu .site-nav-wrap li.mobile-menu-login a {
    border: 2px solid #1a2332;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    margin: 4px 20px;
    padding: 10px 20px;
}

.landing-page .site-mobile-menu .site-nav-wrap li.mobile-menu-login a:hover {
    background: #1a2332;
    color: #fff;
}

/* Sign Up — gold filled pill button */
.landing-page .site-mobile-menu .site-nav-wrap li.mobile-menu-signup a {
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    margin: 4px 20px;
    padding: 10px 20px;
}

.landing-page .site-mobile-menu .site-nav-wrap li.mobile-menu-signup a:hover {
    background: linear-gradient(-45deg, #d4a24e, #c7933e);
    color: #fff;
}

/* Language flag switcher — side by side, override home.css block/float */
.landing-page .site-mobile-menu .site-nav-wrap li.mobile-lang-flags {
    display: flex !important;
    float: none;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 4px 20px;
}

.landing-page .site-mobile-menu .mobile-lang-flags .lang-flag {
    display: inline-flex;
    padding: 4px;
    margin: 0;
    border-radius: 4px;
    opacity: 0.45;
    transition: opacity 0.2s;
    width: auto;
}

.landing-page .site-mobile-menu .mobile-lang-flags .lang-flag:hover {
    background: transparent;
    opacity: 0.8;
}

.landing-page .site-mobile-menu .mobile-lang-flags .lang-flag.active {
    opacity: 1;
    box-shadow: 0 0 0 2px #c7933e;
}

.landing-page .site-mobile-menu .mobile-lang-flags .lang-flag img {
    display: block;
    border-radius: 2px;
}

.landing-page .site-mobile-menu .site-mobile-menu-close span {
    color: #1a2332;
}

/* Sticky state overrides — dark navy background */
.landing-page .sticky-wrapper.is-sticky .site-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1a2332 !important;
    border-bottom: 1px solid rgba(199, 147, 62, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.landing-page .sticky-wrapper.is-sticky .landing-logo-text,
.landing-page .sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #fff !important;
}

.landing-page .sticky-wrapper.is-sticky .landing-nav-links a,
.landing-page .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.landing-page .sticky-wrapper.is-sticky .landing-nav-links a:hover {
    color: #c7933e !important;
}

.landing-page .sticky-wrapper.is-sticky .landing-nav-buttons .btn-outline-white {
    border-color: #c7933e;
    color: #c7933e;
}

.landing-page .sticky-wrapper.is-sticky .landing-nav-buttons .btn-outline-white:hover {
    background: #c7933e;
    color: #fff;
}

/* ================================================================
   2. HERO SECTION
   ================================================================ */

/* Override home.css hero defaults */
.landing-page .hero-section {
    position: relative;
    background: linear-gradient(135deg, #1a2332 0%, #3a4555 40%, #4d5f70 70%, #3d5a80 100%);
    color: #fff;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
}

/* --- Rotating galaxy canvas background --- */
.hero-galaxy {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.landing-page .hero-section h1,
.landing-page .hero-section h2,
.landing-page .hero-section h3 {
    color: #fff;
}

.hero-badge {
    display: inline-block;
    background: rgba(199, 147, 62, 0.2);
    border: 1px solid rgba(199, 147, 62, 0.4);
    color: #c7933e;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.hero-text {
    will-change: transform;
}

.hero-text h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.hero-cta .btn {
    margin-right: 12px;
    margin-bottom: 10px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-cta .btn-gold {
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    color: #fff;
    border: none;
    padding: 14px 32px !important;
    font-size: 1.05rem;
}

.hero-cta .btn-outline-white {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 1.05rem;
}

.hero-cta .btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

}

/* Hero wave divider */
.hero-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

.hero-wave svg {
    width: 100%;
    height: 140px;
    display: block;
}

/* ================================================================
   3. FEATURES SECTION
   ================================================================ */

.landing-features {
    padding: 80px 0;
    background: #f4f6f9;
}

.landing-features .feature-1 {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.landing-features .feature-1:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.landing-features .feature-1 h3 {
    color: #1a2332;
    font-size: 1.15rem;
}

.landing-features .feature-1 p {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ================================================================
   3.2 MOON CALENDAR HIGHLIGHT
   ================================================================ */

.landing-moon-highlight {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a2332 0%, #2a3a4d 50%, #1a2332 100%);
    position: relative;
    overflow: hidden;
}

.moon-highlight-phases {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.moon-highlight-phases span {
    font-size: 2rem;
    filter: grayscale(0.2);
    transition: transform 0.3s;
}

.moon-highlight-phases span:hover {
    transform: scale(1.3);
}

.landing-moon-highlight .moon-highlight-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.landing-moon-highlight .moon-highlight-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 520px;
}

.moon-highlight-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.moon-highlight-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px 20px;
    transition: background 0.3s, transform 0.3s;
}

.moon-highlight-feature:hover {
    background: rgba(199, 147, 62, 0.12);
    transform: translateX(4px);
}

.moon-highlight-feature i {
    font-size: 1.5rem;
    color: #c7933e;
    min-width: 28px;
    text-align: center;
}

.moon-highlight-feature span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.moon-highlight-badge {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .landing-moon-highlight {
        padding: 50px 0;
        text-align: center;
    }

    .moon-highlight-phases {
        justify-content: center;
    }

    .moon-highlight-desc {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .moon-highlight-features {
        align-items: center;
    }

    .moon-highlight-feature {
        width: 100%;
        max-width: 400px;
    }

    .moon-highlight-badge {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .moon-highlight-title {
        font-size: 1.5rem;
    }

    .moon-highlight-phases span {
        font-size: 1.5rem;
    }

    .moon-highlight-feature {
        padding: 10px 16px;
    }
}

/* ================================================================
   3.5 REPORT LIBRARY SECTION
   ================================================================ */

.landing-reports {
    padding: 80px 0;
    background: #fff;
}

.report-category-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #c7933e;
    transition: transform 0.3s, box-shadow 0.3s;
}

.report-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.report-category-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(199, 147, 62, 0.25);
}

.report-category-icon i {
    color: #fff;
    font-size: 1.6rem;
}

.report-category-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 8px;
}

.report-category-desc {
    color: #4a5568;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
    font-style: italic;
}

.report-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.report-list li {
    position: relative;
    padding: 7px 0 7px 18px;
    color: #1a2332;
    font-size: 0.95rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c7933e;
    opacity: 0.7;
}

/* Free / Pro badge pills */
.badge-free,
.badge-pro {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-left: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.badge-free {
    background: #fff;
    border: 1.5px solid #c7933e;
    color: #c7933e;
}

.badge-pro {
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    color: #1a2332;
    border: none;
}

/* ================================================================
   3.7 PLANETARY HOURS HIGHLIGHT
   ================================================================ */

.landing-hours-highlight {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a2332 0%, #243044 50%, #1a2332 100%);
    position: relative;
    overflow: hidden;
    border-top: 3px solid rgba(199, 147, 62, 0.4);
}

.hours-highlight-planets {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.hours-highlight-planets span {
    font-size: 2.2rem;
    color: #c7933e;
    text-shadow: 0 0 12px rgba(199, 147, 62, 0.4);
    transition: transform 0.3s;
}

.hours-highlight-planets span:hover {
    transform: scale(1.3);
}

.landing-hours-highlight .hours-highlight-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.landing-hours-highlight .hours-highlight-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 520px;
}

.hours-highlight-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hours-highlight-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(199, 147, 62, 0.15);
    border-radius: 10px;
    padding: 14px 20px;
    transition: background 0.3s, transform 0.3s;
}

.hours-highlight-feature:hover {
    background: rgba(199, 147, 62, 0.12);
    transform: translateX(4px);
}

.hours-highlight-feature i {
    font-size: 1.5rem;
    color: #c7933e;
    min-width: 28px;
    text-align: center;
}

.hours-highlight-feature span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.hours-highlight-badge {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .landing-hours-highlight {
        padding: 50px 0;
        text-align: center;
    }

    .hours-highlight-planets {
        justify-content: center;
    }

    .hours-highlight-desc {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .hours-highlight-features {
        align-items: center;
    }

    .hours-highlight-feature {
        width: 100%;
        max-width: 400px;
    }

    .hours-highlight-badge {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hours-highlight-title {
        font-size: 1.5rem;
    }

    .hours-highlight-planets span {
        font-size: 1.7rem;
    }

    .hours-highlight-feature {
        padding: 10px 16px;
    }

    .landing-hours-highlight {
        padding: 40px 0;
    }
}

/* ================================================================
   3.8 FINANCIAL ASTROLOGY HIGHLIGHT
   ================================================================ */

.landing-finance-highlight {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a2a1f 0%, #1e3328 50%, #1a2a1f 100%);
    position: relative;
    overflow: hidden;
    border-top: 3px solid rgba(34, 197, 94, 0.4);
}

.finance-highlight-icons {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.finance-highlight-icons span {
    font-size: 2.2rem;
    color: #22c55e;
    text-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
    transition: transform 0.3s;
}

.finance-highlight-icons span:hover {
    transform: scale(1.3);
}

.landing-finance-highlight .finance-highlight-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.landing-finance-highlight .finance-highlight-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 520px;
}

.finance-highlight-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.finance-highlight-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-radius: 10px;
    padding: 14px 20px;
    transition: background 0.3s, transform 0.3s;
}

.finance-highlight-feature:hover {
    background: rgba(34, 197, 94, 0.12);
    transform: translateX(4px);
}

.finance-highlight-feature i {
    font-size: 1.5rem;
    color: #22c55e;
    min-width: 28px;
    text-align: center;
}

.finance-highlight-feature span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.finance-highlight-badge {
    margin-top: 4px;
}

.badge-pack {
    display: inline-block;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .landing-finance-highlight {
        padding: 50px 0;
        text-align: center;
    }

    .finance-highlight-icons {
        justify-content: center;
    }

    .finance-highlight-desc {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .finance-highlight-features {
        align-items: center;
    }

    .finance-highlight-feature {
        width: 100%;
        max-width: 400px;
    }

    .finance-highlight-badge {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .finance-highlight-title {
        font-size: 1.5rem;
    }

    .finance-highlight-icons span {
        font-size: 1.7rem;
    }

    .finance-highlight-feature {
        padding: 10px 16px;
    }

    .landing-finance-highlight {
        padding: 40px 0;
    }
}

/* ── 3.9 Sports Astrology Highlight ── */
.landing-sports-highlight {
    padding: 60px 0;
    background: linear-gradient(135deg, #2a1a1a 0%, #331e1e 50%, #2a1a1a 100%);
    position: relative;
    overflow: hidden;
    border-top: 3px solid rgba(220, 53, 69, 0.4);
}

.sports-highlight-icons {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.sports-highlight-icons span {
    font-size: 2.2rem;
    color: #dc3545;
    text-shadow: 0 0 12px rgba(220, 53, 69, 0.4);
    transition: transform 0.3s;
}

.sports-highlight-icons span:hover {
    transform: scale(1.3);
}

.landing-sports-highlight .sports-highlight-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.landing-sports-highlight .sports-highlight-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 520px;
}

.sports-highlight-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sports-highlight-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(220, 53, 69, 0.15);
    border-radius: 10px;
    padding: 14px 20px;
    transition: background 0.3s, transform 0.3s;
}

.sports-highlight-feature:hover {
    background: rgba(220, 53, 69, 0.12);
    transform: translateX(4px);
}

.sports-highlight-feature i {
    font-size: 1.5rem;
    color: #dc3545;
    min-width: 28px;
    text-align: center;
}

.sports-highlight-feature span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

.sports-highlight-badge {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .landing-sports-highlight {
        padding: 50px 0;
        text-align: center;
    }

    .sports-highlight-icons {
        justify-content: center;
    }

    .sports-highlight-desc {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .sports-highlight-features {
        align-items: center;
    }

    .sports-highlight-feature {
        width: 100%;
        max-width: 400px;
    }

    .sports-highlight-badge {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .sports-highlight-title {
        font-size: 1.5rem;
    }

    .sports-highlight-icons span {
        font-size: 1.7rem;
    }

    .sports-highlight-feature {
        padding: 10px 16px;
    }

    .landing-sports-highlight {
        padding: 40px 0;
    }
}

/* ================================================================
   2.5 LATEST ARTICLES SLIDER
   ================================================================ */

.landing-articles {
    padding: 60px 0;
    background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
}

.landing-articles .landing-section-title {
    color: #fff;
}

.landing-articles .landing-section-subtitle {
    color: rgba(255, 255, 255, 0.6);
}

.article-slider-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.article-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.article-slide {
    min-width: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    height: 340px;
    overflow: hidden;
    cursor: pointer;
}

.article-slide:hover {
    text-decoration: none;
    color: #fff;
}

.article-slide-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.article-slide:hover .article-slide-img {
    transform: scale(1.05);
}

.article-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 40px;
}

.article-slide-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.article-slide-date {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

.article-slide-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.article-slide-summary {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
    max-width: 600px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
    font-size: 1.4rem;
}

.article-slider-arrow:hover {
    background: rgba(199, 147, 62, 0.7);
    border-color: #c7933e;
}

.article-slider-prev { left: 15px; }
.article-slider-next { right: 15px; }

@media (max-width: 767px) {
    .article-slide {
        height: 260px;
    }

    .article-slide-overlay {
        padding: 20px;
    }

    .article-slide-title {
        font-size: 1.2rem;
    }

    .article-slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    .article-slider-prev { left: 8px; }
    .article-slider-next { right: 8px; }
}

/* ================================================================
   3. FEATURE HIGHLIGHTS CAROUSEL
   ================================================================ */

.landing-highlights-carousel {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a2332 0%, #16213e 100%);
}

.landing-highlights-carousel .landing-section-title {
    color: #fff;
}

.landing-highlights-carousel .carousel-inner {
    min-height: 380px;
    overflow: hidden;
}

.landing-highlights-carousel .carousel-item {
    padding: 20px 40px;
    min-height: 380px;
}

.landing-highlights-carousel .carousel-item .row {
    height: 100%;
    align-items: center;
}

.highlight-slide-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.highlight-slide-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
}

.highlight-slide-features {
    margin-bottom: 15px;
}

.highlight-slide-feature {
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.highlight-slide-feature i {
    color: #c7933e;
    font-size: 1.3rem;
    margin-right: 12px;
    min-width: 24px;
}

.landing-highlights-carousel .carousel-indicators {
    bottom: -15px;
}

.landing-highlights-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    margin: 0 5px;
}

.landing-highlights-carousel .carousel-indicators li.active {
    background-color: #c7933e;
}

.landing-highlights-carousel .carousel-control-prev,
.landing-highlights-carousel .carousel-control-next {
    width: 40px;
    opacity: 0.5;
}

.landing-highlights-carousel .carousel-control-prev:hover,
.landing-highlights-carousel .carousel-control-next:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .landing-highlights-carousel .carousel-inner {
        min-height: 520px;
    }

    .landing-highlights-carousel .carousel-item {
        padding: 10px 15px;
        min-height: 520px;
    }

    .highlight-slide-title {
        font-size: 1.5rem;
    }

    .landing-highlights-carousel .carousel-control-prev,
    .landing-highlights-carousel .carousel-control-next {
        display: none;
    }
}

/* ================================================================
   4. HOW IT WORKS SECTION
   ================================================================ */

.landing-how-it-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a2332 0%, #3a4555 100%);
}

.landing-how-it-works .section-heading {
    font-size: 2.4rem;
}

.step-number {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.landing-how-it-works .step {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-how-it-works .step h3 {
    color: #fff;
    font-size: 1.15rem;
}

.landing-how-it-works .step p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ================================================================
   5. CUSTOMIZE YOUR PRACTICE SECTION (section 5 in HTML)
   ================================================================ */

/* ================================================================
   6. STATISTICS SECTION
   ================================================================ */

.landing-stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #3d5a80 0%, #4e6d94 100%);
    color: #fff;
}

.stat-item {
    padding: 20px 10px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #c7933e;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.stat-detail {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   8. CALL TO ACTION SECTION (section 8 in HTML)
   ================================================================ */

.landing-page .cta-section h2 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.3;
}

.landing-page .cta-section p {
    color: rgba(255, 255, 255, 0.7);
}

.landing-page .cta-section .btn-gold {
    background: linear-gradient(-45deg, #c7933e, #b5832f);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 40px !important;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.landing-page .cta-section .btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(199, 147, 62, 0.4);
}

/* ================================================================
   9. FOOTER (section 9 in HTML)
   ================================================================ */

.landing-footer {
    background: #1a2332;
    padding: 30px 0;
    color: #9aa8b5;
}

.landing-footer-brand {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-left: 8px;
    vertical-align: middle;
}

.landing-footer-copy {
    margin: 0;
    font-size: 0.9rem;
    color: #9aa8b5;
}

.landing-footer-link {
    color: #9aa8b5;
    text-decoration: none;
    margin-left: 20px;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.landing-footer-link:hover {
    color: #c7933e;
    text-decoration: none;
}

/* ================================================================
   ANIMATIONS — animate-on-scroll integration
   ================================================================ */

.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.1s;
}

.animate-on-scroll.animated {
    opacity: 1;
}

/* ================================================================
   RESPONSIVE — Tablet (max 991px)
   ================================================================ */

@media (max-width: 991px) {
    .landing-nav-links {
        display: none !important;
    }

    .landing-nav-buttons {
        display: none !important;
    }

    .hero-visuals {
        padding-top: 30px;
    }

    .hero-logo-img {
        height: 200px;
        width: 200px;
    }

    .hero-logo-name {
        font-size: 1.8rem;
        letter-spacing: 6px;
    }

    .hero-text {
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta {
        text-align: center;
    }

    .hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-how-it-works .section-heading {
        font-size: 2rem;
    }
}

/* ================================================================
   RESPONSIVE — Mobile (max 767px)
   ================================================================ */

@media (max-width: 767px) {
    .hero-logo-img {
        height: 150px;
        width: 150px;
    }

    .hero-logo-name {
        font-size: 1.2rem;
        letter-spacing: 4px;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-cta .btn {
        display: block;
        margin-right: 0;
        margin-bottom: 12px;
        text-align: center;
    }

    .landing-section-title {
        font-size: 1.6rem;
    }

    .landing-section-subtitle {
        font-size: 0.9rem;
    }

    .audience-card {
        padding: 24px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-label {
        font-size: 0.9rem;
    }

    .landing-page .cta-section h2 {
        font-size: 1.8rem;
    }

    .landing-footer .row > div {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .landing-footer-link {
        margin: 0 10px;
    }

    .landing-how-it-works .section-heading {
        font-size: 1.6rem;
    }

    .landing-features {
        padding: 60px 0;
    }

    .landing-reports {
        padding: 60px 0;
    }

    .report-category-card {
        padding: 24px;
    }

    .report-category-card h3 {
        font-size: 1.15rem;
    }

    .report-list li {
        font-size: 0.9rem;
        padding: 5px 0 5px 16px;
    }

    .badge-free,
    .badge-pro {
        font-size: 0.7rem;
        padding: 2px 8px;
    }

    .landing-how-it-works {
        padding: 60px 0;
    }

    .landing-audience {
        padding: 60px 0;
    }

    .landing-customize {
        padding: 60px 0;
    }

    .customize-card {
        padding: 24px;
    }

    .landing-stats {
        padding: 60px 0;
    }
}

/* Short desktop viewports (e.g. 1366x768 laptops) — keep slogan above the fold */
@media (max-height: 800px) and (min-width: 992px) {
    .hero-visuals { padding-top: 40px; }
    .hero-logo-img { height: 240px; width: 240px; }
    .landing-page .hero-section { padding-top: 60px; }
}

/* ================================================================
   SOCIAL MEDIA SIDEBAR (floating, right edge)
   ================================================================ */
.social-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: rgba(26, 35, 50, 0.9);
    border-radius: 8px 0 0 8px;
    padding: 6px 0;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
}

.social-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease;
    font-size: 18px;
}

.social-sidebar a:hover {
    color: #c7933e;
    background: rgba(199, 147, 62, 0.12);
}

.social-sidebar a svg {
    transition: color 0.25s ease;
}

@media (max-width: 767px) {
    .social-sidebar {
        display: none;
    }
}

/* Small phones — prevent overflow and improve readability on ≤575px screens */
@media (max-width: 575px) {
    .hero-logo-img {
        width: 120px;
        height: 120px;
    }

    .hero-logo-name {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    .hero-text h1 {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        max-width: 100%;
    }

    .landing-section-title {
        font-size: 1.3rem;
    }

    .landing-section-subtitle {
        font-size: 0.82rem;
        max-width: 100%;
    }

    .landing-page .hero-section {
        padding-bottom: 80px;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .landing-page .cta-section h2 {
        font-size: 1.5rem;
    }
}

/* Accessibility — disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .hero-galaxy {
        animation: none !important;
    }
}
