/**
 * Hourly VPS Configurator
 * Clean, professional configurator with proper contrast
 */

/* ============================================
   Typography (Precision Engineering)
   ============================================ */
/* Fonts are enqueued by the theme when this configurator is active. */

/* ============================================
   CSS Variables & Base
   ============================================ */
:root {
  /* Shared app tokens (aligned with client area + site brand) */
  --brand-primary: var(--blue-1, #29a7e6);
  --brand-primary-dark: var(--blue-2, #0473a9);
  --brand-primary-bg: rgba(41, 167, 230, 0.08);
  /* CTA + highlight */
  --brand-cta: #f5921e;
  --brand-highlight: #faab4d;
  --brand-highlight-bg: rgba(250, 171, 77, 0.22);

  /* Neutrals (app UI) */
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;

  /* Text (Slate scale) */
  --text-primary: var(--gray-900);
  --text-secondary: var(--gray-600);
  --text-muted: var(--gray-500);
  --text-disabled: var(--gray-400);

  /* Surfaces */
  --surface-base: #ffffff;
  --surface-subtle: var(--gray-50);
  --surface-muted: var(--gray-100);
  --surface-dark: var(--gray-800);

  /* Borders */
  --border-light: var(--gray-200);
  --border-mid: var(--gray-300);
  --border-muted: var(--gray-400);

  /* Radius + shadow scale (tight, consistent) */
  --radius-md: 6px;
  --radius-lg: 8px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15);

  /* Existing HVPS tokens (kept for backwards-compat within this stylesheet) */
  --hvps-blue-1: var(--brand-primary);
  --hvps-blue-2: var(--brand-primary-dark);
  --hvps-blue-3: #005b80;
  --hvps-text-dark: var(--text-primary);
  --hvps-text-medium: var(--text-secondary);
  --hvps-text-light: var(--text-muted);
  --hvps-bg-white: var(--surface-base);
  --hvps-bg-light: var(--surface-subtle);
  --hvps-bg-gray: var(--surface-muted);
  --hvps-border: var(--border-light);
  --hvps-shadow: var(--shadow-sm);
  --hvps-transition: 0.2s ease;

  /* Precision Engineering palette */
  --hvps-slate-950: #020617;
  --hvps-slate-900: var(--gray-900);
  --hvps-slate-800: var(--gray-800);
  --hvps-slate-700: var(--gray-700);
  --hvps-slate-400: var(--gray-400);

  --hvps-accent-400: #22d3ee;
  --hvps-accent-300: #67e8f9;

  --hvps-success-500: #22c55e;

  --hvps-font-display: 'Rubik', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --hvps-font-body: 'Rubik', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --hvps-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* Align full page typography on the Cloud VPS page */
body.page-id-8014,
body.page-id-8014 a,
body.page-id-8014 header,
body.page-id-8014 footer,
body.page-id-8014 nav,
body.page-id-8014 button,
body.page-id-8014 input,
body.page-id-8014 select,
body.page-id-8014 textarea {
  font-family: var(--hvps-font-body);
}

body.page-id-8014 #content {
  font-family: var(--hvps-font-body);
}

body.page-id-8014 header nav a,
body.page-id-8014 header nav button {
  font-family: var(--hvps-font-body);
}

body.page-id-8014 #header ul.menu a,
body.page-id-8014 #header ul.menu button {
  font-family: var(--hvps-font-body) !important;
}

body.page-id-8014 h1,
body.page-id-8014 h2,
body.page-id-8014 h3,
body.page-id-8014 h4,
body.page-id-8014 h5,
body.page-id-8014 h6 {
  font-family: var(--hvps-font-display);
}

/* Ensure key “app UI” components don’t inherit legacy theme fonts */
.config-card,
.pricing-card,
.hvps-price-compare-table {
  font-family: var(--hvps-font-body);
}

/* Apply typography only to the HVPS landing/page sections */
#hero-section.hourly-cloud-vps,
#pricing-section.hourly-cloud-vps,
#comparison-section,
#hvps-price-comparison-section,
#social-proof-section.hourly-cloud-vps,
#standard-features-section,
#hvps-tabs-section {
  font-family: var(--hvps-font-body);
}

#hero-section.hourly-cloud-vps .hero-content h1,
#hero-section.hourly-cloud-vps .hero-content h4,
#comparison-section h2,
.pricing-intro h3,
.hvps-price-compare-title {
  font-family: var(--hvps-font-display);
}

.price-value,
.pricing-row .row-value,
.resource-cost,
.slider-value input[type="number"],
.preset-specs,
.stat-number {
  font-family: var(--hvps-font-mono);
  font-variant-numeric: tabular-nums;
}

/* ============================================
   Hero Section Override - Dark Blue Theme
   ============================================ */
#hero-section.hourly-cloud-vps {
  background-color: #005b80 !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='66px' height='100.5px' viewBox='0 0 66 100.5' style='overflow:scroll;enable-background:new 0 0 66 100.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006187;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='66,37.1 66,1.1 34,13.1 34,49.1 '/%3E%3Cpolygon class='st0' points='34,87.3 66,99.3 66,63.3 34,51.3 '/%3E%3Cpolygon class='st0' points='32.9,13.1 0.9,1.1 0.9,37.1 32.9,49.1 '/%3E%3Cpolygon class='st0' points='32.9,51.3 0.9,63.3 0.9,99.3 32.9,87.3 '/%3E%3Cpolygon class='st0' points='0.4,37.9 0.4,37.9 0.4,37.9 0.4,37.9 0,38.1 0,62.1 0.4,62.3 0.4,62.3 0.4,62.3 0.4,62.3 0.4,62.3 32.9,50.1 0.4,37.9 '/%3E%3Cpolygon class='st0' points='66,100.5 66,100.5 33.5,88.3 33.5,88.3 33.5,88.3 33.5,88.3 33.5,88.3 1,100.5 1.1,100.5 65.9,100.5 '/%3E%3Cpolygon class='st0' points='66,0 1.1,0 33.5,12.2 33.5,12.2 33.5,12.2 33.5,12.2 33.5,12.2 66,0 '/%3E%3Cpolygon class='st0' points='66,62.1 66,38.1 34,50.1 '/%3E%3C/svg%3E") !important;
  background-position: center bottom !important;
  padding: 3rem 1.5rem 4rem !important;
  position: relative;
  min-height: auto;
}

/* Hero Content */
#hero-section.hourly-cloud-vps .hero-content {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#hero-section.hourly-cloud-vps .hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0 0 0.75rem;
  letter-spacing: -0.025em;
}

#hero-section.hourly-cloud-vps .hero-performance-badge {
  font-family: var(--hvps-font-display);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.95) !important;
  margin: 0 0 0.25rem;
  letter-spacing: -0.01em;
}

#hero-section.hourly-cloud-vps .hero-content h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   Hero Subhead
   ============================================ */
#hero-section.hourly-cloud-vps .hero-subhead {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0.5rem 0 0;
  line-height: 1.5;
}

/* ============================================
   Hero Cards - Feature Grid
   ============================================ */
.hero-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 800px;
  margin: 2rem auto;
}

.hero-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.25s ease;
  text-align: left;
}

.hero-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.hero-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #29a7e6 0%, #0473a9 100%);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(41, 167, 230, 0.3);
}

.hero-card-icon svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
  stroke: #ffffff;
}

.hero-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#hero-section.hourly-cloud-vps .hero-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

#hero-section.hourly-cloud-vps .hero-card-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

/* ============================================
   Hero Trust Badges
   ============================================ */
.hero-trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 1.5rem auto;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

/* ============================================
   Configurator Layout
   ============================================ */
#hourly-vps-configurator {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

#hvps-form-content {
  display: contents;
}

.hvps-form-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* ============================================
   Configuration Cards
   ============================================ */
.config-card {
  background: #ffffff !important;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--hvps-border);
}

.config-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--hvps-border);
}

.config-card-header .config-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--hvps-blue-1), var(--hvps-blue-2));
  border-radius: 8px;
  color: #ffffff;
}

.config-card-header .config-icon svg {
  width: 18px;
  height: 18px;
}

.config-card-header .config-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary) !important;
}

/* ============================================
   Form Elements
   ============================================ */
.form-group {
  margin-bottom: 1rem;
}

.form-group:last-child {
  margin-bottom: 0;
}

/* Two-column row for inline selects */
.form-row--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-row--two-col .form-group {
  margin-bottom: 0;
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary) !important;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-select {
  width: 100%;
  height: 44px;
  padding: 0 2.5rem 0 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-primary) !important;
  background-color: #ffffff !important;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--hvps-transition);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.form-select:hover {
  border-color: var(--brand-primary);
}

.form-select:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px var(--brand-primary-bg);
}

/* Template cost display */
.template-cost {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: var(--brand-primary-bg);
  border-radius: var(--radius-md);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--hvps-blue-2) !important;
}

/* ============================================
   Sliders
   ============================================ */
.slider-container {
  margin-bottom: 1rem;
}

.slider-container:last-of-type {
  margin-bottom: 0;
}

.slider-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.slider-label .label-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary) !important;
}

.slider-value {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.slider-value input[type="number"] {
  width: 70px;
  height: 36px;
  padding: 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary) !important;
  text-align: center;
  background: #ffffff !important;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  transition: all var(--hvps-transition);
}

.slider-value input[type="number"]:hover {
  border-color: var(--hvps-blue-1);
}

.slider-value input[type="number"]:focus {
  outline: none;
  border-color: var(--hvps-blue-1);
  background: #ffffff !important;
}

.slider-unit {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted) !important;
  min-width: 36px;
}

/* Slider Track & Thumb */
.slider-wrapper {
  position: relative;
  height: 8px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.14), rgba(15, 23, 42, 0.06));
  border-radius: 4px;
  overflow: visible;
}

.slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(41, 167, 230, 0.6), var(--hvps-blue-1));
  border-radius: 4px;
  transition: width 0.1s ease-out;
  pointer-events: none;
}

.slider-wrapper input[type="range"] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 24px;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.slider-wrapper input[type="range"]:focus {
  outline: none;
}

/* Webkit Thumb */
.slider-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--hvps-blue-1);
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(41, 167, 230, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: grab;
  transition: all var(--hvps-transition);
}

.slider-wrapper input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow:
    0 0 0 6px rgba(41, 167, 230, 0.24),
    0 6px 16px rgba(0, 0, 0, 0.28);
}

.slider-wrapper input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
}

/* Firefox Thumb */
.slider-wrapper input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--hvps-blue-1);
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(41, 167, 230, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: grab;
}

.slider-wrapper input[type="range"]::-moz-range-track {
  background: transparent;
  border: none;
}

/* Per-resource cost */
.resource-cost {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: var(--text-muted) !important;
}

/* ============================================
   VolumeCare Row
   ============================================ */
.volumecare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--hvps-border);
}

.volumecare-row > label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary) !important;
}

.volumecare-row .form-select {
  width: auto;
  min-width: 160px;
  height: 40px;
}

/* ============================================
   Backups Card
   ============================================ */
