/*
Theme Name: Centrum Psychoterapii
Theme URI: https://centrumpsychoterapii.pl
Author: Katarzyna Król
Author URI: https://centrumpsychoterapii.pl
Description: Nowoczesny motyw FSE dla gabinetu psychoterapii. Ciepła, spokojna kolorystyka, typografia serif + sans-serif, pełna obsługa Full Site Editing.
Version: 1.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: centrum-psychoterapii
*/

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

/* ── CSS CUSTOM PROPERTIES ───────────────────────────────────────────────── */
:root {
	--cp-bg:          oklch(97% 0.012 75);
	--cp-bg2:         oklch(95% 0.016 75);
	--cp-bg3:         oklch(92% 0.02 75);
	--cp-sage:        oklch(52% 0.07 155);
	--cp-sage-light:  oklch(90% 0.04 155);
	--cp-sage-mid:    oklch(70% 0.06 155);
	--cp-terra:       oklch(55% 0.11 48);
	--cp-terra-light: oklch(91% 0.05 48);
	--cp-text:        oklch(22% 0.02 60);
	--cp-text-mid:    oklch(45% 0.02 60);
	--cp-text-light:  oklch(65% 0.015 60);
	--cp-border:      oklch(88% 0.018 75);
	--cp-shadow:      0 2px 20px oklch(0% 0 0 / 0.06);
	--cp-shadow-lg:   0 8px 40px oklch(0% 0 0 / 0.10);
}

/* ── BASE ─────────────────────────────────────────────────────────────────── */
html {
	scroll-behavior: smooth;
}

body {
	background-color: var(--cp-bg);
	color: var(--cp-text);
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

/* ── TYPOGRAPHY ──────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--wp--preset--font-family--cormorant-garamond);
	font-weight: 400;
	line-height: 1.2;
	color: var(--cp-text);
}

h1 { font-size: clamp(40px, 5vw, 64px); }
h2 { font-size: clamp(32px, 4vw, 48px); }
h3 { font-size: clamp(24px, 3vw, 34px); }
h4 { font-size: 24px; }

p {
	color: var(--cp-text-mid);
	line-height: 1.85;
	text-wrap: pretty;
}

a {
	color: var(--cp-sage);
	text-decoration: underline;
	text-underline-offset: 3px;
}
a:hover {
	color: var(--cp-terra);
}

/* ── LAYOUT ──────────────────────────────────────────────────────────────── */
.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wp-block-template-part[data-slug="footer"] {
	margin-top: auto;
}

/* ── HEADER ──────────────────────────────────────────────────────────────── */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--cp-bg);
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s, backdrop-filter 0.3s;
}

.site-header.is-scrolled {
	border-color: var(--cp-border);
	backdrop-filter: blur(12px);
	background: oklch(98% 0.01 75 / 0.96);
}

/* ── NAVIGATION ──────────────────────────────────────────────────────────── */
.wp-block-navigation .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: 13px;
	letter-spacing: 0.02em;
	color: var(--cp-text-mid);
	padding: 8px 14px;
	transition: color 0.2s;
}

.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
	color: var(--cp-terra);
}

.cp-footer .wp-block-navigation .wp-block-navigation-item__content {
	color: oklch(80% 0.01 60);
	padding: 0;
}

.cp-footer .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: oklch(70% 0.06 155);
}

/* ── BUTTONS ─────────────────────────────────────────────────────────────── */
.wp-block-button__link {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 2px;
	transition: background-color 0.25s, color 0.25s;
}

.wp-block-button.is-style-primary .wp-block-button__link {
	background-color: var(--cp-terra);
	color: #fff;
	border: none;
}
.wp-block-button.is-style-primary .wp-block-button__link:hover {
	background-color: var(--cp-sage);
	color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: var(--cp-text);
	border: 1px solid var(--cp-border);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--cp-sage);
	border-color: var(--cp-sage);
}

/* ── PAGE HERO BANNER ────────────────────────────────────────────────────── */
.page-hero {
	position: relative;
	background-color: var(--cp-bg2);
	padding: 80px 32px 72px;
	text-align: center;
	overflow: hidden;
}

