:root {
	--drz-brand-blue: #384cbd;
	--drz-lp-ticker: #8bbdff;
	--drz-lp-btn: #9575cd;
	--drz-white: #ffffff;
	/* NagÃ…â€šÃƒÂ³wek (kapsuÃ…â€ša Ã¢â‚¬â€ makietka Figma) */
	--drz-header-shell: #3b4cca;
	--drz-header-pill-bg: rgb(12 18 52 / 0.45);
	--drz-header-pill-border: rgb(255 255 255 / 0.12);
	--drz-header-pill-inset: rgb(255 255 255 / 0.06);
	--drz-header-cta: #ff8e9d;
}

/* Kotwice (#...): odsunięcie od sticky headera; płynny scroll poza trybem „reduced motion” */
html {
	scroll-padding-top: clamp(4.5rem, 12vw, 6.5rem);
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

/*
 * Kursor „ząb”: tylko publiczny front (body.drz-theme-front).
 * main.css jest wczytywany też w edytorze bloków — bez tej klasy na body zaplecze ma zwykły kursor.
 * Z JS (html.drz-cursor-active): ukryty systemowy kursor + .drz-cursor-fx (scale na pointerach).
 */
@media (hover: hover) and (pointer: fine) {
	html:not(.drz-cursor-active) body.drz-theme-front a,
	html:not(.drz-cursor-active) body.drz-theme-front button,
	html:not(.drz-cursor-active) body.drz-theme-front input[type='button'],
	html:not(.drz-cursor-active) body.drz-theme-front input[type='submit'],
	html:not(.drz-cursor-active) body.drz-theme-front input[type='reset'],
	html:not(.drz-cursor-active) body.drz-theme-front input[type='checkbox'],
	html:not(.drz-cursor-active) body.drz-theme-front input[type='radio'],
	html:not(.drz-cursor-active) body.drz-theme-front input[type='file'],
	html:not(.drz-cursor-active) body.drz-theme-front input[type='range'],
	html:not(.drz-cursor-active) body.drz-theme-front label[for],
	html:not(.drz-cursor-active) body.drz-theme-front summary,
	html:not(.drz-cursor-active) body.drz-theme-front select,
	html:not(.drz-cursor-active) body.drz-theme-front [role='button'],
	html:not(.drz-cursor-active) body.drz-theme-front .wp-block-button__link {
		cursor: url('../img/cursor-zombula-sm.png') 22 7, pointer;
	}

	html:not(.drz-cursor-active) body.drz-theme-front {
		cursor: url('../img/cursor-zombula-sm.png') 22 7, auto;
	}

	html.drz-cursor-active body.drz-theme-front,
	html.drz-cursor-active body.drz-theme-front a,
	html.drz-cursor-active body.drz-theme-front button,
	html.drz-cursor-active body.drz-theme-front input,
	html.drz-cursor-active body.drz-theme-front label[for],
	html.drz-cursor-active body.drz-theme-front summary,
	html.drz-cursor-active body.drz-theme-front select,
	html.drz-cursor-active body.drz-theme-front textarea,
	html.drz-cursor-active body.drz-theme-front [role='button'],
	html.drz-cursor-active body.drz-theme-front .wp-block-button__link {
		cursor: none !important;
	}

	html.drz-cursor-active body.drz-theme-front input[type='text'],
	html.drz-cursor-active body.drz-theme-front input[type='email'],
	html.drz-cursor-active body.drz-theme-front input[type='url'],
	html.drz-cursor-active body.drz-theme-front input[type='tel'],
	html.drz-cursor-active body.drz-theme-front input[type='search'],
	html.drz-cursor-active body.drz-theme-front input[type='number'],
	html.drz-cursor-active body.drz-theme-front input[type='password'],
	html.drz-cursor-active body.drz-theme-front input[type='date'],
	html.drz-cursor-active body.drz-theme-front input[type='time'],
	html.drz-cursor-active body.drz-theme-front textarea,
	html.drz-cursor-active body.drz-theme-front [contenteditable='true']:not([contenteditable='false']) {
		cursor: text !important;
	}

	html.drz-cursor-active body.drz-theme-front :disabled {
		cursor: not-allowed !important;
	}

	body.drz-theme-front .drz-cursor-fx {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2147483646;
		width: 0;
		height: 0;
		pointer-events: none;
		will-change: transform;
	}

	body.drz-theme-front .drz-cursor-fx__img {
		display: block;
		opacity: 1;
		transform: scale(1) rotate(0deg);
		transform-origin: 22px 7px;
		transition:
			transform 0.22s cubic-bezier(0.25, 0.8, 0.25, 1),
			opacity 0.18s ease;
	}

	body.drz-theme-front .drz-cursor-fx--compact .drz-cursor-fx__img {
		transform: scale(0.86) rotate(-3deg);
	}

	body.drz-theme-front .drz-cursor-fx--hidden .drz-cursor-fx__img {
		opacity: 0;
	}
}

/* DostÃ„â„¢pnoÃ…â€ºÃ„â€¡ Ã¢â‚¬â€ etykiety formularza wizyty */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Front Ã¢â‚¬â€ bloki hero */
.drz-hero {
	box-sizing: border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

.drz-hero--raster {
	background-size: cover;
	background-position: center center;
}

.drz-hero--layered {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1.5rem, 5vw, 4rem);
}

.drz-hero__logo {
	display: block;
	max-width: min(92vw, 720px);
	width: auto;
	height: auto;
	object-fit: contain;
}

/* UsuÃ…â€ž domyÃ…â€ºlne marginesy motywu na stronie z samymi blokami */
body.drz-landing {
	overflow-x: clip;
}

body.drz-landing .wp-site-blocks,
body.drz-landing .entry-content {
	margin: 0;
	padding: 0;
	max-width: none;
}

/*
 * PeÃ…â€šna szerokoÃ…â€ºÃ„â€¡ bez 100vw Ã¢â‚¬â€ na mobile 100vw czÃ„â„¢sto > 100% (scrollbar / viewport),
 * co daje poziomy scroll. 100% wraz z max-width:none na .wp-site-blocks wystarcza.
 */
body.drz-landing .alignfull {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ NagÃ…â€šÃƒÂ³wek Ã¢â‚¬â€ kapsuÃ…â€ša na tle #3b4cca (makietka Figma) Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-skip-link:focus {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2147483647;
	clip: auto;
	width: auto;
	height: auto;
	padding: 0.65rem 1.1rem;
	margin: 0;
	overflow: visible;
	background: #fff;
	color: var(--drz-header-shell);
	font-weight: 700;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 0.2);
	text-decoration: none;
}

