/* ----------------------------------------------------------- */
/* ZONE HOST - WEB HOSTING SAYFASI ÖZEL STİLLERİ (FULL FINAL)  */
/* ----------------------------------------------------------- */

/* DEĞİŞKENLER (Hizalama İçin) */
:root {
    --comp-header-height: 320px; /* Kart Başlık Yüksekliği */
    --comp-row-height: 55px;     /* Sabit Satır Yüksekliği */
}

/* --- 1. BANNER ALANI --- */
.page-header-banner {
    height: 580px;
    min-height: 540px;
    padding: 0; 
    background: linear-gradient(120deg, #ffffff 0%, #f0f7ff 100%);
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -5px;
    border-bottom: 1px solid #eef2f6; 
    overflow: hidden;
}

.page-header-banner::before { display: none; }
.banner-content { position: relative; z-index: 2; }

.banner-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #009eff; 
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f2fe; 
    padding: 8px 16px;
    border-radius: 50px;
}

.banner-title {
    font-size: 3.2rem; 
    font-weight: 800;
    line-height: 1.1;
    color: #1e293b; 
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.banner-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #64748b; 
    font-weight: 500;
    max-width: 90%;
    margin-bottom: 0;
}

.banner-image-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-top: 20px;
}

.banner-image-container::before { display: none; }

.banner-hero-img {
    max-width: 100%;
    height: auto;
    max-height: 450px; 
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

.banner-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px; 
}

.banner-feature-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px 20px; 
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01); 
}

.banner-feature-box:hover {
    border-color: #009eff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 158, 255, 0.08);
}

.banner-feature-box i {
    font-size: 1.3rem;
    color: #fff;
    background: linear-gradient(135deg, #009eff 0%, #0077ff 100%);
    width: 45px; 
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 158, 255, 0.2);
}

