/* product-pages.css - продуктовые страницы /how/, /pricing/, /about/, /faq/. */

.product-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

.product-main { flex: 1 0 auto; width: 100%; overflow-x: clip; overflow-y: visible; }
.product-shell { width: 100%; max-width: var(--container-wide); margin-inline: auto; padding-inline: var(--gutter); }
.product-section { --sec-pad-top: clamp(3.25rem, 7vw, 6rem); padding-block: var(--sec-pad-top); }
.product-section--soft { background: var(--surface); border-block: 1px solid var(--line);
  --fon-tihiy: var(--bg); --fon-navedeniya: var(--karta); }
.product-section--tight { --sec-pad-top: clamp(2.5rem, 5vw, 4rem); padding-block: var(--sec-pad-top); }

.product-kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  margin-bottom: 1rem;
  font-size: var(--fs-kicker); font-weight: var(--fw-bold); letter-spacing: .08em;
  text-transform: uppercase; color: var(--terra-text);
}
.product-kicker::before { content: ""; width: 1.7rem; height: 2px; border-radius: 2px; background: var(--cta); }

.product-hero {
  position: relative;
  padding-block: clamp(3.5rem, 8vw, 7.25rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--sage-bg) 90%, transparent) 0, transparent 34%),
    radial-gradient(circle at 15% 85%, color-mix(in srgb, var(--surface) 72%, transparent) 0, transparent 38%),
    var(--bg);
}
.product-hero__grid { display: grid; gap: 2.5rem; align-items: center; }
.product-hero h1 {
  max-width: 15ch;
  font-family: var(--serif); font-size: clamp(2.35rem, 6vw, 4.55rem); font-weight: 600;
  line-height: 1.04; letter-spacing: -.035em; margin-bottom: 1.35rem;
}
.product-hero__lead { max-width: 700px; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.62; color: var(--ink-2); }
.product-hero__lead strong { color: var(--ink); }
.product-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.product-actions .cta { width: auto; min-width: 190px; }
.product-btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; min-height: var(--cta-h); padding: 0 1.35rem;
  /* Было transparent: заливка не делала ничего, кнопку держала одна рамка, и на
     кремовой странице она читалась как рамка, а не как кнопка. --fon-tihiy дает
     ΔE 4.1 к кремовому и переворачивается на песочных полосах. */
  border: 1px solid var(--field-border); border-radius: var(--radius); color: var(--ink); background: var(--fon-tihiy);
  font-size: var(--fs-body); font-weight: var(--fw-semibold); line-height: 1.2; text-decoration: none;
  transition: background calc(140ms * var(--motion)) ease, border-color calc(140ms * var(--motion)) ease;
}
@media (hover:hover) and (pointer:fine) { .product-btn-secondary:hover { background: var(--fon-navedeniya); border-color: var(--teal); } }
.product-trust-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.product-chip {
  display: inline-flex; align-items: center; gap: .45rem; min-height: 34px; padding: .35rem .7rem;
  border: 1px solid var(--line); border-radius: var(--radius-pill); background: color-mix(in srgb, var(--bg) 82%, transparent);
  font-size: .82rem; line-height: 1.3; color: var(--ink-2);
}
.product-chip::before { content: ""; width: .48rem; height: .48rem; border-radius: 50%; background: var(--sage); }

.report-card {
  position: relative; max-width: 510px; margin-inline: auto; padding: 1rem;
  border: 1px solid var(--line); border-radius: 22px; background: rgba(251,246,238,.84);
  box-shadow: 0 24px 70px rgba(44,39,35,.13); transform: rotate(1deg);
}
.report-card::before {
  content: ""; position: absolute; inset: 12px -12px -12px 12px; z-index: -1;
  border-radius: inherit; background: var(--surface-2); border: 1px solid var(--line); transform: rotate(-3deg);
}
.report-sheet { padding: 1.15rem; border-radius: 15px; background: var(--karta); border: 1px solid color-mix(in srgb, var(--line) 70%, white); }
.report-sheet__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line); }
.report-sheet__brand { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.report-sheet__tag { font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--terra-text); }
.report-sheet h3 { margin: 1rem 0 .8rem; font-family: var(--serif); font-size: 1.25rem; }
.report-score { display: grid; grid-template-columns: 1fr auto; gap: .35rem .8rem; align-items: center; margin-bottom: .85rem; }
.report-score__name { font-size: .83rem; font-weight: 600; }
.report-score__value { grid-column: 2; grid-row: 1; font-size: .78rem; color: var(--teal); font-weight: 700; }
.report-score__track { grid-column: 1 / -1; height: 8px; border-radius: 999px; background: var(--surface-2); overflow: hidden; }
.report-score__fill { display: block; height: 100%; width: var(--score, 70%); border-radius: inherit; background: var(--teal); }
.report-insight { margin-top: 1.1rem; padding: .85rem .9rem; border-radius: 10px; background: var(--sage-bg); border-left: 3px solid var(--sage); }
.report-insight__label { display: block; margin-bottom: .28rem; font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-2); }
.report-insight p { font-size: .82rem; line-height: 1.5; }

.product-section__head { max-width: 780px; margin-bottom: 2rem; }
.product-section__head h2 { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 600; letter-spacing: -.02em; margin-bottom: .85rem; }
.product-section__head p { color: var(--ink-2); font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.65; }
.product-section__head--center { margin-inline: auto; text-align: center; }/* HOW: stepper */

.process-stepper { display: grid; gap: 1rem; }
.process-tabs { display: grid; gap: .55rem; }
.process-tab {
  display: grid; grid-template-columns: 42px 1fr; gap: .8rem; align-items: center; width: 100%; min-height: 72px;
  padding: .7rem .85rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--fon-tihiy); text-align: left; cursor: pointer;
}
.process-tab__num { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--surface); font-weight: 700; color: var(--ink-2); }
.process-tab__text strong { display: block; margin-bottom: .15rem; font-size: .96rem; }
.process-tab__text span { display: block; font-size: .8125rem; line-height: 1.4; color: var(--ink-2); }
.process-tab[aria-selected="true"] { border-color: var(--teal); background: color-mix(in srgb, var(--sage-bg) 58%, var(--bg)); box-shadow: var(--shadow-card); }
.process-tab[aria-selected="true"] .process-tab__num { background: var(--teal); color: var(--ink-on-dark); }
.process-panel {
  min-height: 100%; padding: clamp(1.3rem, 3vw, 2rem); border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--karta);
  box-shadow: var(--shadow-card);
}
.process-panel__eyebrow { font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; color: var(--terra-text); }
.process-panel h3 { margin: .45rem 0 .75rem; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2rem); }
.process-panel > p { color: var(--ink-2); line-height: 1.65; }
.process-visual { margin-top: 1.4rem; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.process-visual__row { display: flex; align-items: flex-start; gap: .75rem; }
.process-visual__row + .process-visual__row { margin-top: .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.process-visual__dot { flex: 0 0 auto; width: 11px; height: 11px; margin-top: .35rem; border-radius: 50%; background: var(--cta); }
.process-visual__row strong { display: block; font-size: .9rem; }
.process-visual__row span { display: block; font-size: .82rem; line-height: 1.45; color: var(--ink-2); }

.split-cards { display: grid; gap: 1rem; }
.split-card { padding: 1.5rem; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--bg); }
.split-card--algorithm { border-top: 4px solid var(--teal); }
.split-card--ai { border-top: 4px solid var(--cta); }
.split-card__label { display: inline-block; margin-bottom: .75rem; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-2); }
.split-card h3 { font-family: var(--serif); font-size: 1.55rem; margin-bottom: .65rem; }
.clean-list { list-style: none; display: grid; gap: .65rem; }
.clean-list li { position: relative; padding-left: 1.55rem; font-size: .94rem; line-height: 1.5; color: var(--ink-2); }
.clean-list li::before { content: ""; position: absolute; left: 0; top: .42rem; width: .72rem; height: .72rem; border-radius: 50%; background: var(--sage); box-shadow: inset 0 0 0 3px var(--sage-bg); }

.sample-grid { display: grid; gap: 1rem; }
.sample-card {
  position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 1.4rem;
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--karta); text-decoration: none; box-shadow: var(--shadow-card);
}
.sample-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -65px; bottom: -70px; border-radius: 50%; background: var(--sage-bg); }
.sample-card__label { position: relative; z-index: 1; align-self: flex-start; padding: .3rem .6rem; border-radius: var(--radius-pill); background: var(--surface); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--terra-text); }
.sample-card h3 { position: relative; z-index: 1; margin: 1.2rem 0 .65rem; max-width: 15ch; font-family: var(--serif); font-size: 1.65rem; }
.sample-card p { position: relative; z-index: 1; max-width: 42ch; color: var(--ink-2); font-size: .94rem; line-height: 1.58; }
.sample-card__link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .45rem; margin-top: auto; padding-top: 1.2rem; color: var(--teal); font-weight: 700; font-size: .9rem; }
.sample-card__link::after { content: "→"; }
@media (hover:hover) and (pointer:fine) { .sample-card:hover { border-color: var(--teal); transform: translateY(-2px); } }

.data-flow { display: grid; gap: .65rem; }
.data-flow__item { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: .8rem; align-items: center; padding: .85rem; border-radius: 12px; background: var(--bg); border: 1px solid var(--line); }
.data-flow__num { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: white; font-weight: 700; }
.data-flow__item strong { display: block; font-size: .9rem; }
.data-flow__item span { display: block; color: var(--ink-2); font-size: .875rem; line-height: 1.45; }/* ABOUT */

