:root {
  --navy: #0f172a;
  --navy-2: #111c33;
  --teal: #14b8a6;
  --blue: #2563eb;
  --orange: #f97316;
  --bg: #f8fafc;
  --card: #ffffff;
  --text: #111827;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.1);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 5%, rgba(20, 184, 166, 0.16), transparent 28rem),
    radial-gradient(circle at 85% 10%, rgba(37, 99, 235, 0.16), transparent 28rem),
    var(--bg);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  width: min(100%, 1540px);
  margin: 0 auto;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.32);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  max-width: 320px;
  color: var(--muted);
  font-size: 0.72rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.desktop-nav a {
  transition: color 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover {
  color: var(--navy);
  transform: translateY(-1px);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

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

.hero-demo-note {
  max-width: 620px;
  margin: 0.85rem 0 0;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.45;
}

.hero-demo-note::before {
  content: "↳ ";
  color: var(--teal);
  font-weight: 1000;
}

.language-toggle {
  width: 46px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.language-toggle:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.24);
}

.btn-secondary {
  color: #fff;
  background: rgba(15, 23, 42, 0.92);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
}

.btn-ghost {
  border-color: var(--line);
  color: var(--navy);
  background: #fff;
}

.btn-large {
  min-height: 52px;
  padding: 0 1.35rem;
  font-size: 1rem;
}

.hero-section {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.6rem 0 3.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.01fr 0.99fr;
  align-items: center;
  gap: 3rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 999px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.09);
  font-size: 0.82rem;
  font-weight: 900;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(20, 184, 166, 0.7);
  animation: pulse 1.8s infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 1.05rem;
  color: var(--navy);
  font-size: clamp(2.9rem, 5.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 1.7rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.hero-proof {
  display: inline-flex;
  margin-top: 1.3rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.93rem;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 680px;
  margin-top: 1.4rem;
}

.trust-row div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.trust-row strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--navy);
  font-size: 1.25rem;
}

.trust-row span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
}

.dashboard-mockup {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  transform: perspective(1000px) rotateY(-4deg) rotateX(3deg);
}

.mockup-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.8rem;
  border-bottom: 1px solid var(--line);
}

.mockup-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 0.25rem;
  border-radius: 999px;
  background: #cbd5e1;
}

.mockup-dot:nth-child(1) {
  background: var(--danger);
}

.mockup-dot:nth-child(2) {
  background: var(--warning);
}

.mockup-dot:nth-child(3) {
  background: var(--success);
}

.mockup-badge,
.live-pill {
  padding: 0.36rem 0.65rem;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
  font-size: 0.72rem;
  font-weight: 900;
}

.mockup-content {
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 560px;
}

.mockup-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem;
  background: linear-gradient(180deg, var(--navy), #172554);
}

.mockup-sidebar span {
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.mockup-sidebar span:first-child {
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

.mockup-main {
  padding: 1rem;
}

.mockup-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.kpi-card {
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.kpi-card small {
  display: block;
  min-height: 28px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.25;
}

.kpi-card strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--navy);
  font-size: 1.35rem;
}

.mockup-map {
  position: relative;
  overflow: hidden;
  height: 270px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 25% 35%, rgba(20, 184, 166, 0.22), transparent 4rem),
    radial-gradient(circle at 70% 65%, rgba(37, 99, 235, 0.2), transparent 5rem),
    #eff6ff;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.75;
}

.pin {
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
}

.pin-1 {
  left: 18%;
  top: 28%;
  background: var(--success);
}

.pin-2 {
  left: 64%;
  top: 38%;
  background: var(--blue);
}

.pin-3 {
  left: 47%;
  top: 72%;
  background: var(--orange);
}

.route-line {
  position: absolute;
  left: 23%;
  top: 35%;
  width: 44%;
  height: 38%;
  border-top: 3px dashed rgba(37, 99, 235, 0.55);
  border-right: 3px dashed rgba(37, 99, 235, 0.55);
  border-radius: 0 40px 0 0;
  transform: rotate(4deg);
}

.map-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  max-width: 250px;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

.map-card strong,
.map-card small {
  display: block;
}

