html,
body {
  background-color: #02040a;
  color: #dae2fd;
  overflow-x: hidden;
}

.hero-section {
  background-color: #050914;
}

.glass-card {
  background: linear-gradient(135deg, rgba(26, 35, 51, 0.4) 0%, rgba(11, 18, 36, 0.6) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-bg {
  background-color: #050914;
  background-image: radial-gradient(at 50% 0%, rgba(30, 41, 59, 0.4) 0%, transparent 70%);
}

.cta-goldenglow-intense {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.03em;
}

.cta-goldenglow-intense:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 45px rgba(212, 175, 55, 0.6);
  border-color: rgba(212, 175, 55, 0.8);
}

.contact-copy-btn {
  --contact-copy-border-hover: rgba(212, 175, 55, 0.48);
  --contact-copy-text-hover: #ffffff;
  --contact-copy-bg-hover: rgba(212, 175, 55, 0.08);
  --contact-copy-shadow: rgba(212, 175, 55, 0.3);
}

.process-line-mobile {
  position: absolute;
  left: 50%;
  top: 3rem;
  bottom: 3rem;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(212, 175, 55, 0.35) 12%,
      rgba(212, 175, 55, 0.45) 50%,
      rgba(212, 175, 55, 0.35) 88%,
      transparent 100%);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-mobile-copy {
    transform: translateY(-0.2rem);
  }

  .about-mobile-copy h3 {
    line-height: 1.45;
  }
}

#scroll-to-top:hover {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #050914 !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
}

#scroll-to-top:hover .icon-svg {
  color: #050914 !important;
  stroke: #050914 !important;
}

/* === Dark Typography & Spacing Polish === */

.hero-home .hero-title {
  color: #F0FFFF;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.hero-home .hero-copy {
  color: #F5FBFF;
  line-height: 1.7;
  max-width: 32rem;
}

.section-intro {
  margin-bottom: 5.5rem;
}

.section-heading-line {
  margin-bottom: 1.15rem;
}

.section-heading-title {
  margin-bottom: 0.9rem;
}

.section-heading-subline {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .section-intro {
    margin-bottom: 3.5rem;
  }

  .hero-home .hero-copy {
    line-height: 1.65;
  }

  .section-heading-subline {
    max-width: 30rem;
  }
}

.hero-home .hero-panel {
  background: rgba(10, 16, 28, 0.38);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    0 8px 18px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(0, 0, 139, 0.05);
}

.hero-home .hero-panel:hover {
  background: rgba(10, 16, 28, 0.65) !important;
}

.hero-desktop-bottom span {
  background: rgba(5, 9, 20, 0.84) !important;
  color: #f5d978 !important;
  border-color: rgba(245, 217, 120, 0.42) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-shadow: none;
}

.about-media > .absolute.top-4.right-4 {
  background: rgba(5, 9, 20, 0.82) !important;
  color: #f5d978 !important;
  border-color: rgba(245, 217, 120, 0.42) !important;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  text-shadow: none;
}

.about-media > .absolute.top-4.right-4 span:first-child,
.about-media > .absolute.top-4.right-4 span:last-child {
  color: rgba(245, 217, 120, 0.82);
}

@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  #main-header,
  #mobile-menu,
  .hero-home .hero-panel,
  .hero-desktop-bottom span,
  .hero-mobile-label span,
  .hero-mobile-bottom span {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #main-header {
    background: rgba(5, 9, 20, 0.94) !important;
  }

  #mobile-menu {
    background: rgba(8, 13, 26, 0.98) !important;
  }

  .hero-home .hero-panel {
    background: rgba(10, 16, 28, 0.65) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28) !important;
  }

  .hero-home .hero-panel:hover {
    background: rgba(5, 9, 20, 0.78) !important;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero-home .hero-mobile-label span,
  .hero-home .hero-mobile-bottom span {
    background: rgba(10, 16, 28, 0.65) !important;
    color: #f5d978 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28) !important;
    text-shadow: none;
  }
}
