body {
    font-family: Arial, sans-serif;
    color: #1f2937;
    line-height: 1.6;
    background-color: #ffffff;
}

.hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e9f2ff 100%);
}

.section-eyebrow {
    letter-spacing: 0.08em;
}

.navbar .nav-link {
    font-weight: 500;
    color: #1f2937;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #0d6efd;
}

.category-card,
.card,
form,
.hero-image-wrap img {
    transition: all 0.3s ease;
}

.category-card:hover,
.card:hover {
    transform: translateY(-4px);
}

.hero-image-wrap img {
    max-width: 100%;
    height: auto;
}

.site-footer a:hover {
    text-decoration: underline;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.btn.rounded-pill {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

form .form-control,
form .form-select {
    border-radius: 0.75rem;
}
.hero-section .min-vh-100 {
    min-height: 500px !important;
}

@media (max-width: 991.98px) {
    .hero-section .min-vh-100 {
        min-height: auto !important;
    }

    .display-4 {
        font-size: 2.3rem;
    }
}
