/* =========================================================
   NEW HOME (prueba) — scoped under .nh
   No modifica style.css / extended.css / landing.css
   ========================================================= */

.nh {
  --nh-green: #6fc13a;
  --nh-green-dark: #57a029;
  --nh-black: #221f1c;
  --nh-dark: #231c16;
  --nh-gray: #f5f3ec;
  --nh-gray2: #e7e3d8;
  --nh-text: #221f1c;
  --nh-text-light: #4e4b45;
  --nh-white: #fff;
  --nh-radius: 10px;
  --nh-max: 1180px;
  font-family: 'Raleway', sans-serif;
  color: var(--nh-text);
  background: var(--nh-white);
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

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

.nh a {
  text-decoration: none;
  color: inherit;
}

.nh img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nh-wrap {
  width: 100%;
  max-width: var(--nh-max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ---------- HERO ---------- */
.nh-hero {
  position: relative;
  background: var(--nh-dark);
  color: var(--nh-white);
  overflow: hidden;
  padding: 40px 0 44px;
}

.nh-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(15, 11, 7, 0.94) 5%, rgba(15, 11, 7, 0.68) 55%, rgba(15, 11, 7, 0.3) 95%, rgba(15, 11, 7, 0.15) 100%),
    url('/assets/images/home/hero-office.jpg') center right / cover no-repeat;
}

.nh-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.nh-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.nh-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
}

.nh-hero__badge strong {
  color: var(--nh-green);
  font-size: 12.5px;
  font-weight: 700;
}

.nh-hero h1 {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
  max-width: 20ch;
  color: var(--nh-white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.nh-hero h1 span {
  color: var(--nh-green);
}

.nh-hero__nowrap {
  white-space: nowrap;
}

.nh-hero__sub {
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  max-width: 44ch;
  margin: 12px 0 8px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.nh-hero__save {
  color: var(--nh-green);
  font-weight: 600;
  font-size: 14.5px;
  margin: 0 0 18px;
}

.nh-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.nh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.nh-btn--primary {
  background: var(--nh-green);
  color: var(--nh-white) !important;
}

.nh-btn--primary:hover {
  background: var(--nh-green-dark);
  color: var(--nh-white) !important;
}

.nh-btn--ghost {
  background: transparent;
  color: var(--nh-white) !important;
  border-color: rgba(255, 255, 255, 0.4);
}

.nh-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--nh-white) !important;
}

.nh-btn--dark {
  background: var(--nh-dark);
  color: var(--nh-white) !important;
}

.nh-btn--dark:hover {
  background: #151009;
  color: var(--nh-white) !important;
}

.nh-btn--outline {
  background: #fff;
  color: var(--nh-black) !important;
  border-color: var(--nh-gray2);
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 600;
}

.nh-btn--outline:hover {
  border-color: var(--nh-green);
  color: var(--nh-green) !important;
}

.nh-btn--full {
  width: 100%;
}

/* ---------- SEARCH ---------- */
.nh-search {
  background: var(--nh-white);
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.nh .nh-search__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.nh .nh-search__form,
.nh #formBuscador.nh-search__form {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  margin: 0;
  float: none;
  width: auto;
  max-width: none;
}

.nh .nh-search__form input[type="text"],
.nh .nh-search__form #tipoEquipamientoCodigo,
.nh #formBuscador #tipoEquipamientoCodigo {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  height: 46px !important;
  float: none !important;
  border: 1px solid var(--nh-gray2) !important;
  border-radius: 6px !important;
  background: #eae9e9 !important;
  background-image: none !important;
  padding: 12px 16px !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--nh-text) !important;
  outline: none;
  box-shadow: none !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.nh .nh-search__form input[type="text"]::placeholder,
.nh #formBuscador #tipoEquipamientoCodigo::placeholder {
  color: #8a8780;
  opacity: 1;
}

.nh .nh-search__form input[type="text"]:focus,
.nh #formBuscador #tipoEquipamientoCodigo:focus {
  border-color: var(--nh-green) !important;
  background: #fff !important;
}

