:root {
  --sost-v1-yellow: #f5c518;
  --sost-v1-warm-black: #090b0d;
  --sost-v1-anthracite: #141a20;
  --sost-v1-text: #0b0d0f;
  --sost-v1-muted: #44515d;
  --sost-v1-soft: #f5f7f9;
  --sost-v1-border: #e5e9ee;
  --sost-v1-green: #7fa66e;
}

body.sostenibilita-v1-page {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7f9 42%, #eef2f6 100%);
  color: var(--sost-v1-text);
}

body.sostenibilita-v1-page .page-shell {
  width: min(1376px, calc(100vw - 64px));
  padding: 0 0 56px;
}

body.sostenibilita-v1-page .main-shell {
  padding-top: 0;
}

.sost-v1 {
  overflow: hidden;
}

.sost-v1-shell {
  width: 100%;
  margin-inline: auto;
}

.sost-v1-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 23 / 9;
  border-radius: 18px;
  background: #edf7dc;
}

.sost-v1-hero-bg {
  position: absolute;
  inset: 0;
  background: url("/static/img/sostenibilita-v1/hero-sostenibilita-verde-239.png?v=sost-hero-green-239-v1") center right / cover no-repeat;
}

.sost-v1-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 13% 24%, rgba(245, 197, 24, .16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.sost-v1-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 68px, 1308px);
  min-height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 680px) minmax(0, 1fr);
  align-items: center;
}

.sost-v1-hero-copy {
  z-index: 3;
  padding-top: 0;
  transform: translateY(-24px);
}

.sost-v1 .sost-v1-eyebrow {
  margin: 0 0 clamp(10px, 1.4vw, 20px);
  color: #c79600;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sost-v1-hero h1 {
  margin: 0;
  padding-top: clamp(8px, 2vw, 34px);
  color: #18301c;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  font-weight: 900;
}

.sost-v1 .sost-v1-lead {
  margin: clamp(14px, 2vw, 32px) 0 0;
  max-width: min(600px, 48vw);
  color: #405343;
  font-size: clamp(15px, 1.55vw, 22px);
  line-height: 1.5;
}

.sost-v1-hero-line {
  display: block;
  width: clamp(52px, 5.4vw, 74px);
  height: 4px;
  margin-top: clamp(14px, 2vw, 34px);
  background: #7fa66e;
}

.sost-v1 h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 850;
}

.sost-v1 h3 {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 800;
}

.sost-v1 p {
  color: var(--sost-v1-muted);
  font-size: 17px;
  line-height: 1.65;
  margin-top: 0;
}

.sost-v1-small {
  font-size: 14px;
  color: #64717c;
}

.sost-v1-strong {
  font-weight: 800;
  color: var(--sost-v1-text);
}

.sost-v1-intro-section {
  padding: 36px 72px 42px;
  background: #ffffff;
  border-bottom: 1px solid #eef1f4;
}

.sost-v1-section-heading h2 {
  font-size: 35px;
}

.sost-v1-intro-section .sost-v1-section-heading h2 {
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 850;
}

.sost-v1-intro-grid {
  display: grid;
  grid-template-columns: .88fr .92fr .72fr;
  gap: 64px;
  align-items: start;
  margin-top: 0;
}

.sost-v1 .sost-v1-small-label {
  margin: 0 0 22px;
  color: #111820;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.sost-v1-esg-list {
  display: grid;
  gap: 18px;
}

.sost-v1-esg-row {
  display: grid;
  grid-template-columns: 42px auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 38px;
  color: #111820;
  font-size: 15px;
  line-height: 1.25;
}

.sost-v1-esg-row strong {
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.sost-v1-esg-row em {
  font-style: normal;
  color: #111820;
  font-weight: 500;
  white-space: nowrap;
}

.sost-v1-esg-icon {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, .10));
}

.sost-v1-intro-copy {
  padding-top: 38px;
}

.sost-v1-intro-copy p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #111820;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0;
}

.sost-v1-round {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 900;
  color: #ffffff;
}

.sost-v1-round.green {
  background: var(--sost-v1-green);
}

.sost-v1-round.yellow {
  background: var(--sost-v1-yellow);
  color: #111111;
}

.sost-v1-round.dark {
  background: #12171c;
}

