@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Sora:wght@600;700;800&display=swap');

:root {
  --navy: #062755;
  --navy2: #021938;
  --deep: #03152f;
  --teal: #17d6c7;
  --teal2: #079f9f;
  --bg: #f5f8fc;
  --text: #092a5b;
  --muted: #6c7a8e;
  --line: rgba(9,42,91,.11);
  --shadow: 0 24px 70px rgba(6,39,85,.15);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1320px, calc(100% - 44px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  padding: 20px 0;
  transition: .25s ease;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(3, 21, 47, .82);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 174px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #edf9ff; font-size: 14px; font-weight: 850; }
.nav-links a { opacity: .95; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-cta {
  height: 50px;
  padding: 0 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: white !important;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 14px 34px rgba(23,214,199,.25);
}
.nav-cta img, .btn img { width: 18px; filter: brightness(0) invert(1); }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; }
.nav-toggle span { display: block; width: 28px; height: 3px; background: white; border-radius: 3px; margin: 5px auto; }

/* Hero similar a maqueta */
.hero-mock {
  position: relative;
  color: white;
  min-height: 860px;
  padding: 132px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(23,214,199,.25), transparent 30%),
    linear-gradient(135deg, #03152f 0%, #062755 45%, #021530 100%);
}
.hero-mock::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,21,47,.98), rgba(3,21,47,.64) 46%, rgba(3,21,47,.88)),
    url("assets/img/hero-bg.webp") center/cover no-repeat;
  opacity: .34;
}
.hero-mock::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -88px;
  height: 190px;
  border-radius: 50% 50% 0 0 / 45% 45% 0 0;
  background: var(--bg);
  z-index: 2;
}
.hero-skyline {
  position: absolute;
  inset: 18% 0 auto;
  height: 260px;
  background:
    linear-gradient(to top, rgba(3,21,47,.28), transparent),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(23,214,199,.05) 42px 44px);
  opacity: .35;
}
.hero-mock-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 38px;
  align-items: center;
}
.hero-copy h1 {
  margin: 0 0 24px;
  max-width: 610px;
  font-size: clamp(43px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -3.5px;
  font-weight: 900;
}
.hero-copy h1 span,
.section-title span,
.cta-card span {
  display: inline;
  background: linear-gradient(135deg, #37f6e6, #0eb5ae);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-copy p {
  color: #d7e8f8;
  max-width: 550px;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 650;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  border: 0;
  font-size: 15px;
  font-weight: 900;
  transition: .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--teal), var(--teal2)); color: white; box-shadow: 0 16px 36px rgba(23,214,199,.24); }
.btn.secondary { background: white; color: var(--navy); }
.btn.secondary img { filter: none; }
.btn.small { min-height: 45px; padding: 0 18px; border-radius: 15px; }
.platforms { margin-top: 26px; display: flex; gap: 12px; align-items: center; color: #cbd9e8; font-size: 13px; font-weight: 750; }
.platforms strong { color: white; }

.hero-stage {
  position: relative;
  min-height: 560px;
}
.bus-hero-card {
  position: absolute;
  left: 0;
  right: 88px;
  bottom: 62px;
  height: 330px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}
.bus-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,21,47,.12), rgba(23,214,199,.08));
}
.bus-hero-card img { width: 100%; height: 100%; object-fit: cover; }
.phone-mock {
  position: absolute;
  right: 0;
  top: 12px;
  width: 268px;
  height: 548px;
  border-radius: 44px;
  padding: 12px;
  background: linear-gradient(145deg, #111f37, #d9e7f3 8%, #0e1a31 17%, #020914);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  transform: rotate(6deg);
}
.phone-screen {
  overflow: hidden;
  border-radius: 34px;
  height: 100%;
  background: #eef5f8;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-speaker {
  position: absolute;
  top: 23px;
  left: 50%;
  width: 78px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #071222;
  z-index: 4;
}
.hero-pin {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(135deg, #2ff7e5, #0a9b9d);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 18px rgba(23,214,199,.1);
}
.hero-pin::after {
  content: "";
  position: absolute;
  inset: 21px;
  background: white;
  border-radius: 50%;
}
.pin-one { right: 54px; top: 26px; opacity: .7; }
.pin-two { left: 230px; bottom: 185px; width: 42px; height: 42px; opacity: .88; }

.floating-benefits {
  position: relative;
  z-index: 5;
  margin-top: 18px;
  background: rgba(255,255,255,.97);
  color: var(--text);
  border-radius: 32px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.floating-benefits article {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 28px;
  border-right: 1px solid var(--line);
}
.floating-benefits article:last-child { border-right: 0; }
.benefit-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 22px;
  background: #eafffc;
  display: grid;
  place-items: center;
  color: var(--teal2);
}
.benefit-icon img { width: 30px; filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%); }
.floating-benefits h3 { margin: 0 0 6px; font-size: 15px; }
.floating-benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; font-weight: 700; }