.drz-header {
	position: sticky;
	top: 0;
	z-index: 99990;
	width: 100%;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
}

.drz-header__shell {
	background-color: #384cbd;
	/* box-shadow: 0 2px 20px rgb(0 0 0 / 0.1); */
}

.drz-header__wrap {
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(0.65rem, 2vw, 1.1rem) clamp(0.75rem, 2.5vw, 1.5rem);
}

.drz-header__pill {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	min-height: 3.35rem;
	padding: 1rem 2rem;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.10);
	border-radius: 36px;
}

.drz-header__brand-wrap {
	order: 1;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.drz-header__brand-wrap .custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.drz-header__brand-wrap .custom-logo-link img {
	display: block;
	height: auto;
	max-height: clamp(2rem, 5vw, 4.65rem);
	width: auto;
}

/* Logotyp tekstowy Ã¢â‚¬Å¾dr.Ã¢â‚¬Â / Ã¢â‚¬Å¾ZombulaÃ¢â‚¬Â Ã¢â‚¬â€ Caveat (zbliÃ…Â¼ony do rÃ„â„¢cznego) */
.drz-header__brand--type {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
	color: #fff;
	line-height: 1;
}

.drz-header__logotype {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: "Caveat", cursive;
	font-weight: 700;
}

.drz-header__logotype-dr {
	font-size: clamp(0.95rem, 2.2vw, 1.15rem);
	opacity: 0.95;
	line-height: 1;
	margin-bottom: -0.08em;
}

.drz-header__logotype-zombula {
	font-size: clamp(1.65rem, 4.2vw, 2.35rem);
	line-height: 0.95;
	letter-spacing: 0.01em;
}

.drz-header__nav--desktop {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
	order: 2;
}

.drz-header__actions {
	order: 3;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.drz-header__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.15rem 0.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.drz-header__list > .menu-item {
	position: relative;
}

.drz-header__link {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.95rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: clamp(0.9rem, 1.25vw, 1.05rem);
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	transition: background 0.15s ease;
	white-space: nowrap;
}

.drz-header__link:hover,
.drz-header__link:focus-visible {
	background: rgb(255 255 255 / 0.12);
	outline: none;
}

.drz-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.52rem 1.35rem;
	min-height: 2.65rem;
	border-radius: 18px;
	background: var(--drz-header-cta);
	color: #fff;
	font-weight: 800;
	font-size: clamp(0.88rem, 1.2vw, 1.02rem);
	text-decoration: none;
	line-height: 1.15;
	white-space: nowrap;
	box-shadow: 0 2px 12px rgb(0 0 0 / 0.12);
	transition:
		filter 0.15s ease,
		transform 0.15s ease;
}

.drz-header__cta:hover,
.drz-header__cta:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
	outline: none;
}

.drz-header__cta--drawer {
	display: none;
}

.drz-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	padding: 0;
	border: none;
	border-radius: 12px;
	background: rgb(255 255 255 / 0.14);
	color: #fff;
	cursor: pointer;
	transition: background 0.15s ease;
}

.drz-header__toggle:hover,
.drz-header__toggle:focus-visible {
	background: rgb(255 255 255 / 0.24);
	outline: none;
}

.drz-header__toggle-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 1.3rem;
}

.drz-header__toggle-line {
	display: block;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}

.drz-header__nav--desktop .sub-menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 50%;
	transform: translateX(-50%);
	min-width: 13rem;
	margin: 0;
	padding: 0.4rem 0;
	list-style: none;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 12px 36px rgb(0 0 0 / 0.14);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.18s ease,
		visibility 0.18s ease;
	z-index: 2;
}

.drz-header__nav--desktop .menu-item-has-children:hover > .sub-menu,
.drz-header__nav--desktop .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.drz-header__nav--desktop .sub-menu .menu-item {
	margin: 0;
}

.drz-header__nav--desktop .sub-menu .drz-header__link {
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 0.55rem 1.15rem;
	color: #2c1e1e;
	font-weight: 600;
}

.drz-header__nav--desktop .sub-menu .drz-header__link:hover,
.drz-header__nav--desktop .sub-menu .drz-header__link:focus-visible {
	background: rgb(56 76 189 / 0.08);
	color: var(--drz-brand-blue);
}

/* Szuflada mobilna */
.drz-header__drawer[hidden] {
	display: none !important;
}

.drz-header__drawer:not([hidden]) {
	display: flex;
	position: fixed;
	inset: 0;
	z-index: 999900;
}

.drz-header__drawer-scrim {
	flex: 1;
	min-width: 0;
	background: rgb(10 14 40 / 0.5);
	backdrop-filter: blur(3px);
}

.drz-header__drawer-panel {
	box-sizing: border-box;
	width: min(100vw - 2.5rem, 22rem);
	max-width: 100%;
	background: var(--drz-header-shell);
	color: #fff;
	box-shadow: -8px 0 32px rgb(0 0 0 / 0.25);
	display: flex;
	flex-direction: column;
	max-height: 100%;
	overflow: auto;
	animation: drz-header-drawer-in 0.22s ease-out;
}

@keyframes drz-header-drawer-in {
	from {
		transform: translateX(100%);
		opacity: 0.9;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.drz-header__drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	border-bottom: 1px solid rgb(255 255 255 / 0.12);
}

.drz-header__drawer-title {
	font-weight: 900;
	font-size: 1.125rem;
}

.drz-header__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: rgb(255 255 255 / 0.12);
	color: #fff;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease;
}

.drz-header__close:hover,
.drz-header__close:focus-visible {
	background: rgb(255 255 255 / 0.22);
	outline: none;
}

.drz-header__nav--mobile {
	padding: 0.75rem 0 0.5rem;
	flex: 1;
}

.drz-header__list--mobile {
	flex-direction: column;
	align-items: stretch;
	gap: 0.15rem;
}

.drz-header__list--mobile > .menu-item > .drz-header__link {
	border-radius: 12px;
	padding: 0.85rem 1.15rem;
	font-size: 1.0625rem;
}

