 .u-section-1 {
  min-height: 0;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 2186px;
  margin-top: 0;
  margin-bottom: 1px;
}/* Genel Arka Plan ve Koyu Tema Zorlaması */
html, body {
    background-color: #0f172a !important;
    color: #f8fafc !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Kartların Koyu Arka Planı ve Kenarlıkları */
.u-sheet, .u-layout-cell, .u-card, .feature-card, .price-card, .country-card {
    background-color: #1e293b !important;
    border-color: #334155 !important;
    color: #f8fafc !important;
}
/* Başlıklar ve Yeşil Detaylar */
h1, h2, h3, h4, .u-text-palette-1-base {
    color: #ffffff !important;
}
h1 span, h2 span, h3 span, .highlight-green {
    color: #25d366 !important;
}
/* WhatsApp Butonlarının Şık Yeşil Tasarımı */
a.cta-btn, .u-btn, a[href*="wa.me"] {
    background-color: #25d366 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-shadow: none !important;
}
a.cta-btn:hover, .u-btn:hover, a[href*="wa.me"]:hover {
    background-color: #1ebd56 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4) !important;
}
/* Alt Metinler ve Açıklamalar */
p, span, small {
    color: #cbd5e1 !important;
}
/* Mobil Görünüm İyileştirmeleri */
@media (max-width: 768px) {
    header, footer {
        padding: 0.8rem 4% !important;
    }
    
    h1 {
        font-size: 1.6rem !important;
    }
}