/* =============================================================================
   VIRIN DIGITAL — ELEVATION DESIGN SYSTEM (AWWWARDS GRADE)
   Obsidian (#0A0A0A) · Neon Emerald (#00FF9C) · Titanium White
   ========================================================================== */

/* --- 0. Lenis Smooth Scroll Foundation (Awwwards Grade) ------------------- */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth,
html {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Scroll Performance Armor: freeze pointer events during active momentum scroll */
html.lenis-scrolling,
html.lenis-scrolling body {
  pointer-events: none !important;
}

html.lenis-scrolling #cursor-dot,
html.lenis-scrolling #cursor-ring {
  pointer-events: none !important;
}

/* --- 1. Luxury Tactile Film Grain (GPU Texture Cached) ------------------- */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.028;
  contain: strict;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* --- 2. Typography & Gradients --------------------------------------------- */
.text-gradient {
  background: linear-gradient(135deg, #00FF9C 0%, #4DFFB8 45%, #00D4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
  padding-right: 0.08em;
  margin-right: -0.04em;
  vertical-align: baseline;
  text-shadow: 0 0 30px rgba(0, 255, 156, 0.25);
}

.text-gradient-silver {
  background: linear-gradient(180deg, #FFFFFF 30%, #A0A6A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
  padding-right: 0.08em;
  margin-right: -0.04em;
  vertical-align: baseline;
}

/* --- 3. Hero Section Elevation --------------------------------------------- */
.hero__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 156, 0.07);
  border: 1px solid rgba(0, 255, 156, 0.3);
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 10px #00FF9C;
  animation: hero-status-pulse 2s infinite ease-in-out;
}

@keyframes hero-status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.8); }
}

.hero__status-text {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00FF9C;
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 580px;
}

.hero__metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero__metric-val {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-feature-settings: "tnum";
}

.hero__metric-val .unit {
  color: #00FF9C;
  font-size: 1rem;
}

.hero__metric-lbl {
  font-size: 0.72rem;
  color: var(--text-3, #868E8A);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

/* --- 4. Precision Comparison Grid (About Section) -------------------------- */
.comparison-wrap {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.comparison-card {
  padding: 2rem;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.comparison-card--old {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  opacity: 0.85;
}

.comparison-card--virin {
  background: linear-gradient(145deg, rgba(20, 26, 23, 0.6) 0%, rgba(10, 14, 12, 0.8) 100%);
  border: 1px solid rgba(0, 255, 156, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(0, 255, 156, 0.2);
}

.comparison-card__tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.comparison-card--old .comparison-card__tag { color: #868E8A; }
.comparison-card--virin .comparison-card__tag { color: #00FF9C; }

.comparison-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.comparison-card--old .comparison-list li { color: #868E8A; }
.comparison-card--virin .comparison-list li { color: #E2E8E5; }

.comparison-icon {
  flex-shrink: 0;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
}

.comparison-card--old .comparison-icon {
  background: rgba(255, 255, 255, 0.08);
  color: #868E8A;
}

.comparison-card--virin .comparison-icon {
  background: rgba(0, 255, 156, 0.15);
  color: #00FF9C;
  border: 1px solid rgba(0, 255, 156, 0.4);
}

/* --- 5. Bento Grid Architecture (Services) -------------------------------- */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.bento-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.35s var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)),
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 156, 0.45);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6), 0 0 32px rgba(0, 255, 156, 0.12);
}

/* Bento Column Spans */
.bento-col-7 { grid-column: span 7; }
.bento-col-5 { grid-column: span 5; }
.bento-col-4 { grid-column: span 4; }
.bento-col-6 { grid-column: span 6; }
.bento-col-12 { grid-column: span 12; }

/* Visual Banner Backdrop within Bento Cards */
.bento-card__banner {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bento-card__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento-card:hover .bento-card__banner img {
  transform: scale(1.04);
}

.bento-card__banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.85) 100%);
  pointer-events: none;
}

.bento-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(10, 12, 11, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 156, 0.4);
  color: #00FF9C;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Agent Interactive Terminal */
.agent-terminal {
  background: rgba(6, 8, 7, 0.92);
  border: 1px solid rgba(0, 255, 156, 0.25);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: ui-monospace, 'SFMono-Regular', 'Menlo', 'Monaco', monospace;
  font-size: 0.78rem;
  color: #A0B2A8;
  margin-bottom: 1.25rem;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6);
}

.agent-terminal__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.agent-terminal__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.agent-terminal__dot:nth-child(1) { background: #FF5F56; }
.agent-terminal__dot:nth-child(2) { background: #FFBD2E; }
.agent-terminal__dot:nth-child(3) { background: #27C93F; }

.agent-terminal__title {
  font-size: 0.7rem;
  color: #868E8A;
  margin-left: 6px;
}

.agent-terminal__line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.6;
}

.agent-terminal__tag {
  color: #00FF9C;
  font-weight: 600;
  flex-shrink: 0;
}

.agent-terminal__status {
  color: #4DFFB8;
  font-size: 0.72rem;
  margin-left: auto;
}

.bento-card__icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 255, 156, 0.1);
  border: 1px solid rgba(0, 255, 156, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.bento-card__icon-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.bento-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.bento-card__desc {
  font-size: 0.9rem;
  color: var(--text-2, #A0A6A3);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.bento-card__price {
  font-size: 0.85rem;
  color: #00FF9C;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease, color 0.2s ease;
}

.bento-card__price:hover {
  color: #4DFFB8;
  gap: 10px;
}

/* --- 6. Browser Window Mockup Frames (Web Design Proof) ------------------- */
.browser-frame {
  background: #141716;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
  transition: transform 0.4s var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)),
              border-color 0.4s ease;
}

.browser-frame:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(0, 255, 156, 0.4);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.75), 0 0 30px rgba(0, 255, 156, 0.15);
}

