/* =====================================================================
   ADM Event – První dojem
   Frontend. Vše je uzavřené v .pd, aby to neovlivnilo zbytek webu.
   ================================================================== */

.pd {
	--pd-gold: #b18f1f;
	--pd-gold-soft: #d1bc42;
	--pd-champagne: #b2a269;
	--pd-cream: #faf7ee;
	--pd-cream-2: #f4efe1;
	--pd-line: #e8e0cc;
	--pd-line-soft: #efeade;
	--pd-ink: #14161a;
	--pd-ink-2: #3a3d44;
	--pd-muted: #71757e;
	--pd-white: #ffffff;
	--pd-ok: #1c7a44;
	--pd-ok-bg: #e9f6ee;
	--pd-warn: #8a6708;
	--pd-warn-bg: #fdf3d8;
	--pd-off: #6e727a;
	--pd-off-bg: #f1f1f2;
	--pd-tv: #e8112d;
	--pd-r-lg: 24px;
	--pd-r-md: 16px;
	--pd-r-sm: 12px;
	--pd-shadow: 0 10px 34px rgba(20, 22, 26, 0.07);
	--pd-shadow-lg: 0 24px 60px rgba(20, 22, 26, 0.12);

	/*
	 * Záložní řada je tu schválně vypsaná. Kdyby se shortcode octl uvnitř bloku,
	 * který má vlastní písmo (Kód, Předformátovaný text, tabulka…), nesmí modul
	 * zdědit strojopis.
	 */
	--pd-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;

	font-family: var(--pd-font-body, var(--pd-fallback));
	color: var(--pd-ink);
	font-size: 16px;
	line-height: 1.65;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 4px;
	isolation: isolate;
	-webkit-font-smoothing: antialiased;
}

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

/* Nic uvnitř modulu si nepřinese písmo zvenčí. */
.pd *:not(pre):not(code):not(kbd):not(samp) {
	font-family: inherit;
}

.pd img {
	max-width: 100%;
	height: auto;
	display: block;
}

.pd [hidden] {
	display: none !important;
}

/* ---------- typografie ---------- */

.pd .pd-h1 {
	font-family: var(--pd-font-head, var(--pd-fallback));
	font-size: clamp(26px, 2.9vw, 38px);
	line-height: 1.18;
	font-weight: 700;
	letter-spacing: -0.015em;
	margin: 0 0 12px;
	color: var(--pd-ink);
}

.pd .pd-h2 {
	font-family: var(--pd-font-head, var(--pd-fallback));
	font-size: clamp(21px, 2vw, 27px);
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 0 0 10px;
	color: var(--pd-ink);
}

.pd h3 {
	font-family: var(--pd-font-head, var(--pd-fallback));
	font-size: 17px;
	line-height: 1.38;
	font-weight: 700;
	letter-spacing: -0.005em;
	margin: 0 0 8px;
	color: var(--pd-ink);
}

.pd .pd-hero-sub {
	font-size: 16px;
	font-weight: 600;
	color: var(--pd-gold);
	margin: 0 0 12px;
}

.pd .pd-badges {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pd .pd-badges li {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--pd-ink-2);
	background: var(--pd-cream);
	border: 1px solid var(--pd-line);
	border-radius: 999px;
	padding: 7px 14px;
}

.pd .pd-lead {
	font-size: 16.5px;
	line-height: 1.7;
	color: var(--pd-ink-2);
	margin: 0 0 8px;
	max-width: 66ch;
}

.pd .pd-text {
	font-size: 16px;
	line-height: 1.72;
	color: var(--pd-ink-2);
	margin: 0 0 12px;
	max-width: 68ch;
}

.pd .pd-note,
.pd .pd-fine {
	font-size: 13px;
	line-height: 1.6;
	color: var(--pd-muted);
	margin: 14px 0 0;
	max-width: 60ch;
}

