/* Aquatreat Professional Industrial Theme - Navy Blue */
:root {
  --navy-dark: #0a1628;
  --navy-primary: #0d2847;
  --navy-medium: #1a4070;
  --navy-light: #2563eb;
  --navy-accent: #3b82f6;
  --steel-gray: #64748b;
  --light-steel: #94a3b8;
  --off-white: #f1f5f9;
  --pure-white: #ffffff;
}

/* Base Overrides */
body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #334155;
  background: var(--off-white);
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Barlow', 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Header / Navbar */
.site-navbar {
  background: linear-gradient(180deg, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.85) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(59,130,246,0.2);
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-navbar .site-logo {
  line-height: 0;
  margin: 0;
}

.site-navbar .site-logo a {
  line-height: 0;
}

.site-navbar .navbar-logo-img {
  height: 90px;
  max-height: 90px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.site-navbar .site-logo,
.site-navbar .site-logo a {
  overflow: visible;
}

.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(59,130,246,0.3);
}

.sticky-wrapper .site-navbar .site-logo a {
  color: var(--pure-white);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: var(--navy-accent) !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: var(--navy-dark);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: var(--navy-accent);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: rgba(255,255,255,0.9) !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: var(--navy-accent) !important;
}

/* Hero Section */
.site-blocks-cover {
  background-position: center center;
  position: relative;
}

.site-blocks-cover.overlay:before {
  background: linear-gradient(135deg, rgba(10,22,40,0.92) 0%, rgba(13,40,71,0.85) 50%, rgba(26,64,112,0.75) 100%);
}

.site-blocks-cover h1 {
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 2px 4px 20px rgba(0,0,0,0.5);
}

.site-blocks-cover .desc {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
  font-weight: 300;
}

/* Buttons */
.btn.btn-primary {
  background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-medium) 100%);
  border: none;
  padding: 14px 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(37,99,235,0.4);
  transition: all 0.3s ease;
}

.btn.btn-primary:hover {
  background: linear-gradient(135deg, var(--navy-accent) 0%, var(--navy-light) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37,99,235,0.5);
}

/* Section Titles */
.section-title {
  color: var(--navy-primary);
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--navy-light), var(--navy-accent));
  border-radius: 2px;
}

/* Site Sections */
.site-section {
  background: var(--pure-white);
}

.site-section.bg-light {
  background: linear-gradient(180deg, var(--off-white) 0%, #e2e8f0 100%);
}

/* Content Styling */
.site-section h3.h3 {
  color: var(--navy-primary);
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.site-section h3.h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 50px;
  height: 3px;
  background: var(--navy-accent);
}

.site-section p {
  color: #475569;
  line-height: 1.8;
  font-size: 1.05rem;
}

.site-section strong {
  color: var(--navy-primary);
  font-weight: 600;
}

/* Circle Background */
.circle-bg:after {
  background: linear-gradient(135deg, rgba(37,99,235,0.1) 0%, rgba(59,130,246,0.15) 100%);
  border: 2px solid rgba(37,99,235,0.2);
}

/* Images */
.circle-bg img {
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Products Section */
#products-section p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #475569;
}

#products-section p strong {
  color: var(--navy-primary);
  font-size: 1.15rem;
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--navy-accent);
}

/* Contact Section */
#contact-section {
  background: linear-gradient(180deg, var(--off-white) 0%, #dbeafe 100%);
}

#contact-section .icon-room,
#contact-section .icon-phone,
#contact-section .icon-mail_outline {
  color: var(--navy-light) !important;
  font-size: 2rem;
}

#contact-section a {
  color: var(--navy-light);
  font-weight: 500;
  transition: all 0.3s ease;
}

#contact-section a:hover {
  color: var(--navy-accent);
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, var(--navy-dark) 0%, #050d18 100%);
  border-top: 3px solid var(--navy-accent);
}

.site-footer p,
.site-footer .footer-links li {
  color: var(--light-steel);
}

.site-footer a {
  color: var(--navy-accent);
  transition: all 0.3s ease;
}

.site-footer a:hover {
  color: var(--pure-white);
}

/* Mouse Animation */
.mouse .mouse-icon {
  border-color: rgba(59,130,246,0.6);
}

.mouse:hover .mouse-icon {
  border-color: var(--navy-accent);
}

.mouse .mouse-wheel {
  background-color: var(--navy-accent);
}

/* Loader */
.spinner-border.text-primary {
  color: var(--navy-light) !important;
}

/* Cookie Banner Override */
#cookie-banner {
  background: var(--navy-dark);
  border-top: 3px solid var(--navy-accent);
}

#cookie-banner h3 {
  color: var(--pure-white);
}

.cookie-category {
  background: rgba(37,99,235,0.15);
  border: 1px solid rgba(59,130,246,0.3);
}

#acceptAllCookies {
  background: var(--navy-light);
}

#acceptSelectedCookies {
  background: var(--navy-medium);
}

#declineNonEssentialCookies {
  background: #dc2626;
}

#manageCookiesBtn {
  color: var(--navy-accent);
  border-color: var(--navy-accent);
}

/* Language Switcher */
.lang-switcher {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.2);
}

.lang-switcher a:hover,
.lang-switcher a.active {
  background: var(--navy-accent);
  color: white;
  border-color: var(--navy-accent);
}

/* Responsive */
@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
}

/* GDPR Pages */
#gdpr-section h5 {
  color: var(--navy-primary);
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#gdpr-section h2 {
  color: var(--navy-primary);
  font-size: 1.5rem;
  margin-top: 2rem;
}

#gdpr-section p {
  text-align: left;
}

#gdpr-section ul {
  text-align: left;
  padding-left: 2rem;
}

#gdpr-section a {
  color: var(--navy-light);
}

/* Equipment Product Images */
.eq-product-img { width: 100%; max-height: 220px; object-fit: cover; }
.eq-img-fallback { width: auto !important; max-height: 80px !important; object-fit: contain; opacity: 0.3; display: block; margin: 0 auto; }