.contrast-board { display: grid; gap: .75rem; padding: 1rem; border: 1px solid var(--line); border-radius: 20px; background: var(--karta); box-shadow: var(--shadow-card); }
.contrast-board__row { padding: 1rem; border-radius: 12px; }
.contrast-board__row--noise { background: var(--surface); color: var(--ink-2); }
.contrast-board__row--value { background: var(--sage-bg); }
/* Средняя строка была залита инлайн-стилем background:var(--karta) - ровно цветом
   самой доски, то есть не залита ничем: ряд «шум - вопрос - ценность» терял
   середину. Кремовый дает шаг между песочным верхом и шалфейным низом. */
.contrast-board__row--vopros { background: var(--bg); }
.contrast-board__tag { display: block; margin-bottom: .4rem; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; color: var(--terra-text); }
.contrast-board__row p { font-family: var(--serif); font-size: 1.15rem; line-height: 1.45; }
.contrast-board__arrow { text-align: center; color: var(--teal); font-size: 1.5rem; }

.story-block { display: grid; gap: 1.25rem; }
.story-copy { font-family: var(--serif); font-size: clamp(1.2rem, 2.5vw, 1.55rem); line-height: 1.65; color: var(--ink); }
.story-copy p + p { margin-top: 1rem; }
.story-copy strong { color: var(--terra-text); }
.story-aside { padding: 1.4rem; border-radius: var(--radius-lg); background: var(--ink); color: var(--ink-on-dark); }
.story-aside h3 { color: var(--ink-on-dark); font-family: var(--serif); font-size: 1.55rem; margin-bottom: .8rem; }
.story-aside p { color: var(--ink-on-dark-2); font-size: .94rem; line-height: 1.6; }
.story-aside__formula { display: grid; gap: .55rem; margin-top: 1.1rem; }
.story-aside__formula span { padding: .6rem .7rem; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; font-size: .84rem; }

.value-grid { display: grid; gap: 1rem; }
.value-card { padding: 1.3rem; border-radius: var(--radius-lg); background: var(--bg); border: 1px solid var(--line); }
.value-card__num { display: block; margin-bottom: .7rem; color: var(--cta); font-family: var(--serif); font-size: 2rem; line-height: 1; }
.value-card h3 { margin-bottom: .45rem; }
.value-card p { color: var(--ink-2); font-size: .92rem; line-height: 1.55; }

.three-stage { display: grid; gap: 1rem; counter-reset: stage; }
.three-stage__item { position: relative; padding: 1.35rem 1.35rem 1.35rem 4.2rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--karta); }
.three-stage__item::before { counter-increment: stage; content: counter(stage); position: absolute; left: 1.15rem; top: 1.15rem; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cta); font-weight: 700; }
.three-stage__item h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: .45rem; }
.three-stage__item p { color: var(--ink-2); font-size: .92rem; line-height: 1.55; }

.do-dont { display: grid; gap: 1rem; }
.do-dont__col { padding: 1.4rem; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.do-dont__col--do { background: var(--sage-bg); }
.do-dont__col--dont { background: var(--fon-tihiy); }
.do-dont__col h3 { margin-bottom: .9rem; font-family: var(--serif); font-size: 1.45rem; }

.method-grid { display: grid; gap: .8rem; }
.method-card { padding: 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--karta); }
.method-card__name { display: block; margin-bottom: .35rem; font-weight: 700; color: var(--teal); }
.method-card p { color: var(--ink-2); font-size: .9rem; line-height: 1.55; }/* PRICING */

.pricing-grid { display: grid; gap: 1rem; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: var(--karta); box-shadow: var(--shadow-card); }
.price-card--featured { border: 2px solid var(--cta); transform: none; }
.price-card__badge { position: absolute; right: 1rem; top: 1rem; padding: .28rem .58rem; border-radius: var(--radius-pill); background: var(--cta); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.price-card__name { font-family: var(--serif); font-size: 1.75rem; font-weight: 600; }
.price-card__for { min-height: 0; margin: .45rem 0 1rem; color: var(--ink-2); font-size: .9rem; line-height: 1.5; }
.price-card__price { font-size: 2.15rem; font-weight: 700; line-height: 1; }
.price-card__price small { font-size: .78rem; font-weight: 500; color: var(--ink-2); }
.price-card__divider { border: 0; border-top: 1px solid var(--line); margin: 1.1rem 0; }
.price-card .clean-list { flex: 1 0 auto; margin-bottom: 1.2rem; }
.price-card .cta { margin-top: auto; }
.price-card__micro { margin-top: .75rem; text-align: center; color: var(--ink-2); font-size: .8125rem; line-height: 1.4; }

.compare-hint { display: none; margin: -.5rem 0 .85rem; color: var(--ink-2); font-size: .875rem; line-height: 1.45; }
.compare-wrap { overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--karta); scrollbar-gutter: stable; }
.compare-table { width: 100%; min-width: 860px; table-layout: fixed; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: .95rem 1rem; border-bottom: 1px solid var(--line); text-align: center; font-size: .9rem; line-height: 1.45; overflow-wrap: normal; word-break: normal; hyphens: none; }
.compare-table th:first-child, .compare-table td:first-child { width: 34%; text-align: left; }
.compare-table thead th { background: var(--surface); font-weight: 700; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table__yes { color: var(--ok); font-weight: 700; }
.compare-table__muted { color: var(--ink-2); }

.depth-demo { display: grid; gap: 1rem; max-width: 920px; }
.depth-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
.depth-tab { width: 100%; min-height: 48px; padding: .5rem .95rem; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--fon-tihiy); cursor: pointer; font-weight: 600; font-size: .88rem; }
.depth-tab[aria-selected="true"] { background: var(--ink); color: var(--ink-on-dark); border-color: var(--ink); }
.depth-panel { padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--karta); }
.depth-panel__note { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--terra-text); }
.depth-panel h3 { margin: .55rem 0 .7rem; font-family: var(--serif); font-size: 1.55rem; }
.depth-panel p { line-height: 1.65; color: var(--ink-2); }
.depth-panel__layers { display: grid; gap: .55rem; margin-top: 1rem; }
.depth-layer { padding: .7rem .8rem; border-radius: 9px; background: var(--surface); font-size: .84rem; color: var(--ink-2); }
.depth-layer strong { color: var(--ink); }

.payment-facts { display: grid; gap: .8rem; }
.payment-fact { display: flex; gap: .75rem; align-items: flex-start; padding: 1rem; border-radius: 12px; background: var(--karta); border: 1px solid var(--line); }
.payment-fact__icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--sage-bg); color: var(--ok); font-weight: 700; }
.payment-fact strong { display: block; margin-bottom: .18rem; font-size: .88rem; }
.payment-fact span { display: block; color: var(--ink-2); font-size: .875rem; line-height: 1.45; }/* FAQ */

.faq-hero-search { margin-top: 1.5rem; max-width: 670px; }
.faq-search { position: relative; }
.faq-search input { width: 100%; min-height: 58px; padding: .85rem 3.1rem .85rem 1rem; border: 1px solid var(--field-border); border-radius: 13px; background: var(--karta); }
.faq-search::before { content: ""; position: absolute; right: 1.08rem; top: 50%; width: 13px; height: 13px; border: 2px solid var(--teal); border-radius: 50%; transform: translateY(-62%); pointer-events: none; }
.faq-search::after { content: ""; position: absolute; right: .88rem; top: calc(50% + 5px); width: 8px; height: 2px; border-radius: 2px; background: var(--teal); transform: rotate(-45deg); transform-origin: center; pointer-events: none; }
.faq-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: 1.25rem; }
.faq-categories { display: flex; flex-wrap: wrap; gap: .45rem; }
.faq-category { min-height: 48px; padding: .45rem .8rem; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--fon-tihiy); cursor: pointer; font-size: .875rem; font-weight: 600; }
.faq-category[aria-pressed="true"] { border-color: var(--teal); background: var(--sage-bg); color: var(--ink); }
.faq-expand-actions { display: flex; gap: .4rem; }
.faq-mini-btn { min-height: 48px; padding: .5rem .8rem; border: 1px solid transparent; border-radius: var(--radius-pill); background: transparent; color: var(--teal); font-size: .8125rem; font-weight: 700; cursor: pointer; }
.product-faq-list { display: grid; gap: .65rem; }
/* Тот же компонент, что .faq-item на лендингах, и заливка у него теперь та же:
   светлая карточка на кремовом давала ΔE 2.95, то есть держалась на одной рамке.
   --fon-tihiy дает 4.1 и переворачивается на песочных полосах. */
.product-faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--fon-tihiy); overflow: hidden; }
.product-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; padding: .85rem 1rem; cursor: pointer; list-style: none; font-weight: 700; font-size: .94rem; }
.product-faq-item summary::-webkit-details-marker { display: none; }
.product-faq-item summary::after { content: "+"; flex: 0 0 auto; font-size: 1.35rem; color: var(--teal); transition: transform calc(150ms * var(--motion)) ease; }
.product-faq-item[open] summary::after { transform: rotate(45deg); }
.product-faq-item__answer { padding: 0 1rem 1rem; color: var(--ink-2); }
.product-faq-item__answer p { font-size: .9rem; line-height: 1.65; }
.product-faq-item__answer p + p { margin-top: .65rem; }
.product-faq-item__answer a { color: var(--teal); }
.faq-no-results { padding: 1.5rem; border: 1px dashed var(--field-border); border-radius: 12px; text-align: center; color: var(--ink-2); }
.faq-link-grid { display: grid; gap: .8rem; }
.faq-link-card { display: block; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); text-decoration: none; }
.faq-link-card strong { display: block; margin-bottom: .25rem; }
.faq-link-card span { font-size: .82rem; color: var(--ink-2); }

