/* ============================================================
   ZaTET & Ze Group Co. · информационные страницы сайта
   Общий файл для страниц из подвала: «О компании», «Доставка
   и оплата», «Гарантии», «Возврат», «Сотрудничество», «Контакты».
   Меняет только середину страницы: шапка, меню, хлебные крошки,
   заголовок и подвал остаются из шаблона сайта. Шрифт тоже берётся
   из шаблона.
   ============================================================ */

/* ── 1. Цвета и размеры — по оформлению сайта ─────────────── */
.zt-page{
  --zt-accent:#309C7C;        /* зелёный, как у верхнего меню: значки, линии */
  --zt-accent-fill:#288468;   /* зелёная заливка под белым текстом (чуть темнее меню, чтобы текст читался) */
  --zt-accent-text:#23775E;   /* зелёные надписи на светлом фоне */
  --zt-accent-soft:#EAF5F1;   /* светло-зелёная подложка */
  --zt-on-accent:#FFFFFF;     /* текст на зелёном */
  --zt-action:#FBB340;        /* оранжевый, как у кнопки поиска и подписки */
  --zt-action-hover:#F5A623;
  --zt-action-text:#B26E00;   /* оранжевые цифры на светло-жёлтом фоне */
  --zt-on-action:#333333;     /* текст на оранжевых кнопках */
  --zt-promo-soft:#FFF6DC;    /* светло-жёлтая подложка, в тон жёлтому баннеру */
  --zt-promo-line:#F6E2A6;
  --zt-text:#555555;          /* основной текст */
  --zt-heading:#333333;       /* заголовки и выделения, как заголовок страницы */
  --zt-muted:#767676;         /* второстепенный текст */
  --zt-line:#E3E3E3;          /* линии и рамки */
  --zt-line-strong:#CFCFCF;
  --zt-tint:#F7F7F7;          /* серая подложка, как у подвала */
  --zt-font-size:14px;        /* размер текста блока */
  --zt-radius:3px;            /* скругление блоков: на сайте углы почти прямые */
  --zt-btn-radius:2px;
  --zt-space:clamp(34px,4.5vw,54px);   /* расстояние между разделами */
}

/* ── 2. Защита раскладки от общих правил шаблона ──────────── */
.zt-page,.zt-page *,.zt-page *::before,.zt-page *::after{box-sizing:border-box}
.zt-page{display:block;container-type:inline-size;overflow-wrap:break-word;text-align:left;
  font-size:var(--zt-font-size);line-height:1.6;color:var(--zt-text)}
