/**
 * Уборка домов и коттеджей — контент [.chisto-hse-ref] (house-cleaning reference).
 * Токены — assets/css/global.css
 */
.chisto-hse-ref {
  --hse-navy-dark: #0f2240;
  font-family: var(--font);
  color: var(--text);
}
.chisto-hse-ref *, .chisto-hse-ref *::before, .chisto-hse-ref *::after { box-sizing: border-box; }
.chisto-hse-ref a { text-decoration: none; color: inherit; }
.chisto-hse-ref .chisto-hse-container { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 28px; }

/* ——— Hero ——— */
.chisto-hse-ref .page-hero {
  min-height: 600px; position: relative; overflow: hidden; display: flex; align-items: center;
  background: linear-gradient(148deg, var(--hse-navy-dark) 0%, var(--navy) 58%, #1d4080 100%);
}
.chisto-hse-ref .page-hero__pattern { position: absolute; inset: 0; pointer-events: none; background-image: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255,255,255,.012) 40px, rgba(255,255,255,.012) 41px); }
.chisto-hse-ref .page-hero__glow { position: absolute; right: -80px; bottom: -60px; width: 560px; height: 560px; pointer-events: none; background: radial-gradient(circle, rgba(255,170,0,.12) 0%, transparent 65%); }
.chisto-hse-ref .chisto-hse-hero__house-bg {
  position: absolute; right: 0; top: 0; bottom: 0; width: 45%; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.04); pointer-events: none;
}
.chisto-hse-ref .chisto-hse-hero__house-svg { width: 100%; height: 100%; max-height: 420px; }
.chisto-hse-ref .page-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(300px, 420px); gap: clamp(40px, 5vw, 72px); align-items: center; padding: clamp(56px, 8vw, 96px) 0; width: 100%; }
.chisto-hse-ref .page-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,170,0,.15); border: 1px solid rgba(255,170,0,.4); border-radius: 100px; padding: 8px 20px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fcd34d; margin-bottom: 22px; }
.chisto-hse-ref .page-hero__title { font-size: clamp(28px, 4.2vw, 56px); font-weight: 900; line-height: 1.08; color: var(--white); margin: 0 0 20px; }
.chisto-hse-ref .page-hero__title .accent { color: var(--gold); }
.chisto-hse-ref .page-hero__desc { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.72); max-width: 560px; margin: 0 0 32px; }
.chisto-hse-ref .page-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.chisto-hse-ref .page-hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chisto-hse-ref .hero-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 100px; padding: 7px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.8); }
.chisto-hse-ref .hero-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* Hero glass calculator */
.chisto-hse-ref .chisto-hse-area-calc {
  background: rgba(255,255,255,.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--r-md); overflow: hidden;
}
.chisto-hse-ref .chisto-hse-area-calc__head { background: rgba(0,0,0,.2); padding: 16px 22px; }
.chisto-hse-ref .chisto-hse-area-calc__head-title { font-size: 13px; font-weight: 800; color: var(--white); }
.chisto-hse-ref .chisto-hse-area-calc__head-sub { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 4px; }
.chisto-hse-ref .chisto-hse-area-calc__body { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.chisto-hse-ref .chisto-hse-calc-label {
  font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-bottom: 6px; display: block;
}
.chisto-hse-ref .chisto-hse-calc-sel {
  width: 100%; padding: 11px 14px; border-radius: var(--r-sm); background: rgba(255,255,255,.1);
  border: 2px solid rgba(255,255,255,.15); color: var(--white); font-size: 14px; font-weight: 600;
  font-family: var(--font); appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; transition: var(--tr);
}
.chisto-hse-ref .chisto-hse-calc-sel:focus { outline: none; border-color: var(--gold); }
.chisto-hse-ref .chisto-hse-calc-sel option { background: #1a3159; color: var(--white); }
.chisto-hse-ref .chisto-hse-area-input-wrap { position: relative; }
.chisto-hse-ref .chisto-hse-area-input {
  width: 100%; padding: 11px 44px 11px 14px; border-radius: var(--r-sm); background: rgba(255,255,255,.1);
  border: 2px solid rgba(255,255,255,.15); color: var(--white); font-family: var(--font); font-size: 19px; font-weight: 800;
  transition: var(--tr);
}
.chisto-hse-ref .chisto-hse-area-input:focus { outline: none; border-color: var(--gold); }
.chisto-hse-ref .chisto-hse-area-input-unit {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 13px; font-weight: 700; color: rgba(255,255,255,.45);
}
.chisto-hse-ref .chisto-hse-calc-result-box {
  background: rgba(255,170,0,.14); border: 1px solid rgba(255,170,0,.32); border-radius: var(--r-sm); padding: 16px 18px;
}
.chisto-hse-ref .chisto-hse-calc-result-label {
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 6px;
}
.chisto-hse-ref .chisto-hse-calc-result-price { font-size: clamp(28px, 4vw, 34px); font-weight: 900; color: var(--gold); line-height: 1.1; }
.chisto-hse-ref .chisto-hse-calc-result-note { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 6px; line-height: 1.45; }
.chisto-hse-ref .chisto-hse-area-calc__cta { justify-content: center; width: 100%; }

.chisto-hse-ref .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 28px; border-radius: var(--r-sm); font-size: 14px; font-weight: 800; letter-spacing: .04em; transition: var(--tr); border: 2px solid transparent; font-family: var(--font); cursor: pointer; }
.chisto-hse-ref .btn--gold { background: var(--gold); color: var(--hse-navy-dark); box-shadow: var(--sh-gold); }
.chisto-hse-ref .btn--gold:hover { filter: brightness(1.05); transform: translateY(-2px); }
.chisto-hse-ref .btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.chisto-hse-ref .btn--outline-white:hover { background: rgba(255,255,255,.08); }
.chisto-hse-ref .btn--navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.chisto-hse-ref .btn--navy:hover { filter: brightness(1.08); transform: translateY(-2px); }

.chisto-hse-ref .section { padding: clamp(64px, 10vw, 96px) 0; }
.chisto-hse-ref .section--gray { background: var(--off); }
.chisto-hse-ref .section-label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.chisto-hse-ref .section-label::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.chisto-hse-ref .section-label--white { color: #e8cc5a; }
.chisto-hse-ref .section-label--white::before { background: #e8cc5a; }
.chisto-hse-ref .section-title { font-size: clamp(26px, 3.4vw, 40px); font-weight: 900; line-height: 1.15; color: var(--navy); margin: 0 0 14px; }
.chisto-hse-ref .section-title--white { color: var(--white); }
.chisto-hse-ref .section-subtitle { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 0; max-width: 640px; }
.chisto-hse-ref .section-subtitle--white { color: rgba(255,255,255,.72); }

/* ——— Object cards (3 col, image band) ——— */
.chisto-hse-ref .chisto-hse-obj-grid { display: grid; gap: 24px; margin-top: 48px; }
.chisto-hse-ref .chisto-hse-obj-grid--3 { grid-template-columns: repeat(3, 1fr); }
.chisto-hse-ref .chisto-hse-obj-card {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-md); overflow: hidden;
  transition: var(--tr); position: relative;
}
.chisto-hse-ref .chisto-hse-obj-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: transparent; }
.chisto-hse-ref .chisto-hse-obj-card--featured { border-color: var(--gold); box-shadow: var(--sh-sm); }
.chisto-hse-ref .chisto-hse-obj-card__image {
  height: 180px; background: linear-gradient(135deg, var(--navy) 0%, #2a4a7f 100%);
  display: flex; align-items: center; justify-content: center; font-size: 64px; position: relative;
}
.chisto-hse-ref .chisto-hse-obj-card__image::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(26,54,93,.45) 100%); pointer-events: none;
}
.chisto-hse-ref .chisto-hse-obj-card__badge {
  position: absolute; top: 14px; left: 14px; z-index: 1;
  background: var(--gold); color: var(--hse-navy-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 100px;
}
.chisto-hse-ref .chisto-hse-obj-card__body { padding: 22px 24px 24px; }
.chisto-hse-ref .chisto-hse-obj-card__size { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.chisto-hse-ref .chisto-hse-obj-card__title { font-size: 18px; font-weight: 900; color: var(--navy); margin: 0 0 10px; }
.chisto-hse-ref .chisto-hse-obj-card__desc { font-size: 14px; color: var(--muted); margin: 0 0 18px; line-height: 1.65; }
.chisto-hse-ref .chisto-hse-obj-card__prices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.chisto-hse-ref .chisto-hse-obj-price-cell {
  background: var(--off); border-radius: var(--r-sm); padding: 10px 10px; text-align: center;
}
.chisto-hse-ref .chisto-hse-obj-price-cell__label { font-size: 10px; font-weight: 600; color: var(--g500); margin-bottom: 4px; }
.chisto-hse-ref .chisto-hse-obj-price-cell__price { font-size: 14px; font-weight: 900; color: var(--navy); }
.chisto-hse-ref .chisto-hse-obj-card__btn { width: 100%; justify-content: center; font-size: 13px; padding: 12px 16px; }

/* ——— Tariff comparison ——— */
.chisto-hse-ref .chisto-hse-house-tariffs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.chisto-hse-ref .chisto-hse-ht-card {
  border-radius: var(--r-md); overflow: hidden; border: 2px solid var(--g200); transition: var(--tr);
  display: flex; flex-direction: column; position: relative; background: var(--white);
}
.chisto-hse-ref .chisto-hse-ht-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: transparent; }
.chisto-hse-ref .chisto-hse-ht-card--featured { border-color: var(--gold); }
.chisto-hse-ref .chisto-hse-ht-card__ribbon {
  position: absolute; top: 0; right: 14px; z-index: 2;
  background: var(--gold); color: var(--hse-navy-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 0 0 8px 8px;
}
.chisto-hse-ref .chisto-hse-ht-card__head {
  padding: 22px 20px 16px; background: var(--navy); position: relative;
}
.chisto-hse-ref .chisto-hse-ht-card--featured .chisto-hse-ht-card__head {
  background: linear-gradient(135deg, var(--hse-navy-dark), #2a4a7f);
}
.chisto-hse-ref .chisto-hse-ht-card__icon { font-size: 26px; margin-bottom: 10px; line-height: 1; }
.chisto-hse-ref .chisto-hse-ht-card__name { font-size: 16px; font-weight: 900; color: var(--white); margin-bottom: 4px; }
.chisto-hse-ref .chisto-hse-ht-card__tagline { font-size: 11px; color: rgba(255,255,255,.52); line-height: 1.4; }
.chisto-hse-ref .chisto-hse-ht-card__rates { padding: 14px 20px; border-bottom: 1px solid var(--g100); }
.chisto-hse-ref .chisto-hse-ht-rate-row {
  display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--g100); font-size: 13px; gap: 10px;
}
.chisto-hse-ref .chisto-hse-ht-rate-row:last-child { border-bottom: none; }
.chisto-hse-ref .chisto-hse-ht-rate-label { color: var(--muted); }
.chisto-hse-ref .chisto-hse-ht-rate-val { font-weight: 900; color: var(--navy); white-space: nowrap; }
.chisto-hse-ref .chisto-hse-ht-card__features { padding: 14px 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.chisto-hse-ref .chisto-hse-ht-feature { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.55; color: var(--muted); }
.chisto-hse-ref .chisto-hse-ht-feature__dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 6px;
}
.chisto-hse-ref .chisto-hse-ht-card__cta { padding: 0 20px 20px; }
.chisto-hse-ref .chisto-hse-ht-card__cta-btn { width: 100%; justify-content: center; font-size: 13px; padding: 12px 16px; }

/* ——— Scope ——— */
.chisto-hse-ref .chisto-hse-scope-intro { text-align: center; max-width: 560px; margin: 0 auto 0; }
.chisto-hse-ref .chisto-hse-scope-intro .section-subtitle { margin-left: auto; margin-right: auto; }
.chisto-hse-ref .chisto-hse-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.chisto-hse-ref .chisto-hse-scope-card {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-md); padding: 28px 24px;
  transition: var(--tr); overflow: hidden; position: relative;
}
.chisto-hse-ref .chisto-hse-scope-card::before {
  content: attr(data-icon); position: absolute; bottom: -8px; right: -6px; font-size: 88px; opacity: .05; line-height: 1; pointer-events: none;
}
.chisto-hse-ref .chisto-hse-scope-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: transparent; }
.chisto-hse-ref .chisto-hse-scope-card__zone {
  font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.chisto-hse-ref .chisto-hse-scope-card__title { font-size: 17px; font-weight: 900; color: var(--navy); margin: 0 0 14px; }
.chisto-hse-ref .chisto-hse-scope-items { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.chisto-hse-ref .chisto-hse-scope-item {
  display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.55; color: var(--muted);
}
.chisto-hse-ref .chisto-hse-scope-item__check {
  width: 18px; height: 18px; border-radius: 50%; background: #fff8e6;
  display: flex; align-items: center; justify-content: center; font-size: 10px; color: var(--navy); font-weight: 900; flex-shrink: 0; margin-top: 1px;
}

/* ——— Dark brigade ——— */
.chisto-hse-ref .chisto-hse-section--dark { background: var(--hse-navy-dark); }
.chisto-hse-ref .chisto-hse-large-features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; margin-top: 8px;
}
.chisto-hse-ref .chisto-hse-brigade__lead { margin-bottom: 28px; }
.chisto-hse-ref .chisto-hse-large-feature-list { display: flex; flex-direction: column; gap: 14px; }
.chisto-hse-ref .chisto-hse-large-feature {
  display: flex; align-items: flex-start; gap: 16px; padding: 18px 20px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-md); transition: var(--tr);
}
.chisto-hse-ref .chisto-hse-large-feature:hover { background: rgba(255,255,255,.1); border-color: rgba(255,170,0,.35); }
.chisto-hse-ref .chisto-hse-large-feature__icon { font-size: 26px; flex-shrink: 0; line-height: 1; }
.chisto-hse-ref .chisto-hse-large-feature__title { font-size: 14px; font-weight: 900; color: var(--white); margin-bottom: 5px; }
.chisto-hse-ref .chisto-hse-large-feature__desc { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.58); margin: 0; }
.chisto-hse-ref .chisto-hse-large-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.chisto-hse-ref .chisto-hse-large-num {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md);
  padding: 24px 18px; text-align: center; transition: var(--tr);
}
.chisto-hse-ref .chisto-hse-large-num:hover { background: rgba(255,170,0,.1); border-color: rgba(255,170,0,.28); }
.chisto-hse-ref .chisto-hse-large-num__val { font-size: clamp(28px, 4vw, 34px); font-weight: 900; color: var(--gold); line-height: 1; }
.chisto-hse-ref .chisto-hse-large-num__label {
  font-size: 12px; color: rgba(255,255,255,.48); margin-top: 10px; font-weight: 700; line-height: 1.45;
}