.product-cta-band { padding-block: clamp(2.75rem, 6vw, 4.5rem); background: var(--ink); color: var(--ink-on-dark); }
.product-cta-band__inner { display: grid; gap: 1.25rem; align-items: center; }
.product-cta-band h2 { color: var(--ink-on-dark); font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; }
.product-cta-band p { margin-top: .5rem; max-width: 680px; color: var(--ink-on-dark-2); }
.product-cta-band .product-actions { margin: 0; }
.product-cta-band :is(.cta, .product-btn-secondary) {
  box-sizing: border-box;
  width: var(--paired-cta-width);
  min-width: 0;
  min-height: var(--cta-h);
  padding-inline: 1rem;
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  justify-content: center;
  text-align: center;
}
.product-cta-band .product-btn-secondary {
  color: var(--ink-on-dark);
  background: transparent;
  border-color: var(--dark-cta-border);
}
@media (hover:hover) and (pointer:fine) {
  .product-cta-band .product-btn-secondary:hover {
    color: var(--ink);
    background: var(--bg);
    border-color: var(--bg);
  }
}
@media (max-width: 679px) {
  .product-cta-band .product-actions,
  .product-cta-band :is(.cta, .product-btn-secondary) {
    width: 100%;
  }
}/* Стабилизация продуктовых страниц: единая типографика, контролы и переносы. */

.product-page .footer-cookie-btn { min-height: var(--tap-min); }
.product-page .logo { min-height: var(--tap-min); display: inline-flex; align-items: center; }

.product-page :where(h1, h2, h3, button, .cta, .product-btn-secondary) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.product-actions > .cta,
.product-actions > .product-btn-secondary,
.price-card > .cta,
.product-cta-band .cta {
  min-height: var(--cta-h);
  padding-inline: 1.5rem;
  font-size: var(--fs-body);
  line-height: 1.2;
}
.price-card > .cta { width: 100%; min-width: 0; padding-inline: 1rem; white-space: nowrap; }
@media (hover:hover) and (pointer:fine) {
  .faq-mini-btn:hover { border-color: var(--line); background: var(--fon-navedeniya); }
}

