@import 'CASAPahampang.Client.q59f9nq7d9.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-zyqq1gj1a5] {
        --header-height: 70px;
        --bg-color: #f8fafc;
        --text-primary: #0f172a;
        --accent-color: #2563eb;
    }

    body[b-zyqq1gj1a5] {
        margin: 0;
        background-color: var(--bg-color);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        color: var(--text-primary);
    }

    .app-layout[b-zyqq1gj1a5] {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .app-header[b-zyqq1gj1a5] {
        position: sticky;
        top: 0;
        z-index: 1000;
        height: var(--header-height);
        background: #0f172a;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .app-main[b-zyqq1gj1a5] {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .content-container[b-zyqq1gj1a5] {
        flex: 1;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 1.5rem;
        box-sizing: border-box;
    }

    .app-footer[b-zyqq1gj1a5] {
        background: #0f172a;
        color: #94a3b8;
        text-align: center;
        padding: 1rem;
        font-size: 0.8rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    #blazor-error-ui[b-zyqq1gj1a5] {
        color-scheme: light only;
        background: #fef3c7;
        color: #92400e;
        bottom: 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 0.75rem 1.5rem;
        position: fixed;
        width: 100%;
        z-index: 2000;
        font-weight: 600;
    }

    #blazor-error-ui .dismiss[b-zyqq1gj1a5] {
        cursor: pointer;
        position: absolute;
        right: 1.25rem;
        top: 0.75rem;
        font-size: 1.2rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-icon[b-pppjd0fo2f] {
        font-size: 1.25rem;
    }

    .navbar-brand[b-pppjd0fo2f] {
        font-size: 1.15rem;
        letter-spacing: 0.5px;
        color: #ffffff !important;
    }

    .navbar-nav .nav-link[b-pppjd0fo2f] {
        color: #cbd5e1 !important;
        font-weight: 600;
        font-size: 0.9rem;
        transition: all 0.2s ease-in-out;
    }

    .navbar-nav .nav-link:hover[b-pppjd0fo2f] {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.08);
    }

    .navbar-nav .nav-link.active[b-pppjd0fo2f] {
        color: #f59e0b !important;
        background-color: rgba(245, 158, 11, 0.12);
        box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.3);
    }

    @media (max-width: 991.98px) {
        .navbar-collapse[b-pppjd0fo2f] {
            background: #0f172a;
            padding: 1rem;
            border-radius: 12px;
            margin-top: 0.75rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* Container Setup - Fits strictly as one single page */
    .landing-container[b-rnhgbwcpli] {
        position: relative;
        width: 100%;
        height: calc(100vh - 145px);
        min-height: 450px;
        overflow: hidden;
        background-color: #f4f7f6;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Background Video Layer */
    .bg-collage[b-rnhgbwcpli] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }

    /* Light gradient overlay for text readability */
    .bg-overlay[b-rnhgbwcpli] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, rgba(244, 247, 246, 0.65) 100%),
                    linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, transparent 35%, rgba(244,247,246,0.85) 100%);
        z-index: 2;
        pointer-events: none;
    }

    /* Video Grid Layout */
    .video-grid[b-rnhgbwcpli] {
        position: relative;
        width: 100%;
        height: 100%;
        filter: saturate(115%) contrast(105%);
    }

    .bg-video[b-rnhgbwcpli] {
        position: absolute;
        border-radius: 50%;
        object-fit: cover;
        opacity: 0.45;
        mix-blend-mode: multiply;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
    }

    /* Desktop Video Positions & Sizes */
    .video-1[b-rnhgbwcpli] {
        width: 38vw;
        height: 38vw;
        max-width: 480px;
        max-height: 480px;
        top: 10%;
        left: 12%;
    }

    .video-2[b-rnhgbwcpli] {
        width: 38vw;
        height: 38vw;
        max-width: 480px;
        max-height: 480px;
        top: 10%;
        right: 12%;
    }

    .video-3[b-rnhgbwcpli] {
        width: 35vw;
        height: 35vw;
        max-width: 440px;
        max-height: 440px;
        bottom: 5%;
        left: 28%;
    }

    .video-4[b-rnhgbwcpli] {
        width: 35vw;
        height: 35vw;
        max-width: 440px;
        max-height: 440px;
        top: 35%;
        right: 22%;
    }

    .video-5[b-rnhgbwcpli] {
        width: 34vw;
        height: 34vw;
        max-width: 420px;
        max-height: 420px;
        top: 8%;
        left: 45%;
        transform: translateX(-50%);
    }

    .video-6[b-rnhgbwcpli] {
        width: 34vw;
        height: 34vw;
        max-width: 420px;
        max-height: 420px;
        bottom: 12%;
        left: 60%;
    }

    /* Foreground Content Wrapper */
    .content-wrapper[b-rnhgbwcpli] {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: clamp(1rem, 3vh, 2.5rem) 1.25rem;
        box-sizing: border-box;
        text-align: center;
    }

    /* Branding Styles */
    .header-branding[b-rnhgbwcpli] {
        margin-top: 0.5rem;
        animation: fadeInDown-b-rnhgbwcpli 1s ease-out;
        max-width: 100%;
    }

    .subtitle[b-rnhgbwcpli] {
        font-size: clamp(0.7rem, 2vw, 0.95rem);
        font-weight: 700;
        letter-spacing: clamp(2px, 0.5vw, 4px);
        color: #0d9e73;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .main-title[b-rnhgbwcpli] {
        font-size: clamp(2rem, 6vw, 3.5rem);
        font-weight: 900;
        letter-spacing: 2px;
        color: #1a2b2a;
        text-transform: uppercase;
        margin: 0;
        word-break: break-word;
        text-shadow: 0 2px 12px rgba(255, 255, 255, 0.8);
    }

    .accent-line[b-rnhgbwcpli] {
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #11998e, #38ef7d);
        margin: 1rem auto 0 auto;
        border-radius: 2px;
    }

    /* Center-Bottom Action Footer */
    .action-footer[b-rnhgbwcpli] {
        margin-bottom: 0.5rem;
        animation: fadeInUp-b-rnhgbwcpli 1s ease-out;
    }

    /* Let's Play Button Styling */
    .btn-lets-play[b-rnhgbwcpli] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: clamp(0.85rem, 2vh, 1.1rem) clamp(2.2rem, 5vw, 3.5rem);
        font-size: clamp(1rem, 2.5vw, 1.3rem);
        font-weight: 800;
        letter-spacing: 2px;
        color: #ffffff;
        background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
        border: none;
        border-radius: 50px;
        cursor: pointer;
        text-decoration: none;
        box-shadow: 0 10px 25px rgba(56, 239, 125, 0.3),
                    0 0 15px rgba(17, 153, 142, 0.15);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .btn-lets-play:hover[b-rnhgbwcpli] {
        transform: translateY(-4px) scale(1.03);
        box-shadow: 0 15px 30px rgba(56, 239, 125, 0.45),
                    0 0 25px rgba(56, 239, 125, 0.35);
        background: linear-gradient(135deg, #13a89c 0%, #42f588 100%);
        color: #ffffff;
    }

    .btn-lets-play:active[b-rnhgbwcpli] {
        transform: translateY(-1px) scale(0.99);
    }

    .play-icon[b-rnhgbwcpli] {
        width: 24px;
        height: 24px;
    }

    /* Animations */
    @keyframes fadeInDown-b-rnhgbwcpli {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp-b-rnhgbwcpli {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Mobile Responsive Adjustments */
    @media (max-width: 768px) {
        .landing-container[b-rnhgbwcpli] {
            height: calc(100vh - 130px);
        }
        .video-1[b-rnhgbwcpli] {
            width: 55vw;
            height: 55vw;
            top: 5%;
            left: -10%;
            opacity: 0.35;
        }
        .video-2[b-rnhgbwcpli] {
            width: 55vw;
            height: 55vw;
            top: 10%;
            right: -10%;
            opacity: 0.35;
        }
        .video-3[b-rnhgbwcpli] {
            width: 50vw;
            height: 50vw;
            bottom: 10%;
            left: -5%;
            opacity: 0.3;
        }
        .video-4[b-rnhgbwcpli] {
            width: 50vw;
            height: 50vw;
            top: 45%;
            right: -10%;
            opacity: 0.3;
        }
        .video-5[b-rnhgbwcpli] {
            width: 45vw;
            height: 45vw;
            top: 25%;
            left: 50%;
        }
        .video-6[b-rnhgbwcpli] {
            width: 45vw;
            height: 45vw;
            bottom: 20%;
            left: 30%;
        }
    }