.map-card strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.map-card small {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.mockup-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.mockup-list div {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.82rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.mockup-list strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.mockup-list small {
  color: var(--muted);
  font-size: 0.74rem;
}

.status {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.status-green {
  background: var(--success);
}

.status-blue {
  background: var(--blue);
}

.status-orange {
  background: var(--orange);
}

.floating-card {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  animation: floatY 4.5s ease-in-out infinite;
}

.floating-card span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card small {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.float-one {
  left: -1rem;
  bottom: 4rem;
}

.float-two {
  right: -0.7rem;
  top: 5rem;
  animation-delay: 1.2s;
}

.hero-bg-orb {
  position: absolute;
  z-index: 0;
  filter: blur(2px);
  border-radius: 999px;
  opacity: 0.72;
  pointer-events: none;
}

.orb-one {
  width: 260px;
  height: 260px;
  left: -150px;
  top: 110px;
  background: rgba(20, 184, 166, 0.16);
}

.orb-two {
  width: 320px;
  height: 320px;
  right: -170px;
  top: 40px;
  background: rgba(37, 99, 235, 0.13);
}

.section-pad {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.2rem 0;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.section-header h2,
.solution-card h2,
.map-route-copy h2,
.bilingual-card h2,
.final-cta h2 {
  margin-bottom: 0.85rem;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.section-header p,
.solution-card p,
.map-route-copy p,
.bilingual-card p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.chaos-grid,
.industry-grid,
.features-grid,
.pricing-grid {
  display: grid;
  gap: 1rem;
}

.chaos-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.chaos-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 120px;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  font-size: 1.8rem;
}

.chaos-card span {
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}

.solution-card,
.bilingual-card,
.final-cta {
  overflow: hidden;
  position: relative;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 255, 0.88)),
    #fff;
  box-shadow: var(--shadow-soft);
}

.solution-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 2rem;
}

.workflow-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.workflow-line span {
  position: relative;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.industry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-card,
.feature-card,
.pricing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.industry-card:hover,
.feature-card:hover,
.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.38);
  box-shadow: var(--shadow);
}

.industry-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
}

.industry-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: rgba(20, 184, 166, 0.1);
  font-size: 1.8rem;
}

.industry-card h3 {
  margin-bottom: 0.6rem;
  color: var(--navy);
  font-size: 1.1rem;
}

.industry-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.map-route-section {
  width: min(1180px, calc(100% - 2rem));
}

.map-route-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 1.4rem;
  padding: clamp(1.3rem, 4vw, 2rem);
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(20, 184, 166, 0.34), transparent 20rem),
    radial-gradient(circle at 90% 30%, rgba(37, 99, 235, 0.28), transparent 24rem),
    linear-gradient(135deg, #0f172a, #111c33 48%, #172554);
  box-shadow: var(--shadow);
}

.map-route-copy h2 {
  color: #fff;
}

.map-route-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.map-route-copy .section-kicker {
  border-color: rgba(255, 255, 255, 0.18);
  color: #99f6e4;
  background: rgba(255, 255, 255, 0.08);
}

.feature-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.3rem 0 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.feature-list li > span:first-child {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--navy);
  background: #99f6e4;
  font-size: 0.8rem;
  font-weight: 1000;
}

.feature-list-copy {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  font-size: inherit;
  font-weight: 750;
}

