/* d3 — «Неомодерн / soft-tech». Всё оформление на шести переменных генератора. */

:root {
	/* базовые — перезаписываются блоком Custom overrides в конце файла */
	--color-bg: #ffffff;
	--color-surface: #f7f7f7;
	--color-text: #1a1a1a;
	--color-accent: #2563eb;
	--font-base: 'Segoe UI', system-ui, sans-serif;
	--radius: 8px;

	/* производные — считаются от базовых, поэтому подхватывают любую палитру */
	--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--line: color-mix(in srgb, var(--color-text) 12%, transparent);
	--line-2: color-mix(in srgb, var(--color-text) 22%, transparent);
	--muted: color-mix(in srgb, var(--color-text) 64%, var(--color-bg));
	--accent-ink: color-mix(in srgb, var(--color-accent) 76%, var(--color-text));
	--accent-soft: color-mix(in srgb, var(--color-accent) 12%, var(--color-bg));
	--soft: color-mix(in srgb, var(--color-surface) 62%, var(--color-bg));
	--r-lg: clamp(14px, calc(var(--radius) * 2.2), 26px);
	--r-md: clamp(10px, calc(var(--radius) * 1.4), 18px);
	--r-sm: clamp(7px, var(--radius), 12px);
	/* двухслойная тень: широкая мягкая + короткая контактная */
	--sh-1: 0 1px 2px color-mix(in srgb, var(--color-text) 7%, transparent), 0 12px 28px -14px color-mix(in srgb, var(--color-text) 22%, transparent);
	--sh-2: 0 2px 4px color-mix(in srgb, var(--color-text) 8%, transparent), 0 22px 46px -18px color-mix(in srgb, var(--color-text) 32%, transparent);
	--wrap: 1180px;
	--pad: clamp(18px, 4vw, 48px);
	--gap: clamp(22px, 3vw, 46px);
	--ease: cubic-bezier(.22, .8, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: var(--font-base);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p, ul, ol, blockquote, figure, table { margin: 0; padding: 0; }
h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; }
ul, ol { list-style: none; }

a { color: inherit; text-decoration: none; transition: color .18s var(--ease); }
a:hover { color: var(--accent-ink); }

::selection { background: var(--accent-soft); color: var(--color-text); }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; border-radius: var(--r-sm); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 50; padding: 12px 18px; background: var(--color-text); color: var(--color-bg); font-size: 13px; border-radius: 0 0 var(--r-sm) 0; }
.skip:focus { left: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

/* бейдж-пилюля */

.pill {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 6px 14px 6px 12px; border-radius: 999px;
	background: var(--soft); border: 1px solid var(--line);
	font-size: 12.5px; font-weight: 500; letter-spacing: .01em; color: var(--muted);
}
.pill--accent { background: var(--accent-soft); border-color: color-mix(in srgb, var(--color-accent) 26%, transparent); color: var(--accent-ink); }
.pill__d { width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); flex: none; }

/* заголовки секций */

.sh { margin-bottom: clamp(28px, 3.6vw, 52px); max-width: 46rem; }
.sh__t {
	margin-top: 18px;
	font-size: clamp(27px, 3.8vw, 46px); font-weight: 600;
	line-height: 1.1; letter-spacing: -.03em; text-wrap: balance;
}

.prose p { max-width: 66ch; margin-bottom: 1.05em; text-wrap: pretty; }
.prose p:last-child { margin-bottom: 0; }

/* секции: все на --color-bg, воздух вместо полос */

.sec { padding-block: clamp(54px, 7.5vw, 112px); scroll-margin-top: 84px; }
.sec + .sec { border-top: 1px solid var(--line); }
.sec--hero { padding-top: clamp(34px, 5vw, 74px); border-top: 0; }
.sec--seo { font-size: 15.5px; }

/* шапка */