.config-card--backups .backup-total-cost {
  margin-left: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--hvps-blue-2) !important;
  background: rgba(41, 167, 230, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
}

.backup-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  background: var(--surface-subtle) !important;
  border-radius: var(--radius-md);
  margin-bottom: 0.625rem;
  border-left: 4px solid var(--border-muted);
}

.backup-row:last-child {
  margin-bottom: 0;
}

.backup-row--daily {
  border-left-color: #10b981;
}

.backup-row--weekly {
  border-left-color: #3b82f6;
}

.backup-row--monthly {
  border-left-color: #8b5cf6;
}

.backup-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-primary) !important;
}

.backup-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.backup-controls label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: var(--text-secondary) !important;
  cursor: pointer;
}

.backup-controls input[type="radio"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--border-muted);
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: border-color 0.15s ease;
}

.backup-controls input[type="radio"]:checked {
  border-color: var(--hvps-blue-1);
}

.backup-controls input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--hvps-blue-1);
  border-radius: 50%;
}

.backup-count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--hvps-border);
}

.backup-count span {
  font-size: 0.8125rem;
  color: var(--text-muted) !important;
}

.backup-count select {
  height: 32px;
  padding: 0 2rem 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-primary) !important;
  background: #ffffff !important;
  border: 1px solid var(--hvps-border);
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

/* Horizontal compact backup layout */
.backup-row-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.backup-row-compact .backup-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: var(--surface-subtle);
  border-radius: 6px;
  border-left: 3px solid var(--border-muted);
  flex: 1;
  min-width: 140px;
}

.backup-row-compact .backup-item--daily {
  border-left-color: #10b981;
}

.backup-row-compact .backup-item--weekly {
  border-left-color: #3b82f6;
}

.backup-row-compact .backup-item--monthly {
  border-left-color: #8b5cf6;
}

.backup-row-compact .backup-item .backup-label {
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--text-primary) !important;
  min-width: 50px;
}

.backup-row-compact .backup-item label {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--text-secondary) !important;
  cursor: pointer;
}

.backup-row-compact .backup-item input[type="radio"] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--border-muted);
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: border-color 0.15s ease;
}

.backup-row-compact .backup-item input[type="radio"]:checked {
  border-color: var(--hvps-blue-1);
}

.backup-row-compact .backup-item input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--hvps-blue-1);
  border-radius: 50%;
}

/* Backup count - display below the controls */
.backup-row-compact .backup-item .backup-count {
  width: 100%;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
  border-top: 1px solid var(--border-light);
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary) !important;
}

.backup-row-compact .backup-item .backup-count select {
  height: 28px;
  padding: 0 1.75rem 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-primary) !important;
  background: #ffffff !important;
  border: 1px solid var(--hvps-border);
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

.backup-addons-note {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--text-muted) !important;
}

.backup-addons-note a {
  color: var(--hvps-blue-2);
  text-decoration: none;
}

.backup-addons-note a:hover {
  text-decoration: underline;
}

/* ============================================
   Pricing Sidebar
   ============================================ */
.pricing-sidebar {
  position: sticky;
  top: 2rem;
}

.pricing-card {
  background: linear-gradient(135deg, var(--hvps-slate-900) 0%, var(--hvps-slate-800) 100%) !important;
  border: 1px solid rgba(41, 167, 230, 0.18);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  color: #ffffff !important;
  box-shadow: var(--shadow-xl);
}

.pricing-card-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-bottom: 1.25rem;
}

.pricing-total {
  margin-bottom: 1.5rem;
}

.pricing-hourly {
  margin-bottom: 0.5rem;
}

.pricing-hourly .price-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 0.25rem;
}

.pricing-hourly .price-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.pricing-hourly .price-suffix {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6) !important;
}

.pricing-monthly {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  margin-top: 1rem;
}

.pricing-monthly .price-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7) !important;
}

.pricing-monthly .price-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff !important;
  font-variant-numeric: tabular-nums;
}

/* Pricing Breakdown */
.pricing-breakdown {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.pricing-breakdown-title {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 0.75rem;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-row .row-label {
  color: rgba(255, 255, 255, 0.85) !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-row .row-label .row-icon {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.pricing-row .row-value {
  font-weight: 600;
  color: #ffffff !important;
  font-variant-numeric: tabular-nums;
}

/* Static info rows (bandwidth, etc.) */
.pricing-row--static .row-value {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Discount Info */
#hvps-discount-info {
  background: rgba(245, 146, 30, 0.16);
  border: 1px solid rgba(250, 171, 77, 0.35);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Configure Button */
#hvps-configure-btn {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--gray-900) !important;
  background: var(--brand-cta) !important;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(245, 146, 30, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#hvps-configure-btn:hover {
  background: var(--brand-highlight) !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
  filter: saturate(1.05);
}

#hvps-configure-btn:active {
  transform: translateY(0);
}

#hvps-configure-btn svg {
  width: 18px;
  height: 18px;
}

/* ============================================
   Loading State
   ============================================ */
.hvps-loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  color: var(--text-muted) !important;
  font-size: 0.9375rem;
}

.hvps-loading::after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 0.75rem;
  border: 2px solid var(--border-light);
  border-top-color: var(--hvps-blue-1);
  border-radius: 50%;
  animation: hvps-spin 0.8s linear infinite;
}

@keyframes hvps-spin {
  to { transform: rotate(360deg); }
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 960px) {
  #hourly-vps-configurator {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .pricing-sidebar {
    position: relative;
    top: 0;
    order: -1;
  }

  .pricing-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: start;
  }

  .pricing-card-header {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .pricing-total {
    margin-bottom: 0;
  }

  .pricing-breakdown {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    padding-left: 1.25rem;
    margin-bottom: 0;
  }

  #hvps-configure-btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  #hero-section.hourly-cloud-vps {
    padding: 2rem 1rem 3rem !important;
  }

  #hero-section.hourly-cloud-vps .hero-content h1 {
    font-size: 1.875rem;
  }

  #hero-section.hourly-cloud-vps .hero-content h4 {
    font-size: 1rem;
  }

  /* Hero Cards - Mobile */
  .hero-cards {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.5rem auto;
  }

  .hero-card {
    padding: 1rem;
  }

  .hero-card-icon {
    width: 40px;
    height: 40px;
  }

  .hero-card-icon svg {
    width: 20px;
    height: 20px;
  }

  #hero-section.hourly-cloud-vps .hero-card-title {
    font-size: 0.95rem;
  }

  #hero-section.hourly-cloud-vps .hero-card-desc {
    font-size: 0.825rem;
  }

  .hero-trust-badges {
    gap: 0.5rem;
    margin: 1rem auto;
  }

  .trust-badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.7rem;
  }

  .config-card {
    padding: 1.25rem;
    border-radius: var(--radius-lg);
  }

  /* Stack two-column row on mobile */
  .form-row--two-col {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    display: block;
    padding: 1.25rem;
  }

  .pricing-breakdown {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .backup-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .backup-controls {
    width: 100%;
    flex-wrap: wrap;
  }

  /* Stack compact backups on mobile */
  .backup-row-compact {
    flex-direction: column;
  }

  .backup-row-compact .backup-item {
    width: 100%;
    min-width: auto;
  }

  .backup-count {
    width: 100%;
    padding-left: 0;
    padding-top: 0.75rem;
    border-left: none;
    border-top: 1px solid var(--hvps-border);
  }

  .volumecare-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }

  .volumecare-row .form-select {
    width: 100%;
  }
}

/* ============================================
   Accessibility
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

#hvps-configure-btn:focus-visible {
  outline: 3px solid var(--brand-highlight);
  outline-offset: 3px;
}

.form-select:focus-visible,
.slider-value input[type="number"]:focus-visible {
  outline: 2px solid var(--hvps-blue-1);
  outline-offset: 2px;
}

/* ============================================
   Tooltip Styles
   ============================================ */
.tooltip-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 11px;
  cursor: help;
  position: relative;
  vertical-align: middle;
}

.tooltip-trigger:focus-visible {
  outline: 2px solid var(--brand-highlight);
  outline-offset: 3px;
}

.tooltip-content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  max-width: calc(100vw - 32px);
  padding: 12px;
  margin-bottom: 8px;
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #e2e8f0;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.tooltip-trigger:hover .tooltip-content,
.tooltip-trigger:focus-within .tooltip-content,
.tooltip-trigger.is-open .tooltip-content {
  display: block;
}

.tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1e293b;
}

/* ============================================
   Hero Value Props & Trust Row
   ============================================ */
.hero-value-props {
  max-width: 900px;
  margin: 1.25rem auto 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.value-bullets {
  display: contents;
}

.value-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
}

.value-bullets span::before {
  content: '\2713';
  color: var(--brand-cta);
  font-weight: 700;
}

.trust-row {
  display: contents;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.trust-row span::before {
  content: '\2713';
  margin-right: 0.375rem;
  color: var(--brand-cta);
  font-weight: 700;
}

/* CTA Microcopy */
.pricing-card .cta-microcopy {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #f0f0f0 !important;
  text-align: center;
  letter-spacing: 0.02em;
}

/* Pricing trust line in sidebar */
.pricing-card .pricing-trust-line {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #f0f0f0 !important;
  text-align: center;
}

.pricing-card .pricing-cap-note {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center;
  letter-spacing: 0.02em;
}

/* ============================================
   Competitor Price Comparison Section
   ============================================ */
#hvps-price-comparison-section {
  background: #ffffff;
  padding: 3rem 1.5rem;
}

.hvps-price-compare-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hvps-price-compare-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.5rem;
}

.hvps-price-compare-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.hvps-price-compare-status {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin: 0 0 1rem;
}

.hvps-price-compare-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hvps-price-compare-table {
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

.hvps-price-compare-table th,
.hvps-price-compare-table td {
  padding: 12px 16px;
  font-size: 0.9375rem;
}

.hvps-price-compare-table thead {
  background: linear-gradient(180deg, var(--gray-50) 0%, var(--gray-100) 100%);
}

.hvps-price-compare-table thead th {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 2px solid var(--gray-200);
}

.hvps-price-compare-table thead th.is-num,
.hvps-price-compare-table tbody td.is-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.hvps-price-compare-table tbody td {
  border-bottom: 1px solid var(--gray-100);
  color: var(--hvps-text-medium);
  vertical-align: top;
}

.hvps-price-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.hvps-price-compare-table tbody tr:nth-child(odd) td {
  background: var(--surface-subtle);
}

.hvps-price-compare-table tbody tr:hover td {
  background: var(--brand-highlight-bg);
}

.hvps-price-compare-table tbody tr[data-provider="togglebox"] td {
  background: var(--brand-highlight-bg);
  color: var(--gray-900);
  font-weight: 700;
}

.hvps-price-compare-waste {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 500;
}

.hvps-price-compare-footnote {
  font-size: 0.8125rem;
  color: var(--text-disabled);
  margin: 1rem 0 0;
  font-style: italic;
}

/* Togglebox highlight row */
.hvps-price-compare-row--highlight td {
  background: var(--brand-highlight-bg) !important;
  border-left: 3px solid var(--brand-highlight) !important;
  color: var(--gray-900);
}

.hvps-price-compare-features {
  display: block;
  font-size: 0.75rem;
  color: #15803d;
  font-weight: 500;
  margin-top: 0.25rem;
}

.hvps-price-compare-waste--none {
  color: #15803d;
  font-weight: 600;
}

/* Responsive Competitor Table */
@media (max-width: 768px) {
  .hvps-price-compare-table th,
  .hvps-price-compare-table td {
    padding: 0.75rem 0.625rem;
    font-size: 0.8125rem;
  }

  .hvps-price-compare-title {
    font-size: 1.5rem;
  }
}

/* ============================================
   Comparison Table Section
   ============================================ */
#comparison-section {
  background: var(--hvps-bg-light);
  padding: 3rem 1.5rem;
}

