@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cairo-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cairo-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/cairo-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/cairo-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/cairo-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/cairo-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cairo-latin-400.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--ckw-orange-700: #b94700;
	--ckw-orange-600: #f06a00;
	--ckw-orange-500: #ff7a00;
	--ckw-orange-400: #ff963d;
	--ckw-orange-100: #fff0e3;
	--ckw-ink-950: #0b0c0e;
	--ckw-ink-900: #111214;
	--ckw-ink-800: #1d1f22;
	--ckw-ink-700: #2b2e32;
	--ckw-text: #1b1c1f;
	--ckw-muted: #64666b;
	--ckw-soft: #f4f3f0;
	--ckw-line: #dedbd4;
	--ckw-white: #fff;
	--ckw-green: #15945c;
	--ckw-container: 1220px;
	--ckw-header-height: 78px;
	--ckw-radius-sm: 10px;
	--ckw-radius-md: 18px;
	--ckw-radius-lg: 28px;
	--ckw-shadow-sm: 0 10px 30px rgba(11, 12, 14, .07);
	--ckw-shadow-lg: 0 28px 80px rgba(11, 12, 14, .15);
}

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

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

body {
	margin: 0;
	background: var(--ckw-white);
	color: var(--ckw-text);
	font-family: "Cairo", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	text-rendering: optimizeLegibility;
}

body.ckw-nav-open {
	overflow: hidden;
}

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

img {
	height: auto;
}

a {
	color: var(--ckw-orange-700);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

a:hover {
	color: var(--ckw-ink-950);
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--ckw-orange-500);
	outline-offset: 3px;
}

::selection {
	background: var(--ckw-orange-500);
	color: var(--ckw-ink-950);
}

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

.screen-reader-text:focus {
	top: 8px;
	inset-inline-start: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--ckw-white);
	color: var(--ckw-ink-950);
	font-weight: 800;
}

.ckw-skip-link {
	position: fixed;
	top: -90px;
	inset-inline-start: 18px;
	z-index: 100000;
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;
	background: var(--ckw-orange-500);
	color: var(--ckw-ink-950);
	font-weight: 800;
	text-decoration: none;
	transition: top .2s ease;
}

.ckw-skip-link:focus {
	top: 0;
}

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