.browser-frame__header {
  background: rgba(16, 20, 18, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.browser-frame__identity {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}

.browser-frame__status-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  flex-shrink: 0;
  animation: pulseBeacon 2.2s infinite ease-in-out;
}

@keyframes pulseBeacon {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 6px #00FF9C; }
  50% { opacity: 0.4; transform: scale(0.85); box-shadow: 0 0 2px rgba(0, 255, 156, 0.3); }
}

.browser-frame__sys-id {
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.browser-frame__domain {
  font-family: ui-monospace, monospace;
  font-size: 0.70rem;
  color: #8E9B94;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.browser-frame__body img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 7. Interactive Growth System Scope Estimator ------------------------- */
.estimator-section {
  margin: 5rem 0;
  background: linear-gradient(145deg, rgba(20, 26, 22, 0.5) 0%, rgba(10, 12, 11, 0.85) 100%);
  border: 1px solid rgba(0, 255, 156, 0.35);
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(0, 255, 156, 0.25);
  position: relative;
  overflow: hidden;
}

.estimator-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 156, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.estimator__head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estimator__head .eyebrow,
.estimator__head .section__title,
.estimator__head .section__desc {
  text-align: center;
  margin-inline: auto;
}

.estimator__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.estimator__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.estimator__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.estimator__option:hover {
  background: rgba(0, 255, 156, 0.08);
  border-color: rgba(0, 255, 156, 0.35);
}

.estimator__option.is-selected {
  background: rgba(0, 255, 156, 0.12);
  border-color: rgba(0, 255, 156, 0.6);
  box-shadow: 0 2px 14px rgba(0, 255, 156, 0.15);
}

.estimator__option-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.estimator__checkbox {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.2s;
}

.estimator__option.is-selected .estimator__checkbox {
  background: #00FF9C;
  border-color: #00FF9C;
  color: #0A0A0A;
}

.estimator__checkbox svg {
  display: none;
  width: 13px;
  height: 13px;
  stroke: #0A0A0A;
  stroke-width: 2.5;
}

.estimator__option.is-selected .estimator__checkbox svg {
  display: block;
}

.estimator__option-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #FFFFFF;
}

.estimator__option-cost {
  font-size: 0.88rem;
  font-weight: 600;
  color: #00FF9C;
}

/* Estimator Summary Output Box */
.estimator__summary {
  background: rgba(10, 12, 11, 0.85);
  border: 1px solid rgba(0, 255, 156, 0.3);
  border-radius: 18px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.estimator__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.estimator__summary-lbl {
  font-size: 0.82rem;
  color: #868E8A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.estimator__summary-val {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: -0.02em;
}

.estimator__summary-days {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
}

.estimator__btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .bento-col-7, .bento-col-5, .bento-col-4, .bento-col-6 {
    grid-column: span 12;
  }
  .comparison-wrap {
    grid-template-columns: 1fr;
  }
  .estimator__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero__metrics {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bento-card {
    padding: 1.5rem;
  }
}

/* --- 8. Best-in-Class Hero Section Overhaul ------------------------------- */
.hero {
  align-items: center !important;
  min-height: 100svh !important;
  padding-top: calc(var(--nav-h) + 2rem) !important;
  padding-bottom: 3rem !important;
}

/* Remove the old dark muddy scrim that was darkening the 3D model */
.hero__scrim {
  background: radial-gradient(circle at 75% 50%, rgba(0, 255, 156, 0.12) 0%, transparent 60%),
              linear-gradient(to right, #0A0A0A 0%, rgba(10, 10, 10, 0.92) 32%, rgba(10, 10, 10, 0.2) 65%, transparent 100%) !important;
  opacity: 0.9 !important;
}

.hero__content {
  margin-bottom: 0 !important;
  z-index: 10;
}

.hero__title {
  font-size: clamp(3.2rem, 2rem + 6.5vw, 6.4rem) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.96 !important;
}

/* Hero Cybernetic Focal Portal & Floating HUD Chips */
.hero__media {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.hero__portal-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 156, 0.22) 0%, rgba(0, 255, 156, 0.05) 45%, transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
  animation: portal-breathe 6s infinite ease-in-out alternate;
}

@keyframes portal-breathe {
  0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }
}

/* Ambient Technical Crosshairs in Hero */
.hero__crosshair {
  position: absolute;
  color: rgba(0, 255, 156, 0.3);
  font-family: ui-monospace, monospace;
  font-size: 0.8rem;
  pointer-events: none;
  user-select: none;
}
.hero__crosshair--tl { top: 18%; left: 8%; }
.hero__crosshair--br { bottom: 12%; right: 10%; }

/* Floating Glass HUD Chips */
.hero-hud {
  position: absolute;
  pointer-events: auto;
  background: rgba(12, 16, 14, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(0, 255, 156, 0.35);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 255, 156, 0.1);
  transition: transform 0.3s var(--ease-out), border-color 0.3s;
  z-index: 5;
}

.hero-hud:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(0, 255, 156, 0.65);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7), 0 0 28px rgba(0, 255, 156, 0.2);
}

.hero-hud--top {
  top: 14%;
  right: 6%;
  animation: hud-float-1 5s infinite ease-in-out alternate;
}

.hero-hud--mid {
  top: 48%;
  left: -5%;
  animation: hud-float-2 6s infinite ease-in-out alternate;
}

.hero-hud--bot {
  bottom: 12%;
  right: 12%;
  animation: hud-float-3 5.5s infinite ease-in-out alternate;
}

@keyframes hud-float-1 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes hud-float-2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(8px); }
}

@keyframes hud-float-3 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-7px); }
}

.hero-hud__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  animation: hero-status-pulse 2s infinite;
}

.hero-hud__icon {
  font-size: 1rem;
  color: #00FF9C;
}

.hero-hud__badge {
  background: rgba(0, 255, 156, 0.15);
  border: 1px solid rgba(0, 255, 156, 0.4);
  color: #00FF9C;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}

.hero-hud__title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 2px 0;
}

.hero-hud__meta {
  font-size: 0.65rem;
  color: #868E8A;
  margin: 0;
  font-family: ui-monospace, monospace;
}

/* --- 9. Custom Smooth Magnetic Cursor ------------------------------------- */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00FF9C;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  will-change: transform;
  transform: translate3d(-100px, -100px, 0);
  transition: width 0.2s, height 0.2s, opacity 0.2s, background 0.2s;
  box-shadow: 0 0 10px #00FF9C;
}

.custom-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 255, 156, 0.45);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  transform: translate3d(-100px, -100px, 0);
  transition: width 0.25s, height 0.25s, border-color 0.25s, background 0.25s;
}

body.cursor-hover .custom-cursor {
  width: 14px;
  height: 14px;
  background: #4DFFB8;
  box-shadow: 0 0 16px #00FF9C;
}

body.cursor-hover .custom-cursor-ring {
  width: 52px;
  height: 52px;
  border-color: rgba(0, 255, 156, 0.8);
  background: rgba(0, 255, 156, 0.05);
}

@media (hover: none) or (pointer: coarse) {
  .custom-cursor, .custom-cursor-ring {
    display: none !important;
  }
}

/* Mobile Adjustments for Hero HUD */
@media (max-width: 992px) {
  .hero__media {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    height: 420px !important;
    margin-top: 2rem;
  }
  .hero-hud {
    display: none !important;
  }
}

/* =============================================================================
   THE $10K CHECKLIST ENHANCEMENTS
   Rule 02: Paired Display Typography (Instrument Serif)
   Rule 04: Hierarchy That Breathes (Expanded Spacing & Scale)
   Rule 07: Mobile Designed, Not Shrunk (Dedicated Telemetry Rail)
   ========================================================================== */

