/**
 * Section Utilities
 * Reusable section styling
 */

.section-title {
    @apply text-3xl md:text-4xl font-bold text-gray-900 mb-4;
}

.section-subtitle {
    @apply text-lg text-gray-600 max-w-3xl mx-auto;
}

.btn-block {
    @apply w-full justify-center;
}

.btn-whatsapp {
    @apply bg-green-600 text-white border-green-600;
    @apply hover:bg-green-700 hover:border-green-700;
}