.section { padding: 96px 0; }
.what-grid, .tracking-grid {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: 54px;
  align-items: center;
}
.what-copy h2,
.section-title h2,
.dark-copy h2,
.legal-strip-card h2,
.cta-card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.02;
  letter-spacing: -2px;
}
.what-copy p,
.section-title p,
.dark-copy p,
.legal-strip-card p,
.cta-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 650;
}
.mini-line {
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--teal), transparent);
  margin-bottom: 18px;
}
.vertical-features { margin: 30px 0 24px; display: grid; gap: 18px; }
.vertical-features article { display: flex; gap: 15px; align-items: flex-start; }
.vertical-features span {
  width: 50px; height: 50px; flex: 0 0 50px;
  border-radius: 19px;
  background: white;
  display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(6,39,85,.08);
}
.vertical-features img { width: 25px; filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%); }
.vertical-features h3 { margin: 0 0 5px; font-size: 16px; }
.vertical-features p { font-size: 13px; }
.outline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(9,42,91,.22);
  border-radius: 16px;
  font-size: 13px;
  font-weight: 900;
}
.map-showcase {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 460px;
  background: #dbeaf5;
}
.map-showcase img { width: 100%; height: 460px; object-fit: cover; }
.route-card {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 205px;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  padding: 18px;
  box-shadow: 0 18px 44px rgba(6,39,85,.16);
}
.route-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.route-top span { color: #078d84; background: #dffdfa; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 900; }
.route-card p { margin: 8px 0 16px; color: var(--muted); font-size: 12px; font-weight: 750; }
.route-card small { color: var(--muted); font-weight: 800; }
.route-card b { display: block; margin-top: 8px; font-size: 28px; }

.pocket-section { padding-top: 40px; }
.section-title { text-align: center; max-width: 920px; margin: 0 auto 36px; }
.screen-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: stretch;
}
.app-card {
  min-height: 286px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: 0 16px 42px rgba(6,39,85,.08);
  overflow: hidden;
}
.app-top { color: var(--navy); font-size: 12px; font-weight: 900; margin-bottom: 15px; }
.fake-search { min-height: 36px; border-radius: 14px; background: #f4f8fb; color: var(--muted); display: flex; align-items: center; padding: 0 12px; font-size: 12px; font-weight: 800; margin-bottom: 14px; }
.suggestion, .route-item, .stop-item {
  min-height: 42px;
  border-radius: 14px;
  background: #f7fbfd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
}
.route-item span, .stop-item span { color: var(--teal2); font-size: 11px; }
.app-card-map { padding: 0; position: relative; }
.app-card-map img { width: 100%; height: 100%; object-fit: cover; }
.mini-route-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  padding: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.mini-route-card span { color: var(--teal2); font-weight: 900; }
.bcv-card {
  border-radius: 20px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: white;
  padding: 18px;
  font-size: 13px;
  font-weight: 800;
}
.bcv-card b { display: block; margin-top: 6px; font-size: 26px; }
.app-card button {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 14px;
  background: var(--navy);
  color: white;
  margin-top: 20px;
  font-weight: 900;
}

.dark-section {
  background: linear-gradient(135deg, #03152f, #062755 56%, #03152f);
  color: white;
}
.tracking-grid { grid-template-columns: 1.15fr .85fr; }
.tracking-image {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.25);
}
.tracking-image img { width: 100%; height: 470px; object-fit: cover; }
.dark-copy h2 { color: white; }
.dark-copy p { color: #d8e8f8; }
.dark-copy ul { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.dark-copy li { font-weight: 850; color: #eafaff; }
.dark-copy li::before { content: "✓"; color: var(--teal); margin-right: 10px; }

.transport-section { padding-bottom: 70px; }
.transport-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}
.transport-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  text-align: center;
  box-shadow: 0 16px 42px rgba(6,39,85,.08);
}
.transport-grid img { width: 58px; height: 58px; margin: 0 auto 15px; padding: 13px; border-radius: 20px; background: #eafffc; filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%); }
.transport-grid h3 { margin: 0 0 8px; }
.transport-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 700; }
.fleet-banner {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.fleet-banner img { width: 100%; height: 410px; object-fit: cover; }

.legal-strip { padding: 10px 0 76px; }
.legal-strip-card {
  border-radius: 34px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 38px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center;
}
.legal-strip-actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

.cta-section { padding: 0 0 80px; }
.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(6,39,85,.96), rgba(6,39,85,.68)),
    url("assets/img/fleet-bg.webp") center/cover no-repeat;
  padding: 48px;
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta-card h2 { color: white; max-width: 600px; }
.cta-card p { color: #d8e8f8; max-width: 600px; }

.footer {
  background: white;
  border-top: 1px solid var(--line);
  padding: 46px 0 18px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
}
.footer-logo { width: 154px; margin-bottom: 12px; }
.footer h4 { margin: 0 0 12px; color: var(--navy); }
.footer p, .footer a, .footer span { display: block; color: var(--muted); font-size: 14px; font-weight: 750; margin: 8px 0; }
.copy { text-align: center; color: #8c99aa; font-size: 13px; font-weight: 750; margin-top: 32px; }

.reveal { opacity: 0; transform: translateY(22px); transition: .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

/* Legal pages */
.legal-body {
  background:
    radial-gradient(circle at 80% 0%, rgba(20, 215, 198, .16), transparent 34%),
    linear-gradient(180deg, #f4f8fb, #eef5f8);
}
.legal-header {
  padding: 18px 0;
  background: linear-gradient(135deg, #031a39, #062755);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.legal-nav { display: flex; align-items: center; justify-content: space-between; }
.legal-main { padding: 48px 0 90px; }
.legal-hero { margin-bottom: 34px; }
.legal-hero h1 {
  color: var(--navy);
  font-size: clamp(38px, 6vw, 68px);
  letter-spacing: -3px;
  line-height: .98;
  margin: 0 0 16px;
}
.legal-hero p {
  color: var(--muted);
  max-width: 840px;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 650;
  margin: 0;
}
.legal-meta {
  margin-top: 18px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.legal-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}
.legal-index {
  position: sticky;
  top: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 16px 44px rgba(6, 39, 85, .08);
}
.legal-index a {
  display: block;
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 850;
}
.legal-index a:hover { background: #e9fffc; color: var(--teal2); }
.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.legal-card section { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-card section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-card h2 { color: var(--navy); font-size: 26px; line-height: 1.16; letter-spacing: -1px; margin: 0 0 12px; }
.legal-card p, .legal-card li { color: #536274; font-size: 15.5px; line-height: 1.78; font-weight: 650; }
.legal-card p { margin: 0 0 12px; }
.legal-card ul { margin: 10px 0 0; padding-left: 20px; }
.legal-card strong { color: var(--navy); }
.legal-note { background: #e9fffc; border: 1px solid rgba(20, 215, 198, .24); border-radius: 18px; padding: 14px 16px; color: #0b7777 !important; }
.legal-footer { padding-top: 24px; }

@media (max-width: 1040px) {
  .hero-mock-grid,
  .what-grid,
  .tracking-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 520px; }
  .bus-hero-card { right: 160px; }
  .screen-row { grid-template-columns: repeat(2, 1fr); }
  .transport-grid { grid-template-columns: repeat(2, 1fr); }
  .floating-benefits { grid-template-columns: 1fr; }
  .floating-benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .floating-benefits article:last-child { border-bottom: 0; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 78px;
    left: 22px;
    right: 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    background: rgba(3,21,47,.97);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
  }
  .nav-links.open { display: flex; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-index { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .legal-strip-card, .cta-card { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .legal-strip-card { display: grid; }
  .legal-strip-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container, .nav-shell { width: calc(100% - 24px); }
  .site-header { padding: 12px 0; }
  .brand img { width: 142px; }
  .hero-mock { padding-top: 96px; min-height: auto; }
  .hero-copy h1 { letter-spacing: -2px; }
  .hero-copy p { font-size: 15px; }
  .btn { width: 100%; }
  .hero-stage { min-height: 410px; }
  .bus-hero-card { left: 0; right: 0; bottom: 34px; height: 250px; border-radius: 24px; }
  .phone-mock { width: 150px; height: 310px; right: 12px; top: 4px; border-radius: 30px; padding: 8px; }
  .phone-speaker { width: 48px; height: 13px; top: 15px; }
  .pin-one { right: 16px; width: 42px; height: 42px; }
  .pin-two { left: 60px; bottom: 165px; }
  .floating-benefits { margin-top: 0; border-radius: 24px; }
  .floating-benefits article { padding: 20px; }
  .section { padding: 68px 0; }
  .screen-row, .transport-grid, .footer-grid { grid-template-columns: 1fr; }
  .map-showcase img, .tracking-image img, .fleet-banner img { height: 310px; }
  .app-card { min-height: 220px; }
  .legal-index { grid-template-columns: 1fr; }
  .legal-card { padding: 22px; border-radius: 24px; }
  .cta-card, .legal-strip-card { padding: 28px; border-radius: 24px; }
}


body { letter-spacing: -.01em; }
h1,h2,h3,h4,.nav-links,.btn,.platforms strong,.app-top,.route-top strong,.copy,.outline-link,.section-kicker,.legal-meta,.legal-card h2 { font-family: Sora, Manrope, sans-serif; }
.nav-links a { display:inline-flex; align-items:center; gap:8px; }
.nav-links a img { width:14px; height:14px; filter: brightness(0) invert(1); opacity:.9; }
.nav-links a.active img, .nav-links a:hover img { filter: invert(77%) sepia(66%) saturate(559%) hue-rotate(126deg) brightness(92%) contrast(96%); }
.hero-badges { margin-top: 20px; display:flex; flex-wrap:wrap; gap:10px; }
.hero-badges span { display:inline-flex; align-items:center; gap:8px; min-height:40px; padding:0 14px; border-radius:999px; background: rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.14); color:#e6f4ff; font-size:12px; font-weight:800; backdrop-filter: blur(10px); }
.hero-badges img { width:16px; filter: brightness(0) invert(1); }
.hero-mini-card { position:absolute; display:flex; align-items:center; gap:12px; min-width:184px; padding:14px 16px; background: rgba(255,255,255,.94); color: var(--text); border-radius: 20px; box-shadow: 0 18px 42px rgba(0,0,0,.18); z-index: 5; }
.hero-mini-card img { width:22px; height:22px; padding:4px; border-radius:10px; background:#eafffc; filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%); }
.hero-mini-card strong { display:block; font-size:14px; line-height:1.1; }
.hero-mini-card span { display:block; color: var(--muted); font-size:11px; font-weight:800; margin-top:3px; }
.mini-card-one { left: 28px; top: 14px; }
.mini-card-two { left: 70px; bottom: 18px; }
.section-kicker { display:inline-flex; align-items:center; gap:8px; min-height:36px; padding:0 14px; border-radius:999px; background:#eafffc; color:var(--teal2); font-size:12px; font-weight:900; margin-bottom:14px; }
.section-kicker.left { margin-bottom:16px; }
.section-kicker.dark { background: rgba(255,255,255,.1); color:#bffdfa; }
.section-kicker img { width:15px; height:15px; filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%); }
.section-kicker.dark img { filter: brightness(0) invert(1); }
.app-top { display:flex; align-items:center; gap:8px; }
.app-top img { width:14px; height:14px; filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%); }
.legal-strip-card h2, .cta-card h2, .hero-copy h1 { text-wrap: balance; }
@media (max-width:1040px){ .mini-card-one { left: 18px; top: 8px; } .mini-card-two { left: 18px; bottom: 6px; } }
@media (max-width:560px){ .hero-badges { gap:8px; } .hero-badges span { font-size:11px; min-height:36px; padding:0 12px; } .hero-mini-card { min-width:150px; padding:10px 12px; gap:10px; } .hero-mini-card strong { font-size:12px; } .hero-mini-card span { font-size:10px; } .mini-card-one { left: 10px; top: 8px; } .mini-card-two { left: 10px; bottom: -4px; } }


/* Developed sections */
.problem-section { padding-top: 82px; }
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.problem-card {
  min-height: 390px;
  border-radius: 34px;
  padding: 38px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.problem-card h2 {
  margin: 0 0 14px;
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -1.7px;
}
.problem-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}
.dark-problem {
  background:
    linear-gradient(135deg, rgba(3,21,47,.95), rgba(6,39,85,.74)),
    url("assets/img/stops-bg.webp") center/cover no-repeat;
  color: white;
}
.dark-problem h2 { color: white; }
.dark-problem p { color: #dbeafa; }
.solution-problem {
  background: white;
  color: var(--text);
  border: 1px solid var(--line);
}
.pain-list {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pain-list span {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  display: inline-flex;
  align-items: center;
  color: #eefbff;
  font-size: 12px;
  font-weight: 900;
}
.solution-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.solution-stats div {
  border-radius: 20px;
  background: #f4fbfd;
  border: 1px solid var(--line);
  padding: 16px;
}
.solution-stats strong {
  display: block;
  color: var(--teal2);
  font-family: Sora, Manrope, sans-serif;
  font-size: 20px;
}
.solution-stats span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  margin-top: 4px;
}

.operators-section {
  background: linear-gradient(180deg, #f5f8fc, #eef6fb);
  padding-top: 90px;
}
.operator-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.operator-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 16px 42px rgba(6,39,85,.08);
}
.operator-grid span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #eafffc;
  margin-bottom: 16px;
}
.operator-grid img {
  width: 30px;
  filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%);
}
.operator-grid h3 {
  margin: 0 0 9px;
  font-size: 17px;
}
.operator-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 750;
}

.process-section { padding-top: 40px; }
.process-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
}
.section-copy h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -1.8px;
}
.section-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}
.timeline {
  display: grid;
  gap: 14px;
}
.timeline article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 14px 36px rgba(6,39,85,.07);
}
.timeline span {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: white;
  display: grid;
  place-items: center;
  font-family: Sora, Manrope, sans-serif;
  font-weight: 900;
}
.timeline h3 {
  margin: 0 0 5px;
  font-size: 16px;
}
.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 750;
}

.faq-section {
  padding-top: 50px;
  background:
    radial-gradient(circle at 90% 10%, rgba(23,214,199,.12), transparent 28%),
    var(--bg);
}
.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 42px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(6,39,85,.07);
}
.faq-item button {
  width: 100%;
  min-height: 62px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-family: Sora, Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.faq-item button::after {
  content: "+";
  float: right;
  color: var(--teal2);
  font-size: 20px;
}
.faq-item.active button::after { content: "–"; }
.faq-item p {
  display: none;
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}
.faq-item.active p { display: block; }

.lead-form {
  min-width: 340px;
  border-radius: 24px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  padding: 16px;
  backdrop-filter: blur(12px);
}
.lead-form label {
  display: block;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.lead-form span {
  display: block;
  color: #d8e8f8;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 8px;
}
.lead-form input {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: white;
  color: var(--navy);
  padding: 0 14px;
  font: 800 13px Manrope, sans-serif;
  outline: none;
}
.lead-form .btn {
  width: 100%;
  cursor: pointer;
}
.lead-form small {
  display: block;
  color: #cfe2f4;
  font-size: 11px;
  font-weight: 750;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1040px) {
  .problem-grid,
  .process-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .operator-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .problem-card { min-height: auto; padding: 26px; border-radius: 24px; }
  .solution-stats { grid-template-columns: 1fr; }
  .operator-grid { grid-template-columns: 1fr; }
  .lead-form { min-width: 100%; width: 100%; }
}


/* ICON FIX: SVG externos visibles */
img[src$=".svg"] {
  opacity: 1;
  visibility: visible;
}

.nav-links a img,
.nav-cta img,
.btn img,
.benefit-icon img,
.vertical-features img,
.section-kicker img,
.app-top img,
.transport-grid img,
.operator-grid img,
.hero-badges img,
.hero-mini-card img {
  display: inline-block;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-links a img {
  width: 15px !important;
  height: 15px !important;
  filter: brightness(0) invert(1);
}

.nav-links a.active img,
.nav-links a:hover img {
  filter: invert(74%) sepia(70%) saturate(496%) hue-rotate(126deg) brightness(95%) contrast(96%);
}

.nav-cta img,
.btn.primary img,
.lead-form .btn img {
  width: 18px !important;
  height: 18px !important;
  filter: brightness(0) invert(1) !important;
}

.btn.secondary img {
  width: 18px !important;
  height: 18px !important;
  filter: invert(13%) sepia(47%) saturate(2542%) hue-rotate(192deg) brightness(93%) contrast(96%) !important;
}

.benefit-icon img,
.vertical-features img,
.section-kicker img,
.app-top img,
.transport-grid img,
.operator-grid img,
.hero-mini-card img {
  filter: invert(50%) sepia(92%) saturate(502%) hue-rotate(132deg) brightness(95%) contrast(91%) !important;
}

.section-kicker.dark img,
.hero-badges img {
  filter: brightness(0) invert(1) !important;
}

.benefit-icon img { width: 30px !important; height: 30px !important; }
.vertical-features img { width: 25px !important; height: 25px !important; }
.section-kicker img { width: 15px !important; height: 15px !important; }
.app-top img { width: 15px !important; height: 15px !important; }
.transport-grid img { width: 58px !important; height: 58px !important; }
.operator-grid img { width: 30px !important; height: 30px !important; }
.hero-mini-card img { width: 24px !important; height: 24px !important; }


/* INLINE ICON SYSTEM: visible siempre */
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: currentColor;
  stroke: currentColor;
  fill: none;
  vertical-align: -0.14em;
  flex: 0 0 auto;
}

.nav-links a .svg-icon {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.nav-cta .svg-icon,
.btn.primary .svg-icon,
.lead-form .btn .svg-icon {
  width: 18px;
  height: 18px;
  color: white;
}

.btn.secondary .svg-icon {
  width: 18px;
  height: 18px;
  color: var(--navy);
}

.hero-badges .svg-icon {
  width: 16px;
  height: 16px;
  color: white;
}

.benefit-icon .svg-icon {
  width: 30px;
  height: 30px;
  color: var(--teal2);
}

.vertical-features .svg-icon,
.section-kicker .svg-icon,
.app-top .svg-icon,
.hero-mini-card .svg-icon {
  color: var(--teal2);
}

.vertical-features .svg-icon {
  width: 25px;
  height: 25px;
}

.section-kicker .svg-icon {
  width: 15px;
  height: 15px;
}

.section-kicker.dark .svg-icon {
  color: white;
}

.app-top .svg-icon {
  width: 15px;
  height: 15px;
}

.hero-mini-card > .svg-icon {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 10px;
  background: #eafffc;
}

.transport-grid article > .svg-icon {
  width: 58px;
  height: 58px;
  padding: 13px;
  border-radius: 20px;
  background: #eafffc;
  color: var(--teal2);
  margin: 0 auto 15px;
}

.operator-grid span .svg-icon {
  width: 30px;
  height: 30px;
  color: var(--teal2);
}

.tiny-inline-icon {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: #eafffc;
  display: inline-grid;
  place-items: center;
  color: var(--teal2);
  margin-right: 8px;
  vertical-align: middle;
}

.tiny-inline-icon .svg-icon {
  width: 15px;
  height: 15px;
}

/* Evita que reglas viejas de <img> afecten iconos inline */
.svg-icon path,
.svg-icon circle,
.svg-icon rect {
  vector-effect: non-scaling-stroke;
}

/* Animación suave del teléfono del hero */
.phone-mock {
  animation: phoneBounce 4.2s ease-in-out infinite;
  transform-origin: 50% 70%;
  will-change: transform;
}

.phone-screen {
  position: relative;
}

.phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.16) 42%, transparent 58%);
  transform: translateX(-140%);
  animation: phoneShine 5.4s ease-in-out infinite;
  pointer-events: none;
}

.hero-mini-card {
  animation: miniFloat 4.8s ease-in-out infinite;
}

.mini-card-two {
  animation-delay: .8s;
}

@keyframes phoneBounce {
  0%, 100% {
    transform: rotate(6deg) translateY(0) scale(1);
  }
  45% {
    transform: rotate(4.5deg) translateY(-16px) scale(1.012);
  }
  70% {
    transform: rotate(6.8deg) translateY(-7px) scale(1.004);
  }
}

@keyframes phoneShine {
  0%, 58% { transform: translateX(-140%); opacity: 0; }
  68% { opacity: .85; }
  86%, 100% { transform: translateX(140%); opacity: 0; }
}

@keyframes miniFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (prefers-reduced-motion: reduce) {
  .phone-mock,
  .phone-screen::after,
  .hero-mini-card {
    animation: none !important;
  }
}


/* COMPACT ELEGANT PASS */
:root {
  --shadow: 0 18px 48px rgba(6,39,85,.12);
  --radius: 24px;
}

body {
  font-size: 14px;
}

.container {
  width: min(1320px, calc(100% - 44px));
}

.site-header {
  padding: 14px 0;
}

.site-header.scrolled {
  padding: 7px 0;
}

.nav-shell {
  width: min(1320px, calc(100% - 44px));
  min-height: 56px;
}

.brand img {
  width: 148px;
}

.nav-links {
  gap: 20px;
  font-size: 12px;
  font-weight: 800;
}

.nav-cta {
  height: 40px;
  padding: 0 15px;
  border-radius: 14px;
}

.hero-mock {
  min-height: 720px;
  padding: 106px 0 0;
}

.hero-mock::after {
  bottom: -76px;
  height: 150px;
}

.hero-mock-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
}

.hero-copy h1 {
  max-width: 560px;
  font-size: clamp(34px, 5.1vw, 58px);
  line-height: 1;
  letter-spacing: -2.6px;
  margin-bottom: 16px;
}

.hero-copy p {
  max-width: 500px;
  font-size: 14.5px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 12.5px;
  gap: 7px;
}

.btn.small {
  min-height: 39px;
  padding: 0 15px;
  border-radius: 13px;
}

.platforms {
  margin-top: 18px;
  font-size: 11.5px;
  gap: 9px;
}

.hero-badges {
  margin-top: 14px;
  gap: 8px;
}

.hero-badges span {
  min-height: 33px;
  padding: 0 11px;
  font-size: 10.8px;
}

.hero-stage {
  min-height: 470px;
}

.bus-hero-card {
  right: 78px;
  bottom: 58px;
  height: 275px;
  border-radius: 26px;
}

.phone-mock {
  width: 220px;
  height: 452px;
  border-radius: 36px;
  padding: 10px;
}

.phone-screen {
  border-radius: 28px;
}

.phone-speaker {
  top: 20px;
  width: 64px;
  height: 15px;
}

.hero-pin {
  width: 54px;
  height: 54px;
  box-shadow: 0 0 0 13px rgba(23,214,199,.1);
}

.hero-pin::after {
  inset: 17px;
}

.pin-two {
  width: 34px;
  height: 34px;
}

.hero-mini-card {
  min-width: 158px;
  padding: 10px 12px;
  border-radius: 16px;
}

.hero-mini-card strong {
  font-size: 12.5px;
}

.hero-mini-card span {
  font-size: 10px;
}

.floating-benefits {
  margin-top: 8px;
  border-radius: 24px;
}

.floating-benefits article {
  padding: 20px;
  gap: 12px;
}

.benefit-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 16px;
}

.benefit-icon .svg-icon {
  width: 24px;
  height: 24px;
}

.floating-benefits h3 {
  font-size: 13.5px;
  margin-bottom: 4px;
}

.floating-benefits p {
  font-size: 11.2px;
}

.section {
  padding: 68px 0;
}

.problem-section {
  padding-top: 58px;
}

.what-grid,
.tracking-grid,
.process-grid,
.faq-grid {
  gap: 36px;
}

.what-copy h2,
.section-title h2,
.dark-copy h2,
.legal-strip-card h2,
.cta-card h2,
.section-copy h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin-bottom: 10px;
}

.what-copy p,
.section-title p,
.dark-copy p,
.legal-strip-card p,
.cta-card p,
.section-copy p {
  font-size: 13.5px;
  line-height: 1.58;
}

.section-title {
  max-width: 660px;
  margin-bottom: 26px;
}

.section-kicker {
  min-height: 30px;
  padding: 0 11px;
  font-size: 10.5px;
  margin-bottom: 11px;
}

.mini-line {
  width: 34px;
  height: 3px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.vertical-features {
  margin: 22px 0 18px;
  gap: 12px;
}

.vertical-features article {
  gap: 12px;
}

.vertical-features span {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 15px;
}

.vertical-features .svg-icon {
  width: 21px;
  height: 21px;
}

.vertical-features h3,
.operator-grid h3,
.transport-grid h3,
.timeline h3 {
  font-size: 14px;
  margin-bottom: 4px;
}

.vertical-features p,
.operator-grid p,
.transport-grid p,
.timeline p {
  font-size: 11.8px;
  line-height: 1.48;
}

.outline-link {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 13px;
  font-size: 11.5px;
}

.map-showcase {
  min-height: 370px;
  border-radius: 24px;
}

.map-showcase img {
  height: 370px;
}

.route-card {
  top: 24px;
  left: 24px;
  width: 180px;
  border-radius: 16px;
  padding: 14px;
}

.route-card p {
  margin: 6px 0 12px;
}

.route-card b {
  font-size: 23px;
}

.problem-grid {
  gap: 16px;
}

.problem-card {
  min-height: 310px;
  border-radius: 26px;
  padding: 28px;
}

.problem-card h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  letter-spacing: -1.2px;
  line-height: 1.08;
}

.problem-card p {
  font-size: 13px;
  line-height: 1.55;
}

.pain-list {
  margin-top: 20px;
  gap: 8px;
}

.pain-list span {
  min-height: 31px;
  padding: 0 11px;
  font-size: 10.5px;
}

.solution-stats {
  margin-top: 22px;
  gap: 9px;
}

.solution-stats div {
  border-radius: 16px;
  padding: 12px;
}

.solution-stats strong {
  font-size: 16px;
}

.solution-stats span {
  font-size: 10px;
}

.pocket-section {
  padding-top: 25px;
}

.screen-row {
  gap: 13px;
}

.app-card {
  min-height: 235px;
  border-radius: 18px;
  padding: 14px;
}

.app-top {
  font-size: 10.5px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.fake-search,
.suggestion,
.route-item,
.stop-item {
  min-height: 34px;
  border-radius: 11px;
  padding: 0 10px;
  margin-bottom: 8px;
  font-size: 10.8px;
}

.bcv-card {
  border-radius: 16px;
  padding: 14px;
  font-size: 11px;
}

.bcv-card b {
  font-size: 21px;
}

.app-card button {
  height: 35px;
  border-radius: 12px;
  margin-top: 14px;
  font-size: 11px;
}

.tracking-image {
  border-radius: 26px;
}

.tracking-image img {
  height: 380px;
}

.dark-copy ul {
  margin-top: 20px;
  gap: 9px;
}

.dark-copy li {
  font-size: 13px;
}

.operators-section {
  padding-top: 64px;
}

.operator-grid,
.transport-grid {
  gap: 14px;
}

.operator-grid article,
.transport-grid article {
  border-radius: 20px;
  padding: 20px;
}

.operator-grid span {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.operator-grid span .svg-icon {
  width: 24px;
  height: 24px;
}

.transport-grid article > .svg-icon {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 17px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.fleet-banner {
  border-radius: 26px;
}

.fleet-banner img {
  height: 330px;
}

.process-section {
  padding-top: 28px;
}

.timeline {
  gap: 10px;
}

.timeline article {
  border-radius: 18px;
  padding: 14px;
  gap: 12px;
}

.timeline span {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border-radius: 13px;
  font-size: 12px;
}

.tiny-inline-icon {
  width: 22px;
  height: 22px;
  border-radius: 8px;
}

.faq-section {
  padding-top: 34px;
}

.faq-list {
  gap: 9px;
}

.faq-item {
  border-radius: 18px;
}

.faq-item button {
  min-height: 50px;
  padding: 0 16px;
  font-size: 12.2px;
}

.faq-item p {
  padding: 0 16px 15px;
  font-size: 12px;
  line-height: 1.55;
}

.legal-strip {
  padding: 0 0 54px;
}

.legal-strip-card {
  border-radius: 26px;
  padding: 30px;
}

.cta-section {
  padding: 0 0 60px;
}

.cta-card {
  border-radius: 26px;
  padding: 34px;
}

.lead-form {
  min-width: 310px;
  border-radius: 20px;
  padding: 13px;
}

.lead-form input {
  height: 42px;
  border-radius: 13px;
  font-size: 12px;
}

.lead-form span,
.lead-form small {
  font-size: 10.5px;
}

.footer {
  padding: 36px 0 14px;
}

.footer-grid {
  gap: 22px;
}

.footer-logo {
  width: 136px;
}

.footer h4 {
  font-size: 13px;
  margin-bottom: 9px;
}

.footer p,
.footer a,
.footer span {
  font-size: 12.5px;
  margin: 6px 0;
}

.copy {
  margin-top: 24px;
  font-size: 11.5px;
}

/* Legal compact */
.legal-main {
  padding: 36px 0 70px;
}

.legal-hero {
  margin-bottom: 24px;
}

.legal-hero h1 {
  font-size: clamp(31px, 5vw, 54px);
  letter-spacing: -2px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.legal-hero p {
  font-size: 14px;
  line-height: 1.58;
}

.legal-meta {
  min-height: 32px;
  padding: 0 12px;
  font-size: 11.5px;
}

.legal-layout {
  grid-template-columns: 245px 1fr;
  gap: 20px;
}

.legal-index {
  border-radius: 20px;
  padding: 12px;
}

.legal-index a {
  padding: 8px 10px;
  border-radius: 11px;
  font-size: 11.5px;
}

.legal-card {
  border-radius: 24px;
  padding: 28px;
}

.legal-card section {
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.legal-card h2 {
  font-size: 20px;
  margin-bottom: 9px;
}

.legal-card p,
.legal-card li {
  font-size: 13.5px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .hero-mock {
    padding-top: 92px;
  }

  .hero-stage {
    min-height: 430px;
  }

  .bus-hero-card {
    right: 135px;
  }

  .screen-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .container,
  .nav-shell {
    width: calc(100% - 22px);
  }

  .hero-mock {
    padding-top: 86px;
  }

  .hero-copy h1 {
    font-size: clamp(32px, 11vw, 42px);
    letter-spacing: -1.8px;
  }

  .hero-copy p {
    font-size: 13.5px;
  }

  .hero-stage {
    min-height: 365px;
  }

  .bus-hero-card {
    height: 220px;
    border-radius: 20px;
  }

  .phone-mock {
    width: 132px;
    height: 274px;
    border-radius: 26px;
  }

  .phone-screen {
    border-radius: 22px;
  }

  .phone-speaker {
    width: 42px;
    height: 11px;
    top: 14px;
  }

  .section {
    padding: 52px 0;
  }

  .what-copy h2,
  .section-title h2,
  .dark-copy h2,
  .legal-strip-card h2,
  .cta-card h2,
  .section-copy h2 {
    font-size: clamp(24px, 8vw, 32px);
    letter-spacing: -1px;
  }

  .app-card {
    min-height: 190px;
  }

  .tracking-image img,
  .map-showcase img,
  .fleet-banner img {
    height: 270px;
  }

  .legal-strip-card,
  .cta-card,
  .problem-card {
    padding: 24px;
    border-radius: 22px;
  }

  .lead-form {
    min-width: 100%;
  }
}


/* =========================================================
   MEJORA VISUAL PRO - MoviRuta
   Limpieza final: look más comercial, cards más premium,
   enfoque en rutas/seguimiento y mejor responsive.
   ========================================================= */
:root {
  --navy: #06234f;
  --navy2: #02152f;
  --deep: #021022;
  --teal: #22e0cf;
  --teal2: #0a9f9b;
  --teal3: #e7fffc;
  --bg: #f3f7fb;
  --text: #09244e;
  --muted: #66758a;
  --line: rgba(9, 42, 91, .10);
  --shadow: 0 18px 54px rgba(4, 29, 68, .13);
  --shadow-strong: 0 30px 90px rgba(0, 14, 34, .28);
}

html { scroll-padding-top: 88px; }
body {
  background:
    radial-gradient(circle at 5% 10%, rgba(34, 224, 207, .10), transparent 26%),
    radial-gradient(circle at 92% 48%, rgba(6, 35, 79, .08), transparent 28%),
    var(--bg);
  color: var(--text);
}

.site-header { padding: 12px 0; }
.site-header.scrolled { background: transparent; backdrop-filter: none; }
.nav-shell {
  min-height: 58px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(3, 19, 43, .58);
  box-shadow: 0 16px 46px rgba(0,0,0,.14);
  backdrop-filter: blur(18px);
}
.site-header.scrolled .nav-shell {
  background: rgba(3, 19, 43, .88);
  border-color: rgba(255,255,255,.10);
}
.brand img { width: 154px; }
.nav-links { gap: 14px; }
.nav-links a {
  min-height: 36px;
  padding: 0 9px;
  border-radius: 12px;
  transition: .18s ease;
}
.nav-links a:hover,
.nav-links a.active { background: rgba(255,255,255,.08); color: #dcfffb; }
.nav-cta {
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  box-shadow: 0 12px 26px rgba(34,224,207,.24);
}

.hero-mock {
  min-height: 740px;
  padding: 114px 0 0;
  background:
    radial-gradient(circle at 77% 20%, rgba(34,224,207,.28), transparent 30%),
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.08), transparent 20%),
    linear-gradient(135deg, #020c1d 0%, #06234f 52%, #02152f 100%);
}
.hero-mock::before {
  opacity: .48;
  background:
    linear-gradient(90deg, rgba(2, 12, 29, .96) 0%, rgba(2, 18, 42, .76) 43%, rgba(2, 15, 34, .88) 100%),
    url("assets/img/hero-bg.webp") center/cover no-repeat;
}
.hero-mock::after { height: 118px; bottom: -64px; }
.hero-mock-grid { grid-template-columns: .98fr 1.02fr; }
.hero-copy h1 { max-width: 760px; }
.hero-copy p { color: rgba(231, 244, 255, .90); }
.hero-copy h1 span,
.section-title span,
.cta-card span {
  background: linear-gradient(135deg, #83fff4 0%, #22e0cf 42%, #09a3a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-actions .btn.primary { box-shadow: 0 18px 40px rgba(34,224,207,.25); }
.btn.secondary { background: rgba(255,255,255,.94); color: var(--navy); }
.btn.secondary:hover { background: #fff; }
.platforms strong {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}
.hero-badges span {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}
.hero-stage { min-height: 492px; }
.bus-hero-card {
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow-strong);
}
.phone-mock {
  background: linear-gradient(150deg, #e8f5fb 0%, #0b1830 12%, #020712 100%);
  box-shadow: 0 34px 90px rgba(0,0,0,.44);
}
.hero-pin { animation: pulsePin 2.8s ease-in-out infinite; }
.hero-mini-card {
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(14px);
}

.floating-benefits {
  margin-top: -4px;
  border: 1px solid rgba(255,255,255,.75);
}
.floating-benefits article { transition: .18s ease; }
.floating-benefits article:hover { background: #fbffff; }
.benefit-icon,
.vertical-features span,
.operator-grid span {
  background: linear-gradient(135deg, #eafffc, #f7ffff);
  border: 1px solid rgba(34,224,207,.18);
}

.section { padding: 66px 0; }
.problem-section { padding-top: 58px; }
.what-grid, .tracking-grid, .process-grid, .faq-grid { gap: 34px; }
.what-copy h2,
.section-title h2,
.dark-copy h2,
.legal-strip-card h2,
.cta-card h2,
.section-copy h2 {
  text-wrap: balance;
}
.problem-card,
.map-showcase,
.tracking-image,
.fleet-banner,
.legal-strip-card,
.cta-card,
.operator-grid article,
.transport-grid article,
.app-card,
.timeline article,
.faq-item {
  border: 1px solid rgba(255,255,255,.72);
}
.solution-problem,
.operator-grid article,
.transport-grid article,
.app-card,
.timeline article,
.faq-item,
.legal-strip-card { background: rgba(255,255,255,.88); backdrop-filter: blur(10px); }
.problem-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,224,207,.24), transparent 70%);
  pointer-events: none;
}

.ecosystem-section { padding: 0 0 34px; }
.ecosystem-card {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 26px;
  align-items: center;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(235, 251, 251, .88));
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.ecosystem-copy h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(25px, 3.2vw, 38px);
  letter-spacing: -1.4px;
  line-height: 1.08;
  text-wrap: balance;
}
.ecosystem-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 700;
}
.ecosystem-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ecosystem-items article {
  min-height: 190px;
  padding: 18px;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(6,39,85,.07);
}
.ecosystem-items span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--teal2);
  background: var(--teal3);
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.ecosystem-items .svg-icon { width: 23px; height: 23px; }
.ecosystem-items h3 { margin: 0 0 7px; font-size: 14px; }
.ecosystem-items p { margin: 0; color: var(--muted); font-size: 11.8px; line-height: 1.5; font-weight: 750; }

.screen-row {
  grid-template-columns: 1.05fr 1fr 1.18fr 1fr 1.05fr;
}
.app-card { transition: transform .18s ease, box-shadow .18s ease; }
.app-card:hover,
.operator-grid article:hover,
.transport-grid article:hover,
.timeline article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(6,39,85,.12);
}
.alert-preview {
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: white;
  margin-bottom: 10px;
}
.alert-preview.soft {
  background: #f5fbfd;
  color: var(--text);
  border: 1px solid var(--line);
}
.alert-preview strong,
.alert-preview span { display: block; }
.alert-preview strong { font-size: 13px; margin-bottom: 4px; }
.alert-preview span { font-size: 11px; font-weight: 800; opacity: .92; }
.app-card-alert button { margin-top: 8px; }

.dark-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(34,224,207,.22), transparent 30%),
    linear-gradient(135deg, #020c1d, #06234f 58%, #02152f);
}
.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .16;
}
.dark-section > .container { position: relative; z-index: 2; }
.tracking-image { border-color: rgba(255,255,255,.14); }
.dark-copy li { display: flex; align-items: flex-start; gap: 8px; }
.dark-copy li::before { margin-right: 0; }

.operator-grid article,
.transport-grid article { text-align: left; }
.transport-grid article > .svg-icon { margin-left: 0; margin-right: 0; color: var(--teal2); background: var(--teal3); }
.fleet-banner { border: 1px solid rgba(255,255,255,.75); }
.legal-strip { padding-top: 6px; }
.cta-card {
  background:
    linear-gradient(90deg, rgba(2,14,32,.96), rgba(6,35,79,.76)),
    url("assets/img/fleet-bg.webp") center/cover no-repeat;
  border-color: rgba(255,255,255,.14);
}
.cta-card h2 { max-width: 680px; }
.lead-form input:focus { box-shadow: 0 0 0 4px rgba(34,224,207,.28); }
.footer { background: rgba(255,255,255,.92); }

@keyframes pulsePin {
  0%, 100% { box-shadow: 0 0 0 12px rgba(34,224,207,.10); }
  50% { box-shadow: 0 0 0 20px rgba(34,224,207,.03); }
}

@media (max-width: 1040px) {
  .nav-shell { border-radius: 20px; }
  .hero-mock-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .hero-stage { min-height: 430px; }
  .bus-hero-card { right: 175px; bottom: 32px; }
  .ecosystem-card { grid-template-columns: 1fr; }
  .screen-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-card-map { min-height: 235px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }
  .nav-toggle { display: block; }
  .nav-links {
    top: 72px;
    left: 14px;
    right: 14px;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.10);
  }
  .nav-links a { min-height: 42px; }
  .nav-cta { justify-content: center; }
  .hero-mock { padding-top: 96px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { width: auto; }
  .floating-benefits { margin-top: 10px; }
  .ecosystem-items { grid-template-columns: 1fr; }
  .ecosystem-items article { min-height: auto; }
  .tracking-grid { grid-template-columns: 1fr; }
  .cta-card { display: grid; grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container, .nav-shell { width: calc(100% - 22px); }
  .nav-shell { min-height: 54px; padding-left: 14px; border-radius: 18px; }
  .brand img { width: 136px; }
  .hero-mock { padding-top: 88px; }
  .hero-mock::after { height: 84px; bottom: -50px; }
  .hero-copy h1 { font-size: clamp(34px, 10.4vw, 43px); line-height: .98; }
  .hero-copy p { font-size: 13.7px; }
  .hero-actions { grid-template-columns: 1fr; }
  .platforms { align-items: flex-start; flex-wrap: wrap; }
  .hero-stage { min-height: 338px; }
  .bus-hero-card { left: 0; right: 0; bottom: 30px; height: 210px; }
  .phone-mock { width: 136px; height: 280px; top: 0; right: 10px; }
  .hero-mini-card { display: none; }
  .pin-one { right: 12px; top: 18px; }
  .pin-two { left: 42px; bottom: 150px; }
  .floating-benefits article { padding: 16px; }
  .section { padding: 48px 0; }
  .problem-section { padding-top: 44px; }
  .problem-card { padding: 22px; }
  .solution-stats { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .solution-stats div { padding: 10px; }
  .solution-stats strong { font-size: 13px; }
  .ecosystem-section { padding-bottom: 18px; }
  .ecosystem-card { padding: 20px; border-radius: 24px; }
  .screen-row { grid-template-columns: 1fr; gap: 10px; }
  .app-card { min-height: auto; }
  .app-card-map { min-height: 230px; }
  .map-showcase, .tracking-image, .fleet-banner { border-radius: 22px; }
  .map-showcase img, .tracking-image img, .fleet-banner img { height: 255px; }
  .operator-grid article, .transport-grid article { padding: 18px; }
  .legal-strip-actions .btn { width: 100%; }
  .cta-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}


/* Wider desktop layout */
@media (min-width: 1280px) {
  .hero-copy p { max-width: 700px; }
  .floating-benefits { width: min(1240px, calc(100% - 44px)); margin-left: auto; margin-right: auto; }
  .what-grid, .tracking-grid, .process-grid, .faq-grid { gap: 40px; }
}

/* FIX: imagen de la flota sin corte */
.fleet-banner {
  position: relative;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 30px;
  background: #062755;
  box-shadow: 0 24px 70px rgba(6, 39, 85, .15);
}

.fleet-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: inset 0 0 0 1px rgba(23, 214, 199, .08);
}

.fleet-banner img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  display: block;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 560px) {
  .fleet-banner {
    margin-top: 22px;
    border-radius: 22px;
  }
}


/* AJUSTE FINAL SOLICITADO: mantener fondo del hero + quitar solo imagen detrás del teléfono */
.hero-mock::before {
  background:
    linear-gradient(90deg, rgba(2, 12, 29, .96) 0%, rgba(2, 18, 42, .76) 43%, rgba(2, 15, 34, .88) 100%),
    url("assets/img/hero-bg.webp") center/cover no-repeat !important;
  opacity: .56 !important;
}

.bus-hero-card {
  display: none !important;
}

.hero-stage {
  min-height: 492px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 72px;
  width: min(560px, 92%);
  height: 360px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(34,224,207,.13), rgba(255,255,255,.04)),
    radial-gradient(circle at 28% 30%, rgba(34,224,207,.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
  opacity: .9;
}

.hero-stage::after {
  content: "";
  position: absolute;
  right: 92px;
  top: 156px;
  width: 420px;
  max-width: 76%;
  height: 170px;
  background:
    linear-gradient(130deg, transparent 0 20%, rgba(34,224,207,.62) 20.5% 23%, transparent 23.5% 100%),
    linear-gradient(28deg, transparent 0 45%, rgba(34,224,207,.38) 45.5% 47.5%, transparent 48% 100%);
  opacity: .32;
  filter: drop-shadow(0 0 22px rgba(34,224,207,.22));
  pointer-events: none;
}

.phone-mock {
  right: 70px !important;
  z-index: 4;
}

.pin-one {
  right: 330px !important;
  top: 286px !important;
  width: 54px !important;
  height: 54px !important;
  opacity: .92 !important;
  z-index: 5;
}

.pin-one::after {
  inset: 17px !important;
}

.pin-two {
  left: auto !important;
  right: 160px !important;
  bottom: 118px !important;
  z-index: 5;
}

.fleet-banner {
  background: #061f48 !important;
}

.fleet-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 14, 32, .82) 0%, rgba(2, 14, 32, .42) 38%, rgba(2, 14, 32, .06) 74%),
    linear-gradient(180deg, rgba(2, 14, 32, .22) 0%, rgba(2, 14, 32, 0) 45%),
    linear-gradient(0deg, rgba(2, 14, 32, .22), rgba(2, 14, 32, 0));
}

.fleet-copy {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 4vw, 52px);
  top: clamp(22px, 3vw, 36px);
  bottom: auto;
  width: min(620px, calc(100% - 40px));
  padding: 0;
  color: white;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.fleet-copy span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #cffffb;
  background: rgba(34,224,207,.14);
  border: 1px solid rgba(34,224,207,.25);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.fleet-copy h3 {
  margin: 0 0 10px;
  max-width: 560px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.04;
  letter-spacing: -1.4px;
  text-shadow: 0 14px 32px rgba(0,0,0,.34);
}

.fleet-copy p {
  margin: 0;
  max-width: 560px;
  color: rgba(232,247,255,.92);
  font-size: 13.8px;
  line-height: 1.62;
  font-weight: 800;
  text-shadow: 0 12px 24px rgba(0,0,0,.30);
}

@media (max-width: 1040px) {
  .phone-mock { right: 30px !important; }
  .pin-one { right: 260px !important; top: 260px !important; }
  .pin-two { right: 112px !important; bottom: 108px !important; }
  .hero-stage::before { right: 0; width: 100%; }
}

@media (max-width: 560px) {
  .hero-stage::before {
    top: 42px;
    height: 250px;
    border-radius: 28px;
  }
  .hero-stage::after {
    right: 22px;
    top: 128px;
    width: 260px;
    height: 110px;
  }
  .phone-mock {
    right: 18px !important;
  }
  .pin-one {
    right: 150px !important;
    top: 176px !important;
    width: 42px !important;
    height: 42px !important;
  }
  .pin-one::after { inset: 13px !important; }
  .pin-two { display: none !important; }
  .fleet-banner::before {
    background: linear-gradient(0deg, rgba(2,14,32,.86) 0%, rgba(2,14,32,.24) 72%);
  }
  .fleet-copy {
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: auto;
    width: auto;
    padding: 0;
  }
  .fleet-copy h3 {
    max-width: 88%;
    font-size: 20px;
    letter-spacing: -.8px;
  }
  .fleet-copy p {
    font-size: 12px;
  }
}

/* LIMPIEZA HERO: quitar solo el panel/imagen detrás del teléfono */
.hero-stage::before,
.hero-stage::after {
  display: none !important;
  content: none !important;
}

.phone-mock {
  right: 88px !important;
  z-index: 4;
}

.pin-one {
  right: 305px !important;
  top: 300px !important;
  width: 50px !important;
  height: 50px !important;
  z-index: 3;
  opacity: .78 !important;
}

.pin-two {
  right: 178px !important;
  bottom: 104px !important;
  z-index: 3;
  opacity: .72 !important;
}

@media (max-width: 1040px) {
  .phone-mock { right: 34px !important; }
  .pin-one { right: 248px !important; top: 268px !important; }
  .pin-two { right: 118px !important; bottom: 100px !important; }
}

@media (max-width: 560px) {
  .phone-mock { right: 18px !important; }
  .pin-one {
    right: 142px !important;
    top: 186px !important;
    width: 38px !important;
    height: 38px !important;
  }
  .pin-two { display: none !important; }
}


/* HERO PREMIUM REWORK */
.hero-mock {
  min-height: 780px !important;
  padding-top: 122px !important;
  background:
    radial-gradient(circle at 80% 18%, rgba(23,214,199,.18), transparent 24%),
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.06), transparent 18%),
    linear-gradient(135deg, #020d21 0%, #04204a 50%, #03152f 100%) !important;
}
.hero-mock-grid {
  grid-template-columns: .95fr 1.05fr !important;
  gap: 58px !important;
  align-items: center !important;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .25px;
  color: #dffffa;
  background: rgba(23,214,199,.12);
  border: 1px solid rgba(23,214,199,.24);
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
}
.hero-copy h1 {
  max-width: 650px !important;
  margin-bottom: 18px !important;
  font-size: clamp(48px, 5.6vw, 78px) !important;
  line-height: .95 !important;
  letter-spacing: -2.8px !important;
}
.hero-copy p {
  max-width: 610px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: rgba(232,245,255,.90) !important;
}
.hero-actions {
  margin-top: 28px;
  gap: 16px !important;
}
.hero-actions .btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
}
.platforms {
  margin-top: 22px !important;
  gap: 10px !important;
}
.platforms span {
  color: rgba(233,244,255,.85) !important;
  font-weight: 800 !important;
}
.platforms strong {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.16) !important;
}
.hero-badges {
  margin-top: 18px !important;
  gap: 10px !important;
}
.hero-badges span {
  min-height: 38px !important;
  padding: 0 13px !important;
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(255,255,255,.12) !important;
}
.hero-badges span:nth-child(3) {
  display: none !important;
}
.hero-stage {
  min-height: 520px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  background:
    radial-gradient(circle at 55% 52%, rgba(23,214,199,.16), transparent 22%),
    radial-gradient(circle at 65% 45%, rgba(23,214,199,.10), transparent 34%);
}
.phone-mock {
  right: 70px !important;
  top: 18px !important;
  width: 214px !important;
  height: 430px !important;
  transform: rotate(6deg);
  border-radius: 40px !important;
  padding: 10px !important;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 36px 90px rgba(0,0,0,.40) !important;
}
.hero-stage::before,
.hero-stage::after,
.bus-hero-card {
  display: none !important;
  content: none !important;
}
.hero-pin {
  box-shadow: 0 0 0 10px rgba(23,214,199,.11) !important;
}
.pin-one {
  right: 258px !important;
  top: 262px !important;
  width: 58px !important;
  height: 58px !important;
  opacity: .95 !important;
}
.pin-two {
  display: none !important;
}
.hero-mini-card {
  min-width: 180px;
  min-height: 70px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  box-shadow: 0 22px 55px rgba(4,16,39,.22) !important;
  backdrop-filter: blur(12px);
}
.hero-mini-card strong {
  color: var(--navy) !important;
  font-size: 14px !important;
}
.hero-mini-card span {
  color: #6a7c96 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
.mini-card-one {
  left: 34px !important;
  top: 78px !important;
}
.mini-card-two {
  left: 76px !important;
  bottom: 56px !important;
}
.floating-benefits {
  margin-top: 8px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 24px 70px rgba(6,39,85,.16) !important;
}
.floating-benefits article {
  padding: 22px 24px !important;
}
.floating-benefits h3 {
  font-size: 16px !important;
}
.floating-benefits p {
  font-size: 12.5px !important;
}

@media (max-width: 1040px) {
  .hero-mock { min-height: auto !important; }
  .hero-mock-grid { grid-template-columns: 1fr !important; gap: 26px !important; }
  .hero-copy { max-width: 760px !important; }
  .hero-stage { min-height: 430px !important; }
  .phone-mock {
    right: 26px !important;
    top: 6px !important;
    width: 190px !important;
    height: 386px !important;
  }
  .pin-one { right: 190px !important; top: 234px !important; width: 50px !important; height: 50px !important; }
  .mini-card-one { left: 22px !important; top: 56px !important; }
  .mini-card-two { left: 42px !important; bottom: 46px !important; }
}

@media (max-width: 560px) {
  .hero-mock { padding-top: 90px !important; }
  .hero-kicker { font-size: 10px; min-height: 30px; padding: 0 12px; margin-bottom: 14px; }
  .hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 46px) !important;
    letter-spacing: -1.8px !important;
  }
  .hero-copy p {
    font-size: 13.8px !important;
    line-height: 1.55 !important;
  }
  .platforms { gap: 8px !important; }
  .hero-badges { gap: 8px !important; }
  .hero-stage {
    min-height: 332px !important;
    border-radius: 26px;
  }
  .phone-mock {
    right: 14px !important;
    top: 4px !important;
    width: 150px !important;
    height: 304px !important;
    border-radius: 30px !important;
    transform: rotate(5deg);
  }
  .pin-one {
    right: 116px !important;
    top: 152px !important;
    width: 42px !important;
    height: 42px !important;
  }
  .mini-card-one {
    left: 10px !important;
    top: 34px !important;
    min-width: 146px;
    min-height: 58px;
    padding: 10px 12px;
  }
  .mini-card-two {
    left: 16px !important;
    bottom: 22px !important;
    min-width: 148px;
    min-height: 58px;
    padding: 10px 12px;
  }
  .floating-benefits {
    margin-top: 10px !important;
    border-radius: 22px !important;
  }
}


