/**
 * HostStack Premium Pricing — presentation layer
 * Infrastructure-grade pricing UI (DigitalOcean / Hetzner / Stripe class)
 * Loaded after hs-enterprise-ui.css
 */

html.hs-theme-cyber {
  --hs-price-ink: #f4f9ff;
  --hs-price-muted: #a8c4de;
  --hs-price-faint: #7a9bb8;
  --hs-price-accent: #38bdf8;
  --hs-price-surface: linear-gradient(168deg, rgba(12, 30, 58, 0.9) 0%, rgba(6, 18, 38, 0.96) 100%);
  --hs-price-border: rgba(56, 189, 248, 0.16);
  --hs-price-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 16px 48px rgba(0, 0, 0, 0.38);
}

/* =============================================================================
   TRUST BAR — replaces urgency/countdown strips
   ============================================================================= */

html.hs-theme-cyber .hs-pricing-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--hs-price-border);
  background: rgba(4, 12, 28, 0.55);
}

html.hs-theme-cyber .hs-pricing-trust-bar__item {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--hs-price-muted);
  line-height: 1.4;
}

html.hs-theme-cyber .hs-pricing-trust-bar__item::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: var(--hs-price-accent);
  vertical-align: 0.15em;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.45);
}

html.hs-theme-cyber .hs-urgency-bar,
html.hs-theme-cyber .hs-urgency-countdown,
html.hs-theme-cyber .hs-pg-countdown {
  display: none !important;
}

/* =============================================================================
   CONTROLS — billing period selector
   ============================================================================= */

html.hs-theme-cyber .hs-pricing-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}

html.hs-theme-cyber .hs-pricing-controls__note {
  margin: 0;
  max-width: 28rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--hs-price-muted);
  text-align: center;
}

html.hs-theme-cyber .hs-pricing-controls__note strong {
  color: var(--hs-price-ink);
  font-weight: 600;
}

html.hs-theme-cyber .hs-dur-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hs-price-faint);
}

html.hs-theme-cyber .hs-dur-select {
  min-width: 12rem;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hs-price-ink);
  border-color: var(--hs-price-border);
  background: rgba(4, 12, 28, 0.85);
  position: relative;
  z-index: 1;
}

html.hs-theme-cyber .hs-dur-select-wrap {
  width: min(100%, 16rem);
  max-width: 100%;
}

/* =============================================================================
   PRICING CARDS — premium hierarchy
   ============================================================================= */

html.hs-theme-cyber .hs-pg-card {
  border: 1px solid var(--hs-price-border) !important;
  background: var(--hs-price-surface) !important;
  box-shadow: var(--hs-price-shadow);
  overflow: visible;
}

html.hs-theme-cyber .hs-pg-card--popular {
  border-color: rgba(56, 189, 248, 0.42) !important;
  background: linear-gradient(
    168deg,
    rgba(56, 189, 248, 0.1) 0%,
    rgba(6, 18, 38, 0.98) 100%
  ) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 56px rgba(56, 189, 248, 0.12);
}

html.hs-theme-cyber .hs-pg-card .hs-pg-inner {
  padding: clamp(1.25rem, 2.8vw, 1.5rem) !important;
  padding-bottom: 1.625rem !important;
  overflow: visible;
}

html.hs-theme-cyber .hs-pricing-card__ribbon,
html.hs-theme-cyber .hs-pg-ribbon {
  background: rgba(56, 189, 248, 0.14) !important;
  color: #bae6fd !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
  border-bottom: 1px solid rgba(56, 189, 248, 0.12);
}

html.hs-theme-cyber .hs-pricing-card__inner {
  padding: clamp(1.25rem, 2.8vw, 1.5rem) !important;
  gap: 0;
}

html.hs-theme-cyber .hs-pricing-card__head {
  margin-bottom: 1.125rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
  min-height: 4.25rem;
}

html.hs-theme-cyber .hs-pg-name {
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: var(--hs-price-ink) !important;
  margin: 0 !important;
}

html.hs-theme-cyber .hs-pg-tag {
  margin: 0.35rem 0 0 !important;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  color: var(--hs-price-muted) !important;
}

html.hs-theme-cyber .hs-pricing-card__amount-row {
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
  align-items: baseline;
  gap: 0.2rem;
}

