.home-hero {
  --hero-citron: #ddf34a;
  --hero-coral: #ff725e;
  --hero-ink: #171a1f;
  --hero-muted: #676a68;
  --hero-paper: #f8f6ee;
  --hero-white: #fff;
  --hero-line: #d8d5c9;
  padding: 22px 0 24px;
  border: 0;
  background: var(--hero-paper);
  color: var(--hero-ink);
}

.home-hero,
.home-hero *,
.home-hero *::before,
.home-hero *::after {
  box-sizing: border-box;
}

.home-hero__wrap {
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
}

.hero-microbar {
  display: flex;
  height: 28px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--hero-ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 16px;
}

.hero-poster-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 545px;
  border-top: 1px solid var(--hero-ink);
  border-bottom: 1px solid var(--hero-ink);
}

.hero-statement {
  position: relative;
  overflow: hidden;
  padding: 38px 46px 28px 38px;
  background: var(--hero-ink);
  color: var(--hero-white);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.hero-eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .14em;
  line-height: 18px;
}

.hero-eyebrow i {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: var(--hero-citron);
}

.hero-display-title {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: 66px;
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .94;
}

.hero-display-title em {
  display: inline-block;
  margin-top: 8px;
  padding: 1px 12px 8px;
  background: var(--hero-citron);
  color: var(--hero-ink);
  font-style: normal;
  transform: rotate(-1.5deg);
  transform-origin: left center;
}

.hero-statement h1 {
  position: relative;
  z-index: 1;
  margin: 26px 0 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 30px;
}

.hero-lead {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 11px 0 0;
  color: #cacbc7;
  font-size: 16px;
  line-height: 1.55;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 22px;
  gap: 10px;
}

.hero-action {
  display: inline-flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid var(--hero-white);
  border-radius: 2px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.hero-action--primary {
  border-color: var(--hero-citron);
  background: var(--hero-citron);
  color: var(--hero-ink);
}

.hero-action--secondary {
  background: transparent;
  color: var(--hero-white);
}

.hero-action:hover {
  transform: translateY(-1px);
}

.hero-visual-zone {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 22px 0 0 24px;
  background: var(--hero-paper);
}

.hero-visual-zone::before {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 94px;
  height: 94px;
  background: var(--hero-coral);
  content: "";
  transform: rotate(8deg);
}

.hero-visual-zone > img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 12px;
  width: 100%;
  height: 510px;
  object-fit: contain;
  object-position: center bottom;
}

.hero-visual-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 17px;
  display: flex;
  align-items: flex-start;
  text-align: right;
  gap: 9px;
}

.hero-visual-label b {
  font-family: Manrope, Inter, sans-serif;
  font-size: 43px;
  line-height: .9;
}

.hero-visual-label span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 14px;
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 20px;
  display: flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hero-ink);
  border-radius: 50%;
  background: var(--hero-paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 15px;
  text-align: center;
  transform: rotate(9deg);
}

.hero-quote {
  position: relative;
  display: grid;
  grid-template-columns: 128px 1fr 1fr 1fr 190px;
  margin-top: 16px;
  border: 1px solid var(--hero-ink);
  background: var(--hero-white);
  box-shadow: 8px 8px 0 var(--hero-coral);
}

.hero-quote__index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 14px;
  background: var(--hero-citron);
}

.hero-quote__index b {
  font-family: Manrope, Inter, sans-serif;
  font-size: 16px;
}

