.e8Photo {
  padding: 34px 0 42px;
  background: #fff;
}

.e8Photo__shell {
  width: min(1836px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(610px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(48px, 3.4vw, 64px);
  align-items: center;
  padding: clamp(56px, 4.8vw, 78px) clamp(52px, 4vw, 64px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.04);
}

.e8Photo__badge {
  min-height: 50px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(96deg, rgba(255, 106, 0, 0.12), rgba(223, 13, 114, 0.12));
  color: #ff5a1f;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.e8Photo__badge span {
  font-size: 25px;
}

.e8Photo h2 {
  margin: 42px 0 0;
  color: #111827;
  font-size: clamp(46px, 3.6vw, 62px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.e8Photo h2 span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  background: linear-gradient(98deg, #ff6a00 0%, #ff2f73 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.e8Photo__lead {
  margin: 28px 0 0;
  color: rgba(23, 32, 51, 0.68);
  font-size: clamp(21px, 1.6vw, 27px);
  line-height: 1.48;
  font-weight: 600;
}

.e8PhotoList {
  margin-top: 42px;
  display: grid;
  gap: 28px;
}

.e8PhotoItem {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
}

.e8PhotoItem__icon {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 40px;
}

.e8PhotoItem--sun .e8PhotoItem__icon {
  background: rgba(255, 106, 0, 0.1);
  color: #ff6a00;
}

.e8PhotoItem--pink .e8PhotoItem__icon {
  background: rgba(223, 13, 114, 0.1);
  color: #f23a72;
}

.e8PhotoItem--purple .e8PhotoItem__icon {
  background: rgba(126, 87, 255, 0.12);
  color: #8b5cf6;
}

.e8PhotoItem h3,
.e8PhotoReality h3 {
  margin: 0;
  color: #111827;
  font-weight: 900;
}

.e8PhotoItem h3 {
  font-size: 24px;
  line-height: 1.18;
}

.e8PhotoItem p,
.e8PhotoReality p {
  margin: 8px 0 0;
  color: rgba(23, 32, 51, 0.68);
  font-weight: 600;
  line-height: 1.35;
}

.e8PhotoItem p {
  font-size: 20px;
}

.e8PhotoReality {
  min-height: 108px;
  margin-top: 42px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 28px;
  border: 1px solid rgba(255, 106, 0, 0.18);
  border-radius: 16px;
  background: linear-gradient(92deg, rgba(255, 106, 0, 0.04), rgba(223, 13, 114, 0.03));
}

.e8PhotoReality > span {
  color: #ff6a00;
  font-size: 42px;
}

.e8PhotoReality h3 {
  font-size: 21px;
}

.e8PhotoReality p {
  font-size: 18px;
}

.e8Photo__visual {
  align-self: start;
  padding-top: 72px;
}

.e8Photo__visual img {
  width: 100%;
  display: block;
  border-radius: 23px;
}

.e8PhotoNotes {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 24px;
  padding: 22px 80px 0;
  font-family: "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: clamp(24px, 2vw, 33px);
  font-weight: 700;
  line-height: 1.1;
}

.e8PhotoNotes span {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.e8PhotoNotes__before {
  justify-self: start;
  color: rgba(100, 116, 139, 0.9);
}

.e8PhotoNotes__before::before {
  content: none;
}

.e8PhotoNotes__after {
  justify-self: end;
  background: linear-gradient(96deg, #ff6a00 0%, #df0d72 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.e8PhotoNotes__after::after {
  content: none;
}

.e8PhotoTry {
  margin-top: 34px;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.e8PhotoTry__button {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(100deg, #ff6a00, #df0d72);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(223, 13, 114, 0.18);
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  text-decoration: none;
}

.e8PhotoTry__button span {
  font-size: 30px;
}

.e8PhotoTry__placeholder {
  width: min(520px, 100%);
  margin: 0;
  padding: 15px 18px;
  border: 1px solid rgba(255, 106, 0, 0.18);
  border-radius: 16px;
  background: linear-gradient(92deg, rgba(255, 106, 0, 0.06), rgba(223, 13, 114, 0.05));
  color: rgba(23, 32, 51, 0.72);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1180px) {
  .e8Photo__shell {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 940px);
  }

  .e8Photo__visual {
    align-self: auto;
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .e8Photo {
    padding: 28px 0 36px;
  }

  .e8Photo__shell {
    width: calc(100% - 28px);
    padding: 28px 18px 24px;
    border-radius: 24px;
  }

  .e8Photo__badge {
    min-height: 44px;
    font-size: 13px;
  }

  .e8Photo h2 {
    margin-top: 30px;
  }

  .e8Photo__lead {
    display: none;
  }

  .e8PhotoItem {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .e8PhotoItem__icon {
    width: 58px;
    height: 58px;
    font-size: 31px;
  }

  .e8PhotoItem h3 {
    font-size: 20px;
  }

  .e8PhotoItem p {
    font-size: 17px;
  }

  .e8PhotoReality {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .e8PhotoNotes {
    display: none;
  }

  .e8PhotoTry {
    margin-top: 18px;
  }

  .e8PhotoTry__button {
    width: 100%;
    min-height: 60px;
    padding: 13px 18px;
    font-size: 17px;
  }

  .e8PhotoTry__placeholder {
    font-size: 15px;
  }
}