/* HERO COMPACT FIX */
.hero-mock {
  min-height: 700px !important;
  padding-top: 112px !important;
}
.hero-mock-grid {
  grid-template-columns: 1.02fr .98fr !important;
  gap: 28px !important;
}
.hero-copy h1 {
  max-width: 620px !important;
  margin-bottom: 14px !important;
  font-size: clamp(44px, 5vw, 68px) !important;
}
.hero-copy p {
  max-width: 560px !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}
.hero-actions { margin-top: 22px !important; }
.platforms { margin-top: 18px !important; }
.hero-badges { margin-top: 14px !important; }
.hero-stage {
  min-height: 430px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 78% 24%, rgba(23,214,199,.14), transparent 11%),
    radial-gradient(circle at 58% 64%, rgba(23,214,199,.14), transparent 14%),
    radial-gradient(circle at 86% 68%, rgba(255,255,255,.05), transparent 18%) !important;
}
.phone-mock {
  right: 22px !important;
  top: -2px !important;
  width: 240px !important;
  height: 480px !important;
  transform: rotate(5deg) !important;
}
.pin-one {
  right: 205px !important;
  top: 228px !important;
  width: 54px !important;
  height: 54px !important;
}
.pin-two {
  display: block !important;
  right: 54px !important;
  top: 72px !important;
  bottom: auto !important;
  width: 34px !important;
  height: 34px !important;
  opacity: .58 !important;
}
.mini-card-one {
  left: 18px !important;
  top: 54px !important;
}
.mini-card-two {
  left: 54px !important;
  bottom: 34px !important;
}
.floating-benefits {
  margin-top: 0 !important;
}

