/* HostStack India — Conversion theme tokens (purple + sky/indigo accents) */

/* ═══════════════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════════════ */
[data-hs-pipeline="india-conversion"] {
  --hs-blue:      #38bdf8;
  --hs-blue-dk:   #2563eb;
  --hs-purple:    #7c3aed;
  --hs-purple-dk: #6d28d9;
  --hs-emerald:   #059669;
  --hs-amber:     #d97706;
  --hs-slate-900: #0f172a;
  --hs-slate-800: #1e293b;
  --hs-slate-700: #334155;
  --hs-slate-600: #475569;
  --hs-slate-400: #94a3b8;
  --hs-slate-200: #e2e8f0;
  /* Do not redefine --hs-bg / --hs-surface here: they power the dark homepage (styles.css)
     and collide with .hs-stats / .hs-terminal. Light shells use .hs-in-conversion-wrap. */
}

/* ═══════════════════════════════════════════════════════
   BASE
═══════════════════════════════════════════════════════ */
@layer base {
  body, [data-hs-pipeline="india-conversion"] {
    font-family: "DM Sans", Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  [data-hs-pipeline="india-conversion"] { scroll-behavior: smooth; }
}

/* ═══════════════════════════════════════════════════════
   LAYOUT UTILITIES
═══════════════════════════════════════════════════════ */
@layer components {

/* Sticky bottom bar padding on mobile */
.hs-in-m { padding-bottom: calc(5.25rem + env(safe-area-inset-bottom,0px)); }
@media (min-width:768px) { .hs-in-m { padding-bottom: 1.5rem; } }

/* ── Page wrapper (dark conversion shells — aligned with cyber theme) ── */
.hs-in-conversion-wrap {
  background: transparent;
}

/* ── Light header override (index.php uses hs-in-page on body) ── */
html[data-hs-pipeline="india-conversion"] body.hs-in-page header {
  background: rgba(255,255,255,.95) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(15,23,42,.06), 0 8px 32px -12px rgba(15,23,42,.1) !important;
}

/* ═══════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════ */
.hs-in-hero {
  position: relative;
  isolation: isolate;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none;
  overflow: hidden;
  padding-top: 0;
}

.hs-in-hero::before,
.hs-in-hero::after {
  display: none;
}

.hs-in-hero > * { position: relative; z-index: 1; }

.hs-in-hero__badge {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: .375rem;
  padding: .375rem .875rem; border-radius: 99px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1);
  font-size: .75rem; font-weight: 700; color: #e0e7ff;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}

.sales-hero-urgency {
  display: inline-flex; align-items: center; gap: .375rem;
  padding: .375rem .875rem; border-radius: 99px;
  border: 1px solid rgba(253,230,138,.35); background: rgba(253,230,138,.09);
  font-size: .75rem; font-weight: 600; color: #fde68a !important;
}

.sales-hero__h1 {
  color: #f1f5f9 !important;
  line-height: 1.06;
}
.sales-hero__h1 .text-blue-700 { color: #93c5fd !important; }
.sales-hero__h1 .text-slate-900 { color: #f1f5f9 !important; }

/* Subtitle */
.hs-in-hero .text-slate-700 { color: #cbd5e1 !important; }
.hs-in-hero .text-slate-500 { color: #94a3b8 !important; }

/* Pill badges under headline */
.hs-in-hero .sales-hero-bullets li { color: #e2e8f0; }
.hs-in-hero .sales-hero-bullets li .text-emerald-600 { color: #34d399; }

/* Price pill */
.sales-price-pill {
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.2) !important;
  backdrop-filter: blur(8px);
  border-radius: 1rem;
}
.sales-price-pill .text-slate-900 { color: #f1f5f9 !important; }
.sales-price-pill .text-slate-500 { color: #94a3b8 !important; }
.sales-price-pill .text-blue-600  { color: #93c5fd !important; }
.sales-price-pill .text-xs        { color: #94a3b8 !important; }
.sales-price-pill code { background: rgba(255,255,255,.12) !important; color: #fde68a !important; }

/* Guarantee badges on dark hero */
.hs-in-hero .border-emerald-300 { border-color: rgba(52,211,153,.4) !important; background: rgba(52,211,153,.1) !important; color: #6ee7b7 !important; }
.hs-in-hero .border-blue-200    { border-color: rgba(147,197,253,.35) !important; background: rgba(147,197,253,.1) !important; color: #93c5fd !important; }
.hs-in-hero .border-slate-200   { border-color: rgba(255,255,255,.2) !important; background: rgba(255,255,255,.08) !important; color: #e2e8f0 !important; }

/*
 * Hero trust-pill rows: Tailwind subsets often omit .h-3.5/.w-3.5; without explicit SVG
 * dimensions, inline SVG defaults to huge intrinsic size → pills overlap (see cloud-hosting hero).
 */
.hs-in-hero .flex.flex-wrap {
  align-items: center !important;
  row-gap: 0.5rem;
}
.hs-in-hero span.inline-flex.rounded-full[class*="border"] svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  min-height: 14px;
  flex-shrink: 0;
  display: block;
}
.hs-in-hero span.inline-flex.rounded-full[class*="border"] {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

/* Hero card (right side) */
.sales-hero-card {
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(255,255,255,.15) !important;
  backdrop-filter: blur(12px);
}
.sales-hero-card .text-slate-900 { color: #f1f5f9 !important; }
.sales-hero-card .text-blue-600  { color: #93c5fd !important; }
.sales-hero-card .text-slate-600 { color: #cbd5e1 !important; }
.sales-hero-card .text-slate-700 { color: #e2e8f0 !important; }
.sales-hero-card .text-blue-500  { color: #60a5fa !important; }
.sales-hero-card .text-violet-600{ color: #c4b5fd !important; }
.sales-hero-card .text-xs.text-violet-600 { color: #c4b5fd !important; }

/* ═══════════════════════════════════════════════════════
   BANDS / SECTIONS
═══════════════════════════════════════════════════════ */
.hs-in-band { position: relative; }
.hs-in-band--white   { background: rgba(4, 12, 28, 0.35); border-block: 1px solid rgba(56, 189, 248, 0.08); }
.hs-in-band--muted   { background: rgba(6, 18, 38, 0.45); }
.hs-in-band--pricing { background: rgba(2, 9, 19, 0.72); }
.hs-in-band--final   { background: linear-gradient(165deg, rgba(6, 18, 38, 0.95), rgba(15, 23, 42, 0.88)); }

/* ═══════════════════════════════════════════════════════
   TRUST BAND
═══════════════════════════════════════════════════════ */
.sales-trust { background: #ffffff; }
.sales-google-reviews { transition: box-shadow .2s, border-color .2s; }
.sales-google-reviews:hover { box-shadow: 0 8px 32px rgba(37,99,235,.1); border-color: #c4b5fd !important; }

.sales-trust-quote {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
  border-radius: 1rem !important;
  box-shadow: 0 2px 12px rgba(15,23,42,.04);
}

/* ═══════════════════════════════════════════════════════
   PRICING CARDS
═══════════════════════════════════════════════════════ */
.hs-in-pricing-card {
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 1.25rem;
  box-shadow: 0 2px 12px rgba(15,23,42,.05);
  transition: box-shadow .25s, border-color .25s, transform .25s;
}
.hs-in-pricing-card:hover {
  box-shadow: 0 10px 32px rgba(15,23,42,.09);
  border-color: #ddd6fe;
  transform: translateY(-2px);
}

/* Popular card */
.hs-in-pricing-popular {
  background: #ffffff;
  border: 2px solid #38bdf8 !important;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(37,99,235,.18) !important;
  transform: translateY(-4px);
}
.hs-in-pricing-popular:hover { transform: translateY(-6px); }

.hs-in-pricing-popular::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #38bdf8, #2563eb);
  border-radius: 1.25rem 1.25rem 0 0;
}

/* Save banner */
.sales-save-banner {
  background: linear-gradient(135deg, #fffbeb, #fef3c7) !important;
  border-color: #fde68a !important;
}

/* VPS upsell */
.sales-vps-upsell {
  background: linear-gradient(135deg, #f0f9ff, #f5f3ff) !important;
  border-color: #ddd6fe !important;
}

/* ═══════════════════════════════════════════════════════
   BILLING PERIOD TABS
═══════════════════════════════════════════════════════ */
.hs-term-tabs {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .25rem; padding: .3rem; border-radius: .875rem;
  background: #e2e8f0; margin: 0 auto;
  width: fit-content; max-width: 100%;
}
.hs-term-tab {
  position: relative;
  padding: .5rem 1.125rem; border-radius: .625rem; border: 0;
  font-size: .8125rem; font-weight: 700; cursor: pointer;
  background: transparent; color: #475569;
  transition: background .18s, color .18s, box-shadow .18s;
  white-space: nowrap;
}
.hs-term-tab:hover { background: #cbd5e1; color: #0f172a; }
.hs-term-tab.is-active {
  background: #f5f3ff; color: #5b21b6;
  box-shadow: 0 1px 8px rgba(15,23,42,.12);
}
.hs-term-tab .hs-term-best {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  background: linear-gradient(90deg,#16a34a,#059669); color: #fff;
  padding: .1rem .45rem; border-radius: 99px; white-space: nowrap;
}
.hs-term-tab.is-active .hs-term-best { background: linear-gradient(90deg,#38bdf8,#2563eb); }

/* Urgency countdown */
.hs-urgency-bar {
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  flex-wrap: wrap; padding: .75rem 1.5rem; border-radius: .875rem;
  background: linear-gradient(135deg,#f5f3ff,#ede9fe); border: 1px solid #ddd6fe;
  font-size: .8125rem; font-weight: 700; color: #5b21b6;
  margin: 0 auto 1.75rem; max-width: 36rem;
}
.hs-urgency-bar strong { color: #4c1d95; }
.hs-urgency-countdown {
  display: inline-flex; gap: .375rem; font-variant-numeric: tabular-nums;
}
.hs-urgency-unit {
  display: inline-flex; flex-direction: column; align-items: center;
  background: #ffffff; border: 1px solid #ddd6fe; border-radius: .375rem;
  padding: .15rem .5rem; min-width: 2.25rem;
  font-size: .9rem; font-weight: 800; color: #5b21b6; line-height: 1.1;
}
.hs-urgency-unit span { font-size: .55rem; font-weight: 600; color: #7c3aed; }

/* Dark plans band (#plans with navy/cyber bg): avoid lavender “card” on dark */
.hs-urgency-bar.hs-urgency-bar--on-dark {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(59, 130, 246, 0.08));
  border: 1px solid rgba(56, 189, 248, 0.28);
  color: var(--text, #e8f4ff);
}
.hs-urgency-bar.hs-urgency-bar--on-dark strong {
  color: #bae6fd;
}

.hs-pricing-card__price-block.hidden,
.hs-pg-card [data-price-term].hidden {
  display: none !important;
}

/* Pricing card — term-aware price display */
.hs-in-pricing-card .hs-price-term,
.hs-in-pricing-popular .hs-price-term { display: none; }
.hs-in-pricing-card .hs-price-term.is-active,
.hs-in-pricing-popular .hs-price-term.is-active { display: block; }

/* Save badge on card */
.hs-save-badge {
  display: inline-flex; align-items: center; gap: .25rem;
  font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  background: #dcfce7; color: #15803d; border: 1px solid #86efac;
  padding: .2rem .625rem; border-radius: 99px; margin-left: .5rem; vertical-align: middle;
}

/* Renewal guarantee strip */
.hs-renewal-guarantee {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .6rem 1.25rem; border-radius: .75rem;
  background: #f0fdf4; border: 1px solid #bbf7d0;
  font-size: .8rem; font-weight: 700; color: #166534;
  margin: 1.5rem auto 0; max-width: 36rem;
  text-align: center;
}

/* Total billed line */
.hs-total-billed {
  font-size: .75rem; color: #64748b; font-weight: 500; margin-top: .25rem;
}
.hs-total-billed strong { color: #0f172a; }

/* Pricing header area */
.hs-pricing-header-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem;
  margin-bottom: 2rem;
}

/* ═══════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════ */
.hs-in-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #38bdf8, #2563eb) !important;
  color: #ffffff !important; font-weight: 700 !important;
  border-radius: .875rem !important; border: 0 !important;
  box-shadow: 0 4px 14px rgba(37,99,235,.35) !important;
  transition: opacity .15s, transform .15s, box-shadow .15s !important;
  text-decoration: none;
}
.hs-in-btn-primary:hover { opacity: .95; transform: none; box-shadow: 0 4px 18px rgba(37,99,235,.4) !important; }

.hs-in-btn-ghost-blue {
  display: inline-flex; align-items: center; justify-content: center;
  background: #f5f3ff !important; color: #5b21b6 !important; font-weight: 700 !important;
  border: 1.5px solid #ddd6fe !important; border-radius: .875rem !important;
  transition: background .15s, border-color .15s !important;
  text-decoration: none;
}
.hs-in-btn-ghost-blue:hover { background: #ede9fe !important; border-color: #c4b5fd !important; }

.hs-in-btn-ghost-violet {
  display: inline-flex; align-items: center; justify-content: center;
  background: #f5f3ff !important; color: #5b21b6 !important; font-weight: 700 !important;
  border: 1.5px solid #ddd6fe !important; border-radius: .875rem !important;
  transition: background .15s !important;
  text-decoration: none;
}
.hs-in-btn-ghost-violet:hover { background: #ede9fe !important; }

/* ═══════════════════════════════════════════════════════
   STEPS
═══════════════════════════════════════════════════════ */
.sales-steps { position: relative; }
.sales-steps .flex.h-12.w-12 {
  box-shadow: 0 4px 14px rgba(37,99,235,.3);
}

/* ═══════════════════════════════════════════════════════
   RISK REVERSAL STRIP
═══════════════════════════════════════════════════════ */
.sales-risk-reversal { background: #f0fdf4 !important; border-top: 1px solid #bbf7d0 !important; border-bottom: 1px solid #bbf7d0 !important; }

/* ═══════════════════════════════════════════════════════
   FEATURE CARDS
═══════════════════════════════════════════════════════ */
.sales-feat-card {
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(15,23,42,.04);
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.sales-feat-card:hover { box-shadow: 0 8px 28px rgba(37,99,235,.1); border-color: #ddd6fe; transform: translateY(-2px); }
.sales-feat-icon { border-radius: .875rem; }

/* ═══════════════════════════════════════════════════════
   COMPARISON TABLE
═══════════════════════════════════════════════════════ */
.sales-compare-wrap { border-radius: 1rem; overflow: hidden; }
.sales-compare { min-width: 640px; border-collapse: collapse; }
.sales-compare thead tr { background: #f1f5f9; }
.sales-compare thead th {
  padding: 1rem 1.125rem; font-size: .8125rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; color: #475569;
  border-bottom: 2px solid #e5e7eb;
}
.sales-compare thead th:nth-child(2) { background: #f5f3ff; color: #38bdf8; }
.sales-compare tbody td { padding: .875rem 1.125rem; font-size: .875rem; border-bottom: 1px solid #f1f5f9; color: #374151; }
.sales-compare tbody tr:last-child td { border-bottom: 0; }
.sales-compare tbody tr:hover td { background: #f8fafc; }
.sales-compare tbody td:nth-child(2) { background: #faf5ff; font-weight: 600; color: #5b21b6; }
.sales-compare tbody td.text-emerald-700 { color: #047857; }
.sales-compare tbody td.text-rose-700    { color: #b91c1c; }
.sales-compare tbody td.text-slate-500   { color: #94a3b8; }

/* ═══════════════════════════════════════════════════════
   SERVICE CARDS
═══════════════════════════════════════════════════════ */
.sales-svc-card {
  background: #ffffff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 1rem; padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(15,23,42,.04);
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.sales-svc-card:hover { box-shadow: 0 8px 28px rgba(37,99,235,.1); border-color: #ddd6fe; transform: translateY(-2px); }
.sales-svc-cta--violet {
  background: linear-gradient(135deg, #7c3aed, #6d28d9) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(124,58,237,.3);
  border: 0;
}

/* ═══════════════════════════════════════════════════════
   PERF STATS
═══════════════════════════════════════════════════════ */
.sales-perf-stat {
  background: #ffffff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(15,23,42,.04);
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.sales-perf-stat:hover { box-shadow: 0 8px 28px rgba(37,99,235,.1); border-color: #ddd6fe; transform: translateY(-2px); }
.sales-perf-stat__n { display: block; }

/* ═══════════════════════════════════════════════════════
   TESTIMONIAL CARDS
═══════════════════════════════════════════════════════ */
.sales-t-card {
  background: #ffffff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(15,23,42,.04);
  transition: box-shadow .2s, border-color .2s, transform .2s;
  position: relative;
}
.sales-t-card:hover { box-shadow: 0 8px 28px rgba(37,99,235,.1); border-color: #ddd6fe; transform: translateY(-2px); }
.sales-t-card::before {
  content: "\201C"; position: absolute; top: .75rem; right: 1rem;
  font-size: 3rem; line-height: 1; color: #dbeafe; font-family: Georgia, serif;
  pointer-events: none;
}

/* FAQ accordion — canonical styles in hs-design-system.css (.hs-faq, .hs-in-faq-*) */

/* ═══════════════════════════════════════════════════════
   FINAL CTA SLAB
═══════════════════════════════════════════════════════ */
.hs-in-cta-slab {
  background: linear-gradient(135deg, #1a0b2e 0%, #2f1c69 45%, #5b21b6 100%);
  border-radius: 1.5rem;
  position: relative; overflow: hidden;
  padding: 3rem 2rem;
}
.hs-in-cta-slab::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.05) 1px, transparent 0);
  background-size: 28px 28px;
}
.hs-in-cta-slab * { position: relative; z-index: 1; }
.hs-in-cta-slab h2 { color: #f1f5f9 !important; }
.hs-in-cta-slab p  { color: #cbd5e1 !important; }
.hs-in-cta-slab strong { color: #e2e8f0; }
.hs-in-cta-slab .border-emerald-300 { border-color: rgba(52,211,153,.4) !important; background: rgba(52,211,153,.1) !important; color: #6ee7b7 !important; }
.hs-in-cta-slab .border-blue-200    { border-color: rgba(147,197,253,.35) !important; background: rgba(147,197,253,.1) !important; color: #93c5fd !important; }
.hs-in-cta-slab .border-slate-200   { border-color: rgba(255,255,255,.2) !important; background: rgba(255,255,255,.08) !important; color: #e2e8f0 !important; }
.hs-in-cta-slab .text-xs.text-slate-500 { color: #94a3b8 !important; }

/* ═══════════════════════════════════════════════════════
   SECTION TITLES — shared
═══════════════════════════════════════════════════════ */
/* Section eyebrow — dark shell (full spec in hs-enterprise-ui.css) */
.hs-in-section-eyebrow {
  display: block;
  margin: 0 auto 0.625rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #38bdf8;
  text-align: center;
}

/* ═══════════════════════════════════════════════════════
   FORM VISIBILITY (contact / migration)
═══════════════════════════════════════════════════════ */
form[data-hs-contact-form] [data-form-ok],
form[data-hs-contact-form] [data-form-err],
form[data-hs-migration-form] [data-form-ok],
form[data-hs-migration-form] [data-form-err] { display: none; }
form[data-hs-contact-form] [data-form-ok].hs-form-msg-visible,
form[data-hs-contact-form] [data-form-err].hs-form-msg-visible,
form[data-hs-migration-form] [data-form-ok].hs-form-msg-visible,
form[data-hs-migration-form] [data-form-err].hs-form-msg-visible { display: block; }

/* ═══════════════════════════════════════════════════════
   MISC HELPERS
═══════════════════════════════════════════════════════ */
html { overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { overflow-x: clip; margin: 0; }

} /* end @layer components */

/* ═══════════════════════════════════════════════════════
   SEO / CITY PILLAR PAGE — hero text overrides
   hs-in-hero forces dark bg; these fix dark text on it
═══════════════════════════════════════════════════════ */
.hs-in-hero .text-slate-900 { color: #f1f5f9 !important; }
.hs-in-hero .text-slate-800 { color: #e2e8f0 !important; }
.hs-in-hero .text-slate-600 { color: #cbd5e1 !important; }
.hs-in-hero .text-slate-700 { color: #cbd5e1 !important; }
.hs-in-hero .text-blue-800  { color: #93c5fd !important; }
.hs-in-hero strong { color: #f1f5f9; }

/* Badge on dark hero */
.hs-in-hero .hs-in-hero__badge {
  border-color: rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.1) !important;
  color: #e0e7ff !important;
  backdrop-filter: blur(8px);
}

/* Blobs (decorative radial overlays) */
.hs-in-hero__blob--tr { background: rgba(99,102,241,.35); }
.hs-in-hero__blob--bl { background: rgba(139,92,246,.25); }

/* ═══════════════════════════════════════════════════════
   PILLAR STATS — service highlights row
═══════════════════════════════════════════════════════ */
.hs-in-kat-stats { margin: 0; }
.hs-in-kat-stat {
  display: flex; flex-direction: column; gap: .375rem;
  padding: 1.25rem 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15,23,42,.05);
}
.hs-in-kat-stat__n {
  font-size: 1.75rem; font-weight: 900; color: #2563eb; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.hs-in-kat-stat__l {
  font-size: .8125rem; color: #475569; line-height: 1.5;
}
.hs-in-kat-stat__l a { color: #38bdf8; font-weight: 600; }

/* ═══════════════════════════════════════════════════════
   TECH PILLS
═══════════════════════════════════════════════════════ */
.hs-in-kat-tech { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; }
.hs-in-kat-tech-pill {
  display: inline-flex; align-items: center;
  padding: .3rem .75rem; border-radius: 99px;
  background: #f5f3ff; border: 1px solid #ddd6fe;
  color: #2563eb; font-size: .75rem; font-weight: 700;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════
   TERMINAL WIDGET
═══════════════════════════════════════════════════════ */
.hs-in-terminal {
  border-radius: 1rem; overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 20px 60px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.2);
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
.hs-in-terminal__bar {
  display: flex; align-items: center; gap: .375rem;
  padding: .6rem 1rem;
  background: #1e293b;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin: 0;
}
.hs-in-terminal__dot {
  width: .75rem; height: .75rem; border-radius: 50%; flex-shrink: 0;
}
.hs-in-terminal__title {
  font-size: .6875rem; font-weight: 600; color: #64748b;
  margin-left: .25rem;
}
.hs-in-terminal__pre {
  margin: 0; padding: 1.25rem 1.25rem 1.5rem;
  font-size: .8125rem; line-height: 1.75;
  overflow-x: auto; background: transparent;
  color: #e2e8f0;
}
.hs-in-tok-prompt { color: #7c3aed; font-weight: 700; user-select: none; }
.hs-in-tok        { color: #e2e8f0; }
.hs-in-tok-dim    { color: #475569; }
.hs-in-tok-ok     { color: #34d399; }

/* ═══════════════════════════════════════════════════════
   PAYMENT PILLS
═══════════════════════════════════════════════════════ */
.hs-in-pill {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #475569 !important;
}

/* ═══════════════════════════════════════════════════════
   SHARE BAR
═══════════════════════════════════════════════════════ */
.hs-share-bar {
  background: #ffffff;
  border-radius: 1rem;
  border: 1.5px solid #e2e8f0;
  padding: 1rem 1.25rem;
  display: flex; flex-wrap: wrap; gap: .75rem;
  align-items: center; justify-content: space-between;
}
.hs-share-btn {
  display: inline-flex; align-items: center;
  padding: .375rem .875rem; border-radius: 99px;
  background: #f1f5f9; border: 1px solid #e2e8f0;
  color: #374151; font-size: .75rem; font-weight: 600;
  text-decoration: none; cursor: pointer;
  transition: background .15s, border-color .15s;
  font-family: inherit;
}
.hs-share-btn:hover { background: #e0e7ff; border-color: #ddd6fe; color: #2563eb; }
.hs-share-btn--mute { background: #fff; }
.hs-share-btn--accent { background: #f5f3ff; border-color: #ddd6fe; color: #2563eb; }

/* ═══════════════════════════════════════════════════════
   PROFESSIONAL PRICING CARDS (reference-inspired redesign)
   Classes: .hs-plan-card, .hs-plan-card--popular,
            .hs-plan-popular-badge, .hs-plan-tier-label,
            .hs-plan-name, .hs-plan-tagline,
            .hs-plan-price-row, .hs-plan-discount-badge,
            .hs-plan-strike-price, .hs-plan-price-block,
            .hs-plan-price-amount, .hs-plan-price-per,
            .hs-plan-billing-note, .hs-plan-extras,
            .hs-plan-extra-badge, .hs-plan-extra-badge--hot,
            .hs-plan-cta, .hs-plan-cta--primary, .hs-plan-cta--outline,
            .hs-plan-renewal-guarantee, .hs-plan-features,
            .hs-plan-feature-item, .hs-plan-feature-item--excluded,
            .hs-plan-feature-check, .hs-plan-feature-x
══════════════════════════════════════════════════════════ */

.hs-plan-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.5rem 1.375rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.hs-plan-card:hover { box-shadow: 0 8px 28px rgba(15,23,42,.1); border-color: #ddd6fe; }

.hs-plan-card--popular {
  border: 2px solid #38bdf8;
  box-shadow: 0 4px 24px rgba(37,99,235,.18);
}
.hs-plan-card--popular:hover { box-shadow: 0 10px 36px rgba(37,99,235,.25); }

.hs-plan-popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #38bdf8;
  color: #fff;
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .3rem 1rem;
  border-radius: 99px;
  white-space: nowrap;
}

.hs-plan-tier-label {
  font-size: .6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #94a3b8;
}
.hs-plan-name {
  font-size: 1.375rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: .125rem;
  line-height: 1.2;
}
.hs-plan-tagline {
  font-size: .8rem;
  color: #64748b;
  margin-top: .25rem;
  min-height: 1.5rem;
}

.hs-plan-price-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  min-height: 1.5rem;
}
.hs-plan-discount-badge {
  display: inline-block;
  background: #fff1f0;
  color: #d92d20;
  font-size: .6875rem;
  font-weight: 800;
  border-radius: 6px;
  padding: .2rem .5rem;
  letter-spacing: .02em;
}
.hs-plan-strike-price {
  font-size: .875rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500;
}

.hs-plan-price-block {
  display: flex;
  align-items: baseline;
  gap: .25rem;
  margin-top: .25rem;
}
.hs-plan-price-amount {
  font-size: 3.25rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
}
.hs-plan-price-per {
  font-size: 1rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: .125rem;
}

.hs-plan-billing-note {
  font-size: .75rem;
  color: #64748b;
  margin-top: .375rem;
  line-height: 1.5;
  min-height: 2.25rem;
}

.hs-plan-extras {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  margin-top: .5rem;
  min-height: 1.75rem;
}
.hs-plan-extra-badge {
  font-size: .6875rem;
  font-weight: 700;
  padding: .2rem .625rem;
  border-radius: 99px;
  border: 1.5px solid #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}
.hs-plan-extra-badge--hot {
  border-color: #fca5a5;
  background: #fff1f0;
  color: #dc2626;
}

.hs-plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.875rem;
  border-radius: .875rem;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  margin-top: 1.25rem;
  cursor: pointer;
  border: 2px solid #38bdf8;
  letter-spacing: .01em;
}
.hs-plan-cta--primary {
  background: #38bdf8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,99,235,.3);
}
.hs-plan-cta--primary:hover { background: #2563eb; box-shadow: 0 6px 20px rgba(37,99,235,.4); transform: translateY(-1px); }
.hs-plan-cta--outline {
  background: transparent;
  color: #38bdf8;
}
.hs-plan-cta--outline:hover { background: #f5f3ff; }

.hs-plan-renewal-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  margin-top: .625rem;
  padding: .5rem .75rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: .625rem;
  font-size: .6875rem;
  font-weight: 700;
  color: #15803d;
  text-align: center;
}

.hs-plan-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  border-top: 1px solid #f1f5f9;
  padding-top: .875rem;
}
.hs-plan-feature-item {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .8125rem;
  color: #334155;
  line-height: 1.45;
}
.hs-plan-feature-item--excluded { color: #94a3b8; }
.hs-plan-feature-check {
  color: #16a34a;
  flex-shrink: 0;
  margin-top: .1rem;
}
.hs-plan-feature-x {
  color: #cbd5e1;
  flex-shrink: 0;
  font-size: .875rem;
  line-height: 1.55;
}

/* ═══════════════════════════════════════════════════════
   PLAN DURATION DROPDOWN
══════════════════════════════════════════════════════════ */
.hs-dur-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .3rem;
}
.hs-dur-label {
  font-size: .75rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hs-dur-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: min(100%, 16rem);
  max-width: 100%;
}
.hs-dur-select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: .625rem;
  padding: .625rem 2.5rem .625rem 1rem;
  font-size: .9375rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: border-color .15s;
}
.hs-dur-select:hover, .hs-dur-select:focus {
  border-color: #38bdf8;
  outline: none;
}
.hs-dur-chevron {
  position: absolute;
  right: .7rem;
  pointer-events: none;
  color: #6b7280;
}

/* ═══════════════════════════════════════════════════════
   HOSTINGER-STYLE PRICING GRID
   Classes: .hs-pg-grid, .hs-pg-card, .hs-pg-card--popular,
            .hs-pg-ribbon, .hs-pg-inner, .hs-pg-name,
            .hs-pg-tag, .hs-pg-off-row, .hs-pg-off,
            .hs-pg-strike, .hs-pg-price-row, .hs-pg-amount,
            .hs-pg-mo, .hs-pg-billing, .hs-pg-extras,
            .hs-pg-free-mo, .hs-pg-deal, .hs-pg-cta,
            .hs-pg-cta--popular, .hs-pg-guarantee, .hs-pg-hr,
            .hs-pg-feats, .hs-pg-feats-extra, .hs-pg-feat,
            .hs-pg-feat--x, .hs-pg-check, .hs-pg-x,
            .hs-pg-see-all, .hs-pg-chevron
══════════════════════════════════════════════════════════ */
.hs-pg-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.hs-pg-grid > * {
  min-width: 0;
}

@media (min-width: 640px) {
  .hs-pg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .hs-pg-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1120px) {
  .hs-pg-grid:has(.hs-pg-card:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Card — dark theme (matches hs-theme-cyber landing pages) */
.hs-pg-card {
  background: #060f1e;
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, border-color .2s;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.hs-pg-card:hover {
  box-shadow: 0 12px 40px rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
}
.hs-pg-card--popular {
  border: 2px solid #38bdf8;
  box-shadow: 0 8px 36px rgba(0, 102, 255, 0.25);
}
.hs-pg-card--popular:hover {
  box-shadow: 0 14px 44px rgba(56, 189, 248, 0.22);
}

/* Ribbon */
.hs-pg-ribbon {
  background: #38bdf8;
  color: #020913;
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  padding: .45rem 1rem;
}
.hs-pg-ribbon--invisible {
  background: transparent;
  pointer-events: none;
  visibility: hidden;
}

/* Inner padding */
.hs-pg-inner {
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Plan name + tagline */
.hs-pg-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #e8f4ff;
  margin: 0 0 .2rem;
}
.hs-pg-tag {
  font-size: .8125rem;
  color: #8bacc8;
  margin: 0 0 1rem;
  line-height: 1.45;
}

/* OFF badge + strike row */
.hs-pg-off-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .2rem;
  flex-wrap: wrap;
}
.hs-pg-off {
  display: inline-block;
  background: rgba(56, 189, 248, 0.12);
  color: #38bdf8;
  font-size: .6875rem;
  font-weight: 800;
  border-radius: 4px;
  padding: .175rem .5rem;
  letter-spacing: .02em;
  flex-shrink: 0;
}
.hs-pg-strike {
  font-size: .9375rem;
  color: #6b7280;
  text-decoration: line-through;
  font-weight: 500;
}

/* Big price */
.hs-pg-price-row {
  display: flex;
  align-items: baseline;
  gap: .125rem;
  margin-bottom: .375rem;
}
.hs-pg-amount {
  font-size: 3.25rem;
  font-weight: 900;
  color: #e8f4ff;
  line-height: 1;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}
.hs-pg-mo {
  font-size: 1rem;
  font-weight: 500;
  color: #8bacc8;
  align-self: flex-end;
  padding-bottom: .3rem;
}

/* Billing note */
.hs-pg-billing {
  font-size: .8125rem;
  color: #8bacc8;
  margin: 0 0 .75rem;
  line-height: 1.5;
}

/* Bonus badges row */
.hs-pg-extras {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  margin-bottom: .875rem;
}
.hs-pg-free-mo {
  background: rgba(56, 189, 248, 0.12);
  color: #b8e8ff;
  font-size: .75rem;
  font-weight: 700;
  border-radius: 99px;
  padding: .2rem .7rem;
}
.hs-pg-deal {
  background: rgba(249, 115, 22, 0.18);
  color: #fdba74;
  font-size: .75rem;
  font-weight: 700;
  border-radius: 99px;
  padding: .2rem .7rem;
}

/* CTA button */
.hs-pg-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .8rem 1rem;
  border-radius: .625rem;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background .15s, transform .1s, box-shadow .15s;
  background: transparent;
  color: #38bdf8;
  border: 1.5px solid #38bdf8;
  margin-bottom: .5rem;
  letter-spacing: .01em;
}
.hs-pg-cta:hover {
  background: rgba(56, 189, 248, 0.08);
  transform: translateY(-1px);
}
.hs-pg-cta--popular {
  background: #38bdf8;
  color: #020913;
  border-color: transparent;
  box-shadow: 0 3px 12px rgba(37,99,235,.3);
}
.hs-pg-cta--popular:hover {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37,99,235,.4);
}

/* Renewal guarantee */
.hs-pg-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  font-size: .75rem;
  font-weight: 600;
  color: #34d399;
  margin-bottom: .875rem;
  text-align: center;
}
.hs-pg-guarantee svg { flex-shrink: 0; }

/* Divider */
.hs-pg-hr {
  border: none;
  border-top: 1px solid rgba(56, 189, 248, 0.12);
  margin: 0 0 .875rem;
}

/* Feature lists */
.hs-pg-feats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
}
.hs-pg-feats-extra {
  display: none;
  flex-direction: column;
  gap: .5rem;
  margin-top: .5rem;
}
.hs-pg-feats-extra.is-open { display: flex; }

.hs-pg-feat {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .875rem;
  color: #8bacc8;
  line-height: 1.45;
}
.hs-pg-feat--x { color: #6b7280; }
.hs-pg-check { color: #34d399; flex-shrink: 0; margin-top: .1rem; }
.hs-pg-x {
  color: #d1d5db;
  flex-shrink: 0;
  font-size: .875rem;
  line-height: 1.55;
}

/* See all features button */
.hs-pg-see-all {
  display: flex;
  align-items: center;
  gap: .3rem;
  border: none;
  background: none;
  color: #8bacc8;
  font-size: .8125rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: .75rem;
  padding: .375rem 0;
  transition: color .15s;
}
.hs-pg-see-all:hover { color: #38bdf8; }
.hs-pg-chevron { transition: transform .2s; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════
   PORTRAIT PRICING CARDS (single-column stacked layout)
   Classes: .hs-pc, .hs-pc--popular, .hs-pc-ribbon,
            .hs-pc-body, .hs-pc-left, .hs-pc-right,
            .hs-pc-eyebrow, .hs-pc-title, .hs-pc-tagline,
            .hs-pc-divider, .hs-pc-price-meta, .hs-pc-strike,
            .hs-pc-off, .hs-pc-price-block, .hs-pc-amount,
            .hs-pc-per, .hs-pc-note, .hs-pc-domain,
            .hs-pc-features, .hs-pc-feat, .hs-pc-check,
            .hs-pc-cta-wrap, .hs-pc-guarantee, .hs-pc-cta,
            .hs-pc-cta--popular
══════════════════════════════════════════════════════════ */

/* Card wrapper */
.hs-pc {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 1rem;
  overflow: visible;
  position: relative;
  transition: box-shadow .2s, border-color .2s;
  box-shadow: 0 1px 6px rgba(15,23,42,.05);
}
.hs-pc:hover {
  box-shadow: 0 6px 24px rgba(15,23,42,.09);
  border-color: #ddd6fe;
}
.hs-pc--popular {
  border: 2px solid #38bdf8;
  box-shadow: 0 4px 20px rgba(37,99,235,.14);
}
.hs-pc--popular:hover {
  box-shadow: 0 8px 32px rgba(37,99,235,.22);
}

/* Popular ribbon at top */
.hs-pc-ribbon {
  background: #38bdf8;
  color: #fff;
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
  padding: .4rem 1rem;
  border-radius: .875rem .875rem 0 0;
}

/* Body — side-by-side on sm+, stacked on mobile */
.hs-pc-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.hs-pc-body > * {
  min-width: 0;
}

@media (min-width: 560px) {
  .hs-pc-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Left panel — plan identity + price */
.hs-pc-left {
  padding: 1.625rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
}
@media (min-width: 560px) {
  .hs-pc-left {
    border-bottom: none;
    border-right: 1px solid #f1f5f9;
  }
}

.hs-pc-eyebrow {
  font-size: .6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #9ca3af;
  margin: 0 0 .2rem;
}
.hs-pc-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 .2rem;
  line-height: 1.2;
}
.hs-pc-tagline {
  font-size: .875rem;
  color: #6b7280;
  margin: 0;
}
.hs-pc-divider {
  border: none;
  border-top: 1px solid #f1f5f9;
  margin: 1.125rem 0;
}

/* Price meta row: strike + badge */
.hs-pc-price-meta {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: .25rem;
}
.hs-pc-strike {
  font-size: 1rem;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
}
.hs-pc-off {
  display: inline-block;
  background: #dcfce7;
  color: #15803d;
  font-size: .6875rem;
  font-weight: 800;
  border-radius: 99px;
  padding: .175rem .625rem;
  letter-spacing: .02em;
}

/* Big price */
.hs-pc-price-block {
  display: flex;
  align-items: baseline;
  gap: .2rem;
  margin-bottom: .375rem;
}
.hs-pc-amount {
  font-size: 3rem;
  font-weight: 900;
  color: #111827;
  line-height: 1;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}
.hs-pc-per {
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
}

/* Billing note */
.hs-pc-note {
  font-size: .8125rem;
  color: #6b7280;
  margin: 0 0 .875rem;
  line-height: 1.55;
}
.hs-pc-note a {
  color: #38bdf8;
  text-decoration: none;
}

/* Free domain banner */
.hs-pc-domain {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  border-radius: .5rem;
  padding: .55rem .875rem;
  font-size: .875rem;
  font-weight: 600;
  color: #2563eb;
}
.hs-pc-domain span {
  font-weight: 400;
  color: #3b82f6;
}
.hs-pc-domain svg {
  flex-shrink: 0;
  color: #3b82f6;
}

/* Right panel — features + CTA */
.hs-pc-right {
  padding: 1.625rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

/* Feature list — 2 columns */
.hs-pc-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem .75rem;
}

.hs-pc-features > * {
  min-width: 0;
}

@media (max-width: 559px) {
  .hs-pc-features {
    grid-template-columns: minmax(0, 1fr);
  }
}
.hs-pc-feat {
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  font-size: .875rem;
  color: #374151;
  line-height: 1.4;
}
.hs-pc-check {
  color: #0ea5e9;
  flex-shrink: 0;
  margin-top: .1rem;
}

/* CTA section */
.hs-pc-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.hs-pc-guarantee {
  display: flex;
  align-items: center;
  gap: .375rem;
  font-size: .75rem;
  font-weight: 600;
  color: #15803d;
}
.hs-pc-guarantee svg { flex-shrink: 0; color: #16a34a; }

.hs-pc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .8rem 1rem;
  border-radius: .625rem;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background .15s, box-shadow .15s, transform .15s;
  background: #f5f3ff;
  color: #2563eb;
  border: 1.5px solid #ddd6fe;
  letter-spacing: .01em;
}
.hs-pc-cta:hover {
  background: #dbeafe;
  transform: translateY(-1px);
}
.hs-pc-cta--popular {
  background: #38bdf8;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(37,99,235,.3);
}
.hs-pc-cta--popular:hover {
  background: #2563eb;
  box-shadow: 0 6px 20px rgba(37,99,235,.4);
}

/* ═══════════════════════════════════════════════════════
   CURRENCY SWITCHER
   Classes: .hs-cur-switcher, .hs-cur-label, .hs-cur-btn,
            .hs-cur-btn--active
══════════════════════════════════════════════════════════ */
.hs-cur-switcher {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .375rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 99px;
  padding: .3rem .5rem;
}

.hs-cur-label {
  font-size: .75rem;
  font-weight: 600;
  color: #64748b;
  padding: 0 .25rem;
  white-space: nowrap;
}

.hs-cur-btn {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  border: none;
  background: transparent;
  color: #475569;
  font-size: .8125rem;
  font-weight: 600;
  padding: .325rem .75rem;
  border-radius: 99px;
  cursor: pointer;
  transition: background .15s, color .15s;
  white-space: nowrap;
}

.hs-cur-btn:hover {
  background: #e2e8f0;
  color: #2563eb;
}

.hs-cur-btn--active {
  background: #2563eb;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(15,23,42,.12);
}

.hs-cur-btn--active:hover {
  background: #4338ca;
}

/* Cyber theme: orange Tailwind → cyan (overrides legacy violet remap below) */
html.hs-theme-cyber .text-orange-300 { color: #bae6fd !important; }
html.hs-theme-cyber .text-orange-400 { color: #7dd3fc !important; }
html.hs-theme-cyber .text-orange-500 { color: #38bdf8 !important; }
html.hs-theme-cyber .text-orange-600 { color: #38bdf8 !important; }
html.hs-theme-cyber .text-orange-700 { color: #0ea5e9 !important; }
html.hs-theme-cyber .bg-orange-500 {
  background: linear-gradient(135deg, #0284c7, #38bdf8) !important;
}

/* India pipeline: remap legacy orange Tailwind utilities → brand violet (calmer links + CTAs) */
html[data-hs-pipeline="india-conversion"] .text-orange-300 { color: #e9d5ff !important; }
html[data-hs-pipeline="india-conversion"] .text-orange-400 { color: #d8b4fe !important; }
html[data-hs-pipeline="india-conversion"] .text-orange-500 { color: #c4b5fd !important; }
html[data-hs-pipeline="india-conversion"] .text-orange-600 { color: #7c3aed !important; }
html[data-hs-pipeline="india-conversion"] .text-orange-700 { color: #6d28d9 !important; }
html[data-hs-pipeline="india-conversion"] .bg-orange-500 {
  background: linear-gradient(135deg, #673de6, #5027c6) !important;
}
html[data-hs-pipeline="india-conversion"] .text-orange-50 { color: #faf5ff !important; }
html[data-hs-pipeline="india-conversion"] .hover\:bg-orange-50:hover { background-color: #faf5ff !important; }
html[data-hs-pipeline="india-conversion"] .hover\:border-orange-300:hover { border-color: #ddd6fe !important; }
html[data-hs-pipeline="india-conversion"] .hover\:text-orange-700:hover { color: #5b21b6 !important; }
html[data-hs-pipeline="india-conversion"] .hover\:text-orange-500:hover { color: #7c3aed !important; }

/* Light + pipeline entry pages: soften “Microsoft blue” eyebrows and links */
html[data-hs-pipeline="india-conversion"] body.hs-page-light .text-blue-600 { color: #5b21b6 !important; }

/* ── Global light shells: orange/blue → brand violet even when <html> lacks pipeline attr
   (support, policies, legacy pages — keeps one visual system site-wide) ── */
body.hs-page-light .text-orange-300 { color: #ddd6fe !important; }
body.hs-page-light .text-orange-400 { color: #c4b5fd !important; }
body.hs-page-light .text-orange-500 { color: #a78bfa !important; }
body.hs-page-light .text-orange-600,
body.hs-page-light a.text-orange-600 { color: #6d28d9 !important; }
body.hs-page-light .text-orange-700 { color: #5b21b6 !important; }
body.hs-page-light .text-orange-800 { color: #4c1d95 !important; }
body.hs-page-light .hover\:text-orange-500:hover { color: #7c3aed !important; }
body.hs-page-light .hover\:text-orange-600:hover { color: #6d28d9 !important; }
body.hs-page-light .hover\:text-orange-700:hover { color: #5b21b6 !important; }
body.hs-page-light .hover\:text-orange-800:hover { color: #4c1d95 !important; }
body.hs-page-light .border-orange-200 { border-color: #ddd6fe !important; }
body.hs-page-light .bg-orange-50 { background-color: #faf5ff !important; }
body.hs-page-light .bg-orange-100 { background-color: #f3e8ff !important; }
body.hs-page-light .text-blue-600 { color: #5b21b6 !important; }
body.hs-page-light .text-blue-500 { color: #7c3aed !important; }
body.hs-page-light .hover\:text-blue-800:hover { color: #4c1d95 !important; }

/* Pricing grid countdown — violet on dark plan sections */
.hs-pg-countdown {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.9rem;
  color: #c4b5fd;
}
html[data-hs-pipeline="india-conversion"] .hs-pg-countdown-icon {
  color: #c4b5fd !important;
}

/* ── Pricing grid (.hs-pg-*): remap cyan accents → HostStack violet on India pipeline ── */
html[data-hs-pipeline="india-conversion"] .hs-pg-card {
  border-color: rgba(139, 92, 246, 0.24);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-card:hover {
  box-shadow:
    0 16px 48px rgba(15, 23, 42, 0.45),
    0 0 0 1px rgba(167, 139, 250, 0.12);
  border-color: rgba(167, 139, 250, 0.45);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-card--popular {
  border-color: rgba(167, 139, 250, 0.95);
  box-shadow:
    0 10px 40px rgba(88, 28, 135, 0.35),
    0 0 32px rgba(124, 58, 237, 0.2);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-card--popular:hover {
  box-shadow:
    0 18px 52px rgba(88, 28, 135, 0.4),
    0 0 40px rgba(124, 58, 237, 0.25);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-ribbon {
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  color: #faf5ff;
}
html[data-hs-pipeline="india-conversion"] .hs-pg-off {
  background: rgba(139, 92, 246, 0.15);
  color: #ddd6fe;
}
html[data-hs-pipeline="india-conversion"] .hs-pg-free-mo {
  background: rgba(139, 92, 246, 0.14);
  color: #ede9fe;
}
html[data-hs-pipeline="india-conversion"] .hs-pg-cta {
  color: #c4b5fd;
  border-color: rgba(167, 139, 250, 0.65);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-cta:hover {
  background: rgba(139, 92, 246, 0.12);
  box-shadow: 0 8px 24px rgba(67, 56, 202, 0.2);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-cta--popular {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #faf5ff;
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(91, 33, 182, 0.45);
}
html[data-hs-pipeline="india-conversion"] .hs-pg-cta--popular:hover {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  box-shadow: 0 10px 32px rgba(91, 33, 182, 0.5);
}


/* ── VPS line zigzag story (.hs-vps-story) ── */

html[data-hs-pipeline="india-conversion"] .hs-vps-story {
  border-top: 1px solid rgba(56, 189, 248, 0.1);
  background: radial-gradient(
      ellipse 95% 60% at 50% -10%,
      rgba(56, 189, 248, 0.08),
      transparent 55%
    ),
    linear-gradient(180deg, rgba(2, 9, 19, 0.35), rgba(4, 12, 28, 0.92));
  color: #e8f4ff;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__bandwidth {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__card {
  background: rgba(6, 18, 38, 0.82);
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid {
  display: grid;
  align-items: stretch;
  gap: 0;
  min-height: min(420px, 70vw);
}

@media (min-width: 1024px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 320px;
  }
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  min-height: 220px;
  padding: 1rem 1.15rem;
  background: radial-gradient(circle at 30% 20%, rgba(14, 165, 233, 0.12), transparent 50%), #020617;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-left .hs-vps-story__media {
  order: 0;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-left .hs-vps-story__body {
  order: 1;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-right .hs-vps-story__media {
  order: 1;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-right .hs-vps-story__body {
  order: 0;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__img {
  display: block;
  width: 100%;
  max-width: 100%;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__img--contain {
  height: auto;
  max-height: min(360px, 52vw);
  object-fit: contain;
  object-position: center;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__img--cover {
  aspect-ratio: 880 / 520;
}

@media (min-width: 1024px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-story__img--contain {
    max-height: 100%;
    min-height: 0;
  }

  html[data-hs-pipeline="india-conversion"] .hs-vps-story__img--cover {
    aspect-ratio: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border-radius: 0.75rem;
  border: none;
  background: #0284c7 !important;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(2, 132, 199, 0.28);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__btn:hover,
html[data-hs-pipeline="india-conversion"] .hs-vps-story__btn:focus-visible {
  background: #0ea5e9 !important;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.32);
}

html[data-hs-pipeline="india-conversion"] .hs-vps-story__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.65rem 1.35rem 1.85rem;
}

@media (max-width: 1023px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-left .hs-vps-story__body {
    border-top: 1px solid rgba(56, 189, 248, 0.08);
  }
  html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-right .hs-vps-story__media {
    border-top: 1px solid rgba(56, 189, 248, 0.08);
  }
}

@media (min-width: 1024px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-story__body {
    padding: 2.35rem clamp(1.75rem, 3vw, 2.85rem);
    border-top: none;
  }

  html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-right .hs-vps-story__body {
    border-right: 1px solid rgba(56, 189, 248, 0.1);
  }

  html[data-hs-pipeline="india-conversion"] .hs-vps-story__grid--media-left .hs-vps-story__body {
    border-left: 1px solid rgba(56, 189, 248, 0.1);
  }
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-vps-story__card:hover {
  transform: none !important;
}

/* ── Product briefing (.hs-product-pro): explicit colours — avoids hs-futuristic-theme
   remapping .bg-white / .text-slate-* into muddy panels & wrong contrast on cyber pages ── */

html[data-hs-pipeline="india-conversion"] .hs-product-pro {
  border-top: 1px solid rgba(56, 189, 248, 0.12);
  border-bottom: 1px solid rgba(56, 189, 248, 0.12);
  background: linear-gradient(180deg, rgba(8, 20, 42, 0.98) 0%, rgba(4, 12, 28, 0.99) 100%);
  color: #e8f4ff;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__eyebrow {
  letter-spacing: 0.14em;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #7dd3fc;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__title {
  color: #f1f5f9;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__lead,
html[data-hs-pipeline="india-conversion"] .hs-product-pro__list,
html[data-hs-pipeline="india-conversion"] .hs-product-pro__dd {
  color: #8bacc8;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__card {
  border: 1px solid rgba(56, 189, 248, 0.14);
  background: rgba(6, 18, 38, 0.92);
  box-shadow:
    0 1px 0 rgba(56, 189, 248, 0.06),
    0 12px 36px rgba(0, 0, 0, 0.28);
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__card-title {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c8dff5;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__bullet {
  flex-shrink: 0;
  margin-top: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
}
html[data-hs-pipeline="india-conversion"] .hs-product-pro__bullet--violet {
  background: #a78bfa;
}
html[data-hs-pipeline="india-conversion"] .hs-product-pro__bullet--cyan {
  background: #22d3ee;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  background: rgba(99, 102, 241, 0.12);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 650;
  color: #ddd6fe;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__split {
  border: 1px solid rgba(56, 189, 248, 0.14);
  background: rgba(6, 18, 38, 0.88);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__split-cell {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
}

@media (min-width: 768px) {
  html[data-hs-pipeline="india-conversion"] .hs-product-pro__split-cell {
    border-bottom: none;
  }
  html[data-hs-pipeline="india-conversion"] .hs-product-pro__split-cell--host {
    border-right: 1px solid rgba(56, 189, 248, 0.1);
  }
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__split-heading {
  font-size: 0.875rem;
  font-weight: 800;
  color: #f1f5f9;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__split-sub {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #6b8aad;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__dt {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a8c4;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__dt--accent {
  color: #c4b5fd;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__infra {
  border: 1px dashed rgba(56, 189, 248, 0.22);
  background: rgba(56, 189, 248, 0.04);
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__infra-label {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b8e8ff;
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__link {
  color: #67e8f9 !important;
  text-decoration: none !important;
}
html[data-hs-pipeline="india-conversion"] .hs-product-pro__link:hover {
  color: #a5f3fc !important;
  text-decoration-color: rgba(165, 243, 252, 0.7);
}

html[data-hs-pipeline="india-conversion"] .hs-product-pro__link:focus-visible {
  outline: 2px solid #06b6d4;
  outline-offset: 2px;
  border-radius: 0.25rem;
}

/* Futuristic theme adds hover-lift on .rounded-2xl.border.border-slate-200 — bullets use plain .rounded-2xl only; still neutralise lift inside this block */
html[data-hs-pipeline="india-conversion"]
  body:not([data-hs-store-landing])
  .hs-product-pro .rounded-2xl:hover {
  transform: none !important;
}

/* Doc pages (compact): blend with hs-hosting-doc panels */
html[data-hs-pipeline="india-conversion"] body[data-hs-hosting-doc] .hs-product-pro--compact {
  background: rgba(4, 12, 28, 0.42);
  border-top-color: rgba(56, 189, 248, 0.1);
  border-bottom-color: rgba(56, 189, 248, 0.1);
}

html[data-hs-pipeline="india-conversion"] body[data-hs-hosting-doc] .hs-product-pro--compact .hs-product-pro__card {
  background: rgba(4, 12, 28, 0.55);
  border-color: rgba(56, 189, 248, 0.12);
}

html[data-hs-pipeline="india-conversion"] body[data-hs-hosting-doc] .hs-product-pro--compact .hs-product-pro__split {
  background: rgba(4, 12, 28, 0.55);
  border-color: rgba(56, 189, 248, 0.12);
}

/* ── /network/ solid panels: gradients used from-white alongside futurist slate→light text remap = unreadable; force one dark surface + consistent type ── */
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel {
  background: rgba(6, 18, 38, 0.88) !important;
  border-color: rgba(56, 189, 248, 0.14) !important;
  box-shadow:
    0 1px 0 rgba(56, 189, 248, 0.05),
    0 14px 40px rgba(0, 0, 0, 0.28);
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel:hover {
  transform: none !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .border-violet-100,
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .border-violet-200 {
  border-color: rgba(56, 189, 248, 0.12) !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-violet-800,
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-violet-700 {
  color: #7dd3fc !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-slate-900,
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-slate-800 {
  color: #f1f5f9 !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-slate-700,
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-slate-600,
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .text-slate-500 {
  color: #8bacc8 !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel .font-semibold.text-violet-700,
html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel a.font-semibold {
  color: #67e8f9 !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel a.text-violet-700 {
  color: #67e8f9 !important;
}

html[data-hs-pipeline="india-conversion"] body:not([data-hs-store-landing]) .hs-net-solid-panel a:hover {
  color: #a5f3fc !important;
}

/* VPS hub (/vps-hosting/) — eyebrow aligns with homepage “procurement SaaS” hierarchy */
html[data-hs-pipeline="india-conversion"] body[data-hs-india-vps-landing] .hs-vps-hero-eyebrow {
  margin-top: 1.35rem;
  margin-bottom: 0;
  text-align: left;
  max-width: 46rem;
}

@media (min-width: 640px) {
  html[data-hs-pipeline="india-conversion"] body[data-hs-india-vps-landing] .hs-vps-hero-eyebrow {
    margin-top: 1.5rem;
  }
}

/* VPS hub — workload fit cheat sheet (responsive grid, no clipped columns) */
.hs-vps-workload-sheet {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.hs-vps-workload-sheet__head {
  display: none;
}

.hs-vps-workload-sheet__row {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hs-vps-workload-sheet__line {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}

.hs-vps-workload-sheet__cell {
  min-width: 0;
}

.hs-vps-workload-sheet__label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.hs-vps-workload-sheet__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #d4edff;
}

.hs-vps-workload-sheet__text--muted {
  color: rgba(186, 230, 253, 0.85);
}

@media (min-width: 768px) {
  .hs-vps-workload-sheet {
    gap: 0;
  }

  .hs-vps-workload-sheet__head,
  .hs-vps-workload-sheet__row {
    display: grid;
    grid-template-columns: minmax(9rem, 16%) minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
  }

  .hs-vps-workload-sheet__head {
    display: grid;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.875rem;
    font-weight: 600;
    color: #a5f3fc;
  }

  .hs-vps-workload-sheet__row {
    padding: 0.85rem 0;
  }

  .hs-vps-workload-sheet__label {
    display: none;
  }
}

/* VPS hub — disclosed edge mitigation strip (tier-1 “bullets under hero” analogue) */

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner {
  border-top: 1px solid rgba(56, 189, 248, 0.1);
  background: radial-gradient(ellipse 80% 60% at 18% -30%, rgba(56, 189, 248, 0.1), transparent 52%),
    linear-gradient(180deg, rgba(4, 12, 28, 0.55), rgba(2, 9, 19, 0.25));
  color: #e8f4ff;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__inner {
  position: relative;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.95);
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__title {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: clamp(1.375rem, 1.1rem + 1.1vw, 1.825rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #f8fafc;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__lead {
  margin: 0 0 1.75rem;
  max-width: 56rem;
  font-size: 0.9425rem;
  line-height: 1.65;
  color: #8bacc8;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 1fr);
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__facts > * {
  min-width: 0;
}

@media (min-width: 640px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.35rem;
  }
}

@media (min-width: 1024px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__fact {
  margin: 0;
  padding: 1.05rem 1.05rem 1.1rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(56, 189, 248, 0.12);
  background: rgba(6, 18, 38, 0.72);
  box-shadow: 0 1px 0 rgba(56, 189, 248, 0.04) inset, 0 12px 32px rgba(0, 0, 0, 0.2);
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__fact-k {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #c8dff5;
  margin-bottom: 0.4rem;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__fact-v {
  display: block;
  font-size: 0.84rem;
  line-height: 1.52;
  color: #93a8bf;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__cta {
  margin: 2rem 0 0;
  font-size: 0.8875rem;
  font-weight: 700;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__cta a {
  color: #67e8f9;
  text-decoration: none;
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__cta a:hover {
  color: #a5f3fc;
  text-decoration-color: rgba(165, 243, 252, 0.7);
}

html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__cta-sep {
  margin: 0 0.4rem;
  color: rgba(148, 163, 184, 0.6);
}

@media (max-width: 520px) {
  html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__cta-sep {
    display: none;
  }
  html[data-hs-pipeline="india-conversion"] .hs-vps-mit-banner__cta a {
    display: inline-block;
    margin: 0.35rem 0.85rem 0 0;
  }
}

/* Sticky KVM plan headers (readable inside horizontal shells) — not on compact tables */
html[data-hs-pipeline="india-conversion"] .hs-in-vps-ryzen .hs-gh-shell:not(.hs-gh-shell--compact) {
  max-height: min(70vh, 36rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

html[data-hs-pipeline="india-conversion"] .hs-in-vps-ryzen .hs-gh-shell--compact {
  max-height: none;
  overflow-x: clip;
  overflow-y: visible;
}

html[data-hs-pipeline="india-conversion"] .hs-in-vps-ryzen thead th.hs-gh-th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(6, 18, 38, 0.98);
  box-shadow: 0 1px 0 rgba(56, 189, 248, 0.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
