.landing-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg-deep);
  color: var(--text);
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-elevated, rgba(255, 255, 255, 0.72));
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.landing-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.landing-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.landing-logo-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.landing-logo-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--accent), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
}

.landing-nav-link:hover {
  color: var(--text);
  background: var(--bg-card);
}

.landing-nav-link--active {
  color: var(--text);
  background: var(--bg-card);
  font-weight: 600;
}

.landing-nav-cta {
  color: var(--on-accent);
  background: linear-gradient(135deg, var(--accent), var(--blue));
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  transition: opacity 0.2s, transform 0.15s;
}

.landing-nav-cta:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.landing-hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 56px 24px 48px;
}

.landing-hero-glow {
  position: absolute;
  inset: -40% -20% auto;
  height: 520px;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.landing-hero-layout {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 40px;
}

.landing-hero-inner {
  position: relative;
  max-width: 500px;
  min-width: 0;
  text-align: left;
}

.landing-hero-visual {
  margin: 0;
  width: auto;
  max-width: 272px;
  justify-self: end;
  padding-top: 0;
  overflow: visible;
  text-align: left;
}

.landing-hero-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 32px;
}

.landing-hero-phone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(15, 23, 42, 0.42) 0%, rgba(15, 23, 42, 0.16) 42%, transparent 78%);
  filter: blur(6px);
  pointer-events: none;
  z-index: 0;
}

.landing-phone--advmaps {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 276px;
  max-width: 276px;
  margin: 0;
}

