/* index.css - Page-specific styles for Home (index.html) */

.page-index .hero-badge {
    background: rgba(232, 184, 109, 0.25);
}

.page-index .final-cta {
    background: linear-gradient(135deg, #0d4f4f 0%, #1a6b6b 100%);
}

.page-index .footer {
    background: #1a2e2e;
}