/* ——— How ——— */
.chisto-hse-ref .chisto-hse-how-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start;
}
.chisto-hse-ref .chisto-hse-how-split__sub { margin-bottom: 28px; }
.chisto-hse-ref .chisto-hse-timeline { position: relative; padding-left: 44px; margin-top: 8px; }
.chisto-hse-ref .chisto-hse-timeline::before {
  content: ""; position: absolute; left: 13px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(212,175,55,.2) 100%);
}
.chisto-hse-ref .chisto-hse-timeline-step { position: relative; padding-bottom: 28px; }
.chisto-hse-ref .chisto-hse-timeline-step:last-child { padding-bottom: 0; }
.chisto-hse-ref .chisto-hse-timeline-step::before {
  content: ""; position: absolute; left: -36px; top: 5px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--gold); transition: var(--tr);
}
.chisto-hse-ref .chisto-hse-timeline-step:hover::before { background: var(--gold); transform: scale(1.15); }
.chisto-hse-ref .chisto-hse-timeline-step__num { font-size: 11px; font-weight: 900; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 5px; }
.chisto-hse-ref .chisto-hse-timeline-step__title { font-size: 16px; font-weight: 900; color: var(--navy); margin-bottom: 6px; }
.chisto-hse-ref .chisto-hse-timeline-step__desc { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0; }

