.air3-reasons {
  box-sizing: border-box;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 200;
}

.air3-reasons *,
.air3-reasons *::before,
.air3-reasons *::after {
  box-sizing: border-box;
}

.air3-reasons a {
  color: inherit;
  text-decoration: none;
}

.air3-reasons-page {
  margin: 0;
  background: #000;
  color: #fff;
}

.air3-reasons-page .site-logo {
  position: fixed;
  z-index: 20;
  top: 20px;
  left: 20px;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  padding: 10px;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(8px);
}

.air3-reasons-page .site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.air3-reasons-hero {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  background: #000 url("../img/entra/10-motivi/00.jpg") center / cover no-repeat;
}

.air3-reasons-hero::after,
.air3-reasons-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0, rgba(0, 0, 0, .22) 45%, rgba(0, 0, 0, .88) 100%);
  pointer-events: none;
}

.air3-reasons .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  min-height: 72vh;
  margin: 0 auto;
  padding: 150px 48px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.air3-reasons .hero-title {
  mix-blend-mode: overlay;
}

.air3-reasons .hero-title img {
  display: block;
  margin-top: 24px;
  width: min(440px, 72vw);
  height: auto;
}

.air3-reasons .cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 14px 28px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 68px);
  line-height: .9;
  letter-spacing: .04em;
  transition: background .2s ease, color .2s ease;
}

.air3-reasons a.cta:hover {
  background: #fff;
  color: #000;
}

.air3-reasons span.cta {
  cursor: default;
}

.air3-reasons-grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
}

.air3-reasons-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  padding: 42px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.air3-reasons-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 526px;
  display: flex;
  flex-direction: column;
}

.air3-reasons-number {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: clamp(104px, 11vw, 168px);
  line-height: .78;
  letter-spacing: .01em;
}

.air3-reasons-card-text {
  margin-top: auto;
  padding-top: 60px;
}

.air3-reasons-title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(54px, 5.2vw, 92px);
  line-height: .76;
  letter-spacing: .02em;
  mix-blend-mode: overlay;
}

.air3-reasons-kicker {
  max-width: 760px;
  margin: 18px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: .88;
  letter-spacing: .03em;
}

.air3-reasons-body {
  max-width: 760px;
  margin: 44px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 200;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.35;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .94);
}

.air3-reasons-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #000;
  padding: 32px 48px;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
}

.air3-reasons-footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.air3-reasons-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .air3-reasons-page .site-logo {
    width: 58px;
    height: 58px;
    top: 12px;
    left: 12px;
  }

  .air3-reasons-hero,
  .air3-reasons .hero-inner {
    min-height: 64vh;
  }

  .air3-reasons .hero-inner {
    padding: 120px 24px 44px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .air3-reasons-grid {
    grid-template-columns: 1fr;
  }

  .air3-reasons-card {
    min-height: 560px;
    padding: 28px;
  }

  .air3-reasons-card-content {
    min-height: 504px;
  }

  .air3-reasons-body {
    margin-top: 32px;
  }

  .air3-reasons-footer {
    padding: 28px 24px;
  }

  .air3-reasons-footer-inner {
    flex-direction: column;
  }
}