.pd .pd-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pd-gold);
	background: var(--pd-cream);
	border: 1px solid var(--pd-line);
	padding: 6px 12px;
	border-radius: 999px;
	margin: 0 0 14px;
}

.pd .pd-kicker-tv {
	background: var(--pd-tv);
	border-color: var(--pd-tv);
	color: #fff;
}

/* ---------- tlačítka ---------- */

.pd .pd-announce-title,
.pd .pd-book-term,
.pd .pd-slot-date,
.pd .pd-next strong,
.pd .pd-daytile strong {
	font-family: var(--pd-font-head, var(--pd-fallback));
}

.pd .pd-btn {
	font-family: var(--pd-font-body, var(--pd-fallback));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 24px;
	border-radius: 999px;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
	white-space: nowrap;
}

.pd .pd-btn:focus-visible {
	outline: 3px solid rgba(177, 143, 31, 0.4);
	outline-offset: 2px;
}

.pd .pd-btn-primary {
	background: linear-gradient(135deg, var(--pd-gold-soft), var(--pd-gold));
	color: #191919;
	box-shadow: 0 8px 22px rgba(177, 143, 31, 0.28);
}

.pd .pd-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(177, 143, 31, 0.36);
	color: #191919;
	text-decoration: none;
}

.pd .pd-btn-dark {
	background: var(--pd-ink);
	color: #fff;
}

.pd .pd-btn-dark:hover {
	transform: translateY(-2px);
	background: #000;
	color: #fff;
	text-decoration: none;
}

.pd .pd-btn-line {
	background: transparent;
	border-color: var(--pd-line);
	color: var(--pd-ink);
}

.pd .pd-btn-line:hover {
	background: var(--pd-cream);
	color: var(--pd-ink);
	text-decoration: none;
}

.pd .pd-btn-off {
	background: var(--pd-off-bg);
	color: var(--pd-off);
	cursor: default;
	box-shadow: none;
	font-weight: 600;
}

.pd .pd-btn[disabled] {
	opacity: 0.6;
	cursor: wait;
}

.pd .pd-link {
	color: var(--pd-gold);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid rgba(177, 143, 31, 0.4);
	padding-bottom: 1px;
}

.pd .pd-link:hover {
	color: #8a6f1e;
}

.pd .pd-linkbtn {
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	color: var(--pd-gold);
	font-weight: 700;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pd .pd-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}

/* ---------- oznámení ---------- */

.pd .pd-announce {
	background: linear-gradient(135deg, #1b1e24 0%, #262a33 55%, #1b1e24 100%);
	border-radius: var(--pd-r-lg);
	padding: 30px 32px;
	margin: 0 0 40px;
	color: #fff;
	box-shadow: var(--pd-shadow-lg);
	position: relative;
	overflow: hidden;
}

.pd .pd-announce::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 88% 10%, rgba(209, 188, 66, 0.22) 0, transparent 46%);
	pointer-events: none;
}

.pd .pd-announce-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.pd .pd-flag {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	background: var(--pd-gold-soft);
	color: #17191d;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.pd .pd-announce-title {
	font-size: clamp(19px, 1.8vw, 24px);
	line-height: 1.28;
	font-weight: 700;
	margin: 0 0 8px;
	color: #fff;
}

.pd .pd-announce-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
	max-width: 62ch;
}

.pd .pd-announce-side {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.pd .pd-announce-num strong {
	display: block;
	font-size: 38px;
	line-height: 1;
	font-weight: 800;
	color: var(--pd-gold-soft);
}

.pd .pd-announce-num span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.pd .pd-announce-new {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
}

.pd .pd-announce .pd-btn-dark {
	background: #fff;
	color: #17191d;
	margin-top: 6px;
}

.pd .pd-announce .pd-btn-dark:hover {
	background: var(--pd-gold-soft);
	color: #17191d;
}

/* ---------- hero ---------- */

.pd .pd-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
	gap: 40px;
	align-items: start;
	margin: 0 0 56px;
}

