:root {
  --ink: #1f2d48;
  --muted: #667085;
  --line: #dbe4ee;
  --panel: #ffffff;
  --soft-blue: #eef7fb;
  --soft-green: #f3f9ee;
  --soft-orange: #fff4ec;
  --blue: #2f80d3;
  --orange: #ef8b45;
  --green: #a3be3f;
  --deep: #0d4058;
  --shadow: 0 18px 45px rgba(30, 61, 82, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 88px;
  padding: 10px clamp(20px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(219, 228, 238, 0.76);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 210px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 15px;
  font-weight: 500;
  color: #536276;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--deep);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

.menu-toggle span {
  width: 19px;
  height: 2px;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  min-height: calc(100vh - 82px);
  padding: clamp(48px, 8vw, 96px) clamp(20px, 6vw, 92px) clamp(36px, 6vw, 70px);
  overflow: hidden;
}

.hero-copy,
.section-heading,
.feature-copy,
.cta-section > div {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 720px;
  margin: 0;
  color: var(--deep);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--deep);
  font-size: 23px;
  line-height: 1.2;
}

.lead,
.intro-copy p,
.feature-copy p,
.analytics-item p,
.footer-brand p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.lead {
  max-width: 650px;
  margin: 28px 0 34px;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 6px;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(239, 139, 69, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-action:hover {
  transform: translateY(-2px);
  background: #e07a33;
  box-shadow: 0 18px 34px rgba(239, 139, 69, 0.3);
}

.hero-media {
  position: relative;
}

.hero-media::before {
  position: absolute;
  inset: 6% 0 8% 8%;
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, rgba(47, 128, 211, 0.12), rgba(239, 139, 69, 0.16));
  border-radius: 42% 58% 50% 50%;
}

.hero-media img {
  width: min(100%, 720px);
  margin-inline: auto;
  filter: drop-shadow(0 28px 32px rgba(13, 64, 88, 0.14));
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  padding: clamp(46px, 7vw, 86px) clamp(20px, 6vw, 92px);
  background: var(--soft-blue);
}

.intro-image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-copy p {
  max-width: 620px;
  margin: 24px 0 0;
}

.mode-section,
.feature-section,
.analytics-section {
  padding: clamp(56px, 8vw, 100px) clamp(20px, 6vw, 92px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto clamp(38px, 6vw, 70px);
  text-align: center;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  max-width: 1120px;
  margin: 0 auto;
}

.mode-card {
  display: grid;
  justify-items: center;
  align-content: end;
  min-height: 620px;
  padding: 34px 18px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.mode-card img {
  width: min(100%, 298px);
  max-height: 510px;
  object-fit: contain;
}

.mode-card h3 {
  margin-top: 26px;
}

.mode-blue {
  background: linear-gradient(180deg, var(--soft-blue), #ffffff 70%);
}

.mode-orange {
  background: linear-gradient(180deg, var(--soft-orange), #ffffff 70%);
}

.mode-green {
  background: linear-gradient(180deg, var(--soft-green), #ffffff 70%);
}

.feature-section {
  display: grid;
  gap: clamp(62px, 9vw, 118px);
  background: linear-gradient(180deg, #ffffff, #f7fbfd 55%, #ffffff);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.feature-row-alt {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
}

.feature-visual {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.feature-visual img {
  width: min(100%, 560px);
  filter: drop-shadow(0 20px 28px rgba(13, 64, 88, 0.12));
}

.feature-copy p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
}

.analytics-section {
  background: var(--soft-blue);
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 44px);
  max-width: 1040px;
  margin: 0 auto;
}

.analytics-item {
  min-height: 520px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(219, 228, 238, 0.8);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.analytics-item img {
  width: min(72%, 340px);
  margin: 0 auto 30px;
}

.analytics-item p {
  margin: 16px 0 0;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(48px, 7vw, 78px) clamp(20px, 6vw, 92px);
  color: #ffffff;
  background: linear-gradient(100deg, #0d4058, #226d86);
}

.cta-section .eyebrow,
.cta-section h2 {
  color: #ffffff;
}

.cta-section .eyebrow {
  margin-bottom: 8px;
  opacity: 0.84;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  padding: clamp(44px, 6vw, 72px) clamp(20px, 6vw, 92px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 230px;
}

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 0;
  font-size: 16px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-links h2 {
  margin-bottom: 16px;
  font-size: 18px;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin: 10px 0;
  color: var(--muted);
  font-size: 15px;
}

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

@media (max-width: 980px) {
  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 18px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 0;
    border-top: 1px solid rgba(219, 228, 238, 0.7);
  }

  .hero,
  .intro-band,
  .feature-row,
  .feature-row-alt,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .mode-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .mode-card {
    min-height: 560px;
  }

  .feature-row-alt .feature-copy {
    order: 2;
  }

  .feature-row-alt .feature-visual {
    order: 1;
  }

  .analytics-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .analytics-item {
    min-height: auto;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand img {
    width: 170px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .lead,
  .intro-copy p,
  .feature-copy p,
  .analytics-item p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero,
  .intro-band,
  .mode-section,
  .feature-section,
  .analytics-section,
  .cta-section,
  .site-footer {
    padding-inline: 16px;
  }

  .mode-card {
    min-height: 510px;
    padding-inline: 12px;
  }

  .mode-card img {
    max-height: 430px;
  }

  .primary-action {
    width: 100%;
  }
}

/* Original DUMA page content layout */
.duma-main {
  color: #3d5874;
  background: #ffffff;
}

.duma-hero {
  background: #eef7fb;
  border-bottom: 1px solid rgba(213, 226, 236, 0.7);
}

.duma-hero-inner {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(460px, 658px);
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
  max-width: 1080px;
  min-height: 560px;
  margin: 0 auto;
  padding: 58px 20px 66px;
}

.duma-hero-copy h1 {
  max-width: 410px;
  margin: 0 0 28px;
  color: #365471;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.duma-hero-copy p {
  max-width: 330px;
  margin: 0;
  color: #6f849a;
  font-size: 23px;
  line-height: 1.24;
}

.duma-hero-image {
  width: min(100%, 658px);
}

.transport-band {
  position: relative;
  min-height: 760px;
  background: #ffffff;
}

.transport-overlay {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 520px;
  padding: 110px 20px 0;
  color: #ffffff;
  background:
    linear-gradient(rgba(41, 109, 132, 0.8), rgba(41, 109, 132, 0.8)),
    url("assets/images/cyclists.jpeg") center / cover;
}

.transport-overlay p {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.mode-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 298px);
  justify-content: center;
  gap: 38px;
  margin-top: -240px;
  padding: 0 20px 70px;
}

.mode-row article {
  text-align: center;
}

.mode-row img {
  width: 298px;
  height: 510px;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(44, 65, 89, 0.22));
}

.mode-row h2 {
  margin: 22px 0 0;
  color: #365471;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
}

.content-stack,
.analytics-stack {
  display: grid;
  gap: 120px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.analytics-stack {
  padding-top: 10px;
  padding-bottom: 110px;
}

.content-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 68px;
}

.visual-cell {
  display: flex;
  justify-content: center;
}

.visual-cell img {
  width: min(100%, 555px);
  filter: drop-shadow(0 10px 16px rgba(44, 65, 89, 0.1));
}

.analytics-visual img {
  width: min(70%, 340px);
  filter: none;
}

.copy-cell {
  max-width: 430px;
}

.copy-cell h2 {
  margin: 0 0 22px;
  color: #365471;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.14;
}

.copy-cell p {
  margin: 0;
  color: #7f91a7;
  font-size: 15px;
  line-height: 1.55;
}

.mobility-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 205px;
  padding: 40px clamp(20px, 15vw, 280px);
  background:
    radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 12px),
    #344d70;
  color: #ffffff;
}

.mobility-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.12;
}

.mobility-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 34px;
  padding: 0 30px;
  color: #ffffff;
  font-size: 13px;
  border-radius: 999px;
  background: #e4004f;
}

@media (max-width: 980px) {
  .duma-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 42px;
  }

  .duma-hero-copy h1,
  .duma-hero-copy p {
    max-width: 100%;
  }

  .duma-hero-image {
    justify-self: center;
  }

  .mode-row {
    grid-template-columns: repeat(3, minmax(190px, 240px));
    gap: 22px;
  }

  .mode-row img {
    width: min(100%, 240px);
    height: auto;
  }

  .content-row {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .duma-hero-inner {
    padding: 46px 16px 42px;
  }

  .duma-hero-copy h1 {
    font-size: 34px;
  }

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

  .transport-overlay {
    min-height: 430px;
    padding: 78px 18px 0;
  }

  .mode-row {
    grid-template-columns: 1fr;
    max-width: 310px;
    margin: -170px auto 0;
    padding-bottom: 45px;
  }

  .mode-row img {
    width: 260px;
  }

  .content-stack,
  .analytics-stack {
    gap: 68px;
    padding-inline: 16px;
    padding-bottom: 70px;
  }

  .content-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .content-row:nth-child(2) .copy-cell,
  .analytics-stack .content-row:first-child .copy-cell {
    order: 2;
  }

  .content-row:nth-child(2) .visual-cell,
  .analytics-stack .content-row:first-child .visual-cell {
    order: 1;
  }

  .copy-cell {
    max-width: 100%;
  }

  .analytics-visual img {
    width: min(74%, 280px);
  }

  .mobility-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 36px 22px;
  }

  .mobility-cta a {
    width: 100%;
  }
}
