/*
Theme Name: Çözüm Teknik
Theme URI: https://cozumteknik.local
Author: Çözüm Teknik
Description: Kahramanmaraş özel servis hizmetleri için hizmet, ilçe, mahalle ve hizmet-mahalle matrisi yönetimli modern WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: cozum-teknik
*/


/* =========================================================
ROOT / DESIGN TOKENS
========================================================= */

:root {
	--czt-color-primary: #002d59;
	--czt-color-primary-dark: #001f3e;
	--czt-color-primary-soft: #edf3f8;

	--czt-color-text: #262626;
	--czt-color-muted: #667085;

	--czt-color-border: #e4e7ec;

	--czt-color-surface: #ffffff;
	--czt-color-soft: #f6f8fb;
	--czt-color-soft-2: #eef3f8;

	--czt-color-accent: #0b8f62;
	--czt-color-accent-dark: #08764f;
	--czt-color-accent-soft: #e9f7f1;

	/* Header CTA */
	--czt-header-cta: #1a73e7;
	--czt-header-cta-hover: #155fc0;
	--czt-header-cta-active: #0f4fa4;

	--czt-container: 1250px;

	--czt-radius: 8px;
	--czt-radius-sm: 6px;

	--czt-shadow-sm:
		0 1px 2px rgba(16, 24, 40, 0.06);

	--czt-shadow-md:
		0 16px 36px rgba(16, 24, 40, 0.08);

	--czt-shadow-card-hover:
		0 18px 42px rgba(16, 24, 40, 0.10);

	--czt-shadow-header-cta:
		0 6px 18px rgba(26, 115, 231, 0.20);

	--czt-font:
		"Inter",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;

	--czt-space-1: 6px;
	--czt-space-2: 10px;
	--czt-space-3: 16px;
	--czt-space-4: 24px;
	--czt-space-5: 36px;
	--czt-space-6: 52px;
	--czt-space-7: 76px;
}


/* =========================================================
RESET / BASE
========================================================= */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--czt-color-surface);
	color: var(--czt-color-text);
	font-family: var(--czt-font);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

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

a {
	color: var(--czt-color-primary);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

img {
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}


/* =========================================================
ACCESSIBILITY
========================================================= */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--czt-color-primary);
	color: #fff;
	clip: auto;
}


/* =========================================================
CONTAINER
========================================================= */

.czt-container {
	width: min(var(--czt-container), calc(100% - 40px));
	margin-inline: auto;
}


/* =========================================================
HEADER
========================================================= */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--czt-color-border);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 82px;
}


/* =========================================================
HEADER / BRANDING
========================================================= */

.site-branding {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
}

.custom-logo-link:hover,
.custom-logo-link:focus {
	text-decoration: none;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 52px;
	object-fit: contain;
}

.site-branding__fallback {
	display: block;
}

.site-title {
	margin: 0;
	color: var(--czt-color-text);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.1;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: var(--czt-color-primary);
	text-decoration: none;
}

.site-description {
	margin: 4px 0 0;
	color: var(--czt-color-muted);
	font-size: 13px;
	line-height: 1.4;
}


/* =========================================================
HEADER / NAVIGATION
========================================================= */

.main-navigation {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	min-width: 0;
}

.main-navigation__menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 20;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius);
	background: #fff;
	box-shadow: var(--czt-shadow-md);
	list-style: none;
}

.primary-menu li {
	position: relative;
	margin: 0;
	padding: 0;
}

.primary-menu > li {
	flex: 0 0 auto;
}

.primary-menu li:hover > ul,
.primary-menu li:focus-within > ul {
	display: grid;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--czt-color-text);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
	transition:
		color 0.18s ease,
		background-color 0.18s ease;
}

.primary-menu > li > a {
	min-height: 44px;
}

.primary-menu ul a {
	display: flex;
	width: 100%;
	min-height: 42px;
	padding: 9px 11px;
	border-radius: var(--czt-radius-sm);
	white-space: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	color: var(--czt-color-primary);
	text-decoration: none;
}

.primary-menu ul a:hover,
.primary-menu ul a:focus {
	background: var(--czt-color-soft);
}


/* =========================================================
HEADER / CALL CENTER CTA
========================================================= */

