/* KeverHosting modern theme — brand: navy blue + yellow */
:root {
  --kh-blue: #0f1b46;
  --kh-blue-2: #1a2d6b;
  --kh-yellow: #f7bb37;
  --kh-yellow-2: #ffdd00;
  --kh-accent: var(--kh-blue);
  --kh-accent-2: var(--kh-blue-2);
  --kh-accent-soft: rgba(15, 27, 70, 0.12);
  --kh-highlight: var(--kh-yellow);
  --kh-ink: #0f1b46;
  --kh-muted: #5a6577;
  --kh-surface: #f5f6f8;
  --kh-card: #ffffff;
  --kh-border: rgba(15, 27, 70, 0.1);
  --kh-shadow: 0 14px 40px rgba(15, 27, 70, 0.1);
  --kh-radius: 16px;
  --kh-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Section subtitles — override legacy 21px in style.css */
.section-title p {
  font-size: 0.95rem !important;
  line-height: 1.55;
  color: var(--kh-muted);
}

body.vps-theme-cloud {
  --kh-accent: #0f1b46;
  --kh-accent-2: #1a2d6b;
  --kh-accent-soft: rgba(15, 27, 70, 0.12);
  --kh-highlight: #f7bb37;
}
body.vps-theme-power {
  --kh-accent: #0f1b46;
  --kh-accent-2: #243a7a;
  --kh-accent-soft: rgba(247, 187, 55, 0.22);
  --kh-highlight: #ffdd00;
}
body.vps-theme-enterprise {
  --kh-accent: #0a1435;
  --kh-accent-2: #0f1b46;
  --kh-accent-soft: rgba(15, 27, 70, 0.16);
  --kh-highlight: #f7bb37;
}

/* Reveal base */
.kh-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s var(--kh-ease), transform 0.55s var(--kh-ease);
  transition-delay: var(--kh-delay, 0ms);
}
.kh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.kh-reveal-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.6s var(--kh-ease), transform 0.6s var(--kh-ease);
}
.kh-reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.kh-reveal-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.6s var(--kh-ease), transform 0.6s var(--kh-ease);
}
.kh-reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Home hero motion */
.kh-hero-anim .slider-content {
  opacity: 0;
  transform: translateY(20px);
  animation: khHeroIn 0.8s var(--kh-ease) 0.15s forwards;
}
.kh-hero-anim .homepage-3-links {
  opacity: 0;
  animation: khHeroIn 0.7s var(--kh-ease) 0.35s forwards;
}
@keyframes khHeroIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Hub / home modern cards */
.vps-hub-compare,
.kh-home-products {
  padding: 64px 0 80px;
  background: var(--kh-surface);
}

/* Server hub + product heroes — aligned with hosting hub */
body.vps-hub-page .slider-1-bg.inside h1,
body[class*="vps-theme-"] .slider-1-bg.inside h1 {
  font-size: clamp(2rem, 4vw, 2.6rem) !important;
  line-height: 1.15;
  margin-bottom: 14px;
}
body.vps-hub-page .slider-1-bg.inside h2,
body[class*="vps-theme-"] .slider-1-bg.inside h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 0.98rem !important;
  line-height: 1.55;
  font-weight: 400;
  color: #37415c;
}
body.vps-hub-page .slider-1-bg.inside h1 span,
body.vps-hub-page .slider-1-bg.inside h2 span,
body[class*="vps-theme-"] .slider-1-bg.inside h1 span,
body[class*="vps-theme-"] .slider-1-bg.inside h2 span {
  font-weight: 600;
  color: inherit;
  box-shadow: none;
  background: none;
}
body[class*="vps-theme-"] .vps-ha-badge {
  display: inline-block;
  margin-bottom: 12px;
}
.vps-hub-facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 26px auto 0;
  padding: 0;
  max-width: 900px;
}
.vps-hub-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 27, 70, 0.09);
  box-shadow: 0 2px 10px rgba(15, 27, 70, 0.05);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  color: #22305c;
  opacity: 0;
  transform: translateY(10px);
  animation: khFactIn 0.5s var(--kh-ease) forwards;
  animation-delay: var(--kh-delay, 0ms);
}
.vps-hub-facts img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}
@keyframes khFactIn {
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 575px) {
  .vps-hub-facts li { font-size: 0.78rem; padding: 6px 12px; }
}

