/*
Theme Name: GPT Adv
Theme URI: https://gpt-adv.com
Author: GPT Adv
Description: Monochrome landing-page theme for a ChatGPT Ads service. Languages: English (default) and Polish (/pl/).
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: gptads
*/

/* ======================================================
   Tokens
   ====================================================== */
:root {
	--bg: #ffffff;
	--fg: #0d0d0d;
	--muted: #6e6e80;
	--muted-2: #8e8ea0;
	--line: #e6e6e6;
	--line-2: #d9d9e3;
	--gray: #f7f7f8;
	--gray-2: #ececf1;
	--dark: #0d0d0d;
	--dark-2: #171717;
	--dark-3: #212121;
	--dark-line: #2f2f2f;
	--dark-muted: #b4b4b4;
	--r-sm: 12px;
	--r: 20px;
	--r-lg: 28px;
	--shadow: 0 1px 2px rgba(0,0,0,.04), 0 12px 40px -12px rgba(0,0,0,.16);
	--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--container: 1180px;
	--ease: cubic-bezier(.2,.7,.2,1);
}

/* ======================================================
   Base
   ====================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	color: var(--fg);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "cv11", "ss01";
}
img, svg { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -.02em; line-height: 1.12; }
h1 { font-size: clamp(38px, 5.4vw, 64px); letter-spacing: -.03em; }
h2 { font-size: clamp(30px, 3.8vw, 44px); }
h3 { font-size: 20px; line-height: 1.3; }
p { margin: 0; }
strong { font-weight: 600; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
input { font: inherit; }
:focus-visible { outline: 2px solid var(--fg); outline-offset: 3px; border-radius: 6px; }
.section-dark :focus-visible { outline-color: #fff; }

.skip-link { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 1000; }
.skip-link:focus { left: 8px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 840px; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
	color: var(--muted); margin-bottom: 18px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fg); }
.section-dark .eyebrow { color: var(--dark-muted); }
.lead { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 640px; }
.section-dark .lead { color: var(--dark-muted); }

/* ======================================================
   Buttons
   ====================================================== */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 12px 22px; border-radius: 999px;
	font-weight: 500; font-size: 15px; line-height: 1.2; white-space: nowrap;
	border: 1px solid transparent;
	transition: transform .18s var(--ease), background .18s, color .18s, border-color .18s, box-shadow .18s;
}
.btn svg { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: scale(.98); }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-dark { background: var(--fg); color: #fff; border-color: var(--fg); }
.btn-dark:hover { background: var(--dark-3); border-color: var(--dark-3); }
.btn-light { background: #fff; color: var(--fg); border-color: #fff; }
.btn-light:hover { background: var(--gray-2); border-color: var(--gray-2); }
.btn-ghost { background: transparent; color: var(--fg); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--gray); border-color: var(--fg); }

/* ======================================================
   Header
   ====================================================== */
.site-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255,255,255,.82);
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; letter-spacing: -.02em; color: var(--fg); white-space: nowrap; }
.logo-mark { width: 30px; height: 30px; color: var(--fg); }
.logo-mark svg { width: 100%; height: 100%; }
.logo-dot { color: var(--muted-2); padding: 0 1px; }
.nav { display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; }
.nav a { padding: 8px 12px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: var(--fg); transition: background .15s; white-space: nowrap; }
.nav a:hover { background: var(--gray); }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; margin-left: 8px; color: var(--muted) !important; }
.nav-phone svg { width: 16px; height: 16px; flex: 0 0 16px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: 999px; padding: 3px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; }
.lang a, .lang .lang-cur { padding: 5px 10px; border-radius: 999px; line-height: 1; }
.lang a { color: var(--muted); transition: color .15s, background .15s; }
.lang a:hover { color: var(--fg); background: var(--gray); }
.lang .lang-cur { background: var(--fg); color: #fff; }
.site-footer .lang { margin-left: auto; }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); align-items: center; justify-content: center; }
.nav-toggle svg { width: 20px; height: 20px; }
.nav-toggle .ic-close { display: none; }
.nav-toggle[aria-expanded="true"] .ic-menu { display: none; }
.nav-toggle[aria-expanded="true"] .ic-close { display: block; }

/* ======================================================
   Hero
   ====================================================== */