.sost-v1-impact-points {
  display: grid;
  gap: 22px;
  padding-top: 24px;
  padding-left: 42px;
  border-left: 1px solid #d9dee5;
}

.sost-v1-impact-points div {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #111820;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
}

.sost-v1-meaning-box div {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 800;
}

.sost-v1-impact-points span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: var(--sost-v1-yellow);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(245, 197, 24, .18);
}

.sost-v1-meaning-box span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--sost-v1-yellow);
  flex: 0 0 24px;
}

.sost-v1-highlight-card,
.sost-v1-process-section,
.sost-v1-info-card,
.sost-v1-motion-teaser,
.sost-v1-bottom-grid article {
  border: 1px solid var(--sost-v1-border);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
  border-radius: 18px;
}

.sost-v1-highlight-card {
  display: grid;
  grid-template-columns: 280px 1fr 390px;
  gap: 34px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
}

.sost-v1-highlight-visual {
  display: grid;
  place-items: center;
}

.sost-v1-highlight-image {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  filter: drop-shadow(0 18px 28px rgba(15, 23, 42, .14));
}

.sost-v1-growth-icon {
  position: relative;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background: #fff7d7;
}

.sost-v1-growth-icon .bar {
  position: absolute;
  bottom: 39px;
  width: 18px;
  border: 4px solid #0b0d0f;
}

.sost-v1-growth-icon .b1 {
  height: 34px;
  left: 40px;
}

.sost-v1-growth-icon .b2 {
  height: 58px;
  left: 70px;
}

.sost-v1-growth-icon .b3 {
  height: 84px;
  left: 100px;
}

.sost-v1-growth-icon .arrow {
  position: absolute;
  left: 34px;
  top: 40px;
  width: 82px;
  height: 5px;
  background: #0b0d0f;
  transform: rotate(-25deg);
}

.sost-v1-growth-icon .leaf {
  position: absolute;
  right: 22px;
  bottom: 28px;
  width: 48px;
  height: 30px;
  border: 4px solid #0b0d0f;
  border-radius: 70% 0 70% 0;
  transform: rotate(-20deg);
}

.sost-v1-meaning-box {
  display: grid;
  gap: 18px;
  padding-left: 34px;
  border-left: 1px solid var(--sost-v1-border);
}

.sost-v1-process-section {
  margin-top: 28px;
  padding: 34px 68px 42px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(248, 250, 252, .54) 100%);
  box-shadow: none;
}

.sost-v1-section-heading.compact {
  max-width: 760px;
  margin: 0 0 24px;
}

.sost-v1-process-section .sost-v1-section-heading h2 {
  margin: 0 0 8px;
  color: #101820;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
}

.sost-v1-process-section .sost-v1-section-heading p {
  max-width: 580px;
  margin: 0;
  color: #2f3a45;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.sost-v1-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 26px;
}

.sost-v1-process-card {
  position: relative;
  min-height: 356px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(215, 220, 225, .82);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(250, 251, 252, .94) 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .045), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.sost-v1-step {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 0 24px;
  border-radius: 50%;
  background: var(--sost-v1-yellow);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(245, 197, 24, .22);
}

.sost-v1-process-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: -2px 0 20px 42px;
  object-fit: contain;
}

.sost-v1-process-card h3 {
  margin: 0 0 15px;
  color: #101820;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
}

.sost-v1-process-card p {
  margin: 0 0 12px;
  color: #3f4a55;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 500;
  letter-spacing: 0;
}

.sost-v1-process-card .sost-v1-small {
  margin-top: 14px;
  color: #4b5663;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.sost-v1-process-card ul,
.sost-v1-check-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.sost-v1-process-card li,
.sost-v1-check-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 17px;
  color: #3f4a55;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.sost-v1-process-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sost-v1-yellow);
  box-shadow: 0 0 0 2px rgba(245, 197, 24, .10);
}

.sost-v1-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #6fa962;
  font-weight: 900;
}

.sost-v1-line-icon {
  display: none !important;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 3px solid #111111;
  border-radius: 12px;
}

.sost-v1-process-chevron {
  display: grid;
  place-items: center;
  align-self: center;
  width: 28px;
  height: 52px;
  margin-top: 24px;
  color: var(--sost-v1-yellow);
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 0 8px 16px rgba(245, 197, 24, .18);
  z-index: 2;
}

