/* _content/PatchbloxCorpSite/Components/Pages/Home.razor.rz.scp.css */
/* Updated Hero Section - More Compact */

.hero[b-mtufvhjnh7] {
    background: linear-gradient(135deg, var(--primary-blue-dark), var(--primary-blue));
    padding: 3rem 0; /* Reduced from var(--spacing-xl) */
    color: white;
    position: relative;
    overflow: hidden;
}

    .hero[b-mtufvhjnh7]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(0, 188, 212, 0.2) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(66, 165, 245, 0.2) 0%, transparent 50%);
        pointer-events: none;
    }

.hero-content[b-mtufvhjnh7] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-title[b-mtufvhjnh7] {
    font-size: 2.5rem; /* Slightly smaller if needed */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle[b-mtufvhjnh7] {
    color: rgba(255, 255, 255, 0.95);
    opacity: 1;
    font-size: 1.1rem; /* Slightly smaller */
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-cta[b-mtufvhjnh7] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

/* Remove hero-stats from hero section */
.hero .hero-stats[b-mtufvhjnh7] {
    display: none; /* We'll move this outside */
}

.hero-image[b-mtufvhjnh7] {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hero .dashboard-screenshot[b-mtufvhjnh7] {
    width: 100% !important;
    max-width: 700px !important; /* Slightly smaller */
    transform: scale(1.0) !important; /* Less scaling */
}

.hero .screenshot-img[b-mtufvhjnh7] {
    width: 100% !important;
    height: auto !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

/* New Stats Bar Section - Outside Hero */
.stats-bar[b-mtufvhjnh7] {
    background: var(--bg-darker);
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-grid[b-mtufvhjnh7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.stats-bar .stat[b-mtufvhjnh7] {
    text-align: center;
}

.stats-bar .stat-number[b-mtufvhjnh7] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue-light);
    margin-bottom: 0.5rem;
}

.stats-bar .stat-label[b-mtufvhjnh7] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 968px) {
    .hero-content[b-mtufvhjnh7] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero[b-mtufvhjnh7] {
        padding: 2rem 0;
    }

    .hero-title[b-mtufvhjnh7] {
        font-size: 2rem;
    }

    .stats-grid[b-mtufvhjnh7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* _content/PatchbloxCorpSite/Components/Pages/Products.razor.rz.scp.css */
/*@media (max-width: 968px) 
{
    .products-hero h1 {
        font-size: 2.5rem
    }

    .products-hero p {
        font-size: 1.25rem
    }

    .core-product-grid {
        grid-template-columns: 1fr
    }

    .benefits-grid {
        grid-template-columns: 1fr
    }

    .section-title {
        font-size: 2rem
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center
    }
}*/