.pd .pd-hero-facts {
	background: var(--pd-cream);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	padding: 22px 24px;
	box-shadow: var(--pd-shadow);
}

.pd .pd-next {
	background: var(--pd-white);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-md);
	padding: 14px 16px;
	margin-bottom: 18px;
}

.pd .pd-next span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pd-muted);
	margin-bottom: 3px;
}

.pd .pd-next strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--pd-gold);
	line-height: 1.2;
}

.pd .pd-next em {
	font-style: normal;
	font-size: 13px;
	color: var(--pd-muted);
}

.pd .pd-facts {
	margin: 0;
	display: grid;
	gap: 14px;
}

.pd .pd-fact {
	display: grid;
	gap: 2px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pd-line);
}

.pd .pd-fact:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pd .pd-fact dt {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pd-muted);
	font-weight: 700;
	margin: 0;
}

.pd .pd-fact dd {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--pd-ink);
	line-height: 1.5;
}

.pd .pd-hero-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--pd-line);
}

.pd .pd-hero-contact a {
	color: var(--pd-gold);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

/* ---------- tři principy ---------- */

.pd .pd-principles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 0;
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	overflow: hidden;
	margin: 0 0 56px;
	background: var(--pd-white);
	box-shadow: var(--pd-shadow);
}

.pd .pd-principle {
	padding: 24px 26px;
	border-right: 1px solid var(--pd-line-soft);
}

.pd .pd-principle:last-child {
	border-right: none;
}

.pd .pd-principle h3 {
	margin-bottom: 6px;
}

.pd .pd-principle p {
	margin: 0;
	font-size: 15px;
	line-height: 1.66;
	color: var(--pd-ink-2);
}

/* ---------- pro koho ---------- */

.pd .pd-audience {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
}

.pd .pd-aud {
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-left: 3px solid var(--pd-gold);
	border-radius: var(--pd-r-sm) var(--pd-r-md) var(--pd-r-md) var(--pd-r-sm);
	padding: 20px 22px;
	box-shadow: var(--pd-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pd .pd-aud:hover {
	transform: translateY(-2px);
	box-shadow: var(--pd-shadow-lg);
}

.pd .pd-aud p {
	margin: 0;
	font-size: 15px;
	line-height: 1.66;
	color: var(--pd-ink-2);
}

.pd .pd-formats {
	margin-top: 22px;
	background: var(--pd-cream);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	padding: 24px 26px;
}

.pd .pd-formats-title {
	margin: 0 0 14px;
	font-size: 17px;
}

.pd .pd-formats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.pd .pd-format strong {
	display: block;
	font-family: var(--pd-font-head, var(--pd-fallback));
	font-size: 15px;
	margin-bottom: 4px;
	color: var(--pd-ink);
}

.pd .pd-format p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.62;
	color: var(--pd-ink-2);
}

/* ---------- jak to probíhá na kurzu ---------- */

.pd .pd-howto {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	margin: 0 0 56px;
}

.pd .pd-quote {
	margin: 16px 0 0;
	padding: 16px 20px;
	background: var(--pd-cream);
	border-left: 3px solid var(--pd-gold);
	border-radius: 0 var(--pd-r-sm) var(--pd-r-sm) 0;
	font-size: 15.5px;
	line-height: 1.66;
	color: var(--pd-ink-2);
}

.pd .pd-arrowlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.pd .pd-arrowlist li {
	position: relative;
	padding: 14px 18px 14px 46px;
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-sm);
	font-size: 15px;
	line-height: 1.6;
	color: var(--pd-ink-2);
	box-shadow: 0 4px 14px rgba(20, 22, 26, 0.04);
}

.pd .pd-arrowlist li::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 21px;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--pd-gold);
	border-bottom: 2px solid var(--pd-gold);
	transform: rotate(-45deg);
}

/* ---------- galerie ---------- */