/* --- Rule 02: Paired Display Typography ----------------------------------- */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-display: 'Instrument Serif', Georgia, serif;
}

.font-display {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

/* Enhancing titles with display serif scale & descender clearance */
.hero__title .font-display {
  font-size: 1.12em;
  padding-right: 0.08em;
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
}

.section__title .font-display,
.about__heading .font-display,
.about__comparison-title .font-display,
.cta__title .font-display,
.price-hero__title .font-display {
  font-size: 1.15em;
  padding-right: 0.08em;
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
  line-height: 1.15;
}

/* --- Rule 04: Hierarchy That Breathes (Uniform Symmetrical Cadence) ------- */
.section {
  padding-block: clamp(2.75rem, 5.5vh, 4.25rem) !important;
}

.section__head {
  text-align: center !important;
  max-width: 820px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-bottom: clamp(2rem, 4vh, 3rem) !important;
}

.section__head .eyebrow {
  text-align: center !important;
  margin-inline: auto !important;
}

.section__head .section__title {
  text-align: center !important;
  max-width: 28ch !important;
  margin-inline: auto !important;
}

.section__head .section__sub {
  text-align: center !important;
  max-width: 64ch !important;
  margin-inline: auto !important;
  margin-top: 0.85rem !important;
  font-size: clamp(0.95rem, 1.2vw, 1.12rem) !important;
  line-height: 1.65 !important;
  color: #8E9F96 !important;
}

.work__group-title {
  text-align: center !important;
  letter-spacing: 0.22em !important;
}

/* --- Rule 07: Mobile Designed, Not Shrunk --------------------------------- */
@media (max-width: 992px) {
  .hero-hud {
    position: static !important;
    animation: none !important;
    padding: 10px 14px !important;
    flex: 1 1 calc(50% - 6px);
    border-radius: 12px !important;
  }
  .hero-hud--bot {
    flex: 1 1 100%;
  }
  .hero__hud-mobile-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 1.75rem;
    width: 100%;
  }
  .hero__media {
    order: -1;
    height: 380px !important;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 993px) {
  .hero__hud-mobile-rail {
    display: contents;
  }
}

/* --- 10. Website Creation Card Telemetry & Spec Sheet ---------------------- */
.bento-col-5 .bento-card__banner,
.bento-col-7 .bento-card__banner {
  height: 235px !important;
}

.bento-col-5 .bento-card__banner img {
  object-fit: cover !important;
  object-position: center 30% !important;
}

.web-spec-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: rgba(6, 9, 8, 0.85);
  border: 1px solid rgba(0, 255, 156, 0.25);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 1.25rem;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6);
}

.web-spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.web-spec-val {
  font-size: 1.05rem;
  font-weight: 700;
  color: #00FF9C;
  font-family: ui-monospace, monospace;
}

.web-spec-lbl {
  font-size: 0.66rem;
  color: #868E8A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.web-spec-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.web-spec-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: #C8D2CC;
  line-height: 1.4;
}

.web-spec-checklist .check-icon {
  color: #00FF9C;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* --- 11. About Section Architectural Redesign ------------------------------ */
.about {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vh, 10rem) 0 !important;
}

.about .container {
  max-width: 1240px;
}

.about__grid {
  display: block !important;
  text-align: left !important;
  justify-items: stretch !important;
}

.about__text {
  max-width: 100% !important;
  margin-inline: 0 !important;
  text-align: left !important;
}

.about__header {
  margin-bottom: 3.5rem;
  max-width: 60rem;
}

.about__heading {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  margin-top: 0.75rem;
}

.about__showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
  margin-bottom: 4.5rem;
}

.about__visuals-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
  height: 100%;
}

/* --- 3D Kinetic Neural DNA Mesh (Borderless Floating Sculpture Stage) --- */
.about__dna-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  cursor: crosshair;
  touch-action: none;
}

.about__dna-canvas {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
}

.about__dna-floating-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 14, 12, 0.75);
  border: 1px solid rgba(0, 255, 156, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 5px 12px;
  border-radius: 999px;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.08em;
  pointer-events: none;
  user-select: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 255, 156, 0.12);
  transition: opacity 0.3s ease;
}

.dna-hint-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  animation: pulseBeacon 1.8s infinite ease-in-out;
}

.about__lead-wrap {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about__lead-wrap .about__lead {
  font-size: clamp(1.15rem, 1.35vw, 1.4rem);
  line-height: 1.6;
  color: #E2ECE6;
  margin-bottom: 1.75rem;
  text-align: left;
}

.about__thesis-callout {
  position: relative;
  background: rgba(12, 18, 15, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 156, 0.25);
  border-left: 3px solid #00FF9C;
  border-radius: 0 16px 16px 0;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #C8D6D0;
  font-style: italic;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.about__thesis-callout strong {
  color: #FFFFFF;
  font-style: normal;
}

.about__founder-card {
  background: linear-gradient(135deg, rgba(16, 23, 20, 0.7) 0%, rgba(8, 12, 10, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  overflow: hidden;
}

.about__founder-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(0, 255, 156, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.about__founder-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.75rem;
}

.about__founder-title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00FF9C;
  font-weight: 700;
  font-family: ui-monospace, monospace;
}

.about__founder-badge {
  font-size: 0.68rem;
  padding: 3px 8px;
  background: rgba(0, 255, 156, 0.1);
  border: 1px solid rgba(0, 255, 156, 0.3);
  border-radius: 999px;
  color: #00FF9C;
  font-family: ui-monospace, monospace;
}

.about__founder-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
}

.about__founder-bio {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #A4B2AA;
  margin: 0;
}

.about__founder-bio strong {
  color: #E2ECE6;
}

/* Blueprint Showcase Card */
.about__blueprint-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #070B09;
  border: 1px solid rgba(0, 255, 156, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 255, 156, 0.1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}

.about__blueprint-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.9), 0 0 45px rgba(0, 255, 156, 0.2);
}

.about__blueprint-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  background: rgba(10, 15, 13, 0.95);
  border-bottom: 1px solid rgba(0, 255, 156, 0.2);
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  color: #868E8A;
}

.about__blueprint-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.about__blueprint-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.about__blueprint-dot:first-child { 
  background: #00FF9C; 
  box-shadow: 0 0 8px #00FF9C; 
}