.header-call-cta {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 11px;
	min-height: 58px;
	padding: 8px 13px 8px 10px;
	border: 1px solid var(--czt-header-cta);
	border-radius: var(--czt-radius);
	background: var(--czt-header-cta);
	color: #fff;
	box-shadow: var(--czt-shadow-header-cta);
	text-decoration: none;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.header-call-cta:hover,
.header-call-cta:focus {
	border-color: var(--czt-header-cta-hover);
	background: var(--czt-header-cta-hover);
	color: #fff;
	box-shadow: 0 9px 24px rgba(26, 115, 231, 0.28);
	text-decoration: none;
	transform: translateY(-1px);
}

.header-call-cta:active {
	border-color: var(--czt-header-cta-active);
	background: var(--czt-header-cta-active);
	transform: translateY(0);
}

.header-call-cta__icon {
	display: flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--czt-radius-sm);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.header-call-cta__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.header-call-cta__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	line-height: 1.15;
}

.header-call-cta__label {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-call-cta__phone {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.header-call-cta__arrow {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin-left: 1px;
	color: rgba(255, 255, 255, 0.72);
	transition: transform 0.18s ease;
}

.header-call-cta:hover .header-call-cta__arrow,
.header-call-cta:focus .header-call-cta__arrow {
	transform: translateX(2px);
}


/* =========================================================
MOBILE MENU TOGGLE
========================================================= */

.menu-toggle {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius-sm);
	background: #fff;
	color: var(--czt-color-text);
	cursor: pointer;
	transition:
		border-color 0.18s ease,
		color 0.18s ease,
		background-color 0.18s ease;
}

.menu-toggle:hover,
.menu-toggle:focus {
	border-color: var(--czt-color-primary);
	background: var(--czt-color-soft);
	color: var(--czt-color-primary);
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
	transition:
		transform 0.18s ease,
		top 0.18s ease,
		opacity 0.18s ease;
}

.menu-toggle__bars {
	position: relative;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
	position: absolute;
	left: 0;
}

.menu-toggle__bars::before {
	top: -6px;
}

.menu-toggle__bars::after {
	top: 6px;
}


/* =========================================================
MAIN
========================================================= */

.site-main {
	min-height: 60vh;
}


/* =========================================================
SECTIONS
========================================================= */

.czt-section {
	padding: var(--czt-space-7) 0;
}

.czt-section--soft {
	background: var(--czt-color-soft);
}

.czt-section--compact {
	padding: var(--czt-space-5) 0;
}

.czt-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--czt-space-4);
	margin-bottom: var(--czt-space-5);
}

.czt-section-header h2,
.czt-content h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.08;
	letter-spacing: 0;
}

.czt-section-header p {
	max-width: 640px;
	margin: 12px 0 0;
	color: var(--czt-color-muted);
}


/* =========================================================
KICKER
========================================================= */

.czt-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--czt-color-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.czt-kicker::before {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--czt-color-accent);
	content: "";
}


/* =========================================================
HERO
========================================================= */

.czt-hero {
	padding: 72px 0 48px;
	background:
		linear-gradient(
			180deg,
			rgba(0, 45, 89, 0.04),
			rgba(255, 255, 255, 0)
		),
		var(--czt-color-surface);
}

.czt-hero__grid {
	display: grid;
	grid-template-columns:
		minmax(0, 1.08fr)
		minmax(360px, 0.62fr);
	align-items: center;
	gap: clamp(32px, 6vw, 86px);
}

.czt-hero__content {
	min-width: 0;
}

.czt-hero h1,
.czt-page-hero h1 {
	max-width: 820px;
	margin: 0;
	color: var(--czt-color-text);
	font-size: clamp(42px, 7vw, 78px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: 0;
}

.czt-hero p {
	max-width: 700px;
	margin: 22px 0 0;
	color: var(--czt-color-muted);
	font-size: 19px;
}


/* =========================================================
HERO FACTS
========================================================= */

.czt-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 34px;
}

.czt-fact {
	padding: 18px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius);
	background: #fff;
	box-shadow: var(--czt-shadow-sm);
}

.czt-fact strong {
	display: block;
	color: var(--czt-color-primary);
	font-size: 24px;
	line-height: 1;
}

.czt-fact span {
	display: block;
	margin-top: 7px;
	color: var(--czt-color-muted);
	font-size: 13px;
	font-weight: 650;
}


/* =========================================================
SELECTOR / FORM
========================================================= */

.czt-selector {
	padding: 24px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius);
	background: #fff;
	box-shadow: var(--czt-shadow-md);
}

.czt-selector h2 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.2;
}

.czt-form-row {
	display: grid;
	gap: 8px;
	margin-bottom: 14px;
}

