/* Custom styles to complement Tailwind */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f9fafb; /* A very light gray */
}
.hero-gradient-text {
    background: linear-gradient(to right, #FF0000, #c40202);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-icon {
    background: #ffebee;
    color: #FF0000;
}
.faq-question.open .faq-arrow {
    transform: rotate(180deg);
}