.zt-page p,.zt-page h1,.zt-page h2,.zt-page h3{margin:0;padding:0;border:0;background:none;text-transform:none}
.zt-page ul,.zt-page ol{margin:0;padding:0;list-style:none}
.zt-page ul li,.zt-page ol li{padding:0;background:none;border:0}
/* удвоенный класс — сильнее правил вида .content ul li из шаблона */
.zt-page.zt-page ul,.zt-page.zt-page ol{padding:0;list-style:none}
.zt-page.zt-page ul li,.zt-page.zt-page ol li{margin:0;float:none;list-style:none;text-indent:0}
.zt-page.zt-page ul li::before,.zt-page.zt-page ul li::after,
.zt-page.zt-page ol li::before,.zt-page.zt-page ol li::after{content:none}
.zt-page.zt-page p{margin:0;color:inherit;font-size:inherit;line-height:inherit}
.zt-page b,.zt-page strong{font-weight:700;color:var(--zt-heading)}
.zt-page svg{border:0;max-width:100%;background:none}
.zt-page .zt-nw{white-space:nowrap}
.zt-page :focus-visible{outline:2px solid var(--zt-accent);outline-offset:2px}
.zt-page [id]{scroll-margin-top:calc(var(--zt-sticky-top,0px) + 16px)}
.zt-page .zt-ic{display:block;flex:none;width:26px;height:26px;fill:none;stroke:currentColor;
  stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.zt-page .zt-ic *{fill:none;stroke:currentColor;stroke-width:inherit}

/* ── 3. Общие элементы ─────────────────────────────────────── */
.zt-page .zt-title{margin-bottom:.6em}
.zt-page .zt-sec{margin-top:var(--zt-space)}
.zt-page.zt-page .zt-sec-h{margin:0 0 .7em;font-size:1.65em;font-weight:600;line-height:1.25;color:var(--zt-heading)}
.zt-page.zt-page h3{margin:0;font-size:1.22em;font-weight:600;line-height:1.3;color:var(--zt-heading)}
.zt-page.zt-page .zt-lead{font-size:1.1em;line-height:1.6;max-width:66ch}
.zt-page.zt-page .zt-sec-lead{margin-bottom:1.3em}
.zt-page.zt-page .zt-note{margin-top:1.1em;border-left:3px solid var(--zt-action);padding:.2em 0 .2em 1em;
  font-weight:600;color:var(--zt-heading);line-height:1.5;max-width:72ch}
.zt-page.zt-page .zt-btn,.zt-page.zt-page .zt-btn:visited{display:inline-block;padding:.62em 1.15em;border:0;
  border-radius:var(--zt-btn-radius);background:var(--zt-action);color:var(--zt-on-action);
  text-decoration:none;font-weight:700;line-height:1.25}
.zt-page.zt-page .zt-btn:hover,.zt-page.zt-page .zt-btn:focus-visible{background:var(--zt-action-hover);
  color:var(--zt-on-action);text-decoration:none}
.zt-page .zt-toc{display:flex;flex-wrap:wrap;gap:6px;margin-top:clamp(24px,3.4vw,34px);
  padding-top:clamp(18px,2.4vw,22px);border-top:1px solid var(--zt-line)}
.zt-page.zt-page .zt-toc a,.zt-page.zt-page .zt-toc a:visited{display:inline-block;padding:.45em .95em;
  border:1px solid var(--zt-line-strong);border-radius:var(--zt-btn-radius);background:#fff;
  color:var(--zt-heading);text-decoration:none;line-height:1.3;font-weight:600;font-size:.95em}
.zt-page.zt-page .zt-toc a:hover,.zt-page.zt-page .zt-toc a:focus-visible{border-color:var(--zt-accent);
  color:var(--zt-accent-text);text-decoration:none}
.zt-page .zt-legal{margin-top:var(--zt-space);padding-top:1em;border-top:1px solid var(--zt-line)}
.zt-page.zt-page .zt-legal p{font-size:.9em;line-height:1.6;color:var(--zt-muted);max-width:96ch}

/* сетка ячеек с общими линиями */
.zt-page .zt-cells{display:grid;border-top:1px solid var(--zt-line);border-left:1px solid var(--zt-line)}
.zt-page .zt-cells > li{border-right:1px solid var(--zt-line);border-bottom:1px solid var(--zt-line)}

/* ── 4. Вступление и этапы покупки ─────────────────────────── */
.zt-page .zt-intro{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
  gap:clamp(20px,3vw,36px);align-items:start}
.zt-page .zt-who{background:var(--zt-accent-soft);border-left:4px solid var(--zt-accent);
  border-radius:0 var(--zt-radius) var(--zt-radius) 0;padding:1.05em 1.3em 1.2em}
.zt-page .zt-who-t{display:block;font-size:1.25em;font-weight:700;line-height:1.25;color:var(--zt-accent-text)}
.zt-page .zt-who-d{display:block;margin-top:.5em;line-height:1.55}

.zt-page .zt-route{margin-top:clamp(26px,3.6vw,38px)}
.zt-page .zt-route-h{display:block;font-weight:700;color:var(--zt-heading);margin-bottom:.8em}
.zt-page .zt-route-who-row,
.zt-page .zt-route-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:3px}
.zt-page .zt-route-who{display:block;font-size:.86em;font-weight:700;padding-bottom:.4em;
  margin-bottom:.6em;border-bottom:2px solid}
