*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--bg);
  color: var(--text-dark);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.container {
  padding: 40px 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  transition: all 0.3s ease;
}

.nav-content {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  gap: 40px;
}

.logo {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.logo img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.footer-logo img {
  height: 110px;
  margin-bottom: 10px;
}

.logo-icon {
  color: var(--primary);
}

.logo span {
  color: var(--primary);
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.mobile-menu-btn,
.mobile-nav-overlay {
  display: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-links a.nav-link i,
.nav-links a.nav-link svg {
  width: 18px;
  height: 18px;
}

.btn-nav-call {
  background: #eff6ff;
  padding: 10px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary) !important;
  font-weight: 700 !important;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-nav-call:hover {
  background: var(--primary);
  color: white !important;
  transform: translateY(-1px);
}

.nav-links a.nav-link.active {
  color: var(--primary);
}

.nav-links a.nav-link span {
  position: relative;
}

.nav-links a.nav-link.active span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  border-radius: 50%;
}

footer {
  background: var(--white);
  border-top: 1px solid #e5e7eb;
  padding: 60px 20px;
  margin-top: 60px;
}

.footer-content {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-col h3 {
  margin: 0 0 10px 0;
  color: var(--primary);
}

.footer-col p {
  margin: 5px 0;
  color: var(--text-light);
}

.accessibility-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  color: #111827;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.accessibility-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: var(--primary);
}

.accessibility-btn.active {
  background: var(--primary);
  color: white;
}

.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 12px 16px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
  z-index: 998;
  border-top: 1px solid #e5e7eb;
}

.btn-sticky-call,
.btn-sticky-whatsapp {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding: 12px;
  border-radius: 12px;
  font-size: 1rem;
  transition: transform 0.2s;
}

.btn-sticky-call {
  background: #2563eb;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}

.btn-sticky-whatsapp {
  background: #25d366;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
}

.btn-sticky-call:active,
.btn-sticky-whatsapp:active {
  transform: scale(0.98);
}

html.large-text {
  font-size: 20px;
}

.col-service {
  width: 30%;
}

.botcheck-hidden {
  display: none !important;
}

.modern-footer {
  background-color: #0f172a;
  color: #f8fafc;
  padding: 60px 20px 20px;
  margin-top: 60px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
}
.footer-logo {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-logo i,
.footer-logo svg {
  color: #60a5fa;
}
.footer-logo span {
  color: #60a5fa;
}
.footer-desc {
  color: #94a3b8;
  line-height: 1.6;
  font-size: 0.95rem;
  max-width: 300px;
}
.footer-links h4,
.footer-contact h4 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
}
.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li,
.footer-contact li {
  margin-bottom: 15px;
}
.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}
.footer-links a:hover {
  color: #60a5fa;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cbd5e1;
}
.footer-contact li i,
.footer-contact li svg {
  color: #60a5fa;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.footer-contact a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact a:hover {
  color: #ffffff;
}
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #1e293b;
  color: #64748b;
  font-size: 0.85rem;
}

@media (min-width: 1025px) {
  header#home,
  section.section-spy,
  section.container {
    display: block;
    min-height: 0;
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  header#home {
    padding-top: 100px;
  }
}

@media (max-width: 1024px) {
  html {
    scroll-snap-type: none;
  }

  header#home,
  section.section-spy,
  section.container {
    min-height: 0;
    height: auto;
    display: block;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  header#home {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--text-dark);
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
  }

  .mobile-menu-btn:hover {
    background: #f1f5f9;
  }

  .mobile-menu-btn i,
  .mobile-menu-btn svg {
    width: 28px;
    height: 28px;
  }

  .mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  .mobile-nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-close {
    align-self: flex-end;
    background: none;
    border: none;
    color: var(--text-dark);
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-close:hover {
    background: #f1f5f9;
  }

  .mobile-nav-close i,
  .mobile-nav-close svg {
    width: 32px;
    height: 32px;
  }

  .mobile-nav-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    padding: 0 10px;
  }

  .mobile-nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-size: 1.5rem;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .mobile-nav-link i,
  .mobile-nav-link svg {
    color: var(--primary);
  }

  .mobile-nav-link.active {
    color: var(--primary);
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mobile-sticky-bar {
    display: flex;
    gap: 12px;
  }

  body {
    padding-bottom: 80px;
  }

  .accessibility-btn {
    bottom: 90px;
    left: 20px;
  }
}