.hero-quote__index span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.hero-quote label {
  min-width: 0;
  padding: 11px 14px 13px;
  border-left: 1px solid var(--hero-line);
  color: var(--hero-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

.hero-quote label > span {
  display: block;
  margin-bottom: 4px;
}

.hero-quote input,
.hero-quote select {
  width: 100%;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hero-ink);
  font: 400 12px/1 Inter, sans-serif;
  outline: 0;
}

.hero-quote button {
  margin: 9px;
  border: 0;
  border-radius: 2px;
  background: var(--hero-ink);
  color: var(--hero-white);
  cursor: pointer;
  font-family: Manrope, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.hero-form-status {
  position: absolute;
  right: 10px;
  bottom: -27px;
  margin: 0;
  color: var(--hero-muted);
  font-size: 10px;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  border-top: 1px solid var(--hero-ink);
  border-bottom: 1px solid var(--hero-ink);
}

.hero-benefits article {
  position: relative;
  display: grid;
  min-height: 94px;
  grid-template-columns: 44px 1fr;
  align-items: center;
  padding: 14px 18px 14px 72px;
  gap: 12px;
}

.hero-benefits article + article {
  border-left: 1px solid var(--hero-line);
}

.hero-benefits__num {
  position: absolute;
  top: 11px;
  left: 10px;
  color: var(--hero-coral);
  font-family: Manrope, Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.hero-benefits img {
  width: 40px;
  height: 40px;
}

.hero-benefits b {
  font-family: Manrope, Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.hero-benefits p {
  margin: 3px 0 0;
  color: var(--hero-muted);
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1279px) {
  .home-hero__wrap {
    width: calc(100% - 56px);
  }

  .hero-poster-grid {
    grid-template-columns: 51% 49%;
    min-height: 520px;
  }

  .hero-statement {
    padding: 34px 34px 25px 30px;
  }

  .hero-display-title {
    font-size: 57px;
  }

  .hero-statement h1 {
    font-size: 20px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-visual-zone > img {
    height: 470px;
  }

  .hero-quote {
    grid-template-columns: 112px 1fr 1fr 170px;
    grid-template-areas:
      "idx product size button"
      "idx contact contact button";
  }

  .hero-quote__index { grid-area: idx; }
  .hero-quote label:nth-of-type(1) { grid-area: product; }
  .hero-quote label:nth-of-type(2) { grid-area: size; }
  .hero-quote label:nth-of-type(3) { grid-area: contact; border-top: 1px solid var(--hero-line); }
  .hero-quote button { grid-area: button; }
  .hero-benefits article { padding-left: 58px; }
  .hero-benefits__num { left: 8px; }
  .hero-benefits p { font-size: 11px; }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 14px 0 20px;
  }

  .home-hero__wrap {
    width: calc(100% - 32px);
  }

  .hero-microbar {
    font-size: 8px;
  }

  .hero-microbar span:nth-child(2) {
    display: none;
  }

  .hero-poster-grid {
    display: block;
    min-height: 0;
    border-bottom: 0;
  }

  .hero-statement {
    padding: 24px 20px 28px;
    clip-path: none;
  }

  .hero-display-title {
    font-size: clamp(39px, 11.5vw, 46px);
    line-height: .96;
  }

  .hero-display-title em {
    margin-top: 5px;
  }

  .hero-statement h1 {
    margin-top: 22px;
    font-size: 19px;
    line-height: 25px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-action {
    height: 49px;
    padding: 0 8px;
    font-size: 12px;
    text-align: center;
  }

  .hero-visual-zone {
    height: 310px;
    padding: 0;
    border-bottom: 1px solid var(--hero-ink);
  }

  .hero-visual-zone::before {
    top: 22px;
    left: 18px;
    width: 62px;
    height: 62px;
  }

  .hero-visual-zone > img {
    left: -4px;
    height: 305px;
  }

  .hero-visual-label {
    top: 14px;
    right: 8px;
  }

  .hero-visual-label b {
    font-size: 35px;
  }

  .hero-stamp {
    right: 8px;
    bottom: 12px;
    width: 68px;
    height: 68px;
    font-size: 8px;
    line-height: 12px;
  }

  .hero-quote {
    display: block;
    margin-top: 14px;
    box-shadow: 5px 5px 0 var(--hero-coral);
  }

  .hero-quote__index {
    height: 52px;
    flex-direction: row;
    align-items: center;
  }

  .hero-quote label {
    display: block;
    padding: 10px 14px;
    border-top: 1px solid var(--hero-line);
    border-left: 0;
  }

  .hero-quote button {
    width: calc(100% - 18px);
    height: 48px;
    margin: 9px;
  }

  .hero-form-status {
    position: static;
    min-height: 18px;
    padding: 0 10px 7px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .hero-benefits article {
    min-height: 82px;
    padding-left: 60px;
  }

  .hero-benefits article + article {
    border-top: 1px solid var(--hero-line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero *,
  .home-hero *::before,
  .home-hero *::after {
    transition: none !important;
    animation: none !important;
  }
}