.czt-form-row label {
	color: var(--czt-color-text);
	font-size: 13px;
	font-weight: 750;
}

.czt-form-row select,
.czt-form-row input,
.czt-form-row textarea {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius-sm);
	background: #fff;
	color: var(--czt-color-text);
	outline: none;
}

.czt-form-row textarea {
	min-height: 130px;
	padding-top: 12px;
}

.czt-form-row select:focus,
.czt-form-row input:focus,
.czt-form-row textarea:focus {
	border-color: var(--czt-color-primary);
	box-shadow: 0 0 0 3px rgba(0, 45, 89, 0.12);
}

.czt-selector .czt-button {
	width: 100%;
	margin-top: 6px;
}

.czt-selector__note {
	margin: 16px 0 0;
	color: var(--czt-color-muted);
	font-size: 12px;
	line-height: 1.45;
}


/* =========================================================
HERO / LEGAL NOTICE
Özellikle .czt-hero p kuralını eziyoruz.
========================================================= */

.czt-hero .czt-selector__note.czt-selector__legal {
	max-width: none;
	margin: 14px 0 0;
	color: #7a8493;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}


/* =========================================================
BUTTONS
========================================================= */

.czt-button,
.wp-block-button__link,
.comment-form .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--czt-color-primary);
	border-radius: var(--czt-radius-sm);
	background: var(--czt-color-primary);
	color: #fff;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease;
}

.czt-button:hover,
.czt-button:focus,
.wp-block-button__link:hover,
.comment-form .submit:hover {
	background: var(--czt-color-primary-dark);
	color: #fff;
	text-decoration: none;
}

.czt-button--ghost {
	border-color: var(--czt-color-border);
	background: #fff;
	color: var(--czt-color-text);
}

.czt-button--ghost:hover,
.czt-button--ghost:focus {
	border-color: var(--czt-color-primary);
	background: #fff;
	color: var(--czt-color-primary);
}

.czt-button--whatsapp {
	border-color: var(--czt-color-accent);
	background: var(--czt-color-accent);
}

.czt-button--whatsapp:hover,
.czt-button--whatsapp:focus {
	border-color: var(--czt-color-accent-dark);
	background: var(--czt-color-accent-dark);
}


/* =========================================================
CONTACT ACTIONS
========================================================= */

.czt-contact-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.czt-contact-actions--stack {
	grid-template-columns: 1fr;
}

.czt-contact-actions .czt-button {
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
	min-height: 60px;
	line-height: 1.15;
	text-align: left;
}

.czt-contact-actions small {
	font-size: 12px;
	font-weight: 650;
	opacity: 0.86;
}


/* =========================================================
GRIDS
========================================================= */

.czt-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

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

.czt-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.czt-grid--features {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}


/* =========================================================
CARDS
========================================================= */

.czt-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius);
	background: #fff;
	box-shadow: var(--czt-shadow-sm);
}

.czt-card h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
}

.czt-card h3 a {
	color: var(--czt-color-text);
	text-decoration: none;
}

.czt-card h3 a:hover,
.czt-card h3 a:focus {
	color: var(--czt-color-primary);
	text-decoration: none;
}

.czt-card p {
	margin: 12px 0 0;
	color: var(--czt-color-muted);
}

.czt-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 20px;
	color: var(--czt-color-primary);
	font-weight: 750;
	text-decoration: none;
}

.czt-card__link span {
	transition: transform 0.18s ease;
}

.czt-card__link:hover,
.czt-card__link:focus {
	text-decoration: none;
}

.czt-card__link:hover span,
.czt-card__link:focus span {
	transform: translateX(3px);
}

.czt-card__meta {
	margin-bottom: 14px;
	color: var(--czt-color-primary);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}


/* =========================================================
SERVICE CARDS
========================================================= */

.czt-services-grid {
	align-items: stretch;
}

.czt-service-card {
	position: relative;
	padding: 0;
	overflow: hidden;
	border-color: var(--czt-color-border);
	background: #fff;
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

.czt-service-card:hover {
	border-color: #d5dbe3;
	box-shadow: var(--czt-shadow-card-hover);
	transform: translateY(-3px);
}

.czt-service-card__image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--czt-color-soft-2);
	text-decoration: none;
}

.czt-service-card__image:hover,
.czt-service-card__image:focus {
	text-decoration: none;
}

.czt-service-card__image::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0) 60%,
			rgba(0, 0, 0, 0.08) 100%
		);
	content: "";
	pointer-events: none;
}

