/* Страница «Запросы» — только своё: сферы-раскрытия, пары «как сейчас →
   чего хочу», сравнение «было → стало». Общий вид страницы (полоса, цвета,
   заголовки, капсулы, значки) берётся из page.css, который подключён выше. */

/* Второстепенный текст — курсивная Lora. */
.lead-p, .sph .ttl small, .pair .why, .more .txt, .sec > .sub2 {
  font-family: "Lora", Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400;
}

/* Темы запросов: прозрачные капсулы, только контур. */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 22px auto 0; max-width: 700px; }
.chip {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px;
  padding: 8px 20px; border-radius: 999px; border: 1.5px solid var(--pom); color: var(--pom);
  background: transparent; text-decoration: none; font-size: 14.5px; font-weight: 600;
  transition: background .16s, color .16s, border-color .16s, transform .16s;
}
.chip:hover { background: var(--pom); color: #fff; transform: translateY(-2px); }
@media (max-width: 600px) { .chip { font-size: 13.5px; padding: 7px 15px; min-height: 38px; } .chips { gap: 8px; } }

/* Строка во всю полосу: узкая колонка оставляла пустое поле справа. */
.sec > p, .lead-p, .said, .sec > .offer p, .sec > .bridge p { max-width: none; }

/* Заголовок раздела со значком: значок висит слева, черта под всей строкой. */
.sec > h2 { display: flex; align-items: flex-start; gap: 10px; }
.sec > h2 .ic { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 2px; }

/* Реплика клиента — крупно, с чертой слева. */
.said { font-size: 19px; margin-bottom: 20px; }
.said + p { margin-top: -4px; }

/* Сфера: строка-раскрытие. Заголовок, подзаголовок, тонкая линия. */
.sph { border-bottom: 1px solid var(--hair); scroll-margin-top: 90px; }
.sph:first-of-type { border-top: 1px solid var(--hair); }
.sph > summary {
  list-style: none; cursor: pointer; padding: 17px 34px 17px 0; position: relative;
}
.sph > summary::-webkit-details-marker { display: none; }
.sph .ttl { font-size: 19px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.sph .ttl small { display: block; font-weight: 400; font-size: 15px; color: var(--ink-3); margin-top: 3px; }
.sph > summary::after {
  content: ""; position: absolute; right: 6px; top: 26px;
  width: 9px; height: 9px; border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
  transform: rotate(45deg); transition: transform .2s;
}
.sph[open] > summary::after { transform: rotate(-135deg); top: 30px; }
.sph .inner { padding: 0 0 22px; }
.sph p, .pair p, .more .txt, .bab p, .offer p, .bridge p { max-width: none; }

/* Пара «как сейчас → чего хочу». Сейчас — обычным текстом, желание — акцентом. */
.pair { margin: 0 0 26px; }
.pair:last-of-type { margin-bottom: 0; }
.pair .now { font-size: 17px; line-height: 1.55; color: var(--ink); margin: 0 0 10px; }
.pair .why { font-size: 16px; color: var(--ink-3); margin: 0 0 10px; }
.pair .want {
  font-size: 17px; color: var(--pom); font-weight: 600; margin: 0;
  padding-left: 16px; border-left: 2px solid var(--gold);
}

/* Свёрнутый остаток — текстом через точку, а не списком-раздаткой. */
.more { margin: 22px 0 0; }
.more > summary {
  list-style: none; cursor: pointer; color: var(--pom); font-size: 16px;
  min-height: 40px; display: inline-flex; align-items: center; border-bottom: 1px dotted var(--pom);
}
.more > summary::-webkit-details-marker { display: none; }
.more .txt { margin: 12px 0 0; color: var(--ink-2); font-size: 16px; line-height: 1.72; }

/* Было → стало: две колонки простым текстом, без рамок. */
.bab { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; margin: 0 0 6px; }
@media (max-width: 640px) { .bab { grid-template-columns: 1fr; gap: 22px; } }
.bab h4 {
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px;
  font-weight: 700; padding-bottom: 8px; border-bottom: 1px solid var(--hair);
}
.bab .was h4 { color: var(--ink-3); }
.bab .now2 h4 { color: var(--pom); border-bottom-color: var(--gold); }
.bab p { font-size: 16.5px; margin: 0 0 11px; }

/* Материал и мост — сдержанные врезки. */
.offer, .bridge { border-top: 1px solid var(--hair); padding: 22px 0 0; }
.offer h3, .bridge h3 { font-size: 19px; margin: 0 0 9px; color: var(--ink); }

/* Плашка заявки внизу страницы: прозрачный прямоугольник во всю ширину
   текста, прямые углы, надпись по центру. Заготовка — когда появится форма
   или бот, адрес подставляется в href, вид не меняется. */
.diag-box {
  display: flex; align-items: center; justify-content: center;
  min-height: 92px; padding: 20px 24px; text-align: center;
  background: transparent; border: 1.5px solid var(--pom); border-radius: 0;
  color: var(--pom); text-decoration: none;
  font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.diag-box:hover { background: var(--pom); color: #fff; }
@media (max-width: 600px) {
  .diag-box { min-height: 76px; font-size: 13.5px; letter-spacing: .06em; }
}
