/* ============================================================
   Новая главная (page-home-new.php). Дизайн-токены Figma:
   фон #FFEDD5, оранжевый #F07801, тёмный #1E1808, серый #666,
   шрифт Manrope. Контент-колонка 1160px (.container).
   Блоки добавляются поэтапно.
   ============================================================ */
.home-new {
  /* .site-content-inner — flex-контейнер; занимаем всю ширину (без сайдбара). */
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  background: #FFEDD5;
  font-family: 'Manrope', Arial, sans-serif;
  color: #1E1808;
  overflow: hidden;
}

/* Общая кнопка */
.hn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 34px;
  border: 0;
  border-radius: 10px;
  background: #F07801;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: filter .15s ease;
}
.hn-btn:hover { filter: brightness(1.06); }

/* ===================== HERO ===================== */
.hn-hero { padding: 30px 0 56px; }
.hn-hero__inner { position: relative; min-height: 600px; }

.hn-hero__left { position: relative; z-index: 2; max-width: 620px; }

.hn-hero__title {
  margin: 0;
  font-weight: 800;
  font-size: 90px;
  line-height: .96;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #1E1808;
  position: relative;
}
.hn-hero__word { display: block; }
.hn-hero__word--2 { position: relative; display: inline-block; }

.hn-hero__avatars {
  display: block;
  height: 46px;
  width: auto;
  margin: 14px 0 12px;
}
.hn-hero__nazakaz {
  position: absolute;
  right: -34px;
  top: -30px;
  width: 210px;
  height: auto;
  pointer-events: none;
}

.hn-hero__subtitle {
  margin: 34px 0 0;
  max-width: 430px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.35;
  text-transform: none;
  color: #1E1808;
}

.hn-hero__cta {
  margin-top: 30px;
  max-width: 470px;
  width: 100%;
  min-height: 82px;
}

.hn-hero__discount {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #1E1808;
}
.hn-hero__discount b { color: #F07801; }

/* Правая колонка — фото + бейджи */
.hn-hero__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  z-index: 1;
}
.hn-hero__photo {
  width: 560px;
  height: 600px;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #12100a;
}
.hn-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.hn-hero__badges {
  position: absolute;
  right: -8px;
  bottom: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
}
.hn-hero__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}
.hn-hero__badge-ico {
  flex: none;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFEDD5;
}
.hn-hero__badge-txt {
  font-size: 14px;
  line-height: 1.25;
  color: #1E1808;
}
.hn-hero__badge-txt b { font-weight: 800; }

/* ---------- Планшет ---------- */
@media (max-width: 1100px) {
  .hn-hero__title { font-size: 72px; }
  .hn-hero__right { width: 480px; }
  .hn-hero__photo { width: 440px; height: 500px; }
  .hn-hero__badges { width: 280px; right: 0; }
}

