/*
Theme Name: Kinetpurmed
Theme URI: https://kineticpurmed.ro/
Author: Kinetic Purmed
Author URI: https://kineticpurmed.ro/
Description: Temă WordPress pentru clinici de kinetoterapie și recuperare medicală. Include pagini de prezentare, servicii, echipă, contact și un modul complet de programări online cu panou de recepție în administrare.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kinetpurmed
Tags: kinetoterapie, recuperare-medicala, clinica, programari, custom-menu, custom-logo, featured-images, translation-ready, responsive-layout, right-sidebar
*/

/* -------------------------------------------------------------------------
 * Cuprins
 * 1.  Variabile (design tokens Kinetpurmed)
 * 2.  Reset & bază
 * 3.  Tipografie utilitară
 * 4.  Layout: container, secțiuni, grile
 * 5.  Butoane, chip-uri, iconuri
 * 6.  Navigație (kinetpurmed header)
 * 7.  Footer
 * 8.  Secțiuni pagina principală
 * 9.  Servicii
 * 10. Despre / echipă
 * 11. Contact
 * 12. Modul programări (wizard 5 pași)
 * 13. Blog, arhive, comentarii, widget-uri
 * 14. Utilitare, accesibilitate, print
 * ---------------------------------------------------------------------- */


/* 1. Variabile ---------------------------------------------------------- */

:root {
	--kp-navy:        #0D3F6C;
	--kp-navy-deep:   #123B63;
	--kp-teal:        #0F8A9B;
	--kp-teal-dark:   #0F7D8C;
	--kp-aqua:        #22A9CC;
	--kp-blue:        #0A6BAD;
	--kp-indigo:      #2E6FE0;
	--kp-ink:         #3F5A73;
	--kp-muted:       #8AA3BC;
	--kp-faint:       #C3D3DF;
	--kp-line:        #E3EDF3;
	--kp-line-soft:   #EFF6F9;
	--kp-surface:     #F2F8FB;
	--kp-surface-alt: #E6F1F8;
	--kp-surface-mut: #F4F7F9;
	--kp-field:       #D6E4EC;
	--kp-white:       #ffffff;
	--kp-danger:      #C2453C;
	--kp-danger-soft: #FBECEA;
	--kp-danger-line: #E7C9C6;
	--kp-ok:          #127A63;
	--kp-ok-soft:     #E4F3EE;
	--kp-warn:        #96601A;
	--kp-warn-soft:   #FDF1DF;

	--kp-font:        'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--kp-font-alt:    'Poppins', 'Hanken Grotesk', sans-serif;
	--kp-font-mono:   'Space Mono', ui-monospace, 'Courier New', monospace;

	--kp-radius:      18px;
	--kp-radius-lg:   24px;
	--kp-radius-xl:   28px;
	--kp-radius-sm:   12px;
	--kp-radius-pill: 999px;

	--kp-max:         1180px;
	--kp-gutter:      clamp(24px, 4.7vw, 56px);
	--kp-block:       clamp(34px, 6.8vw, 80px);
	--kp-block-sm:    clamp(27px, 5.4vw, 64px);

	--kp-shadow-card: 0 24px 50px -30px rgba(13, 63, 108, .35);
	--kp-shadow-soft: 0 20px 40px -24px rgba(13, 63, 108, .4);
	--kp-shadow-deep: 0 40px 80px -40px rgba(13, 63, 108, .4);
}


/* 2. Reset & bază ------------------------------------------------------- */

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--kp-white);
	color: var(--kp-navy);
	font-family: var(--kp-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
	display: block;
}

a {
	color: var(--kp-teal);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--kp-teal-dark);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.15;
	letter-spacing: -.02em;
	font-weight: 800;
	color: var(--kp-navy);
}

p {
	margin: 0 0 1em;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 1em;
	padding-left: 1.3em;
}

blockquote {
	margin: 1.5em 0;
	padding: 4px 0 4px 22px;
	border-left: 3px solid var(--kp-aqua);
	color: var(--kp-ink);
	font-size: 18px;
}

code, pre, kbd {
	font-family: var(--kp-font-mono);
	font-size: .92em;
}

pre {
	background: var(--kp-surface);
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius-sm);
	padding: 18px;
	overflow-x: auto;
}

hr {
	border: 0;
	height: 1px;
	background: var(--kp-line);
	margin: 32px 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border-bottom: 1px solid var(--kp-line);
	padding: 10px 12px;
	text-align: left;
}

:focus-visible {
	outline: 2px solid var(--kp-aqua);
	outline-offset: 2px;
}

input, select, textarea, button {
	font-family: inherit;
	font-size: inherit;
}


/* 3. Tipografie utilitară ----------------------------------------------- */

.kp-eyebrow {
	font-family: var(--kp-font-mono);
	font-size: 12px;
	letter-spacing: .18em;
	color: var(--kp-teal);
	text-transform: uppercase;
	line-height: 1.4;
}

.kp-eyebrow--light {
	color: var(--kp-aqua);
}

.kp-eyebrow--muted {
	color: var(--kp-muted);
	font-size: 11px;
	letter-spacing: .16em;
}

.kp-title-hero {
	font-size: clamp(36px, 5.8vw, 60px);
	line-height: 1.02;
	letter-spacing: -.025em;
	margin: 22px 0 0;
}

.kp-title-page {
	font-size: clamp(31px, 5.1vw, 52px);
	line-height: 1.03;
	letter-spacing: -.025em;
	margin: 14px 0 0;
	max-width: 760px;
}

.kp-title-section {
	font-size: clamp(23px, 3.7vw, 38px);
	margin: 10px 0 0;
}

.kp-title-sub {
	font-size: clamp(20px, 3.3vw, 34px);
	margin: 10px 0 0;
}

.kp-title-small {
	font-size: clamp(18px, 2.9vw, 30px);
	margin: 0;
}

