/* =====================================================================
   AllThermo - style globalne (tokeny: klienci/allthermo/rebuild/design-tokens.md)
   ===================================================================== */

:root {
	--at-blue: #11A0D9;
	--at-blue-dark: #0A6183;
	--at-dark: #212121;
	--at-gray-bg: #EEEEEE;
	--at-white: #FFFFFF;
	--at-shadow-card: 0 19px 38px rgba(0, 0, 0, 0.16);
	--at-font-head: 'Barlow', Helvetica, Arial, sans-serif;
	--at-font-body: 'Montserrat', Helvetica, Arial, sans-serif;
}

/* --------------------- Typografia globalna --------------------- */
body {
	font-family: var(--at-font-body);
	font-size: 16px;
	line-height: 1.6;
	color: var(--at-dark);
}

h1, h2, h3, h4, h5 {
	font-family: var(--at-font-head);
	color: var(--at-dark);
}

h2, .at-h2 { font-weight: 700; font-size: clamp(32px, 4vw, 48px); line-height: 1.14; margin-bottom: 0; }
h4 { font-weight: 500; font-size: 22.4px; line-height: 1.4; margin-bottom: 10px; }

.at-container { max-width: 1200px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.at-center { text-align: center; }
.at-dot { color: var(--at-blue); font-weight: 700; padding: 0 8px; }

.at-icon {
	width: 44px;
	height: 44px;
	display: inline-block;
	fill: var(--at-blue);
}

.at-icon-lg { width: 48px; height: 48px; }

.at-card .at-icon { margin-bottom: 12px; }

/* --------------------- Nagłówek strony --------------------- */
.site-header {
	background: var(--at-white);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.site-header .site-logo img,
.site-header img.is-logo-image { max-width: 223px; height: auto; }

/* Logo + menu + telefon + CTA w JEDNEJ linii */
.site-header .inside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	padding: 14px 40px;
}

.site-header .site-logo { flex-shrink: 0; }

/* Desktop only - na mobile GP chowa liste i pokazuje hamburger */
@media (min-width: 769px) {
	.main-navigation .main-nav > ul {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}
}

.main-navigation,
.main-navigation .main-nav ul li,
.main-navigation .main-nav ul li a { background: transparent; }

/* GP podświetla bieżącą pozycję ciemnym tłem - w tym designie zostaje kolor tekstu */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-parent > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: transparent !important;
	color: var(--at-blue);
}

.main-navigation .main-nav ul li a {
	font-family: var(--at-font-body);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--at-dark);
	padding-left: 14px;
	padding-right: 14px;
	white-space: nowrap;
}

.main-navigation .main-nav ul li a:hover { color: var(--at-blue); }

/* Rozwijane podmenu: GP dziedziczy biały tekst z ciemnej belki - nadpisujemy
   selektorem o tej samej specyficzności co inline CSS GP (.main-nav w ścieżce) */