.comparison-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.comparison-container h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.5rem;
}

.comparison-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0 0 2rem;
}

.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
}

.comparison-table thead th {
  background: #1e293b;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.comparison-table thead th:first-child {
  text-align: left;
  background: #0f172a;
}

.comparison-table thead th.highlight {
  background: var(--brand-primary-dark);
  box-shadow: inset 0 -3px 0 var(--brand-highlight);
}

.comparison-table tbody td {
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  text-align: center;
}

.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--text-primary);
}

.comparison-table tbody td.highlight {
  background: var(--brand-primary-bg);
  color: var(--text-primary);
  font-weight: 600;
  border-left: 3px solid var(--brand-highlight);
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: var(--surface-subtle);
}

.comparison-table tbody tr:hover td.highlight {
  background: rgba(41, 167, 230, 0.12);
}

.comparison-table .check {
  color: var(--brand-primary-dark);
  font-weight: 700;
  margin-right: 0.25rem;
}

/* Status indicators (use within comparison tables) */
.feature-included { color: var(--brand-primary-dark); }
.feature-addon { color: #92400e; }
.feature-unavailable { color: var(--hvps-slate-400); }

/* Togglebox column emphasis (desktop comparison table only) */
.comparison-table tbody td:nth-child(2):not(.highlight) {
  background: rgba(41, 167, 230, 0.05);
}

.comparison-footnote {
  font-size: 0.8125rem;
  color: var(--text-disabled);
  margin: 1rem 0 0;
  font-style: italic;
}

/* Responsive Comparison Table */
@media (max-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.625rem;
    font-size: 0.8125rem;
  }

  .comparison-container h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 640px) {
  .hero-value-props {
    gap: 0.5rem 1rem;
  }

  .trust-row span {
    font-size: 0.75rem;
  }
}

/* ============================================
   Performance Guard Section
   ============================================ */
#performance-guard-section.hourly-cloud-vps {
  padding: 3rem 1.5rem;
  background: #ffffff;
}

#performance-guard-section .perf-guard-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 16px;
  background: var(--hvps-bg-light);
  border: 1px solid var(--hvps-border);
  box-shadow: var(--hvps-shadow);
}

#performance-guard-section .perf-guard-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

#performance-guard-section .perf-guard-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(41, 167, 230, 0.16), rgba(4, 115, 169, 0.10));
  border: 1px solid rgba(41, 167, 230, 0.25);
  color: var(--hvps-blue-2);
}

#performance-guard-section .perf-guard-icon svg {
  width: 28px;
  height: 28px;
}

#performance-guard-section .perf-guard-title-group h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--hvps-slate-900);
  line-height: 1.2;
  margin: 0;
}

#performance-guard-section .perf-guard-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hvps-blue-2);
  margin-bottom: 0.25rem;
}

#performance-guard-section .perf-guard-tagline {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: var(--hvps-text-medium);
}

#performance-guard-section .perf-guard-intro {
  margin: 0.75rem 0 1.5rem;
  font-size: 1.05rem;
  color: var(--hvps-text-medium);
  line-height: 1.6;
}

#performance-guard-section .perf-guard-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
}

#performance-guard-section .perf-guard-step {
  flex: 1 1 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  text-align: center;
  box-shadow: var(--hvps-shadow);
}

#performance-guard-section .perf-guard-step-number {
  display: none;
}

#performance-guard-section .perf-guard-step-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 0.125rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(41, 167, 230, 0.12);
  border: 1px solid rgba(41, 167, 230, 0.22);
  color: var(--hvps-blue-2);
}

#performance-guard-section .perf-guard-step-icon svg {
  width: 20px;
  height: 20px;
}

#performance-guard-section .perf-guard-step h4 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--hvps-slate-900);
}

#performance-guard-section .perf-guard-step p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--hvps-text-medium);
}

#performance-guard-section .perf-guard-flow-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hvps-blue-2);
  opacity: 0.55;
}

#performance-guard-section .perf-guard-flow-arrow svg {
  width: 24px;
  height: 24px;
}

#performance-guard-section .perf-guard-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

#performance-guard-section .perf-guard-benefit {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  box-shadow: var(--hvps-shadow);
  text-align: left;
}

#performance-guard-section .benefit-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(41, 167, 230, 0.12);
  border: 1px solid rgba(41, 167, 230, 0.22);
  color: var(--hvps-blue-2);
}

#performance-guard-section .benefit-icon svg {
  width: 18px;
  height: 18px;
}

#performance-guard-section .benefit-content strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hvps-slate-900);
  margin: 0;
}

#performance-guard-section .benefit-content span {
  display: block;
  font-size: 0.9rem;
  color: var(--hvps-text-medium);
  line-height: 1.5;
  margin-top: 0.25rem;
}

#performance-guard-section .perf-guard-callout {
  margin: 2rem 0 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(41, 167, 230, 0.06), rgba(4, 115, 169, 0.04));
  border-left: 4px solid var(--hvps-blue-1);
  border-radius: 0 12px 12px 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--hvps-text-medium);
}

#performance-guard-section .perf-guard-callout p {
  margin: 0;
}

#performance-guard-section details.technical-accordion,
#performance-guard-section details.perf-guard-technical {
  margin-top: 1.25rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hvps-border);
  background: #ffffff;
  box-shadow: var(--hvps-shadow);
}

#performance-guard-section details.technical-accordion summary,
#performance-guard-section details.perf-guard-technical summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hvps-blue-2);
  list-style: none;
}

#performance-guard-section details.technical-accordion summary::-webkit-details-marker,
#performance-guard-section details.perf-guard-technical summary::-webkit-details-marker {
  display: none;
}

#performance-guard-section details.technical-accordion summary::marker,
#performance-guard-section details.perf-guard-technical summary::marker {
  content: '';
}

#performance-guard-section details.technical-accordion summary .technical-icon,
#performance-guard-section details.perf-guard-technical summary .technical-icon,
#performance-guard-section details.technical-accordion summary .expand-icon,
#performance-guard-section details.perf-guard-technical summary .expand-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hvps-blue-2);
}

#performance-guard-section details.technical-accordion summary .expand-icon,
#performance-guard-section details.perf-guard-technical summary .expand-icon {
  margin-left: auto;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

#performance-guard-section details.technical-accordion[open] summary .expand-icon,
#performance-guard-section details.perf-guard-technical[open] summary .expand-icon {
  transform: rotate(180deg);
}

#performance-guard-section details.technical-accordion summary .technical-icon svg,
#performance-guard-section details.perf-guard-technical summary .technical-icon svg,
#performance-guard-section details.technical-accordion summary .expand-icon svg,
#performance-guard-section details.perf-guard-technical summary .expand-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

#performance-guard-section details.technical-accordion .technical-content,
#performance-guard-section details.perf-guard-technical .technical-content {
  padding: 0 1.25rem 1.25rem;
  color: var(--hvps-text-medium);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Under the hood disclosure in How it Works section */
.how-it-works-item details.perf-guard-technical {
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--hvps-border);
  background: var(--surface-subtle);
}

.how-it-works-item details.perf-guard-technical summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hvps-blue-2);
  list-style: none;
}

.how-it-works-item details.perf-guard-technical summary::-webkit-details-marker {
  display: none;
}

.how-it-works-item details.perf-guard-technical summary::marker {
  content: '';
}

.how-it-works-item details.perf-guard-technical summary .technical-icon,
.how-it-works-item details.perf-guard-technical summary .expand-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hvps-blue-2);
}

.how-it-works-item details.perf-guard-technical summary .expand-icon {
  margin-left: auto;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.how-it-works-item details.perf-guard-technical[open] summary .expand-icon {
  transform: rotate(180deg);
}

.how-it-works-item details.perf-guard-technical summary .technical-icon svg,
.how-it-works-item details.perf-guard-technical summary .expand-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.how-it-works-item details.perf-guard-technical .technical-content {
  padding: 0 1rem 1rem;
  color: var(--hvps-text-medium);
  font-size: 0.8rem;
  line-height: 1.5;
}

.how-it-works-item details.perf-guard-technical .technical-content p {
  margin: 0 0 0.5rem;
}

.how-it-works-item details.perf-guard-technical .technical-content p:last-child {
  margin-bottom: 0;
}

.how-it-works-item .how-it-works-link {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}

.how-it-works-item .how-it-works-link a {
  color: var(--hvps-orange);
  text-decoration: none;
}

.how-it-works-item .how-it-works-link a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  #performance-guard-section .perf-guard-flow {
    flex-direction: column;
  }

  #performance-guard-section .perf-guard-flow-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  #performance-guard-section .perf-guard-container {
    padding: 1.5rem;
  }

  #performance-guard-section .perf-guard-header {
    flex-direction: column;
    text-align: center;
  }

  #performance-guard-section .perf-guard-benefits {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Comparison Cards (Mobile)
   ============================================ */
.comparison-cards {
  display: none;
}

@media (max-width: 768px) {
  body.hvps-compare-cards-ready .comparison-table-wrapper {
    display: none;
  }

  body.hvps-compare-cards-ready .comparison-cards {
    display: grid;
    gap: 1rem;
    text-align: left;
  }
}

.comparison-card {
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: var(--hvps-shadow);
}

.comparison-card--highlight {
  border-color: rgba(41, 167, 230, 0.35);
  box-shadow: 0 10px 25px rgba(4, 115, 169, 0.12);
}

.comparison-card-title {
  margin: 0 0 0.75rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-primary);
}

.comparison-card-facts {
  margin: 0;
}

.comparison-card-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 0.625rem 0;
  border-top: 1px solid var(--border-light);
}

.comparison-card-row:first-child {
  border-top: none;
  padding-top: 0;
}

.comparison-card-row dt {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-primary);
}

.comparison-card-row dd {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-align: right;
}

.comparison-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid transparent;
  white-space: nowrap;
}

.comparison-chip--highlight {
  background: var(--brand-highlight-bg);
  border-color: rgba(250, 171, 77, 0.45);
  color: var(--gray-900);
}

.comparison-chip--included {
  background: var(--brand-primary-bg);
  border-color: rgba(41, 167, 230, 0.25);
  color: var(--brand-primary-dark);
}