/* ——— Packages ——— */
.chisto-hse-ref .chisto-hse-pkg-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.chisto-hse-ref .chisto-hse-pkg-item {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-md); padding: 28px 24px;
  transition: var(--tr); position: relative; overflow: hidden;
}
.chisto-hse-ref .chisto-hse-pkg-item::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), #e8cc5a);
}
.chisto-hse-ref .chisto-hse-pkg-item:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: transparent; }
.chisto-hse-ref .chisto-hse-pkg-item__icon { font-size: 34px; margin-bottom: 16px; line-height: 1; }
.chisto-hse-ref .chisto-hse-pkg-item__name { font-size: 17px; font-weight: 900; color: var(--navy); margin: 0 0 8px; }
.chisto-hse-ref .chisto-hse-pkg-item__desc { font-size: 14px; line-height: 1.65; color: var(--muted); margin: 0 0 16px; }
.chisto-hse-ref .chisto-hse-pkg-item__price {
  display: inline-block; font-size: 14px; font-weight: 800; color: var(--gold); background: #fff8e6; padding: 6px 14px; border-radius: 4px;
}

/* ——— Reviews ——— */
.chisto-hse-ref .chisto-hse-reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.chisto-hse-ref .chisto-hse-reviews-head__link { flex-shrink: 0; font-size: 13px; padding: 12px 22px; }
.chisto-hse-ref .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.chisto-hse-ref .rev { background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-md); padding: 26px 22px; transition: var(--tr); position: relative; }
.chisto-hse-ref .rev::before { content: "❝"; position: absolute; top: 14px; right: 18px; font-size: 42px; color: var(--g100); line-height: 1; font-family: Georgia, serif; }
.chisto-hse-ref .rev:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: transparent; }
.chisto-hse-ref .rev__stars { color: var(--gold); font-size: 14px; margin-bottom: 8px; }
.chisto-hse-ref .rev__tag {
  display: inline-block; font-size: 10px; font-weight: 800; background: #fff8e6; color: var(--navy);
  padding: 3px 9px; border-radius: 4px; margin-bottom: 10px; position: relative; z-index: 1;
}
.chisto-hse-ref .rev__text { font-size: 14px; line-height: 1.75; color: var(--muted); font-style: italic; margin: 0 0 14px; position: relative; z-index: 1; }
.chisto-hse-ref .rev__author { display: flex; align-items: center; gap: 11px; padding-top: 14px; border-top: 1px solid var(--g100); }
.chisto-hse-ref .rev__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; color: var(--gold); flex-shrink: 0; }
.chisto-hse-ref .rev__name { font-size: 13px; font-weight: 900; color: var(--navy); }
.chisto-hse-ref .rev__meta { font-size: 11px; color: var(--g500); margin-top: 2px; }

