/*
Theme Name: Antoni Trojanowski landing layer
Description: Conversion-focused styling layered on top of the Universal theme.
*/

:root {
	--at-ink: #101521;
	--at-ink-soft: #1b2231;
	--at-paper: #ffffff;
	--at-mist: #f3f5f7;
	--at-muted: #697181;
	--at-line: rgba(16, 21, 33, 0.11);
	--at-red: #ad1748;
	--at-red-dark: #8f103a;
	--at-red-soft: #f3d5df;
	--at-orange: #ff8a4c;
	--at-radius: 18px;
	--at-shadow: 0 24px 70px rgba(8, 13, 24, 0.12);
	--at-shadow-deep: 0 34px 90px rgba(4, 8, 18, 0.32);
}

html {
	scroll-behavior: smooth;
}

body.antoni-site {
	margin: 0;
	background: var(--at-paper);
	color: var(--at-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

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

.antoni-site img {
	display: block;
	max-width: 100%;
}

.antoni-site a {
	text-decoration: none;
}

.at-main {
	overflow: clip;
}

.at-container {
	width: min(100% - 40px, 1280px);
	margin-inline: auto;
}

.at-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	transform: translateY(-150%);
	border-radius: 10px;
	background: var(--at-paper);
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 800;
	color: var(--at-ink);
	transition: transform 180ms ease;
}

.at-skip-link:focus {
	transform: translateY(0);
}

.at-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	color: #fff;
	transition: background 300ms ease, box-shadow 300ms ease;
}

.at-header.is-scrolled {
	background: #101521;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.at-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: min(100% - 40px, 1280px);
	margin-inline: auto;
	padding-block: 24px;
}

.at-header__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	transition: background 180ms ease;
}

.at-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 180ms ease;
}

.at-button:hover svg {
	transform: translateX(3px);
}

.at-header__brand:hover,
.at-header__brand:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.at-header__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.13);
	font-weight: 600;
	color: var(--at-ink);
	transition: background 180ms ease, transform 180ms ease;
}

.at-header__primary {
	padding: 12px 24px;
	font-size: 14px;
}

.at-header__primary:hover,
.at-header__primary:focus-visible {
	background: #f3f5f7;
	color: var(--at-ink);
}

.at-header__primary-label-mobile {
	display: none;
}

.antoni-site .pu-hero-points {
	display: grid;
	gap: 10px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.antoni-site .pu-hero-points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.antoni-site .pu-hero-points li::before {
	flex: 0 0 auto;
	margin-top: 0.08em;
	font-weight: 800;
	color: #fff;
	content: "→";
}

.at-hero {
	position: relative;
	min-height: 88vh;
	min-height: 88svh;
	isolation: isolate;
	overflow: hidden;
	background: var(--at-ink);
	color: #fff;
}

.at-hero__image,
.at-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
}

.at-hero__image {
	object-fit: cover;
	object-position: 24% center;
	animation: atHeroImage 10s ease-out both;
}

.at-hero__shade {
	z-index: -1;
	background: linear-gradient(180deg, rgba(16, 21, 33, 0.55) 0%, rgba(16, 21, 33, 0.3) 50%, rgba(16, 21, 33, 0.65) 100%);
}

.at-hero__inner {
	display: grid;
	width: 100%;
	max-width: 1280px;
	min-height: 78vh;
	min-height: 78svh;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
	gap: 40px;
	padding: 160px 24px 112px;
}

.at-hero__content {
	max-width: 768px;
}

