/**
 * Уборка два раза в неделю — [.chisto-twk-ref]
 */
.chisto-twk-ref {
  --x-navy-dark: #0f2240;
  --x-navy: #1a365d;
  --x-gold: #d4af37;
  --x-gold-pale: #faf3dc;
  --x-white: #fff;
  --x-gray-50: #f8f9fa;
  --x-gray-100: #f1f3f5;
  --x-gray-200: #e9ecef;
  --x-gray-400: #adb5bd;
  --x-gray-600: #6c757d;
  --x-text: #1a1f2e;
  --x-muted: #4a5568;
  --x-r-sm: 6px;
  --x-r-md: 12px;
  --x-r-lg: 16px;
  --x-sh-sm: 0 2px 8px rgba(26, 54, 93, 0.08);
  --x-sh-md: 0 8px 32px rgba(26, 54, 93, 0.12);
  --x-tr: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font, "Montserrat", system-ui, sans-serif);
  color: var(--x-text);
}
.chisto-twk-ref *, .chisto-twk-ref *::before, .chisto-twk-ref *::after { box-sizing: border-box; }
.chisto-twk-ref a { color: inherit; text-decoration: none; }

.chisto-twk-shell { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.chisto-twk-hero {
  background: linear-gradient(148deg, var(--x-navy-dark) 0%, var(--x-navy) 58%, #1d4080 100%);
  position: relative;
  overflow: hidden;
}
.chisto-twk-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-twk-hero__glow { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: 560px; height: 560px; pointer-events: none; background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 65%); }
.chisto-twk-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr min(380px,100%); gap: clamp(32px,5vw,56px); align-items: center; padding: clamp(56px,8vw,88px) 0; }
.chisto-twk-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,175,55,.15); border: 1px solid rgba(212,175,55,.35); border-radius: 100px; padding: 8px 20px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fcd34d; margin-bottom: 22px; }
.chisto-twk-hero__title { font-size: clamp(28px,4vw,54px); font-weight: 900; line-height: 1.08; color: var(--x-white); margin: 0 0 20px; }
.chisto-twk-accent { color: var(--x-gold); }
.chisto-twk-hero__lead { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.72); margin: 0 0 32px; }
.chisto-twk-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.chisto-twk-hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chisto-twk-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; padding: 7px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.78); }
.chisto-twk-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--x-gold); flex-shrink: 0; }

.chisto-twk-img-ph { height: 280px; background: var(--x-gray-100); border: 2px dashed #dee2e6; border-radius: var(--x-r-md); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.chisto-twk-img-ph--mid { height: 260px; margin-bottom: 14px; }
.chisto-twk-img-ph__icon { font-size: 28px; opacity: .45; }
.chisto-twk-img-ph__text { font-size: 11px; font-weight: 600; color: var(--x-gray-400); padding: 0 12px; }

.chisto-twk-block { padding: clamp(60px,9vw,96px) 0; }
.chisto-twk-block--gray { background: var(--x-gray-50); }
.chisto-twk-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--x-gold); margin-bottom: 16px; }
.chisto-twk-kicker::before { content: ""; width: 24px; height: 2px; background: var(--x-gold); }
.chisto-twk-h2 { font-size: clamp(24px,3.5vw,40px); font-weight: 900; line-height: 1.15; color: var(--x-navy); margin: 0 0 14px; }
.chisto-twk-lead { font-size: 16px; line-height: 1.65; color: var(--x-muted); max-width: 640px; margin: 0; }
.chisto-twk-subtitle { font-size: 15px; line-height: 1.65; color: var(--x-muted); max-width: 560px; margin: 8px 0 0; }

.chisto-twk-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.chisto-twk-ben { background: var(--x-white); border: 1px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 24px 20px; transition: var(--x-tr); }
.chisto-twk-ben:hover { border-color: var(--x-gold); box-shadow: var(--x-sh-sm); transform: translateY(-3px); }
.chisto-twk-ben__icon { font-size: 30px; margin-bottom: 12px; }
.chisto-twk-ben__title { font-size: 14px; font-weight: 800; color: var(--x-navy); margin: 0 0 6px; }
.chisto-twk-ben__desc { font-size: 13px; line-height: 1.65; color: var(--x-muted); margin: 0; }

