/* =====================================================================
   Hosting ürün sayfası — yeniden tasarım (2026-09-23)
   Murat: "slider ve alt içerikler değişsin; modern, kurumsal, estetik,
   göze hitap eden, paketlerde öneriler olsun; yapay zekâ işi gibi değil
   profesyonel bir tasarımcının elinden çıkmış gibi dursun."

   ⚠️ KAPSAM: Tüm kurallar `.vlhp` sarmalayıcısının ALTINDA. Tema genelindeki
   `.vl-page-head`, `.vl-pricing-box`, `.vl-faq-item` vb. sınıflar diğer ürün
   sayfalarında da kullanılıyor; onları bozmamak için hiçbir global kural
   yazılmadı. Beğenilirse aynı sarmalayıcı diğer sayfalara da eklenir.

   ⚠️ KORUNAN KANCALAR (main.js'e bağlı, sınıf/kimlik değiştirilmemeli):
   `.vl-section-tabs .link#cpanel-hosting|#directadmin-hosting`,
   `.vl-tabs-content#tab-…`, `.vl-tabs-active-hint`, `.vl-tabs-content .btn-purple`
   (panel teyit penceresi), `.vl-compare-tabs .link` + `.vl-compare-tabs-content`,
   `.vl-faq-item .head/.body`, fiyatlardaki `data-currency` (currency.js).

   Geri alma: bu dosya + şablondaki <link>/<script> satırları kaldırılır,
   şablon git geçmişinden eski haline döndürülür.
   ===================================================================== */

.vlhp {
    --hp-ink: #161B33;
    --hp-ink-soft: #454B6B;
    --hp-muted: #7D839F;
    --hp-line: #E6E8F2;
    --hp-purple: #4553C7;
    --hp-purple-dark: #2E3A9E;
    --hp-mint: #0E9F6E;
    --hp-bg-soft: #F7F8FC;
    --hp-radius: 16px;
}

.vlhp img { max-width: 100%; }

/* --- Ortak bölüm başlığı --- */
.vlhp-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.vlhp-head.sol { margin-left: 0; text-align: left; }
.vlhp-eyebrow {
    display: inline-block; margin-bottom: 10px;
    font-size: 11.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--hp-purple);
}
.vlhp-h2 {
    margin: 0 0 12px; font-size: 32px; line-height: 1.25; font-weight: 800;
    color: var(--hp-ink); letter-spacing: -.4px;
}
.vlhp-lead { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--hp-muted); }
.vlhp-section { padding: 68px 0; }
.vlhp-section.acik { background: var(--hp-bg-soft); }

/* =====================================================================
   1) HERO
   ===================================================================== */
.vlhp-hero {
    position: relative; overflow: hidden;
    padding: 74px 0 96px;
    /* Üst menü tam olarak #4553C7 — hero de oradan başlayıp aşağı doğru koyulaşıyor
       ki menüyle arasında görünür bir çizgi/ton farkı kalmasın (2026-09-23, Murat). */
    background: linear-gradient(180deg, #4553C7 0%, #3F4CBC 22%, #34409F 62%, #2B3486 100%);
    color: #fff;
}
/* Çok hafif ışık ve ızgara — düz mor blok yerine derinlik */
/* Arka plan dokusu — 2026-09-23 (Murat: "arka font ve kare var, burası ne olmalı?")
   Tekrar eden kare ızgara boş alanda "milimetrik kağıt" gibi görünüyor ve hazır
   şablon hissi veriyordu; kaldırıldı. Yerine tekrar etmeyen, yumuşak ışık
   katmanları kondu: sağ üstte geniş bir aydınlık, sol altta derinlik gölgesi ve
   görselin arkasında onu yerine oturtan bir hâle.
   ⚠️ Hiçbir katman hero'nun ÜST kenarına değmez — menü de aynı #4553C7 olduğu
   için üstteki en küçük ton farkı çizgi gibi görünüyor. */
.vlhp-hero::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(1100px 620px at 82% 58%, rgba(255,255,255,.13), transparent 64%),
        radial-gradient(760px 420px at 4% 104%, rgba(6,10,44,.30), transparent 62%);
}
/* Görselin arkasındaki hâle — mockup boşlukta asılı kalmasın */
.vlhp-hero::after {
    content: ""; position: absolute; pointer-events: none;
    right: -6%; bottom: -6%; width: 780px; height: 560px;
    background: radial-gradient(closest-side, rgba(125,224,179,.16), transparent 72%);
    filter: blur(6px);
}
.vlhp-hero > .container { position: relative; z-index: 2; }
.vlhp-hero-grid {
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 48px; align-items: center;
}

.vlhp-chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px 6px 10px; border-radius: 999px;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
    font-size: 12.5px; font-weight: 700; letter-spacing: .2px;
}
.vlhp-chip i { font-size: 12px; }
.vlhp-chip .nokta {
    width: 7px; height: 7px; border-radius: 50%; background: #4ADE80;
    box-shadow: 0 0 0 4px rgba(74,222,128,.22);
}

.vlhp-h1 {
    margin: 18px 0 14px; font-size: 46px; line-height: 1.1; font-weight: 800;
    letter-spacing: -1.2px; color: #fff;
}
/* Vurgu: sözcüğün altına çekilmiş şerit. Konumlandırılmış ::after yerine arka plan
   gradyanı kullanılıyor — negatif z-index bölüm arka planının ARKASINA düşüyordu. */