.page-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' viewBox='0 0 1200 300' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='oklch(52%25 0.07 155)' fill='none' stroke-width='1.2'%3E%3Cpath d='M -20 280 Q 80 200 140 150 Q 200 100 180 40'/%3E%3Cpath d='M 140 150 Q 100 120 80 80'/%3E%3Cpath d='M 140 150 Q 160 110 190 90'/%3E%3Cpath d='M 180 40 Q 150 30 130 50'/%3E%3Cellipse cx='80' cy='80' rx='14' ry='7' transform='rotate(-40 80 80)' fill='oklch(52%25 0.07 155)' stroke='none' opacity='.5'/%3E%3Cellipse cx='190' cy='90' rx='16' ry='7' transform='rotate(20 190 90)' fill='oklch(52%25 0.07 155)' stroke='none' opacity='.4'/%3E%3C/g%3E%3Cg stroke='oklch(52%25 0.07 155)' fill='none' stroke-width='1.2' transform='translate(1200%2C0) scale(-1%2C1)'%3E%3Cpath d='M -20 280 Q 80 200 140 150 Q 200 100 180 40'/%3E%3Cpath d='M 140 150 Q 100 120 80 80'/%3E%3Cellipse cx='80' cy='80' rx='14' ry='7' transform='rotate(-40 80 80)' fill='oklch(52%25 0.07 155)' stroke='none' opacity='.5'/%3E%3C/g%3E%3Cline x1='480' y1='290' x2='720' y2='290' stroke='oklch(55%25 0.11 48)' stroke-width='.8' opacity='.5'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	pointer-events: none;
	opacity: 1;
}

.page-hero svg[aria-hidden="true"],
.cp-page-hero svg[aria-hidden="true"] {
	display: none;
}

.page-hero__eyebrow {
	font-family: var(--wp--preset--font-family--dm-sans);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cp-sage);
	margin-bottom: 12px;
	display: block;
}

.page-hero h1 {
	font-size: clamp(40px, 5vw, 56px);
}

/* ── CARDS ───────────────────────────────────────────────────────────────── */
.specialist-card,
.blog-card {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: var(--cp-shadow);
	transition: box-shadow 0.3s, transform 0.3s;
}

.specialist-card:hover,
.blog-card:hover {
	box-shadow: var(--cp-shadow-lg);
	transform: translateY(-4px);
}

.blog-card__meta {
	font-size: 11px;
	color: var(--cp-text-light);
}

.blog-card__category {
	background: var(--cp-sage-light);
	color: var(--cp-sage);
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 500;
}

/* ── TAG / BADGE ─────────────────────────────────────────────────────────── */
.specialist-tag {
	display: inline-block;
	padding: 3px 12px;
	background: var(--cp-sage-light);
	color: var(--cp-sage);
	font-size: 12px;
	font-weight: 500;
	border-radius: 20px;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* ── PRICING TABLE ───────────────────────────────────────────────────────── */
.pricing-table {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: var(--cp-shadow);
	width: 100%;
	border-collapse: collapse;
}

.pricing-table thead {
	background: oklch(25% 0.02 60);
	color: #fff;
}

.pricing-table th,
.pricing-table td {
	padding: 16px 24px;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid var(--cp-border);
}

.pricing-table th {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
}

.pricing-table td:not(:first-child) {
	color: var(--cp-terra);
	font-weight: 500;
}

.pricing-table tr:last-child td {
	border-bottom: none;
}

.pricing-table tr:nth-child(even) {
	background: var(--cp-bg);
}

/* ── CONTACT FORM ────────────────────────────────────────────────────────── */
.wp-block-form label {
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cp-text-mid);
	margin-bottom: 8px;
}

.wp-block-form input,
.wp-block-form textarea {
	width: 100%;
	border: 1px solid var(--cp-border);
	border-radius: 2px;
	padding: 14px 16px;
	font-size: 15px;
	font-family: var(--wp--preset--font-family--dm-sans);
	background: #fff;
	outline: none;
	transition: border-color 0.2s;
}

.wp-block-form input:focus,
.wp-block-form textarea:focus {
	border-color: var(--cp-sage);
}

/* ── GALLERY ─────────────────────────────────────────────────────────────── */
.wp-block-gallery .wp-block-image img {
	border-radius: 4px;
	transition: transform 0.3s, box-shadow 0.3s;
}

.wp-block-gallery .wp-block-image img:hover {
	transform: scale(1.02);
	box-shadow: var(--cp-shadow-lg);
}

/* ── CTA SECTION ─────────────────────────────────────────────────────────── */
.cta-section {
	background-color: oklch(32% 0.04 155);
	padding: 80px 32px;
	text-align: center;
}

.cta-section h2,
.cta-section p {
	color: #fff;
}

/* ── FOOTER ──────────────────────────────────────────────────────────────── */
.site-footer {
	background-color: oklch(25% 0.02 60);
	color: oklch(80% 0.01 60);
}

.site-footer a {
	color: var(--cp-sage-mid);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--cp-terra);
}

.site-footer h3,
.site-footer .footer-heading {
	font-family: var(--wp--preset--font-family--cormorant-garamond);
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}