.zt-page .zt-route-who--pl{grid-column:1;color:var(--zt-muted);border-color:var(--zt-line-strong)}
.zt-page .zt-route-who--pt{grid-column:2 / span 4;color:var(--zt-accent-text);border-color:var(--zt-accent)}
.zt-page .zt-stage{position:relative;min-height:5.2em;padding:.7em .85em .8em;display:flex;
  flex-direction:column;justify-content:space-between;gap:.6em;font-weight:700;line-height:1.25}
.zt-page .zt-stage-n{font-size:.82em;font-weight:700;opacity:.75}
.zt-page .zt-stage--pl{background:var(--zt-tint);border:1.5px dashed var(--zt-line-strong);
  color:var(--zt-heading);border-radius:var(--zt-radius) 0 0 var(--zt-radius)}
.zt-page .zt-stage--pt{background:var(--zt-accent-fill);color:var(--zt-on-accent);
  animation:zt-reveal .55s cubic-bezier(.2,.8,.25,1) both;animation-delay:calc(var(--zt-i,0) * 90ms + .2s)}
.zt-page .zt-stage:last-child{border-radius:0 var(--zt-radius) var(--zt-radius) 0}
.zt-page .zt-stage-who{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@keyframes zt-reveal{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}

/* ── 5. Условия заказа ─────────────────────────────────────── */
.zt-page .zt-conds{grid-template-columns:repeat(4,minmax(0,1fr))}
.zt-page .zt-cond{padding:1.05em 1.1em 1.2em;min-height:8.8em;display:flex;flex-direction:column;gap:.85em;
  background:#fff}
.zt-page .zt-cond .zt-ic{color:var(--zt-accent)}
.zt-page .zt-cond-t{display:block;font-weight:600;line-height:1.35;color:var(--zt-heading)}
.zt-page .zt-cells > .zt-cond--city{background:var(--zt-accent-soft);justify-content:space-between}
.zt-page .zt-cond--city .zt-cond-t{color:var(--zt-accent-text);font-weight:700}
.zt-page .zt-cond-d{display:block;font-size:.95em;line-height:1.5}

.zt-page .zt-before{margin-top:clamp(22px,3vw,30px);border:1px solid var(--zt-promo-line);
  border-radius:var(--zt-radius);background:var(--zt-promo-soft);padding:clamp(18px,2.6vw,26px);
  display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,2fr);gap:clamp(16px,2.6vw,34px)}
.zt-page .zt-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(14px,2.2vw,28px);counter-reset:zt-step}
.zt-page .zt-steps li{counter-increment:zt-step;border-top:2px solid var(--zt-action);
  padding-top:.7em;line-height:1.55;color:var(--zt-heading)}
.zt-page.zt-page .zt-steps li::before{content:counter(zt-step);display:block;position:static;float:none;
  width:auto;height:auto;margin:0 0 .3em;padding:0;border:0;background:none;
  color:var(--zt-action-text);font-weight:700;font-size:1.75em;line-height:1}

/* ── 6. Подтверждение и сопровождение ──────────────────────── */
.zt-page .zt-confirm{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:clamp(20px,3.5vw,44px);align-items:start}
.zt-page .zt-checks{margin-top:1.2em;grid-template-columns:repeat(2,minmax(0,1fr))}
.zt-page .zt-checks li{padding:.7em .85em;display:flex;gap:.6em;align-items:center;
  font-weight:600;line-height:1.3;color:var(--zt-heading)}
.zt-page .zt-checks .zt-ic{width:17px;height:17px;color:var(--zt-accent);stroke-width:2.6}
.zt-page .zt-multi{border:1px solid var(--zt-line);border-radius:var(--zt-radius);background:var(--zt-tint);
  padding:clamp(16px,2.4vw,22px)}
