/* =========================================================================
   Streptatest — main stylesheet
   Pixel-perfect по макету Figma 8-14 (база 1440 / контент 1200) + адаптив.
   ========================================================================= */

:root {
	--bg: #eff8ff;
	--primary: #b62881;
	--primary-dark: #6f0d4b;
	--primary-hover: #9c1f6d;
	--ink: #040404;
	--muted: #525252;
	--faint: #b0b0b0;
	--line: #d5d5d5;
	--card: #ffffff;
	--num: rgba(255, 0, 160, 0.5);
	--blue: #9fcbe6;
	--ink-blue: #2f2754;
	--green: rgba(0, 165, 49, 0.56);

	--radius: 24px;
	--radius-sm: 12px;
	--pill: 60px;

	--container: 1200px;
	--header: 1400px;
	--gutter: 20px;
	--media: 590px;   /* ширина изображения в сплит-карточках по макету */

	--font: "Google Sans", "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--display: "Bebas Neue", "Google Sans", var(--font);
}

/* ----------------------------- Reset / base ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	overflow-x: clip;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.2;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; background: var(--primary); color: #fff; padding: 10px 16px; }
.skip-link:focus { left: 0; }

/* ----------------------------- Layout ----------------------------- */
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(737px + var(--gutter) * 2); }
.container--reading { max-width: 840px; }

.section { padding-block: 48px; }
.section:first-child { padding-top: 40px; }

.section__head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section__title { font-size: 40px; font-weight: 400; line-height: 1.2; color: var(--ink); }
.section__title .accent { color: var(--primary); }
.section__subtitle { margin-top: 23px; font-size: 16px; line-height: 1.2; color: var(--ink); }
.section__subtitle--wide { max-width: 720px; margin-inline: auto; }
.section__actions { display: flex; justify-content: center; margin-top: 40px; }
.section__note { max-width: 1200px; margin: 30px auto 0; text-align: center; font-size: 16px; line-height: 1.2; color: var(--muted); }
.section__note b { font-weight: 700; }

/* ----------------------------- Buttons ----------------------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	height: 48px; min-width: 160px; padding-inline: 32px;
	border-radius: var(--pill); font-size: 12px; font-weight: 500; line-height: 1;
	border: 0; transition: background-color .2s ease, color .2s ease, transform .1s ease;
}
.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-hover); }
.btn--outline { background: transparent; color: var(--ink-blue); border: 1px solid #2a2a2a; }
.btn--outline:hover { background: var(--ink-blue); color: #fff; border-color: var(--ink-blue); }

/* ----------------------------- Icons / placeholder ----------------------------- */
.icon { width: 44px; height: 44px; color: var(--primary); flex: none; }
.img-placeholder { display: block; width: 100%; height: 100%; min-height: 120px; border-radius: inherit; background: linear-gradient(135deg, #e6f1fb 0%, #d7e8f6 100%); position: relative; }
.img-placeholder::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 50% 45%, rgba(182, 40, 129, .10), transparent 60%); }