.pd .pd-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pd .pd-shot {
	margin: 0;
	position: relative;
	border-radius: var(--pd-r-md);
	overflow: hidden;
	background: var(--pd-cream-2);
	box-shadow: var(--pd-shadow);
	aspect-ratio: 4 / 3;
}

.pd .pd-shot-main {
	grid-column: span 2;
	grid-row: span 2;
}

.pd .pd-shot-btn {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: none;
	cursor: zoom-in;
}

.pd .pd-shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease, opacity 0.3s ease;
}

.pd .pd-shot:hover img {
	transform: scale(1.05);
	opacity: 0.94;
}

.pd .pd-shot figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 16px 12px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	pointer-events: none;
}

.pd .pd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(8, 10, 14, 0.92);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	gap: 12px;
}

.pd .pd-lightbox img {
	max-width: min(92vw, 1100px);
	max-height: 82vh;
	border-radius: var(--pd-r-md);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.pd .pd-lightbox-caption {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	margin: 0;
}

.pd .pd-lightbox-close {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: none;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

/* ---------- reportáž ---------- */

.pd .pd-proof {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: 36px;
	align-items: center;
	background: var(--pd-cream);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	padding: 28px;
	margin: 0 0 56px;
}

.pd .pd-video {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	background: #000;
	border-radius: var(--pd-r-md);
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 16 / 9;
	box-shadow: var(--pd-shadow-lg);
}

.pd .pd-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, opacity 0.3s ease;
}

.pd .pd-video:hover img {
	transform: scale(1.04);
	opacity: 0.9;
}

.pd .pd-video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease;
}

.pd .pd-video-play::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 24px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 21px solid var(--pd-ink);
}

.pd .pd-video:hover .pd-video-play {
	transform: translate(-50%, -50%) scale(1.08);
}

.pd .pd-video-tag {
	position: absolute;
	left: 14px;
	top: 14px;
	background: var(--pd-tv);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 6px 11px;
	border-radius: 999px;
}

.pd .pd-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* ---------- bloky ---------- */

.pd .pd-block {
	margin: 0 0 56px;
}

.pd .pd-block-head {
	margin-bottom: 24px;
	max-width: 74ch;
}

.pd .pd-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
	gap: 18px;
}

.pd .pd-card {
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-md);
	padding: 22px 22px 20px;
	box-shadow: var(--pd-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pd .pd-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--pd-shadow-lg);
	border-color: var(--pd-line);
}

.pd .pd-card-num {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: var(--pd-gold);
	background: var(--pd-cream);
	border-radius: 999px;
	padding: 4px 11px;
	margin-bottom: 12px;
}

.pd .pd-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	color: var(--pd-ink-2);
}

/* ---------- výstupy ---------- */

.pd .pd-outcomes {
	background: linear-gradient(135deg, var(--pd-cream) 0%, var(--pd-cream-2) 100%);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	padding: 30px 32px;
	margin: 0 0 56px;
}

.pd .pd-check {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 12px 28px;
}

.pd .pd-check li {
	position: relative;
	padding-left: 32px;
	font-size: 15px;
	line-height: 1.62;
	color: var(--pd-ink-2);
}

.pd .pd-check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--pd-gold);
}

.pd .pd-check li::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 9px;
	width: 8px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* ---------- lektoři ---------- */

.pd .pd-people {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 20px;
}

.pd .pd-person {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 20px;
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-md);
	padding: 20px;
	box-shadow: var(--pd-shadow);
	align-items: start;
}

.pd .pd-person-photo {
	border-radius: var(--pd-r-sm);
	overflow: hidden;
	background: var(--pd-cream);
	aspect-ratio: 1 / 1;
}

.pd .pd-person-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pd .pd-person-role {
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--pd-gold);
	font-weight: 700;
	margin-bottom: 10px;
}

.pd .pd-person p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	color: var(--pd-ink-2);
}