html.hs-theme-cyber .hs-pg-amount {
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  font-size: clamp(2.5rem, 5.5vw, 3.5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em;
  line-height: 1 !important;
  color: var(--hs-price-ink) !important;
}

html.hs-theme-cyber .hs-pricing-card__period,
html.hs-theme-cyber .hs-pg-mo {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: var(--hs-price-muted) !important;
  padding-bottom: 0.35rem;
}

html.hs-theme-cyber .hs-pricing-card__billing,
html.hs-theme-cyber .hs-pg-billing {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  color: var(--hs-price-muted) !important;
}

/* Billing period — shown on all product cards and catalogue tables */
.hs-product-billing-period {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin: 0;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.06);
  font-size: 0.75rem;
  line-height: 1.35;
}

.hs-product-billing-period--section {
  width: fit-content;
  max-width: 100%;
  min-width: 12.5rem;
  margin-top: 1rem;
}

.hs-product-billing-period--card {
  margin: 0.35rem 0 0.75rem;
  min-width: 0;
}

.hs-product-billing-period__label {
  flex: 0 0 auto;
  min-width: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #64748b;
  white-space: nowrap;
}

.hs-product-billing-period__value {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #334155;
  text-align: right;
}

html.hs-theme-cyber .hs-product-billing-period {
  border-color: rgba(56, 189, 248, 0.16);
  background: rgba(56, 189, 248, 0.05);
}

html.hs-theme-cyber .hs-product-billing-period__label {
  color: #94a3b8;
}

html.hs-theme-cyber .hs-product-billing-period__value {
  color: #e2e8f0;
}

.hs-gh-td--billing-period {
  white-space: nowrap;
  font-size: 0.8125rem;
  vertical-align: middle;
}

.hs-gh-td--billing-period .hs-product-billing-period__value {
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #cbd5e1;
}

html.hs-theme-cyber .hs-pricing-card__save-note {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #7dd3fc;
  letter-spacing: 0.01em;
}

html.hs-theme-cyber .hs-pricing-card__bonus,
html.hs-theme-cyber .hs-pricing-card__compare {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  color: var(--hs-price-faint);
}

/* Hide legacy discount chrome */
html.hs-theme-cyber .hs-pg-off-row,
html.hs-theme-cyber .hs-pg-off,
html.hs-theme-cyber .hs-pg-strike,
html.hs-theme-cyber .hs-pg-extras,
html.hs-theme-cyber .hs-pg-deal,
html.hs-theme-cyber .hs-pg-free-mo {
  display: none !important;
}

html.hs-theme-cyber .hs-pricing-card__cta,
html.hs-theme-cyber .hs-pg-cta {
  margin-top: 1rem;
  width: 100%;
  min-height: 2.75rem !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  border-radius: 0.625rem !important;
}

html.hs-theme-cyber .hs-pricing-card__trust,
html.hs-theme-cyber .hs-pg-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0.65rem 0 0;
  font-size: 0.6875rem !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--hs-price-faint) !important;
  text-align: center;
}

html.hs-theme-cyber .hs-pricing-card__feats {
  margin-top: 0.75rem;
}

html.hs-theme-cyber .hs-pg-feat {
  font-size: 0.8125rem !important;
  line-height: 1.45 !important;
  color: var(--hs-price-muted) !important;
  padding: 0.3rem 0 !important;
}

html.hs-theme-cyber .hs-pg-check {
  color: var(--hs-price-accent);
  flex-shrink: 0;
}

html.hs-theme-cyber .hs-pg-grid {
  margin-top: clamp(1.5rem, 3.5vw, 2rem);
  gap: clamp(1rem, 2.5vw, 1.25rem);
}

html.hs-theme-cyber #plans .hs-pricing-footnote,
html.hs-theme-cyber .hs-pricing-section-footnote {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--hs-price-faint);
}

html.hs-theme-cyber .hs-pricing-section-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: var(--hs-price-faint);
}

html.hs-theme-cyber .hs-pricing-section-trust a {
  color: var(--hs-price-accent);
  font-weight: 600;
}

/* =============================================================================
   ENTERPRISE / INDIA SUMMARY CARDS
   ============================================================================= */

html.hs-theme-cyber .hs-ent-price-card .hs-ent-price,
html.hs-theme-cyber .hs-ent-price-card .hs-ent-price .hs-price {
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  color: var(--hs-price-ink) !important;
}

html.hs-theme-cyber .hs-ent-price-card .hs-ent-price small {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--hs-price-muted);
}

html.hs-theme-cyber .hs-ent-price-tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dd3fc;
}