.vps-hub-intro,
.kh-section-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.vps-hub-intro h2 span {
  color: var(--kh-accent-2);
}
.vps-hub-intro h2,
.kh-section-intro h2,
.tab-area .section-title h2,
.vps-showcase .section-title h2,
.vps-benefits .section-title h2,
.vps-specs-wrap .section-title h2,
.faq-area .section-title h2 {
  color: var(--kh-ink) !important;
}
.tab-area .section-title p,
.vps-showcase .section-title p,
.vps-benefits .section-title p,
.vps-specs-wrap .section-title p,
.faq-area .section-title p,
.kh-section-intro p,
.vps-hub-intro p {
  color: var(--kh-muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.55;
}
.vps-os-section .section-title h2,
.vps-os-section .section-title p {
  color: #fff !important;
}

.vps-tier-card,
.kh-product-card {
  background: var(--kh-card);
  border: 1px solid var(--kh-border);
  border-radius: var(--kh-radius);
  padding: 32px 28px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.35s var(--kh-ease), box-shadow 0.35s var(--kh-ease), border-color 0.35s ease;
}
.vps-tier-card:hover,
.kh-product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--kh-shadow);
  border-color: var(--kh-accent-soft);
}
.vps-tier-card.popular,
.kh-product-card.popular {
  border-color: var(--kh-accent);
  box-shadow: 0 0 0 2px var(--kh-accent-soft);
}
.vps-tier-badge,
.kh-card-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--kh-highlight);
  color: #0f1b46;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
}
.vps-tier-card .tier-icon,
.kh-product-card .tier-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}
.vps-tier-card h3,
.kh-product-card h3 {
  font-size: 1.4rem;
  color: var(--kh-ink);
  margin-bottom: 8px;
}
.vps-tier-card .tier-tagline,
.kh-product-card .tier-tagline {
  color: var(--kh-muted);
  font-size: 0.95rem;
  margin-bottom: 18px;
  min-height: 2.8em;
  flex: 0 0 auto;
}
.vps-tier-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  flex: 1;
}
.vps-tier-specs li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--kh-border);
  font-size: 0.9rem;
  color: var(--kh-ink);
}
.vps-tier-specs li span { color: var(--kh-muted); }

/* Hub tier: short positioning instead of full specs */
.vps-tier-card .tier-what {
  color: var(--kh-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}
.vps-tier-card .tier-fit {
  margin: 0 0 22px;
  padding: 14px 16px;
  background: var(--kh-surface);
  border-left: 3px solid var(--kh-yellow);
  border-radius: 0 10px 10px 0;
}
.vps-tier-card .tier-fit dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--kh-muted);
  margin-bottom: 4px;
}
.vps-tier-card .tier-fit dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--kh-ink);
}
.vps-tier-price,
.kh-product-card .kh-price {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--kh-ink);
  margin-bottom: 16px;
}
.vps-tier-price small,
.kh-product-card .kh-price small {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--kh-muted);
}
.vps-tier-cta,
.kh-product-cta {
  display: inline-block;
  text-align: center;
  background: var(--kh-accent);
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  transition: background 0.25s ease, transform 0.25s ease;
  text-decoration: none !important;
}
.vps-tier-cta:hover,
.kh-product-cta:hover {
  background: var(--kh-accent-2);
  transform: scale(1.02);
}

/* Product page: hero bullets */
.vps-hero-bullets .vps-bullet {
  text-align: center;
  margin-top: 18px;
}
.vps-theme-cloud .vps-hero-bullets img {
  animation: khFloatSoft 4.5s ease-in-out infinite;
}
.vps-theme-power .vps-hero-bullets img {
  animation: khPulseSnap 2.2s ease-in-out infinite;
}
.vps-theme-enterprise .vps-ha-badge {
  display: inline-block;
  background: var(--kh-highlight);
  color: #0f1b46;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  animation: khHaPulse 2.8s ease-in-out infinite;
}
@keyframes khFloatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes khPulseSnap {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes khHaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(247, 187, 55, 0.45); }
  50% { box-shadow: 0 0 0 10px rgba(247, 187, 55, 0); }
}

/* Showcase / failover */
.vps-showcase {
  padding: 64px 0;
  background: #fff;
}
.vps-showcase .showcase-media img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: var(--kh-shadow);
}
.vps-showcase .showcase-point {
  margin-bottom: 22px;
}
.vps-showcase .showcase-point h3 {
  color: var(--kh-ink);
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.vps-showcase .showcase-point p {
  color: var(--kh-muted);
  margin: 0;
}

/* Server hub: single answer line naming the fastest location for the visitor */
.vps-latency-section {
  padding: 0 0 44px;
  background: var(--kh-surface);
}
.vps-latency-pick {
  text-align: center;
}
.vps-latency-answer {
  margin: 0;
  color: var(--kh-ink);
  font-size: 0.95rem;
  line-height: 1.5;
}
.vps-latency-answer strong {
  font-weight: 700;
}
.vps-latency-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #1f9d55;
  vertical-align: middle;
}
.vps-latency-ms {
  color: #1f9d55;
  font-weight: 700;
}
.vps-latency-more {
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--kh-muted);
  font-size: 0.78rem;
  text-decoration: underline;
  cursor: pointer;
}
.vps-latency-list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 8px 0 0;
  padding: 0;
}
.vps-latency-list li {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 0.78rem;
  line-height: 1.5;
}
.vps-latency-name {
  color: var(--kh-muted);
}

