:root {
  --green: #4caf50;
  --green-dark: #287c32;
  --green-deep: #174f24;
  --green-soft: #eaf7eb;
  --green-pale: #f5fbf5;
  --white: #ffffff;
  --black: #181b1c;
  --text: #263238;
  --muted: #65737a;
  --border: #d9e8db;
  --shadow: 0 18px 48px rgba(34, 112, 45, .13);
  --radius: 24px;
  --container: 1180px;
}
/* TAXIS_PROXIMAMENTE_WEB_V1 */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--green-dark); border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--black); font-size: 1.3rem; }
.brand small { color: var(--green-dark); font-size: .8rem; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 21px; }
.main-nav a { text-decoration: none; font-weight: 800; font-size: .92rem; }
.main-nav a:hover { color: var(--green-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 8px; border: 0; background: transparent; }
.menu-button span { display: block; height: 3px; margin: 5px 0; border-radius: 99px; background: var(--green-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); border: 0; border-radius: 14px; text-decoration: none; font-weight: 900; box-shadow: 0 12px 26px rgba(76,175,80,.24); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(76,175,80,.3); }
.button-small { min-height: 42px; padding: 9px 17px; }
.button-secondary { color: var(--green-dark); background: #fff; border: 1px solid var(--green); box-shadow: none; }
.button-light { color: var(--green-dark); background: #fff; }

.hero { overflow: hidden; background: radial-gradient(circle at 12% 22%, rgba(76,175,80,.17), transparent 28%), linear-gradient(135deg, #fbfffb 0%, #edf8ee 100%); }
.hero-grid { min-height: 650px; padding-block: 80px 68px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--green-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #dfffe3; }
.hero h1, .section h2, .store-section h2, .launch-section h2, .gallery-section h2, .contact-section h2, .legal-section h2, .coverage-section h2 { margin: 0; color: var(--black); letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.hero h1 span { display: block; color: var(--green); }
.hero-text { max-width: 690px; margin: 25px 0; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-slogan { margin-top: 22px; color: var(--green-dark); font-weight: 900; }
.hero-visual { display: flex; justify-content: center; }
.phone-mockup { width: min(100%, 390px); padding: 40px 30px 30px; text-align: center; background: rgba(255,255,255,.98); border: 12px solid #153e56; border-radius: 48px; box-shadow: var(--shadow); transform: rotate(2deg); }
.phone-logo { width: 115px; height: 115px; object-fit: contain; }
.phone-mockup h2 { margin: 4px 0 23px; color: var(--black); font-size: 1.8rem; }
.phone-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.phone-options span { padding: 12px 8px; color: var(--green-dark); background: var(--green-soft); border: 1px solid var(--border); border-radius: 13px; font-weight: 800; }
.phone-benefit { margin-top: 18px; padding: 18px; color: #fff; background: var(--green-dark); border-radius: 16px; font-weight: 900; }

.section { padding: 96px 0; }
.section-soft { background: var(--green-pale); }
.section-heading { max-width: 800px; margin: 0 auto 48px; text-align: center; }
.compact-heading { margin-bottom: 34px; }
.section-heading h2, .icon-marquee h2, .gallery-section h2 { font-size: clamp(2.1rem,4vw,3.5rem); }
.section-heading p, .lead { color: var(--muted); font-size: 1.1rem; }

.icon-marquee, .gallery-section { overflow: hidden; padding: 75px 0; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.marquee-viewport, .gallery-viewport { position: relative; width: 100%; overflow: hidden; }
.marquee-track, .gallery-track { display: flex; width: max-content; will-change: transform; }
.marquee-track { animation: categoryMove 38s linear infinite; }
.gallery-track { animation: galleryMove 48s linear infinite; }
.marquee-viewport:hover .marquee-track, .gallery-viewport:hover .gallery-track { animation-play-state: paused; }
.marquee-group, .gallery-group { display: flex; flex-shrink: 0; gap: 16px; padding-right: 16px; }
.category-card { width: 142px; min-width: 142px; min-height: 145px; padding: 16px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--green-dark); background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 10px 28px rgba(35,102,43,.08); }
.category-card i { display: grid; width: 72px; height: 72px; place-items: center; margin-bottom: 9px; font-size: 2.65rem; font-style: normal; background: var(--green-soft); border-radius: 18px; }
.category-card span { font-size: .9rem; font-weight: 900; line-height: 1.2; }
.category-card--proximamente {
  border-color: #f2c66d;
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
}
.status-badge,
.inline-status,
.gallery-status {
  color: #704200;
  background: #fff1c7;
  border: 1px solid #e7b958;
  font-weight: 900;
  letter-spacing: .06em;
}
.category-card .status-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: .56rem;
  line-height: 1;
}
.inline-status {
  display: inline-flex;
  margin: 5px 0 0;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: .58rem;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
@keyframes categoryMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes galleryMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.two-columns, .store-grid, .points-grid, .launch-grid, .contact-grid, .faq-layout, .legal-grid, .coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.colombia-card { padding: 42px; text-align: center; background: linear-gradient(145deg, #f1fbf2, #e1f4e4); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.colombia-card img { display: block; width: 160px; height: 160px; margin: 0 auto 18px; object-fit: contain; }
.colombia-card h3 { margin: 0 0 10px; color: var(--green-dark); font-size: 1.7rem; }
.colombia-card p { margin: 0; color: var(--muted); }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.steps-grid article { padding: 30px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.steps-grid strong { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 1.2rem; }
.steps-grid h3 { color: var(--green-dark); }

.store-section { padding: 88px 0; background: #fff; }
.store-badges { display: flex; flex-wrap: wrap; gap: 15px; }
.store-badge { min-width: 215px; padding: 16px 21px; color: #fff; background: #111; border-radius: 15px; }
.store-badge small, .store-badge strong { display: block; }
.store-badge strong { font-size: 1.25rem; }

.points-section { padding: 96px 0; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(255,255,255,.13), transparent 30%), var(--green-dark); }
.points-section h2 { color: #fff; font-size: clamp(2.1rem,4vw,3.5rem); }
.distribution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.distribution-grid article { padding: 24px; text-align: center; color: var(--green-dark); background: #fff; border-radius: 20px; }
.distribution-grid strong { display: block; font-size: 2rem; color: var(--green); }
.distribution-grid span { font-weight: 900; }
.referral-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.referral-grid article { padding: 30px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.referral-grid h3 { color: var(--green-dark); }

.benefit-grid, .solutions-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.benefit-grid article, .solution-card { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(35,102,43,.07); }
.benefit-grid article > span, .solution-card > span { font-size: 2.35rem; }
.benefit-grid h3, .solution-card h3 { margin: 10px 0 7px; color: var(--green-dark); }
.solutions-grid { grid-template-columns: repeat(4,1fr); }

.gallery-slide { width: 340px; min-width: 340px; margin: 0; overflow: hidden; aspect-ratio: 4/3; background: var(--green-soft); border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 12px 30px rgba(35,102,43,.11); }
.gallery-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-slide--proximamente { position: relative; }
.gallery-slide--proximamente::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(20, 36, 25, .48));
  pointer-events: none;
}
.gallery-status {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: .68rem;
  line-height: 1;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .15);
}

.coverage-section { padding: 90px 0; background: #fff; }
.city-tags { display: flex; flex-wrap: wrap; gap: 13px; }
.city-tags span { padding: 14px 19px; color: var(--green-dark); background: var(--green-soft); border: 1px solid var(--border); border-radius: 999px; font-weight: 900; }

.launch-section { padding: 88px 0; color: #fff; background: linear-gradient(120deg, var(--green-dark), var(--green)); }
.launch-section h2 { color: #fff; font-size: clamp(2.1rem,4vw,3.5rem); }

.faq-layout { align-items: start; }
.faq-list details { margin-bottom: 12px; padding: 20px 22px; background: #fff; border: 1px solid var(--border); border-radius: 15px; }
.faq-list summary { color: var(--green-dark); font-weight: 900; cursor: pointer; }
.faq-list p { color: var(--muted); }

.contact-section { padding: 96px 0; background: linear-gradient(135deg, #f7fcf7, #e9f7eb); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.social-links a { padding: 10px 15px; color: var(--green-dark); background: #fff; border: 1px solid var(--green); border-radius: 999px; text-decoration: none; font-weight: 900; }
.contact-form { padding: 35px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 17px; color: var(--green-dark); font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--text); background: #fff; border: 1px solid #bdd6c0; border-radius: 11px; }
.contact-form textarea { resize: vertical; }

.legal-section { padding: 64px 0; background: #fff; }
.legal-grid { align-items: start; }
.legal-grid article { padding: 28px; background: var(--green-pale); border-radius: 18px; }
.legal-grid h2 { font-size: 1.55rem; }
.legal-grid a { color: var(--green-dark); font-weight: 900; }

.chat-button { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; color: #fff; background: var(--green); border-radius: 999px; box-shadow: 0 15px 35px rgba(76,175,80,.34); text-decoration: none; font-weight: 900; }
.chat-button svg { width: 23px; height: 23px; }

.site-footer { padding: 38px 0; color: #e8f6e9; background: var(--green-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; object-fit: contain; background: #fff; border-radius: 12px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.site-footer a { color: #fff; }
.site-footer p { margin: 0; text-align: right; font-size: .86rem; }

@media (max-width: 1040px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: 72px; display: none; padding: 20px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .hero-grid, .two-columns, .store-grid, .points-grid, .launch-grid, .contact-grid, .faq-layout, .legal-grid, .coverage-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; text-align: center; }
  .hero-actions { justify-content: center; }
  .phone-mockup { transform: none; }
  .benefit-grid, .solutions-grid, .steps-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .site-footer p { text-align: center; }
}
@media (max-width: 680px) {
  .section, .contact-section { padding: 70px 0; }
  .hero-grid { min-height: auto; padding: 58px 0 52px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-actions, .store-badges { flex-direction: column; }
  .button, .store-badge { width: 100%; }
  .benefit-grid, .solutions-grid, .steps-grid, .referral-grid, .distribution-grid { grid-template-columns: 1fr; }
  .icon-marquee, .gallery-section { padding: 56px 0 60px; }
  .category-card { width: 116px; min-width: 116px; min-height: 126px; padding: 11px 8px; }
  .category-card i { width: 62px; height: 62px; font-size: 2.15rem; }
  .category-card span { font-size: .78rem; }
  .gallery-slide { width: 270px; min-width: 270px; }
  .gallery-track { animation-duration: 40s; }
  .chat-button { right: 14px; bottom: 14px; padding: 11px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-viewport, .gallery-viewport { overflow-x: auto; }
  .marquee-track, .gallery-track { animation: none; }
  .marquee-group[aria-hidden="true"], .gallery-group[aria-hidden="true"] { display: none; }
}


/* Seccion La App perfeccionada */
section[id] {
  scroll-margin-top: 96px;
}

.app-section {
  padding-top: 78px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 90% 10%, rgba(76,175,80,.10), transparent 27%),
    #ffffff;
}

.app-heading {
  margin-bottom: 32px;
}

.app-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.app-role-grid article {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(35,102,43,.06);
}

.app-role-grid i {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-style: normal;
  background: var(--green-soft);
  border-radius: 15px;
}

.app-role-grid h3,
.app-role-grid p {
  margin: 0;
}

.app-role-grid h3 {
  color: var(--green-dark);
  font-size: 1rem;
  line-height: 1.25;
}

.app-role-grid p {
  margin-top: 4px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.4;
}

.app-preview-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 25px;
  background: linear-gradient(145deg, #f4fbf5, #e8f6ea);
  border: 1px solid var(--border);
  border-radius: 26px;
}

.app-preview-copy {
  padding: 12px 4px 4px;
}

.app-preview-copy h3 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: 1.75rem;
  line-height: 1.15;
}

.app-preview-copy p {
  margin: 0 0 20px;
  color: var(--muted);
}

.app-shots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  align-items: start;
}

.screenshot-card {
  min-width: 0;
  margin: 0;
  padding: 9px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(35,102,43,.08);
}

.screenshot-card img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: contain;
  object-position: top center;
  background: #f1f4f1;
  border-radius: 12px;
}

.screenshot-card h3 {
  min-height: 38px;
  margin: 10px 5px 3px;
  color: var(--green-dark);
  font-size: .82rem;
  line-height: 1.25;
}

.main-nav a[href="#la-app"] {
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .app-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-preview-panel {
    grid-template-columns: 1fr;
  }

  .app-preview-copy {
    max-width: 700px;
  }

  .app-shots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenshot-card img {
    height: 390px;
  }
}

@media (max-width: 680px) {
  section[id] {
    scroll-margin-top: 84px;
  }

  .app-section {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .app-role-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  .app-role-grid article {
    min-height: auto;
    padding: 14px;
  }

  .app-preview-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .app-preview-copy h3 {
    font-size: 1.5rem;
  }

  .app-shots {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .screenshot-card {
    padding: 7px;
  }

  .screenshot-card img {
    height: 285px;
  }

  .screenshot-card h3 {
    font-size: .74rem;
  }
}

@media (max-width: 430px) {
  .app-shots {
    grid-template-columns: 1fr;
  }

  .screenshot-card img {
    height: 470px;
  }
}
