html,
body {
  margin: 0;
  background: #f3f5f4 !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

body[data-theme],
body.landing-body {
  background: #f3f5f4 !important;
}

.landing-body {
  --wa-green: #25d366;
  --wa-green-strong: #1faa59;
  --wa-header: #0d4336;
  --surface: #ffffff;
  --page-bg: #f3f5f4;
  --text-primary: #1c1e21;
  --text-muted: #54656f;
  --border-soft: #dde2df;
  color: var(--text-primary);
  background: var(--page-bg);
  min-height: 100vh;
}

.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body p,
.landing-body a,
.landing-body button,
.landing-body li {
  font-family: inherit;
}

.landing-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}

.nav {
  width: auto;
  margin: 1rem 0 3rem;
  padding: 0.88rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
  background: color-mix(in srgb, var(--surface) 90%, #e8f3ee 10%);
  border: 1px solid #d6dfda;
  border-radius: 1.4rem;
  box-shadow: 0 18px 30px rgba(15, 26, 31, 0.06);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-mark {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #e8f7f0;
  background: color-mix(in srgb, var(--wa-green) 24%, transparent);
  border: 1px solid color-mix(in srgb, var(--wa-green) 44%, transparent);
}

.brand-logo {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  display: block;
}

.brand-copy {
  display: block;
  line-height: 1;
}

.brand-copy strong {
  letter-spacing: -0.01em;
  font-size: 1rem;
  white-space: nowrap;
  color: #17312a;
}

.brand-copy span {
  font-size: 0.75rem;
  color: #cde8dd;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}

.nav .btn-pill {
  white-space: nowrap;
}

.hero-minimal {
  text-align: center;
  padding: 2.6rem 0.8rem 2.5rem;
}

.apps-strip {
  margin: 0.25rem auto 0;
  text-align: center;
  max-width: 980px;
  padding: 0.9rem 1rem 1.1rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.2rem;
  background: color-mix(in srgb, var(--surface) 86%, #edf2ef 14%);
}

.apps-strip p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 680;
}

.apps-strip-row {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
}

.app-logo-item {
  min-height: 3rem;
  padding: 0.5rem 0.6rem;
  border: 1px solid #dde3e0;
  border-radius: 0.85rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.app-logo-item:hover {
  border-color: #bfc9c4;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 26, 31, 0.06);
}

.app-logo {
  max-height: 1.9rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.96;
}

.eyebrow {
  margin: 0;
  font-size: 0.9rem;
  color: #295246;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.latam-flags {
  margin: 1rem auto 0;
  max-width: 54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.16rem 0.34rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #dde4e0;
  background: color-mix(in srgb, var(--surface) 82%, #eef4f1 18%);
  font-size: 0.96rem;
  letter-spacing: 0.04rem;
}

.latam-flags a {
  text-decoration: none !important;
  display: inline-block;
  opacity: 0.84;
}

.latam-flags a:hover {
  transform: translateY(-1px);
  opacity: 1;
}

.flags-label {
  margin-right: 0.18rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-minimal h1 {
  margin: 0.7rem auto 0;
  max-width: 17ch;
  font-size: clamp(2.15rem, 6.3vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 760;
}

.hero-underline {
  text-decoration: underline;
  text-decoration-color: var(--wa-green);
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.09em;
}

.subhead {
  margin: 1.1rem auto 0;
  max-width: 58ch;
  color: var(--text-muted);
  line-height: 1.55;
  font-size: 1.05rem;
}

.cta-row {
  margin-top: 1.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.cta-link {
  color: #21463b;
  font-weight: 700;
  text-decoration: none;
}

.cta-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.hero-proof {
  margin: 0.95rem auto 0;
  max-width: 44ch;
  color: #33594e;
  font-size: 0.95rem;
  line-height: 1.5;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.66rem 1.18rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, #0b2a22 16%, transparent);
  text-decoration: none;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.01em;
  background: var(--wa-green);
  color: #13271f;
  box-shadow: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.btn-pill:hover {
  transform: translateY(-1px);
  background: var(--wa-green-strong);
  box-shadow: none;
}

.btn-pill:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--wa-green) 42%, white 58%);
  outline-offset: 2px;
}

.btn-pill--small {
  padding: 0.58rem 0.98rem;
  font-size: 0.84rem;
}

.btn-pill--large {
  padding: 0.82rem 1.4rem;
  font-size: 1rem;
}

.btn-pill--ghost {
  background: var(--surface);
  color: var(--text-primary);
  border-color: #c9cfcd;
  box-shadow: none;
}

.btn-pill--ghost:hover {
  box-shadow: none;
  background: #eef0ef;
}

.highlights {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.content-links {
  margin-top: 1.3rem;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  padding: 1.2rem;
  box-shadow: 0 18px 34px rgba(15, 26, 31, 0.08);
}

.content-links h2 {
  margin: 0;
  letter-spacing: -0.01em;
}

.section-copy {
  margin: 0.45rem 0 0;
  color: var(--text-muted);
}

.link-grid {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.link-grid a {
  display: block;
  padding: 0.72rem 0.86rem;
  border-radius: 0.88rem;
  background: #f6f8f7;
  color: #17312a;
  text-decoration: none;
  border: 1px solid #e0e5e2;
  font-weight: 600;
}

.link-grid a:hover {
  background: #edf3f0;
}

.page-hero {
  margin-top: 0.4rem;
  text-align: left;
}

.page-hero h1 {
  margin: 0.4rem 0 0;
  letter-spacing: -0.02em;
  font-size: clamp(1.8rem, 4.2vw, 2.8rem);
}

.faq-list {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.site-footer {
  margin-top: 1.25rem;
  padding: 0.9rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer a {
  color: #294d43;
  text-decoration: none;
  font-weight: 600;
}

.item {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  padding: 1.3rem 1.2rem;
  box-shadow: 0 18px 34px rgba(15, 26, 31, 0.08);
}

.item h2 {
  margin: 0;
  font-size: 1.04rem;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  border: 1.6px solid var(--wa-green-strong);
  font-size: 0;
  flex-shrink: 0;
  color: var(--wa-green-strong);
}

.item p {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
  line-height: 1.5;
}

.cta-band {
  margin-top: 1rem;
  padding: 1.3rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.canvas-panel {
  border: 1px solid var(--border-soft);
  background: var(--surface);
  color: var(--text-primary);
  box-shadow: 0 18px 34px rgba(15, 26, 31, 0.08);
}

.canvas-panel h3 {
  max-width: 32ch;
}

.cta-band h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .nav {
    margin-bottom: 2.4rem;
    padding: 0.82rem 0.9rem;
    gap: 0.7rem;
  }

  .nav .btn-pill {
    font-size: 0.82rem;
    padding: 0.52rem 0.84rem;
  }

  .hero-minimal {
    padding-top: 1.9rem;
  }

  .highlights {
    grid-template-columns: 1fr;
  }

  .link-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .apps-strip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .nav {
    padding: 0.72rem;
    gap: 0.55rem;
    align-items: stretch;
  }

  .brand-mark {
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 0.48rem;
    font-size: 0.82rem;
  }

  .brand-logo {
    width: 1.9rem;
    height: 1.9rem;
  }

  .brand-copy strong {
    font-size: 0.84rem;
  }

  .nav-actions {
    width: 100%;
    margin-left: 0;
  }

  .nav .btn-pill {
    width: 100%;
    font-size: 0.82rem;
    padding: 0.68rem 0.8rem;
  }

  .hero-minimal {
    padding-top: 1.55rem;
  }

  .eyebrow {
    font-size: 0.82rem;
  }

  .subhead {
    font-size: 1rem;
  }

  .latam-flags {
    border-radius: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .apps-strip {
    padding: 0.75rem 0.6rem 0.9rem;
  }

  .apps-strip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
