/* =============================================================================
   PEERYX — peeryx-v121-premium.css
   Premium layer: hero personality, edge-glow cards, navbar scroll state,
   CTA hierarchy, legal page polish, blog cards, micro-interactions.
   Cascade: after v120-system.css  |  Specificity: html body prefix (0,1,1)
   ============================================================================= */


/* ─────────────────────────────────────────────────────────────
   §1  HERO — CHARACTER & POLISH
───────────────────────────────────────────────────────────── */

/* Noise texture overlay for depth */
html body .pxv93-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E") !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 0.4 !important;
}

/* Subtle grid lines for network/tech feel */
html body .pxv93-hero::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(0,200,150,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,200,150,0.025) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
  pointer-events: none !important;
  z-index: 0 !important;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%) !important;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%) !important;
}

/* Ensure hero content sits above overlays */
html body .pxv93-hero > .container,
html body .pxv93-hero > *:not(::before):not(::after) {
  position: relative !important;
  z-index: 1 !important;
}

/* Hero eyebrow badge — sharper, more branded */
html body .pxv93-hero .eyebrow,
html body .pxv93-hero [class*="eyebrow"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--px120-teal) !important;
  -webkit-text-fill-color: var(--px120-teal) !important;
  background: rgba(0, 200, 150, 0.07) !important;
  border: 1px solid rgba(0, 200, 150, 0.20) !important;
  border-radius: 50px !important;
  padding: 5px 14px !important;
  margin-bottom: 20px !important;
}

/* Hero h1 gradient polish */
html body .pxv93-hero h1,
html body .pxv93-hero .hero-headline {
  font-family: 'Sora', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}

/* Hero stats bar — premium finish */
html body .pxv93-hero-stats {
  display: flex !important;
  gap: 32px !important;
  flex-wrap: wrap !important;
  margin-top: 40px !important;
  padding-top: 32px !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}

html body .pxv93-stat-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

html body .pxv93-stat-value {
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 800 !important;
  font-family: 'Sora', sans-serif !important;
  background: linear-gradient(120deg, #fff 0%, var(--px120-teal-bright) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  line-height: 1.1 !important;
}

html body .pxv93-stat-label {
  font-size: 11px !important;
  color: var(--px120-text-dim) !important;
  -webkit-text-fill-color: var(--px120-text-dim) !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* Hero CTA buttons — stronger hierarchy */
html body .pxv93-hero .hero-actions,
html body .pxv93-hero .px-hp-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 32px !important;
  align-items: center !important;
}

html body .pxv93-hero .btn-primary,
html body .pxv93-hero .px-btn-primary,
html body .pxv93-hero a.cta-main {
  background: var(--px120-cta-bg) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 13px 28px !important;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 0 0 1px rgba(0,180,130,0.4), 0 8px 30px rgba(0,143,107,0.35) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

html body .pxv93-hero .btn-primary:hover,
html body .pxv93-hero .px-btn-primary:hover,
html body .pxv93-hero a.cta-main:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 0 0 1px rgba(0,200,150,0.5), 0 12px 40px rgba(0,143,107,0.45) !important;
  background: var(--px120-cta-hover) !important;
}


/* ─────────────────────────────────────────────────────────────
   §2  NAVBAR — SCROLL STATE (frosted glass)
───────────────────────────────────────────────────────────── */
html body .site-header.scrolled,
html body .peeryx-header-v97.scrolled {
  background: rgba(2, 8, 20, 0.92) !important;
  backdrop-filter: blur(16px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.3) !important;
  box-shadow: 0 1px 0 rgba(0, 200, 150, 0.10), 0 4px 24px rgba(0,0,0,0.35) !important;
  transition: background 0.3s ease, box-shadow 0.3s ease !important;
}

/* Dropdown menu */
html body .site-header .nav-dropdown {
  background: rgba(4, 12, 28, 0.97) !important;
  border: 1px solid var(--px120-border) !important;
  border-radius: var(--px120-r-md) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.55), 0 0 0 1px rgba(0,200,150,0.06) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  padding: 8px 0 !important;
  min-width: 220px !important;
}

html body .site-header .nav-dropdown a {
  padding: 9px 18px !important;
  font-size: 13.5px !important;
  color: rgba(245,251,255,0.80) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.80) !important;
  display: block !important;
  transition: color 0.15s, background 0.15s, padding-left 0.15s !important;
  border-radius: 0 !important;
}

html body .site-header .nav-dropdown a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(0,200,150,0.07) !important;
  padding-left: 22px !important;
}