/* Phone mockup — self-contained app preview (no global .main / .panel styles). */
.landing-phone {
  width: 276px;
  max-width: 276px;
  flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.landing-phone-bezel {
  position: relative;
  border-radius: 36px;
  padding: 10px 10px 18px;
  background: linear-gradient(160deg, #1e293b 0%, #0f172a 55%, #020617 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(15, 23, 42, 0.35),
    0 4px 8px rgba(15, 23, 42, 0.12),
    0 16px 32px rgba(15, 23, 42, 0.16),
    0 32px 64px rgba(15, 23, 42, 0.18),
    0 48px 96px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  isolation: isolate;
}

.landing-phone-bezel::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 96px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.landing-phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: #020617;
  z-index: 3;
}

.landing-phone-screen {
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(900px 600px at 88% 0%, rgba(120, 180, 255, 0.22), transparent),
    linear-gradient(168deg, #dbe4ef 0%, #cfd9e8 42%, #c3cee3 72%, #b9c7dc 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  height: 560px;
  max-height: 560px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.landing-phone-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  font-family: var(--font-body, "DM Sans", system-ui, sans-serif);
  pointer-events: none;
  user-select: none;
  color: var(--text);
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: inherit;
}

.landing-phone-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 26px 10px 5px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid var(--border);
  backdrop-filter: saturate(185%) blur(22px);
  -webkit-backdrop-filter: saturate(185%) blur(22px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
  border-radius: 28px 28px 0 0;
}

.landing-phone-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.landing-phone-logo {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.landing-phone-brand-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.landing-phone-brand-name {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--accent), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-phone-brand-tag {
  font-size: 0.44rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.1;
}

.landing-phone-tab {
  font-size: 0.62rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--text-muted);
  border: 1px solid var(--border);
  flex-shrink: 0;
}

.landing-phone-tab.active {
  color: var(--blue);
  border-color: color-mix(in srgb, var(--blue) 35%, transparent);
  background: rgba(10, 132, 255, 0.1);
}

.landing-phone-locate {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 5px 10px 0;
  padding: 4px 8px;
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed color-mix(in srgb, var(--blue) 45%, transparent);
  border-radius: 999px;
  align-self: flex-start;
  flex-shrink: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.landing-phone-map {
  position: relative;
  margin: 4px 10px 0;
  height: 158px;
  flex-shrink: 0;
  border-radius: var(--radius-sm, 10px);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #ebe6df;
  box-shadow: var(--shadow, 0 2px 12px rgba(0, 0, 0, 0.06));
}

/* ── Phone mockup — Advanced Mapping (mobile app) preview ─────────────────── */
.landing-advmaps {
  padding: 0;
  gap: 0;
}

.landing-advmaps-head {
  padding: 26px 12px 7px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid var(--border);
  backdrop-filter: saturate(185%) blur(22px);
  -webkit-backdrop-filter: saturate(185%) blur(22px);
  border-radius: 28px 28px 0 0;
}

.landing-advmaps-headrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.landing-advmaps-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.1;
}

.landing-advmaps-tier {
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  padding: 2px 7px;
  border-radius: 999px;
}

.landing-advmaps-sub {
  margin: 3px 0 0;
  font-size: 0.5rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.landing-advmaps-map {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  margin: 8px 10px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #0d2840;
  box-shadow: var(--shadow, 0 2px 12px rgba(0, 0, 0, 0.12));
}

.landing-advmaps-map-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.landing-advmaps-depth-tint {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 38%, rgba(13, 40, 64, 0) 28%, rgba(13, 40, 64, 0.38) 100%),
    linear-gradient(180deg, rgba(126, 200, 232, 0.12), rgba(13, 40, 64, 0.2));
  mix-blend-mode: multiply;
}

/* Bathymetric depth contours (cyan rings, like the web Advanced Maps) */
.landing-advmaps-contours,
.landing-advmaps-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.landing-advmaps-contours ellipse {
  fill: none;
  stroke: rgba(56, 189, 248, 0.55);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.landing-advmaps-contours ellipse:nth-of-type(1) {
  stroke: rgba(126, 200, 232, 0.5);
}

.landing-advmaps-contours ellipse:nth-of-type(4) {
  stroke: rgba(56, 189, 248, 0.78);
}

.landing-advmaps-contours ellipse:nth-of-type(5) {
  stroke: rgba(56, 189, 248, 0.9);
  fill: rgba(13, 40, 64, 0.22);
}

/* Route polyline — matches the web route draft (#2563eb) */
.landing-advmaps-route {
  z-index: 2;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.landing-advmaps-wp {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.46rem;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.landing-advmaps-wp--1 {
  left: 37%;
  top: 37%;
}

.landing-advmaps-wp--2 {
  left: 58%;
  top: 55%;
}

.landing-advmaps-wp--3 {
  left: 49%;
  top: 73%;
}

.landing-advmaps-chip {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
  z-index: 3;
}

.landing-advmaps-chip--coverage {
  top: 8px;
  left: 8px;
}

.landing-advmaps-chip--readout {
  top: 8px;
  right: 8px;
  align-items: flex-end;
}

.landing-advmaps-chip-label {
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.landing-advmaps-chip strong {
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--text);
}

.landing-advmaps-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.landing-advmaps-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 800;
}

.landing-advmaps-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(45deg);
  background: var(--blue);
  border: 2px solid #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.landing-advmaps-pin--1 {
  left: 44%;
  top: 40%;
}

.landing-advmaps-pin--2 {
  left: 55%;
  top: 60%;
}

.landing-advmaps-pin--star {
  left: 64%;
  top: 45%;
  color: #2a1c05;
}

.landing-advmaps-pin--star::before {
  background: rgba(245, 158, 11, 0.96);
  border-radius: 50%;
}

.landing-advmaps-mode {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(10, 22, 34, 0.86);
  border: 1px solid rgba(120, 160, 200, 0.35);
}

.landing-advmaps-mode-btn {
  padding: 4px 10px;
  font-size: 0.48rem;
  font-weight: 700;
  color: #cfe0ee;
}

.landing-advmaps-mode-btn.is-active {
  background: #2563eb;
  color: #fff;
}

.landing-advmaps-offline-badge {
  position: absolute;
  right: 8px;
  bottom: 52px;
  z-index: 3;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 0.42rem;
  font-weight: 700;
  color: #fff;
  background: rgba(34, 197, 94, 0.92);
}

.landing-advmaps-legend {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 118px;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}

.landing-advmaps-legend-title {
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.landing-advmaps-legend-bar {
  height: 7px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7ec8e8 0%, #3d8fb5 35%, #1e5f8a 65%, #0d2840 100%);
}

.landing-advmaps-legend-ticks {
  display: flex;
  justify-content: space-between;
}

.landing-advmaps-legend-ticks i {
  font-style: normal;
  font-size: 0.4rem;
  font-weight: 600;
  color: var(--text-muted);
}

.landing-advmaps-actions {
  display: flex;
  gap: 8px;
  padding: 8px 10px 0;
  flex-shrink: 0;
}

.landing-advmaps-btn {
  flex: 1;
  text-align: center;
  padding: 7px 8px;
  border-radius: 9px;
  font-size: 0.56rem;
  font-weight: 700;
}

.landing-advmaps-btn--primary {
  color: var(--on-accent);
  background: linear-gradient(135deg, var(--accent), var(--blue));
  box-shadow: 0 3px 10px rgba(0, 113, 227, 0.24);
}

.landing-advmaps-btn--ghost {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid color-mix(in srgb, var(--blue) 40%, transparent);
}

.landing-advmaps-btn--sm {
  display: inline-block;
  flex: none;
  margin-top: 6px;
  padding: 5px 10px;
  font-size: 0.5rem;
}

.landing-advmaps-card {
  margin: 8px 10px 0;
  padding: 7px 9px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
}

.landing-advmaps-card-head {
  display: flex;
  align-items: center;
  gap: 6px;
}

.landing-advmaps-card-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  border: 1.5px solid #fff;
  box-shadow: 0 0 0 1px var(--border);
  flex-shrink: 0;
}

.landing-advmaps-card-title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text);
}

.landing-advmaps-card-coords {
  margin-left: auto;
  font-size: 0.46rem;
  color: var(--text-muted);
}

.landing-advmaps-card-body {
  margin: 4px 0 0;
  font-size: 0.5rem;
  line-height: 1.35;
  color: var(--text-muted);
}

.landing-advmaps-tabbar {
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 7px 6px 12px;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--border);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.landing-advmaps-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 0.42rem;
  font-weight: 600;
  color: var(--text-muted);
}

.landing-advmaps-tab svg {
  width: 16px;
  height: 16px;
}

.landing-advmaps-tab.is-active {
  color: var(--blue);
}

.landing-advmaps-tab--fab {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  margin-top: -18px;
  background: linear-gradient(135deg, var(--accent), var(--blue));
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(0, 113, 227, 0.4);
}

.landing-advmaps-tab--fab svg {
  width: 20px;
  height: 20px;
  color: var(--on-accent);
}

/* ── Laptop mockup — web "search with results" (app-shell) preview ────────── */
.landing-webapp {
  background: linear-gradient(180deg, #eef2f8, #e3e9f2);
}

.landing-webapp-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid var(--border);
  backdrop-filter: saturate(185%) blur(20px);
  -webkit-backdrop-filter: saturate(185%) blur(20px);
}

.landing-webapp-brand {
  display: flex;
  align-items: center;
  gap: 6px;
}