@media (max-width: 1040px) {
  .hero-mock-grid { gap: 22px !important; }
  .hero-stage { min-height: 395px !important; }
  .phone-mock {
    right: 14px !important;
    top: 0 !important;
    width: 190px !important;
    height: 384px !important;
  }
  .pin-one { right: 160px !important; top: 214px !important; width: 46px !important; height: 46px !important; }
  .pin-two { right: 40px !important; top: 68px !important; width: 30px !important; height: 30px !important; }
  .mini-card-one { left: 14px !important; top: 40px !important; }
  .mini-card-two { left: 26px !important; bottom: 28px !important; }
}

@media (max-width: 560px) {
  .hero-mock { padding-top: 86px !important; }
  .hero-copy h1 { font-size: clamp(35px, 10vw, 44px) !important; }
  .hero-stage {
    min-height: 314px !important;
    border-radius: 24px !important;
  }
  .phone-mock {
    right: 8px !important;
    top: 6px !important;
    width: 144px !important;
    height: 292px !important;
  }
  .pin-one {
    right: 102px !important;
    top: 144px !important;
    width: 38px !important;
    height: 38px !important;
  }
  .pin-two {
    right: 20px !important;
    top: 58px !important;
    width: 24px !important;
    height: 24px !important;
  }
  .mini-card-one {
    left: 8px !important;
    top: 28px !important;
    min-width: 140px;
  }
  .mini-card-two {
    left: 10px !important;
    bottom: 16px !important;
    min-width: 142px;
  }
}


