.azt-rooftop-highlights {
  --azt-rh-bg-image: none;
  --azt-rh-navy: #16395d;
  --azt-rh-cyan: #7fc7e6;
  --azt-rh-white: #f2f5f8;
  --azt-rh-text: #f2f5f8;
  position: relative;
  width: 100%;
  color: var(--azt-rh-text);
  background-color: #17354b;
  background-image: var(--azt-rh-bg-image);
  background-size: cover;
  background-position: center;
  padding: clamp(54px, 6vw, 110px) 0;
  overflow: hidden;
}

.azt-rooftop-highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 33, 59, 0.28);
  pointer-events: none;
  z-index: 0;
}

.elementor-widget-azotea_rooftop_highlights {
  width: 100%;
}

.elementor-widget-azotea_rooftop_highlights > .elementor-widget-container {
  width: 100%;
}

.azt-rooftop-highlights *,
.azt-rooftop-highlights *::before,
.azt-rooftop-highlights *::after {
  box-sizing: border-box;
}

.azt-rooftop-highlights__inner {
  position: relative;
  z-index: 1;
  width: min(1750px, calc(100% - clamp(24px, 5vw, 88px)));
  margin: 0 auto;
}

.azt-rooftop-highlights__headline {
  margin: 0 0 clamp(28px, 3vw, 52px);
  text-align: right;
  color: var(--azt-rh-white);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.6vw, 96px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.azt-rooftop-highlights__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr);
  gap: clamp(20px, 2vw, 36px);
}

.azt-rooftop-highlights__card {
  background: #17354b88;
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: clamp(22px, 2.6vw, 40px);
  min-height: clamp(300px, 34vw, 560px);
}

.azt-rooftop-highlights__card-title {
  margin: 0;
  color: var(--azt-rh-white);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.4vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.azt-rooftop-highlights__content {
  margin-top: clamp(18px, 2.1vw, 38px);
  color: var(--azt-rh-text);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.azt-rooftop-highlights__content h4 {
  margin: 0 0 8px;
  color: var(--azt-rh-cyan);
  font-size: clamp(28px, 2.5vw, 46px);
  line-height: 1;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.azt-rooftop-highlights__content p {
  margin: 0;
  color: inherit;
  font-size: clamp(18px, 1.4vw, 30px);
  line-height: 1.25;
}

.azt-rooftop-highlights__content p + p,
.azt-rooftop-highlights__content h4 + p,
.azt-rooftop-highlights__content p + h4 {
  margin-top: 10px;
}

.azt-rooftop-highlights__content strong {
  color: var(--azt-rh-cyan);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.45em;
  font-weight: 500;
}

.azt-rooftop-highlights__logos {
  margin-top: clamp(20px, 2.3vw, 38px);
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 42px);
  flex-wrap: wrap;
}

.azt-rooftop-highlights__logos img {
  max-height: clamp(44px, 5vw, 100px);
  width: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .azt-rooftop-highlights__grid {
    grid-template-columns: 1fr;
  }

  .azt-rooftop-highlights__headline {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .azt-rooftop-highlights {
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
  }

  .azt-rooftop-highlights__inner {
    width: min(1750px, calc(100% - clamp(24px, 5vw, 88px)));
  }
}

@media (max-width: 767px) {
  .azt-rooftop-highlights {
    padding: 42px 0;
  }

  .azt-rooftop-highlights__inner {
    width: calc(100% - 28px);
  }

  .azt-rooftop-highlights__card {
    min-height: 0;
  }
}