.sost-v1-fleet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.sost-v1-info-card {
  padding: 34px;
}

.sost-v1-fleet-grid > .sost-v1-info-card {
  min-height: 300px;
  padding: 28px 30px 26px;
}

.sost-v1-car-card {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 18px;
  align-items: center;
}

.sost-v1-car-card > div:first-child {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}

.sost-v1-car-card h2,
.sost-v1-fleet-grid h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 850;
}

.sost-v1-car-card p,
.sost-v1-fleet-grid p {
  max-width: 330px;
  color: #37424d;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.sost-v1-car-card .sost-v1-check-list {
  display: grid;
  margin-top: 28px;
  gap: 22px;
}

.sost-v1-car-card .sost-v1-check-list li {
  margin-bottom: 0;
  padding-left: 28px;
  color: #1f2933;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.sost-v1-car-card .sost-v1-check-list li::before {
  top: 1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8db267;
  color: #ffffff;
  font-size: 11px;
  box-shadow: none;
}

.sost-v1-fleet-placeholder-clean {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sost-v1-fleet-placeholder-clean img {
  display: block;
  width: 274px;
  height: auto;
  opacity: .96;
}

.sost-v1-fleet-grid .sost-v1-micro-grid {
  gap: 16px;
  margin: 18px 0 20px;
}

.sost-v1-fleet-grid .sost-v1-micro-grid div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.sost-v1-fleet-grid .sost-v1-micro-grid img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: .92;
}

.sost-v1-fleet-grid .sost-v1-micro-grid > div > span {
  margin-top: 0;
  color: inherit;
  font-size: inherit;
}

.sost-v1-fleet-grid .sost-v1-micro-grid strong {
  color: #111820;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.sost-v1-fleet-grid .sost-v1-micro-grid em {
  display: block;
  margin-top: 2px;
  color: #3f4a55;
  font-size: 13px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 550;
}

.sost-v1-fleet-grid .sost-v1-metric-grid {
  gap: 12px;
  margin-top: 16px;
}

.sost-v1-fleet-grid .sost-v1-metric-grid span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 60px;
  padding: 11px 13px;
  border: 1px solid #eee5c8;
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdf6 0%, #fff9e8 100%);
  color: #1e2730;
  box-shadow: none;
}

.sost-v1-fleet-grid .sost-v1-metric-grid img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sost-v1-fleet-grid .sost-v1-metric-grid b {
  display: block;
  color: #1e2730;
  font-size: 13px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.sost-v1-fleet-grid .sost-v1-strong {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 850;
}

.sost-v1-fleet-grid .sost-v1-small {
  margin-top: 14px;
  font-size: 13px;
  color: #4d5965;
}

.sost-v1-micro-grid,
.sost-v1-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sost-v1-micro-grid {
  margin: 24px 0;
}

.sost-v1-micro-grid div,
.sost-v1-metric-grid span {
  padding: 15px;
  border: 1px solid var(--sost-v1-border);
  border-radius: 12px;
  background: #ffffff;
}

.sost-v1-micro-grid strong,
.sost-v1-micro-grid span {
  display: block;
}

.sost-v1-micro-grid span {
  color: #64717c;
  font-size: 13px;
  margin-top: 4px;
}

.sost-v1-metric-grid span {
  border-color: #f1d983;
  background: #fffbeb;
  font-size: 14px;
  font-weight: 800;
}

.sost-v1-double-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.sost-v1-bottom-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: center;
  min-height: 220px;
  padding: 24px 28px;
  border-color: rgba(220, 225, 230, .58);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(249, 250, 251, .94) 100%);
  overflow: hidden;
}

.sost-v1-bottom-copy {
  min-width: 0;
}

.sost-v1-bottom-card h2 {
  margin: 0 0 10px;
  color: #111820;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.sost-v1-bottom-card p {
  max-width: 340px;
  margin: 0 0 14px;
  color: #3a4651;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.sost-v1-bottom-card .sost-v1-check-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.sost-v1-bottom-card .sost-v1-check-list li {
  position: relative;
  margin-bottom: 0;
  padding-left: 24px;
  color: #24303a;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 700;
}

.sost-v1-bottom-card .sost-v1-check-list li::before {
  top: 1px;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #95b676;
  color: #ffffff;
  font-size: 9px;
  box-shadow: none;
}

