:root{--primary:#0a6cff;--primary-600:#0958d6;--bg:#f8fafc;--text:#1e293b;--muted:#64748b;--alt:#f1f5f9;--card:#ffffff;--ring:0 0 0 3px rgba(10,108,255,.2)}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#ffffff;background:var(--bg);line-height:1.7;letter-spacing:.01em;font-size:16px}

/* Background image for the entire site */
body {
  background-image: url('/assets/download 5555.png?v=20250115download5555');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

/* Mobile optimization - lighter background */
@media (max-width: 768px) {
  body {
    background-image: url('/assets/download-5555-mobile.jpg?v=20250115mobile');
    background-attachment: scroll; /* Better performance on mobile */
  }
  
  /* Disable video on mobile for better performance */
  .hero-video {
    display: none;
  }
  
  .hero-video-container {
    background-image: url('/assets/20250913_1354_Curățare Panouri Solare_simple_compose_01k51b8bgfeyxstaq9jw5br325.png');
    background-size: cover;
    background-position: center;
  }
}

/* Overlay for better text readability */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.82) 50%, rgba(0, 0, 0, 0.88) 100%);
  z-index: -1;
  pointer-events: none;
}

/* Text readability improvements - white for specified sections */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.95), 0 0 20px rgba(0, 0, 0, 0.85), 0 0 35px rgba(0, 0, 0, 0.7);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
}

/* BUBBLE CLEAN titles in blue */
h2[data-ro*="BUBBLE CLEAN"], h2[data-ru*="BUBBLE CLEAN"],
h3:contains("BUBBLE CLEAN") {
  color: #0a6cff !important;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9), 0 0 20px rgba(10, 108, 255, 0.5), 0 0 30px rgba(10, 108, 255, 0.3);
  font-weight: 900;
}