html.hs-theme-cyber .hs-in-pricing-card,
html.hs-theme-cyber .hs-in-pricing-popular {
  border: 1px solid var(--hs-price-border) !important;
  background: var(--hs-price-surface) !important;
  box-shadow: var(--hs-price-shadow) !important;
  color: var(--hs-price-ink) !important;
}

html.hs-theme-cyber .hs-in-pricing-popular {
  border-color: rgba(56, 189, 248, 0.38) !important;
}

html.hs-theme-cyber .hs-in-pricing-card .text-slate-900,
html.hs-theme-cyber .hs-in-pricing-popular .text-slate-900,
html.hs-theme-cyber .hs-in-pricing-card .text-orange-600,
html.hs-theme-cyber .hs-in-pricing-popular .text-orange-600,
html.hs-theme-cyber .hs-in-pricing-card .text-violet-600 {
  color: var(--hs-price-ink) !important;
}

html.hs-theme-cyber .hs-in-pricing-card .text-slate-500,
html.hs-theme-cyber .hs-in-pricing-popular .text-slate-500,
html.hs-theme-cyber .hs-in-pricing-card .text-slate-600,
html.hs-theme-cyber .hs-in-pricing-popular .text-slate-600,
html.hs-theme-cyber .hs-in-pricing-card .text-slate-700,
html.hs-theme-cyber .hs-in-pricing-popular .text-slate-700 {
  color: var(--hs-price-muted) !important;
}

html.hs-theme-cyber .hs-in-pricing-popular > p.text-orange-600 {
  color: #7dd3fc !important;
  letter-spacing: 0.14em;
}

/* =============================================================================
   VPS / SERVER TABLES — performance-first
   ============================================================================= */

html.hs-theme-cyber .hs-gh-table,
html.hs-theme-cyber .hs-gv-plan-table {
  font-size: 0.875rem;
}

html.hs-theme-cyber .hs-gh-th,
html.hs-theme-cyber .hs-gv-plan-table th {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hs-price-muted) !important;
  background: rgba(6, 18, 38, 0.98) !important;
  border-bottom: 1px solid var(--hs-price-border) !important;
}

html.hs-theme-cyber .hs-gh-price,
html.hs-theme-cyber .hs-gh-td--price .hs-price {
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: var(--hs-price-ink) !important;
  letter-spacing: -0.02em;
}

html.hs-theme-cyber .hs-gh-price-hint {
  font-size: 0.75rem;
  color: var(--hs-price-muted) !important;
}

html.hs-theme-cyber .hs-gh-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hs-price-accent);
}

html.hs-theme-cyber .hs-gh-shell {
  border: 1px solid var(--hs-price-border);
  border-radius: 1rem;
  background: rgba(2, 9, 19, 0.72);
}