.sost-v1-bottom-note {
  margin-top: 16px !important;
  color: #55616c !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.sost-v1-bottom-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  min-width: 0;
  overflow: visible;
}

.sost-v1-bottom-visual img {
  position: absolute;
  left: 50%;
  top: 57%;
  display: block;
  width: 235px;
  max-width: none;
  height: auto;
  opacity: .78;
  transform: translate(-50%, -50%);
}

.sost-v1-motion-teaser {
  position: relative;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 38px;
  align-items: center;
  margin-top: 28px;
  padding: 30px 44px 34px 34px;
  border-color: rgba(245, 197, 24, .72);
  background: radial-gradient(circle at 91% 18%, rgba(245, 197, 24, .18), transparent 26%), linear-gradient(135deg, #ffffff 0%, #fffdf3 100%);
}

.sost-v1-motion-screen {
  position: relative;
  height: 255px;
}

.sost-v1-desktop-device {
  position: absolute;
  left: 0;
  top: 18px;
  width: 340px;
  height: 210px;
  background: #0c1117;
  border-radius: 18px;
  box-shadow: 0 24px 34px rgba(15, 23, 42, .2);
}

.sost-v1-desktop-device::before {
  content: "";
  position: absolute;
  inset: 28px;
  background: #ffffff;
  border-radius: 10px;
}

.sost-v1-screen-card {
  position: absolute;
  left: 48px;
  top: 48px;
  z-index: 2;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  font-weight: 900;
}

.sost-v1-donut {
  position: absolute;
  z-index: 2;
  right: 80px;
  top: 56px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 14px solid #e5e7eb;
  border-top-color: var(--sost-v1-yellow);
  border-left-color: #66b977;
}

.sost-v1-bars {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 42px;
  display: grid;
  gap: 12px;
}

.sost-v1-bars span {
  display: block;
  width: 240px;
  height: 9px;
  border-radius: 8px;
  background: #e5e7eb;
}

.sost-v1-phone-device {
  position: absolute;
  right: 6px;
  bottom: 0;
  width: 122px;
  height: 188px;
  border-radius: 20px;
  background: #0c1117;
  box-shadow: 0 22px 30px rgba(15, 23, 42, .18);
}

.sost-v1-phone-device::before {
  content: "";
  position: absolute;
  inset: 22px 16px;
  background: #ffffff;
  border-radius: 10px;
}

.sost-v1-phone-device span {
  position: relative;
  z-index: 2;
  display: block;
  width: 60px;
  height: 8px;
  margin: 46px auto -28px;
  background: #e5e7eb;
  border-radius: 8px;
}

.sost-v1-motion-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.sost-v1-motion-features span {
  padding: 16px 14px;
  border: 1px solid #f4e3a4;
  border-radius: 12px;
  background: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.sost-v1-motionlab-enterprise {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 34px;
  align-items: center;
  min-height: 280px;
  padding: 28px 34px;
  margin-top: 28px;
  border-radius: 18px;
  border: 1px solid rgba(214, 178, 94, .16);
  background:
    linear-gradient(90deg, rgba(8, 10, 13, .82) 0%, rgba(8, 10, 13, .58) 48%, rgba(8, 10, 13, .44) 100%),
    url("/static/img/sostenibilita-v1/motionlab-card-background.png") center / cover no-repeat;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .18), inset 0 1px 0 rgba(255, 255, 255, .03);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.sost-v1-motionlab-enterprise:hover {
  border-color: rgba(214, 178, 94, .32);
  box-shadow: 0 22px 56px rgba(15, 23, 42, .22), inset 0 1px 0 rgba(255, 255, 255, .05);
  transform: translateY(-1px);
}

.sost-v1-motionlab-enterprise:focus-visible {
  outline: 3px solid rgba(245, 197, 24, .42);
  outline-offset: 4px;
}

.sost-v1-motionlab-visual-layer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 242px;
  overflow: visible;
}

.sost-v1-motionlab-dashboard-premium {
  display: block;
  width: min(620px, 146%);
  max-width: none;
  height: auto;
  opacity: .96;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .42));
  transform: translateX(-3%);
}

.sost-v1-motionlab-content-layer {
  position: relative;
  z-index: 3;
}