.czt-service-card__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.czt-service-card:hover .czt-service-card__img {
	transform: scale(1.035);
}

.czt-service-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
}

.czt-service-card__content h3 {
	margin: 0;
	color: var(--czt-color-text);
	font-size: 22px;
	font-weight: 750;
	line-height: 1.22;
}

.czt-service-card__content h3 a {
	color: inherit;
	text-decoration: none;
}

.czt-service-card__content h3 a:hover,
.czt-service-card__content h3 a:focus {
	color: var(--czt-color-primary);
	text-decoration: none;
}

.czt-service-card__content p {
	margin: 12px 0 0;
	color: var(--czt-color-muted);
	font-size: 15px;
	line-height: 1.65;
}

.czt-service-card__content .czt-card__link {
	margin-top: auto;
	padding-top: 22px;
}


/* =========================================================
SERVICE FEATURES
========================================================= */

.czt-features-section {
	padding: 54px 0;
}

.czt-features-header {
	margin-bottom: 26px;
}

.czt-features-header .czt-kicker {
	margin-bottom: 10px;
	font-size: 11px;
}

.czt-features-header h2 {
	max-width: 760px;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.12;
}

.czt-feature-card {
	padding: 18px;
	border-radius: var(--czt-radius);
	box-shadow: none;
	transition:
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.czt-feature-card:hover {
	border-color: #d5dbe3;
	box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
	transform: translateY(-2px);
}

.czt-feature-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 15px;
	border: 1px solid rgba(0, 45, 89, 0.10);
	border-radius: 8px;
	background: var(--czt-color-primary-soft);
	color: var(--czt-color-primary);
}

.czt-feature-card__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.czt-feature-card h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.3;
}

.czt-feature-card p {
	margin-top: 9px;
	color: var(--czt-color-muted);
	font-size: 12.5px;
	line-height: 1.55;
}


/* =========================================================
STEPS
========================================================= */

.czt-step {
	position: relative;
	padding-top: 64px;
}

.czt-step::before {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 28px;
	height: 2px;
	background: var(--czt-color-accent);
	content: "";
}

.czt-step__number {
	position: absolute;
	top: 20px;
	left: 0;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: var(--czt-radius-sm);
	background: var(--czt-color-primary);
	color: #fff;
	font-weight: 800;
}


/* =========================================================
PAGE HERO
========================================================= */

.czt-page-hero {
	padding: 62px 0 36px;
	background: var(--czt-color-soft);
}

.czt-page-hero__grid {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr)
		minmax(280px, 360px);
	align-items: center;
	gap: 32px;
}

.czt-page-hero p {
	max-width: 760px;
	margin: 20px 0 0;
	color: var(--czt-color-muted);
	font-size: 18px;
}


/* =========================================================
CONTACT CARD
========================================================= */

.czt-contact-card {
	padding: 22px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius);
	background: #fff;
	box-shadow: var(--czt-shadow-sm);
}

.czt-contact-card h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
}

.czt-contact-card p {
	margin: 10px 0 18px;
	color: var(--czt-color-muted);
	font-size: 14px;
	line-height: 1.5;
}


/* =========================================================
BREADCRUMBS
========================================================= */

.czt-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	color: var(--czt-color-muted);
	font-size: 13px;
}

.czt-breadcrumbs a {
	color: var(--czt-color-muted);
}

.czt-breadcrumbs span:not(:last-child)::after,
.czt-breadcrumbs a::after {
	margin-left: 8px;
	color: #98a2b3;
	content: "/";
}


/* =========================================================
CONTENT
========================================================= */

.czt-content {
	padding: var(--czt-space-6) 0;
}

.czt-content h1,
.entry-title {
	margin: 0 0 18px;
	font-size: clamp(36px, 6vw, 58px);
	line-height: 1.08;
	letter-spacing: 0;
}

.czt-content h2 {
	margin-top: 44px;
	margin-bottom: 14px;
	font-size: clamp(26px, 4vw, 36px);
}

.czt-content h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 22px;
}

.czt-content p,
.entry-content p,
.entry-content li {
	color: var(--czt-color-muted);
}

.entry-content {
	max-width: 850px;
}


/* =========================================================
SPLIT
========================================================= */

.czt-split {
	display: grid;
	grid-template-columns:
		minmax(0, 0.72fr)
		minmax(300px, 0.36fr);
	gap: 32px;
	align-items: start;
}


/* =========================================================
PANELS
========================================================= */