.landing-webapp-logo {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

.landing-webapp-brand-name {
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-webapp-nav {
  display: flex;
  gap: 4px;
  margin-left: 10px;
}

.landing-webapp-pill {
  font-size: 0.56rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
}

.landing-webapp-pill.is-active {
  color: var(--on-accent);
  background: linear-gradient(135deg, var(--accent), var(--blue));
  border-color: transparent;
}

.landing-webapp-tier {
  margin-left: auto;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  padding: 2px 8px;
  border-radius: 999px;
}

.landing-webapp-body {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.landing-webapp-map {
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--border);
  background: #0d2840;
}

.landing-webapp-map-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-webapp-map-pin {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 2;
}

.landing-webapp-map-loc {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}

.landing-webapp-map-loc .location-label {
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.landing-webapp-map-loc .location-name {
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--text);
}

.landing-webapp-panel {
  min-height: 0;
  overflow: hidden;
  padding: 8px 9px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.35);
}

.landing-webapp-loc {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.landing-webapp-loc strong {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.15;
}

.landing-webapp-via {
  font-size: 0.5rem;
  font-weight: 700;
  color: #15803d;
}

.landing-webapp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.landing-webapp-card {
  padding: 4px 6px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.landing-webapp-card.accent-blue {
  border-left: 3px solid var(--blue);
}

.landing-webapp-card.accent-teal {
  border-left: 3px solid var(--accent);
}

.landing-webapp-card.accent-coral {
  border-left: 3px solid var(--coral);
}

.landing-webapp-card-label {
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.landing-webapp-card strong {
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--text);
}

.landing-webapp-card small {
  font-size: 0.42rem;
  color: var(--text-muted);
}

.landing-webapp-acc {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.landing-webapp-acc-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
}

.landing-webapp-acc-title {
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--text);
}

.landing-webapp-acc-count {
  font-size: 0.44rem;
  font-weight: 800;
  color: var(--on-accent);
  background: var(--blue);
  border-radius: 999px;
  padding: 1px 6px;
}

.landing-webapp-chev {
  margin-left: auto;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--text-muted);
  border-bottom: 1.5px solid var(--text-muted);
  transform: rotate(-45deg);
}

.landing-webapp-acc.is-open .landing-webapp-chev {
  transform: rotate(45deg);
}

.landing-webapp-acc.is-open .landing-webapp-acc-head {
  border-bottom: 1px solid var(--border);
}

.landing-webapp-acc-body {
  margin: 0;
  padding: 5px 8px 7px;
  font-size: 0.5rem;
  line-height: 1.4;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.landing-webapp-tackle {
  border: 1px solid color-mix(in srgb, var(--blue) 22%, transparent);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.1), rgba(14, 165, 233, 0.08));
  padding: 6px 8px;
}

.landing-webapp-tackle-title {
  font-size: 0.54rem;
  font-weight: 700;
  color: var(--accent);
}

.landing-webapp-bait-row {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.landing-webapp-bait {
  display: flex;
  align-items: center;
  gap: 5px;
}

.landing-webapp-bait-thumb {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.landing-webapp-bait-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
  box-sizing: border-box;
  display: block;
}

.landing-webapp-bait-name {
  font-size: 0.5rem;
  font-weight: 600;
  color: var(--text);
}

.landing-phone-map-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.landing-phone-map-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-phone-pin {
  position: absolute;
  left: 54%;
  top: 44%;
  transform: translate(-50%, -50%) scale(0.85);
  z-index: 2;
}

.landing-phone-pin--lake {
  left: 52%;
  top: 50%;
}

.landing-phone-trip-shell {
  margin: 4px 10px 0;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm, 10px);
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
}

.landing-phone-trip-head {
  padding: 5px 7px;
  border-bottom: 1px solid var(--border);
}

