/* SSL — banner, scroll offset */
.hosting-page--ssl {
    --hp-accent: #20bc7e;
    --hp-accent-dark: #1a9a68;
    --hp-accent-glow: rgba(32, 188, 126, 0.25);
    --hp-dark: #2c3e50;
    --hp-muted: #6b7280;
}

.hosting-page--ssl .hp-hero {
    background-image: url('../img/ssl_banner.jpg');
    background-color: #1e3a2f;
}

.hosting-page--ssl #ssl-pack,
.hosting-page--ssl #ssl-wildcard,
.hosting-page--ssl #ssl-ov,
.hosting-page--ssl #ozellik,
.hosting-page--ssl #sss {
    scroll-margin-top: 130px;
}

/* SSL paket kartları — turhost tarzı */
.hosting-page--ssl .ssl-plans {
    background: #0f172a;
    padding: 56px 0 72px;
}

.hosting-page--ssl .ssl-plans-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.hosting-page--ssl .ssl-plan-group {
    margin-bottom: 48px;
}

.hosting-page--ssl .ssl-plan-group:last-child {
    margin-bottom: 0;
}

.hosting-page--ssl .ssl-plan-group-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.3;
}

.hosting-page--ssl .ssl-plan-group-desc {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    margin: 0 0 20px;
    max-width: 820px;
}

/* Sütun başlıkları — turhost: yalnızca ilgili kolonlar üzerinde beyaz pill */
.hosting-page--ssl .ssl-plan-cols-row {
    display: grid;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 24px;
}

.hosting-page--ssl .ssl-plan-cols-row--std {
    grid-template-columns: minmax(220px, 1.6fr) 110px 150px 120px 140px;
}

.hosting-page--ssl .ssl-plan-cols-pill,
.hosting-page--ssl .ssl-plan-cols-pill--std {
    grid-column: 2 / 5;
    display: grid;
    gap: 12px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    grid-template-columns: 110px 150px 120px;
}

.hosting-page--ssl .ssl-plan-cols-pill span {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    white-space: nowrap;
}

.hosting-page--ssl .ssl-plan-card {
    position: relative;
    display: grid;
    gap: 12px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 18px 24px;
    margin-bottom: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.hosting-page--ssl .ssl-plan-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.hosting-page--ssl .ssl-plan-card--std {
    grid-template-columns: minmax(220px, 1.6fr) 110px 150px 120px 140px;
}

.hosting-page--ssl .ssl-plan-card--sale {
    border: 2px solid #f39c12;
}

.hosting-page--ssl .ssl-plan-ribbon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 28px;
    background: linear-gradient(180deg, #f39c12 0%, #e67e22 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
}

.hosting-page--ssl .ssl-plan-card--sale {
    padding-left: 40px;
}

.hosting-page--ssl .ssl-plan-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.hosting-page--ssl .ssl-plan-brand img {
    width: 72px;
    height: auto;
    max-height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.hosting-page--ssl .ssl-plan-brand-text h4 {
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 4px;
    line-height: 1.3;
}

.hosting-page--ssl .ssl-plan-brand-text p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

.hosting-page--ssl .ssl-plan-brand-text p i {
    color: #20bc7e;
    margin-right: 4px;
}

.hosting-page--ssl .ssl-plan-meta {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.hosting-page--ssl .ssl-plan-price {
    text-align: center;
    background: #f1f5f9;
    border-radius: 8px;
    padding: 10px 8px;
    margin: -4px 0;
}

.hosting-page--ssl .ssl-plan-price-old {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.hosting-page--ssl .ssl-plan-price-main {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.hosting-page--ssl .ssl-plan-price-main small {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.hosting-page--ssl .ssl-plan-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #f39c12 0%, #e67e22 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    transition: filter 0.2s, transform 0.2s;
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.35);
}

.hosting-page--ssl .ssl-plan-cta:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
}

@media (max-width: 960px) {
    .hosting-page--ssl .ssl-plan-cols-row {
        display: none;
    }

    .hosting-page--ssl .ssl-plan-card,
    .hosting-page--ssl .ssl-plan-card--std {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
    }

    .hosting-page--ssl .ssl-plan-card--sale {
        padding-left: 36px;
    }

    .hosting-page--ssl .ssl-plan-meta,
    .hosting-page--ssl .ssl-plan-price {
        text-align: left;
    }

    .hosting-page--ssl .ssl-plan-meta::before {
        display: block;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        color: #94a3b8;
        margin-bottom: 4px;
    }

    .hosting-page--ssl .ssl-plan-card--std .ssl-plan-meta:nth-of-type(1)::before { content: 'Teslim Süresi'; }
    .hosting-page--ssl .ssl-plan-card--std .ssl-plan-meta:nth-of-type(2)::before { content: 'Onay Türü'; }
}

/* Özellikler — turhost tarzı alternatif satırlar */
.hosting-page--ssl .ssl-features {
    background: #f8fafb;
    padding: 72px 0 80px;
    border-top: 1px solid #e8ecef;
}

.hosting-page--ssl .ssl-features-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
    padding: 0 20px;
}

.hosting-page--ssl .ssl-features-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--hp-accent);
    margin-bottom: 10px;
}

.hosting-page--ssl .ssl-features-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--hp-dark);
    margin: 0 0 14px;
    line-height: 1.25;
}

.hosting-page--ssl .ssl-features-title span {
    color: var(--hp-accent);
}

.hosting-page--ssl .ssl-features-desc {
    font-size: 15px;
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0;
}

.hosting-page--ssl .ssl-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 64px;
    padding: 0 24px;
}

.hosting-page--ssl .ssl-feature-row:last-child {
    margin-bottom: 0;
}

.hosting-page--ssl .ssl-feature-row--reverse .ssl-feature-media {
    order: 2;
}

.hosting-page--ssl .ssl-feature-row--reverse .ssl-feature-body {
    order: 1;
}

.hosting-page--ssl .ssl-feature-media img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(44, 62, 80, 0.12);
    display: block;
}

.hosting-page--ssl .ssl-feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 188, 126, 0.12);
    border-radius: 14px;
    margin-bottom: 18px;
}

.hosting-page--ssl .ssl-feature-icon i {
    font-size: 22px;
    color: var(--hp-accent);
}

.hosting-page--ssl .ssl-feature-body h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--hp-dark);
    margin: 0 0 12px;
    line-height: 1.3;
}

.hosting-page--ssl .ssl-feature-body p {
    font-size: 15px;
    color: #5a6578;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 900px) {
    .hosting-page--ssl .ssl-feature-row,
    .hosting-page--ssl .ssl-feature-row--reverse {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 48px;
    }

    .hosting-page--ssl .ssl-feature-row--reverse .ssl-feature-media,
    .hosting-page--ssl .ssl-feature-row--reverse .ssl-feature-body {
        order: unset;
    }

    .hosting-page--ssl .ssl-features-title {
        font-size: 24px;
    }
}