.nh .nh-search__form .nh-btn,
.nh .nh-search__form button[type="submit"] {
  flex: 0 0 auto;
  float: none !important;
  height: 46px;
  min-width: 96px;
  padding: 0 22px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 6px !important;
  background: var(--nh-green) !important;
  background-image: none !important;
  color: #fff !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  width: auto !important;
  box-shadow: none !important;
}

.nh .nh-search__form .nh-btn:hover,
.nh .nh-search__form button[type="submit"]:hover {
  background: var(--nh-green-dark) !important;
}

.nh .nh-search__promo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.nh .nh-search__promo > div {
  line-height: 1.35;
}

.nh .nh-search__promo strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--nh-black);
  margin: 0;
}

.nh .nh-search__promo span {
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--nh-text-light);
}

.nh .nh-search__promo a {
  flex-shrink: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--nh-green) !important;
  white-space: nowrap;
}

.nh .nh-search__promo a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .nh .nh-search__inner {
    flex-wrap: wrap;
  }

  .nh .nh-search__promo {
    white-space: normal;
    width: 100%;
    justify-content: space-between;
  }
}

/* ---------- SECTIONS ---------- */
.nh-section {
  padding: 48px 0;
}

.nh-section--gray {
  background: var(--nh-gray);
}

#usados.nh-section--gray {
  background: #eae9e9;
}

.nh-section--tight {
  padding: 36px 0;
}

.nh-kicker {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nh-green);
  margin: 0 0 8px;
}

.nh-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  color: var(--nh-black);
  line-height: 1.15;
  margin: 0 0 10px;
}

.nh-lead {
  font-size: 15px;
  color: var(--nh-text-light);
  max-width: 54ch;
  margin: 0 0 28px;
  line-height: 1.55;
}

.nh-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.nh-section__head .nh-lead {
  margin-bottom: 0;
}

.nh-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--nh-green-dark);
  white-space: nowrap;
}

.nh-link:hover {
  text-decoration: underline;
}

/* ---------- INTENT CARDS ---------- */
.nh-intents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.nh-intent {
  background: var(--nh-white);
  border: 1px solid var(--nh-gray2);
  border-radius: var(--nh-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 8px 24px rgba(30, 24, 16, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nh-intent:hover {
  box-shadow: 0 14px 32px rgba(30, 24, 16, 0.22);
  transform: translateY(-4px);
}

.nh-intent__img {
  height: 110px;
  aspect-ratio: auto;
  background: #ddd6c4 center/cover no-repeat;
  position: relative;
}

.nh-intent__img--usados {
  background-image: url('/assets/images/home/intent-usados.jpg');
}

.nh-intent__img--muebles {
  background-image: url('/assets/images/home/intent-muebles.jpg');
}

.nh-intent__img--sillas {
  background-image: url('/assets/images/home/intent-sillas.jpg');
  background-position: center top;
}

.nh-intent__img--servicios {
  background-image: url('/assets/images/home/intent-servicios.jpg');
}

.nh-intent__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--nh-green);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 4px;
}

.nh-intent__tag--alt {
  background: #d9583e;
}

.nh-intent__tag--nuevo {
  background: #ffc93c;
  color: #3a2c00;
}

.nh-intent__note {
  font-size: 13px !important;
  color: var(--nh-text-light) !important;
  margin: -4px 0 12px !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
}

.nh-intent__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nh-intent h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--nh-black);
  line-height: 1.2;
  margin: 0 0 6px;
}

.nh-intent p {
  font-size: 13px;
  color: var(--nh-text-light);
  line-height: 1.45;
  margin: 0 0 12px;
  flex: 1;
  min-height: 48px;
}