.landing-phone-trip-title {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

.landing-phone-trip-sub {
  margin: 1px 0 0;
  font-size: 0.44rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.landing-phone-map--trip {
  margin: 0;
  height: 118px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.landing-phone-map-grid--mille img {
  object-position: 54% 48%;
}

.landing-phone-trip-feedback {
  margin: 0;
  padding: 4px 7px 5px;
  font-size: 0.42rem;
  line-height: 1.35;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
}

.landing-phone-lake-outline {
  position: absolute;
  inset: 10% 8% 22% 8%;
  z-index: 1;
  width: auto;
  height: auto;
  pointer-events: none;
}

.landing-phone-lake-outline--mille-lacs {
  inset: 10% 8% 12% 8%;
}

.landing-phone-spot-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.landing-phone-spot-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.95);
  border: 1.5px solid rgba(15, 15, 18, 0.9);
  color: rgba(17, 17, 22, 0.95);
  font-size: 0.44rem;
  font-weight: 800;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.landing-phone-spot-pin--1 {
  left: 58%;
  top: 34%;
}

.landing-phone-spot-pin--2 {
  left: 72%;
  top: 54%;
}

.landing-phone-spot-pin--3 {
  left: 54%;
  top: 66%;
}

.landing-phone-lake-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 0.44rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(37, 99, 235, 0.92);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
}

.landing-phone-map-label {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 5px;
  z-index: 2;
  padding: 4px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.landing-phone-map-label .location-label {
  display: block;
  font-size: 0.48rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  color: var(--text-muted);
}

.landing-phone-map-label .location-name {
  display: block;
  font-size: 0.6rem;
  color: var(--text);
  font-weight: 600;
  line-height: 1.2;
}

.landing-phone-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 4px;
  margin: 4px 10px 0;
  flex-shrink: 0;
  align-items: stretch;
}

.landing-phone-card {
  padding: 5px 6px;
  border-radius: var(--radius-sm, 10px);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1px;
  min-width: 0;
  min-height: 54px;
  height: 100%;
  box-sizing: border-box;
}

.landing-phone-card.accent-blue {
  border-left: 3px solid var(--blue);
}

.landing-phone-card.accent-teal {
  border-left: 3px solid var(--accent);
}

.landing-phone-card.accent-coral {
  border-left: 3px solid var(--coral);
}

.landing-phone-card-label {
  font-size: 0.48rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.landing-phone-card strong {
  font-size: 0.58rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
}

.landing-phone-card-sub {
  font-size: 0.48rem;
  color: var(--text-dim);
  line-height: 1.2;
}

.landing-phone-briefing {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 3px 10px 6px;
  flex: 1;
  min-height: 0;
}

.landing-phone-tip {
  padding: 4px 6px;
  border-radius: var(--radius-sm, 10px);
  flex-shrink: 0;
}

.landing-phone-tip.species-viability-note {
  background: rgba(255, 107, 53, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-left: 3px solid var(--coral);
}

.landing-phone-tip.species-viability-note h3 {
  margin: 0 0 1px;
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--coral);
  line-height: 1.25;
}

.landing-phone-tip.species-viability-note p {
  margin: 0;
  font-size: 0.52rem;
  line-height: 1.3;
  color: var(--text);
}

.landing-phone-tip.tip-plan {
  background: var(--accent-glow);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  flex: 1 0 auto;
  min-height: auto;
  padding: 6px 8px;
  overflow: visible;
}

.landing-phone-tip.tip-plan h3 {
  margin: 0 0 4px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.25;
}

.landing-phone-tip.tip-plan p {
  margin: 0;
  font-size: 0.58rem;
  line-height: 1.45;
  color: var(--text);
}

.landing-phone-tip.tip-plan p + p {
  margin-top: 5px;
}

.landing-phone-tip.tip-plan--compact {
  flex: 0 0 auto;
}

.landing-phone-tackle {
  padding: 4px 6px;
  border-radius: var(--radius-sm, 10px);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  flex-shrink: 0;
}

.landing-phone-tackle h3 {
  margin: 0 0 4px;
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text);
}

.landing-phone-bait-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.landing-phone-bait {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 44px;
  height: 100%;
  padding: 4px 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--border);
  box-sizing: border-box;
}

.landing-phone-bait-thumb {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-phone-bait-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  box-sizing: border-box;
  display: block;
}

.landing-phone-bait-name {
  font-size: 0.52rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}

.landing-phone-catches {
  padding: 5px 7px;
  border-radius: var(--radius-sm, 10px);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.1), rgba(14, 165, 233, 0.08));
  border: 1px solid color-mix(in srgb, var(--blue) 22%, transparent);
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.landing-phone-catches--inline {
  flex: 0 0 auto;
  margin: 4px 10px 0;
}

.landing-phone-catches h3 {
  margin: 0 0 1px;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.25;
}

.landing-phone-catches-sub {
  margin: 0 0 5px;
  font-size: 0.48rem;
  line-height: 1.3;
  color: var(--text-muted);
}

.landing-phone-catch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  flex: 1;
  min-height: 0;
}

.landing-phone-catch-item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.85);
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.landing-phone-catch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-phone-export {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  align-self: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--on-accent);
  background: linear-gradient(135deg, var(--accent), var(--blue));
  box-shadow: 0 3px 10px rgba(0, 113, 227, 0.24);
  flex-shrink: 0;
}

/* Laptop mockup — freshwater trip map preview (fixed artboard; scale device on narrow viewports). */
.landing-laptop {
  --lp-laptop-width: 520px;
  --lp-laptop-screen-h: 326px;
  flex: 0 0 auto;
  width: var(--lp-laptop-width);
  max-width: var(--lp-laptop-width);
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.22));
}

.landing-laptop-lid {
  position: relative;
  border-radius: 16px 16px 0 0;
  padding: 12px 12px 8px;
  background: linear-gradient(180deg, #e8ebf0 0%, #c8ced8 45%, #b0b8c4 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 0 0 1px rgba(15, 23, 42, 0.08);
}

.landing-laptop-bezel {
  background: #0a0a0a;
  border-radius: 10px;
  padding: 6px 6px 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.landing-laptop-camera {
  width: 5px;
  height: 5px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background: #2a2a2a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.landing-laptop-screen {
  height: var(--lp-laptop-screen-h, 326px);
  border-radius: 6px;
  overflow: hidden;
  background: #dbe4ef;
  display: flex;
  flex-direction: column;
}

.landing-laptop-base {
  position: relative;
  width: calc(100% + 72px);
  margin-left: -36px;
  height: 16px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #d1d7e0 0%, #aeb7c4 35%, #949eac 70%, #848e9c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 8px 20px rgba(15, 23, 42, 0.16);
}

.landing-laptop-base-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, #b8c0cc, #9aa4b2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.landing-laptop-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  font-family: var(--font-body, "DM Sans", system-ui, sans-serif);
  pointer-events: none;
  user-select: none;
  color: var(--text);
  overflow: hidden;
}

.landing-laptop-header {
  display: flex;
  align-items: center;
  padding: 6px 10px 5px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid var(--border);
  backdrop-filter: saturate(185%) blur(22px);
  -webkit-backdrop-filter: saturate(185%) blur(22px);
}

.landing-laptop-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.landing-laptop-logo {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.landing-laptop-brand-name {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-laptop-trip-shell {
  margin: 6px 8px 0;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm, 10px);
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
}

.landing-laptop-trip-head {
  padding: 5px 8px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}

.landing-laptop-trip-title {
  margin: 0;
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

.landing-laptop-trip-sub {
  margin: 1px 0 0;
  font-size: 0.5rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.landing-laptop-map {
  position: relative;
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #c8d4e0;
}

/* Baked 25:7 strip — fixed aspect so basemap and outline scale uniformly. */
.landing-laptop-lake-layer {
  position: relative;
  height: 140px;
  width: calc(140px * 25 / 7);
  aspect-ratio: 25 / 7;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.landing-laptop-map-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.landing-laptop-lake-outline {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.landing-laptop-spot-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.landing-laptop-spot-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.95);
  border: 2px solid rgba(15, 15, 18, 0.9);
  color: rgba(17, 17, 22, 0.95);
  font-size: 0.52rem;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.landing-laptop-spot-pin--1 {
  left: 45.0%;
  top: 35.9%;
}

.landing-laptop-spot-pin--2 {
  left: 54.1%;
  top: 56.0%;
}

.landing-laptop-spot-pin--3 {
  left: 50.2%;
  top: 82.8%;
}

.landing-laptop-trip-feedback {
  margin: 0;
  padding: 4px 8px 5px;
  font-size: 0.48rem;
  line-height: 1.3;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  flex-shrink: 0;
}

.landing-laptop-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 5px;
  margin: 4px 8px 6px;
  flex-shrink: 0;
}

.landing-laptop-catches {
  padding: 5px 7px;
  border-radius: var(--radius-sm, 10px);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.1), rgba(14, 165, 233, 0.08));
  border: 1px solid color-mix(in srgb, var(--blue) 22%, transparent);
  min-width: 0;
}

.landing-laptop-catches h3 {
  margin: 0 0 4px;
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text);
}

.landing-laptop-catch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.landing-laptop-catch-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.75);
  aspect-ratio: 4 / 3;
}