.footer-nav-label {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: oklch(60% 0.01 60);
	margin-bottom: 16px;
	display: block;
}

.footer-bottom {
	border-top: 1px solid oklch(35% 0.01 60);
	font-size: 12px;
	color: oklch(55% 0.01 60);
}

/* ── SEPARATOR ───────────────────────────────────────────────────────────── */
.wp-block-separator.is-style-wide {
	border-color: var(--cp-border);
	opacity: 1;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
	.page-hero {
		padding: 60px 20px 52px;
	}

	.specialist-grid,
	.blog-grid {
		grid-template-columns: 1fr !important;
	}

	.pricing-table th:nth-child(3),
	.pricing-table td:nth-child(3) {
		display: none;
	}
}

/* ── HERO SECTION ─────────────────────────────────────────────────────────── */

.cp-hero-section {
	background: var(--cp-bg);
}

.cp-hero-columns {
	align-items: center !important;
	min-height: 82vh;
}

.cp-hero-heading {
	font-size: clamp(44px, 5vw, 68px) !important;
}

.cp-hero-photo-wrap {
	position: relative;
}

.cp-hero-img-placeholder {
	width: 100%;
	height: 560px;
	background: oklch(87% 0.04 75);
	background-image: repeating-linear-gradient(
		45deg,
		oklch(0% 0 0 / 0.03) 0px, oklch(0% 0 0 / 0.03) 1px,
		transparent 1px, transparent 10px
	);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--cp-text-light);
	font-size: 11px;
	font-family: monospace;
}

.cp-hero-badge {
	position: absolute;
	bottom: -20px;
	left: -24px;
	background: white;
	padding: 20px 28px;
	border-radius: 4px;
	box-shadow: var(--cp-shadow-lg);
	max-width: 220px;
}

.cp-hero-badge-number {
	font-family: var(--wp--preset--font-family--cormorant-garamond);
	font-size: 28px;
	color: var(--cp-terra);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 4px;
}

.cp-hero-badge-text {
	font-size: 12px;
	color: var(--cp-text-mid);
	line-height: 1.5;
}

/* ── CARD GRIDS ───────────────────────────────────────────────────────────── */

.wp-block-query .wp-block-post-template.is-flex-container {
	gap: 24px !important;
}

.specialist-card,
.blog-card {
	background: #fff !important;
	border-radius: 4px !important;
	overflow: hidden !important;
	box-shadow: var(--cp-shadow) !important;
	transition: box-shadow 0.3s, transform 0.3s !important;
	height: 100%;
}

.specialist-card:hover,
.blog-card:hover {
	box-shadow: var(--cp-shadow-lg) !important;
	transform: translateY(-4px) !important;
}

/* ── SEPARATOR ────────────────────────────────────────────────────────────── */

.wp-block-separator {
	border-color: var(--cp-border) !important;
	opacity: 1 !important;
}

/* ── RESPONSIVE MOBILE ────────────────────────────────────────────────────── */

@media (max-width: 599px) {
	.cp-hero-columns {
		min-height: unset !important;
	}

	.cp-hero-img-placeholder {
		height: 300px;
	}

	.cp-hero-badge {
		position: static;
		margin-top: 16px;
	}
}

/* ════════════════════════════════════════════════════════════════
   CUSTOM HTML COMPONENTS (header, footer, sections)
   ════════════════════════════════════════════════════════════════ */

/* ── HEADER ────────────────────────────────────────────────────── */

.cp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cp-bg);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.cp-header.is-scrolled {
  border-color: var(--cp-border);
  box-shadow: 0 1px 24px oklch(0% 0 0 / 0.06);
}

.cp-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 0;
}

.cp-header-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  margin-right: auto;
}

.cp-header-logo-main {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--cp-text);
  letter-spacing: 0.01em;
}

.cp-header-logo-sub {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cp-text-light);
}

.cp-header-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 32px;
}

.cp-header-nav a {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--cp-text-mid);
  text-decoration: none;
  padding: 8px 14px;
  transition: color 0.2s;
  white-space: nowrap;
}

.cp-header-nav a:hover {
  color: var(--cp-terra);
}

.cp-header-nav-divider {
  width: 1px;
  height: 16px;
  background: var(--cp-border);
  margin: 0 8px;
  flex-shrink: 0;
}

.cp-header-nav-ext {
  color: var(--cp-sage) !important;
  font-size: 12px !important;
  border-bottom: 1px solid oklch(70% 0.06 155 / 0.4) !important;
  padding-bottom: 1px !important;
}

.cp-header-btn {
  flex-shrink: 0;
  background: var(--cp-terra);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 2px;
  transition: background 0.25s;
  white-space: nowrap;
}