.at-eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.at-hero h1 {
	max-width: 768px;
	margin: 0;
	font-size: clamp(2.5rem, 6vw, 5rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
	text-wrap: balance;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
	animation: atRise 720ms 100ms both;
}

.at-hero__lead {
	max-width: 576px;
}

.at-hero__under-title {
	margin-top: 12px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
	animation: atRise 650ms 220ms both;
}

.at-hero__description {
	display: grid;
	gap: 4px;
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.at-hero__lead-line {
	display: block;
	animation: atRise 650ms both;
}

.at-hero__lead-line:first-child { animation-delay: 340ms; }
.at-hero__lead-line:last-child { animation-delay: 440ms; }

.at-hero__lead strong {
	font-weight: 600;
	color: #fff;
}

.at-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
	animation: atRise 650ms 540ms both;
}

.at-button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.at-button:hover,
.at-button:focus-visible {
	transform: translateY(-2px);
}

.at-button--primary {
	background: var(--at-red);
	box-shadow: 0 12px 30px rgba(173, 23, 72, 0.32);
	color: #fff;
}

.at-button--primary:hover,
.at-button--primary:focus-visible {
	background: var(--at-red-dark);
	box-shadow: 0 20px 48px rgba(173, 23, 72, 0.44);
	color: #fff;
}

.at-button--ghost {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.at-button--ghost:hover,
.at-button--ghost:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--at-ink);
}

.at-button--dark {
	background: var(--at-ink);
	box-shadow: 0 16px 38px rgba(16, 21, 33, 0.18);
	color: #fff;
}

.at-button--dark:hover,
.at-button--dark:focus-visible {
	background: var(--at-red);
	color: #fff;
}

.at-hero__location {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: rgba(255, 255, 255, 0.75);
	animation: atRise 650ms 640ms both;
}

.at-hero__location svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.at-hero__curve {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	color: #fff;
}

.at-section-heading {
	max-width: 760px;
	margin-bottom: clamp(34px, 5vw, 60px);
}

.at-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.at-eyebrow {
	color: var(--at-red);
}

.at-section-heading h2 {
	margin: 12px 0 0;
	font-size: clamp(2.15rem, 4.8vw, 4rem);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.at-section-heading h2 span {
	color: var(--at-red);
}

.at-section-heading > p:last-child {
	max-width: 660px;
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--at-muted);
}

.at-section-heading--center > p:last-child {
	margin-inline: auto;
}

.at-section-heading--light h2 {
	color: #fff;
}

.at-section-heading--light > p:last-child {
	color: rgba(255, 255, 255, 0.64);
}

.at-stories {
	position: relative;
	overflow: hidden;
	padding: clamp(82px, 8vw, 112px) 0;
	background:
		radial-gradient(circle at 15% 8%, rgba(55, 65, 81, 0.06), transparent 30rem),
		radial-gradient(circle at 85% 0%, rgba(32, 38, 56, 0.06), transparent 28rem),
		#f5f6f8;
}

.at-stories__heading {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.at-stories__eyebrow {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 800;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--at-red);
}

.at-stories__heading h2 {
	margin: 0;
	font-size: clamp(34px, 4.4vw, 58px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #202638;
}

.at-stories__heading > p:last-child {
	max-width: 640px;
	margin: 22px auto 0;
	font-size: 17px;
	line-height: 1.7;
	color: #5b6476;
}

.at-stories__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	margin-top: 54px;
}

.at-story-tile {
	display: flex;
	min-width: 0;
	min-height: 520px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(32, 38, 56, 0.09);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(32, 38, 56, 0.09);
	transform: translateZ(0);
	transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.at-story-tile:hover {
	transform: translateY(-7px);
	border-color: rgba(32, 38, 56, 0.18);
	box-shadow: 0 30px 70px rgba(32, 38, 56, 0.15);
}

.at-story-tile__media {
	position: relative;
	height: 322px;
	margin: 10px 10px 0;
	overflow: hidden;
	border-radius: 4px;
	background: #ebeef3;
}

.at-story-tile__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform 550ms ease;
}

.at-story-tile:hover .at-story-tile__image {
	transform: scale(1.055);
}

.at-story-tile__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 14, 24, 0) 45%, rgba(10, 14, 24, 0.48) 100%);
	pointer-events: none;
}

.at-story-tile__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #202638, #374151);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.84);
}

