/* ── VDS Sunucu Page ── */
    .vds-hero { background:linear-gradient(135deg,#0a0f1e 0%,#0f2044 50%,#0a0f1e 100%); padding:100px 0 80px; position:relative; overflow:hidden; }
    .vds-hero::before { content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px); background-size:32px 32px; pointer-events:none; }
    .vds-hero-glow { position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.28) 0%,transparent 65%);top:-150px;right:-100px;pointer-events:none; }
    .vds-hero h1 { color:#fff;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.12;letter-spacing:-.03em;margin-bottom:18px; }
    .vds-hero h1 span { background:linear-gradient(90deg,#60a5fa,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
    .vds-hero-lead { color:rgba(255,255,255,.62);font-size:1.05rem;line-height:1.75;margin-bottom:32px;max-width:520px; }
    .vds-hero-tags { display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px; }
    .vds-hero-tag { display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:5px 13px;color:rgba(255,255,255,.7);font-size:.76rem;font-weight:600; }
    .vds-hero-btns { display:flex;gap:12px;flex-wrap:wrap; }
    .vds-hero-btn-primary { display:inline-flex;align-items:center;gap:8px;background:#2563eb;color:#fff;font-weight:800;font-size:.92rem;padding:13px 28px;border-radius:12px;text-decoration:none;transition:all .2s; }
    .vds-hero-btn-primary:hover { background:#1d4ed8;color:#fff;transform:translateY(-2px); }
    .vds-hero-btn-ghost { display:inline-flex;align-items:center;gap:8px;background:transparent;border:2px solid rgba(255,255,255,.18);color:rgba(255,255,255,.8);font-weight:700;font-size:.92rem;padding:11px 24px;border-radius:12px;text-decoration:none;transition:all .2s; }
    .vds-hero-btn-ghost:hover { border-color:rgba(255,255,255,.45);color:#fff; }

    /* Plan type cards */
    .vds-plan-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px; }
    .vds-plan-card { background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:26px 24px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px;transition:all .25s; }
    .vds-plan-card:hover { border-color:var(--primary);box-shadow:0 8px 32px rgba(37,99,235,.12);transform:translateY(-4px);color:inherit; }
    .vds-plan-card.vds-plan-featured { border-color:#2563eb;box-shadow:0 4px 20px rgba(37,99,235,.12); }
    .vds-plan-icon { width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:4px; }
    .vds-plan-name { font-size:.95rem;font-weight:800;color:var(--dark); }
    .vds-plan-desc { font-size:.8rem;color:var(--muted);line-height:1.5; }
    .vds-plan-badge { display:inline-flex;align-items:center;gap:4px;background:var(--primary-xl);color:var(--primary);font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:999px;width:fit-content; }
    .vds-plan-arrow { margin-top:auto;font-size:.78rem;color:var(--primary);font-weight:700;display:flex;align-items:center;gap:5px; }

    /* Comparison table */
    .vds-cmp-table { width:100%;border-collapse:collapse;font-size:.84rem; }
    .vds-cmp-table th { background:#f1f5f9;padding:14px 18px;font-weight:800;font-size:.8rem;color:var(--dark);text-align:center;border:1px solid var(--border); }
    .vds-cmp-table th:first-child { text-align:left; }
    .vds-cmp-table td { padding:13px 18px;border:1px solid var(--border);color:var(--muted);text-align:center;vertical-align:middle; }
    .vds-cmp-table td:first-child { text-align:left;font-weight:600;color:var(--dark2); }
    .vds-cmp-table tr:hover td { background:#f8fafc; }
    .vds-cmp-yes { color:#059669;font-weight:800; }
    .vds-cmp-no { color:#94a3b8; }
    .vds-cmp-partial { color:#d97706;font-weight:700; }
    .vds-cmp-table th.vds-cmp-highlight { background:var(--primary);color:#fff; }
    .vds-cmp-table td.vds-cmp-highlight { background:#eff6ff;color:var(--primary);font-weight:700; }

    /* Mobil Karşılaştırma */
    .vds-mob-compare { display:none; }
    @media(max-width:767px){
      .vds-cmp-table-wrap { display:none; }
      .vds-mob-compare { display:block; }
      .vds-mob-plans {
        display:flex; gap:8px; overflow-x:auto;
        padding:4px 2px 12px; scrollbar-width:none; -ms-overflow-style:none;
      }
      .vds-mob-plans::-webkit-scrollbar { display:none; }
      .vds-mob-plan-btn {
        flex-shrink:0; padding:9px 18px;
        border:1.5px solid #e2e8f0; border-radius:999px;
        background:#fff; font-size:.8rem; font-weight:700;
        color:#64748b; cursor:pointer; font-family:inherit;
        transition:all .2s; white-space:nowrap;
      }
      .vds-mob-plan-btn.active {
        background:#1e40af; border-color:#1e40af;
        color:#fff; box-shadow:0 4px 16px rgba(30,64,175,.25);
      }
      .vds-mob-plan-btn.active.is-recommended {
        background:linear-gradient(135deg,#2563eb,#4f46e5); border-color:transparent;
      }
      .vds-mob-plan-header {
        background:linear-gradient(135deg,#eff6ff,#eef2ff);
        border:1.5px solid #bfdbfe; border-radius:16px;
        padding:18px 20px 14px; margin-bottom:4px;
        display:flex; align-items:center; justify-content:space-between;
      }
      .vds-mob-plan-name { font-size:1rem; font-weight:800; color:#1e40af; }
      .vds-mob-plan-badge {
        font-size:.62rem; font-weight:900; letter-spacing:.05em;
        background:#2563eb; color:#fff; padding:3px 10px; border-radius:999px;
      }
      .vds-mob-rows {
        background:#fff; border:1px solid #e2e8f0; border-radius:16px; overflow:hidden;
      }
      .vds-mob-row {
        display:flex; align-items:center;
        padding:13px 18px; border-bottom:1px solid #f1f5f9; gap:12px;
      }
      .vds-mob-row:last-child { border-bottom:none; }
      .vds-mob-row-label { flex:1; font-size:.84rem; font-weight:600; color:#334155; }
      .vds-mob-row-val { font-size:.9rem; font-weight:700; color:#0f172a; text-align:right; flex-shrink:0; max-width:52%; }
    }

    /* Use-case cards */
    .vds-usecase-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px; }
    .vds-usecase-card { background:#f8fafc;border:1.5px solid var(--border);border-radius:14px;padding:22px 20px;transition:all .2s; }
    .vds-usecase-card:hover { background:#fff;box-shadow:0 6px 24px rgba(37,99,235,.1);border-color:rgba(37,99,235,.25); }

    /* FAQ */
    .vds-faq-item { border-bottom:1px solid var(--border); }
    .vds-faq-q { width:100%;background:none;border:none;padding:18px 0;text-align:left;font-size:.9rem;font-weight:700;color:var(--dark2);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px; }
    .vds-faq-q .faq-chev { color:#94a3b8;transition:transform .25s;flex-shrink:0; }
    .vds-faq-q[aria-expanded="true"] .faq-chev { transform:rotate(180deg); }
    .vds-faq-a { max-height:0;overflow:hidden;transition:max-height .35s ease; }
    .vds-faq-a-inner { padding:0 0 18px;color:var(--muted);font-size:.875rem;line-height:1.75; }
    .vds-faq-a--open { max-height:500px; }