﻿.hero-section {
    padding-top: 120px;
    padding-bottom: 100px;
    background: linear-gradient( 135deg, #F8FAFC, #E0F2FE);
}

    .hero-section h1 {
        font-size: 3.5rem;
        font-weight: 700;
    }

    .hero-section p {
        font-size: 1.2rem;
    }

.hero-placeholder {
    height: 420px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}