.kp-lead {
	font-size: 18px;
	color: var(--kp-ink);
	line-height: 1.6;
	margin: 20px 0 0;
	max-width: 560px;
	font-weight: 400;
}

.kp-text {
	font-size: 15px;
	color: var(--kp-ink);
	line-height: 1.55;
	margin: 8px 0 0;
}

.kp-muted {
	color: var(--kp-muted);
}

.kp-center {
	text-align: center;
}

.kp-narrow {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}


/* 4. Layout ------------------------------------------------------------- */

.kp-container {
	max-width: var(--kp-max);
	margin: 0 auto;
	padding-left: var(--kp-gutter);
	padding-right: var(--kp-gutter);
	width: 100%;
}

.kp-container--wide {
	max-width: 1360px;
}

.kp-section {
	padding-top: var(--kp-block);
	padding-bottom: var(--kp-block);
}

.kp-section--tight {
	padding-top: var(--kp-block-sm);
	padding-bottom: var(--kp-block-sm);
}

.kp-section--flush-top {
	padding-top: 20px;
}

.kp-section--flush-bottom {
	padding-bottom: 20px;
}

.kp-section--surface {
	background: var(--kp-surface);
}

.kp-section--navy {
	background: var(--kp-navy);
	color: var(--kp-white);
}

.kp-section--navy h1,
.kp-section--navy h2,
.kp-section--navy p {
	color: var(--kp-white);
}

.kp-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--kp-min, 260px)), 1fr));
}

.kp-grid--wide {
	--kp-min: 320px;
	gap: 52px;
	align-items: center;
}

.kp-grid--gap-lg {
	gap: 28px;
}

.kp-split-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 16px;
}

.kp-stack {
	display: grid;
	gap: 24px;
}


/* Zone de imagine (echivalentul image-slot din machetă) */

.kp-media {
	position: relative;
	width: 100%;
	border-radius: var(--kp-radius-lg);
	overflow: hidden;
	background: var(--kp-surface-alt);
}

.kp-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kp-media--hero {
	height: clamp(264px, 40.7vw, 480px);
	box-shadow: var(--kp-shadow-deep);
}

.kp-media--tall {
	height: clamp(231px, 35.6vw, 420px);
}

.kp-media--square {
	aspect-ratio: 1 / 1;
	border-radius: var(--kp-radius);
}

.kp-media--fill {
	position: absolute;
	inset: 0;
	border-radius: 0;
	height: 100%;
}

.kp-media__empty {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: var(--kp-muted);
	background: repeating-linear-gradient(45deg, #EDF4F8 0 16px, #DFEAF1 16px 32px);
}


/* 5. Butoane, chip-uri, iconuri ----------------------------------------- */

.kp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--kp-font);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	padding: 16px 28px;
	border-radius: var(--kp-radius-sm);
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
	white-space: nowrap;
}

.kp-btn--primary {
	background: var(--kp-teal);
	color: var(--kp-white);
}

.kp-btn--primary:hover,
.kp-btn--primary:focus {
	background: var(--kp-teal-dark);
	color: var(--kp-white);
}

.kp-btn--outline {
	border-color: #CFDED9;
	color: var(--kp-navy);
	background: var(--kp-white);
	font-weight: 600;
}

.kp-btn--outline:hover,
.kp-btn--outline:focus {
	border-color: var(--kp-teal);
	color: var(--kp-teal);
}

.kp-btn--light {
	background: var(--kp-white);
	color: var(--kp-teal-dark);
	font-size: 17px;
	padding: 17px 32px;
}

.kp-btn--light:hover,
.kp-btn--light:focus {
	background: var(--kp-surface);
	color: var(--kp-teal-dark);
}

.kp-btn--block {
	width: 100%;
}

.kp-btn:disabled,
.kp-btn[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: .75;
}

.kp-link-ghost {
	font-weight: 600;
	font-size: 16px;
	color: var(--kp-teal);
}

.kp-cardlink {
	text-decoration: none;
	color: inherit;
	display: block;
}

.kp-chip {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--kp-teal-dark);
	background: var(--kp-surface-alt);
	padding: 7px 13px;
	border-radius: var(--kp-radius-pill);
}

.kp-chip--mono {
	font-family: var(--kp-font-mono);
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px;
}

.kp-chip--solid {
	background: var(--kp-teal);
	color: var(--kp-white);
}

.kp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.kp-icon {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--kp-surface-alt);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--kp-teal);
	font-weight: 800;
	font-size: 20px;
	flex: none;
}

.kp-icon--sm {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	font-size: 15px;
}

.kp-icon--md {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	font-size: 18px;
}

.kp-icon__glyph {
	display: block;
	background: var(--kp-teal);
}

.kp-icon__glyph--square {
	width: 18px;
	height: 18px;
	border-radius: 6px;
}

.kp-icon__glyph--circle {
	width: 18px;
	height: 18px;
	border-radius: var(--kp-radius-pill);
	background: var(--kp-aqua);
}

.kp-icon__glyph--bar {
	width: 22px;
	height: 6px;
	border-radius: var(--kp-radius-pill);
	background: var(--kp-indigo);
}

.kp-card {
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius);
	padding: 30px;
	background: var(--kp-white);
}

.kp-card--pad-lg {
	padding: 32px;
}

.kp-card--hover {
	transition: box-shadow .2s ease, transform .2s ease;
}

.kp-card--hover:hover,
.kp-card--hover:focus-within {
	box-shadow: var(--kp-shadow-card);
	transform: translateY(-2px);
}

.kp-card__title {
	font-weight: 700;
	font-size: 20px;
	color: var(--kp-navy);
	margin-top: 18px;
	line-height: 1.25;
}


/* 6. Navigație ---------------------------------------------------------- */