/* ——— CTA / FAQ ——— */
.chisto-hse-ref .cta-section { background: linear-gradient(135deg, var(--gold) 0%, #c4941f 100%); padding: 72px 0; }
.chisto-hse-ref .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.chisto-hse-ref .cta-title { font-size: clamp(24px, 3vw, 40px); font-weight: 900; color: var(--hse-navy-dark); line-height: 1.15; margin: 0; }
.chisto-hse-ref .cta-sub { font-size: 16px; color: rgba(15,34,64,.7); margin: 12px 0 0; }
.chisto-hse-ref .cta-actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.chisto-hse-ref .cta-phone { font-size: 28px; font-weight: 900; color: var(--hse-navy-dark); text-align: center; }
.chisto-hse-ref .cta-phone:hover { color: var(--white); }
.chisto-hse-ref .cta-note { font-size: 12px; color: rgba(15,34,64,.6); text-align: center; font-weight: 600; margin: 0; }
.chisto-hse-ref .chisto-hse-faq-intro { text-align: center; max-width: 640px; margin: 0 auto; }
.chisto-hse-ref .faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }

.chisto-hse-ref .chisto-hse-floating-cta {
  display: none; position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 100;
}

/* Reveal */
.chisto-hse-ref .chisto-hse-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.chisto-hse-ref .chisto-hse-reveal--visible { opacity: 1; transform: translateY(0); }
.chisto-hse-ref .chisto-hse-reveal--d1 { transition-delay: .1s; }
.chisto-hse-ref .chisto-hse-reveal--d2 { transition-delay: .2s; }
.chisto-hse-ref .chisto-hse-reveal--d3 { transition-delay: .3s; }
.chisto-hse-ref .chisto-hse-reveal--d4 { transition-delay: .4s; }

@media (max-width: 1100px) {
  .chisto-hse-ref .page-hero__inner { grid-template-columns: 1fr; }
  .chisto-hse-ref .chisto-hse-house-tariffs { grid-template-columns: repeat(2, 1fr); }
  .chisto-hse-ref .chisto-hse-large-features { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .chisto-hse-ref .chisto-hse-obj-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .chisto-hse-ref .chisto-hse-scope-grid { grid-template-columns: repeat(2, 1fr); }
  .chisto-hse-ref .chisto-hse-pkg-strip { grid-template-columns: repeat(2, 1fr); }
  .chisto-hse-ref .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .chisto-hse-ref .chisto-hse-how-split { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .chisto-hse-ref .section { padding: 60px 0; }
  .chisto-hse-ref .chisto-hse-obj-grid--3 { grid-template-columns: 1fr; }
  .chisto-hse-ref .chisto-hse-house-tariffs { grid-template-columns: 1fr; }
  .chisto-hse-ref .chisto-hse-scope-grid { grid-template-columns: 1fr; }
  .chisto-hse-ref .chisto-hse-pkg-strip { grid-template-columns: 1fr; }
  .chisto-hse-ref .reviews-grid { grid-template-columns: 1fr; }
  .chisto-hse-ref .cta-inner { flex-direction: column; text-align: center; }
  .chisto-hse-ref .cta-actions { width: 100%; }
  .chisto-hse-ref .chisto-hse-container { padding: 0 16px; }
  .chisto-hse-ref .btn { padding: 13px 20px; font-size: 13px; }
  .chisto-hse-ref .chisto-hse-floating-cta { display: flex; justify-content: center; }
  .chisto-hse-ref .chisto-hse-timeline { padding-left: 36px; }
}
@media (max-width: 480px) {
  .chisto-hse-ref .chisto-hse-container { padding: 0 16px; }
  .chisto-hse-ref .chisto-hse-large-numbers { grid-template-columns: 1fr; }
}
