/* IBARRA — landing conversión Ads → WhatsApp */
:root {
  --bg-deep: #05080f;
  --bg-panel: #0c1220;
  --bg-elevated: #121a2e;
  --text: #e8eef8;
  --text-muted: #9aa8c4;
  --accent: #00d4ff;
  --accent-dim: #0099bb;
  --blue-banner: #0088cc;
  --border: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.06);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 14px;
  --radius-lg: 22px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --header-h: 68px;
  --fab-size: 58px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--fab-size) + 1.75rem);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: #001018;
  font-weight: 700;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}
.container--narrow {
  width: min(480px, 100% - 2rem);
}

.section {
  padding-block: clamp(3rem, 8vw, 5rem);
}
.section--dark {
  background: linear-gradient(180deg, #070b14 0%, var(--bg-panel) 40%, #070b14 100%);
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 3.25rem);
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.05;
}
.section__lead {
  margin: 0 0 2rem;
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 36rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(5, 8, 15, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  height: 100%;
  width: min(1120px, 100% - 1.5rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__brand {
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  flex-shrink: 0;
  max-width: min(220px, 55vw);
}
.site-header__brand:hover {
  text-decoration: none;
  opacity: 0.95;
}
.site-header__logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 46px;
  height: auto;
  object-fit: contain;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  transition: transform 0.2s var(--ease-out), border-color 0.2s, background 0.2s;
}
.social-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 212, 255, 0.4);
  background: rgba(0, 212, 255, 0.08);
}
.social-btn__icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.social-btn__icon--wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884'/%3E%3C/svg%3E");
}
.social-btn__icon--fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231877F2'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073c0 6.019 4.388 11.009 10.125 11.927v-8.437H7.078v-3.49h3.047V9.413c0-3.03 1.792-4.707 4.533-4.707 1.313 0 2.686.236 2.686.236v2.973h-1.514c-1.492 0-1.956.931-1.956 1.887v2.271h3.328l-.532 3.49h-2.796V24C19.612 23.082 24 18.092 24 12.073z'/%3E%3C/svg%3E");
}
.social-btn__icon--ig {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='ig' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23feda75'/%3E%3Cstop offset='35%25' stop-color='%23fa7e1e'/%3E%3Cstop offset='65%25' stop-color='%23d62976'/%3E%3Cstop offset='100%25' stop-color='%234f5bd5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23ig)' d='M12 2.2c3.2 0 3.6 0 4.8.1 3 .1 4.4 1.6 4.5 4.5.1 1.2.1 1.6.1 4.8s0 3.6-.1 4.8c-.1 3-1.6 4.4-4.5 4.5-1.2.1-1.6.1-4.8.1s-3.6 0-4.8-.1c-3-.1-4.4-1.6-4.5-4.5-.1-1.2-.1-1.6-.1-4.8s0-3.6.1-4.8c.1-3 1.6-4.4 4.5-4.5 1.2-.1 1.6-.1 4.8-.1zm0 1.8c-3.2 0-3.6 0-4.7.1-2.1.1-3 .9-3.1 3.1-.1 1.1-.1 1.4-.1 4.7s0 3.6.1 4.7c.1 2.1.9 3 3.1 3.1 1.1.1 1.4.1 4.7.1s3.6 0 4.7-.1c2.1-.1 3-.9 3.1-3.1.1-1.1.1-1.4.1-4.7s0-3.6-.1-4.7c-.1-2.1-.9-3-3.1-3.1-1.1-.1-1.4-.1-4.7-.1zm0 3.1a4.9 4.9 0 110 9.8 4.9 4.9 0 010-9.8zm0 1.8a3.1 3.1 0 100 6.2 3.1 3.1 0 000-6.2zm6.2-2.1a1.1 1.1 0 110 2.2 1.1 1.1 0 010-2.2z'/%3E%3C/svg%3E");
}
@media (min-width: 480px) {
  .site-header__logo {
    max-height: 52px;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out), background 0.2s, border-color 0.2s;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn--sm {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
}
.btn--block {
  width: 100%;
}
.btn--xl {
  padding: 1.05rem 1.75rem;
  font-size: 1.05rem;
}
.btn--primary {
  background: linear-gradient(135deg, #00e0ff 0%, var(--accent-dim) 100%);
  color: #021018;
  box-shadow: 0 12px 40px rgba(0, 212, 255, 0.25);
}
.btn--primary:hover {
  box-shadow: 0 16px 48px rgba(0, 212, 255, 0.35);
}
.btn--secondary {
  background: var(--glass);
  border-color: var(--border);
  color: var(--text);
}
.btn--secondary:hover {
  border-color: rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.08);
}
.btn--ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}
.btn--pulse {
  animation: pulse-glow 2.8s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 12px 40px rgba(0, 212, 255, 0.22);
  }
  50% {
    box-shadow: 0 16px 56px rgba(0, 212, 255, 0.42);
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 1.5rem) 1.25rem 3rem;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(0, 212, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 80% 50% at 100% 50%, rgba(0, 136, 204, 0.12), transparent 50%),
    linear-gradient(165deg, #05080f 0%, #0a1428 50%, #05060a 100%);
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black 40%, transparent 100%);
  opacity: 0.5;
}
.hero__shine {
  position: absolute;
  inset: -20% -30% auto;
  height: 70%;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.06) 48%, transparent 62%);
  transform: rotate(-6deg);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
}
.hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 10vw, 4.25rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}
.hero__subtitle {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  color: var(--text-muted);
}
.hero__subtitle strong {
  color: var(--text);
  font-weight: 600;
}
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 480px) {
  .hero__cta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.hero__social {
  margin: 1.75rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}
.hero__stars {
  color: #ffc94d;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

/* Benefits */
.benefits__list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.benefit-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.benefit-card:hover {
  border-color: rgba(0, 212, 255, 0.25);
  transform: translateY(-2px);
}
.benefit-card__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 212, 255, 0.12);
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
}
.benefit-card__text {
  font-size: 0.98rem;
  color: var(--text-muted);
}
.benefit-card__text strong {
  color: var(--text);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.chip {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--text-muted);
}

