/* ============================================
   Services & Values Page — Compiled Styles
   ============================================ */

/* ==========================================
   PAGE HERO
   ========================================== */

.sv-hero {
  position: relative;
  min-height: 60vh;
  max-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 80px;
}

.sv-hero__canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.sv-hero__canvas canvas {
  width: 100% !important;
  height: 100% !important;
}

.sv-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.95) 0%, rgba(15, 31, 61, 0.85) 50%, rgba(21, 42, 74, 0.9) 100%);
  z-index: 0;
  pointer-events: none;
}

.sv-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.sv-hero__particles .sv-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c9a84c;
  border-radius: 50%;
  opacity: 0;
  animation: sv-float-particle 8s infinite;
}

.sv-hero__particles .sv-particle:nth-child(1)  { left: 12%; top: 45%; animation-delay: 3s; animation-duration: 9s; width: 3px; height: 3px; }
.sv-hero__particles .sv-particle:nth-child(2)  { left: 78%; top: 22%; animation-delay: 1s; animation-duration: 11s; width: 5px; height: 5px; }
.sv-hero__particles .sv-particle:nth-child(3)  { left: 35%; top: 67%; animation-delay: 5s; animation-duration: 7s; width: 4px; height: 4px; }
.sv-hero__particles .sv-particle:nth-child(4)  { left: 55%; top: 88%; animation-delay: 2s; animation-duration: 10s; width: 3px; height: 3px; }
.sv-hero__particles .sv-particle:nth-child(5)  { left: 91%; top: 14%; animation-delay: 7s; animation-duration: 8s; width: 6px; height: 6px; }
.sv-hero__particles .sv-particle:nth-child(6)  { left: 5%;  top: 78%; animation-delay: 4s; animation-duration: 12s; width: 4px; height: 4px; }
.sv-hero__particles .sv-particle:nth-child(7)  { left: 64%; top: 33%; animation-delay: 6s; animation-duration: 9s; width: 5px; height: 5px; }
.sv-hero__particles .sv-particle:nth-child(8)  { left: 42%; top: 92%; animation-delay: 1s; animation-duration: 7s; width: 3px; height: 3px; }
.sv-hero__particles .sv-particle:nth-child(9)  { left: 88%; top: 55%; animation-delay: 3s; animation-duration: 10s; width: 4px; height: 4px; }
.sv-hero__particles .sv-particle:nth-child(10) { left: 20%; top: 10%; animation-delay: 8s; animation-duration: 11s; width: 5px; height: 5px; }
.sv-hero__particles .sv-particle:nth-child(11) { left: 72%; top: 72%; animation-delay: 2s; animation-duration: 8s; width: 3px; height: 3px; }
.sv-hero__particles .sv-particle:nth-child(12) { left: 48%; top: 38%; animation-delay: 5s; animation-duration: 9s; width: 6px; height: 6px; }
.sv-hero__particles .sv-particle:nth-child(13) { left: 15%; top: 60%; animation-delay: 4s; animation-duration: 10s; width: 4px; height: 4px; }
.sv-hero__particles .sv-particle:nth-child(14) { left: 82%; top: 85%; animation-delay: 7s; animation-duration: 7s; width: 3px; height: 3px; }
.sv-hero__particles .sv-particle:nth-child(15) { left: 30%; top: 25%; animation-delay: 6s; animation-duration: 12s; width: 5px; height: 5px; }

.sv-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 2.5rem 2rem;
}

.sv-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
}

.sv-hero__badge .badge-dot {
  width: 8px;
  height: 8px;
  background: #c9a84c;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.sv-hero__badge span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #d4b85a;
  letter-spacing: 0.05em;
}

.sv-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(40px);
}

.sv-hero__title .gold {
  color: #c9a84c;
  position: relative;
  display: inline-block;
}

.sv-hero__title .gold::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #c9a84c 0%, #e0ca7a 100%);
  border-radius: 9999px;
  opacity: 0.4;
}

.sv-hero__subtitle {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #8b92a5;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  opacity: 0;
  transform: translateY(30px);
}

.sv-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
}

.sv-hero__scroll {
  display: none;
}

.sv-hero__scroll-mouse {
  width: 26px;
  height: 40px;
  border: 2px solid rgba(201, 168, 76, 0.4);
  border-radius: 13px;
  position: relative;
}

.sv-hero__scroll-mouse::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: #c9a84c;
  border-radius: 9999px;
  animation: sv-scroll-wheel 2s ease-in-out infinite;
}

.sv-hero__scroll span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.sv-hero__corner {
  position: absolute;
  z-index: 1;
}

.sv-hero__corner--tl {
  top: 5.5rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-top: 1.5px solid rgba(201, 168, 76, 0.15);
  border-right: 1.5px solid rgba(201, 168, 76, 0.15);
}

.sv-hero__corner--br {
  bottom: 1.5rem;
  left: 2rem;
  width: 50px;
  height: 50px;
  border-bottom: 1.5px solid rgba(201, 168, 76, 0.15);
  border-left: 1.5px solid rgba(201, 168, 76, 0.15);
}