.comparison-chip--addon {
  background: var(--brand-highlight-bg);
  border-color: rgba(245, 146, 30, 0.35);
  color: #92400e;
}

.comparison-chip--limited {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.25);
  color: #991b1b;
}

.comparison-chip--varies {
  background: rgba(148, 163, 184, 0.25);
  border-color: rgba(148, 163, 184, 0.35);
  color: var(--text-secondary);
}

/* ============================================
   Mobile Sticky Summary + LiveChat offset
   ============================================ */
.hvps-sticky-summary {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transform: translateY(120%);
  transition: transform 0.2s ease;
  background: rgba(15, 23, 42, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.18);
  padding: 0.75rem 1rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  backdrop-filter: blur(8px);
}

@media (max-width: 640px) {
  .hvps-sticky-summary {
    display: block;
  }

  body.hvps-has-sticky-summary {
    padding-bottom: var(--hvps-sticky-space, 0px);
  }
}

.hvps-sticky-summary.is-visible {
  transform: translateY(0);
}

.hvps-sticky-summary__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.hvps-sticky-summary__prices {
  display: grid;
  grid-auto-flow: column;
  gap: 0.75rem;
  align-items: baseline;
}

.hvps-sticky-summary__label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.15rem;
}

.hvps-sticky-summary__value {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.hvps-sticky-summary__btn {
  height: 44px;
  padding: 0 0.875rem;
  border-radius: var(--radius-md);
  border: none;
  background: var(--brand-cta);
  color: var(--gray-900);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.hvps-sticky-summary__btn:hover {
  background: var(--brand-highlight);
  filter: saturate(1.05);
}

@media (min-width: 961px) {
  .pricing-card {
    padding-bottom: calc(1.75rem + var(--hvps-chat-safe-bottom, 0px));
  }
}

/* ============================================
   Reduce section spacing for this page
   ============================================ */
#standard-features-section {
  background: var(--hvps-bg-gray);
}

.hourly-cloud-vps ~ #standard-features-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.hourly-cloud-vps ~ #standard-features-section #standard-features-section-grid {
  padding-top: 0;
  padding-bottom: 1rem;
}

.hourly-cloud-vps ~ #faq-section {
  padding-top: 1rem;
}

#chat-widget-container {
  bottom: var(--hvps-chat-bottom-offset, 0px) !important;
}

/* ============================================
   Tabs/Accordion Module
   ============================================ */
.hvps-tabs-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hvps-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--hvps-border);
  margin-bottom: 2rem;
  background: transparent;
}

.hvps-tabs [role="tab"] {
  flex: 1;
  max-width: 200px;
  padding: 1rem 1.5rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hvps-text-medium);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all var(--hvps-transition);
  text-align: center;
}

.hvps-tabs [role="tab"]:hover {
  color: var(--hvps-blue-1);
}

.hvps-tabs [role="tab"][aria-selected="true"] {
  color: var(--hvps-blue-2);
  border-bottom-color: var(--hvps-blue-2);
}

.hvps-tabs [role="tab"]:focus-visible {
  outline: 2px solid var(--hvps-blue-1);
  outline-offset: -2px;
}

/* Accordion triggers (mobile) */
.hvps-accordion-trigger {
  display: none;
  width: 100%;
  padding: 1rem 1.25rem;
  background: var(--hvps-bg-light);
  border: 1px solid var(--hvps-border);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hvps-text-dark);
  cursor: pointer;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.hvps-accordion-trigger .hvps-accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.hvps-accordion-trigger[aria-expanded="true"] .hvps-accordion-icon {
  transform: rotate(180deg);
}

.hvps-panel-content {
  /* Desktop: always visible */
}

[role="tabpanel"][hidden] {
  display: none;
}

/* Mobile accordion mode */
@media (max-width: 768px) {
  .hvps-tabs {
    display: none;
  }

  .hvps-accordion-trigger {
    display: flex;
  }

  [role="tabpanel"] {
    display: block !important;
  }

  [role="tabpanel"][hidden] {
    display: block !important;
  }

  .hvps-panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1rem;
  }

  .hvps-accordion-trigger[aria-expanded="true"] + .hvps-panel-content {
    max-height: 5000px;
    padding: 1rem;
  }
}

/* No-JS fallback */
.no-js .hvps-tabs {
  display: none;
}

.no-js .hvps-accordion-trigger {
  display: none;
}

.no-js [role="tabpanel"],
.no-js [role="tabpanel"][hidden] {
  display: block !important;
}

.no-js .hvps-panel-content {
  max-height: none !important;
  padding: 1rem !important;
}

/* ============================================
   Monthly Emphasis (Primary) - Pricing Sidebar
   ============================================ */
.pricing-total--monthly-primary .pricing-monthly {
  order: -1;
  margin-top: 0;
  margin-bottom: 1rem;
  background: transparent;
  padding: 0;
  display: block;
}

.pricing-total--monthly-primary .pricing-monthly .price-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 0.25rem;
}

.pricing-total--monthly-primary .pricing-monthly .price-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: -0.02em;
}

.pricing-total--monthly-primary .pricing-hourly {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  margin-bottom: 0;
}

.pricing-total--monthly-primary .pricing-hourly .price-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pricing-total--monthly-primary .pricing-hourly .price-value {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
}

.pricing-total--monthly-primary .pricing-hourly .price-suffix {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Direct children selectors for actual HTML structure */
#content .pricing-card .pricing-total--monthly-primary > .price-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
}

#content .pricing-card .pricing-total--monthly-primary > .price-value {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

#content .pricing-card .pricing-total--hourly-secondary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  margin-top: 1rem;
}

#content .pricing-card .pricing-total--hourly-secondary > .price-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

#content .pricing-card .pricing-total--hourly-secondary > .price-value {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

#content .pricing-card .pricing-total--hourly-secondary > .price-suffix {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   Mobile Cost Breakdown Collapse
   ============================================ */
.pricing-breakdown-toggle {
  display: none;
  width: 100%;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0.75rem;
  text-align: left;
}

.pricing-breakdown-toggle .toggle-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.pricing-breakdown-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

.pricing-breakdown-toggle .toggle-text-hide {
  display: none;
}

.pricing-breakdown-toggle[aria-expanded="true"] .toggle-text-show {
  display: none;
}

.pricing-breakdown-toggle[aria-expanded="true"] .toggle-text-hide {
  display: inline;
}

.pricing-breakdown-summary {
  display: none;
}

@media (max-width: 768px) {
  .pricing-breakdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pricing-breakdown-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .pricing-breakdown-details.is-expanded {
    max-height: 1000px;
  }

  .pricing-breakdown-summary {
    display: block;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.5rem;
  }

  .pricing-breakdown-summary .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 0.375rem 0;
    font-size: 0.875rem;
  }

  .pricing-breakdown-summary .summary-row .summary-label {
    color: rgba(255, 255, 255, 0.7);
  }

  .pricing-breakdown-summary .summary-row .summary-value {
    font-weight: 600;
    color: #ffffff;
  }
}

/* ============================================
   Bottom-Sheet Tooltips (Mobile)
   ============================================ */
.hvps-bottom-sheet-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hvps-bottom-sheet-overlay.is-visible {
  display: block;
  opacity: 1;
}

.hvps-bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 70vh;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  z-index: 10001;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.hvps-bottom-sheet.is-visible {
  transform: translateY(0);
}

.hvps-bottom-sheet-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background: var(--hvps-bg-light);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--hvps-text-medium);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvps-bottom-sheet-close:hover {
  background: var(--hvps-bg-gray);
}

.hvps-bottom-sheet-content {
  padding: 1.5rem;
  padding-top: 3rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--hvps-text-dark);
}

body.hvps-bottom-sheet-open {
  overflow: hidden;
}

/* ============================================
   Mobile Comparison Selector
   ============================================ */
.comparison-mobile-selector {
  display: none;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--hvps-bg-light);
  border-radius: 8px;
}

.comparison-mobile-selector label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--hvps-text-medium);
  margin-bottom: 0.5rem;
}

.comparison-mobile-selector select {
  width: 100%;
  height: 44px;
  padding: 0 2.5rem 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.comparison-mobile-list {
  display: none;
}

@media (max-width: 768px) {
  .comparison-mobile-selector {
    display: block;
  }

  .comparison-mobile-list {
    display: block;
  }

  /* Hide table on mobile when selector is active */
  body.hvps-mobile-compare-ready .comparison-table-wrapper {
    display: none;
  }
}

.comparison-mobile-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: var(--hvps-blue-3);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 8px 8px 0 0;
}

.comparison-mobile-row {
  padding: 0.75rem 1rem;
  background: #ffffff;
  border-bottom: 1px solid var(--hvps-border);
}

.comparison-mobile-row:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.comparison-mobile-row .row-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hvps-text-medium);
  margin-bottom: 0.375rem;
}

.comparison-mobile-row .row-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  font-size: 0.875rem;
}

.comparison-mobile-row .togglebox-value {
  font-weight: 600;
  color: var(--hvps-blue-2);
}

.comparison-mobile-row .competitor-value {
  color: var(--hvps-text-dark);
}

/* ============================================
   Features Progressive Disclosure
   ============================================ */
#standard-features-grid .feature-item--extra {
  display: none !important;
}

#standard-features-grid.is-expanded .feature-item--extra {
  display: grid !important;
}

.features-expand-btn {
  display: block;
  margin: 2rem auto 0;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 2px solid var(--hvps-blue-1);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hvps-blue-1);
  cursor: pointer;
  transition: all var(--hvps-transition);
}

.features-expand-btn:hover {
  background: var(--hvps-blue-1);
  color: #ffffff;
}

.features-expand-btn:focus-visible {
  outline: 2px solid var(--hvps-blue-1);
  outline-offset: 2px;
}

.features-expand-btn .collapse-text {
  display: none;
}

.features-expand-btn[aria-expanded="true"] .expand-text {
  display: none;
}

.features-expand-btn[aria-expanded="true"] .collapse-text {
  display: inline;
}

.features-expand-btn .expand-icon {
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
  vertical-align: middle;
  transition: transform var(--hvps-transition);
}

.features-expand-btn[aria-expanded="true"] .expand-icon {
  transform: rotate(180deg);
}

/* ============================================
   Hero Updates
   ============================================ */
.hero-ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#hero-section.hourly-cloud-vps .cta-microcopy {
  margin-top: 1rem;
}

.hero-ctas .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: var(--brand-cta);
  border: none;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(245, 146, 30, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  text-decoration: none;
}

.hero-ctas .btn-hero-primary:hover {
  background: var(--brand-highlight);
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
  filter: saturate(1.05);
}

.hero-ctas .btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all var(--hvps-transition);
  text-decoration: none;
}

.hero-ctas .btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.cta-microcopy-hero {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  letter-spacing: 0.02em;
}

.activation-note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-style: italic;
}

@media (max-width: 640px) {
  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-ctas .btn-hero-primary,
  .hero-ctas .btn-hero-secondary {
    width: 100%;
    max-width: 280px;
  }
}

/* ============================================
   How it Works Panel
   ============================================ */