/* Gallery */
.gallery__controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.gallery__btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.gallery__btn:hover {
  border-color: rgba(0, 212, 255, 0.4);
  color: var(--accent);
}
.gallery__viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-deep);
}
.gallery__track {
  display: flex;
  transition: transform 0.45s var(--ease-out);
  will-change: transform;
}
.gallery__slide {
  flex: 0 0 100%;
  padding: 0;
}
.gallery__media {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  background: var(--bg-deep);
}
.gallery__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 8, 15, 0.82) 100%);
  pointer-events: none;
  z-index: 1;
}
.gallery__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #05080f;
}
.gallery__caption {
  margin: 0;
  padding: 1rem 1.25rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-muted);
  background: var(--bg-panel);
}
.gallery__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.gallery__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.gallery__dot[aria-selected="true"] {
  background: var(--accent);
  transform: scale(1.15);
}

/* CTA block */
.cta-block {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.25) 0%, rgba(5, 8, 15, 0.95) 55%, #05080f 100%);
  border-block: 1px solid var(--border);
}
.cta-block__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cta-block__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.cta-block__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.cta-block__text {
  margin: 0;
  color: var(--text-muted);
  max-width: 28rem;
}

/* Form */
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.field__label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.field__input {
  font: inherit;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.25);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field__input:focus {
  outline: none;
  border-color: rgba(0, 212, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);
}
.field__input::placeholder {
  color: #5a6a86;
}
.form-hint {
  margin: 0;
  font-size: 0.875rem;
  color: #ff8a8a;
}

.field--otro {
  margin-top: -0.35rem;
}
.field--otro .field__inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.field--otro[hidden] {
  display: none !important;
}

/* Urgency */
.urgency__grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 2rem 1.5rem;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0.08), transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.urgency__headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0;
  letter-spacing: 0.02em;
}
.urgency__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-weight: 600;
  color: var(--text-muted);
}
.urgency__bolt {
  margin-right: 0.35rem;
}

/* Quote banner */
.quote-banner {
  padding: 1.5rem 1rem;
  background: var(--blue-banner);
  text-align: center;
}
.quote-banner__text {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

/* Map section */
.map-section {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}
.map-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.map-section__header .section__title {
  margin: 0;
}
.map-section__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.map-section__frame-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #060a12;
}
.map-section__frame {
  width: 100%;
  height: min(60vh, 460px);
  border: 0;
  display: block;
}