.main-navigation .main-nav ul ul {
	background: var(--at-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	width: 280px;
}

.main-navigation .main-nav ul ul li a {
	color: var(--at-dark);
	background: transparent;
	text-transform: none;
	font-size: 13px;
	white-space: normal;
	padding: 11px 18px;
	line-height: 1.4;
}
.main-navigation .main-nav ul ul li a:hover,
.main-navigation .main-nav ul ul li.sfHover > a {
	color: var(--at-blue);
	background: #F5F5F5;
}

.at-menu-phone a {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	font-weight: 600 !important;
	text-transform: none !important;
}

.at-menu-phone .at-icon-phone { color: var(--at-blue); flex-shrink: 0; }

.main-navigation .main-nav ul li.at-menu-cta { display: flex; align-items: center; }

.main-navigation .main-nav ul li.at-menu-cta a.at-btn {
	color: var(--at-white);
	background: var(--at-blue);
	padding: 12px 24px;
	margin-left: 10px;
	line-height: 1;
	border-radius: 5px;
}

.main-navigation .main-nav ul li.at-menu-cta a.at-btn:hover { background: var(--at-blue-dark); }

/* --------------------- Przyciski --------------------- */
.at-btn {
	display: inline-block;
	font-family: var(--at-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	color: var(--at-white) !important;
	background: var(--at-blue);
	padding: 14px 28px;
	border-radius: 5px;
	border: 0;
	text-decoration: none;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.at-btn:hover { background: var(--at-blue-dark); color: var(--at-white); }

.at-btn-hero {
	display: inline-block;
	font-family: var(--at-font-body);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	color: var(--at-white) !important;
	padding: 20px 40px;
	border-radius: 0;
	text-decoration: none;
	margin: 0 8px;
	transition: background 0.2s ease;
}

.at-btn-hero--blue { background: rgba(17, 160, 217, 0.48); border: 1px solid var(--at-gray-bg); }
.at-btn-hero--ghost { background: rgba(33, 33, 33, 0.2); border: 1px solid var(--at-white); }
.at-btn-hero--blue:hover { background: var(--at-blue); }
.at-btn-hero--ghost:hover { background: rgba(255, 255, 255, 0.15); }

/* --------------------- Pasy sekcji --------------------- */
.at-band { padding: 72px 0; }
.at-band--white { background: var(--at-white); }
.at-band--gray { background: var(--at-gray-bg); }

/* --------------------- Hero --------------------- */
.at-hero {
	min-height: 832px;
	padding: 0;
	display: flex;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: 52% 55%; /* 1:1 z oryginałem (Kubio hero) */
	background-attachment: fixed; /* parallax 1:1 z oryginałem */
	background-color: #17181a;
	position: relative;
}

/* Maska przyciemniająca - oryginał Kubio miał 0.3, podbite do 0.42 dla kontrastu (decyzja Maćka 2026-07-12) */
.at-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #212121;
	opacity: 0.42;
}

.at-hero .at-container { width: 100%; position: relative; z-index: 1; }

.at-hero h1 {
	font-weight: 500;
	font-size: clamp(30px, 4.2vw, 56px);
	line-height: 1.26;
	color: var(--at-white);
	margin-bottom: 0.25em;
}

.at-hero .at-hero-sub { color: var(--at-white); font-size: 16px; line-height: 1.75; margin-bottom: 36px; }

/* Pasek renderów pod hero - wybrane urządzenia (materiały od Anny, 2026-07) */
.at-showcase { padding-top: 56px; padding-bottom: 8px; }
.at-showcase-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: end;
	max-width: 900px;
	margin: 0 auto;
}
.at-showcase-item { margin: 0; text-align: center; }
.at-showcase-item img { display: block; width: 100%; height: auto; }
.at-showcase-item figcaption {
	margin-top: 14px;
	font-family: var(--at-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--at-blue);
}

/* --------------------- Nagłówki sekcji z falką --------------------- */
.at-h2-wrap { text-align: center; margin-bottom: 48px; }

.at-underline-wave { position: relative; display: inline-block; }

.at-underline-wave .at-falka {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	width: 96px;
	height: 20px;
	fill: none;
	stroke: var(--at-blue);
	stroke-width: 14px;
	stroke-linecap: round;
}

.at-section-sub { text-align: center; margin: 24px 0 0; }

/* --------------------- 3 karty nachodzące na hero (1:1 z oryginałem) --------------------- */
.at-cards3-band { padding: 0 0 24px; background: transparent; }

.at-cards3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: -105px; /* nachodzenie na hero zmierzone z produkcji */
	position: relative;
	z-index: 5;
}

.at-card {
	background: var(--at-white);
	box-shadow: var(--at-shadow-card);
	padding: 30px;
	text-align: center;
}

.at-card h4 { margin-bottom: 10px; }
.at-card p { margin: 0; font-size: 15px; }

/* --------------------- Pasek zaufania + wyposażamy --------------------- */
.at-trust { padding-bottom: 48px; }

.at-trust-row {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	padding-top: 8px;
}

.at-trust-item {
	font-family: var(--at-font-head);
	font-weight: 500;
	font-size: 22px;
}

.at-placeholder-inline {
	color: var(--at-blue);
	font-weight: 700;
	border-bottom: 2px dashed var(--at-blue);
}

.at-trust-num {
	color: var(--at-blue);
	font-weight: 700;
}

.at-wyposazamy { text-align: center; margin-top: 28px; }
.at-wyposazamy p { margin: 0; font-size: 17px; }

/* --------------------- Separator ukośny --------------------- */
.at-sep { line-height: 0; background: var(--at-white); }
.at-sep .at-sep-svg { width: 100%; height: 56px; display: block; fill: #d9d9d9; }
.at-sep--from-gray .at-sep-svg { transform: scaleY(-1); }

/* --------------------- Kafle produktów --------------------- */
.at-tiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
}