.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
  }
}

.how-it-works-item {
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.how-it-works-icon {
  display: inline-flex;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  margin-bottom: 0;
  color: var(--hvps-blue-1);
}

.how-it-works-icon svg {
  width: 100%;
  height: 100%;
}

.how-it-works-item h3,
.how-it-works-item h4 {
  display: inline;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--hvps-blue-1);
  margin: 0 0 0.75rem;
}

.how-it-works-item p {
  font-size: 0.9375rem;
  color: var(--hvps-text-medium);
  line-height: 1.6;
  margin: 0;
}

.how-it-works-item a {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hvps-blue-1);
  text-decoration: none;
}

.how-it-works-item a:hover {
  text-decoration: underline;
}

/* ============================================
   FAQ Panel Updates
   ============================================ */
.faq-grid {
  display: grid;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  border-radius: 8px;
  padding: 1.25rem;
}

.faq-item h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--hvps-text-dark);
  margin: 0 0 0.5rem;
}

.faq-item p {
  font-size: 0.9375rem;
  color: var(--hvps-text-medium);
  line-height: 1.6;
  margin: 0;
}

.faq-item a {
  color: var(--hvps-blue-1);
  text-decoration: none;
}

.faq-item a:hover {
  text-decoration: underline;
}

/* ============================================
   Pricing Intro Section
   ============================================ */
.pricing-intro {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-intro h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--hvps-text-dark);
  margin: 0 0 0.5rem;
}

.pricing-intro p {
  font-size: 1rem;
  color: var(--hvps-text-medium);
  margin: 0;
}

/* Chat assist nudge */
#content .pricing-card .chat-assist-nudge {
  display: block;
  text-align: center;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(41, 167, 230, 0.15);
  border-radius: 8px;
  font-size: 0.875rem;
  color: #f0f0f0;
}

.pricing-card .chat-assist-nudge a,
.pricing-card .chat-assist-nudge button {
  color: var(--brand-highlight);
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.pricing-card .chat-assist-nudge a:hover,
.pricing-card .chat-assist-nudge button:hover {
  text-decoration: underline;
}

/* Prominent Chat Assist Nudge */
#content .pricing-card .chat-assist-nudge--prominent {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  background: linear-gradient(135deg, rgba(41, 167, 230, 0.16) 0%, rgba(245, 146, 30, 0.16) 100%);
  border: 1px solid rgba(250, 171, 77, 0.28);
  padding: 1rem 1.25rem;
}

.chat-assist-nudge--prominent .chat-assist-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(245, 146, 30, 0.18);
  border-radius: 50%;
  color: var(--brand-cta);
}

.chat-assist-nudge--prominent .chat-assist-content {
  flex: 1;
}

.chat-assist-nudge--prominent .chat-assist-content strong {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  margin-bottom: 0.125rem;
}

.chat-assist-nudge--prominent .chat-assist-content span {
  font-size: 0.8125rem;
  color: var(--text-disabled);
}

.chat-assist-nudge--prominent .chat-assist-btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.5rem 1rem !important;
  background: var(--brand-cta) !important;
  color: var(--gray-900) !important;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.chat-assist-nudge--prominent .chat-assist-btn:hover {
  background: var(--brand-highlight) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* ============================================
   Standalone Pricing Section
   ============================================ */
#pricing-section.hourly-cloud-vps {
  background: var(--hvps-bg-white);
  padding: 3rem 1.5rem 4rem;
}

#pricing-section.hourly-cloud-vps .pricing-intro {
  padding-top: 0;
}

#pricing-section.hourly-cloud-vps .pricing-intro h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--hvps-text-dark);
  margin: 0 0 0.5rem;
}

/* Ensure configurator has proper max-width when standalone */
#pricing-section #hourly-vps-configurator {
  max-width: 1100px;
  margin: 0 auto;
}

/* ============================================
   Quick Start Presets
   ============================================ */
.config-card--presets {
  margin-bottom: 1rem;
}

.config-card--presets .config-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.config-card--presets .config-subtitle {
  font-size: 0.8rem;
  color: var(--hvps-text-light);
  margin-left: auto;
}

.preset-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.preset-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 20px;
  background: var(--hvps-slate-800);
  border: 2px solid var(--hvps-slate-700);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  color: rgba(226, 232, 240, 0.92);
}

.preset-btn:hover {
  border-color: var(--hvps-accent-400);
  background: var(--hvps-slate-900);
  transform: translateY(-1px);
}

.preset-btn.active {
  border-color: var(--hvps-accent-400);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.92));
  box-shadow:
    0 0 22px rgba(34, 211, 238, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.20);
}

.preset-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.preset-specs {
  font-size: 0.75rem;
  color: var(--hvps-slate-400);
}

.preset-btn.active .preset-name {
  color: #ffffff;
}

@media (max-width: 768px) {
  .preset-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .preset-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .preset-btn {
    padding: 0.75rem 0.25rem;
  }

  .preset-name {
    font-size: 0.8rem;
  }
}

/* ============================================
   Section Jump Bar
   ============================================ */
.hvps-jump-bar {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border-bottom: 1px solid var(--hvps-border);
  position: sticky;
  top: var(--header-height-scrolled, 80px);
  z-index: 100;
  transition: box-shadow 0.2s ease;
}

.hvps-jump-bar.is-sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hvps-jump-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--hvps-text-medium);
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.hvps-jump-link:hover {
  color: var(--hvps-blue-1);
  background: rgba(41, 167, 230, 0.08);
}

.hvps-jump-link.is-active {
  color: var(--hvps-blue-2);
  background: rgba(41, 167, 230, 0.12);
  font-weight: 600;
}

.hvps-jump-link:focus-visible {
  outline: 2px solid var(--hvps-blue-1);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .hvps-jump-bar {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.625rem 1rem;
    gap: 0.375rem;
  }

  .hvps-jump-bar::-webkit-scrollbar {
    display: none;
  }

  .hvps-jump-link {
    padding: 0.4rem 0.75rem;
    font-size: 0.8125rem;
    flex-shrink: 0;
  }
}

/* ============================================
   Preset Microcopy
   ============================================ */
.preset-btn {
  position: relative;
}

.preset-microcopy {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 220px;
  padding: 0.75rem;
  margin-top: 0.5rem;
  background: #1e293b;
  border-radius: 8px;
  font-size: 0.8rem !important;
  line-height: 1.4;
  color: #ffffff !important;
  text-align: left;
  z-index: 50;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.preset-microcopy::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #1e293b;
}

.preset-btn:hover .preset-microcopy,
.preset-btn:focus-visible .preset-microcopy {
  display: block;
}

.preset-microcopy-label {
  display: block;
  font-weight: 600;
  color: var(--hvps-blue-1);
  margin-bottom: 0.25rem;
}

.preset-microcopy-reason {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  margin-top: 0.375rem;
}

/* Hide preset microcopy when Custom is selected */
.preset-btn--custom .preset-microcopy {
  display: none !important;
}

@media (max-width: 768px) {
  /* Hide microcopy on mobile to prevent stuck hover states after tap */
  .preset-microcopy {
    display: none !important;
  }

  .preset-btn:hover .preset-microcopy,
  .preset-btn:focus-visible .preset-microcopy {
    display: none !important;
  }
}

/* ============================================
   Sticky Chat Button
   ============================================ */
.hvps-sticky-summary__chat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.hvps-sticky-summary__chat:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
}

.hvps-sticky-summary__chat svg {
  width: 20px;
  height: 20px;
}

/* ============================================
   Closing CTA Section
   ============================================ */
#closing-cta-section.hourly-cloud-vps {
  background:
    radial-gradient(900px 360px at 50% 0%, rgba(41, 167, 230, 0.18) 0%, rgba(41, 167, 230, 0) 70%),
    linear-gradient(180deg, var(--hvps-bg-white), var(--hvps-bg-light));
  padding: 4rem 1.5rem;
  text-align: center;
}

#closing-cta-section.hourly-cloud-vps .closing-cta-container {
  position: relative;
  z-index: 1;
}

/* Cloud VPS (8014): match App Hosting “Ready” CTA vibe (blue gradient band) */
body.page-id-8014 #closing-cta-section.hourly-cloud-vps {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 10%, rgba(41, 167, 230, 0.22) 0%, rgba(41, 167, 230, 0) 60%),
    radial-gradient(ellipse 60% 50% at 15% 85%, rgba(4, 115, 169, 0.12) 0%, rgba(4, 115, 169, 0) 55%),
    linear-gradient(135deg, var(--brand-primary-dark) 0%, #045a84 50%, #035b85 100%);
}

body.page-id-8014 #closing-cta-section.hourly-cloud-vps::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.55;
  pointer-events: none;
}

body.page-id-8014 #closing-cta-section.hourly-cloud-vps::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(41, 167, 230, 0.16) 0%, rgba(41, 167, 230, 0) 70%);
  transform: translate(-50%, -50%);
  opacity: 0.9;
  pointer-events: none;
}

body.page-id-8014 #closing-cta-section.hourly-cloud-vps h2 {
  color: rgba(255, 255, 255, 0.95);
}

body.page-id-8014 #closing-cta-section.hourly-cloud-vps > .closing-cta-container > p,
body.page-id-8014 #closing-cta-section.hourly-cloud-vps .closing-cta-note {
  color: rgba(226, 232, 240, 0.92);
}

body.page-id-8014 #closing-cta-section.hourly-cloud-vps .btn-hero-secondary {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.5);
}

body.page-id-8014 #closing-cta-section.hourly-cloud-vps .btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.8);
}

#closing-cta-section .closing-cta-container {
  max-width: 700px;
  margin: 0 auto;
}

#closing-cta-section h2 {
  color: var(--hvps-text-dark);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

#closing-cta-section > .closing-cta-container > p {
  color: var(--hvps-text-medium);
  font-size: 1.125rem;
  margin: 0 0 2rem;
  line-height: 1.6;
}

#closing-cta-section .closing-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

#closing-cta-section .btn-hero-primary,
#closing-cta-section .btn-hero-secondary {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

#closing-cta-section .btn-hero-primary {
  background: var(--brand-cta);
  color: var(--gray-900);
}

#closing-cta-section .btn-hero-primary:hover {
  background: var(--brand-highlight);
  transform: translateY(-2px);
}

#closing-cta-section .btn-hero-secondary {
  background: transparent;
  color: var(--hvps-blue-2);
  border: 2px solid rgba(41, 167, 230, 0.45);
}

#closing-cta-section .btn-hero-secondary:hover {
  background: rgba(41, 167, 230, 0.08);
  border-color: rgba(41, 167, 230, 0.65);
}

#closing-cta-section .closing-cta-note {
  color: var(--hvps-text-medium);
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 600px) {
  #closing-cta-section h2 {
    font-size: 1.5rem;
  }

  #closing-cta-section .closing-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  #closing-cta-section .btn-hero-primary,
  #closing-cta-section .btn-hero-secondary {
    width: 100%;
    max-width: 280px;
  }
}

