/* ══════════════════════════════════════════
   Homepage — sections transferred from Pencil design
   Namespace: hm-
═══════════════════════════════════════════ */

:root {
  --hm-orange: #f26422;
  --hm-orange-soft: #FFF0E8;
  --hm-text: #1B1B1D;
  --hm-graphite: #26272A;
  --hm-muted: #676A70;
  --hm-surface: #F2F3F5;
  --hm-line: #E9E9E9;

  /* h2 scale: --h2-lg is the sitewide default (site-pages.css h2), the
     other two cover sections whose desktop size deliberately differs
     from it — both now shrink on mobile instead of holding a fixed px. */
  --h2-lg: clamp(30px, 4vw, 58px);
  --h2-md: clamp(28px, 3.6vw, 48px);
  --h2-sm: clamp(26px, 3vw, 40px);

  /* One typographic contract for the primary headings and their supporting
     copy. Layout, alignment and casing remain specific to each section. */
  --hm-section-title-family: "Funnel Sans", "Montserrat", sans-serif;
  --hm-section-title-size: 45px;
  --hm-section-title-weight: 750;
  --hm-section-title-line-height: 1.04;
  --hm-section-copy-family: "Inter", "Montserrat", sans-serif;
  --hm-section-copy-size: 18px;
  --hm-section-copy-weight: 400;
  --hm-section-copy-line-height: 1.5;
}

/* Keep the homepage rhythm compact: adjacent sections now contribute half
   of the previous vertical spacing on desktop. Responsive values live in
   mobile-responsive.css. */
.home-page .hm-main > .hm-section > .page-section,
.home-page .hm-main > .how-order {
  padding-block: 38px;
}


.hm-hero__grid > *,
.hm-instruction__layout > *,
.hm-instruction__guide > *,
.hm-delivery__grid > *,
.hm-faq__grid > *,
.hm-cta__grid > *,
.hm-cta__panel > *,
.hm-reliability__grid > *,
.hm-reliability__col > *,
.hm-reasons__grid > *,
.hm-popular__grid > * {
  min-width: 0;
}

.hm-eyebrow-font {
  font-family: "Montserrat", sans-serif;
}

/* ── Shared pill buttons ── */
.hm-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hm-btn:hover {
  transform: translateY(-1px);
}

.hm-btn--primary {
  background: var(--hm-orange);
  color: #fff;
  box-shadow: 0 14px 28px rgba(242, 101, 34, 0.22);
}

.hm-btn--primary:hover {
  background: #d9531a;
}

.hm-btn--ghost {
  background: #fff;
  color: var(--hm-text);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.hm-btn--ghost:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.hm-btn--dark {
  background: var(--hm-graphite);
  color: #fff;
}

/* ══════ Hero ══════ */
.hm-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: center;
}

.hm-hero__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 36px 46px;
  background: var(--hm-surface);
  border-radius: 30px;
}