/* Mobile menu open state */
html body .site-header .mobile-nav.open,
html body .site-header .mobile-menu.open {
  background: rgba(4, 12, 28, 0.98) !important;
  border-top: 1px solid var(--px120-border) !important;
}


/* ─────────────────────────────────────────────────────────────
   §3  CARD EDGE-GLOW HOVER — ALL CARD TYPES
───────────────────────────────────────────────────────────── */

/* Solution cards */
html body .pxv93-solution {
  position: relative !important;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease !important;
}

html body .pxv93-solution::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(135deg, rgba(21,124,255,0.06) 0%, rgba(0,200,150,0.06) 100%) !important;
  opacity: 0 !important;
  transition: opacity 0.28s ease !important;
  pointer-events: none !important;
}

html body .pxv93-solution:hover {
  transform: translateY(-4px) !important;
  box-shadow:
    0 0 0 1px rgba(0, 200, 150, 0.25),
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(0, 200, 150, 0.08) !important;
  border-color: rgba(0, 200, 150, 0.20) !important;
}

html body .pxv93-solution:hover::before {
  opacity: 1 !important;
}

/* Mode cards */
html body .pxv93-mode-card {
  position: relative !important;
  overflow: hidden !important;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
}

html body .pxv93-mode-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 0 1px rgba(21, 124, 255, 0.28), 0 12px 36px rgba(0,0,0,0.45) !important;
  border-color: rgba(21, 124, 255, 0.20) !important;
}

/* Use-case cards */
html body .pxv93-uc-card {
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}

html body .pxv93-uc-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 0 1px rgba(0,200,150,0.18), 0 10px 32px rgba(0,0,0,0.40) !important;
  border-color: rgba(0,200,150,0.15) !important;
}

/* Pillar / benefit cards */
html body .pxv93-pillars > article,
html body .pxv93-benefits > article {
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}

html body .pxv93-pillars > article:hover,
html body .pxv93-benefits > article:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 0 1px rgba(0,200,150,0.15), 0 8px 28px rgba(0,0,0,0.38) !important;
  border-color: rgba(0,200,150,0.12) !important;
}

/* Blog article cards */
html body .pxv93-articles > a {
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}

html body .pxv93-articles > a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 0 1px rgba(21,124,255,0.18), 0 10px 32px rgba(0,0,0,0.40) !important;
  border-color: rgba(21,124,255,0.14) !important;
}

/* Infra cards */
html body .pxv93-infra-card {
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease !important;
}