/* ============================================
   Micro-interactions (Pricing + Reveal)
   ============================================ */
@keyframes hvps-price-bump {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); color: var(--hvps-accent-300); }
}

.price-updating {
  animation: hvps-price-bump 0.3s ease;
}

.reveal-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Slider tooltip
   ============================================ */
.slider-wrapper {
  --hvps-tooltip-offset: 10px;
}

.hvps-slider-tooltip {
  position: absolute;
  top: calc(-34px - var(--hvps-tooltip-offset));
  left: 0;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: rgba(226, 232, 240, 0.95);
  font-family: var(--hvps-font-mono);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: opacity 0.12s ease, transform 0.12s ease;
  z-index: 5;
}

.hvps-slider-tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(15, 23, 42, 0.92);
}

.slider-wrapper.is-dragging .hvps-slider-tooltip,
.slider-wrapper:hover .hvps-slider-tooltip,
.slider-wrapper:focus-within .hvps-slider-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ============================================
   Layering + readability fixes (Presets)
   ============================================ */
.config-card--presets {
  position: relative;
  z-index: 12;
  overflow: visible;
}

.config-card--resources {
  position: relative;
  z-index: 1;
}

.preset-btn {
  position: relative;
}

.preset-btn:hover,
.preset-btn:focus,
.preset-btn.active {
  z-index: 2;
}

.preset-btn.active .preset-specs {
  color: rgba(226, 232, 240, 0.92);
}

.preset-btn--custom {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.92));
  border-color: rgba(34, 211, 238, 0.35);
}

.preset-btn--custom.active {
  background:
    radial-gradient(480px 160px at 30% 0%, rgba(34, 211, 238, 0.16) 0%, rgba(34, 211, 238, 0) 70%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.92));
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.18);
}

.preset-btn--custom .preset-specs {
  color: rgba(226, 232, 240, 0.90);
}

.preset-microcopy {
  z-index: 2500;
}

/* ============================================
   Social proof (Stats)
   ============================================ */
#social-proof-section.hourly-cloud-vps {
  padding: 3rem 1.5rem;
  background: var(--hvps-bg-light);
  color: var(--hvps-text-dark);
}

.social-proof-container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.social-proof-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 1rem;
}

#social-proof-section.hourly-cloud-vps .stat-item {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: var(--hvps-bg-white);
  border: 1px solid var(--hvps-border);
  box-shadow: var(--hvps-shadow);
}

#social-proof-section.hourly-cloud-vps .stat-number {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--hvps-blue-2);
  margin-bottom: 0.25rem;
}

#social-proof-section.hourly-cloud-vps .stat-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hvps-text-medium);
  letter-spacing: 0.01em;
}

#social-proof-section.hourly-cloud-vps .social-proof-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--hvps-text-medium);
}

#social-proof-section.hourly-cloud-vps .social-proof-note {
  color: var(--hvps-text-medium) !important;
}

@media (max-width: 900px) {
  .social-proof-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 440px) {
  .stat-number {
    font-size: 1.7rem;
  }
}

/* ============================================
   Trust signals near CTA (scoped to pricing card)
   ============================================ */
.pricing-trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

.pricing-trust-signals .trust-badge {
  font-size: 12px;
  color: rgba(226, 232, 240, 0.85) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-trust-signals .trust-badge::before {
  content: '✓';
  color: var(--brand-cta);
  font-weight: 700;
}

/* ============================================
   Hero Proof Chips (Inline Checkmarks)
   ============================================ */
.hero-proof-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.875rem 1.25rem;
  margin: 1.5rem auto;
  max-width: 700px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

.proof-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--brand-cta);
}

@media (max-width: 640px) {
  .hero-proof-chips {
    gap: 0.625rem 1rem;
  }

  .proof-chip {
    font-size: 0.8125rem;
  }

  .proof-check {
    width: 16px;
    height: 16px;
  }
}

/* ============================================
   Use Case Marquee Strip
   ============================================ */
/* Moved to shared `.proof-strip` component in style.css */

/* ============================================
   Config Step Numbers
   ============================================ */
.config-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--hvps-blue-1), var(--hvps-blue-2));
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

/* ============================================
   Social Proof Stat Icons
   ============================================ */
.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 0.75rem;
  background: rgba(34, 211, 238, 0.12);
  border-radius: 12px;
}

.stat-icon svg {
  width: 22px;
  height: 22px;
  color: currentColor;
}

/* Staggered fade-in for stats */
@media (prefers-reduced-motion: no-preference) {
  .stat-item {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .stat-item.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .stat-item:nth-child(1) { transition-delay: 0s; }
  .stat-item:nth-child(2) { transition-delay: 0.1s; }
  .stat-item:nth-child(3) { transition-delay: 0.2s; }
  .stat-item:nth-child(4) { transition-delay: 0.3s; }
}

@media (max-width: 440px) {
  .stat-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 0.5rem;
  }

  .stat-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* ============================================
   FAQ Accordion Styles
   ============================================ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion .faq-item {
  background: #ffffff;
  border: 1px solid var(--hvps-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-accordion .faq-item:hover {
  border-color: var(--hvps-blue-1);
}

.faq-accordion .faq-item[open] {
  border-color: var(--hvps-blue-1);
  box-shadow: 0 4px 12px rgba(41, 167, 230, 0.1);
}

.faq-accordion .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hvps-text-dark);
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.faq-accordion .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-accordion .faq-item summary::after {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

.faq-accordion .faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-accordion .faq-item summary:hover {
  background: var(--hvps-bg-light);
}

.faq-accordion .faq-item p {
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  font-size: 0.9375rem;
  color: var(--hvps-text-medium);
  line-height: 1.6;
}

.faq-accordion .faq-item a {
  color: var(--hvps-blue-1);
  text-decoration: none;
}

.faq-accordion .faq-item a:hover {
  text-decoration: underline;
}

/* ============================================
   Scroll-Reveal Animations
   ============================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .reveal-item.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  /* Stagger effect for grids */
  .feature-item.reveal-item:nth-child(1) { transition-delay: 0s; }
  .feature-item.reveal-item:nth-child(2) { transition-delay: 0.05s; }
  .feature-item.reveal-item:nth-child(3) { transition-delay: 0.1s; }
  .feature-item.reveal-item:nth-child(4) { transition-delay: 0.15s; }
  .feature-item.reveal-item:nth-child(5) { transition-delay: 0.2s; }
  .feature-item.reveal-item:nth-child(6) { transition-delay: 0.25s; }

  .faq-accordion .faq-item.reveal-item:nth-child(1) { transition-delay: 0s; }
  .faq-accordion .faq-item.reveal-item:nth-child(2) { transition-delay: 0.03s; }
  .faq-accordion .faq-item.reveal-item:nth-child(3) { transition-delay: 0.06s; }
  .faq-accordion .faq-item.reveal-item:nth-child(4) { transition-delay: 0.09s; }
  .faq-accordion .faq-item.reveal-item:nth-child(5) { transition-delay: 0.12s; }
}

/* ============================================
   Mobile Sticky Price Bar Enhancements
   ============================================ */
@media (max-width: 640px) {
  .hvps-sticky-summary {
    padding: 0.625rem 0.875rem;
    padding-bottom: calc(0.625rem + env(safe-area-inset-bottom, 0px));
  }

  .hvps-sticky-summary__inner {
    gap: 0.5rem;
  }

  .hvps-sticky-summary__btn {
    height: 42px;
    padding: 0 1rem;
    font-size: 0.8125rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
  }

  .hvps-sticky-summary__btn:active {
    transform: scale(0.98);
  }
}

/* ============================================
   Preset Button Checkmark Enhancement
   ============================================ */
.preset-btn.active:not(.preset-btn--custom)::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: var(--hvps-success-500);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  animation: preset-check-pop 0.3s ease;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4);
}

@keyframes preset-check-pop {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}

/* ============================================
   Pricing Card Pulse Animation
   ============================================ */
.pricing-card.pricing-updated {
  animation: pricing-pulse 0.4s ease;
}

@keyframes pricing-pulse {
  0% { box-shadow: var(--shadow-xl); }
  50% { box-shadow: var(--shadow-xl), 0 0 0 6px var(--brand-highlight-bg); }
  100% { box-shadow: var(--shadow-xl); }
}

/* ============================================
   Smooth Slider Transitions (Preset Application)
   ============================================ */
.slider-wrapper.animating .slider-fill {
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-value input[type="number"].animating {
  transition: none;
}

/* ============================================
   Preset Toast Notification
   ============================================ */
.hvps-preset-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--hvps-slate-900);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(34, 211, 238, 0.25);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hvps-preset-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.hvps-preset-toast::before {
  content: '';
  width: 18px;
  height: 18px;
  background: var(--hvps-success-500);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .hvps-preset-toast {
    bottom: auto;
    top: 80px;
    font-size: 0.8125rem;
    padding: 10px 16px;
  }
}

/* ============================================
   Visual Progress Indicator (Stepper)
   ============================================ */
.hvps-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.hvps-stepper__step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hvps-stepper__circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--hvps-bg-gray);
  border: 2px solid var(--hvps-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hvps-text-medium);
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.hvps-stepper__step.is-active .hvps-stepper__circle {
  background: var(--hvps-blue-1);
  border-color: var(--hvps-blue-1);
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(41, 167, 230, 0.2);
}

.hvps-stepper__step.is-complete .hvps-stepper__circle {
  background: var(--hvps-success-500);
  border-color: var(--hvps-success-500);
  color: #ffffff;
}

.hvps-stepper__step.is-complete .hvps-stepper__circle::before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.hvps-stepper__step.is-complete .hvps-stepper__circle span {
  display: none;
}

.hvps-stepper__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--hvps-text-light);
  white-space: nowrap;
}

.hvps-stepper__step.is-active .hvps-stepper__label {
  color: var(--hvps-blue-2);
  font-weight: 600;
}

.hvps-stepper__step.is-complete .hvps-stepper__label {
  color: var(--hvps-success-500);
}

.hvps-stepper__line {
  width: 40px;
  height: 2px;
  background: var(--hvps-border);
  margin: 0 0.5rem;
  flex-shrink: 0;
}

.hvps-stepper__step.is-complete + .hvps-stepper__line {
  background: var(--hvps-success-500);
}

@media (max-width: 768px) {
  .hvps-stepper {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .hvps-stepper__label {
    display: none;
  }

  .hvps-stepper__circle {
    width: 32px;
    height: 32px;
    font-size: 0.8125rem;
  }

  .hvps-stepper__line {
    width: 24px;
  }
}

/* ============================================
   Loading Skeleton
   ============================================ */
.hvps-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 8px;
}

@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.hvps-skeleton--select {
  height: 44px;
  width: 100%;
  margin-bottom: 1rem;
}

.hvps-skeleton--slider {
  height: 60px;
  width: 100%;
  margin-bottom: 1rem;
}

.hvps-skeleton--card {
  height: 200px;
  width: 100%;
  margin-bottom: 1.25rem;
}