.landing-laptop-catch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-laptop-mini-stats {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  justify-content: center;
}

.landing-laptop-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.landing-laptop-card {
  padding: 4px 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.landing-laptop-card.accent-blue {
  border-left: 3px solid var(--blue);
}

.landing-laptop-card.accent-teal {
  border-left: 3px solid var(--accent);
}

.landing-laptop-card.accent-coral {
  border-left: 3px solid var(--coral);
}

.landing-laptop-card-label {
  font-size: 0.42rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.landing-laptop-card strong {
  font-size: 0.54rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
}

.landing-laptop-viability {
  margin: 0;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 107, 53, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.28);
  border-left: 3px solid var(--coral);
  line-height: 1.25;
}

.landing-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 16px;
}

.landing-tagline {
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.landing-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--text);
}

.landing-lead {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 0 32px;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.landing-btn-primary,
.landing-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition: opacity 0.2s, transform 0.15s, background 0.2s, border-color 0.2s;
}

.landing-btn-primary {
  color: var(--on-accent);
  background: linear-gradient(135deg, var(--accent), var(--blue));
  box-shadow: 0 4px 24px rgba(59, 130, 246, 0.25);
}

.landing-btn-primary:hover {
  opacity: 0.94;
  transform: translateY(-1px);
}

.landing-btn-primary--large {
  font-size: 1.05rem;
  padding: 16px 32px;
}

.landing-btn-secondary {
  color: var(--text);
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.landing-btn-secondary:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-light);
}

.landing-store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.landing-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 1 1 152px;
  min-width: 152px;
  max-width: 168px;
  min-height: 40px;
  padding: 6px 12px 6px 10px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
  cursor: default;
  user-select: none;
  box-sizing: border-box;
}

.landing-store-badge-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.landing-store-badge-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.landing-store-badge-kicker {
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.88;
}

.landing-store-badge-title {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.landing-hero-note {
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* Live-intel section — between hero and catch marquee */
.landing-live-intel {
  padding: 72px 24px 80px;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(59, 130, 246, 0.1), transparent 70%),
    linear-gradient(180deg, var(--bg-base) 0%, var(--bg-deep) 100%);
}

.landing-live-intel-inner {
  text-align: center;
}

.landing-live-intel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.landing-live-intel .landing-section-lead {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.landing-live-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.landing-live-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 24px 20px;
  height: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, transform 0.2s;
}

.landing-live-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  transform: translateY(-2px);
}

.landing-live-icon {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 12px;
}

.landing-live-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text);
}

.landing-live-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: none;
}

@media (min-width: 720px) {
  .landing-live-grid {
    max-width: 960px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .landing-live-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1040px;
    gap: 16px;
  }
}

.landing-live-lead {
  max-width: 640px;
  margin-bottom: 48px;
}

.landing-live-figure {
  margin: 0 auto;
  max-width: 640px;
}

.landing-live-assembly {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 560 / 400;
  margin: 0 auto;
}