.kp-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	background: var(--kp-white);
	color: var(--kp-navy);
	padding: 12px 20px;
	border-radius: 0 0 12px 0;
	font-weight: 700;
}

.kp-skip-link:focus {
	left: 0;
}

.kp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--kp-line);
}

.admin-bar .kp-header {
	top: 32px;
}

.kp-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px clamp(18px, 4.7vw, 56px);
}

.kp-brand {
	display: flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
	min-width: 0;
}

.kp-brand__mark {
	width: 34px;
	height: 48px;
	flex: none;
}

.kp-brand__mark svg,
.kp-brand__mark img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.kp-brand__name {
	font-family: var(--kp-font-alt);
	font-weight: 600;
	font-size: clamp(16px, 4vw, 19px);
	color: var(--kp-navy);
	letter-spacing: -.01em;
	white-space: nowrap;
}

.kp-brand__name em {
	font-style: normal;
	color: var(--kp-teal);
}

.kp-nav {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.4vw, 30px);
}

.kp-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.4vw, 30px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.kp-nav__list a {
	font-size: 15px;
	font-weight: 500;
	color: var(--kp-navy);
	text-decoration: none;
	transition: color .15s ease;
	white-space: nowrap;
}

.kp-nav__list a:hover,
.kp-nav__list a:focus {
	color: var(--kp-teal);
}

.kp-nav__list .current-menu-item > a,
.kp-nav__list .current_page_item > a,
.kp-nav__list .current-menu-ancestor > a,
.kp-nav__list .kp-is-current > a {
	color: var(--kp-teal);
	font-weight: 700;
}

.kp-nav__list .sub-menu {
	display: none;
	position: absolute;
	background: var(--kp-white);
	border: 1px solid var(--kp-line);
	border-radius: 14px;
	padding: 10px;
	margin: 8px 0 0;
	list-style: none;
	min-width: 200px;
	box-shadow: var(--kp-shadow-soft);
}

.kp-nav__list li {
	position: relative;
}

.kp-nav__list li:hover > .sub-menu,
.kp-nav__list li:focus-within > .sub-menu {
	display: block;
}

.kp-nav__list .sub-menu a {
	display: block;
	padding: 9px 12px;
	border-radius: 9px;
}

.kp-nav__list .sub-menu a:hover {
	background: var(--kp-surface);
}

.kp-nav__cta {
	background: var(--kp-teal);
	color: var(--kp-white);
	font-weight: 700;
	font-size: 15px;
	padding: 12px 20px;
	border-radius: var(--kp-radius-pill);
	text-decoration: none;
	white-space: nowrap;
}

.kp-nav__cta:hover,
.kp-nav__cta:focus {
	background: var(--kp-teal-dark);
	color: var(--kp-white);
}

.kp-nav-toggle {
	width: 46px;
	height: 46px;
	flex: none;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: var(--kp-white);
	border: 1px solid var(--kp-field);
	border-radius: var(--kp-radius-sm);
	cursor: pointer;
}

.kp-nav-toggle__bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: var(--kp-navy);
	transition: transform .2s ease;
}

.kp-nav-toggle[aria-expanded="true"] .kp-nav-toggle__bar:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.kp-nav-toggle[aria-expanded="true"] .kp-nav-toggle__bar:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.kp-mobile-nav {
	display: none;
	flex-direction: column;
	padding: 6px 18px 20px;
	border-top: 1px solid var(--kp-line);
	background: var(--kp-white);
}

.kp-mobile-nav.is-open {
	display: flex;
}

.kp-mobile-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.kp-mobile-nav__list a {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: var(--kp-navy);
	text-decoration: none;
	padding: 14px 4px;
	border-bottom: 1px solid var(--kp-line-soft);
}

.kp-mobile-nav__list .current-menu-item > a,
.kp-mobile-nav__list .current_page_item > a,
.kp-mobile-nav__list .kp-is-current > a {
	color: var(--kp-teal);
	font-weight: 700;
}

.kp-mobile-nav__list .sub-menu {
	list-style: none;
	margin: 0;
	padding-left: 16px;
}

.kp-mobile-nav__cta {
	margin-top: 12px;
	text-align: center;
	background: var(--kp-teal);
	color: var(--kp-white);
	font-weight: 700;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: var(--kp-radius-sm);
	text-decoration: none;
}

@media (max-width: 899px) {

	.kp-nav {
		display: none;
	}

	.kp-nav-toggle {
		display: flex;
	}
}


/* 7. Footer ------------------------------------------------------------- */

.kp-footer {
	background: var(--kp-navy);
	color: #C6DCE8;
	padding: clamp(27px, 5.4vw, 64px) var(--kp-gutter) clamp(17px, 3.4vw, 40px);
	font-family: var(--kp-font);
}

.kp-footer__grid {
	max-width: var(--kp-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
	gap: 44px;
}

.kp-footer__brand {
	display: flex;
	align-items: center;
	gap: 11px;
}

.kp-footer__brand .kp-brand__name {
	color: var(--kp-white);
}

.kp-footer__brand .kp-brand__name em {
	color: var(--kp-aqua);
}

.kp-footer__about {
	font-size: 15px;
	line-height: 1.65;
	margin-top: 18px;
	max-width: 300px;
	color: #A8C4D8;
}

.kp-footer__heading {
	font-family: var(--kp-font-mono);
	font-size: 12px;
	letter-spacing: .18em;
	color: #5E7C78;
	text-transform: uppercase;
}

.kp-footer__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	color: #A8C4D8;
}

.kp-footer__list a {
	color: #C6DCE8;
	text-decoration: none;
}

.kp-footer__list a:hover,
.kp-footer__list a:focus {
	color: var(--kp-white);
}

.kp-footer__list strong {
	color: var(--kp-white);
	font-weight: 500;
}

