@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-600.woff2") format("woff2");
}

:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-strong: #f8fafc;
  --ink: #07111f;
  --ink-soft: #334155;
  --muted: #64748b;
  --border: #dce5f2;
  --border-strong: #c5d2e5;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --cyan: #06b6d4;
  --font-sans: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max-width: 1180px;
  --radius-md: 18px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-gutter: stable;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}

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

a:focus,
  button:focus,
  [tabindex]:focus {
  border-radius: 0.55rem;
  outline: 3px solid rgba(37, 99, 235, 0.55);
  outline-offset: 3px;
}

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

img,
  svg {
  max-width: 100%;
}

h1,
  h2,
  h3,
  h4 {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.1rem);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

h3 {
  font-size: 1.05rem;
  font-weight: 600;
}

p {
  color: var(--ink-soft);
}

.container,
  .footer-inner {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 5rem 0;
}

.section-soft {
  background: var(--surface-strong);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 4.5rem;
  align-items: center;
}

.site-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  width: 100%;
  padding-inline: max(1rem, calc((100% - var(--max-width)) / 2));
  min-height: 4.75rem;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 229, 242, 0.75);
}

body.nav-open .site-bar {
  z-index: 70;
}

.site-header {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-height: 4.75rem;
}

.site-header .nav {
  width: auto;
  min-height: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  white-space: nowrap;
}

.brand-logo {
  display: block;
  height: 2.85rem;
  width: auto;
}

.brand-logo-footer {
  height: 2rem;
}

.nav-links {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: flex-end;
  min-width: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-links a:not(.button) {
  white-space: nowrap;
  transition: color 160ms ease;
}

.nav-links a:not(.button):hover {
  color: var(--ink);
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--ink);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  background: #ffffff;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: auto;
}

.nav-lang {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  margin-inline-start: auto;
}

.nav-lang + .nav-toggle {
  margin-left: 0;
  margin-right: 0;
}

.lang-switch {
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink-soft);
  display: inline-flex;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  gap: 0.15rem;
  line-height: 1;
  padding: 0.35rem 0.55rem;
  text-decoration: none;
  white-space: nowrap;
}

.lang-switch:hover {
  border-color: var(--border-strong);
  color: var(--ink);
}

.lang-switch[aria-current="true"] {
  background: #0b1e38;
  border-color: #0b1e38;
  color: #fff;
  pointer-events: none;
}

.nav-fallback-note {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
}

.preserve-ltr {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

.ltr-num {
  direction: ltr;
  display: inline-block;
  unicode-bidi: isolate;
}

.nav-toggle-bar {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

.nav-toggle-bar + .nav-toggle-bar {
  margin-top: 0.28rem;
}

body.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

body > .nav-backdrop {
  background: rgba(7, 17, 31, 0.45);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 60;
}

body.nav-open > .nav-backdrop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-drawer-head {
  display: none;
}

.nav-drawer-title {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.nav-close {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 0.45rem;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  gap: 0.5rem;
  min-height: 2.5rem;
  padding: 0.65rem 1.1rem;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button-large {
  min-height: 3.25rem;
  padding: 0.95rem 1.35rem;
}

.button-primary {
  background: var(--blue);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--blue-dark);
}

.button-secondary {
  background: #ffffff;
  border-color: var(--border);
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--surface-strong);
  border-color: var(--border-strong);
}

.whatsapp-chat-button {
  align-items: center;
  background: #25d366;
  border: 1px solid #1ebc59;
  border-radius: 999px;
  bottom: 1rem;
  box-shadow: 0 8px 22px rgba(7, 17, 31, 0.2);
  color: #062f16;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  position: fixed;
  right: 1rem;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
  z-index: 40;
}

.whatsapp-chat-button:hover {
  background: #1fbd5c;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.24);
  transform: translateY(-2px);
}

.whatsapp-chat-button svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 1.2rem;
  width: 1.2rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 3.5rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 0.85rem;
  text-transform: none;
}

.hero-copy {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 1.1rem 0 1.6rem;
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 0 0 1.55rem;
}

.hero-note {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.plan-preview {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 1.35rem;
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
}

.plan-preview h3 {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  margin: 0;
}

.plan-constraints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.85rem 0 1rem;
}

.plan-constraints span {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 0.375rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 500;
  padding: 0.28rem 0.5rem;
}

.plan-proposal-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.plan-proposal-row {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.75rem 0.85rem;
}

.plan-proposal-row.plan-proposal-active {
  background: rgba(37, 99, 235, 0.04);
  border-color: rgba(37, 99, 235, 0.22);
}

.plan-proposal-row strong {
  color: var(--ink);
  display: block;
  font-size: 0.88rem;
}

.plan-proposal-row p {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 0.15rem 0 0;
}

.plan-preview-note {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
  margin: 0.85rem 0 0;
}

.mock-map-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  overflow: hidden;
}

