/* Cloud Server / VDS — section styles */
.hosting-page--cloud .title-wrapper {
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

.hosting-page--cloud .title-wrapper h2 {
    margin-bottom: 5px;
}

.hosting-page--cloud .title-wrapper .title-bt-dynamic {
    display: block;
    width: 100%;
    height: 4px;
    background: #4db6ac;
    border-radius: 2px;
}

.hosting-page--cloud .cs-accent-link {
    color: #4db6ac;
    font-weight: 700;
}

/* Paketler — kurumsal vds-card tasarımı, cloud tier renkleri */
.cloud-packages .kp-header h2 span {
    color: #4db6ac;
}

.cloud-packages .text-ent {
    color: #34495e;
}

/* IPv4 + IPv6 satırı — koyu kart üzerinde yeşil vurgu */
.cloud-packages .pkg-features-list li.pkg-ipv6-line {
    color: #86efac;
    font-weight: 600;
}

.cloud-packages .pkg-features-list li.pkg-ipv6-line .fa {
    color: #4ade80;
}

.hosting-page--cloud .cloud-packages .server-ipv6-note {
    background: rgba(34, 197, 94, 0.14);
    border-color: rgba(74, 222, 128, 0.45);
    color: #bbf7d0;
}

.hosting-page--cloud .cloud-packages .server-ipv6-note .fa {
    color: #4ade80;
}

/* Satın Al — belirgin CTA butonları */
.cloud-packages .btn-config {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
}

.cloud-packages .btn-config i {
    margin-left: 8px;
    font-size: 15px;
    vertical-align: middle;
    color: #fff !important;
}

.cloud-packages .btn-config.text-std {
    background: #3498db;
    box-shadow: 0 4px 14px rgba(52, 152, 219, 0.35);
}

.cloud-packages .btn-config.text-std:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.45);
}

.cloud-packages .btn-config.text-mini {
    background: #f39c12;
    box-shadow: 0 4px 14px rgba(243, 156, 18, 0.35);
}

.cloud-packages .btn-config.text-mini:hover {
    background: #d68910;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.45);
}

.cloud-packages .btn-config.text-pro {
    background: #27ae60;
    box-shadow: 0 4px 14px rgba(39, 174, 96, 0.35);
}

.cloud-packages .btn-config.text-pro:hover {
    background: #219150;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.45);
}

.cloud-packages .btn-config.text-ent {
    background: #34495e;
    box-shadow: 0 4px 14px rgba(52, 73, 94, 0.35);
}

.cloud-packages .btn-config.text-ent:hover {
    background: #2c3e50;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 73, 94, 0.45);
}

/* About */
.hosting-page--cloud .cs-about {
    background: #1C1C1E;
    padding: 70px 20px;
}

.hosting-page--cloud .cs-about-inner {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.hosting-page--cloud .cs-about h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

.hosting-page--cloud .cs-about p {
    color: #b0bec5;
    line-height: 1.7;
    margin: 0 0 14px;
    font-size: 15px;
}

.hosting-page--cloud .cs-about-checks {
    margin-top: 20px;
}

.hosting-page--cloud .cs-about-checks p {
    color: #eceff1;
    margin-bottom: 8px;
    font-size: 14px;
}

.hosting-page--cloud .cs-about-media {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 280px;
    background: #282B2D;
}

.hosting-page--cloud .cs-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    display: block;
}

/* Features */
.hosting-page--cloud .cs-features {
    background: #282B2D;
    padding: 70px 20px;
}

.hosting-page--cloud .cs-features-inner {
    max-width: 1220px;
    margin: 0 auto;
}

.hosting-page--cloud .cs-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hosting-page--cloud .cs-feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(77, 182, 172, 0.15);
    border-radius: 12px;
    padding: 24px 20px;
    transition: border-color 0.2s, transform 0.2s;
}

.hosting-page--cloud .cs-feature-card:hover {
    border-color: rgba(77, 182, 172, 0.35);
    transform: translateY(-2px);
}

.hosting-page--cloud .cs-feature-card h4 {
    color: #4db6ac;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.hosting-page--cloud .cs-feature-card h4 i {
    margin-right: 8px;
}