.cp-header-btn:hover {
  background: var(--cp-sage);
}

.cp-header-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: 16px;
}

.cp-header-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cp-text);
  border-radius: 2px;
  transition: transform 0.2s;
}

.cp-mobile-menu[hidden] {
  display: none !important;
}

.cp-mobile-menu {
  background: var(--cp-bg);
  border-top: 1px solid var(--cp-border);
  padding: 16px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cp-mobile-menu a {
  font-size: 15px;
  color: var(--cp-text-mid);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--cp-border);
}

/* ── FOOTER ─────────────────────────────────────────────────────── */

.cp-footer {
  background: oklch(25% 0.02 60);
  color: oklch(80% 0.01 60);
}

.cp-footer .wp-block-heading {
  color: #ffffff !important;
}

.cp-footer p {
  color: oklch(70% 0.01 60) !important;
}

.cp-footer p.footer-nav-label,
.cp-footer .footer-nav-label {
  color: oklch(60% 0.01 60) !important;
}

.cp-footer-bottom p {
  color: oklch(55% 0.01 60) !important;
}

.cp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

.cp-footer-brand {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}

.cp-footer-tagline {
  font-size: 14px;
  line-height: 1.8;
  color: oklch(70% 0.01 60);
  margin-bottom: 20px;
}

.cp-footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cp-footer-social a {
  color: oklch(70% 0.06 155);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.cp-footer-social a:hover {
  color: var(--cp-terra);
}

.cp-footer-social svg {
  display: block;
}

.cp-footer-col-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(60% 0.01 60);
  margin-bottom: 20px;
}

.cp-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cp-footer-nav a {
  font-size: 14px;
  color: oklch(72% 0.01 60);
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.2s;
}

.cp-footer-nav a:hover {
  color: var(--cp-sage);
}

.cp-footer-address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.9;
  color: oklch(70% 0.01 60);
}

.cp-footer-address a {
  color: oklch(70% 0.06 155);
  text-decoration: none;
}

.cp-footer-address a:hover {
  color: var(--cp-terra);
}

.cp-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px;
  border-top: 1px solid oklch(35% 0.01 60);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: oklch(55% 0.01 60);
}

.cp-footer-bottom-links {
  display: flex;
  gap: 24px;
}

.cp-footer-bottom-links a {
  color: oklch(55% 0.01 60);
  text-decoration: none;
}

.cp-footer-bottom-links a:hover {
  color: oklch(72% 0.01 60);
}

/* ── SHARED SECTION STYLES ─────────────────────────────────────── */

.cp-section {
  padding: 96px 0;
}

.cp-section--alt {
  background: var(--cp-bg2);
}

.cp-section--alt2 {
  background: var(--cp-bg2);
}

.cp-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.cp-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}

.cp-section-heading {
  font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  color: var(--cp-text);
  margin: 0;
}

.cp-eyebrow {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cp-sage);
  margin-bottom: 12px;
  font-weight: 500;
}

.cp-divider {
  border: none;
  border-top: 1px solid var(--cp-border);
  margin: 0;
}

/* ── BUTTONS ─────────────────────────────────────────────────────── */

.cp-btn {
  display: inline-block;
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  padding: 12px 24px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  cursor: pointer;
  white-space: nowrap;
}

.cp-btn--primary {
  background: var(--cp-terra);
  color: #fff;
  border: 1px solid var(--cp-terra);
}

.cp-btn--primary:hover {
  background: var(--cp-sage);
  border-color: var(--cp-sage);
  color: #fff;
}

.cp-btn--outline {
  background: transparent;
  color: var(--cp-text);
  border: 1px solid var(--cp-border);
}

.cp-btn--outline:hover {
  color: var(--cp-sage);
  border-color: var(--cp-sage);
}

.cp-link-arrow {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--cp-sage);
  text-decoration: none;
  border-bottom: 1px solid var(--cp-sage);
  padding-bottom: 2px;
  white-space: nowrap;
}

.cp-link-arrow:hover {
  color: var(--cp-terra);
  border-color: var(--cp-terra);
}

/* ── IMAGE PLACEHOLDERS ─────────────────────────────────────────── */

.cp-img-placeholder {
  width: 100%;
  height: 260px;
  background: var(--cp-bg3);
  background-image: repeating-linear-gradient(
    45deg,
    oklch(0% 0 0 / 0.03) 0px, oklch(0% 0 0 / 0.03) 1px,
    transparent 1px, transparent 10px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 11px;
  color: var(--cp-text-light);
  flex-shrink: 0;
}

.cp-img-placeholder--hero {
  height: 560px;
  border-radius: 4px;
}

.cp-img-placeholder--sq {
  height: 220px;
  border-radius: 4px;
}

/* ── HERO ────────────────────────────────────────────────────────── */

.cp-hero {
  padding: 80px 0;
  min-height: 82vh;
  display: flex;
  align-items: center;
}

.cp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}