.kp-footer__bottom {
	max-width: var(--kp-max);
	margin: 44px auto 0;
	padding-top: 24px;
	border-top: 1px solid #1C4342;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 13px;
	color: #5E7C78;
	font-family: var(--kp-font-mono);
	letter-spacing: .06em;
}


/* 8. Pagina principală -------------------------------------------------- */

.kp-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #F2F8FB 0%, #ffffff 70%);
}

.kp-hero__inner {
	max-width: var(--kp-max);
	margin: 0 auto;
	padding: clamp(30px, 6.1vw, 72px) var(--kp-gutter) var(--kp-block);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 56px;
	align-items: center;
}

.kp-hero__pill {
	display: inline-block;
	font-family: var(--kp-font-mono);
	font-size: 12px;
	letter-spacing: .18em;
	color: var(--kp-teal);
	background: var(--kp-surface-alt);
	padding: 8px 15px;
	border-radius: var(--kp-radius-pill);
	text-transform: uppercase;
}

.kp-hero__actions {
	display: flex;
	gap: 14px;
	margin-top: 32px;
	flex-wrap: wrap;
}

.kp-hero__figure {
	position: relative;
	width: 100%;
	height: clamp(264px, 40.7vw, 480px);
}

.kp-hero__badge {
	position: absolute;
	bottom: -22px;
	left: -22px;
	background: var(--kp-white);
	border: 1px solid var(--kp-line);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: var(--kp-shadow-soft);
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: calc(100% - 20px);
}

.kp-hero__badge-mark {
	width: 42px;
	height: 42px;
	flex: none;
}

.kp-hero__badge-mark svg {
	width: 100%;
	height: 100%;
}

.kp-stats {
	display: flex;
	gap: 36px;
	margin-top: 44px;
	flex-wrap: wrap;
}

.kp-stats__value {
	font-weight: 800;
	font-size: clamp(18px, 2.9vw, 30px);
	color: var(--kp-navy);
	line-height: 1.1;
}

.kp-stats__label {
	font-size: 14px;
	color: var(--kp-ink);
	margin-top: 2px;
}

.kp-feature {
	background: var(--kp-surface);
	border-radius: var(--kp-radius-xl);
	padding: var(--kp-gutter);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 52px;
	align-items: center;
}

.kp-checklist {
	display: grid;
	gap: 20px;
	margin-top: 28px;
}

.kp-checklist__item {
	display: flex;
	gap: 16px;
}

.kp-checklist__title {
	font-weight: 700;
	font-size: 17px;
	color: var(--kp-navy);
}

.kp-checklist__text {
	font-size: 15px;
	color: var(--kp-ink);
	margin-top: 3px;
	line-height: 1.5;
}

.kp-step-card {
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius);
	padding: 32px;
}

.kp-step-card__num {
	font-family: var(--kp-font-mono);
	font-size: 14px;
	color: var(--kp-teal);
}

.kp-step-card__title {
	font-weight: 700;
	font-size: 20px;
	color: var(--kp-navy);
	margin-top: 12px;
}

.kp-quote {
	max-width: 900px;
	margin: 0 auto;
	padding: clamp(30px, 6.1vw, 72px) var(--kp-gutter);
	text-align: center;
}

.kp-quote__mark {
	font-size: clamp(26px, 4.3vw, 44px);
	color: var(--kp-aqua);
	line-height: 1;
	font-family: Georgia, serif;
}

.kp-quote__text {
	font-weight: 600;
	font-size: clamp(19px, 2.6vw, 26px);
	line-height: 1.4;
	color: var(--kp-navy);
	letter-spacing: -.01em;
	margin: 8px 0 0;
}

.kp-quote__author {
	margin-top: 26px;
	font-weight: 700;
	font-size: 16px;
	color: var(--kp-navy);
}

.kp-quote__role {
	font-size: 14px;
	color: var(--kp-ink);
}

.kp-cta {
	border-radius: var(--kp-radius-xl);
	padding: clamp(27px, 5.4vw, 64px) var(--kp-gutter);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 28px;
	position: relative;
	overflow: hidden;
}

.kp-cta--gradient {
	background: linear-gradient(135deg, var(--kp-teal), var(--kp-aqua));
	color: var(--kp-white);
}

.kp-cta--gradient h2,
.kp-cta--gradient p {
	color: var(--kp-white);
}

.kp-cta--soft {
	background: var(--kp-surface);
}

.kp-cta__body {
	position: relative;
	max-width: 560px;
}

.kp-cta__body h2 {
	font-size: clamp(20px, 3.3vw, 38px);
	line-height: 1.05;
	margin: 0;
}

.kp-cta__body p {
	font-size: 17px;
	margin: 12px 0 0;
	opacity: .92;
}

.kp-cta__watermark {
	position: absolute;
	top: -60px;
	right: -30px;
	width: 300px;
	height: clamp(165px, 25.4vw, 300px);
	opacity: .15;
	pointer-events: none;
}

.kp-cta__watermark svg {
	width: 100%;
	height: 100%;
}

.kp-cta .kp-btn {
	position: relative;
}


/* 9. Servicii ----------------------------------------------------------- */

.kp-page-head {
	background: var(--kp-surface);
}

.kp-page-head__inner {
	max-width: var(--kp-max);
	margin: 0 auto;
	padding: var(--kp-block-sm) var(--kp-gutter);
}