/* ---------- kroky ---------- */

.pd .pd-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
	counter-reset: pd;
}

.pd .pd-step {
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-md);
	padding: 22px;
	box-shadow: var(--pd-shadow);
	position: relative;
}

.pd .pd-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--pd-gold-soft), var(--pd-gold));
	color: #191919;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 12px;
}

.pd .pd-step p {
	margin: 0;
	font-size: 15px;
	line-height: 1.68;
	color: var(--pd-ink-2);
}

.pd .pd-tip {
	margin: 18px 0 0;
	background: var(--pd-cream);
	border-left: 3px solid var(--pd-gold);
	border-radius: 0 var(--pd-r-sm) var(--pd-r-sm) 0;
	padding: 14px 18px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--pd-ink-2);
}

/* ---------- termíny ---------- */

.pd .pd-terms {
	scroll-margin-top: 90px;
	margin: 0 0 56px;
}

.pd .pd-legend {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 18px;
	font-size: 13px;
	color: var(--pd-muted);
	margin: 0 0 18px;
}

.pd .pd-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	margin-right: 2px;
	vertical-align: middle;
}

.pd .pd-dot-free {
	background: var(--pd-ok);
}
.pd .pd-dot-held {
	background: #d0a41c;
}
.pd .pd-dot-booked {
	background: #b9bcc2;
}

.pd .pd-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.pd .pd-chip {
	background: var(--pd-white);
	border: 1px solid var(--pd-line);
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	color: var(--pd-ink-2);
	cursor: pointer;
	transition: all 0.16s ease;
}

.pd .pd-chip:hover {
	border-color: var(--pd-gold);
	color: var(--pd-gold);
}

.pd .pd-chip.is-active {
	background: var(--pd-ink);
	border-color: var(--pd-ink);
	color: #fff;
}

.pd .pd-notice {
	background: var(--pd-warn-bg);
	border: 1px solid #ecd18a;
	border-radius: var(--pd-r-sm);
	padding: 12px 16px;
	font-size: 14px;
	color: #6b5205;
	margin: 0 0 18px;
}

.pd .pd-empty {
	background: var(--pd-cream);
	border: 1px dashed var(--pd-line);
	border-radius: var(--pd-r-md);
	padding: 22px;
	color: var(--pd-ink-2);
	margin: 0 0 18px;
}

.pd .pd-month {
	margin: 0 0 26px;
}

.pd .pd-month-title {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--pd-muted);
	margin: 0 0 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--pd-line);
}

.pd .pd-slots {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
	gap: 16px;
}

.pd .pd-slot {
	position: relative;
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-md);
	padding: 18px 18px 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	box-shadow: var(--pd-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pd .pd-slot-available:hover {
	transform: translateY(-3px);
	box-shadow: var(--pd-shadow-lg);
	border-color: var(--pd-gold);
}

.pd .pd-slot-held,
.pd .pd-slot-booked,
.pd .pd-slot-blocked {
	background: #fbfaf7;
	border-style: dashed;
}

.pd .pd-slot.is-selected {
	border-color: var(--pd-gold);
	box-shadow: 0 0 0 3px rgba(177, 143, 31, 0.16), var(--pd-shadow-lg);
}

.pd .pd-new {
	position: absolute;
	top: -10px;
	right: 14px;
	background: var(--pd-gold);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(177, 143, 31, 0.4);
}

.pd .pd-slot-top {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pd .pd-daytile {
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 14px;
	background: linear-gradient(160deg, var(--pd-cream), var(--pd-cream-2));
	border: 1px solid var(--pd-line);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.pd .pd-daytile strong {
	font-size: 23px;
	font-weight: 700;
	color: var(--pd-ink);
}

.pd .pd-daytile .pd-daytile-range {
	font-size: 16px;
}

.pd .pd-daytile span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--pd-gold);
	font-weight: 700;
	margin-top: 3px;
}

.pd .pd-slot-meta {
	min-width: 0;
}

.pd .pd-slot-date {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: var(--pd-ink);
	line-height: 1.25;
}

.pd .pd-slot-day {
	display: block;
	font-size: 13px;
	color: var(--pd-muted);
}

.pd .pd-slot-label {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--pd-gold);
}