.nh-intent__cta {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--nh-green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.nh-intent:hover .nh-intent__cta {
  color: var(--nh-green-dark);
}

/* ---------- STRIP VENDEDORES ---------- */
.nh-strip {
  background: var(--nh-dark);
  color: var(--nh-white);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.nh-strip__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.nh-strip__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--nh-green);
  color: var(--nh-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin: 0 0 14px;
}

.nh-strip__pill-icon {
  flex-shrink: 0;
  display: block;
  color: #d8cfc4;
}

.nh-strip .nh-title {
  color: var(--nh-white);
  font-weight: 900;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.nh-strip__hl {
  display: inline-block;
  background: var(--nh-green);
  color: var(--nh-dark);
  padding: 2px 10px;
  border-radius: 6px;
}

.nh-strip .nh-lead {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 18px;
  max-width: 44ch;
}

.nh-strip__mod-title {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 14px;
}

.nh-mod {
  margin-bottom: 14px;
}

.nh-mod:last-child {
  margin-bottom: 0;
}

.nh-mod__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

.nh-mod__pct {
  font-weight: 900;
  font-size: 26px;
  color: var(--nh-green);
  line-height: 1;
}

.nh-mod__label {
  font-weight: 700;
  font-size: 15.5px;
  color: #fff;
}

.nh-mod__rec {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--nh-dark);
  background: var(--nh-green);
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: auto;
}

.nh-mod__bar {
  height: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.nh-mod__bar span {
  display: block;
  height: 100%;
  border-radius: 20px;
  background: var(--nh-green);
}

.nh-mod__bar span.nh-mod__bar-fill--alt {
  background: rgba(255, 255, 255, 0.55);
}

/* ---------- REUSE BANNER ---------- */
.nh-reuse {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--nh-white);
  border: 1px solid var(--nh-gray2);
  border-radius: 12px;
  padding: 12px 18px;
  margin-top: 28px;
  box-shadow: 0 2px 10px rgba(30, 24, 16, 0.06);
}

.nh-reuse img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.nh-reuse__text {
  display: grid;
  gap: 3px;
}

.nh-reuse__text strong {
  font-size: 15px;
  color: var(--nh-black);
}

.nh-reuse__text span {
  font-size: 12px;
  font-weight: 500;
  color: var(--nh-text-light);
}

/* ---------- FACTORY CATEGORIES ---------- */
.nh-factory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nh-factory__card {
  background: var(--nh-white);
  border: 1px solid var(--nh-gray2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(30, 24, 16, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.nh-factory__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(30, 24, 16, 0.12);
}

.nh-factory__media {
  position: relative;
  height: 130px;
  overflow: hidden;
  background: #ecece8;
}

.nh-factory__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.nh-factory__card:hover .nh-factory__media img {
  transform: scale(1.05);
}

.nh-factory__body {
  padding: 12px 14px 14px;
}

.nh-factory__body h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--nh-black);
  margin: 0 0 4px;
  text-transform: uppercase;
}

.nh-factory__body p {
  font-size: 12px;
  color: var(--nh-text-light);
  margin: 0 0 8px;
}

.nh-factory__cta {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--nh-green-dark);
}

/* ---------- PRODUCT GRID ---------- */
.nh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nh-card {
  background: var(--nh-white);
  border: 1px solid var(--nh-gray2);
  border-radius: var(--nh-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(30, 24, 16, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  height: 100%;
}

.nh-card:hover {
  box-shadow: 0 12px 28px rgba(30, 24, 16, 0.18);
  transform: translateY(-4px);
}

.nh-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #ecece8;
  overflow: hidden;
}

#usados .nh-card__media {
  height: 150px;
  aspect-ratio: auto;
}

.nh-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.nh-card:hover .nh-card__media img {
  transform: scale(1.04);
}

.nh-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 4px;
  color: #fff;
}

.nh-card__badge--nuevo { background: #ffc93c; color: #3a2c00; }
.nh-card__badge--usado { background: var(--nh-green); }
.nh-card__badge--promo {
  left: auto;
  right: 10px;
  background: #d9583e;
}

.nh-card__code-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 10.5px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
  color: var(--nh-text-light);
  padding: 4px 8px;
  border-radius: 4px;
}

.nh-card__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--nh-white);
}

.nh-card__lote {
  font-size: 12px;
  font-weight: 700;
  color: var(--nh-black);
  margin-bottom: 5px;
  line-height: 1.35;
}

.nh-card__sub,
.nh-card__delivery {
  font-size: 12.5px;
  color: var(--nh-text-light);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}

