/* Modern Overrides */
/* Global Typography Update */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, a, span, li, blockquote, input, textarea, button, .btn {
  font-family: 'Inter', sans-serif !important;
}

/* Base Body Update */
body {
  background: transparent !important;
  color: #a0aab2;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .subhead {
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

.subhead {
  color: #39b54a !important;
  text-shadow: 0 0 10px rgba(57, 181, 74, 0.3);
}

p.lead {
  color: #e0e0e0 !important;
}

p, li {
  color: #b0b0b0 !important;
}

/* Header Glassmorphism */
.s-header {
  background: rgba(10, 10, 10, 0.6) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1000 !important;
}

.header-nav {
  z-index: 1001 !important;
}

.header-nav__content {
  background: rgba(15, 15, 15, 0.95) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 1px solid rgba(255,255,255,0.05);
  z-index: 1002 !important;
}

.header-nav__list li a {
  color: #fff !important;
  transition: all 0.3s ease;
}

.header-nav__list li a:hover {
  color: #39b54a !important;
  text-shadow: 0 0 10px rgba(57, 181, 74, 0.5);
  transform: translateX(8px);
}

/* Glassmorphic Cards & Service Items */
.glass-card {
  background: rgba(25, 25, 25, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 3rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  margin-bottom: 3rem;
}

.glass-card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  background: rgba(35, 35, 35, 0.6);
  border: 1px solid rgba(57, 181, 74, 0.4);
  box-shadow: 0 15px 45px 0 rgba(57, 181, 74, 0.15);
}

.service-icon i {
  color: #39b54a !important;
  text-shadow: 0 0 15px rgba(57, 181, 74, 0.6);
  transition: all 0.3s ease;
}

.glass-card:hover .service-icon i {
  transform: scale(1.2);
}

/* About & Contact Section Enhancements */
.s-about, .s-services, .s-contact {
  background: transparent !important;
}

.about-stats {
  background: rgba(20, 20, 20, 0.5) !important;
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4rem 2rem;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.stats__count {
  color: #39b54a !important;
  text-shadow: 0 0 20px rgba(57, 181, 74, 0.4);
}

/* Buttons Glow Effect */
.btn, button, input[type="submit"] {
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

.btn--stroke {
  border: 2px solid #39b54a !important;
  color: #fff !important;
  background: rgba(57, 181, 74, 0.05) !important;
  backdrop-filter: blur(5px);
}

.btn--stroke:hover, .btn--primary {
  background: #39b54a !important;
  color: #000 !important;
  border-color: #39b54a !important;
  box-shadow: 0 0 20px rgba(57, 181, 74, 0.6), 0 0 40px rgba(57, 181, 74, 0.2) !important;
  transform: translateY(-3px) !important;
}

/* Form Styling */
input[type="text"], input[type="email"], textarea {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  color: #fff !important;
  padding: 1.5rem 2rem !important;
  height: auto !important;
}

input:focus, textarea:focus {
  border-color: #39b54a !important;
  box-shadow: 0 0 15px rgba(57, 181, 74, 0.3) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

/* Footer modern look */
footer {
  background: rgba(10, 10, 10, 0.9) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.05);
}

/* Hero Section Updates */
.home-content__main h1 {
  text-shadow: 0px 4px 20px rgba(0,0,0,0.8);
}
.home-content__main h3 {
  color: #39b54a !important;
  text-shadow: 0px 0px 15px rgba(57, 181, 74, 0.5);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1.6rem !important;
}

/* Modern Dock Navigation */
.modern-dock {
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  background: rgba(10, 10, 10, 0.4) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 0.8rem 2rem;
  z-index: 10000;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.dock-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dock-logo img {
  height: 40px;
  display: block;
}

.dock-links {
  display: flex;
  gap: 2rem;
}

.dock-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.dock-link:hover {
  background: rgba(57, 181, 74, 0.2);
  color: #39b54a !important;
  box-shadow: 0 0 15px rgba(57, 181, 74, 0.3);
}

.dock-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.dock-mobile-toggle span {
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.dock-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0 1rem;
  text-align: center;
}

/* Adjust layout on mobile */
@media only screen and (max-width: 800px) {
  .glass-card {
    padding: 2rem;
  }
  .modern-dock {
    top: auto;
    bottom: 2rem;
    border-radius: 30px;
    padding: 1.5rem;
  }
  .dock-links { display: none; }
  .dock-mobile-toggle { display: flex; }
  .dock-mobile-menu.active {
    display: flex;
  }
}