/* HERO MORE BUBBLES */
.mini-card-three {
  right: 10px !important;
  top: 132px !important;
  left: auto !important;
}
.mini-card-four {
  right: 4px !important;
  bottom: 84px !important;
  left: auto !important;
}
.mini-card-three,
.mini-card-four {
  min-width: 168px !important;
}

@media (max-width: 1040px) {
  .mini-card-three {
    right: 6px !important;
    top: 116px !important;
    min-width: 156px !important;
  }
  .mini-card-four {
    right: 0 !important;
    bottom: 72px !important;
    min-width: 156px !important;
  }
}

@media (max-width: 560px) {
  .mini-card-three {
    right: 6px !important;
    top: 92px !important;
    min-width: 124px !important;
    padding: 9px 10px !important;
  }
  .mini-card-four {
    display: none !important;
  }
  .mini-card-three strong {
    font-size: 11px !important;
  }
  .mini-card-three span {
    font-size: 9px !important;
  }
}


/* HERO EVEN MORE BUBBLES */
.mini-card-five {
  left: 122px !important;
  top: 174px !important;
  min-width: 170px !important;
}
.mini-card-six {
  right: 94px !important;
  bottom: 18px !important;
  left: auto !important;
  min-width: 176px !important;
}

@media (max-width: 1040px) {
  .mini-card-five {
    left: 92px !important;
    top: 150px !important;
    min-width: 156px !important;
  }
  .mini-card-six {
    right: 68px !important;
    bottom: 10px !important;
    min-width: 156px !important;
  }
}