.route-board {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.route-board-header,
.route-board-header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.route-board-header div {
  align-items: flex-start;
  flex-direction: column;
}

.route-board-header strong {
  color: #fff;
  font-size: 1.1rem;
}

.route-board-header small {
  color: rgba(255, 255, 255, 0.62);
}

.route-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.route-column {
  display: grid;
  gap: 0.65rem;
  padding: 0.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.route-column > strong {
  color: #fff;
}

.route-stop {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.72rem;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 850;
}

.route-stop span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 750;
}

.route-stop.done {
  background: rgba(34, 197, 94, 0.18);
}

.route-stop.active {
  background: rgba(37, 99, 235, 0.24);
}

.route-stop.warning {
  background: rgba(249, 115, 22, 0.22);
}

.features-grid {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.feature-card {
  display: grid;
  place-items: center;
  min-height: 125px;
  padding: 1rem;
  border-radius: var(--radius-lg);
  text-align: center;
}

.feature-card span {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.8rem;
}

.feature-card strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.bilingual-card {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: center;
  gap: 2rem;
}

.language-stack {
  display: grid;
  gap: 0.8rem;
}

.language-stack span {
  display: block;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 1000;
  letter-spacing: -0.04em;
  box-shadow: var(--shadow-soft);
}

.language-stack span:nth-child(2) {
  margin-left: 2rem;
  background: linear-gradient(135deg, var(--teal), #0f766e);
}

.founder-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto 1rem;
  padding: 1rem;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(20, 184, 166, 0.08)),
    #fff;
  box-shadow: var(--shadow-soft);
}

.founder-offer strong,
.founder-offer span {
  display: block;
}

.founder-offer strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.founder-offer span {
  margin-top: 0.25rem;
  color: var(--muted);
  line-height: 1.45;
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 1.25rem;
  border-radius: 26px;
}

.pricing-card.featured {
  border-color: rgba(20, 184, 166, 0.44);
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.12), rgba(255, 255, 255, 0.92) 28%),
    #fff;
}

.pricing-badge {
  align-self: flex-start;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
  font-size: 0.72rem;
  font-weight: 1000;
}

.pricing-card h3 {
  margin-bottom: 0.45rem;
  color: var(--navy);
  font-size: 1.3rem;
}

.plan-description {
  min-height: 74px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.plan-price {
  margin: 1rem 0;
  color: var(--navy);
}

.plan-price strong {
  font-size: 2.5rem;
  letter-spacing: -0.05em;
}

.plan-price span {
  color: var(--muted);
  font-weight: 800;
}

.plan-features {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0 0 1.2rem;
  list-style: none;
}

.plan-features li {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.plan-features strong {
  color: var(--navy);
  text-align: right;
}

.pricing-card .btn {
  margin-top: auto;
}

.final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(20, 184, 166, 0.2), transparent 16rem),
    radial-gradient(circle at 85% 20%, rgba(37, 99, 235, 0.18), transparent 18rem),
    linear-gradient(135deg, #fff, #eff6ff);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--navy);
}

.site-footer p {
  max-width: 660px;
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

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

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 650ms ease forwards;
}

.delay-1 {
  animation-delay: 120ms;
}

.delay-2 {
  animation-delay: 220ms;
}

.delay-3 {
  animation-delay: 320ms;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 11px rgba(20, 184, 166, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(20, 184, 166, 0);
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid,
  .solution-card,
  .map-route-grid,
  .bilingual-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .dashboard-mockup {
    transform: none;
  }

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

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

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

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    border-radius: 24px;
  }

  .brand-copy small,
  .hide-mobile {
    display: none;
  }

  .header-actions {
    gap: 0.45rem;
  }

  .header-actions .btn {
    min-height: 40px;
    padding: 0 0.75rem;
    font-size: 0.78rem;
  }

  .language-toggle {
    width: 42px;
    height: 40px;
  }

  .hero-section {
    width: calc(100% - 1rem);
    padding: 3.2rem 0 2.4rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13.5vw, 3.85rem);
  }

  .hero-subtitle {
    font-size: 1.04rem;
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .mockup-content {
    grid-template-columns: 1fr;
  }

  .mockup-sidebar {
    display: none;
  }

  .mockup-kpis,
  .route-columns {
    grid-template-columns: 1fr;
  }

  .mockup-content {
    min-height: auto;
  }

  .mockup-map {
    height: 310px;
  }

  .map-card {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }

  .floating-card {
    display: none;
  }

  .section-pad {
    width: calc(100% - 1rem);
    padding: 3rem 0;
  }

  .section-header {
    text-align: left;
  }

  .chaos-grid,
  .industry-grid,
  .features-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .bilingual-card,
  .final-cta,
  .map-route-grid {
    padding: 1.2rem;
    border-radius: 24px;
  }

  .workflow-line span {
    width: 100%;
    text-align: center;
  }

  .language-stack span:nth-child(2) {
    margin-left: 0;
  }

  .founder-offer,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
    white-space: normal;
  }

  .pricing-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
