/* ============================================================
   Vinhomes Saigon Park — Pillar Page Styles
   Scope: .vsp-page (không ảnh hưởng các trang khác)
   Fonts: Cormorant Garamond + Inter Tight + JetBrains Mono
   Version: 1.0 | 2026-05
   ============================================================ */

/* ============ HOUZEZ LAYOUT OVERRIDES (page-id-99261) ============ */
body.page-id-99261 .page-title-wrap { display: none; }
body.page-id-99261 .bt-sidebar-wrap { display: none !important; }
body.page-id-99261 .bt-content-wrap {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-id-99261 .article-wrap { padding: 0 !important; }
/* Chỉ xóa padding container trong section.page-wrap, không ảnh hưởng header/footer */
body.page-id-99261 section.page-wrap > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-id-99261 section.page-wrap { padding-top: 0 !important; padding-bottom: 0 !important; }

/* ============ CSS VARIABLES ============ */
.vsp-page {
  --ink: #1a1a1a;
  --ink-soft: #3a3a3a;
  --ink-muted: #6b6b6b;
  --paper: #fdfcf9;
  --paper-warm: #f7f3ec;
  --paper-cream: #f0ebe0;
  --navy: #1f2d4a;
  --navy-dark: #141d33;
  --gold: #b08a3e;
  --gold-light: #c9a961;
  --gold-pale: #f5ecd7;
  --line: #e5dfd2;
  --line-soft: #ede8de;
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Inter Tight', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  /* Điều chỉnh nếu header Houzez có chiều cao khác */
  --vsp-site-header: 80px;
}

/* ============ BASE ============ */
.vsp-page * { box-sizing: border-box; margin: 0; padding: 0; }
.vsp-page {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.vsp-page *::selection { background: var(--gold); color: var(--paper); }

/* ============ MINI-NAV ============ */
.vsp-page .mini-nav {
  background: var(--navy-dark);
  padding: 14px 48px;
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  position: sticky;
  top: var(--vsp-site-header);
  z-index: 190;
  border-bottom: 1px solid var(--gold);
}
.vsp-page .mini-nav::-webkit-scrollbar { display: none; }
.vsp-page .mini-nav-label {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-right: 28px;
  border-right: 1px solid rgba(201, 169, 97, 0.3);
  flex-shrink: 0;
}
.vsp-page .mini-nav a {
  color: rgba(253, 252, 249, 0.7);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.vsp-page .mini-nav a:hover,
.vsp-page .mini-nav a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ============ BREADCRUMB ============ */
.vsp-page .vsp-breadcrumb {
  padding: 16px 48px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--ink-muted);
  background: var(--paper-warm);
  border-bottom: 1px solid var(--line-soft);
}
.vsp-page .vsp-breadcrumb a { color: var(--ink-muted); text-decoration: none; }
.vsp-page .vsp-breadcrumb a:hover { color: var(--gold); }
.vsp-page .vsp-breadcrumb .sep { color: var(--gold); margin: 0 12px; }
.vsp-page .vsp-breadcrumb .current { color: var(--navy); font-weight: 500; }

/* ============ HERO ============ */
.vsp-page .hero {
  position: relative;
  min-height: 75vh;
  background:
    linear-gradient(135deg, rgba(20, 29, 51, 0.85) 0%, rgba(31, 45, 74, 0.65) 100%),
    url('https://saigonluxury.com.vn/wp-content/uploads/2026/05/thong-tin-tong-quan-vinhomes-saigon-park.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: var(--paper);
  padding: 80px 48px;
  overflow: hidden;
}
.vsp-page .hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 30%;
  background: linear-gradient(to bottom, transparent, var(--paper));
  pointer-events: none;
}
.vsp-page .hero-content {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.vsp-page .hero-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0;
  animation: vspFadeUp 1s 0.2s forwards;
}
.vsp-page .hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 32px;
  opacity: 0;
  animation: vspFadeUp 1s 0.4s forwards;
}
.vsp-page .hero-title em { font-style: italic; color: var(--gold); }
.vsp-page .hero-meta {
  display: flex;
  gap: 32px;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(253, 252, 249, 0.7);
  text-transform: uppercase;
  opacity: 0;
  animation: vspFadeUp 1s 0.6s forwards;
  flex-wrap: wrap;
}
.vsp-page .hero-meta span { display: flex; align-items: center; gap: 8px; }
.vsp-page .hero-meta .dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

@keyframes vspFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============ 2-COL LAYOUT ============ */
.vsp-page .layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 80px;
}
.vsp-page .main-content { min-width: 0; }