.about__blueprint-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.about__blueprint-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about__blueprint-footer {
  padding: 12px 16px;
  background: rgba(10, 15, 13, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
}

.about__blueprint-caption {
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.about__blueprint-tag {
  color: #00FF9C;
  font-family: ui-monospace, monospace;
  font-size: 0.7rem;
}

/* Three Pillars Grid */
.about__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}

.about__pillar-card {
  background: rgba(14, 18, 16, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.75rem;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.about__pillar-card:hover {
  border-color: rgba(0, 255, 156, 0.4);
  transform: translateY(-3px);
  background: rgba(18, 24, 21, 0.7);
}

.about__pillar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.about__pillar-num {
  font-family: ui-monospace, monospace;
  font-size: 0.8rem;
  color: #00FF9C;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about__pillar-stat {
  font-size: 0.68rem;
  font-family: ui-monospace, monospace;
  padding: 2px 7px;
  background: rgba(0, 255, 156, 0.1);
  color: #00FF9C;
  border-radius: 4px;
  border: 1px solid rgba(0, 255, 156, 0.25);
}

.about__pillar-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}

.about__pillar-desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #9AA8A0;
  margin: 0;
}

/* Comparison Section Header & Container */
.about__comparison-header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.5rem;
}

.about__comparison-header .eyebrow {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.about__comparison-title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.about__reassurance {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.88rem;
  color: #868E8A;
  max-width: 42rem;
  margin-inline: auto;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .about__showcase-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about__dna-stage {
    min-height: 480px;
    height: 480px;
  }
  .about__blueprint-media {
    height: 220px;
  }
  .about__pillars {
    grid-template-columns: 1fr;
  }
  .comparison-wrap {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 576px) {
  .about__dna-stage {
    min-height: 380px;
    height: 380px;
  }
  .about__blueprint-media {
    height: 175px;
  }
}

/* --- 12. Pinterest-Caliber Hero & Floating Pill Navigation ------------------ */

/* Floating Pill Navigation Bar */
.nav-wrap {
  position: fixed !important;
  top: 1.5rem !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 200 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 1.5rem !important;
  pointer-events: none !important;
}

.nav {
  pointer-events: auto !important;
  width: 100% !important;
  max-width: 1040px !important;
  height: 56px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
  padding: 0 1.25rem !important;
  background: rgba(10, 14, 12, 0.82) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  border: 1px solid rgba(0, 255, 156, 0.25) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 255, 156, 0.08) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.nav:hover {
  border-color: rgba(0, 255, 156, 0.45) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.8), 0 0 32px rgba(0, 255, 156, 0.16) !important;
}

.nav__logo {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.nav__logo img {
  height: 44px !important;
  width: auto !important;
}

/* Desktop Horizontal Links Inside Pill */
@media (min-width: 993px) {
  .nav__toggle {
    display: none !important;
  }
  .nav__menu {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 2rem !important;
    width: auto !important;
  }
  .nav__links {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }
  .nav__links a {
    font-size: 0.88rem !important;
    color: #C8D6D0 !important;
    font-weight: 500 !important;
    padding: 0.4rem 0.6rem !important;
    border-radius: 8px !important;
    transition: color 0.2s ease, text-shadow 0.2s ease !important;
  }
  .nav__links a:hover {
    color: #00FF9C !important;
    text-shadow: 0 0 12px rgba(0, 255, 156, 0.5) !important;
    background: transparent !important;
  }
  .nav__right-group {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
  }
  .nav__status-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    font-size: 0.72rem !important;
    font-family: ui-monospace, monospace !important;
    color: #00FF9C !important;
    background: rgba(0, 255, 156, 0.08) !important;
    border: 1px solid rgba(0, 255, 156, 0.25) !important;
    border-radius: 999px !important;
    padding: 5px 12px !important;
  }
  .nav__status-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #00FF9C !important;
    box-shadow: 0 0 8px #00FF9C !important;
    animation: statusPulse 2s infinite !important;
  }
  .nav__cta {
    margin-top: 0 !important;
    padding: 0.5rem 1.25rem !important;
    font-size: 0.85rem !important;
    border-radius: 999px !important;
  }
}

/* Mobile Nav Toggle & Menu */
@media (max-width: 992px) {
  .nav__right-group {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
  }
  .nav__status-pill {
    display: none !important;
  }
  .nav__menu {
    top: calc(100% + 0.75rem) !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 20px !important;
  }
}

/* --- 13. Awwwards-Tier 3D Generative Kinetic Installation Architecture ---- */
.hero {
  position: relative !important;
  min-height: 100svh !important;
  width: 100% !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: calc(var(--nav-h) + 1.5rem) 1.5rem 2.25rem !important;
  text-align: center !important;
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 156, 0.07) 0%, rgba(5, 8, 7, 0.95) 65%, #050807 100%) !important;
}

/* Full-bleed interactive 3D WebGL Canvas */
.hero__canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  pointer-events: auto !important;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  contain: layout paint size;
}

/* Top-Right Ambient Sound Synthesizer Toggle */
.hero__hud-top-right {
  position: absolute;
  top: calc(var(--nav-h) + 1.25rem);
  right: 2rem;
  z-index: 25;
}

.hero-sound-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(10, 15, 13, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 156, 0.22);
  border-radius: 999px;
  color: #8E9F96;
  font-family: ui-monospace, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background-color 0.25s, box-shadow 0.25s;
}

.hero-sound-toggle:hover {
  border-color: rgba(0, 255, 156, 0.55);
  color: #00FF9C;
  box-shadow: 0 0 16px rgba(0, 255, 156, 0.15);
}

.hero-sound-toggle--active {
  border-color: #00FF9C;
  color: #00FF9C;
  background: rgba(0, 255, 156, 0.12);
  box-shadow: 0 0 20px rgba(0, 255, 156, 0.25);
}

.hero-sound-toggle__bars {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
}

.hero-sound-toggle__bars span {
  width: 2px;
  height: 4px;
  background: currentColor;
  border-radius: 1px;
  transition: height 0.2s;
}

.hero-sound-toggle--active .hero-sound-toggle__bars span:nth-child(1) {
  animation: soundBar 0.8s infinite ease-in-out alternate;
}
.hero-sound-toggle--active .hero-sound-toggle__bars span:nth-child(2) {
  animation: soundBar 1.1s infinite ease-in-out alternate 0.2s;
}
.hero-sound-toggle--active .hero-sound-toggle__bars span:nth-child(3) {
  animation: soundBar 0.9s infinite ease-in-out alternate 0.4s;
}
.hero-sound-toggle--active .hero-sound-toggle__bars span:nth-child(4) {
  animation: soundBar 1.2s infinite ease-in-out alternate 0.1s;
}

@keyframes soundBar {
  0% { height: 3px; }
  100% { height: 12px; }
}

/* 4 Quadrant Corner Telemetry Nodes */
.hero-hud-node {
  position: absolute;
  z-index: 15;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 260px;
  padding: 12px 16px;
  background: rgba(8, 12, 10, 0.7);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(0, 255, 156, 0.2);
  border-radius: 14px;
  pointer-events: auto;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.hero-hud-node:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(0, 255, 156, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 255, 156, 0.18);
}

.hero-hud-node--tl {
  top: 18%;
  left: 3.5%;
}

.hero-hud-node--bl {
  bottom: 12%;
  left: 3.5%;
}

