:root {
  --bg: #eff4f6;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: #ffffff;
  --ink: #11232c;
  --ink-soft: #34505e;
  --muted: #647983;
  --navy: #102430;
  --navy-2: #173847;
  --sea: #2f697d;
  --sand: #d9a764;
  --line: rgba(17, 35, 44, 0.08);
  --shadow-xl: 0 30px 80px rgba(12, 28, 38, 0.14);
  --shadow-lg: 0 18px 44px rgba(12, 28, 38, 0.10);
  --shadow-soft: 0 12px 30px rgba(12, 28, 38, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Avenir Next", "Neue Haas Grotesk Text Pro", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(47,105,125,0.18), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(217,167,100,0.18), transparent 18%),
    radial-gradient(circle at 80% 86%, rgba(16,36,48,0.08), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(239,244,246,0.95)),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.lp-page {
  width: min(1440px, calc(100% - 40px));
  margin: 24px auto 48px;
}

.lp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.74));
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(12, 28, 38, 0.09);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 16px;
  z-index: 20;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.lp-brand img,
.brand-mark-generic {
  width: 180px;
  height: 72px;
  object-fit: contain;
}

.brand-mark-generic {
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.24), transparent 45%),
    linear-gradient(135deg, #122733 0%, #1e4558 100%);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.lp-brand strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.lp-brand span,
.lp-nav a {
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease;
}

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

.lp-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.lp-header-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(16, 36, 48, 0.06);
  border: 1px solid rgba(17, 35, 44, 0.08);
}

.lp-lang-btn,
.lp-menu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.lp-lang-btn {
  min-width: 64px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lp-lang-btn.is-active {
  background: linear-gradient(135deg, #102430, #1f4559);
  color: white;
  box-shadow: 0 10px 24px rgba(16, 36, 48, 0.18);
}

.lp-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.84));
  border: 1px solid rgba(17, 35, 44, 0.10);
  box-shadow: var(--shadow-soft);
  position: relative;
}

.lp-menu-toggle::before,
.lp-menu-toggle::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.lp-menu-toggle::before {
  top: 18px;
  box-shadow: 0 7px 0 var(--ink);
}

.lp-menu-toggle::after {
  top: 32px;
}

.nav-cta {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #102430, #1f4559);
  color: white !important;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(16, 36, 48, 0.20);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 56px 0 34px;
}

.section {
  margin-top: 28px;
}

.eyebrow {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 16px 0 16px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero p,
.section-head p,
.card p,
.benefit p,
.showcase-card p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 16px;
  font-weight: 800;
  box-shadow: var(--shadow-lg);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  filter: saturate(1.03);
}

.btn-primary {
  background: linear-gradient(135deg, #d9a764, #cb6d36);
  color: white;
}

.btn-secondary {
  background: white;
  border: 1px solid var(--line);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}

.hero-points li {
  padding-left: 18px;
  position: relative;
  color: var(--ink-soft);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sand);
}

.hero-visual,
.visual-grid,
.cards,
.benefits,
.showcase-grid,
.contact-section {
  display: grid;
  gap: 18px;
}

.hero-visual {
  position: relative;
}

.visual-card,
.card,
.benefit,
.showcase-card,
.contact-form,
.contact-copy,
.feature-strip article {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.card,
.benefit,
.showcase-card,
.feature-strip article,
.pricing-card,
.contact-copy,
.contact-form {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover,
.benefit:hover,
.showcase-card:hover,
.feature-strip article:hover,
.pricing-card:hover,
.contact-copy:hover,
.contact-form:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(47, 105, 125, 0.18);
}

.visual-card {
  padding: 18px;
}

.visual-card.large {
  background:
    radial-gradient(circle at top right, rgba(217,167,100,0.22), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 22%),
    linear-gradient(135deg, #102430 0%, #1a3e50 100%);
  color: white;
  box-shadow: 0 28px 68px rgba(16, 36, 48, 0.22);
}

.floating-demos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}

.demo-push,
.demo-chat {
  position: absolute;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(17, 35, 44, 0.08);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
  color: var(--ink);
  opacity: 0;
  will-change: transform, opacity;
}

.demo-push {
  right: 24px;
  bottom: 30px;
  padding: 14px 16px;
  border-radius: 18px;
  min-width: 220px;
  animation: demoRisePush 6.8s ease-out infinite;
}

.demo-chat {
  left: 24px;
  bottom: 116px;
  padding: 14px 16px;
  border-radius: 18px 18px 18px 8px;
  max-width: 280px;
  animation: demoRiseChat 7.4s ease-out infinite 1.1s;
}

.demo-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d86f30;
  margin-right: 8px;
  box-shadow: 0 0 0 6px rgba(216,111,48,0.12);
}

.demo-push strong,
.demo-chat strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.demo-push small,
.demo-chat p {
  display: block;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 12px;
}

