:root {
  --blue-950: #022f66;
  --blue-900: #063f82;
  --blue-800: #074b98;
  --blue-700: #0d63b2;
  --green-900: #156141;
  --green-800: #1f7a52;
  --green-700: #299866;
  --petrol-950: #2f474f;
  --petrol-900: #3f5961;
  --petrol-800: #4b6871;
  --petrol-100: #e8eef2;
  --surface: #f3f7fa;
  --surface-strong: #ffffff;
  --text: #15313a;
  --muted: #dce8ed;
  --line: #183541;
  --shadow: 0 18px 38px rgba(5, 21, 31, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #ffffff;
  background: var(--petrol-950);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(2, 16, 24, 0.18);
}

.brand img {
  width: 144px;
  height: 98px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand small {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(221, 234, 240, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #e9f2f6;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid #062b5c;
  border-radius: 7px;
  background: linear-gradient(180deg, var(--blue-800) 0%, var(--blue-950) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 25px rgba(2, 23, 52, 0.34);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-950);
  box-shadow: 0 8px 18px rgba(2, 20, 30, 0.16);
}

.button-green {
  border-color: #0b4d30;
  background: linear-gradient(180deg, var(--green-700) 0%, var(--green-900) 100%);
  box-shadow: 0 12px 25px rgba(5, 62, 39, 0.3);
}

.button-green-secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.94);
  color: #0f4f35;
  box-shadow: 0 8px 18px rgba(7, 54, 36, 0.14);
}

.button-small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 44px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 72px;
}

.hero-copy {
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d9e8ef;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  margin: 18px 0 8px;
  color: #ffffff;
  font-size: 22px;
}

.routing-statement {
  max-width: 660px;
  margin: 0 0 20px;
  color: #dce8ed;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.34;
}

h1 {
  margin: 0;
  color: #ffffff;
  max-width: 760px;
  font-family: "Segoe UI Black", "Arial Black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 5.1vw, 60px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(2, 18, 26, 0.2);
}

h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Segoe UI Black", "Arial Black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  margin: 22px 0 0;
  color: #e3edf2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.product-area {
  padding: 54px 0 1px;
  background:
    linear-gradient(180deg, #dcebf3 0%, #c7dde9 46%, #b7d0df 100%);
  box-shadow: inset 0 12px 0 rgba(6, 63, 130, 0.2);
}

.product-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: 34px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: 0;
  color: var(--text);
}

.product-section-reverse {
  grid-template-columns: minmax(0, 0.56fr) minmax(280px, 0.44fr);
}

.product-section-reverse .section-copy {
  order: 2;
}

.product-section-reverse .program-shot {
  order: 1;
}

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

.product-section .eyebrow {
  color: var(--blue-800);
}

.section-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--petrol-800);
  font-size: 18px;
  font-weight: 700;
}

.program-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #173541;
  border-radius: 8px;
  background: #dce5ea;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.22);
}

.program-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.program-shot-portrait {
  justify-self: center;
  width: min(100%, 560px);
}

.autonomous-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 0.75fr);
  align-items: center;
  gap: 34px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 78px;
  color: var(--text);
}

.autonomous-icon {
  justify-self: center;
  width: min(100%, 200px);
  overflow: hidden;
  border: 1px solid #173541;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.2);
}

.autonomous-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.autonomous-copy {
  max-width: 870px;
}

.autonomous-copy .eyebrow {
  color: var(--blue-800);
}

.autonomous-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--petrol-800);
  font-size: 18px;
  font-weight: 700;
}

.cta-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 78px;
  padding: 18px;
  border: 1px solid rgba(23, 53, 65, 0.45);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.16);
}

.cta-strip .button {
  width: 100%;
}

.cta-strip-blue {
  background: linear-gradient(180deg, #cfe3ef 0%, #b7d2e2 100%);
}

.cta-strip-green {
  margin-bottom: 84px;
  background: linear-gradient(180deg, #cde8dc 0%, #acd3bf 100%);
}

.cluster-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 78px;
  color: var(--text);
}

.cluster-copy {
  max-width: 920px;
  margin-bottom: 28px;
}

.cluster-copy .eyebrow {
  color: var(--blue-800);
}

.cluster-copy h2 {
  max-width: 900px;
}

.cluster-copy p:not(.eyebrow) {
  max-width: 890px;
  margin: 18px 0 0;
  color: var(--petrol-800);
  font-size: 18px;
  font-weight: 700;
}

.cluster-gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.cluster-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #173541;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.2);
}

.cluster-shot img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.cluster-shot figcaption {
  padding: 13px 16px 15px;
  background: #ffffff;
  color: var(--petrol-800);
  font-size: 14px;
  font-weight: 800;
}

.capacity-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 78px;
  color: var(--text);
}

.capacity-copy {
  max-width: 930px;
  margin-bottom: 28px;
}

.capacity-copy .eyebrow {
  color: var(--blue-800);
}

.capacity-copy p:not(.eyebrow) {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--petrol-800);
  font-size: 18px;
  font-weight: 700;
}

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

.emergency-card {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--blue-900);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.22);
}

.emergency-card img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: top center;
}

.emergency-card figcaption {
  padding: 15px 18px 17px;
  background: linear-gradient(180deg, var(--blue-800) 0%, var(--blue-950) 100%);
  color: #ffffff;
}

.emergency-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Segoe UI Black", "Arial Black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.emergency-card span {
  display: block;
  color: #dceaf0;
  font-size: 14px;
  font-weight: 750;
}

.capacity-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #173541;
  border-radius: 8px;
  background: #234653;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.2);
}

.capacity-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.spot-copy,
.finale-copy {
  max-width: 930px;
  margin: 38px 0 18px;
}