.chisto-twk-combo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.chisto-twk-combo-block { border-radius: var(--x-r-md); overflow: hidden; border: 2px solid var(--x-gray-200); }
.chisto-twk-combo-block--rec { border-color: var(--x-gold); }
.chisto-twk-combo-block__head { padding: 18px 22px; background: var(--x-gray-50); display: flex; align-items: center; gap: 10px; }
.chisto-twk-combo-block--rec .chisto-twk-combo-block__head { background: var(--x-gold-pale); }
.chisto-twk-combo-block__icon { font-size: 20px; line-height: 1; }
.chisto-twk-combo-block__title { font-size: 15px; font-weight: 800; color: var(--x-navy); }
.chisto-twk-combo-block--rec .chisto-twk-combo-block__title { color: var(--x-navy-dark); }
.chisto-twk-combo-rows { padding: 4px 0; }
.chisto-twk-combo-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 22px; border-bottom: 1px solid var(--x-gray-100); font-size: 13px; }
.chisto-twk-combo-row:last-child { border-bottom: none; }
.chisto-twk-combo-row__label { color: var(--x-muted); }
.chisto-twk-combo-row__val { font-weight: 800; color: var(--x-navy); }
.chisto-twk-combo-row__val--save { color: #16a34a; }

.chisto-twk-price-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.chisto-twk-pt { background: var(--x-white); border: 2px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 22px 16px; text-align: center; transition: var(--x-tr); }
.chisto-twk-pt:hover { border-color: var(--x-gold); box-shadow: 0 8px 30px rgba(212, 175, 55, 0.3); transform: translateY(-3px); }
.chisto-twk-pt--feat { border-color: var(--x-gold); background: var(--x-gold-pale); }
.chisto-twk-pt__lbl { font-size: 12px; font-weight: 600; color: var(--x-muted); margin-bottom: 5px; }
.chisto-twk-pt__price { font-size: 22px; font-weight: 900; color: var(--x-navy); }
.chisto-twk-pt__note { font-size: 11px; color: var(--x-gray-600); margin-top: 4px; }

.chisto-twk-freqs-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.chisto-twk-freq-card { background: var(--x-white); border: 2px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 20px 16px; text-align: center; transition: var(--x-tr); text-decoration: none; display: block; color: inherit; }
.chisto-twk-freq-card:hover { border-color: var(--x-navy); box-shadow: var(--x-sh-md); transform: translateY(-3px); }
.chisto-twk-freq-card--current { border-color: var(--x-gold); background: var(--x-gold-pale); pointer-events: none; }
.chisto-twk-freq-card__freq { font-size: 20px; font-weight: 900; color: var(--x-navy); margin-bottom: 4px; }
.chisto-twk-freq-card--current .chisto-twk-freq-card__freq { color: var(--x-gold); }
.chisto-twk-freq-card__label { font-size: 12px; color: var(--x-muted); }

.chisto-twk-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.chisto-twk-feat-card { background: var(--x-white); border: 1px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 28px 24px; transition: var(--x-tr); }
.chisto-twk-feat-card:hover { border-color: var(--x-gold); box-shadow: var(--x-sh-sm); transform: translateY(-3px); }
.chisto-twk-feat-card__icon { font-size: 30px; margin-bottom: 12px; }
.chisto-twk-feat-card__title { font-size: 15px; font-weight: 800; color: var(--x-navy); margin: 0 0 7px; }
.chisto-twk-feat-card__desc { font-size: 13px; line-height: 1.65; color: var(--x-muted); margin: 0; }

.chisto-twk-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-top: 56px; }
.chisto-twk-scope-list { display: flex; flex-direction: column; gap: 10px; }
.chisto-twk-scope-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.6; color: var(--x-muted); padding: 11px 16px; background: var(--x-white); border: 1px solid var(--x-gray-200); border-radius: var(--x-r-sm); transition: var(--x-tr); }
.chisto-twk-scope-item:hover { border-color: var(--x-gold); background: var(--x-gold-pale); }
.chisto-twk-scope-item__check { width: 17px; height: 17px; border-radius: 50%; background: var(--x-gold-pale); display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--x-navy); font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.chisto-twk-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.chisto-twk-g-ph { aspect-ratio: 4/3; background: var(--x-gray-100); border: 2px dashed #dee2e6; border-radius: var(--x-r-sm); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.chisto-twk-g-ph__icon { font-size: 22px; opacity: .4; }
.chisto-twk-g-ph__text { font-size: 10px; font-weight: 600; color: var(--x-gray-400); text-align: center; padding: 0 8px; }

.chisto-twk-hero .chisto-twk-img-ph { height: 300px; }
.chisto-twk-img-ph--scope { height: 280px; margin-bottom: 16px; }
.chisto-twk-ref .chisto-twk-scope-item { font-size: 14px; padding: 12px 16px; }
.chisto-twk-ref .chisto-twk-scope-item__check { width: 18px; height: 18px; font-size: 10px; }

.chisto-twk-price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.chisto-twk-pc { background: var(--x-white); border: 2px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 28px 22px; text-align: center; transition: var(--x-tr); }
.chisto-twk-pc:hover { border-color: var(--x-gold); box-shadow: 0 8px 24px rgba(212, 175, 55, 0.22); transform: translateY(-4px); }
.chisto-twk-pc--feat { border-color: var(--x-gold); background: var(--x-gold-pale); }
.chisto-twk-pc__name { font-size: 13px; font-weight: 700; color: var(--x-muted); margin: 0 0 6px; }
.chisto-twk-pc__price { font-size: 26px; font-weight: 900; color: var(--x-navy); margin: 0; }
.chisto-twk-pc__note { font-size: 12px; color: var(--x-gray-600); margin: 5px 0 0; }
.chisto-twk-pc__cta { margin-top: 16px; }
.chisto-twk-pc__cta .chisto-twk-btn { width: 100%; font-size: 13px; padding: 12px 20px; }

.chisto-twk-gallery-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 40px; }
.chisto-twk-gallery-row .chisto-twk-g-ph { aspect-ratio: 4/3; }