p, span, div {
  color: #ffffff !important;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 0, 0, 0.8);
  font-weight: 500;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

.subtitle {
  color: #ffffff !important;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.96), 0 0 15px rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 1.15em;
  text-rendering: optimizeLegibility;
}

/* Specific text improvements for about section */
.about-content p,
.about-content li,
.activity-list li,
.advantage-card p,
.advantage-card h4 {
  color: #ffffff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.8);
  font-weight: 500;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.about-content h3,
.about-section h3 {
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.97), 0 0 18px rgba(0, 0, 0, 0.85);
  font-weight: 700;
  letter-spacing: 0.3px;
  text-rendering: optimizeLegibility;
}

/* Contact information styling */
.contact-top,
.contact-top a {
  color: #ffffff !important;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.75);
  font-weight: 700;
  font-size: 1.1em;
}

/* Centered Contact Form */
.contact-form-centered {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form-centered .form-card {
  width: 100%;
  max-width: 500px;
}


/* Footer Styles */
.site-footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 20px;
  margin-top: 80px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Company Info */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-logo {
  flex-shrink: 0;
}

.logo-circle {
  width: 50px;
  height: 50px;
  background: #0a6cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.footer-brand-text h3 {
  color: #0a6cff !important;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.company-type {
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
}

.company-description {
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Quick Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.footer-links a:hover {
  color: #0a6cff;
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.contact-item span:last-child {
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

/* Schedule Info */
.schedule-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.schedule-day {
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.schedule-time {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.emergency-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #333;
}

.emergency-label {
  color: #ffa500;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.emergency-time {
  color: #ffa500;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright,
.disclaimer {
  color: #e0e0e0;
  font-size: 14px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-brand {
    justify-content: center;
  }
  
  .schedule-item,
  .emergency-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  /* Mobile form improvements */
  .grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  
  input, select, textarea {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 14px 16px;
    border-radius: 8px;
  }
  
  .btn {
    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
  }
  
  /* Mobile-specific improvements */
  .hero-copy h1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px;
  }
  
  .subtitle {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  
  /* Touch-friendly buttons */
  .carousel-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
  
  /* Improved spacing for mobile */
  .section {
    padding: 40px 0;
  }
  
  .container {
    padding: 0 16px;
  }
  
  /* Better card layout on mobile */
  .card {
    margin-bottom: 20px;
    border-radius: 12px;
  }
  
  .card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .card p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  /* Mobile-optimized testimonials */
  .testimonial-card {
    padding: 20px 16px;
  }
  
  .testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  /* Improved sticky contact for mobile */
  .sticky-contact {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
  .sticky-contact .btn {
    flex: 1;
    font-size: 14px;
    padding: 10px 12px;
    min-height: 44px;
  }
  
  /* WhatsApp button mobile optimization */
  .whatsapp-float {
    bottom: 80px;
    right: 16px;
  }
  
  .whatsapp-float a {
    padding: 12px 16px;
    border-radius: 25px;
  }
  
  /* Mobile navigation improvements */
  .nav a {
    font-size: 18px;
    padding: 16px 24px;
    margin: 4px 0;
    border-radius: 12px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Loading screen mobile optimization */
  .loading-logo .logo-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .loading-logo h2 {
    font-size: 20px;
  }
  
  .loading-text {
    font-size: 14px;
  }
  
  .cta {
    flex-direction: column;
    gap: 12px;
  }
  
  .cta .btn {
    width: 100%;
  }
  
  /* Hero section mobile improvements */
  .hero {
    padding: 40px 0;
    min-height: 80vh;
  }
  
  /* Disable video on mobile for better performance */
  .hero-video {
    display: none;
  }
  
  .hero-video-container {
    background: linear-gradient(135deg, #0a6cff 0%, #00b3a4 100%);
  }
  
  .video-controls {
    display: none;
  }
  
  /* Reduce animations on mobile for better performance */
  .hero-copy,
  .hero-copy h1,
  .subtitle,
  .cta,
  .hero-media,
  .contact-top {
    animation: none !important;
  }
  
  /* Optimize images for mobile */
  img {
    max-width: 100%;
    height: auto;
  }
  
  .hero-copy h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  .contact-top {
    font-size: 14px;
    text-align: center;
  }
  
  /* Section padding adjustments */
  .section {
    padding: 50px 0;
  }
  
  /* Card improvements */
  .cards {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  
  .card {
    margin-bottom: 16px;
  }
  
  .card h3 {
    font-size: 18px;
  }
  
  .card p {
    font-size: 14px;
  }
  
  /* Sticky contact improvements */
  .sticky-contact {
    bottom: 10px;
    left: 10px;
    right: 10px;
    transform: none;
    flex-direction: column;
    border-radius: 12px;
    padding: 12px;
  }
  
  .sticky-contact a {
    font-size: 14px;
    padding: 10px 16px;
  }
  
  /* Text improvements for mobile */
  h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  
  h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  
  p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  
  /* Better touch targets */
  .btn, .nav a, button {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Improved spacing */
  .container {
    padding: 0 20px;
  }
  
  /* Better form layout */
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  /* Process steps mobile improvements */
  .process-steps-horizontal {
    flex-direction: column;
    gap: 24px;
  }
  
  .process-step {
    min-width: auto;
    padding: 20px;
  }
  
  .step-icon-circle {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  
  .step-icon {
    font-size: 24px;
  }
}
.container{max-width:1140px;margin:0 auto;padding:0 16px}
.site-header{position:sticky;top:0;background:#ffffff;border-bottom:1px solid #e2e8f0;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px}
.brand{display:flex;align-items:center;gap:16px}
.logo-img{height:35px;width:auto;max-height:35px}
.logo-text{display:flex;flex-direction:column;gap:2px}
.logo-name{font-size:24px;font-weight:700;color:#0a6cff !important;line-height:1.2;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important}
.logo-tagline{color:#8B4513;font-size:12px;font-weight:500;font-style:italic;line-height:1.2}

/* Mobile menu toggle button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav{display:flex;gap:14px;flex-wrap:wrap}
.nav a{color:var(--text);text-decoration:none;padding:8px 10px;border-radius:8px}
.nav .btn.primary{color:#fff}
.lang-switch{display:flex;gap:6px}
.lang-switch button{background:#eef4ff;border:0;padding:6px 10px;border-radius:8px;color:#14304e;cursor:pointer}
.lang-switch .active{background:var(--primary);color:#fff}

.btn{display:inline-block;border:1px solid #c9d6f0;padding:12px 18px;border-radius:12px;background:#fff;color:var(--text);text-decoration:none;font-weight:600;font-size:15px;transition:all 0.2s ease}
.btn:hover{box-shadow:var(--ring)}
.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}
.btn.primary:hover{background:var(--primary-600)}

/* ========================================
   RAINBOW BUTTON INTEGRATION
   ======================================== */
/* Rainbow Button Styles - Integrated into CleanExpert.md */
:root {
  --color-1: 0 100% 63%;    /* Red */
  --color-2: 270 100% 63%;  /* Purple */
  --color-3: 210 100% 63%;  /* Blue */
  --color-4: 195 100% 63%;  /* Cyan */
  --color-5: 90 100% 63%;   /* Green */
}

.rainbow-btn {
  position: relative;
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 0;
  background-size: 200%;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-clip: padding-box, border-box, border-box;
  background-origin: border-box;
  border: calc(0.08*1rem) solid transparent;
  animation: rainbow 2s infinite linear;
}

.rainbow-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10,108,255,.2);
}

.rainbow-btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.rainbow-btn::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 50%;
  z-index: 0;
  height: 20%;
  width: 60%;
  transform: translateX(-50%);
  animation: rainbow 2s infinite linear;
  background: linear-gradient(90deg, 
    hsl(var(--color-1)), 
    hsl(var(--color-5)), 
    hsl(var(--color-3)), 
    hsl(var(--color-4)), 
    hsl(var(--color-2))
  );
  background-size: 200%;
  filter: blur(calc(0.8*1rem));
}

/* Light mode colors */
.rainbow-btn {
  background: linear-gradient(#121213, #121213), 
              linear-gradient(#121213 50%, rgba(18,18,19,0.6) 80%, rgba(18,18,19,0)), 
              linear-gradient(90deg, 
                hsl(var(--color-1)), 
                hsl(var(--color-5)), 
                hsl(var(--color-3)), 
                hsl(var(--color-4)), 
                hsl(var(--color-2))
              );
}

/* Dark mode colors */
@media (prefers-color-scheme: dark) {
  .rainbow-btn {
    background: linear-gradient(#fff, #fff), 
                linear-gradient(#fff 50%, rgba(255,255,255,0.6) 80%, rgba(0,0,0,0)), 
                linear-gradient(90deg, 
                  hsl(var(--color-1)), 
                  hsl(var(--color-5)), 
                  hsl(var(--color-3)), 
                  hsl(var(--color-4)), 
                  hsl(var(--color-2))
                );
  }
}

@keyframes rainbow {
  0% { background-position: 0%; }
  100% { background-position: 200%; }
}

/* Rainbow button variants */
.rainbow-btn.small {
  height: 36px;
  padding: 8px 24px;
  font-size: 14px;
}

.rainbow-btn.large {
  height: 52px;
  padding: 16px 40px;
  font-size: 16px;
}

/* ========================================
   CULORI PERSONALIZATE PENTRU BUTONUL "PROGRAMEAZĂ"
   ======================================== */
/* Custom colors for "Programează" button - Verde, Albastru, Violet, Portocaliu, Magenta */
.rainbow-btn.programeaza {
  --color-1: 120 100% 60%;  /* Verde viu */
  --color-2: 200 100% 60%;  /* Albastru cer */
  --color-3: 280 100% 60%;  /* Violet */
  --color-4: 40 100% 60%;   /* Portocaliu */
  --color-5: 300 100% 60%;  /* Magenta */
  
  /* Light mode - fundal albastru cu gradient curcubeu */
  background: linear-gradient(#0a6cff, #0a6cff), 
              linear-gradient(#0a6cff 50%, rgba(10,108,255,0.6) 80%, rgba(10,108,255,0)), 
              linear-gradient(90deg, 
                hsl(var(--color-1)), 
                hsl(var(--color-2)), 
                hsl(var(--color-3)), 
                hsl(var(--color-4)), 
                hsl(var(--color-5))
              );
}

.rainbow-btn.programeaza::before {
  background: linear-gradient(90deg, 
    hsl(var(--color-1)), 
    hsl(var(--color-2)), 
    hsl(var(--color-3)), 
    hsl(var(--color-4)), 
    hsl(var(--color-5))
  );
}

/* Dark mode support for Programează button */
@media (prefers-color-scheme: dark) {
  .rainbow-btn.programeaza {
    background: linear-gradient(#fff, #fff), 
                linear-gradient(#fff 50%, rgba(255,255,255,0.6) 80%, rgba(0,0,0,0)), 
                linear-gradient(90deg, 
                  hsl(var(--color-1)), 
                  hsl(var(--color-2)), 
                  hsl(var(--color-3)), 
                  hsl(var(--color-4)), 
                  hsl(var(--color-5))
                );
  }
}

.link{margin-left:8px;color:var(--primary);text-decoration:none}

.hero{
  padding:56px 0;
  background:linear-gradient(180deg,#f1f5f9,transparent);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.02) 100%);
  z-index: 1;
}

/* Hero Video Background */
.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%);
  z-index: 1;
}

.video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.video-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.video-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.video-btn .pause-icon,
.video-btn .unmute-icon {
  display: none;
}

.video-btn.playing .play-icon,
.video-btn.playing .mute-icon {
  display: none;
}

.video-btn.playing .pause-icon,
.video-btn.playing .unmute-icon {
  display: block;
}

.video-btn .play-icon,
.video-btn .pause-icon,
.video-btn .mute-icon,
.video-btn .unmute-icon {
  font-size: 18px;
  color: #333;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
  position: relative;
  z-index: 2;
}

.hero-copy {
  animation: slideInLeft 1s ease-out;
}

.hero-copy h1{
  font-size:clamp(32px,4.8vw,56px);
  line-height:1.1;
  margin:0 0 16px;
  font-weight:700;
  background: linear-gradient(135deg, #0a6cff, #00b3a4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 1s ease-out 0.2s both;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.subtitle{
  color:var(--muted);
  margin:0 0 16px;
  animation: fadeInUp 1s ease-out 0.4s both;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
  animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-media {
  animation: slideInRight 1s ease-out 0.3s both;
}

.hero-media img{
  width:100%;
  height:auto;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(20,48,78,.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-media img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(20,48,78,.2);
}

.contact-top{
  color:var(--muted);
  animation: fadeInUp 1s ease-out 0.8s both;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.contact-top .sep{margin:0 8px;color:#c6cfda}

/* Hero Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modern Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Smooth hover animations */
.card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Button micro-interactions */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

.btn:active {
  transform: scale(0.98);
}

/* Google Maps Widget Styles */
.maps-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
  visibility: visible !important;
}

.maps-widget.collapsed .maps-content {
  display: none;
}

.maps-widget.expanded {
  max-width: 500px;
}

.maps-container {
  width: 100%;
}

.maps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #0a6cff, #00b3a4);
  color: white;
  cursor: pointer;
  user-select: none;
}

.maps-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-shadow: none !important;
  color: white !important;
}

.maps-toggle {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maps-toggle:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.maps-icon {
  font-size: 18px;
  display: block;
}

.maps-content {
  padding: 0;
}

.maps-iframe-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.maps-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.maps-info {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.9);
}

.maps-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.maps-label {
  font-weight: 600;
  color: #1e293b !important;
  text-shadow: none !important;
  font-size: 14px;
}

.maps-text {
  color: #64748b !important;
  text-shadow: none !important;
  font-size: 14px;
  line-height: 1.4;
}

.maps-actions {
  display: flex;
  gap: 12px;
}

.maps-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  color: #1e293b !important;
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.maps-link:hover {
  background: #0a6cff;
  color: white !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(10, 108, 255, 0.3);
}

.maps-link-icon {
  font-size: 16px;
}

/* Mobile optimizations for maps widget */
@media (max-width: 768px) {
  .maps-widget {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
    width: auto;
  }
  
  .maps-widget.expanded {
    max-width: none;
  }
  
  .maps-iframe-container {
    height: 200px;
  }
  
  .maps-actions {
    flex-direction: column;
  }
  
  .maps-link {
    justify-content: center;
  }
}

/* Accessibility improvements */
.maps-toggle:focus,
.maps-link:focus {
  outline: 2px solid #0a6cff;
  outline-offset: 2px;
}

/* Animation for expand/collapse */
.maps-content {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }

/* Form Validation Styles */
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input.error,
.form-group textarea.error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.error-message {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
  display: block;
  font-weight: 500;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(10,108,255,0.1);
}

/* Success Notification */
.success-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #27ae60;
  color: white;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(39, 174, 96, 0.3);
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.success-notification.show {
  transform: translateX(0);
}

.success-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.success-icon {
  font-size: 18px;
}

.success-text {
  font-weight: 500;
  font-size: 14px;
}

/* Button Loading State */
.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #95a5a6;
}

.submit-btn:disabled:hover {
  background: #95a5a6;
  transform: none;
}

/* Energy Calculator Styles */
.calculator-container {
  max-width: 800px;
  margin: 0 auto;
}

.calculator-card {
  background: var(--card);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border: 1px solid var(--alt);
  position: relative;
  overflow: hidden;
}

.calculator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #00b3a4);
}

.calculator-header {
  text-align: center;
  margin-bottom: 40px;
}

.calculator-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.calculator-header p {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}

.calculator-form {
  margin-bottom: 40px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: 600;
  color: var(--text);
  font-size: 14px;
}

.form-group input,
.form-group select {
  padding: 12px 16px;
  border: 2px solid var(--alt);
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: var(--card);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(10,108,255,0.1);
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 4px;
  background: var(--alt);
  outline: none;
  transition: all 0.3s ease;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(10,108,255,0.3);
  transition: all 0.3s ease;
}

.slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(10,108,255,0.4);
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(10,108,255,0.3);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
}

.calculate-btn {
  background: linear-gradient(135deg, var(--primary), #00b3a4);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(10,108,255,0.3);
  width: 100%;
  margin-top: 20px;
}

.calculate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(10,108,255,0.4);
}

.calculate-btn:active {
  transform: translateY(0);
}

.btn-icon {
  font-size: 20px;
}

.calculator-results {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid var(--alt);
  animation: slideInUp 0.6s ease;
}

.results-header {
  text-align: center;
  margin-bottom: 32px;
}

.results-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.result-item {
  background: white;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border: 1px solid var(--alt);
  transition: transform 0.3s ease;
}

.result-item:hover {
  transform: translateY(-4px);
}

.result-icon {
  font-size: 3.5rem;
  margin-bottom: 12px;
  display: block;
}

.result-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1;
}

.result-label {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

.results-cta {
  text-align: center;
}

.results-cta .btn {
  font-size: 16px;
  padding: 14px 28px;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .calculator-card {
    padding: 24px;
    margin: 0 16px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .result-item {
    padding: 20px;
  }
  
  .result-value {
    font-size: 24px;
  }
  
  .calculate-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
}

/* FAQ Section */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.faq-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.faq-item:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.faq-question {
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a6cff 0%, #00b3a4 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #00b3a4 0%, #0a6cff 100%);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: white;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-answer p {
  padding: 0 24px 24px 24px;
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

/* FAQ Mobile Responsive */
@media (max-width: 768px) {
  .faq-question {
    padding: 20px;
  }
  
  .faq-question h3 {
    font-size: 16px;
    padding-right: 15px;
  }
  
  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  
  .faq-answer p {
    padding: 0 20px 20px 20px;
    font-size: 15px;
  }
}

/* Gallery Section */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 50px 0;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 12px 24px;
  border: 2px solid #e2e8f0;
  background: white;
  color: #64748b;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-btn:hover {
  border-color: #0a6cff;
  color: #0a6cff;
  transform: translateY(-2px);
}

.filter-btn.active {
  background: #0a6cff;
  border-color: #0a6cff;
  color: white;
  box-shadow: 0 4px 12px rgba(10, 108, 255, 0.3);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.gallery-item.hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

.gallery-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-category {
  background: rgba(10, 108, 255, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  align-self: flex-start;
}

.gallery-zoom {
  font-size: 24px;
  color: white;
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

/* Gallery Mobile Responsive */
@media (max-width: 768px) {
  .gallery-filters {
    gap: 8px;
    margin: 30px 0 40px 0;
  }
  
  .filter-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .gallery-overlay {
    padding: 15px;
  }
  
  .gallery-category {
    font-size: 11px;
    padding: 6px 12px;
  }
  
  .gallery-zoom {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.section{padding:72px 0}
.section.alt{background:var(--alt)}
.cta-band{background:linear-gradient(90deg,#0a6cff,#00b3a4);color:#fff}
.band{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.two-col img{width:100%;border-radius:12px}
.checklist{padding-left:18px}
.checklist li{margin:6px 0}

.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;container-type:inline-size}
.card{background:rgba(255, 255, 255, 0.95);border:1px solid rgba(255, 255, 255, 0.2);border-radius:12px;overflow:hidden;backdrop-filter: blur(10px);box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)}
.card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.card h3{margin:12px 12px 0;font-weight:600;font-size:18px;color:#1e293b !important;text-shadow: none !important}
.card p{margin:8px 12px 14px;color:#64748b !important;text-shadow: none !important}
.card.icon{padding:16px;display:flex;flex-direction:column;align-items:flex-start}
.card.icon svg{width:40px;height:40px;color:var(--primary)}

.benefits{padding-left:18px}
.benefits li{margin:8px 0}

/* Benefits Section */
.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: var(--muted);
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-column {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.column-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.column-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a !important;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.6) !important;
}

.column-subtitle {
    font-size: 16px;
    color: #2d2d2d !important;
    margin-bottom: 30px;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7), 0 0 4px rgba(255, 255, 255, 0.5) !important;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: white;
    margin-right: 10px;
}

.icon-wrapper.green { background-color: #4CAF50; }
.icon-wrapper.blue { background-color: #2196F3; }

.icon-wrapper.small {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.benefit-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
}

.benefit-card {
    display: flex;
    align-items: flex-start;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
}

.benefit-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a !important;
    margin: 0 0 5px 0;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.6) !important;
}

.benefit-card p {
    font-size: 15px;
    color: #2d2d2d !important;
    line-height: 1.5;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7), 0 0 4px rgba(255, 255, 255, 0.5) !important;
}

/* Specific icon colors for benefit cards */
.icon-wrapper.small.green-house { background-color: #4CAF50; }
.icon-wrapper.small.blue-bolt { background-color: #2196F3; }
.icon-wrapper.small.green-leaf { background-color: #8BC34A; }
.icon-wrapper.small.orange-chart { background-color: #FF9800; }
.icon-wrapper.small.blue-chart { background-color: #2196F3; }
.icon-wrapper.small.purple { background-color: #9C27B0; }
.icon-wrapper.small.green-check { background-color: #4CAF50; }
.icon-wrapper.small.orange-handshake { background-color: #FF9800; }

.results-box {
    width: 100%;
    border-radius: 12px;
    padding: 25px;
    color: white;
    text-align: center;
}

.results-box.green-bg { background-color: #4CAF50; }
.results-box.blue-bg { background-color: #2196F3; }

.results-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.results-metrics {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.results-metrics > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.metric-value {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.metric-label {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive adjustments for Benefits Section */
@media (max-width: 980px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .benefits-column {
        padding: 24px;
    }
    .column-header h3 {
        font-size: 24px;
    }
    .icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .icon-wrapper.small {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .benefit-card {
        padding: 18px;
    }
    .benefit-card h4 {
        font-size: 17px;
    }
    .benefit-card p {
        font-size: 14px;
    }
    .results-box {
        padding: 20px;
    }
    .results-box h4 {
        font-size: 18px;
    }
    .metric-value {
        font-size: 30px;
    }
    .metric-label {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .section-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .benefits-column {
        padding: 20px;
    }
    .column-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .column-header h3 {
        font-size: 22px;
    }
    .icon-wrapper {
        margin-right: 0;
    }
    .column-subtitle {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .benefit-cards {
        gap: 15px;
    }
    .benefit-card {
        padding: 15px;
    }
    .benefit-card h4 {
        font-size: 16px;
    }
    .benefit-card p {
        font-size: 13px;
    }
    .results-box {
        padding: 18px;
    }
    .results-box h4 {
        font-size: 16px;
    }
    .results-metrics {
        flex-direction: column;
        gap: 15px;
    }
    .metric-value {
        font-size: 28px;
    }
    .metric-label {
        font-size: 12px;
    }
}

.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:10px}
.price-card{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:16px}
.price-card.popular{border-color:var(--primary);box-shadow:var(--ring)}
.price-card h3{margin-top:0}
.price-card ul{padding-left:18px;margin:8px 0}
.note{margin-top:16px}
.process{counter-reset:step;padding-left:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.process li{background:#fff;border:1px solid #e6ecf5;border-radius:12px;padding:14px}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
input,select,textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:12px;font:inherit;font-size:15px;transition:border-color 0.2s ease}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(10,108,255,.1)}
textarea{min-height:96px}

.testimonials{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.testimonials figure{margin:0;border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fff}
.testimonials blockquote{margin:0 0 8px 0;font-weight:600}
.muted{color:var(--muted)}

/* Testimonials Carousel */
.testimonials-carousel {
  margin-top: 40px;
  position: relative;
}

.testimonials-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.testimonial-card {
  background: var(--card);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  text-align: center;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 64px;
  color: var(--primary);
  opacity: 0.2;
  font-family: serif;
  line-height: 1;
}

.testimonial-content {
  margin-bottom: 24px;
  padding: 0 20px;
}

.testimonial-content p {
  font-style: italic;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-author {
  border-top: 1px solid var(--alt);
  padding-top: 20px;
  text-align: center;
}

.testimonial-author strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.testimonial-author span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.carousel-btn {
  background: var(--primary);
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(10,108,255,0.3);
}

.carousel-btn:hover {
  background: var(--primary-600);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(10,108,255,0.4);
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--primary);
  transform: scale(1.2);
}

.dot:hover {
  background: var(--primary);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 24px 20px;
  }
  
  .testimonial-card::before {
    font-size: 48px;
    top: 16px;
  }
  
  .testimonial-content p {
    font-size: 16px;
  }
  
  .testimonial-author strong {
    font-size: 16px;
  }
  
  .carousel-controls {
    gap: 16px;
    margin-top: 24px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
  }
}

.contact-list{list-style:none;padding-left:0}
.contact-form{margin-top:10px}
.map{width:100%;min-height:320px;border:0;border-radius:12px}

.site-footer{border-top:1px solid #e2e8f0;padding:20px 0;background:#fff}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}

/* Sticky contact bar */
.sticky-contact{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;box-shadow:0 10px 30px rgba(20,48,78,.12);padding:8px 12px;z-index:20}
.sticky-contact a{text-decoration:none;transition:all 0.2s ease}
.sticky-contact a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(10,108,255,0.3)}

/* Chat Widget Styles */
.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.chat-toggle {
  background: linear-gradient(135deg, #0a6cff, #00b3a4);
  color: white;
  padding: 16px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(10, 108, 255, 0.4);
  transition: all 0.3s ease;
  position: relative;
  min-width: 120px;
  justify-content: center;
}

.chat-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(10, 108, 255, 0.6);
}

.chat-icon {
  font-size: 20px;
}

.chat-text {
  font-weight: 600;
  font-size: 14px;
}

.chat-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  animation: pulse 2s infinite;
}

.chat-container {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 350px;
  height: 500px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.chat-container.active {
  display: flex;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-header {
  background: linear-gradient(135deg, #0a6cff, #00b3a4);
  color: white;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.chat-avatar {
  flex-shrink: 0;
}

.avatar-circle {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.chat-info {
  flex: 1;
}

.chat-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.chat-status {
  font-size: 12px;
  opacity: 0.9;
  color: #ffffff;
}

.chat-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.chat-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.chat-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.message {
  display: flex;
  margin-bottom: 16px;
}

.bot-message {
  justify-content: flex-start;
}

.user-message {
  justify-content: flex-end;
}

.message-content {
  max-width: 80%;
  background: white;
  padding: 12px 16px;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.user-message .message-content {
  background: linear-gradient(135deg, #0a6cff, #00b3a4);
  color: white;
}

.message-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #2c3e50;
}

.user-message .message-content p {
  color: white;
}

.message-time {
  font-size: 11px;
  opacity: 0.7;
  margin-top: 4px;
  display: block;
}

.chat-input-container {
  padding: 16px 20px;
  background: white;
  border-top: 1px solid #e2e8f0;
}

.quick-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.quick-btn {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quick-btn:hover {
  background: #0a6cff;
  color: white;
  border-color: #0a6cff;
}

.chat-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

#chat-input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 10px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

#chat-input:focus {
  border-color: #0a6cff;
  box-shadow: 0 0 0 3px rgba(10, 108, 255, 0.1);
}

.chat-send-btn {
  background: #0a6cff;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
}

.chat-send-btn:hover {
  background: #0958d6;
  transform: scale(1.05);
}

.chat-footer {
  padding: 12px 20px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.contact-options {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.contact-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.2s ease;
  padding: 8px;
  border-radius: 8px;
}

.contact-option:hover {
  color: #0a6cff;
  background: rgba(10, 108, 255, 0.1);
}

.contact-icon {
  font-size: 18px;
}

/* Mobile Responsive Chat Widget */
@media (max-width: 768px) {
  .chat-widget {
    bottom: 10px;
    right: 10px;
  }
  
  .chat-container {
    width: calc(100vw - 20px);
    height: calc(100vh - 100px);
    bottom: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 12px;
  }
  
  .chat-toggle {
    padding: 12px 16px;
    min-width: 100px;
  }
  
  .chat-text {
    font-size: 13px;
  }
  
  .quick-actions {
    justify-content: center;
  }
  
  .quick-btn {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10001;
  animation: pulse 2s infinite;
}

.whatsapp-float a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.whatsapp-float a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  background: #128C7E;
}

.whatsapp-icon {
  font-size: 20px;
}

.whatsapp-text {
  font-size: 14px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Viber Floating Button */
.viber-float {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10001;
  animation: pulse 2s infinite;
}

.viber-float a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #665CAC;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(102, 92, 172, 0.4);
  transition: all 0.3s ease;
}

.viber-float a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(102, 92, 172, 0.6);
  background: #5A4F9F;
}

.viber-icon {
  font-size: 20px;
}

.viber-text {
  font-size: 14px;
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 100px;
    right: 15px;
  }
  
  .whatsapp-float a {
    padding: 10px 14px;
  }
  
  .whatsapp-text {
    display: none;
  }
  
  .viber-float {
    bottom: 160px;
    right: 15px;
  }
  
  .viber-float a {
    padding: 10px 14px;
  }
  
  .viber-text {
    display: none;
  }
}

/* About Section Styles */
.about-content {
  max-width: 1000px;
  margin: 0 auto;
}

.about-intro {
  margin-bottom: 48px;
}

.about-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 0;
}

.about-sections {
  display: grid;
  gap: 48px;
}

.about-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 8px;
}

.about-section p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 20px;
}

.activity-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.activity-list li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 12px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.advantage-card {
  background: var(--card);
  border: 1px solid var(--alt);
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.advantage-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.advantage-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 16px;
}

.advantage-card ul {
  padding-left: 20px;
  margin: 0;
}

.advantage-card li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 8px;
}

.about-conclusion {
  margin-top: 32px;
  padding: 24px;
  background: var(--alt);
  border-radius: 12px;
  border-left: 4px solid var(--primary);
}

.about-conclusion p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
  font-style: italic;
}

/* Modern Contact Section */
.contact-description {
  text-align: center;
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form-section {
  display: flex;
  flex-direction: column;
}

.form-card {
  background: var(--card);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
}

.form-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.form-icon {
  font-size: 24px;
}

.form-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

.form-subtitle {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 24px;
}

.modern-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}

.form-group input,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid var(--alt);
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: var(--card);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(10,108,255,0.1);
}

.submit-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  transition: background-color 0.2s ease;
  margin-top: 8px;
}

.submit-btn:hover {
  background: var(--primary-600);
}

.btn-icon {
  font-size: 18px;
}

.contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card {
  background: var(--card);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
}

.info-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.company-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-icon {
  font-size: 18px;
  margin-top: 2px;
}

.contact-details {
  flex: 1;
}

.contact-details strong {
  color: var(--text);
  font-size: 14px;
}

.contact-details a {
  color: var(--primary);
  text-decoration: none;
  font-size: 15px;
}

.contact-details a:hover {
  text-decoration: underline;
}

.schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--alt);
}

.schedule-item:last-child {
  border-bottom: none;
}

.day {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}

.time {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

.emergency-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff3cd;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 16px;
  border: 1px solid #ffeaa7;
}

.emergency-label {
  font-size: 14px;
  font-weight: 600;
  color: #856404;
}

.emergency-time {
  font-size: 16px;
  font-weight: 700;
  color: #e67e22;
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .form-card,
  .info-card {
    padding: 24px;
  }
}

/* Order Process Section */
.process-subtitle {
  text-align: center;
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.process-steps h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 40px;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.step-card {
  background: var(--card);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.step-number {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #ffd700;
  color: var(--text);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(255,215,0,0.3);
}

.step-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
  display: block;
}

.step-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.3;
}

.step-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.step-action {
  background: var(--primary);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}

.step-duration {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}

/* Payment Conditions Section */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.payment-card {
  background: var(--card);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.payment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.payment-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
  display: block;
}

.payment-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.3;
}

.payment-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .steps-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .step-card {
    padding: 20px;
  }
  
  .payment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .payment-card {
    padding: 20px;
  }
}

/* Professional Process Section */
.process-intro {
  text-align: center;
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.work-process h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 40px;
}

.process-steps-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.process-step {
  flex: 1;
  min-width: 180px;
  text-align: center;
  padding: 20px 10px;
}

.step-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #0a6cff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 20px rgba(10,108,255,0.3);
}

.step-icon {
  font-size: 3.5rem;
  color: white;
}

.process-step h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}

.process-step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.detailed-step-card {
  background: var(--card);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
  max-width: 600px;
  margin: 0 auto;
}

.detailed-step-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
}

.detailed-step-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detailed-step-card li {
  padding: 8px 0;
  border-bottom: 1px solid var(--alt);
  color: var(--muted);
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.detailed-step-card li:before {
  content: "•";
  color: var(--primary);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.detailed-step-card li:last-child {
  border-bottom: none;
}

/* Equipment and Materials Section */
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.equipment-card {
  background: var(--card);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid var(--alt);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.equipment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.equipment-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
  display: block;
}

.equipment-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.3;
}

.equipment-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .process-steps-horizontal {
    flex-direction: column;
    align-items: center;
  }
  
  .process-step {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .process-steps-horizontal {
    gap: 16px;
  }
  
  .process-step {
    min-width: 150px;
    padding: 16px 8px;
  }
  
  .step-icon-circle {
    width: 60px;
    height: 60px;
  }
  
  .step-icon {
    font-size: 24px;
  }
  
  .process-step h4 {
    font-size: 14px;
  }
  
  .process-step p {
    font-size: 12px;
  }
  
  .equipment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .equipment-card {
    padding: 20px;
  }
  
  .detailed-step-card {
    padding: 20px;
  }
}

/* Cleaning Process Section */
.cleaning-content {
  display: grid;
  gap: 48px;
  margin-top: 32px;
}

.video-section {
  text-align: center;
}

.video-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--text);
}

.video-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.video-container video {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border: 2px solid var(--alt);
}

.video-placeholder {
  background: var(--card);
  border: 2px dashed var(--alt);
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.video-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.video-placeholder h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text);
}

.video-placeholder p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 15px;
}

.cleaning-steps h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--text);
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.step-card {
  background: var(--card);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--alt);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.step-number {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 16px;
}

.step-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text);
}

.step-card p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}


@media (max-width:980px){
  .hero-grid,.two-col{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .pricing{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .testimonials{grid-template-columns:1fr}
  .process{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr}
  
  /* Optimize video for tablets */
  .hero-video {
    object-fit: cover;
    object-position: center;
  }
}

/* Loading Screen */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a6cff, #00b3a4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}

.loading-content {
  text-align: center;
  color: white;
}

.loading-logo {
  margin-bottom: 40px;
}

.loading-logo .logo-circle {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 32px;
  margin: 0 auto 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  animation: pulse 2s infinite;
}

.loading-logo h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.loading-spinner {
  margin-bottom: 20px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

.loading-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
  
  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 20px;
  }
  
  .nav.active {
    left: 0;
  }
  
  .nav a {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
  }
  
  .nav a:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
  }
  
  .nav .btn.primary {
    background: var(--primary);
    color: white;
    border: none;
    font-size: 18px;
    padding: 15px 30px;
  }
  
  .lang-switch {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }
  
  .header-inner {
    min-height: 60px;
  }
  
  .logo-name {
    font-size: 20px;
  }
  
  .logo-tagline {
    font-size: 10px;
  }
}


/* Navigation Dropdown Styles */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 1rem 0;
  min-width: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.dropdown-menu a:hover {
  background: rgba(10, 108, 255, 0.2);
  border-left-color: var(--primary);
  transform: translateX(5px);
}

/* Mobile dropdown */
@media (max-width: 768px) {
  .nav-dropdown {
    width: 100%;
  }
  
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 0.5rem;
    border-radius: 5px;
  }
  
  .dropdown-toggle::after {
    content: '';
  }
}

/* Hero Trust Badges */
.hero-trust {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  font-weight: 600;
}

.trust-icon {
  font-size: 1.1rem;
}

/* Secondary Button Style */
.btn.secondary {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn.secondary:hover {
  background: var(--primary);
  color: white;
}

.btn.small {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/* Sticky CTA Bar */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  color: white;
  padding: 1rem;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.sticky-cta.show {
  transform: translateY(0);
}

.sticky-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.sticky-text {
  flex: 1;
}

.sticky-main {
  display: block;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.sticky-sub {
  font-size: 0.9rem;
  opacity: 0.9;
}

.sticky-buttons {
  display: flex;
  gap: 1rem;
}

.sticky-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.sticky-close:hover {
  opacity: 1;
}

/* Mobile Call Button - Enhanced Visibility */
.mobile-call-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
  display: none;
}

.call-button {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--primary), #00d4ff);
  color: white;
  padding: 0;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(10, 108, 255, 0.5);
  overflow: hidden;
  transition: all 0.3s ease;
}

.call-button:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(10, 108, 255, 0.6);
}

.call-button-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 2;
}

.call-icon {
  font-size: 1.4rem;
  animation: ring 2s infinite;
}

.call-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.call-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.call-subtitle {
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 500;
}

.call-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  border-radius: 50px;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
  z-index: 1;
}

@keyframes ring {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  75% { transform: rotate(5deg); }
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

/* Case Studies Styles - Integrated with existing site design */
.case-study-card {
  position: relative;
  overflow: hidden;
}

.case-study-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #00d4ff);
}

.case-study-header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.case-icon {
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.case-study-header h3 {
  color: var(--primary) !important;
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.case-location {
  opacity: 0.8;
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
}

.case-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(10, 108, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(10, 108, 255, 0.2);
}

.result-highlight {
  text-align: center;
  padding: 0.5rem;
}

.result-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary) !important;
  text-shadow: 0 0 15px rgba(10, 108, 255, 0.5);
  margin-bottom: 0.25rem;
}

.result-highlight span:last-child {
  font-size: 0.8rem;
  opacity: 0.9;
  font-weight: 600;
}

.case-story {
  margin-top: 1rem;
}

.case-story p {
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

/* Remove strong styling since we removed strong tags */

.case-studies-cta {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, rgba(10, 108, 255, 0.1), rgba(10, 108, 255, 0.2));
  border-radius: 20px;
  border: 2px solid var(--primary);
  margin-top: 3rem;
}

.case-studies-cta p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .hero-trust {
    justify-content: center;
    gap: 1rem;
  }
  
  .trust-badge {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  
  .sticky-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .sticky-buttons {
    justify-content: center;
  }
  
  .mobile-call-btn {
    display: block;
  }
  
  .call-button-content {
    padding: 0.8rem 1.2rem;
    gap: 0.5rem;
  }
  
  .call-text {
    font-size: 0.9rem;
  }
  
  .call-subtitle {
    font-size: 0.7rem;
  }
  
  .case-results {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .result-number {
    font-size: 1.5rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 280px;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}