.hero { padding: 72px 0 40px; position: relative; overflow: hidden; }
.hero::before {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background:
		radial-gradient(60% 50% at 50% -10%, rgba(0,0,0,.05), transparent 70%),
		repeating-linear-gradient(0deg, transparent 0 39px, rgba(0,0,0,.035) 39px 40px),
		repeating-linear-gradient(90deg, transparent 0 39px, rgba(0,0,0,.035) 39px 40px);
	-webkit-mask-image: radial-gradient(70% 60% at 50% 0%, #000 30%, transparent 100%);
	mask-image: radial-gradient(70% 60% at 50% 0%, #000 30%, transparent 100%);
}
.hero .container { position: relative; }
.hero-copy { max-width: 800px; margin: 0 auto; text-align: center; }
.hero-copy .eyebrow { justify-content: center; }
.hero-copy h1 { margin-bottom: 22px; }
.hero-copy .lead { margin: 0 auto 32px; max-width: 700px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; font-size: 14px; color: var(--muted); }
.chips li { display: inline-flex; align-items: center; gap: 6px; }
.chips svg { width: 15px; height: 15px; color: var(--fg); }

/* --- Chat demo --- */
.chat {
	max-width: 760px; margin: 56px auto 0;
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
	box-shadow: var(--shadow); overflow: hidden;
	transform: translateY(24px); opacity: 0;
	animation: rise .8s .15s var(--ease) forwards;
}
@keyframes rise { to { transform: none; opacity: 1; } }
.chat-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.chat-model { font-weight: 600; font-size: 15px; }
.chat-model-ver { color: var(--muted); font-weight: 500; }
.chat-bar-dots { display: flex; gap: 6px; }
.chat-bar-dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--gray-2); }
.chat-body { padding: 24px 24px 8px; display: flex; flex-direction: column; gap: 22px; min-height: 250px; }
.msg-user { align-self: flex-end; max-width: 78%; }
.msg-user-text { display: inline-block; background: var(--gray); border-radius: 22px; padding: 12px 18px; font-size: 15.5px; line-height: 1.5; }
.msg-ai { display: flex; gap: 14px; align-items: flex-start; }
.ai-avatar { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; background: #fff; }
.ai-avatar svg { width: 15px; height: 15px; }
.msg-ai-body { flex: 1; min-width: 0; }
.ai-text { font-size: 15.5px; line-height: 1.6; min-height: 1.6em; }
.ai-text.typing::after { content: ""; display: inline-block; width: 8px; height: 8px; margin-left: 3px; border-radius: 50%; background: var(--fg); vertical-align: middle; animation: blink 1s infinite; }
@keyframes blink { 50% { opacity: 0; } }
.ad-card { margin-top: 16px; padding: 16px 18px; border: 1px solid var(--line-2); border-radius: 16px; background: #fff; }
.js .ad-card { opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.js .ad-card.is-visible { opacity: 1; transform: none; }
.ad-label { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line-2); border-radius: 999px; padding: 2px 8px; margin-bottom: 10px; }
.ad-title { display: block; font-size: 15.5px; margin-bottom: 4px; }
.ad-text { font-size: 14px; color: var(--muted); line-height: 1.5; }
.ad-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--fg); }
.ad-link svg { width: 14px; height: 14px; }
.chat-composer { margin: 14px 24px 24px; display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 12px; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; }
.composer-plus { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); }
.composer-plus svg { width: 18px; height: 18px; }
.composer-placeholder { flex: 1; color: var(--muted-2); font-size: 15px; }
.composer-send { width: 34px; height: 34px; border-radius: 50%; background: var(--fg); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.composer-send svg { width: 16px; height: 16px; }

/* ======================================================
   Stats
   ====================================================== */
.stats { padding: 40px 0 0; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid li { padding: 26px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.stats-grid li:last-child { border-right: 0; }
.stats-grid strong { font-size: 34px; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.stats-grid span { font-size: 14px; color: var(--muted); line-height: 1.4; }

/* ======================================================
   Sections
   ====================================================== */
.section { padding: 104px 0; }
.section-gray { background: var(--gray); }
.section-dark { background: var(--dark); color: #fff; }
.section-center { text-align: center; }
.section-head { max-width: 760px; margin-bottom: 52px; }
.section-head h2 { margin-bottom: 16px; }

.grid { display: grid; gap: 20px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.list { display: flex; flex-direction: column; gap: 10px; }
.list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: #333; }
.list svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; color: var(--fg); }

/* Services */
.service { display: flex; flex-direction: column; gap: 14px; transition: transform .25s var(--ease), box-shadow .25s; }
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service .num { font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: .08em; }
.service h3 { padding-bottom: 14px; border-bottom: 1px solid var(--line); }

/* Pricing */
.plan { display: flex; flex-direction: column; gap: 6px; position: relative; }
.plan h3 { font-size: 22px; min-height: 2.6em; }
.plan-for { font-size: 14px; color: var(--muted); min-height: 2.6em; }
.price { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.price-now { font-size: 36px; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.price-now small { font-size: 20px; font-weight: 500; color: var(--muted); }
.price-old { font-size: 15px; color: var(--muted-2); }
.plan .list { flex: 1; margin-bottom: 24px; }
.plan-featured { background: var(--dark); color: #fff; border-color: var(--dark); }
.plan-featured .plan-for, .plan-featured .price-now small { color: var(--dark-muted); }
.plan-featured .price { border-color: var(--dark-line); }
.plan-featured .price-old { color: #777; }
.plan-featured .list li { color: #e3e3e3; }
.plan-featured .list svg { color: #fff; }
.badge { position: absolute; top: -13px; left: 24px; background: #fff; color: var(--fg); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 12px; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.note { margin-top: 28px; font-size: 14px; color: var(--muted); text-align: center; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 32px; counter-reset: step; }
.step { display: flex; gap: 18px; padding: 28px 0; border-top: 1px solid var(--line); }
.step-num { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: var(--fg); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--muted); line-height: 1.55; }

/* Compare */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.compare { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 720px; }
.compare th, .compare td { padding: 18px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare thead th { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; background: var(--gray); }
.compare tbody th { font-weight: 600; width: 22%; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare .hl { background: var(--dark); color: #fff; }
.compare thead .hl { color: #fff; }
.compare td { color: #333; }
.compare td.hl { font-weight: 500; }

/* Why (dark) */
.why { padding: 28px; border: 1px solid var(--dark-line); border-radius: var(--r); background: var(--dark-2); display: flex; flex-direction: column; gap: 12px; transition: border-color .2s; }
.why:hover { border-color: #555; }
.why-num { font-size: 13px; color: var(--dark-muted); letter-spacing: .08em; font-weight: 600; }
.why h3 { font-size: 21px; }
.why p { font-size: 15px; color: var(--dark-muted); line-height: 1.55; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ic { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: inline-flex; align-items: center; justify-content: center; transition: transform .25s var(--ease), background .2s, color .2s; }
.faq-ic svg { width: 16px; height: 16px; }
.faq-item[open] .faq-ic { transform: rotate(45deg); background: var(--fg); color: #fff; border-color: var(--fg); }
.faq-a { padding: 0 60px 24px 0; color: var(--muted); font-size: 16.5px; }

/* Team */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.person { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; gap: 4px; }
.avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--fg); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; letter-spacing: .02em; margin-bottom: 12px; }
.person strong { font-size: 16px; }
.person .role { font-size: 14px; color: var(--muted); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
.contact-copy h2 { margin-bottom: 18px; }
.contact-links { display: flex; gap: 48px; margin-top: 40px; flex-wrap: wrap; }
.contact-links .label { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--dark-muted); margin-bottom: 8px; font-weight: 600; }
.big-link { font-size: 26px; font-weight: 600; letter-spacing: -.02em; }
.msgr { display: flex; gap: 8px; flex-wrap: wrap; }
.msgr a { padding: 8px 14px; border: 1px solid var(--dark-line); border-radius: 999px; font-size: 14px; transition: background .15s, color .15s; }
.msgr a:hover { background: #fff; color: var(--fg); }
.lead-form { background: var(--dark-2); border: 1px solid var(--dark-line); border-radius: var(--r-lg); padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field span { font-size: 13px; color: var(--dark-muted); }
.field input { background: var(--dark-3); border: 1px solid var(--dark-line); color: #fff; border-radius: 14px; padding: 14px 16px; font-size: 16px; transition: border-color .15s; }
.field input:focus { outline: none; border-color: #fff; }
.lead-form .btn { margin-top: 8px; }
.privacy { font-size: 13px; color: var(--dark-muted); text-align: center; }
.hp { position: absolute; left: -9999px; }
.form-msg { padding: 14px 16px; border-radius: 14px; font-size: 15px; }
.form-ok { background: #fff; color: var(--fg); }
.form-err { border: 1px solid #fff; }

/* ======================================================
   Footer
   ====================================================== */
.site-footer { padding: 64px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand p { margin-top: 16px; font-size: 15px; color: var(--muted); max-width: 400px; }
.site-footer h4 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.site-footer ul { display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.site-footer ul a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

.to-top { position: fixed; right: 20px; bottom: 20px; width: 44px; height: 44px; border-radius: 50%; background: var(--fg); color: #fff; display: inline-flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s var(--ease); z-index: 40; }
.to-top svg { width: 18px; height: 18px; }
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

/* ======================================================
   Reveal on scroll
   ====================================================== */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	.chat { animation: none; opacity: 1; transform: none; }
	html { scroll-behavior: auto; }
}

/* Inner pages */
.entry-title { margin-bottom: 24px; }
.entry-content > * + * { margin-top: 1em; }
.entry-content h2, .entry-content h3 { margin-top: 1.6em; }
.entry-content ul { list-style: disc; padding-left: 1.4em; }
.entry-content a { text-decoration: underline; }

/* ======================================================
   Responsive
   ====================================================== */
@media (max-width: 1080px) {
	.grid-4 { grid-template-columns: repeat(2, 1fr); }
	.team { grid-template-columns: repeat(3, 1fr); }
	.stats-grid { grid-template-columns: repeat(3, 1fr); }
	.stats-grid li:nth-child(3) { border-right: 0; }
	.stats-grid li:nth-child(n+4) { border-top: 1px solid var(--line); }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 1024px) {
	.nav { position: fixed; inset: 68px 0 auto 0; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 12px 16px 20px; display: none; box-shadow: var(--shadow); }
	.nav.is-open { display: flex; }
	.nav a { padding: 12px 14px; font-size: 16px; }
	.nav-phone { margin: 6px 0 0; }
	.nav-toggle { display: inline-flex; }
}
@media (max-width: 600px) {
	.header-actions .btn { display: none; }
}
@media (max-width: 680px) {
	body { font-size: 16px; }
	.section { padding: 72px 0; }
	.hero { padding: 48px 0 24px; }
	.hero-copy { text-align: left; }
	.hero-copy .eyebrow { justify-content: flex-start; }
	.hero-actions { justify-content: flex-start; }
	.hero-actions .btn { width: 100%; }
	.chips { justify-content: flex-start; }
	.chat { margin-top: 36px; border-radius: 22px; }
	.chat-body { padding: 18px 16px 4px; }
	.msg-user { max-width: 92%; }
	.chat-composer { margin: 10px 16px 16px; }
	.grid-4, .team, .steps { grid-template-columns: 1fr; }
	.stats-grid { grid-template-columns: 1fr 1fr; }
	.stats-grid li { border-right: 0; border-top: 1px solid var(--line); }
	.stats-grid li:nth-child(-n+2) { border-top: 0; }
	.stats-grid li:nth-child(odd) { border-right: 1px solid var(--line); }
	.stats-grid strong { font-size: 28px; }
	.section-head { margin-bottom: 36px; }
	.card { padding: 22px; }
	.step { padding: 20px 0; }
	.faq-item summary { font-size: 16.5px; padding: 18px 0; }
	.faq-a { padding-right: 0; }
	.lead-form { padding: 22px; }
	.big-link { font-size: 22px; }
	.footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.to-top { right: 14px; bottom: 14px; }
	/* Таблиця порівняння → картки */
	.table-wrap { border: 0; background: transparent; overflow: visible; }
	.compare { min-width: 0; display: block; }
	.compare thead { display: none; }
	.compare tbody, .compare tr { display: block; }
	.compare tr { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 12px; overflow: hidden; }
	.compare tbody th { display: block; width: auto; padding: 14px 16px; background: var(--gray); border-bottom: 1px solid var(--line); }
	.compare td { display: block; padding: 10px 16px; border-bottom: 1px solid var(--line); }
	.compare td::before { content: attr(data-label); display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
	.compare td.hl::before { color: var(--dark-muted); }
	.compare tr td:last-child { border-bottom: 0; }
}