@media (max-width: 560px) {
  .mini-card-five,
  .mini-card-six {
    display: none !important;
  }
}


/* REAL LOGO + HERO BUBBLE REBALANCE */
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  width: 62px !important;
  height: 62px !important;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.hero-mini-card {
  min-width: 154px !important;
  padding: 12px 14px !important;
}
.hero-mini-card strong { font-size: 13px !important; }
.hero-mini-card span { font-size: 10.5px !important; }

.mini-card-one {
  left: 26px !important;
  top: 56px !important;
}
.mini-card-two {
  left: 44px !important;
  bottom: 42px !important;
}
.mini-card-three {
  right: 252px !important;
  top: 118px !important;
  left: auto !important;
}
.mini-card-four {
  right: 236px !important;
  bottom: 108px !important;
  left: auto !important;
}
.mini-card-five {
  left: 120px !important;
  top: 184px !important;
  min-width: 156px !important;
}
.mini-card-six {
  right: 170px !important;
  bottom: 14px !important;
  left: auto !important;
  min-width: 164px !important;
}

@media (max-width: 1040px) {
  .brand img {
    width: 56px !important;
    height: 56px !important;
  }
  .hero-mini-card {
    min-width: 144px !important;
    padding: 10px 12px !important;
  }
  .mini-card-one { left: 14px !important; top: 38px !important; }
  .mini-card-two { left: 20px !important; bottom: 26px !important; }
  .mini-card-three { right: 188px !important; top: 104px !important; }
  .mini-card-four { right: 176px !important; bottom: 86px !important; }
  .mini-card-five { left: 74px !important; top: 142px !important; }
  .mini-card-six { right: 120px !important; bottom: 8px !important; }
}

@media (max-width: 560px) {
  .brand img {
    width: 50px !important;
    height: 50px !important;
  }
  .hero-mini-card {
    min-width: 128px !important;
    padding: 8px 10px !important;
  }
  .mini-card-one { left: 8px !important; top: 24px !important; }
  .mini-card-two { left: 10px !important; bottom: 14px !important; }
  .mini-card-three {
    right: 122px !important;
    top: 78px !important;
    min-width: 116px !important;
  }
  .mini-card-four,
  .mini-card-five,
  .mini-card-six {
    display: none !important;
  }
}


/* UPDATE 1: HERO MAPA VIVO */
.hero-stage {
  overflow: hidden;
}
.hero-map-live {
  position: absolute;
  inset: 10px 0 0 0;
  z-index: 1;
  pointer-events: none;
  opacity: .9;
}
.hero-map-live svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-map-live .route {
  fill: none;
  stroke: rgba(23,214,199,.24);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10 14;
  animation: dashMove 16s linear infinite;
  filter: drop-shadow(0 0 12px rgba(23,214,199,.10));
}
.hero-map-live .route-b { stroke: rgba(77,235,225,.18); animation-duration: 18s; }
.hero-map-live .route-c { stroke: rgba(23,214,199,.16); animation-duration: 20s; }
.hero-map-live .route-d { stroke: rgba(77,235,225,.14); animation-duration: 14s; }
.hero-map-live .node {
  fill: #7CF8EF;
  opacity: .75;
  filter: drop-shadow(0 0 8px rgba(23,214,199,.28));
}
.hero-map-live .node-md { animation: nodeBlink 3s ease-in-out infinite; }
.hero-map-live .node-sm { animation: nodeBlink 4.4s ease-in-out infinite; }
.hero-map-live .map-pin {
  transform-origin: center bottom;
  animation: pinFloat 4.2s ease-in-out infinite;
  filter: drop-shadow(0 10px 24px rgba(23,214,199,.18));
}
.hero-map-live .pin-b { animation-delay: .9s; }
.hero-map-live .pulse-dot circle {
  fill: rgba(23,214,199,.72);
  animation: pulseLive 2.8s ease-out infinite;
  transform-origin: center;
}
.hero-map-live .pulse-b circle { animation-delay: 1.1s; }
.phone-mock,
.hero-mini-card,
.hero-pin {
  z-index: 4 !important;
}