.hm-hero__brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm-hero__title {
  max-width: 520px;
  margin: 0;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(52px, 5vw, 72px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.hm-hero .gw-wordmark__gruz {
  color: #333333;
}

.hm-hero__tagline {
  max-width: 480px;
  margin: 0;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
}

.hm-hero__intro {
  max-width: 480px;
  margin: 0;
  color: var(--hm-muted);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.hm-hero__intro strong {
  color: #333333;
  font-weight: 850;
}

.hm-hero .hm-btn--ghost {
  color: #333333;
}

.hm-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hm-hero__photo {
  aspect-ratio: 1195 / 560;
  border-radius: 24px;
  overflow: hidden;
}

.hm-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ══════ Popular products ══════ */
.hm-popular__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.hm-popular__head h2 {
  flex: 1 1 auto;
  margin: 0;
  max-width: 500px;
  font-size: 45px;
}

.hm-popular__head p {
  flex: 0 1 580px;
  max-width: 580px;
  margin: 0;
  padding-top: 25px;
  color: var(--hm-muted);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

/* Compact preview tile — deliberately simpler than the full
   catalog .product-card (no length chips/article), matching the
   density of the Pencil "Популярные позиции" card. The whole tile
   is a single <a> (clickable-card pattern) with a corner arrow
   badge so the "click through to the product" affordance reads at
   a glance, not just on the name text. */
.hm-product {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background: var(--hm-surface);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.hm-product:hover,
.hm-product:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(27, 27, 29, 0.1);
}

.hm-product__photo {
  position: relative;
  aspect-ratio: 271 / 305;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.hm-product__photo img {
  position: absolute;
  inset: 6%;
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.hm-product__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--hm-orange);
  box-shadow: 0 6px 16px rgba(27, 27, 29, 0.14);
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.hm-product:hover .hm-product__arrow,
.hm-product:focus-visible .hm-product__arrow {
  background: var(--hm-orange);
  color: #fff;
  transform: scale(1.08);
}

.hm-product__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.hm-product__name {
  margin: 0;
  color: var(--hm-text);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}

.hm-product__attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-product__attrs li {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 5px 9px;
  background: #fff;
  border-radius: 7px;
}

.hm-product__attrs span {
  color: var(--hm-muted);
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 650;
}

.hm-product__attrs strong {
  color: var(--hm-text);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.hm-product__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--hm-line);
}

.hm-product__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.hm-product__price span {
  color: var(--hm-text);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hm-product__price strong {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--hm-orange-soft);
  color: var(--hm-orange);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.hm-popular__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page--loading-popular .hm-popular__grid {
  visibility: hidden;
}

/* ══════ Reliability bento ══════ */
.hm-reliability {
  background: #fff;
}

.hm-reliability__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}

.hm-reliability__head h2 {
  max-width: 620px;
  margin: 0;
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-weight: 750;
  font-size: 45px;
  font-size: var(--h2-sm);
}

.hm-reliability__head p {
  color: var(--hm-muted);
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.48;
  flex: 0 1 600px;
  max-width: 600px;
  margin: 0;
}

.hm-reliability__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.33fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: stretch;
  min-height: 0;
}

.hm-reliability__stack {
  display: grid;
  grid-template-rows: minmax(280px, auto) minmax(250px, auto);
  gap: 18px;
  min-width: 0;
}

.hm-engineering-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-width: 0;
  border-radius: 20px;
  background: var(--hm-surface);
}

.hm-engineering-card--landscape {
  grid-template-columns: minmax(250px, 0.86fr) minmax(310px, 1.14fr);
  min-height: 280px;
}

.hm-engineering-card--stitch {
  min-height: 250px;
}

.hm-engineering-card--portrait {
  grid-template-rows: minmax(280px, 1fr) auto;
}

.hm-engineering-card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 30px 18px 24px 28px;
}

.hm-engineering-card--portrait .hm-engineering-card__body {
  padding: 24px 32px 30px;
}

.hm-engineering-card__body h3 {
  margin: 0 0 14px;
  color: var(--hm-text);
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 750;
  line-height: 1.08;
  text-wrap: balance;
}

.hm-engineering-card__body p {
  margin: 0;
  max-width: 540px;
  color: #747780;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.hm-engineering-card__media {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.hm-engineering-card__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.hm-engineering-card--belt .hm-engineering-card__media img {
  transform: scale(1.46);
}

.hm-engineering-card--stitch .hm-engineering-card__media img {
  transform: translate(3.7%, -14.2%) rotate(180deg) scale(1.35);
}

.hm-engineering-card--hardware .hm-engineering-card__media img {
  transform: translateY(8%) scale(1.48);
}

/* ══════ Ratchet strap guide ══════ */
.hm-instruction__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}

