/* Sunucu ürün sayfaları */
.sv-page { padding-bottom: 3rem; }

.sv-nav-bar {
    padding-top: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-nav-bar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}
.sv-nav-bar__group {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}
.sv-nav-bar__switch {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}
.sv-nav-bar__switch:hover { color: #e2e8f0; }
.sv-nav {
    display: flex; flex-wrap: wrap; gap: 0.35rem;
    padding: 0 0 0;
    border-bottom: none;
}
.sv-nav--grouped { padding-bottom: 0; }
.sv-nav a {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.6rem 0.9rem; border-radius: 0.75rem 0.75rem 0 0;
    font-size: 11px; font-weight: 700; color: rgba(148, 163, 184, 0.88);
    text-decoration: none; border: 1px solid transparent; border-bottom: none;
    transition: color 0.2s, background 0.2s;
}
.sv-nav a .icon { width: 0.95rem; height: 0.95rem; opacity: 0.75; }
.sv-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.04); }
.sv-nav a.is-active {
    color: #38bdf8; background: rgba(19, 23, 34, 0.98);
    border-color: rgba(56, 189, 248, 0.25);
    margin-bottom: -1px; position: relative; z-index: 2;
}

.sv-banner {
    padding: 1.75rem 0 1.25rem;
    background: linear-gradient(165deg, rgba(14, 116, 144, 0.35) 0%, #131722 42%, #0f1219 100%);
    border-bottom: 1px solid rgba(56, 189, 248, 0.12);
}
.sv-page--cpanel .sv-banner {
    background: linear-gradient(165deg, rgba(255, 140, 0, 0.12) 0%, #131722 45%, #0f1219 100%);
    border-bottom-color: rgba(255, 140, 0, 0.15);
}
.sv-page--cpanel .sv-nav a.is-active { color: #ff8c00; border-color: rgba(255, 140, 0, 0.25); }
.sv-page--wordpress .sv-banner {
    background: linear-gradient(165deg, rgba(59, 130, 246, 0.2) 0%, #131722 45%, #0f1219 100%);
}
.sv-page--wordpress .sv-nav a.is-active { color: #60a5fa; border-color: rgba(96, 165, 250, 0.3); }

.sv-banner__inner {
    display: flex; flex-direction: column; gap: 1.25rem;
}
@media (min-width: 900px) {
    .sv-banner__inner { flex-direction: row; align-items: stretch; justify-content: space-between; }
}
.sv-banner__main { display: flex; gap: 1rem; align-items: flex-start; flex: 1; min-width: 0; }
.sv-banner__icon {
    flex-shrink: 0; width: 3.25rem; height: 3.25rem; border-radius: 14px;
    display: grid; place-items: center;
    background: rgba(56, 189, 248, 0.15); border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8;
}
.sv-page--cpanel .sv-banner__icon {
    background: rgba(255, 140, 0, 0.12); border-color: rgba(255, 140, 0, 0.35); color: #ff8c00;
}
.sv-banner__icon .icon { width: 1.5rem; height: 1.5rem; }
.sv-banner__eyebrow {
    display: block; margin-bottom: 0.3rem; font-size: 10px; font-weight: 800;
    letter-spacing: 0.12em; text-transform: uppercase; color: #38bdf8;
}
.sv-page--cpanel .sv-banner__eyebrow { color: #ff8c00; }
.sv-banner__title {
    margin: 0 0 0.35rem; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 900; color: #fff;
}
.sv-banner__sub {
    margin: 0; font-size: 14px; line-height: 1.6; color: rgba(203, 213, 225, 0.88);
}

.sv-banner__spot {
    flex-shrink: 0; padding: 1rem 1.15rem; border-radius: 1rem;
    background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(56, 189, 248, 0.2);
    min-width: 11rem;
}
.sv-page--cpanel .sv-banner__spot { border-color: rgba(255, 140, 0, 0.25); }
.sv-banner__spot-label {
    display: block; font-size: 9px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 0.08em; color: rgba(148, 163, 184, 0.75); margin-bottom: 0.35rem;
}
.sv-banner__spot strong { display: block; font-size: 14px; color: #fff; }
.sv-banner__spot-price {
    margin: 0.35rem 0 0.65rem; font-size: 1.25rem; font-weight: 900; color: #38bdf8;
}
.sv-page--cpanel .sv-banner__spot-price { color: #ff8c00; }
.sv-banner__spot-price s {
    font-size: 11px; font-weight: 600; color: rgba(148, 163, 184, 0.7); margin-right: 0.35rem;
}
.sv-banner__spot-price small { font-size: 11px; font-weight: 700; color: rgba(148, 163, 184, 0.8); }
.sv-banner__spot-btn {
    display: inline-flex; align-items: center; gap: 0.3rem; width: 100%; justify-content: center;
    padding: 0.5rem 0.75rem; border: none; border-radius: 8px; cursor: pointer;
    font-size: 11px; font-weight: 800; color: #0f172a;
    background: #38bdf8; transition: filter 0.15s;
}
.sv-page--cpanel .sv-banner__spot-btn { background: #ff8c00; }
.sv-banner__spot-btn:hover { filter: brightness(1.08); }

.sv-banner__chips {
    list-style: none; margin: 1rem 0 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.sv-banner__chips li {
    padding: 0.35rem 0.75rem; border-radius: 999px; font-size: 11px; font-weight: 700;
    color: rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08);
}

.sv-body { padding-top: 1.5rem; }
.sv-layout {
    display: grid; gap: 1.5rem;
}
@media (min-width: 960px) {
    .sv-layout { grid-template-columns: 200px 1fr; align-items: start; }
}
.sv-sidebar {
    position: sticky; top: 5.5rem;
    padding: 1rem; border-radius: 1rem;
    background: rgba(28, 34, 48, 0.92); border: 1px solid rgba(255, 255, 255, 0.07);
}
.sv-sidebar__label {
    margin: 0 0 0.5rem; font-size: 9px; font-weight: 800;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(148, 163, 184, 0.7);
}
.sv-tabs { display: flex; flex-direction: column; gap: 0.3rem; }
.sv-tabs__btn {
    display: flex; align-items: center; gap: 0.5rem; width: 100%;
    padding: 0.6rem 0.7rem; border: 1px solid transparent; border-radius: 9px;
    background: transparent; color: rgba(203, 213, 225, 0.88);
    font-size: 12px; font-weight: 700; text-align: left; cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.sv-tabs__btn .icon { color: rgba(148, 163, 184, 0.55); }
.sv-tabs__btn:hover,
.sv-tabs__btn.is-active {
    background: rgba(56, 189, 248, 0.1); border-color: rgba(56, 189, 248, 0.28); color: #fff;
}
.sv-page--cpanel .sv-tabs__btn:hover,
.sv-page--cpanel .sv-tabs__btn.is-active {
    background: rgba(255, 140, 0, 0.1); border-color: rgba(255, 140, 0, 0.28);
}
.sv-tabs__btn.is-active .icon { color: #38bdf8; }
.sv-page--cpanel .sv-tabs__btn.is-active .icon { color: #ff8c00; }

.sv-sidebar__cta {
    display: block; margin-top: 1rem; padding: 0.65rem 0.75rem; border-radius: 9px;
    text-align: center; font-size: 11px; font-weight: 800; text-decoration: none;
    color: #0f172a; background: linear-gradient(135deg, #38bdf8, #0284c7);
}
.sv-page--cpanel .sv-sidebar__cta {
    background: linear-gradient(135deg, #ff8c00, #f59e0b);
}

.sv-panel { display: none; }
.sv-panel.is-active { display: block; }
.sv-panel__head { margin-bottom: 1.15rem; }
.sv-panel__head h2 {
    margin: 0 0 0.3rem; font-size: 1.2rem; font-weight: 900; color: #fff;
}
.sv-panel__head p {
    margin: 0; font-size: 13px; color: rgba(148, 163, 184, 0.9);
}
.sv-panel__more {
    display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 1rem;
    padding: 0; border: none; background: none; cursor: pointer;
    font-size: 12px; font-weight: 800; color: #38bdf8;
}
.sv-page--cpanel .sv-panel__more { color: #ff8c00; }

.sv-intro {
    padding: 1.15rem 1.25rem; margin-bottom: 1.25rem; border-radius: 1rem;
    border-left: 4px solid #38bdf8;
    background: rgba(56, 189, 248, 0.08);
}
.sv-page--cpanel .sv-intro { border-left-color: #ff8c00; background: rgba(255, 140, 0, 0.08); }
.sv-intro p {
    margin: 0; font-size: 14px; line-height: 1.7; color: rgba(226, 232, 240, 0.92);
}

.sv-preview-grid {
    display: grid; gap: 0.65rem;
}
@media (min-width: 640px) {
    .sv-preview-grid { grid-template-columns: repeat(2, 1fr); }
}
.sv-preview-card {
    padding: 1rem; border-radius: 0.85rem;
    background: rgba(0, 0, 0, 0.28); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-preview-card h3 {
    margin: 0 0 0.3rem; font-size: 12px; font-weight: 800; color: #fff;
}
.sv-preview-card p {
    margin: 0; font-size: 11px; line-height: 1.5; color: rgba(148, 163, 184, 0.9);
}

.sv-features { display: flex; flex-direction: column; gap: 0.65rem; }
.sv-feature {
    display: flex; gap: 0.85rem; padding: 1rem 1.1rem; border-radius: 1rem;
    background: rgba(28, 34, 48, 0.85); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-feature__n {
    flex-shrink: 0; width: 2rem; height: 2rem; border-radius: 10px;
    display: grid; place-items: center; font-size: 12px; font-weight: 900;
    background: rgba(56, 189, 248, 0.2); color: #38bdf8;
}
.sv-page--cpanel .sv-feature__n { background: rgba(255, 140, 0, 0.15); color: #ff8c00; }
.sv-feature h3 { margin: 0 0 0.25rem; font-size: 13px; font-weight: 800; color: #fff; }
.sv-feature p { margin: 0; font-size: 12px; line-height: 1.55; color: rgba(148, 163, 184, 0.9); }

/* —— Paketler: kart + karşılaştırma —— */
.sv-pkg-toolbar {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: 0.75rem; margin-bottom: 1.25rem;
}
.sv-pkg-view {
    display: inline-flex; padding: 0.25rem; border-radius: 10px;
    background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.08);
}
.sv-pkg-view__btn {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.5rem 0.85rem; border: none; border-radius: 8px;
    font-size: 11px; font-weight: 800; color: rgba(148, 163, 184, 0.9);
    background: transparent; cursor: pointer; transition: background 0.15s, color 0.15s;
}
.sv-pkg-view__btn.is-active {
    color: #fff; background: rgba(56, 189, 248, 0.2);
}
.sv-page--cpanel .sv-pkg-view__btn.is-active {
    background: rgba(255, 140, 0, 0.2); color: #fff;
}

.sv-pkg-panel { display: none; }
.sv-pkg-panel.is-active { display: block; }

.sv-pkg-cards {
    display: grid; gap: 1rem; align-items: stretch;
}
@media (min-width: 900px) {
    .sv-pkg-cards { grid-template-columns: repeat(3, 1fr); }
}

.sv-pkg-card {
    position: relative; display: flex; flex-direction: column;
    padding: 0; border-radius: 1.2rem; overflow: hidden;
    background: rgba(19, 23, 34, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.sv-pkg-card--featured {
    border-color: rgba(56, 189, 248, 0.5);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(56, 189, 248, 0.12) inset;
}
.sv-page--cpanel .sv-pkg-card--featured {
    border-color: rgba(255, 140, 0, 0.5);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 140, 0, 0.1) inset;
}
.sv-pkg-card__chip {
    position: absolute; top: 0.75rem; right: 0.75rem; z-index: 2;
    padding: 0.25rem 0.55rem; border-radius: 6px; font-size: 9px; font-weight: 800;
    background: rgba(56, 189, 248, 0.25); color: #7dd3fc;
}
.sv-page--cpanel .sv-pkg-card__chip { background: rgba(255, 140, 0, 0.25); color: #ffb347; }
.sv-pkg-card__head {
    padding: 1.25rem 1.25rem 0.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}
.sv-pkg-card__head h3 { margin: 0; font-size: 1.1rem; font-weight: 900; color: #fff; }
.sv-pkg-card__tagline {
    margin: 0.35rem 0 0; font-size: 11px; line-height: 1.45;
    color: rgba(148, 163, 184, 0.9);
}
.sv-pkg-card__price {
    padding: 0 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-pkg-card__old {
    display: block; font-size: 12px; font-weight: 600;
    color: rgba(148, 163, 184, 0.65); text-decoration: line-through;
}
.sv-pkg-card__amount {
    font-size: 2rem; font-weight: 900; letter-spacing: -0.03em;
    color: #38bdf8; line-height: 1.1;
}
.sv-page--cpanel .sv-pkg-card__amount { color: #ff8c00; }
.sv-pkg-card__period {
    display: block; margin-top: 0.15rem; font-size: 10px; font-weight: 700;
    color: rgba(148, 163, 184, 0.75);
}
.sv-pkg-card__specs {
    margin: 0; padding: 0.85rem 1.25rem; flex: 1;
    display: grid; gap: 0.45rem;
}
.sv-pkg-card__spec-row {
    display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem;
    padding: 0.4rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 11px;
}
.sv-pkg-card__spec-row dt {
    margin: 0; font-weight: 700; color: rgba(148, 163, 184, 0.85);
}
.sv-pkg-card__spec-row dd {
    margin: 0; font-weight: 800; color: #e2e8f0; text-align: right;
}
.sv-pkg-card__includes {
    list-style: none; margin: 0; padding: 0.65rem 1.25rem 1rem;
    display: flex; flex-wrap: wrap; gap: 0.35rem;
}
.sv-pkg-card__includes li {
    padding: 0.25rem 0.5rem; border-radius: 6px; font-size: 10px; font-weight: 700;
    color: rgba(203, 213, 225, 0.9);
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-pkg-card__btn {
    margin: 0 1.25rem 1.25rem; display: block; text-align: center;
    padding: 0.75rem 1rem; border-radius: 10px;
    font-size: 12px; font-weight: 800; text-decoration: none; color: #0f172a;
    background: #38bdf8; transition: filter 0.15s;
}
.sv-page--cpanel .sv-pkg-card__btn { background: #ff8c00; }
.sv-pkg-card__btn:hover { filter: brightness(1.08); }

.sv-cell--yes {
    display: inline-flex; width: 1.25rem; height: 1.25rem; border-radius: 50%;
    align-items: center; justify-content: center; font-size: 10px; font-weight: 900;
    background: rgba(74, 222, 128, 0.2); color: #38bdf8;
}
.sv-cell--no { color: rgba(148, 163, 184, 0.45); font-weight: 700; }

.sv-compare-wrap {
    overflow-x: auto; margin: 0 -0.25rem; padding: 0.25rem;
    border-radius: 1rem; border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
}
.sv-compare {
    width: 100%; min-width: 520px; border-collapse: collapse;
    font-size: 12px;
}
.sv-compare thead th {
    padding: 1rem 0.85rem; vertical-align: bottom;
    background: rgba(28, 34, 48, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sv-compare__feature-col {
    width: 28%; min-width: 120px; text-align: left;
    font-size: 10px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 0.06em; color: rgba(148, 163, 184, 0.8);
}
.sv-compare__plan-col { text-align: center; min-width: 110px; }
.sv-compare__plan-col--featured {
    background: rgba(56, 189, 248, 0.08);
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.25);
}
.sv-page--cpanel .sv-compare__plan-col--featured {
    background: rgba(255, 140, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 140, 0, 0.25);
}
.sv-compare__plan-name {
    display: block; font-size: 13px; font-weight: 900; color: #fff;
}
.sv-compare__plan-price {
    display: block; margin-top: 0.25rem; font-size: 1.1rem; font-weight: 900;
    color: #38bdf8;
}
.sv-page--cpanel .sv-compare__plan-price { color: #ff8c00; }
.sv-compare__plan-price small { font-size: 0.55em; font-weight: 700; color: rgba(148, 163, 184, 0.8); }
.sv-compare__plan-chip {
    display: inline-block; margin-top: 0.35rem; padding: 0.15rem 0.45rem;
    border-radius: 4px; font-size: 8px; font-weight: 800;
    background: rgba(56, 189, 248, 0.2); color: #7dd3fc;
}
.sv-page--cpanel .sv-compare__plan-chip { background: rgba(255, 140, 0, 0.2); color: #ffb347; }
.sv-compare tbody th {
    padding: 0.65rem 0.85rem; text-align: left; font-weight: 700;
    color: rgba(203, 213, 225, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(19, 23, 34, 0.6);
}
.sv-compare tbody td {
    padding: 0.65rem 0.85rem; text-align: center; font-weight: 700;
    color: #e2e8f0; border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sv-compare__cell--featured { background: rgba(56, 189, 248, 0.04); }
.sv-page--cpanel .sv-compare__cell--featured { background: rgba(255, 140, 0, 0.04); }
.sv-compare tbody tr:hover td,
.sv-compare tbody tr:hover th { background: rgba(255, 255, 255, 0.03); }
.sv-compare tfoot td {
    padding: 1rem 0.65rem; text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sv-compare__cta {
    display: inline-block; padding: 0.55rem 0.85rem; border-radius: 8px;
    font-size: 11px; font-weight: 800; text-decoration: none; color: #0f172a;
    background: #38bdf8;
}
.sv-page--cpanel .sv-compare__cta { background: #ff8c00; }
.sv-compare__cta:hover { filter: brightness(1.08); }

.sv-pkg-all {
    margin-top: 1.25rem; padding: 1rem 1.15rem; border-radius: 1rem;
    background: rgba(28, 34, 48, 0.8); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-pkg-all strong {
    display: block; margin-bottom: 0.5rem; font-size: 11px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.06em; color: #38bdf8;
}
.sv-page--cpanel .sv-pkg-all strong { color: #ff8c00; }
.sv-pkg-all ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0.4rem 1rem;
}
.sv-pkg-all li {
    font-size: 11px; font-weight: 600; color: rgba(203, 213, 225, 0.88);
}
.sv-pkg-all li::before { content: "✓ "; color: #38bdf8; font-weight: 900; }

.sv-pkg-notes {
    list-style: none; margin: 0.85rem 0 0; padding: 0;
    display: flex; flex-direction: column; gap: 0.25rem;
}
.sv-pkg-notes li {
    font-size: 10px; color: rgba(148, 163, 184, 0.75);
}
.sv-pkg-notes li::before { content: "· "; }

.sv-faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    width: 100%;
}
@media (min-width: 900px) {
    .sv-faq { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sv-faq__item:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.sv-faq__item {
    border-radius: 0.85rem; background: rgba(28, 34, 48, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-faq__item summary {
    padding: 0.9rem 1rem; cursor: pointer; font-size: 13px; font-weight: 800; color: #fff;
    list-style: none;
}
.sv-faq__item summary::-webkit-details-marker { display: none; }
.sv-faq__item summary::after {
    content: "+"; float: right; color: #38bdf8; font-weight: 900;
}
.sv-page--cpanel .sv-faq__item summary::after { color: #ff8c00; }
.sv-faq__item[open] summary::after { content: "−"; }
.sv-faq__item p {
    margin: 0; padding: 0 1rem 1rem; font-size: 12px; line-height: 1.6;
    color: rgba(148, 163, 184, 0.92);
}

.sv-cta {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.35rem 1.5rem; border-radius: 1.15rem;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(19, 23, 34, 0.95));
    border: 1px solid rgba(56, 189, 248, 0.25);
}
.sv-page--cpanel .sv-cta {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(19, 23, 34, 0.95));
    border-color: rgba(255, 140, 0, 0.25);
}
.sv-cta strong { display: block; font-size: 14px; color: #fff; }
.sv-cta span { font-size: 12px; color: rgba(148, 163, 184, 0.9); }

/* —— Sunucu / veri merkezi ek bileşenler —— */
.sv-sidebar__links { margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.sv-sidebar__link {
    display: flex; align-items: center; justify-content: space-between; gap: 0.35rem;
    padding: 0.45rem 0; font-size: 11px; font-weight: 700; color: rgba(203, 213, 225, 0.88);
    text-decoration: none;
}
.sv-sidebar__link:hover { color: #38bdf8; }
.sv-overview-block { margin-top: 1.35rem; }
.sv-overview-block__title {
    margin: 0 0 0.65rem; font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.08em; color: rgba(148, 163, 184, 0.85);
}
.sv-rack {
    flex-shrink: 0; padding: 1rem; border-radius: 1rem; min-width: 9rem;
    background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(56, 189, 248, 0.2);
    display: flex; flex-direction: column; gap: 0.35rem;
}
.sv-rack__unit {
    display: flex; gap: 0.25rem; padding: 0.35rem 0.5rem; border-radius: 6px;
    background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-rack__unit span { flex: 1; height: 4px; border-radius: 2px; background: rgba(148, 163, 184, 0.25); }
.sv-rack__unit--on span { background: rgba(56, 189, 248, 0.65); }
.sv-rack__label {
    margin: 0.35rem 0 0; font-size: 9px; font-weight: 800; text-align: center;
    letter-spacing: 0.08em; text-transform: uppercase; color: rgba(148, 163, 184, 0.7);
}
.sv-infra-grid { display: grid; gap: 0.65rem; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.sv-infra-grid--compact { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .sv-infra-grid--compact { grid-template-columns: repeat(4, 1fr); } }
.sv-infra-card {
    padding: 0.85rem 1rem; border-radius: 0.85rem;
    background: rgba(28, 34, 48, 0.9); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-infra-card__label {
    display: block; font-size: 9px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 0.06em; color: rgba(148, 163, 184, 0.75); margin-bottom: 0.25rem;
}
.sv-infra-card__value { display: block; font-size: 14px; font-weight: 900; color: #fff; }
.sv-infra-card__note { display: block; margin-top: 0.2rem; font-size: 10px; color: rgba(148, 163, 184, 0.8); }
.sv-os-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.sv-os-item {
    display: flex; gap: 0.75rem; align-items: center; padding: 0.85rem 1rem;
    border-radius: 0.85rem; background: rgba(28, 34, 48, 0.9); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-os-item__type {
    flex-shrink: 0; padding: 0.25rem 0.5rem; border-radius: 6px; font-size: 9px; font-weight: 800;
    background: rgba(56, 189, 248, 0.15); color: #7dd3fc;
}
.sv-os-item__main strong { display: block; font-size: 13px; color: #fff; }
.sv-os-item__main span { font-size: 11px; color: rgba(148, 163, 184, 0.9); }
.sv-usecases { display: grid; gap: 0.65rem; }
@media (min-width: 720px) { .sv-usecases { grid-template-columns: repeat(2, 1fr); } }
.sv-usecase {
    display: flex; gap: 0.75rem; padding: 1rem; border-radius: 1rem;
    background: rgba(28, 34, 48, 0.9); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-usecase__icon {
    flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: 10px;
    display: grid; place-items: center; background: rgba(56, 189, 248, 0.15); color: #38bdf8;
}
.sv-usecase h3 { margin: 0 0 0.25rem; font-size: 13px; font-weight: 800; color: #fff; }
.sv-usecase p { margin: 0; font-size: 12px; line-height: 1.55; color: rgba(148, 163, 184, 0.9); }
.sv-usecase__hint { display: inline-block; margin-top: 0.35rem; font-size: 10px; font-weight: 700; color: #7dd3fc; }
.sv-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.sv-step {
    display: flex; gap: 0.85rem; padding: 1rem 1.1rem; border-radius: 1rem;
    background: rgba(28, 34, 48, 0.85); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-step__n {
    flex-shrink: 0; width: 2rem; height: 2rem; border-radius: 10px;
    display: grid; place-items: center; font-size: 12px; font-weight: 900;
    background: rgba(56, 189, 248, 0.2); color: #38bdf8;
}
.sv-step h3 { margin: 0 0 0.25rem; font-size: 13px; font-weight: 800; color: #fff; }
.sv-step p { margin: 0; font-size: 12px; line-height: 1.55; color: rgba(148, 163, 184, 0.9); }
.sv-pkg-section { scroll-margin-top: 5rem; }
.sv-pkg-card__body { display: flex; flex-direction: column; flex: 1; }
.sv-pkg-card__ownership { margin: 0.25rem 0 0; font-size: 10px; font-weight: 700; color: #38bdf8; }
.sv-pkg-cards--horizontal { grid-template-columns: 1fr; }
@media (min-width: 900px) { .sv-pkg-cards--horizontal { grid-template-columns: repeat(2, 1fr); } }
.sv-pkg-card--horizontal { flex-direction: row; align-items: stretch; }
.sv-pkg-card--horizontal .sv-pkg-card__body { flex-direction: row; flex-wrap: wrap; align-items: center; }
.sv-pkg-card__specs--inline { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; flex: 1; }
.sv-pkg-installments {
    display: grid; gap: 0.5rem; padding: 0 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-pkg-installment {
    padding: 0.65rem 0.75rem; border-radius: 8px;
    background: rgba(0, 0, 0, 0.25); border: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-pkg-installment--featured { border-color: rgba(56, 189, 248, 0.35); }
.sv-pkg-installment__term { font-size: 10px; font-weight: 800; color: rgba(148, 163, 184, 0.8); }
.sv-pkg-installment__monthly { display: block; font-size: 1.1rem; font-weight: 900; color: #38bdf8; }
.sv-pkg-installment__total { font-size: 10px; color: rgba(148, 163, 184, 0.75); }
.sv-pkg-installment__badge { display: inline-block; margin-top: 0.35rem; font-size: 9px; font-weight: 800; color: #7dd3fc; }
.sv-kso-plans { display: flex; flex-direction: column; gap: 1rem; }
.sv-kso-card { border-radius: 1.15rem; overflow: hidden; background: rgba(19, 23, 34, 0.98); border: 1px solid rgba(255, 255, 255, 0.08); }
.sv-kso-card--featured { border-color: rgba(56, 189, 248, 0.45); }
.sv-kso-card__layout { display: flex; flex-direction: column; gap: 1rem; padding: 1.25rem; }
@media (min-width: 800px) { .sv-kso-card__layout { flex-direction: row; align-items: center; justify-content: space-between; } }
.sv-kso-card__titlebar { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.sv-kso-card__titlebar h3 { margin: 0; font-size: 1.15rem; font-weight: 900; color: #fff; }
.sv-kso-card__chip { padding: 0.2rem 0.5rem; border-radius: 6px; font-size: 9px; font-weight: 800; background: rgba(56, 189, 248, 0.2); color: #7dd3fc; }
.sv-kso-card__tagline { margin: 0.35rem 0 0; font-size: 12px; color: rgba(148, 163, 184, 0.9); }
.sv-kso-card__specs { list-style: none; margin: 0.65rem 0 0; padding: 0; display: grid; gap: 0.35rem; }
.sv-kso-card__specs li { font-size: 11px; font-weight: 600; color: rgba(203, 213, 225, 0.9); }
.sv-kso-card__ownership { margin: 0.5rem 0 0; font-size: 10px; font-weight: 700; color: #38bdf8; }
.sv-kso-card__offer { flex-shrink: 0; padding: 1rem; border-radius: 1rem; text-align: center; background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(56, 189, 248, 0.2); }
.sv-kso-card__offer-label { font-size: 9px; font-weight: 800; text-transform: uppercase; color: rgba(148, 163, 184, 0.75); }
.sv-kso-card__price { margin: 0.35rem 0; font-size: 1.5rem; font-weight: 900; color: #38bdf8; }
.sv-kso-card__total { margin: 0 0 0.65rem; font-size: 11px; color: rgba(148, 163, 184, 0.85); }
.sv-kso-card__cta { width: 100%; padding: 0.6rem 1rem; border: none; border-radius: 8px; cursor: pointer; font-size: 11px; font-weight: 800; color: #0f172a; background: #38bdf8; }
.sv-kso-modal[hidden] { display: none !important; }
.sv-kso-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 1rem; }
.sv-kso-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.65); }
.sv-kso-modal__dialog { position: relative; width: min(100%, 420px); padding: 1.35rem; border-radius: 1.15rem; background: #1a2030; border: 1px solid rgba(56, 189, 248, 0.25); }
.sv-kso-modal__close { position: absolute; top: 0.65rem; right: 0.75rem; border: none; background: none; font-size: 1.35rem; color: rgba(148, 163, 184, 0.9); cursor: pointer; }
.sv-kso-modal__eyebrow { margin: 0; font-size: 9px; font-weight: 800; text-transform: uppercase; color: #38bdf8; }
.sv-kso-modal__title { margin: 0.25rem 0; font-size: 1.1rem; font-weight: 900; color: #fff; }
.sv-kso-modal__lead { margin: 0 0 1rem; font-size: 12px; color: rgba(148, 163, 184, 0.9); }
.sv-kso-modal__terms { display: flex; flex-direction: column; gap: 0.4rem; }
.sv-kso-modal__foot { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.sv-kso-modal__confirm { display: block; text-align: center; padding: 0.65rem; border-radius: 8px; font-size: 12px; font-weight: 800; text-decoration: none; color: #0f172a; background: #38bdf8; }
.sv-phy-cards { display: flex; flex-direction: column; gap: 0.75rem; }
.sv-phy-card { border-radius: 1rem; overflow: hidden; background: rgba(19, 23, 34, 0.98); border: 1px solid rgba(255, 255, 255, 0.08); }
.sv-phy-card--featured { border-color: rgba(255, 140, 0, 0.45); }
.sv-phy-card__header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 1rem 1.15rem; background: rgba(255, 255, 255, 0.03); }
.sv-phy-card__title { margin: 0; font-size: 1rem; font-weight: 900; color: #fff; }
.sv-phy-card__toggle { border: none; background: rgba(255, 255, 255, 0.06); color: #fff; padding: 0.35rem 0.65rem; border-radius: 6px; font-size: 10px; font-weight: 800; cursor: pointer; }
.sv-phy-card__btn { padding: 0.5rem 0.85rem; border-radius: 8px; font-size: 11px; font-weight: 800; text-decoration: none; color: #0f172a; background: #ff8c00; }
.sv-phy-card__stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 0.5rem; padding: 0.75rem 1.15rem; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.sv-phy-stat__label { display: block; font-size: 9px; font-weight: 700; color: rgba(148, 163, 184, 0.75); }
.sv-phy-stat__value { display: block; font-size: 12px; font-weight: 800; color: #fff; }
.sv-phy-card__features { padding: 0 1.15rem 1.15rem; }
.sv-phy-perks__eyebrow { margin: 0 0 0.5rem; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(148, 163, 184, 0.75); }
.sv-phy-perks__grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
@media (min-width: 640px) { .sv-phy-perks__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sv-phy-perks__grid { grid-template-columns: repeat(4, 1fr); } }
.sv-phy-perk { display: flex; gap: 0.5rem; align-items: flex-start; padding: 0.75rem; border-radius: 0.75rem; background: rgba(0, 0, 0, 0.25); border: 1px solid rgba(255, 255, 255, 0.05); }
.sv-phy-perk__icon { flex-shrink: 0; width: 1.75rem; height: 1.75rem; border-radius: 8px; display: grid; place-items: center; background: rgba(255, 140, 0, 0.15); color: #ff8c00; }
.sv-phy-perk__label { display: block; font-size: 11px; font-weight: 800; color: #fff; }
.sv-phy-perk__hint { display: block; font-size: 10px; color: rgba(148, 163, 184, 0.85); margin-top: 0.15rem; }
.sv-phy-perk__check { margin-left: auto; color: #4ade80; font-weight: 900; }
.sv-ip-toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.sv-ip-toolbar__title { margin: 0 0 0.25rem; font-size: 1.1rem; font-weight: 900; color: #fff; }
.sv-ip-toolbar__lead { margin: 0; font-size: 12px; color: rgba(148, 163, 184, 0.9); }
.sv-ip-switch { display: inline-flex; padding: 0.25rem; border-radius: 12px; background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.08); }
.sv-ip-switch--prominent { padding: 0.35rem; border-radius: 14px; border: 1px solid rgba(56, 189, 248, 0.35); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35); }
.sv-ip-switch__btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 0.9rem; border: none; border-radius: 10px; cursor: pointer; background: transparent; color: rgba(148, 163, 184, 0.9); font-size: 11px; font-weight: 800; transition: background 0.15s, color 0.15s; }
.sv-ip-switch__btn.is-active { background: rgba(56, 189, 248, 0.2); color: #fff; }
.sv-ip-switch__icon .icon { width: 1rem; height: 1rem; }
.sv-ip-switch__copy { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.sv-ip-groups { display: flex; flex-direction: column; gap: 1.5rem; }
.sv-ip-group[hidden] { display: none !important; }
.sv-ip-group__head { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1rem; }
.sv-ip-group__icon { flex-shrink: 0; width: 2.5rem; height: 2.5rem; border-radius: 12px; display: grid; place-items: center; background: rgba(56, 189, 248, 0.15); color: #38bdf8; }
.sv-ip-group__title { margin: 0 0 0.2rem; font-size: 1rem; font-weight: 900; color: #fff; }
.sv-ip-group__lead { margin: 0; font-size: 12px; color: rgba(148, 163, 184, 0.9); }
.sv-ip-detail-grid { display: grid; gap: 0.5rem; margin-bottom: 0.85rem; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.sv-ip-detail-card { padding: 0.75rem; border-radius: 0.75rem; background: rgba(0, 0, 0, 0.28); border: 1px solid rgba(255, 255, 255, 0.06); font-size: 11px; font-weight: 700; color: rgba(203, 213, 225, 0.92); }
.sv-ip-detail-notes { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-direction: column; gap: 0.25rem; }
.sv-ip-detail-notes li { font-size: 10px; color: rgba(148, 163, 184, 0.8); }
.sv-ip-table-wrap { overflow-x: auto; border-radius: 1rem; border: 1px solid rgba(255, 255, 255, 0.08); }
.sv-ip-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 12px; }
.sv-ip-table th { padding: 0.75rem 0.65rem; text-align: left; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(148, 163, 184, 0.85); background: rgba(28, 34, 48, 0.95); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.sv-ip-table td { padding: 0.7rem 0.65rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: rgba(226, 232, 240, 0.92); vertical-align: middle; }
.sv-ip-table__row--featured { background: rgba(56, 189, 248, 0.06); }
.sv-ip-table__name strong { display: block; font-size: 13px; color: #fff; }
.sv-ip-table__chip { display: inline-block; margin-top: 0.2rem; font-style: normal; font-size: 9px; font-weight: 800; padding: 0.15rem 0.4rem; border-radius: 4px; background: rgba(56, 189, 248, 0.2); color: #7dd3fc; }
.sv-ip-table__price { font-weight: 900; color: #38bdf8; white-space: nowrap; }
.sv-ip-table__btn { display: inline-block; padding: 0.45rem 0.7rem; border-radius: 7px; font-size: 10px; font-weight: 800; text-decoration: none; color: #0f172a; background: #38bdf8; }
.sv-ip-cards { display: grid; gap: 1rem; margin-top: 1rem; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.sv-cell--yes { display: inline-flex; width: 1.25rem; height: 1.25rem; border-radius: 50%; align-items: center; justify-content: center; font-size: 10px; font-weight: 900; background: rgba(74, 222, 128, 0.2); color: #4ade80; }
.sv-cell--no { color: rgba(148, 163, 184, 0.45); font-weight: 700; }
.sv-page--fiziksel .sv-banner { background: linear-gradient(165deg, rgba(180, 83, 9, 0.25) 0%, #131722 45%, #0f1219 100%); border-bottom-color: rgba(255, 140, 0, 0.15); }
.sv-page--fiziksel .sv-nav a.is-active { color: #ff8c00; border-color: rgba(255, 140, 0, 0.25); }
.sv-page--fiziksel .sv-banner__icon, .sv-page--fiziksel .sv-banner__eyebrow, .sv-page--fiziksel .sv-banner__spot-price, .sv-page--fiziksel .sv-tabs__btn.is-active .icon, .sv-page--fiziksel .sv-panel__more, .sv-page--fiziksel .sv-pkg-card__amount, .sv-page--fiziksel .sv-compare__plan-price, .sv-page--fiziksel .sv-pkg-all strong { color: #ff8c00; }
.sv-page--fiziksel .sv-banner__icon { border-color: rgba(255, 140, 0, 0.35); background: rgba(255, 140, 0, 0.12); }
.sv-page--fiziksel .sv-banner__spot { border-color: rgba(255, 140, 0, 0.25); }
.sv-page--fiziksel .sv-banner__spot-btn, .sv-page--fiziksel .sv-sidebar__cta, .sv-page--fiziksel .sv-pkg-card__btn, .sv-page--fiziksel .sv-compare__cta { background: #ff8c00; }
.sv-page--fiziksel .sv-tabs__btn:hover, .sv-page--fiziksel .sv-tabs__btn.is-active { background: rgba(255, 140, 0, 0.1); border-color: rgba(255, 140, 0, 0.28); }
.sv-page--fiziksel .sv-intro { border-left-color: #ff8c00; background: rgba(255, 140, 0, 0.08); }
.sv-page--fiziksel .sv-feature__n { background: rgba(255, 140, 0, 0.15); color: #ff8c00; }
.sv-page--fiziksel .sv-pkg-card--featured { border-color: rgba(255, 140, 0, 0.5); }
.sv-page--fiziksel .sv-pkg-view__btn.is-active { background: rgba(255, 140, 0, 0.2); }
.sv-page--fiziksel .sv-pkg-card__chip { background: rgba(255, 140, 0, 0.25); color: #ffb347; }
.sv-page--fiziksel .sv-pkg-card__ownership { color: #ff8c00; }
.sv-page--fiziksel .sv-compare__plan-col--featured { background: rgba(255, 140, 0, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 140, 0, 0.25); }
.sv-page--fiziksel .sv-faq__item summary::after { color: #ff8c00; }
.sv-page--fiziksel .sv-cta { border-color: rgba(255, 140, 0, 0.25); background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(19, 23, 34, 0.95)); }
.sv-page--dc .sv-banner { background: linear-gradient(165deg, rgba(6, 78, 59, 0.4) 0%, #131722 42%, #0f1219 100%); border-bottom-color: rgba(52, 211, 153, 0.15); }
.sv-page--dc .sv-nav a.is-active { color: #34d399; border-color: rgba(52, 211, 153, 0.35); }
.sv-page--dc .sv-banner__icon, .sv-page--dc .sv-banner__eyebrow, .sv-page--dc .sv-banner__spot-price, .sv-page--dc .sv-tabs__btn.is-active .icon, .sv-page--dc .sv-panel__more, .sv-page--dc .sv-pkg-card__amount, .sv-page--dc .sv-compare__plan-price, .sv-page--dc .sv-pkg-all strong { color: #34d399; }
.sv-page--dc .sv-banner__icon { border-color: rgba(52, 211, 153, 0.35); background: rgba(16, 185, 129, 0.12); }
.sv-page--dc .sv-banner__spot { border-color: rgba(52, 211, 153, 0.28); }
.sv-page--dc .sv-banner__spot-btn, .sv-page--dc .sv-sidebar__cta, .sv-page--dc .sv-pkg-card__btn, .sv-page--dc .sv-compare__cta { background: linear-gradient(135deg, #059669, #34d399); color: #0f172a; }
.sv-page--dc .sv-tabs__btn:hover, .sv-page--dc .sv-tabs__btn.is-active { background: rgba(16, 185, 129, 0.1); border-color: rgba(52, 211, 153, 0.28); }
.sv-page--dc .sv-intro { border-left-color: #34d399; background: rgba(16, 185, 129, 0.08); }
.sv-page--dc .sv-feature__n { background: rgba(16, 185, 129, 0.15); color: #34d399; }
.sv-page--dc .sv-pkg-card--featured { border-color: rgba(52, 211, 153, 0.45); }
.sv-page--dc .sv-pkg-view__btn.is-active { background: rgba(16, 185, 129, 0.2); }
.sv-page--dc .sv-pkg-card__chip { background: rgba(16, 185, 129, 0.22); color: #6ee7b7; }
.sv-page--dc .sv-compare__plan-col--featured { background: rgba(16, 185, 129, 0.08); box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.25); }
.sv-page--dc .sv-faq__item summary::after { color: #34d399; }
.sv-page--dc .sv-cta { border-color: rgba(52, 211, 153, 0.28); background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(19, 23, 34, 0.95)); }
.sv-page--dc .sv-rack { border-color: rgba(52, 211, 153, 0.3); }
.sv-page--dc .sv-rack__unit--on { background: rgba(16, 185, 129, 0.2); }
.sv-page--dc .sv-rack__unit--on span { background: rgba(52, 211, 153, 0.65); }

/* YazÄ±lÄ±m Ã§Ã¶zÃ¼mleri â€” indigo tema */
.sv-page--sw .sv-banner,
.sv-page--sw-hazir .sv-banner,
.sv-page--sw-ozel .sv-banner {
    background: linear-gradient(165deg, rgba(99, 102, 241, 0.35) 0%, #131722 42%, #0f1219 100%);
    border-bottom-color: rgba(129, 140, 248, 0.2);
}
.sv-page--sw .sv-nav a.is-active,
.sv-page--sw-hazir .sv-nav a.is-active,
.sv-page--sw-ozel .sv-nav a.is-active { color: #a5b4fc; border-color: rgba(129, 140, 248, 0.35); }
.sv-page--sw .sv-banner__icon,
.sv-page--sw-hazir .sv-banner__icon,
.sv-page--sw-ozel .sv-banner__icon,
.sv-page--sw .sv-banner__eyebrow,
.sv-page--sw-hazir .sv-banner__eyebrow,
.sv-page--sw-ozel .sv-banner__eyebrow,
.sv-page--sw .sv-banner__spot-price,
.sv-page--sw-hazir .sv-banner__spot-price,
.sv-page--sw-ozel .sv-banner__spot-price,
.sv-page--sw .sv-tabs__btn.is-active .icon,
.sv-page--sw-hazir .sv-tabs__btn.is-active .icon,
.sv-page--sw-ozel .sv-tabs__btn.is-active .icon,
.sv-page--sw .sv-panel__more,
.sv-page--sw-hazir .sv-panel__more,
.sv-page--sw-ozel .sv-panel__more,
.sv-page--sw .sv-pkg-card__amount,
.sv-page--sw-hazir .sv-pkg-card__amount,
.sv-page--sw-ozel .sv-pkg-card__amount,
.sv-page--sw .sv-compare__plan-price,
.sv-page--sw-hazir .sv-compare__plan-price,
.sv-page--sw-ozel .sv-compare__plan-price,
.sv-page--sw .sv-pkg-all strong,
.sv-page--sw-hazir .sv-pkg-all strong,
.sv-page--sw-ozel .sv-pkg-all strong { color: #a5b4fc; }
.sv-page--sw .sv-banner__icon,
.sv-page--sw-hazir .sv-banner__icon,
.sv-page--sw-ozel .sv-banner__icon {
    border-color: rgba(129, 140, 248, 0.35);
    background: rgba(99, 102, 241, 0.15);
}
.sv-page--sw .sv-banner__spot,
.sv-page--sw-hazir .sv-banner__spot,
.sv-page--sw-ozel .sv-banner__spot { border-color: rgba(129, 140, 248, 0.28); }
.sv-page--sw .sv-banner__spot-btn,
.sv-page--sw-hazir .sv-banner__spot-btn,
.sv-page--sw-ozel .sv-banner__spot-btn,
.sv-page--sw .sv-sidebar__cta,
.sv-page--sw-hazir .sv-sidebar__cta,
.sv-page--sw-ozel .sv-sidebar__cta,
.sv-page--sw .sv-pkg-card__btn,
.sv-page--sw-hazir .sv-pkg-card__btn,
.sv-page--sw-ozel .sv-pkg-card__btn,
.sv-page--sw .sv-compare__cta,
.sv-page--sw-hazir .sv-compare__cta,
.sv-page--sw-ozel .sv-compare__cta {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
}
.sv-page--sw .sv-tabs__btn:hover,
.sv-page--sw .sv-tabs__btn.is-active,
.sv-page--sw-hazir .sv-tabs__btn:hover,
.sv-page--sw-hazir .sv-tabs__btn.is-active,
.sv-page--sw-ozel .sv-tabs__btn:hover,
.sv-page--sw-ozel .sv-tabs__btn.is-active {
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(129, 140, 248, 0.28);
}
.sv-page--sw .sv-intro,
.sv-page--sw-hazir .sv-intro,
.sv-page--sw-ozel .sv-intro {
    border-left-color: #818cf8;
    background: rgba(99, 102, 241, 0.08);
}
.sv-page--sw .sv-feature__n,
.sv-page--sw-hazir .sv-feature__n,
.sv-page--sw-ozel .sv-feature__n {
    background: rgba(99, 102, 241, 0.18);
    color: #a5b4fc;
}
.sv-page--sw .sv-pkg-card--featured,
.sv-page--sw-hazir .sv-pkg-card--featured,
.sv-page--sw-ozel .sv-pkg-card--featured { border-color: rgba(129, 140, 248, 0.45); }
.sv-page--sw .sv-pkg-card__chip,
.sv-page--sw-hazir .sv-pkg-card__chip,
.sv-page--sw-ozel .sv-pkg-card__chip {
    background: rgba(99, 102, 241, 0.25);
    color: #c7d2fe;
}
.sv-page--sw .sv-compare__plan-col--featured,
.sv-page--sw-hazir .sv-compare__plan-col--featured,
.sv-page--sw-ozel .sv-compare__plan-col--featured {
    background: rgba(99, 102, 241, 0.08);
    box-shadow: inset 0 0 0 1px rgba(129, 140, 248, 0.25);
}
.sv-page--sw .sv-faq__item summary::after,
.sv-page--sw-hazir .sv-faq__item summary::after,
.sv-page--sw-ozel .sv-faq__item summary::after { color: #818cf8; }
.sv-page--sw .sv-cta,
.sv-page--sw-hazir .sv-cta,
.sv-page--sw-ozel .sv-cta {
    border-color: rgba(129, 140, 248, 0.28);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(19, 23, 34, 0.95));
}

.sv-page--sw-hazir .sv-banner {
    background: linear-gradient(165deg, rgba(16, 185, 129, 0.2) 0%, rgba(99, 102, 241, 0.25) 35%, #131722 55%, #0f1219 100%);
}
.sv-page--sw-hazir .sv-nav a.is-active { color: #6ee7b7; border-color: rgba(52, 211, 153, 0.35); }
.sv-page--sw-hazir .sv-banner__eyebrow,
.sv-page--sw-hazir .sv-pkg-card__amount,
.sv-page--sw-hazir .sv-panel__more { color: #6ee7b7; }
.sv-page--sw-hazir .sv-banner__icon { color: #6ee7b7; border-color: rgba(52, 211, 153, 0.35); background: rgba(16, 185, 129, 0.12); }
.sv-page--sw-hazir .sv-sidebar__cta,
.sv-page--sw-hazir .sv-pkg-card__btn { background: linear-gradient(135deg, #059669, #34d399); color: #0f172a; }

.sv-page--sw-ozel .sv-banner {
    background: linear-gradient(165deg, rgba(236, 72, 153, 0.15) 0%, rgba(99, 102, 241, 0.3) 40%, #131722 58%, #0f1219 100%);
}
.sv-page--sw-ozel .sv-nav a.is-active { color: #f9a8d4; border-color: rgba(244, 114, 182, 0.35); }
.sv-page--sw-ozel .sv-banner__eyebrow,
.sv-page--sw-ozel .sv-pkg-card__amount,
.sv-page--sw-ozel .sv-panel__more { color: #f9a8d4; }
.sv-page--sw-ozel .sv-banner__icon { color: #f9a8d4; border-color: rgba(244, 114, 182, 0.35); background: rgba(236, 72, 153, 0.12); }
.sv-page--sw-ozel .sv-sidebar__cta,
.sv-page--sw-ozel .sv-pkg-card__btn { background: linear-gradient(135deg, #db2777, #ec4899); }

.sv-offer-grid {
    display: grid; gap: 1rem; margin: 1.25rem 0 1.5rem;
}
@media (min-width: 720px) { .sv-offer-grid { grid-template-columns: repeat(2, 1fr); } }
.sv-offer-card {
    display: flex; flex-direction: column; gap: 0.65rem;
    padding: 1.25rem 1.35rem; border-radius: 1rem;
    background: rgba(28, 34, 48, 0.9); border: 1px solid rgba(129, 140, 248, 0.2);
    transition: border-color 0.2s, transform 0.2s;
}
.sv-offer-card:hover { border-color: rgba(129, 140, 248, 0.45); transform: translateY(-2px); }
.sv-offer-card__icon {
    width: 2.5rem; height: 2.5rem; border-radius: 12px;
    display: grid; place-items: center; background: rgba(99, 102, 241, 0.2); color: #a5b4fc;
}
.sv-offer-card__icon .icon { width: 1.25rem; height: 1.25rem; }
.sv-offer-card__title { margin: 0; font-size: 1.05rem; font-weight: 800; color: #fff; }
.sv-offer-card__desc { margin: 0; flex: 1; font-size: 13px; line-height: 1.55; color: rgba(148, 163, 184, 0.95); }
.sv-offer-card__tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.35rem; }
.sv-offer-card__tags li {
    font-size: 10px; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 6px;
    background: rgba(99, 102, 241, 0.15); color: #c7d2fe;
}
.sv-offer-card__btn {
    display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.35rem;
    padding: 0.55rem 0.85rem; border-radius: 0.65rem; font-size: 12px; font-weight: 800;
    text-decoration: none; color: #fff; background: linear-gradient(135deg, #4f46e5, #6366f1); width: fit-content;
}
.sv-offer-card__btn:hover { filter: brightness(1.08); }

/* İletişim paneli — özel yazılım (paket yok) */
.sv-contact-panel {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.35rem;
    padding: 1.35rem 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(19, 23, 34, 0.95));
    border: 1px solid rgba(129, 140, 248, 0.3);
}
@media (min-width: 720px) {
    .sv-contact-panel {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.sv-page--sw-ozel .sv-contact-panel {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(99, 102, 241, 0.12), rgba(19, 23, 34, 0.95));
    border-color: rgba(244, 114, 182, 0.28);
}
.sv-contact-panel__title {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
    font-weight: 900;
    color: #fff;
}
.sv-contact-panel__lead {
    margin: 0 0 0.75rem;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(203, 213, 225, 0.9);
}
.sv-contact-panel__points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.sv-contact-panel__points li {
    font-size: 12px;
    font-weight: 600;
    color: rgba(203, 213, 225, 0.88);
}
.sv-contact-panel__points li::before {
    content: "✓ ";
    color: #6ee7b7;
    font-weight: 900;
}
.sv-page--sw-ozel .sv-contact-panel__points li::before { color: #f9a8d4; }
.sv-contact-panel__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
}
.sv-contact-panel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1.15rem;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    white-space: nowrap;
}
.sv-page--sw-ozel .sv-contact-panel__btn {
    background: linear-gradient(135deg, #db2777, #ec4899);
}
.sv-contact-panel__link {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #a5b4fc;
    text-decoration: none;
}
.sv-page--sw-ozel .sv-contact-panel__link { color: #f9a8d4; }
.sv-contact-panel__link:hover { text-decoration: underline; }

/* Optimizasyon — hizmet kartları */
.sv-svc-cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .sv-svc-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sv-svc-cards { grid-template-columns: repeat(3, 1fr); }
}
.sv-svc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.1rem 1.15rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(17, 24, 39, 0.85);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.sv-svc-card:hover {
    border-color: rgba(255, 140, 0, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.sv-svc-card--featured {
    border-color: rgba(255, 140, 0, 0.45);
    box-shadow: inset 0 0 0 1px rgba(255, 140, 0, 0.2);
}
.sv-svc-card__chip {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.45rem;
    border-radius: 5px;
    background: rgba(255, 140, 0, 0.2);
    color: #ffb347;
}
.sv-svc-card__head {
    padding-bottom: 0.65rem;
    margin-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-svc-card__head h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5eead4;
}
.sv-svc-card__period {
    display: block;
    margin-top: 0.35rem;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
}
.sv-svc-card__price {
    margin: 0.25rem 0 0;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.1;
    color: #f8fafc;
}
.sv-svc-card__price small,
.sv-sla-tier__price small {
    font-size: 0.42em;
    font-weight: 700;
    color: #94a3b8;
    margin-left: 0.15rem;
}
.sv-svc-line--accent { color: #4ade80; font-weight: 800; }
.sv-svc-line--warn { color: #ff8c00; font-weight: 800; }
.sv-svc-card__list {
    flex: 1;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(203, 213, 225, 0.9);
}
.sv-svc-card__list li {
    position: relative;
    padding-left: 0.85rem;
}
.sv-svc-card__list li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #ff8c00;
    font-weight: 900;
}
.sv-svc-card__btn {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(135deg, #4ade80, #22c55e);
    transition: filter 0.15s;
}
.sv-svc-card__btn:hover { filter: brightness(1.06); }

/* SLA — sütun karşılaştırma */
.sv-sla-tiers {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
}
@media (min-width: 560px) {
    .sv-sla-tiers { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .sv-sla-tiers { grid-template-columns: repeat(4, 1fr); }
}
.sv-sla-tier {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(17, 24, 39, 0.9);
    overflow: hidden;
}
.sv-sla-tier--featured {
    border-color: rgba(45, 212, 191, 0.45);
    box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.15);
}
.sv-sla-tier__chip {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    background: rgba(45, 212, 191, 0.2);
    color: #5eead4;
}
.sv-sla-tier__head {
    padding: 1rem 0.85rem 0.75rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sv-sla-tier__head h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
    color: #2dd4bf;
}
.sv-sla-tier__period {
    display: block;
    margin-top: 0.2rem;
    font-size: 11px;
    color: #94a3b8;
}
.sv-sla-tier__price {
    margin: 0.15rem 0 0;
    font-size: 1.5rem;
    font-weight: 900;
    color: #f1f5f9;
}
.sv-sla-tier__features {
    list-style: none;
    margin: 0;
    padding: 0.65rem 0.75rem;
    flex: 1;
    font-size: 10px;
    line-height: 1.45;
}
.sv-sla-tier__feat {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.28rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.sv-sla-tier__feat span:last-child {
    flex: 1;
    color: #cbd5e1;
}
.sv-sla-tier__feat em {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #94a3b8;
    font-size: 9px;
}
.sv-sla-tier__feat.is-excluded span:last-child {
    color: #64748b;
}
.sv-sla-tier__icon {
    flex-shrink: 0;
    width: 1rem;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
}
.sv-sla-tier__icon--yes { color: #4ade80; }
.sv-sla-tier__icon--no { color: #64748b; }
.sv-sla-tier__sla {
    margin: 0;
    padding: 0.55rem 0.65rem;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    color: #ff8c00;
    background: rgba(255, 140, 0, 0.08);
    border-top: 1px solid rgba(255, 140, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}
.sv-sla-tier__sla .icon { flex-shrink: 0; opacity: 0.9; }
.sv-sla-tier__btn {
    display: block;
    margin: 0;
    padding: 0.6rem;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(135deg, #4ade80, #22c55e);
}
.sv-sla-tier__btn:hover { filter: brightness(1.05); }

/* Tema: optimizasyon */
.sv-page--sw-opt .sv-banner__eyebrow,
.sv-page--sw-opt .sv-banner__spot-price,
.sv-page--sw-opt .sv-pkg-card__amount,
.sv-page--sw-opt .sv-panel__more,
.sv-page--sw-opt .sv-svc-card__head h3 { color: #5eead4; }
.sv-page--sw-opt .sv-banner__icon {
    border-color: rgba(45, 212, 191, 0.35);
    background: rgba(13, 148, 136, 0.15);
    color: #5eead4;
}
.sv-page--sw-opt .sv-banner__spot-btn,
.sv-page--sw-opt .sv-sidebar__cta,
.sv-page--sw-opt .sv-svc-card__btn {
    background: linear-gradient(135deg, #059669, #34d399);
    color: #0f172a;
}
.sv-page--sw-opt .sv-tabs__btn.is-active,
.sv-page--sw-opt .sv-nav a.is-active {
    border-color: rgba(45, 212, 191, 0.3);
    background: rgba(13, 148, 136, 0.1);
    color: #5eead4;
}

/* Tema: SLA */
.sv-page--sw-sla .sv-banner__eyebrow,
.sv-page--sw-sla .sv-banner__spot-price,
.sv-page--sw-sla .sv-panel__more { color: #2dd4bf; }
.sv-page--sw-sla .sv-banner__icon {
    border-color: rgba(45, 212, 191, 0.35);
    background: rgba(13, 148, 136, 0.15);
    color: #2dd4bf;
}
.sv-page--sw-sla .sv-banner__spot-btn,
.sv-page--sw-sla .sv-sidebar__cta,
.sv-page--sw-sla .sv-sla-tier__btn {
    background: linear-gradient(135deg, #059669, #34d399);
    color: #0f172a;
}
.sv-page--sw-sla .sv-tabs__btn.is-active,
.sv-page--sw-sla .sv-nav a.is-active {
    border-color: rgba(45, 212, 191, 0.3);
    background: rgba(13, 148, 136, 0.1);
    color: #2dd4bf;
}