/* ============ Animated figures (shared shell) ============ */
.kh-anim {
  margin: 0;
  background: var(--kh-blue);
  border-radius: var(--kh-radius);
  padding: 22px 20px 18px;
  box-shadow: var(--kh-shadow);
}
.kh-anim svg {
  display: block;
  width: 100%;
  height: auto;
}
.kh-anim figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Cloud — resource isolation */
.kh-iso-anim .iso-host {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.5;
}
.kh-iso-anim .iso-host-label {
  fill: rgba(247, 187, 55, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.kh-iso-anim .iso-frame {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.5;
}
.kh-iso-anim .iso-card--mine .iso-frame {
  fill: rgba(247, 187, 55, 0.08);
  stroke: rgba(247, 187, 55, 0.6);
}
.kh-iso-anim .iso-title {
  fill: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
}
.kh-iso-anim .iso-card--mine .iso-title { fill: var(--kh-yellow); }
.kh-iso-anim .iso-sub {
  fill: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
}
.kh-iso-anim .iso-meta {
  fill: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.kh-iso-anim .iso-track { fill: rgba(255, 255, 255, 0.12); }
.kh-iso-anim .iso-fill {
  fill: rgba(255, 255, 255, 0.42);
  transform-box: fill-box;
  transform-origin: left center;
  transform: scaleX(0.3);
}
.kh-iso-anim .iso-card--mine .iso-fill { fill: var(--kh-yellow); }
.kh-iso-anim .iso-lock rect {
  fill: rgba(247, 187, 55, 0.18);
  stroke: var(--kh-yellow);
  stroke-width: 1.4;
}
.kh-iso-anim .iso-lock path {
  fill: none;
  stroke: var(--kh-yellow);
  stroke-width: 1.8;
}
.kh-iso-anim .iso-layer rect {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.5;
}
.kh-iso-anim .iso-layer text {
  fill: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
  letter-spacing: 0.04em;
}
.kh-iso-anim .iso-card--n1 .iso-fill { animation: khIsoLoadA 6s ease-in-out infinite; }
.kh-iso-anim .iso-card--n2 .iso-fill { animation: khIsoLoadB 7.5s ease-in-out infinite; }
.kh-iso-anim .iso-card--mine .iso-fill { animation: khIsoSteady 5s ease-in-out infinite; }
.kh-iso-anim .iso-card--mine .iso-frame { animation: khIsoGlow 5s ease-in-out infinite; }
@keyframes khIsoLoadA {
  0%, 100% { transform: scaleX(0.28); }
  22% { transform: scaleX(0.86); }
  38% { transform: scaleX(0.5); }
  60% { transform: scaleX(1); }
  80% { transform: scaleX(0.42); }
}
@keyframes khIsoLoadB {
  0%, 100% { transform: scaleX(0.6); }
  18% { transform: scaleX(0.3); }
  44% { transform: scaleX(0.95); }
  72% { transform: scaleX(0.38); }
}
@keyframes khIsoSteady {
  0%, 100% { transform: scaleX(0.6); }
  50% { transform: scaleX(0.63); }
}
@keyframes khIsoGlow {
  0%, 100% { stroke: rgba(247, 187, 55, 0.45); }
  50% { stroke: rgba(247, 187, 55, 0.9); }
}

/* Power — data path and sustained throughput */
.kh-thr-anim .thr-box rect {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.5;
}
.kh-thr-anim .thr-box--vm rect {
  fill: rgba(247, 187, 55, 0.1);
  stroke: rgba(247, 187, 55, 0.6);
}
.kh-thr-anim .thr-title {
  fill: #fff;
  font-size: 15px;
  font-weight: 700;
}
.kh-thr-anim .thr-box--vm .thr-title { fill: var(--kh-yellow); }
.kh-thr-anim .thr-sub {
  fill: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
}
.kh-thr-anim .thr-lane-label {
  fill: rgba(255, 255, 255, 0.42);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.kh-thr-anim .thr-wire {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1.5;
  stroke-dasharray: 5 6;
  animation: khThrWire 1.6s linear infinite;
}
.kh-thr-anim .thr-pkt {
  fill: var(--kh-yellow);
  transform-box: fill-box;
  animation: khThrPkt 2.2s linear infinite;
}
.kh-thr-anim .thr-pkt--b { animation-delay: -0.73s; }
.kh-thr-anim .thr-pkt--c { animation-delay: -1.46s; }
.kh-thr-anim .thr-lane--io .thr-pkt { animation-duration: 1.5s; }
.kh-thr-anim .thr-lane--io .thr-pkt--b { animation-delay: -0.5s; }
.kh-thr-anim .thr-lane--io .thr-pkt--c { animation-delay: -1s; }
.kh-thr-anim .thr-graph-label {
  fill: rgba(255, 255, 255, 0.42);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.kh-thr-anim .thr-baseline {
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.5;
}
.kh-thr-anim .thr-bars rect {
  fill: rgba(247, 187, 55, 0.85);
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: khThrBar 2.6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.145s);
}
@keyframes khThrWire {
  to { stroke-dashoffset: -22; }
}
@keyframes khThrPkt {
  0% { transform: translateX(0); opacity: 0; }
  14% { opacity: 1; }
  86% { opacity: 1; }
  100% { transform: translateX(120px); opacity: 0; }
}
@keyframes khThrBar {
  0%, 100% { transform: scaleY(0.22); }
  50% { transform: scaleY(1); }
}

/* Enterprise HA failover animation */
.kh-ha-anim {
  margin: 0;
  background: var(--kh-blue);
  border-radius: var(--kh-radius);
  padding: 22px 20px 18px;
  box-shadow: var(--kh-shadow);
}
.kh-ha-anim svg {
  display: block;
  width: 100%;
  height: auto;
}
.kh-ha-anim figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  line-height: 1.5;
}
.kh-ha-anim .ha-zone {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(247, 187, 55, 0.32);
  stroke-width: 1.5;
  stroke-dasharray: 7 6;
}
.kh-ha-anim .ha-zone-label {
  fill: rgba(247, 187, 55, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.kh-ha-anim .ha-node rect {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.5;
}
.kh-ha-anim .ha-node-label {
  fill: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.kh-ha-anim .ha-dot { fill: #f7bb37; }
.kh-ha-anim .ha-vm rect {
  fill: var(--kh-yellow);
}
.kh-ha-anim .ha-vm text {
  fill: #0f1b46;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.kh-ha-anim .ha-links path {
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
  fill: none;
}
.kh-ha-anim .ha-storage rect {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.5;
}
.kh-ha-anim .ha-storage text {
  fill: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.kh-ha-anim .ha-status text {
  fill: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  opacity: 0;
}
.kh-ha-anim .ha-status .s1 { opacity: 1; }
.kh-ha-anim .ha-alert {
  opacity: 0;
  transform-box: view-box;
  transform-origin: 146px 150px;
}
.kh-ha-anim .ha-alert circle {
  fill: rgba(247, 187, 55, 0.16);
  stroke: var(--kh-yellow);
  stroke-width: 1.5;
}
.kh-ha-anim .ha-alert path {
  stroke: var(--kh-yellow);
  stroke-width: 2.5;
  stroke-linecap: round;
}
.kh-ha-anim .ha-vm,
.kh-ha-anim .ha-node--a,
.kh-ha-anim .ha-node--a rect,
.kh-ha-anim .ha-node--c rect,
.kh-ha-anim .ha-node--a .ha-dot,
.kh-ha-anim .ha-alert,
.kh-ha-anim .ha-links path,
.kh-ha-anim .ha-status text {
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: var(--kh-ease);
}
.kh-ha-anim .ha-vm {
  transform-box: view-box;
  transform-origin: 146px 166px;
  animation-name: khHaVm;
}
.kh-ha-anim .ha-node--a { animation-name: khHaNodeDown; }
.kh-ha-anim .ha-node--a rect { animation-name: khHaHostA; }
.kh-ha-anim .ha-node--a .ha-dot { animation-name: khHaDotA; }
.kh-ha-anim .ha-node--c rect { animation-name: khHaHostC; }
.kh-ha-anim .ha-alert { animation-name: khHaAlert; }
.kh-ha-anim .ha-links path {
  animation-name: khHaFlow;
  animation-timing-function: linear;
  animation-duration: 2.4s;
}
.kh-ha-anim .ha-status .s1 { animation-name: khHaS1; }
.kh-ha-anim .ha-status .s2 { animation-name: khHaS2; }
.kh-ha-anim .ha-status .s3 { animation-name: khHaS3; }
.kh-ha-anim .ha-status .s4 { animation-name: khHaS4; }

/* Full cycle: steady -> node loss -> restart on node-03 -> node back -> live migration home */
@keyframes khHaVm {
  0%, 24% { transform: translateX(0) scale(1); opacity: 1; }
  27% { transform: translateX(0) scale(0.98); opacity: 0.5; }
  31% { transform: translateX(0) scale(0.95); opacity: 0.14; }
  39% { transform: translateX(468px) scale(0.95); opacity: 0.14; }
  44%, 68% { transform: translateX(468px) scale(1); opacity: 1; }
  72% { transform: translateX(468px) scale(0.99); opacity: 0.92; }
  82%, 100% { transform: translateX(0) scale(1); opacity: 1; }
}
@keyframes khHaNodeDown {
  0%, 25% { opacity: 1; }
  30%, 62% { opacity: 0.32; }
  68%, 100% { opacity: 1; }
}
@keyframes khHaDotA {
  0%, 25% { fill: #f7bb37; }
  30%, 62% { fill: #64708c; }
  68%, 100% { fill: #f7bb37; }
}
@keyframes khHaHostA {
  0%, 26% { stroke: rgba(247, 187, 55, 0.7); }
  32%, 74% { stroke: rgba(255, 255, 255, 0.14); }
  82%, 100% { stroke: rgba(247, 187, 55, 0.7); }
}
@keyframes khHaHostC {
  0%, 38% { stroke: rgba(255, 255, 255, 0.14); }
  44%, 70% { stroke: rgba(247, 187, 55, 0.7); }
  78%, 100% { stroke: rgba(255, 255, 255, 0.14); }
}
@keyframes khHaAlert {
  0%, 25% { opacity: 0; transform: scale(0.6); }
  30%, 40% { opacity: 1; transform: scale(1); }
  46%, 100% { opacity: 0; transform: scale(1); }
}
@keyframes khHaFlow {
  to { stroke-dashoffset: -24; }
}
@keyframes khHaS1 {
  0%, 23% { opacity: 1; }
  27%, 80% { opacity: 0; }
  85%, 100% { opacity: 1; }
}
@keyframes khHaS2 {
  0%, 25% { opacity: 0; }
  29%, 40% { opacity: 1; }
  44%, 100% { opacity: 0; }
}
@keyframes khHaS3 {
  0%, 42% { opacity: 0; }
  46%, 64% { opacity: 1; }
  68%, 100% { opacity: 0; }
}
@keyframes khHaS4 {
  0%, 66% { opacity: 0; }
  70%, 80% { opacity: 1; }
  84%, 100% { opacity: 0; }
}

/* Benefits modern grid */
.vps-benefits {
  padding: 64px 0;
  background: var(--kh-surface);
}
.vps-benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.vps-benefit-card {
  display: flex;
  flex-direction: column;
  background: var(--kh-card);
  border: 1px solid var(--kh-border);
  border-radius: 14px;
  padding: 24px 22px;
  height: 100%;
  margin: 0;
  transition: transform 0.3s var(--kh-ease), box-shadow 0.3s ease, border-color 0.3s ease;
}
.vps-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--kh-shadow);
  border-color: rgba(247, 187, 55, 0.5);
}
.vps-benefit-card .benefit-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex: 0 0 auto;
}
.vps-benefit-card .benefit-icon img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  margin: 0;
}
.vps-benefit-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--kh-ink);
  margin: 0 0 8px;
  min-height: 2.7em;
}
.vps-benefit-card p {
  color: var(--kh-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

/* Hero bullets — equal alignment */
.vps-hero-bullets .vps-bullet i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin-bottom: 8px;
}
.vps-hero-bullets .vps-bullet img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.vps-hero-bullets .vps-bullet p {
  min-height: 2.6em;
  margin: 0;
}

/* Specs — sidebar categories + single panel */
.vps-specs-wrap {
  padding: 64px 0;
  background: #fff;
}
.vps-specs-layout {
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.vps-specs-aside {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 96px;
}
.vps-specs-aside button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  border: 1px solid transparent;
  border-left: 3px solid var(--kh-border);
  background: transparent;
  color: var(--kh-muted);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 16px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.vps-specs-aside button .aside-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--kh-muted);
  opacity: 0.7;
}
.vps-specs-aside button:hover {
  background: var(--kh-surface);
  color: var(--kh-ink);
}
.vps-specs-aside button.is-active {
  background: var(--kh-surface);
  border-left-color: var(--kh-yellow);
  color: var(--kh-ink);
}
.vps-specs-aside button.is-active .aside-count {
  color: var(--kh-ink);
}
.vps-specs-panel {
  display: none;
  background: var(--kh-card);
  border: 1px solid var(--kh-border);
  border-radius: var(--kh-radius);
  padding: 8px 28px 12px;
  box-shadow: 0 6px 26px rgba(15, 27, 70, 0.06);
}
.vps-specs-panel.is-active {
  display: block;
  animation: khSpecIn 0.3s var(--kh-ease);
}
@keyframes khSpecIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.vps-spec-row {
  display: grid;
  grid-template-columns: minmax(150px, 34%) minmax(0, 1fr) 20px;
  align-items: baseline;
  gap: 16px;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--kh-border);
  background: transparent;
  padding: 18px 4px;
  cursor: default;
}
.vps-specs-panel .vps-spec-row:last-child { border-bottom: 0; }
.vps-spec-row .spec-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--kh-muted);
}
.vps-spec-row .spec-value {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--kh-ink);
  line-height: 1.4;
}
.vps-spec-row .spec-toggle {
  justify-self: end;
  align-self: center;
  color: var(--kh-muted);
  font-size: 0.85rem;
  line-height: 1;
  transition: transform 0.25s var(--kh-ease), color 0.2s ease;
}
.vps-spec-row .spec-detail {
  grid-column: 2 / span 2;
  display: none;
  margin-top: 8px;
  font-size: 0.92rem;
  color: var(--kh-muted);
  line-height: 1.55;
}
.vps-spec-row[data-clickable="1"] { cursor: pointer; }
.vps-spec-row[data-clickable="1"]:hover .spec-value { color: var(--kh-blue-2); }
.vps-spec-row[data-clickable="1"]:hover .spec-toggle { color: var(--kh-yellow); }
.vps-spec-row.is-open .spec-detail { display: block; }
.vps-spec-row.is-open .spec-toggle {
  transform: rotate(180deg);
  color: var(--kh-yellow);
}

@media (max-width: 991px) {
  .vps-specs-layout { grid-template-columns: 1fr; gap: 18px; }
  .vps-specs-aside {
    position: static;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
  }
  .vps-specs-aside li { flex: 0 0 auto; }
  .vps-specs-aside button {
    border: 1px solid var(--kh-border);
    border-radius: 999px;
    padding: 10px 16px;
    white-space: nowrap;
  }
  .vps-specs-aside button.is-active {
    background: var(--kh-blue);
    border-color: var(--kh-blue);
    color: #fff;
  }
  .vps-specs-aside button.is-active .aside-count { color: rgba(255,255,255,0.75); }
  .vps-specs-panel { padding: 6px 18px 10px; }
  .vps-spec-row { grid-template-columns: 1fr 20px; }
  .vps-spec-row .spec-value { grid-column: 1; }
  .vps-spec-row .spec-detail { grid-column: 1 / span 2; }
}

/* OS catalog grid */
.vps-os-section {
  background: var(--kh-blue) !important;
  padding: 64px 0 !important;
}
.vps-os-section .section-title h2,
.vps-os-section .section-title p {
  color: #fff !important;
}
/* Fixed column counts: the catalog holds 8 entries, so every breakpoint
   divides evenly and no card is left alone on the last row. */
.vps-os-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 576px) {
  .vps-os-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
  .vps-os-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
}
.vps-os-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 18px 10px 14px;
  text-align: center;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vps-os-card:hover {
  background: rgba(247, 187, 55, 0.14);
  border-color: rgba(247, 187, 55, 0.55);
  transform: translateY(-3px);
}
.vps-os-card .os-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.vps-os-card .os-icon img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain;
  object-position: center;
  display: block;
}
.vps-os-card .os-name {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
.vps-os-card .os-versions {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  margin-top: 4px;
  line-height: 1.3;
}

/* Kill legacy os icon blow-up */
.vps-os-section .icon-lg img,
.vps-os-section .oscontrs img {
  width: 48px !important;
  height: 48px !important;
  max-height: 48px !important;
}

.vps-os-note {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: var(--kh-muted);
  font-size: 0.85rem;
}
.vps-os-section .vps-os-note { color: rgba(255, 255, 255, 0.7); }
.planvps .vps-os-note { margin-top: 24px; }

/* ============ Plan cards ============ */
.vps-cycle-wrap { text-align: center; margin-bottom: 8px; }
.vps-cycle-tabs a {
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.vps-cycle-tabs a.active { transform: translateY(-2px); }

/* Slider: three plans in view, the remaining two peeking at the sides */
.vps-plans-slider {
  position: relative;
  text-align: left;
}
.vps-plans-track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  padding: 6px 2px 14px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vps-plans-track::-webkit-scrollbar { display: none; }
.vps-plan-col {
  flex: 0 0 clamp(236px, 28%, 292px);
  display: flex;
  scroll-snap-align: center;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s var(--kh-ease), transform 0.5s var(--kh-ease);
  transition-delay: var(--vps-delay, 0ms);
}
.vps-plan-col.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.plans-fade {
  position: absolute;
  top: 0;
  bottom: 14px;
  width: 76px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.plans-fade--left {
  left: -2px;
  background: linear-gradient(90deg, #f9f9f9 22%, rgba(249, 249, 249, 0));
}
.plans-fade--right {
  right: -2px;
  background: linear-gradient(270deg, #f9f9f9 22%, rgba(249, 249, 249, 0));
}
.vps-plans-slider.is-start .plans-fade--left,
.vps-plans-slider.is-end .plans-fade--right,
.vps-plans-slider.is-static .plans-fade { opacity: 0; }
.plans-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--kh-border);
  border-radius: 50%;
  background: #fff;
  color: var(--kh-accent);
  box-shadow: 0 6px 18px rgba(15, 27, 70, 0.14);
  transform: translateY(-50%);
  transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.plans-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  margin: 0 auto;
}
.plans-nav:hover {
  background: var(--kh-accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 27, 70, 0.24);
}
.plans-prev {
  left: -14px;
}
.plans-prev svg { transform: rotate(180deg); }
.plans-next { right: -14px; }
.vps-plans-slider.is-start .plans-prev,
.vps-plans-slider.is-end .plans-next,
.vps-plans-slider.is-static .plans-nav {
  opacity: 0;
  pointer-events: none;
}
.vps-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--kh-card);
  border: 1px solid var(--kh-border);
  border-radius: 18px;
  padding: 26px 24px 24px;
  box-shadow: 0 2px 12px rgba(15, 27, 70, 0.05);
  overflow: hidden;
  transition: transform 0.3s var(--kh-ease), box-shadow 0.3s ease, border-color 0.3s ease;
}
.vps-plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--kh-accent), var(--kh-highlight));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--kh-ease);
}
.vps-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--kh-shadow);
  border-color: rgba(15, 27, 70, 0.2);
}
.vps-plan-card:hover::before { transform: scaleX(1); }
.vps-plan-card.vps-featured {
  border-color: rgba(247, 187, 55, 0.75);
  box-shadow: 0 12px 34px rgba(15, 27, 70, 0.12);
}
.vps-plan-card.vps-featured::before { transform: scaleX(1); }
.vps-plan-card .plan-ribbon {
  position: absolute;
  top: 16px;
  right: -34px;
  transform: rotate(38deg);
  background: var(--kh-highlight);
  color: #0f1b46;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 40px;
  box-shadow: 0 4px 12px rgba(15, 27, 70, 0.16);
}