.mock-map-toolbar {
  align-items: center;
  background: var(--surface-strong);
  border-bottom: 1px solid var(--border);
  display: flex;
  font-size: 0.58rem;
  justify-content: space-between;
  padding: 0.38rem 0.55rem;
}

.mock-map-toolbar span {
  color: var(--muted);
  font-weight: 500;
}

.mock-map-toolbar strong {
  color: var(--ink);
  font-weight: 600;
}

.mock-map {
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(16, 185, 129, 0.16), transparent 42%),
    #eef6ff;
  background-size: 18px 18px, 18px 18px, auto, auto;
  min-height: 6.75rem;
  position: relative;
}

.mock-route-svg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.mock-route-svg path {
  fill: none;
  stroke: rgba(37, 99, 235, 0.72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.mock-route-svg-light path {
  stroke: rgba(37, 99, 235, 0.55);
  stroke-width: 2;
}

.mock-pin,
  .mock-stop,
  .mock-driver {
  position: absolute;
}

.mock-stop,
  .mock-driver {
  transform: translate(-50%, -50%);
}

.mock-pin-dropoff {
  background: #2563eb;
  border: 2px solid #ffffff;
  border-radius: 0.15rem;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.24);
  height: 0.55rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.55rem;
}

.mock-driver {
  background: #2563eb;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
  height: 0.5rem;
  width: 0.5rem;
}

.mock-driver-active {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18), 0 0 0 6px rgba(37, 99, 235, 0.1);
}

.mock-stop-sm {
  align-items: center;
  background: #2563eb;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.22);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.48rem;
  font-weight: 700;
  height: 0.95rem;
  justify-content: center;
  min-width: 0.95rem;
  padding: 0 0.12rem;
}

.mock-stop-done {
  background: #64748b;
}

.mock-stop-next {
  background: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16), 0 2px 8px rgba(37, 99, 235, 0.22);
}

.mock-badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 0.54rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.15rem 0.32rem;
  text-transform: lowercase;
}

.mock-badge-pending {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.mock-badge-confirmed {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}

.mock-badge-planned {
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
}

.mock-badge-progress {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
}

.preview-header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.mini-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.status-pill {
  align-items: center;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 0.375rem;
  color: #047857;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.55rem;
  white-space: nowrap;
}

.status-pill.soft {
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.18);
  color: var(--blue);
}

.section-heading {
  max-width: 48rem;
}