.cp-hero-heading {
  font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
  font-size: clamp(44px, 5vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
  color: var(--cp-text);
  margin-bottom: 32px;
}

.cp-hero-heading em {
  color: var(--cp-terra);
  font-style: italic;
}

.cp-hero-lead {
  font-size: 17px;
  line-height: 1.85;
  color: var(--cp-text-mid);
  max-width: 480px;
  margin-bottom: 40px;
}

.cp-hero-signature {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 18px;
  font-style: italic;
  color: var(--cp-text-light);
  margin-bottom: 40px;
}

.cp-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cp-hero-photo {
  position: relative;
}

.cp-hero-badge {
  position: absolute;
  bottom: -20px;
  left: -24px;
  background: #fff;
  padding: 20px 28px;
  border-radius: 4px;
  box-shadow: 0 8px 40px oklch(0% 0 0 / 0.1);
  max-width: 220px;
}

.cp-hero-badge-num {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 28px;
  color: var(--cp-terra);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}

.cp-hero-badge-txt {
  font-size: 12px;
  color: var(--cp-text-mid);
  line-height: 1.5;
}

/* ── SPECIALISTS CARDS ──────────────────────────────────────────── */

.cp-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cp-specialist-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 20px oklch(0% 0 0 / 0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}

.cp-specialist-card:hover {
  box-shadow: 0 8px 40px oklch(0% 0 0 / 0.1);
  transform: translateY(-4px);
}

.cp-specialist-card .cp-img-placeholder {
  height: 260px;
  border-radius: 0;
}

/* ── IMAGE PLACEHOLDERS (puste wp:image gdy brak zdjęcia) ─── */
.cp-hero-photo figure.wp-block-image,
.cp-hero-photo figure.wp-block-image img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  background-image: repeating-linear-gradient(
    45deg,
    oklch(0% 0 0 / 0.04) 0px, oklch(0% 0 0 / 0.04) 1px,
    transparent 1px, transparent 10px
  );
}

.cp-specialist-card figure.wp-block-image,
.cp-specialist-card figure.wp-block-image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* ── APPROACH GALLERY ───────────────────────────────────────── */
.cp-gallery-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cp-gallery-img {
  height: 220px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: repeating-linear-gradient(
    45deg,
    oklch(0% 0 0 / 0.04) 0px, oklch(0% 0 0 / 0.04) 1px,
    transparent 1px, transparent 10px
  );
}

.cp-gallery-img span {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: oklch(55% 0.015 60);
}

.cp-card-body {
  padding: 24px 28px 28px;
}

.cp-card-body h3 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 22px;
  font-weight: 400;
  color: var(--cp-text);
  margin-bottom: 6px;
}

.cp-card-role {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cp-sage);
  margin-bottom: 12px;
}

.cp-card-body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--cp-text-mid);
  margin: 0;
}

/* ── APPROACH SECTION ───────────────────────────────────────────── */

.cp-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cp-approach-items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cp-approach-item {
  padding: 24px 0 24px 20px;
  border-left: 3px solid var(--cp-terra);
  margin-bottom: 24px;
}

.cp-approach-item h3 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 22px;
  font-weight: 400;
  color: var(--cp-text);
  margin-bottom: 8px;
}

.cp-approach-item p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--cp-text-mid);
  margin: 0;
}

.cp-approach-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ── OPINIONS SECTION ───────────────────────────────────────────── */