.ckw-icon {
	display: block;
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ckw-icon--whatsapp {
	fill: currentColor;
	stroke: none;
}

.ckw-icon--camera,
.ckw-icon--ptz,
.ckw-icon--support,
.ckw-icon--building,
.ckw-icon--mobile,
.ckw-icon--intercom,
.ckw-icon--pbx,
.ckw-icon--network,
.ckw-icon--delivery {
	background-color: currentColor;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.ckw-icon--camera {
	-webkit-mask-image: url("../icons/camera-external.svg");
	mask-image: url("../icons/camera-external.svg");
}

.ckw-icon--ptz {
	-webkit-mask-image: url("../icons/camera-ptz.svg");
	mask-image: url("../icons/camera-ptz.svg");
}

.ckw-icon--support {
	-webkit-mask-image: url("../icons/customer-support.svg");
	mask-image: url("../icons/customer-support.svg");
}

.ckw-icon--building {
	-webkit-mask-image: url("../icons/insurance-company.svg");
	mask-image: url("../icons/insurance-company.svg");
}

.ckw-icon--mobile {
	-webkit-mask-image: url("../icons/phone.svg");
	mask-image: url("../icons/phone.svg");
}

.ckw-icon--intercom {
	-webkit-mask-image: url("../icons/intercom.svg");
	mask-image: url("../icons/intercom.svg");
}

.ckw-icon--pbx {
	-webkit-mask-image: url("../icons/telephone.svg");
	mask-image: url("../icons/telephone.svg");
}

.ckw-icon--network {
	-webkit-mask-image: url("../icons/network.svg");
	mask-image: url("../icons/network.svg");
}

.ckw-icon--delivery {
	-webkit-mask-image: url("../icons/yes.svg");
	mask-image: url("../icons/yes.svg");
}

/* Mask icons safe to paste into Classic Editor HTML as empty spans. */
.ckw-ui-icon {
	background-color: currentColor;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.ckw-ui-icon--phone {
	-webkit-mask-image: url("../icons/ui-phone.svg");
	mask-image: url("../icons/ui-phone.svg");
}

.ckw-ui-icon--whatsapp {
	-webkit-mask-image: url("../icons/ui-whatsapp.svg");
	mask-image: url("../icons/ui-whatsapp.svg");
}

.ckw-ui-icon--check {
	-webkit-mask-image: url("../icons/ui-check.svg");
	mask-image: url("../icons/ui-check.svg");
}

.ckw-ui-icon--arrow {
	-webkit-mask-image: url("../icons/ui-arrow.svg");
	mask-image: url("../icons/ui-arrow.svg");
}

/* Reusable semantic accordion for FAQs and future content sections. */
.ckw-accordion,
.ckw-article-content {
	--ckw-accordion-gap: 10px;
}

.ckw-accordion {
	display: grid;
	gap: var(--ckw-accordion-gap);
}

.ckw-accordion details,
.ckw-article-content details {
	margin-block: var(--ckw-accordion-gap);
	overflow: clip;
	border: 1px solid var(--ckw-line);
	border-radius: var(--ckw-radius-sm);
	background: var(--ckw-white);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.ckw-accordion > details {
	margin-block: 0;
}

.ckw-accordion details[open],
.ckw-article-content details[open] {
	border-color: rgba(255, 122, 0, .28);
	box-shadow: 0 12px 32px rgba(11, 12, 14, .06);
}

.ckw-accordion summary,
.ckw-article-content details > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 18px 22px;
	gap: 20px;
	color: var(--ckw-ink-950);
	font-size: 17px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.ckw-accordion summary::-webkit-details-marker,
.ckw-article-content details > summary::-webkit-details-marker {
	display: none;
}

.ckw-accordion summary::after,
.ckw-article-content details > summary::after {
	content: "+";
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	padding-bottom: 1px;
	border-radius: 5px;
	background: var(--ckw-orange-100);
	color: var(--ckw-orange-700);
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.ckw-accordion details[open] > summary::after,
.ckw-article-content details[open] > summary::after {
	content: "−";
	background: var(--ckw-orange-500);
	color: var(--ckw-ink-950);
	transform: rotate(180deg);
}

.ckw-accordion details > :not(summary),
.ckw-article-content details > :not(summary) {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--ckw-muted);
	line-height: 1.85;
}

.ckw-accordion details[open] > :not(summary),
.ckw-article-content details[open] > :not(summary) {
	animation: ckw-accordion-reveal .24s ease both;
}

@keyframes ckw-accordion-reveal {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ckw-accordion summary::after,
	.ckw-article-content details > summary::after,
	.ckw-accordion details[open] > :not(summary),
	.ckw-article-content details[open] > :not(summary) {
		animation: none;
		transition: none;
	}
}

.ckw-main {
	display: block;
	min-height: 50vh;
	overflow: clip;
}

.ckw-topbar {
	background: var(--ckw-ink-950);
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
}

.ckw-topbar__inner,
.ckw-topbar__meta,
.ckw-topbar p,
.ckw-topbar a,
.ckw-topbar span {
	display: flex;
	align-items: center;
}

.ckw-topbar__inner {
	justify-content: space-between;
	min-height: 38px;
	gap: 22px;
}

.ckw-topbar__meta {
	gap: 22px;
}

.ckw-topbar p,
.ckw-topbar a,
.ckw-topbar span {
	gap: 7px;
	margin: 0;
}

.ckw-topbar a {
	color: var(--ckw-white);
	font-weight: 800;
	text-decoration: none;
}

.ckw-topbar .ckw-icon {
	color: var(--ckw-orange-500);
}

.ckw-header {
	position: sticky;
	top: 0;
	z-index: 9990;
	border-bottom: 1px solid rgba(11, 12, 14, .09);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 7px 24px rgba(11, 12, 14, .045);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

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

.ckw-header__inner {
	display: flex;
	align-items: center;
	min-height: var(--ckw-header-height);
	gap: 22px;
}

.ckw-brand {
	width: 210px;
	flex: 0 0 210px;
}

.ckw-brand .custom-logo-link,
.ckw-brand__fallback,
.ckw-footer__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ckw-ink-950);
	text-decoration: none;
}

.ckw-brand .custom-logo-link {
	width: 100%;
}

.ckw-brand .custom-logo {
	display: block;
	width: 210px;
	height: auto;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.ckw-brand__fallback img {
	display: block;
	width: 54px;
	height: 54px;
}

.ckw-brand__fallback span,
.ckw-footer__brand span {
	display: grid;
	line-height: 1.2;
}

.ckw-brand__fallback strong,
.ckw-footer__brand strong {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.ckw-brand__fallback small,
.ckw-footer__brand small {
	margin-top: 4px;
	color: var(--ckw-muted);
	font-size: 11px;
	font-weight: 700;
}

.ckw-nav {
	margin-inline-start: auto;
}

.ckw-nav__list,
.ckw-nav__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ckw-nav__list {
	display: flex;
	align-items: center;
	gap: 6px;
}

.ckw-nav__list > li {
	position: relative;
}

.ckw-nav__list a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 12px;
	border-radius: 9px;
	color: var(--ckw-ink-800);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid transparent;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ckw-nav__list a:hover,
.ckw-nav__list .current-menu-item > a,
.ckw-nav__list .current_page_item > a {
	border-color: rgba(255, 122, 0, .12);
	background: var(--ckw-orange-100);
	color: var(--ckw-orange-700);
}

.ckw-nav__mobile-cta {
	display: none;
}

.ckw-nav__list ul {
	position: absolute;
	top: calc(100% + 10px);
	inset-inline-start: 0;
	min-width: 230px;
	padding: 9px;
	border: 1px solid var(--ckw-line);
	border-radius: var(--ckw-radius-sm);
	background: var(--ckw-white);
	box-shadow: var(--ckw-shadow-sm);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.ckw-nav__list li:hover > ul,
.ckw-nav__list li:focus-within > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ckw-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 17px;
	gap: 8px;
	border-radius: 8px;
	background: var(--ckw-orange-500);
	color: var(--ckw-ink-950);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

.ckw-header__cta:hover {
	color: var(--ckw-ink-950);
}

.ckw-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--ckw-line);
	border-radius: 9px;
	background: var(--ckw-white);
	color: var(--ckw-ink-950);
	cursor: pointer;
}

.ckw-nav-toggle .ckw-icon {
	width: 24px;
	height: 24px;
}

.ckw-nav-toggle__close {
	display: none;
}

.ckw-nav-open .ckw-nav-toggle__open {
	display: none;
}

.ckw-nav-open .ckw-nav-toggle__close {
	display: block;
}

.ckw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 20px;
	gap: 9px;
	border: 2px solid transparent;
	border-radius: 9px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.ckw-btn:hover {
	transform: translateY(-2px);
}

.ckw-btn--orange {
	background: var(--ckw-orange-500);
	color: var(--ckw-ink-950);
	box-shadow: 6px 6px 0 rgba(255, 255, 255, .14);
}

.ckw-btn--orange:hover {
	background: var(--ckw-orange-400);
	color: var(--ckw-ink-950);
}

.ckw-btn--dark {
	background: var(--ckw-ink-950);
	color: var(--ckw-white);
}

.ckw-btn--dark:hover {
	background: var(--ckw-ink-700);
	color: var(--ckw-white);
}

.ckw-btn--white {
	background: var(--ckw-white);
	color: var(--ckw-ink-950);
	box-shadow: 5px 5px 0 rgba(11, 12, 14, .18);
}

.ckw-btn--white:hover {
	color: var(--ckw-orange-700);
}

.ckw-btn--outline {
	border-color: rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .04);
	color: var(--ckw-white);
}

.ckw-btn--outline:hover {
	border-color: var(--ckw-orange-500);
	background: rgba(255, 122, 0, .09);
	color: var(--ckw-white);
}

.ckw-press {
	--ckw-press-shadow: var(--ckw-ink-950);
	box-shadow: 5px 5px 0 var(--ckw-press-shadow);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.ckw-press:hover {
	box-shadow: 2px 2px 0 var(--ckw-press-shadow);
	transform: translate(3px, 3px);
}

.ckw-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ckw-orange-700);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ckw-kicker--light {
	color: #ffd4ad;
}

.ckw-kicker--dark {
	color: var(--ckw-orange-500);
}

.ckw-prefooter {
	position: relative;
	overflow: hidden;
	background: var(--ckw-orange-500);
	color: var(--ckw-ink-950);
}

.ckw-prefooter .ckw-kicker {
	color: #3b1600;
}

.ckw-prefooter::after {
	content: "";
	position: absolute;
	inset-block: -70px;
	inset-inline-end: 8%;
	width: 160px;
	border: 28px solid rgba(255, 255, 255, .16);
	transform: rotate(22deg);
}

.ckw-prefooter__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 230px;
	gap: 36px;
}

.ckw-prefooter h2 {
	max-width: 720px;
	margin: 8px 0 0;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.35;
}

.ckw-prefooter__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.ckw-footer {
	background: var(--ckw-ink-950);
	color: rgba(255, 255, 255, .72);
}

.ckw-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr .9fr .8fr 1.15fr;
	padding-block: 76px 56px;
	gap: 48px;
}

.ckw-footer__brand {
	width: fit-content;
	padding: 10px 14px;
	border-radius: 12px;
	background: var(--ckw-white);
	color: var(--ckw-ink-950);
}

.ckw-footer__brand img {
	width: auto;
	height: 58px;
	max-width: 220px;
	object-fit: contain;
}

.ckw-footer__brand small {
	color: rgba(255, 255, 255, .55);
}

.ckw-footer__about p {
	max-width: 360px;
	margin: 22px 0 0;
}

.ckw-footer__title {
	margin: 0 0 20px;
	color: var(--ckw-white);
	font-size: 16px;
	font-weight: 900;
}

.ckw-footer-links,
.ckw-footer-contact {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 11px;
	list-style: none;
}

.ckw-footer-links a,
.ckw-footer-contact a {
	color: rgba(255, 255, 255, .72);
	text-decoration: none;
}

.ckw-footer-links a:hover,
.ckw-footer-contact a:hover {
	color: var(--ckw-orange-400);
}

.ckw-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.ckw-footer-contact .ckw-icon {
	margin-top: 5px;
	color: var(--ckw-orange-500);
}

.ckw-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-block: 22px;
	gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: 13px;
}

