/* ── FOREX VDS PAGE STYLES ── */
    .fvds-hero {
      background: linear-gradient(135deg, #f0f6ff 0%, #e8f0fe 55%, #eff6ff 100%);
      padding: 80px 0 70px;
      position: relative;
      overflow: hidden;
    }
    .fvds-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px);
      background-size: 44px 44px;
    }
    .fvds-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(37,99,235,.1);
      border: 1px solid rgba(37,99,235,.25);
      color: #2563eb;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 50px;
      margin-bottom: 20px;
    }
    .fvds-hero h1 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      color: #0f172a;
      line-height: 1.15;
      letter-spacing: -.02em;
    }
    .fvds-hero h1 span { color: #2563eb; }
    .fvds-hero-sub {
      font-size: 1.1rem;
      color: #475569;
      margin: 18px 0 30px;
      max-width: 580px;
      line-height: 1.7;
    }
    .fvds-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }
    .fvds-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 50px;
      padding: 7px 16px;
      font-size: .82rem;
      font-weight: 500;
      color: #374151;
    }
    .fvds-pill i { color: #2563eb; font-size: .78rem; }

    /* Hero visual — trading terminal mockup */
    .fvds-terminal {
      background: #0f172a;
      border-radius: 16px;
      box-shadow: 0 24px 60px rgba(15,23,42,.35), 0 4px 16px rgba(15,23,42,.2);
      overflow: hidden;
      font-family: 'Courier New', monospace;
    }
    .fvds-term-bar {
      background: #1e293b;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      gap: 8px;
      border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .fvds-term-dot { width: 10px; height: 10px; border-radius: 50%; }
    .fvds-term-dot--r { background: #ef4444; }
    .fvds-term-dot--y { background: #eab308; }
    .fvds-term-dot--g { background: #22c55e; }
    .fvds-term-title { font-size: .72rem; color: #94a3b8; margin-left: 8px; font-family: Inter, sans-serif; }
    .fvds-term-body { padding: 20px 18px; }
    .fvds-term-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; border-radius: 8px; margin-bottom: 8px; }
    .fvds-term-row:nth-child(odd) { background: rgba(255,255,255,.04); }
    .fvds-term-pair { font-size: .9rem; font-weight: 700; color: #e2e8f0; }
    .fvds-term-price { font-size: .85rem; color: #94a3b8; }
    .fvds-term-chg--up { font-size: .8rem; font-weight: 700; color: #22c55e; }
    .fvds-term-chg--dn { font-size: .8rem; font-weight: 700; color: #ef4444; }
    .fvds-term-ping { font-size: .72rem; color: #22c55e; font-family: Inter, sans-serif; display: flex; align-items: center; gap: 4px; }
    .fvds-term-ping::before { content: ''; width: 6px; height: 6px; background: #22c55e; border-radius: 50%; display: inline-block; animation: pulse 1.4s infinite; }
    .fvds-term-footer { border-top: 1px solid rgba(255,255,255,.07); padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; }
    .fvds-term-stat { font-size: .72rem; font-family: Inter, sans-serif; }
    .fvds-term-stat span:first-child { color: #64748b; }
    .fvds-term-stat span:last-child { color: #e2e8f0; margin-left: 4px; font-weight: 600; }

    /* Stats bar */
    .fvds-stats {
      background: #fff;
      border-bottom: 1px solid #e2e8f0;
      padding: 28px 0;
    }
    .fvds-stat-item { text-align: center; }
    .fvds-stat-val { font-size: 2rem; font-weight: 800; color: #0f172a; line-height: 1; }
    .fvds-stat-lbl { font-size: .8rem; color: #64748b; margin-top: 4px; }
    .fvds-stat-div { width: 1px; background: #e2e8f0; height: 40px; margin: auto; }

    /* Section headings */
    .fvds-section-tag {
      display: inline-block;
      background: rgba(37,99,235,.08);
      color: #2563eb;
      font-size: .75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em;
      padding: 5px 14px;
      border-radius: 50px;
      margin-bottom: 14px;
      border: 1px solid rgba(37,99,235,.2);
    }
    .fvds-section-title {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 800;
      color: #0f172a;
      letter-spacing: -.02em;
      line-height: 1.2;
    }
    .fvds-section-sub {
      font-size: 1rem;
      color: #64748b;
      margin-top: 12px;
      max-width: 560px;
    }

    /* Feature cards */
    .fvds-card {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      padding: 28px;
      height: 100%;
      transition: box-shadow .2s, transform .2s;
    }
    .fvds-card:hover { box-shadow: 0 8px 32px rgba(37,99,235,.12); transform: translateY(-3px); }
    .fvds-card-icon {
      width: 52px; height: 52px;
      background: rgba(37,99,235,.1);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: #2563eb;
      margin-bottom: 18px;
    }
    .fvds-card h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
    .fvds-card p { font-size: .9rem; color: #64748b; line-height: 1.65; margin: 0; }

    /* Platform badges */
    .fvds-platform {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 22px 24px;
      display: flex;
      align-items: center;
      gap: 18px;
      transition: box-shadow .2s;
    }
    .fvds-platform:hover { box-shadow: 0 4px 20px rgba(37,99,235,.1); }
    .fvds-platform-icon {
      width: 48px; height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      flex-shrink: 0;
    }
    .fvds-platform-icon--mt4 { background: #1a56db; color: #fff; }
    .fvds-platform-icon--mt5 { background: #0f172a; color: #fff; }
    .fvds-platform-icon--ct  { background: #16a34a; color: #fff; }
    .fvds-platform-icon--tv  { background: #2962ff; color: #fff; }
    .fvds-platform h4 { font-size: .95rem; font-weight: 700; color: #0f172a; margin: 0 0 3px; }
    .fvds-platform p  { font-size: .82rem; color: #64748b; margin: 0; }

    /* Latency section */
    .fvds-latency-bg {
      background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1d4ed8 100%);
      border-radius: 24px;
      padding: 60px 48px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .fvds-latency-bg::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 40px 40px;
    }
    .fvds-latency-num { font-size: 4rem; font-weight: 900; color: #fff; line-height: 1; }
    .fvds-latency-unit { font-size: 1.2rem; color: rgba(255,255,255,.6); }
    .fvds-latency-lbl { font-size: .85rem; color: rgba(255,255,255,.5); margin-top: 4px; }
    .fvds-broker-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .fvds-broker-name { font-size: .9rem; color: rgba(255,255,255,.85); flex: 1; }
    .fvds-broker-bar-wrap { flex: 2; height: 6px; background: rgba(255,255,255,.1); border-radius: 4px; overflow: hidden; }
    .fvds-broker-bar { height: 6px; background: linear-gradient(90deg, #22c55e, #06b6d4); border-radius: 4px; }
    .fvds-broker-ping { font-size: .82rem; font-weight: 700; color: #22c55e; min-width: 48px; text-align: right; }

    /* Steps */
    .fvds-step { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 32px; }
    .fvds-step-num {
      width: 44px; height: 44px;
      background: linear-gradient(135deg, #2563eb, #1d4ed8);
      color: #fff;
      font-weight: 800;
      font-size: 1.1rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .fvds-step-body h4 { font-size: 1rem; font-weight: 700; color: #0f172a; margin: 6px 0 6px; }
    .fvds-step-body p { font-size: .9rem; color: #64748b; line-height: 1.65; margin: 0; }

    /* FAQ */
    .fvds-faq-item {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 12px;
    }
    .fvds-faq-item summary {
      padding: 18px 22px;
      font-weight: 600;
      font-size: .95rem;
      color: #0f172a;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      transition: background .15s;
    }
    .fvds-faq-item summary::-webkit-details-marker { display: none; }
    .fvds-faq-item summary::after { content: '\002B'; font-size: 1.2rem; color: #2563eb; }
    .fvds-faq-item[open] summary { background: #eff6ff; }
    .fvds-faq-item[open] summary::after { content: '\2212'; }
    .fvds-faq-body { padding: 0 22px 18px; font-size: .9rem; color: #475569; line-height: 1.7; background: #fff; }

    /* CTA */
    .fvds-cta {
      background: linear-gradient(135deg, #1e3a8a, #1d4ed8, #0c2461);
      padding: 80px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .fvds-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 50px 50px;
    }
    .fvds-cta h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff; }
    .fvds-cta p { color: rgba(255,255,255,.7); font-size: 1.05rem; max-width: 540px; margin: 14px auto 32px; }
    .btn-fvds-primary {
      background: #fff;
      color: #1d4ed8;
      font-weight: 700;
      padding: 14px 36px;
      border-radius: 10px;
      font-size: 1rem;
      text-decoration: none;
      transition: opacity .2s, transform .2s;
      display: inline-block;
    }
    .btn-fvds-primary:hover { opacity: .92; transform: translateY(-2px); color: #1d4ed8; }
    .btn-fvds-sec {
      background: transparent;
      color: rgba(255,255,255,.85);
      font-weight: 600;
      padding: 14px 30px;
      border-radius: 10px;
      font-size: 1rem;
      text-decoration: none;
      border: 1px solid rgba(255,255,255,.3);
      transition: background .2s;
      display: inline-block;
    }
    .btn-fvds-sec:hover { background: rgba(255,255,255,.1); color: #fff; }

    @keyframes pulse { 0%,100%{opacity:1}50%{opacity:.4} }

    /* ── FOREX PLAN CARDS ── */
    .fvds-plan-sec { padding: 88px 0; background: #f8fafc; }
    .fvds-loc-toggle {
      display: inline-flex; align-items: center; gap: 6px;
      margin: 28px auto 0; padding: 5px;
      background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px;
    }
    .fvds-loc-btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 18px; border: none; border-radius: 10px;
      background: transparent; color: #64748b;
      font-size: .88rem; font-weight: 700; font-family: inherit;
      cursor: pointer; transition: background .2s, color .2s, box-shadow .2s;
    }
    .fvds-loc-btn:hover { color: #0f172a; background: #f1f5f9; }
    .fvds-loc-btn.is-active {
      background: #2563eb; color: #fff;
      box-shadow: 0 6px 18px rgba(37, 99, 235, .28);
    }
    .fvds-loc-iso {
      display: inline-flex; align-items: center; justify-content: center;
      min-width: 28px; height: 22px; padding: 0 6px; border-radius: 6px;
      font-size: .68rem; font-weight: 800; letter-spacing: .04em;
      background: #e2e8f0; color: #475569;
    }
    .fvds-loc-btn.is-active .fvds-loc-iso {
      background: rgba(255,255,255,.2); color: #fff;
    }
    .fvds-plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 8px; }
    .fvds-plan-grid[hidden] { display: none !important; }
    .fvds-plan-card {
      background: #fff; border: 1.5px solid #e2e8f0;
      border-radius: 20px; padding: 28px 22px;
      display: flex; flex-direction: column;
      position: relative; transition: all .25s;
    }
    .fvds-plan-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(37,99,235,.1); border-color: #bfdbfe; }
    .fvds-plan-card--highlight {
      background: linear-gradient(150deg, #1e3a8a 0%, #1d4ed8 100%);
      border-color: #60a5fa;
    }
    .fvds-plan-card--highlight:hover { box-shadow: 0 20px 60px rgba(37,99,235,.35); }
    .fvds-plan-badge {
      position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
      background: linear-gradient(90deg, #16a34a, #15803d);
      color: #fff; font-size: .68rem; font-weight: 800;
      padding: 5px 18px; border-radius: 999px; white-space: nowrap;
      box-shadow: 0 4px 14px rgba(22,163,74,.4); letter-spacing: .04em;
    }
    .fvds-plan-badge-light {
      position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
      background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe;
      font-size: .68rem; font-weight: 800;
      padding: 5px 18px; border-radius: 999px; white-space: nowrap;
    }
    .fvds-plan-name { font-size: 1.1rem; font-weight: 900; color: #0f172a; margin-bottom: 3px; }
    .fvds-plan-card--highlight .fvds-plan-name { color: #fff; }
    .fvds-plan-tagline { font-size: .75rem; color: #22c55e; font-weight: 700; margin-bottom: 16px; }
    .fvds-plan-card--highlight .fvds-plan-tagline { color: #86efac; }
    .fvds-plan-specs { list-style: none; padding: 0; margin: 0 0 18px; }
    .fvds-plan-specs li {
      display: flex; align-items: center; gap: 8px;
      font-size: .82rem; color: #475569;
      padding: 5px 0; border-bottom: 1px solid #f1f5f9;
    }
    .fvds-plan-specs li:last-child { border-bottom: none; }
    .fvds-plan-card--highlight .fvds-plan-specs li { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.1); }
    .fvds-plan-specs li i { color: #2563eb; width: 14px; text-align: center; font-size: .72rem; flex-shrink: 0; }
    .fvds-plan-card--highlight .fvds-plan-specs li i { color: #93c5fd; }
    .fvds-plan-terminal-count {
      display: flex; align-items: center; gap: 6px;
      font-size: .75rem; font-weight: 700; color: #16a34a;
      background: #f0fdf4; border: 1px solid #bbf7d0;
      border-radius: 8px; padding: 6px 10px; margin-bottom: 16px;
    }
    .fvds-plan-card--highlight .fvds-plan-terminal-count {
      background: rgba(34,197,94,.15); border-color: rgba(34,197,94,.3); color: #86efac;
    }
    .fvds-plan-price { font-size: 1.75rem; font-weight: 900; color: #0f172a; margin: 12px 0 3px; line-height: 1; }
    .fvds-plan-card--highlight .fvds-plan-price { color: #fff; }
    .fvds-plan-price-meta {
      display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
      margin-top: 10px; margin-bottom: -4px;
    }
    .fvds-plan-price-old {
      font-size: .9rem; font-weight: 600; color: #94a3b8; line-height: 1;
    }
    .fvds-plan-price-old s {
      text-decoration: line-through;
      text-decoration-thickness: 1.5px;
      text-decoration-color: #94a3b8;
    }
    .fvds-plan-card--highlight .fvds-plan-price-old { color: rgba(255,255,255,.45); }
    .fvds-plan-card--highlight .fvds-plan-price-old s { text-decoration-color: rgba(255,255,255,.4); }
    .fvds-plan-save {
      display: inline-flex; align-items: center;
      font-size: .68rem; font-weight: 800; letter-spacing: .02em;
      padding: 3px 8px; border-radius: 6px;
      background: #ecfdf5; color: #059669; border: 1px solid #a7f3d0;
    }
    .fvds-plan-card--highlight .fvds-plan-save {
      background: rgba(34,197,94,.18); color: #86efac; border-color: rgba(34,197,94,.3);
    }
    .fvds-plan-sym { font-size: .95rem; vertical-align: super; margin-left: 1px; }
    .fvds-plan-period { font-size: .75rem; color: #94a3b8; margin-bottom: 16px; }
    .fvds-plan-card--highlight .fvds-plan-period { color: rgba(255,255,255,.45); }
    .fvds-plan-mt { margin-top: auto; }
    .fvds-plan-btn {
      width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
      background: #2563eb; color: #fff; font-weight: 800; font-size: .88rem;
      padding: 12px 16px; border-radius: 12px; border: none; cursor: pointer;
      transition: all .2s; text-decoration: none;
    }
    .fvds-plan-btn:hover { background: #1d4ed8; transform: translateY(-1px); color: #fff; }
    .fvds-plan-card--highlight .fvds-plan-btn { background: #fff; color: #1d4ed8; }
    .fvds-plan-card--highlight .fvds-plan-btn:hover { background: #eff6ff; color: #1e40af; }
    .fvds-plan-btn-light {
      width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
      background: transparent; color: #2563eb; border: 1.5px solid #bfdbfe;
      font-weight: 700; font-size: .86rem;
      padding: 11px 16px; border-radius: 12px; cursor: pointer;
      transition: all .2s; text-decoration: none;
    }
    .fvds-plan-btn-light:hover { background: #eff6ff; border-color: #2563eb; color: #1d4ed8; }
    @media (max-width:767px) { .fvds-plan-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width:480px) { .fvds-plan-grid { grid-template-columns: 1fr; } }