.section-heading.center {
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-heading:not(.center) {
  margin-bottom: 2rem;
}

.section-heading p {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0.85rem;
}

.section-heading .button {
  margin-top: 1.25rem;
}

.content-card,
  .faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.support-actions .button {
  margin: 0;
}

.step-number {
  align-items: center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  height: 2rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 2rem;
}

.content-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.content-card {
  padding: 1.35rem;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.content-card:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.app-screenshot-wrap {
  display: flex;
  justify-content: center;
  margin: 0;
}

.iphone-frame {
  background: linear-gradient(160deg, #4a4a4c 0%, #1d1d1f 38%, #2a2a2c 100%);
  border-radius: 2.85rem;
  box-shadow:
    0 28px 56px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  padding: 0.7rem;
  position: relative;
  width: min(100%, 306px);
}

.iphone-frame::before {
  background: linear-gradient(180deg, #5a5a5c, #3a3a3c);
  border-radius: 0 2px 2px 0;
  content: "";
  height: 4.2rem;
  position: absolute;
  right: -2px;
  top: 27%;
  width: 3px;
}

.iphone-frame::after {
  background: linear-gradient(180deg, #5a5a5c, #3a3a3c);
  border-radius: 2px 0 0 2px;
  box-shadow: 0 3.4rem 0 #3a3a3c, 0 6.8rem 0 #3a3a3c;
  content: "";
  height: 2.2rem;
  left: -2px;
  position: absolute;
  top: 20%;
  width: 3px;
}

.iphone-frame-screen {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2.2rem;
  overflow: hidden;
}

.app-screenshot {
  display: block;
  height: auto;
  width: 100%;
}

.access-showcase {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.access-frame {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.access-frame-label {
  align-items: flex-start;
  display: flex;
  gap: 0.85rem;
}

.access-frame-label h3 {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0.15rem 0 0;
}

.access-browser,
  .public-track-mock {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.access-browser-bar {
  align-items: center;
  background: var(--surface-strong);
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 0.35rem;
  padding: 0.65rem 0.85rem;
}

.access-browser-bar span {
  background: #d1d5db;
  border-radius: 999px;
  height: 0.45rem;
  width: 0.45rem;
}

.access-browser-body {
  padding: 1rem;
}

.portal-toolbar {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.portal-org {
  color: var(--muted);
  font-size: 0.72rem;
  margin: 0;
}

.portal-toolbar h4 {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0.15rem 0 0;
}

.portal-action {
  background: var(--blue);
  border-radius: 0.45rem;
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.4rem 0.55rem;
  white-space: nowrap;
}

.portal-search {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.65rem;
}

.portal-table-wrap {
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  overflow: hidden;
}

.portal-table {
  border-collapse: collapse;
  font-size: 0.72rem;
  width: 100%;
}

.portal-table th,
  .portal-table td {
  border-bottom: 1px solid var(--border);
  padding: 0.55rem 0.65rem;
  text-align: left;
}

.portal-table th {
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.portal-table tbody tr:last-child td {
  border-bottom: 0;
}

.portal-row-active {
  background: rgba(37, 99, 235, 0.05);
}

.portal-footer {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.68rem;
  gap: 0.45rem;
  margin-top: 0.75rem;
  padding: 0.55rem 0.65rem;
}

.portal-footer code {
  color: var(--ink-soft);
  flex: 1 1 auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.64rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-copy {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 0.35rem;
  color: var(--blue);
  flex: 0 0 auto;
  font-weight: 600;
  padding: 0.2rem 0.45rem;
}

.public-track-mock {
  display: flex;
  flex-direction: column;
}

.public-track-hero {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(248, 250, 252, 0.9) 48%, rgba(241, 245, 249, 0.95));
  padding: 0.75rem 0.9rem;
}

.public-track-hero-top {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.public-track-org {
  color: var(--muted);
  font-size: 0.72rem;
  margin: 0;
}

.public-track-hero h4 {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0.1rem 0 0;
}

.public-track-brand {
  border-radius: 0.55rem;
  display: block;
  flex: 0 0 auto;
  height: 1.75rem;
  width: 1.75rem;
}

.public-track-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: space-between;
  margin-top: 0.85rem;
}

.public-track-ref {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
}

.public-track-status-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 0.75rem;
  margin-top: 0.85rem;
  padding: 0.85rem;
}

.public-track-status-icon {
  align-items: center;
  background: var(--blue);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.2rem;
  justify-content: center;
  width: 2.2rem;
}

.public-track-status-icon svg {
  height: 1.1rem;
  width: 1.1rem;
}

.public-track-status-label {
  color: var(--muted);
  font-size: 0.68rem;
  margin: 0;
}

.public-track-status-card strong {
  color: var(--ink);
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 0.1rem;
}

.public-track-status-card p {
  color: var(--muted);
  font-size: 0.72rem;
  margin: 0.2rem 0 0;
}

.public-track-map {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

.public-track-map-head {
  align-items: baseline;
  display: flex;
  font-size: 0.68rem;
  gap: 0.45rem;
  justify-content: space-between;
  padding: 0.75rem 1rem 0.55rem;
}

.public-track-map-head span {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.public-track-map-head strong {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
}

.public-track-map .tracking-map {
  background: #eef5fb;
  border-radius: 0;
  min-height: 0;
}

.live-track-map {
  display: block;
  height: auto;
  width: 100%;
}

.public-track-panel {
  padding: 1rem;
}

.public-track-section-label {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.public-track-timeline {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.public-track-timeline li {
  align-items: flex-start;
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  gap: 0.65rem;
  grid-template-columns: 1.1rem 1fr;
  line-height: 1.35;
  padding-bottom: 0.85rem;
  position: relative;
}

.public-track-timeline li:not(:last-child)::after {
  background: var(--border);
  content: "";
  height: calc(100% - 0.55rem);
  left: 0.42rem;
  position: absolute;
  top: 1.1rem;
  width: 2px;
}

.public-track-timeline li.done::after,
  .public-track-timeline li.current::after {
  background: rgba(37, 99, 235, 0.28);
}

.public-track-dot {
  background: #ffffff;
  border: 2px solid var(--border);
  border-radius: 999px;
  display: block;
  height: 0.85rem;
  margin-top: 0.1rem;
  position: relative;
  width: 0.85rem;
  z-index: 1;
}

.public-track-timeline li.done .public-track-dot,
  .public-track-timeline li.current .public-track-dot {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.public-track-timeline li.done,
  .public-track-timeline li.current {
  color: var(--ink);
  font-weight: 500;
}

.public-track-details {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0;
  padding-top: 0.85rem;
}

.public-track-detail {
  align-items: flex-start;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  display: flex;
  gap: 0.7rem;
  padding: 0.75rem 0;
}

.public-track-detail:first-child {
  border-top: 0;
  padding-top: 0;
}

.public-track-detail-icon {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  flex: 0 0 auto;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.public-track-detail-icon svg {
  height: 0.95rem;
  width: 0.95rem;
}

.public-track-detail p {
  color: var(--muted);
  font-size: 0.68rem;
  margin: 0;
}

.public-track-detail strong {
  color: var(--ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 0.12rem;
}

.public-track-powered {
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.68rem;
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: center;
}

.tracking-map {
  background:
    radial-gradient(circle at 68% 38%, rgba(16, 185, 129, 0.3), transparent 5rem),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    #eaf5ff;
  background-size: auto, 26px 26px, 26px 26px, auto;
  min-height: 10rem;
  position: relative;
}

.cta-band {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2.5rem;
}

.cta-band h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
}

.cta-band p {
  color: var(--muted);
  line-height: 1.65;
  margin-top: 0.65rem;
  max-width: 38rem;
}

.cta-band .button-primary {
  flex: 0 0 auto;
}

.page-hero {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 30rem),
    linear-gradient(180deg, #ffffff, var(--bg));
  border-bottom: 1px solid var(--border);
  padding: 6.5rem 0 4.5rem;
  text-align: center;
}

.page-hero .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  text-align: left;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin: 0 auto 1rem;
  max-width: 54rem;
}

.page-hero .hero-copy {
  color: var(--ink-soft);
  margin: 0 auto 1.5rem;
  max-width: 46rem;
}

.page-hero .lead {
  color: var(--muted);
  font-weight: 800;
}

.page-hero .hero-actions {
  justify-content: center;
}

.content-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.content-card h3 {
  margin-bottom: 0.65rem;
}

.content-card p + p {
  margin-top: 1rem;
}

.content-card p:has(.button) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.faq {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.25rem;
}

.faq-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}

.faq-item p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.steps {
  display: grid;
  gap: 1rem;
}

.step {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
}

.step .step-number {
  margin-bottom: 0;
}

.step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.policy {
  max-width: 50rem;
}

.policy h2 {
  font-size: 1.65rem;
  margin: 2.5rem 0 1rem;
}

.policy p,
  .policy li {
  color: var(--ink-soft);
}

.policy ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.policy li {
  margin-bottom: 0.55rem;
}

.policy a {
  color: var(--blue);
  font-weight: 800;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid var(--border);
  padding: 3rem 0;
}

.footer-inner {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.footer-meta {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  margin-top: 0.75rem;
  max-width: 23rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: flex-end;
  max-width: 36rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--ink);
}

.nav-links .button {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .site-header {
    flex: 1 1 auto;
    width: 100%;
  }

  .site-header .nav {
    width: 100%;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .nav-drawer {
    background: #ffffff;
    border-left: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100dvh;
    max-width: 88vw;
    padding: 1rem 1rem 1.5rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 220ms ease, visibility 220ms ease;
    visibility: hidden;
    width: min(18rem, 88vw);
    z-index: 80;
  }

  body.nav-open .nav-drawer {
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .nav-drawer-head {
    align-items: center;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
    padding-bottom: 0.85rem;
  }

  .nav-links {
    align-items: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.35rem;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
  }

  .nav-links a:not(.button) {
    border-radius: 0.55rem;
    flex: 0 0 auto;
    font-size: 1rem;
    padding: 0.7rem 0.75rem;
  }

  .nav-links a:not(.button):hover,
  .nav-links a[aria-current="page"] {
    background: var(--surface-strong);
    box-shadow: none;
  }

  .nav-links .button {
    justify-content: center;
    margin-top: 0.5rem;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .page-hero .hero-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .container,
  .footer-inner {
    width: min(100% - 1.25rem, var(--max-width));
  }

  .site-bar {
    padding-inline: max(0.625rem, calc((100% - var(--max-width)) / 2));
  }

  .section {
    padding: 4.5rem 0;
  }

  .site-bar {
    min-height: 4.25rem;
  }

  .whatsapp-chat-button {
    bottom: 0.75rem;
    gap: 0;
    min-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0.55rem;
    right: 0.75rem;
  }

  .whatsapp-chat-button span {
    display: none;
  }

  .whatsapp-chat-button svg {
    height: 1.35rem;
    width: 1.35rem;
  }

  h1 {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  h2 {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
  }

  .hero-actions,
  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .cta-band .button {
    width: 100%;
  }

  .access-showcase {
    grid-template-columns: 1fr;
  }

  .iphone-frame {
    width: min(100%, 272px);
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