.hdr { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--color-bg) 86%, transparent); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.hdr__in { display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); min-height: 70px; }
.hdr__logo { font-size: clamp(17px, 2.2vw, 21px); font-weight: 600; letter-spacing: -.02em; margin-right: auto; }
.hdr__nav { display: flex; align-items: center; gap: 4px; }
.hdr__link { padding: 9px 14px; border-radius: 999px; font-size: 14.5px; color: var(--muted); transition: background-color .18s var(--ease), color .18s var(--ease); }
.hdr__link:hover { background: var(--soft); color: var(--color-text); }
.hdr__link--cta { display: none; }

.burger { display: none; width: 46px; height: 46px; flex: none; background: var(--soft); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 12px; cursor: pointer; }
.burger span { display: block; height: 1.5px; border-radius: 2px; background: var(--color-text); margin: 4px 0; transition: transform .25s var(--ease), opacity .2s; }

/* кнопки */

.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 54px; padding: 15px 28px;
	font: inherit; font-size: 15.5px; font-weight: 500; letter-spacing: -.01em;
	border: 1px solid transparent; border-radius: 999px; cursor: pointer;
	transition: transform .18s var(--ease), box-shadow .2s var(--ease), background-color .18s var(--ease), border-color .18s var(--ease);
}
.btn--sm { min-height: 42px; padding: 10px 20px; font-size: 14.5px; }
.btn--primary, .cta__call { background: var(--color-text); color: var(--color-bg); border-color: var(--color-text); box-shadow: var(--sh-1); }
.btn--primary:hover, .cta__call:hover { color: var(--color-bg); background: color-mix(in srgb, var(--color-text) 84%, var(--color-accent)); box-shadow: var(--sh-2); transform: translateY(-1px); }
.btn--soft { background: var(--soft); border-color: var(--line-2); color: var(--color-text); }
.btn--soft:hover { background: var(--color-surface); border-color: var(--color-accent); color: var(--accent-ink); transform: translateY(-1px); }

/* ссылка-звонок, которой генератор подменяет форму без Telegram-бота */
.cta__call {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 54px; padding: 15px 28px; margin-top: 10px;
	font-size: 15.5px; font-weight: 500; border-radius: 999px; border: 1px solid var(--color-text);
}

/* герой */

.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: var(--gap); align-items: center; }
.hero:not(:has(.hero__fig)) { grid-template-columns: minmax(0, 1fr); max-width: 44rem; }
.hero__t { margin: 22px 0 20px; font-size: clamp(33px, 5.4vw, 66px); font-weight: 600; line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.hero__s { font-size: clamp(16px, 1.5vw, 19px); color: var(--muted); max-width: 44ch; text-wrap: pretty; }
.hero__acts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(26px, 3vw, 38px); }
.hero__fig { border-radius: var(--r-lg); background: var(--soft); padding: 10px; box-shadow: var(--sh-2); }
.hero__fig img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: calc(var(--r-lg) - 6px); }
.hero__fig figcaption { padding: 12px 8px 4px; font-size: 12.5px; color: var(--muted); }

/* о нас */

.about { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: var(--gap); align-items: start; }
.stats { display: grid; gap: 10px; }
.stat { padding: 20px 22px; border-radius: var(--r-md); background: var(--soft); border: 1px solid var(--line); }
.stat__v { display: block; font-size: clamp(28px, 3.4vw, 40px); font-weight: 600; line-height: 1.05; letter-spacing: -.035em; }
.stat__l { display: block; margin-top: 6px; font-size: 13.5px; color: var(--muted); }

/* карточки: 6 / 9 / 12 ложатся одинаково */

.grid { display: grid; gap: clamp(12px, 1.4vw, 18px); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(21rem, 100%), 1fr)); }

.card {
	padding: clamp(22px, 2.2vw, 30px);
	background: var(--color-bg); border: 1px solid var(--line); border-radius: var(--r-lg);
	box-shadow: var(--sh-1);
	transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--line-2); }
.card__ic {
	display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px;
	border-radius: 13px; background: var(--accent-soft); color: var(--accent-ink);
	font-size: 15px; font-weight: 600; letter-spacing: -.01em;
}
.card__t { font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 9px; }
.card__x { font-size: 15px; line-height: 1.62; color: var(--muted); text-wrap: pretty; }

/* услуги — строками, чтобы 12 позиций держали ритм */