.vps-plan-card .plan-head {
  border-bottom: 1px solid var(--kh-border);
  padding-bottom: 16px;
}
.vps-plan-card .plan-head h3 {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--kh-ink);
  margin: 0 0 10px;
  line-height: 1.2;
}
.vps-plan-card .plan-head h3 span {
  color: var(--kh-muted);
  font-weight: 600;
}
.vps-plan-card .pricing-amount {
  padding: 0 !important;
  display: flex;
  align-items: baseline;
  gap: 3px;
  line-height: 1;
}
.vps-plan-card .pricing-amount .currency {
  position: static !important;
  top: auto !important;
  left: auto !important;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--kh-ink);
}
.vps-plan-card .pricing-amount .price {
  font-size: 2.5rem !important;
  font-weight: 700;
  color: var(--kh-ink);
  letter-spacing: -0.02em;
}
.vps-plan-card .pricing-amount .subscription {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--kh-muted);
}
.vps-plan-card .year-price {
  min-height: 18px;
  margin-top: 6px;
}
.vps-plan-card .year-price p {
  font-size: 0.82rem !important;
  color: var(--kh-muted);
  margin: 0 !important;
}
.vps-plan-card .year-price del { opacity: 0.65; }
.vps-plan-card .year-price strong { color: var(--kh-ink); }