/* ==========================================
   VALUES SECTION
   ========================================== */

.values {
  position: relative;
  background: linear-gradient(180deg, #0a1628 0%, #1a1d23 50%, #0a1628 100%);
  overflow: hidden;
}

.values__parallax-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 30%, rgba(201, 168, 76, 0.02) 0%, transparent 40%);
  pointer-events: none;
}

.values__ambient-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.values__ambient-orb--1 {
  width: 500px;
  height: 500px;
  background: rgba(201, 168, 76, 0.04);
  top: 10%;
  right: -10%;
}

.values__ambient-orb--2 {
  width: 400px;
  height: 400px;
  background: rgba(30, 58, 95, 0.15);
  bottom: 10%;
  left: -8%;
}

.values .container {
  position: relative;
  z-index: 1;
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 992px) {
  .values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .values__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* Value Card */
.value-card {
  position: relative;
  padding: 3rem 2rem;
  background: rgba(15, 31, 61, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.06);
  border-radius: 16px;
  overflow: hidden;
  cursor: default;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  transform-style: preserve-3d;
}

.value-card__glow-border {
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  background: conic-gradient(from 0deg, transparent 0%, rgba(201, 168, 76, 0.5) 10%, transparent 20%, transparent 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
  animation: sv-border-spin 4s linear infinite paused;
}

.value-card__glow-border::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 16px;
  background: rgba(15, 31, 61, 0.95);
}

.value-card__bg-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 168, 76, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(201, 168, 76, 0.02) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.value-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 80px rgba(201, 168, 76, 0.06);
}

.value-card:hover .value-card__glow-border {
  opacity: 1;
  animation-play-state: running;
}

.value-card:hover .value-card__bg-pattern {
  opacity: 1;
}

.value-card:hover .value-card__icon {
  transform: translateY(-12px) scale(1.08);
  background: rgba(201, 168, 76, 0.15);
  border-color: rgba(201, 168, 76, 0.35);
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.15);
}

.value-card:hover .value-card__icon svg {
  color: #d4b85a;
}

.value-card:hover .value-card__title {
  color: #d4b85a;
}

.value-card:hover .value-card__number {
  opacity: 0.12;
  transform: translate(-50%, -50%) scale(1.1);
}

.value-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 168, 76, 0.06);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 16px;
  margin-bottom: 2rem;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 2;
}

.value-card__icon svg {
  width: 36px;
  height: 36px;
  color: #c9a84c;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-card__title {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}

.value-card__desc {
  font-size: 0.95rem;
  color: #8b92a5;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.value-card__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Tajawal', sans-serif;
  font-size: 8rem;
  font-weight: 800;
  color: #c9a84c;
  opacity: 0.04;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  line-height: 1;
}

/* ==========================================
   PARALLAX DIVIDER
   ========================================== */

.sv-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 0;
  background: #0a1628;
}

.sv-divider__line {
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.3), transparent);
}

.sv-divider__icon {
  width: 48px;
  height: 48px;
  opacity: 0.4;
  animation: sv-divider-pulse 3s ease-in-out infinite;
}

.sv-divider__icon svg {
  width: 100%;
  height: 100%;
}

/* ==========================================
   SERVICES SECTION
   ========================================== */

.sv-services {
  position: relative;
  background: linear-gradient(180deg, #0a1628 0%, rgba(26, 29, 35, 0.8) 50%, #0a1628 100%);
  overflow: hidden;
}

.sv-services__parallax-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(201, 168, 76, 0.03) 0%, transparent 60%),
    radial-gradient(ellipse at 30% 80%, rgba(30, 58, 95, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.sv-services__ambient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.sv-services .container {
  position: relative;
  z-index: 1;
}

/* Desktop Layout */
.sv-services__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 992px) {
  .sv-services__layout {
    display: none;
  }
}

/* Side Navigation */
.sv-services__nav {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding-left: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 168, 76, 0.2) transparent;
}

.sv-services__nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.25rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: right;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  color: inherit;
}

.sv-services__nav-item:hover {
  background: rgba(201, 168, 76, 0.04);
  border-color: rgba(201, 168, 76, 0.08);
}

.sv-services__nav-item.active {
  background: rgba(201, 168, 76, 0.08);
  border-color: rgba(201, 168, 76, 0.15);
}

.sv-services__nav-item.active .sv-services__nav-num {
  color: #c9a84c;
}

.sv-services__nav-item.active .sv-services__nav-text {
  color: #ffffff;
  font-weight: 600;
}

.sv-services__nav-item.active .sv-services__nav-bar {
  transform: scaleX(1);
}