.at-story-tile__stats {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.at-story-tile__stat {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
	padding: 8px 11px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	color: #202638;
	backdrop-filter: blur(10px);
}

.at-story-tile__stat--main {
	background: #374151;
	box-shadow: 0 12px 28px rgba(32, 38, 56, 0.24);
	padding: 10px 14px;
	font-size: 16px;
	color: #fff;
}

.at-story-tile__content {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 20px;
}

.at-story-tile h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 58px;
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.045em;
	color: #202638;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.at-story-tile__content p {
	display: -webkit-box;
	overflow: hidden;
	min-height: 50px;
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.65;
	color: #5c6577;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.at-stories__swipe-hint {
	display: none;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 18px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6b7280;
}

.at-stories__swipe-hint svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: square;
	stroke-linejoin: miter;
}

.at-instagram {
	padding: clamp(78px, 9vw, 126px) 0;
	background: #fff;
}

.at-instagram__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.at-instagram-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--at-line);
	border-radius: 15px;
	background:
		radial-gradient(circle at 25% 90%, rgba(255, 205, 86, 0.36), transparent 30%),
		linear-gradient(145deg, #9b1e58, #332b72 68%, #101521);
	box-shadow: 0 20px 58px rgba(15, 23, 42, 0.11);
}

.at-instagram-card iframe {
	display: block;
	width: 100%;
	height: 540px;
	border: 0;
	background: #fff;
}

.at-instagram-card > a {
	display: flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
}

.at-instagram__cta {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.at-offer {
	position: relative;
	padding: clamp(78px, 9vw, 128px) 0;
	background:
		radial-gradient(circle at 50% -10%, rgba(173, 23, 72, 0.28), transparent 34rem),
		var(--at-ink);
}

.at-offer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
	align-items: stretch;
}

.at-price-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 350px;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--at-radius);
	background: #fff;
	box-shadow: var(--at-shadow-deep);
	padding: 32px 26px 26px;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.at-price-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 40px 100px rgba(4, 8, 18, 0.46);
}

.at-price-card--featured {
	border: 2px solid var(--at-red);
	transform: translateY(-10px);
}

.at-price-card--featured:hover {
	transform: translateY(-16px);
}

.at-price-card__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	border-radius: 999px;
	background: var(--at-red);
	box-shadow: 0 12px 30px rgba(173, 23, 72, 0.4);
	padding: 8px 16px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.at-price-card__note {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--at-red);
}

.at-price-card h3 {
	margin: 18px 0 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.035em;
}

.at-price-card > strong {
	display: block;
	margin-top: 26px;
	font-size: clamp(2.1rem, 3vw, 3.1rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.06em;
}

.at-button--card {
	width: 100%;
	margin-top: auto;
	border-color: var(--at-line);
	background: var(--at-ink);
	color: #fff;
}

.at-button--card:hover,
.at-button--card:focus-visible {
	background: var(--at-red);
	color: #fff;
}

.at-online-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
	gap: clamp(32px, 6vw, 86px);
	align-items: center;
	overflow: hidden;
	margin-top: clamp(54px, 7vw, 90px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
		#171e2c;
	box-shadow: 0 0 0 1px rgba(173, 23, 72, 0.2), 0 42px 100px rgba(0, 0, 0, 0.4), 0 0 70px rgba(173, 23, 72, 0.2);
	padding: clamp(34px, 5.5vw, 72px);
	color: #fff;
	animation: atFloat 5.4s ease-in-out infinite;
}

.at-online-card__glow {
	position: absolute;
	top: var(--at-glow-y, 15%);
	left: var(--at-glow-x, 10%);
	width: 480px;
	height: 480px;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(210, 29, 87, 0.34), transparent 68%);
	pointer-events: none;
	transition: top 220ms ease-out, left 220ms ease-out;
}

.at-online-card__copy,
.at-online-card__prices {
	position: relative;
	z-index: 1;
}