.drz-header__list--mobile .sub-menu {
	margin: 0;
	padding: 0.25rem 0 0.5rem 0.75rem;
	list-style: none;
	border-left: 2px solid rgb(255 255 255 / 0.2);
}

.drz-header__list--mobile .sub-menu .drz-header__link {
	font-size: 0.9375rem;
	font-weight: 600;
	opacity: 0.92;
}

body.drz-header--open {
	overflow: hidden;
}

@media (max-width: 960px) {
	.drz-header__pill {
		padding: 0.5rem 1.5rem;
	}

	.drz-header__nav--desktop {
		display: none;
	}

	.drz-header__cta--bar {
		display: none;
	}

	.drz-header__toggle {
		display: inline-flex;
	}

	.drz-header__cta--drawer {
		display: inline-flex;
		margin: 0 1rem 1.25rem;
		align-self: stretch;
		justify-content: center;
		width: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.drz-header__drawer-panel {
		animation: none;
	}
}

.drz-hero__notice {
	margin: 0.75rem 1rem;
	font-size: 0.8125rem;
	color: #555;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Landing DR. ZOMBULA (Figma 611:13, MCP) Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-lp {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--drz-lp-bg, var(--drz-brand-blue));
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	color: #fff;
	/* visible Ã¢â‚¬â€ overflow-x:hidden + obrÃƒÂ³t obcinaÃ…â€š postacie; ticker ma wÃ…â€šasne overflow */
	overflow: visible;
}

.drz-lp__main {
	max-width: 90rem;
	margin: 0 auto;
	position: relative;
	padding: clamp(2.75rem, 6vw, 4.5rem) clamp(0.85rem, 2.5vw, 1.5rem) 0;
	/* overflow: hidden; */
}

.drz-lp__stage {
	display: grid;
	grid-template-columns: 1fr;
	align-items: end;
	column-gap: clamp(0.25rem, 1.5vw, 1.25rem);
	min-height: clamp(380px, 56vh, 700px);
	padding: 0 clamp(0.35rem, 1.2vw, 1rem) 0;
	max-width: 90rem;
	margin: 0 auto;
	overflow: hidden;
}

.drz-lp__char {
	position: absolute;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	line-height: 0;
}

.drz-lp__char img {
	display: block;
	width: auto;
	height: clamp(280px, 52vh, 620px);
	max-width: min(38vw, 380px);
	object-fit: contain;
	object-position: bottom center;
	margin: 0;
}

.drz-lp__char--left {
	left: clamp(-0.5rem, 0.5vw, 1.25rem);
	transform: rotate(-5deg);
	transform-origin: bottom left;
}

.drz-lp__char--left img {
	max-width: min(40vw, 400px);
	height: clamp(300px, 54vh, 640px);
	object-position: bottom left;
}

.drz-lp__char--right {
	right: clamp(-0.5rem, 0.5vw, 1.25rem);
	transform: rotate(3deg);
	transform-origin: bottom right;
}

.drz-lp__char--right img {
	max-width: min(34vw, 360px);
	height: clamp(280px, 52vh, 600px);
	object-position: bottom right;
}

.drz-lp__center {
	grid-column: 1;
	position: relative;
	z-index: 2;
	justify-self: stretch;
	align-self: center;
	width: 100%;
	max-width: 62rem;
	margin: 0 auto;
	text-align: center;
	padding: clamp(0.5rem, 2vh, 1.5rem) clamp(0.5rem, 2vw, 1rem) clamp(2rem, 5vh, 3.5rem);
	min-width: 0;
}

@media (min-width: 1200px) {
	.drz-lp__char--left img {
		height: 1080px;
		max-width: unset;
		bottom: -570px;
		position: relative;
		left: -50px;
	}

	.drz-lp__char--right img {
		height: 1030px;
		max-width: unset;
		bottom: -540px;
		position: relative;
		right: -30px;
	}
}

.drz-lp__title {
	font-weight: 900;
	font-size: clamp(1.75rem, 5.2vw, 4.5rem);
	line-height: 1.06;
	margin: 0 auto clamp(1rem, 2.2vw, 1.75rem);
	max-width: 100%;
	text-wrap: balance;
	letter-spacing: -0.02em;
}

.drz-lp__title-line {
	display: block;
}

.drz-lp__title-line + .drz-lp__title-line {
	margin-top: 0.04em;
}

.drz-lp__lead {
	font-weight: 500;
	font-size: clamp(0.95rem, 1.65vw, 1.35rem);
	line-height: 1.45;
	margin: 0 auto clamp(1.75rem, 3.5vw, 2.75rem);
	max-width: 34rem;
}

.drz-lp__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(0.65rem, 1.8vw, 1.1rem);
}

.drz-lp__tooth {
	line-height: 0;
	pointer-events: none;
	margin-top: 0.15rem;
}

.drz-lp__tooth img {
	display: block;
	width: clamp(2.25rem, 5vw, 3.25rem);
	height: auto;
	margin: 0 auto;
	opacity: 0.95;
}

.drz-lp__btn-wrap {
	position: relative;
	display: inline-block;
}

.drz-lp__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 4.09rem;
	padding: 0.5rem 2.75rem;
	border-radius: 18px;
	background-color: var(--drz-lp-btn-bg, var(--drz-lp-btn));
	color: #fff;
	font-weight: 900;
	font-size: clamp(1.05rem, 2vw, 1.75rem);
	text-decoration: none;
	line-height: 1.2;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.drz-lp__btn:hover,