.sost-v1-motionlab-logo {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.sost-v1-motionlab-enterprise h2 {
  margin: 0 0 14px;
  color: #f3f4f6;
  font-size: 34px;
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 900;
}

.sost-v1-motionlab-enterprise p {
  max-width: 520px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.sost-v1-motionlab-mini-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.sost-v1-motionlab-mini-cards span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(214, 178, 94, .18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075) 0%, rgba(214, 178, 94, .13) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 24px rgba(0, 0, 0, .12);
  color: #f3f4f6;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.01em;
}

.sost-v1-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
  padding-bottom: 42px;
}

.sost-v1-bottom-grid article {
  padding: 26px;
}

.sost-v1-bottom-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.sost-v1-bottom-grid span {
  display: block;
  color: #64717c;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .sost-v1-shell,
  .sost-v1-hero-inner {
    width: min(100% - 40px, 960px);
  }

  .sost-v1-hero-inner,
  .sost-v1-intro-grid,
  .sost-v1-highlight-card,
  .sost-v1-fleet-grid,
  .sost-v1-double-grid,
  .sost-v1-motion-teaser,
  .sost-v1-motionlab-enterprise {
    grid-template-columns: 1fr;
  }

  .sost-v1-process-grid,
  .sost-v1-motion-features,
  .sost-v1-motion-pill-grid,
  .sost-v1-motionlab-mini-cards,
  .sost-v1-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sost-v1-process-grid {
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    grid-template-areas:
      "card1 arrow1 card2"
      "arrow2 arrow2 arrow2"
      "card3 arrow3 card4";
    gap: 14px 0;
    align-items: stretch;
  }

  .sost-v1-process-card:nth-of-type(1) {
    grid-area: card1;
  }

  .sost-v1-process-card:nth-of-type(2) {
    grid-area: card2;
  }

  .sost-v1-process-card:nth-of-type(3) {
    grid-area: card3;
  }

  .sost-v1-process-card:nth-of-type(4) {
    grid-area: card4;
  }

  .sost-v1-process-chevron {
    display: grid;
    width: 32px;
    height: 52px;
    margin-top: 24px;
    font-size: 52px;
    line-height: 1;
    transform: none;
  }

  .sost-v1-process-grid > .sost-v1-process-chevron:nth-child(2) {
    grid-area: arrow1;
  }

  .sost-v1-process-grid > .sost-v1-process-chevron:nth-child(4) {
    grid-area: arrow2;
    justify-self: center;
    width: 100%;
    height: 30px;
    margin: -4px 0 -2px;
    font-size: 36px;
    transform: rotate(90deg);
  }

  .sost-v1-process-grid > .sost-v1-process-chevron:nth-child(6) {
    grid-area: arrow3;
  }

  .sost-v1-hero-bg {
    background-position: center right 38%;
  }

  .sost-v1-intro-grid {
    gap: 24px;
  }

  .sost-v1-hero-copy {
    max-width: min(620px, 64vw);
    transform: translateY(clamp(-18px, -1.8vw, -8px));
  }

  .sost-v1 .sost-v1-lead {
    max-width: min(560px, 58vw);
  }

  .sost-v1-intro-copy {
    padding-top: 0;
  }

  .sost-v1-impact-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    padding-top: 0;
    padding-left: 0;
    border-left: 0;
  }

  .sost-v1-esg-row em {
    white-space: normal;
  }

  .sost-v1-bottom-card {
    position: relative;
    grid-template-columns: 1fr;
    min-height: 260px;
    padding-right: clamp(190px, 30vw, 270px);
  }

  .sost-v1-bottom-copy {
    position: relative;
    z-index: 2;
  }

  .sost-v1-bottom-visual {
    position: absolute;
    top: 50%;
    right: clamp(10px, 3vw, 34px);
    z-index: 1;
    width: clamp(156px, 24vw, 190px);
    height: clamp(156px, 24vw, 190px);
    pointer-events: none;
    transform: translateY(-50%);
  }

  .sost-v1-bottom-visual img {
    left: 50%;
    top: 50%;
    width: clamp(185px, 29vw, 230px);
    opacity: .78;
  }
}