.sv-services__nav-num {
  font-family: 'Tajawal', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #5a6070;
  min-width: 28px;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-services__nav-text {
  font-family: 'Tajawal', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #8b92a5;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-services__nav-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(135deg, #c9a84c 0%, #e0ca7a 100%);
  border-radius: 9999px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Detail Panels */
.sv-services__panels {
  min-height: 500px;
  position: relative;
}

.sv-services__panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

.sv-services__panel.active {
  display: block;
  animation: sv-panel-enter 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sv-services__panel.exiting {
  display: block;
  animation: sv-panel-exit 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sv-services__panel-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.sv-services__panel-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 16px;
  flex-shrink: 0;
}

.sv-services__panel-icon svg {
  width: 44px;
  height: 44px;
  color: #c9a84c;
}

.sv-services__panel-title {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.sv-services__panel-badge {
  font-size: 0.8rem;
  font-weight: 600;
  color: #c9a84c;
  letter-spacing: 0.05em;
}

.sv-services__panel-body {
  margin-bottom: 3rem;
}

.sv-services__panel-desc {
  font-size: 1.1rem;
  color: #8b92a5;
  line-height: 1.9;
  margin-bottom: 3rem;
}

.sv-services__panel-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sv-services__panel-features li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(15, 31, 61, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.06);
  border-radius: 8px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-services__panel-features li:hover {
  background: rgba(201, 168, 76, 0.05);
  border-color: rgba(201, 168, 76, 0.12);
  transform: translateX(-4px);
}

.sv-services__panel-features li svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sv-services__panel-features li span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.sv-services__panel-cta {
  padding-top: 2rem;
  border-top: 1px solid rgba(201, 168, 76, 0.08);
}

/* Mobile Accordion */
.sv-services__accordion {
  display: none;
}

@media (max-width: 992px) {
  .sv-services__accordion {
    display: block;
  }
}

/* Accordion Item */
.sv-accordion-item {
  border: 1px solid rgba(201, 168, 76, 0.08);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: rgba(15, 31, 61, 0.4);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-accordion-item:hover {
  border-color: rgba(201, 168, 76, 0.15);
}

.sv-accordion-item__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  color: inherit;
}

.sv-accordion-item__header.active {
  background: rgba(201, 168, 76, 0.05);
}

.sv-accordion-item__header.active .sv-accordion-item__num {
  color: #c9a84c;
}

.sv-accordion-item__header.active .sv-accordion-item__title {
  color: #d4b85a;
}

.sv-accordion-item__header.active .sv-accordion-item__icon svg {
  transform: rotate(180deg);
}

.sv-accordion-item__num {
  font-family: 'Tajawal', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #5a6070;
  min-width: 28px;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-accordion-item__title {
  flex: 1;
  font-family: 'Tajawal', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-accordion-item__icon {
  width: 24px;
  height: 24px;
  color: #8b92a5;
}

.sv-accordion-item__icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sv-accordion-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 2rem;
}

.sv-accordion-item__body.open {
  max-height: 300px;
  padding: 0 2rem 2rem;
}

.sv-accordion-item__body p {
  font-size: 0.95rem;
  color: #8b92a5;
  line-height: 1.8;
}

/* ==========================================
   CTA SECTION
   ========================================== */

.sv-cta {
  position: relative;
  overflow: hidden;
}

.sv-cta__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(21, 42, 74, 0.8) 0%, rgba(10, 22, 40, 0.95) 100%);
}

.sv-cta__bg::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -25%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.sv-cta__bg::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.sv-cta__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem;
  background: rgba(15, 31, 61, 0.4);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sv-cta__title {
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.sv-cta__title span {
  color: #c9a84c;
}

.sv-cta__desc {
  font-size: 1.1rem;
  color: #8b92a5;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.sv-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Active nav link */
.navbar__links a.active {
  color: #c9a84c;
}

.navbar__links a.active::after {
  width: 100%;
}

/* ==========================================
   KEYFRAMES
   ========================================== */

@keyframes sv-float-particle {
  0%, 100% {
    opacity: 0;
    transform: translateY(0) scale(0);
  }
  10% {
    opacity: 0.6;
    transform: scale(1);
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translateY(-200px) scale(0);
  }
}

@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(201, 168, 76, 0);
  }
}

@keyframes sv-fadeInUp {
  to {
    opacity: 0.6;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes sv-scroll-wheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}

@keyframes sv-border-spin {
  0% {
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    filter: hue-rotate(0deg);
    transform: rotate(360deg);
  }
}

@keyframes sv-panel-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sv-panel-exit {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes sv-divider-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 576px) {
  .sv-hero {
    min-height: 50vh;
    max-height: 450px;
  }

  .sv-hero__content {
    padding: 2rem 1rem;
  }

  .sv-hero__title {
    font-size: 1.75rem;
  }

  .sv-hero__actions {
    flex-direction: column;
  }

  .sv-hero__actions .btn {
    width: 100%;
  }

  .sv-hero__corner {
    display: none;
  }

  .value-card {
    padding: 2rem 1.5rem;
  }

  .value-card__icon {
    width: 60px;
    height: 60px;
  }

  .value-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .value-card__number {
    font-size: 5rem;
  }

  .sv-cta__content {
    padding: 3rem 1.5rem;
  }

  .sv-cta__actions {
    flex-direction: column;
  }

  .sv-cta__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-hero__canvas {
    display: none;
  }
}