.drz-lp__btn:focus-visible {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.drz-lp__cursor {
	position: absolute;
	left: 78%;
	top: 55%;
	pointer-events: none;
}

.drz-lp__cursor img {
	display: block;
	width: auto;
	height: auto;
	max-width: 1.35rem;
}

.drz-lp__ticker {
	min-height: clamp(5rem, 12vw, 11.25rem);
	min-width: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.drz-lp__ticker-mask {
	width: 100%;
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
	/* Safari: poprawne przycinanie animowanego potomka (compositing) */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* iOS: .drz-ticker--js wyłącza CSS animation — przewija drz-ticker-ios.js */
.drz-lp__ticker-inner.drz-ticker--js,
.drz-m622__inner.drz-ticker--js {
	animation: none !important;
	-webkit-animation: none !important;
}

.drz-lp__ticker-inner {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: -webkit-max-content;
	width: max-content;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-animation: drz-lp-ticker 28s linear infinite;
	animation: drz-lp-ticker 28s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.drz-lp__ticker-inner {
		animation: none;
		-webkit-animation: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		will-change: auto;
		gap: 0;
	}

	/* Jeden tor — bez zawijania w drugą linię (iOS + „Reduce Motion”). */
	.drz-lp__ticker-inner .drz-lp__ticker-track[aria-hidden='true'] {
		display: none;
	}
}

.drz-lp__ticker-track {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-right: clamp(1.5rem, 4vw, 3rem);
	white-space: nowrap;
}

.drz-lp__ticker-item {
	font-weight: 900;
	font-size: clamp(1.5rem, 5.4vw, 4.8125rem);
	line-height: 1;
	color: #fff;
}

@keyframes drz-lp-ticker {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

@media (max-width: 960px) {
	.drz-lp__main {
		padding-bottom: clamp(1rem, 3vw, 1.5rem);
	}

	.drz-lp__stage {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: 0;
		overflow: visible;
		padding-left: clamp(0.75rem, 3vw, 1.25rem);
		padding-right: clamp(0.75rem, 3vw, 1.25rem);
		padding-bottom: clamp(0.5rem, 2vw, 1rem);
		gap: clamp(0.75rem, 3vw, 1.5rem);
	}

	.drz-lp__center {
		order: -1;
		max-width: 36rem;
		width: 100%;
		padding-bottom: clamp(1rem, 3vw, 1.5rem);
	}

	.drz-lp__char {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.drz-lp__char--left {
		order: 2;
		transform: rotate(-4deg);
		display: none;
	}

	.drz-lp__char--right {
		order: 3;
		transform: rotate(2deg);
	}

	.drz-lp__char img {
		width: auto;
		height: auto;
		max-width: min(220px, 58vw);
		max-height: min(34vh, 300px);
		margin-left: auto;
		margin-right: auto;
	}

	.drz-lp__title-line {
		text-wrap: balance;
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Sekcja wizyta / komfort (Figma 611:1057) Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-vc {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--drz-vc-bg, #ffcf62);
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2rem);
	overflow-x: clip;
}

.drz-vc__inner {
	max-width: 1440px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	width: 100%;
	min-width: 0;
}

.drz-vc__card {
	background-color: var(--drz-vc-card, #384cbd);
	color: #fff;
	border-radius: clamp(20px, 2.6vw, 36px);
	padding: clamp(2rem, 4vw, 3.75rem) clamp(1.5rem, 3vw, 2.75rem) clamp(2.25rem, 4vw, 4rem);
	max-width: 38rem;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	/* justify-self: start; */
}

.drz-vc__title {
	font-weight: 900;
	font-size: clamp(1.35rem, 2.8vw, 2.46rem);
	line-height: 1.2;
	margin: 0 0 clamp(1rem, 2vw, 1.75rem);
	text-wrap: balance;
}

.drz-vc__title-line {
	display: block;
}

.drz-vc__title-line + .drz-vc__title-line {
	margin-top: 0.1em;
}

.drz-vc__title-em {
	font-weight: 900;
}

.drz-vc__body {
	font-weight: 500;
	font-size: clamp(1rem, 1.75vw, 1.53rem);
	line-height: 1.45;
	margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
	max-width: 32rem;
	width: 100%;
}

.drz-vc__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.5rem 2rem;
	border-radius: clamp(14px, 1.6vw, 22px);
	background: #fff;
	color: var(--drz-vc-btn-text, #2c1e1e);
	font-weight: 900;
	font-size: clamp(1.1rem, 2.2vw, 2.2rem);
	text-decoration: none;
	line-height: 1.15;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.drz-vc__btn:hover,
.drz-vc__btn:focus-visible {
	filter: brightness(0.97);
	transform: translateY(-1px);
}

.drz-vc__visual {
	position: relative;
	min-height: clamp(280px, 50vw, 520px);
	justify-self: center;
	width: 100%;
	max-width: 36rem;
	min-width: 0;
	box-sizing: border-box;
}

.drz-vc__circle {
	position: relative;
	z-index: 1;
	width: min(100%, 34rem);
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 12px 40px rgb(0 0 0 / 0.12);
}

.drz-vc__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.drz-vc__deco {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	line-height: 0;
}

.drz-vc__deco img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(28vw, 200px);
}

.drz-vc__deco--teeth {
	left: -4%;
	top: 18%;
	transform: rotate(-24.53deg);
	width: clamp(100px, 22vw, 198px);
}

.drz-vc__deco--teeth img {
	max-width: 100%;
}

.drz-vc__deco--hat {
	right: 2%;
	top: 2%;
	width: clamp(90px, 20vw, 180px);
}

.drz-vc__deco--hat img {
	max-width: 100%;
}

.drz-vc__deco--brush {
	right: -2%;
	bottom: 4%;
	transform: rotate(16.57deg);
	width: clamp(80px, 16vw, 140px);
}

.drz-vc__deco--brush img {
	max-width: 100%;
}

@media (max-width: 900px) {
	.drz-vc__inner {
		grid-template-columns: 1fr;
	}

	.drz-vc__card {
		max-width: 100%;
		padding: 22px;
		display: block;
	}

	.drz-vc__visual {
		order: -1;
		max-width: 22rem;
		min-height: 240px;
	}

	.drz-vc__deco--teeth {
		left: 0;
	}

	.drz-vc__deco--brush {
		right: -4%;
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Ekipa (Figma 611:1725 + 611:2566) Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-team {
	box-sizing: border-box;
	width: 100%;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	color: #fff;
	padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 6rem);
}

.drz-team__header {
	text-align: center;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.drz-team__eyebrow {
	font-weight: 400;
	font-size: clamp(1.1rem, 2vw, 1.75rem);
	margin: 0 0 0.35em;
}

.drz-team__title {
	font-weight: 900;
	font-size: clamp(2.25rem, 6vw, 5.06rem);
	line-height: 1.05;
	margin: 0;
}

.drz-team__grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(1.25rem, 3vw, 2rem);
	max-width: 1200px;
	margin: 0 auto;
}

.drz-team__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	width: 100%;
}

.drz-team__row--3 .drz-team__card {
	flex: 0 1 min(100%, 377px);
	max-width: 377px;
}

.drz-team__row--2 .drz-team__card {
	flex: 0 1 min(100%, 377px);
	max-width: 377px;
}

.drz-team__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-height: 33rem;
	padding: 0;
	border: none;
	border-radius: clamp(18px, 2vw, 29px);
	background: rgb(255 255 255 / 0.1);
	color: inherit;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.drz-team__card:hover,
.drz-team__card:focus-visible {
	transform: translateY(-3px);
	background: rgb(255 255 255 / 0.14);
	box-shadow: 0 12px 32px rgb(0 0 0 / 0.15);
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.drz-team__card-visual {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1.25rem, 3vw, 2rem) 1.25rem;
	min-height: 12rem;
}

.drz-team__card-visual img {
	display: block;
	max-width: 100%;
	max-height: 220px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.drz-team__card-text {
	padding: 0 1.75rem 2.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.drz-team__card-name {
	font-weight: 900;
	font-size: clamp(1.2rem, 2vw, 1.95rem);
	line-height: 1.2;
}

.drz-team__card-bio {
	font-weight: 500;
	font-size: clamp(0.95rem, 1.4vw, 1.21rem);
	line-height: 1.45;
}

.drz-team--detail .drz-team__grid {
	display: none;
}

.drz-team__detail {
	padding: 0 0 clamp(2rem, 4vw, 3rem);
}

.drz-team__detail-inner {
	max-width: min(1108px, 100%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: clamp(0.75rem, 2vw, 1.25rem);
	padding-top: clamp(1rem, 2vw, 2rem);
}

.drz-team__back {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.35rem 0;
	border: none;
	background: none;
	color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
	text-align: left;
}

.drz-team__back:hover,
.drz-team__back:focus-visible {
	opacity: 0.85;
}

/* Kolumna: dymek zawsze wyÅ›rodkowany nad scenÄ… (Figma 611:2566) */
.drz-team__stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(0.85rem, 2.2vw, 1.35rem);
	width: 100%;
}

.drz-team__stage-frame {
	position: relative;
	width: 100%;
	line-height: 0;
	border-radius: clamp(14px, 2.2vw, 26px);
	overflow: hidden;
	isolation: isolate;
	margin-top: 30px;
}

/* TÅ‚o sceny (peÅ‚ny SVG 1108Ã—678) â€” zawsze widoczne w widoku szczegÃ³Å‚u */
.drz-team__stage-bg {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.drz-team__bubble {
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	align-self: center;
	width: min(36rem, 100%);
	max-width: calc(100% - 1.5rem);
	box-sizing: border-box;
	margin: 0;
	padding: clamp(1.15rem, 2.8vw, 1.5rem) clamp(1.25rem, 3.5vw, 2rem);
	background: rgb(255 255 255 / 0.12);
	border: 1px solid rgb(255 255 255 / 0.18);
	border-radius: clamp(18px, 2.2vw, 28px);
	box-shadow: 0 10px 40px rgb(0 0 0 / 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-align: center;
	pointer-events: none;
}

.drz-team__bubble[hidden] {
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.drz-team__bubble {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}

.drz-team__bubble-title {
	font-weight: 900;
	font-size: clamp(1.05rem, 2.2vw, 1.5rem);
	margin: 0 0 0.5rem;
	line-height: 1.2;
}

.drz-team__bubble-body {
	font-weight: 500;
	font-size: clamp(0.85rem, 1.8vw, 1.05rem);
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 600px) {
	.drz-team__bubble {
		width: calc(100% - 1.25rem);
		max-width: 36rem;
	}
}

/* â€”â€” Strona UsÅ‚ugi / cennik â€” Figma 622:52 â€”â€” */
.drz-svc622 {
	box-sizing: border-box;
	width: 100%;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	color: #fff;
	background-color: var(--drz-svc622-bg, #384cbd);
	padding: clamp(2.5rem, 6vw, 3.75rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 7vw, 5rem);
}

.drz-svc622__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.drz-svc622__header {
	text-align: left;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.drz-svc622__title {
	font-weight: 900;
	font-size: clamp(2rem, 5.5vw, 4.25rem);
	line-height: 1.05;
	margin: 0;
	letter-spacing: -0.02em;
}

.drz-svc622__body {
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.drz-svc622__category {
	margin: 0;
}

.drz-svc622__cat-title {
	color: var(--drz-svc622-cat, #ffcf62);
	font-weight: 700;
	font-size: clamp(1.05rem, 2.2vw, 1.5rem);
	line-height: 1.25;
	margin: 0 0 clamp(0.65rem, 1.5vw, 1rem);
}

.drz-svc622__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.drz-svc622__row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.25rem 1rem;
	font-weight: 700;
	font-size: clamp(0.95rem, 1.65vw, 1.2rem);
	line-height: 1.35;
}

.drz-svc622__name {
	flex: 1 1 auto;
	min-width: min(100%, 10rem);
}

.drz-svc622__price {
	flex-shrink: 0;
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
	color: #ff93a9;
}

.drz-svc622__row--no-price .drz-svc622__name {
	margin-left: 0;
	flex: 1 1 100%;
}

.drz-svc622__row--no-price .drz-svc622__price {
	display: none;
}

@media (min-width: 640px) {
	.drz-svc622__row:not(.drz-svc622__row--no-price) {
		flex-wrap: nowrap;
		gap: 0.75rem;
	}

	.drz-svc622__name {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		padding-right: 1rem;
	}

	.drz-svc622__price {
		margin-left: 0;
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Figma 622:23 Ã¢â‚¬â€ Ã…Â¼ÃƒÂ³Ã…â€šty pas / ticker (jak drz-lp__ticker) Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-m622 {
	box-sizing: border-box;
	width: 100%;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
}

.drz-m622__band {
	background-color: var(--drz-m622-bg, #ffcf62);
	min-height: clamp(4.5rem, 11vw, 10.5rem);
	min-width: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.drz-m622__mask {
	width: 100%;
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.drz-m622__inner {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: -webkit-max-content;
	width: max-content;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-animation: drz-m622-ticker 28s linear infinite;
	animation: drz-m622-ticker 28s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.drz-m622__inner {
		animation: none;
		-webkit-animation: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		will-change: auto;
	}

	.drz-m622__inner .drz-m622__track[aria-hidden='true'] {
		display: none;
	}
}

.drz-m622__track {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-right: clamp(1.5rem, 4vw, 3rem);
	white-space: nowrap;
}

.drz-m622__item {
	font-weight: 900;
	font-size: clamp(1.5rem, 5.4vw, 4.8125rem);
	line-height: 1;
	color: var(--drz-m622-fg, #fff);
}

@keyframes drz-m622-ticker {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Figma 611:1272 Ã¢â‚¬â€ FAQ / akordeon Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-faq {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--drz-faq-bg, #8bbdff);
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	color: #fff;
	padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 7vw, 6rem);
}

.drz-faq__inner {
	max-width: 77.75rem;
	margin: 0 auto;
}

.drz-faq__title {
	font-weight: 900;
	font-size: clamp(1.75rem, 5.8vw, 4.8125rem);
	line-height: 1.08;
	text-align: center;
	margin: 0 auto clamp(2.25rem, 5vw, 4rem);
	max-width: 62rem;
	text-wrap: balance;
}

.drz-faq__list {
	display: flex;
	flex-direction: column;
	gap: clamp(1.35rem, 3.2vw, 2.25rem);
}

.drz-faq__item {
	background-color: var(--drz-faq-item, #9f60c3);
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgb(0 0 0 / 0.06);
}

.drz-faq__trigger {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: clamp(1.35rem, 2.8vw, 2.35rem) clamp(1.25rem, 3vw, 2.75rem);
	margin: 0;
	border: none;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font: inherit;
	transition: filter 0.15s ease;
}

.drz-faq__trigger:hover,
.drz-faq__trigger:focus-visible {
	filter: brightness(1.04);
	outline: none;
}

.drz-faq__trigger:focus-visible {
	box-shadow: inset 0 0 0 2px rgb(255 255 255 / 0.65);
	border-radius: 34px;
}

.drz-faq__question {
	font-weight: 900;
	font-size: clamp(1.15rem, 2.4vw, 1.95rem);
	line-height: 1.2;
	flex: 1;
	min-width: 0;
}

.drz-faq__icon {
	position: relative;
	width: 2.125rem;
	height: 2.125rem;
	flex-shrink: 0;
}

.drz-faq__icon-line {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease;
}

.drz-faq__icon-line--h {
	width: 2.1rem;
	height: 0.2rem;
}

.drz-faq__icon-line--v {
	width: 0.2rem;
	height: 2.1rem;
}

.drz-faq__item.is-open .drz-faq__icon-line--h {
	transform: translate(-50%, -50%) rotate(45deg);
}

.drz-faq__item.is-open .drz-faq__icon-line--v {
	transform: translate(-50%, -50%) rotate(45deg);
}

.drz-faq__panel {
	padding: 0 clamp(1.25rem, 3vw, 2.75rem) clamp(1.35rem, 2.8vw, 2.1rem);
}

.drz-faq__panel[hidden] {
	display: none;
}

.drz-faq__answer {
	font-weight: 400;
	font-size: clamp(1rem, 1.65vw, 1.25rem);
	line-height: 1.45;
	margin: 0;
	max-width: 35rem;
}

@media (prefers-reduced-motion: reduce) {
	.drz-faq__icon-line,
	.drz-faq__trigger {
		transition: none;
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Figma 611:1203 Ã¢â‚¬â€ formularz wizyty online Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-contact {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--drz-contact-bg, #ffcf62);
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	padding: clamp(2.25rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
}

.drz-contact__inner {
	max-width: min(100%, 52rem);
	margin: 0 auto;
}

.drz-contact__title {
	font-weight: 900;
	font-size: clamp(1.75rem, 4.5vw, 2.75rem);
	line-height: 1.12;
	margin: 0 0 clamp(1.25rem, 3vw, 2rem);
	text-align: center;
	text-wrap: balance;
	color: var(--drz-contact-heading, #2c1e1e);
}

.drz-contact__notice {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1.15rem;
	border-radius: 14px;
	font-weight: 600;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.4;
	text-align: center;
}

.drz-contact__notice--ok {
	background: rgb(255 255 255 / 0.92);
	color: #1a4d1a;
}

.drz-contact__notice--err {
	background: rgb(180 40 40 / 0.12);
	color: #5c1010;
}

.drz-contact__form {
	display: flex;
	flex-direction: column;
	gap: clamp(0.65rem, 1.5vw, 1rem);
}

.drz-contact__row--2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(0.65rem, 1.5vw, 1rem);
}

.drz-contact__input,
.drz-contact__textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 18px;
	padding: 0.95rem 1.2rem;
	font-family: inherit;
	font-weight: 500;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.35;
	color: #2c1e1e;
	background: #fff;
	box-shadow: 0 1px 0 rgb(0 0 0 / 0.04);
}

.drz-contact__input {
	min-height: 61px;
}

.drz-contact__textarea {
	min-height: 233px;
	resize: vertical;
}

.drz-contact__input::placeholder,
.drz-contact__textarea::placeholder {
	color: rgb(44 30 30 / 0.45);
}

.drz-contact__input:focus-visible,
.drz-contact__textarea:focus-visible {
	outline: 2px solid var(--drz-brand-blue);
	outline-offset: 2px;
}

.drz-contact__actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(0.35rem, 1.5vw, 0.75rem);
}

.drz-contact__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0.65rem 2.25rem;
	border: none;
	border-radius: 18px;
	background: var(--drz-contact-submit, #9f60c3);
	color: #fff;
	font-family: inherit;
	font-weight: 900;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.drz-contact__submit:hover,
.drz-contact__submit:focus-visible {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

@media (max-width: 640px) {
	.drz-contact__row--2 {
		grid-template-columns: 1fr;
	}
}

/* Contact Form 7 Ã¢â‚¬â€ ta sama sekcja co wyÃ…Â¼ej */
.drz-contact__cf7 .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: clamp(0.65rem, 1.5vw, 1rem);
}

.drz-contact__cf7 .wpcf7-form > p {
	margin: 0;
}

.drz-contact__cf7 .wpcf7-response-output {
	margin: 0 0 1rem;
	padding: 0.85rem 1.15rem;
	border-radius: 14px;
	border-width: 0;
	font-weight: 600;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	text-align: center;
}

.drz-contact__cf7 .wpcf7-mail-sent-ok {
	background: rgb(255 255 255 / 0.92);
	color: #1a4d1a;
}

.drz-contact__cf7 .wpcf7-validation-errors,
.drz-contact__cf7 .wpcf7-spam-blocked,
.drz-contact__cf7 .wpcf7-mail-sent-ng {
	background: rgb(180 40 40 / 0.12);
	color: #5c1010;
}

.drz-contact__cf7 .wpcf7-not-valid-tip {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.35rem;
	color: #5c1010;
}

.drz-contact__cf7 .wpcf7-form input.wpcf7-text,
.drz-contact__cf7 .wpcf7-form input.wpcf7-email,
.drz-contact__cf7 .wpcf7-form input.wpcf7-url,
.drz-contact__cf7 .wpcf7-form input.wpcf7-tel,
.drz-contact__cf7 .wpcf7-form textarea.wpcf7-textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 18px;
	padding: 0.95rem 1.2rem;
	font-family: inherit;
	font-weight: 500;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.35;
	color: #2c1e1e;
	background: #fff;
	box-shadow: 0 1px 0 rgb(0 0 0 / 0.04);
}

.drz-contact__cf7 .wpcf7-form input.wpcf7-text,
.drz-contact__cf7 .wpcf7-form input.wpcf7-email,
.drz-contact__cf7 .wpcf7-form input.wpcf7-url,
.drz-contact__cf7 .wpcf7-form input.wpcf7-tel {
	min-height: 61px;
}

.drz-contact__cf7 .wpcf7-form textarea.wpcf7-textarea {
	min-height: 233px;
	resize: vertical;
}

.drz-contact__cf7 .wpcf7-form input.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0.65rem 2.25rem;
	border: none;
	border-radius: 18px;
	background: var(--drz-contact-submit, #9f60c3);
	color: #fff;
	font-family: inherit;
	font-weight: 900;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.drz-contact__cf7 .wpcf7-form input.wpcf7-submit:hover,
.drz-contact__cf7 .wpcf7-form input.wpcf7-submit:focus-visible {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.drz-contact__cf7 .wpcf7-form p:has(.wpcf7-submit) {
	display: flex;
	justify-content: center;
	margin-top: clamp(0.35rem, 1.5vw, 0.75rem);
}

/* Zgoda RODO Ã¢â‚¬â€ .drz-contact__field.drz-contact__zgoda (CF7 [acceptance]) */
.drz-contact .drz-contact__zgoda {
	margin-top: clamp(0.25rem, 1vw, 0.5rem);
}

.drz-contact__zgoda .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.drz-contact__zgoda .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.drz-contact__zgoda label {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 1rem 1.2rem;
	background: rgb(255 255 255 / 0.92);
	border: 1px solid rgb(44 30 30 / 0.1);
	border-radius: 18px;
	box-shadow: 0 1px 0 rgb(0 0 0 / 0.04);
	cursor: pointer;
	transition:
		border-color 0.15s ease,
		box-shadow 0.15s ease;
}

.drz-contact__zgoda label:hover {
	border-color: rgb(44 30 30 / 0.16);
	box-shadow: 0 2px 12px rgb(56 76 189 / 0.08);
}

.drz-contact__zgoda label:has(:focus-visible) {
	outline: 2px solid var(--drz-brand-blue);
	outline-offset: 2px;
}

.drz-contact__zgoda input[type='checkbox'] {
	flex-shrink: 0;
	width: 1.35rem;
	height: 1.35rem;
	margin: 0.15rem 0 0;
	border-radius: 6px;
	accent-color: var(--drz-brand-blue);
	cursor: pointer;
}

.drz-contact__zgoda .wpcf7-list-item-label {
	flex: 1;
	min-width: 0;
	font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
	line-height: 1.55;
	font-weight: 500;
	color: #2c1e1e;
}

.drz-contact__zgoda .wpcf7-list-item-label a {
	color: var(--drz-brand-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.06em;
}

.drz-contact__zgoda .wpcf7-list-item-label a:hover,
.drz-contact__zgoda .wpcf7-list-item-label a:focus-visible {
	color: #2d3d9e;
}

.drz-contact__zgoda .wpcf7-not-valid-tip {
	margin-top: 0.5rem;
	margin-left: 0.15rem;
}

@media (max-width: 480px) {
	.drz-contact__zgoda label {
		gap: 0.65rem;
		padding: 0.85rem 1rem;
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Figma 611:2910 Ã¢â‚¬â€ quote Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-s2910 {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--drz-s2910-bg, #eef2ff);
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	color: #2c1e1e;
	padding: clamp(2.25rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2rem);
}

.drz-s2910__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

.drz-s2910__photo-wrap {
	justify-self: center;
	width: min(100%, 280px);
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 12px 40px rgb(56 76 189 / 0.2);
}

.drz-s2910__photo-wrap--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background: repeating-linear-gradient(
		-45deg,
		#e8ecf8,
		#e8ecf8 10px,
		#dfe5f5 10px,
		#dfe5f5 20px
	);
}

.drz-s2910__placeholder {
	font-size: 0.85rem;
	font-weight: 500;
	color: #5a5a7a;
	text-align: center;
	padding: 1rem;
}

.drz-s2910__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.drz-s2910__quote-block {
	margin: 0;
	padding: 0;
}

.drz-s2910__quote {
	font-weight: 700;
	font-style: italic;
	font-size: clamp(1.15rem, 2.5vw, 1.65rem);
	line-height: 1.45;
	margin: 0 0 1.25rem;
	text-wrap: balance;
}

.drz-s2910__cite {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	font-style: normal;
}

.drz-s2910__author {
	font-weight: 900;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.drz-s2910__role {
	font-weight: 500;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	opacity: 0.85;
}

.drz-s2910--no-photo .drz-s2910__inner {
	grid-template-columns: 1fr;
	text-align: center;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 720px) {
	.drz-s2910__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.drz-s2910__photo-wrap {
		width: min(70vw, 220px);
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Figma 611:4200 Ã¢â‚¬â€ stopka Ã¢â‚¬â€Ã¢â‚¬â€ */
.drz-site-footer {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--drz-footer-bg, #384cbd);
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	color: #fff;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
}

.drz-site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.85fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: start;
}

.drz-site-footer__heading {
	font-weight: 900;
	font-size: clamp(1.5rem, 2.8vw, 2.25rem);
	line-height: 1.15;
	margin: 0 0 clamp(0.85rem, 2vw, 1.25rem);
}

.drz-site-footer__text {
	font-weight: 500;
	font-size: clamp(1rem, 1.65vw, 1.5rem);
	line-height: 1.45;
	margin: 0 0 0.65rem;
}

.drz-site-footer__text--address {
	margin-bottom: 0.85rem;
}

.drz-site-footer__link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.drz-site-footer__link:hover,
.drz-site-footer__link:focus-visible {
	opacity: 0.92;
}

.drz-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.drz-site-footer__social {
	display: inline-flex;
	color: #fff;
	opacity: 0.95;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.drz-site-footer__social:hover,
.drz-site-footer__social:focus-visible {
	opacity: 1;
	transform: translateY(-1px);
}

.drz-site-footer__svg {
	display: block;
	width: 48px;
	height: 48px;
}

.drz-site-footer__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.drz-site-footer__nav-link {
	color: inherit;
	font-weight: 500;
	font-size: clamp(1rem, 1.65vw, 1.5rem);
	line-height: 1.35;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.drz-site-footer__nav-link:hover,
.drz-site-footer__nav-link:focus-visible {
	opacity: 0.9;
}

@media (max-width: 900px) {
	.drz-site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.drz-site-footer__col--nav {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.drz-site-footer__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.drz-site-footer__socials {
		justify-content: center;
	}

	.drz-site-footer__nav {
		align-items: center;
	}
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ PodglÃ„â€¦d blokÃƒÂ³w (biblioteka / canvas edytora) Ã¢â‚¬â€Ã¢â‚¬â€ */
.block-editor-block-preview__content .drz-m622 .drz-m622__band,
.block-editor-block-preview__content .drz-faq .drz-faq__inner,
.block-editor-block-preview__content .drz-contact .drz-contact__inner,
.block-editor-block-preview__content .drz-s2910 .drz-s2910__inner,
.block-editor-block-preview__content .drz-svc622 .drz-svc622__inner,
.block-editor-block-preview__content .drz-site-footer .drz-site-footer__inner {
	min-height: 5.5rem;
}

.editor-styles-wrapper .drz-s2910__placeholder,
.editor-styles-wrapper .drz-s2910__photo-wrap--empty {
	font-size: 0.8125rem;
}


.footer-image {
    width: 100%;
    height: auto;
}

.footer-image svg {
    width: 100%;
    height: auto;
}

@media(min-width: 1024px){
	.drz-lp__main {
		padding-bottom: 10rem;
	}
}

/* —— Strona „Zwykły tekst” (szablon page-text.php — polityka, regulamin) —— */
.site-main--text {
	box-sizing: border-box;
	min-height: 50vh;
	padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 10vw, 5rem);
	background: #f4f6fc;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
}

.drz-text-page {
	box-sizing: border-box;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.drz-text-page__header {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	padding-bottom: 1.15rem;
	border-bottom: 1px solid rgb(56 75 189 / 0.14);
}

.drz-text-page__title {
	margin: 0;
	font-size: clamp(1.65rem, 4.2vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--drz-brand-blue);
	letter-spacing: -0.02em;
}

.drz-prose {
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #2c1e1e;
}

.drz-prose > *:first-child {
	margin-top: 0;
}

.drz-prose > * + * {
	margin-top: 1.05em;
}

.drz-prose h2,
.drz-prose h3,
.drz-prose h4 {
	margin-top: 1.65em;
	margin-bottom: 0.5em;
	line-height: 1.3;
	color: var(--drz-brand-blue);
	font-weight: 700;
}

.drz-prose h2 {
	font-size: 1.35rem;
}

.drz-prose h3 {
	font-size: 1.15rem;
}

.drz-prose h4 {
	font-size: 1.05rem;
}

.drz-prose p {
	margin: 0;
}

.drz-prose ul,
.drz-prose ol {
	margin: 0;
	padding-left: 1.35rem;
}

.drz-prose li {
	margin: 0.35em 0;
}

.drz-prose li > ul,
.drz-prose li > ol {
	margin-top: 0.35em;
}

.drz-prose a {
	color: var(--drz-brand-blue);
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.15em;
}

.drz-prose a:hover,
.drz-prose a:focus-visible {
	color: #2d3d9e;
}

.drz-prose strong {
	font-weight: 700;
}

.drz-prose blockquote {
	margin: 1.25rem 0;
	padding: 0.85rem 1rem 0.85rem 1.1rem;
	border-left: 4px solid var(--drz-lp-ticker);
	background: rgb(255 255 255 / 0.7);
	border-radius: 0 8px 8px 0;
}

.drz-prose blockquote p {
	margin: 0;
}

.drz-prose hr,
.drz-prose .wp-block-separator {
	margin: 2rem 0;
	border: none;
	border-top: 1px solid rgb(56 75 189 / 0.15);
}

.drz-prose img,
.drz-prose .wp-block-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.drz-prose .wp-block-image {
	margin: 1.25rem 0;
}

.drz-text-page__pages {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgb(56 75 189 / 0.12);
	font-size: 0.9375rem;
}

.drz-text-page__pages-label {
	margin: 0 0 0.5rem;
	font-weight: 600;
	color: var(--drz-brand-blue);
}

.drz-text-page__pages-inner a {
	margin-right: 0.5rem;
	font-weight: 600;
	color: var(--drz-brand-blue);
}

/* —— Wejście treści w bloku (klasa .drz-reveal-visible na elemencie WEWNĄTRZ section; section zostaje z tłem) —— */
@keyframes drz-reveal-up {
	from {
		opacity: 0;
		transform: translate3d(0, 1.125rem, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	/* Bez tickera: inaczej `animation` z reveal zastępuje nieskończony marquee na iOS/Safari. */
	main.site-main
		.entry-content
		section[class*='drz-']
		.drz-reveal-visible:not(.drz-lp__ticker-inner):not(.drz-m622__inner) {
		animation: drz-reveal-up 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
}

@media (prefers-reduced-motion: reduce) {
	main.site-main
		.entry-content
		section[class*='drz-']
		.drz-reveal-visible:not(.drz-lp__ticker-inner):not(.drz-m622__inner) {
		animation: none;
	}
}

.cky-consent-bar * {
    font-family: "Schibsted Grotesk", system-ui, sans-serif;
}