/* ----------------------------------------------------------- */
/* ZONE HOST - SERVER STYLES (FINAL v15 - FAQ ADDED)           */
/* Dosya Yolu: css/server.css                                  */
/* ----------------------------------------------------------- */

/* =========================================================== */
/* 1. DARK HERO SECTION                                        */
/* =========================================================== */
.vds-dark-hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid #1e293b;
}

.vds-dark-hero-section::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0, 158, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.vds-dark-hero-section::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.vds-hero-content { position: relative; z-index: 2; padding-right: 30px; }

.hero-badge {
    background: rgba(0, 158, 255, 0.1);
    border: 1px solid rgba(0, 158, 255, 0.3);
    color: #38bdf8;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(0, 158, 255, 0.1);
}

.vds-hero-title { font-size: 3.2rem; font-weight: 800; margin-bottom: 20px; line-height: 1.1; letter-spacing: -1px; color: #ffffff; }
.text-glow { color: #38bdf8; text-shadow: 0 0 20px rgba(56, 189, 248, 0.4); }
.vds-hero-desc { font-size: 1.1rem; color: #94a3b8; line-height: 1.7; margin-bottom: 35px; max-width: 550px; }

.hero-stats-row { display: flex; gap: 30px; margin-top: 10px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.h-stat-item { display: flex; align-items: center; gap: 12px; }
.h-stat-icon { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; }
.h-stat-text span { display: block; font-size: 0.75rem; color: #64748b; font-weight: 600; text-transform: uppercase; }
.h-stat-text strong { font-size: 1rem; color: #fff; }

.vds-hero-img-wrapper { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }
.vds-hero-img { max-width: 100%; height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4)); animation: floatAnim 6s ease-in-out infinite; }

@keyframes floatAnim {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* --- KART & BUTON STİLLERİ --- */
.location-bar, .billing-cycle-container { background: transparent; padding: 15px 0; text-align: center; }
.location-container, .billing-toggle-group { display: inline-flex; background: #ffffff; padding: 5px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.03); gap: 5px; }
.loc-btn { background: transparent !important; border: 1px solid transparent !important; border-radius: 8px !important; padding: 10px 20px !important; font-size: 14px !important; font-weight: 600 !important; color: #64748b !important; cursor: pointer !important; display: flex !important; align-items: center !important; gap: 8px !important; transition: all 0.2s ease !important; }
.loc-btn:hover { background-color: #f1f5f9 !important; color: #334155 !important; }
.loc-btn.active { background-color: #0f172a !important; color: #ffffff !important; box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important; }
.btn-billing { background: transparent !important; border: 1px solid transparent !important; border-radius: 8px !important; padding: 10px 25px !important; font-size: 14px !important; font-weight: 600 !important; color: #64748b !important; cursor: pointer !important; transition: all 0.2s ease !important; }
.btn-billing:hover { background-color: #f1f5f9 !important; color: #334155 !important; }
.btn-billing.active { background-color: #009eff !important; color: #ffffff !important; box-shadow: 0 2px 5px rgba(0, 158, 255, 0.3) !important; }
.flag-img { width: 22px; height: auto; border-radius: 2px; }

.vds-grid-section { background-color: #f8fafc; padding: 40px 0; }

.vds-modern-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px 20px; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; position: relative; }
.vds-modern-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.06); border-color: #bfdbfe; }
.vds-header { margin-bottom: 15px; border-bottom: 1px dashed #e2e8f0; padding-bottom: 15px; }
.vds-price-box { display: flex; align-items: baseline; color: #0f172a; margin-bottom: 2px; }
.vds-currency { font-size: 1rem; font-weight: 700; margin-right: 2px; }
.vds-amount { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.5px; }
.vds-period { font-size: 0.8rem; color: #64748b; font-weight: 500; margin-left: 4px; }
.vds-pkg-name { font-size: 0.8rem; font-weight: 700; color: #009eff; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; display: block; }
.vds-features-list { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.vds-features-list li { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: #334155; margin-bottom: 8px; font-weight: 500; }
.vds-features-list li i { color: #009eff; font-size: 1rem; flex-shrink: 0; }
.vds-features-list li span { color: #64748b; }
.vds-features-list li strong { color: #0f172a; }
.vds-footer { margin-top: 15px; }
.btn-vds-modern { display: block; width: 100%; padding: 10px; border-radius: 6px; font-weight: 700; text-align: center; text-decoration: none; transition: 0.3s; background: #fff; border: 2px solid #e2e8f0; color: #475569; font-size: 0.9rem; }
.vds-modern-card:hover .btn-vds-modern { background: #009eff; border-color: #009eff; color: #ffffff; box-shadow: 0 4px 10px rgba(0, 158, 255, 0.3); }
.vds-modern-card.featured { border: 2px solid #009eff; position: relative; }
.vds-modern-card.featured::before { content: 'ÇOK SATAN'; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #009eff; color: #fff; font-size: 9px; font-weight: 800; padding: 3px 10px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }

.vds-horizontal-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; margin-bottom: 12px; position: relative; overflow: hidden; }
.vds-horizontal-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.06); border-color: #009eff; }
.vds-horizontal-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #e2e8f0; transition: 0.3s; }
.vds-horizontal-card:hover::before { background: #009eff; }
.vh-info { width: 18%; }
.vh-title { font-size: 1.1rem; font-weight: 800; color: #1e293b; margin: 0; }
.vh-badge { font-size: 0.65rem; background: #f1f5f9; color: #64748b; padding: 2px 6px; border-radius: 4px; font-weight: 700; text-transform: uppercase; margin-top: 3px; display: inline-block; }
.vh-specs { width: 60%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-left: 1px solid #f1f5f9; border-right: 1px solid #f1f5f9; }
.vh-spec-item { display: flex; flex-direction: column; text-align: left; }
.vh-label { font-size: 0.6rem; color: #94a3b8; font-weight: 700; text-transform: uppercase; margin-bottom: 1px; }
.vh-val { font-size: 0.9rem; font-weight: 700; color: #334155; display: flex; align-items: center; gap: 5px; }
.vh-val i { color: #009eff; font-size: 0.85rem; }
.vh-action { width: 22%; display: flex; align-items: center; justify-content: flex-end; gap: 15px; padding-left: 15px; }
.vh-price-box { text-align: right; }
.vh-amount { font-size: 1.4rem; font-weight: 800; color: #0f172a; line-height: 1; }
.vh-period { font-size: 0.75rem; color: #64748b; display: block; }
.btn-vh-buy { background: #fff; border: 2px solid #e2e8f0; color: #475569; font-weight: 700; padding: 8px 18px; border-radius: 50px; text-decoration: none; transition: 0.3s; font-size: 0.8rem; white-space: nowrap; }
.vds-horizontal-card:hover .btn-vh-buy { background: #0f172a; color: #fff; border-color: #0f172a; }

.section-separator { display: flex; align-items: center; justify-content: center; margin: 80px 0 40px 0; gap: 15px; }
.sep-line { height: 1px; background: #e2e8f0; flex-grow: 1; }
.sep-text { font-size: 0.85rem; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; background: #f8fafc; padding: 0 10px; }

.vds-features-dark-section { background-color: #0f172a; padding: 60px 0; margin-top: 50px; position: relative; overflow: hidden; background-image: radial-gradient(#1e293b 1px, transparent 1px); background-size: 30px 30px; }
.dark-feature-card { background: #1e293b; border: 1px solid #334155; border-radius: 12px; padding: 25px 20px; height: 100%; transition: all 0.3s ease; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.dark-feature-card:hover { transform: translateY(-3px); border-color: #009eff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); background: #232d42; }
.df-icon { width: 50px; height: 50px; background: rgba(0, 158, 255, 0.1); color: #009eff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 20px; transition: 0.3s; }
.dark-feature-card:hover .df-icon { background: #009eff; color: #ffffff; transform: rotate(-5deg); }
.df-icon.bg-warning { background-color: #0d6efd !important; color: #fff !important; }
.df-title { font-size: 1.1rem; font-weight: 700; color: #ffffff; margin-bottom: 10px; }
.df-desc { font-size: 0.9rem; color: #94a3b8; line-height: 1.6; margin-bottom: 0; }
.dark-section-header { text-align: center; margin-bottom: 40px; }
.dark-section-header h2 { font-size: 2.2rem; font-weight: 800; color: #ffffff; margin-bottom: 10px; }
.dark-section-header p { color: #94a3b8; font-size: 1rem; max-width: 600px; margin: 0 auto; }

/* --- VDS INFO SECTION (BEYAZ, SADE) --- */
.vds-info-white-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    border-top: 1px solid #e2e8f0;
}

.vds-info-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.vds-info-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

.vds-info-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
    transition: transform 0.3s ease;
}

.vds-info-img:hover {
    transform: translateY(-5px);
}

/* --- FAQ SECTION STYLES (YENİ EKLENDİ) --- */
.faq-section { padding: 100px 0; background-color: #f8fafc; border-top: 1px solid #e2e8f0; }
.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: 12px !important;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #e0f2fe;
}

.accordion-button {
    font-weight: 700;
    color: #1e293b;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: none !important;
    font-size: 1rem;
    border-radius: 12px !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 İkonu (Artı +) */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
    background-size: 1.25rem;
}

/* Accordion İkonu (Eksi -) */
.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 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(0deg); /* Dönen animasyon istenirse 180deg */
}

.accordion-body {
    padding: 20px 25px;
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
    background-color: #fff;
}

@media (max-width: 991px) {
    .vds-dark-hero-section { text-align: center; }
    .vds-hero-content { padding-right: 17px; padding-top: 20px; padding-bottom: 20px;}
    .hero-stats-row { justify-content: center; flex-wrap: wrap; }
    
    .vds-horizontal-card { flex-direction: column; text-align: center; gap: 15px; padding: 25px 20px; }
    .vh-info, .vh-specs, .vh-action { width: 100%; border: none; padding: 0; justify-content: center; }
    .vh-specs { flex-direction: row; flex-wrap: wrap; gap: 15px; background: #f8fafc; padding: 10px; border-radius: 10px; }
    .vh-spec-item { align-items: center; width: 40%; }
    .vh-action { flex-direction: column; gap: 10px; }
    .vh-price-box { text-align: center; }
    .btn-vh-buy { width: 100%; }

    /* Info Section Mobil */
    .vds-info-white-section { padding: 60px 0; text-align: center; }
    .vds-info-title { font-size: 1.8rem; }
    .vds-info-img { margin-top: 30px; margin-bottom: 30px; max-height: 300px; }
}