.hvps-loading-skeleton {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hvps-loading-skeleton__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hvps-loading-skeleton__sidebar {
  position: sticky;
  top: 2rem;
}

@media (max-width: 960px) {
  .hvps-loading-skeleton {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .hvps-loading-skeleton__sidebar {
    order: -1;
    position: relative;
    top: 0;
  }
}

/* ============================================
   FAQ Search/Filter
   ============================================ */
.faq-search-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 400px;
}

.faq-search {
  width: 100%;
  height: 48px;
  padding: 0 1rem 0 3rem;
  font-size: 0.9375rem;
  border: 1px solid var(--hvps-border);
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.faq-search:focus {
  outline: none;
  border-color: var(--hvps-blue-1);
  box-shadow: 0 0 0 3px rgba(41, 167, 230, 0.15);
}

.faq-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--hvps-text-light);
  pointer-events: none;
}

.faq-item.faq-hidden {
  display: none;
}

.faq-item mark {
  background: rgba(41, 167, 230, 0.2);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

.faq-no-results {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--hvps-text-light);
}

.faq-no-results__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  opacity: 0.5;
}

.faq-no-results__text {
  margin-bottom: 1rem;
}

.faq-no-results__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--hvps-blue-1);
  color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.faq-no-results__cta:hover {
  background: var(--hvps-blue-2);
}

/* ============================================
   Enhanced Social Proof Section
   ============================================ */
.social-proof-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--hvps-text-dark);
  margin: 0 0 1.25rem;
  letter-spacing: 0.01em;
}

.stat-item[title] {
  cursor: help;
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 0.75rem;
  background: var(--brand-primary-bg);
  border-radius: 12px;
  color: var(--hvps-blue-2);
}

/* Staggered reveal for stat items */
.stat-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.stat-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

.stat-item:nth-child(1) { transition-delay: 0s; }
.stat-item:nth-child(2) { transition-delay: 0.1s; }
.stat-item:nth-child(3) { transition-delay: 0.2s; }
.stat-item:nth-child(4) { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .stat-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================
   Testimonial Card
   ============================================ */
.hvps-testimonial {
  max-width: 600px;
  margin: 2rem auto 0;
  padding: 1.5rem 2rem;
  background: var(--hvps-bg-white);
  border: 1px solid var(--hvps-border);
  box-shadow: var(--hvps-shadow);
  border-radius: 16px;
  text-align: center;
}

#content .hvps-testimonial__quote {
  font-size: 1.125rem;
  font-style: italic;
  color: var(--hvps-text-dark);
  line-height: 1.6;
  margin: 0 0 1rem;
}

.hvps-testimonial__quote::before {
  content: '\201C';
  font-size: 2rem;
  color: var(--hvps-accent-400);
  vertical-align: middle;
  margin-right: 0.25rem;
}

.hvps-testimonial__quote::after {
  content: '\201D';
  font-size: 2rem;
  color: var(--hvps-accent-400);
  vertical-align: middle;
  margin-left: 0.25rem;
}

#content .hvps-testimonial__author {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--hvps-text-dark);
}

#content .hvps-testimonial__role {
  font-size: 0.8125rem;
  color: var(--hvps-text-medium);
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .hvps-testimonial {
    padding: 1.25rem 1.5rem;
  }

  #content .hvps-testimonial__quote {
    font-size: 1rem;
  }
}

/* ============================================
   Enhanced Focus States
   ============================================ */
:root {
  --hvps-focus-ring: 4px;
}

.form-select:focus-visible,
.slider-value input[type="number"]:focus-visible,
#faq-search:focus-visible {
  outline: var(--hvps-focus-ring) solid rgba(41, 167, 230, 0.4);
  outline-offset: 2px;
}

.slider-wrapper input[type="range"]:focus-visible::-webkit-slider-thumb {
  transform: scale(1.15);
  box-shadow:
    0 0 0 6px rgba(34, 211, 238, 0.3),
    0 6px 16px rgba(0, 0, 0, 0.28);
}

/* High contrast mode support */
@media (forced-colors: active) {
  .form-select:focus-visible,
  .slider-value input[type="number"]:focus-visible,
  #hvps-configure-btn:focus-visible {
    outline: 3px solid CanvasText;
  }
}

/* ============================================
   Features Expand Animation Enhancement
   ============================================ */
.feature-item--extra {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, max-height 0.4s ease, transform 0.3s ease;
}

#standard-features-grid.is-expanded .feature-item--extra {
  opacity: 1;
  max-height: 200px;
  transform: translateY(0);
}

#standard-features-grid.is-expanded .feature-item--extra:nth-child(7) { transition-delay: 0s; }
#standard-features-grid.is-expanded .feature-item--extra:nth-child(8) { transition-delay: 0.05s; }
#standard-features-grid.is-expanded .feature-item--extra:nth-child(9) { transition-delay: 0.1s; }
#standard-features-grid.is-expanded .feature-item--extra:nth-child(10) { transition-delay: 0.15s; }
#standard-features-grid.is-expanded .feature-item--extra:nth-child(11) { transition-delay: 0.2s; }

.features-expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 1px solid var(--hvps-border);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--hvps-text-medium);
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 1rem;
}

.features-expand-btn:hover {
  background: var(--hvps-bg-light);
  border-color: var(--hvps-blue-1);
  color: var(--hvps-blue-2);
}

.features-expand-btn .expand-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.features-expand-btn[aria-expanded="true"] .expand-icon {
  transform: rotate(180deg);
}

.features-expand-btn .expand-text {
  display: inline;
}

.features-expand-btn .collapse-text {
  display: none;
}

.features-expand-btn[aria-expanded="true"] .expand-text {
  display: none;
}

.features-expand-btn[aria-expanded="true"] .collapse-text {
  display: inline;
}

/* Feature count badge */
.features-expand-btn .feature-count {
  background: var(--hvps-bg-gray);
  color: var(--hvps-text-medium);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.5rem;
  border-radius: 10px;
  margin-left: 0.25rem;
}

/* ============================================
   Mobile Sticky Chat Button
   ============================================ */
.hvps-sticky-summary__chat {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.hvps-sticky-summary__chat:hover {
  background: rgba(255, 255, 255, 0.15);
}

.hvps-sticky-summary__chat svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

/* ============================================
   Hero V2 - Redesigned Hero Section
   ============================================ */

/* Animated gradient background */
#hero-section.hourly-cloud-vps.hero-v2 {
  background: linear-gradient(135deg, var(--brand-primary-dark) 0%, #045a84 50%, var(--brand-primary-dark) 100%) !important;
  background-image: linear-gradient(135deg, var(--brand-primary-dark) 0%, #045a84 50%, var(--brand-primary-dark) 100%) !important;
  background-color: transparent !important;
  background-size: 200% 200% !important;
  animation: heroGradientShift 8s ease infinite;
  position: relative;
  overflow: hidden;
  padding: 60px 40px 50px !important;
}

@keyframes heroGradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Subtle pattern overlay */
#hero-section.hourly-cloud-vps.hero-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(41, 167, 230, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(41, 167, 230, 0.1) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2329A7E6' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

#hero-section.hourly-cloud-vps.hero-v2 .hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* Header Zone */
.hero-v2 .hero-header {
  text-align: center;
  margin-bottom: 40px;
}

#hero-section.hourly-cloud-vps.hero-v2 .hero-header h1 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  padding: 0;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

#hero-section.hourly-cloud-vps.hero-v2 .hero-header .tagline {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 8px;
}

#hero-section.hourly-cloud-vps.hero-v2 .hero-header .subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Features Grid - 2x2 layout with horizontal cards */
.hero-v2 .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.hero-v2 .feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hero-v2 .feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hero-v2 .feature-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-v2 .feature-icon svg {
  width: 18px;
  height: 18px;
  color: white;
}

#hero-section.hourly-cloud-vps.hero-v2 .feature-text {
  flex: 1;
  text-align: left !important;
}

#hero-section.hourly-cloud-vps.hero-v2 .feature-card h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
  margin-top: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left !important;
}

#hero-section.hourly-cloud-vps.hero-v2 .feature-card p {
  font-size: 0.78rem;
  color: var(--text-secondary) !important;
  line-height: 1.4;
  text-align: left !important;
  margin: 0;
}

/* Trust Bar Zone */
#hero-section.hourly-cloud-vps.hero-v2 .trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85) !important;
}

#hero-section.hourly-cloud-vps.hero-v2 .trust-item {
  opacity: 0.85;
}

#hero-section.hourly-cloud-vps.hero-v2 .trust-divider {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* Social Proof (inside hero, white text on blue) */
#hero-section.hourly-cloud-vps.hero-v2 .social-proof {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff !important;
  margin-bottom: 32px;
  opacity: 0.9;
}

/* CTA Zone (inside hero) */
.hero-v2 .cta-zone {
  text-align: center;
}

#hero-section.hourly-cloud-vps.hero-v2 .credit-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--brand-cta);
  color: white;
  font-size: 0.98rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 24px rgba(255, 153, 0, 0.35);
  transform: translateZ(0);
}

.hero-v2 .credit-badge svg {
  width: 16px;
  height: 16px;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}

#hero-section.hourly-cloud-vps.hero-v2 .credit-badge__amount {
  font-size: 1.18em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
}

#hero-section.hourly-cloud-vps.hero-v2 .credit-badge__text {
  opacity: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

#hero-section.hourly-cloud-vps.hero-v2 .credit-badge::before {
  content: '';
  position: absolute;
  inset: -12px;
  z-index: -1;
  background:
    radial-gradient(closest-side, rgba(255, 210, 128, 0.55), rgba(255, 153, 0, 0) 70%),
    radial-gradient(closest-side, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 60%);
  filter: blur(10px);
  opacity: 0.9;
  animation: tbox-credit-glow 2.8s ease-in-out infinite;
}

#hero-section.hourly-cloud-vps.hero-v2 .credit-badge::after {
  content: '';
  position: absolute;
  top: -40%;
  bottom: -40%;
  width: 120px;
  left: -140px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  opacity: 0.6;
  animation: tbox-credit-shine 3.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes tbox-credit-glow {
  0% { transform: scale(0.96); opacity: 0.65; }
  50% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(0.96); opacity: 0.7; }
}

@keyframes tbox-credit-shine {
  0% { transform: translateX(0) rotate(18deg); opacity: 0; }
  20% { opacity: 0.55; }
  55% { opacity: 0.35; }
  100% { transform: translateX(520px) rotate(18deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  #hero-section.hourly-cloud-vps.hero-v2 .credit-badge::before,
  #hero-section.hourly-cloud-vps.hero-v2 .credit-badge::after {
    animation: none !important;
  }
}

.hero-v2 .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hero-v2 .btn-primary {
  background: var(--brand-cta);
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: inline-block;
}

.hero-v2 .btn-primary:hover {
  background: #e07f0a;
  transform: translateY(-1px);
  color: white;
}

.hero-v2 .btn-secondary {
  background: #ffffff;
  color: var(--brand-primary-dark);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.hero-v2 .btn-secondary:hover {
  background: #f8fafc;
  transform: translateY(-1px);
  color: var(--brand-primary-dark);
}

#hero-section.hourly-cloud-vps.hero-v2 .cta-subtext {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65) !important;
  margin-bottom: 8px;
}

#hero-section.hourly-cloud-vps.hero-v2 .cta-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65) !important;
  font-style: italic;
  opacity: 0.8;
}

