/* ============================================
   VDS Server Page V2 - Corporate Design
   Sanal Sunucu Sayfası
============================================ */

/* Typography - Corporate Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --vds-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --vds-primary: #1e3a5f;
    --vds-secondary: #2563eb;
    --vds-accent: #0d9488;
    --vds-dark: #0f172a;
    --vds-gray: #475569;
    --vds-light-gray: #64748b;
    --vds-border: #e2e8f0;
    --vds-bg: #f8fafc;
}

/* ============================================
   VDS Hero Color Scheme
============================================ */
.hero-vds-v2 .hosting-hero-v2 {
    background: linear-gradient(135deg, #0c4a6e 0%, #0e7490 50%, #0891b2 100%);
}

/* ============================================
   VDS PACKAGES TABLE SECTION - MODERN DESIGN
============================================ */
.vds-table-section-modern {
    padding: 80px 0 100px;
    background: #fff;
    width: 100%;
}

.vds-table-section-modern .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.vds-table-header {
    text-align: center;
    margin-bottom: 50px;
}

.vds-table-header h2 {
    font-family: var(--vds-font);
    font-size: 32px;
    font-weight: 700;
    color: var(--vds-dark);
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.vds-table-header p {
    font-family: var(--vds-font);
    font-size: 16px;
    color: var(--vds-light-gray);
    margin: 0;
}

/* Tab Navigation */
.vds-tabs-wrapper {
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e7eb;
    background: #fff;
    padding: 0;
}

.vds-tabs {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.vds-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: var(--vds-font);
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: -2px;
}

.vds-tab svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

.vds-tab:hover {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.05);
}

.vds-tab.active {
    color: #dc2626;
    border-bottom-color: #dc2626;
    background: transparent;
    font-weight: 700;
}

.vds-tab.active svg {
    color: #dc2626;
}

/* Table Wrapper */
.vds-table-wrapper-modern {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e5e7eb;
    margin-top: 20px;
}

/* VDS Packages Table - Modern */
.vds-packages-table-modern {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.vds-packages-table-modern thead {
    background: #f9fafb;
    position: sticky;
    top: 0;
    z-index: 10;
}

.vds-packages-table-modern thead th {
    font-family: var(--vds-font);
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    padding: 16px 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border-bottom: 2px solid #e5e7eb;
}

.vds-packages-table-modern thead th.col-package {
    padding-left: 24px;
}

.vds-packages-table-modern thead th.col-price {
    text-align: right;
    padding-right: 24px;
}

/* Table Body */
.vds-package-row-modern {
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
    display: table-row;
}

.vds-package-row-modern:hover {
    background: #fafbfc;
}

.vds-package-row-modern:hover td {
    background: #fafbfc;
}

.vds-package-row-modern:last-child {
    border-bottom: none;
}

.vds-package-row-modern.hidden {
    display: none;
}

.vds-packages-table-modern tbody td {
    padding: 28px 20px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
}

.vds-packages-table-modern tbody tr:last-child td {
    border-bottom: none;
}

.vds-packages-table-modern tbody tr:hover td {
    background: #fafbfc;
}

/* Package Column */
.col-package {
    text-align: left !important;
    padding-left: 24px !important;
    width: 200px;
}

.package-name-modern {
    font-family: var(--vds-font);
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

/* CPU Column */
.col-cpu {
    width: 160px;
}

.cpu-info-modern {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cpu-cores-modern {
    font-family: var(--vds-font);
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.cpu-speed-modern {
    font-family: var(--vds-font);
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* RAM Column */
.col-ram {
    width: 150px;
}

.ram-info-modern {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ram-value-modern {
    font-family: var(--vds-font);
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.ram-type-modern {
    font-family: var(--vds-font);
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* Disk Column */
.col-disk {
    width: 150px;
}

.disk-info-modern {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.disk-value-modern {
    font-family: var(--vds-font);
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.disk-type-modern {
    font-family: var(--vds-font);
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* Traffic Column */
.col-traffic {
    width: 180px;
}

.traffic-info-modern {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.traffic-value-modern {
    font-family: var(--vds-font);
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.traffic-speed-modern {
    font-family: var(--vds-font);
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* Price Column */
.col-price {
    text-align: right !important;
    padding-right: 24px !important;
    min-width: 220px;
    width: 220px;
}

.price-box-modern {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.price-wrapper-modern {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.old-price-modern {
    font-family: var(--vds-font);
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
}

.new-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 4px;
}

.new-price-modern {
    font-family: var(--vds-font);
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.price-period {
    font-family: var(--vds-font);
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.discount-badge {
    font-family: var(--vds-font);
    font-size: 11px;
    color: #dc2626;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 2px;
}

.btn-configure-modern {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    background: #f59e0b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: var(--vds-font) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 12px !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3) !important;
}

.btn-configure-modern:hover {
    background: #d97706 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4) !important;
}

.btn-configure-modern svg {
    transition: transform 0.3s ease;
}

.btn-configure-modern:hover svg {
    transform: translateX(4px);
}

/* ============================================
   VDS FEATURES SECTION
============================================ */
.vds-features-section-v2 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.section-header-v2 {
    margin-bottom: 50px;
}

.section-header-v2.center {
    text-align: center;
}

.section-badge-v2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(30, 58, 95, 0.08);
    color: var(--vds-primary);
    padding: 8px 16px;
    border-radius: 6px;
    font-family: var(--vds-font);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.section-badge-v2.cyan {
    background: rgba(30, 58, 95, 0.08);
    color: var(--vds-primary);
}

.section-badge-v2.green {
    background: rgba(13, 148, 136, 0.08);
    color: var(--vds-accent);
}

.section-badge-v2.purple {
    background: rgba(37, 99, 235, 0.08);
    color: var(--vds-secondary);
}

.section-header-v2 h2 {
    font-family: var(--vds-font);
    font-size: 32px;
    font-weight: 700;
    color: var(--vds-dark);
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.section-header-v2 p {
    font-family: var(--vds-font);
    font-size: 15px;
    color: var(--vds-light-gray);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Features Grid */
.vds-features-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vds-feature-card-v2 {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--vds-border);
    transition: all 0.2s ease;
}

.vds-feature-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.feature-icon-v2 {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon-v2.cyan {
    background: #f0f9ff;
}
.feature-icon-v2.cyan svg { color: var(--vds-primary); }

.feature-icon-v2.green {
    background: #f0fdfa;
}
.feature-icon-v2.green svg { color: var(--vds-accent); }

.feature-icon-v2.purple {
    background: #eff6ff;
}
.feature-icon-v2.purple svg { color: var(--vds-secondary); }

.feature-icon-v2.orange {
    background: #fffbeb;
}
.feature-icon-v2.orange svg { color: #d97706; }

.feature-icon-v2.pink {
    background: #fdf2f8;
}
.feature-icon-v2.pink svg { color: #be185d; }

.feature-icon-v2.blue {
    background: #eff6ff;
}
.feature-icon-v2.blue svg { color: var(--vds-secondary); }

.feature-icon-v2 svg {
    width: 26px;
    height: 26px;
}

.vds-feature-card-v2 h3 {
    font-family: var(--vds-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--vds-dark);
    margin: 0 0 10px;
}

.vds-feature-card-v2 p {
    font-family: var(--vds-font);
    font-size: 13px;
    color: var(--vds-light-gray);
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   WHY VDS SECTION
============================================ */
.why-vds-section-v2 {
    padding: 100px 0;
    background: #fff;
}

.why-vds-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-vds-image-v2 {
    position: relative;
}

.why-vds-image-v2 img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.image-badge-v2 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--vds-primary);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.3);
}

.image-badge-v2 .badge-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-badge-v2 .badge-icon svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.image-badge-v2 .badge-text {
    font-family: var(--vds-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.why-vds-content-v2 h2 {
    font-family: var(--vds-font);
    font-size: 28px;
    font-weight: 700;
    color: var(--vds-dark);
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.why-vds-content-v2 > p {
    font-family: var(--vds-font);
    font-size: 14px;
    color: var(--vds-light-gray);
    line-height: 1.6;
    margin-bottom: 28px;
}

.why-vds-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-item-v2 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    background: var(--vds-bg);
    border-radius: 10px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.why-item-v2:hover {
    background: #fff;
    border-color: var(--vds-border);
}

.why-icon-v2 {
    width: 32px;
    height: 32px;
    background: var(--vds-accent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-icon-v2 svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.why-content-v2 h4 {
    font-family: var(--vds-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--vds-dark);
    margin: 0 0 2px;
}

.why-content-v2 p {
    font-family: var(--vds-font);
    font-size: 13px;
    color: var(--vds-light-gray);
    margin: 0;
}

/* ============================================
   TRUST LOGOS SECTION
============================================ */
.trust-logos-section-v2 {
    padding: 60px 0;
    background: var(--vds-bg);
}

.trust-header-v2 {
    text-align: center;
    margin-bottom: 32px;
}

.trust-header-v2 span {
    display: block;
    font-family: var(--vds-font);
    font-size: 11px;
    font-weight: 600;
    color: var(--vds-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.trust-header-v2 h3 {
    font-family: var(--vds-font);
    font-size: 22px;
    font-weight: 600;
    color: var(--vds-dark);
    margin: 0;
}

.trust-logos-grid-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-logo-v2 {
    background: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid var(--vds-border);
    transition: all 0.2s ease;
}

.trust-logo-v2:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.trust-logo-v2 img {
    height: 32px;
    width: auto;
    filter: grayscale(40%);
    opacity: 0.7;
    transition: all 0.2s ease;
}

.trust-logo-v2:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ============================================
   FAQ SECTION
============================================ */
.vds-faq-section-v2 {
    padding: 80px 0;
    background: #fff;
}

.vds-faq-grid-v2 {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vds-faq-item-v2 {
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--vds-border);
    overflow: hidden;
    transition: all 0.2s ease;
}

.vds-faq-item-v2:hover {
    border-color: #d1d5db;
}

.vds-faq-item-v2.active {
    border-color: var(--vds-secondary);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
}

.faq-question-v2 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.faq-question-v2:hover {
    background: var(--vds-bg);
}

.faq-icon {
    width: 36px;
    height: 36px;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-icon svg {
    width: 18px;
    height: 18px;
    color: var(--vds-secondary);
}

.faq-title {
    flex: 1;
    font-family: var(--vds-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--vds-dark);
}

.faq-toggle {
    width: 28px;
    height: 28px;
    background: var(--vds-bg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.faq-toggle svg {
    width: 14px;
    height: 14px;
    color: var(--vds-light-gray);
    transition: transform 0.2s ease;
}

.vds-faq-item-v2.active .faq-toggle {
    background: var(--vds-secondary);
}

.vds-faq-item-v2.active .faq-toggle svg {
    color: #fff;
    transform: rotate(180deg);
}

.faq-answer-v2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.vds-faq-item-v2.active .faq-answer-v2 {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 20px 20px 70px;
    font-family: var(--vds-font);
    font-size: 13px;
    color: var(--vds-light-gray);
    line-height: 1.6;
}

/* ============================================
   Responsive Design
============================================ */
@media (max-width: 1200px) {
    .vds-features-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .vds-table-wrapper-modern {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
        padding: 0 20px;
    }
    
    .vds-packages-table-modern {
        min-width: 1000px;
    }
    
    .vds-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        margin: 0 -20px;
        padding: 0 20px;
    }
    
    .vds-tab {
        white-space: nowrap;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .why-vds-grid-v2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .why-vds-image-v2 {
        order: -1;
    }
    
    .image-badge-v2 {
        right: 20px;
        bottom: -20px;
    }
    
    .btn-configure-modern {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .new-price-modern {
        font-size: 20px;
    }
    
    .price-box-modern {
        min-width: 180px;
    }
}

@media (max-width: 768px) {
    .vds-table-section-modern {
        padding: 60px 0 80px;
    }
    
    .vds-table-header h2,
    .section-header-v2 h2 {
        font-size: 28px;
    }
    
    .vds-tabs-wrapper {
        margin-bottom: 20px;
    }
    
    .vds-tabs {
        gap: 0;
    }
    
    .vds-tab {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .vds-tab svg {
        width: 16px;
        height: 16px;
    }
    
    .vds-packages-table-modern thead th {
        padding: 12px 16px;
        font-size: 11px;
    }
    
    .vds-packages-table-modern tbody td {
        padding: 16px;
    }
    
    .package-name-modern {
        font-size: 14px;
    }
    
    .cpu-cores-modern,
    .ram-value-modern,
    .disk-value-modern,
    .traffic-value-modern {
        font-size: 13px;
    }
    
    .cpu-speed-modern,
    .ram-type-modern,
    .disk-type-modern,
    .traffic-speed-modern {
        font-size: 11px;
    }
    
    .new-price-modern {
        font-size: 18px;
    }
    
    .price-period {
        font-size: 12px;
    }
    
    .discount-badge {
        font-size: 10px;
    }
    
    .btn-configure-modern {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .vds-features-section-v2,
    .why-vds-section-v2,
    .vds-faq-section-v2 {
        padding: 60px 0;
    }
    
    .vds-features-grid-v2 {
        grid-template-columns: 1fr;
    }
    
    .trust-logos-grid-v2 {
        gap: 20px;
    }
    
    .trust-logo-v2 {
        padding: 15px 20px;
    }
    
    .trust-logo-v2 img {
        height: 30px;
    }
    
    .faq-answer-content {
        padding-left: 24px;
    }
}

/* ============================================
   Animations
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vds-feature-card-v2,
.vds-faq-item-v2 {
    animation: fadeInUp 0.6s ease forwards;
}

.vds-feature-card-v2:nth-child(1) { animation-delay: 0.1s; }
.vds-feature-card-v2:nth-child(2) { animation-delay: 0.15s; }
.vds-feature-card-v2:nth-child(3) { animation-delay: 0.2s; }
.vds-feature-card-v2:nth-child(4) { animation-delay: 0.25s; }
.vds-feature-card-v2:nth-child(5) { animation-delay: 0.3s; }
.vds-feature-card-v2:nth-child(6) { animation-delay: 0.35s; }

.vds-package-row {
    animation: fadeInUp 0.5s ease forwards;
}

.vds-package-row:nth-child(1) { animation-delay: 0.1s; }
.vds-package-row:nth-child(2) { animation-delay: 0.15s; }
.vds-package-row:nth-child(3) { animation-delay: 0.2s; }
.vds-package-row:nth-child(4) { animation-delay: 0.25s; }