.hero-hud-node--tr {
  top: 18%;
  right: 3.5%;
  text-align: right;
  flex-direction: row-reverse;
}

.hero-hud-node--br {
  bottom: 12%;
  right: 3.5%;
  text-align: right;
  flex-direction: row-reverse;
}

.hero-hud-node__marker {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 10px #00FF9C;
  margin-top: 4px;
  flex-shrink: 0;
  animation: markerGlow 2.5s infinite ease-in-out;
}

@keyframes markerGlow {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

.hero-hud-node__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-hud-node__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.06em;
}

.hero-hud-node__desc {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #92A39A;
  margin: 0;
}

/* Center Monumental Content */
.hero__center-content {
  position: relative;
  z-index: 15;
  max-width: 960px;
  margin: auto auto;
  text-align: center;
  pointer-events: none;
  transform: translateY(48px);
}

.hero__center-content > * {
  pointer-events: auto;
}

.hero__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(0, 255, 156, 0.08);
  border: 1px solid rgba(0, 255, 156, 0.3);
  border-radius: 999px;
  font-size: 0.76rem;
  font-family: ui-monospace, monospace;
  color: #00FF9C;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 20px rgba(0, 255, 156, 0.12);
}

.hero__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  animation: statusPulse 2s infinite ease-in-out;
}

.hero__monumental-title {
  font-size: clamp(2.8rem, 6.4vw, 5.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.0 !important;
  letter-spacing: -0.04em !important;
  color: #FFFFFF !important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
}

.hero__title-row {
  display: block;
}

.hero__title-row--top {
  letter-spacing: -0.035em;
  opacity: 0.96;
}

.hero__title-row--bot {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35em;
}

.hero__word-sans {
  font-family: var(--font-sans, inherit);
  font-weight: 800;
}

.hero__word-serif {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  font-size: 1.15em;
  letter-spacing: -0.02em;
}

.hero__center-sub {
  font-size: clamp(1.02rem, 1.35vw, 1.25rem) !important;
  line-height: 1.75 !important;
  color: #F0F6F3 !important;
  font-weight: 460 !important;
  letter-spacing: -0.01em !important;
  max-width: 720px !important;
  margin: 0 auto 2.25rem !important;
  position: relative !important;
  z-index: 5 !important;
  padding: 0.85rem 1.65rem !important;
  border-radius: 20px !important;
  background: radial-gradient(ellipse 85% 75% at 50% 50%, rgba(5, 8, 7, 0.86) 0%, rgba(5, 8, 7, 0.54) 55%, transparent 100%) !important;
  text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.98),
    0 0 20px rgba(5, 8, 7, 0.95),
    0 0 35px rgba(5, 8, 7, 0.9) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

.hero__sub-accent {
  color: #00FF9C !important;
  font-weight: 600 !important;
  text-shadow: 
    0 0 16px rgba(0, 255, 156, 0.5),
    0 2px 10px rgba(0, 0, 0, 0.98) !important;
  transition: text-shadow 0.3s ease, color 0.3s ease !important;
}

.hero__sub-accent:hover {
  color: #55FFBA !important;
  text-shadow: 
    0 0 24px rgba(0, 255, 156, 0.8),
    0 2px 10px rgba(0, 0, 0, 0.98) !important;
}

.hero__center-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.btn--glow {
  background: #00FF9C !important;
  color: #050807 !important;
  font-weight: 700 !important;
  box-shadow: 0 0 28px rgba(0, 255, 156, 0.45) !important;
  border: none !important;
  transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s !important;
}

.btn--glow:hover {
  transform: translateY(-2px);
  background: #2affb2 !important;
  box-shadow: 0 0 38px rgba(0, 255, 156, 0.7) !important;
}


/* Responsive Overrides */
@media (max-width: 1140px) {
  .hero-hud-node {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: calc(var(--nav-h) + 1.5rem) !important;
    padding-bottom: 2rem !important;
  }
  .hero__center-content {
    transform: translateY(12px);
  }
  .hero__hud-top-right {
    top: calc(var(--nav-h) + 0.75rem);
    right: 1rem;
  }
}

/* --- 14. Awwwards First-Place Flaw Resolutions & Components --------------- */

/* 1. Client Endorsements & Macro-Telemetry Banner */
.endorsements {
  position: relative;
  overflow: hidden;
  padding-top: 3rem !important;
}

.impact-metrics-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  background: rgba(8, 12, 10, 0.85);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(0, 255, 156, 0.28);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 25px rgba(0, 255, 156, 0.08);
  margin-bottom: clamp(2rem, 4vh, 2.75rem);
}

.impact-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.impact-metric__val {
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 800;
  color: #00FF9C;
  font-family: ui-monospace, monospace;
  letter-spacing: -0.02em;
}

.impact-metric__lbl {
  font-size: 0.76rem;
  color: #8E9F96;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Symmetrical Centered Endorsements Header & Trust Pill */
.endorsements .section__head {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(2.25rem, 4.5vh, 3.25rem) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.endorsements .section__title {
  max-width: 26ch;
  margin-inline: auto;
  text-align: center;
}

.endorsements-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(0, 255, 156, 0.07);
  border: 1px solid rgba(0, 255, 156, 0.25);
  border-radius: 999px;
  font-size: 0.74rem;
  font-family: ui-monospace, monospace;
  color: #00FF9C;
  letter-spacing: 0.06em;
  margin-top: 1.25rem;
  box-shadow: 0 0 20px rgba(0, 255, 156, 0.08);
}

.endorsements-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  animation: statusPulse 2s infinite ease-in-out;
}

.endorsements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.endorsement-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background: rgba(10, 15, 13, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.endorsement-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 156, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 25px rgba(0, 255, 156, 0.1);
}

.endorsement-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.endorsement-card__stars {
  color: #00FF9C;
  font-size: 0.95rem;
  letter-spacing: 2px;
}

.endorsement-card__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: #8E9F96;
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.endorsement-card__quote {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #D2DED8;
  margin: 0 0 1.75rem 0;
  font-style: italic;
}

.endorsement-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.endorsement-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #141F1A;
  border: 1px solid rgba(0, 255, 156, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00FF9C;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: ui-monospace, monospace;
}

.endorsement-card__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
}

.endorsement-card__role {
  font-size: 0.76rem;
  color: #829288;
}

/* 2. Execution Protocol: Assembly Pipeline Architecture */
.pipeline-spine {
  position: relative;
  margin: 2.25rem 0 2.75rem 0;
}

.pipeline-spine__track {
  position: absolute;
  top: 50%;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, 
    rgba(0, 255, 156, 0.4) 0%, 
    rgba(0, 255, 156, 0.8) 50%, 
    rgba(0, 255, 156, 0.4) 100%
  );
  transform: translateY(-50%);
  z-index: 1;
}

