.zhl-page{
  --c-bg: #f9f8f6;
  --c-card: #ffffff;
  --c-dark: #1a1a1a;
  --c-text: #3b3835;
  --c-muted: #77716b;
  --c-border: #e8e5e0;
  --c-green: #7bc142;
  --c-yellow: #f5c518;
  --c-orange: #f07d1a;
  --c-pink: #e84d8a;
  --c-blue: #2d9cdb;
  --c-light-purple: #b9a7e8;
  --c-violet: #7b5bb7;
  --shadow: 0 18px 60px rgba(26, 26, 26, 0.12);
}.zhl-page *{ box-sizing: border-box; }.zhl-page{
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}.zhl-page a{ color: inherit; text-decoration: none; }.zhl-page img{ max-width: 100%; display: block; }.zhl-page button, .zhl-page input, .zhl-page textarea{ font: inherit; }.zhl-page .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
  text-align: center;
}.zhl-page .btn:hover{ transform: translateY(-1px); }.zhl-page .btn-primary, .zhl-page .btn-hero{
  background: var(--c-orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(240, 125, 26, .28);
}.zhl-page .btn-light{ background: #fff; color: var(--c-dark); border-color: var(--c-border); }.zhl-page .btn-dark{ background: var(--c-dark); color: #fff; }.zhl-page .hero{
  position: relative;
  overflow: hidden;
  background: var(--c-bg);
}.zhl-page .hero-inner{
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 24px 44px;
}.zhl-page .hero-badge, .zhl-page .section-label{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #666a70;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}.zhl-page .hero-badge::before, .zhl-page .section-label::before{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: var(--c-orange);
  border-radius: 999px;
}.zhl-page .hero h1, .zhl-page .section h2, .zhl-page .request-card h2, .zhl-page .cta-band h2{
  font-family: "Unbounded", sans-serif;
  color: var(--c-dark);
  line-height: 1.08;
  letter-spacing: 0;
}.zhl-page .hero h1{
  max-width: 1040px;
  margin: 18px 0 16px;
  font-size: clamp(34px, 3.4vw, 46px);
  font-weight: 900;
}.zhl-page .hero h1 span{ color: var(--c-orange); }.zhl-page .hero p{
  max-width: 980px;
  margin: 0 0 14px;
  font-size: 16px;
  color: var(--c-text);
  line-height: 1.55;
}.zhl-page .hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }.zhl-page .stat-card{
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  min-height: 120px;
  padding: 22px;
}.zhl-page .stat-card b{
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  color: var(--c-orange);
  line-height: 1.1;
}.zhl-page .stat-card span{ display: block; margin-top: 7px; color: var(--c-muted); font-size: 16px; }.zhl-page .stats{
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0 24px 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: var(--c-bg);
}.zhl-page .stat-card{ text-align: center; padding: 22px; }.zhl-page .stat-card b{ color: var(--c-orange); }.zhl-page .color-strip{
  max-width: 1050px;
  height: 6px;
  margin: 54px auto 0;
  display: flex;
  border-radius: 999px;
  overflow: hidden;
}.zhl-page .color-strip span{ flex: 1; }.zhl-page .color-strip span:nth-child(1){ background: var(--c-green); }.zhl-page .color-strip span:nth-child(2){ background: var(--c-yellow); }.zhl-page .color-strip span:nth-child(3){ background: var(--c-orange); }.zhl-page .color-strip span:nth-child(4){ background: var(--c-pink); }.zhl-page .color-strip span:nth-child(5){ background: var(--c-blue); }.zhl-page .color-strip span:nth-child(6){ background: var(--c-light-purple); }.zhl-page .color-strip span:nth-child(7){ background: var(--c-violet); }.zhl-page .trust-bar{
  max-width: 1240px;
  margin: 44px auto 0;
  padding: 0 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}.zhl-page .trust-item{
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
}.zhl-page .section{
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 24px;
}.zhl-page .soft{
  max-width: none;
  background: var(--c-bg);
}.zhl-page .soft > *{ max-width: 1240px; margin-left: auto; margin-right: auto; }.zhl-page .section-head{ margin-bottom: 38px; }.zhl-page .section-head h2, .zhl-page .request-card h2{
  margin: 12px 0 14px;
  font-size: 36px;
  font-weight: 900;
}.zhl-page .section-head p{ max-width: 760px; color: var(--c-muted); margin: 0; font-size: 16px; line-height: 1.55; }.zhl-page .types-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}.zhl-page .type-card{
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  box-shadow: 0 14px 42px rgba(26, 26, 26, 0.08);
  overflow: hidden;
}.zhl-page .type-top{
  width: 100%;
  border: 0;
  background: #fff;
  padding: 0;
  cursor: pointer;
  text-align: left;
}.zhl-page .type-top img{ width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }.zhl-page .type-top span{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  font-size: 22px;
  font-weight: 800;
  color: var(--c-dark);
}.zhl-page .type-top span::after{ content: "+"; color: var(--c-orange); font-size: 26px; }.zhl-page .type-card.is-open .type-top span::after{ content: "−"; }.zhl-page .type-panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: #fafafa;
}.zhl-page .sub-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px;
}.zhl-page .sub-grid-many, .zhl-page .sub-grid-two{ grid-template-columns: repeat(4, 1fr); }.zhl-page .sub-grid a{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--c-muted);
  font-size: 16px;
  font-weight: 700;
}.zhl-page .sub-grid img{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 8px;
  background: #fff;
}.zhl-page .benefits-grid, .zhl-page .why-grid, .zhl-page .reviews{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}.zhl-page .reviews article{
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 20px;
}.zhl-page .benefits-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}.zhl-page .benefits-grid article{
  min-height: 106px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 20px;
}.zhl-page .benefits-grid span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--c-violet);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}.zhl-page .benefits-grid h3{
  max-width: none;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}.zhl-page .benefits-grid p{
  max-width: none;
  margin: 0;
  color: var(--c-muted);
  font-size: 16px;
  line-height: 1.5;
}.zhl-page h3{ margin: 0 0 10px; color: var(--c-dark); }.zhl-page p{ margin: 0; }.zhl-page .why-grid{
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: start;
}.zhl-page .why-grid article{
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
}.zhl-page .why-grid article span{
  display: inline-flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 18px;
}.zhl-page .why-grid article:nth-child(1) span{ background: var(--c-green); }.zhl-page .why-grid article:nth-child(2) span{ background: var(--c-yellow); }.zhl-page .why-grid article:nth-child(3) span{ background: var(--c-orange); }.zhl-page .why-grid article:nth-child(4) span{ background: var(--c-pink); }.zhl-page .why-grid article:nth-child(5) span{ background: var(--c-violet); }.zhl-page .why-grid article h3{
  max-width: 230px;
  margin: 0 auto 10px;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  line-height: 1.15;
}.zhl-page .why-grid article p{
  max-width: 270px;
  margin: 0 auto;
  color: var(--c-muted);
  font-size: 16px;
  line-height: 1.55;
}.zhl-page .reviews{ grid-template-columns: repeat(3, 1fr); }.zhl-page .reviews article{ background: #fff; }.zhl-page .reviews article h3{ font-size: 18px; line-height: 1.2; }.zhl-page .reviews article p{ font-size: 16px; line-height: 1.5; color: var(--c-muted); }.zhl-page .gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}.zhl-page .gallery-grid a{
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
  border: 1px solid var(--c-border);
}.zhl-page .gallery-grid img{
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .45s ease;
}.zhl-page .gallery-grid a:hover img{ transform: scale(1.05); }.zhl-page .cta-band{
  max-width: 1192px;
  margin: 0 auto 0;
  padding: 34px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--c-orange), #d96a08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}.zhl-page .cta-band h2{ color: #fff; margin: 0 0 8px; font-size: 36px; }.zhl-page .cta-band p{ color: rgba(255,255,255,.9); }.zhl-page .request-section{ max-width: 1240px; }.zhl-page .request-card{
  background: var(--c-dark);
  color: #fff;
  border-radius: 24px;
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
}.zhl-page .request-card h2{ color: #fff; }.zhl-page .request-card p{ color: rgba(255,255,255,.72); }.zhl-page .lead-form{ display: grid; gap: 14px; }.zhl-page .form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.zhl-page .lead-form input, .zhl-page .lead-form textarea{
  width: 100%;
  border: 1.5px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  outline: none;
  resize: vertical;
}.zhl-page .lead-form input::placeholder, .zhl-page .lead-form textarea::placeholder{ color: rgba(255,255,255,.48); }.zhl-page .form-note{ font-size: 12px; }.zhl-page .form-success{ display: none; color: var(--c-green); font-weight: 700; }.zhl-page .lead-form.is-sent .form-success{ display: block; }.zhl-page .lightbox{
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.82);
}.zhl-page .lightbox.is-open{ display: flex; }.zhl-page .lightbox img{ max-width: min(1100px, 92vw); max-height: 86vh; object-fit: contain; border-radius: 12px; }.zhl-page .lightbox button{
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--c-dark);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1120px) {.zhl-page .stats, .zhl-page .benefits-grid, .zhl-page .why-grid, .zhl-page .reviews{ grid-template-columns: repeat(2, 1fr); }.zhl-page .why-grid{ grid-template-columns: repeat(2, 1fr); }.zhl-page .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {.zhl-page .hero, .zhl-page .hero-inner{ min-height: auto; }.zhl-page .hero-inner{ grid-template-columns: 1fr; padding-top: 42px; }.zhl-page .hero h1, .zhl-page .section-head h2, .zhl-page .request-card h2, .zhl-page .cta-band h2{ font-size: 32px; }.zhl-page .hero-overlay{ background: rgba(249,248,246,.9); }.zhl-page .hero-card{ grid-template-columns: 1fr; }.zhl-page .stats, .zhl-page .types-grid, .zhl-page .benefits-grid, .zhl-page .why-grid, .zhl-page .reviews, .zhl-page .request-card, .zhl-page .form-row{ grid-template-columns: 1fr; }.zhl-page .gallery-grid{ grid-template-columns: repeat(2, 1fr); }.zhl-page .sub-grid, .zhl-page .sub-grid-many, .zhl-page .sub-grid-two{ grid-template-columns: repeat(2, 1fr); }.zhl-page .cta-band{ margin-left: 24px; margin-right: 24px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 460px) {.zhl-page .gallery-grid{ grid-template-columns: 1fr; }.zhl-page .hero h1, .zhl-page .section-head h2, .zhl-page .request-card h2, .zhl-page .cta-band h2{ font-size: 28px; }.zhl-page .section{ padding-top: 56px; padding-bottom: 56px; }
}


/* full-width: сняты ограничения по ширине у блоков лендинга */
.zhl-page .hero-inner,
.zhl-page .stats,
.zhl-page .trust-bar,
.zhl-page .section,
.zhl-page .cta-band,
.zhl-page .request-section,
.zhl-page .color-strip,
.zhl-page .soft > * { max-width: none; }
