/* Dedicated / VDS server pricing table — CMS integrated */
.site-section.server-pricing-section .section-content-packages {
    margin-top: 8px;
}

.site-section.server-pricing-section .tabs-multiple-container,
.site-section.server-pricing-section .product-billing-switcher {
    display: none !important;
}

.cms-server-pricing {
    width: 100%;
}

.server-pricing-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

/* Shared column grid — header & rows use identical tracks */
.server-pricing-table.layout-dedicated {
    --sp-cols: 168px 148px 88px 88px 80px 76px 100px 120px;
}

.server-pricing-table.layout-vds {
    --sp-cols: 160px 120px 88px 88px 80px 76px 100px 120px;
}

.server-pricing-header,
.server-pricing-row {
    display: grid;
    grid-template-columns: var(--sp-cols);
    column-gap: 16px;
    align-items: center;
    min-width: 960px;
}

.server-pricing-header {
    padding: 12px 20px;
    margin-bottom: 8px;
    background: #f3f5f8;
    border-radius: 10px;
    border: 1px solid #e8eaed;
}

.server-pricing-header .sp-col {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6d7482;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.2;
}

.server-pricing-header .sp-col-name {
    text-align: left;
}

.server-pricing-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.server-pricing-row {
    background: #fff;
    border: 1px solid #e2e6eb;
    border-radius: 12px;
    padding: 18px 20px;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.server-pricing-row.is-featured {
    border: 2px solid #065cfe;
    box-shadow: 0 6px 24px rgba(6, 92, 254, 0.1);
    padding-top: 26px;
}

.server-pricing-row:hover {
    border-color: #b8ccf5;
    box-shadow: 0 4px 18px rgba(6, 92, 254, 0.07);
}

.server-pricing-badge {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 5px 14px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0 0 8px 8px;
    color: #fff;
    line-height: 1;
    z-index: 2;
}

.server-pricing-badge.badge-en-populer {
    background: #065cfe;
}

.server-pricing-badge.badge-yeni-urun {
    background: #10b981;
}

/* Column cells */
.server-pricing-row .sp-col {
    text-align: center;
    min-width: 0;
}

.server-pricing-row .sp-col-name {
    text-align: left;
}

.server-pricing-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.server-pricing-name .server-icon {
    width: 38px;
    height: 38px;
    background: #eef2ff;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.server-pricing-name .server-icon span {
    display: grid;
    grid-template-columns: repeat(2, 5px);
    gap: 3px;
}

.server-pricing-name .server-icon i {
    width: 5px;
    height: 5px;
    background: #9ca3af;
    border-radius: 50%;
    display: block;
}

.server-name-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #17191c;
    line-height: 1.25;
}

.server-name-text small {
    display: block;
    font-size: 0.72rem;
    color: #6d7482;
    margin-top: 2px;
    font-weight: 500;
}

.spec-value {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    color: #17191c;
    line-height: 1.25;
    white-space: nowrap;
}

.spec-sub {
    display: block;
    font-size: 0.72rem;
    color: #6d7482;
    margin-top: 3px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server-pricing-flags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.server-pricing-flags img {
    width: 24px;
    height: 17px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.server-pricing-price .price-value {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: #17191c;
    line-height: 1.2;
    white-space: nowrap;
}

.server-pricing-price .price-period {
    display: block;
    font-size: 0.72rem;
    color: #6d7482;
    margin-top: 2px;
}

.server-pricing-price .price-unavailable {
    color: #9ca3af;
    font-size: 0.85rem;
}

.server-pricing-action .btn-configure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    background: #0a2463;
    color: #fff !important;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.server-pricing-action .btn-configure:hover {
    background: #065cfe;
    color: #fff !important;
}

/* Standalone pages (/sunucu/) */
.server-packages-page {
    background: var(--gray-faded, #f7f7f8);
}

.server-packages-hero {
    background: linear-gradient(135deg, #0a2463 0%, #065cfe 100%);
    color: #fff;
    padding: 60px 0 50px;
    text-align: center;
}

.server-packages-hero h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.server-packages-hero p {
    font-size: 1.05rem;
    opacity: 0.9;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.server-packages-section {
    padding: 40px 0 80px;
}

.server-features-section {
    padding: 60px 0;
    background: #fff;
}

.server-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.server-feature-card {
    text-align: center;
    padding: 24px;
}

.server-feature-card .feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: #ecfdf5;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #10b981;
    font-size: 1.5rem;
}

.server-feature-card h4 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #17191c;
}

.server-feature-card p {
    font-size: 0.9rem;
    color: #6d7482;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .server-pricing-header {
        display: none;
    }

    .server-pricing-header,
    .server-pricing-row {
        min-width: 0;
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .server-pricing-row {
        padding: 20px 16px 16px;
        gap: 0;
    }

    .server-pricing-row .sp-col {
        display: grid;
        grid-template-columns: 110px 1fr;
        align-items: center;
        text-align: right !important;
        padding: 10px 0;
        border-bottom: 1px solid #f0f2f5;
        gap: 12px;
    }

    .server-pricing-row .sp-col::before {
        content: attr(data-label);
        font-size: 0.7rem;
        font-weight: 700;
        color: #6d7482;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 0.04em;
    }

    .server-pricing-row .sp-col-name {
        grid-template-columns: 1fr;
        border-bottom: 1px solid #e8eaed;
        padding-bottom: 14px;
        margin-bottom: 4px;
    }

    .server-pricing-row .sp-col-name::before {
        display: none;
    }

    .server-pricing-row .sp-col-action {
        border-bottom: none;
        padding-top: 14px;
        display: block;
        text-align: center !important;
    }

    .server-pricing-row .sp-col-action::before {
        display: none;
    }

    .spec-value,
    .spec-sub {
        white-space: normal;
    }

    .server-features-grid {
        grid-template-columns: 1fr;
    }
}