@media (max-width: 999px) {
  .sost-v1-process-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 8px;
    align-items: start;
  }

  .sost-v1-process-grid > .sost-v1-process-card,
  .sost-v1-process-grid > .sost-v1-process-chevron {
    grid-area: auto;
  }

  .sost-v1-process-grid > .sost-v1-process-chevron:nth-child(2),
  .sost-v1-process-grid > .sost-v1-process-chevron:nth-child(4),
  .sost-v1-process-grid > .sost-v1-process-chevron:nth-child(6) {
    grid-area: auto;
    justify-self: stretch;
    width: 100%;
    height: 30px;
    margin: -2px 0 0;
    font-size: 36px;
    transform: rotate(90deg);
  }

  .sost-v1-process-chevron {
    display: grid;
    justify-self: stretch;
    width: 100%;
    height: 30px;
    margin: -2px 0 0;
    font-size: 36px;
    line-height: 1;
    transform: rotate(90deg);
  }

  .sost-v1-process-card {
    min-height: 0;
    padding: 24px 28px;
  }

  .sost-v1-step {
    display: none;
  }

  .sost-v1-process-icon {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .sost-v1-hero {
    aspect-ratio: 16 / 8.4;
    min-height: 0;
  }

  .sost-v1-hero-inner {
    min-height: 100%;
    align-content: center;
  }

  .sost-v1-hero-copy {
    max-width: min(560px, 76vw);
    transform: translateY(-8px);
  }

  .sost-v1-hero h1 {
    font-size: clamp(46px, 6.3vw, 54px);
  }

  .sost-v1 .sost-v1-lead {
    max-width: min(540px, 72vw);
    font-size: clamp(17px, 2.2vw, 20px);
    line-height: 1.55;
  }
}

@media (max-width: 1150px) {
  .sost-v1-hero .sost-v1-lead {
    font-weight: 750;
  }
}

@media (max-width: 720px) {
  .sost-v1-shell,
  .sost-v1-hero-inner {
    width: min(100% - 28px, 640px);
  }

  .sost-v1-hero,
  .sost-v1-hero-inner {
    min-height: clamp(470px, 98vw, 620px);
  }

  .sost-v1-hero-inner {
    padding: 56px 0 42px;
  }

  .sost-v1-hero h1 {
    font-size: 44px;
  }

  .sost-v1 .sost-v1-lead {
    font-size: 17px;
  }

  .sost-v1-hero-bg {
    background: url("/static/img/sostenibilita-v1/hero-sostenibilita-verde-239.png?v=sost-hero-green-239-v1") center right 34% / cover no-repeat;
  }

  .sost-v1-intro-section,
  .sost-v1-highlight-card,
  .sost-v1-process-section,
  .sost-v1-info-card,
  .sost-v1-motion-teaser,
  .sost-v1-motionlab-enterprise {
    padding: 24px;
  }

  .sost-v1-process-grid,
  .sost-v1-motion-features,
  .sost-v1-motion-pill-grid,
  .sost-v1-motionlab-mini-cards,
  .sost-v1-bottom-grid,
  .sost-v1-micro-grid,
  .sost-v1-metric-grid {
    grid-template-columns: 1fr;
  }

  .sost-v1-car-card {
    grid-template-columns: 1fr;
  }

  .sost-v1-fleet-placeholder,
  .sost-v1-fleet-visual,
  .sost-v1-motion-screen {
    display: none;
  }

  .sost-v1-car-card {
    position: relative;
    min-height: 390px;
    padding-right: clamp(86px, 28vw, 126px);
  }

  .sost-v1-car-card > div:first-child {
    position: relative;
    z-index: 2;
  }

  .sost-v1-fleet-placeholder-clean {
    position: absolute;
    right: 8px;
    bottom: auto;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(46vw, 210px);
    height: min(46vw, 210px);
    pointer-events: none;
    transform: translateY(-50%);
  }

  .sost-v1-fleet-placeholder-clean img {
    width: 100%;
    max-width: 210px;
    opacity: .92;
  }

  .sost-v1-bottom-card {
    min-height: 300px;
    padding-right: clamp(92px, 27vw, 128px);
    padding-bottom: 24px;
  }

  .sost-v1-bottom-visual {
    top: 50%;
    right: 8px;
    bottom: auto;
    width: min(40vw, 160px);
    height: min(40vw, 160px);
    transform: translateY(-50%);
  }

  .sost-v1-bottom-visual img {
    left: 50%;
    top: 50%;
    width: min(48vw, 210px);
    opacity: .86;
  }
}