.at-online-card h3 {
	max-width: 680px;
	margin: 14px 0 0;
	font-size: clamp(2.3rem, 5vw, 4.5rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.06em;
	text-wrap: balance;
}

.at-online-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.at-online-card li {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	padding: 9px 13px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
}

.at-online-card li::before {
	margin-right: 7px;
	color: #ff799f;
	content: "✓";
}

.at-online-card__prices {
	display: grid;
	gap: 10px;
}

.at-online-card__prices a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.09);
	padding: 17px 19px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.at-online-card__prices a:hover,
.at-online-card__prices a:focus-visible {
	transform: translateX(5px);
	border-color: rgba(255, 255, 255, 0.38);
	background: var(--at-red);
	color: #fff;
}

.at-online-card__prices span {
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
}

.at-online-card__prices strong {
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #fff;
}

.at-contact {
	position: relative;
	padding: clamp(82px, 10vw, 142px) 0;
	background:
		radial-gradient(circle at 50% 0%, rgba(173, 23, 72, 0.08), transparent 32rem),
		#f7f8fa;
}

.at-contact__container {
	max-width: 900px;
}

.at-contact .at-section-heading {
	margin-bottom: 34px;
}

.at-contact .at-section-heading h2 {
	font-size: clamp(2.25rem, 5vw, 4.4rem);
}

.at-contact__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
	padding: 10px 17px;
	font-size: 15px;
	font-weight: 850;
	color: var(--at-ink);
	transition: transform 180ms ease, color 180ms ease;
}

.at-contact__phone:hover,
.at-contact__phone:focus-visible {
	transform: translateY(-2px);
	color: var(--at-red);
}

.at-contact__phone svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--at-red);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.at-form {
	display: grid;
	gap: 18px;
	max-width: 760px;
	margin-inline: auto;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--at-shadow);
	padding: clamp(25px, 5vw, 52px);
}

.at-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.at-form .pu-field {
	display: grid;
	gap: 7px;
}

.at-form .pu-field > span:first-child {
	font-size: 13px;
	font-weight: 800;
	color: var(--at-ink);
}

.at-form .pu-field > span b {
	color: var(--at-red);
}

.at-form .pu-field > span em {
	font-weight: 500;
	font-style: normal;
	color: var(--at-muted);
}

.at-form .pu-field-control-wrap {
	position: relative;
	display: block;
}

.at-form .pu-field-control {
	width: 100%;
	min-height: 52px;
	border: 1px solid #d9dde4;
	border-radius: 9px;
	outline: 0;
	background: #fff;
	padding: 13px 16px;
	font: inherit;
	font-size: 14px;
	color: var(--at-ink);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.at-form textarea.pu-field-control {
	min-height: 125px;
	resize: vertical;
}

.at-form .pu-field-control::placeholder {
	color: #9aa2af;
}

.at-form .pu-field-control:focus {
	border-color: var(--at-red);
	box-shadow: 0 0 0 4px rgba(173, 23, 72, 0.1);
}

.at-form .pu-field-valid-icon {
	position: absolute;
	top: 50%;
	right: 14px;
	display: none;
	transform: translateY(-50%);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	color: #18834b;
}

.at-form .pu-field.is-valid .pu-field-valid-icon {
	display: block;
}

.at-form .pu-field.is-error .pu-field-control {
	border-color: #d92d4d;
	background: #fff9fa;
}

.at-form .pu-field-error {
	min-height: 0;
	font-size: 11px;
	font-weight: 650;
	color: #c22040;
}

.at-form__consent {
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 10px !important;
	font-size: 12px;
	line-height: 1.45;
	color: var(--at-muted);
}

.at-form__consent input {
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: var(--at-red);
}

.at-form__consent .pu-field-error {
	grid-column: 2;
}

.at-form__submit {
	width: 100%;
	margin-top: 2px;
	cursor: pointer;
}

.at-form__submit:disabled {
	cursor: wait;
	opacity: 0.7;
}

.at-form__submit.is-success {
	background: #18834b;
}

.at-form .pu-form-status {
	margin: 0;
	border-radius: 9px;
	padding: 12px 14px;
	font-size: 13px;
	font-weight: 650;
}

.at-form .pu-form-status.hidden {
	display: none;
}

.at-form .pu-form-status.is-error {
	background: #fff0f3;
	color: #a81332;
}

.at-form .pu-form-status.is-success {
	background: #eaf9f0;
	color: #126c3e;
}

.at-contact-hero {
	position: relative;
	display: grid;
	min-height: 500px;
	isolation: isolate;
	place-items: end start;
	overflow: hidden;
	background: var(--at-ink);
	color: #fff;
}

.at-contact-hero > img,
.at-contact-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
}