.pipeline-spine__nodes {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.pipeline-spine__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #050807;
  padding: 0 10px;
}

.pipeline-node__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #050807;
  border: 2px solid #00FF9C;
  box-shadow: 0 0 12px rgba(0, 255, 156, 0.6);
  transition: all 0.3s ease;
}

.pipeline-spine__node:hover .pipeline-node__dot {
  background: #00FF9C;
  box-shadow: 0 0 20px #00FF9C;
  transform: scale(1.25);
}

.pipeline-node__label {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9EAEA6;
  letter-spacing: 0.08em;
}

.protocols-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.protocol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(10, 15, 13, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.75rem 1.4rem;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.protocol-card::before {
  content: none !important;
}

.protocol-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 156, 0.45);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 255, 156, 0.14);
}

.protocol-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.protocol-card__phase {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.08em;
}

.protocol-card__status-chip {
  font-family: ui-monospace, monospace;
  font-size: 0.65rem;
  font-weight: 600;
  color: #8C9E95;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px 7px;
  border-radius: 6px;
}

.protocol-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0 0 1rem 0;
}

/* Protocol Telemetry Micro-Matrix (Guaranteed Zero-Scatter, Precision-Aligned) */
.protocol-telemetry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  background: rgba(5, 8, 7, 0.92);
  border: 1px solid rgba(0, 255, 156, 0.22);
  border-radius: 12px;
  padding: 10px 6px;
  margin-bottom: 1.15rem;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.protocol-card:hover .protocol-telemetry {
  border-color: rgba(0, 255, 156, 0.45);
  background: rgba(5, 12, 9, 0.96);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6), 0 0 16px rgba(0, 255, 156, 0.1);
}

.protocol-telemetry__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3px;
  padding: 2px 2px;
  min-width: 0;
}

.protocol-telemetry__val {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.protocol-telemetry__val--pass {
  color: #00FF9C;
}

.protocol-telemetry__val--warn {
  color: #FFB800;
}

.protocol-telemetry__lbl {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.60rem;
  font-weight: 600;
  color: #7E9086;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.protocol-card__text {
  font-size: 0.84rem;
  line-height: 1.6;
  color: #8C9E95;
  margin: 0 0 1.25rem 0;
  flex-grow: 1;
}

.protocol-card__deliverable {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.76rem;
  font-weight: 600;
  color: #00FF9C;
}

.deliverable-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 255, 156, 0.15);
  font-size: 0.65rem;
}

/* 3. Systems Architecture Matrix Light Table */
.systems-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.systems-cluster {
  background: rgba(10, 15, 13, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.systems-cluster:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 156, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7), 0 0 22px rgba(0, 255, 156, 0.1);
}

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

.systems-cluster__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  color: #00FF9C;
}

.systems-cluster__latency {
  font-family: ui-monospace, monospace;
  font-size: 0.66rem;
  color: #8E9F96;
  background: rgba(0, 255, 156, 0.08);
  border: 1px solid rgba(0, 255, 156, 0.25);
  padding: 2px 6px;
  border-radius: 4px;
}

.systems-cluster__title {
  font-size: 1.12rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 1.25rem 0;
}

.systems-cluster__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.systems-tool-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.systems-tool-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 6px #00FF9C;
  margin-top: 6px;
  flex-shrink: 0;
}

.systems-tool-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.systems-tool-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #FFFFFF;
}

.systems-tool-role {
  font-size: 0.74rem;
  color: #8C9E95;
}

/* 4. Proof Video Previews & Web Case Studies */
.proof--reel {
  position: relative;
  background: rgba(10, 15, 13, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.proof--reel:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 156, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.75), 0 0 25px rgba(0, 255, 156, 0.12);
}

.proof__reel-preview {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof__reel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(5, 8, 7, 0.85) 100%);
}

.proof__reel-frame {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 255, 156, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid #00FF9C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, background-color 0.3s;
}

.proof--reel:hover .proof__reel-frame {
  transform: scale(1.15);
  background: #00FF9C;
}

.proof--reel:hover .proof__play {
  border-left-color: #050807;
}

.proof__reel-telemetry {
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proof__reel-badge {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  background: rgba(5, 8, 7, 0.85);
  border: 1px solid rgba(0, 255, 156, 0.35);
  padding: 2px 8px;
  border-radius: 6px;
}

.proof__reel-dur {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  color: #C8D6D0;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 6px;
  border-radius: 4px;
}

.proof__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.proof__desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #8C9E95;
  margin: 0.5rem 0 1.25rem 0;
  flex-grow: 1;
}

.proof__modal-trigger {
  align-self: flex-start;
  background: transparent;
  border: none;
  color: #00FF9C;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}

.proof__modal-trigger:hover {
  gap: 10px;
  text-decoration: underline;
}

.browser-frame__caption {
  padding: 12px 16px;
  font-size: 0.8rem;
  color: #C8D6D0;
  background: rgba(8, 12, 10, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.45;
}

/* 5. Executive Architectural Launch Monolith (Elevated CTA) */
.cta-section {
  position: relative;
  padding: clamp(5rem, 10vw, 8.5rem) 0;
  overflow: hidden;
}

.cta-monolith {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(155deg, rgba(16, 26, 21, 0.65) 0%, rgba(7, 11, 9, 0.94) 100%);
  border: 1px solid rgba(0, 255, 156, 0.32);
  border-radius: 28px;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.75rem, 5vw, 4rem);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 50px rgba(0, 255, 156, 0.1), inset 0 1px 2px rgba(0, 255, 156, 0.25);
  text-align: center;
  overflow: hidden;
}

.cta-monolith__halo {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 260px;
  background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(0, 255, 156, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

.cta__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 156, 0.08);
  border: 1px solid rgba(0, 255, 156, 0.28);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}

.cta__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  animation: pulseEmerald 2s infinite ease-in-out;
}

.cta-monolith .cta__title {
  font-size: clamp(2rem, 1.4rem + 2.6vw, 3.4rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 auto;
  max-width: 22ch;
}

.cta-monolith .cta__sub {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.6;
  color: #9EAEA6;
  max-width: 580px;
  margin: 1.25rem auto 2.25rem auto;
}

.cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.cta__telemetry-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: ui-monospace, monospace;
  font-size: 0.76rem;
  color: #72847B;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 1.5rem;
}

.cta__telemetry-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9EAEA6;
}

.cta__telemetry-sep {
  color: rgba(255, 255, 255, 0.2);
}

/* 6. Native Dialog Modals (Discovery & Video) */
dialog.discovery-modal,
dialog.video-modal {
  border: none;
  background: transparent;
  padding: 0;
  margin: auto;
  max-width: 660px;
  width: min(94vw, 660px);
  color: #FFFFFF;
}