.kp-service-row {
	border: 1px solid var(--kp-line);
	border-radius: 22px;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.kp-service-row__media {
	position: relative;
	min-height: 280px;
	background: var(--kp-surface-alt);
}

.kp-service-row__body {
	padding: clamp(17px, 3.4vw, 40px);
}

.kp-service-row__head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.kp-service-row__head h2 {
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}

.kp-service-row__text {
	font-size: 16px;
	color: var(--kp-ink);
	line-height: 1.6;
	margin: 18px 0 0;
}

.kp-service-row--reverse .kp-service-row__media {
	order: 2;
}

@media (max-width: 719px) {

	.kp-service-row--reverse .kp-service-row__media {
		order: 0;
	}
}

.kp-price-card {
	border: 1px solid var(--kp-line);
	border-radius: 20px;
	padding: 34px;
	position: relative;
	background: var(--kp-white);
}

.kp-price-card--featured {
	border: 2px solid var(--kp-teal);
	box-shadow: 0 24px 50px -34px rgba(14, 165, 164, .6);
}

.kp-price-card__badge {
	position: absolute;
	top: -13px;
	left: 34px;
	background: var(--kp-teal);
	color: var(--kp-white);
	font-family: var(--kp-font-mono);
	font-size: 11px;
	letter-spacing: .14em;
	padding: 5px 12px;
	border-radius: var(--kp-radius-pill);
}

.kp-price-card__name {
	font-weight: 700;
	font-size: 18px;
	color: var(--kp-navy);
}

.kp-price-card__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-top: 14px;
}

.kp-price-card__price b {
	font-weight: 800;
	font-size: clamp(23px, 3.7vw, 38px);
	color: var(--kp-navy);
}

.kp-price-card__price span {
	font-size: 15px;
	color: var(--kp-ink);
}

.kp-price-card__rule {
	height: 1px;
	background: var(--kp-line);
	margin: 22px 0;
}

.kp-price-card__list {
	display: grid;
	gap: 11px;
	font-size: 15px;
	color: var(--kp-ink);
	margin: 0;
	padding: 0;
	list-style: none;
}


/* 10. Despre / echipă --------------------------------------------------- */

.kp-mission {
	font-weight: 600;
	font-size: clamp(19px, 3.1vw, 32px);
	line-height: 1.32;
	letter-spacing: -.01em;
	margin: 18px 0 0;
	max-width: 900px;
}

.kp-mission mark {
	background: none;
	color: var(--kp-aqua);
}

.kp-team-card__name {
	font-weight: 700;
	font-size: 19px;
	color: var(--kp-navy);
	margin-top: 16px;
}

.kp-team-card__role {
	font-size: 14px;
	color: var(--kp-teal);
	font-weight: 600;
	margin-top: 2px;
}

.kp-team-card__bio {
	font-size: 14px;
	color: var(--kp-ink);
	line-height: 1.5;
	margin: 8px 0 0;
}


/* 11. Contact ----------------------------------------------------------- */

.kp-form {
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius-lg);
	padding: clamp(17px, 3.4vw, 40px);
	box-shadow: 0 30px 60px -44px rgba(13, 63, 108, .35);
	background: var(--kp-white);
}

.kp-form__title {
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 24px;
}

.kp-form__fields {
	display: grid;
	gap: 18px;
}

.kp-field__label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--kp-navy);
	margin-bottom: 7px;
}

.kp-input,
.kp-select,
.kp-textarea {
	width: 100%;
	padding: 13px 15px;
	font-size: 15px;
	border: 1px solid var(--kp-field);
	border-radius: 11px;
	color: var(--kp-navy);
	background: var(--kp-white);
	font-family: var(--kp-font);
}

.kp-textarea {
	resize: vertical;
	min-height: 110px;
}

.kp-input:focus,
.kp-select:focus,
.kp-textarea:focus {
	outline: none;
	border-color: var(--kp-teal);
	box-shadow: 0 0 0 3px rgba(14, 165, 164, .14);
}

.kp-input.is-invalid,
.kp-textarea.is-invalid,
.kp-select.is-invalid {
	border-color: #E39A94;
}

.kp-field-error {
	display: none;
	font-size: 13px;
	color: var(--kp-danger);
	margin-top: 6px;
}

.kp-field-error.is-visible {
	display: block;
}

.kp-form__notice {
	background: var(--kp-surface-alt);
	color: var(--kp-teal-dark);
	font-weight: 600;
	font-size: 14px;
	padding: 13px 16px;
	border-radius: 11px;
	text-align: center;
}

.kp-form__notice--error {
	background: var(--kp-danger-soft);
	color: var(--kp-danger);
}

.kp-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.kp-info-card {
	display: flex;
	gap: 16px;
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius);
	padding: 26px;
	align-items: flex-start;
}

.kp-info-card__value {
	font-weight: 700;
	font-size: 18px;
	color: var(--kp-navy);
	margin-top: 4px;
	word-break: break-word;
}

.kp-info-card__value a {
	color: inherit;
}

.kp-hours-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 15px;
	color: var(--kp-navy);
	margin-top: 12px;
}

.kp-hours-row b {
	font-weight: 700;
}

.kp-hours-row--closed {
	color: var(--kp-ink);
}