.hm-instruction__section-title {
  flex: 0 1 620px;
  margin: 0;
  max-width: none;
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.hm-instruction__section-title span {
  display: block;
}

.hm-instruction__section-subtitle {
  flex: 0 1 600px;
  max-width: 600px;
  margin: 0;
  color: var(--hm-muted);
  font-family: var(--hm-section-copy-family);
  font-size: var(--hm-section-copy-size);
  font-weight: var(--hm-section-copy-weight);
  line-height: var(--hm-section-copy-line-height);
}

.hm-instruction__layout {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.hm-instruction__aside {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 28px;
  min-width: 0;
}

.hm-instruction__intro {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 32px 28px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--hm-surface);
}

.hm-instruction__slogan {
  margin: 0;
  color: var(--hm-text);
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: clamp(32px, 2.7vw, 38px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.hm-instruction__copy {
  display: grid;
  width: 100%;
  gap: 0;
}

.hm-instruction__copy p {
  margin: 0;
  color: #373a3f;
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.52;
  text-wrap: pretty;
}

.hm-instruction__copy .hm-instruction__copy-lead {
  margin-bottom: 24px;
  color: #292b2f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hm-instruction__copy strong {
  color: var(--hm-orange);
  font-weight: 700;
}

.hm-instruction__copy-point {
  position: relative;
  margin-bottom: 22px !important;
  padding-left: 25px;
}

.hm-instruction__copy-point::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hm-orange);
}

.hm-instruction__copy .hm-instruction__copy-note {
  padding-top: 20px;
  border-top: 1px solid #d9dcdf;
  color: #42454a;
  font-size: 15px;
}

.hm-instruction__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 160px;
  padding: 26px 28px;
  border-radius: 26px;
  color: #fff;
  background: var(--hm-orange);
  box-shadow: 0 18px 36px rgba(242, 100, 34, 0.2);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.hm-instruction__cta:hover {
  color: #fff;
  background: #dd5518;
  box-shadow: 0 22px 42px rgba(242, 100, 34, 0.28);
}

.hm-instruction__cta:focus-visible {
  outline-color: #1b1b1d;
  outline-offset: -5px;
}

.hm-instruction__cta > span:first-child {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.hm-instruction__cta strong {
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
}

.hm-instruction__cta small {
  max-width: 285px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.38;
}

.hm-instruction__cta-icon {
  flex: 0 0 52px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--hm-text);
  background: #fff;
}

.hm-instruction__guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hm-instruction__column {
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
  align-content: start;
}

.hm-instruction__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 0 16px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .hm-instruction__tab--release {
  border: 1px solid #e3e4e6;
  color: #303236;
  background: var(--hm-surface);
}

.home-page .hm-instruction__tab--tension {
  color: #fff;
  background: var(--hm-orange);
}

.hm-instruction__steps {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-instruction__step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(155px, 50%);
  height: 184px;
  min-height: 184px;
  border: 1px solid #e3e4e6;
  border-radius: 24px;
  overflow: hidden;
  background: #f4f5f6;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.hm-instruction__column:nth-child(2) .hm-instruction__step {
  background: #f8f8f8;
}

.hm-instruction__step-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  padding: 20px 0 18px 22px;
}

