/* /Pages/Index.cshtml.rz.scp.css */
.hero-1[b-cmevq6qeh6] {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1920&h=1080&fit=crop');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.feature-card[b-cmevq6qeh6] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

    .feature-card:hover[b-cmevq6qeh6] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.icon-wrapper[b-cmevq6qeh6] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.bg-soft-primary[b-cmevq6qeh6] {
    background-color: #e8f1ff;
}

.bg-soft-success[b-cmevq6qeh6] {
    background-color: #e6f8f3;
}

.bg-soft-warning[b-cmevq6qeh6] {
    background-color: #fff8e9;
}

.card-title[b-cmevq6qeh6] {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.section-heading[b-cmevq6qeh6] {
    font-weight: 700;
    background: linear-gradient(120deg, #2563eb, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-section[b-cmevq6qeh6] {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://source.unsplash.com/random/1920x1080?nature') no-repeat center center;
    background-size: cover;
}