html body .pxv93-infra-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 0 0 1px rgba(0,200,150,0.20), 0 8px 28px rgba(0,0,0,0.40) !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  html body .pxv93-solution,
  html body .pxv93-mode-card,
  html body .pxv93-uc-card,
  html body .pxv93-pillars > article,
  html body .pxv93-benefits > article,
  html body .pxv93-articles > a,
  html body .pxv93-infra-card {
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
  }

  html body .pxv93-solution:hover,
  html body .pxv93-mode-card:hover,
  html body .pxv93-uc-card:hover,
  html body .pxv93-pillars > article:hover,
  html body .pxv93-benefits > article:hover,
  html body .pxv93-articles > a:hover,
  html body .pxv93-infra-card:hover {
    transform: none !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   §4  CTA SECTION — STRONGER CONTRAST HIERARCHY
───────────────────────────────────────────────────────────── */
html body .pxv93-cta {
  position: relative !important;
  overflow: hidden !important;
}

html body .pxv93-cta::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(ellipse 60% 80% at 30% 50%, rgba(21,124,255,0.10) 0%, transparent 70%),
    radial-gradient(ellipse 40% 70% at 75% 30%, rgba(0,200,150,0.10) 0%, transparent 70%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body .pxv93-cta-card {
  position: relative !important;
  z-index: 1 !important;
  background: rgba(8, 20, 44, 0.80) !important;
  border: 1px solid var(--px120-border) !important;
  border-radius: var(--px120-r-xl) !important;
  padding: 56px !important;
  text-align: center !important;
  box-shadow: 0 0 0 1px rgba(0,200,150,0.06), 0 24px 72px rgba(0,0,0,0.50) !important;
}

html body .pxv93-cta-card h2 {
  font-size: clamp(26px, 3.5vw, 40px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  margin-bottom: 16px !important;
}

html body .pxv93-cta-card p {
  font-size: 16px !important;
  color: var(--px120-text-muted) !important;
  -webkit-text-fill-color: var(--px120-text-muted) !important;
  max-width: 540px !important;
  margin: 0 auto 32px !important;
  line-height: 1.7 !important;
}

html body .pxv93-cta-card .cta-actions,
html body .pxv93-cta-card [class*="actions"] {
  display: flex !important;
  gap: 12px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

/* Primary CTA button — full site */
html body .px-btn-cta,
html body .btn-cta,
html body a.cta-primary {
  background: var(--px120-cta-bg) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 12px 24px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(0,180,130,0.4) !important;
  box-shadow: 0 4px 20px rgba(0,143,107,0.30) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  cursor: pointer !important;
}

html body .px-btn-cta:hover,
html body .btn-cta:hover,
html body a.cta-primary:hover {
  transform: translateY(-2px) !important;
  background: var(--px120-cta-hover) !important;
  box-shadow: 0 8px 32px rgba(0,143,107,0.42) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}


/* ─────────────────────────────────────────────────────────────
   §5  SECTION EYEBROW REFINEMENT
───────────────────────────────────────────────────────────── */
html body .pxv93-home [class*="eyebrow"]:not(.pxv93-hero [class*="eyebrow"]) {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--px120-teal) !important;
  -webkit-text-fill-color: var(--px120-teal) !important;
  display: block !important;
  margin-bottom: 10px !important;
}

/* Section headings — consistent hierarchy */
html body .pxv93-home section > .container > h2,
html body .pxv93-home section > .container > [class*="section-title"],
html body .pxv93-home .section-head h2 {
  font-size: clamp(24px, 3vw, 36px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

html body .pxv93-home section > .container > p.lead,
html body .pxv93-home section > .container > [class*="section-lead"] {
  font-size: 16px !important;
  color: var(--px120-text-muted) !important;
  -webkit-text-fill-color: var(--px120-text-muted) !important;
  max-width: 600px !important;
  line-height: 1.7 !important;
  margin-bottom: 40px !important;
}


/* ─────────────────────────────────────────────────────────────
   §6  GHOST BUTTON (SECONDARY CTA)
───────────────────────────────────────────────────────────── */
html body .px-btn-ghost,
html body .btn-ghost,
html body a.cta-ghost {
  background: transparent !important;
  color: rgba(245,251,255,0.80) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.80) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 11px 22px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  cursor: pointer !important;
}

html body .px-btn-ghost:hover,
html body .btn-ghost:hover,
html body a.cta-ghost:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(255,255,255,0.30) !important;
  background: rgba(255,255,255,0.04) !important;
  transform: translateY(-1px) !important;
}


/* ─────────────────────────────────────────────────────────────
   §7  LEGAL PAGES — TYPOGRAPHY & SIDEBAR POLISH
───────────────────────────────────────────────────────────── */
html body .legal-page-shell {
  background: var(--px120-bg-base) !important;
  min-height: 70vh !important;
}

html body .legal-hero {
  background: linear-gradient(180deg, rgba(6,14,32,0.95) 0%, var(--px120-bg-base) 100%) !important;
  border-bottom: 1px solid var(--px120-border) !important;
  padding: 64px 0 48px !important;
}

html body .legal-hero h1 {
  font-size: clamp(24px, 3vw, 36px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.018em !important;
  margin: 8px 0 16px !important;
  line-height: 1.15 !important;
}

html body .legal-hero > .container {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

html body .legal-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 280px !important;
  gap: 48px !important;
  align-items: start !important;
}

html body .legal-hero p {
  color: var(--px120-text-muted) !important;
  -webkit-text-fill-color: var(--px120-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  max-width: 560px !important;
}

html body .legal-meta-row {
  display: flex !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  margin-top: 16px !important;
}

html body .legal-meta-row span {
  font-size: 12px !important;
  color: var(--px120-text-dim) !important;
  -webkit-text-fill-color: var(--px120-text-dim) !important;
}

/* Sidebar TOC */
html body .legal-toc {
  background: rgba(6, 15, 34, 0.80) !important;
  border: 1px solid var(--px120-border) !important;
  border-radius: var(--px120-r-md) !important;
  padding: 20px !important;
  position: sticky !important;
  top: 90px !important;
}

html body .legal-toc h2 {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--px120-text-dim) !important;
  -webkit-text-fill-color: var(--px120-text-dim) !important;
  margin: 0 0 14px !important;
}

html body .legal-toc ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

html body .legal-toc a {
  font-size: 13px !important;
  color: rgba(245,251,255,0.65) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.65) !important;
  display: block !important;
  padding: 7px 10px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: color 0.15s, background 0.15s !important;
}

html body .legal-toc a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,0.04) !important;
}

html body .legal-toc a.active {
  color: var(--px120-teal) !important;
  -webkit-text-fill-color: var(--px120-teal) !important;
  background: rgba(0,200,150,0.07) !important;
  font-weight: 600 !important;
}

/* Legal document body */
html body .legal-document-section {
  padding: 56px 0 80px !important;
}

html body .legal-document-wrap {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

html body .legal-document-card {
  background: rgba(6, 14, 32, 0.70) !important;
  border: 1px solid var(--px120-border) !important;
  border-radius: var(--px120-r-lg) !important;
  padding: 48px !important;
  max-width: 760px !important;
}

html body .legal-document-card p {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
  color: rgba(245,251,255,0.78) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.78) !important;
  margin: 0 0 14px !important;
}

html body .legal-document-card h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 32px 0 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid var(--px120-border) !important;
  color: var(--px120-text) !important;
  -webkit-text-fill-color: var(--px120-text) !important;
}