.at-contact-hero > img {
	object-fit: cover;
	object-position: center 42%;
	filter: saturate(0.82);
}

.at-contact-hero__shade {
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 12, 20, 0.95), rgba(8, 12, 20, 0.56)), linear-gradient(0deg, rgba(8, 12, 20, 0.74), transparent);
}

.at-contact-hero__inner {
	padding-top: 170px;
	padding-bottom: 74px;
}

.at-contact-hero h1 {
	max-width: 800px;
	margin: 14px 0 0;
	font-size: clamp(2.8rem, 6vw, 5.6rem);
	font-weight: 900;
	line-height: 0.97;
	letter-spacing: -0.06em;
}

.at-contact-hero__inner > p:last-child {
	max-width: 620px;
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.75);
}

.at-footer {
	background: #0b0f18;
	color: #fff;
}

.at-footer__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 70px;
	width: min(100% - 40px, 1280px);
	margin-inline: auto;
	padding: 72px 0 54px;
}

.at-footer__brand {
	font-size: clamp(1.7rem, 3vw, 2.55rem);
	font-weight: 900;
	letter-spacing: -0.045em;
}

.at-footer__inner p {
	max-width: 520px;
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.55);
}

.at-footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 28px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
}

.at-footer__links a:hover,
.at-footer__links a:focus-visible {
	color: #fff;
}

.at-footer__links a {
	color: inherit;
}

.at-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(100% - 40px, 1280px);
	margin-inline: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 0 26px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.38);
}

.at-float-phone {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 999px;
	background: var(--at-red);
	box-shadow: 0 16px 42px rgba(173, 23, 72, 0.42);
	color: #fff;
	transition: transform 180ms ease, background 180ms ease;
}

.at-float-phone:hover,
.at-float-phone:focus-visible {
	transform: translateY(-3px) scale(1.03);
	background: var(--at-red-dark);
	color: #fff;
}

.at-float-phone svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.at-js [data-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.at-js [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes atRise {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes atHeroImage {
	from { transform: scale(1.04); }
	to { transform: scale(1); }
}

@keyframes atFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-9px); }
}

@media (max-width: 1100px) {
	.at-instagram__grid,
	.at-offer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.at-online-card {
		grid-template-columns: 1fr;
	}

	.at-price-card--featured {
		transform: none;
	}

	.at-price-card--featured:hover {
		transform: translateY(-7px);
	}
}