@keyframes dashMove {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -240; }
}
@keyframes nodeBlink {
  0%, 100% { opacity: .35; }
  50% { opacity: .95; }
}
@keyframes pinFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}
@keyframes pulseLive {
  0% { transform: scale(.85); opacity: .92; }
  70% { transform: scale(1.6); opacity: .08; }
  100% { transform: scale(1.9); opacity: 0; }
}

@media (max-width: 1040px) {
  .hero-map-live {
    inset: 24px 0 0 0;
    opacity: .72;
  }
  .hero-map-live .route { stroke-width: 3; }
}

@media (max-width: 560px) {
  .hero-map-live {
    inset: 12px -40px 0 -10px;
    opacity: .54;
  }
  .hero-map-live .route { stroke-width: 2.4; stroke-dasharray: 8 10; }
  .hero-map-live .map-pin.pin-b,
  .hero-map-live .pulse-b,
  .hero-map-live .route-d { display: none; }
}


/* UPDATE 2: HERO SISTEMA CONECTADO */
.hero-stage {
  isolation: isolate;
}
.hero-system-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-system-lines .sys-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23,214,199,0), rgba(23,214,199,.42), rgba(255,255,255,.18));
  box-shadow: 0 0 18px rgba(23,214,199,.16);
  transform-origin: left center;
  opacity: .9;
}
.hero-system-lines .sys-line::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7CF8EF;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(23,214,199,.10), 0 0 14px rgba(23,214,199,.22);
}
.line-one {
  left: 205px;
  top: 112px;
  width: 142px;
  transform: rotate(7deg);
}
.line-two {
  left: 248px;
  top: 222px;
  width: 118px;
  transform: rotate(10deg);
}
.line-three {
  left: 216px;
  bottom: 108px;
  width: 154px;
  transform: rotate(-8deg);
}
.line-four {
  right: 252px;
  top: 128px;
  width: 110px;
  transform: rotate(-9deg);
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(23,214,199,.36), rgba(23,214,199,0));
}
.line-four::after { right: auto; left: -4px; }
.line-five {
  right: 250px;
  top: 228px;
  width: 132px;
  transform: rotate(-11deg);
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(23,214,199,.36), rgba(23,214,199,0));
}
.line-five::after { right: auto; left: -4px; }
.line-six {
  right: 214px;
  bottom: 76px;
  width: 148px;
  transform: rotate(9deg);
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(23,214,199,.36), rgba(23,214,199,0));
}
.line-six::after { right: auto; left: -4px; }

.hero-mini-card {
  min-width: 148px !important;
  padding: 11px 13px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 44px rgba(4,16,39,.17) !important;
}
.hero-mini-card .svg-icon {
  width: 22px;
  height: 22px;
  color: var(--teal2);
}
.hero-mini-card strong { font-size: 12.5px !important; }
.hero-mini-card span { font-size: 10px !important; }

.mini-card-one {
  left: 22px !important;
  top: 72px !important;
}
.mini-card-five {
  left: 42px !important;
  top: 186px !important;
  min-width: 152px !important;
}
.mini-card-two {
  left: 34px !important;
  bottom: 40px !important;
}
.mini-card-three {
  right: 34px !important;
  top: 86px !important;
  min-width: 148px !important;
}
.mini-card-four {
  right: 24px !important;
  top: 198px !important;
  bottom: auto !important;
}
.mini-card-six {
  right: 42px !important;
  bottom: 34px !important;
  min-width: 156px !important;
}

@media (max-width: 1040px) {
  .hero-system-lines .sys-line { height: 2px; }
  .line-one { left: 154px; top: 94px; width: 94px; }
  .line-two { left: 170px; top: 174px; width: 88px; }
  .line-three { left: 156px; bottom: 88px; width: 96px; }
  .line-four { right: 174px; top: 102px; width: 84px; }
  .line-five { right: 172px; top: 182px; width: 92px; }
  .line-six { right: 148px; bottom: 64px; width: 102px; }

  .hero-mini-card {
    min-width: 132px !important;
    padding: 10px 11px !important;
  }
  .hero-mini-card strong { font-size: 11.5px !important; }
  .hero-mini-card span { font-size: 9.5px !important; }
  .mini-card-one { left: 12px !important; top: 52px !important; }
  .mini-card-five { left: 20px !important; top: 132px !important; }
  .mini-card-two { left: 14px !important; bottom: 24px !important; }
  .mini-card-three { right: 8px !important; top: 64px !important; }
  .mini-card-four { right: 0 !important; top: 142px !important; }
  .mini-card-six { right: 8px !important; bottom: 18px !important; }
}

@media (max-width: 560px) {
  .hero-system-lines { display: none !important; }
  .hero-mini-card {
    min-width: 124px !important;
    padding: 8px 10px !important;
  }
  .mini-card-one { left: 8px !important; top: 22px !important; }
  .mini-card-three { right: 8px !important; top: 74px !important; min-width: 116px !important; }
  .mini-card-two { left: 10px !important; bottom: 12px !important; }
  .mini-card-five,
  .mini-card-four,
  .mini-card-six { display: none !important; }
}


/* HERO CONECTADO LIMPIO */
.brand {
  gap: 10px !important;
}
.brand img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 14px;
}
.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.7px;
  line-height: 1;
}
.brand-movi {
  color: #ffffff;
}
.brand-ruta {
  color: #17D6C7;
}

.hero-system-lines .sys-line {
  opacity: .48 !important;
  height: 1.5px !important;
  box-shadow: 0 0 12px rgba(23,214,199,.08) !important;
}
.hero-system-lines .sys-line::after {
  width: 6px !important;
  height: 6px !important;
  box-shadow: 0 0 0 3px rgba(23,214,199,.07), 0 0 10px rgba(23,214,199,.12) !important;
}

.phone-mock {
  right: 40px !important;
  z-index: 5 !important;
}

.mini-card-three {
  right: -6px !important;
  top: 88px !important;
  min-width: 152px !important;
}
.mini-card-four {
  right: -16px !important;
  top: 196px !important;
  bottom: auto !important;
  min-width: 154px !important;
}
.mini-card-six {
  right: -4px !important;
  bottom: 30px !important;
  min-width: 158px !important;
}
.mini-card-one,
.mini-card-five,
.mini-card-two {
  z-index: 4 !important;
}
.mini-card-three,
.mini-card-four,
.mini-card-six {
  z-index: 4 !important;
}

.line-four {
  right: 212px !important;
  top: 126px !important;
  width: 92px !important;
}
.line-five {
  right: 210px !important;
  top: 228px !important;
  width: 104px !important;
}
.line-six {
  right: 192px !important;
  bottom: 72px !important;
  width: 112px !important;
}

@media (max-width: 1040px) {
  .brand img {
    width: 52px !important;
    height: 52px !important;
  }
  .brand-text {
    font-size: 20px;
  }
  .phone-mock {
    right: 22px !important;
  }
  .mini-card-three {
    right: -2px !important;
    top: 68px !important;
    min-width: 140px !important;
  }
  .mini-card-four {
    right: -8px !important;
    top: 146px !important;
    min-width: 142px !important;
  }
  .mini-card-six {
    right: 0 !important;
    bottom: 16px !important;
    min-width: 144px !important;
  }
  .line-four { right: 156px !important; top: 98px !important; width: 72px !important; }
  .line-five { right: 154px !important; top: 178px !important; width: 78px !important; }
  .line-six { right: 138px !important; bottom: 52px !important; width: 82px !important; }
}

@media (max-width: 560px) {
  .brand {
    gap: 8px !important;
  }
  .brand img {
    width: 46px !important;
    height: 46px !important;
  }
  .brand-text {
    font-size: 18px;
  }
  .phone-mock {
    right: 10px !important;
  }
  .mini-card-three {
    right: 2px !important;
    top: 78px !important;
    min-width: 112px !important;
  }
  .mini-card-four,
  .mini-card-six {
    display: none !important;
  }
}


/* HERO RESET LIMPIO - sin exceso visual */
.hero-mock {
  min-height: 700px !important;
  padding-top: 112px !important;
}
.hero-mock-grid {
  grid-template-columns: 1fr .92fr !important;
  gap: 36px !important;
  align-items: center !important;
}
.hero-copy h1 {
  max-width: 640px !important;
  font-size: clamp(44px, 5vw, 68px) !important;
  line-height: .97 !important;
  letter-spacing: -2.4px !important;
}
.hero-copy p {
  max-width: 565px !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}
.hero-stage {
  min-height: 430px !important;
  overflow: visible !important;
  background: radial-gradient(circle at 72% 52%, rgba(23,214,199,.14), transparent 28%) !important;
}
.hero-system-lines,
.hero-stage::before,
.hero-stage::after,
.bus-hero-card,
.pin-two,
.mini-card-four,
.mini-card-five,
.mini-card-six {
  display: none !important;
  content: none !important;
}
.hero-map-live {
  opacity: .36 !important;
  inset: 40px 0 0 20px !important;
}
.hero-map-live .route {
  stroke-width: 2.2px !important;
  opacity: .7 !important;
}
.hero-map-live .node,
.hero-map-live .map-pin,
.hero-map-live .pulse-dot {
  opacity: .55 !important;
}
.phone-mock {
  right: 48px !important;
  top: 0 !important;
  width: 228px !important;
  height: 456px !important;
  transform: rotate(4deg) !important;
  z-index: 5 !important;
  box-shadow: 0 34px 82px rgba(0,0,0,.38) !important;
}
.hero-pin.pin-one {
  right: 268px !important;
  top: 228px !important;
  width: 52px !important;
  height: 52px !important;
  opacity: .82 !important;
  z-index: 3 !important;
}
.hero-mini-card {
  min-width: 158px !important;
  min-height: 60px !important;
  padding: 11px 13px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(255,255,255,.65) !important;
  box-shadow: 0 18px 42px rgba(4,16,39,.18) !important;
  backdrop-filter: blur(12px) !important;
  z-index: 6 !important;
}
.hero-mini-card strong { font-size: 12.5px !important; }
.hero-mini-card span { font-size: 10px !important; }
.hero-mini-card .svg-icon { width: 22px !important; height: 22px !important; }
.mini-card-one {
  left: 30px !important;
  top: 76px !important;
}
.mini-card-two {
  left: 52px !important;
  bottom: 58px !important;
}
.mini-card-three {
  left: 84px !important;
  top: 198px !important;
  right: auto !important;
}
.floating-benefits {
  margin-top: 0 !important;
}
.brand-text { display: inline-flex !important; }