.cp-opinions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cp-widget-placeholder {
  background: #fff;
  border-radius: 4px;
  padding: 40px 24px;
  box-shadow: 0 2px 20px oklch(0% 0 0 / 0.06);
  border: 1px solid var(--cp-border);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cp-widget-placeholder p {
  font-size: 13px;
  color: #999;
  margin: 0;
}

/* ── BLOG CARDS ──────────────────────────────────────────────────── */

.cp-blog-card {
  background: #fff !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 20px oklch(0% 0 0 / 0.06) !important;
  transition: box-shadow 0.3s, transform 0.3s !important;
}

.cp-blog-card:hover {
  box-shadow: 0 8px 40px oklch(0% 0 0 / 0.1) !important;
  transform: translateY(-4px) !important;
}

.cp-blog-card .wp-block-post-featured-image,
.cp-blog-card-img {
  height: 200px;
  overflow: hidden;
  background: oklch(90% 0.04 155);
}

.cp-blog-card .wp-block-post-featured-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Placeholder gdy brak zdjęcia wyróżniającego */
.cp-blog-card .wp-block-post-featured-image:not(:has(img)) {
  background-image: repeating-linear-gradient(
    45deg,
    oklch(0% 0 0 / 0.04) 0px, oklch(0% 0 0 / 0.04) 1px,
    transparent 1px, transparent 10px
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-blog-card .wp-block-post-featured-image:not(:has(img))::after {
  content: 'zdjęcie wyróżniające';
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: oklch(55% 0.015 60);
}

/* Różne kolory dla kolejnych kart */
.wp-block-post-template li:nth-child(2) .cp-blog-card .wp-block-post-featured-image {
  background: oklch(91% 0.05 48);
}
.wp-block-post-template li:nth-child(3) .cp-blog-card .wp-block-post-featured-image {
  background: oklch(87% 0.04 75);
}

/* ── GLOBALNE PLACEHOLDERY ZDJĘĆ ─────────────────────────────────────────
   Działa wszędzie tam gdzie wp:image ma src="" lub wp:post-featured-image
   nie ma ustawionego zdjęcia wyróżniającego w danym wpisie.
   Wystarczy dodać zdjęcie w edytorze WordPressa — placeholder znika automatycznie.
──────────────────────────────────────────────────────────────────────── */

/* wp:image z pustym src — wspólna baza */
figure.wp-block-image:has(img[src=""]) {
  position: relative;
  background-color: oklch(90% 0.04 155);
  background-image: repeating-linear-gradient(
    45deg,
    oklch(0% 0 0 / 0.04) 0px, oklch(0% 0 0 / 0.04) 1px,
    transparent 1px, transparent 10px
  );
}

figure.wp-block-image:has(img[src=""]) img {
  opacity: 0;
}

figure.wp-block-image:has(img[src=""])::after {
  content: 'dodaj zdjęcie';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: oklch(55% 0.015 60);
  pointer-events: none;
}

/* Specjaliści — kolory per osoba */
figure.size-cp-square:has(img[src=""]):nth-of-type(1) { background-color: oklch(87% 0.04 75); }
figure.size-cp-square:has(img[src=""]):nth-of-type(2) { background-color: oklch(90% 0.04 155); }
figure.size-cp-square:has(img[src=""]):nth-of-type(3) { background-color: oklch(91% 0.05 48); }

/* Galeria — kolory rotacyjne */
.cp-gallery figure.wp-block-image:has(img[src=""]):nth-of-type(1) { background-color: oklch(90% 0.04 155); }
.cp-gallery figure.wp-block-image:has(img[src=""]):nth-of-type(2) { background-color: oklch(91% 0.05 48); }
.cp-gallery figure.wp-block-image:has(img[src=""]):nth-of-type(3) { background-color: oklch(87% 0.04 75); }

/* Kontakt — mapa */
.cp-map-placeholder:has(img[src=""])::after { content: 'mapa dojazdu'; }
.cp-map-placeholder:has(img[src=""]) { background-color: oklch(88% 0.03 75); }

/* wp:post-featured-image bez zdjęcia wyróżniającego (archiwum, single, blog) */
.wp-block-post-featured-image:not(:has(img)) {
  position: relative;
  background-color: oklch(90% 0.04 155);
  background-image: repeating-linear-gradient(
    45deg,
    oklch(0% 0 0 / 0.04) 0px, oklch(0% 0 0 / 0.04) 1px,
    transparent 1px, transparent 10px
  );
}

.wp-block-post-featured-image:not(:has(img))::after {
  content: 'zdjęcie wyróżniające';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: oklch(55% 0.015 60);
  pointer-events: none;
}

.cp-blog-cat .wp-block-post-terms__separator { display: none; }
.cp-blog-cat a {
  display: inline-block;
  background: var(--cp-sage-light);
  color: var(--cp-sage);
  font-size: 11px;
  font-weight: 500;
  padding: 3px 12px;
  border-radius: 20px;
  text-decoration: none;
}

.cp-read-more {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--cp-sage) !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--cp-sage) !important;
  padding-bottom: 2px !important;
}

.cp-read-more:hover {
  color: var(--cp-terra) !important;
  border-color: var(--cp-terra) !important;
}

/* ── CTA SECTION ────────────────────────────────────────────────── */

.cp-cta {
  background: oklch(32% 0.04 155);
  padding: 96px 32px;
  text-align: center;
}

.cp-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}

.cp-cta h2 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