.kp-map {
	position: relative;
	height: clamp(209px, 32.2vw, 380px);
	border-radius: var(--kp-radius-lg);
	overflow: hidden;
	border: 1px solid var(--kp-line);
	background: repeating-linear-gradient(45deg, #EDF4F8 0 16px, #DFEAF1 16px 32px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.kp-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.kp-map__card {
	background: var(--kp-white);
	border: 1px solid var(--kp-line);
	border-radius: 14px;
	padding: 20px 26px;
	display: flex;
	align-items: center;
	gap: 14px;
	box-shadow: var(--kp-shadow-soft);
	max-width: calc(100% - 32px);
}

.kp-map__mark {
	width: 44px;
	height: 44px;
	flex: none;
}

.kp-map__hint {
	position: absolute;
	bottom: 16px;
	right: 16px;
	font-family: var(--kp-font-mono);
	font-size: 11px;
	letter-spacing: .12em;
	color: #7C948F;
	background: var(--kp-white);
	padding: 7px 12px;
	border-radius: 8px;
}


/* 12. Modul programări -------------------------------------------------- */

.kp-booking {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: clamp(20px, 2.6vw, 32px);
	align-items: start;
	margin-top: clamp(22px, 3.4vw, 40px);
}

@media (max-width: 1023px) {

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

.kp-stepper {
	display: flex;
	align-items: center;
	gap: clamp(6px, 1.4vw, 16px);
}

.kp-stepper__item {
	display: flex;
	align-items: center;
	gap: clamp(6px, 1.4vw, 16px);
	min-width: 0;
	flex: 1;
}

.kp-stepper__item:last-child {
	flex: none;
}

.kp-stepper__label-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.kp-stepper__dot {
	flex: none;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	font-family: var(--kp-font-mono);
	background: var(--kp-surface-mut);
	color: var(--kp-muted);
}

.kp-stepper__item.is-active .kp-stepper__dot {
	background: var(--kp-teal);
	color: var(--kp-white);
}

.kp-stepper__item.is-done .kp-stepper__dot {
	background: var(--kp-surface-alt);
	color: var(--kp-teal);
}

.kp-stepper__label {
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	color: var(--kp-muted);
}

.kp-stepper__item.is-active .kp-stepper__label {
	font-weight: 700;
	color: var(--kp-navy);
}

.kp-stepper__line {
	flex: 1;
	min-width: 8px;
	height: 2px;
	border-radius: 2px;
	background: var(--kp-line-soft);
}

.kp-stepper__item.is-done .kp-stepper__line {
	background: #BFDCE8;
}

.kp-stepper__item:last-child .kp-stepper__line {
	display: none;
}

.kp-stepper-mobile {
	display: none;
	margin-top: 14px;
	font-family: var(--kp-font-mono);
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--kp-teal);
}

@media (max-width: 759px) {

	.kp-stepper__label {
		display: none;
	}

	.kp-stepper-mobile {
		display: block;
	}
}

.kp-panel {
	min-width: 0;
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius-lg);
	padding: clamp(18px, 3.4vw, 40px);
	background: var(--kp-white);
}

.kp-panel__title {
	font-weight: 800;
	font-size: clamp(19px, 2.4vw, 26px);
	letter-spacing: -.02em;
	margin: 0;
}

.kp-panel__hint {
	font-size: 15px;
	color: var(--kp-ink);
	margin: 8px 0 0;
}

.kp-step {
	display: none;
}

.kp-step.is-active {
	display: block;
}

.kp-option {
	text-align: left;
	cursor: pointer;
	border-radius: 16px;
	padding: 18px;
	background: var(--kp-white);
	border: 1px solid var(--kp-line);
	transition: border-color .15s ease, box-shadow .15s ease;
	width: 100%;
	font-family: var(--kp-font);
	display: block;
}

.kp-option:hover {
	border-color: #BFDCE8;
}

.kp-option.is-selected {
	border: 2px solid var(--kp-teal);
	padding: 17px;
	box-shadow: 0 18px 40px -30px rgba(15, 138, 155, .8);
}

.kp-option__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.kp-option__name {
	font-weight: 700;
	font-size: 17px;
	color: var(--kp-navy);
	line-height: 1.25;
}

.kp-option__note {
	display: block;
	font-size: 14px;
	color: var(--kp-ink);
	margin-top: 8px;
	line-height: 1.5;
}

.kp-option__meta {
	display: flex;
	gap: 8px;
	margin-top: 14px;
	flex-wrap: wrap;
}

.kp-option__check {
	flex: none;
	width: 22px;
	height: 22px;
	border-radius: 7px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--kp-white);
	background: var(--kp-teal);
}

.kp-option.is-selected .kp-option__check {
	display: flex;
}

.kp-option--person {
	display: flex;
	align-items: center;
	gap: 14px;
}

.kp-option__avatar {
	flex: none;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 15px;
	background: var(--kp-surface-alt);
	color: var(--kp-teal);
	overflow: hidden;
}

.kp-option__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kp-option.is-selected .kp-option__avatar {
	background: var(--kp-teal);
	color: var(--kp-white);
}

.kp-option__person-body {
	min-width: 0;
	text-align: left;
	flex: 1;
}

.kp-option__role {
	display: block;
	font-size: 14px;
	color: var(--kp-ink);
	margin-top: 3px;
}

.kp-option--person .kp-option__check {
	margin-left: auto;
}

.kp-datetime {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
	gap: clamp(20px, 2.6vw, 32px);
	margin-top: 24px;
}

.kp-cal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.kp-cal__nav {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid var(--kp-field);
	background: var(--kp-white);
	color: var(--kp-navy);
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
}

.kp-cal__nav:disabled {
	color: var(--kp-faint);
	cursor: default;
}

.kp-cal__month {
	font-weight: 700;
	font-size: 17px;
	color: var(--kp-navy);
	text-transform: capitalize;
}

.kp-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
	margin-top: 18px;
}

.kp-cal__dow {
	text-align: center;
	font-family: var(--kp-font-mono);
	font-size: 11px;
	color: var(--kp-muted);
	padding-bottom: 4px;
}

.kp-cal__day {
	height: 44px;
	border-radius: 11px;
	border: 0;
	font-family: var(--kp-font-mono);
	font-size: 14px;
	background: var(--kp-surface-alt);
	color: var(--kp-navy);
	cursor: pointer;
	padding: 0;
}

.kp-cal__day:disabled {
	background: var(--kp-surface-mut);
	color: var(--kp-faint);
	cursor: default;
}

.kp-cal__day--blank {
	background: transparent;
	border: 0;
	cursor: default;
}

.kp-cal__day.is-selected {
	background: var(--kp-teal);
	color: var(--kp-white);
	font-weight: 700;
}

.kp-cal__legend {
	display: flex;
	gap: 16px;
	margin-top: 16px;
	font-size: 13px;
	color: var(--kp-muted);
	align-items: center;
	flex-wrap: wrap;
}