.nh-card__delivery {
  margin-bottom: 0;
}

.nh-card__code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 4px;
}

.nh-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--nh-black);
  line-height: 1.3;
  margin: 0 0 10px;
  min-height: 2.6em;
}

.nh-card__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 8px;
}

.nh-card__price {
  font-size: 15px;
  font-weight: 800;
  color: var(--nh-black);
}

.nh-card__price small {
  font-size: 11px;
  font-weight: 600;
  color: var(--nh-text-light);
}

.nh-card__cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--nh-green);
}

.nh-card--own {
  background: var(--nh-green);
  border-color: var(--nh-green);
}

.nh-card--own .nh-card__body {
  background: var(--nh-green);
}

.nh-card--own .nh-card__lote,
.nh-card--own .nh-card__sub,
.nh-card--own .nh-card__delivery,
.nh-card--own .nh-card__cta {
  color: #fff !important;
}

/* Recomendados: cards más chicos, 4 columnas */
.nh-grid--rec {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nh-card--rec .nh-card__media {
  aspect-ratio: 16 / 9;
  height: auto;
  background: #f3f1ea;
}

.nh-card--rec .nh-card__media img {
  object-fit: contain;
  background: #fff;
}

.nh-card--rec .nh-card__body {
  padding: 11px 13px 13px;
}

.nh-card--rec .nh-card__name {
  font-size: 12.5px;
  font-weight: 700;
  min-height: 0;
  margin: 0 0 6px;
  line-height: 1.35;
}

.nh-card--rec .nh-card__foot {
  padding-top: 0;
  align-items: baseline;
}

.nh-card--rec .nh-card__price {
  font-size: 14.5px;
  font-weight: 700;
}

.nh-card--rec .nh-card__price small {
  font-size: 12px;
  font-weight: 400;
  color: var(--nh-text-light);
}

.nh-card--rec .nh-card__cta {
  font-size: 13px;
}

/* Horizontal scroll for factories / recomendados on tablet */
.nh-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.nh-rail > * {
  scroll-snap-align: start;
}

.nh-rail::-webkit-scrollbar {
  height: 6px;
}

.nh-rail::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 999px;
}

/* ---------- LOGOS ---------- */
.nh-logos {
  text-align: center;
  background: var(--nh-white);
}

.nh-logos .nh-kicker {
  display: block;
}

.nh-logos .nh-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.nh-logos__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px 32px;
}

.nh-logos__track img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter 0.2s, opacity 0.2s;
}

.nh-logos__track img:hover {
  filter: none;
  opacity: 1;
}

/* ---------- FINAL CTA ---------- */
.nh-final {
  background: var(--nh-white);
  padding: 48px 0 64px;
  text-align: center;
}

.nh-final .nh-kicker {
  display: block;
}

.nh-final .nh-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.nh-final .nh-lead {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  max-width: 52ch;
  color: var(--nh-text-light);
}

.nh-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- CONTACTO ---------- */
.nh-contact {
  background: var(--nh-white);
  padding: 48px 0 64px;
}

.nh-contact__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.nh-contact__text {
  color: var(--nh-text-light);
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.55;
  max-width: 42ch;
}

.nh-contact__list {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
  display: grid;
  gap: 10px;
  font-size: 14px;
  color: var(--nh-text-light);
}

.nh-contact__list li {
  padding-left: 0;
}

.nh-contact__list li::before {
  content: "— ";
  color: var(--nh-green);
  font-weight: 700;
}

.nh-contact__form {
  background: #fff;
  border: 1px solid var(--nh-gray2);
  border-radius: var(--nh-radius);
  box-shadow: 0 2px 10px rgba(30, 24, 16, 0.06);
  padding: 26px;
  display: grid;
  gap: 14px;
}

.nh-contact__field label {
  font-size: 12px;
  font-weight: 700;
  color: var(--nh-text-light);
  display: block;
  margin-bottom: 5px;
}