.banner-feature-box span {
    color: #334155;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

/* --- 2. LOKASYON & BILLING --- */
.location-bar {
    background-color: #ffffff;
    padding: 20px 0;
    width: 100%;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #f1f5f9;
}

.location-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.loc-btn {
    background: #f8fafc; 
    border: 1px solid #e2e8f0;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.loc-btn:hover { background-color: #f1f5f9; color: #334155; }

.loc-btn.active {
    background-color: #ffffff;
    color: #009eff;
    border-color: #009eff; 
    box-shadow: 0 4px 10px rgba(0, 158, 255, 0.1);
}

.loc-btn.active::after { display: none; }

.flag-img { width: 22px; height: auto; border-radius: 2px; }

.billing-cycle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.billing-toggle-group {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 5px;
    border-radius: 10px;
    display: inline-flex;
    gap: 5px;
    user-select: none;
}

.btn-billing {
    border: none;
    background: transparent;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-billing:hover { color: #333; }

.btn-billing.active {
    background-color: #ffffff;
    color: #009eff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-weight: 700;
}

/* --- 3. PAKET KARTLARI (STANDART) --- */
.card-top {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.price-value {
    display: inline-flex;
    align-items: baseline;
    font-variant-numeric: tabular-nums; 
    justify-content: center;
    min-width: 100px;
}

.old-price-text {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-cents {
    font-size: 0.55em;
    font-weight: 600;
    opacity: 0.8;
    margin-left: 2px;
    position: relative;
    top: -0.2em;
}

.card-details-link {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #009eff;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

.card-details-link:hover { color: #0077ff; text-decoration: underline; }
.card-details-link i { font-size: 12px; margin-left: 4px; }

/* --- 4. BÖLÜM STİLLERİ --- */
.features-light-section { padding: 80px 0; background-color: #ffffff; }
.features-dark-section {
    padding: 70px 0;
    background-color: #003366; 
    background-image: 
        radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
        linear-gradient(135deg, #0f4c81 0%, #062a4d 100%);
    background-size: 30px 30px, 100% 100%;
    position: relative;
    color: #ffffff;
}

.section-header-center {
    text-align: center;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-sub-title { color: #64748b; font-size: 16px; line-height: 1.6; margin-top: 10px; }
.features-dark-section .section-title { color: #ffffff !important; }
.features-dark-section .section-sub-title { color: rgba(255, 255, 255, 0.7); }

/* KARTLAR */
.feature-box-card {
    background: #ffffff;
    border: 1px solid #e2e8f0; 
    border-bottom: 3px solid #e2e8f0;
    border-radius: 16px; 
    padding: 25px 20px; 
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06); 
    position: relative;
    overflow: hidden;
    max-width: 350px; 
    margin: 0 auto; 
}

.feature-box-card:hover {
    transform: translateY(-5px);
    border-color: #009eff; 
    border-bottom-color: #009eff;
    box-shadow: 0 20px 50px rgba(0, 158, 255, 0.15);
}

.dark-section-card {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 25px 20px; 
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 350px; 
    margin: 0 auto; 
}

.dark-section-card:hover { transform: translateY(-5px); }

/* İKONLAR */
.icon-circle {
    width: 55px;
    height: 55px;
    font-size: 24px;
    margin: 0 auto 20px auto; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.feature-box-card .icon-circle { margin-bottom: 20px; } 

.icon-blue { background-color: #e0f2fe; color: #0284c7; }
.icon-orange { background-color: #ffedd5; color: #ea580c; }
.icon-green { background-color: #dcfce7; color: #16a34a; }
.icon-purple { background-color: #f3e8ff; color: #9333ea; }

.feature-card-title { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 12px; }
.feature-card-desc { color: #64748b; font-size: 14px; line-height: 1.6; margin-bottom: 0; }

/* --- 5. PAKET KARŞILAŞTIRMA TABLOSU --- */
.comparison-section {
    padding: 100px 0;
    background-color: #f8faff;
    font-family: 'Inter', sans-serif;
    scroll-margin-top: 100px;
}

/* Sol Taraf */
.feature-list-column { padding: 0; margin-top: 1px; }
.feature-list-spacer { height: var(--comp-header-height); width: 100%; display: block; }

.feature-list-row {
    height: var(--comp-row-height); 
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    padding-left: 20px;
    font-weight: 700;
    color: #4b5563;
    font-size: 14px;
    border-bottom: none; 
}

.feature-list-row i {
    color: #009eff; 
    margin-right: 15px;
    font-size: 18px;
    width: 24px;
    text-align: center;
    display: inline-block;
}

/* Sağ Taraf */
.comp-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    padding: 0 0 25px 0;
    border: 1px solid #eff2f7;
    position: relative;
    overflow: hidden;
}

.comp-card:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    border-color: #b3e0ff;
    z-index: 2; 
}

.comp-header-wrapper {
    height: var(--comp-header-height); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    border-bottom: 1px solid #f1f5f9;
    box-sizing: border-box;
}

.comp-header-badge {
    background-color: #1e293b; 
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    align-self: center;
}

.comp-card-icon { font-size: 32px; color: #1e293b; margin-bottom: 10px; }
.comp-pkg-name { font-size: 17px; font-weight: 700; color: #1e293b; margin-bottom: 5px; }
.comp-price-area { background: #f8fafc; padding: 10px 0; border-radius: 8px; margin-top: 10px; }
.comp-price { font-size: 28px; font-weight: 800; color: #1e293b; letter-spacing: -1px; }
.comp-period { font-size: 14px; color: #64748b; font-weight: 500; }
.comp-renewal { font-size: 11px; color: #94a3b8; display: block; margin-top: 5px; }

.comp-row {
    height: var(--comp-row-height); 
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 600; color: #334155;
    border-bottom: 1px solid #f1f5f9; background-color: #fff;
    box-sizing: border-box;
}

.comp-row:nth-child(even) { background-color: #fcfcfc; }
.comp-row:last-of-type { border-bottom: none; }
.comp-row i.fa-check { color: #10b981; font-size: 18px; }

.btn-comp-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff; border: none; padding: 14px 20px; width: 85%;
    border-radius: 10px; font-weight: 700; font-size: 14px; margin-top: 25px;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    text-decoration: none; box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
    transition: all 0.3s ease;
}
.btn-comp-green:hover { background-color: #27ae60; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35); }

/* --- 8. FAQ --- */
.faq-section { padding: 100px 0; background-color: #f8faff; }
.faq-title { font-size: 2.5rem; font-weight: 800; color: #1e293b; margin-bottom: 15px; text-align: center; }
.faq-desc { color: #64748b; text-align: center; margin-bottom: 60px; font-size: 18px; max-width: 700px; margin-left: auto; margin-right: auto; }

.accordion-item {
    border: 1px solid #e2e8f0 !important;
    margin-bottom: 20px;
    border-radius: 16px !important;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.accordion-button {
    font-weight: 700; color: #334155; background-color: #ffffff; padding: 25px 30px; font-size: 16px; border-radius: 16px !important; transition: all 0.3s ease; box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #009eff; background-color: #f0f9ff; border-bottom: 1px solid #e0f2fe; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important;
}

.accordion-button:focus { border-color: rgba(0,0,0,0.125); box-shadow: none; }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394a3b8'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
    background-size: 1.2rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009eff'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-body { padding: 25px 30px; color: #64748b; line-height: 1.7; background-color: #fff; font-size: 15px; }

/* ----------------------------------------------------------- */
/* RESELLER HOSTING - ÖZEL YATAY KART TASARIMI                 */
/* ----------------------------------------------------------- */
.reseller-pkg-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reseller-horizontal-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}
.reseller-horizontal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 158, 255, 0.1);
    border-color: #009eff;
}
.reseller-horizontal-card.popular {
    border: 2px solid #009eff;
}
.reseller-horizontal-card.popular::before {
    content: 'ÇOK SATAN';
    position: absolute;
    top: 15px;
    left: -30px;
    background: #009eff;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 30px;
    transform: rotate(-45deg);
    z-index: 2;
}
/* Sol: İsim ve Fiyat */
.rh-header {
    padding: 30px;
    width: 25%;
    border-right: 1px dashed #eef2f6;
    text-align: center;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 160px;
}
.rh-title { font-size: 1.4rem; font-weight: 800; color: #1e293b; margin-bottom: 5px; }
.rh-subtitle { font-size: 0.85rem; color: #64748b; margin-bottom: 15px; }
.rh-price { font-size: 2rem; font-weight: 800; color: #009eff; line-height: 1; }
.rh-price span { font-size: 0.9rem; font-weight: 500; color: #94a3b8; }

/* Orta: Özellikler (Grid) */
.rh-specs {
    width: 55%;
    padding: 20px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.spec-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.spec-label { font-size: 0.75rem; text-transform: uppercase; color: #94a3b8; font-weight: 700; margin-bottom: 5px; }
.spec-value { font-size: 1.1rem; font-weight: 700; color: #334155; display: flex; align-items: center; gap: 8px; }
.spec-value i { color: #009eff; font-size: 1rem; }

/* Sağ: Buton */
.rh-action {
    width: 20%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #eef2f6;
}
.btn-reseller {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border: 2px solid #e2e8f0;
    color: #475569;
    transition: 0.3s;
    text-decoration: none;
    display: block;
}
.reseller-horizontal-card:hover .btn-reseller {
    background: #009eff;
    color: #fff;
    border-color: #009eff;
}

/* ----------------------------------------------------------- */
/* MOBİL UYUMLULUK (FULL)                                      */
/* ----------------------------------------------------------- */
@media (max-width: 991px) {
    .page-header-banner { height: auto; min-height: auto; padding: 80px 20px; text-align: center; }
    .banner-content { text-align: center !important; }
    .banner-image-container { display: none !important; }
    .banner-title { font-size: 2rem; line-height: 1.2; }
    .banner-feature-grid { grid-template-columns: 1fr; gap: 15px; max-width: 100%; }
    .banner-feature-box { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; text-align: left; padding: 15px 25px; }
    .banner-feature-box i { margin-right: 15px; }
    .banner-feature-box span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    
    .features-light-section, .features-dark-section, .comparison-section, .faq-section { padding: 50px 0; }
    .location-container { gap: 10px; }
    .loc-btn { font-size: 13px; padding: 8px 12px; }
    
    .feature-list-column { display: none; }
    .comp-header-wrapper { height: auto; padding: 20px 10px; }
    .comp-row { justify-content: space-between; padding: 0 20px; white-space: nowrap; }
    .comp-row::before { content: attr(data-label); font-weight: 600; color: #94a3b8; font-size: 13px; text-align: left; margin-right: 10px; }
    .comp-card { margin-bottom: 30px; }
    
    .faq-title { font-size: 2rem; }
    .accordion-button { padding: 20px; font-size: 15px; }

    /* Reseller Responsive */
    .reseller-horizontal-card { flex-direction: column; }
    .rh-header, .rh-specs, .rh-action { width: 100%; border: none; border-bottom: 1px solid #f1f5f9; }
    .rh-header { padding: 20px; background: #fff; min-height: auto; }
    .rh-specs { grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 20px; }
    .rh-action { padding: 20px; border: none; }
    .reseller-horizontal-card.popular::before { display: none; } 
}

@media (max-width: 576px) {
    .billing-toggle-group { width: 100%; justify-content: space-between; padding: 4px; }
    .btn-billing { padding: 10px 0; flex: 1; text-align: center; font-size: 12px; }
    .card-top { min-height: auto; padding-bottom: 20px; }
    .banner-title { font-size: 1.8rem; }
    .comp-price { font-size: 24px; }
    .faq-title { font-size: 1.8rem; }
}