.hm-instruction__num {
  display: inline-flex;
  min-width: 36px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--hm-orange);
  background: var(--hm-orange-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.hm-instruction__step h4 {
  margin: 0 0 7px;
  color: #303236;
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
}

.hm-instruction__step p {
  margin: 0;
  color: var(--hm-muted);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.hm-instruction__step .hm-instruction__finish {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 15px;
  left: 22px;
  margin: 0;
  padding-left: 10px;
  border-left: 2px solid var(--hm-orange);
  color: #4b4d52;
  font-size: 11.5px;
  line-height: 1.3;
}

.hm-instruction__finish strong {
  margin-right: 2px;
  color: var(--hm-orange);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hm-instruction__step img {
  align-self: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.hm-instruction__step--final {
  min-height: 184px;
}

.hm-instruction__step--final .hm-instruction__step-copy {
  position: static;
  padding-bottom: 58px;
}

.hm-instruction__step--final img {
  align-self: start;
  height: calc(100% - 48px);
}

.hm-instruction__step--release-1 img {
  transform: scale(1.12);
}

.hm-instruction__step--release-2 img {
  transform: scale(1.72);
}

.hm-instruction__step--release-3 img {
  transform: scale(1.14);
}

@media (max-width: 1120px) {
  .hm-instruction__section-title {
    font-size: clamp(30px, 5.25vw, 45px);
  }

  .hm-instruction__layout {
    grid-template-columns: 1fr;
  }

  .hm-instruction__aside {
    grid-template-rows: auto auto;
    gap: 18px;
  }

  .hm-instruction__cta {
    min-height: 132px;
  }
}

@media (max-width: 900px) {
  .hm-instruction__guide {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 720px) {
  .hm-instruction__head {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
  }

  .hm-instruction__head .hm-instruction__section-title {
    margin: 0;
  }

  .hm-instruction__section-subtitle {
    max-width: 680px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hm-instruction__layout {
    gap: 18px;
  }

  .hm-instruction__intro {
    gap: 22px;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .hm-instruction__section-title {
    margin-bottom: 22px;
    font-size: clamp(19px, 5.2vw, 30px);
  }

  .hm-instruction__aside {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hm-instruction__slogan {
    font-size: clamp(28px, 8vw, 32px);
  }

  .hm-instruction__copy p {
    font-size: 15.5px;
  }

  .hm-instruction__copy .hm-instruction__copy-lead {
    font-size: 16px;
  }

  .hm-instruction__copy .hm-instruction__copy-note {
    font-size: 15px;
  }

  .hm-instruction__cta {
    min-height: 150px;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .hm-instruction__guide {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hm-instruction__tab {
    min-height: 48px;
    margin-bottom: 12px;
  }

  .hm-instruction__steps {
    gap: 12px;
  }

  .hm-instruction__step {
    grid-template-columns: minmax(0, 1fr) minmax(130px, 44%);
    height: 200px;
    min-height: 200px;
    border-radius: 20px;
  }

  .hm-instruction__step--final {
    min-height: 200px;
  }

  .hm-instruction__step-copy {
    padding: 20px 0 18px 18px;
  }

  .hm-instruction__step .hm-instruction__finish {
    right: 18px;
    bottom: 14px;
    left: 18px;
  }
}

/* ══════ 6 reasons — alternating rail from Pencil ══════ */
.hm-reasons {
  background: #fff;
  scroll-margin-top: 96px;
}

.hm-benefits__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.hm-benefits__heading {
  flex: 1 1 auto;
  max-width: 620px;
  min-width: 0;
}

.hm-benefits__heading h2 {
  margin: 0;
  text-align: left;
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: clamp(34px, 3.7vw, 52px);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.02;
  font-size: 42px;
}

.hm-benefits__wordmark {
  display: inline-block;
  margin-right: 0.22em;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.hm-benefits__wordmark .gw-wordmark__gruz {
  color: inherit;
  font-weight: 750;
}

.hm-benefits__wordmark .gw-wordmark__waresy {
  color: var(--hm-orange);
  font-weight: 750;
}

.hm-brand-accent {
  color: var(--hm-orange);
}

.hm-benefits__intro {
  flex: 0 1 600px;
  max-width: 600px;
  margin: 0;
  padding-top: 0;
  text-align: left;
  color: var(--hm-muted);
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.48;
}

.hm-benefits__rail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0 8px;
}

.hm-benefits__strap {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 146px;
  transform: translateX(-50%);
  pointer-events: none;
}

.hm-benefits__strap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hm-benefit {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
  align-items: center;
  min-height: 0;
}

.hm-benefit__card {
  position: relative;
  width: min(100%, 590px);
  padding: 20px 22px 22px;
  background: var(--hm-surface);
  border: 1px solid rgba(27, 27, 29, 0.045);
  border-radius: 24px;
  box-shadow: 0 10px 34px rgba(27, 27, 29, 0.055);
}

.hm-benefit--left .hm-benefit__card {
  grid-column: 1;
  justify-self: end;
}

.hm-benefit--right .hm-benefit__card {
  grid-column: 3;
  justify-self: start;
}

.hm-benefit__card::after {
  position: absolute;
  top: 50%;
  width: 66px;
  height: 2px;
  background: var(--hm-graphite);
  transform: translateY(-50%);
  content: "";
}

.hm-benefit--left .hm-benefit__card::after {
  left: 100%;
}

.hm-benefit--right .hm-benefit__card::after {
  right: 100%;
}

.hm-benefit__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
}

.hm-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: var(--hm-orange);
}

.hm-benefit__card h3 {
  flex: 1 1 auto;
  max-width: none;
  margin: 2px 0 0;
  color: var(--hm-graphite);
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: clamp(23px, 1.9vw, 26px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.hm-benefit__standard-code {
  font-weight: 1000;
  -webkit-text-stroke: 0.15px currentColor;
}

.hm-benefit__card p {
  margin: 0;
  color: var(--hm-muted);
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.44;
}

.hm-benefit__card strong {
  color: var(--hm-graphite);
  font-weight: 800;
}

.hm-benefit__card .hm-inline-wordmark {
  font-family: inherit;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.hm-benefit__card .hm-inline-wordmark .gw-wordmark__gruz {
  color: var(--hm-muted);
}

.hm-benefit__card .hm-inline-wordmark .gw-wordmark__waresy {
  color: var(--hm-orange);
}

.hm-benefit__node {
  z-index: 3;
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 10px;
  background: var(--hm-orange);
  color: #fff;
  font-family: "Funnel Sans", "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(242, 100, 34, 0.24);
}

@media (max-width: 1080px) {
  .hm-benefits__head {
    gap: 32px;
  }

  .hm-benefit {
    grid-template-columns: minmax(0, 1fr) 104px minmax(0, 1fr);
  }

  .hm-benefit__card::after {
    width: 52px;
  }

  .hm-benefit__card {
    padding: 22px;
  }

  .hm-benefit__card p {
    font-size: 14px;
  }
}

@media (max-width: 940px) {
  .hm-benefits__head {
    gap: 16px;
  }

  .hm-benefits__intro {
    max-width: 600px;
  }
}

@media (max-width: 780px) {
  .hm-benefits__head {
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }

  .hm-benefits__heading h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .hm-benefits__intro {
    max-width: 620px;
    font-size: 15px;
  }

  .hm-benefits__rail {
    gap: 14px;
    padding: 0;
  }

  .hm-benefits__strap {
    top: 14px;
    bottom: 14px;
    left: 24px;
    width: 4px;
    transform: none;
    border-radius: 999px;
    background: linear-gradient(var(--hm-orange) 0 8%, var(--hm-graphite) 8% 92%, var(--hm-orange) 92%);
  }

  .hm-benefits__strap img {
    display: none;
  }

  .hm-benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
  }

  .hm-benefit--left .hm-benefit__card,
  .hm-benefit--right .hm-benefit__card {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
  }

  .hm-benefit__card::after,
  .hm-benefit--left .hm-benefit__card::after,
  .hm-benefit--right .hm-benefit__card::after {
    top: 50%;
    right: 100%;
    left: auto;
    width: 24px;
  }

  .hm-benefit__node {
    grid-column: 1;
    grid-row: 1;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hm-benefit__card {
    padding: 20px;
    border-radius: 20px;
  }

  .hm-benefit__card h3 {
    font-size: 23px;
  }

  .hm-benefit__card p {
    font-size: 15px;
    line-height: 1.52;
  }
}

@media (max-width: 430px) {
  .hm-benefits__heading h2 {
    font-size: 30px;
  }

  .hm-benefit {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .hm-benefits__strap {
    left: 21px;
  }

  .hm-benefit__card {
    padding: 18px;
  }

  .hm-benefit__top {
    gap: 14px;
    margin-bottom: 10px;
  }

  .hm-benefit__icon {
    width: 38px;
    height: 38px;
  }

  .hm-benefit__icon svg {
    width: 24px;
    height: 24px;
  }

  .hm-benefit__card h3 {
    font-size: 21px;
  }

  .hm-benefit__card p {
    font-size: 14.5px;
  }
}

body.home-page :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0 !important;
}

/* ══════ Reviews ══════ */
.hm-reviews__title {
  margin-bottom: 36px;
}

.hm-reviews__wrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.hm-reviews__track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 4px min(5vw, 48px);
  animation: hm-reviews-scroll 70s linear infinite;
}

@keyframes hm-reviews-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .hm-reviews__track {
    animation: none;
  }

  .hm-reviews__wrapper {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.hm-review {
  position: relative;
  width: 420px;
  flex-shrink: 0;
  padding: 20px 28px 20px 32px;
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.hm-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #f26422;
  border-radius: 16px 0 0 16px;
}

.hm-review__stars {
  display: block;
  margin-bottom: 10px;
  color: #f26422;
  font-size: 20px;
  letter-spacing: 2px;
}

.hm-review p {
  margin: 0 0 12px;
  color: #4F4F4F;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.hm-review__author {
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* ══════ Delivery ══════ */
.hm-delivery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.hm-delivery__head h2 {
  margin: 0;
}

.hm-delivery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.hm-delivery__note {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 20px;
  padding: 40px 44px;
  background: var(--hm-surface);
  border-radius: 16px;
}

.hm-delivery__note p {
  margin: 0;
  color: var(--hm-text);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.44;
}

.hm-delivery__lead {
  font-weight: 500;
}

.hm-delivery__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-delivery__list li {
  position: relative;
  padding-left: 22px;
  color: var(--hm-text);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.44;
}

.hm-delivery__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hm-orange);
}

.hm-delivery__cta {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hm-delivery__accent {
  color: var(--hm-orange);
  font-weight: 700;
}

.hm-delivery__media {
  border-radius: 16px;
  overflow: hidden;
}

.hm-delivery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ══════ FAQ ══════ */
.hm-faq {
  background: #fff;
}

.hm-faq__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
}

.hm-faq__title {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  color: #121212;
}

.hm-faq__trust {
  position: relative;
  padding-left: 26px;
  margin-bottom: 32px;
}

.hm-faq__trust::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 2px;
  width: 2px;
  border-radius: 8px;
  background: #f26422;
}

.hm-faq__trust strong {
  display: block;
  margin-bottom: 10px;
  color: #4F4F4F;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.hm-faq__trust p {
  margin: 0;
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.hm-faq__contact {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid #cfcfcf;
  border-radius: 22px;
  background: #fff;
}

.hm-faq__contact-text {
  flex: 1;
}

.hm-faq__contact span {
  display: block;
  margin-bottom: 6px;
  color: #f26422;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.hm-faq__contact a.hm-faq__phone {
  display: block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.hm-faq__contact-arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f26422;
  color: #fff;
}

.hm-faq__list {
  display: flex;
  flex-direction: column;
}

.hm-faq__item {
  border-bottom: 1px solid #E9E9E9;
}

.hm-faq__item:last-child {
  border-bottom: none;
}

.hm-faq__item summary {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding: 26px 4px;
  cursor: pointer;
  list-style: none;
}

.hm-faq__item summary::-webkit-details-marker {
  display: none;
}

.hm-faq__num {
  flex-shrink: 0;
  color: #f26422;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.hm-faq__question {
  flex: 1;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.hm-faq__toggle {
  flex-shrink: 0;
  color: #f26422;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.hm-faq__toggle::after {
  content: "+";
}

.hm-faq__item[open] .hm-faq__toggle::after {
  content: "\2212";
}

.hm-faq__item[open] summary {
  background: #FFF4E8;
  border-radius: 20px 20px 0 0;
}

.hm-faq__answer {
  margin: 0;
  padding: 0 4px 26px 62px;
  color: #6A6A6A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.hm-faq__item[open] .hm-faq__answer {
  background: #FFF4E8;
  border-radius: 0 0 20px 20px;
  padding-top: 4px;
}

/* ══════ Final CTA + form ══════ */
.hm-cta__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.hm-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  align-self: stretch;
  padding: 32px;
  background: var(--hm-surface);
  border-radius: 20px;
  overflow: hidden;
}

.hm-cta__text {
  align-self: center;
}

.hm-cta__panel h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.hm-cta__panel > .hm-cta__text > p {
  margin: 0 0 26px;
  color: var(--hm-muted);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.46;
}

.hm-cta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.hm-cta__tags span {
  padding: 9px 14px;
  background: #fff;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: var(--hm-text);
}

.hm-cta__photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  height: auto;
  align-self: stretch;
}

.hm-cta__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-cta__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px;
  background: var(--hm-text);
  border-radius: 20px;
  color: #fff;
}

.hm-cta__form h2 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 14px;
}

.hm-cta__form-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm-cta__form-fields input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: var(--hm-text);
  outline: none;
}

.hm-cta__form-fields input::placeholder {
  color: var(--hm-muted);
}

.hm-cta__form-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 24px;
  cursor: pointer;
}

.hm-cta__form-fields .hm-cta__form-consent input {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  accent-color: var(--hm-orange);
}

.hm-cta__form-consent span {
  color: #c9c9cc;
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
}

.hm-cta__form-consent a {
  color: var(--hm-orange);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hm-cta__form-consent a:hover {
  color: #ff7b42;
}

.hm-cta__form-submit {
  height: 54px;
  border: none;
  border-radius: 12px;
  background: var(--hm-orange);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease;
}

.hm-cta__form-submit:hover {
  background: #d9531a;
}

.hm-cta__form-submit:disabled {
  opacity: 0.7;
  cursor: default;
}

.hm-cta__form-status {
  margin: 0;
  color: #8fe0a8;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
}

.hm-cta__form-status.is-error {
  color: #ffb0a3;
}

/* Successful submit mirrors the dedicated confirmation state in the lead
   modal: the form yields to one clear result instead of adding a loose line
   of text below the button. */
.hm-cta__form.is-success {
  justify-content: center;
}

.hm-cta__form.is-success > :not(.hm-cta__form-fields),
.hm-cta__form-fields.is-success > :not(.hm-cta__success) {
  display: none;
}

.hm-cta__form-fields.is-success {
  display: grid;
  flex: 1 1 auto;
  align-content: center;
}

.hm-cta__success {
  display: grid;
  justify-items: start;
  width: 100%;
  outline: none;
  animation: hm-cta-success-enter 420ms cubic-bezier(.2, .8, .2, 1) both;
}

.hm-cta__success-kicker {
  margin: 0 0 9px;
  color: var(--hm-orange);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .hm-cta__success h3 {
  max-width: 390px;
  margin: 0 0 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 750;
  line-height: 1.03;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.hm-cta__success-copy {
  max-width: 440px;
  margin: 0 0 24px;
  color: #c9c9cc;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.hm-cta__success-reset {
  width: 100%;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: var(--hm-orange);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hm-cta__success-reset:hover {
  background: #d9531a;
}

.hm-cta__success-reset:active {
  transform: translateY(1px);
}

.hm-cta__success-reset:focus-visible {
  outline: 3px solid rgba(242, 100, 34, .38);
  outline-offset: 3px;
}

@keyframes hm-cta-success-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-page :where(.hm-main h1, .hm-main h2, .hm-main h3, .hm-main h4, .hm-main h5, .hm-main h6) {
  color: #333333;
}

.home-page .hm-fact__body h3,
.home-page .hm-reason h3 {
  color: #333333;
}

.home-page .hm-fact--orange .hm-fact__body h3 {
  color: #fff;
}

.home-page :where(
  .hm-fact--orange h3,
  .hm-promo--orange h3,
  .hm-promo--dark h3,
  .hm-cta__form h2
) {
  color: #fff;
}

/* ══════════════════════════════════════════
   Responsive
═══════════════════════════════════════════ */
@media (max-width: 1180px) {
  .hm-cta__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .hm-hero__grid,
  .hm-delivery__grid,
  .hm-faq__grid,
  .hm-cta__panel {
    grid-template-columns: 1fr;
  }

  .hm-popular__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hm-review {
    width: 320px;
  }

  .hm-reasons__top {
    flex-direction: column;
  }

  .hm-promo-row {
    justify-content: flex-start;
    width: 100%;
  }

  .hm-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hm-reason--1,
  .hm-reason--2,
  .hm-reason--3,
  .hm-reason--4 {
    grid-column: span 1;
  }

  .hm-reason--wide {
    grid-column: span 2;
  }

  .hm-reliability__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hm-engineering-card--portrait {
    min-height: 600px;
  }

  .hm-cta__photo {
    display: none;
  }

  .hm-cta__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hm-hero__card {
    padding: 32px 26px;
  }

  .hm-popular__head,
  .hm-reliability__head,
  .hm-benefits__head,
  .hm-delivery__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hm-benefits__heading,
  .hm-benefits__intro {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .hm-benefits__intro {
    padding-top: 0;
  }

  .hm-popular__head p {
    flex-basis: auto;
    padding-top: 0;
  }

  .hm-fact--photo {
    min-height: 320px;
  }

  .hm-popular__grid {
    grid-template-columns: 1fr;
  }

  .hm-reasons__grid {
    grid-template-columns: 1fr;
  }

  .hm-reason--1,
  .hm-reason--2,
  .hm-reason--3,
  .hm-reason--4,
  .hm-reason--wide {
    grid-column: span 1;
  }

  .hm-faq__title {
    font-size: 32px;
  }

  .hm-faq__question {
    font-size: 17px;
  }

  .hm-faq__answer {
    padding-left: 4px;
  }
}

/* Final delivery panel: replaces the former CTA + form in place. */
.hm-cta {
  padding: 8px 0 16px;
  scroll-margin-top: 110px;
}

.home-page .hm-cta__panel.hm-cta__panel--delivery {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 16px 32px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 20px;
  background: #f1f2f3;
}

.hm-cta__panel--delivery > .hm-cta__text {
  position: relative;
  z-index: 2;
  width: min(62%, 500px);
}

.hm-cta__panel--delivery h2 {
  max-width: 500px;
  margin: 0;
  color: #1b1b1d;
  font-size: clamp(30px, 2.25vw, 36px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hm-cta__panel--delivery > .hm-cta__text > p {
  max-width: 500px;
  margin: 16px 0 0;
  color: #6c6f75;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 430;
  line-height: 1.45;
}

.hm-cta__panel--delivery .hm-cta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hm-cta__panel--delivery .hm-cta__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff;
  color: #202124;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.hm-cta__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.hm-cta__contact-stack {
  margin-top: 16px;
}

.hm-cta__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-left: 14px;
  border-left: 3px solid var(--hm-orange);
}

.hm-cta__contacts a {
  color: #202124;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 180ms ease;
}

.hm-cta__contacts a:first-child {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.hm-cta__contacts a:hover {
  color: var(--hm-orange);
  text-decoration: underline;
}

.hm-cta__contacts a:focus-visible {
  border-radius: 3px;
  outline: 2px solid var(--hm-orange);
  outline-offset: 4px;
}

.hm-cta__social-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.hm-cta__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 180ms ease;
}

.hm-cta__socials a:hover {
  opacity: 0.68;
}

.hm-cta__socials img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.hm-cta__socials .hm-cta__whatsapp {
  background: transparent;
}

.hm-cta__socials .hm-cta__whatsapp img {
  width: 29px;
  height: 29px;
}

.hm-cta__strap {
  position: absolute;
  z-index: 1;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.hm-cta__strap--orange {
  top: -265px;
  right: -14.6%;
  width: 80.5%;
}

.hm-cta__strap--black {
  top: 95px;
  right: -35px;
  width: 52%;
}

@media (min-width: 1200px) {
  .hm-cta__grid {
    grid-template-columns: minmax(0, 1fr) 450px;
  }

  .hm-cta__form {
    padding: 24px 32px;
    justify-content: space-between;
    gap: 16px;
  }

  .hm-cta__form-fields {
    gap: 8px;
  }

  .hm-cta__form-fields input {
    height: 44px;
  }

  .hm-cta__form-consent {
    margin: 8px 0 13px;
  }

  .hm-cta__form-submit {
    height: 50px;
  }
}

@media (max-width: 1100px) {
  .home-page .hm-cta__panel.hm-cta__panel--delivery {
    min-height: 0;
  }

  .hm-cta__panel--delivery > .hm-cta__text {
    width: 62%;
  }

  .hm-cta__strap--orange {
    right: -155px;
  }

  .hm-cta__strap--black {
    right: -65px;
  }
}

@media (max-width: 760px) {
  .hm-cta {
    padding: 6px 0 12px;
  }

  .home-page .hm-cta__panel.hm-cta__panel--delivery {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 34px 22px;
    border-radius: 24px;
  }

  .hm-cta__panel--delivery > .hm-cta__text {
    width: 100%;
  }

  .home-page .hm-cta__panel--delivery h2 {
    max-width: 560px;
    font-size: 29px;
  }

  .hm-cta__panel--delivery > .hm-cta__text > p {
    max-width: 590px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hm-cta__panel--delivery > .hm-cta__text > p br {
    display: none;
  }

  .hm-cta__panel--delivery .hm-cta__tags {
    gap: 8px;
    margin-top: 24px;
  }

  .hm-cta__panel--delivery .hm-cta__tags span {
    min-height: 44px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .hm-cta__socials {
    gap: 18px;
    margin: 0;
  }

  .hm-cta__social-row {
    gap: 14px;
    margin-top: 14px;
  }

  .hm-cta__socials a,
  .hm-cta__socials img {
    width: 46px;
    height: 46px;
  }

  .hm-cta__strap--orange {
    top: auto;
    right: -175px;
    bottom: -220px;
    width: 520px;
  }

  .hm-cta__strap--black {
    top: auto;
    right: -80px;
    bottom: -290px;
    width: 420px;
  }
}

/* Primary homepage section typography. Keep this contract after the
   component-specific rules above so sections cannot silently drift apart. */
.home-page :is(
  .hm-popular__head h2,
  .hm-reliability__head h2,
  .hm-instruction__section-title,
  .hm-benefits__heading h2,
  .how-order__left h2
) {
  font-family: var(--hm-section-title-family);
  font-size: var(--hm-section-title-size);
  font-weight: var(--hm-section-title-weight);
  line-height: var(--hm-section-title-line-height);
  letter-spacing: 0;
}

.home-page :is(
  .hm-popular__head > p,
  .hm-reliability__head > p,
  .hm-benefits__head > .hm-benefits__intro,
  .how-order__head > .how-order__desc
) {
  color: var(--hm-muted);
  font-family: var(--hm-section-copy-family);
  font-size: var(--hm-section-copy-size);
  font-weight: var(--hm-section-copy-weight);
  line-height: var(--hm-section-copy-line-height);
  letter-spacing: 0;
}