/* ---------- Мобильные ---------- */
@media (max-width: 768px) {
  .hn-hero { padding: 20px 0 36px; }
  .hn-hero__inner { min-height: 0; display: flex; flex-direction: column; }
  .hn-hero__left { max-width: none; order: 1; }
  .hn-hero__right { position: static; width: auto; order: 2; margin-top: 26px; }
  .hn-hero__title { font-size: 48px; letter-spacing: -.5px; }
  .hn-hero__avatars { height: 40px; margin: 10px 0; }
  .hn-hero__nazakaz { width: 150px; right: -6px; top: -24px; }
  .hn-hero__subtitle { font-size: 18px; margin-top: 24px; max-width: none; }
  .hn-hero__cta { margin-top: 22px; max-width: none; }
  .hn-hero__photo { width: 100%; height: 420px; }
  .hn-hero__badges {
    position: static;
    width: auto;
    margin-top: 16px;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 380px) {
  .hn-hero__title { font-size: 40px; }
}

/* ===================== Общие для блоков 2–13 ===================== */
/* Блоки 2–13 лежат на белом «листе» поверх кремового фона. */
.hn-block { position: relative; background: #fff; padding: 64px 0; }
.hn-oil { border-radius: 40px 40px 0 0; }
.hn-faq { border-radius: 0 0 40px 40px; padding-bottom: 72px; }

.hn-h2 {
  margin: 0 0 28px;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.15;
  color: #1E1808;
}
.hn-center { text-align: center; }
.hn-accent { color: #F07801; }
.hn-sub { margin: -14px 0 34px; font-size: 20px; line-height: 1.4; color: #666; }

.hn-cta-row { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hn-cta-note { font-size: 15px; color: #1E1808; }
.hn-cta-note b { color: #F07801; }
.hn-btn--block { width: 100%; }

/* Карточки-сетка */
.hn-cards { display: grid; gap: 24px; }
.hn-cards--3 { grid-template-columns: repeat(3, 1fr); margin-bottom: 34px; }
.hn-card {
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, .05);
}
.hn-card--plain { box-shadow: none; }
.hn-card__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 14px; background: #FFEDD5; margin-bottom: 16px;
}
.hn-card__title { margin: 0 0 10px; font-weight: 800; font-size: 20px; line-height: 1.25; color: #1E1808; }
.hn-card__text { margin: 0; font-size: 16px; line-height: 1.5; color: #666; }

/* ===================== Блок 2 — масляная живопись ===================== */
.hn-oil__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.hn-oil__list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.hn-oil__item { display: flex; gap: 16px; align-items: flex-start; }
.hn-oil__ico { flex: none; width: 44px; height: 44px; border-radius: 50%; background: #FFEDD5; display: inline-flex; align-items: center; justify-content: center; }
.hn-oil__txt { display: flex; flex-direction: column; gap: 4px; }
.hn-oil__txt b { font-weight: 800; font-size: 19px; color: #1E1808; }
.hn-oil__txt span { font-size: 16px; line-height: 1.45; color: #666; }
.hn-oil__media img { width: 100%; height: auto; border-radius: 14px; display: block; }

/* ===================== Слайдер (стили/отзывы/заказ) ===================== */
.hn-slider { position: relative; }
.hn-slider__track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 6px 2px;
}
.hn-slider__track::-webkit-scrollbar { display: none; }
.hn-slider__nav {
  position: absolute; top: 42%; transform: translateY(-50%); width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%;
  cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,.14); z-index: 3; transition: opacity .15s;
}
.hn-slider__nav--prev { left: -20px; background: #fff; color: #171717; }
.hn-slider__nav--next { right: -20px; background: #F07801; color: #fff; }
.hn-slider__nav[disabled] { opacity: 0; pointer-events: none; }

/* Блок 4 — карточки стилей */
.hn-style-card { flex: 0 0 240px; scroll-snap-align: start; text-decoration: none; color: inherit; display: block; }
.hn-style-card__media { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 3/4; background: #f3f3f3; }
.hn-style-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hn-style-card__name { display: block; margin: 12px 0 4px; font-weight: 800; font-size: 18px; color: #1E1808; }
.hn-style-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: #F07801; }
.hn-style-card:hover .hn-style-card__name { color: #F07801; }

/* Блок 5 — отзывы */
.hn-review { flex: 0 0 366px; scroll-snap-align: start; background: #fff; border: 1px solid #EEEEEE; border-radius: 14px; padding: 22px; box-shadow: 0 15px 50px rgba(0,0,0,.05); }
.hn-review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hn-review__ava { flex: none; width: 46px; height: 46px; border-radius: 50%; background: #F07801; color: #fff; font-weight: 800; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; }
.hn-review__meta { display: flex; flex-direction: column; }
.hn-review__name { font-weight: 800; font-size: 16px; color: #1E1808; }
.hn-review__date { font-size: 12px; color: #999; }
.hn-review__text { margin: 0 0 14px; font-size: 15px; line-height: 1.5; color: #333; }
.hn-review__link { font-size: 14px; color: #F07801; text-decoration: none; }

/* Блок 6 — колесо (заглушка) */
.hn-wheel__box { background: #FFEDD5; border-radius: 20px; padding: 48px; text-align: center; }
.hn-wheel__ph { margin: 0; color: #666; font-size: 16px; }

/* Блок 8 — шаги заказа */
.hn-order__track .hn-step { flex: 0 0 calc((100% - 80px) / 5); scroll-snap-align: start; }
.hn-step__media { position: relative; display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1; background: #f3f3f3; }
.hn-step__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hn-step__badge { position: absolute; left: 10px; top: 10px; background: #1E1808; color: #fff; font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 100px; }
.hn-step__title { margin: 14px 0 8px; font-weight: 800; font-size: 18px; color: #1E1808; }
.hn-step__text { margin: 0; font-size: 14px; line-height: 1.45; color: #666; }
.hn-order .hn-center { margin-top: 34px; }

/* Блок 9 — доставка */
.hn-delivery__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.hn-delivery__media img { width: 100%; height: auto; border-radius: 16px; display: block; }
.hn-delivery__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.hn-delivery__item { display: flex; gap: 16px; align-items: flex-start; }
.hn-delivery__ico { flex: none; width: 48px; height: 48px; border-radius: 14px; background: #FFEDD5; display: inline-flex; align-items: center; justify-content: center; }
.hn-delivery__txt { display: flex; flex-direction: column; gap: 4px; }
.hn-delivery__txt b { font-weight: 800; font-size: 19px; color: #1E1808; }
.hn-delivery__txt span { font-size: 16px; line-height: 1.45; color: #666; }

/* Блок 10 — лид-форма */
.hn-lead__box { background: #FFEDD5; border-radius: 20px; padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hn-lead__sub { margin: 18px 0 18px; font-size: 20px; color: #1E1808; }
.hn-lead__promises { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.hn-lead__promises li { display: flex; align-items: center; gap: 12px; font-size: 18px; color: #1E1808; }
.hn-lead__dot { flex: none; width: 12px; height: 12px; border-radius: 50%; background: #F07801; }
.hn-lead__card { position: relative; background: #1E1808; border-radius: 20px; padding: 34px; overflow: hidden; }
.hn-lead__deco { position: absolute; right: 0; top: 0; width: 150px; height: auto; opacity: .5; pointer-events: none; }
.hn-lead__label { color: #fff; font-weight: 700; font-size: 18px; margin-bottom: 14px; position: relative; }
.hn-lead__field input { width: 100%; height: 56px; border-radius: 10px; border: 0; padding: 0 18px; font-size: 16px; margin-bottom: 14px; background: #fff; }
.hn-lead__note { margin: 12px 0 0; color: rgba(255,255,255,.8); font-size: 14px; text-align: center; }
.hn-lead__note b { color: #F07801; }

/* Блок 12 — SEO */
.hn-seo__inner { max-width: 1000px; margin: 0 auto; }
.hn-seo__text p { margin: 0 0 16px; font-size: 16px; line-height: 1.6; color: #444; }

/* Блок 13 — FAQ */
.hn-faq__list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.hn-faq__item { border: 1px solid #EEEEEE; border-radius: 14px; padding: 4px 22px; align-self: start; }
.hn-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 0; background: none; border: 0; cursor: pointer; text-align: left; font-weight: 700; font-size: 18px; color: #1E1808; font-family: inherit; }
.hn-faq__plus { flex: none; position: relative; width: 24px; height: 24px; }
.hn-faq__plus::before, .hn-faq__plus::after { content: ''; position: absolute; background: #F07801; border-radius: 2px; }
.hn-faq__plus::before { left: 0; top: 11px; width: 24px; height: 2px; }
.hn-faq__plus::after { left: 11px; top: 0; width: 2px; height: 24px; transition: transform .2s; }
.hn-faq__item.is-open .hn-faq__plus::after { transform: scaleY(0); }
.hn-faq__a { display: none; padding: 0 0 20px; }
.hn-faq__item.is-open .hn-faq__a { display: block; }
.hn-faq__a p { margin: 0; font-size: 16px; line-height: 1.55; color: #666; }

/* ===================== Адаптив блоков 2–13 ===================== */
@media (max-width: 1100px) {
  .hn-order__track .hn-step { flex: 0 0 40%; }
}
@media (max-width: 768px) {
  .hn-block { padding: 40px 0; }
  .hn-h2 { font-size: 30px; }
  .hn-sub { font-size: 16px; }
  .hn-oil__grid, .hn-delivery__grid, .hn-lead__box { grid-template-columns: 1fr; gap: 24px; }
  .hn-oil__media { order: -1; }
  .hn-cards--3 { grid-template-columns: 1fr; }
  .hn-faq__list { grid-template-columns: 1fr; }
  .hn-style-card { flex: 0 0 62%; }
  .hn-review { flex: 0 0 82%; }
  .hn-order__track .hn-step { flex: 0 0 70%; }
  .hn-slider__nav { width: 42px; height: 42px; }
  .hn-slider__nav--prev { left: 2px; background: rgba(255,255,255,.92); }
  .hn-slider__nav--next { right: 2px; }
  .hn-lead__box { padding: 24px; }
  .hn-h2 { line-height: 1.2; }
}
@media (max-width: 480px) {
  .hn-style-card { flex: 0 0 74%; }
  .hn-review { flex: 0 0 88%; }
  .hn-order__track .hn-step { flex: 0 0 80%; }
}

/* ===================== Блок 6 — колесо подарков ===================== */
.hn-wheel__box { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; text-align: left; }
.hn-wheel__date { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.hn-wheel__date-label { font-weight: 700; color: #1E1808; }
.hn-wheel__date-badge { background: #fff; border: 2px solid #4A00DE; color: #4A00DE; font-weight: 800; padding: 6px 16px; border-radius: 100px; }
.hn-wheel__sub { margin: 14px 0 22px; font-size: 18px; color: #666; }
.hn-wheel__label { font-weight: 700; margin-bottom: 12px; color: #1E1808; }
.hn-wheel__field input { width: 100%; height: 56px; border-radius: 10px; border: 1px solid #e6ddc9; padding: 0 18px; font-size: 16px; margin-bottom: 14px; background: #fff; }
.hn-wheel__policy { display: block; margin-top: 14px; font-size: 12px; color: rgba(48, 28, 8, .7); line-height: 1.4; }
.hn-wheel__policy a { color: #F07801; }
.hn-wheel__right { text-align: center; }
.hn-wheel__right img { max-width: 100%; height: auto; }

/* Отзыв-скриншот */
.hn-review--shot { flex: 0 0 300px; padding: 0; border: 0; box-shadow: 0 15px 50px rgba(0,0,0,.05); background: transparent; border-radius: 14px; overflow: hidden; }
.hn-review--shot a { display: block; }
.hn-review--shot img { width: 100%; height: auto; display: block; border-radius: 14px; }

@media (max-width: 768px) {
  .hn-wheel__box { grid-template-columns: 1fr; gap: 24px; }
  .hn-wheel__right { order: -1; }
  .hn-review--shot { flex: 0 0 80%; }
}

/* Колесо — крутящийся диск + внешний указатель */
.hn-wheel__stage { position: relative; display: inline-block; max-width: 100%; }
.hn-wheel__pointer {
  position: absolute; top: 2px; left: 50%; transform: translateX(-50%); z-index: 3;
  width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent;
  border-top: 28px solid #F07801; filter: drop-shadow(0 3px 4px rgba(0,0,0,.28));
}
.hn-wheel__disc { transform: rotate(0deg); transition: transform 4.2s cubic-bezier(.16,.84,.3,1); will-change: transform; transform-origin: 50% 53%; }
.hn-wheel__disc img { display: block; width: 100%; height: auto; }
.hn-wheel__err { margin: -6px 0 10px; color: #d71d1d; font-size: 13px; }
.hn-wheel__success { text-align: center; padding: 20px 0; }
.hn-wheel__success-title { font-weight: 800; font-size: 28px; color: #1E1808; margin-bottom: 8px; }
.hn-wheel__success-text { margin: 0; font-size: 18px; color: #1E1808; }

/* ===================== Правки по замечаниям ===================== */
/* Блок 2/3 — фото-иконки вместо SVG */
.hn-oil__ico { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: transparent; }
.hn-card__ico--img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: transparent; padding: 0; }

/* Блок 7 — карточки-картинки материалов */
.hn-guar__card { display: flex; flex-direction: column; }
.hn-guar__media { display: block; height: 300px; border-radius: 10px; overflow: hidden; background: #FFEDD5; margin-bottom: 20px; }
.hn-guar__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hn-guar__card .hn-card__title { margin: 0 0 8px; }

/* Блок 10 — форма над декором, декор в углу */
.hn-lead__card { position: relative; overflow: hidden; }
.hn-lead__form { position: relative; z-index: 1; }
.hn-lead__deco { position: absolute; right: -12px; top: -12px; width: 132px; height: auto; opacity: .35; z-index: 0; pointer-events: none; }
.hn-lead__promises li span b { color: #F07801; }

/* Блок 11 — номер поверх картинки */
.hn-card--service .hn-card__media { position: relative; display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; margin-bottom: 16px; }
.hn-card--service .hn-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hn-card--service .hn-card__num { position: absolute; top: 12px; left: 12px; z-index: 2; background: #F07801; color: #fff; font-weight: 800; font-size: 15px; line-height: 1; padding: 8px 14px; border-radius: 100px; }

/* Блок 9 — центральное фото + карточки по бокам */
.hn-delivery__stage { position: relative; max-width: 1040px; margin: 8px auto 0; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.hn-delivery__center { width: 440px; max-width: 46%; height: auto; border-radius: 16px; display: block; }
.hn-delivery__card { position: absolute; width: 306px; display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid #EEEEEE; border-radius: 14px; padding: 18px; box-shadow: 0 15px 50px rgba(0, 0, 0, .08); }
.hn-delivery__card--a { left: 0; top: 8%; }
.hn-delivery__card--b { left: 0; bottom: 6%; }
.hn-delivery__card--c { right: 0; top: 32%; }
.hn-delivery__card .hn-delivery__ico { width: 44px; height: 44px; }
.hn-delivery__ico--green { background: transparent; }
.hn-delivery__card .hn-delivery__txt b { font-size: 17px; }
.hn-delivery__card .hn-delivery__txt span { font-size: 14px; line-height: 1.4; }

@media (max-width: 900px) {
  .hn-delivery__stage { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 16px; }
  .hn-delivery__center { width: 100%; max-width: 100%; order: -1; }
  .hn-delivery__card { position: static; width: auto; }
}

/* ===================== Блок 9 — переверстка по скрину ===================== */
.hn-delivery .hn-del__h2 { text-align: left; }
.hn-del__sub { text-align: left; margin: -14px 0 0; }
.hn-del__stage { position: relative; min-height: 480px; margin-top: 10px; }
.hn-del__center { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); width: 470px; max-width: 42%; height: auto; display: block; }
.hn-del__item { position: absolute; width: 300px; }
.hn-del__item--a { left: 0; top: 24px; }
.hn-del__item--b { left: 0; top: 272px; }
.hn-del__item--c { right: 0; top: 24px; }
.hn-del__ico { display: inline-flex; width: 48px; height: 48px; margin-bottom: 14px; }
.hn-del__ico svg { width: 48px; height: 48px; }
.hn-del__t { display: block; font-weight: 800; font-size: 20px; line-height: 1.25; color: #1E1808; margin-bottom: 8px; }
.hn-del__d { display: block; font-size: 15px; line-height: 1.45; color: #666; }

@media (max-width: 900px) {
  .hn-del__stage { min-height: 0; display: flex; flex-direction: column; gap: 24px; align-items: center; }
  .hn-del__center { position: static; transform: none; width: 100%; max-width: 340px; order: -1; }
  .hn-del__item { position: static; width: 100%; max-width: 420px; }
}

/* ===================== Блок 10 — форма + телефон рядом (по скрину) ===================== */
.hn-lead__card { overflow: visible; }
.hn-lead__top { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 20px; }
.hn-lead__inputwrap { flex: 1 1 auto; min-width: 0; }
.hn-lead__top .hn-lead__field input { margin-bottom: 0; }
.hn-lead__phone { flex: none; width: 116px; height: auto; align-self: flex-start; margin-top: -20px; opacity: 1; }

@media (max-width: 480px) {
  .hn-lead__phone { width: 92px; margin-top: -14px; }
}

/* Блок 10 — телефон отдельной колонкой справа от формы (поле + кнопка слева) */
.hn-lead__card { display: flex; gap: 22px; align-items: center; overflow: hidden; }
.hn-lead__form { flex: 1 1 auto; min-width: 0; }
.hn-lead__phone { flex: none; width: 150px; height: auto; align-self: center; margin-top: 0; opacity: 1; }

@media (max-width: 600px) {
  .hn-lead__card { flex-direction: column-reverse; gap: 16px; }
  .hn-lead__phone { width: 120px; align-self: center; }
  .hn-lead__form { width: 100%; }
}

/* Блок 10 — финал по макету: форма слева, крупный телефон справа во всю высоту */
.hn-lead__card { display: flex; gap: 16px; align-items: stretch; overflow: hidden; }
.hn-lead__form { flex: 1 1 auto; min-width: 0; align-self: center; }
.hn-lead__phone { flex: none; width: 216px; height: auto; align-self: flex-end; margin: 0 -14px -34px 0; }
.hn-lead__field { position: relative; }
.hn-lead__flag { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); display: inline-flex; }
.hn-lead__field input { padding-left: 48px; }
.hn-lead__policy { display: flex; gap: 8px; align-items: flex-start; margin: 12px 0 16px; font-size: 12px; line-height: 1.35; color: rgba(255, 255, 255, .8); cursor: default; }
.hn-lead__policy input { flex: none; margin: 2px 0 0; accent-color: #F07801; }
.hn-lead__policy a { color: #F07801; }

@media (max-width: 600px) {
  .hn-lead__card { flex-direction: column; gap: 0; }
  .hn-lead__phone { width: 150px; align-self: center; margin: 8px auto -34px; }
}

/* ============================================================
   Блок 10 — точно по Figma (node 2294:5810). Свежие классы hn-l10.
   ============================================================ */
.hn-l10__box { position: relative; display: flex; align-items: flex-end; gap: 24px; padding: 40px; background: #FFEDD5; border-radius: 20px; overflow: visible; }
.hn-l10__left { flex: 0 0 528px; max-width: 528px; display: flex; flex-direction: column; gap: 48px; }
.hn-l10__head { display: flex; flex-direction: column; gap: 20px; }
.hn-l10__h2 { margin: 0; font-weight: 700; font-size: 45px; line-height: 1.15; color: #1E1808; }
.hn-l10__intro { margin: 0; font-weight: 400; font-size: 20px; line-height: 1.5; color: #666; }
.hn-l10__promises { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.hn-l10__promises li { display: flex; align-items: center; gap: 10px; }
.hn-l10__dot { flex: none; width: 12px; height: 12px; border-radius: 50%; background: #F07801; }
.hn-l10__pt { font-weight: 400; font-size: 18px; line-height: 1; color: #1E1808; }
.hn-l10__pt b { font-weight: 700; }

.hn-l10__card { flex: 1 1 auto; min-width: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 32px; padding: 24px; background: #1E1808; border-radius: 20px; }
.hn-l10__g1, .hn-l10__g2 { display: flex; flex-direction: column; gap: 10px; width: 300px; max-width: 100%; }
.hn-l10__label { font-weight: 400; font-size: 14px; line-height: 1; color: #fff; }
.hn-l10__field { display: flex; align-items: center; gap: 10px; padding: 24px 20px; background: #fff; border-radius: 10px; }
.hn-l10__flag { flex: none; display: inline-flex; }
.hn-l10__caret { flex: none; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #B9BABC; }
.hn-l10__input { flex: 1 1 auto; min-width: 0; border: 0; padding: 0; background: transparent; font-family: 'Manrope', Arial, sans-serif; font-weight: 400; font-size: 14px; line-height: 1; color: #666; }
.hn-l10__input::placeholder { color: #666; opacity: 1; }
.hn-l10__policy { display: flex; align-items: flex-start; gap: 4px; cursor: default; }
.hn-l10__check { flex: none; display: inline-flex; margin-top: -1px; }
.hn-l10__ptext { font-weight: 400; font-size: 12px; line-height: 1.2; color: rgba(255, 255, 255, .8); }
.hn-l10__ptext a { color: #F07801; text-decoration: underline; }
.hn-l10__btnwrap { display: flex; flex-direction: column; gap: 8px; }
.hn-l10__btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 24px 32px 26px; border: 0; border-radius: 10px; background: #F07801; font-family: 'Manrope', Arial, sans-serif; font-weight: 700; font-size: 18px; line-height: 1.2; color: #fff; text-align: center; cursor: pointer; transition: filter .15s ease; }
.hn-l10__btn:hover { filter: brightness(1.06); }
.hn-l10__note { display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 400; font-size: 14px; line-height: 1.4; color: #fff; }
.hn-l10__note-ico { flex: none; }
.hn-l10__note b { font-weight: 700; color: #F07801; }
.hn-l10__phone { position: absolute; top: 20px; right: -33px; width: 296px; height: 406px; object-fit: contain; object-position: bottom right; z-index: 2; pointer-events: none; }

/* ---------- Мобильная/планшет версия по мобильному макету Figma ----------
   Одна колонка: контент сверху, тёмная карточка ниже; телефон — в правом
   нижнем углу карточки (перекрывает), как в мобильном макете. */
@media (max-width: 992px) {
  .hn-l10__box { flex-direction: column; align-items: stretch; gap: 24px; padding: 24px; }
  .hn-l10__left { flex: 1 1 auto; max-width: none; gap: 22px; }
  .hn-l10__h2 { font-size: 30px; }
  .hn-l10__card { position: relative; align-self: stretch; padding: 22px; overflow: hidden; }
  .hn-l10__g1, .hn-l10__g2 { width: 100%; }
  .hn-l10__phone { position: absolute; right: 0; bottom: 0; top: auto; width: 100px; height: auto; z-index: 1; }
}
@media (max-width: 480px) {
  .hn-l10__box { padding: 18px; }
  .hn-l10__h2 { font-size: 26px; }
  .hn-l10__intro { font-size: 16px; }
  .hn-l10__pt { font-size: 16px; }
  .hn-l10__phone { width: 84px; }
}