.zt-page .zt-multi-d{display:block;margin-top:1em;line-height:1.55}
.zt-page .zt-split{margin-top:1em}
.zt-page .zt-split-top{display:block;margin:0 auto;width:max-content;max-width:100%;
  border:1.5px solid var(--zt-accent);border-radius:100px;background:#fff;padding:.28em 1.1em;
  color:var(--zt-accent-text);font-weight:700;font-size:.92em}
.zt-page .zt-split-lines{display:block;width:100%;height:26px;fill:none;stroke:var(--zt-accent);stroke-width:1.5}
.zt-page .zt-split-lines *{fill:none;stroke:inherit}
.zt-page .zt-split-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.zt-page .zt-split-co{border:1.5px solid var(--zt-accent);border-radius:var(--zt-radius);background:#fff;
  padding:.6em .8em .3em}
.zt-page .zt-split-name{display:block;color:var(--zt-accent-text);font-weight:700;margin-bottom:.35em}
.zt-page .zt-split-co .zt-split-i{display:block;font-size:.92em;padding:.4em 0;border-top:1px solid var(--zt-line)}

/* ── 7. Вопросы по заказу ──────────────────────────────────── */
.zt-page .zt-q{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,360px);
  gap:clamp(18px,3vw,40px);align-items:start}
.zt-page .zt-go{background:var(--zt-tint);border-radius:var(--zt-radius);padding:1em 1.15em 1.15em}
.zt-page .zt-go-t{display:block;font-weight:700;color:var(--zt-heading);line-height:1.4}
.zt-page .zt-go-d{display:block;margin-top:.2em;font-size:.95em}
.zt-page .zt-links{display:flex;flex-wrap:wrap;gap:6px;margin-top:.8em}
.zt-page .zt-topics{margin-top:clamp(18px,2.6vw,24px);grid-template-columns:repeat(6,minmax(0,1fr))}
.zt-page .zt-topics li{padding:.9em .95em 1em;display:flex;flex-direction:column;gap:.7em;
  font-weight:600;line-height:1.3;color:var(--zt-heading);background:#fff}
.zt-page .zt-topics .zt-ic{color:var(--zt-accent)}
.zt-page .zt-cells > .zt-topic-to{background:var(--zt-accent-fill);color:var(--zt-on-accent);font-weight:700}
.zt-page .zt-topics .zt-topic-to .zt-ic{color:var(--zt-on-accent)}
.zt-page .zt-topics .zt-nw{white-space:normal}

/* ── 8. Блоки для страницы «Гарантии» и следующих страниц ─── */
.zt-page .zt-sec-n{display:inline-flex;align-items:center;justify-content:center;width:1.45em;height:1.45em;
  margin-right:.45em;border-radius:50%;background:var(--zt-accent-fill);color:var(--zt-on-accent);
  font-size:.72em;font-weight:700;line-height:1;vertical-align:.16em}
.zt-page.zt-page .zt-sub{margin:1.5em 0 .9em;font-weight:700;color:var(--zt-heading)}

/* клубные карты Silver и Gold — изображения из /upload/zatet/img/ */
.zt-page .zt-club-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:560px}
.zt-page.zt-page .zt-club-link,.zt-page.zt-page .zt-club-link:visited{display:block;color:var(--zt-heading);
  text-decoration:none;background:none;border:0}
.zt-page .zt-club-link picture{display:block}
.zt-page.zt-page .zt-club-img{display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0;float:none;
  border:0;background:none;border-radius:3.6% / 5.6%;box-shadow:0 8px 20px rgba(0,0,0,.18);
  transition:transform .2s ease,box-shadow .2s ease}
.zt-page .zt-club-link:hover .zt-club-img{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.24)}
.zt-page .zt-club-cap{display:block;margin-top:.6em;font-weight:600;font-size:.95em;line-height:1.3;
  color:var(--zt-accent-text)}
