:root {
  --primary: #0b74d1;
  --primary-dark: #064f96;
  --primary-soft: #e8f4ff;
  --secondary: #15a8e8;
  --whatsapp: #20c063;
  --whatsapp-dark: #15984c;
  --dark: #071b33;
  --dark-2: #0d2b4d;
  --text: #1d2939;
  --muted: #667085;
  --line: rgba(15, 23, 42, 0.12);
  --white: #ffffff;
  --bg: #f7fbff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(10, 41, 77, 0.16);
  --container: 1180px;
  --top-header-height: 38px;
  --header-height: 82px;
  --site-chrome-height: calc(var(--top-header-height) + var(--header-height));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-chrome-height) + 18px);
  scrollbar-width: thin;
  scrollbar-color: var(--primary) #e8f4ff;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #e8f4ff;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  border-radius: 999px;
  border: 3px solid #e8f4ff;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--primary-dark), var(--primary));
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(21, 168, 232, 0.55);
  outline-offset: 4px;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--dark);
  color: var(--white);
  border-radius: 999px;
}

.skip-link:focus {
  top: 16px;
}


.whatsapp-icon {
  width: 21px;
  height: 21px;
  object-fit: contain;
  flex: 0 0 auto;
}

.header-cta .whatsapp-icon {
  width: 20px;
  height: 20px;
}

.header-cta svg,
.btn svg,
.eyebrow svg,
.benefit-item svg,
.cities-grid svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.section {
  padding: 92px 0;
}

.section-dark {
  color: var(--white);
}


.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #dff5ff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.eyebrow.blue {
  color: var(--primary);
  background: var(--primary-soft);
  border-color: rgba(11, 116, 209, 0.14);
}

.eyebrow.light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.30rem, 5vw, 4.50rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(1.03rem, 2vw, 1.22rem);
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 16px 42px rgba(11, 116, 209, 0.3);
}

.btn-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 16px 42px rgba(32, 192, 99, 0.28);
}

.btn-form {
  width: 100%;
  color: var(--white);
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 16px 42px rgba(32, 192, 99, 0.26);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.split-content h2,
.faq-intro h2,
.cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--dark);
}

.section-heading p,
.split-content > p,
.faq-intro p,
.cta-band p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}


main { min-height: 60vh; }
button, input, select, textarea { font: inherit; }
textarea { resize: vertical; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.empty-state { grid-column: 1 / -1; padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); text-align: center; color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--primary); font-weight: 900; }
.card-link svg { width: 18px; height: 18px; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