@media (min-width: 680px) {
  .split-cards, .sample-grid, .do-dont { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  .pricing-grid .price-card:last-child { grid-column: 1 / -1; width: calc(50% - .5rem); justify-self: center; }
  .price-card__for { min-height: 3.2em; }
}

@media (min-width: 900px) {
  .product-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 3rem; }
  .process-stepper { grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 1.25rem; }
  .story-block { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: start; }
  .three-stage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-cta-band__inner { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (min-width: 960px) {
  .data-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .55rem; }
  .data-flow__item { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 1rem .7rem; }
  .data-flow__item:not(:last-child)::after { content: "→"; position: absolute; right: -.52rem; top: 50%; transform: translateY(-50%); z-index: 2; color: var(--teal); font-weight: 700; }
}

@media (min-width: 1024px) {
  .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pricing-grid .price-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .price-card--featured { transform: translateY(-10px); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .method-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 959px) {
  .compare-hint { display: block; }
}

@media (max-width: 679px) {
  .product-actions { flex-direction: column; }
  .product-actions .cta, .product-actions .product-btn-secondary { width: 100%; }
  .report-card { transform: none; }
  .report-card::before { inset: 8px 0 -8px 8px; transform: rotate(-1deg); }
  .product-hero h1 { max-width: none; }
  .faq-expand-actions { width: 100%; justify-content: flex-start; }
  .compare-hint { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .sample-card, .product-faq-item summary::after { transition: none; }
}/* ──────────────────────────────────────────────────────────────
   DESKTOP COMPOSITION PASS - v52
   Product pages are intentionally denser than the mobile layout.
   The previous fluid vw values made 1280-1440px desktops look like
   oversized presentation slides, especially in short browser windows.
   ────────────────────────────────────────────────────────────── */

@media (min-width: 1024px) {
  .product-page .logo {
    min-height: 0;
  }

  .product-page .site-header {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .product-section {
    --sec-pad-top: 4.5rem;
    padding-block: var(--sec-pad-top);
  }

  .product-section--tight {
    --sec-pad-top: 3.75rem;
    padding-block: var(--sec-pad-top);
  }

  .product-hero {
    padding-block: 4.25rem;
  }

  .product-hero__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
    gap: 4rem;
  }

  .product-hero h1 {
    max-width: 650px;
    font-size: clamp(3.2rem, 4vw, 3.65rem);
    line-height: 1.03;
    letter-spacing: -.03em;
    margin-bottom: 1.15rem;
  }

  .product-hero__lead {
    max-width: 650px;
    font-size: 1.125rem;
    line-height: 1.58;
  }

  .product-actions {
    margin-top: 1.5rem;
  }

  .product-trust-row {
    margin-top: 1.25rem;
  }

  .report-card {
    width: 100%;
    max-width: 440px;
    padding: .8rem;
    transform: rotate(.45deg);
  }

  .report-card::before {
    inset: 10px -10px -10px 10px;
    transform: rotate(-1.5deg);
  }

  .report-sheet {
    padding: 1rem;
  }

  .report-sheet h3 {
    margin: .85rem 0 .7rem;
    font-size: 1.18rem;
  }

  .report-score {
    margin-bottom: .7rem;
  }

  .report-insight {
    margin-top: .9rem;
    padding: .75rem .8rem;
  }

  .product-section__head {
    max-width: 860px;
    margin-bottom: 1.85rem;
  }

  .product-section__head h2 {
    font-size: 2.75rem;
    line-height: 1.08;
    margin-bottom: .75rem;
  }

  .product-section__head p {
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.58;
  }

  .product-section__head--center p {
    margin-inline: auto;
  }

  .process-stepper {
    grid-template-columns: minmax(315px, .72fr) minmax(0, 1.28fr);
    gap: 1.5rem;
    align-items: stretch;
  }

  .process-tabs {
    gap: .5rem;
  }

  .process-tab {
    min-height: 66px;
    padding: .65rem .8rem;
  }

  .process-panel {
    padding: 1.75rem 2rem;
  }

  .process-panel h3 {
    font-size: 1.85rem;
    line-height: 1.15;
  }

  .split-cards,
  .sample-grid,
  .do-dont {
    gap: 1.25rem;
  }

  .split-card {
    padding: 1.55rem 1.65rem;
  }

  .sample-card {
    min-height: 270px;
    padding: 1.5rem;
  }

  .sample-card h3 {
    max-width: 23ch;
    font-size: 1.62rem;
    line-height: 1.15;
  }

  .data-flow__item {
    min-height: 126px;
  }

  .product-cta-band {
    padding-block: 3.5rem;
  }

  .product-cta-band__inner {
    grid-template-columns: minmax(0, 1fr) var(--paired-cta-width);
    gap: 3rem;
  }

  .product-cta-band__inner:has(.product-actions) {
    grid-template-columns: minmax(0, 1fr) var(--paired-cta-group-width);
  }

  .product-cta-band h2 {
    max-width: 850px;
    font-size: 2.45rem;
    line-height: 1.1;
  }

  .product-cta-band .cta {
    width: 100%;
    min-width: 0;
  }/* Pricing/about/FAQ use the same desktop rhythm. */

  .pricing-grid,
  .value-grid,
  .method-grid,
  .payment-facts {
    gap: 1.25rem;
  }

  .price-card {
    padding: 1.55rem;
  }

  .faq-toolbar {
    margin-bottom: 1rem;
  }

  .product-faq-list {
    gap: .55rem;
  }
}/* Short desktop windows need a compact editorial rhythm, not viewport-sized type. */

@media (min-width: 1024px) and (max-height: 720px) {
  .product-page .site-header {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .product-hero {
    padding-block: 2.75rem;
  }

  .product-hero__grid {
    gap: 3.25rem;
  }

  .product-hero h1 {
    max-width: 620px;
    font-size: 3.05rem;
    line-height: 1.02;
    margin-bottom: .9rem;
  }

  .product-hero__lead {
    font-size: 1.02rem;
    line-height: 1.52;
  }

  .product-actions {
    margin-top: 1.15rem;
  }

  .product-trust-row {
    margin-top: 1rem;
  }

  .report-card {
    max-width: 400px;
    padding: .7rem;
  }

  .report-sheet {
    padding: .85rem;
  }

  .report-sheet__top {
    padding-bottom: .65rem;
  }

  .report-sheet h3 {
    margin: .7rem 0 .55rem;
    font-size: 1.05rem;
  }

  .report-score {
    margin-bottom: .55rem;
  }

  .report-score__track {
    height: 7px;
  }

  .report-insight {
    margin-top: .7rem;
    padding: .65rem .7rem;
  }

  .report-insight p {
    font-size: .76rem;
    line-height: 1.42;
  }

  .product-section {
    --sec-pad-top: 3.35rem;
    padding-block: var(--sec-pad-top);
  }

  .product-section--tight {
    --sec-pad-top: 2.75rem;
    padding-block: var(--sec-pad-top);
  }

  .product-section__head {
    margin-bottom: 1.45rem;
  }

  .product-section__head h2 {
    font-size: 2.4rem;
  }

  .product-section__head p {
    font-size: 1rem;
  }

  .process-tab {
    min-height: 62px;
  }

  .process-panel {
    padding: 1.45rem 1.65rem;
  }

  .process-panel h3 {
    font-size: 1.68rem;
  }

  .split-card {
    padding: 1.35rem 1.5rem;
  }

  .sample-card {
    min-height: 245px;
  }

  .data-flow__item {
    min-height: 112px;
  }

  .product-cta-band {
    padding-block: 2.75rem;
  }

  .product-cta-band h2 {
    font-size: 2.15rem;
  }
}

@media (min-width: 1440px) and (min-height: 800px) {
  .product-hero {
    padding-block: 5rem;
  }

  .product-hero h1 {
    font-size: 3.8rem;
    max-width: 690px;
  }

  .report-card {
    max-width: 465px;
  }
}/* Final desktop proportion correction after real 1366×600 / 1440×900 review. */

@media (min-width: 1100px) {
  .product-hero__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
    gap: 3.5rem;
  }

  .product-hero h1 {
    max-width: 660px;
    font-size: 3.35rem;
  }

  .report-card {
    max-width: 420px;
  }
}

@media (min-width: 1100px) and (min-height: 721px) {
  .product-hero {
    padding-block: 4rem;
  }
}

@media (min-width: 1024px) and (max-height: 720px) {
  .product-hero {
    padding-block: 1.75rem;
  }

  .product-hero__grid {
    gap: 3rem;
  }

  .product-hero h1 {
    font-size: 2.85rem;
    max-width: 650px;
  }

  .product-hero__lead {
    font-size: 1rem;
    line-height: 1.48;
  }

  .product-actions {
    margin-top: 1rem;
  }

  .product-trust-row {
    margin-top: .85rem;
  }

  .report-card {
    max-width: 380px;
  }

  .product-section {
    --sec-pad-top: 3rem;
    padding-block: var(--sec-pad-top);
  }

  .product-section--tight {
    --sec-pad-top: 2.5rem;
    padding-block: var(--sec-pad-top);
  }

  .product-section__head h2 {
    font-size: 2.3rem;
  }

  .product-cta-band {
    padding-block: 2.5rem;
  }
}

@media (min-width: 1440px) and (min-height: 800px) {
  .product-hero {
    padding-block: 4.25rem;
  }

  .product-hero h1 {
    font-size: 3.5rem;
    max-width: 680px;
  }

  .report-card {
    max-width: 430px;
  }
}/* Medium desktop/tablet landscape: avoid cramped multi-column cards. */

@media (min-width: 900px) and (max-width: 1099px) {
  .process-stepper {
    grid-template-columns: 390px minmax(0, 1fr);
  }

  .process-tab {
    min-height: 76px;
  }
}

@media (min-width: 1024px) and (max-width: 1179px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid .price-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - .625rem);
    justify-self: center;
  }

  .price-card--featured {
    transform: none;
  }

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

@media (min-width: 1180px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid .price-card:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .price-card--featured {
    transform: translateY(-10px);
  }

  .method-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}/* EDITORIAL MEDIA + APPROVED PRICING ICONS - v53 */

.product-editorial-media {
  position: relative;
  margin: 1.75rem 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.product-editorial-media picture,
.product-editorial-media img {
  display: block;
  width: 100%;
}
.product-editorial-media img {
  height: auto;
  object-fit: cover;
}
.product-editorial-media--how { margin-top: 2rem; }
.product-editorial-media--about,
.product-editorial-media--pricing { margin-bottom: 1.75rem; }

.price-card__icon {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 0 .9rem;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
}
.price-card__icon picture,
.price-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.price-card__icon img { object-fit: contain; }
.price-card--featured .price-card__icon { width: 68px; height: 68px; }

@media (min-width: 680px) {
  .product-editorial-media { margin-top: 2rem; }
  .product-editorial-media--about,
  .product-editorial-media--pricing { margin-bottom: 2rem; }/* Ревизия 3.4. Ниже 680px пропорция уже была прибита в CSS (aspect-ratio 941/1420),
     а от 680px высота бралась из НАТУРАЛЬНОЙ пропорции загруженного файла. Пока файл
     был один (1916x821), это работало. С лестницей srcset ступени округляются до целых
     пикселей (1280x548 вместо 1280x548.49), пропорция гуляет на 0.07%, и отрисованная
     высота съезжала на 1px: 421->420 на 1024, 368->367 на 900. Прибиваем пропорцию
     явно - геометрия перестает зависеть от выбранной ступени и совпадает с той,
     что была до правки, до пикселя. Побочно это резервирует место до загрузки. */

  .product-editorial-media img { aspect-ratio: 1916 / 821; }
}

@media (min-width: 1024px) {
  .product-editorial-media {
    border-radius: 26px;
  }
  .product-editorial-media--how { margin-top: 2.25rem; }
  .product-editorial-media--about,
  .product-editorial-media--pricing { margin-bottom: 2.25rem; }
  .price-card__icon { width: 66px; height: 66px; margin-bottom: 1rem; }
  .price-card--featured .price-card__icon { width: 72px; height: 72px; }
}

@media (max-width: 679px) {
  .product-editorial-media {
    margin-inline: 0;
    border-radius: 18px;
  }
  .product-editorial-media img {
    aspect-ratio: 941 / 1420;
    object-fit: cover;
    object-position: center top;
  }
  .product-editorial-media--about img { object-position: center center; }
  .price-card__icon { width: 58px; height: 58px; }
  .price-card--featured .price-card__icon { width: 62px; height: 62px; }
}/* ── STABILITY PASS v55: narrow mobile pricing cards ── */

@media (max-width: 399px) {
  .price-card { min-width: 0; padding: 1.25rem; }
  .price-card > .cta {
    white-space: normal;
    height: auto;
    min-height: var(--cta-h);
    padding: .72rem .8rem;
    line-height: 1.25;
  }
  .price-card__price { font-size: 2rem; }
}/* CONSISTENCY PASS v58 - вторичные кнопки и карточки продуктовых страниц. */

.sample-card,
.contact-link-card,
.faq-link-card,
.contact-email {
  transition: color calc(140ms * var(--motion)) ease,
              background-color calc(140ms * var(--motion)) ease,
              border-color calc(140ms * var(--motion)) ease,
              transform calc(120ms * var(--motion)) ease,
              box-shadow calc(140ms * var(--motion)) ease;
}
@media (hover:hover) and (pointer:fine) {
  .product-btn-secondary:hover {
    color: var(--ink);
    background: var(--surface);
    border-color: var(--teal);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(44,39,35,.10);
  }
  .sample-card:hover,
  .contact-link-card:hover,
  .faq-link-card:hover {
    border-color: var(--teal);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(44,39,35,.10);
    text-decoration: none;
  }
  .contact-email:hover {
    color: var(--ink);
    transform: translateY(-1px);
    text-decoration: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sample-card:hover,.contact-link-card:hover,.faq-link-card:hover,.contact-email:hover { transform:none; }
}/* Контраст служебных числовых маркеров. */

.data-flow__item .data-flow__num { color: #fff; }
.value-card__num { color: var(--terra-text); }/* /how/: первый экран в том же полноэкранном форм-факторе, что главная и лэндинги. */

.how-page .product-hero {
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: center;
}
.how-page .product-hero__grid { width: 100%; }/* блок «Данные»: цифры не наследуют стили подписей, стрелки стоят точно в межкарточном зазоре. */

.data-flow__item .data-flow__num {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.data-flow__item > div > span {
  display: block;
  color: var(--ink-2);
  font-size: .875rem;
  line-height: 1.45;
}
@media (min-width: 960px) {
  .data-flow { gap: 1.5rem; }
  .data-flow__item:not(:last-child)::after {
    right: -20px;
    width: 16px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1;
  }
}/* PRICING COMPOSITION PASS - v65 */

#plans .product-shell {
  max-width: var(--container-wide);
}/* Compact tariff cards: preserve content, reduce vertical footprint. */

.price-card {
  padding: 1.1rem 1.2rem;
}
.price-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: .65rem;
}
.price-card--featured .price-card__icon {
  width: 58px;
  height: 58px;
}
.price-card__name {
  font-size: 1.62rem;
  line-height: 1.08;
}
.price-card__for {
  margin: .35rem 0 .72rem;
  font-size: .86rem;
  line-height: 1.42;
}
.price-card__price {
  font-size: 1.95rem;
}
.price-card__divider {
  margin: .78rem 0;
}
.price-card .clean-list {
  gap: .42rem;
  margin-bottom: .82rem;
}
.price-card .clean-list li {
  padding-left: 1.4rem;
  font-size: .86rem;
  line-height: 1.36;
}
.price-card .clean-list li::before {
  top: .3rem;
  width: .64rem;
  height: .64rem;
}
.price-card > .cta {
  min-height: 50px;
}
.price-card__micro {
  margin-top: .5rem;
  font-size: .75rem;
  line-height: 1.3;
}
.price-card__badge {
  top: .82rem;
  right: .82rem;
}/* Comparison table: stronger header contrast and no reserved blank strip. */

.compare-wrap {
  scrollbar-gutter: auto;
}
.compare-table thead {
  background: #DDE5D5;
}
.compare-table thead th {
  background: transparent;
  color: var(--ink);
}/* The conditional example uses the same full-width frame as comparison. */

.depth-demo {
  width: 100%;
  max-width: none;
  gap: .72rem;
}
.depth-tabs {
  gap: .45rem;
}
.depth-panel {
  padding: 1rem 1.15rem;
}
.depth-panel h3 {
  margin: .4rem 0 .55rem;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
}
.depth-panel p {
  line-height: 1.5;
}
.depth-panel__layers {
  gap: .42rem;
  margin-top: .72rem;
}
.depth-layer {
  padding: .58rem .72rem;
  line-height: 1.4;
}/* Payment facts: geometrically centered, crisp checks. */

.payment-fact__icon {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 0;
  background: var(--sage-bg);
  color: var(--ok);
}
.payment-fact__icon::before {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2.4px solid currentColor;
  border-bottom: 2.4px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

@media (min-width: 680px) and (max-width: 1023px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-grid .price-card:last-child {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }
  .price-card--featured {
    transform: none;
  }
}

@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }
  .price-card--featured {
    transform: translateY(-6px);
  }
  .price-card__for {
    min-height: 2.84em;
  }
}

@media (min-width: 1024px) and (max-height: 760px) {
  .price-card {
    padding: .95rem 1.05rem;
  }
  .price-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: .48rem;
  }
  .price-card--featured .price-card__icon {
    width: 52px;
    height: 52px;
  }
  .price-card__name {
    font-size: 1.48rem;
  }
  .price-card__for {
    margin-block: .28rem .55rem;
    font-size: .82rem;
    line-height: 1.35;
  }
  .price-card__price {
    font-size: 1.78rem;
  }
  .price-card__divider {
    margin: .6rem 0;
  }
  .price-card .clean-list {
    gap: .3rem;
    margin-bottom: .65rem;
  }
  .price-card .clean-list li {
    font-size: .81rem;
    line-height: 1.3;
  }
  .price-card > .cta {
    min-height: 46px;
  }
  .price-card__micro {
    margin-top: .35rem;
    font-size: .7rem;
  }
}

@media (max-width: 679px) {
  .depth-tab {
    min-height: 48px;
    padding-inline: .55rem;
  }
  .depth-panel {
    padding: 1rem;
  }
}/* Финальные уточнения. */

@media (min-width: 900px) {
  .depth-panel__layers {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.payment-fact__icon::before {
  content: "✓";
  width: auto;
  height: auto;
  border: 0;
  transform: none;
  color: var(--ok);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
}/* PRICING GEOMETRY CORRECTION - v66 *//* Фото и тарифы снова строго совпадают с общей шириной шапки, таблиц и контента. */

#plans .product-editorial-media--pricing,
#plans .pricing-grid {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}/* Галочки в блоке оплаты: векторный знак по геометрическому центру, без сдвига базовой линии. */

.pricing-payment-section .payment-fact__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
}
.pricing-payment-section .payment-fact__icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  border-right: 2.4px solid currentColor;
  border-bottom: 2.4px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transform-origin: center;
}/* Платежная строка находится ровно посередине свободной зоны между фактами и следующим блоком. */

.pricing-payment-section {
  --payment-row-gap: clamp(2rem, 3vw, 2.5rem);
  padding-bottom: var(--payment-row-gap);
}
.pricing-payment-section .trust-pay {
  margin-top: var(--payment-row-gap);
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  #plans .pricing-grid { gap: 1rem; }
}

@media (max-width: 679px) {
  .pricing-payment-section {
    --payment-row-gap: 1.75rem;
  }
}/* единый мастер-шаблон первых экранов /how/, /pricing/, /about/. */

.product-hero--standard {
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
  padding-block: clamp(1.5rem, 4vh, 3.25rem);
}
.product-hero--standard .product-hero__grid {
  width: 100%;
  align-items: center;
}
.product-hero--standard .product-hero__copy { min-width: 0; }
.product-hero--standard .product-hero__visual {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  justify-self: end;
  transform: none;
}
.product-hero--standard .product-hero__visual::before { transform: none; }

@media (min-width: 1100px) {
  .product-hero--standard .product-hero__grid {
    grid-template-columns: minmax(0, 680px) 360px;
    justify-content: space-between;
    gap: 40px;
  }
  .product-hero--standard .product-hero__copy {
    display: grid;
    grid-template-rows: 30px 205px 100px 52px 36px;
    align-content: center;
    row-gap: 12px;
    max-width: 680px;
  }
  .product-hero--standard .product-kicker {
    align-self: center;
    margin: 0;
  }
  .product-hero--standard h1 {
    align-self: start;
    max-width: 680px;
    margin: 0;
    font-size: 3.05rem;
    line-height: 1.035;
    letter-spacing: -.03em;
  }
  .product-hero--standard .product-hero__lead {
    align-self: start;
    max-width: 650px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.48;
  }
  .product-hero--standard .product-actions {
    align-self: center;
    display: grid;
    grid-template-columns: repeat(2, 236px);
    gap: .75rem;
    margin: 0;
  }
  .product-hero--standard .product-actions .cta,
  .product-hero--standard .product-actions .product-btn-secondary {
    width: 236px;
    min-width: 0;
    min-height: 52px;
    padding-inline: 1rem;
  }
  .product-hero--standard .product-trust-row {
    align-self: center;
    flex-wrap: nowrap;
    gap: .55rem;
    margin: 0;
  }
  .product-hero--standard .product-chip {
    min-height: 34px;
    padding-inline: .7rem;
    white-space: nowrap;
  }
  .product-hero--standard .product-hero__visual {
    height: 490px;
    max-width: 360px;
  }
  .product-hero--standard .report-card {
    display: flex;
    padding: .8rem;
  }
  .product-hero--standard .report-card::before { inset: 10px -10px -10px 10px; }
  .product-hero--standard .report-sheet {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding: 1rem;
  }
  .product-hero--standard .report-insight { margin-top: auto; }
  .product-hero--standard .contrast-board { padding: 1rem; }
  .product-hero--standard .product-hero__visual--pricing {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .product-hero--standard .product-hero__visual--pricing .contrast-board__row,
  .product-hero--standard .product-hero__visual--about .contrast-board__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product-hero--standard .product-hero__visual--about {
    grid-template-rows: minmax(0, .82fr) 36px minmax(0, 1.38fr);
  }
  .product-hero--standard .contrast-board__row { padding: 1rem; }
  .product-hero--standard .contrast-board__row p {
    font-size: 1.08rem;
    line-height: 1.42;
  }
}

@media (min-width: 1100px) and (max-height: 720px) {
  .product-hero--standard { padding-block: 1.25rem; }
  .product-hero--standard .product-hero__copy {
    grid-template-rows: 26px 180px 88px 48px 34px;
    row-gap: 10px;
  }
  .product-hero--standard h1 {
    font-size: 2.72rem;
    line-height: 1.03;
  }
  .product-hero--standard .product-hero__lead {
    font-size: .94rem;
    line-height: 1.43;
  }
  .product-hero--standard .product-actions .cta,
  .product-hero--standard .product-actions .product-btn-secondary { min-height: 48px; }
  .product-hero--standard .product-hero__visual {
    height: min(450px, calc(100svh - var(--header-h) - 32px));
  }
  .product-hero--standard .contrast-board__row p {
    font-size: 1rem;
    line-height: 1.36;
  }
  .product-hero--standard .report-sheet h3 { margin-block: .65rem .5rem; }
  .product-hero--standard .report-score { margin-bottom: .5rem; }
  .product-hero--standard .report-insight { padding: .62rem .7rem; }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .product-hero--standard {
    min-height: calc(100vh - var(--header-h));
    min-height: calc(100svh - var(--header-h));
    padding-block: 3rem;
  }
  .product-hero--standard .product-hero__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 2rem;
  }
  .product-hero--standard .product-hero__copy {
    display: grid;
    grid-template-rows: auto 164px 120px 52px auto;
    row-gap: .9rem;
  }
  .product-hero--standard .product-kicker { margin: 0; }
  .product-hero--standard h1 {
    max-width: none;
    margin: 0;
    font-size: 2.45rem;
    line-height: 1.04;
  }
  .product-hero--standard .product-hero__lead {
    margin: 0;
    font-size: .96rem;
    line-height: 1.48;
  }
  .product-hero--standard .product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin: 0;
  }
  .product-hero--standard .product-actions .cta,
  .product-hero--standard .product-actions .product-btn-secondary {
    width: 100%;
    min-width: 0;
  }
  .product-hero--standard .product-trust-row {
    gap: .4rem;
    margin: 0;
  }
  .product-hero--standard .product-chip {
    padding-inline: .55rem;
    font-size: .75rem;
    white-space: nowrap;
  }
  .product-hero--standard .product-hero__visual {
    max-width: 330px;
    height: 450px;
  }
  .product-hero--standard .contrast-board__row p {
    font-size: 1rem;
  }
}

@media (max-width: 899px) {
  .product-hero--standard {
    min-height: auto;
    padding-block: clamp(2.5rem, 8vw, 4rem);
  }
  .product-hero--standard .product-hero__grid { gap: 2rem; }
  .product-hero--standard .product-hero__copy {
    display: flex;
    flex-direction: column;
  }
  .product-hero--standard h1 { max-width: none; }
  .product-hero--standard .product-hero__visual {
    justify-self: center;
    max-width: 430px;
    min-height: 0;
  }
  .product-hero--standard .contrast-board { min-height: 0; }
}

@media (max-width: 679px) {
  .product-hero--standard .product-actions { gap: .65rem; }
  .product-hero--standard .product-trust-row { margin-top: 1rem; }
  .product-hero--standard .product-chip {
    flex: 1 1 auto;
    justify-content: center;
  }
  .product-hero--standard .product-hero__visual { width: calc(100% - 8px); }
}/* естественное вертикальное центрирование стандартизированных hero. */

@media (min-width: 900px) {
  .product-hero--standard .product-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
  }
  .product-hero--standard .product-kicker {
    margin: 0 0 1rem;
  }
  .product-hero--standard h1 {
    align-self: auto;
    margin: 0 0 1.15rem;
  }
  .product-hero--standard .product-hero__lead {
    align-self: auto;
    margin: 0;
  }
  .product-hero--standard .product-actions {
    align-self: auto;
    margin: 1.35rem 0 0;
  }
  .product-hero--standard .product-trust-row {
    align-self: auto;
    margin: 1rem 0 0;
  }
}