.list { display: grid; gap: 8px; }
.row {
	display: grid; grid-template-columns: 2.6rem minmax(0, 1fr) minmax(0, 1.25fr) 9.5rem;
	gap: clamp(12px, 2vw, 26px); align-items: center;
	padding: 18px clamp(16px, 1.8vw, 24px);
	border: 1px solid var(--line); border-radius: var(--r-md); background: var(--color-bg);
	transition: background-color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.row:hover { background: var(--soft); border-color: var(--line-2); transform: translateX(3px); }
.row__n { font-family: var(--font-mono); font-size: 12.5px; color: var(--accent-ink); }
.row__t { font-size: 17px; font-weight: 600; line-height: 1.25; letter-spacing: -.02em; }
.row__x { font-size: 14.5px; line-height: 1.6; color: var(--muted); text-wrap: pretty; }
.row__p { justify-self: end; padding: 7px 15px; border-radius: 999px; background: var(--soft); border: 1px solid var(--line); font-size: 14.5px; font-weight: 600; white-space: nowrap; }
.row:hover .row__p { background: var(--accent-soft); border-color: color-mix(in srgb, var(--color-accent) 26%, transparent); color: var(--accent-ink); }

/* этапы — таймлайн */

.steps { display: grid; gap: 4px; }
.step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: clamp(14px, 2vw, 24px); position: relative; padding-bottom: 26px; }
.step:last-child { padding-bottom: 0; }
.step::before { content: ''; position: absolute; left: 21px; top: 46px; bottom: 6px; width: 2px; border-radius: 2px; background: var(--line); }
.step:last-child::before { display: none; }
.step__n {
	display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
	background: var(--soft); border: 1px solid var(--line); color: var(--accent-ink);
	font-family: var(--font-mono); font-size: 13px; font-weight: 500;
}
.step__b { padding-top: 8px; }
.step__t { font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: -.02em; }
.step__x { margin-top: 7px; font-size: 15px; line-height: 1.62; color: var(--muted); max-width: 62ch; text-wrap: pretty; }

/* кейсы */

.case__r { font-size: clamp(26px, 3.2vw, 38px); font-weight: 600; line-height: 1.05; letter-spacing: -.035em; color: var(--accent-ink); margin-bottom: 14px; }

/* отзывы */

.quote { display: flex; flex-direction: column; gap: 20px; }
.quote blockquote { font-size: 15.5px; line-height: 1.68; text-wrap: pretty; }
.quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.ava { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border-radius: 50%; background: var(--accent-soft); color: var(--accent-ink); font-size: 15px; font-weight: 600; }
.quote__i { display: grid; }
.quote__n { font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.quote__r { font-size: 13px; color: var(--muted); }

/* галерея */

.gal { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(10px, 1.2vw, 16px); }
.gal__i { grid-column: span 2; display: flex; flex-direction: column; gap: 8px; }
.gal__i img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--sh-1); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.gal__i:hover img { transform: translateY(-3px); box-shadow: var(--sh-2); }
.gal__i figcaption { font-size: 12.5px; color: var(--muted); padding-inline: 4px; }
.gal__i--1 { grid-column: span 4; }
.gal__i--1 img { aspect-ratio: 16 / 9; }

/* ошибки и решения */

.duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr)); gap: clamp(12px, 1.4vw, 18px); }
.duo__c { padding: clamp(20px, 2.2vw, 30px); border: 1px solid var(--line); border-radius: var(--r-lg); }
.duo__c--tip { background: var(--soft); }
.duo__c > .pill { margin-bottom: 20px; }
.duo__i + .duo__i { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.duo__t { display: flex; gap: 12px; align-items: flex-start; font-size: 16.5px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.duo__m { display: grid; place-items: center; flex: none; width: 24px; height: 24px; border-radius: 8px; background: var(--soft); border: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.duo__c--tip .duo__m { background: var(--accent-soft); border-color: color-mix(in srgb, var(--color-accent) 26%, transparent); color: var(--accent-ink); }
.duo__x { margin-top: 8px; padding-left: 36px; font-size: 14.5px; line-height: 1.6; color: var(--muted); text-wrap: pretty; }

/* таблицы */

.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-1); }
.tbl { width: 100%; border-collapse: collapse; }
.tbl th { padding: 15px 20px; text-align: left; font-size: 13px; font-weight: 500; color: var(--muted); background: var(--soft); border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl th.is-us { color: var(--accent-ink); background: var(--accent-soft); }
.tbl td { padding: 15px 20px; font-size: 15px; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl tbody tr:last-child td { border-bottom: 0; }
.tbl td:first-child { font-weight: 600; letter-spacing: -.01em; }
.tbl tbody tr { transition: background-color .18s var(--ease); }
.tbl tbody tr:hover { background: var(--soft); }
.tbl td.is-us { background: color-mix(in srgb, var(--color-accent) 6%, var(--color-bg)); }

/* FAQ */

.faq { display: grid; gap: 8px; }
.faq__i { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--color-bg); transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.faq__i[open] { border-color: var(--line-2); box-shadow: var(--sh-1); }
.faq__q { display: flex; align-items: center; gap: 16px; padding: 19px clamp(16px, 1.8vw, 24px); cursor: pointer; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__qt { font-size: clamp(16px, 1.6vw, 18.5px); font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
.faq__q::after {
	content: ''; margin-left: auto; flex: none; width: 11px; height: 11px;
	border-right: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink);
	border-radius: 2px; transform: rotate(45deg) translate(-2px, -2px);
	transition: transform .25s var(--ease);
}
.faq__i[open] .faq__q::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq__a { padding: 0 clamp(16px, 1.8vw, 24px) 22px; }
.faq__a p { font-size: 15px; line-height: 1.68; color: var(--muted); max-width: 74ch; text-wrap: pretty; }
.faq__i[open] .faq__a { animation: fade .24s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(-5px); } }

/* SEO-текст */

.prose--cols { columns: 2; column-gap: clamp(26px, 3.4vw, 56px); }
.prose--cols p { max-width: none; font-size: 15px; line-height: 1.72; color: var(--muted); }

/* заявка */

.cta {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: var(--gap);
	padding: clamp(26px, 3.4vw, 52px);
	border: 1px solid var(--line); border-radius: calc(var(--r-lg) + 6px);
	background: var(--soft); box-shadow: var(--sh-1);
}
.cta__t { margin: 16px 0 14px; font-size: clamp(25px, 3.6vw, 42px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; max-width: 18ch; text-wrap: balance; }
.cta__s { color: var(--muted); max-width: 40ch; font-size: 16px; text-wrap: pretty; }
.cta__form { display: grid; gap: 10px; }
.cta__input {
	width: 100%; min-height: 54px; padding: 15px 18px;
	font: inherit; font-size: 16px; color: var(--color-text);
	background: var(--color-bg); border: 1px solid var(--line-2); border-radius: var(--r-md);
	transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.cta__input::placeholder { color: var(--muted); }
.cta__input:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-accent) 18%, transparent); }
.cta__form .btn { margin-top: 6px; width: 100%; }
.cta__privacy { margin-top: 14px; font-size: 12.5px; line-height: 1.55; color: var(--muted); }
.cta__msg:not(:empty) { margin-top: 14px; padding: 13px 16px; font-size: 14.5px; border-radius: var(--r-md); background: var(--color-bg); border: 1px solid color-mix(in srgb, var(--color-accent) 34%, transparent); }
.cta__msg.is-err { border-color: var(--line-2); background: var(--color-surface); }

/* подвал */

.ftr { border-top: 1px solid var(--line); padding-top: clamp(40px, 5vw, 66px); }
.ftr__in { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr)); gap: var(--gap); }
.ftr__logo { font-size: 20px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 12px; }
.ftr__x { font-size: 15px; line-height: 1.62; color: var(--muted); max-width: 44ch; text-wrap: pretty; }
.ftr__h { font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--accent-ink); margin-bottom: 14px; }
.ftr__l { display: grid; gap: 9px; }
.ftr__l li { font-size: 15px; color: var(--muted); }
.ftr__b { margin-top: clamp(32px, 4vw, 52px); padding-block: 22px; border-top: 1px solid var(--line); }
.ftr__b p { font-size: 13px; color: var(--muted); }