.chisto-twk-price-table { margin-top: 56px; overflow-x: auto; }
.chisto-twk-price-table table { width: 100%; border-collapse: collapse; }
.chisto-twk-price-table thead th { background: var(--x-navy); color: var(--x-white); padding: 13px 20px; font-size: 13px; font-weight: 700; text-align: left; }
.chisto-twk-price-table thead th:first-child { border-radius: var(--x-r-sm) 0 0 0; }
.chisto-twk-price-table thead th:last-child { border-radius: 0 var(--x-r-sm) 0 0; text-align: right; }
.chisto-twk-price-table tbody tr { border-bottom: 1px solid var(--x-gray-200); transition: background var(--x-tr); }
.chisto-twk-price-table tbody tr:hover { background: var(--x-gold-pale); }
.chisto-twk-price-table tbody td { padding: 13px 20px; font-size: 13px; }
.chisto-twk-price-table tbody td:first-child { font-weight: 600; color: var(--x-navy); }
.chisto-twk-price-table tbody td:nth-child(2) { color: var(--x-gray-600); }
.chisto-twk-price-table tbody td:last-child { font-weight: 800; color: var(--x-navy); text-align: right; }

.chisto-twk-gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 32px; }
.chisto-twk-g-big { aspect-ratio: 4/3; background: var(--x-gray-100); border: 2px dashed #dee2e6; border-radius: var(--x-r-sm); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }

.chisto-twk-link-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.chisto-twk-link-card { background: var(--x-white); border: 1px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 18px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; transition: var(--x-tr); color: inherit; }
.chisto-twk-link-card:hover { border-color: var(--x-navy); box-shadow: var(--x-sh-sm); }
.chisto-twk-link-card__title { font-size: 14px; font-weight: 700; color: var(--x-navy); }
.chisto-twk-link-card__arrow { color: var(--x-gold); font-size: 18px; flex-shrink: 0; }

.chisto-twk-reviews-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; }
.chisto-twk-rev { background: var(--x-white); border: 1px solid var(--x-gray-200); border-radius: var(--x-r-md); padding: 26px 22px; transition: var(--x-tr); position: relative; }
.chisto-twk-rev::before { content: "❝"; position: absolute; top: 14px; right: 18px; font-size: 44px; color: var(--x-gray-100); line-height: 1; font-family: Georgia, serif; pointer-events: none; }
.chisto-twk-rev:hover { transform: translateY(-4px); box-shadow: var(--x-sh-md); border-color: transparent; }
.chisto-twk-rev__stars { color: var(--x-gold); font-size: 14px; margin-bottom: 10px; }
.chisto-twk-rev__text { font-size: 14px; line-height: 1.75; color: var(--x-muted); font-style: italic; margin: 0 0 14px; position: relative; z-index: 1; }
.chisto-twk-rev__foot { display: flex; align-items: center; gap: 11px; padding-top: 14px; border-top: 1px solid var(--x-gray-100); }
.chisto-twk-rev__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--x-navy); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; color: var(--x-gold); flex-shrink: 0; }
.chisto-twk-rev__name { font-size: 13px; font-weight: 800; color: var(--x-navy); }
.chisto-twk-rev__meta { font-size: 11px; color: var(--x-gray-600); margin-top: 2px; }