@media (min-width: 1100px) and (max-height: 720px) {
  .product-hero--standard .product-kicker { margin-bottom: .75rem; }
  .product-hero--standard h1 { margin-bottom: .85rem; }
  .product-hero--standard .product-actions { margin-top: 1rem; }
  .product-hero--standard .product-trust-row { margin-top: .75rem; }
}/* возвращена исходная стопка листов из версии до стандартизации hero. */

.how-page .product-hero--standard .report-card {
  overflow: visible;
  transform: rotate(.45deg);
}
.how-page .product-hero--standard .report-card::before {
  inset: 10px -10px -10px 10px;
  transform: rotate(-1.5deg);
  background: var(--surface-2);
  border: 1px solid var(--line);
  box-shadow: none;
}/* Надзаголовки этих hero всегда начинаются от левого края текстовой колонки. */

.how-page .product-hero--standard .product-kicker,
.pricing-page .product-hero--standard .product-kicker {
  align-self: flex-start;
  justify-content: flex-start;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

@media (max-width: 899px) {
  .how-page .product-hero--standard .report-card {
    transform: none;
  }
  .how-page .product-hero--standard .report-card::before {
    inset: 8px 0 -8px 8px;
    transform: rotate(-1deg);
  }
}/* точечные правки страницы /about/. */

.about-page .product-hero--standard .product-kicker {
  align-self: flex-start;
  justify-content: flex-start;
  width: fit-content;
  margin-left: 0;
}

@media (min-width: 900px) {
  .about-page .story-block { align-items: stretch; }
  .about-page .story-aside {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}/* обновление /faq/ и продуктовая переработка /guarantees/. *//* FAQ: современная подача текстовых ссылок и одинаковые CTA. */

.faq-page .product-faq-item__answer a,
.faq-page .faq-email-link {
  color: var(--teal);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-color: color-mix(in srgb, var(--teal) 42%, transparent);
  text-underline-offset: 4px;
  transition: color calc(140ms * var(--motion)) ease,
              text-decoration-color calc(140ms * var(--motion)) ease,
              background-color calc(140ms * var(--motion)) ease;
}
.faq-page .product-faq-item__answer a {
  padding: .06em .14em;
  margin-inline: -.14em;
  border-radius: 4px;
}
.faq-page .faq-email-link { color: var(--ink-on-dark); }
@media (hover:hover) and (pointer:fine) {
  .faq-page .product-faq-item__answer a:hover {
    color: var(--terra-text);
    text-decoration-color: currentColor;
    background: color-mix(in srgb, var(--sage-bg) 68%, transparent);
  }
  .faq-page .faq-email-link:hover { text-decoration-color: currentColor; }
}/* Guarantees hero. */

.guarantees-page .product-hero--standard .product-kicker {
  align-self: flex-start;
  justify-content: flex-start;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.guarantee-board {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(251,246,238,.88);
  box-shadow: 0 24px 70px rgba(44,39,35,.13);
}
.guarantee-board::before {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: inherit;
  background: var(--surface-2);
  transform: rotate(-1.2deg);
}
.guarantee-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 75%, white);
  border-radius: 14px 14px 8px 8px;
  background: var(--karta);
}
.guarantee-board__head span {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
}
.guarantee-board__head strong {
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .065em;
  text-transform: uppercase;
  color: var(--terra-text);
}
.guarantee-board__row {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: .8rem;
  align-items: start;
  padding: 1rem;
  border-inline: 1px solid color-mix(in srgb, var(--line) 75%, white);
  border-bottom: 1px solid var(--line);
  background: var(--karta);
}
.guarantee-board__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: .12rem;
  border-radius: 50%;
  background: var(--sage-bg);
}
.guarantee-board__mark::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: translateY(-1px) rotate(-45deg);
}
.guarantee-board__row small {
  display: block;
  margin-bottom: .15rem;
  color: var(--ink-2);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.guarantee-board__row strong {
  display: block;
  font-size: .94rem;
  line-height: 1.3;
}
.guarantee-board__row p {
  margin-top: .25rem;
  color: var(--ink-2);
  font-size: .78rem;
  line-height: 1.42;
}
.guarantee-board__foot {
  margin-top: auto;
  padding: .8rem 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 75%, white);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: var(--sage-bg);
  color: var(--teal);
  font-size: .78rem;
  font-weight: 750;
  text-align: center;
}/* Guarantees content. */