.hosting-page--cloud .cs-feature-card p {
    color: #b0bec5;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Use cases */
.hosting-page--cloud .cs-usecases {
    background: #f9f9f9;
    padding: 70px 20px;
}

.hosting-page--cloud .cs-usecases-inner {
    max-width: 1220px;
    margin: 0 auto;
}

.hosting-page--cloud .cs-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hosting-page--cloud .cs-usecase-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 24px 20px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.hosting-page--cloud .cs-usecase-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.hosting-page--cloud .cs-usecase-card h4 {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.hosting-page--cloud .cs-usecase-card h4 i {
    color: #4db6ac;
    margin-right: 8px;
}

.hosting-page--cloud .cs-usecase-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* FAQ */
.hosting-page--cloud .cs-faq {
    background: #2c3e50;
    padding: 64px 0 56px;
}

.hosting-page--cloud .cs-faq-header {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px 32px;
}

.hosting-page--cloud .cs-faq-heading {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px;
}

.hosting-page--cloud .cs-faq-heading strong {
    font-weight: 700;
    color: #fff;
}

.hosting-page--cloud .cs-faq-divider {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #23d28d;
    border-radius: 0;
}

.hosting-page--cloud .cs-faq-title-wrap {
    display: inline-block;
}

.hosting-page--cloud .cs-faq .sss-container {
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hosting-page--cloud .cs-faq .sss-accordion {
    background-color: #fff;
    color: #333;
}

.hosting-page--cloud .cs-faq .sss-accordion:hover,
.hosting-page--cloud .cs-faq .sss-accordion.active {
    background-color: #f0fdf8;
    color: #1a9a66;
    border-left-color: #23d28d;
}

.hosting-page--cloud .cs-faq .sss-accordion.active::after {
    color: #23d28d;
}

.hosting-page--cloud .cs-faq .sss-panel {
    background-color: #fff;
    border-left-color: #23d28d;
}

/* Terms */
.hosting-page--cloud .cs-terms {
    background: #f6f6f6;
    padding: 50px 20px;
}

.hosting-page--cloud .cs-terms-inner {
    max-width: 1220px;
    margin: 0 auto;
}

.hosting-page--cloud .cs-terms h2 {
    font-size: 22px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 12px;
}

.hosting-page--cloud .cs-terms p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.hosting-page--cloud .cs-terms a {
    color: #20bc7e;
    font-weight: 700;
}

/* Backup policy teaser */
.hosting-page--cloud .cs-backup-teaser {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 56px 20px;
}

.hosting-page--cloud .cs-backup-teaser-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.hosting-page--cloud .cs-backup-teaser-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.15);
    color: #86efac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.hosting-page--cloud .cs-backup-teaser-content h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 14px;
}

.hosting-page--cloud .cs-backup-teaser-content p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.hosting-page--cloud .cs-backup-teaser-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.hosting-page--cloud .cs-backup-teaser-points li {
    color: #e2e8f0;
    font-size: 14px;
    margin-bottom: 8px;
}

.hosting-page--cloud .cs-backup-teaser-points .fa {
    color: #4ade80;
    margin-right: 8px;
}

.hosting-page--cloud .cs-backup-teaser-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #1a7a42;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.hosting-page--cloud .cs-backup-teaser-link:hover {
    background: #15803d;
    color: #fff;
}

.hosting-page--cloud .cs-backup-teaser-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.hosting-page--cloud .cs-backup-teaser-flow span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(26, 122, 66, 0.2);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.hosting-page--cloud .cs-backup-teaser-flow .fa {
    color: #4ade80;
    font-size: 16px;
}

/* SLA teaser */
.hosting-page--cloud .cs-sla-teaser {
    background: #fff;
    padding: 56px 20px;
    border-top: 1px solid #e2e8f0;
}

.hosting-page--cloud .cs-sla-teaser-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.hosting-page--cloud .cs-sla-teaser-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fef3c7;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.hosting-page--cloud .cs-sla-teaser-content h2 {
    color: #1e293b;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 14px;
}

.hosting-page--cloud .cs-sla-teaser-content p {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.hosting-page--cloud .cs-sla-teaser-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.hosting-page--cloud .cs-sla-teaser-points li {
    color: #334155;
    font-size: 14px;
    margin-bottom: 8px;
}

.hosting-page--cloud .cs-sla-teaser-points .fa {
    color: #1a7a42;
    margin-right: 8px;
}

.hosting-page--cloud .cs-sla-teaser-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #1a7a42;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.hosting-page--cloud .cs-sla-teaser-link:hover {
    background: #15803d;
    color: #fff;
}

.hosting-page--cloud .cs-sla-teaser-metrics {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hosting-page--cloud .cs-sla-metric {
    padding: 18px 22px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    text-align: center;
}

.hosting-page--cloud .cs-sla-metric--featured {
    border-color: #1a7a42;
    background: #ecfdf5;
}

.hosting-page--cloud .cs-sla-metric-val {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #1a7a42;
}

.hosting-page--cloud .cs-sla-metric-label {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 992px) {
    .hosting-page--cloud .cs-backup-teaser-inner,
    .hosting-page--cloud .cs-sla-teaser-inner {
        grid-template-columns: 1fr;
    }
    .hosting-page--cloud .cs-about-inner {
        grid-template-columns: 1fr;
    }

    .hosting-page--cloud .cs-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hosting-page--cloud .cs-usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hosting-page--cloud .cs-features-grid,
    .hosting-page--cloud .cs-usecases-grid {
        grid-template-columns: 1fr;
    }

    .hosting-page--cloud .cs-about,
    .hosting-page--cloud .cs-features,
    .hosting-page--cloud .cs-usecases {
        padding: 48px 16px;
    }
}