/* ----------------------------- Header ----------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--bg); }
.site-header__inner { max-width: var(--header); margin-inline: auto; padding: 20px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo__text { font-size: 24px; font-weight: 700; color: var(--primary); letter-spacing: .2px; }
.site-logo__img { max-height: 40px; width: auto; }
.main-nav__list { display: flex; align-items: center; gap: 36px; }
.main-nav__list a { font-size: 16px; color: var(--primary-dark); white-space: nowrap; transition: color .15s ease; }
.main-nav__list a:hover { color: var(--primary); }
.site-header__cta { flex: none; }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; color: var(--primary-dark); padding: 0; align-items: center; justify-content: center; }
.nav-toggle .icon { width: 28px; height: 28px; }
.nav-toggle__close { display: none; }

/* ----------------------------- Hero ----------------------------- */
.hero { padding-top: 40px; }
.hero__head { display: flex; flex-direction: column; align-items: center; gap: 34px; text-align: center; }
.hero__title { font-size: 48px; font-weight: 500; line-height: 1.3; color: var(--primary-dark); display: flex; flex-direction: column; align-items: center; gap: 0; }
.hero__band { display: inline-flex; align-items: center; justify-content: center; padding: 6px 27px 14px; margin-top: 4px; background: var(--num); border-radius: 62px; color: #fff; }
.hero__subtitle { margin-top: 12px; font-size: 16px; line-height: 1.2; color: #000; }
.hero__actions { display: flex; align-items: center; gap: 20px; }
.hero__actions .btn { height: 40px; }

.hero__visual { margin-top: 34px; display: grid; grid-template-columns: var(--media) 1fr; gap: 20px; align-items: stretch; }
.hero__left { display: flex; flex-direction: column; gap: 10px; }
.hero__photo { background: var(--card); border-radius: var(--radius); padding: 40px 20px; display: flex; align-items: center; justify-content: center; flex: 1 1 auto; }
.hero__photo .img-placeholder { aspect-ratio: 549 / 282; min-height: 0; }
.hero__photo-img { width: 100%; height: auto; object-fit: contain; }
.hero__row { display: grid; grid-template-columns: 285px 1fr; gap: 24px; align-items: center; }
.result-card { background: var(--card); border-radius: var(--radius); min-height: 176px; padding: 24px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.result-card__label { color: var(--primary); font-size: 20px; line-height: 1.2; margin-bottom: 14px; }
.result-card__value { font-size: 24px; line-height: 1.2; margin-bottom: 14px; }
.result-card__note { font-size: 12px; font-weight: 500; line-height: 1.2; }
.result-card__dot { width: 42px; height: 42px; border-radius: 50%; flex: none; }
.hero__note { font-size: 16px; line-height: 1.2; display: flex; flex-direction: column; gap: 12px; }
.hero__note .t-pink { color: var(--primary); }
.hero__note .t-pink-2 { color: #cb8db4; }
.hero__big { border-radius: var(--radius); overflow: hidden; background: #dfeaf5; min-height: 587px; }
.hero__big .img-placeholder { height: 100%; }
.hero__big-img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------------------- Split cards (image + body) ----------------------------- */
.card { background: var(--card); border-radius: var(--radius); }
.split-card { display: grid; grid-template-columns: var(--media) 1fr; gap: 47px; align-items: center; min-height: 587px; }
.split-card__media { align-self: stretch; border-radius: var(--radius) 0 0 var(--radius); overflow: hidden; background: #dfeaf5; }
.split-card__media .img-placeholder { height: 100%; min-height: 587px; }
.split-card__media--blue { background: var(--blue); }
.split-card__img { width: 100%; height: 100%; object-fit: cover; }
.split-card__body { padding: 48px 64px 48px 0; }
.split-card__actions { margin-top: 28px; }
.block-title { font-size: 40px; font-weight: 400; line-height: 1.2; color: var(--ink); margin-bottom: 30px; }
.block-title .accent { color: var(--primary); }
.block-text { font-size: 16px; line-height: 1.2; color: #000; margin-bottom: 30px; }
.lead { font-size: 18px; line-height: 1.5; color: var(--primary); margin-bottom: 22px; }
.prose p { font-size: 16px; line-height: 1.6; color: var(--ink); margin-bottom: 16px; }
.prose p:last-child { margin-bottom: 0; }

/* «Почему болит горло» reasons */
.reasons { display: flex; flex-direction: column; gap: 35px; }
.reasons__item { display: flex; align-items: flex-start; gap: 19px; }
.reasons__icon { width: 56px; height: 56px; display: block; flex: none; margin: 0; }
.reasons__body { flex: 1; }
.reasons__title { font-size: 20px; font-weight: 400; line-height: 1.2; color: var(--primary); margin-bottom: 15px; }
.reasons__text { font-size: 16px; line-height: 1.2; color: #000; }

/* Чек-лист (Когда важно / Чем опасен) */
.checklist { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.checklist__item { display: flex; align-items: center; gap: 20px; font-size: 20px; line-height: 1.3; color: #000; }
.checklist__icon { width: 31px; height: 31px; color: #fff; background: var(--primary); border-radius: 50%; padding: 7px; flex: none; }
.checklist--light .checklist__item { color: #fff; }
.checklist--light .checklist__icon { background: #fff; color: var(--primary); }

/* Feature list (Почему важно сделать тест) */
.feature-list { display: flex; flex-direction: column; gap: 30px; margin-bottom: 28px; }
.feature-list__item { display: flex; align-items: flex-start; gap: 18px; }
.feature-list__icon { width: 44px; height: 44px; color: var(--primary); flex: none; }
.feature-list__title { font-size: 20px; font-weight: 400; line-height: 1.2; color: var(--primary); margin-bottom: 4px; }
.feature-list__text { font-size: 16px; line-height: 1.2; color: #000; }

/* ----------------------------- Symptoms (num cards 244) ----------------------------- */
.symptoms__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.num-card { position: relative; background: var(--card); border-radius: var(--radius); padding: 35px 27px 43px 38px; min-height: 244px; display: flex; flex-direction: column; }
.num-card__icon { position: absolute; top: 30px; right: 30px; width: 56px; height: 56px; color: var(--primary); object-fit: contain; }
.num-card__num { font-size: 24px; line-height: 1.2; color: var(--num); margin-bottom: 44px; }
.num-card__title { font-size: 20px; font-weight: 400; line-height: 1.2; color: #000; margin-bottom: 12px; }
.num-card__text { font-size: 16px; line-height: 1.2; color: #000; }

/* ----------------------------- Lab columns (3) ----------------------------- */
.lab__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.lab-col__icon { width: 67px; height: 67px; color: var(--primary); margin-bottom: 35px; }
.lab-col__title { font-size: 20px; color: var(--primary); line-height: 1.2; margin-bottom: 15px; }
.lab-col__text { font-size: 16px; line-height: 1.2; color: #000; }

/* ----------------------------- Products (cards 349) ----------------------------- */
.products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: var(--card); border-radius: var(--radius); min-height: 349px; padding: 24px 42px 24px 22px; display: flex; flex-direction: column; }
.product-card__media { height: 167px; display: flex; align-items: center; justify-content: flex-end; margin-bottom: 24px; }
.product-card__media .img-placeholder { width: 266px; height: 100%; min-height: 0; border-radius: 8px; }
.product-card__title { font-size: 20px; font-weight: 400; color: var(--primary); line-height: 1.2; margin-bottom: 15px; }
.product-card__title b { font-weight: 700; }
.product-card__sub { font-size: 16px; line-height: 1.2; color: #000; }

/* ----------------------------- Advantages / Steps (num cards 220) ----------------------------- */
.advantages__grid, .steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.adv-card, .step-card { position: relative; background: var(--card); border-radius: var(--radius); padding: 36px 30px; min-height: 220px; }
.adv-card__num, .step-card__num { display: block; font-size: 24px; line-height: 1.2; color: var(--num); margin-bottom: 36px; }
.adv-card__icon { position: absolute; top: 36px; right: 30px; width: 44px; height: 44px; color: var(--primary); }
.adv-card__title, .step-card__title { font-size: 20px; font-weight: 700; line-height: 1.2; color: #000; margin-bottom: 12px; }
.adv-card__text, .step-card__text { font-size: 16px; line-height: 1.2; color: #000; }
.step-card { min-height: 244px; padding: 35px 30px 43px; }
.step-card__illo { position: absolute; top: 24px; right: 24px; width: 96px; height: auto; margin: 0; }
.step-card__num { margin-bottom: 0; }
.step-card__title { margin-top: 56px; }

/* Результаты теста */
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.result-tile { background: var(--card); border-radius: var(--radius); padding: 36px 30px; min-height: 220px; display: flex; flex-direction: column; }
.result-tile__illo { width: 100%; max-width: 240px; height: auto; display: block; margin: 0 auto 18px; }
.result-tile__title { font-size: 20px; font-weight: 700; line-height: 1.2; color: #000; margin-bottom: 12px; }
.result-tile__sub { font-size: 16px; line-height: 1.2; color: #000; margin-bottom: auto; }
.result-badge { display: inline-flex; align-items: center; justify-content: center; height: 31px; padding: 0 24px; margin-top: 20px; border-radius: var(--pill); font-size: 12px; font-weight: 500; color: #fff; align-self: flex-start; }
.result-badge--pos { background: var(--primary); }
.result-badge--neg { background: var(--green); }
.result-badge--err { background: #b4b4b4; }

/* ----------------------------- Where to buy ----------------------------- */
.buy__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 21px 20px; }
.buy__tile { background: var(--card); border-radius: var(--radius-sm); height: 108px; display: flex; align-items: center; justify-content: center; padding: 16px 24px; }
.buy__logo { max-height: 44px; width: auto; object-fit: contain; }
.buy__tile .img-placeholder { min-height: 36px; height: 36px; width: 70%; border-radius: 6px; }
.buy__tile--wholesale { background: var(--primary); color: #fff; justify-content: space-between; gap: 12px; }
.buy__tile--wholesale span { font-size: 16px; line-height: 1.2; }
.buy__arrow { width: 27px; height: 27px; color: #fff; }

/* ----------------------------- Danger (pink card) ----------------------------- */
.danger-card { background: var(--primary); border-radius: var(--radius); min-height: 587px; display: grid; grid-template-columns: 1fr var(--media); gap: 47px; align-items: center; overflow: hidden; }
.danger-card__body { padding: 48px 0 48px 64px; }
.danger-card__title { font-size: 40px; font-weight: 400; line-height: 1.2; color: #fff; margin-bottom: 24px; }
.danger-card__text { font-size: 16px; line-height: 1.2; color: #fff; margin: 16px 0; }
.danger-card__tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.tag-pill { display: inline-flex; align-items: center; height: 40px; padding: 0 28px; border-radius: var(--pill); border: 1px solid #fff; color: #fff; font-size: 12px; font-weight: 500; }
.danger-card__media { align-self: stretch; background: #dfeaf5; min-height: 587px; }
.danger-card__media .img-placeholder { height: 100%; }
.danger-card__img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------------------- Proven stats ----------------------------- */
.proven__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.stat__value { display: block; font-size: 40px; color: var(--primary); line-height: 1.2; margin-bottom: 12px; }
.stat__caption { font-size: 16px; color: var(--muted); line-height: 1.2; }

/* ----------------------------- Articles ----------------------------- */
.articles-teaser { position: relative; overflow: hidden; }
.wave-deco { position: absolute; left: 50%; bottom: -36px; width: 132%; max-width: none; height: auto; transform: translateX(-50%) rotate(-3deg); opacity: .28; pointer-events: none; z-index: 0; }
.articles-teaser .container { position: relative; z-index: 1; }
.articles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { display: flex; flex-direction: column; }
.article-card__link { display: flex; flex-direction: column; height: 100%; }
.article-card__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 387 / 349; margin-bottom: 24px; background: #dfeaf5; }
.article-card__img { width: 100%; height: 100%; object-fit: cover; }
.article-card__title { font-size: 20px; font-weight: 400; color: var(--primary); line-height: 1.2; margin-bottom: 4px; }
.article-card__excerpt { font-size: 16px; line-height: 1.2; color: #000; }

/* ----------------------------- Archive / filters ----------------------------- */
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 40px; }
.filter-tab { display: inline-flex; align-items: center; height: 48px; padding: 0 36px; border-radius: var(--pill); background: transparent; border: 1px solid #7a0f52; color: #7a0f52; font-size: 12px; font-weight: 500; transition: background-color .25s ease, color .25s ease, transform .4s var(--ease-soft); }
.filter-tab:hover { transform: scale(1.03); }
.filter-tab--active { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination { margin-top: 48px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: var(--pill); background: #fff; color: var(--primary-dark); }
.pagination .page-numbers.current { background: var(--primary); color: #fff; }
.pagination .page-numbers.next, .pagination .page-numbers.prev { padding: 0 24px; }

/* ----------------------------- Single / page ----------------------------- */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.breadcrumbs a { color: var(--primary); }
.single__title, .page__title { font-size: 40px; font-weight: 500; line-height: 1.2; color: var(--primary-dark); margin-bottom: 16px; }
.single__meta { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.single__media { margin: 0 0 32px; border-radius: var(--radius); overflow: hidden; }
.single__content, .page__content { line-height: 1.6; }
.single__content h2, .page__content h2 { font-size: 28px; margin: 32px 0 12px; }
.single__content h3, .page__content h3 { font-size: 22px; margin: 28px 0 10px; color: var(--primary-dark); }
.single__content p, .page__content p { margin: 0 0 16px; }
.single__content img { border-radius: var(--radius); margin: 16px 0; }
.prose p { margin: 0 0 12px; }
.no-results { text-align: center; color: var(--muted); padding: 40px 0; }

/* ----------------------------- Footer ----------------------------- */
.site-footer { padding: 56px 0 32px; position: relative; overflow: visible; }
.site-footer__waves { position: absolute; left: 0; right: 0; top: -120px; width: 100%; max-width: none; height: auto; transform: none; pointer-events: none; z-index: 0; }
.site-footer__inner { position: relative; z-index: 1; max-width: var(--header); margin-inline: auto; padding-inline: var(--gutter); }
.site-footer__top { display: grid; grid-template-columns: 1.1fr 1.4fr 1fr; gap: 40px; margin-bottom: 32px; }
.site-footer__tagline { margin-top: 29px; max-width: 308px; font-size: 16px; color: var(--primary-dark); line-height: 1.2; }
.site-footer__menu { display: grid; grid-template-columns: repeat(2, max-content); gap: 20px 36px; font-size: 16px; color: var(--primary-dark); }
.site-footer__menu a:hover { color: var(--primary); }
.site-footer__contacts { font-size: 16px; color: var(--primary-dark); line-height: 1.2; }
.site-footer__company { margin-bottom: 16px; }
.site-footer__address { margin-bottom: 16px; }
.site-footer__line a { font-weight: 700; text-decoration: underline; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; font-size: 16px; color: var(--primary-dark); margin-bottom: 24px; }
.site-footer__legal a { text-decoration: underline; }
.site-footer__disclaimer { font-size: 10px; color: var(--faint); line-height: 1.2; margin-bottom: 24px; }
.site-footer__big { font-family: var(--display); font-size: clamp(13px, 2.35vw, 34px); font-weight: 400; letter-spacing: 1px; text-transform: uppercase; color: var(--primary-dark); text-align: left; line-height: 1.15; white-space: nowrap; }

/* =========================================================================
   Inner pages: page hero, vs-table, who, video, FAQ, lead form
   ========================================================================= */
.page-hero { padding-top: 40px; }
.page-hero__title { font-size: 48px; font-weight: 500; line-height: 1.3; color: var(--primary-dark); text-align: center; }
.page-hero__subtitle { margin-top: 24px; font-size: 16px; line-height: 1.4; text-align: center; color: #000; }
.page-hero__actions { display: flex; justify-content: center; gap: 20px; margin-top: 34px; }
.page-hero__actions .btn { height: 40px; }

/* rank / about extra */
.rank__subtitle { font-size: 16px; color: var(--primary-dark); margin-bottom: 24px; }
.rank__text { font-size: 16px; line-height: 1.5; color: var(--ink); }
.about__btn { margin-top: 28px; }
/* Фото-блоки «Что такое» и «№1»: картинка по центру, с полями, без растягивания */
/* По умолчанию фото в блоках «about» — во всю площадь колонки (Об Ангине) */
.about .split-card__media { display: block; padding: 0; overflow: hidden; }
.about .split-card__img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; }
/* На странице «О Стрептатесте» — упаковка показывается целиком (без обрезки) */
.page-template-page-o-streptateste .about .split-card__media,
.rank .split-card__media { display: flex; align-items: center; justify-content: center; padding: 32px; overflow: hidden; }
.page-template-page-o-streptateste .about .split-card__img,
.rank .split-card__img { width: 100%; height: auto; max-height: 520px; object-fit: contain; }
/* Широкое фото «Почему важно сделать тест» — вписываем целиком */
.why-test .split-card__media { display: flex; align-items: center; justify-content: center; padding: 40px; }
.why-test .split-card__img { width: 100%; height: auto; max-height: 480px; object-fit: contain; }
/* Отступ у кнопки в карточках, чтобы не наезжала на текст */
.split-card__body > .btn, .split-card__body .about__btn { margin-top: 28px; }

/* vs-table */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vs-card { background: var(--card); border-radius: var(--radius); padding: 48px 56px; }
.vs-card--accent { background: var(--primary); }
.vs-card__title { font-size: 32px; font-weight: 700; line-height: 1.2; color: #000; margin-bottom: 28px; }
.vs-card--accent .vs-card__title { color: #fff; }
.vs-list { display: flex; flex-direction: column; gap: 18px; }
.vs-list li { font-size: 20px; line-height: 1.3; color: #000; display: flex; gap: 10px; }
.vs-list li::before { content: "•"; color: var(--primary); }
.vs-card--accent .vs-list li, .vs-card--accent .vs-list li::before { color: #fff; }

/* who-grid (4) */
.who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.who-card { display: flex; flex-direction: column; }

/* video */
.video-frame { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1200 / 663; background: #dfeaf5; }
.video-frame iframe, .video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-frame__ph { position: absolute; inset: 0; }
.video-frame__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 116px; height: 116px; padding: 0; border: 0; border-radius: 50%; background: #ff00a0; box-shadow: 0 16px 40px rgba(255, 0, 160, .42); display: flex; align-items: center; justify-content: center; z-index: 2; cursor: pointer; transition: transform .3s var(--ease-soft), box-shadow .3s var(--ease-soft); }
.video-frame__play::before { content: ""; width: 0; height: 0; border-style: solid; border-width: 22px 0 22px 38px; border-color: transparent transparent transparent #fff; margin-left: 9px; }
.video-frame:hover .video-frame__play { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 20px 48px rgba(255, 0, 160, .5); }
@media (max-width: 600px) { .video-frame__play { width: 84px; height: 84px; } .video-frame__play::before { border-width: 16px 0 16px 27px; } }

/* FAQ accordion (native details) */
.faq-group { margin-bottom: 40px; }
.faq-group__title { font-size: 24px; line-height: 1.2; color: var(--num); margin-bottom: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--card); border-radius: var(--radius); padding: 20px 34px; transition: box-shadow .3s ease; }
.faq-item[open] { box-shadow: 0 10px 30px rgba(111, 13, 75, .07); }
.faq-item__q { display: flex; align-items: center; justify-content: space-between; gap: 40px; cursor: pointer; list-style: none; font-size: 20px; line-height: 1.2; color: #000; }
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__icon { position: relative; width: 21px; height: 21px; flex: none; }
.faq-item__icon::before, .faq-item__icon::after { content: ""; position: absolute; background: var(--num); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.faq-item__icon::before { left: 0; top: 9px; width: 21px; height: 3px; }
.faq-item__icon::after { left: 9px; top: 0; width: 3px; height: 21px; }
.faq-item[open] .faq-item__icon::after { transform: rotate(90deg); opacity: 0; }
.faq-item__a { margin-top: 17px; font-size: 16px; line-height: 1.4; color: #000; }
.faq-item__a p { margin: 0 0 10px; }

/* Lead form (оптовикам) */
.lead-card { background: var(--primary); border-radius: var(--radius); padding: 56px 64px; max-width: 794px; margin: 0 auto; }
.lead-card__head { text-align: center; margin-bottom: 40px; }
.lead-card__title { font-size: 40px; line-height: 1.2; color: #fff; margin-bottom: 14px; }
.lead-card__subtitle { font-size: 16px; color: #fff; }
.lead-card__success { background: #fff; color: var(--primary-dark); border-radius: 12px; padding: 14px 18px; margin-bottom: 20px; text-align: center; }
.lead-form { display: flex; flex-direction: column; gap: 19px; }
.lead-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.lead-field { display: flex; flex-direction: column; gap: 14px; color: #fff; font-size: 20px; line-height: 1.2; }
.lead-field input, .lead-field textarea { background: #fff; border: 0; border-radius: var(--radius); padding: 18px 34px; font: inherit; font-size: 16px; color: #000; }
.lead-field textarea { resize: vertical; min-height: 120px; }
.lead-consent { display: flex; gap: 19px; align-items: flex-start; color: #fff; font-size: 12px; line-height: 1.3; }
.lead-consent input { width: 24px; height: 24px; flex: none; }
.lead-consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.lead-consent a:hover { opacity: .85; }
.lead-form__submit { align-self: center; min-width: 335px; margin-top: 6px; background: #ff00a0; color: #fff; }
.lead-form__submit:hover { background: #e0008c; transform: scale(1.02); }

/* Article single */
.single__meta-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin: 24px 0 40px; }
.single__cats { display: flex; gap: 12px; flex-wrap: wrap; }
.single__cat { display: inline-flex; align-items: center; height: 36px; padding: 0 30px; border-radius: var(--pill); border: 1px solid var(--primary-dark); color: var(--primary-dark); font-size: 12px; font-weight: 500; }
.single__badges { display: flex; gap: 12px; flex-wrap: wrap; }
.single__badge { display: inline-flex; align-items: center; height: 36px; padding: 0 30px; border-radius: var(--pill); background: var(--primary-dark); color: #fff; font-size: 12px; font-weight: 500; }
.single__lead-title { font-size: 48px; font-weight: 500; line-height: 1.2; color: var(--primary-dark); text-align: center; }
.single__lead-sub { margin-top: 24px; font-size: 16px; line-height: 1.4; text-align: center; color: #000; }
.single__cover { margin: 32px 0 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1200 / 689; }
.single__cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body h2 { font-size: 32px; font-weight: 400; line-height: 1.2; color: var(--primary-dark); text-align: center; margin: 48px 0 24px; }
.article-body h3 { font-size: 24px; color: var(--primary-dark); margin: 32px 0 12px; }
.article-body p { font-size: 16px; line-height: 1.6; margin: 0 0 16px; }
.article-body img { border-radius: var(--radius); margin: 16px 0; }

/* num-card title regular weight variant */
.num-card__title--reg { font-weight: 400; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1180px) {
	:root { --media: 46%; }
	.split-card__body { padding: 40px 40px 40px 0; }
	.danger-card__body { padding: 40px 0 40px 40px; }
	.section__title, .block-title, .danger-card__title { font-size: 34px; }
}

@media (max-width: 960px) {
	.symptoms__grid, .advantages__grid, .steps__grid, .results__grid { grid-template-columns: repeat(2, 1fr); }
	.lab__grid { grid-template-columns: 1fr; gap: 28px; }
	.buy__grid { grid-template-columns: repeat(3, 1fr); }
	.who-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
	.site-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	:root { --gutter: 16px; --media: 1fr; }

	/* Mobile nav */
	.nav-toggle { display: inline-flex; order: 3; }
	.main-nav { position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); background: #fff; transform: translateX(100%); transition: transform .28s ease; padding: 88px 28px 28px; box-shadow: -12px 0 40px rgba(0,0,0,.12); overflow-y: auto; z-index: 99; }
	body.nav-open .main-nav { transform: translateX(0); }
	body.nav-open { overflow: hidden; }
	.main-nav__list { flex-direction: column; align-items: flex-start; gap: 22px; }
	.site-header__cta { order: 2; }
	.site-header__cta .btn { min-width: auto; padding-inline: 18px; height: 40px; }
	body.nav-open .nav-toggle__open { display: none; }
	body.nav-open .nav-toggle__close { display: block; }

	.section { padding-block: 36px; }
	.hero__title { font-size: 32px; }
	.hero__band { padding: 4px 18px 10px; }
	.hero__actions { flex-direction: column; align-self: stretch; }
	.hero__actions .btn { width: 100%; }
	.hero__visual { grid-template-columns: 1fr; }
	.hero__row { grid-template-columns: 1fr; }
	.hero__big { min-height: 280px; order: -1; }

	.section__title, .block-title, .danger-card__title { font-size: 28px; }

	.split-card, .danger-card { grid-template-columns: 1fr; min-height: 0; }
	.split-card__media, .danger-card__media { order: -1; border-radius: var(--radius) var(--radius) 0 0; min-height: 240px; }
	.split-card__media .img-placeholder, .danger-card__media .img-placeholder { min-height: 240px; }
	.split-card__body { padding: 32px 24px; }
	.danger-card__body { padding: 32px 24px; }

	.symptoms__grid, .advantages__grid, .steps__grid, .results__grid, .products__grid, .articles__grid { grid-template-columns: 1fr; }
	.buy__grid { grid-template-columns: repeat(2, 1fr); }
	.proven__stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
	.stat__value { font-size: 30px; }

	.site-footer__top { grid-template-columns: 1fr; gap: 28px; }
	.site-footer__legal { flex-direction: column; gap: 10px; }
	.site-footer__big { letter-spacing: 0.5px; text-align: left; }

	.page-hero__title, .single__lead-title { font-size: 30px; }
	.page-hero__actions { flex-direction: column; align-items: stretch; }
	.vs-grid { grid-template-columns: 1fr; }
	.who-grid { grid-template-columns: 1fr; }
	.vs-card { padding: 32px 24px; }
	.lead-card { padding: 32px 20px; }
	.lead-form__row { grid-template-columns: 1fr; }
	.lead-form__submit { min-width: 0; width: 100%; }
	.article-body h2 { font-size: 26px; }
	.faq-item { padding: 18px 22px; }
	.faq-item__q { gap: 16px; font-size: 18px; }
}

@media (max-width: 420px) {
	.buy__grid { grid-template-columns: 1fr 1fr; }
	.hero__title { font-size: 26px; }
}

/* =========================================================================
   Interactions — hover effects & scroll reveal (живые, плавные, современные)
   ========================================================================= */

/* Общий мягкий тайминг для микро-взаимодействий */
:root { --ease-soft: cubic-bezier(.33, 0, .2, 1); }

/* --- Hover: cards — едва заметный подъём, очень мягкая тень --- */
.num-card, .adv-card, .step-card, .result-tile, .product-card, .lab-col,
.buy__tile, .article-card, .split-card, .danger-card {
	transition: transform .5s var(--ease-soft), box-shadow .5s ease;
	will-change: transform;
}
.num-card:hover, .adv-card:hover, .step-card:hover, .result-tile:hover, .product-card:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 26px rgba(111, 13, 75, .07);
}
.lab-col:hover { transform: scale(1.02); }
.split-card:hover, .danger-card:hover { box-shadow: 0 16px 40px rgba(111, 13, 75, .07); }

/* --- Card media zoom — почти неощутимый, очень плавный --- */
.split-card__media, .danger-card__media, .article-card__media, .hero__big { overflow: hidden; }
.split-card__img, .danger-card__img, .article-card__img,
.article-card__media .img-placeholder, .hero__big-img, .hero__big .img-placeholder {
	transition: transform .9s var(--ease-soft);
}
.split-card:hover .split-card__img,
.danger-card:hover .danger-card__img,
.hero__big:hover .hero__big-img, .hero__big:hover .img-placeholder { transform: scale(1.02); }
.article-card:hover .article-card__img,
.article-card:hover .article-card__media .img-placeholder { transform: scale(1.03); }
.article-card__title { transition: color .35s ease; }
.article-card:hover .article-card__title { color: var(--primary-dark); }

/* --- Icons — лёгкое «дыхание», без пружины --- */
.lab-col__icon, .adv-card__icon, .feature-list__icon, .checklist__icon, .buy__logo {
	transition: transform .5s var(--ease-soft);
}
.lab-col:hover .lab-col__icon { transform: scale(1.06) rotate(-3deg); }
.adv-card:hover .adv-card__icon { transform: scale(1.06) rotate(3deg); }
.buy__tile:hover .buy__logo { transform: scale(1.04); }

/* --- Buy tiles --- */
.buy__tile:not(.buy__tile--wholesale):hover { transform: scale(1.02); box-shadow: 0 8px 20px rgba(111, 13, 75, .06); }
.buy__tile--wholesale:hover { transform: scale(1.02); box-shadow: 0 10px 24px rgba(182, 40, 129, .22); }
.buy__tile--wholesale .buy__arrow { transition: transform .45s var(--ease-soft); }
.buy__tile--wholesale:hover .buy__arrow { transform: translateX(4px); }

/* --- Checklist / feature rows — микро-сдвиг --- */
.checklist__item, .feature-list__item { transition: transform .4s var(--ease-soft); }
.checklist__item:hover, .feature-list__item:hover { transform: translateX(3px); }
.checklist__item:hover .checklist__icon,
.feature-list__item:hover .feature-list__icon { transform: scale(1.07); }

/* --- Tag pills --- */
.tag-pill { transition: background-color .35s ease, color .35s ease, transform .4s var(--ease-soft); }
.tag-pill:hover { background: #fff; color: var(--primary); transform: translateY(-1px); }

/* --- Buttons: мягкий зум без подъёма --- */
.btn { transition: background-color .35s ease, color .35s ease, transform .45s var(--ease-soft), box-shadow .45s ease; }
.btn--primary:hover { box-shadow: 0 6px 18px rgba(182, 40, 129, .18); transform: scale(1.03); }
.btn--outline:hover { transform: scale(1.03); }
.btn:active { transform: scale(.99); }

/* --- Animated nav underline (тонкое) --- */
.main-nav__list a { position: relative; }
.main-nav__list a::after {
	content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1.5px;
	background: currentColor; border-radius: 2px; transform: scaleX(0); transform-origin: left;
	transition: transform .4s var(--ease-soft);
}
.main-nav__list a:hover::after { transform: scaleX(1); }

/* --- Pulsing result indicator — тише и медленнее --- */
.result-card__dot { animation: strep-pulse 3.6s ease-in-out infinite; }
@keyframes strep-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(0, 165, 49, .28); }
	50% { box-shadow: 0 0 0 7px rgba(0, 165, 49, 0); }
}

/* --- Soft glow on the hero band — приглушённое --- */
.hero__band { animation: strep-glow 4.5s ease-in-out infinite; }
@keyframes strep-glow {
	0%, 100% { box-shadow: 0 6px 16px rgba(255, 0, 160, .08); }
	50% { box-shadow: 0 8px 24px rgba(255, 0, 160, .18); }
}

/* --- Result badges subtle hover --- */
.result-tile:hover .result-badge { transform: translateY(-1px); }
.result-badge { transition: transform .35s var(--ease-soft); }

/* =========================================================================
   Scroll reveal — мягкое, микро, плавное (только при JS)
   ========================================================================= */
.js .section__head, .js .hero__head, .js .hero__visual,
.js .split-card, .js .danger-card, .js .num-card, .js .adv-card, .js .step-card,
.js .result-tile, .js .product-card, .js .lab-col, .js .buy__tile, .js .article-card,
.js .who-card, .js .vs-card, .js .symptom-card, .js .feature-list__item,
.js .section__note, .js .section__actions {
	opacity: 0;
	transform: translateY(44px);
	transition: opacity .65s var(--ease-soft), transform .8s var(--ease-soft);
	will-change: opacity, transform;
}
/* Сквозные блоки чуть «выезжают» со сдвигом и лёгким зумом */
.js .split-card, .js .danger-card { transform: translateY(52px) scale(.985); }
.js .hero__visual { transform: translateY(24px) scale(.97); }

.js .is-visible { opacity: 1 !important; transform: none !important; }

/* Каскад появления для элементов сеток и рядов карточек */
.js [class*="grid"] > *:nth-child(1) { transition-delay: 0s; }
.js [class*="grid"] > *:nth-child(2) { transition-delay: .09s; }
.js [class*="grid"] > *:nth-child(3) { transition-delay: .18s; }
.js [class*="grid"] > *:nth-child(4) { transition-delay: .27s; }
.js [class*="grid"] > *:nth-child(5) { transition-delay: .36s; }
.js [class*="grid"] > *:nth-child(6) { transition-delay: .45s; }
.js [class*="grid"] > *:nth-child(7) { transition-delay: .54s; }
.js [class*="grid"] > *:nth-child(8) { transition-delay: .63s; }
.js [class*="grid"] > *:nth-child(n+9) { transition-delay: .72s; }
.js .feature-list > *:nth-child(2) { transition-delay: .12s; }

/* =========================================================================
   Reduced motion — отключаем анимации и показываем контент
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.js .section__head, .js .hero__head, .js .hero__visual,
	.js .split-card, .js .danger-card, .js .num-card, .js .adv-card, .js .step-card,
	.js .result-tile, .js .product-card, .js .lab-col, .js .buy__tile, .js .article-card,
	.js .who-card, .js .vs-card, .js .symptom-card, .js .feature-list__item,
	.js .section__note, .js .section__actions { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   Cookie consent bar
   ============================================================ */
.cookie-bar{
	position:fixed;
	left:16px;
	right:16px;
	bottom:24px;
	margin:0 auto;
	max-width:960px;
	box-sizing:border-box;
	z-index:1000;
	display:flex;
	align-items:center;
	gap:20px;
	padding:18px 22px;
	background:#fff;
	border:1px solid #f0d8e7;
	border-radius:18px;
	box-shadow:0 18px 48px rgba(122,15,82,.18);
	opacity:0;
	transform:translateY(16px);
	transition:opacity .35s ease, transform .35s ease;
}
.cookie-bar.is-visible{ opacity:1; transform:translateY(0); }
.cookie-bar__text{ margin:0; font-size:15px; line-height:1.5; color:#3a2230; }
.cookie-bar__link{ color:#c8147c; text-decoration:underline; white-space:nowrap; }
.cookie-bar__btn{ flex:0 0 auto; min-width:120px; }

@media (max-width:600px){
	.cookie-bar{ flex-direction:column; align-items:stretch; text-align:center; gap:14px; bottom:12px; padding:16px; }
	.cookie-bar__btn{ width:100%; }
}
@media (prefers-reduced-motion: reduce){
	.cookie-bar{ transition:opacity .2s ease; transform:none; }
	.cookie-bar.is-visible{ transform:none; }
}

/* ============================================================
   404
   ============================================================ */
.error-404{
	position:relative;
	overflow:hidden;
	min-height:540px;
	background:#EFF8FF;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:80px 20px 100px;
}
.error-404__bg{ position:absolute; inset:0; pointer-events:none; }
.error-404__band{
	position:absolute;
	left:-3%;
	width:106%;
	transform:rotate(5deg);
	transform-origin:top left;
	opacity:.20;
}
.error-404__band--1{ top:40%;  height:130px; background:#71A3AA; }
.error-404__band--2{ top:43%;  height:116px; background:#80B9C0; }
.error-404__band--3{ top:46%;  height:108px; background:#A1DAF8; }

.error-404__inner{
	position:relative;
	z-index:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
}
.error-404__code{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:18px;
	line-height:1;
}
.error-404__digit{
	font-family:'Roboto','Google Sans',Arial,sans-serif;
	font-weight:500;
	font-size:220px;
	line-height:1;
	color:#6F0D4B;
}
.error-404__virus{ display:flex; align-items:center; justify-content:center; align-self:center; }
.error-404__virus-img{ width:auto; height:230px; max-width:42vw; display:block; object-fit:contain; }
.error-404__float{ animation:strep-float 3.2s ease-in-out infinite; will-change:transform; }
@keyframes strep-float{
	0%,100%{ transform:translateY(-10px); }
	50%{ transform:translateY(10px); }
}
@media (prefers-reduced-motion: reduce){
	.error-404__float{ animation:none; }
}
.error-404__title{
	margin:24px 0 0;
	font-family:'Google Sans',Arial,sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:1.2;
	color:#6F0D4B;
}
.error-404__btn{ margin-top:32px; }

@media (max-width:768px){
	.error-404{ min-height:420px; padding:56px 16px 72px; }
	.error-404__code{ gap:8px; }
	.error-404__digit{ font-size:130px; }
	.error-404__virus-img{ width:auto; height:140px; }
	.error-404__title{ font-size:19px; }
}
@media (max-width:420px){
	.error-404__digit{ font-size:96px; }
	.error-404__virus-img{ width:auto; height:96px; }
}

/* ===================== Правки клиента 23.06 (главная, футер, сквозные) ===================== */
/* Заголовок героя — каждая строка в одну линию (только на десктопе; на мобиле переносится) */
@media (min-width: 769px) {
	.hero__title-line { white-space: nowrap; }
	.hero__band { white-space: nowrap; }
}
/* Подпись под фото — белая карточка на всю ширину левого блока; колонки равной высоты */
.hero__row--note-only { grid-template-columns: 1fr; }
.hero__row--note-only .hero__note { max-width: none; background: #fff; border-radius: var(--radius); padding: 24px 28px; box-shadow: 0 4px 16px rgba(111, 13, 75, .05); }
.hero__photo { padding-top: 64px; padding-bottom: 64px; }
/* Иконки симптомов (ACF-картинка) */
.num-card__icon { position: absolute; top: 30px; right: 30px; width: 56px; height: 56px; object-fit: contain; }
/* «Где купить» — текстовые плитки ВБ/Озон без логотипа */
.buy__tile--text .buy__label { font-size: 20px; font-weight: 500; color: var(--primary); line-height: 1.2; text-align: center; }
.buy__tile--text:hover { transform: scale(1.02); box-shadow: 0 8px 20px rgba(111, 13, 75, .06); }
/* Футер: блок «Источники» */
.site-footer__sources { margin-bottom: 22px; }
.site-footer__sources-title { font-size: 12px; color: var(--faint); margin-bottom: 8px; }
.site-footer__sources-list { list-style: none; margin: 0 0 10px; padding: 0; display: grid; gap: 4px; }
.site-footer__sources-list li { position: relative; padding-left: 14px; font-size: 11px; line-height: 1.35; color: var(--faint); }
.site-footer__sources-list li::before { content: '•'; position: absolute; left: 0; }
.site-footer__sources-note { font-size: 11px; line-height: 1.35; color: var(--faint); margin: 0; }
/* Дисклеймер 152-ФЗ — крупнее на 2pt */
.site-footer__disclaimer { font-size: 12px; }
/* Закреплённая строка-предупреждение внизу страницы */
.contra-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 998; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 52px 14px 24px; background: var(--primary-dark); color: #fff; box-shadow: 0 -6px 20px rgba(122, 15, 82, .18); }
.contra-bar.is-closed { display: none; }
.contra-bar__text { margin: 0; font-family: var(--display); font-size: clamp(13px, 1.9vw, 22px); letter-spacing: .5px; text-transform: uppercase; text-align: center; line-height: 1.15; }
.contra-bar__close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: transparent; border: 0; color: #fff; font-size: 30px; line-height: 1; cursor: pointer; padding: 2px 8px; }
.contra-bar__close:hover { opacity: .75; }
body.has-contra-bar { padding-bottom: 64px; }
body.has-contra-bar .cookie-bar { bottom: 88px; }
@media (max-width: 600px) {
	.contra-bar { padding: 12px 42px 12px 16px; }
	.contra-bar__text { text-transform: none; letter-spacing: 0; }
	body.has-contra-bar { padding-bottom: 80px; }
}

/* Крупная кнопка «видеоинструкция» в героe главной */
.hero__actions--single .btn { height: 60px; min-width: 340px; padding-inline: 46px; font-size: 18px; font-weight: 500; }
@media (max-width: 768px) {
	.hero__actions--single .btn { height: 56px; min-width: 0; width: 100%; font-size: 16px; padding-inline: 24px; }
}

/* Обводка с отступом + пульсирующая анимация у кнопки видеоинструкции */
.hero__actions--single .btn { position: relative; outline: 2px solid rgba(182, 40, 129, .40); outline-offset: 6px; }
.hero__actions--single .btn::after {
	content: ''; position: absolute; inset: -6px; border-radius: inherit;
	box-shadow: 0 0 0 2px rgba(182, 40, 129, .55);
	opacity: 0; pointer-events: none;
	animation: strep-btn-pulse 1.8s ease-out infinite;
}
@keyframes strep-btn-pulse {
	0%   { transform: scale(1);    opacity: .55; }
	70%  { transform: scale(1.14); opacity: 0; }
	100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.hero__actions--single .btn::after { animation: none; }
}