.cp-cta p {
  font-size: 16px;
  line-height: 1.8;
  color: oklch(82% 0.03 155);
  margin-bottom: 32px;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .cp-header-nav { display: none; }
  .cp-header-mobile-toggle { display: flex; }

  .cp-hero { min-height: unset; padding: 60px 0; }
  .cp-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .cp-hero-photo { display: none; }

  .cp-cards-grid { grid-template-columns: 1fr; }
  .cp-approach-grid { grid-template-columns: 1fr; gap: 48px; }
  .cp-approach-photos { grid-template-columns: 1fr 1fr; }
  .cp-opinions-grid { grid-template-columns: 1fr; gap: 48px; }

  .cp-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .cp-section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 599px) {
  .cp-section { padding: 64px 0; }
  .cp-section-heading { font-size: 32px !important; }
  .cp-approach-photos { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   PAGE TEMPLATES — SUBPAGES
   ════════════════════════════════════════════════════════════════ */

/* ── PAGE HERO (subpages) ──────────────────────────────────────── */

.cp-page-hero {
  position: relative;
  background: var(--cp-bg2);
  padding: 80px 32px 72px;
  text-align: center;
  overflow: hidden;
}

.cp-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' viewBox='0 0 1200 300' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='oklch(52%25 0.07 155)' fill='none' stroke-width='1.2'%3E%3Cpath d='M -20 280 Q 80 200 140 150 Q 200 100 180 40'/%3E%3Cpath d='M 140 150 Q 100 120 80 80'/%3E%3Cpath d='M 140 150 Q 160 110 190 90'/%3E%3Cpath d='M 180 40 Q 150 30 130 50'/%3E%3Cellipse cx='80' cy='80' rx='14' ry='7' transform='rotate(-40 80 80)' fill='oklch(52%25 0.07 155)' stroke='none' opacity='.5'/%3E%3Cellipse cx='190' cy='90' rx='16' ry='7' transform='rotate(20 190 90)' fill='oklch(52%25 0.07 155)' stroke='none' opacity='.4'/%3E%3C/g%3E%3Cg stroke='oklch(52%25 0.07 155)' fill='none' stroke-width='1.2' transform='translate(1200%2C0) scale(-1%2C1)'%3E%3Cpath d='M -20 280 Q 80 200 140 150 Q 200 100 180 40'/%3E%3Cpath d='M 140 150 Q 100 120 80 80'/%3E%3Cellipse cx='80' cy='80' rx='14' ry='7' transform='rotate(-40 80 80)' fill='oklch(52%25 0.07 155)' stroke='none' opacity='.5'/%3E%3C/g%3E%3Cline x1='480' y1='290' x2='720' y2='290' stroke='oklch(55%25 0.11 48)' stroke-width='.8' opacity='.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 1;
}

.cp-page-hero-inner {
  position: relative;
  z-index: 1;
}

.cp-page-hero h1 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 400;
  color: var(--cp-text);
  margin: 0;
}

/* ── SPECIALISTS SUBPAGE ───────────────────────────────────────── */

.cp-specialist-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  margin-bottom: 96px;
  align-items: start;
}

.cp-specialist-row--reverse {
  grid-template-columns: 1fr 320px;
}

.cp-specialist-row-bio h2 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 42px;
  font-weight: 400;
  color: var(--cp-text);
  margin-bottom: 24px;
}

.cp-specialist-row-bio p {
  font-size: 15px;
  color: var(--cp-text-mid);
  line-height: 1.85;
  margin-bottom: 16px;
}

.cp-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-tag {
  display: inline-block;
  padding: 3px 12px;
  background: var(--cp-sage-light);
  color: var(--cp-sage);
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
}

/* ── CONTRACT PAGE ─────────────────────────────────────────────── */

.cp-contract-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--cp-border);
}

.cp-contract-item h2 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 26px;
  font-weight: 500;
  color: var(--cp-text);
  margin-bottom: 16px;
}

.cp-contract-item p {
  font-size: 15px;
  color: var(--cp-text-mid);
  line-height: 1.9;
  margin: 0;
}

.cp-footnote {
  font-size: 13px;
  color: var(--cp-text-light);
  font-style: italic;
  margin-top: 40px;
}

/* ── PRICING PAGE ──────────────────────────────────────────────── */

.cp-pricing-table {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 20px oklch(0% 0 0 / 0.06);
}

.cp-pricing-head {
  display: grid;
  grid-template-columns: 1fr 140px 140px;
  background: oklch(25% 0.02 60);
  color: #fff;
}

