/*
 * BİZCEHOST TEMA v3.1 (Tam İskelet Değişikliği)
 * Bu CSS, header.tpl, footer.tpl ve homepage.tpl dosyalarındaki
 * köklü HTML değişikliklerini desteklemek için yazılmıştır.
 */

/* 1. ADIM: PROFESYONEL FONT VE RENKLER */
:root {
    --primary-color: #0052ff;
    --primary-color-rgb: 0, 82, 255;
    --bs-primary: #0052ff;
    --bs-primary-rgb: 0, 82, 255;
    --bs-primary-subtle: #e6efff;
    --bs-primary-emphasis: #0042cc;
    --bs-body-font-family: 'Inter', sans-serif;
    --bs-body-bg: #f9fafb;
    --bs-modern-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --bs-modern-radius: 12px;
}

body {
    font-family: var(--bs-body-font-family) !important;
    background-color: var(--bs-body-bg) !important;
}

/* 2. ADIM: HEADER STİLLERİ */
#bizce-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#bizce-header .navbar-brand strong {
    color: var(--bs-primary);
    font-size: 1.5rem;
    font-weight: 700;
}
#bizce-header .navbar-nav .nav-link {
    font-weight: 500;
    color: #374151;
}
#bizce-header .navbar-nav .nav-link.active,
#bizce-header .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}
#bizce-header .nav-link-icon {
    font-size: 1.2rem;
    position: relative;
    color: #6b7280;
}
#bizce-header .nav-link-icon:hover { color: #111827; }
#bizce-header #cartItemCount {
    position: absolute;
    top: -5px; right: -10px;
    font-size: 0.6rem;
    padding: 3px 6px;
    border-radius: 50px;
}
#bizce-header .navbar-nav .dropdown-menu {
    border-radius: var(--bs-modern-radius);
    box-shadow: var(--bs-modern-shadow);
    border: none;
}
#bizce-header .btn-sm {
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

/* 3. ADIM: YENİ ANASAYFA "HERO" BÖLÜMÜ */
.hero-section {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    padding: 4rem 0;
}
.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}
.hero-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 2.5rem;
}
.domain-search-container-hero { max-width: 700px; margin: 0 auto; }
/* WHMCS'nin domain arama kutusunu ezelim */
.domain-search-container-hero .domain-search-container {
    background-color: #ffffff;
    border-radius: var(--bs-modern-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    border: none;
}
.domain-search-container-hero .form-control {
    border-radius: 8px !important;
    padding: 1.1rem 1.25rem !important;
    height: auto !important;
}

/* 4. ADIM: YENİ "GÜVEN ROZETLERİ" BÖLÜMÜ */
.trust-section {
    background-color: var(--bs-body-bg);
    padding: 3rem 0;
    border-top: 1px solid #e5e7eb;
}
.trust-item { text-align: center; }
.trust-item i {
    font-size: 2.5rem;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}
.trust-item h5 { font-weight: 600; color: #111827; }
.trust-item p { color: #6b7280; }

/* 5. ADIM: YENİ "FEATURE COMBO" BÖLÜMÜ */
.feature-section-combo { padding: 4rem 0; }
.section-title { font-weight: 700; color: #111827; }
.section-subtitle { font-size: 1.1rem; color: #6b7280; }
.feature-image-placeholder {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--bs-modern-radius);
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-list li {
    font-size: 1.1rem;
    color: #374151;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.feature-list li i { font-size: 1.4rem; }

/* 6. ADIM: YENİ "HELP SECTION" BÖLÜMÜ */
.help-section {
    background-color: #ffffff;
    padding: 4rem 0;
    border-top: 1px solid #e5e7eb;
}
.help-card {
    display: block;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--bs-modern-radius);
    padding: 1.5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s ease;
}
.help-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bs-modern-shadow);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}
.help-card i {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    color: var(--bs-primary);
}

/* 7. ADIM: ESKİ ANASAYFA ALANLARINI GİZLEME */
.body-homepage h2.font-weight-bold.text-center.mb-4 {
    display: none;
}

/* 8. ADIM: PRE-FOOTER VE FOOTER */
.pre-footer-cta {
    background: linear-gradient(90deg, #0052ff, #003bff);
    padding: 4rem 0;
}
.pre-footer-cta .btn-light {
    color: var(--bs-primary);
    font-weight: 600;
    border-radius: 8px;
}
#bizce-footer .footer-title {
    color: #9ca3af;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#bizce-footer .footer-links li { margin-bottom: 0.75rem; }
#bizce-footer .footer-links li a {
    color: #e5e7eb;
    text-decoration: none;
    transition: all 0.2s;
}
#bizce-footer .footer-links li a:hover {
    color: #ffffff;
    padding-left: 5px;
}
#bizce-footer .social-icons a {
    color: #9ca3af;
    font-size: 1.3rem;
    margin-right: 1rem;
    transition: color 0.2s;
}
#bizce-footer .social-icons a:hover { color: #ffffff; }
#bizce-footer .whmcs-power { opacity: 0.5; margin-top: 1rem; }

/* 9. ADIM: GENEL KART/PANEL MODERNLEŞTİRMESİ */
.card, .panel {
    border: none !important;
    border-radius: var(--bs-modern-radius) !important;
    box-shadow: var(--bs-modern-shadow) !timportant;
}
.card-header, .panel-heading {
    border-bottom: 1px solid #f0f0f0 !important;
    background-color: #ffffff !important;
    border-top-left-radius: var(--bs-modern-radius) !important;
    border-top-right-radius: var(--bs-modern-radius) !important;
}
.sidebar .card { background-color: #ffffff; }