.czt-panel {
	padding: 24px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius);
	background: #fff;
	box-shadow: var(--czt-shadow-sm);
}

.czt-panel h2,
.czt-panel h3 {
	margin-top: 0;
}

.czt-stack-top {
	margin-top: 28px;
}

.czt-stack-bottom {
	margin-bottom: 18px;
}


/* =========================================================
LIST
========================================================= */

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

.czt-list li {
	display: flex;
	align-items: start;
	gap: 10px;
	color: var(--czt-color-muted);
}

.czt-list li::before {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	margin-top: 10px;
	border-radius: 999px;
	background: var(--czt-color-accent);
	content: "";
}


/* =========================================================
LINK CLOUD
========================================================= */

.czt-link-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.czt-link-cloud a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius-sm);
	background: #fff;
	color: var(--czt-color-text);
	font-size: 14px;
	font-weight: 650;
}

.czt-link-cloud a:hover,
.czt-link-cloud a:focus {
	border-color: var(--czt-color-primary);
	color: var(--czt-color-primary);
	text-decoration: none;
}


/* =========================================================
NOTICE
========================================================= */

.czt-notice {
	padding: 18px 20px;
	border: 1px solid #cfe9dd;
	border-radius: var(--czt-radius);
	background: var(--czt-color-accent-soft);
	color: #15573f;
}

.czt-notice strong {
	color: #0f4633;
}


/* =========================================================
CTA SECTION
========================================================= */

.czt-cta {
	background: var(--czt-color-primary);
	color: #fff;
}

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

.czt-cta .czt-button {
	border-color: #fff;
	background: #fff;
	color: var(--czt-color-primary);
}

.czt-cta .czt-button:hover,
.czt-cta .czt-button:focus {
	background: var(--czt-color-soft);
}


/* =========================================================
POST CARDS
========================================================= */

.post-card .entry-title {
	margin: 0;
	font-size: 22px;
}

.post-card .entry-title a {
	color: var(--czt-color-text);
	text-decoration: none;
}

.post-card .entry-title a:hover,
.post-card .entry-title a:focus {
	color: var(--czt-color-primary);
	text-decoration: none;
}

.post-card .entry-meta {
	margin: 10px 0;
	color: var(--czt-color-muted);
	font-size: 13px;
}

.post-card .entry-summary {
	margin-bottom: 18px;
}


/* =========================================================
PAGINATION
========================================================= */

.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 36px;
}

.page-numbers,
.nav-links a,
.nav-links span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius-sm);
	background: #fff;
}

.page-numbers.current {
	background: var(--czt-color-primary);
	color: #fff;
}


/* =========================================================
FORMS / SEARCH
========================================================= */

.comment-form input:not([type="submit"]),
.comment-form textarea,
.search-form input[type="search"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--czt-color-border);
	border-radius: var(--czt-radius-sm);
}

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

.search-form input[type="submit"] {
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid var(--czt-color-primary);
	border-radius: var(--czt-radius-sm);
	background: var(--czt-color-primary);
	color: #fff;
	font-weight: 750;
	cursor: pointer;
}


/* =========================================================
FOOTER
========================================================= */

.site-footer {
	background: #151515;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer__grid {
	display: grid;
	grid-template-columns:
		minmax(0, 1.2fr)
		repeat(3, minmax(0, 0.6fr));
	gap: 32px;
	padding: 54px 0;
}

.site-footer h2,
.site-footer h3 {
	margin: 0 0 14px;
	font-size: 18px;
}

.site-footer p,
.site-footer li {
	color: rgba(255, 255, 255, 0.72);
}

.site-footer ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}


/* =========================================================
RESPONSIVE / TABLET HEADER
========================================================= */

@media (max-width: 1120px) {

	.site-header__inner {
		gap: 20px;
	}

	.primary-menu {
		gap: 15px;
	}

	.primary-menu a {
		font-size: 13px;
	}

	.header-call-cta {
		gap: 8px;
		padding-right: 10px;
	}

	.header-call-cta__arrow {
		display: none;
	}

	.header-call-cta__phone {
		font-size: 13px;
	}

	.czt-grid--features {
		gap: 12px;
	}

	.czt-feature-card {
		padding: 15px;
	}

	.czt-feature-card h3 {
		font-size: 15px;
	}

	.czt-feature-card p {
		font-size: 12px;
	}

}


/* =========================================================
RESPONSIVE / MOBILE NAVIGATION
========================================================= */