/* Hero V2 Responsive */
@media (max-width: 700px) {
  .hero-v2 .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  #hero-section.hourly-cloud-vps.hero-v2 {
    padding: 40px 24px;
  }

  #hero-section.hourly-cloud-vps.hero-v2 .hero-header h1 {
    font-size: 2rem;
  }

  .hero-v2 .trust-bar {
    flex-direction: column;
    gap: 12px;
  }

  .hero-v2 .trust-divider {
    display: none;
  }

  .hero-v2 .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  #hero-section.hourly-cloud-vps.hero-v2 .btn-primary,
  #hero-section.hourly-cloud-vps.hero-v2 .btn-secondary {
    width: 100%;
    max-width: 280px;
  }
}

/* ============================================
   Mockup Adoption: Compact Pricing Layout
   Page: Cloud VPS (page-id-8014)
   ============================================ */
body.page-id-8014 {
  /* Tokens from /tmp/pricing.css (scoped to this page) */
  --brand-blue-accent: var(--brand-primary);
  --brand-blue-primary: var(--brand-primary-dark);
  --brand-blue-deep: #035b85;
  --cta-primary: var(--brand-cta);
  --cta-hover: var(--brand-highlight);

  --surface-white: var(--surface-base);
  --surface-alt: var(--surface-muted);
  --surface-dark: var(--gray-800);

  --success: #10b981;
}

/* Left column becomes a single card */
body.page-id-8014 #hourly-vps-configurator .hvps-form-column {
  background: var(--surface-white);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  gap: 20px;
}

body.page-id-8014 #hourly-vps-configurator .hvps-form-column > .config-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

/* Section headers: keep only where useful */
body.page-id-8014 #hourly-vps-configurator .config-card .config-card-header {
  border-bottom: none;
  padding-bottom: 0;
}

body.page-id-8014 #hourly-vps-configurator .config-card--selects .config-card-header,
body.page-id-8014 #hourly-vps-configurator .config-card--resources .config-card-header {
  display: none;
}

/* Quick Start label + tiles */
body.page-id-8014 #hourly-vps-configurator .config-card--presets .config-card-header {
  margin-bottom: 10px;
}

body.page-id-8014 #hourly-vps-configurator .config-card--presets .config-icon {
  display: none;
}

body.page-id-8014 #hourly-vps-configurator .config-card--presets .config-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-id-8014 #hourly-vps-configurator .config-card--presets .config-subtitle {
  display: none;
}

/* Remove mockup-unneeded ? tooltips for Location + OS Template only */
body.page-id-8014 #hourly-vps-configurator label[for="hvps-location"] .tooltip-trigger,
body.page-id-8014 #hourly-vps-configurator label[for="hvps-template"] .tooltip-trigger {
  display: none !important;
}

body.page-id-8014 #hourly-vps-configurator .preset-buttons {
  gap: 8px;
}

body.page-id-8014 #hourly-vps-configurator .preset-btn {
  align-items: center;
  text-align: center;
  padding: 12px 10px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: var(--brand-blue-deep);
  color: var(--surface-white);
  transform: none;
  box-shadow: none;
}

body.page-id-8014 #hourly-vps-configurator .preset-btn:hover {
  background: var(--brand-blue-primary);
  border-color: transparent;
  transform: none;
}

body.page-id-8014 #hourly-vps-configurator .preset-btn.active {
  background: var(--brand-blue-deep);
  border-color: var(--cta-primary);
  box-shadow: none;
}

body.page-id-8014 #hourly-vps-configurator .preset-name {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 2px;
}

body.page-id-8014 #hourly-vps-configurator .preset-specs {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.82) !important;
}

/* No checkmark in mockup */
body.page-id-8014 #hourly-vps-configurator .preset-btn.active:not(.preset-btn--custom)::after {
  content: none;
}

/* Labels + inputs: slightly tighter like the mockup */
body.page-id-8014 #hourly-vps-configurator .form-label {
  font-size: 0.75rem;
  color: var(--text-muted) !important;
}

body.page-id-8014 #hourly-vps-configurator .slider-label .label-text {
  font-size: 0.75rem;
  color: var(--text-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

body.page-id-8014 #hourly-vps-configurator .resource-cost {
  font-size: 0.8rem;
  color: var(--text-muted) !important;
}

/* Resources layout: RAM/CPU row + Disk/VolumeCare row */
@media (min-width: 961px) {
  /* Match mockup proportions (desktop/tablet) */
  body.page-id-8014 #pricing-section #hourly-vps-configurator {
    max-width: 1200px;
  }

  body.page-id-8014 #hourly-vps-configurator {
    grid-template-columns: 1fr 320px;
    gap: 24px;
  }

  body.page-id-8014 #hourly-vps-configurator .config-card--resources {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 16px 24px;
    align-items: start;
  }

  body.page-id-8014 #hourly-vps-configurator .config-card--resources .slider-container {
    margin-bottom: 0;
  }

  body.page-id-8014 #hourly-vps-configurator .volumecare-row {
    border-top: none;
    margin-top: 0;
    padding-top: 28px; /* aligns with the disk slider controls row */
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  body.page-id-8014 #hourly-vps-configurator .volumecare-row > label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary) !important;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  body.page-id-8014 #hourly-vps-configurator .volumecare-row .form-select {
    width: 100%;
    min-width: 0;
    height: 44px;
  }
}

/* Backups band (inside the left card) */
body.page-id-8014 #hourly-vps-configurator .hvps-form-column > .config-card.config-card--backups {
  background: var(--surface-alt) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 16px 20px !important;
  border-radius: 12px;
}

body.page-id-8014 #hourly-vps-configurator .config-card--backups .config-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body.page-id-8014 #hourly-vps-configurator .config-card--backups .config-icon {
  display: none;
}

body.page-id-8014 #hourly-vps-configurator .config-card--backups .config-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary) !important;
}

body.page-id-8014 #hourly-vps-configurator .config-card--backups .backup-total-cost {
  margin-left: auto;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(41, 167, 230, 0.12);
  border: 1px solid rgba(41, 167, 230, 0.18);
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-blue-accent) !important;
}

body.page-id-8014 #hourly-vps-configurator .backup-row-compact {
  gap: 18px;
}

body.page-id-8014 #hourly-vps-configurator .backup-row-compact .backup-item {
  background: transparent;
  border: none;
  padding: 0;
  min-width: 0;
}

body.page-id-8014 #hourly-vps-configurator .backup-row-compact .backup-item .backup-label {
  min-width: auto;
}

body.page-id-8014 #hourly-vps-configurator .backup-row-compact .backup-item .backup-count {
  width: auto;
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  border-left: none;
  padding-left: 0;
}

@media (min-width: 961px) {
  body.page-id-8014 #hourly-vps-configurator .backup-row-compact {
    flex-wrap: nowrap;
  }

  body.page-id-8014 #hourly-vps-configurator .backup-row-compact .backup-item--daily {
    flex: 1.6;
  }

  body.page-id-8014 #hourly-vps-configurator .backup-row-compact .backup-item--weekly,
  body.page-id-8014 #hourly-vps-configurator .backup-row-compact .backup-item--monthly {
    flex: 1;
  }
}

/* Sidebar: flat dark surface + mockup typography */
body.page-id-8014 #hourly-vps-configurator .pricing-card {
  background: var(--surface-dark) !important;
  border-radius: 12px;
  padding: 24px;
  border: none;
}

body.page-id-8014 #hourly-vps-configurator .pricing-card-header {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75) !important;
}

body.page-id-8014 #content .pricing-card .pricing-total--monthly-primary > .price-label {
  display: none;
}

body.page-id-8014 #content .pricing-card .pricing-total--monthly-primary > .price-value {
  font-family: var(--hvps-font-display);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

body.page-id-8014 #content .pricing-card .pricing-total--monthly-primary > .price-value::after {
  content: ' /Mo';
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.65;
  margin-left: 6px;
}

body.page-id-8014 #content .pricing-card .pricing-total--hourly-secondary {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  gap: 6px;
}

body.page-id-8014 #content .pricing-card .pricing-total--hourly-secondary > .price-label {
  opacity: 0.7;
  text-transform: uppercase;
}

body.page-id-8014 #content .pricing-card .pricing-total--hourly-secondary > .price-label::after {
  content: ':';
  margin-left: 2px;
}

body.page-id-8014 #content .pricing-card .pricing-total--hourly-secondary > .price-value,
body.page-id-8014 #content .pricing-card .pricing-total--hourly-secondary > .price-suffix {
  font-family: var(--hvps-font-display);
  font-variant-numeric: tabular-nums;
  opacity: 0.85;
}

body.page-id-8014 #hourly-vps-configurator #hvps-configure-btn {
  background: var(--cta-primary) !important;
  color: var(--surface-white) !important;
  box-shadow: none;
}

body.page-id-8014 #hourly-vps-configurator #hvps-configure-btn:hover {
  background: var(--cta-hover) !important;
  transform: none;
  box-shadow: none;
}

body.page-id-8014 #hourly-vps-configurator .pricing-row .row-icon {
  display: none;
}

body.page-id-8014 #hourly-vps-configurator .pricing-breakdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.page-id-8014 #hourly-vps-configurator .pricing-breakdown-title::after {
  content: '/Mo';
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.6;
}

/* Divider between priced items and included features */
body.page-id-8014 #hourly-vps-configurator #hvps-breakdown-backup + .pricing-row--static {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-id-8014 #hourly-vps-configurator .pricing-row--static .row-value {
  color: var(--success) !important;
  font-weight: 600;
}

/* Remove trust-badge pills (not in mockup) */
body.page-id-8014 #hourly-vps-configurator .pricing-trust-signals {
  display: none !important;
}

/* Help box: closer to mockup */
body.page-id-8014 #content .pricing-card .chat-assist-nudge--prominent {
  margin-top: 1.25rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 14px;
}

body.page-id-8014 #content .pricing-card .chat-assist-nudge--prominent .chat-assist-icon {
  display: none;
}

body.page-id-8014 #content .pricing-card .chat-assist-nudge--prominent .chat-assist-content strong {
  font-size: 0.9rem;
}

body.page-id-8014 #content .pricing-card .chat-assist-nudge--prominent .chat-assist-content span {
  color: rgba(255, 255, 255, 0.7);
}

body.page-id-8014 #content .pricing-card .chat-assist-nudge--prominent .chat-assist-btn {
  background: var(--cta-primary) !important;
  color: var(--surface-white) !important;
  border-radius: 8px;
  padding: 0.6rem 0.85rem !important;
  box-shadow: none;
}

body.page-id-8014 #content .pricing-card .chat-assist-nudge--prominent .chat-assist-btn:hover {
  background: var(--cta-hover) !important;
  transform: none;
}
