/* First-paint guard for the white homepage theme. Kept deliberately small. */
html.page-home {
    background: #ffffff;
    color-scheme: light;
}

html.page-home body {
    min-height: 100vh;
    margin: 0;
    background: #ffffff !important;
    background-image: none !important;
    color: #1d1d1f !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "Segoe UI", sans-serif;
}

html.page-home body::before,
html.page-home .ambient-bg,
html.page-home .hero-grid {
    display: none !important;
}

html.page-home .navbar {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #1d1d1f !important;
}

html.page-home .navbar :is(.logo, .nav-links a, .lang-switcher__toggle, .mobile-toggle) {
    color: #1d1d1f !important;
}

html.page-home .hero {
    background: #ffffff !important;
    color: #1d1d1f !important;
}

html.page-home .hero :is(h1, h1 .gradient) {
    color: #1d1d1f !important;
    -webkit-text-fill-color: currentColor !important;
}

html.page-home .hero-desc {
    color: #6e6e73 !important;
}

html.page-home .hero-img-main {
    background: #ffffff !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