/* ============ INTRO + DROPCAP ============ */
.vsp-page .intro {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.vsp-page .intro::first-letter {
  font-family: var(--font-display);
  font-size: 88px;
  line-height: 0.85;
  float: left;
  margin: 8px 14px -6px 0;
  color: var(--gold);
  font-weight: 500;
}

/* ============ INSIGHT BOX ============ */
.vsp-page .insight {
  margin: 48px -32px;
  padding: 40px 48px;
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
}
.vsp-page .insight-label {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vsp-page .insight-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.vsp-page .insight p {
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  font-style: italic;
}

/* ============ HEADINGS ============ */
.vsp-page h2.section-heading {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--navy);
  margin: 80px 0 32px;
  letter-spacing: -0.5px;
  position: relative;
  padding-top: 32px;
}
.vsp-page h2.section-heading::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px; height: 1px;
  background: var(--gold);
}
.vsp-page h2.section-heading .section-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-style: normal;
}
.vsp-page h3.subheading {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--navy);
  margin: 40px 0 16px;
  line-height: 1.3;
}
.vsp-page h3.subheading-gold {
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  color: var(--gold);
  margin: 32px 0 16px;
  font-weight: 400;
}

/* ============ BODY TEXT ============ */
.vsp-page .main-content p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.vsp-page .main-content p strong { color: var(--ink); font-weight: 600; }

.vsp-page .main-content ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.vsp-page .main-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.vsp-page .main-content ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 12px;
  width: 14px; height: 1px;
  background: var(--gold);
}

.vsp-page .main-content ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin: 24px 0;
}
.vsp-page .main-content ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 56px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
}
.vsp-page .main-content ol > li::before {
  content: '0' counter(item);
  position: absolute;
  left: 0; top: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

/* ============ METRICS GRID ============ */
.vsp-page .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 40px 0 56px;
}
.vsp-page .metric {
  background: var(--paper);
  padding: 32px 20px;
  text-align: center;
  transition: background 0.3s;
}
.vsp-page .metric:hover { background: var(--paper-warm); }
.vsp-page .metric-value {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--navy);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.vsp-page .metric-value .unit { font-size: 18px; color: var(--gold); margin-left: 4px; }
.vsp-page .metric-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ============ DATA TABLE ============ */
.vsp-page .data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 40px;
  font-size: 15px;
}
.vsp-page .data-table th {
  background: var(--navy);
  color: var(--paper);
  padding: 16px 20px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vsp-page .data-table th:first-child { width: 35%; }
.vsp-page .data-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-soft);
}
.vsp-page .data-table tr:nth-child(even) td { background: var(--paper-warm); }
.vsp-page .data-table tr:hover td { background: var(--gold-pale); }

/* ============ CTA BLOCKS ============ */
.vsp-page .cta-block {
  margin: 56px -32px;
  padding: 56px 48px;
  background: var(--navy);
  color: var(--paper);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vsp-page .cta-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.vsp-page .cta-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.vsp-page .cta-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 24px;
  color: var(--paper);
}
.vsp-page .cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
  border: 1px solid var(--gold);
  cursor: pointer;
}
.vsp-page .cta-button:hover { background: transparent; color: var(--gold); }
.vsp-page .cta-block.cream { background: var(--paper-cream); color: var(--ink); }
.vsp-page .cta-block.cream .cta-title { color: var(--navy); }
.vsp-page .cta-block.cream .cta-button {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--paper);
}
.vsp-page .cta-block.cream .cta-button:hover { background: transparent; color: var(--navy); }