.at-tile {
	background: var(--at-white);
	text-align: center;
	flex: 0 1 calc((100% - 56px) / 3);
}

.at-tile-link { text-decoration: none; display: block; }
.at-tile img { display: block; width: 100%; height: auto; }

.at-tile-label {
	display: block;
	font-family: var(--at-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--at-blue);
	padding: 18px 10px 6px;
}

.at-tile-link:hover .at-tile-label { color: var(--at-blue-dark); }

.at-tile-desc { font-size: 14px; color: var(--at-dark); padding: 0 16px 18px; margin: 0; }

/* --------------------- Paski CTA (Na wymiar / Dystrybutorzy) --------------------- */
.at-strip {
	background: var(--at-white);
	border-left: 4px solid var(--at-blue);
	box-shadow: var(--at-shadow-card);
	padding: 24px 32px;
	margin-top: 48px;
}

.at-band--white .at-strip { background: var(--at-gray-bg); box-shadow: none; }

.at-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.at-strip p { margin: 0; font-size: 16px; }

/* --------------------- Dlaczego AllThermo --------------------- */
.at-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
	text-align: center;
}

.at-why .at-icon { width: 44px; height: 44px; fill: var(--at-blue); margin-bottom: 14px; }
.at-why p { font-size: 15px; margin: 0; }

/* --------------------- Realizacje / opinie --------------------- */
.at-opinie {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	max-width: 900px;
	margin: 0 auto;
}

.at-opinia {
	background: var(--at-white);
	box-shadow: var(--at-shadow-card);
	padding: 30px;
	font-style: italic;
}

.at-opinia footer { font-style: normal; font-weight: 600; margin-top: 12px; }

.at-placeholder { outline: 2px dashed var(--at-blue); outline-offset: -2px; }

.at-logos-placeholder {
	max-width: 900px;
	margin: 28px auto 0;
	padding: 24px;
	text-align: center;
	color: #656565;
}

.at-logos-placeholder p { margin: 0; }

/* --------------------- O firmie --------------------- */
.at-onas {
	background-size: cover;
	background-position: center;
	background-color: #17181a;
	padding: 96px 0;
	position: relative;
}

/* Maska 1:1 z oryginałem (czarna, opacity 0.3) */
.at-onas::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.3;
}

.at-onas .at-container { position: relative; z-index: 1; }

.at-onas-card {
	background: var(--at-white);
	padding: 48px;
	max-width: 560px;
	box-shadow: var(--at-shadow-card);
}

.at-onas-card .at-h2 { font-size: clamp(28px, 3vw, 40px); }
.at-onas-card .at-h2-wrap { text-align: left; margin-bottom: 36px; }
.at-onas-card p { margin-bottom: 16px; }

.at-team-placeholder {
	padding: 36px 16px;
	text-align: center;
	margin: 20px 0 28px;
	color: #656565;
}

.at-team-placeholder p { margin: 0; }

.at-team-photo { margin: 8px 0 28px; }

.at-team-photo img {
	display: block;
	width: 100%;
	max-width: 320px;
	height: auto;
	border-radius: 6px;
	box-shadow: var(--at-shadow-card);
}

/* --------------------- Katalogi (okładki) --------------------- */
.at-covers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.at-cover { flex: 0 1 calc((100% - 80px) / 5); }
.at-cover img { display: block; width: 100%; height: auto; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }

/* --------------------- Kontakt --------------------- */
.at-kontakt-card {
	background: var(--at-white);
	padding: 56px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.at-kontakt-info .at-h2-wrap { text-align: left; margin-bottom: 40px; }
.at-kontakt-info .at-h2 { font-size: clamp(28px, 3vw, 40px); }

.at-kontakt-row { display: flex; align-items: center; gap: 12px; font-size: 16px; margin: 16px 0; }
.at-kontakt-row .at-icon { width: 20px; height: 20px; fill: var(--at-blue); flex-shrink: 0; }
.at-kontakt-row a { color: var(--at-dark); text-decoration: none; }
.at-kontakt-row a:hover { color: var(--at-blue); }

.at-kontakt-info .at-h2 { margin-bottom: 36px; }
.at-onas-card .at-h2 { margin-bottom: 32px; }

/* Siatka pól formularza (klasy h-row/h-col pochodzą z definicji formularza CF7) */
.at-kontakt-form .h-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.at-kontakt-form .h-col { grid-column: 1 / -1; min-width: 0; }
.at-kontakt-form .wpcf7-form-control-wrap { display: block; }
.at-kontakt-form input { max-width: 100%; }
@media (min-width: 769px) {
	.at-kontakt-form .h-col-md-6 { grid-column: auto; }
}

/* Contact Form 7 - dopasowanie do obecnego wyglądu */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	background: var(--at-white);
	padding: 10px 12px;
	font-family: var(--at-font-body);
	font-size: 15px;
}