.landing-live-assembly-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.landing-live-line {
  stroke: url(#live-line-grad);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 7 11;
  animation: landing-live-line-flow 1.6s linear infinite;
}

.landing-live-line--1 { animation-delay: 0s; }
.landing-live-line--2 { animation-delay: 0.32s; }
.landing-live-line--3 { animation-delay: 0.64s; }
.landing-live-line--4 { animation-delay: 0.96s; }
.landing-live-line--5 { animation-delay: 1.28s; }

@keyframes landing-live-line-flow {
  to { stroke-dashoffset: -36; }
}

.landing-live-packet {
  filter: drop-shadow(0 0 4px rgba(59, 130, 246, 0.55));
}

.landing-live-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: clamp(118px, 28vw, 148px);
  padding: 18px 14px 16px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: linear-gradient(165deg, #ffffff 0%, #f0f6ff 100%);
  border: 2px solid color-mix(in srgb, #6366f1 35%, var(--border));
  border-radius: 20px;
  box-shadow:
    0 4px 24px rgba(99, 102, 241, 0.18),
    0 12px 40px rgba(10, 40, 80, 0.1);
  animation: landing-live-hub-glow 8s ease-in-out infinite;
}

.landing-live-hub-ring {
  position: absolute;
  inset: -10px;
  border-radius: 26px;
  border: 2px solid rgba(99, 102, 241, 0.35);
  opacity: 0;
  animation: landing-live-hub-ring 8s ease-out infinite;
}

.landing-live-hub-ring--delay {
  animation-delay: 4s;
}

@keyframes landing-live-hub-glow {
  0%, 55%, 100% {
    box-shadow:
      0 4px 24px rgba(99, 102, 241, 0.14),
      0 12px 40px rgba(10, 40, 80, 0.08);
    border-color: color-mix(in srgb, #6366f1 28%, var(--border));
    transform: translate(-50%, -50%) scale(1);
  }
  70%, 78% {
    box-shadow:
      0 0 0 6px rgba(99, 102, 241, 0.12),
      0 8px 32px rgba(99, 102, 241, 0.35),
      0 16px 48px rgba(10, 40, 80, 0.12);
    border-color: #6366f1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes landing-live-hub-ring {
  68% { opacity: 0; transform: scale(1); }
  72% { opacity: 0.7; transform: scale(1); }
  88% { opacity: 0; transform: scale(1.35); }
}

.landing-live-hub-icon {
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 4px;
}

.landing-live-hub-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

.landing-live-hub-sub {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6366f1;
}

.landing-live-sources {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.landing-live-source {
  --live-accent: #3b82f6;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: clamp(88px, 22vw, 112px);
  margin-left: calc(clamp(88px, 22vw, 112px) / -2);
  text-align: center;
  animation: landing-live-source-pulse 8s ease-in-out infinite;
}

.landing-live-source--1 {
  --live-accent: #3b82f6;
  left: 50%;
  top: 12%;
  animation-delay: 0s;
}

.landing-live-source--2 {
  --live-accent: #f59e0b;
  left: 83.5%;
  top: 26.5%;
  animation-delay: 1.6s;
}

.landing-live-source--3 {
  --live-accent: #14b8a6;
  left: 74.5%;
  top: 76%;
  animation-delay: 3.2s;
}

.landing-live-source--4 {
  --live-accent: #06b6d4;
  left: 25.5%;
  top: 76%;
  animation-delay: 4.8s;
}

.landing-live-source--5 {
  --live-accent: #8b5cf6;
  left: 16.5%;
  top: 26.5%;
  animation-delay: 6.4s;
}

.landing-live-source-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-size: 1.35rem;
  line-height: 1;
  border-radius: 14px;
  background: var(--bg-card);
  border: 1px solid color-mix(in srgb, var(--live-accent) 30%, var(--border));
  box-shadow: 0 2px 10px rgba(0, 25, 60, 0.06);
  transition: box-shadow 0.2s;
}

@keyframes landing-live-source-pulse {
  0%, 14%, 100% {
    opacity: 0.85;
    transform: scale(1);
  }
  7% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.landing-live-source--1 .landing-live-source-icon { animation: landing-live-icon-glow 8s ease-in-out 0s infinite; }
.landing-live-source--2 .landing-live-source-icon { animation: landing-live-icon-glow 8s ease-in-out 1.6s infinite; }
.landing-live-source--3 .landing-live-source-icon { animation: landing-live-icon-glow 8s ease-in-out 3.2s infinite; }
.landing-live-source--4 .landing-live-source-icon { animation: landing-live-icon-glow 8s ease-in-out 4.8s infinite; }
.landing-live-source--5 .landing-live-source-icon { animation: landing-live-icon-glow 8s ease-in-out 6.4s infinite; }

@keyframes landing-live-icon-glow {
  0%, 14%, 100% {
    box-shadow: 0 2px 10px rgba(0, 25, 60, 0.06);
    border-color: color-mix(in srgb, var(--live-accent) 30%, var(--border));
  }
  7% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--live-accent) 22%, transparent),
      0 4px 16px color-mix(in srgb, var(--live-accent) 35%, transparent);
    border-color: var(--live-accent);
  }
}

.landing-live-source-label {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
}

.landing-live-figcaption {
  margin: 28px auto 0;
  max-width: 520px;
  font-size: 0.93rem;
  line-height: 1.65;
  color: var(--text-muted);
}

@media (max-width: 520px) {
  .landing-live-assembly {
    aspect-ratio: 1 / 1.05;
    max-width: 340px;
  }

  .landing-live-source-label {
    font-size: 0.7rem;
  }

  .landing-live-source-icon {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-live-line,
  .landing-live-hub,
  .landing-live-hub-ring,
  .landing-live-source,
  .landing-live-source-icon {
    animation: none !important;
  }

  .landing-live-line {
    stroke-dasharray: none;
    opacity: 0.45;
  }

  .landing-live-packet {
    display: none;
  }

  .landing-live-hub {
    box-shadow: 0 4px 24px rgba(99, 102, 241, 0.14);
  }
}

/* Catch gallery marquee — between hero phone and laptop showcase */
.landing-catches {
  padding: 56px 0 64px;
  border-top: 1px solid var(--border);
  background: var(--bg-base);
  overflow: hidden;
}

.landing-catches-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.landing-catches h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.landing-catches-lead {
  margin: 0 auto 36px;
  max-width: 520px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.landing-catches-marquee {
  position: relative;
  margin: 0 -24px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
}

.landing-catches-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: landing-catches-scroll 55s linear infinite;
  will-change: transform;
}

.landing-catches-marquee:hover .landing-catches-track {
  animation-play-state: paused;
}

.landing-catches-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-catches-row li {
  flex: 0 0 auto;
}

.landing-catches-row img {
  display: block;
  width: clamp(160px, 18vw, 240px);
  height: clamp(200px, 22vw, 300px);
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow:
    0 4px 24px rgba(15, 23, 42, 0.12),
    0 1px 3px rgba(15, 23, 42, 0.08);
  background: var(--bg-card);
}

@keyframes landing-catches-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-catches-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .landing-catches-track {
    animation: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 24px 4px;
    scroll-snap-type: x mandatory;
  }

  .landing-catches-row img {
    scroll-snap-align: center;
  }
}

.landing-showcase {
  --landing-feature-card-h: 132px;
  padding: 40px 24px 80px;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-base) 100%);
}