.spot-copy .eyebrow,
.finale-copy .eyebrow {
  color: var(--blue-800);
}

.spot-copy h3,
.finale-copy h3 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Segoe UI Black", "Arial Black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.spot-copy p:not(.eyebrow),
.finale-copy p:not(.eyebrow) {
  max-width: 900px;
  margin: 16px 0 0;
  color: var(--petrol-800);
  font-size: 18px;
  font-weight: 700;
}

.spot-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 40px;
}

.route-card img {
  height: 430px;
  padding: 10px;
  background: #ffffff;
  object-fit: contain;
  object-position: center top;
}

.final-route-card {
  width: min(100%, 760px);
  margin: 24px auto 0;
  overflow: hidden;
  border: 2px solid var(--blue-900);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.22);
}

.final-route-card img {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #ffffff;
}

.closing-copy {
  margin: 30px 0 0;
  padding: 24px 26px 26px;
  border: 2px solid var(--blue-900);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 55, 68, 0.18);
}

.closing-copy .eyebrow {
  color: var(--blue-800);
}

.closing-copy h3 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Segoe UI Black", "Arial Black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.closing-copy p:not(.eyebrow) {
  max-width: 940px;
  margin: 16px 0 0;
  color: var(--petrol-800);
  font-size: 18px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.image-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #102d3a;
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.image-placeholder {
  display: grid;
  min-height: 310px;
  place-items: center;
  padding: 28px;
  border-bottom: 0;
  background:
    linear-gradient(180deg, #f9fbfc 0%, #dce6ec 100%);
  color: var(--petrol-800);
  text-align: center;
}

.comparison-image {
  display: block;
  width: 100%;
  height: 310px;
  border: 8px solid #ffffff;
  border-bottom-width: 10px;
  background: #ffffff;
  object-fit: cover;
}

.image-placeholder span {
  display: inline-flex;
  max-width: 220px;
  color: var(--petrol-800);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.image-card-after .image-placeholder {
  background:
    linear-gradient(180deg, #fbfdfe 0%, #dfe9ee 100%);
}

.image-caption {
  flex: 1;
  min-height: 116px;
  padding: 17px 18px 19px;
  background: linear-gradient(180deg, var(--blue-800) 0%, var(--blue-950) 100%);
  color: #ffffff;
}

.image-caption strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Segoe UI Black", "Arial Black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.image-caption span {
  display: block;
  color: #dceaf0;
  font-size: 16px;
  font-weight: 700;
}

.image-caption .small-caption {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.34;
}

@media (max-width: 900px) {
  .site-header,
  .hero {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .product-section {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 680px);
  }

  .autonomous-section {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 680px);
  }

  .autonomous-icon {
    width: min(200px, 100%);
  }

  .cta-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 28px, 680px);
  }

  .cluster-section {
    width: min(100% - 28px, 680px);
  }

  .cluster-gallery {
    grid-template-columns: 1fr;
  }

  .capacity-section {
    width: min(100% - 28px, 680px);
  }

  .emergency-comparison {
    grid-template-columns: 1fr;
  }

  .spot-comparison {
    grid-template-columns: 1fr;
  }

  .emergency-card img {
    height: 560px;
  }

  .route-card img {
    height: 440px;
  }

  .product-section-reverse .section-copy,
  .product-section-reverse .program-shot {
    order: initial;
  }

  .hero-copy {
    max-width: none;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .brand {
    font-size: 22px;
    flex-wrap: wrap;
  }

  .brand img {
    width: 128px;
    height: 86px;
  }

  h1 {
    font-size: 36px;
  }

  .hero-kicker {
    font-size: 20px;
  }

  .routing-statement {
    font-size: 16px;
  }

  .lead {
    font-size: 17px;
  }

  .hero-actions,
  .comparison {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .cta-strip {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .comparison {
    display: grid;
  }

  .image-placeholder {
    min-height: 230px;
  }

  .comparison-image {
    height: 230px;
  }

  .cluster-shot img {
    height: 240px;
  }

  .emergency-card img {
    height: 430px;
  }

  .route-card img {
    height: 320px;
  }

  .final-route-card img {
    padding: 6px;
  }

  .product-section {
    margin-bottom: 48px;
  }
}

.cta-strip:has(a[href="/video/emergenze-spot"]) {
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, var(--petrol-900) 0%, #061a24 100%);
  box-shadow: 0 18px 38px rgba(6, 26, 36, 0.28);
}

.cta-strip:has(a[href="/video/emergenze-spot"]) .button-green {
  background: #1ca36d;
  color: #ffffff;
}

.cta-strip:has(a[href="/video/emergenze-spot"]) .button-green-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.site-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 28px 20px 34px;
  background: #061a24;
}

.site-footer img {
  display: block;
  width: 112px;
  height: auto;
}

.final-band {
  margin-top: 34px;
  padding: 34px 0 0;
  background: var(--petrol-950);
  color: #ffffff;
}

.final-band .closing-copy {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.final-band .closing-copy .eyebrow {
  color: #dce8ed;
}

.final-band .closing-copy h3 {
  color: #ffffff;
  text-shadow: 0 2px 0 rgba(2, 16, 24, 0.18);
}

.final-band .closing-copy p:not(.eyebrow) {
  color: #e9f2f6;
}

.final-band .cta-strip:has(a[href="/video/emergenze-spot"]) {
  margin: 24px auto 0;
  border-color: rgba(221, 234, 240, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.final-band .site-footer {
  justify-content: flex-start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 34px;
  background: transparent;
}

.final-band .site-footer img {
  width: 144px;
  height: 98px;
}

.footer-brand {
  color: #ffffff;
}