.ckw-footer__bottom p {
	margin: 0;
}

.ckw-contact-dock {
	position: fixed;
	inset-inline-start: 18px;
	bottom: 18px;
	z-index: 9950;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ckw-contact-dock__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 16px;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: var(--ckw-white);
	box-shadow: 0 12px 30px rgba(11, 12, 14, .2);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
	cursor: pointer;
}

.ckw-contact-dock__item:hover {
	color: var(--ckw-white);
	box-shadow: 0 16px 34px rgba(11, 12, 14, .26);
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.ckw-contact-dock__item--phone {
	background: var(--ckw-orange-700);
}

.ckw-contact-dock__item--whatsapp {
	background: #0b7445;
}

.ckw-contact-dock__item--top {
	width: 48px;
	height: 48px;
	min-width: 48px;
	padding: 0;
	flex: 0 0 48px;
	border-radius: 50%;
	background: var(--ckw-ink-800);
}

.ckw-contact-dock__item .ckw-icon {
	width: 21px;
	height: 21px;
}

@media (max-width: 1080px) {
	.ckw-header__cta {
		display: none;
	}

	.ckw-nav-toggle {
		display: inline-flex;
		margin-inline-start: auto;
		position: relative;
		z-index: 2;
		border-radius: 12px;
		transition: background-color .18s ease, border-color .18s ease, color .18s ease;
	}

	.ckw-nav-open .ckw-nav-toggle {
		border-color: var(--ckw-ink-950);
		background: var(--ckw-ink-950);
		color: var(--ckw-white);
	}

	body.ckw-nav-open::after {
		content: "";
		position: fixed;
		z-index: 9980;
		inset: 0;
		background: rgba(11, 12, 14, .62);
		backdrop-filter: blur(3px);
	}

	.ckw-nav {
		position: absolute;
		z-index: 3;
		top: calc(100% + 10px);
		inset-inline: max(20px, calc((100% - var(--ckw-container)) / 2));
		bottom: auto;
		max-height: calc(100vh - 130px);
		padding: 12px;
		border: 1px solid rgba(11, 12, 14, .1);
		border-radius: 18px;
		background: rgba(255, 255, 255, .985);
		box-shadow: 0 26px 70px rgba(11, 12, 14, .26);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px) scale(.985);
		transform-origin: top center;
		transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	}

	.admin-bar .ckw-nav {
		top: calc(100% + 10px);
	}

	.ckw-nav-open .ckw-nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.ckw-nav__list {
		display: grid;
		gap: 4px;
	}

	.ckw-nav__list a {
		justify-content: flex-start;
		min-height: 54px;
		padding: 11px 16px;
		border-radius: 11px;
		font-size: 15px;
	}

	.ckw-nav__list > li > a::before {
		content: "";
		width: 7px;
		height: 7px;
		flex: 0 0 7px;
		margin-inline-end: 10px;
		border: 2px solid var(--ckw-orange-500);
		border-radius: 2px;
		transform: rotate(45deg);
	}

	.ckw-nav__list a:hover {
		border-color: rgba(255, 122, 0, .2);
		background: #fff8f1;
		color: var(--ckw-orange-700);
	}

	.ckw-nav__list ul {
		position: static;
		display: grid;
		min-width: 0;
		padding: 3px 28px 8px 8px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.ckw-nav__list ul a {
		min-height: 42px;
		padding-block: 7px;
		color: var(--ckw-muted);
		font-size: 13px;
	}

	.ckw-nav__mobile-cta {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 52px;
		margin-top: 10px;
		padding: 10px 18px;
		gap: 9px;
		border: 1px solid var(--ckw-ink-950);
		border-radius: 11px;
		background: var(--ckw-orange-500);
		color: var(--ckw-ink-950);
		box-shadow: 4px 4px 0 var(--ckw-ink-950);
		font-size: 14px;
		font-weight: 900;
		text-decoration: none;
	}

	.ckw-nav__mobile-cta:hover {
		background: var(--ckw-orange-400);
		color: var(--ckw-ink-950);
	}

	.ckw-nav__mobile-cta .ckw-icon {
		width: 20px;
		height: 20px;
	}

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

@media (max-width: 782px) {
	.admin-bar .ckw-header {
		top: 46px;
	}

	.ckw-topbar__inner > p,
	.ckw-topbar__meta > span {
		display: none;
	}

	.ckw-topbar__inner {
		justify-content: center;
	}

	.ckw-topbar__meta {
		width: 100%;
		justify-content: center;
	}

	.ckw-prefooter__inner {
		display: grid;
		padding-block: 54px;
	}

	.ckw-prefooter__actions {
		justify-content: flex-start;
	}

	.ckw-footer__grid {
		grid-template-columns: 1fr;
		padding-block: 58px 42px;
		gap: 36px;
	}

	.ckw-footer__bottom {
		display: grid;
		padding-bottom: 94px;
	}

	.ckw-contact-dock {
		inset-inline: 8px;
		bottom: 8px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 50px;
		padding: 5px;
		gap: 5px;
		border: 1px solid rgba(11, 12, 14, .1);
		border-radius: 13px;
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 14px 40px rgba(11, 12, 14, .18);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}

	.ckw-contact-dock__item {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		gap: 8px;
		width: 100%;
		border-radius: 8px;
		border: 0;
		background: var(--ckw-orange-700);
		color: var(--ckw-white);
		font-size: 14px;
		font-weight: 900;
		text-decoration: none;
	}

	.ckw-contact-dock__item--whatsapp {
		background: #0b7445;
	}

	.ckw-contact-dock__item--top {
		width: 50px;
		height: 48px;
		min-width: 50px;
		padding: 0;
		justify-self: stretch;
		border-radius: 8px;
		background: var(--ckw-ink-800);
	}
}

@media (max-width: 520px) {
	:root {
		--ckw-header-height: 70px;
	}

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

	.ckw-header__inner {
		min-height: 70px;
	}

	.ckw-brand {
		width: 170px;
		flex-basis: 170px;
	}

	.ckw-brand .custom-logo {
		width: 170px;
	}

	.ckw-brand__fallback img {
		width: 46px;
		height: 46px;
	}

	.ckw-brand__fallback strong {
		font-size: 17px;
	}

	.ckw-brand__fallback small {
		font-size: 9px;
	}

	.ckw-nav {
		inset-inline: 10px;
		max-height: calc(100vh - 100px);
		padding: 10px;
		border-radius: 15px;
	}

	.ckw-prefooter__actions,
	.ckw-prefooter__actions .ckw-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