.vlhp-h1 .vurgu {
    background-image: linear-gradient(transparent 62%, rgba(255,255,255,.26) 62%, rgba(255,255,255,.26) 92%, transparent 92%);
    padding: 0 3px;
}
.vlhp-hero-lead {
    margin: 0 0 22px; max-width: 540px;
    font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.86);
}

/* Özellik listesi — eskiden hap rozetlerdi; 3+2 düzensiz sarınca "birbirine
   girmiş" görünüyordu (2026-09-23, Murat). Artık hizalı iki sütunlu sade liste. */
.vlhp-ozet {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px; margin: 0 0 28px; padding: 0; list-style: none;
    max-width: 520px;
}
.vlhp-ozet li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14.5px; line-height: 1.5; font-weight: 500; color: rgba(255,255,255,.94);
}
.vlhp-ozet i {
    flex: 0 0 auto; margin-top: 3px; font-size: 10px; color: #0F2A6B;
    width: 17px; height: 17px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: #7DE0B3;
}

.vlhp-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.vlhp-btn {
    display: inline-flex; align-items: center; gap: 9px;
    height: 50px; padding: 0 26px; border-radius: 12px;
    font-size: 15px; font-weight: 700; text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.vlhp-btn.birincil {
    background: #fff; color: var(--hp-purple-dark);
    box-shadow: 0 8px 22px rgba(10,16,60,.28);
}
.vlhp-btn.birincil:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(10,16,60,.34); color: var(--hp-purple-dark); text-decoration: none; }
.vlhp-btn.ikincil {
    background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.34);
}
.vlhp-btn.ikincil:hover { background: rgba(255,255,255,.2); color: #fff; text-decoration: none; }

/* Hero alt metrikler — dördü tek satırda ve aynı hizada (2026-09-23, Murat);
   eskiden flex-wrap ile 3+1 kırılıp hizadan çıkıyordu. */
.vlhp-metrik {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px; max-width: 560px;
}
.vlhp-metrik > div { min-width: 0; }
.vlhp-metrik .sayi { font-size: 23px; font-weight: 800; line-height: 1.1; letter-spacing: -.5px; white-space: nowrap; }
.vlhp-metrik .etiket { margin-top: 4px; font-size: 12px; line-height: 1.35; color: rgba(255,255,255,.7); }

/* =====================================================================
   HERO GÖRSELİ — kampanya bandı (2026-09-23)
   Murat: "gerçeği gösteren, kampanyalı gibi, kurumsal, kaliteyi ve güveni
   simgeleyen" bir görsel olsun. Temada fotoğraf varlığı olmadığı için
   tarayıcı penceresi maketi + kampanya mührü + SSL kalkanı HTML/CSS ile
   kuruldu (her ekranda net, ek istek yok, geri alması kolay).
   ⚠️ Mühürdeki oran gerçek kampanyadır (DirectAdmin %40); uydurma rakam yazılmaz.
   ===================================================================== */
.vlhp-gorsel { position: relative; padding: 10px 26px 26px 0; }

.vlhp-maket {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 26px 60px rgba(8,13,48,.42), 0 2px 0 rgba(255,255,255,.35) inset;
}
.vlhp-maket-bar {
    display: flex; align-items: center; gap: 6px;
    padding: 11px 14px; background: #F1F3F9; border-bottom: 1px solid #E3E6F1;
}
.vlhp-maket-bar .nokta { width: 9px; height: 9px; border-radius: 50%; background: #D6DAE8; }
.vlhp-maket-bar .nokta:first-child { background: #F2A6A6; }
.vlhp-maket-bar .nokta:nth-child(2) { background: #F5D69B; }
.vlhp-maket-bar .nokta:nth-child(3) { background: #A9DFC2; }
.vlhp-maket-bar .adres {
    flex: 1 1 auto; margin-left: 8px; padding: 5px 12px; border-radius: 999px;
    background: #fff; border: 1px solid #E3E6F1;
    font-size: 11.5px; font-weight: 600; color: #5B6079;
    display: flex; align-items: center; gap: 7px;
}
.vlhp-maket-bar .adres i { font-size: 9.5px; color: var(--hp-mint); }

.vlhp-maket-govde { padding: 20px 20px 22px; }
.vlhp-hiz { display: flex; align-items: center; gap: 16px; }
.vlhp-hiz .kadran {
    flex: 0 0 auto; position: relative; width: 92px; height: 92px; border-radius: 50%;
    background: conic-gradient(var(--hp-mint) 0 78%, #E9ECF6 78% 100%);
    display: flex; align-items: center; justify-content: center;
}
.vlhp-hiz .kadran::after {
    content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #fff;
}
.vlhp-hiz .kadran .deger {
    position: relative; z-index: 1; font-size: 25px; font-weight: 800;
    color: var(--hp-ink); letter-spacing: -.5px;
}
.vlhp-hiz .kadran .deger i { font-size: 30px; color: var(--hp-mint); }
.vlhp-hiz .kadran .deger small { font-size: 12px; font-weight: 700; color: var(--hp-muted); margin-left: 2px; }
.vlhp-hiz .hiz-metin { min-width: 0; }
.vlhp-hiz .hiz-metin strong { display: block; font-size: 15.5px; font-weight: 800; color: var(--hp-ink); }
.vlhp-hiz .hiz-metin span { display: block; margin-top: 4px; font-size: 12.5px; line-height: 1.5; color: var(--hp-muted); }

.vlhp-maket-cipler { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.vlhp-maket-cipler span {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 11px; border-radius: 8px; background: #F4F6FD;
    font-size: 11.5px; font-weight: 700; color: #4B5070;
}
.vlhp-maket-cipler i { font-size: 10px; color: var(--hp-purple); }

.vlhp-maket-satir { display: flex; gap: 8px; margin-top: 14px; }
.vlhp-maket-satir span { height: 8px; border-radius: 999px; background: #EDEFF7; }
.vlhp-maket-satir span:first-child { flex: 0 0 62%; }
.vlhp-maket-satir span:last-child { flex: 1 1 auto; }
.vlhp-maket-satir.kisa { margin-top: 9px; }
.vlhp-maket-satir.kisa span:first-child { flex: 0 0 38%; }
.vlhp-maket-satir.kisa span:last-child { flex: 0 0 26%; }

/* Kampanya mührü */
.vlhp-muhur {
    position: absolute; right: -6px; bottom: 34px;
    width: 124px; height: 124px; border-radius: 22px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: linear-gradient(140deg, #E8384F 0%, #C5233B 100%);
    box-shadow: 0 16px 34px rgba(197,35,59,.42);
    transform: rotate(-6deg); color: #fff; text-align: center; line-height: 1;
}
.vlhp-muhur strong { font-size: 34px; font-weight: 800; letter-spacing: -1px; }
.vlhp-muhur span { margin-top: 3px; font-size: 10.5px; font-weight: 600; opacity: .92; }
.vlhp-muhur em { margin-top: 2px; font-style: normal; font-size: 15px; font-weight: 800; }

/* Ücretsiz SSL kalkanı — maketin köşesine binmesin diye dışarı alındı */
.vlhp-kalkan {
    position: absolute; right: -10px; top: -18px;
    width: 86px; height: 92px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
    color: #fff; text-align: center;
}
.vlhp-kalkan i {
    position: absolute; inset: 0; font-size: 92px; line-height: 92px;
    color: #2E3AA6; filter: drop-shadow(0 10px 22px rgba(8,13,48,.45));
}
.vlhp-kalkan span {
    position: relative; z-index: 1; font-size: 11px; font-weight: 700; line-height: 1.25;
}
.vlhp-kalkan strong { display: block; font-size: 17px; font-weight: 800; letter-spacing: .3px; }

/* --- Eski "Sunucu özeti" kartı (2026-09-23'te kaldırıldı, geri almak
   istenirse stiller duruyor) --- */
.vlhp-kart {
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
    border-radius: 20px; padding: 22px; backdrop-filter: blur(6px);
    box-shadow: 0 24px 60px rgba(8,13,48,.35);
}
.vlhp-kart-ust {
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 14px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18);
}
.vlhp-kart-ust .ad { font-size: 14.5px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.vlhp-kart-ust .ad i { color: #7DE0B3; }
.vlhp-kart-ust .durum {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11.5px; font-weight: 700; color: #C9F5DF;
}
.vlhp-kart-satir {
    display: flex; align-items: center; justify-content: space-between;
    padding: 9px 0; font-size: 13.5px; color: rgba(255,255,255,.82);
}
.vlhp-kart-satir + .vlhp-kart-satir { border-top: 1px dashed rgba(255,255,255,.14); }
.vlhp-kart-satir strong { color: #fff; font-weight: 700; }
.vlhp-kart-bar { margin-top: 16px; }
.vlhp-kart-bar .etiket {
    display: flex; justify-content: space-between; font-size: 12px;
    color: rgba(255,255,255,.72); margin-bottom: 7px;
}
.vlhp-kart-bar .cubuk { height: 7px; border-radius: 999px; background: rgba(255,255,255,.18); overflow: hidden; }
.vlhp-kart-bar .cubuk i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg,#7DE0B3,#4ADE80); }

/* Hero altı güven şeridi */
.vlhp-logolar {
    background: #fff; border-bottom: 1px solid var(--hp-line);
    padding: 18px 0;
}
.vlhp-logolar .ic {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 14px 40px;
}
.vlhp-logolar .baslik {
    font-size: 11.5px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--hp-muted);
}
.vlhp-logolar img { height: 24px; width: auto; opacity: .62; filter: grayscale(1); transition: opacity .15s, filter .15s; }
.vlhp-logolar img:hover { opacity: 1; filter: none; }

/* =====================================================================
   2) PAKETLER + ÖNERİ
   ===================================================================== */
/* Hero'nun hemen altında başlıyor (logo şeridi kaldırıldı, üst boşluk azaltıldı) */
.vlhp-plans { padding: 44px 0 72px; }
.vlhp-plans .vlhp-head { margin-bottom: 26px; }

/* Panel sekmeleri (main.js kancaları korunuyor, sadece görünüm) */
.vlhp .vl-section-tabs { margin: 0 0 14px; text-align: center; }
.vlhp .vl-section-tabs ul {
    display: inline-flex; gap: 6px; padding: 6px;
    background: #EFF1F8; border-radius: 14px;
}
.vlhp .vl-section-tabs li { margin: 0; padding: 0; list-style: none; }
.vlhp .vl-section-tabs .link {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 10px 20px; border-radius: 10px;
    font-size: 14px; font-weight: 700; color: var(--hp-ink-soft);
    background: transparent; border: 0; text-decoration: none;
    transition: background .15s, color .15s, box-shadow .15s;
}
.vlhp .vl-section-tabs .link img { height: 18px; width: auto; }
.vlhp .vl-section-tabs .link:hover { color: var(--hp-ink); }
.vlhp .vl-section-tabs .link.active {
    background: #fff; color: var(--hp-ink);
    box-shadow: 0 3px 10px rgba(22,27,51,.1);
}
.vlhp .vl-section-tabs .badge {
    margin-left: 2px; padding: 3px 8px; border-radius: 999px;
    font-size: 10.5px; font-weight: 800; background: #E8384F; color: #fff;
}
.vlhp .vl-tabs-active-hint {
    text-align: center; margin-bottom: 22px;
    font-size: 12.5px; color: var(--hp-muted);
}
.vlhp .vl-tabs-active-hint strong { color: var(--hp-ink); }

/* Paket önerici */
.vlhp-oneri {
    max-width: 860px; margin: 0 auto 30px; padding: 16px 18px;
    background: #fff; border: 1px solid var(--hp-line); border-radius: 14px;
    display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px;
    box-shadow: 0 2px 10px rgba(22,27,51,.04);
}
.vlhp-oneri-baslik {
    display: flex; align-items: center; gap: 9px;
    font-size: 13.5px; font-weight: 700; color: var(--hp-ink);
}
.vlhp-oneri-baslik i { color: var(--hp-purple); }
.vlhp-oneri-secenekler { display: flex; flex-wrap: wrap; gap: 8px; margin-left: auto; }
.vlhp-oneri-btn {
    padding: 8px 15px; border-radius: 999px; cursor: pointer;
    border: 1px solid var(--hp-line); background: #fff;
    font-size: 13px; font-weight: 600; color: var(--hp-ink-soft);
    transition: all .15s;
}
.vlhp-oneri-btn:hover { border-color: #C3C9EC; background: #FAFBFF; }
.vlhp-oneri-btn.secili {
    border-color: var(--hp-purple); background: var(--hp-purple); color: #fff;
}

/* Paket ızgarası */
.vlhp-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px; align-items: stretch; max-width: 1080px; margin: 0 auto;
}
.vlhp-plan {
    position: relative; display: flex; flex-direction: column;
    background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
    padding: 26px 24px 22px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.vlhp-plan:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(22,27,51,.1); border-color: #CFD5F0; }
.vlhp-plan.populer { border-color: var(--hp-purple); box-shadow: 0 14px 34px rgba(69,83,199,.16); }
.vlhp-plan.onerilen { border-color: var(--hp-mint); box-shadow: 0 14px 34px rgba(14,159,110,.16); }

.vlhp-plan-rozet {
    position: absolute; top: -12px; left: 24px;
    padding: 5px 13px; border-radius: 999px;
    font-size: 11.5px; font-weight: 800; letter-spacing: .3px; color: #fff;
    background: var(--hp-purple);
}
.vlhp-plan.onerilen .vlhp-plan-rozet { background: var(--hp-mint); }
.vlhp-plan-oneri-not {
    display: none; margin: 0 0 14px; padding: 9px 12px;
    background: rgba(14,159,110,.08); border: 1px solid rgba(14,159,110,.22);
    border-radius: 10px; font-size: 12.5px; color: #0B7F58; line-height: 1.5;
}
.vlhp-plan.onerilen .vlhp-plan-oneri-not { display: block; }

.vlhp-plan-ad { margin: 0 0 6px; font-size: 20px; font-weight: 800; color: var(--hp-ink); letter-spacing: -.3px; }
.vlhp-plan-kim { margin: 0 0 18px; font-size: 13px; line-height: 1.6; color: var(--hp-muted); min-height: 42px; }

.vlhp-plan-fiyat { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--hp-line); }
.vlhp-plan-fiyat .tutar {
    font-size: 34px; font-weight: 800; color: var(--hp-ink); letter-spacing: -1px;
    font-variant-numeric: tabular-nums;
}
.vlhp-plan-fiyat .cycle { font-size: 14px; font-weight: 600; color: var(--hp-muted); margin-left: 3px; }
.vlhp-plan-fiyat .old-price {
    display: inline-block; margin-left: 8px; font-size: 14px; font-weight: 600;
    color: #B6BBD2; text-decoration: line-through;
}
.vlhp-plan-fiyat .not { display: block; margin-top: 6px; font-size: 12px; color: var(--hp-muted); }
/* Tam sayı büyük, küsürat + para birimi küçük (price-format.js böler) —
   diğer paket sayfalarındaki alışılmış görünümle aynı (2026-09-23, Murat). */
/* Not: panel seçim penceresi `.vlhp` dışında oluştuğu için bu kurallar
   sarmalayıcıya bağlanmadan yazılıyor. */
.vlhp-price-int { font-size: 1em; font-weight: 800; }
.vlhp-price-dec { font-size: .52em; font-weight: 600; letter-spacing: 0; }
.vlhp-oldprice-int { font-size: 1em; }
.vlhp-oldprice-dec { font-size: .82em; }

.vlhp .vlhp-plan .btn-purple {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; height: 48px; border-radius: 12px; border: 0;
    background: linear-gradient(135deg, #4553C7 0%, #5A67D8 100%); color: #fff;
    font-size: 15px; font-weight: 700; letter-spacing: .2px; text-decoration: none;
    box-shadow: 0 4px 12px rgba(69,83,199,.22);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.vlhp .vlhp-plan .btn-purple:hover { transform: translateY(-1px); filter: brightness(1.07); box-shadow: 0 8px 20px rgba(69,83,199,.3); color: #fff; }
.vlhp .vlhp-plan.populer .btn-purple,
.vlhp .vlhp-plan.onerilen .btn-purple { box-shadow: 0 6px 18px rgba(69,83,199,.28); }

.vlhp-plan-ozellik { margin: 20px 0 0; flex: 1 1 auto; }
.vlhp-plan-ozellik .baslik {
    font-size: 11.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
    color: var(--hp-muted); margin-bottom: 10px;
}
.vlhp-plan-ozellik ul { list-style: none; margin: 0; padding: 0; }
.vlhp-plan-ozellik li,
.vlhp-plan-ozellik p {
    position: relative; margin: 0 0 8px; padding-left: 24px;
    font-size: 13.5px; line-height: 1.55; color: var(--hp-ink-soft);
}
.vlhp-plan-ozellik li::before,
.vlhp-plan-ozellik p::before {
    content: "\f00c"; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900; position: absolute; left: 0; top: 1px;
    font-size: 11px; color: var(--hp-mint);
}
.vlhp-plan-ozellik br { display: none; }
/* WHMCS ürün açıklamasının kendi küçük ikonları, bizim yeşil tikimizle
   çift ikon görüntüsü yaratıyordu — tek işaret daha temiz duruyor. */
.vlhp-plan-ozellik i,
.vlhp-plan-ozellik svg { display: none; }

.vlhp-plan-alt {
    margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--hp-line);
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.vlhp-plan-alt .paneller { display: inline-flex; align-items: center; gap: 12px; }
.vlhp-plan-alt .paneller img { height: 18px; width: auto; opacity: .55; filter: grayscale(1); transition: opacity .15s, filter .15s; }
.vlhp-plan-alt .paneller img.genis { height: 13px; } /* yazılı logo — optik denge */
.vlhp-plan:hover .paneller img { opacity: .75; }
.vlhp-plan-alt .detay {
    font-size: 12.5px; font-weight: 600; color: var(--hp-purple); text-decoration: none;
    white-space: nowrap;
}
.vlhp-plan-alt .detay:hover { text-decoration: underline; }

/* --- Kontrol paneli seçimi (satın al sonrası) ---
   2026-09-23, Murat: "panel seçeneğini satın al dedikten sonra sunsak daha mantıklı
   gibi." Sayfadaki cPanel/DirectAdmin sekmeleri kaldırıldı; müşteri "Hemen başla"ya
   basınca iki panel fiyatlarıyla yan yana gösteriliyor ve seçtiği panelin ürünü
   sepete ekleniyor. Böylece yanlış panelle sipariş verme ihtimali de kalmıyor. */
.vlhp-panel-sec { display: none; }
/* ⚠️ Pencere `document.body`'ye ekleniyor, yani `.vlhp` sarmalayıcısının DIŞINDA
   kalıyor. Değişkenler `.vlhp` üzerinde tanımlı olduğu için burada yeniden
   tanımlanmalı — aksi halde renkler tanımsız kalıp bağlantı rengine düşüyor. */
.vlhp-panel-overlay {
    --hp-ink: #161B33;
    --hp-ink-soft: #454B6B;
    --hp-muted: #7D839F;
    --hp-line: #E6E8F2;
    --hp-purple: #4553C7;
    position: fixed; inset: 0; z-index: 9999;
    display: flex; align-items: center; justify-content: center; padding: 20px;
    background: rgba(16,20,48,.55); backdrop-filter: blur(3px);
    animation: vlhpFade .16s ease;
}
@keyframes vlhpFade { from { opacity: 0 } to { opacity: 1 } }
.vlhp-panel-kutu {
    width: 100%; max-width: 620px; background: #fff; border-radius: 18px;
    padding: 26px 26px 22px; box-shadow: 0 30px 70px rgba(10,16,60,.35);
    animation: vlhpUp .2s ease;
}
@keyframes vlhpUp { from { transform: translateY(10px); opacity: .6 } to { transform: none; opacity: 1 } }
.vlhp-panel-kutu .vlhp-panel-baslik {
    margin: 0 0 6px; font-size: 20px; font-weight: 800; color: var(--hp-ink); letter-spacing: -.3px;
}
.vlhp-panel-kutu .vlhp-panel-alt { margin: 0 0 20px; font-size: 13.5px; line-height: 1.6; color: var(--hp-muted); }
.vlhp-panel-kutu .vlhp-panel-sec { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vlhp-panel-kart {
    position: relative; display: flex; flex-direction: column; gap: 10px;
    padding: 20px 18px; border: 1px solid var(--hp-line); border-radius: 14px;
    text-decoration: none; background: #fff;
    transition: border-color .15s, box-shadow .15s, transform .15s;
}
.vlhp-panel-kart:hover {
    border-color: var(--hp-purple); box-shadow: 0 12px 26px rgba(69,83,199,.16);
    transform: translateY(-2px); text-decoration: none;
}
.vlhp-panel-kart .logo { height: 26px; display: flex; align-items: center; }
.vlhp-panel-kart .logo img { height: 26px; width: auto; }
.vlhp-panel-kart .ad { font-size: 15.5px; font-weight: 700; color: var(--hp-ink); }
.vlhp-panel-kart .aciklama { font-size: 12.5px; line-height: 1.55; color: var(--hp-muted); flex: 1 1 auto; }
.vlhp-panel-kart .fiyat { font-size: 22px; font-weight: 800; color: var(--hp-ink); letter-spacing: -.5px; }
.vlhp-panel-kart .fiyat .cycle { font-size: 13px; font-weight: 600; color: var(--hp-muted); margin-left: 2px; }
.vlhp-panel-kart .fiyat .old-price { margin-left: 7px; font-size: 13px; font-weight: 600; color: #B6BBD2; text-decoration: line-through; }
.vlhp-panel-kart .devam {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    height: 42px; border-radius: 10px; font-size: 13.5px; font-weight: 700;
    background: #F2F4FC; color: var(--hp-purple); transition: background .15s, color .15s;
}
.vlhp-panel-kart:hover .devam { background: var(--hp-purple); color: #fff; }
.vlhp-panel-kart .indirim {
    position: absolute; top: -10px; right: 14px;
    padding: 4px 10px; border-radius: 999px; background: #E8384F; color: #fff;
    font-size: 10.5px; font-weight: 800; letter-spacing: .3px;
}
/* "Vazgeç" yerine nereye dönüleceğini söyleyen, daha kibar bir bağlantı
   (2026-09-23, Murat) */
.vlhp-panel-vazgec {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin: 20px auto 0; padding: 9px 20px; border-radius: 999px;
    background: none; border: 1px solid transparent; cursor: pointer;
    font-size: 13.5px; font-weight: 600; color: var(--hp-muted);
    transition: color .15s, background .15s, border-color .15s;
}
.vlhp-panel-vazgec i { font-size: 11px; transition: transform .15s; }
.vlhp-panel-vazgec:hover { color: var(--hp-ink); background: #F5F6FC; border-color: var(--hp-line); }
.vlhp-panel-vazgec:hover i { transform: translateX(-2px); }

/* Paketlerin altındaki güvence şeridi */
.vlhp-guvence {
    max-width: 1080px; margin: 26px auto 0; padding: 16px 20px;
    background: #fff; border: 1px solid var(--hp-line); border-radius: 14px;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 12px 34px;
}
.vlhp-guvence span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--hp-ink-soft); }
.vlhp-guvence i { color: var(--hp-mint); }

/* =====================================================================
   3) KARŞILAŞTIRMA TABLOSU
   ===================================================================== */
/* Karşılaştırma sekmeleri — hap butonlar beğenilmedi (2026-09-23, Murat);
   yerine altı çizgili, yazıya dayalı klasik sekme çubuğu. */
.vlhp .vl-compare-tabs {
    margin: 0 auto 22px; max-width: 1080px;
    border-bottom: 1px solid var(--hp-line);
}
.vlhp .vl-compare-tabs ul {
    display: flex; flex-wrap: wrap; gap: 4px 28px; padding: 0; margin: 0;
    justify-content: center;
}
.vlhp .vl-compare-tabs li { list-style: none; margin: 0; }
.vlhp .vl-compare-tabs .link {
    position: relative; display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 2px 14px; border: 0; background: none; border-radius: 0;
    font-size: 14px; font-weight: 600; color: var(--hp-muted); text-decoration: none;
    transition: color .15s;
}
.vlhp .vl-compare-tabs .link i { font-size: 13px; color: currentColor; opacity: .75; }
.vlhp .vl-compare-tabs .link::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
    background: var(--hp-purple); border-radius: 2px 2px 0 0;
    transform: scaleX(0); transform-origin: center; transition: transform .18s ease;
}
.vlhp .vl-compare-tabs .link:hover { color: var(--hp-ink); }
.vlhp .vl-compare-tabs .link.active { color: var(--hp-purple); }
.vlhp .vl-compare-tabs .link.active i { opacity: 1; }
.vlhp .vl-compare-tabs .link.active::after { transform: scaleX(1); }

.vlhp .vl-compare-table {
    max-width: 1080px; margin: 0 auto; overflow: hidden;
    background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
}
.vlhp .vl-compare-table .grid {
    display: grid; grid-template-columns: minmax(150px, 1.4fr) repeat(3, minmax(0, 1fr));
}
.vlhp .vl-compare-table .head .grid { background: #F4F6FD; }
.vlhp .vl-compare-table .head .item {
    padding: 16px 14px; text-align: center;
    font-size: 15px; font-weight: 800; color: var(--hp-ink);
}
.vlhp .vl-compare-table .head .item:nth-child(3) { color: var(--hp-purple); }
.vlhp .vl-compare-table .list .grid { border-top: 1px solid var(--hp-line); }
.vlhp .vl-compare-table .list:nth-child(even) .grid { background: #FBFCFF; }
.vlhp .vl-compare-table .item { padding: 13px 14px; text-align: center; font-size: 13.5px; color: var(--hp-ink-soft); }
.vlhp .vl-compare-table .item:first-child { text-align: left; font-weight: 600; color: var(--hp-ink); }
.vlhp .vl-compare-table .item:nth-child(3) { background: rgba(69,83,199,.04); }
.vlhp .vl-compare-table .fa-check, .vlhp .vl-compare-table .fa-times { font-size: 13px; }
.vlhp .vl-compare-tabs-content { display: none; }
.vlhp .vl-compare-tabs-content.active { display: block; }

/* ⚠️ Temanın eski tablo stili (style.css: gri/mor dolgu başlıklar, her hücrede
   kenarlıklı iç kutu) bu sayfada devre dışı — ızgara zaten kendi çizgilerini
   çiziyor. Sadece `.vlhp` altında geçerli, diğer ürün sayfaları etkilenmez. */
.vlhp .vl-compare-table .head .text,
.vlhp .vl-compare-table .head .text:first-child,
.vlhp .vl-compare-table .head .item:nth-child(3) .text,
.vlhp .vl-compare-table .head .item:nth-child(4) .text {
    background: none; color: inherit; padding: 0; text-align: inherit;
}
.vlhp .vl-compare-table .list .text,
.vlhp .vl-compare-table .list:first-child .text,
.vlhp .vl-compare-table .list .item:first-child .text {
    padding: 0; border: 0; height: auto; text-align: inherit; font-weight: inherit;
}
.vlhp .vl-compare-table .list .item:first-child .text { font-weight: 600; }
.vlhp .vl-compare-table .fa-check { color: var(--hp-mint); font-size: 14px; }

/* =====================================================================
   4) NEDEN VERİLİNK
   ===================================================================== */
.vlhp-neden-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px; max-width: 1080px; margin: 0 auto;
}
.vlhp-neden-item {
    display: flex; gap: 16px; padding: 24px 22px;
    background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
    transition: border-color .15s, box-shadow .15s, transform .15s;
}
.vlhp-neden-item:hover { border-color: #CFD5F0; box-shadow: 0 12px 26px rgba(22,27,51,.07); transform: translateY(-2px); }
.vlhp-neden-item .ikon {
    flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(69,83,199,.08);
}
.vlhp-neden-item .ikon img { width: 24px; height: 24px; }
.vlhp-neden-item .baslik { margin: 2px 0 6px; font-size: 15.5px; font-weight: 700; color: var(--hp-ink); }
.vlhp-neden-item .aciklama { margin: 0; font-size: 13.5px; line-height: 1.65; color: var(--hp-muted); }

/* Öne çıkan blok */
.vlhp-vitrin {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px; align-items: center; max-width: 1080px; margin: 0 auto;
}
.vlhp-vitrin .gorsel { text-align: center; }
.vlhp-vitrin .gorsel img { max-height: 300px; }
.vlhp-vitrin .metin p { font-size: 15px; line-height: 1.8; color: var(--hp-ink-soft); }
.vlhp-vitrin .vlhp-liste { list-style: none; margin: 18px 0 0; padding: 0; }
.vlhp-vitrin .vlhp-liste li {
    position: relative; padding-left: 28px; margin-bottom: 11px;
    font-size: 14px; color: var(--hp-ink-soft);
}
.vlhp-vitrin .vlhp-liste li i { position: absolute; left: 0; top: 3px; color: var(--hp-mint); }

/* Uygulamalar */
.vlhp-uygulama {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px; max-width: 1080px; margin: 0 auto;
}
.vlhp-uygulama-item {
    text-align: center; padding: 26px 20px;
    background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
    transition: border-color .15s, transform .15s, box-shadow .15s;
}
.vlhp-uygulama-item:hover { border-color: #CFD5F0; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(22,27,51,.07); }
.vlhp-uygulama-item img { height: 46px; width: auto; margin-bottom: 14px; }
.vlhp-uygulama-item .ad { font-size: 15px; font-weight: 700; color: var(--hp-ink); margin: 0 0 6px; }
.vlhp-uygulama-item p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--hp-muted); }

/* =====================================================================
   5) SSS
   ===================================================================== */
.vlhp-sss { max-width: 860px; margin: 0 auto; }
.vlhp .vl-faq-item {
    background: #fff; border: 1px solid var(--hp-line); border-radius: 14px;
    margin-bottom: 10px; overflow: hidden; transition: border-color .15s, box-shadow .15s;
}
.vlhp .vl-faq-item:hover { border-color: #CFD5F0; }
.vlhp .vl-faq-item .head {
    position: relative; padding: 17px 52px 17px 20px; cursor: pointer;
    display: flex; align-items: center;
}
.vlhp .vl-faq-item .head .title { margin: 0; font-size: 15px; font-weight: 600; color: var(--hp-ink); line-height: 1.5; }
.vlhp .vl-faq-item .head::after {
    content: "\f067"; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 900;
    position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(69,83,199,.08); color: var(--hp-purple); font-size: 11px;
    transition: background .15s, color .15s, transform .15s;
}
.vlhp .vl-faq-item .head.active { background: #FAFBFF; }
.vlhp .vl-faq-item .head.active::after { content: "\f068"; background: var(--hp-purple); color: #fff; }
.vlhp .vl-faq-item .body { padding: 0 20px 18px; }
.vlhp .vl-faq-item .body p { margin: 0; font-size: 14px; line-height: 1.75; color: var(--hp-ink-soft); }

/* =====================================================================
   6) DİĞER ÇÖZÜMLER
   ===================================================================== */
.vlhp-diger {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px; max-width: 1080px; margin: 0 auto;
}
.vlhp-diger-item {
    display: flex; flex-direction: column; padding: 24px 22px; text-align: center;
    background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
    transition: border-color .15s, transform .15s, box-shadow .15s;
}
.vlhp-diger-item:hover { border-color: #CFD5F0; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(22,27,51,.07); }
.vlhp-diger-item img { height: 54px; width: auto; margin: 0 auto 14px; }
.vlhp-diger-item .ad { font-size: 15.5px; font-weight: 700; color: var(--hp-ink); margin: 0 0 6px; }
.vlhp-diger-item p { margin: 0 0 16px; font-size: 13px; line-height: 1.6; color: var(--hp-muted); flex: 1 1 auto; }
.vlhp-diger-item .git {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    height: 42px; border-radius: 10px; text-decoration: none;
    background: #F2F4FC; color: var(--hp-purple); font-size: 13.5px; font-weight: 700;
    transition: background .15s, color .15s;
}
.vlhp-diger-item .git:hover { background: var(--hp-purple); color: #fff; text-decoration: none; }

/* =====================================================================
   7) SEO METNİ — katlanır
   ===================================================================== */
.vlhp-seo { position: relative; max-width: 900px; margin: 0 auto; }
.vlhp-seo-govde {
    position: relative; overflow: hidden; max-height: 260px;
    font-size: 14.5px; line-height: 1.85; color: var(--hp-ink-soft);
    transition: max-height .3s ease;
}
.vlhp-seo-govde.acik { max-height: none; }
.vlhp-seo-govde::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 110px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff 85%);
    pointer-events: none; transition: opacity .2s;
}
.vlhp-seo-govde.acik::after { opacity: 0; }
.vlhp-seo-govde h2 { font-size: 19px; font-weight: 700; color: var(--hp-ink); margin: 22px 0 10px; }
.vlhp-seo-govde h3 { font-size: 16px; font-weight: 700; color: var(--hp-ink); margin: 18px 0 8px; }
.vlhp-seo-govde p { margin: 0 0 10px; }
.vlhp-seo-btn {
    display: block; margin: 16px auto 0; padding: 10px 22px; border-radius: 999px;
    background: #fff; border: 1px solid var(--hp-line); cursor: pointer;
    font-size: 13.5px; font-weight: 700; color: var(--hp-purple);
    transition: border-color .15s, background .15s;
}
.vlhp-seo-btn:hover { border-color: var(--hp-purple); background: #FAFBFF; }

/* =====================================================================
   MOBİL
   ===================================================================== */
@media (max-width: 991.98px) {
    /* Tek sütuna düşünce sağda geniş bir boşluk kalıyordu; içerik dar bir
       kolona toplanıp ortalanıyor, görsel de aynı hizaya oturuyor
       (2026-09-23, Murat). */
    .vlhp-hero-grid {
        grid-template-columns: minmax(0, 1fr); gap: 34px;
        max-width: 620px; margin: 0 auto;
    }
    .vlhp-hero { padding-bottom: 62px; }
    .vlhp-ozet { max-width: none; }
    .vlhp-metrik { max-width: none; }
    .vlhp-hero::after { right: -30%; bottom: -12%; }
    /* Tek sütuna düşünce maket genişliyor; rozetler de orantılı küçülsün */
    .vlhp-gorsel { max-width: 560px; margin: 0 auto; padding-right: 34px; }
    .vlhp-muhur { width: 104px; height: 104px; bottom: 26px; }
    .vlhp-muhur strong { font-size: 29px; }
    .vlhp-kalkan { width: 74px; height: 80px; }
    .vlhp-kalkan i { font-size: 80px; line-height: 80px; }
    .vlhp-vitrin { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .vlhp-vitrin .gorsel { order: 2; }
    .vlhp-h1 { font-size: 36px; }
    .vlhp-h2 { font-size: 27px; }
}

@media (max-width: 767.98px) {
    .vlhp-hero { padding: 52px 0 64px; }
    .vlhp-h1 { font-size: 30px; letter-spacing: -.6px; }
    /* Vurgu şeridi iki satıra sarınca geniş gri bir blok gibi duruyor — mobilde kapalı */
    .vlhp-h1 .vurgu { background-image: none; padding: 0; }
    /* Uzun açıklama metni dar ekranda ortalanınca okunması zorlaşıyor */
    .vlhp-head .vlhp-lead { text-align: left; }
    .vlhp-hero-lead { font-size: 15px; }
    .vlhp-section, .vlhp-plans { padding: 46px 0; }
    /* 375px'te dört sütunda etiketler üç satıra kırılıyordu — ikişerli daha okunur */
    .vlhp-metrik { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; }
    .vlhp-metrik .sayi { font-size: 21px; }
    .vlhp-metrik .etiket { font-size: 12.5px; }
    .vlhp-btn { width: 100%; justify-content: center; }
    .vlhp-ozet { grid-template-columns: minmax(0, 1fr); gap: 9px; }
    .vlhp-panel-kutu .vlhp-panel-sec { grid-template-columns: minmax(0, 1fr); }
    .vlhp .vl-compare-tabs ul { justify-content: flex-start; gap: 4px 18px; overflow-x: auto; flex-wrap: nowrap; }
    .vlhp .vl-compare-tabs .link { white-space: nowrap; font-size: 13px; }
    .vlhp-oneri { flex-direction: column; align-items: stretch; }
    .vlhp-oneri-secenekler { margin-left: 0; }
    .vlhp-oneri-btn { flex: 1 1 auto; }
    .vlhp .vl-section-tabs ul { width: 100%; }
    .vlhp .vl-section-tabs .link { padding: 10px 12px; font-size: 13px; }
    .vlhp .vl-compare-table { overflow-x: auto; }
    .vlhp .vl-compare-table .grid { grid-template-columns: minmax(124px, 1.2fr) repeat(3, minmax(74px, 1fr)); }
    .vlhp .vl-compare-table .item { padding: 11px 8px; font-size: 12.5px; }
    .vlhp-plan-kim { min-height: 0; }
    .vlhp-plan-alt { flex-direction: column; align-items: flex-start; gap: 10px; }
}