.vps-plan-card .plan-meters {
  list-style: none;
  flex: 1;
  margin: 0;
  padding: 16px 0 0;
}
.vps-plan-card .plan-meters li {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 6px;
  padding: 0 0 12px;
}
.vps-plan-card .plan-meters li:last-child { padding-bottom: 0; }
.vps-plan-card .m-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: var(--kh-accent);
  opacity: 0.75;
}
.vps-plan-card .m-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vps-plan-card .m-label {
  font-size: 0.86rem;
  color: var(--kh-muted);
}
.vps-plan-card .m-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--kh-ink);
  white-space: nowrap;
}
.vps-plan-card .m-track {
  grid-column: 1 / -1;
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(15, 27, 70, 0.08);
  overflow: hidden;
}
.vps-plan-card .m-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kh-accent), var(--kh-accent-2));
  transition: width 0.9s var(--kh-ease);
  transition-delay: calc(var(--vps-delay, 0ms) + 180ms);
}
.vps-plan-col.is-visible .m-fill { width: var(--w, 0%); }
.vps-plan-card.vps-featured .m-fill {
  background: linear-gradient(90deg, var(--kh-accent-2), var(--kh-highlight));
}
.vps-plan-card .plan-os {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 16px;
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(15, 27, 70, 0.045);
  color: var(--kh-ink);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}