.wpcf7 label { font-size: 15px; width: 100%; }

.wpcf7 input[type="submit"], .wpcf7 button[type="submit"] {
	font-family: var(--at-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--at-white);
	background: var(--at-blue);
	border: 0;
	border-radius: 0;
	padding: 14px 32px;
	cursor: pointer;
}

.wpcf7 input[type="submit"]:hover { background: var(--at-blue-dark); }

/* --------------------- Stopka --------------------- */
.site-footer { background: var(--at-white) !important; font-size: 14px; }
.site-info { background: var(--at-white) !important; color: var(--at-dark); text-align: center; padding: 28px 20px; }
.at-footer-links { margin-bottom: 6px; }
.at-footer-copy { margin: 0; color: #656565; }
.site-footer a { color: var(--at-dark); text-decoration: none; }
.site-footer a:hover { color: var(--at-blue); }

/* --------------- Strony na blokach at-* (pełna szerokość) --------------- */
.at-page .site-main { margin: 0 !important; }
.at-page .content-area { padding: 0; }
.at-page .site-content { padding: 0; }
.at-page .entry-content > .wp-block-html:first-child { margin-top: 0; }
.at-page .entry-content { margin-top: 0; }
.at-page .inside-article { padding: 0; background: transparent; }
.at-page article { background: transparent; }
.at-page { overflow-x: hidden; }

/* Pełne rozlanie pasów niezależnie od kontenera GP */
.at-page .at-hero,
.at-page .at-band,
.at-page .at-sep,
.at-page .at-subhero,
.at-page .at-onas {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	box-sizing: border-box;
}

/* --------------------- Subhero podstron --------------------- */
.at-subhero {
	position: relative;
	background: var(--at-dark);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 84px 20px 72px;
	overflow: hidden;
}
.at-subhero::before { content: ""; position: absolute; inset: 0; background: #212121; opacity: 0.42; }
.at-subhero .at-container { position: relative; z-index: 1; }
.at-subhero h1 {
	font-weight: 500;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 1.26;
	color: var(--at-white);
	margin-bottom: 0.3em;
}
.at-subhero .at-subhero-sub { color: var(--at-white); font-size: 16px; line-height: 1.7; margin: 0 auto; max-width: 720px; }

/* --------------------- Siatka produktów (placeholdery pod CPT) --------------------- */
.at-prodgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.at-prod-card {
	background: var(--at-white);
	box-shadow: var(--at-shadow-card, 0 19px 38px rgba(0, 0, 0, 0.16));
	padding: 32px 24px;
	text-align: center;
}
.at-prod-card--placeholder {
	border: 2px dashed var(--at-blue);
	box-shadow: none;
	background: transparent;
	color: #656565;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 220px;
	font-size: 15px;
}
.at-prod-card--placeholder .at-icon { width: 40px; height: 40px; fill: var(--at-blue); opacity: 0.6; }

/* Prawdziwa karta produktu (siatka kategorii) */
.at-prod-card--real {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--at-dark);
	padding: 24px 24px 28px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.at-prod-card--real:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px rgba(0, 0, 0, 0.2);
}
/* karta bez renderu - zwarta i wyśrodkowana w rzędzie, bez pustego miejsca po obrazku */
.at-prod-card--noimg {
	align-self: center;
	justify-content: center;
}
.at-prod-card--noimg .at-prod-card-cta { margin-top: 0; }
.at-prod-card-img {
	display: block;
	margin-bottom: 18px;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.at-prod-card-img img { max-width: 100%; height: auto; }
.at-prod-card-title {
	font-family: var(--at-font-head);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	color: var(--at-dark);
	margin-bottom: 10px;
}
.at-prod-card-price { font-size: 15px; color: #656565; margin-bottom: 16px; }
.at-prod-card-price strong { color: var(--at-blue); font-family: var(--at-font-head); font-size: 20px; }
.at-prod-card-cta {
	margin-top: auto;
	font-family: var(--at-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--at-blue);
}
.at-prod-card--real:hover .at-prod-card-cta { color: var(--at-blue-dark); }

/* --------------------- Dokumenty do pobrania --------------------- */
.at-docs { display: grid; gap: 16px; max-width: 760px; margin: 0 auto; }
.at-doc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: var(--at-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	padding: 20px 28px;
}
.at-doc h4 { margin: 0; font-size: 17px; }
.at-doc .at-btn { flex-shrink: 0; }

/* --------------------- Kroki (na wymiar / B2B) --------------------- */
.at-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: at-step; }
.at-steps--3 { grid-template-columns: repeat(3, 1fr); max-width: 1000px; margin: 0 auto; }
.at-step { background: var(--at-white); box-shadow: 0 19px 38px rgba(0, 0, 0, 0.16); padding: 32px 24px; text-align: center; }
.at-step::before {
	counter-increment: at-step;
	content: counter(at-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--at-blue);
	color: var(--at-white);
	font-family: var(--at-font-head);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}
.at-step h4 { margin-bottom: 8px; }
.at-step p { margin: 0; font-size: 15px; color: #454545; }

/* --------------------- Karta produktu --------------------- */
.at-subhero--produkt { padding: 56px 20px 48px; text-align: left; }
.at-subhero--produkt h1 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 0; }
.at-breadcrumb { margin: 0 0 10px; }
.at-breadcrumb a { color: var(--at-white); opacity: 0.75; text-decoration: none; font-size: 14px; }
.at-breadcrumb a:hover { opacity: 1; color: var(--at-white); }

.at-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}
.at-product-render { position: relative; text-align: center; }
.at-product-render img { max-width: 100%; height: auto; }
/* produkt bez renderu - jedna kolumna, bez pustego miejsca po obrazku */
.at-product-hero--norender {
	grid-template-columns: minmax(0, 1fr);
	max-width: 640px;
	margin: 0 auto;
}
.at-eco-badge {
	position: absolute;
	top: 0;
	right: 0;
	background: #E8F5E9;
	color: #2E7D32;
	font-family: var(--at-font-head);
	font-weight: 700;
	font-size: 14px;
	padding: 6px 14px;
	border-radius: 999px;
}
/* badge przy produkcie bez renderu - w kolumnie z ceną, nie absolutnie */
.at-eco-badge--inline { position: static; display: inline-block; margin: 0 0 14px; }
.at-price-box { background: var(--at-gray-bg); padding: 32px; }
.at-price-label { margin: 0; font-size: 14px; text-transform: uppercase; letter-spacing: 0.06em; color: #656565; }
.at-price { font-family: var(--at-font-head); font-weight: 700; font-size: 40px; color: var(--at-dark); margin: 4px 0 8px; }
.at-price span { font-size: 18px; font-weight: 500; color: #656565; }
.at-price-note { font-size: 13px; color: #656565; margin-bottom: 20px; }
.at-price-box .at-btn { display: block; text-align: center; }
.at-btn-link { display: block; text-align: center; margin-top: 12px; font-size: 14px; color: var(--at-blue); text-decoration: none; }
.at-btn-link:hover { color: var(--at-blue-dark); }
.at-dims { list-style: none; margin: 20px 0 0; padding: 16px 0 0; border-top: 1px solid #DDDDDD; font-size: 14px; }
.at-dims li { margin-bottom: 4px; }

.at-product-opis { max-width: 820px; margin: 48px auto 0; }
.at-h3 { font-family: var(--at-font-head); font-weight: 700; font-size: 22px; margin-bottom: 16px; }
.at-product-opis ul { margin: 0; padding-left: 20px; }
.at-product-opis li { margin-bottom: 6px; }

.at-product-tabela { overflow-x: auto; }
.at-product-tabela table { width: 100%; border-collapse: collapse; background: var(--at-white); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); font-size: 15px; }
.at-product-tabela th {
	background: var(--at-dark);
	color: var(--at-white);
	font-family: var(--at-font-head);
	font-weight: 500;
	padding: 12px 16px;
	text-align: left;
}
.at-product-tabela td { padding: 11px 16px; border-bottom: 1px solid #EEEEEE; }
.at-product-tabela tr:nth-child(even) td { background: #FAFAFA; }
.at-product-tabela td:last-child { font-weight: 700; white-space: nowrap; }

.at-mod-title { margin-top: 48px; }
.at-mod-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.at-mod-card { background: var(--at-white); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); padding: 24px; }
.at-mod-card h4 { margin-bottom: 6px; }
.at-mod-card p { margin: 0; font-size: 14px; color: #454545; }
.at-mod-price { font-family: var(--at-font-head); font-weight: 700; font-size: 18px; color: var(--at-dark); margin-top: 10px !important; }

@media (max-width: 980px) {
	.at-product-hero { grid-template-columns: 1fr; gap: 28px; }
	.at-mod-cards { grid-template-columns: 1fr; }
}

/* --------------------- Sekcje treściowe (SEO) --------------------- */
.at-seo-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: left; }
.at-seo-cols h3 { font-family: var(--at-font-head); font-weight: 700; font-size: 19px; margin-bottom: 10px; }
.at-seo-cols p { margin: 0; font-size: 15px; color: #454545; }
.at-seo-outro { text-align: center; max-width: 820px; margin: 40px auto 0; }

.at-kat-opis { max-width: 820px; margin: 0 auto; text-align: left; }
.at-kat-opis h3 { font-family: var(--at-font-head); font-weight: 700; font-size: 19px; margin: 28px 0 8px; }
.at-kat-opis p { margin: 0 0 14px; color: #454545; }
.at-kat-opis p:last-child { margin-bottom: 0; }

.at-faq { max-width: 820px; margin: 0 auto; text-align: left; }
.at-faq h3 { font-family: var(--at-font-head); font-weight: 700; font-size: 18px; margin: 28px 0 8px; }
.at-faq h3:first-child { margin-top: 0; }
.at-faq p { margin: 0; color: #454545; }

@media (max-width: 768px) {
	.at-seo-cols { grid-template-columns: 1fr; gap: 24px; }
}

/* --------------------- Galeria realizacji (placeholder) --------------------- */
.at-gallery-placeholder {
	border: 2px dashed var(--at-blue);
	color: #656565;
	text-align: center;
	padding: 56px 24px;
	font-size: 15px;
}

@media (max-width: 980px) {
	.at-prodgrid { grid-template-columns: repeat(2, 1fr); }
	.at-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.at-prodgrid { grid-template-columns: 1fr; }
	.at-steps { grid-template-columns: 1fr; }
	.at-doc { flex-direction: column; text-align: center; }
}

/* --------------------- Responsywność --------------------- */
@media (max-width: 980px) {
	.at-why-grid { grid-template-columns: repeat(2, 1fr); }
	.at-kontakt-card { grid-template-columns: 1fr; padding: 32px; }
}

@media (max-width: 768px) {
	.at-container { padding-left: 20px; padding-right: 20px; }
	.at-hero { min-height: 640px; background-attachment: scroll; }
	.at-hero h1 br { display: none; }
	.at-showcase-grid { grid-template-columns: 1fr; gap: 32px; max-width: 340px; }
	.at-cards3 { grid-template-columns: 1fr; margin-top: -48px; }
	.at-band { padding: 48px 0; }
	.at-opinie { grid-template-columns: 1fr; }
	.at-why-grid { grid-template-columns: 1fr; }
	.at-trust-row { flex-direction: column; align-items: center; }
	.at-trust-row .at-dot { display: none; }
	.at-strip-inner { flex-direction: column; align-items: flex-start; }
	.at-tile { flex-basis: 100%; }
	.at-cover { flex: 0 1 calc(50% - 10px); }

	/* Mobilny nagłówek: logo + czytelny hamburger w jednej linii */
	.site-header .inside-header { padding: 12px 20px; }
	button.menu-toggle,
	.main-navigation button.menu-toggle,
	button.menu-toggle:hover,
	button.menu-toggle:focus {
		color: var(--at-dark) !important;
		background: transparent !important;
	}
	.main-navigation.toggled .main-nav > ul {
		background: var(--at-white);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	}
	.main-navigation .main-nav ul li.at-menu-cta { display: block; padding: 10px 18px; }
	.main-navigation .main-nav ul li.at-menu-cta a.at-btn { margin: 0; display: inline-block; }
}