.guarantees-page .product-section__head { max-width: 820px; }
.guarantee-promise-card {
  display: grid;
  grid-template-columns: 86px minmax(0,1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--karta);
  box-shadow: var(--shadow-card);
}
.guarantee-promise-card__number {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--sage-bg);
  color: var(--teal);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
}/* Ревизия 11, 2026-08-12: вместо номера 01 в кружке - галочка. Номер был один,
   нумеровать нечего, а галочка читается как «это Вы получаете». Размер в процентах
   от кружка, поэтому мобильное уменьшение кружка работает само. */

.guarantee-promise-card__number--check::before {
  content: "";
  width: 42%;
  height: 32%;
  background: var(--teal);
  -webkit-mask: url("/assets/icons/check.80484cea.svg") center/contain no-repeat;
  mask: url("/assets/icons/check.80484cea.svg") center/contain no-repeat;
}
.guarantee-promise-card p {
  color: var(--ink-2);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.68;
}
.guarantee-promise-card strong { color: var(--ink); }
.guarantee-support-grid,
.guarantee-boundary-grid {
  display: grid;
  gap: 1rem;
}
.guarantee-content-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--karta);
  box-shadow: var(--shadow-card);
}
.guarantee-content-card--primary {
  border-color: color-mix(in srgb, var(--teal) 36%, var(--line));
  background: color-mix(in srgb, var(--sage-bg) 38%, var(--karta));
}
.guarantee-content-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: .8rem;
  padding: .25rem .65rem;
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--terra-text);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.guarantee-content-card h2,
.guarantee-content-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.02em;
}
.guarantee-content-card h2 { margin-bottom: 1rem; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.guarantee-content-card h3 { margin-bottom: 1rem; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.16; }
.guarantee-content-card p,
.guarantee-content-card li {
  color: var(--ink-2);
  font-size: .96rem;
  line-height: 1.66;
}
.guarantee-content-card p + p { margin-top: .85rem; }
.guarantee-content-card strong { color: var(--ink); }
.guarantee-content-card--dark {
  border-color: color-mix(in srgb, var(--ink) 75%, var(--line));
  background: var(--ink);
  color: var(--ink-on-dark);
  box-shadow: 0 18px 44px rgba(44,39,35,.14);
}
.guarantee-content-card--dark .guarantee-content-card__label {
  background: rgba(255,255,255,.09);
  color: var(--ink-on-dark-2);
}
.guarantee-content-card--dark h2,
.guarantee-content-card--dark p,
.guarantee-content-card--dark strong { color: var(--ink-on-dark); }
.guarantee-content-card--dark p { color: var(--ink-on-dark-2); }
.guarantee-list {
  display: grid;
  gap: .9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guarantee-list li {
  position: relative;
  padding-left: 1.7rem;
}
.guarantee-list li::before {
  content: "";
  position: absolute;
  left: .1rem;
  top: .58rem;
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: var(--sage);
}
.guarantee-summary-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guarantee-summary-list li {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: .8rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--karta);
}
.guarantee-summary-list__check {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sage-bg);
}
.guarantee-summary-list__check::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: translateY(-1px) rotate(-45deg);
}
.guarantee-summary-list p {
  padding-top: .18rem;
  color: var(--ink-2);
  line-height: 1.58;
}
.guarantee-summary-list strong { color: var(--ink); }
.guarantees-page .guarantees-email-link {
  color: var(--ink-on-dark);
  font-weight: 750;
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

@media (min-width: 900px) {
  .guarantee-support-grid { grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); align-items: stretch; }
  .guarantee-boundary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; }
  .guarantee-content-card { height: 100%; }
}
@media (min-width: 1100px) {
  .guarantees-page .product-hero--standard .product-hero__grid {
    grid-template-columns: minmax(0, 680px) 360px;
  }
  .guarantee-board { height: 490px; max-width: 360px; }
}
@media (min-width: 1100px) and (max-height: 720px) {
  .guarantee-board { height: min(450px, calc(100svh - var(--header-h) - 32px)); padding: .75rem; }
  .guarantee-board__head { padding: .7rem .85rem; }
  .guarantee-board__row { padding: .72rem .85rem; }
  .guarantee-board__row p { font-size: .73rem; }
  .guarantee-board__foot { padding: .6rem .8rem; }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .guarantee-board { height: 450px; max-width: 330px; padding: .8rem; }
  .guarantee-board__row { padding: .8rem; }
}
@media (max-width: 899px) {
  .guarantee-board { width: min(100%, 430px); min-height: 0; margin-inline: auto; }
  .faq-page .product-cta-band__inner,
  .guarantees-page .product-cta-band__inner { align-items: start; }
}
@media (max-width: 679px) {
  .guarantee-promise-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .guarantee-promise-card__number {
    width: 58px;
    height: 58px;
    font-size: 1.2rem;
  }
  .guarantee-board { width: calc(100% - 8px); padding: .7rem; }
  .guarantee-board::before { inset: 8px 0 -8px 8px; }
  .guarantee-board__head { padding: .75rem; }
  .guarantee-board__head strong { font-size: .62rem; }
  .guarantee-board__row { grid-template-columns: 30px minmax(0,1fr); gap: .65rem; padding: .8rem .75rem; }
  .guarantee-board__mark { width: 28px; height: 28px; }
  .guarantee-content-card { padding: 1.2rem; }
  .guarantee-summary-list li { grid-template-columns: 30px minmax(0,1fr); padding: .9rem; }
  .guarantee-summary-list__check { width: 28px; height: 28px; }
}/* FAQ и темные CTA используют общий стиль текстовых ссылок. */

.faq-page .product-faq-item__answer a.text-link,
.faq-page a.faq-email-link.text-link,
.guarantees-page a.guarantees-email-link.text-link {
  color: var(--teal);
  font-weight: inherit;
  text-decoration: none;
  text-decoration-color: transparent;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  border-radius: 6px;
  padding: 1px 4px;
  margin: -1px -4px;
}
.faq-page a.faq-email-link.text-link,
.guarantees-page a.guarantees-email-link.text-link { color: var(--ink-on-dark); }
@media (hover:hover) and (pointer:fine) {
  .faq-page .product-faq-item__answer a.text-link:hover {
    color: var(--ink);
    background: var(--sage-bg);
    text-decoration: none;
  }
  .faq-page a.faq-email-link.text-link:hover,
  .guarantees-page a.guarantees-email-link.text-link:hover {
    color: var(--ink-on-dark);
    background: rgba(251,246,238,.14);
    text-decoration: none;
  }
}/* корректировки страницы гарантий. */