.vps-plan-card .c-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
  display: block;
}
.vps-plan-card a.pricing-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 18px;
  border-radius: 12px;
  background: var(--kh-accent);
  color: #fff;
  font-size: 0.95rem !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin: 0 !important;
  transition: background 0.25s ease, transform 0.25s var(--kh-ease), box-shadow 0.25s ease;
}
.vps-plan-card a.pricing-btn:hover {
  background: var(--kh-accent-2);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 27, 70, 0.22);
  color: #fff;
}
.vps-plan-card.vps-featured a.pricing-btn {
  background: var(--kh-highlight);
  color: #0f1b46;
}
.vps-plan-card.vps-featured a.pricing-btn:hover {
  background: #ffd15c;
  color: #0f1b46;
}
.vps-cta-pulse {
  animation: vpsPulse 2.4s ease-in-out infinite;
}
@keyframes vpsPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(247, 187, 55, 0.4); }
  50% { box-shadow: 0 0 0 10px transparent; }
}

/* Values identical across the whole range, listed once */
.plans-common {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--kh-border);
  border-radius: 14px;
  background: #fff;
}
.plans-common li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.84rem;
  color: var(--kh-muted);
  line-height: 1.3;
}
.plans-common .common-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kh-ink);
}
.plans-common svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: var(--kh-highlight);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Billing cycle badge sits once, next to the tabs */
.vps-cycle-wrap .save {
  display: inline-block;
  margin: -18px 0 26px;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid var(--kh-border);
  background: #fff;
  color: var(--kh-muted);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}