@media (min-width: 1024px) {
	.at-stories__grid .at-story-tile:first-child {
		display: grid;
		min-height: 560px;
		grid-column: span 2;
		grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
	}

	.at-stories__grid .at-story-tile:first-child .at-story-tile__media {
		height: 540px;
		margin: 10px 0 10px 10px;
	}

	.at-stories__grid .at-story-tile:first-child .at-story-tile__content {
		padding: 34px 32px 30px;
	}

	.at-stories__grid .at-story-tile:first-child h3 {
		min-height: 0;
		font-size: clamp(28px, 2.4vw, 36px);
		line-height: 1.08;
		-webkit-line-clamp: 4;
	}

	.at-stories__grid .at-story-tile:first-child .at-story-tile__content p {
		min-height: 0;
		font-size: 17px;
		-webkit-line-clamp: 5;
	}

	.at-stories__grid .at-story-tile:first-child .at-story-tile__stat--main {
		padding: 13px 17px;
		font-size: 24px;
	}

	.at-hero__image {
		object-position: center;
	}

	.at-hero__inner {
		min-height: 88vh;
		min-height: 88svh;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 1023px) {
	.at-stories__grid {
		display: flex;
		gap: 18px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.at-stories__grid::-webkit-scrollbar {
		display: none;
	}

	.at-story-tile {
		min-height: 440px;
		flex: 0 0 min(420px, 82vw);
		scroll-snap-align: start;
	}

	.at-stories__swipe-hint {
		display: flex;
	}

	.at-header__primary {
		min-height: 44px;
		padding: 0 12px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.at-header__primary-label {
		display: none;
	}

	.at-header__primary-label-mobile {
		display: inline;
	}

	.at-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.at-hero__actions .at-button {
		width: 100%;
	}
}

@media (max-width: 760px) {
	.at-container,
	.at-header__inner,
	.at-footer__inner,
	.at-footer__bottom {
		width: min(100% - 30px, 1280px);
	}

	.at-header__inner {
		width: min(100% - 40px, 1280px);
	}

	.at-header__brand {
		padding: 7px 10px;
		font-size: 9px;
		letter-spacing: 0.12em;
	}

	.at-header__primary {
		padding-inline: 10px;
		font-size: 10px;
	}

	.antoni-site .pu-hero-under-title {
		font-size: clamp(0.75rem, 4vw, 1.25rem) !important;
		letter-spacing: -0.02em;
		white-space: nowrap;
	}

	.antoni-site .pu-hero-points {
		gap: 8px;
		font-size: 16px;
		line-height: 1.45;
	}

	.at-hero__inner {
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
	}

	.at-hero__under-title {
		font-size: 21px;
	}

	.at-hero__description {
		font-size: 16px;
	}

	.at-section-heading > p:last-child {
		font-size: 15px;
	}

	.at-stories__grid,
	.at-instagram__grid,
	.at-offer__grid {
		grid-template-columns: 1fr;
	}

	.at-story-tile {
		flex-basis: 88vw;
	}

	.at-story-tile__media {
		height: 268px;
	}

	.at-story-tile__content {
		padding: 20px 20px 18px;
	}

	.at-story-tile h3 {
		min-height: 52px;
		font-size: 21px;
	}

	.at-instagram-card iframe {
		height: 590px;
	}

	.at-online-card {
		gap: 32px;
		border-radius: 20px;
		padding: 29px 22px;
	}

	.at-online-card h3 {
		font-size: clamp(2.4rem, 13vw, 3.5rem);
	}

	.at-online-card__prices a {
		padding: 15px;
	}

	.at-online-card__prices strong {
		font-size: 20px;
	}

	.at-form__grid {
		grid-template-columns: 1fr;
	}

	.at-contact-hero {
		min-height: 530px;
	}

	.at-contact-hero__inner {
		padding-top: 150px;
		padding-bottom: 65px;
	}

	.at-footer__inner,
	.at-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.at-footer__inner {
		gap: 36px;
		padding: 56px 0 42px;
	}

	.at-footer__links {
		justify-content: flex-start;
	}

	.at-float-phone {
		right: 16px;
		bottom: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.at-js [data-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* Ten sam cennik PersonalUP, rozszerzony wyłącznie do czterech kolumn dla oferty Antoniego. */
.antoni-site #cennik .pu-pricing-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.35vw, 20px);
	max-width: none;
}

.antoni-site #cennik .pu-price-card {
	padding-right: clamp(18px, 1.7vw, 27px);
	padding-left: clamp(18px, 1.7vw, 27px);
}

.antoni-site #cennik .pu-price-title {
	font-size: clamp(25px, 2.15vw, 34px);
}

.antoni-site #cennik .pu-price-cta {
	min-width: min(190px, 100%);
}

@media (max-width: 1024px) {
	.antoni-site #cennik .pu-pricing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}
}

@media (max-width: 640px) {
	.antoni-site #cennik .pu-pricing-grid {
		grid-template-columns: 1fr;
		max-width: 620px;
	}
}