.nh-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nh-contact__form input[type="text"],
.nh-contact__form input[type="email"],
.nh-contact__form input[type="tel"],
.nh-contact__form input[type="file"],
.nh-contact__form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--nh-gray2);
  border-radius: 6px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  background: #eae9e9;
  color: var(--nh-text);
  outline: none;
  box-shadow: none;
  float: none;
  height: auto;
  max-width: none;
}

.nh-contact__form textarea {
  min-height: 90px;
  resize: vertical;
}

.nh-contact__form input:focus,
.nh-contact__form textarea:focus {
  border-color: var(--nh-green);
  background: #fff;
}

.nh-contact__reasons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nh-reason {
  padding: 7px 14px;
  border: 1px solid var(--nh-gray2);
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  background: var(--nh-gray);
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  color: var(--nh-text-light);
  line-height: 1.2;
}

.nh-reason.active {
  background: var(--nh-green);
  color: #fff;
  border-color: var(--nh-green);
}

.nh-contact__submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.nh-contact__submit .nh-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .nh-contact__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nh-contact__row {
    grid-template-columns: 1fr;
  }
}

/* ---------- STICKY MOBILE ---------- */
.nh-sticky {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1200;
  background: rgba(46, 36, 32, 0.96);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  gap: 8px;
}

.nh-sticky a {
  flex: 1;
  text-align: center;
  border-radius: 10px;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 700;
}

.nh-sticky a:first-child {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.nh-sticky a:last-child {
  background: var(--nh-green);
  color: #fff;
}

/* ---------- EMPTY / HELPERS ---------- */
.nh-empty {
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
  color: var(--nh-text-light);
  background: var(--nh-white);
  border: 1px dashed var(--nh-gray2);
  border-radius: var(--nh-radius);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .nh-hero {
    padding: 32px 0 36px;
    min-height: 0;
  }

  .nh-hero__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nh-intents {
    grid-template-columns: repeat(2, 1fr);
  }

  .nh-search__promo {
    white-space: normal;
  }

  .nh-strip__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nh-factory {
    grid-template-columns: repeat(2, 1fr);
  }

  .nh-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nh-grid.nh-grid--rec {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .nh-hero {
    padding: 28px 0 30px;
  }

  .nh-hero__bg {
    background:
      linear-gradient(180deg, rgba(15, 11, 7, 0.92) 0%, rgba(15, 11, 7, 0.84) 55%, rgba(15, 11, 7, 0.94) 100%),
      url('/assets/images/home/hero-office.jpg') center/cover no-repeat;
  }

  .nh-hero__badges {
    margin-bottom: 14px;
  }

  .nh-hero__save {
    font-size: 13.5px;
    margin: 0 0 16px;
  }

  .nh-hero h1 {
    max-width: none;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.1;
  }

  .nh-hero__sub {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 8px;
    max-width: none;
    color: rgba(255, 255, 255, 0.84);
  }

  .nh-hero__ctas {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
  }

  .nh-hero__ctas .nh-btn {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 11px 14px;
    font-size: 13px;
  }

  .nh-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nh-search {
    padding: 14px 0;
  }

  .nh-search__promo {
    display: none;
  }

  .nh-section {
    padding: 36px 0;
  }

  .nh-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .nh-intents {
    grid-template-columns: 1fr;
  }

  .nh-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .nh-grid.nh-grid--rec {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .nh-card__name {
    font-size: 13px;
    min-height: 0;
  }

  .nh-factory {
    grid-template-columns: 1fr;
  }

  .nh-reuse {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .nh-mod__rec {
    margin-left: 0;
  }

  .nh-sticky {
    display: flex;
  }

  .nh {
    padding-bottom: 78px;
  }

  .nh-logos__track img {
    height: 24px;
  }
}

@media (max-width: 420px) {
  .nh-grid {
    grid-template-columns: 1fr;
  }

  .nh-grid.nh-grid--rec {
    grid-template-columns: 1fr;
  }

  .nh-hero {
    padding: 24px 0 26px;
  }

  .nh-hero h1 {
    font-size: 24px;
  }

  .nh-hero__ctas .nh-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nh-hero__bg,
  .nh-card__media img,
  .nh-intent {
    animation: none !important;
    transition: none !important;
  }
}
