:root {
  --brand-950: #001a36;
  --brand-900: #002F5F;
  --brand-800: #004a8c;
  --brand-700: #0070b8;
  --brand-600: #0096C7;
  --brand-400: #33b5d8;
  --brand-100: #e0f4fc;
  --brand-50:  #f0faff;
  --ink: #0d1f33;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.skip-link {
  background: var(--brand-900);
  color: #fff;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 60;
}

.skip-link:focus {
  top: 1rem;
}

/* ── Hero — Sinematik Video Efekti ──────────────────── */
.hero-cleaning {
  overflow: hidden;
  position: relative;
  background-color: #15476c;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  z-index: 0;
}

.hero-cleaning > .mx-auto {
  position: relative;
  z-index: 1;
}

@keyframes kenBurns {
  0%   { transform: scale(1.00) translate(0%, 0%); }
  30%  { transform: scale(1.04) translate(-1%, 0.5%); }
  60%  { transform: scale(1.07) translate(0.5%, -1%); }
  100% { transform: scale(1.10) translate(-0.5%, 0.8%); }
}

/* Floating badge animation */
@keyframes floatUp {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}

.hero-badge {
  animation: floatUp 4s ease-in-out infinite;
}

/* ── Section kicker label ───────────────────────────── */
.section-kicker {
  color: var(--brand-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ── Buttons ────────────────────────────────────────── */
.btn-primary,
.btn-secondary,
.btn-white {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1.1;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn-primary {
  background: var(--brand-600);
  box-shadow: 0 10px 28px rgba(0, 150, 199, 0.28);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-700);
  box-shadow: 0 14px 34px rgba(0, 150, 199, 0.34);
  transform: translateY(-2px);
}

.btn-secondary {
  background: #fff;
  border: 1.5px solid rgba(0, 150, 199, 0.3);
  color: var(--brand-800);
}

.btn-secondary:hover,
.btn-white:hover {
  box-shadow: 0 12px 26px rgba(0, 47, 95, 0.14);
  transform: translateY(-1px);
}

.btn-white {
  background: #fff;
  color: var(--brand-800);
}

/* ── Nav ────────────────────────────────────────────── */
.nav-link {
  color: #334155;
  font-size: 0.94rem;
  font-weight: 700;
  transition: color 160ms ease;
}

.nav-link:hover {
  color: var(--brand-600);
}

/* ── Language dropdown ──────────────────────────────── */
.language-button {
  border: 1px solid #d0e8f4;
  border-radius: 8px;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 800;
  min-width: 100%;
  padding: 0.55rem 0.75rem;
  text-align: left;
}

.language-button.is-active {
  background: var(--brand-100);
  border-color: #7dcde9;
  color: var(--brand-800);
}

.language-trigger {
  align-items: center;
  background: #fff;
  border: 1.5px solid #d0e8f4;
  border-radius: 8px;
  color: var(--brand-900);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.75rem;
}

.language-menu {
  background: #fff;
  border: 1px solid #d0e8f4;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 47, 95, 0.14);
  min-width: 10.5rem;
  padding: 0.4rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.45rem);
  z-index: 70;
}

.language-menu .language-button {
  border-color: transparent;
  display: flex;
  gap: 0.55rem;
  justify-content: flex-start;
  width: 100%;
}

.language-menu .language-button:hover {
  background: var(--brand-50);
}

/* ── Cards & Surface ────────────────────────────────── */
.surface {
  background: #fff;
  border: 1px solid #d4eaf6;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 47, 95, 0.07);
}

.service-card,
.city-card,
.stat-card {
  border: 1px solid #d4eaf6;
  border-radius: 10px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover,
.city-card:hover {
  border-color: #7dcde9;
  box-shadow: 0 16px 36px rgba(0, 47, 95, 0.12);
  transform: translateY(-3px);
}

.icon-tile {
  align-items: center;
  background: var(--brand-100);
  border-radius: 8px;
  color: var(--brand-600);
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

/* ── Form ───────────────────────────────────────────── */
.form-input {
  background: #fff;
  border: 1.5px solid #c6dff0;
  border-radius: 8px;
  color: #0f172a;
  min-height: 3rem;
  outline: none;
  padding: 0.75rem 0.9rem;
  width: 100%;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-input:focus {
  border-color: var(--brand-600);
  box-shadow: 0 0 0 4px rgba(0, 150, 199, 0.14);
}

/* ── Footer ─────────────────────────────────────────── */
.footer-link {
  color: #b8dbee;
  transition: color 160ms ease;
}

.footer-link:hover {
  color: #fff;
}

/* ── Content panel ──────────────────────────────────── */
.content-panel h2,
.content-panel h3 {
  color: var(--brand-900);
  font-weight: 900;
}

.content-panel p {
  color: #475569;
  line-height: 1.78;
}

.content-panel strong,
.seo-rich strong {
  color: var(--brand-700);
  font-weight: 900;
}

/* ── Service hero banner ────────────────────────────── */
.service-hero {
  background:
    linear-gradient(105deg, rgba(0, 47, 95, 0.94), rgba(0, 74, 140, 0.72), rgba(0, 150, 199, 0.18)),
    var(--service-image);
  background-position: center;
  background-size: cover;
}

/* ── Map ─────────────────────────────────────────────── */
.map-frame {
  border: 0;
  min-height: 22rem;
  width: 100%;
}

/* ── 404 page ────────────────────────────────────────── */
.page-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-hidden-links {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 767px) {
  .hero-bg {
    background-position: 65% center;
    animation-duration: 22s;
  }

  .hero-bg::after {
    background:
      linear-gradient(
        175deg,
        rgba(0, 47, 95, 0.70) 0%,
        rgba(0, 47, 95, 0.45) 55%,
        rgba(0, 47, 95, 0.15) 100%
      );
  }

  .btn-primary,
  .btn-secondary,
  .btn-white {
    width: 100%;
  }
}

/* ── Floating WhatsApp Widget ───────────────────────────── */
.whatsapp-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none; /* Let clicks pass through empty areas */
}

.whatsapp-bubble {
  background-color: white;
  color: #1e293b;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  max-width: 240px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: auto;
  position: relative;
  border: 1px solid #e2e8f0;
}

.whatsapp-bubble::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background-color: white;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  transform: rotate(45deg);
}

.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-button {
  width: 56px;
  height: 56px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(37, 211, 102, 0.3), 0 4px 6px -4px rgba(37, 211, 102, 0.3);
  pointer-events: auto;
  transition: transform 0.2s ease, background-color 0.2s ease;
  color: white;
  animation: pulse-whatsapp 2s infinite;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1EBE5D;
}

.whatsapp-button svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

h1, h2, h3, h4, h5, h6,
.text-slate-950,
.text-slate-900,
.text-slate-800,
.text-black {
  color: #333333 !important;
}


.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
  color: #ffffff !important;
}

