/*
 * DivvyDrive anasayfadaki düz RGB (37,99,235) kullanan sınıflar ve modül kahraman degrade.
 * Tailwind CDN rastgele sınıfları üretir; bu kurallar 4NDrive için doğrudan kırmızı ton verir.
 */
html[data-site-brand="fourndrive"] .hero-orb-1 {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, transparent 70%);
}
html[data-site-brand="fourndrive"] .hero-orb-2 {
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.2) 0%, transparent 70%);
}
html[data-site-brand="fourndrive"] .hero-orb-3 {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, transparent 70%);
}
html[data-site-brand="fourndrive"] .tab-btn.active {
    background-color: #fee2e2;
    color: #dc2626;
    border-left: 4px solid #dc2626;
}
html[data-site-brand="fourndrive"] .header-lang-dropdown .dropdown-item:hover {
    color: #b91c1c;
}
html[data-site-brand="fourndrive"] .module-hero-gradient {
    background: linear-gradient(135deg, #f8fafc 0%, #fef2f2 35%, #fee2e2 70%, #fecaca 100%);
}
html[data-site-brand="fourndrive"] .module-hero-radials {
    background-image: radial-gradient(circle at 20% 50%, rgba(220, 38, 38, 0.12), transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(220, 38, 38, 0.1), transparent 40%);
}
html[data-site-brand="fourndrive"] .module-icon-glow {
    box-shadow: 0 0 60px -12px rgba(220, 38, 38, 0.45), 0 0 24px -8px rgba(220, 38, 38, 0.25);
}
@media (max-width: 639px) {
    html[data-site-brand="fourndrive"] .module-icon-glow {
        box-shadow: 0 0 40px -12px rgba(220, 38, 38, 0.35), 0 0 16px -8px rgba(220, 38, 38, 0.2);
    }
}
html[data-site-brand="fourndrive"] .benefit-card {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(220, 38, 38, 0.04) 100%);
    border: 1px solid rgba(220, 38, 38, 0.18);
}
html[data-site-brand="fourndrive"] footer#iletisim {
    background: linear-gradient(to bottom, #fdf2f2 0%, #ffffff 55%) !important;
    border-top-color: #fecaca !important;
}