.landing-showcase-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: stretch;
}

.landing-showcase-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  min-height: 100%;
}

.landing-showcase-device {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 auto;
}

.landing-showcase-device .landing-laptop--search {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: var(--lp-laptop-width, 520px);
  max-width: var(--lp-laptop-width, 520px);
  margin: 0 auto;
  transform: scale(1);
  transform-origin: top center;
}

.landing-showcase-side-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: var(--landing-feature-card-h);
  gap: 10px;
  margin: auto 0 0;
  flex: 0 0 auto;
  align-items: stretch;
}

.landing-showcase-side-features .landing-feature-card {
  padding: 14px 14px;
}

.landing-showcase-side-features .landing-feature-icon {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.landing-showcase-side-features .landing-feature-card h3 {
  font-size: 0.92rem;
  margin-bottom: 4px;
}

.landing-showcase-side-features .landing-feature-card p {
  font-size: 0.82rem;
  line-height: 1.45;
}

.landing-showcase-copy {
  min-width: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 100%;
}

.landing-showcase-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px;
  line-height: 1.15;
}

.landing-showcase-lead {
  text-align: left;
  color: var(--text-muted);
  max-width: none;
  margin: 0 0 16px;
  line-height: 1.55;
  font-size: 0.95rem;
}

.landing-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.landing-cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.landing-section-lead {
  text-align: center;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.landing-feature-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.landing-showcase-features {
  margin-top: auto;
  flex: 0 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: var(--landing-feature-card-h);
  gap: 10px 12px;
  align-content: end;
  align-items: stretch;
  min-height: 0;
}

.landing-feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: border-color 0.2s, transform 0.2s;
}

.landing-showcase .landing-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: var(--landing-feature-card-h);
  min-height: var(--landing-feature-card-h);
  max-height: var(--landing-feature-card-h);
  padding: 12px 14px;
  box-sizing: border-box;
  overflow: hidden;
}

.landing-showcase-side-features .landing-feature-card h3,
.landing-showcase-features .landing-feature-card h3 {
  margin: 0 0 4px;
  font-size: 0.92rem;
  line-height: 1.25;
  flex-shrink: 0;
}

.landing-showcase-side-features .landing-feature-card p,
.landing-showcase-features .landing-feature-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  flex: 1;
  min-height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.landing-showcase-side-features .landing-feature-icon,
.landing-showcase-features .landing-feature-icon {
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}

.landing-feature-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  transform: translateY(-2px);
}

.landing-feature-card--soon,
.landing-feature-card--new {
  position: relative;
  border-color: color-mix(in srgb, var(--accent) 35%, var(--border));
  background: color-mix(in srgb, var(--accent) 6%, var(--bg-card));
}

.landing-feature-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.5;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
}

.landing-feature-icon {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.landing-feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.landing-feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Competitor comparison — between feature showcase and CTA band */
.landing-compare {
  padding: 64px 24px 72px;
  background: var(--bg-base);
  border-top: 1px solid var(--border);
}

.landing-compare-inner {
  text-align: center;
}

.landing-compare h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.landing-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.landing-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: var(--bg-card);
  text-align: left;
}

.landing-compare-table th,
.landing-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
}

.landing-compare-table thead th {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  vertical-align: bottom;
  color: var(--text);
  background: var(--bg-base);
}

.landing-compare-table thead th.landing-compare-feature-col {
  text-align: left;
}

.landing-compare-table tbody th[scope="row"] {
  font-weight: 600;
  color: var(--text);
  position: sticky;
  left: 0;
  background: var(--bg-card);
  min-width: 220px;
}

.landing-compare-table tbody td {
  text-align: center;
}

.landing-compare-table tbody tr:last-child th,
.landing-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.landing-compare-table .landing-compare-us {
  background: var(--accent-glow, rgba(59, 130, 246, 0.1));
}

.landing-compare-table thead th.landing-compare-us {
  color: var(--accent);
  border-top: 2px solid var(--accent);
}

.landing-compare-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}

.landing-compare-mark.is-yes {
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
}

.landing-compare-mark.is-partial {
  color: var(--coral);
  background: color-mix(in srgb, var(--coral) 16%, transparent);
}

.landing-compare-mark.is-no {
  color: var(--text-dim);
  background: color-mix(in srgb, var(--text-dim) 14%, transparent);
}

.landing-compare-mark.is-soon {
  width: auto;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
}

.landing-compare-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  margin: 20px 0 6px;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.landing-compare-legend .landing-compare-mark {
  width: 22px;
  height: 22px;
  font-size: 0.85rem;
}

