
.page-hourly-cleaning .hero-hourly {
    padding-top: 80px;
    padding-bottom: 60px;
}

.page-hourly-cleaning .hero-lead {
    font-size: 0.98rem;
}

.page-hourly-cleaning .hero-subnote {
    font-size: 0.85rem;
    color: #e5e7eb;
    opacity: 0.9;
}

.page-hourly-cleaning .hero-hourly-card {
    background: rgba(15, 23, 42, 0.9);
    color: #e5e7eb;
}

.page-hourly-cleaning .hero-hourly-card .progress-thin {
    height: 6px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.4);
}

.page-hourly-cleaning .hero-hourly-card .progress-bar {
    border-radius: 999px;
}

.badge-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #10b981;
}

/* Lợi ích */
.hourly-feature-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 16px 14px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    text-align: left;
}

.hourly-feature-card .feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.hourly-feature-card h5 {
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.hourly-feature-card p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Quy trình */
.process-step-hourly {
    text-align: left;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 16px 14px;
    height: 100%;
}

.process-step-hourly .step-number {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 2px solid var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.process-step-hourly h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.process-step-hourly p {
    font-size: 0.88rem;
    color: var(--muted);
    margin-bottom: 0;
}

/* FAQ */
.hourly-faq .accordion-button {
    font-size: 0.92rem;
}

.hourly-faq .accordion-body {
    font-size: 0.9rem;
}

/* Form đặt lịch nhanh */
.section-hourly-contact {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-hourly-contact .hourly-contact-form .form-control,
.section-hourly-contact .hourly-contact-form .form-select {
    font-size: 0.88rem;
}

.section-hourly-contact .hourly-contact-form input::placeholder {
    font-size: 0.86rem;
}

/* Responsive */
@media (max-width: 991.98px) {
    .page-hourly-cleaning .hero-hourly {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}