.pd .pd-slot-note {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: var(--pd-muted);
}

.pd .pd-state {
	align-self: flex-start;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 5px 11px;
	border-radius: 999px;
}

.pd .pd-state-available {
	background: var(--pd-ok-bg);
	color: var(--pd-ok);
}

.pd .pd-state-held {
	background: var(--pd-warn-bg);
	color: var(--pd-warn);
}

.pd .pd-state-booked,
.pd .pd-state-blocked {
	background: var(--pd-off-bg);
	color: var(--pd-off);
}

.pd .pd-demand {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--pd-warn);
	background: var(--pd-warn-bg);
	border-radius: 999px;
	padding: 6px 12px;
	align-self: flex-start;
}

.pd .pd-demand-dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #d0a41c;
	flex: 0 0 auto;
}

.pd .pd-book-queue {
	margin: 0 0 16px;
	padding: 14px 16px;
	background: var(--pd-warn-bg);
	border: 1px solid #ecd18a;
	border-radius: var(--pd-r-sm);
	font-size: 14.5px;
	line-height: 1.6;
	color: #6b5205;
}

.pd .pd-slot .pd-btn {
	margin-top: auto;
	width: 100%;
	padding: 11px 18px;
	font-size: 14px;
}

.pd .pd-other {
	font-size: 15px;
	color: var(--pd-ink-2);
	margin: 22px 0 0;
}

/* ---------- rezervační panel ---------- */

.pd .pd-book {
	margin: 26px 0 0;
	background: var(--pd-white);
	border: 1px solid var(--pd-gold);
	border-radius: var(--pd-r-lg);
	padding: 26px 28px 28px;
	box-shadow: var(--pd-shadow-lg);
	scroll-margin-top: 90px;
	animation: pd-slide 0.28s ease;
}

@keyframes pd-slide {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pd .pd-book-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--pd-line);
	margin-bottom: 16px;
}

.pd .pd-book-eyebrow {
	display: block;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pd-muted);
	font-weight: 700;
}

.pd .pd-book-term {
	display: block;
	font-size: 21px;
	font-weight: 700;
	color: var(--pd-gold);
	line-height: 1.2;
}

.pd .pd-book-close {
	background: var(--pd-off-bg);
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: var(--pd-ink-2);
	flex: 0 0 auto;
}

.pd .pd-book-close:hover {
	background: #e6e6e8;
}

.pd .pd-book-intro {
	font-size: 14px;
	color: var(--pd-muted);
	margin: 0 0 18px;
}

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

.pd .pd-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pd .pd-field-full {
	grid-column: 1 / -1;
}

.pd .pd-field label {
	font-size: 13px;
	font-weight: 700;
	color: var(--pd-ink-2);
}

.pd .pd-field label span {
	color: #c0392b;
}

.pd .pd-field small {
	font-size: 12px;
	color: var(--pd-muted);
	font-weight: 400;
}

.pd .pd-field input,
.pd .pd-field select,
.pd .pd-field textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d9d4c6;
	border-radius: var(--pd-r-sm);
	background: #fff;
	font-family: inherit;
	font-size: 15px;
	color: var(--pd-ink);
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.pd .pd-field input:focus,
.pd .pd-field select:focus,
.pd .pd-field textarea:focus {
	outline: none;
	border-color: var(--pd-gold);
	box-shadow: 0 0 0 3px rgba(177, 143, 31, 0.15);
}

.pd .pd-field input:invalid.is-touched {
	border-color: #c0392b;
}

.pd .pd-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--pd-ink-2);
	margin-top: 16px;
}