dialog::backdrop {
  background: rgba(4, 7, 6, 0.88);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}

.discovery-modal__box,
.video-modal__box {
  background: rgba(10, 15, 13, 0.96);
  border: 1px solid rgba(0, 255, 156, 0.35);
  border-radius: 24px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 255, 156, 0.12);
  animation: modalScaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalScaleIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.discovery-modal__header,
.video-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.discovery-modal__tag,
.video-modal__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.06em;
}

.discovery-modal__title,
.video-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0.25rem 0 0 0;
}

.discovery-modal__close,
.video-modal__close {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background-color 0.2s, border-color 0.2s;
}

.discovery-modal__close:hover,
.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #00FF9C;
  color: #00FF9C;
}

.discovery-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.discovery-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.discovery-form__label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #9EAEA6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.discovery-scope-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.scope-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.82rem;
  color: #C8D6D0;
  transition: border-color 0.2s, background-color 0.2s;
}

.scope-pill:hover,
.scope-pill:has(input:checked) {
  border-color: rgba(0, 255, 156, 0.4);
  background: rgba(0, 255, 156, 0.06);
  color: #FFFFFF;
}

.scope-pill input[type="checkbox"] {
  accent-color: #00FF9C;
}

.discovery-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.discovery-form__input,
.discovery-form__textarea {
  width: 100%;
  padding: 10px 14px;
  background: rgba(5, 8, 7, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.discovery-form__input:focus,
.discovery-form__textarea:focus {
  outline: none;
  border-color: #00FF9C;
  box-shadow: 0 0 12px rgba(0, 255, 156, 0.2);
}

.discovery-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: 0.5rem;
}

.discovery-modal__guarantee {
  font-size: 0.74rem;
  color: #72847B;
  text-align: center;
  margin: 0.5rem 0 0 0;
}

.video-modal__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.video-modal__desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #D2DED8;
  margin: 0;
}

.video-modal__actions {
  display: flex;
  gap: 12px;
}

/* =============================================================================
   SOTY ELEVATION SUITE: ARCHITECTURAL DOSSIER, CAD HOTSPOTS & LIVE SIMULATION
   ========================================================================== */

/* 1. CAD Hotspots on About Section Schematics */
.about__blueprint-media {
  position: relative;
  overflow: hidden;
}

.cad-hotspot {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  outline: none;
}

.cad-hotspot__dot {
  width: 8px;
  height: 8px;
  background: #00FF9C;
  border-radius: 50%;
  box-shadow: 0 0 10px #00FF9C, 0 0 20px rgba(0, 255, 156, 0.6);
  transition: transform 0.25s ease, background 0.25s ease;
}

.cad-hotspot__pulse {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(0, 255, 156, 0.6);
  border-radius: 50%;
  animation: cadPulse 2s infinite cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

@keyframes cadPulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

.cad-hotspot__hud {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(5, 8, 7, 0.95);
  border: 1px solid rgba(0, 255, 156, 0.35);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: max-content;
  max-width: 220px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 255, 156, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 20;
}

.cad-hotspot:hover .cad-hotspot__hud,
.cad-hotspot:focus-visible .cad-hotspot__hud {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.cad-hotspot:hover .cad-hotspot__dot {
  transform: scale(1.4);
  background: #FFFFFF;
}

.cad-hud__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.08em;
}

.cad-hud__title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
}

.cad-hud__stat {
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  color: #8C9E95;
}

/* 2. Live Bento Terminal Simulation Styles */
.agent-terminal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agent-terminal__dots {
  display: flex;
  gap: 5px;
}

.agent-terminal__pulse {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.06em;
}

.agent-terminal__pulse-dot {
  width: 6px;
  height: 6px;
  background: #00FF9C;
  border-radius: 50%;
  box-shadow: 0 0 6px #00FF9C;
  animation: pulseBlink 1.4s infinite ease-in-out;
}

@keyframes pulseBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.75); }
}

.agent-terminal__line--new {
  animation: terminalFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

/* 3. Interactive Browser Frame Styling */
.browser-frame--interactive {
  cursor: pointer;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.browser-frame--interactive:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 156, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 255, 156, 0.15);
}

.browser-frame__inspect-pill {
  font-family: ui-monospace, monospace;
  font-size: 0.65rem;
  font-weight: 700;
  color: #00FF9C;
  background: rgba(0, 255, 156, 0.08);
  border: 1px solid rgba(0, 255, 156, 0.25);
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.browser-frame--interactive:hover .browser-frame__inspect-pill {
  background: rgba(0, 255, 156, 0.18);
  border-color: rgba(0, 255, 156, 0.5);
}

.browser-frame__overlay-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 8, 7, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.browser-frame--interactive:hover .browser-frame__overlay-hint {
  opacity: 1;
}

.browser-frame__hint-badge {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(0, 255, 156, 0.25);
  border: 1px solid #00FF9C;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 255, 156, 0.35);
  letter-spacing: 0.06em;
}

/* 4. Architectural Case Study Dossier Modal */
.case-study-modal {
  border: none;
  background: transparent;
  padding: 1.5rem;
  max-width: 860px;
  width: 94vw;
  margin: auto;
}

.case-study-modal::backdrop {
  background: rgba(4, 7, 6, 0.88);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}

.case-study-modal__box {
  background: rgba(10, 15, 13, 0.95);
  border: 1px solid rgba(0, 255, 156, 0.35);
  border-radius: 24px;
  padding: 2.25rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9), 0 0 50px rgba(0, 255, 156, 0.15);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 88vh;
  overflow-y: auto;
}

.case-study-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.25rem;
}

.case-study-modal__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.3rem;
}

.case-study-modal__title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0 0 0.35rem 0;
}

.case-study-modal__url {
  font-family: ui-monospace, monospace;
  font-size: 0.76rem;
  color: #8C9E95;
}

.case-study-modal__close {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.case-study-modal__close:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #00FF9C;
  color: #00FF9C;
}

.case-study-modal__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-study-modal__media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.case-study-modal__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.case-study-modal__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 8, 7, 0.8) 100%);
  pointer-events: none;
}

.case-study-modal__telemetry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  background: rgba(5, 8, 7, 0.9);
  border: 1px solid rgba(0, 255, 156, 0.22);
  border-radius: 14px;
  padding: 14px 12px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
}

.case-telemetry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}

.case-telemetry-val {
  font-family: ui-monospace, monospace;
  font-size: 1.15rem;
  font-weight: 700;
  color: #00FF9C;
  line-height: 1.1;
}

.case-telemetry-lbl {
  font-family: ui-monospace, monospace;
  font-size: 0.65rem;
  font-weight: 600;
  color: #7E9086;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.case-study-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.case-study-block {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.25rem;
}

.case-study-block--challenge {
  border-left: 3px solid #FF5555;
}