/* адаптив */

@media (max-width: 1000px) {
	.hero { grid-template-columns: 1fr; }
	.hero__fig img { aspect-ratio: 16 / 10; }
	.about { grid-template-columns: 1fr; }
	.stats { grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr)); }
	.cta { grid-template-columns: 1fr; }
	.ftr__in { grid-template-columns: 1fr 1fr; }
	.ftr__c--about { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
	.hdr__nav {
		position: fixed; inset: 0; z-index: 40;
		flex-direction: column; align-items: stretch; justify-content: center;
		gap: 6px; padding: 88px var(--pad) 40px; background: var(--color-bg);
		transform: translateX(100%); transition: transform .3s var(--ease); overflow-y: auto;
	}
	.hdr__nav.is-open { transform: none; }
	.hdr__link { padding: 15px 18px; border-radius: var(--r-md); background: var(--soft); font-size: clamp(17px, 4.4vw, 21px); font-weight: 500; color: var(--color-text); }
	.hdr__link--cta { display: block; background: var(--accent-soft); color: var(--accent-ink); }
	.hdr__cta { display: none; }
	.burger { display: block; position: relative; z-index: 41; }
	body.nav-open { overflow: hidden; }
	body.nav-open .burger span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
	body.nav-open .burger span:nth-child(2) { opacity: 0; }
	body.nav-open .burger span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

	.row { grid-template-columns: 2rem minmax(0, 1fr); row-gap: 8px; align-items: start; }
	.row__x { grid-column: 2; }
	.row__p { grid-column: 2; justify-self: start; }
	.row:hover { transform: none; }
	.gal { grid-template-columns: repeat(2, 1fr); }
	.gal__i, .gal__i--1 { grid-column: span 1; }
	.gal__i--1 { grid-column: span 2; }
	.gal__i img, .gal__i--1 img { aspect-ratio: 3 / 2; }
	.prose--cols { columns: 1; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }

	/* таблицы разворачиваются в карточки */
	.tbl-wrap { border: 0; box-shadow: none; overflow: visible; }
	.tbl, .tbl tbody, .tbl tr, .tbl td { display: block; width: 100%; }
	.tbl thead { display: none; }
	.tbl tr { border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 6px 16px; margin-bottom: 10px; }
	.tbl tbody tr:hover { background: none; }
	.tbl td { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
	.tbl tbody tr td:last-child { border-bottom: 0; }
	.tbl td.is-us { background: none; }
	.tbl td:not(:first-child) { display: grid; grid-template-columns: 42% 1fr; gap: 12px; align-items: baseline; }
	.tbl td::before { content: attr(data-l); display: block; font-size: 12.5px; line-height: 1.5; color: var(--muted); }
	.tbl td:first-child::before { margin-bottom: 2px; color: var(--accent-ink); }
	.tbl td.is-us::before { color: var(--accent-ink); }

	.duo__x { padding-left: 0; }
	.ftr__in { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
	.gal { grid-template-columns: 1fr; }
	.gal__i--1 { grid-column: span 1; }
	.hero__acts .btn { width: 100%; }
	.step { grid-template-columns: 36px minmax(0, 1fr); }
	.step__n { width: 36px; height: 36px; font-size: 12px; }
	.step::before { left: 17px; top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
	.card:hover, .btn:hover, .row:hover, .gal__i:hover img { transform: none; }
}

@media print {
	.hdr, .burger, .cta__form, .skip { display: none; }
	body { font-size: 12pt; }
	.card, .tbl-wrap, .cta, .faq__i { box-shadow: none; }
}

/* === Custom overrides === */
:root {
	--color-bg: #f5fbf9;
	--color-surface: #eaf4f1;
	--color-text: #0f2d2a;
	--color-accent: #ff4f7a;
	--font-base: 'Nunito', system-ui, sans-serif;
	--radius: 18px;
}