/* VPS plan tables — content-width columns (avoid stretched rows) */
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-shell--compact,
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-shell {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto;
  overflow-x: clip;
  overflow-y: visible;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-block-title,
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-block > p {
  align-self: stretch;
  width: 100%;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table,
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table--compact {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto;
  table-layout: fixed !important;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--plan { width: 3.25rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--cpu { width: 11.5rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--ram { width: 5.75rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--storage { width: 6.25rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--billing { width: 4.75rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--network { width: 9.5rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--price { width: 10.5rem; }
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-col--cta { width: 8.25rem; }

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table th,
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table td {
  padding: 0.65rem 0.75rem !important;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table td:nth-child(2) {
  white-space: normal;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: normal;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-th--price,
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-td--price {
  white-space: normal;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-td--billing-period {
  white-space: nowrap;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-th--cta,
html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-table.plans-table .hs-gh-td--cta {
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-gh-td--cta .hs-gh-order {
  white-space: nowrap;
}

html.hs-theme-cyber .hs-in-vps-ryzen .hs-vps-port-detail-row .hs-vps-port-detail-cell {
  width: auto !important;
  white-space: normal;
}

html.hs-theme-cyber .hs-gh-table tbody tr:hover td {
  background: rgba(56, 189, 248, 0.05);
}

html.hs-theme-cyber .hs-gh-infra-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

html.hs-theme-cyber .hs-gh-infra-badge {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--hs-price-border);
  background: rgba(56, 189, 248, 0.06);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--hs-price-muted);
}

/* =============================================================================
   DOMAIN PRICING — dark premium TLD grid
   ============================================================================= */

html.hs-theme-cyber.hs-domain-page .hs-tld-card,
html.hs-theme-cyber .hs-domain-pricing .hs-tld-card {
  border: 1px solid var(--hs-price-border) !important;
  background: var(--hs-price-surface) !important;
  color: var(--hs-price-ink) !important;
  padding: 1.125rem 1rem !important;
  border-radius: 0.875rem !important;
  box-shadow: var(--hs-price-shadow);
}

html.hs-theme-cyber.hs-domain-page .hs-tld-card:hover,
html.hs-theme-cyber .hs-domain-pricing .hs-tld-card:hover {
  border-color: rgba(56, 189, 248, 0.38) !important;
  box-shadow: 0 20px 48px rgba(56, 189, 248, 0.1);
  transform: translateY(-2px);
}

html.hs-theme-cyber .hs-tld-card .hs-tld-name {
  color: var(--hs-price-ink) !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
}

html.hs-theme-cyber .hs-tld-card .hs-tld-reg {
  margin-top: 0.5rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--hs-price-ink) !important;
}

html.hs-theme-cyber .hs-tld-card .hs-tld-renew {
  margin-top: 0.25rem !important;
  font-size: 0.75rem !important;
  color: var(--hs-price-muted) !important;
}

html.hs-theme-cyber .hs-tld-card .hs-tld-label {
  display: block;
  min-height: 1.125rem;
  margin-bottom: 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7dd3fc;
  line-height: 1.2;
}

html.hs-theme-cyber .hs-tld-card .hs-tld-label--spacer {
  visibility: hidden;
  pointer-events: none;
}

html.hs-theme-cyber .hs-tld-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 8.5rem;
}

html.hs-theme-cyber .hs-tld-card .hs-tld-name {
  margin-top: 0.15rem;
}

html.hs-theme-cyber .hs-tld-card .hs-tld-reg {
  margin-top: auto !important;
  padding-top: 0.5rem;
}

/* =============================================================================
   INFRA UPSSELL — dark premium CTA (replaces light Tailwind pills)
   ============================================================================= */

html.hs-theme-cyber .hs-infra-upsell {
  max-width: 42rem;
  margin: 2rem auto 0;
  padding: 1.125rem 1.25rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(56, 189, 248, 0.18);
  background: linear-gradient(168deg, rgba(12, 30, 58, 0.92), rgba(6, 18, 38, 0.98));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
  text-align: center;
}

html.hs-theme-cyber .hs-infra-upsell__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dd3fc;
}

html.hs-theme-cyber .hs-infra-upsell__body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #c5daf0;
}

html.hs-theme-cyber .hs-infra-upsell__body strong {
  color: #eef6ff;
  font-weight: 700;
}

html.hs-theme-cyber .hs-infra-upsell__body a {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: none;
}

html.hs-theme-cyber .hs-infra-upsell__body a:hover {
  color: #7dd3fc;
}

/* Kill legacy light upsell overrides on dark shell */
html.hs-theme-cyber .sales-vps-upsell,
html.hs-theme-cyber .sales-vps-upsell.bg-white,
html.hs-theme-cyber .sales-vps-upsell.from-indigo-50 {
  border-color: rgba(56, 189, 248, 0.18) !important;
  background: linear-gradient(168deg, rgba(12, 30, 58, 0.92), rgba(6, 18, 38, 0.98)) !important;
  color: #c5daf0 !important;
}

html.hs-theme-cyber .sales-vps-upsell h3,
html.hs-theme-cyber .sales-vps-upsell p,
html.hs-theme-cyber .sales-vps-upsell .text-indigo-900,
html.hs-theme-cyber .sales-vps-upsell .text-slate-600 {
  color: #eef6ff !important;
}

html.hs-theme-cyber .sales-vps-upsell a {
  color: #38bdf8 !important;
}

html.hs-theme-cyber .hs-domain-hero {
  background: transparent !important;
}

html.hs-theme-cyber .hs-result-row {
  background: rgba(6, 18, 38, 0.92) !important;
  border-bottom: 1px solid rgba(56, 189, 248, 0.08) !important;
  color: var(--hs-price-ink) !important;
}

html.hs-theme-cyber .hs-result-row:hover {
  background: rgba(10, 28, 56, 0.95) !important;
}

@media (max-width: 639px) {
  html.hs-theme-cyber .hs-pg-amount {
    font-size: 2.35rem !important;
  }

  html.hs-theme-cyber .hs-pricing-trust-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
}

/* =============================================================================
   Renewal trust — same price forever pill + section headline
   ============================================================================= */

.hs-renewal-trust-badge {
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0.2rem 0.55rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  color: #27500a;
  background: #eaf3de;
  border-radius: 9999px;
}

.hs-renewal-trust-badge--card {
  display: inline-flex;
  align-items: center;
}

.hs-renewal-trust-badge--home-vps {
  display: inline-flex;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.hs-renewal-trust-badge--table {
  display: inline-flex;
  margin-top: 0.35rem;
  white-space: normal;
  max-width: 100%;
  text-align: left;
  font-size: 0.6875rem;
  line-height: 1.3;
}

.hs-gh-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.hs-gh-price-row {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.1rem;
}

.hs-gh-price-row .hs-gh-price-hint {
  white-space: nowrap;
}

.hs-renewal-trust-headline {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  color: #8bacc8;
}

.hs-renewal-trust-headline--hero {
  margin-top: 1rem;
}

.hs-renewal-trust-headline--plans {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  text-align: center;
}

.hs-pg-card--entry {
  border-color: rgba(39, 80, 10, 0.22);
}

.hs-pg-card--entry .hs-pg-ribbon {
  background: #eaf3de;
  color: #27500a;
}

.hs-pg-upgrade-note {
  margin: 0.65rem 0 0;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.45;
  color: #8bacc8;
  text-align: center;
}

/* =============================================================================
   WhatsApp presales bar — below hero on product hubs
   ============================================================================= */

.hs-wa-presales-bar {
  width: 100%;
  background: #eaf3de;
  border-bottom: 1px solid rgba(39, 80, 10, 0.12);
}

.hs-wa-presales-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  .hs-wa-presales-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem 1.5rem;
    text-align: left;
  }
}

.hs-wa-presales-bar__text {
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  color: #27500a;
}

@media (min-width: 640px) {
  .hs-wa-presales-bar__text {
    font-size: 13px;
  }
}

.hs-wa-presales-bar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-shrink: 0;
  padding: 0.45rem 0.95rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #25d366;
  border-radius: 9999px;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

@media (min-width: 640px) {
  .hs-wa-presales-bar__cta {
    font-size: 13px;
    padding: 0.5rem 1.1rem;
  }
}

.hs-wa-presales-bar__cta:hover,
.hs-wa-presales-bar__cta:focus-visible {
  background: #1da851;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.hs-wa-presales-bar__icon {
  flex-shrink: 0;
  color: #fff;
}

/* =============================================================================
   VPS network port selector (plan tables + homepage cards)
   ============================================================================= */

.hs-vps-port-detail-row td {
  padding-top: 0 !important;
  border-top: none !important;
  background: rgba(2, 9, 19, 0.35);
}

.hs-vps-port-row {
  padding: 0.5rem 0.75rem 0.6rem;
}

.hs-vps-port-row__label {
  margin: 0 0 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8bacc8;
}

.hs-vps-port-row__options {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

@media (min-width: 640px) {
  .hs-vps-port-row__options {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
  }
}

.hs-vps-port-option {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #cbd5e1;
  cursor: pointer;
}

.hs-vps-port-option input {
  margin-top: 0.2rem;
  accent-color: #38bdf8;
}

.hs-vps-port-option.is-selected,
.hs-vps-port-option:has(input:checked) {
  color: #e8f4ff;
}

.hs-vps-port-row__note {
  margin: 0.55rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #94a3b8;
}

.hs-ent-price-card .hs-vps-port-row {
  margin: 0.75rem 0 0.85rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 0.65rem;
  background: rgba(2, 9, 19, 0.45);
}

.hs-net-card__addon {
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #7dd3fc;
  line-height: 1.35;
  max-width: 100%;
}

.hs-net-card__addon--included {
  color: #8bacc8;
}

.hs-vps-network .hs-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(9.5rem, 11rem));
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  margin: 2rem auto 0;
  max-width: 24rem;
}

.hs-vps-network .hs-loc-card.hs-net-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 11.75rem;
  box-sizing: border-box;
  justify-content: flex-start;
}

.hs-game-10g-rec {
  margin: 1.25rem auto 0;
  max-width: 48rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 0.75rem;
  background: rgba(2, 9, 19, 0.55);
}

.hs-game-10g-rec__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #e2e8f0;
}

.hs-game-10g-rec__note {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #94a3b8;
}