.vps-cycle-wrap .save.discount_ylw {
  background: var(--kh-highlight) !important;
  border-color: var(--kh-highlight) !important;
  color: #0f1b46 !important;
}

@media (max-width: 767px) {
  .plans-nav { display: none; }
  .plans-fade { width: 44px; }
  .vps-plan-col { flex: 0 0 min(84%, 292px); }
}
@media (max-width: 575px) {
  .vps-plan-card { padding: 22px 18px 20px; }
  .plans-common { gap: 8px 14px; }
}

/* ============ FAQ accordion ============ */
.vps-faq {
  background: var(--kh-surface) !important;
  padding-top: 66px;
  padding-bottom: 66px;
}
.vps-faq--plain { background: #fff !important; }
.vps-faq .section-title { margin-bottom: 34px; }
.vps-faq-list {
  max-width: 880px;
  margin: 0 auto;
}
.vps-faq .vps-faq-list .card {
  position: relative;
  width: 100%;
  left: 0;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--kh-border);
  border-left: 1px solid var(--kh-border);
  border-radius: 14px;
  box-shadow: 0 1px 5px rgba(15, 27, 70, 0.04);
  overflow: hidden;
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
}
.vps-faq .vps-faq-list .card:hover {
  border-color: rgba(15, 27, 70, 0.22);
  box-shadow: 0 8px 22px rgba(15, 27, 70, 0.07);
}
.vps-faq .vps-faq-list .card-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.vps-faq .vps-faq-list .card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--kh-ink);
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}
.vps-faq .vps-faq-list .card-link:hover { color: var(--kh-accent-2); }
.vps-faq .vps-faq-list .card-link:not(.collapsed) {
  box-shadow: inset 3px 0 0 var(--kh-highlight);
  background: rgba(15, 27, 70, 0.02);
}
/* Neutralise the legacy rotation applied to every span inside FAQ links */
.vps-faq .vps-faq-list .card-link span {
  float: none;
  display: inline-block;
  transform: none;
  font-size: inherit;
  color: inherit;
}
.vps-faq .vps-faq-list .faq-q { flex: 1; }
.vps-faq .vps-faq-list .faq-icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(15, 27, 70, 0.06);
  float: none;
  transform: none;
  transition: background 0.28s ease, transform 0.28s var(--kh-ease);
}
.vps-faq .vps-faq-list .faq-icon::before,
.vps-faq .vps-faq-list .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--kh-ink);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--kh-ease), background 0.28s ease;
}
.vps-faq .vps-faq-list .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.vps-faq .vps-faq-list .card-link:not(.collapsed) .faq-icon {
  background: var(--kh-highlight);
  transform: rotate(180deg);
}
.vps-faq .vps-faq-list .card-link:not(.collapsed) .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.vps-faq .vps-faq-list .card-body {
  padding: 0 22px 22px !important;
  color: var(--kh-muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.7;
}

/* ============ Add-ons ============ */
.vps-addons {
  padding: 66px 0;
  background: var(--kh-blue);
  color: #fff;
}
.vps-addons .section-title h2,
.vps-addons .section-title h2 span { color: #fff; }
.vps-addons .section-title h2 span { color: var(--kh-yellow); }
.vps-addons .section-title p { color: rgba(255, 255, 255, 0.68); }
.vps-addons .section-title { margin-bottom: 8px !important; }
.vps-addon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .vps-addon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .vps-addon-grid { grid-template-columns: minmax(0, 1fr); }
}
.vps-addon-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 22px 22px 20px;
  transition: transform 0.3s var(--kh-ease), border-color 0.3s ease, background 0.3s ease;
}
.vps-addon-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 187, 55, 0.55);
  background: rgba(247, 187, 55, 0.07);
}
.vps-addon-card .addon-visual {
  height: 92px;
  margin-bottom: 16px;
}
.vps-addon-card .addon-visual svg {
  display: block;
  width: 100%;
  height: 92px;
  overflow: visible;
}
.vps-addon-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.vps-addon-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 14px;
  flex: 1;
}
.vps-addon-card .addon-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(247, 187, 55, 0.45);
  color: var(--kh-yellow);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.vps-addons .addon-note {
  margin-top: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}
