/* Selection static page — fast LCP via real <img>, same blue theme */

html[data-route="selection"] body {
  background-color: #06080c !important;
  background-image:
    radial-gradient(900px 520px at 12% -5%, rgba(59, 130, 246, 0.07), transparent 55%),
    radial-gradient(760px 440px at 88% 6%, rgba(45, 212, 168, 0.05), transparent 52%) !important;
}

html[data-route="selection"] header.fixed {
  background: transparent;
  border-bottom: 1px solid transparent;
}

html[data-route="selection"] header.fixed.sv-header-scrolled {
  background: rgba(10, 15, 26, 0.98) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

html[data-route="selection"] header.fixed.sv-header-scrolled #sv-mobile-nav,
html[data-route="selection"] #sv-mobile-nav:not(.hidden) {
  background: rgba(10, 15, 26, 0.98) !important;
  backdrop-filter: blur(12px);
}
  color: #bfdbfe !important;
}

html[data-route="selection"] .nav-link.active::after {
  background: linear-gradient(90deg, #3b82f6, #bfdbfe) !important;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.35) !important;
}

.sv-sel-hero {
  isolation: isolate;
}

.sv-sel-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sv-sel-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: brightness(1.14) contrast(1.06);
}

.sv-sel-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(6, 8, 12, 0.35) 0%,
    rgba(6, 8, 12, 0.08) 38%,
    rgba(6, 8, 12, 0.4) 100%
  );
}

@media (min-width: 769px) {
  .sv-sel-hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 8, 12, 0.55) 0%, rgba(6, 8, 12, 0.22) 32%, rgba(6, 8, 12, 0.06) 52%, rgba(6, 8, 12, 0.14) 100%),
      linear-gradient(180deg, rgba(6, 8, 12, 0.18) 0%, rgba(6, 8, 12, 0.02) 42%, rgba(6, 8, 12, 0.32) 100%);
  }

  .sv-sel-hero-img {
    filter: brightness(1.16) contrast(1.08);
  }
}

.sv-sel-hero-copy {
  position: relative;
}

.sv-sel-hero-copy h1,
.sv-sel-hero-copy p,
.sv-sel-hero-copy .inline-flex,
.sv-sel-hero-copy .flex {
  position: relative;
  z-index: 1;
}

html[data-route="selection"] .sv-sel-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  line-height: 1.08;
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

html[data-route="selection"] .sv-sel-hero h1 span.text-blue-500 {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #93c5fd !important;
  color: #93c5fd !important;
}

html[data-route="selection"] .sv-sel-includes {
  background: rgba(8, 12, 20, 0.82) !important;
  border-color: rgba(96, 165, 250, 0.18) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: none !important;
}

html[data-route="selection"] .sv-sel-hero [class*="bg-blue-500/10"] {
  background: rgba(59, 130, 246, 0.14) !important;
  border-color: rgba(96, 165, 250, 0.28) !important;
  backdrop-filter: none !important;
}

html[data-route="selection"] .sv-sel-hero .btn-primary.bg-blue-500 {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

html[data-route="selection"] .sv-sel-hero .text-blue-400,
html[data-route="selection"] .sv-sel-hero .text-blue-500 {
  color: #93c5fd !important;
}

html[data-route="selection"] .sv-sel-hero .text-gray-400 {
  color: #e2e8f0 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.sv-seo-nav {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#sv-reviews-mount .sv-review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  #sv-reviews-mount .sv-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #sv-reviews-mount .sv-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#sv-reviews-mount .sv-review-card {
  min-height: 180px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sv-sel-hero {
    min-height: min(52vh, 520px);
  }

  .sv-sel-hero-media,
  .sv-sel-hero-shade {
    min-height: min(52vh, 520px);
  }

  html[data-route="selection"] .sv-sel-hero h1,
  html[data-route="selection"] .sv-sel-hero h1 span {
    font-family: Manrope, system-ui, sans-serif !important;
    letter-spacing: -0.02em !important;
  }

  html[data-route="selection"] .sv-sel-hero h1 span.text-blue-500 {
    color: #bfdbfe !important;
    -webkit-text-fill-color: #bfdbfe !important;
  }

  html[data-route="selection"] .sv-sel-hero .text-gray-400 {
    color: #e5e7eb !important;
  }

  .sv-sel-hero-img {
    filter: brightness(1.14) contrast(1.06);
  }

  html[data-route="selection"] .sv-sel-includes {
    backdrop-filter: none !important;
  }

  html[data-route="selection"] main > section:not(.sv-sel-hero) {
    content-visibility: auto;
    contain-intrinsic-size: 1px 800px;
  }
}

@media (min-width: 769px) {
  .sv-sel-hero-img {
    object-position: 54% 56%;
  }
}