.case-study-block--solution {
  border-left: 3px solid #00FF9C;
}

.case-study-block__heading {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 0.6rem 0;
}

.case-study-block--challenge .case-study-block__heading {
  color: #FF7777;
}

.case-study-block--solution .case-study-block__heading {
  color: #00FF9C;
}

.case-study-block__text {
  font-size: 0.84rem;
  line-height: 1.6;
  color: #C2CFC9;
  margin: 0;
}

.case-study-modal__stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-study-stack__label {
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: #7E9086;
  letter-spacing: 0.06em;
}

.case-study-stack__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-study-stack__tag {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 156, 0.25);
  border-radius: 6px;
  padding: 4px 10px;
}

.case-study-modal__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Responsive Overrides */
@media (max-width: 1024px) {
  .pipeline-spine {
    display: none;
  }
  .protocols-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact-metrics-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .endorsements-grid {
    grid-template-columns: 1fr;
  }
  .systems-matrix-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .protocols-grid {
    grid-template-columns: 1fr;
  }
  .impact-metrics-bar {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .systems-matrix-grid {
    grid-template-columns: 1fr;
  }
  .discovery-scope-pills,
  .discovery-form__grid {
    grid-template-columns: 1fr;
  }
  .discovery-modal__actions,
  .video-modal__actions,
  .case-study-modal__actions {
    flex-direction: column;
  }
  .case-study-modal__grid {
    grid-template-columns: 1fr;
  }
  .case-study-modal__telemetry {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Breadcrumbs (SEO & Navigation Hierarchy) ---------------------------- */
.breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}

.breadcrumb__link {
  color: var(--text-2, #A0A6A3);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.breadcrumb__link:hover,
.breadcrumb__link:focus-visible {
  color: #00FF9C;
  text-shadow: 0 0 10px rgba(0, 255, 156, 0.4);
}

.breadcrumb__separator {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  user-select: none;
}

.breadcrumb__current {
  color: #00FF9C;
  font-weight: 600;
}

/* --- 15. Pricing Matrix Architecture Redesign (Obsidian SOTY Standard) ---- */

.price-hero-header {
  text-align: center;
  max-width: 860px;
  margin: 1.5rem auto clamp(3rem, 6vh, 4.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-hero__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(0, 255, 156, 0.08);
  border: 1px solid rgba(0, 255, 156, 0.3);
  border-radius: 999px;
  font-size: 0.74rem;
  font-family: ui-monospace, monospace;
  color: #00FF9C;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 20px rgba(0, 255, 156, 0.12);
}

.price-hero__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 8px #00FF9C;
  animation: statusPulse 2s infinite ease-in-out;
}

.price-hero__title {
  font-size: clamp(2.2rem, 4.4vw, 3.8rem) !important;
  line-height: 1.15 !important;
  max-width: 22ch !important;
  margin-inline: auto !important;
  margin-bottom: 1.25rem !important;
  text-align: center !important;
}

.price-hero__sub {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  color: #9EAEA6;
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 1.75rem;
}

.price-hero__guarantees {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.price-guarantee-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  color: #F0F6F3;
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.price-guarantee-tag .guarantee-dot {
  color: #00FF9C;
  font-size: 0.65rem;
}

/* Pricing Grid Overhaul */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2rem;
}

/* Obsidian Glass Price Tile */
.price-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.25rem 2rem;
  background: rgba(8, 12, 10, 0.82) !important;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(0, 255, 156, 0.18) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 255, 156, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
  position: relative;
}

.price-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 156, 0.5) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 255, 156, 0.15);
}

.price-tile__top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.price-tile__cluster {
  font-family: ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.06em;
}

.price-tile__badge {
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  color: #8E9F96;
  padding: 3px 9px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.price-tile__badge--pulse {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #00FF9C;
  background: rgba(0, 255, 156, 0.08);
  border-color: rgba(0, 255, 156, 0.3);
}

.price-tile__badge--pulse .pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00FF9C;
  box-shadow: 0 0 6px #00FF9C;
  animation: statusPulse 1.8s infinite ease-in-out;
}

.price-tile__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.5rem;
}

.price-tile__identity .card__icon {
  margin-bottom: 0;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.price-tile__identity .card__title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.015em;
  margin: 0;
}

.price-tier {
  padding-block: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.price-tier:first-of-type {
  margin-top: 0.25rem;
}

.price-tier__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.price-tier__name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #F0F6F3;
}

.price-tier__price {
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #00FF9C;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(0, 255, 156, 0.3);
  white-space: nowrap;
}

.price-tier__desc {
  font-size: 0.78rem;
  color: #8E9F96;
  line-height: 1.55;
}

.price-tile__cta {
  margin-top: 1.75rem;
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* Flagship Monolith: Agentic AI Systems */
.price-tile--ai {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(0, 255, 156, 0.08) 0%, rgba(8, 12, 10, 0.92) 50%, rgba(8, 12, 10, 0.85) 100%) !important;
  border-color: rgba(0, 255, 156, 0.35) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 35px rgba(0, 255, 156, 0.12);
  padding: 2.5rem !important;
}

.price-tile--ai__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.price-tile--ai__inner .card__icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.price-tile--ai__copy {
  flex: 1;
}

.price-tile--ai__copy .card__title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.price-tile--ai__copy p {
  color: #9EAEA6;
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 680px;
  margin-bottom: 1.25rem;
}

.price-tile--ai__tiers {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.price-ai-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(0, 255, 156, 0.08);
  border: 1px solid rgba(0, 255, 156, 0.25);
  border-radius: 10px;
  font-family: ui-monospace, monospace;
  font-size: 0.8rem;
}

.price-ai-pill__name {
  color: #F0F6F3;
}

.price-ai-pill__val {
  color: #00FF9C;
  font-weight: 700;
}

.price-tile--ai__cta-wrap {
  flex-shrink: 0;
}

/* Executive Price CTA Monolith */
.price-cta {
  margin-top: clamp(3.5rem, 7vh, 5.5rem) !important;
  padding: clamp(3rem, 6vh, 4.5rem) 2rem !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.price-cta__title {
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: #FFFFFF !important;
  margin: 1.25rem auto 0.75rem !important;
  max-width: 24ch;
}

.price-cta__sub {
  color: #9EAEA6 !important;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem) !important;
  line-height: 1.7 !important;
  max-width: 58ch !important;
  margin: 0 auto 2.25rem !important;
}

.price-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Responsive Pricing Layout */
@media (max-width: 1024px) {
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .price-tile--ai__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-tile--ai__cta-wrap {
    margin-top: 1rem;
    width: 100%;
  }
  .price-tile--ai__cta-wrap .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
  .price-tile {
    padding: 1.75rem 1.5rem;
  }
  .price-cta__actions {
    flex-direction: column;
    width: 100%;
  }
  .price-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