.vps-addons .addon-note a {
  color: var(--kh-yellow);
  text-decoration: underline;
}

/* Add-on micro animations */
.vps-addon-card .ad-frame {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.4;
}
.vps-addon-card .ad-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1.4;
}
.vps-addon-card .ad-accent {
  fill: var(--kh-yellow);
}
.vps-addon-card .ad-accent-stroke {
  fill: none;
  stroke: var(--kh-yellow);
  stroke-width: 1.8;
  stroke-linecap: round;
}
.vps-addon-card .ad-label {
  fill: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* backup: snapshots dropping into the vault */
.ad-backup .ad-snap {
  transform-box: fill-box;
  transform-origin: center;
  animation: khAdSnap 3.6s ease-in-out infinite;
}
.ad-backup .ad-snap:nth-of-type(2) { animation-delay: -1.2s; }
.ad-backup .ad-snap:nth-of-type(3) { animation-delay: -2.4s; }
@keyframes khAdSnap {
  0% { transform: translateY(-16px); opacity: 0; }
  18%, 70% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(24px); opacity: 0; }
}
/* ip: addresses lighting up in sequence */
.ad-ip .ad-slot {
  fill: rgba(255, 255, 255, 0.12);
  animation: khAdSlot 4s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.5s);
}
@keyframes khAdSlot {
  0%, 12% { fill: rgba(255, 255, 255, 0.12); }
  22%, 62% { fill: var(--kh-yellow); }
  76%, 100% { fill: rgba(255, 255, 255, 0.12); }
}
/* ipv6: dual stack toggling */
.ad-stack .ad-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: khAdPulse 3s ease-in-out infinite;
}
.ad-stack .ad-pulse--b { animation-delay: -1.5s; }
@keyframes khAdPulse {
  0%, 100% { opacity: 0.35; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1); }
}
.vps-addon-card .ad-chip {
  fill: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
/* traffic: usage filling up to the agreed threshold */
.ad-traffic .ad-track { fill: rgba(255, 255, 255, 0.12); }
.ad-traffic .ad-fill {
  transform-box: fill-box;
  transform-origin: left center;
  animation: khAdTraffic 5s ease-in-out infinite;
}
.ad-traffic .ad-thresh {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.6;
  stroke-dasharray: 3 4;
}
@keyframes khAdTraffic {
  0%, 100% { transform: scaleX(0.22); }
  46% { transform: scaleX(0.75); }
  70% { transform: scaleX(0.5); }
}
/* windows licence: key turning into a check */
.ad-license .ad-sweep {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: khAdSweep 3.4s ease-in-out infinite;
}
@keyframes khAdSweep {
  0%, 8% { stroke-dashoffset: 60; }
  45%, 78% { stroke-dashoffset: 0; }
  96%, 100% { stroke-dashoffset: 60; }
}
/* Home product grid uses same cards */
.kh-home-products .kh-product-card p.desc {
  color: var(--kh-muted);
  flex: 1;
  margin-bottom: 16px;
}
.kh-home-products .mb-4 { margin-bottom: 1.5rem !important; }

@media (prefers-reduced-motion: reduce) {
  .kh-reveal, .kh-reveal-left, .kh-reveal-right, .vps-plan-col,
  .kh-hero-anim .slider-content, .kh-hero-anim .homepage-3-links {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .vps-theme-cloud .vps-hero-bullets img,
  .vps-theme-power .vps-hero-bullets img,
  .vps-theme-enterprise .vps-ha-badge,
  .vps-cta-pulse,
  .kh-anim *,
  .kh-ha-anim * {
    animation: none !important;
  }
  .kh-iso-anim .iso-card--n1 .iso-fill { transform: scaleX(0.5); }
  .kh-iso-anim .iso-card--n2 .iso-fill { transform: scaleX(0.72); }
  .kh-iso-anim .iso-card--mine .iso-fill { transform: scaleX(0.6); }
  .kh-thr-anim .thr-bars rect { transform: scaleY(0.8); }
  .kh-ha-anim .ha-node--a .ha-dot { fill: #f7bb37; }
}