.cp-pricing-head > div {
  padding: 16px 28px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-pricing-head > div:not(:first-child) {
  padding-left: 20px;
}

.cp-pricing-row {
  display: grid;
  grid-template-columns: 1fr 140px 140px;
  border-bottom: 1px solid var(--cp-border);
}

.cp-pricing-row--alt {
  background: var(--cp-bg);
}

.cp-pricing-row--last {
  border-bottom: none;
}

.cp-pricing-row > div {
  padding: 18px 28px;
  font-size: 15px;
  color: var(--cp-text);
}

.cp-pricing-row > div:not(:first-child) {
  padding-left: 20px;
  color: var(--cp-terra);
  font-weight: 500;
}

.cp-pricing-note {
  margin-top: 32px;
  padding: 28px 32px;
  background: var(--cp-sage-light);
  border-radius: 4px;
  border-left: 4px solid var(--cp-sage);
}

.cp-pricing-note p {
  font-size: 14px;
  color: var(--cp-text-mid);
  line-height: 1.8;
  margin: 0;
}

/* ── GALLERY PAGE ──────────────────────────────────────────────── */

.cp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cp-gallery-item {
  border-radius: 4px;
  height: 240px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cp-gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 32px oklch(0% 0 0 / 0.12);
}

.cp-gallery-item--tall {
  height: 320px;
}

/* ── CONTACT PAGE ──────────────────────────────────────────────── */

.cp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.cp-contact-info h2,
.cp-contact-form-wrap h2 {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: 34px;
  font-weight: 400;
  color: var(--cp-text);
  margin-bottom: 32px;
}

.cp-contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--cp-border);
}

.cp-contact-item-bar {
  width: 4px;
  min-width: 4px;
  background: var(--cp-terra);
  border-radius: 2px;
  margin-top: 4px;
  align-self: stretch;
}

.cp-contact-item-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cp-sage);
  margin-bottom: 6px;
}

.cp-contact-item-value {
  font-size: 15px;
  color: var(--cp-text-mid);
  line-height: 1.8;
}

.cp-contact-item-value a {
  color: var(--cp-text-mid);
  text-decoration: none;
}

.cp-contact-item-value a:hover {
  color: var(--cp-terra);
}

.cp-contact-form-note {
  background: var(--cp-bg2);
  border-radius: 4px;
  padding: 28px 32px;
  border-left: 4px solid var(--cp-sage);
}

.cp-contact-form-note p {
  font-size: 15px;
  color: var(--cp-text-mid);
  line-height: 1.8;
  margin: 0;
}

.cp-contact-form-note code {
  background: var(--cp-bg3);
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
  color: var(--cp-sage);
}

/* ── PROSE CONTENT ─────────────────────────────────────────────── */

.cp-prose p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--cp-text-mid);
  margin-bottom: 20px;
}

/* ── RESPONSIVE SUBPAGES ───────────────────────────────────────── */

@media (max-width: 768px) {
  .cp-specialist-row,
  .cp-specialist-row--reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }

  .cp-specialist-row--reverse .cp-specialist-row-bio {
    order: -1;
  }

  .cp-pricing-head > div:nth-child(3),
  .cp-pricing-row > div:nth-child(3) {
    display: none;
  }

  .cp-pricing-head,
  .cp-pricing-row {
    grid-template-columns: 1fr 120px;
  }

  .cp-contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

/* ── WP TABLE — CENNIK ─────────────────────────────────────────── */

.cp-pricing-table table {
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0 2px 20px oklch(0% 0 0 / 0.06);
	border-radius: 4px;
	overflow: hidden;
}

.cp-pricing-table thead tr {
	background: oklch(25% 0.02 60);
	color: #fff;
}

.cp-pricing-table thead th {
	padding: 16px 28px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	border: none;
}

.cp-pricing-table tbody td {
	padding: 18px 28px;
	font-size: 15px;
	border-bottom: 1px solid var(--cp-border);
	border-top: none;
	border-left: none;
	border-right: none;
}

.cp-pricing-table tbody td:not(:first-child) {
	color: var(--cp-terra);
	font-weight: 500;
}

.cp-pricing-table tbody tr:nth-child(even) {
	background: var(--cp-bg);
}

.cp-pricing-table tbody tr:last-child td {
	border-bottom: none;
}

/* ── WP GALLERY — GALERIA ──────────────────────────────────────── */

.cp-gallery {
	gap: 16px !important;
}

.cp-gallery .wp-block-image img {
	border-radius: 4px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.cp-gallery .wp-block-image img:hover {
	transform: scale(1.02);
	box-shadow: 0 8px 32px oklch(0% 0 0 / 0.12);
}

/* ── NAV SEPARATOR IN HEADER ───────────────────────────────────── */

.cp-nav-divider {
	width: 1px !important;
	height: 16px !important;
	background: var(--cp-border) !important;
	margin: 0 6px !important;
	border: none !important;
	opacity: 1 !important;
	align-self: center;
}

.cp-nav-ext a {
	color: var(--cp-sage) !important;
	font-size: 12px !important;
}