.zt-page .zt-club-link:hover .zt-club-cap,.zt-page .zt-club-link:focus-visible .zt-club-cap{text-decoration:underline}
/* прежний вариант — нарисованные карты; оставлен, чтобы старый код страницы не сломался */
.zt-page .zt-club{display:flex;flex-wrap:wrap;gap:14px}
.zt-page .zt-club-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;
  width:190px;aspect-ratio:1.586;padding:14px 16px;border-radius:9px;overflow:hidden;
  background:linear-gradient(135deg,#2b2b2b 0%,#121212 55%,#1f1f1f 100%);box-shadow:0 8px 18px rgba(0,0,0,.16)}
.zt-page .zt-club-card::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.09) 50%,transparent 58%)}
.zt-page .zt-club-name{display:block;font-size:1.75em;font-weight:700;font-style:italic;line-height:1}
.zt-page .zt-club-card--silver .zt-club-name{color:#D9DDE1}
.zt-page .zt-club-card--gold .zt-club-name{color:#E4BC55}
.zt-page .zt-club-sub{display:block;font-size:.74em;line-height:1.3;color:#B0B0B0}

/* кто за что отвечает */
.zt-page .zt-sides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.zt-page .zt-side{border:1px solid var(--zt-line);border-radius:var(--zt-radius);overflow:hidden;background:#fff}
.zt-page .zt-side-h{display:block;padding:.65em 1em;background:var(--zt-tint);border-bottom:1px solid var(--zt-line);
  color:var(--zt-heading);font-weight:700}
.zt-page .zt-side--main{border-color:var(--zt-accent)}
.zt-page .zt-side--main .zt-side-h{background:var(--zt-accent-fill);border-bottom-color:var(--zt-accent-fill);
  color:var(--zt-on-accent)}
.zt-page .zt-side-list li{display:flex;gap:.6em;align-items:flex-start;padding:.6em 1em;
  border-top:1px solid var(--zt-line);line-height:1.4;color:var(--zt-heading)}
.zt-page .zt-side-list li:first-child{border-top:0}
.zt-page .zt-side-list .zt-ic{width:17px;height:17px;margin-top:.12em;color:var(--zt-accent);stroke-width:2.6}
.zt-page .zt-side-d{display:block;padding:.6em 1em .8em;border-top:1px solid var(--zt-line);
  font-size:.92em;line-height:1.45;color:var(--zt-muted)}

/* подложки, пары блоков, метки */
.zt-page .zt-pair{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:12px;
  margin-top:clamp(18px,2.4vw,24px)}
.zt-page .zt-box{border:1px solid var(--zt-line);border-radius:var(--zt-radius);padding:clamp(16px,2.2vw,22px)}
.zt-page .zt-box--tint{background:var(--zt-tint)}
.zt-page .zt-box--soft{margin-top:clamp(18px,2.4vw,24px);background:var(--zt-accent-soft);border-color:var(--zt-accent-soft);
  border-left:4px solid var(--zt-accent);border-radius:0 var(--zt-radius) var(--zt-radius) 0}
.zt-page.zt-page .zt-box h3{margin-bottom:.6em}
.zt-page.zt-page .zt-box p{margin-top:.8em}
.zt-page .zt-box-t{display:block;font-size:1.15em;font-weight:700;line-height:1.3;color:var(--zt-accent-text)}
.zt-page .zt-box-d{display:block;margin-top:.45em;line-height:1.6}
.zt-page .zt-box .zt-links{margin-top:.9em}
.zt-page .zt-chips{display:flex;flex-wrap:wrap;gap:6px}
.zt-page.zt-page .zt-chips li{padding:.3em .75em;border:1px solid var(--zt-line-strong);border-radius:100px;
  background:#fff;font-size:.92em;font-weight:600;line-height:1.3;color:var(--zt-heading)}
.zt-page .zt-duo{display:flex;flex-wrap:wrap;gap:8px}
.zt-page .zt-duo-i{display:inline-flex;align-items:center;gap:.5em;padding:.45em .85em;background:#fff;
  border:1px solid var(--zt-line);border-radius:var(--zt-radius);font-weight:700;color:var(--zt-heading)}
.zt-page .zt-duo .zt-ic{width:20px;height:20px;color:var(--zt-accent)}
.zt-page .zt-tag{display:inline-block;margin-left:.45em;padding:.05em .55em;border:1px solid var(--zt-line);
  border-radius:100px;background:var(--zt-tint);font-size:.8em;font-weight:600;color:var(--zt-muted);
  white-space:nowrap;vertical-align:.08em}
.zt-page .zt-checks .zt-ic--opt{color:var(--zt-muted)}
.zt-page .zt-multi-sep{margin-top:.9em;padding-top:.9em;border-top:1px solid var(--zt-line)}
.zt-page .zt-sec-body{margin-top:clamp(20px,2.8vw,28px)}

/* главное обещание раздела */
.zt-page .zt-promise{margin-top:clamp(18px,2.4vw,24px);display:grid;grid-template-columns:minmax(0,1fr) auto;
  gap:.55em 2em;align-items:center;padding:clamp(18px,2.6vw,26px);border-radius:var(--zt-radius);
  background:var(--zt-accent-fill);color:var(--zt-on-accent)}
.zt-page .zt-promise-t{display:block;grid-column:1;font-size:1.28em;font-weight:700;line-height:1.3}
.zt-page .zt-promise-d{display:block;grid-column:1;line-height:1.6}
.zt-page .zt-promise .zt-btn{grid-column:2;grid-row:1 / span 2;white-space:nowrap}

/* шаги в три колонки и порядок рассмотрения */
.zt-page .zt-before--wide{grid-template-columns:1fr}
.zt-page .zt-steps--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.zt-page .zt-flow{counter-reset:zt-flow;margin-top:.3em}
.zt-page.zt-page .zt-flow li{position:relative;counter-increment:zt-flow;min-height:2.2em;
  padding:.1em 0 1.1em 2.7em;font-weight:600;line-height:1.45;color:var(--zt-heading)}
.zt-page.zt-page .zt-flow li::before{content:counter(zt-flow);position:absolute;left:0;top:-.05em;float:none;
  display:flex;align-items:center;justify-content:center;width:1.85em;height:1.85em;margin:0;padding:0;
  border:0;border-radius:50%;background:var(--zt-accent-fill);color:var(--zt-on-accent);
  font-size:.95em;font-weight:700;line-height:1}
.zt-page.zt-page .zt-flow li::after{content:"";position:absolute;left:.87em;top:1.9em;bottom:.2em;width:2px;
  margin:0;padding:0;border:0;background:var(--zt-line-strong)}
.zt-page.zt-page .zt-flow li:last-child{padding-bottom:0}
.zt-page.zt-page .zt-flow li:last-child::after{content:none}

/* ── 9. Узкая колонка и телефон ────────────────────────────
   Раскладка подстраивается под ширину колонки шаблона,
   а в старых браузерах — под ширину окна. */
@media screen and (max-width:980px){
.zt-page .zt-intro,.zt-page .zt-before,.zt-page .zt-confirm,.zt-page .zt-q{grid-template-columns:1fr}
.zt-page .zt-who{max-width:600px}
.zt-page .zt-multi{max-width:600px}
.zt-page .zt-go{max-width:600px}
.zt-page .zt-conds{grid-template-columns:repeat(2,minmax(0,1fr))}
.zt-page .zt-cond{min-height:0;flex-direction:row;align-items:center;gap:1em}
.zt-page .zt-cells > .zt-cond--city{flex-direction:column;align-items:flex-start;gap:.4em}
.zt-page .zt-topics{grid-template-columns:repeat(3,minmax(0,1fr))}
.zt-page .zt-pair{grid-template-columns:1fr}
.zt-page .zt-club-card{width:170px}
}
@container (max-width:980px){
.zt-page .zt-intro,.zt-page .zt-before,.zt-page .zt-confirm,.zt-page .zt-q{grid-template-columns:1fr}
.zt-page .zt-who{max-width:600px}
.zt-page .zt-multi{max-width:600px}
.zt-page .zt-go{max-width:600px}
.zt-page .zt-conds{grid-template-columns:repeat(2,minmax(0,1fr))}
.zt-page .zt-cond{min-height:0;flex-direction:row;align-items:center;gap:1em}
.zt-page .zt-cells > .zt-cond--city{flex-direction:column;align-items:flex-start;gap:.4em}
.zt-page .zt-topics{grid-template-columns:repeat(3,minmax(0,1fr))}
.zt-page .zt-pair{grid-template-columns:1fr}
.zt-page .zt-club-card{width:170px}
}
@media screen and (max-width:640px){
.zt-page .zt-route-who-row{display:none}
.zt-page .zt-route-grid{grid-template-columns:1fr;row-gap:3px}
.zt-page .zt-stage,
.zt-page .zt-stage:last-child{min-height:0;flex-direction:row;align-items:center;justify-content:flex-start;
  gap:.75em;padding:.7em .85em;border-radius:var(--zt-radius)}
.zt-page .zt-stage-who{position:static;width:auto;height:auto;overflow:visible;clip:auto;
  margin-left:auto;padding-left:.5em;font-size:.8em;font-weight:600;opacity:.8}
.zt-page .zt-conds,.zt-page .zt-steps,.zt-page .zt-checks{grid-template-columns:1fr}
.zt-page .zt-topics{grid-template-columns:repeat(2,minmax(0,1fr))}
.zt-page.zt-page .zt-sec-h{font-size:1.45em}
.zt-page .zt-sides{grid-template-columns:1fr}
.zt-page .zt-promise{grid-template-columns:1fr}
.zt-page .zt-promise .zt-btn{grid-column:1;grid-row:auto;justify-self:start;white-space:normal}
.zt-page .zt-club-card{width:calc(50% - 7px);min-width:0;padding:10px 12px}
.zt-page .zt-club-name{font-size:1.45em}
}
@container (max-width:640px){
.zt-page .zt-route-who-row{display:none}
.zt-page .zt-route-grid{grid-template-columns:1fr;row-gap:3px}
.zt-page .zt-stage,
.zt-page .zt-stage:last-child{min-height:0;flex-direction:row;align-items:center;justify-content:flex-start;
  gap:.75em;padding:.7em .85em;border-radius:var(--zt-radius)}
.zt-page .zt-stage-who{position:static;width:auto;height:auto;overflow:visible;clip:auto;
  margin-left:auto;padding-left:.5em;font-size:.8em;font-weight:600;opacity:.8}
.zt-page .zt-conds,.zt-page .zt-steps,.zt-page .zt-checks{grid-template-columns:1fr}
.zt-page .zt-topics{grid-template-columns:repeat(2,minmax(0,1fr))}
.zt-page.zt-page .zt-sec-h{font-size:1.45em}
.zt-page .zt-sides{grid-template-columns:1fr}
.zt-page .zt-promise{grid-template-columns:1fr}
.zt-page .zt-promise .zt-btn{grid-column:1;grid-row:auto;justify-self:start;white-space:normal}
.zt-page .zt-club-card{width:calc(50% - 7px);min-width:0;padding:10px 12px}
.zt-page .zt-club-name{font-size:1.45em}
}

@media (prefers-reduced-motion:reduce){
.zt-page,.zt-page *{animation:none!important;transition:none!important}
}
@media print{
.zt-page .zt-toc,.zt-page .zt-links{display:none}
.zt-page .zt-stage--pt{animation:none}
.zt-page,.zt-page *{-webkit-print-color-adjust:exact;print-color-adjust:exact}
.zt-page .zt-cond,.zt-page .zt-before,.zt-page .zt-multi,.zt-page .zt-checks,
.zt-page .zt-route,.zt-page .zt-topics,.zt-page .zt-note,.zt-page .zt-side,.zt-page .zt-box,
.zt-page .zt-promise,.zt-page .zt-club{break-inside:avoid}
}