.chisto-twk-faq-head { text-align: center; max-width: 540px; margin: 0 auto; }

.chisto-twk-cta { background: linear-gradient(135deg, var(--x-gold) 0%, #c4941f 100%); padding: 72px 0; }
.chisto-twk-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.chisto-twk-cta__title { font-size: clamp(24px,3vw,40px); font-weight: 900; color: var(--x-navy-dark); line-height: 1.15; margin: 0; }
.chisto-twk-cta__sub { font-size: 16px; color: rgba(15,34,64,.7); margin-top: 10px; margin-bottom: 0; }
.chisto-twk-cta__aside { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.chisto-twk-cta__phone { font-size: 28px; font-weight: 900; color: var(--x-navy-dark); text-align: center; }
.chisto-twk-cta__note { font-size: 12px; color: rgba(15,34,64,.6); text-align: center; font-weight: 600; margin: 0; }

.chisto-twk-floating { display: none; position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 100; box-shadow: 0 8px 40px rgba(0,0,0,.25); border-radius: var(--x-r-sm); }
.chisto-twk-floating .chisto-twk-btn { box-shadow: 0 8px 40px rgba(0,0,0,.25); }

.chisto-twk-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.chisto-twk-reveal--on { opacity: 1; transform: translateY(0); }
.chisto-twk-reveal--st1 { transition-delay: .1s; }
.chisto-twk-reveal--st2 { transition-delay: .2s; }
.chisto-twk-reveal--st3 { transition-delay: .3s; }

@media (max-width: 1100px) { .chisto-twk-hero__inner { grid-template-columns: 1fr; } }
@media (max-width: 900px) {
  .chisto-twk-features-grid { grid-template-columns: 1fr 1fr; }
  .chisto-twk-benefits-grid { grid-template-columns: 1fr 1fr; }
  .chisto-twk-combo-grid { grid-template-columns: 1fr; }
  .chisto-twk-price-tiles { grid-template-columns: repeat(2, 1fr); }
  .chisto-twk-freqs-row { grid-template-columns: repeat(2, 1fr); }
  .chisto-twk-two-col { grid-template-columns: 1fr; }
  .chisto-twk-gallery-grid { grid-template-columns: repeat(2,1fr); }
  .chisto-twk-gallery-row { grid-template-columns: repeat(2, 1fr); }
  .chisto-twk-price-cards { grid-template-columns: 1fr 1fr; }
  .chisto-twk-reviews-row { grid-template-columns: 1fr 1fr; }
  .chisto-twk-link-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .chisto-twk-features-grid { grid-template-columns: 1fr; }
  .chisto-twk-benefits-grid { grid-template-columns: 1fr; }
  .chisto-twk-reviews-row { grid-template-columns: 1fr; }
  .chisto-twk-link-row { grid-template-columns: 1fr; }
  .chisto-twk-cta__inner { flex-direction: column; text-align: center; }
  .chisto-twk-cta__aside { width: 100%; }
  .chisto-twk-floating { display: flex; }
  .chisto-twk-shell { padding: 0 16px; }
}
@media (max-width: 480px) {
  .chisto-twk-gallery-grid { grid-template-columns: 1fr; }
  .chisto-twk-gallery-row { grid-template-columns: 1fr; }
  .chisto-twk-price-cards { grid-template-columns: 1fr; }
  .chisto-twk-price-tiles,
  .chisto-twk-freqs-row { grid-template-columns: 1fr; }
  .chisto-twk-btn { padding: 13px 20px; font-size: 13px; }
}
