/* Version 2: photo-led Why Trial Pro section. Scoped for easy comparison and rollback. */
.advantage-section {
  padding-top: 78px;
  background:
    linear-gradient(180deg, #f8f5ee 0, #fff 38%, #fff 100%);
}

.advantage-shell {
  position: relative;
}

.advantage-visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #071c44;
  box-shadow: 0 28px 70px rgba(5, 20, 49, .2);
}

.advantage-visual::before,
.advantage-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.advantage-visual::before {
  background:
    linear-gradient(90deg, rgba(3, 17, 43, .93) 0%, rgba(5, 24, 57, .82) 48%, rgba(5, 24, 57, .58) 100%),
    linear-gradient(0deg, rgba(3, 17, 43, .9) 0%, rgba(3, 17, 43, .12) 62%, rgba(3, 17, 43, .42) 100%);
}

.advantage-visual::after {
  inset: 22px;
  border: 1px solid rgba(241, 190, 45, .38);
}

.advantage-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(.82) contrast(1.08);
  transform: scale(1.015);
}

.advantage-section .advantage-intro {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0;
  padding: 78px 56px 142px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}

.advantage-section .advantage-intro .eyebrow {
  color: #f2be31;
}

.advantage-section .advantage-intro h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(38px, 3.35vw, 50px);
  letter-spacing: -.03em;
}

.advantage-section .advantage-intro p {
  max-width: 830px;
  color: rgba(240, 244, 251, .92);
  font-size: 14px;
  line-height: 1.82;
}

.advantage-section .advantage-grid {
  position: relative;
  z-index: 3;
  gap: 1px;
  margin: -96px 42px 0;
  background: rgba(212, 218, 229, .9);
  border: 0;
  box-shadow: 0 24px 58px rgba(6, 24, 57, .16);
}

.advantage-section .advantage-grid article {
  min-height: 225px;
  padding: 34px 38px 36px;
  overflow: hidden;
  background: rgba(255, 255, 255, .97);
  border: 0;
}

.advantage-section .advantage-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d9a20e, #f0c84c);
}

.advantage-section .advantage-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: #9b6c00;
  background: #f8efd7;
  border: 1px solid #e5c56a;
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: .08em;
}

.advantage-section .advantage-grid h3 {
  margin-bottom: 11px;
  font-size: 23px;
}

.advantage-section .advantage-grid p {
  color: #596577;
  font-size: 13px;
  line-height: 1.65;
}

@media (min-width: 1000px) {
  .advantage-section .advantage-intro h2 {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .advantage-section {
    padding-top: 60px;
  }

  .advantage-visual {
    min-height: 610px;
  }

  .advantage-visual > img {
    object-position: 64% center;
  }

  .advantage-visual::before {
    background:
      linear-gradient(180deg, rgba(3, 17, 43, .88) 0%, rgba(5, 24, 57, .72) 48%, rgba(3, 17, 43, .94) 100%),
      linear-gradient(90deg, rgba(3, 17, 43, .76), rgba(3, 17, 43, .44));
  }

  .advantage-section .advantage-intro {
    padding: 66px 42px 162px;
  }

  .advantage-section .advantage-grid {
    margin: -112px 28px 0;
  }

  .advantage-section .advantage-grid article {
    min-height: 0;
    padding: 28px 32px;
  }
}

@media (max-width: 600px) {
  .advantage-section {
    padding-top: 45px;
  }

  .advantage-visual {
    min-height: 650px;
  }

  .advantage-visual::after {
    inset: 12px;
  }

  .advantage-visual > img {
    object-position: 69% center;
  }

  .advantage-section .advantage-intro {
    padding: 52px 22px 172px;
  }

  .advantage-section .advantage-intro h2 {
    font-size: 35px;
  }

  .advantage-section .advantage-intro p {
    font-size: 13px;
    line-height: 1.72;
  }

  .advantage-section .advantage-grid {
    margin: -122px 14px 0;
  }

  .advantage-section .advantage-grid article {
    padding: 27px 25px;
  }

  .advantage-section .advantage-grid article > span {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .advantage-visual > img {
    transform: none;
  }
}