.visual-topline {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.68);
  margin-bottom: 10px;
}

.visual-card:not(.large) .visual-topline {
  color: var(--ink-soft);
}

.visual-card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.map-sim-card {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.18), transparent 16%),
    radial-gradient(circle at 80% 75%, rgba(255,255,255,0.18), transparent 14%),
    linear-gradient(135deg, #e9eef1 0%, #d7e2e7 100%);
}

.map-sim-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(121, 140, 151, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 140, 151, 0.22) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: rotate(-4deg) scale(1.08);
}

.map-route {
  position: absolute;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4c7fb5, #6ca0d4);
  box-shadow: 0 6px 16px rgba(76,127,181,0.24);
}

.route-a { left: 12%; top: 28%; width: 52%; transform: rotate(18deg); }
.route-b { left: 34%; top: 56%; width: 36%; transform: rotate(-28deg); }
.route-c { left: 58%; top: 36%; width: 18%; transform: rotate(12deg); }

.runner-pin {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  font-size: 24px;
  box-shadow: 0 16px 30px rgba(10, 27, 37, 0.22);
  border: 3px solid rgba(255,255,255,0.86);
}

.runner-pin.p1 { left: 18%; top: 21%; background: linear-gradient(135deg, #4b7eb5, #214b7a); }
.runner-pin.p2 { left: 57%; top: 48%; background: linear-gradient(135deg, #2e8a5d, #1f5e40); }
.runner-pin.pc { left: 70%; top: 24%; background: linear-gradient(135deg, #d86f30, #8e4519); }

.map-chip {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.map-chip.top-left { top: 18px; left: 18px; }
.map-chip.bottom-right { right: 18px; bottom: 18px; }

.shot-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(17, 35, 44, 0.08);
  background: linear-gradient(180deg, #f8fbfc, #eef4f7);
}

.shot-frame img {
  width: 100%;
}

.mobile-shot {
  padding: 18px;
  display: flex;
  justify-content: center;
}

.mobile-shot img {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
}

.desktop-shot {
  padding: 18px;
}

.desktop-shot img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mask {
  position: absolute;
  background: rgba(238, 244, 247, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(17, 35, 44, 0.06);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(12, 28, 38, 0.06);
}

.mask-top { top: 12px; left: 12px; width: 48%; height: 70px; }
.mask-middle { bottom: 92px; left: 16px; width: 42%; height: 36px; }
.mask-bottom { bottom: 12px; left: 12px; width: 84%; height: 86px; }
.mask-bottom-small { bottom: 16px; left: 16px; width: 54%; height: 32px; }
.mask-left-sidebar { top: 0; left: 0; width: 22%; height: 100%; border-radius: 0; }
.mask-top-bar { top: 0; right: 0; width: 100%; height: 92px; border-radius: 0; }
.mask-name-list { top: 60%; right: 0; width: 22%; height: 40%; border-radius: 0; }

.visual-grid,
.split-showcase,
.pricing-grid {
  grid-template-columns: 1fr 1fr;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0 30px;
}

.feature-strip article,
.card,
.benefit,
.showcase-card,
.contact-copy,
.contact-form {
  padding: 22px;
}

.feature-strip strong,
.card h3,
.benefit h3,
.showcase-card h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.section {
  padding: 58px 0 16px;
}

.section.alt {
  padding-top: 38px;
}

.section-head {
  margin-bottom: 22px;
}

.section-head.narrow {
  max-width: 860px;
}

.section h2 {
  font-size: clamp(34px, 4.8vw, 56px);
}

.cards.three,
.benefits,
.showcase-grid,
.contact-section {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.problem-solution .cards.three {
  margin-top: 8px;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 14px;
  border-radius: 16px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: 0 14px 28px rgba(12, 28, 38, 0.14);
}

.card-icon-blue { background: linear-gradient(135deg, #4b7eb5, #214b7a); }
.card-icon-gold { background: linear-gradient(135deg, #d9a764, #b97834); }
.card-icon-green { background: linear-gradient(135deg, #2e8a5d, #1f5e40); }
.card-icon-violet { background: linear-gradient(135deg, #7b65d9, #5140a6); }
.card-icon-red { background: linear-gradient(135deg, #c95f5f, #933333); }
.card-icon-dark { background: linear-gradient(135deg, #173847, #102430); }

.role-card {
  min-height: 220px;
}

.split-showcase {
  display: grid;
  gap: 28px;
  align-items: center;
}

.split-showcase.reverse .split-copy {
  order: 2;
}

.split-showcase.reverse .shot-frame {
  order: 1;
}

.pricing-section {
  padding-top: 42px;
}

.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 24px;
  min-height: 100%;
}

.pricing-card.featured {
  background:
    radial-gradient(circle at top right, rgba(217,167,100,0.20), transparent 28%),
    linear-gradient(180deg, #ffffff, #f6f9fb);
  transform: translateY(-8px);
  border-color: rgba(217, 167, 100, 0.28);
  box-shadow: 0 24px 56px rgba(16, 36, 48, 0.12);
}

.pricing-kicker {
  color: var(--sand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.pricing-card h3 {
  margin: 0 0 10px;
  font-size: 54px;
  letter-spacing: -0.06em;
}

.pricing-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.9;
}

.pricing-note {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.story-shot {
  display: block;
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 14px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.story-shot:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.story-shot img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center top;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbfc, #eef4f7);
}

.story-open {
  display: inline-flex;
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.savings-card {
  padding: 26px;
}

.savings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.savings-grid div {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fbfc, #eef5f8);
  border: 1px solid rgba(17, 35, 44, 0.08);
}

.savings-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.savings-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.benefit span,
.showcase-label {
  color: var(--sand);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-section {
  align-items: start;
  grid-template-columns: 0.9fr 1.8fr;
}

.contact-copy,
.contact-form {
  min-height: 100%;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at top right, rgba(217,167,100,0.14), transparent 26%),
    linear-gradient(180deg, #ffffff, #f8fbfc);
}

.contact-form {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,252,0.98));
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #f8fbfc;
  padding: 14px 16px;
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.lp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 6px 10px;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid rgba(17, 35, 44, 0.08);
  margin-top: 28px;
}

.lp-footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@keyframes demoRisePush {
  0% { transform: translateY(54px); opacity: 0; }
  10% { transform: translateY(0); opacity: 0.98; }
  42% { transform: translateY(0); opacity: 0.98; }
  56% { transform: translateY(-10px); opacity: 0; }
  100% { transform: translateY(-10px); opacity: 0; }
}

@keyframes demoRiseChat {
  0% { transform: translateY(54px); opacity: 0; }
  12% { transform: translateY(0); opacity: 0.97; }
  44% { transform: translateY(0); opacity: 0.97; }
  58% { transform: translateY(-10px); opacity: 0; }
  100% { transform: translateY(-10px); opacity: 0; }
}

@media (max-width: 1180px) {
  .hero,
  .visual-grid,
  .split-showcase,
  .pricing-grid,
  .cards.three,
  .benefits,
  .story-grid,
  .showcase-grid,
  .contact-section,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .savings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .lp-page {
    width: min(100% - 24px, 100%);
    margin-top: 14px;
  }

  .lp-header {
    border-radius: 32px;
    align-items: center;
    padding: 18px;
    top: 10px;
  }

  .lp-brand img,
  .brand-mark-generic {
    width: 220px;
    height: 84px;
  }

  .lp-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .lp-header-tools {
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .lp-nav {
    display: none;
    width: 100%;
    padding-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .lp-menu-open .lp-nav {
    display: flex;
  }

  .lp-lang-switch {
    margin-left: auto;
  }

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

  .hero {
    padding-top: 32px;
    gap: 22px;
  }

  .hero h1,
  .section h2 {
    font-size: clamp(46px, 13vw, 70px);
    line-height: 0.98;
  }

  .hero p,
  .section-head p,
  .card p,
  .benefit p,
  .showcase-card p,
  .contact-copy p {
    font-size: 19px;
    line-height: 1.72;
  }

  .btn {
    width: 100%;
    min-height: 58px;
    font-size: 20px;
  }

  .feature-strip article,
  .card,
  .benefit,
  .showcase-card,
  .contact-form,
  .contact-copy {
    border-radius: 28px;
  }

  .contact-section {
    gap: 18px;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-form label {
    font-size: 16px;
    font-weight: 700;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(17, 35, 44, 0.12);
    font: inherit;
  }

  .story-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story-shot img {
    aspect-ratio: 0.8;
    object-fit: cover;
    object-position: top center;
  }

  .visual-card.large {
    padding: 16px;
  }

  .split-showcase,
  .split-showcase.reverse {
    gap: 18px;
  }

  .demo-push,
  .demo-chat {
    position: static;
    max-width: none;
  }

  .floating-demos {
    position: relative;
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
  }

  .lp-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .lp-page {
    width: calc(100% - 16px);
  }

  .lp-header {
    padding: 14px;
    border-radius: 28px;
  }

  .lp-brand img,
  .brand-mark-generic {
    width: 186px;
    height: 72px;
  }

  .lp-header-tools {
    width: 100%;
    gap: 12px;
  }

  .lp-lang-switch {
    order: 2;
    width: 100%;
    justify-content: flex-end;
  }

  .lp-nav {
    order: 3;
  }

  .hero h1,
  .section h2 {
    font-size: clamp(38px, 15vw, 58px);
  }

  .hero p,
  .section-head p,
  .card p,
  .benefit p,
  .showcase-card p,
  .contact-copy p {
    font-size: 17px;
  }

  .eyebrow {
    font-size: 11px;
    line-height: 1.35;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }
}