/* ============ INFRASTRUCTURE CARDS ============ */
.vsp-page .infra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 40px 0;
}
.vsp-page .infra-card {
  padding: 32px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  transition: all 0.4s;
}
.vsp-page .infra-card:hover {
  border-color: var(--gold);
  background: var(--paper);
  transform: translateY(-2px);
}
.vsp-page .infra-number {
  font-family: var(--font-display);
  font-size: 64px;
  font-style: italic;
  color: var(--gold);
  line-height: 0.9;
  margin-bottom: 16px;
  opacity: 0.6;
}
.vsp-page .infra-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 12px;
  font-weight: 500;
}
.vsp-page .infra-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* ============ PRODUCT CARDS ============ */
.vsp-page .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 40px 0;
}
.vsp-page .product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
}
.vsp-page .product-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(31, 45, 74, 0.08);
}
.vsp-page .product-image {
  height: 240px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
}
.vsp-page .product-image.villa { background: linear-gradient(135deg, #2d3e5e 0%, #6a5638 100%); }
.vsp-page .product-image.townhouse { background: linear-gradient(135deg, #3d4e6e 0%, #8a7548 100%); }
.vsp-page .product-image.shophouse { background: linear-gradient(135deg, #4d5e7e 0%, #aa8558 100%); }
.vsp-page .product-image.apartment { background: linear-gradient(135deg, #1d2e4e 0%, #5a4628 100%); }
.vsp-page .product-tag {
  position: absolute;
  top: 20px; left: 20px;
  background: var(--gold);
  color: var(--navy);
  padding: 4px 12px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.vsp-page .product-content { padding: 28px; }
.vsp-page .product-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 8px;
}
.vsp-page .product-quantity {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.vsp-page .product-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 20px; }
.vsp-page .product-link {
  color: var(--navy);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: all 0.3s;
}
.vsp-page .product-link:hover { color: var(--gold); }

/* ============ TIMELINE ============ */
.vsp-page .timeline {
  margin: 56px 0;
  position: relative;
  padding-left: 32px;
  border-left: 1px solid var(--line);
}
.vsp-page .timeline-item { position: relative; padding-bottom: 32px; }
.vsp-page .timeline-item:last-child { padding-bottom: 0; }
.vsp-page .timeline-dot {
  position: absolute;
  left: -38px; top: 8px;
  width: 12px; height: 12px;
  background: var(--paper);
  border: 2px solid var(--gold);
  border-radius: 50%;
}
.vsp-page .timeline-item.active .timeline-dot {
  background: var(--gold);
  box-shadow: 0 0 0 6px var(--gold-pale);
}
.vsp-page .timeline-date {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.vsp-page .timeline-event {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--navy);
  margin-bottom: 8px;
}
.vsp-page .timeline-desc { font-size: 14px; color: var(--ink-muted); line-height: 1.6; }

/* ============ FAQ ============ */
.vsp-page .faq-list { margin: 32px 0; }
.vsp-page .faq-item { border-bottom: 1px solid var(--line); overflow: hidden; }
.vsp-page .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--navy);
  font-weight: 500;
  transition: color 0.3s;
}
.vsp-page .faq-question:hover { color: var(--gold); }
.vsp-page .faq-toggle {
  width: 32px; height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
  font-size: 18px;
  transition: transform 0.3s;
}
.vsp-page .faq-item.open .faq-toggle { transform: rotate(45deg); border-color: var(--gold); }
.vsp-page .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.vsp-page .faq-item.open .faq-answer { max-height: 500px; }
.vsp-page .faq-answer p { padding: 0 0 24px; font-size: 16px; line-height: 1.7; color: var(--ink-soft); }

/* ============ AUTHOR BIO ============ */
.vsp-page .author-bio {
  margin: 80px 0 0;
  padding: 40px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  display: flex;
  gap: 32px;
  align-items: center;
}
.vsp-page .author-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--gold));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 32px;
  font-style: italic;
}
.vsp-page .author-name { font-family: var(--font-display); font-size: 22px; color: var(--navy); margin-bottom: 4px; }
.vsp-page .author-role { font-size: 12px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.vsp-page .author-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* ============ SIDEBAR ============ */
.vsp-page .sidebar {
  position: sticky;
  top: calc(var(--vsp-site-header) + 60px);
  align-self: start;
  height: fit-content;
}
.vsp-page .sidebar-block {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  margin-bottom: 24px;
}
.vsp-page .sidebar-block.dark { background: var(--navy); color: var(--paper); border: none; }
.vsp-page .sidebar-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.vsp-page .sidebar-block.dark .sidebar-title { border-color: rgba(201, 169, 97, 0.3); }
.vsp-page .toc-list { list-style: none; }
.vsp-page .toc-list li { padding: 8px 0; border-bottom: 1px solid var(--line-soft); font-size: 13px; }
.vsp-page .toc-list li:last-child { border-bottom: none; }
.vsp-page .toc-list a {
  color: var(--ink-soft);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
.vsp-page .toc-list a:hover { color: var(--gold); }
.vsp-page .toc-list a.active { color: var(--gold); font-weight: 600; }
.vsp-page .toc-num { font-family: var(--font-mono); font-size: 11px; color: var(--gold); width: 24px; }

.vsp-page .form-field {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201, 169, 97, 0.3);
  color: var(--paper);
  padding: 12px 16px;
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  transition: border-color 0.3s;
}
.vsp-page .form-field option { color: var(--ink); background: var(--paper); }
.vsp-page .form-field::placeholder { color: rgba(253, 252, 249, 0.5); }
.vsp-page .form-field:focus { outline: none; border-color: var(--gold); }
.vsp-page .form-submit {
  width: 100%;
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 14px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.3s;
}
.vsp-page .form-submit:hover { background: var(--gold-light); }
.vsp-page .contact-list { list-style: none; }
.vsp-page .contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  color: rgba(253, 252, 249, 0.8);
}
.vsp-page .contact-list .icon { color: var(--gold); width: 16px; }

/* ============ PAGE FOOTER CTA ============ */
.vsp-page .page-footer {
  background: var(--navy-dark);
  color: var(--paper);
  padding: 80px 48px;
  text-align: center;
}
.vsp-page .footer-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.vsp-page .footer-title {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 800px;
  margin: 0 auto 32px;
}
.vsp-page .footer-title em { color: var(--gold); font-style: italic; }
.vsp-page .footer-desc {
  font-size: 16px;
  color: rgba(253, 252, 249, 0.7);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* ============ MOBILE STICKY CTA ============ */
.vsp-page .mobile-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--navy);
  padding: 12px;
  display: none;
  gap: 8px;
  z-index: 300;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.vsp-page .mobile-sticky-cta button {
  flex: 1;
  padding: 12px;
  border: none;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.vsp-page .mobile-sticky-cta .whatsapp { background: #25d366; color: white; }
.vsp-page .mobile-sticky-cta .call { background: var(--gold); color: var(--navy); }
.vsp-page .mobile-sticky-cta .brochure { background: var(--paper); color: var(--navy); }

/* ============ DECORATIVE ============ */
.vsp-page .section-divider {
  text-align: center;
  margin: 64px 0;
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  letter-spacing: 8px;
}
.vsp-page .pill {
  display: inline-block;
  background: var(--gold-pale);
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .vsp-page .layout { grid-template-columns: 1fr; gap: 40px; padding: 60px 32px; }
  .vsp-page .sidebar { position: static; }
  .vsp-page .mini-nav,
  .vsp-page .vsp-breadcrumb,
  .vsp-page .hero,
  .vsp-page .page-footer { padding-left: 32px; padding-right: 32px; }
  .vsp-page .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .vsp-page .infra-grid,
  .vsp-page .products-grid { grid-template-columns: 1fr; }
  .vsp-page .insight,
  .vsp-page .cta-block { margin-left: -16px; margin-right: -16px; padding-left: 24px; padding-right: 24px; }
  .vsp-page .footer-title { font-size: 36px; }
  .vsp-page .mobile-sticky-cta { display: flex; }
  body.page-id-99261 { padding-bottom: 70px; }
}

@media (max-width: 640px) {
  .vsp-page .hero { padding: 60px 24px; min-height: 60vh; }
  .vsp-page .hero-title { font-size: 36px; }
  .vsp-page .layout { padding: 40px 20px; }
  .vsp-page h2.section-heading { font-size: 32px; }
  .vsp-page .metrics-grid { grid-template-columns: 1fr 1fr; }
  .vsp-page .metric-value { font-size: 36px; }
  .vsp-page .author-bio { flex-direction: column; text-align: center; }
}
