/* Custom styles for Four Day Work Week landing page */


body {
    font-family: 'Inter', sans-serif;
}

#main-content {
    min-height: 60vh;
}

.hero {
    position: relative;
    color: #ffffff;
    text-align: center;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(29, 78, 216, 0.75);
}

.hero-content {
    position: relative;
    padding: 6rem 1rem;
    max-width: 64rem;
    margin: 0 auto;
}


.section-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.section-card img {
    width: 100%;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}