.pd .pd-consent input {
	margin-top: 4px;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	accent-color: var(--pd-gold);
}

.pd .pd-consent a {
	color: var(--pd-gold);
	font-weight: 700;
}

.pd .pd-consent-soft {
	color: var(--pd-muted);
	margin-top: 8px;
}

.pd .pd-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pd .pd-submit {
	margin-top: 20px;
	width: 100%;
	padding: 15px 24px;
	font-size: 16px;
}

.pd .pd-response {
	margin-top: 14px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}

.pd .pd-response.is-ok {
	background: var(--pd-ok-bg);
	color: var(--pd-ok);
	border-radius: var(--pd-r-sm);
	padding: 14px 16px;
}

.pd .pd-response.is-error {
	background: #fdeceb;
	color: #a0281c;
	border-radius: var(--pd-r-sm);
	padding: 14px 16px;
}

/* ---------- FAQ ---------- */

.pd .pd-faq {
	display: grid;
	gap: 10px;
}

.pd .pd-faq-item {
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-md);
	box-shadow: var(--pd-shadow);
	overflow: hidden;
}

.pd .pd-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 52px 16px 20px;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--pd-ink);
	position: relative;
}

.pd .pd-faq-item summary::-webkit-details-marker {
	display: none;
}

.pd .pd-faq-item summary::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--pd-gold);
	border-bottom: 2px solid var(--pd-gold);
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
}

.pd .pd-faq-item[open] summary::after {
	transform: translateY(-20%) rotate(-135deg);
}

.pd .pd-faq-body {
	padding: 0 20px 18px;
}

.pd .pd-faq-body p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--pd-ink-2);
}

/* ---------- závěrečná výzva ---------- */

.pd .pd-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) auto;
	gap: 30px;
	align-items: center;
	background: linear-gradient(135deg, var(--pd-cream) 0%, var(--pd-cream-2) 100%);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	padding: 32px;
	margin: 0 0 20px;
}

.pd .pd-cta-side {
	text-align: right;
}

.pd .pd-cta-contact {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 12px;
}

.pd .pd-cta-contact a {
	color: var(--pd-ink);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.pd .pd-cta-contact a:hover {
	color: var(--pd-gold);
}

/* ---------- mobilní lišta ---------- */

.pd .pd-mobilebar {
	display: none;
}

/* ---------- animace odhalení ---------- */

/* Skrytí platí jen tehdy, když skript opravdu běží – bez JS je obsah vidět. */
.pd.pd-js .pd-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.pd.pd-js .pd-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.pd.pd-js .pd-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.pd .pd-btn,
	.pd .pd-card,
	.pd .pd-slot,
	.pd .pd-video img {
		transition: none;
	}
	.pd .pd-book {
		animation: none;
	}
}

/* ---------- responzivita ---------- */

@media (max-width: 1000px) {
	.pd .pd-hero,
	.pd .pd-proof,
	.pd .pd-cta,
	.pd .pd-howto,
	.pd .pd-announce-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.pd .pd-principle {
		border-right: none;
		border-bottom: 1px solid var(--pd-line-soft);
	}

	.pd .pd-principle:last-child {
		border-bottom: none;
	}

	.pd .pd-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pd .pd-shot-main {
		grid-column: span 2;
		grid-row: span 1;
	}

	.pd .pd-announce-side,
	.pd .pd-cta-side {
		text-align: left;
		align-items: flex-start;
	}

	.pd .pd-announce-num strong {
		font-size: 36px;
	}
}