html body .legal-document-card h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 24px 0 8px !important;
  color: var(--px120-text) !important;
  -webkit-text-fill-color: var(--px120-text) !important;
}

html body .legal-document-card ul,
html body .legal-document-card ol {
  padding-left: 20px !important;
  margin: 0 0 14px !important;
}

html body .legal-document-card li {
  font-size: 14.5px !important;
  line-height: 1.75 !important;
  color: rgba(245,251,255,0.78) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.78) !important;
  margin-bottom: 5px !important;
}

@media (max-width: 768px) {
  html body .legal-hero-grid {
    grid-template-columns: 1fr !important;
  }

  html body .legal-toc {
    position: static !important;
  }

  html body .legal-document-card {
    padding: 24px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   §8  FAQ — SMOOTH ACCORDION STATES
───────────────────────────────────────────────────────────── */
html body .pxv93-faq-item {
  border: 1px solid var(--px120-border) !important;
  border-radius: var(--px120-r-md) !important;
  margin-bottom: 8px !important;
  background: rgba(6, 14, 32, 0.60) !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

html body .pxv93-faq-item[open],
html body .pxv93-faq-item:focus-within {
  border-color: rgba(0, 200, 150, 0.22) !important;
  box-shadow: 0 0 0 1px rgba(0,200,150,0.06), 0 4px 16px rgba(0,0,0,0.25) !important;
}

html body .pxv93-faq-item summary {
  padding: 18px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--px120-text) !important;
  -webkit-text-fill-color: var(--px120-text) !important;
  cursor: pointer !important;
  list-style: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  user-select: none !important;
}

html body .pxv93-faq-item summary::-webkit-details-marker {
  display: none !important;
}

html body .pxv93-faq-item summary::after {
  content: '+' !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--px120-teal) !important;
  -webkit-text-fill-color: var(--px120-teal) !important;
  flex-shrink: 0 !important;
  transition: transform 0.25s ease !important;
  line-height: 1 !important;
}

html body .pxv93-faq-item[open] summary::after {
  transform: rotate(45deg) !important;
}

html body .pxv93-faq-item summary:hover {
  background: rgba(255,255,255,0.02) !important;
}

html body .pxv93-faq-item > *:not(summary) {
  padding: 4px 20px 20px !important;
  font-size: 14.5px !important;
  line-height: 1.75 !important;
  color: var(--px120-text-muted) !important;
  -webkit-text-fill-color: var(--px120-text-muted) !important;
}


/* ─────────────────────────────────────────────────────────────
   §9  BLOG CARDS — CONSISTENT DARK PALETTE
───────────────────────────────────────────────────────────── */
html body .pxv93-articles a {
  background: rgba(6, 14, 32, 0.70) !important;
  border: 1px solid var(--px120-border) !important;
  border-radius: var(--px120-r-md) !important;
  padding: 24px !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

html body .pxv93-articles a .tag,
html body .pxv93-articles a [class*="category"],
html body .pxv93-articles a [class*="tag"] {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--px120-blue-bright) !important;
  -webkit-text-fill-color: var(--px120-blue-bright) !important;
}

html body .pxv93-articles a h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: var(--px120-text) !important;
  -webkit-text-fill-color: var(--px120-text) !important;
  margin: 0 !important;
}