@media (max-width: 980px) {

	.czt-hero__grid,
	.czt-split,
	.czt-page-hero__grid,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

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

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

	.czt-section-header {
		align-items: start;
		flex-direction: column;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.custom-logo {
		max-width: 190px;
		max-height: 46px;
	}

	.menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.main-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		max-height: calc(100vh - 90px);
		padding: 8px 20px 20px;
		overflow-y: auto;
		border-bottom: 1px solid var(--czt-color-border);
		background: #fff;
		box-shadow: 0 18px 32px rgba(16, 24, 40, 0.08);
	}

	.main-navigation.is-open {
		display: block;
	}

	.main-navigation__menu {
		display: block;
		width: 100%;
	}

	.primary-menu {
		display: grid;
		width: 100%;
		gap: 0;
	}

	.primary-menu > li {
		width: 100%;
	}

	.primary-menu > li > a {
		display: flex;
		width: 100%;
		min-height: 48px;
		padding: 12px 0;
		border-bottom: 1px solid var(--czt-color-border);
		font-size: 14px;
	}

	.primary-menu ul {
		position: static;
		display: grid;
		width: 100%;
		min-width: 0;
		padding: 0 0 8px 14px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.primary-menu ul a {
		min-height: 42px;
		padding: 9px 0;
		color: var(--czt-color-muted);
	}

	.header-call-cta {
		width: 100%;
		min-height: 66px;
		margin-top: 16px;
		padding: 9px 14px 9px 10px;
	}

	.header-call-cta__icon {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.header-call-cta__content {
		flex: 1 1 auto;
	}

	.header-call-cta__label {
		font-size: 10px;
	}

	.header-call-cta__phone {
		font-size: 16px;
	}

	.header-call-cta__arrow {
		display: flex;
	}

	.czt-service-card__content {
		padding: 22px;
	}

	.czt-features-section {
		padding: 46px 0;
	}

	.czt-features-header {
		margin-bottom: 22px;
	}

}


/* =========================================================
RESPONSIVE / SMALL MOBILE
========================================================= */

@media (max-width: 720px) {

	body.admin-bar .site-header {
		top: 46px;
	}

	.czt-container {
		width: min(var(--czt-container), calc(100% - 28px));
	}

	.site-header__inner {
		min-height: 70px;
		gap: 14px;
	}

	.custom-logo {
		max-width: 170px;
		max-height: 44px;
	}

	.site-title {
		font-size: 18px;
	}

	.site-description {
		display: none;
	}

	.main-navigation {
		padding-left: 14px;
		padding-right: 14px;
	}

	.czt-hero {
		padding-top: 48px;
	}

	.czt-hero h1,
	.czt-page-hero h1 {
		font-size: 42px;
	}

	.czt-hero__content p,
	.czt-page-hero p {
		font-size: 17px;
	}

	.czt-hero .czt-selector__note.czt-selector__legal {
		font-size: 12.5px;
		line-height: 1.5;
	}

	.czt-hero__facts,
	.czt-grid,
	.czt-grid--two,
	.czt-grid--four,
	.czt-grid--features,
	.czt-contact-actions {
		grid-template-columns: 1fr;
	}

	.czt-section {
		padding: 54px 0;
	}

	.czt-features-section {
		padding: 42px 0;
	}

	.czt-features-header h2 {
		font-size: 27px;
	}

	.czt-feature-card {
		padding: 18px;
	}

	.czt-feature-card__icon {
		width: 38px;
		height: 38px;
		margin-bottom: 13px;
	}

	.czt-feature-card h3 {
		font-size: 16px;
	}

	.czt-feature-card p {
		font-size: 13px;
	}

	.czt-service-card__image {
		aspect-ratio: 16 / 9;
	}

	.czt-service-card__content {
		padding: 20px;
	}

	.czt-service-card__content h3 {
		font-size: 21px;
	}

	.search-form {
		display: grid;
	}

}


/* =========================================================
RESPONSIVE / VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

	.custom-logo {
		max-width: 145px;
	}

	.menu-toggle {
		width: 40px;
		height: 40px;
	}

	.czt-hero h1,
	.czt-page-hero h1 {
		font-size: 36px;
	}

	.header-call-cta {
		min-height: 62px;
	}

	.header-call-cta__phone {
		font-size: 15px;
	}

	.czt-service-card__content {
		padding: 18px;
	}

	.czt-features-header h2 {
		font-size: 25px;
	}

	.czt-hero .czt-selector__note.czt-selector__legal {
		font-size: 12px;
	}

}