.guarantee-board__head {
  padding: .2rem .15rem .85rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.guarantee-board__head strong {
  color: var(--terra-text);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.guarantee-board__row:first-of-type {
  border-top: 0;
}/* Две карточки "Границы продукта" и "Приватность" собираются в один экран
   на десктопе, без уменьшения ширины текстовой колонки. */

@media (min-width: 900px) {
  .guarantees-boundaries-section {
    display: flex;
    align-items: center;
    min-height: calc(100svh - var(--header-h));
    padding-block: clamp(1.5rem, 3.6vh, 2.75rem);
  }
  .guarantees-boundaries-section .product-shell { width: 100%; }
  .guarantee-boundary-grid { gap: 1rem; }
  .guarantee-boundary-grid .guarantee-content-card {
    justify-content: center;
    padding: clamp(1.25rem, 2.2vw, 1.65rem);
  }
  .guarantee-boundary-grid .guarantee-content-card__label {
    margin-bottom: .58rem;
  }
  .guarantee-boundary-grid .guarantee-content-card h2 {
    margin-bottom: .68rem;
    font-size: clamp(1.55rem, 2.25vw, 2rem);
    line-height: 1.08;
  }
  .guarantee-boundary-grid .guarantee-content-card p,
  .guarantee-boundary-grid .guarantee-content-card li {
    font-size: clamp(.82rem, 1.12vw, .9rem);
    line-height: 1.48;
  }
  .guarantee-boundary-grid .guarantee-content-card p + p { margin-top: .62rem; }
  .guarantee-boundary-grid .guarantee-list { gap: .6rem; }
  .guarantee-boundary-grid .guarantee-list li { padding-left: 1.45rem; }
  .guarantee-boundary-grid .guarantee-list li::before { top: .48rem; }
}/* Удаляем прежние локальные варианты ссылки: темные CTA теперь используют
   единое глобальное правило из components.css. */

.faq-page a.faq-email-link.text-link,
.guarantees-page a.guarantees-email-link.text-link {
  color: var(--ink-on-dark);
  font-weight: inherit;
  text-decoration: none;
}

@media (max-width: 679px) {
  .guarantees-page .product-actions,
  .faq-page .product-actions { width: 100%; }
}/* На светлом product hero кнопки немного шире; темные CTA используют общий 220px-стандарт. */

@media (min-width: 1100px) {
  .product-page .product-hero--standard .product-actions:has(> :is(a, button):nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 236px));
  }
}
@media (min-width: 900px) and (max-height: 650px) {
  .guarantees-boundaries-section { padding-block: 1rem; }
  .guarantee-boundary-grid .guarantee-content-card { padding: 1rem 1.2rem; }
  .guarantee-boundary-grid .guarantee-content-card__label {
    min-height: 24px;
    margin-bottom: .45rem;
    padding-block: .15rem;
  }
  .guarantee-boundary-grid .guarantee-content-card h2 {
    margin-bottom: .5rem;
    font-size: 1.48rem;
  }
  .guarantee-boundary-grid .guarantee-content-card p,
  .guarantee-boundary-grid .guarantee-content-card li {
    font-size: .79rem;
    line-height: 1.4;
  }
  .guarantee-boundary-grid .guarantee-content-card p + p { margin-top: .48rem; }
  .guarantee-boundary-grid .guarantee-list { gap: .45rem; }
}
.faq-page .faq-expand-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 132px));
  gap: .4rem;
  width: fit-content;
  max-width: 100%;
}
.faq-page .faq-expand-actions > button {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
@media (max-width: 520px) {
  .faq-page .faq-expand-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}/* точечные корректировки /guarantees/ и /contacts/. */

.guarantee-board__head.report-sheet__top {
  padding: .2rem .15rem .85rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.guarantee-board__head .report-sheet__brand {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
}
.guarantee-board__head .report-sheet__tag {
  color: var(--terra-text);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .guarantee-boundary-grid .guarantee-content-card {
    padding: clamp(1.05rem, 1.8vw, 1.45rem);
  }
  .guarantee-boundary-grid .guarantee-content-card h2 {
    font-size: clamp(1.72rem, 2.35vw, 2.08rem);
  }
  .guarantee-boundary-grid .guarantee-content-card p,
  .guarantee-boundary-grid .guarantee-content-card li {
    font-size: clamp(.94rem, 1.18vw, 1rem);
    line-height: 1.5;
  }
  .guarantee-boundary-grid .guarantee-content-card p + p { margin-top: .56rem; }
  .guarantee-boundary-grid .guarantee-list { gap: .54rem; }
}
@media (min-width: 900px) and (max-height: 650px) {
  .guarantee-boundary-grid .guarantee-content-card {
    padding: .85rem 1.05rem;
  }
  .guarantee-boundary-grid .guarantee-content-card__label {
    min-height: 22px;
    margin-bottom: .35rem;
    padding-block: .1rem;
  }
  .guarantee-boundary-grid .guarantee-content-card h2 {
    margin-bottom: .42rem;
    font-size: 1.58rem;
  }
  .guarantee-boundary-grid .guarantee-content-card p,
  .guarantee-boundary-grid .guarantee-content-card li {
    font-size: .9rem;
    line-height: 1.42;
  }
  .guarantee-boundary-grid .guarantee-content-card p + p { margin-top: .4rem; }
  .guarantee-boundary-grid .guarantee-list { gap: .36rem; }
  .guarantee-boundary-grid .guarantee-list li { padding-left: 1.35rem; }
}/* точное исправление по визуальным эталонам /how/ и /contacts/. *//* /guarantees/: та же стопка листов, что у «Фрагмента Отчета» на /how/. */

.guarantees-page .product-hero--standard .guarantee-board.report-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(251,246,238,.84);
  box-shadow: 0 24px 70px rgba(44,39,35,.13);
  transform: rotate(.45deg);
}
.guarantees-page .product-hero--standard .guarantee-board.report-card::before {
  inset: 10px -10px -10px 10px;
  border: 1px solid var(--line);
  border-radius: inherit;
  background: var(--surface-2);
  box-shadow: none;
  transform: rotate(-1.5deg);
}
.guarantees-page .guarantee-board__sheet.report-sheet {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 70%, white);
  border-radius: 15px;
  background: var(--karta);
}
.guarantees-page .guarantee-board__head.report-sheet__top {
  padding: 0 0 .85rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.guarantees-page .guarantee-board__row {
  border-inline: 0;
  background: transparent;
}
.guarantees-page .guarantee-board__row:first-of-type {
  border-top: 0;
}
.guarantees-page .guarantee-board__foot {
  margin-top: auto;
}/* «Границы продукта» и «Приватность»: нормальный читаемый кегль. */

@media (min-width: 900px) {
  .guarantee-boundary-grid .guarantee-content-card {
    padding: clamp(1.35rem, 2vw, 1.7rem);
  }
  .guarantee-boundary-grid .guarantee-content-card h2 {
    margin-bottom: .8rem;
    font-size: clamp(1.9rem, 2.45vw, 2.18rem);
    line-height: 1.1;
  }
  .guarantee-boundary-grid .guarantee-content-card p,
  .guarantee-boundary-grid .guarantee-content-card li {
    font-size: clamp(1rem, 1.18vw, 1.06rem);
    line-height: 1.52;
  }
  .guarantee-boundary-grid .guarantee-content-card p + p {
    margin-top: .72rem;
  }
  .guarantee-boundary-grid .guarantee-list {
    gap: .68rem;
  }
}
@media (min-width: 900px) and (max-height: 650px) {
  .guarantee-boundary-grid .guarantee-content-card {
    padding: 1.1rem 1.25rem;
  }
  .guarantee-boundary-grid .guarantee-content-card__label {
    min-height: 24px;
    margin-bottom: .48rem;
    padding-block: .15rem;
  }
  .guarantee-boundary-grid .guarantee-content-card h2 {
    margin-bottom: .58rem;
    font-size: 1.9rem;
  }
  .guarantee-boundary-grid .guarantee-content-card p,
  .guarantee-boundary-grid .guarantee-content-card li {
    font-size: 1rem;
    line-height: 1.45;
  }
  .guarantee-boundary-grid .guarantee-content-card p + p {
    margin-top: .55rem;
  }
  .guarantee-boundary-grid .guarantee-list {
    gap: .5rem;
  }
}/* На мобильных листы остаются аккуратной стопкой без бокового выхода. */

@media (max-width: 899px) {
  .guarantees-page .product-hero--standard .guarantee-board.report-card {
    transform: none;
  }
  .guarantees-page .product-hero--standard .guarantee-board.report-card::before {
    inset: 8px 0 -8px 8px;
    transform: rotate(-1deg);
  }
}/* без разделительной линии перед нижней плашкой карточки гарантий. */

.guarantees-page .guarantee-board__row--last {
  border-bottom: 0;
}/* /about/: плотный смысловой блок без сокращения текста. */

@media (min-width: 900px) {
  .about-page #why-persavel .story-block {
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .72fr);
    gap: clamp(1.25rem, 2.2vw, 2rem);
    align-items: stretch;
  }
  .about-page #why-persavel .story-copy {
    font-size: clamp(1rem, 1.22vw, 1.16rem);
    line-height: 1.48;
  }
  .about-page #why-persavel .story-copy p + p {
    margin-top: .68rem;
  }
  .about-page #why-persavel .story-aside {
    padding: clamp(1.35rem, 2vw, 1.7rem);
  }
  .about-page #why-persavel .story-aside h3 {
    margin-bottom: .62rem;
    font-size: clamp(1.32rem, 1.8vw, 1.58rem);
    line-height: 1.18;
  }
  .about-page #why-persavel .story-aside p {
    font-size: .94rem;
    line-height: 1.45;
  }
  .about-page #why-persavel .story-aside__formula {
    gap: .48rem;
    margin-top: .82rem;
  }
  .about-page #why-persavel .story-aside__formula span {
    padding: .55rem .66rem;
    font-size: .86rem;
    line-height: 1.35;
  }
}