/* Footer */
.site-footer {
  padding: 3rem 1rem calc(2.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #040810 0%, #020409 100%);
}
.site-footer__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 720px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1.1fr 1fr 1.15fr 1fr;
    gap: 2rem 2rem;
  }
}
.site-footer__col {
  min-width: 0;
}
.site-footer__logo {
  max-width: min(200px, 75vw);
  height: auto;
  margin: 0 0 0.65rem;
  display: block;
}
.site-footer__tag {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.site-footer__label {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
}
.site-footer__text {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.site-footer__text--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.site-footer__text + .site-footer__text {
  margin-top: 0.35rem;
}
.site-footer__link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer__link:hover {
  color: #7ee9ff;
  text-decoration: underline;
}
.site-footer__link--block {
  display: block;
  word-break: break-word;
}
.site-footer__link--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.site-footer__inline-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-footer__inline-icon--user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239aa8c4' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5z'/%3E%3C/svg%3E");
}
.site-footer__inline-icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300d4ff' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}
.site-footer__inline-icon--wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884'/%3E%3C/svg%3E");
}
.site-footer__inline-icon--fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231877F2'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073c0 6.019 4.388 11.009 10.125 11.927v-8.437H7.078v-3.49h3.047V9.413c0-3.03 1.792-4.707 4.533-4.707 1.313 0 2.686.236 2.686.236v2.973h-1.514c-1.492 0-1.956.931-1.956 1.887v2.271h3.328l-.532 3.49h-2.796V24C19.612 23.082 24 18.092 24 12.073z'/%3E%3C/svg%3E");
}
.site-footer__inline-icon--ig {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='ig3' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23feda75'/%3E%3Cstop offset='35%25' stop-color='%23fa7e1e'/%3E%3Cstop offset='65%25' stop-color='%23d62976'/%3E%3Cstop offset='100%25' stop-color='%234f5bd5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23ig3)' d='M12 2.2c3.2 0 3.6 0 4.8.1 3 .1 4.4 1.6 4.5 4.5.1 1.2.1 1.6.1 4.8s0 3.6-.1 4.8c-.1 3-1.6 4.4-4.5 4.5-1.2.1-1.6.1-4.8.1s-3.6 0-4.8-.1c-3-.1-4.4-1.6-4.5-4.5-.1-1.2-.1-1.6-.1-4.8s0-3.6.1-4.8c.1-3 1.6-4.4 4.5-4.5 1.2-.1 1.6-.1 4.8-.1zm0 1.8c-3.2 0-3.6 0-4.7.1-2.1.1-3 .9-3.1 3.1-.1 1.1-.1 1.4-.1 4.7s0 3.6.1 4.7c.1 2.1.9 3 3.1 3.1 1.1.1 1.4.1 4.7.1s3.6 0 4.7-.1c2.1-.1 3-.9 3.1-3.1.1-1.1.1-1.4.1-4.7s0-3.6-.1-4.7c-.1-2.1-.9-3-3.1-3.1-1.1-.1-1.4-.1-4.7-.1zm0 3.1a4.9 4.9 0 110 9.8 4.9 4.9 0 010-9.8zm0 1.8a3.1 3.1 0 100 6.2 3.1 3.1 0 000-6.2zm6.2-2.1a1.1 1.1 0 110 2.2 1.1 1.1 0 010-2.2z'/%3E%3C/svg%3E");
}
.site-footer__bar {
  height: 1px;
  margin: 2.25rem 0 1.25rem;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.25), transparent);
  border: none;
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.site-footer__legal {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: #5a6578;
}
.site-footer__credit {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a5568;
}
.site-footer__credit-brand {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7a8799;
}
.site-footer__credit-link {
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer__credit-link:hover {
  color: var(--accent);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .section {
    padding-block: 2.4rem;
  }
  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 1rem) 1rem 2rem;
  }
  .hero__title {
    font-size: clamp(2.2rem, 12vw, 3.1rem);
  }
  .hero__subtitle {
    font-size: 0.98rem;
  }
  .hero__cta .btn {
    width: 100%;
  }
  .site-header__inner {
    width: min(1120px, 100% - 1rem);
  }
  .header-social {
    gap: 0.35rem;
  }
  .social-btn {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }
  .lead-form {
    padding: 1.15rem;
  }
  .field__input {
    padding: 0.78rem 0.9rem;
  }
  .map-section__actions .btn {
    width: 100%;
  }
  .map-section__frame {
    height: min(52vh, 360px);
  }
  .site-footer__grid {
    gap: 1.35rem;
  }
  .site-footer__link {
    font-size: 0.9rem;
  }
}

/* FAB WhatsApp */
.fab-wa {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 100;
  width: var(--fab-size);
  height: var(--fab-size);
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366, #128c7e);
  box-shadow: 0 10px 36px rgba(37, 211, 102, 0.45);
  display: grid;
  place-items: center;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}
.fab-wa:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 44px rgba(37, 211, 102, 0.55);
  text-decoration: none;
}
.fab-wa__icon {
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* Scroll animations */
[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
}
[data-animate].is-visible {
  opacity: 1;
  transform: none;
}