.landing-compare-note {
  margin: 0;
  color: var(--text-dim);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Phone: stack each feature as a card — no sideways scroll */
@media (max-width: 768px) {
  .landing-compare-scroll {
    overflow-x: visible;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .landing-compare-table {
    min-width: 0;
    background: transparent;
  }

  .landing-compare-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .landing-compare-table tbody {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .landing-compare-table tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    overflow: hidden;
    box-shadow: var(--shadow);
  }

  .landing-compare-table tbody th[scope="row"] {
    position: static;
    min-width: 0;
    padding: 14px 16px 12px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-card);
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: left;
  }

  .landing-compare-table tbody td {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border);
  }

  .landing-compare-table tbody td:last-child {
    border-bottom: none;
  }

  .landing-compare-table tbody td::before {
    content: attr(data-label);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
  }

  .landing-compare-table tbody td.landing-compare-us {
    order: -1;
    background: var(--accent-glow, rgba(59, 130, 246, 0.1));
    border-top: 2px solid var(--accent);
  }

  .landing-compare-table tbody td.landing-compare-us::before {
    color: var(--accent);
    font-weight: 700;
  }

  .landing-compare-table tbody tr:last-child th,
  .landing-compare-table tbody tr:last-child td {
    border-bottom: 1px solid var(--border);
  }

  .landing-compare-table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
}

.landing-cta-band {
  padding: 64px 24px 80px;
  background: var(--bg-base);
  border-top: 1px solid var(--border);
}

/* Mission CTA card on landing home */
.landing-mission-band {
  padding: 0 24px 48px;
}

.landing-mission-cta {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
  padding: 28px 28px 28px 24px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(16, 185, 129, 0.06) 100%);
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.landing-mission-cta:hover {
  border-color: rgba(59, 130, 246, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.12);
}

.landing-mission-cta-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 1.6rem;
  line-height: 1;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.landing-mission-cta-body {
  min-width: 0;
}

.landing-mission-cta-eyebrow {
  margin-bottom: 6px;
}

.landing-mission-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--text);
}

.landing-mission-cta p {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.landing-mission-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--blue);
}

.landing-mission-cta:hover .landing-mission-cta-link {
  text-decoration: underline;
}

/* About page */
.landing-about-hero {
  padding: 56px 24px 32px;
}

.landing-about-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.landing-about-lead {
  margin-left: auto;
  margin-right: auto;
}

.landing-about-pillars {
  padding: 16px 24px 48px;
}

.landing-about-grid {
  margin-top: 0;
}

@media (min-width: 720px) {
  .landing-about-grid .landing-live-card--wide {
    grid-column: 1 / -1;
  }
}

.landing-about-story {
  padding: 48px 24px 64px;
  background: var(--bg-base);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.landing-about-story-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.landing-about-story h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
}

.landing-about-copy {
  text-align: left;
}

.landing-about-copy p {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.landing-about-copy p:last-child {
  margin-bottom: 0;
}

.landing-cta-inner {
  text-align: center;
}

.landing-cta-inner p {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 1.05rem;
}

.landing-footer {
  margin-top: auto;
  padding: 24px;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
  border-top: 1px solid var(--border);
}

@media (max-width: 900px) {
  .landing-hero-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
  }

  .landing-hero-inner {
    max-width: none;
    width: 100%;
  }

  .landing-hero h1 {
    text-align: center;
  }

  .landing-eyebrow {
    display: block;
    text-align: center;
  }

  .landing-hero-note {
    text-align: center;
  }

  .landing-lead {
    margin-left: auto;
    margin-right: auto;
  }

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

  .landing-store-badges {
    justify-content: center;
  }

  .landing-hero-visual {
    max-width: none;
    margin: 0 auto;
    width: auto;
    justify-self: center;
    padding-top: 0;
    text-align: left;
  }

  .landing-hero-phone {
    justify-content: center;
    padding-bottom: 16px;
  }

  .landing-hero {
    padding-bottom: 20px;
  }

  .landing-catches {
    padding-top: 28px;
  }

  .landing-catches-lead {
    margin-bottom: 24px;
  }

  .landing-showcase-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
  }

  .landing-showcase-copy {
    min-height: auto;
  }

  .landing-showcase-features {
    flex: none;
  }

  .landing-showcase-side-features {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .landing-showcase-features {
    margin-top: 0;
    align-content: start;
  }

  .landing-showcase-device {
    justify-content: center;
    overflow: visible;
  }

  .landing-showcase-device .landing-laptop--search {
    transform: scale(0.92);
    transform-origin: top center;
  }

  .landing-showcase-copy {
    padding-top: 0;
  }

  .landing-showcase-copy h2,
  .landing-showcase-lead {
    text-align: center;
  }

  .landing-showcase-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }

  .landing-showcase-features {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
  }

  .landing-showcase-features .landing-feature-card {
    display: flex;
    padding: 12px 14px;
    height: var(--landing-feature-card-h);
    min-height: var(--landing-feature-card-h);
    max-height: var(--landing-feature-card-h);
  }

  .landing-showcase-features .landing-feature-icon {
    margin-bottom: 14px;
  }

  .landing-showcase-features .landing-feature-card h3 {
    margin-bottom: 8px;
  }

  .landing-showcase-features .landing-feature-card p {
    font-size: 0.95rem;
  }

  .landing-phone--advmaps {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .landing-hero-phone {
    padding-bottom: 12px;
  }

  .landing-showcase-device .landing-laptop--search {
    transform: scale(0.85);
    transform-origin: top center;
  }

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

@media (max-width: 600px) {
  .landing-hero {
    padding: 32px 20px 12px;
  }

  .landing-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .landing-btn-primary,
  .landing-btn-secondary {
    width: 100%;
  }

  .landing-nav-link {
    display: none;
  }

  .landing-mission-band {
    padding: 0 20px 32px;
  }

  .landing-mission-cta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }

  .landing-mission-cta-link {
    justify-content: center;
  }
}