@media (min-width: 900px) and (max-height: 700px) {
  .about-page #why-persavel .story-copy {
    font-size: 1rem;
    line-height: 1.4;
  }
  .about-page #why-persavel .story-copy p + p {
    margin-top: .5rem;
  }
  .about-page #why-persavel .story-aside {
    padding: 1.2rem;
  }
  .about-page #why-persavel .story-aside h3 {
    margin-bottom: .5rem;
    font-size: 1.3rem;
  }
  .about-page #why-persavel .story-aside__formula {
    gap: .4rem;
    margin-top: .65rem;
  }
  .about-page #why-persavel .story-aside__formula span {
    padding: .48rem .58rem;
    font-size: .82rem;
  }
}/* чередование фонов на продуктовых страницах. */

.product-section.repeat-cost-section {
  background: color-mix(in srgb, var(--cta) 7%, var(--bg));
  border-block: 1px solid color-mix(in srgb, var(--cta) 18%, var(--line));
}/* Accessibility pass: operational helper text remains readable on every breakpoint. */

.price-card__micro,
.guarantee-board__row p,
.guarantee-board__foot { font-size: .8125rem; }/* Button geometry: one primary/secondary height across product and pricing surfaces. */

.product-btn-secondary,
.product-actions > .cta,
.product-actions > .product-btn-secondary,
.price-card > .cta,
.product-cta-band :is(.cta, .product-btn-secondary),
.product-hero--standard .product-actions .cta,
.product-hero--standard .product-actions .product-btn-secondary {
  min-height: var(--cta-h);
}/* Responsive process controls for /how/. */

@media (max-width: 899px) {
  .how-page .process-tabs {
    display: flex;
    gap: .65rem;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* Отступ сверху обязателен. При overflow-y:hidden лента обрезает все, что вылезает
       за ее padding-box, а карточка при наведении приподнимается на 2px - и срезалась
       верхней кромкой. Та же поломка была на лентах лендингов (.issue-tabs), здесь ее
       пропустили: правили один компонент, а таких лент две. */
    padding: .35rem 0 .55rem;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: thin;
    scrollbar-color: var(--field-border) transparent;
  }
  .how-page .process-tabs::-webkit-scrollbar { height: 7px; }
  .how-page .process-tabs::-webkit-scrollbar-track { background: transparent; }
  .how-page .process-tabs::-webkit-scrollbar-thumb { background: var(--field-border); border-radius: 999px; }
  .how-page .process-tab {
    flex: 0 0 min(78vw, 300px);
    width: auto;
    min-height: 72px;
    scroll-snap-align: start;
  }
}/* V118 - /how/ и /guarantees/: сохраняем исходную стопку листов и делаем
   размер hero зависимым от реального размера карточки, без смены оформления. */

:is(.how-page, .guarantees-page) .product-hero--standard {
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
  height: auto;
  padding-block: clamp(1.75rem, 4vh, 3.25rem);
  overflow: visible;
}
:is(.how-page, .guarantees-page) .product-hero--standard .product-hero__grid {
  width: 100%;
  align-items: center;
}
:is(.how-page, .guarantees-page) .product-hero--standard .product-hero__copy {
  min-width: 0;
  max-width: none;
}/* Общая внешняя стопка. */

:is(.how-page, .guarantees-page) .product-hero--standard .report-card,
.guarantees-page .product-hero--standard .guarantee-board.report-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: .8rem;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(251,246,238,.84);
  box-shadow: 0 24px 70px rgba(44,39,35,.13);
  transform: rotate(.45deg);
}
:is(.how-page, .guarantees-page) .product-hero--standard .report-card::before,
.guarantees-page .product-hero--standard .guarantee-board.report-card::before {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: inherit;
  background: var(--surface-2);
  box-shadow: none;
  transform: rotate(-1.5deg);
}
:is(.how-page, .guarantees-page) .product-hero--standard .report-sheet,
.guarantees-page .guarantee-board__sheet.report-sheet {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 70%, white);
  border-radius: 15px;
  background: var(--karta);
}
.how-page .product-hero--standard .report-insight { margin-top: 1rem; }
.guarantees-page .product-hero--standard .guarantee-board__head.report-sheet__top {
  padding: 0 0 .85rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.guarantees-page .product-hero--standard .guarantee-board__row {
  flex: 0 0 auto;
  border-inline: 0;
  background: transparent;
}
.guarantees-page .product-hero--standard .guarantee-board__row:first-of-type { border-top: 0; }
.guarantees-page .product-hero--standard .guarantee-board__foot { margin-top: auto; }

@media (min-width: 1100px) {
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__grid {
    grid-template-columns: minmax(0, 680px) 360px;
    justify-content: space-between;
    gap: 40px;
  }
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__visual,
  :is(.how-page, .guarantees-page) .product-hero--standard .report-card,
  .guarantees-page .product-hero--standard .guarantee-board.report-card {
    width: 360px;
    max-width: 360px;
    min-height: 490px;
    justify-self: end;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 2rem;
  }
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__visual,
  :is(.how-page, .guarantees-page) .product-hero--standard .report-card,
  .guarantees-page .product-hero--standard .guarantee-board.report-card {
    width: 330px;
    max-width: 330px;
    min-height: 450px;
    justify-self: end;
  }
}

@media (max-width: 899px) {
  :is(.how-page, .guarantees-page) .product-hero--standard {
    min-height: auto;
    padding-block: clamp(2.5rem, 8vw, 4rem);
  }
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 3rem);
  }
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__visual,
  :is(.how-page, .guarantees-page) .product-hero--standard .report-card,
  .guarantees-page .product-hero--standard .guarantee-board.report-card {
    width: min(calc(100% - 12px), 430px);
    max-width: 430px;
    min-height: 0;
    margin-inline: auto;
    justify-self: center;
    transform: rotate(.25deg);
  }
  :is(.how-page, .guarantees-page) .product-hero--standard .report-card::before,
  .guarantees-page .product-hero--standard .guarantee-board.report-card::before {
    inset: 8px -8px -8px 8px;
    transform: rotate(-1deg);
  }
}

@media (max-width: 480px) {
  :is(.how-page, .guarantees-page) .product-hero--standard .product-hero__visual,
  :is(.how-page, .guarantees-page) .product-hero--standard .report-card,
  .guarantees-page .product-hero--standard .guarantee-board.report-card {
    width: calc(100% - 10px);
    padding: .65rem;
  }
  :is(.how-page, .guarantees-page) .product-hero--standard .report-sheet,
  .guarantees-page .guarantee-board__sheet.report-sheet { padding: .85rem; }
}/* ═══════════════════════════════════════════════════════════
   320-359px: длинные слова в заголовках разделов
   На 320px «сгенерированный» кеглем 32px рисуется на 288px в колонке 280px -
   слово выходило за контейнер. Порог считается точно: 288px помещаются, когда
   ширина окна >= 328px, поэтому правило живет строго ниже 360px и десктоп,
   планшет и обычный мобильный (360/375/390/414) не затрагивает.
   Кегль на этой ширине - 28px: то же слово встает в 252px, запас 28px.
   Перенос по слогам-страховка: если появится слово еще длиннее, оно разорвется,
   а не обрежется.
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 359px) {
  .product-section__head h2 { font-size: 1.75rem; }
  :is(.product-section__head, .lp-section-head, .product-hero) :is(h1, h2, h3) {
    overflow-wrap: break-word;
  }/* Заголовок «Гарантий» - самый длинный h1 на сайте (43 знака).
     На 320x568 при базовом кегле 2.35rem он занимает 4 строки и опускает
     первичную CTA на 578px при высоте окна 568px, т.е. на 10px ниже сгиба.
     Кегль 2rem: высота h1 156px -> 133px, низ CTA 555px, запас до сгиба 13px.
     Правило живет строго ниже 360px: 360/375/390/414 и десктоп не затрагивает. */

  .guarantees-hero h1 { font-size: 2rem; }
}/* ═══════════════════════════════════════════════════════════
   БЛОК ТАРИФОВ - ВОЗВРАТ К ЭТАЛОНУ ПЕРВОНАЧАЛЬНОЙ СБОРКИ (13.08.2026)
   В исходной сборке компонент назывался .plans и был устроен предельно просто:
     .plans { display:grid }  @media (min-width:720px) { repeat(3, 1fr); align-items:stretch }
   То есть три равные карточки в один ряд начиная с 720px, без исключений.
   Что накопилось у нас: правила для .pricing-grid объявлены в восьми местах файла
   с разными медиаусловиями, и они конфликтуют. На ширинах 1024-1179 (окно оператора
   1161) получался гибрид: сетка в ТРИ колонки (правило ниже по файлу перебивало
   двухколоночное), а последняя карточка при этом растягивалась на всю строку и
   принудительно ужималась до 50% по центру. Видно как пустая третья колонка сверху
   и узкая карточка снизу.
   Правило ниже стоит последним в файле и перекрывает весь этот слоеный пирог.
   Одно место вместо восьми - дальше менять сетку тарифов только здесь.
   ═══════════════════════════════════════════════════════════ */

@media (min-width: 720px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
  .pricing-grid .price-card:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}

/* Метка редакции внизу «Гарантий». Страница продуктовая, legal.css на ней не
   подключен, поэтому оформление задается здесь. Метка нужна реестру редакций:
   без нее молчаливую правку текста нечем отличить от новой редакции. */
.guarantees-meta { padding: 8px 0 32px; }
.guarantees-meta .legal-meta { font-size: var(--fs-small); color: var(--ink-2); margin: 0; }