@media (max-width: 1040px) {
  .hero-mock-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .hero-stage { min-height: 390px !important; overflow: hidden !important; }
  .phone-mock {
    right: 18px !important;
    top: 0 !important;
    width: 190px !important;
    height: 382px !important;
  }
  .hero-pin.pin-one { right: 176px !important; top: 204px !important; width: 44px !important; height: 44px !important; }
  .mini-card-one { left: 16px !important; top: 44px !important; }
  .mini-card-three { left: 40px !important; top: 148px !important; }
  .mini-card-two { left: 20px !important; bottom: 28px !important; }
}

@media (max-width: 560px) {
  .hero-mock { padding-top: 86px !important; }
  .hero-copy h1 { font-size: clamp(35px, 10vw, 44px) !important; letter-spacing: -1.7px !important; }
  .hero-stage { min-height: 315px !important; }
  .hero-map-live { opacity: .25 !important; }
  .phone-mock {
    right: 10px !important;
    top: 6px !important;
    width: 144px !important;
    height: 290px !important;
  }
  .hero-mini-card {
    min-width: 122px !important;
    min-height: 48px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
  }
  .hero-mini-card strong { font-size: 10.5px !important; }
  .hero-mini-card span { font-size: 8.8px !important; }
  .mini-card-one { left: 8px !important; top: 24px !important; }
  .mini-card-three { left: 10px !important; top: 118px !important; }
  .mini-card-two { left: 10px !important; bottom: 16px !important; }
  .hero-pin.pin-one { right: 106px !important; top: 148px !important; width: 38px !important; height: 38px !important; }
}


/* APPLIED VISUAL IMPROVEMENTS */
.compare-section {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.compare-card {
  padding: 32px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 24px 60px rgba(6,39,85,.08);
}
.before-card {
  background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
}
.after-card {
  background: linear-gradient(180deg, #ffffff 0%, #f2fffc 100%);
  border-color: rgba(23,214,199,.22);
}
.compare-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
}
.compare-badge.before {
  color: #7d5f24;
  background: #fff6dc;
}
.compare-badge.after {
  color: #045f62;
  background: rgba(23,214,199,.14);
}
.compare-card h3 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.05;
  letter-spacing: -1px;
}
.compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.compare-list li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.55;
}
.compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffd57b;
  box-shadow: inset 0 0 0 4px #fff;
}
.compare-list.success li::before {
  background: var(--teal2);
}
.compare-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f4f7fa;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.compare-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.compare-stats span,
.cta-points span,
.live-map-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.compare-stats span {
  color: #055f62;
  background: rgba(23,214,199,.12);
  border: 1px solid rgba(23,214,199,.18);
}

.live-map-section {
  background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}
.live-map-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 34px;
  align-items: center;
}
.live-map-card {
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, #071f46 0%, #0b2c62 100%);
  box-shadow: 0 30px 80px rgba(6,39,85,.22);
}
.live-map-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 8px 18px;
  color: #fff;
}
.live-map-top strong {
  display: block;
  font-size: 17px;
}
.live-map-top small {
  display: block;
  margin-top: 4px;
  color: rgba(232,245,255,.78);
  font-size: 12px;
  font-weight: 700;
}
.live-map-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(23,214,199,.16);
  border: 1px solid rgba(23,214,199,.18);
  color: #dffffb;
  font-size: 14px;
  font-weight: 900;
}
.live-map-stage {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.09), transparent 18%),
    radial-gradient(circle at 78% 76%, rgba(23,214,199,.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
}
.live-map-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .45;
}
.route-line {
  position: absolute;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23,214,199,.15), rgba(23,214,199,.85), rgba(255,255,255,.18));
  box-shadow: 0 0 18px rgba(23,214,199,.2);
}
.route-line-a {
  left: 60px;
  top: 108px;
  width: 290px;
  transform: rotate(11deg);
}
.route-line-b {
  left: 214px;
  top: 190px;
  width: 190px;
  transform: rotate(-24deg);
}
.route-stop {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dcfffb;
  box-shadow: 0 0 0 7px rgba(23,214,199,.16);
}
.stop-a { left: 72px; top: 102px; }
.stop-b { left: 212px; top: 138px; }
.stop-c { left: 330px; top: 170px; }
.stop-d { left: 356px; top: 128px; }
.bus-tracker {
  position: absolute;
  left: 138px;
  top: 120px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 20px 44px rgba(0,0,0,.20);
  animation: busMove 4.8s ease-in-out infinite;
  z-index: 2;
}
.bus-tracker .svg-icon {
  width: 20px;
  height: 20px;
  color: var(--teal2);
}
.bus-tracker span {
  font-size: 12px;
  font-weight: 900;
}
@keyframes busMove {
  0% { transform: translate(0, 0) rotate(0deg); }
  38% { transform: translate(102px, 28px) rotate(6deg); }
  68% { transform: translate(194px, 48px) rotate(6deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
.map-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #efffff;
  background: rgba(8,32,71,.86);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}
.pill-one { left: 34px; bottom: 34px; }
.pill-two { right: 24px; top: 42px; }
.pill-three { right: 28px; bottom: 42px; background: rgba(23,214,199,.16); color: #dffffb; border-color: rgba(23,214,199,.2); }
.live-map-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.live-map-points span {
  color: #055f62;
  background: rgba(23,214,199,.12);
  border: 1px solid rgba(23,214,199,.18);
}

.transport-grid article {
  position: relative;
  padding: 26px 20px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border: 1px solid rgba(6,39,85,.08) !important;
  box-shadow: 0 18px 42px rgba(6,39,85,.08);
}
.transport-grid article .svg-icon {
  width: 26px;
  height: 26px;
}
.transport-grid article h3 {
  margin-top: 16px;
}
.transport-grid article p {
  max-width: 180px;
  margin: 0 auto;
}

.cta-card {
  align-items: center;
}
.cta-card h2 {
  max-width: 620px;
}
.cta-card p {
  max-width: 620px;
}
.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.cta-points span {
  color: #055f62;
  background: rgba(23,214,199,.10);
  border: 1px solid rgba(23,214,199,.14);
}

.footer-logo {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain;
  border-radius: 14px;
  margin-bottom: 10px;
}
.footer-grid-legal p {
  max-width: 300px;
}

@media (max-width: 1040px) {
  .compare-grid,
  .live-map-grid {
    grid-template-columns: 1fr;
  }
  .compare-card {
    padding: 26px;
  }
  .live-map-stage {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .compare-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .compare-card h3 {
    font-size: 24px;
  }
  .compare-list li {
    font-size: 13px;
  }
  .live-map-card {
    padding: 12px;
    border-radius: 22px;
  }
  .live-map-top {
    padding: 4px 4px 14px;
  }
  .live-map-stage {
    min-height: 280px;
    border-radius: 18px;
  }
  .route-line-a {
    left: 22px;
    top: 96px;
    width: 220px;
  }
  .route-line-b {
    left: 150px;
    top: 162px;
    width: 120px;
  }
  .stop-a { left: 32px; top: 90px; }
  .stop-b { left: 138px; top: 118px; }
  .stop-c { left: 230px; top: 146px; }
  .stop-d { left: 246px; top: 118px; }
  .bus-tracker {
    left: 86px;
    top: 102px;
    min-height: 40px;
    padding: 0 12px;
  }
  .pill-two {
    right: 12px;
    top: 14px;
  }
  .pill-one,
  .pill-three {
    left: 12px;
    right: 12px;
    width: fit-content;
    max-width: calc(100% - 24px);
  }
  .pill-one { bottom: 58px; }
  .pill-three { bottom: 14px; }
  .cta-points {
    gap: 8px;
  }
  .cta-points span,
  .compare-stats span,
  .live-map-points span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
}


/* FIX MAP SECTION + RESTORE HERO PHONE ANIMATION */
.feature-showcase-section {
  background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}
.feature-showcase-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.feature-showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.feature-showcase-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #055f62;
  background: rgba(23,214,199,.10);
  border: 1px solid rgba(23,214,199,.16);
}
.feature-showcase-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, #071f46 0%, #0b2c62 100%);
  box-shadow: 0 30px 80px rgba(6,39,85,.22);
}
.showcase-phone {
  display: flex;
  justify-content: center;
}
.showcase-phone-frame {
  width: 220px;
  padding: 10px;
  border-radius: 36px;
  background: linear-gradient(145deg, #111f37, #d9e7f3 8%, #0e1a31 17%, #020914);
  box-shadow: 0 28px 68px rgba(0,0,0,.34);
  transform: rotate(-4deg);
  animation: showcasePhoneFloat 4.6s ease-in-out infinite;
}
.showcase-phone-frame img {
  width: 100%;
  display: block;
  border-radius: 26px;
}
.showcase-benefits {
  display: grid;
  gap: 14px;
}
.showcase-benefits article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}
.showcase-benefits article span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #17D6C7;
  background: rgba(23,214,199,.10);
}
.showcase-benefits article .svg-icon {
  width: 22px;
  height: 22px;
}
.showcase-benefits strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
}
.showcase-benefits p {
  margin: 0;
  color: rgba(232,245,255,.82);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}
@keyframes showcasePhoneFloat {
  0%,100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-10px) rotate(-2deg); }
}

.phone-mock {
  animation: heroPhoneFloatStrong 4.2s ease-in-out infinite !important;
  transform-origin: 50% 70% !important;
}
.phone-screen::after {
  animation: phoneShineStrong 4.6s ease-in-out infinite !important;
}
@keyframes heroPhoneFloatStrong {
  0%,100% { transform: translateY(0) rotate(4deg); }
  50% { transform: translateY(-12px) rotate(6deg); }
}
@keyframes phoneShineStrong {
  0% { transform: translateX(-140%); opacity: .2; }
  18% { opacity: .55; }
  40%,100% { transform: translateX(150%); opacity: .12; }
}
  50% { transform: translateY(-8px); }
}

@media (max-width: 1040px) {
  .feature-showcase-grid {
    grid-template-columns: 1fr;
  }
  .feature-showcase-card {
    grid-template-columns: 220px 1fr;
  }
}
@media (max-width: 700px) {
  .feature-showcase-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }
  .showcase-phone-frame {
    width: 170px;
    border-radius: 30px;
  }
}
@media (max-width: 560px) {
  .feature-showcase-points span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
  .showcase-benefits article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px;
  }
  .showcase-benefits article span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .showcase-benefits strong {
    font-size: 15px;
  }
  .showcase-benefits p {
    font-size: 12.5px;
  }
  .phone-mock {
    animation: heroPhoneFloatStrongMobile 4s ease-in-out infinite !important;
  }
  @keyframes heroPhoneFloatStrongMobile {
    0%,100% { transform: translateY(0) rotate(4deg); }
    50% { transform: translateY(-8px) rotate(5deg); }
  }
}
