/* (C) 2026 Francesco Settembrini */

:root {
    --rental-green: #10b981;
    --rental-dark: #374151;
    --rental-light-bg: #f8fafc;
}

.hero-minimal {
    background-color: var(--rental-light-bg);
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
}

.page-title {
    font-weight: 600;
    color: var(--rental-dark);
    font-size: 1.15rem;
    margin-right: 10px;
}

.header-sub {
    font-size: 0.75rem;
    color: #64748b;
}

.contact-box {
    border: 1px solid #f1f5f9;
    background-color: #ffffff;
    padding: 1.25rem;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

h2.section-h {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--rental-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    border-left: 3px solid var(--rental-green);
    padding-left: 0.6rem;
}

.contact-link {
    color: var(--rental-green);
    text-decoration: none;
    font-weight: 600;
}

.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
}

.form-control:focus {
    border-color: var(--rental-green);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.btn-send {
    background-color: var(--rental-green);
    border: none;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    color: white;
}

.content-wrapper {
    padding-bottom: 3rem;
}