.kp-cal__legend span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.kp-swatch {
	width: 10px;
	height: 10px;
	border-radius: 3px;
	display: block;
}

.kp-swatch--on {
	background: var(--kp-teal);
}

.kp-swatch--free {
	background: var(--kp-surface-alt);
}

.kp-swatch--off {
	background: var(--kp-surface-mut);
}

.kp-slots {
	min-width: 0;
	border-left: 1px solid var(--kp-line);
	padding-left: clamp(0px, 2vw, 24px);
}

@media (max-width: 719px) {

	.kp-slots {
		border-left: 0;
		border-top: 1px solid var(--kp-line);
		padding-left: 0;
		padding-top: 20px;
	}
}

.kp-slots__title {
	font-weight: 700;
	font-size: 15px;
	color: var(--kp-navy);
}

.kp-slots__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
	gap: 9px;
	margin-top: 16px;
}

.kp-slot {
	padding: 12px 6px;
	border-radius: 11px;
	font-family: var(--kp-font-mono);
	font-size: 14px;
	cursor: pointer;
	border: 1px solid var(--kp-field);
	background: var(--kp-white);
	color: var(--kp-navy);
}

.kp-slot:disabled {
	background: #F7FAFB;
	color: var(--kp-faint);
	border-color: #F0F4F7;
	text-decoration: line-through;
	cursor: default;
}

.kp-slot.is-selected {
	background: var(--kp-teal);
	border-color: var(--kp-teal);
	color: var(--kp-white);
	font-weight: 700;
}

.kp-slots__note {
	font-size: 13px;
	color: var(--kp-muted);
	margin-top: 16px;
	line-height: 1.5;
}

.kp-booking__fields {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	gap: 16px;
	margin-top: 26px;
}

.kp-booking .kp-input,
.kp-booking .kp-select,
.kp-booking .kp-textarea {
	padding: 14px 15px;
	font-size: 16px;
	border-radius: var(--kp-radius-sm);
}

.kp-consent {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	margin-top: 18px;
	cursor: pointer;
	font-size: 14px;
	color: var(--kp-ink);
	line-height: 1.5;
}

.kp-consent input {
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--kp-teal);
	flex: none;
}

.kp-review {
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius);
	margin-top: 24px;
	overflow: hidden;
}

.kp-review__row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--kp-line-soft);
	flex-wrap: wrap;
}

.kp-review__row:last-child {
	border-bottom: 0;
}

.kp-review__key {
	font-size: 14px;
	color: var(--kp-muted);
}

.kp-review__val {
	font-weight: 600;
	font-size: 15px;
	color: var(--kp-navy);
	text-align: right;
}

.kp-total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	margin-top: 20px;
	padding: 18px 20px;
	background: var(--kp-surface);
	border-radius: 14px;
}

.kp-total__label {
	font-weight: 700;
	font-size: 16px;
	color: var(--kp-navy);
}

.kp-total__value {
	font-weight: 800;
	font-size: 24px;
	color: var(--kp-teal);
}

.kp-panel__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	margin-top: clamp(22px, 3vw, 34px);
	padding-top: 22px;
	border-top: 1px solid var(--kp-line);
	flex-wrap: wrap;
}

.kp-btn--step {
	padding: 15px 28px;
	border-radius: var(--kp-radius-sm);
	font-size: 16px;
}

.kp-btn--back {
	border: 1px solid var(--kp-field);
	background: var(--kp-white);
	color: var(--kp-navy);
}

.kp-btn--back.is-hidden {
	visibility: hidden;
}

.kp-btn--next {
	background: var(--kp-teal);
	color: var(--kp-white);
	border: 0;
	box-shadow: 0 18px 36px -26px rgba(15, 138, 155, .9);
}

.kp-btn--next:disabled {
	background: #BFD6E0;
	box-shadow: none;
	cursor: not-allowed;
}

.kp-summary {
	min-width: 0;
	position: sticky;
	top: 100px;
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius-lg);
	background: var(--kp-surface);
	padding: clamp(18px, 2.4vw, 28px);
}

.kp-summary__list {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.kp-summary__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.kp-summary__marker {
	flex: none;
	width: 10px;
	height: 10px;
	border-radius: var(--kp-radius-pill);
	margin-top: 6px;
	background: #CBDCE6;
}

.kp-summary__item.is-filled .kp-summary__marker {
	background: var(--kp-teal);
}

.kp-summary__key {
	font-size: 12px;
	color: var(--kp-muted);
	font-family: var(--kp-font-mono);
	letter-spacing: .08em;
	text-transform: uppercase;
}

.kp-summary__val {
	font-weight: 500;
	font-size: 15px;
	margin-top: 3px;
	color: var(--kp-muted);
}

.kp-summary__item.is-filled .kp-summary__val {
	font-weight: 700;
	color: var(--kp-navy);
}

.kp-summary__rule {
	height: 1px;
	background: #DCE9F0;
	margin: 20px 0;
}

.kp-summary__help {
	font-size: 14px;
	color: var(--kp-ink);
	line-height: 1.6;
}

.kp-summary__help strong {
	color: var(--kp-navy);
}

.kp-summary__badge {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-top: 18px;
	font-size: 13px;
	color: var(--kp-muted);
}

.kp-summary__badge span {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: var(--kp-surface-alt);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--kp-teal);
	font-size: 13px;
	flex: none;
}

.kp-success {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	padding: clamp(10px, 3vw, 30px) 0;
}

.kp-success__mark {
	width: 76px;
	height: 76px;
	margin: 0 auto;
	border-radius: var(--kp-radius-lg);
	background: linear-gradient(135deg, var(--kp-teal), var(--kp-aqua));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--kp-white);
	font-size: 34px;
}

.kp-success h2 {
	font-size: clamp(24px, 3.6vw, 36px);
	letter-spacing: -.025em;
	margin: 24px 0 0;
}

