.text-white {
    color: white;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .container { width: 100%; }
}

@media (max-width: 768px) {
    .section { padding: 60px 0; }
    .btn-gradient {
        padding: 14px 24px;
        font-size: 18px;
        width: 100%;
        justify-content: center;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .section-title.large {
        font-size: 32px;
        text-align: center;
        line-height: 1.3;
    }
}