html body .pxv93-articles a p {
  font-size: 13.5px !important;
  color: var(--px120-text-muted) !important;
  -webkit-text-fill-color: var(--px120-text-muted) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

html body .pxv93-articles a .read-time,
html body .pxv93-articles a [class*="read"] {
  font-size: 11px !important;
  color: var(--px120-text-dim) !important;
  -webkit-text-fill-color: var(--px120-text-dim) !important;
  margin-top: auto !important;
}


/* ─────────────────────────────────────────────────────────────
   §10  SUBPAGE HERO — CONSISTENT WITH HOMEPAGE
───────────────────────────────────────────────────────────── */
html body .hero-subpage {
  position: relative !important;
  overflow: hidden !important;
}

html body .hero-subpage::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(0,200,150,0.020) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,200,150,0.020) 1px, transparent 1px) !important;
  background-size: 56px 56px !important;
  pointer-events: none !important;
  z-index: 0 !important;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 0%, transparent 100%) !important;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 0%, transparent 100%) !important;
}

html body .hero-subpage .container {
  position: relative !important;
  z-index: 1 !important;
}


/* ─────────────────────────────────────────────────────────────
   §11  CONTACT PAGE — FORM IMPROVEMENTS
───────────────────────────────────────────────────────────── */
html body .contact-form input,
html body .contact-form select,
html body .contact-form textarea {
  background: rgba(6, 14, 32, 0.80) !important;
  border: 1px solid rgba(0,200,150,0.14) !important;
  border-radius: var(--px120-r-sm) !important;
  color: var(--px120-text) !important;
  -webkit-text-fill-color: var(--px120-text) !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
  outline: none !important;
}

html body .contact-form input:focus,
html body .contact-form select:focus,
html body .contact-form textarea:focus {
  border-color: rgba(0, 200, 150, 0.40) !important;
  box-shadow: 0 0 0 3px rgba(0,200,150,0.08) !important;
}

html body .contact-form label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--px120-text-dim) !important;
  -webkit-text-fill-color: var(--px120-text-dim) !important;
  display: block !important;
  margin-bottom: 6px !important;
}

html body .contact-form ::placeholder {
  color: rgba(141, 170, 190, 0.40) !important;
  -webkit-text-fill-color: rgba(141, 170, 190, 0.40) !important;
}


/* ─────────────────────────────────────────────────────────────
   §12  SCROLLBAR — MINIMAL BRANDED
───────────────────────────────────────────────────────────── */
::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

::-webkit-scrollbar-track {
  background: var(--px120-bg-base) !important;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 200, 150, 0.20) !important;
  border-radius: 3px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 200, 150, 0.35) !important;
}


/* ─────────────────────────────────────────────────────────────
   §13  SELECTION COLOR
───────────────────────────────────────────────────────────── */
::selection {
  background: rgba(0, 200, 150, 0.20) !important;
  color: #fff !important;
}


/* ─────────────────────────────────────────────────────────────
   §14  PAGE TRANSITIONS — SMOOTH ENTRY
───────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  html body main {
    animation: px121-page-in 0.35s var(--px120-ease) both !important;
  }

  @keyframes px121-page-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}


/* ─────────────────────────────────────────────────────────────
   §15  FOOTER LEGAL STRIP POLISH
───────────────────────────────────────────────────────────── */
html body .footer-legal-strip {
  padding: 18px 0 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}

html body .footer-legal-strip > span {
  font-size: 11px !important;
  color: var(--px120-text-dim) !important;
  -webkit-text-fill-color: var(--px120-text-dim) !important;
  line-height: 1.6 !important;
  max-width: 600px !important;
}

html body .footer-legal-strip nav {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

html body .footer-legal-strip nav a {
  font-size: 12px !important;
  color: rgba(245,251,255,0.45) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.45) !important;
  text-decoration: none !important;
  transition: color 0.15s !important;
}

html body .footer-legal-strip nav a:hover {
  color: rgba(245,251,255,0.80) !important;
  -webkit-text-fill-color: rgba(245,251,255,0.80) !important;
}

@media (max-width: 768px) {
  html body .footer-legal-strip {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   §16  RESPONSIVE ADDITIONS
───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  html body .pxv93-cta-card {
    padding: 36px 24px !important;
  }

  html body .pxv93-hero .hero-actions,
  html body .pxv93-hero .px-hp-actions {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  html body .pxv93-hero-stats {
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  html body .pxv93-cta-card {
    padding: 28px 18px !important;
  }

  html body .pxv93-faq-item summary {
    font-size: 14px !important;
    padding: 14px 16px !important;
  }

  html body .legal-document-wrap {
    padding: 0 16px !important;
  }
}