.kp-success p {
	font-size: 17px;
	color: var(--kp-ink);
	line-height: 1.6;
	margin: 14px 0 0;
}

.kp-success code {
	color: var(--kp-navy);
	font-weight: 700;
}

.kp-success .kp-review {
	text-align: left;
	border-radius: 20px;
	margin-top: 32px;
}

.kp-success__actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 28px;
}

.kp-loading {
	font-size: 14px;
	color: var(--kp-muted);
	margin-top: 16px;
}

.is-hidden {
	display: none !important;
}


/* 13. Blog, arhive, comentarii, widget-uri ------------------------------ */

.kp-entry {
	border-bottom: 1px solid var(--kp-line);
	padding-bottom: 34px;
	margin-bottom: 34px;
}

.kp-entry:last-child {
	border-bottom: 0;
}

.kp-entry__title {
	font-size: clamp(22px, 3vw, 30px);
	margin: 14px 0 0;
}

.kp-entry__title a {
	color: inherit;
}

.kp-entry__title a:hover {
	color: var(--kp-teal);
}

.kp-entry__meta {
	font-family: var(--kp-font-mono);
	font-size: 12px;
	letter-spacing: .12em;
	color: var(--kp-muted);
	text-transform: uppercase;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.kp-entry__thumb {
	border-radius: var(--kp-radius);
	overflow: hidden;
	margin-bottom: 22px;
}

.kp-entry__content {
	font-size: 17px;
	color: var(--kp-ink);
	line-height: 1.7;
	margin-top: 18px;
}

.kp-entry__content h2,
.kp-entry__content h3,
.kp-entry__content h4 {
	margin: 1.4em 0 .5em;
}

.kp-entry__content h2 { font-size: 26px; }
.kp-entry__content h3 { font-size: 21px; }
.kp-entry__content a { text-decoration: underline; }

.kp-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 52px;
	align-items: start;
}

@media (max-width: 959px) {

	.kp-content-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 44px;
	}
}

.kp-sidebar .widget {
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius);
	padding: 24px;
	margin-bottom: 22px;
}

.kp-sidebar .widget-title {
	font-family: var(--kp-font-mono);
	font-size: 12px;
	letter-spacing: .18em;
	color: var(--kp-teal);
	text-transform: uppercase;
	margin-bottom: 14px;
}

.kp-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
	font-size: 15px;
}

.kp-pagination {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.kp-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 11px;
	border: 1px solid var(--kp-line);
	color: var(--kp-navy);
	font-weight: 600;
	font-size: 15px;
}

.kp-pagination .page-numbers.current,
.kp-pagination .page-numbers:hover {
	background: var(--kp-teal);
	border-color: var(--kp-teal);
	color: var(--kp-white);
}

.kp-comments {
	margin-top: 52px;
	border-top: 1px solid var(--kp-line);
	padding-top: 40px;
}

.kp-comments .comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 34px;
	display: grid;
	gap: 22px;
}

.kp-comments .comment-list ul.children {
	list-style: none;
	padding-left: 24px;
	margin-top: 22px;
	display: grid;
	gap: 22px;
}

.kp-comments .comment-body {
	border: 1px solid var(--kp-line);
	border-radius: var(--kp-radius);
	padding: 22px;
}

.kp-comments .comment-meta {
	font-size: 13px;
	color: var(--kp-muted);
	margin-bottom: 10px;
}

.kp-comments input[type="text"],
.kp-comments input[type="email"],
.kp-comments input[type="url"],
.kp-comments textarea {
	width: 100%;
	padding: 13px 15px;
	font-size: 15px;
	border: 1px solid var(--kp-field);
	border-radius: 11px;
	background: var(--kp-white);
	color: var(--kp-navy);
}

.kp-comments .submit {
	background: var(--kp-teal);
	color: var(--kp-white);
	font-weight: 700;
	font-size: 16px;
	padding: 15px 28px;
	border: 0;
	border-radius: var(--kp-radius-sm);
	cursor: pointer;
}

.kp-404 {
	text-align: center;
	padding: clamp(44px, 9vw, 110px) 0;
}

.kp-404__code {
	font-family: var(--kp-font-mono);
	font-size: clamp(56px, 13vw, 130px);
	font-weight: 700;
	color: var(--kp-surface-alt);
	line-height: 1;
}

.kp-search-form {
	display: flex;
	gap: 10px;
}

.kp-search-form input[type="search"] {
	flex: 1;
	min-width: 0;
	padding: 13px 15px;
	border: 1px solid var(--kp-field);
	border-radius: 11px;
	font-size: 15px;
	color: var(--kp-navy);
}

.kp-search-form button {
	background: var(--kp-teal);
	color: var(--kp-white);
	border: 0;
	border-radius: 11px;
	padding: 0 20px;
	font-weight: 700;
	cursor: pointer;
}


/* 14. Utilitare, accesibilitate, WordPress core ------------------------- */

.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--kp-white);
	clip: auto !important;
	clip-path: none;
	color: var(--kp-navy);
	display: block;
	font-size: 14px;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}

.alignleft {
	float: left;
	margin: 6px 24px 18px 0;
}

.alignright {
	float: right;
	margin: 6px 0 18px 24px;
}

.aligncenter {
	display: block;
	margin: 18px auto;
}

.alignwide,
.alignfull {
	max-width: 100%;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.wp-block-image figcaption {
	font-size: 13px;
	color: var(--kp-muted);
	text-align: center;
	margin-top: 8px;
}

.sticky .kp-entry__title::after {
	content: "★";
	color: var(--kp-aqua);
	margin-left: 8px;
}

.kp-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

@media print {

	.kp-header,
	.kp-footer,
	.kp-cta,
	.kp-nav-toggle {
		display: none !important;
	}
}