@media (max-width: 760px) {
	.pd {
		font-size: 15.5px;
	}

	.pd .pd-announce,
	.pd .pd-outcomes,
	.pd .pd-proof,
	.pd .pd-cta {
		padding: 22px 18px;
	}

	.pd .pd-book {
		padding: 20px 16px 22px;
	}

	.pd .pd-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pd .pd-person {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 14px;
	}

	.pd .pd-slots {
		grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
	}

	.pd .pd-actions .pd-btn {
		flex: 1 1 auto;
		justify-content: center;
	}

	.pd .pd-mobilebar {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 12px;
		z-index: 9998;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		background: rgba(255, 255, 255, 0.97);
		backdrop-filter: blur(8px);
		border: 1px solid var(--pd-line);
		border-radius: 999px;
		padding: 9px 9px 9px 20px;
		box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
		font-size: 13px;
		color: var(--pd-ink-2);
	}

	.pd .pd-mobilebar[hidden] {
		display: none;
	}

	.pd .pd-mobilebar .pd-btn {
		padding: 11px 18px;
		font-size: 14px;
	}
}

@media (max-width: 460px) {
	.pd .pd-slots {
		grid-template-columns: minmax(0, 1fr);
	}

	.pd .pd-person {
		grid-template-columns: minmax(0, 1fr);
	}

	.pd .pd-person-photo {
		max-width: 140px;
	}
}

/* =====================================================================
 * FINANCOVÁNÍ (OP JAK)
 * ================================================================== */

.pd .pd-funding {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	background: var(--pd-cream);
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-r-lg);
	padding: 30px 32px;
	margin: 0 0 var(--pd-gap);
}

.pd .pd-funding-copy .pd-h2 {
	margin-top: 8px;
}

.pd .pd-funding-copy .pd-note {
	margin-top: 14px;
}

.pd .pd-funding-box {
	background: var(--pd-white);
	border: 1px solid var(--pd-line-soft);
	border-radius: var(--pd-r-md);
	padding: 22px 22px 24px;
	box-shadow: var(--pd-shadow);
}

.pd .pd-funding-box h3 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.pd .pd-funding-box .pd-check {
	margin-bottom: 18px;
}

.pd .pd-funding-box .pd-btn {
	width: 100%;
	justify-content: center;
}

@media (max-width: 900px) {
	.pd .pd-funding {
		grid-template-columns: minmax(0, 1fr);
		padding: 24px 20px;
	}
}

/* =====================================================================
 * KOMPAKTNÍ TERMÍNY NA MOBILU
 * ================================================================== */

@media (max-width: 560px) {
	.pd .pd-slots {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.pd .pd-slot {
		display: grid;
		grid-template-columns: 46px minmax(0, 1fr) auto;
		grid-template-areas:
			"tile meta btn"
			"tile state btn";
		align-items: center;
		column-gap: 12px;
		row-gap: 2px;
		padding: 12px 14px;
		box-shadow: none;
	}

	.pd .pd-slot:hover {
		transform: none;
		box-shadow: none;
	}

	.pd .pd-slot-top {
		display: contents;
	}

	.pd .pd-daytile {
		grid-area: tile;
		width: 46px;
		height: 46px;
		border-radius: 11px;
	}

	.pd .pd-daytile strong {
		font-size: 20px;
	}

	.pd .pd-daytile .pd-daytile-range {
		font-size: 14px;
	}

	.pd .pd-daytile span {
		font-size: 9px;
	}

	.pd .pd-slot-meta {
		grid-area: meta;
		min-width: 0;
	}

	.pd .pd-slot-date {
		font-size: 15px;
	}

	.pd .pd-slot-day {
		font-size: 12px;
	}

	.pd .pd-slot .pd-state {
		grid-area: state;
		font-size: 11px;
		padding: 0;
		background: none;
		border: 0;
	}

	.pd .pd-slot .pd-btn {
		grid-area: btn;
		padding: 10px 14px;
		font-size: 13px;
		white-space: nowrap;
	}

	.pd .pd-slot-label,
	.pd .pd-slot-note,
	.pd .pd-slot .pd-demand {
		grid-column: 1 / -1;
		margin: 4px 0 0;
	}

	.pd .pd-new {
		top: -8px;
		right: 10px;
		font-size: 9px;
		padding: 3px 8px;
	}
}
