* {
	box-sizing: border-box;
}

:root {
	--zm-bg: #020b08;
	--zm-bg-2: #03140f;
	--zm-card: #061b14;
	--zm-card-2: #092219;
	--zm-border: rgba(212, 154, 47, 0.28);
	--zm-gold: #d99a2b;
	--zm-gold-2: #f3bd55;
	--zm-gold-dark: #9f6f1d;
	--zm-white: #ffffff;
	--zm-muted: #c7d1cb;
	--zm-soft: #8fa19a;
	--zb-gold: #d99a2b;
	--zb-gold-light: #f3bd55;
	--zb-gold-dark: #9f6f1d;
	--zb-radius: 6px;
	--zb-section: 34px;
}

.zb-shell {
	margin: 0;
	background: var(--zm-bg);
	color: var(--zm-white);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.zb-context {
	--zb-text: #ffffff;
	--zb-muted: var(--zm-muted);
	--zb-card: rgba(6, 27, 20, 0.92);
	color: var(--zm-white);
}

.zb-context a {
	color: inherit;
}

.zb-context img {
	max-width: 100%;
}

.zb-skip-link {
	position: absolute;
	left: 12px;
	top: -60px;
	z-index: 9999;
	background: var(--zm-gold);
	color: #07100c;
	padding: 10px 14px;
	border-radius: 6px;
}

.zb-skip-link:focus {
	top: 12px;
}

.zb-site-header {
	position: relative;
	z-index: 50;
	background: rgba(2, 12, 8, 0.96);
	border-bottom: 1px solid rgba(212, 154, 47, 0.22);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}

.zb-header-sticky {
	position: sticky;
	top: 0;
}

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

.zb-topbar {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	padding: 0 18px;
	background: #020806;
	border-bottom: 1px solid rgba(212, 154, 47, 0.18);
	font-size: 12px;
	font-weight: 600;
	color: #e7d6a8;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
}

.zb-topbar::-webkit-scrollbar {
	display: none;
}

.zb-topbar span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.zb-nav-wrap {
	max-width: 1120px;
	height: 95px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 178px 1fr 168px;
	align-items: center;
	gap: 24px;
	padding: 0 20px;
}

.zb-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.zb-logo img {
	width: 160px;
	height: auto;
	display: block;
}

.zb-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.zb-primary-menu a {
	position: relative;
	padding: 34px 0 31px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.zb-primary-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 24px;
	height: 2px;
	background: linear-gradient(90deg, var(--zm-gold), var(--zm-gold-2));
	transition: right 0.22s ease;
}

.zb-primary-menu a:hover,
.zb-primary-menu a[aria-current="page"] {
	color: var(--zm-gold-2);
}

.zb-primary-menu a:hover::after,
.zb-primary-menu a[aria-current="page"]::after {
	right: 0;
}

.zb-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.zb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	padding: 0 22px;
	border-radius: 5px;
	border: 1px solid rgba(212, 154, 47, 0.55);
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

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

.zb-btn-gold {
	background: linear-gradient(180deg, #f3bd55, #c88722);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(217, 154, 43, 0.2);
}

.zb-btn-outline {
	background: rgba(2, 11, 8, 0.2);
	color: #ffffff;
}

.zb-icon-btn {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 1px solid var(--zm-gold);
	border-radius: 50%;
	text-decoration: none;
	color: var(--zm-gold-2);
	font-size: 20px;
	font-weight: 900;
}

.zb-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 9px;
	border: 1px solid rgba(212, 154, 47, 0.42);
	border-radius: 6px;
	background: rgba(6, 27, 20, 0.96);
}

.zb-menu-toggle span {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: var(--zm-gold-2);
}

.zb-main {
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0%, rgba(22, 74, 50, 0.28), transparent 38%),
		linear-gradient(180deg, #020b08 0%, #03120d 45%, #020b08 100%);
}

.zb-hero {
	position: relative;
	max-width: 1120px;
	min-height: 410px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 42% 58%;
	align-items: center;
	gap: 0;
	padding: 38px 20px 40px;
}

.zb-kicker {
	margin: 0 0 12px;
	color: var(--zm-gold-2);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.zb-hero h1,
.zb-page-hero h1,
.zb-section-head h2,
.zb-export h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	color: #ffffff;
}

.zb-hero h1 {
	max-width: 520px;
	font-size: 58px;
}

.zb-hero h1 span {
	display: block;
	color: var(--zm-gold-2);
	white-space: nowrap;
}

.zb-hero-copy {
	position: relative;
	z-index: 2;
}

.zb-hero-copy > p:not(.zb-kicker) {
	max-width: 420px;
	margin: 20px 0 0;
	color: #e5ebe7;
	font-size: 15.5px;
	line-height: 1.75;
}

.zb-hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 24px 0 18px;
}

.zb-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--zm-gold-2);
	font-size: 12px;
	font-weight: 800;
}

.zb-avatars {
	display: flex;
	min-width: 68px;
}

.zb-avatars img,
.zb-avatars i {
	width: 32px;
	height: 32px;
	margin-left: -9px;
	border: 2px solid #04110d;
	border-radius: 50%;
	object-fit: cover;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #f7e6c2, #9a6044);
	color: #06100c;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
}

.zb-avatars img:first-child,
.zb-avatars i:first-child {
	margin-left: 0;
}

.zb-rating span:last-child {
	letter-spacing: 2px;
}

.zb-hero-media {
	position: relative;
	align-self: stretch;
	min-height: 360px;
	margin-right: -22px;
	overflow: hidden;
}

.zb-hero-media::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background: linear-gradient(90deg, #020b08 0%, rgba(2, 11, 8, 0.52) 22%, rgba(2, 11, 8, 0.05) 58%, transparent 100%);
	pointer-events: none;
}

.zb-hero-media::after {
	content: "";
	position: absolute;
	inset: 16px 0 -20px 18%;
	background: radial-gradient(circle, rgba(217, 154, 43, 0.25), transparent 58%);
	filter: blur(18px);
}

.zb-hero-media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 360px;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	display: block;
	filter: saturate(1.07) contrast(1.04);
}

.zb-advantages {
	max-width: 1080px;
	margin: -4px auto 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: rgba(5, 27, 20, 0.96);
	border: 1px solid rgba(212, 154, 47, 0.22);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
}

.zb-advantages article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: center;
	min-height: 88px;
	padding: 20px 22px;
	border-right: 1px solid rgba(212, 154, 47, 0.12);
}

.zb-advantages article:last-child {
	border-right: 0;
}

.zb-advantages span,
.zb-mini-trust span {
	color: var(--zm-gold);
	font-size: 34px;
	line-height: 1;
}

.zb-advantages h2 {
	margin: 0 0 2px;
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
}

.zb-advantages p {
	margin: 0;
	color: var(--zm-muted);
	font-size: 12.5px;
	line-height: 1.5;
}

.zb-section {
	max-width: 1120px;
	margin: 0 auto;
	padding: 34px 20px 0;
}

.zb-section[data-zb-section="testimonials"] {
	padding-top: 22px;
}

.zb-section-head {
	text-align: center;
	margin: 0 auto 24px;
}

.zb-section-head span {
	display: block;
	width: 58px;
	height: 8px;
	margin: 0 auto 8px;
	background: linear-gradient(90deg, transparent, var(--zm-gold-2), transparent);
	border-radius: 999px;
}

.zb-section-head h2 {
	font-size: 26px;
	line-height: 1.2;
}

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

.zb-product-card {
	height: 180px;
	overflow: hidden;
	border: 1px solid rgba(212, 154, 47, 0.24);
	border-radius: 5px;
	background: #061b14;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.zb-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(243, 189, 85, 0.6);
	box-shadow: 0 15px 34px rgba(217, 154, 43, 0.14);
}

.zb-product-card img {
	width: 100%;
	height: 92px;
	object-fit: cover;
	display: block;
	transition: transform 0.28s ease;
}

.zb-product-card:hover img {
	transform: scale(1.05);
}

.zb-product-card div {
	padding: 10px 13px 12px;
}

.zb-product-card h3 {
	margin: 0 0 2px;
	color: #ffffff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.15;
}

.zb-product-card p {
	margin: 0 0 7px;
	color: var(--zm-gold-2);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.zb-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 72px;
	height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(212, 154, 47, 0.5);
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: 800;
}

.zb-mini-trust {
	max-width: 760px;
	margin: 18px auto 0;
	display: flex;
	justify-content: center;
	gap: 82px;
	padding: 0 20px 20px;
}

.zb-mini-trust div {
	display: grid;
	grid-template-columns: 30px auto;
	column-gap: 10px;
	align-items: center;
	color: #ffffff;
}

.zb-mini-trust span {
	font-size: 25px;
	grid-row: 1 / 3;
}

.zb-mini-trust strong {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.zb-mini-trust p {
	margin: 1px 0 0;
	color: #aab8b2;
	font-size: 11px;
	line-height: 1.25;
}

.zb-export {
	max-width: 1080px;
	min-height: 165px;
	margin: 0 auto;
	padding: 18px 20px;
	display: grid;
	grid-template-columns: 32% 45% 23%;
	gap: 18px;
	align-items: center;
	border: 1px solid rgba(212, 154, 47, 0.25);
	background: rgba(5, 27, 20, 0.72);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.zb-export .zb-kicker {
	margin-bottom: 2px;
	text-transform: none;
	font-size: 13px;
}

.zb-export h2 {
	font-size: 24px;
	color: var(--zm-gold-2);
}

.zb-export p {
	margin: 7px 0 10px;
	color: #e5ebe7;
	font-size: 12.5px;
	line-height: 1.45;
}

.zb-export .zb-btn {
	height: 36px;
	padding: 0 17px;
	font-size: 12px;
}

.zb-export img {
	width: 100%;
	height: 128px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 16px rgba(217, 154, 43, 0.18));
}

.zb-stats {
	display: grid;
	gap: 7px;
	align-content: center;
}

.zb-stats strong {
	position: relative;
	display: block;
	padding-left: 36px;
	color: var(--zm-gold-2);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 0.95;
}

.zb-stats strong::before {
	content: "◇";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--zm-gold);
	font-size: 22px;
}

.zb-stats span {
	display: block;
	margin-top: 2px;
	color: #ffffff;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.2;
}

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

.zb-testimonials article {
	min-height: 104px;
	padding: 14px 17px 13px;
	border: 1px solid rgba(212, 154, 47, 0.24);
	border-radius: 5px;
	background: rgba(5, 27, 20, 0.88);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.zb-testimonials p {
	margin: 0 0 5px;
	color: var(--zm-gold-2);
	font-size: 12px;
	letter-spacing: 1px;
}

.zb-testimonials blockquote {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 12.5px;
	line-height: 1.45;
}

.zb-testimonial-person {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 8px;
}

.zb-testimonial-person img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(212, 154, 47, 0.4);
}

.zb-testimonial-person span {
	display: grid;
	margin: 0;
	color: inherit;
}

.zb-testimonial-person strong {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.1;
}

.zb-testimonial-person em {
	color: var(--zm-gold-2);
	font-size: 11.5px;
	font-style: normal;
	line-height: 1.2;
}

.zb-testimonials::after {
	content: "";
	grid-column: 1 / -1;
	justify-self: center;
	width: 44px;
	height: 8px;
	background:
		radial-gradient(circle at 6px 4px, var(--zm-gold-2) 0 3px, transparent 4px),
		radial-gradient(circle at 22px 4px, rgba(243, 189, 85, 0.45) 0 3px, transparent 4px),
		radial-gradient(circle at 38px 4px, rgba(243, 189, 85, 0.45) 0 3px, transparent 4px);
}

.zb-cert-strip {
	max-width: 1080px;
	margin: 10px auto 0;
	padding: 0 0 14px;
	text-align: center;
	border-top: 1px solid rgba(212, 154, 47, 0.25);
	background: rgba(4, 20, 15, 0.54);
}

.zb-cert-strip h2 {
	margin: 10px 0 8px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.zb-cert-strip div {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	min-height: 62px;
	border: 1px solid rgba(212, 154, 47, 0.25);
	background: rgba(4, 20, 15, 0.92);
}

.zb-cert-strip span {
	display: grid;
	place-items: center;
	min-height: 62px;
	padding: 5px;
	border-right: 1px solid rgba(212, 154, 47, 0.18);
	color: var(--zm-gold-2);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.05;
}

.zb-cert-strip span:nth-child(1),
.zb-cert-strip span:nth-child(2),
.zb-cert-strip span:nth-child(4),
.zb-cert-strip span:nth-child(5) {
	font-size: 22px;
}

.zb-cert-strip span:last-child {
	border-right: 0;
}

.zb-payment {
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px 0 22px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	color: #ffffff;
}

.zb-payment strong {
	margin-right: 8px;
	color: var(--zm-gold-2);
	font-size: 13px;
	font-weight: 800;
}

.zb-payment span {
	min-width: 54px;
	height: 36px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(212, 154, 47, 0.35);
	border-radius: 5px;
	background: rgba(8, 35, 25, 0.95);
	font-size: 13px;
}

.zb-page-hero {
	max-width: 980px;
	margin: 0 auto;
	padding: 58px 20px 30px;
	text-align: center;
}

.zb-page-hero h1 {
	font-size: clamp(36px, 5.5vw, 60px);
}

.zb-page-hero p:last-child {
	max-width: 760px;
	margin: 16px auto 0;
	color: #ffffff;
	font-size: 17px;
}

.zb-breadcrumbs {
	max-width: 1080px;
	margin: 18px auto 0;
	padding: 0 20px;
	color: var(--zm-muted);
	font-size: 13px;
}

.zb-breadcrumbs a {
	color: var(--zm-gold-2);
	text-decoration: none;
}

.zb-breadcrumbs span {
	margin-left: 8px;
}

.zb-content-wrap {
	max-width: 920px;
	margin: 0 auto;
	padding: 18px 20px 56px;
	color: #ffffff;
	font-size: 17px;
}

.zb-content-wrap p {
	margin: 0 0 18px;
}

.zb-content-wrap strong {
	color: var(--zm-gold-2);
}

.zb-feature-media {
	margin: 24px 0;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 6px;
	overflow: hidden;
	background: #03110d;
}

.zb-feature-media img {
	width: 100%;
	height: auto;
	display: block;
}

.zb-form-panel {
	margin: 30px 0;
	padding: 24px;
	border: 1px solid rgba(212, 154, 47, 0.25);
	border-radius: 6px;
	background: rgba(3, 17, 13, 0.86);
}

.zb-form-panel h2 {
	font-family: Georgia, serif;
	margin: 0 0 18px;
}

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

.zb-form label {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: #ffffff;
}

.zb-form input,
.zb-form textarea,
.zb-form select {
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(212, 154, 47, 0.34);
	border-radius: 6px;
	background: #020806;
	color: #ffffff;
	padding: 10px 12px;
	font: inherit;
}

.zb-form textarea {
	resize: vertical;
}

.zb-form .zb-wide,
.zb-form button,
.zb-form-message {
	grid-column: 1 / -1;
}

.zb-form-message {
	margin: 0;
	color: var(--zm-gold-2);
}

.zb-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.zb-alert {
	max-width: 920px;
	margin: 18px auto 0;
	padding: 13px 18px;
	border-radius: 8px;
	border: 1px solid rgba(214, 161, 58, 0.35);
	background: #061711;
}

.zb-alert-success {
	color: #a8ffc8;
}

.zb-alert-error {
	color: #ffb7a8;
}

.zb-faq details {
	border: 1px solid rgba(214, 161, 58, 0.24);
	border-radius: 6px;
	background: rgba(3, 17, 13, 0.82);
	padding: 16px 18px;
	margin-bottom: 12px;
}

.zb-faq summary {
	cursor: pointer;
	font-weight: 900;
	color: var(--zm-gold-2);
}

.zb-site-footer {
	background: #020906;
	border-top: 1px solid rgba(212, 154, 47, 0.18);
	padding: 28px 20px 14px;
}

.zb-footer-grid {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.15fr 0.8fr 1fr 0.95fr 1.28fr;
	gap: 28px;
}

.zb-footer-logo {
	width: 145px;
	height: auto;
	display: block;
}

.zb-site-footer h2 {
	margin: 0 0 8px;
	color: var(--zm-gold-2);
	font-size: 13px;
	font-weight: 800;
}

.zb-footer-contact h2:nth-of-type(2) {
	margin-top: 12px;
}

.zb-site-footer p,
.zb-site-footer li {
	margin: 0 0 4px;
	color: var(--zm-muted);
	font-size: 12px;
	line-height: 1.65;
}

.zb-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zb-site-footer a {
	text-decoration: none;
	color: var(--zm-muted);
	font-size: 12px;
	line-height: 1.8;
}

.zb-site-footer a:hover {
	color: var(--zm-gold-2);
}

.zb-socials {
	display: flex;
	gap: 8px;
	margin-top: 13px;
}

.zb-socials a {
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(212, 154, 47, 0.45);
	border-radius: 50%;
	color: var(--zm-gold-2);
	font-size: 12px;
}

.zb-newsletter {
	display: flex !important;
	grid-template-columns: none;
	gap: 0;
	margin-top: 6px;
}

.zb-newsletter input {
	height: 38px;
	min-height: 38px;
	min-width: 0;
	border-radius: 5px 0 0 5px;
	border-color: rgba(212, 154, 47, 0.25);
	background: #020b08;
}

.zb-newsletter button {
	width: 40px;
	min-width: 40px;
	height: 38px;
	min-height: 38px;
	border: 0;
	border-radius: 0 5px 5px 0;
	background: linear-gradient(180deg, #f3bd55, #c88722);
	color: #07100c;
	font-size: 18px;
	font-weight: 900;
}

.zb-copyright {
	max-width: 1080px;
	margin: 22px auto 0;
	padding-top: 13px;
	border-top: 1px solid rgba(212, 154, 47, 0.16);
	color: var(--zm-muted);
	font-size: 11px;
	text-align: center;
}

.zb-floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
}

.zb-floating-whatsapp a {
	position: relative;
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px 0 58px;
	border-radius: 50px;
	background: #20c765;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.zb-floating-whatsapp a::before {
	content: "☏";
	position: absolute;
	left: 14px;
	top: 11px;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	font-size: 22px;
}

.zb-floating-whatsapp strong {
	font-size: 14px;
	line-height: 1.15;
}

.zb-floating-whatsapp span {
	font-size: 11px;
	line-height: 1.2;
}

.zb-mobile-action-bar {
	display: none;
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.zb-product-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 18px 0;
}

.zb-loop-detail {
	background: var(--zm-gold) !important;
	color: #07100c !important;
}

.zb-image-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}

.zb-image-list img {
	width: 100%;
	height: auto;
}

.zb-animations .zb-product-card,
.zb-animations .zb-testimonials article,
.zb-animations .zb-advantages,
.zb-animations .zb-export {
	will-change: transform;
}

@media (max-width: 1120px) {
	.zb-nav-wrap {
		grid-template-columns: 160px 1fr 150px;
	}

	.zb-primary-menu {
		gap: 18px;
	}

	.zb-hero {
		grid-template-columns: 43% 57%;
	}

	.zb-hero h1 {
		font-size: 52px;
	}

	.zb-card-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.zb-product-card {
		height: 194px;
	}

	.zb-product-card img {
		height: 106px;
	}

	.zb-export {
		height: auto;
		grid-template-columns: 1fr;
		max-width: 920px;
	}

	.zb-export img {
		height: 170px;
	}

	.zb-stats {
		grid-template-columns: repeat(4, 1fr);
	}

	.zb-footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 820px) {
	body.admin-bar .zb-header-sticky {
		top: 46px;
	}

	.zb-topbar {
		justify-content: flex-start;
	}

	.zb-nav-wrap {
		height: 72px;
		grid-template-columns: 1fr auto;
		padding: 0 16px;
	}

	.zb-logo img {
		width: 120px;
	}

	.zb-menu-toggle {
		display: block;
	}

	.zb-primary-menu {
		position: absolute;
		left: 14px;
		right: 14px;
		top: 100%;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 12px;
		background: #03140f;
		border: 1px solid rgba(212, 154, 47, 0.35);
		border-radius: 6px;
		box-shadow: 0 22px 44px rgba(0, 0, 0, 0.45);
	}

	.zb-primary-menu.is-open {
		display: flex;
	}

	.zb-primary-menu a {
		padding: 14px 12px;
		font-size: 16px;
	}

	.zb-primary-menu a::after {
		bottom: 6px;
	}

	.zb-header-actions {
		display: none;
	}

	.zb-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 30px 16px 28px;
	}

	.zb-hero h1 {
		font-size: 38px;
	}

	.zb-hero h1 span {
		white-space: normal;
	}

	.zb-hero-media {
		min-height: 250px;
		margin: 20px 0 0;
	}

	.zb-hero-media img {
		height: 250px;
	}

	.zb-advantages {
		grid-template-columns: 1fr 1fr;
		margin: 0 16px;
	}

	.zb-advantages article {
		min-height: 96px;
		padding: 17px;
	}

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

	.zb-mini-trust {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		max-width: 420px;
	}

	.zb-export {
		margin: 0 16px;
		grid-template-columns: 1fr;
	}

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

	.zb-testimonials {
		grid-template-columns: 1fr;
	}

	.zb-cert-strip {
		margin-left: 16px;
		margin-right: 16px;
	}

	.zb-cert-strip div {
		grid-template-columns: repeat(2, 1fr);
	}

	.zb-payment {
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-left: 16px;
		padding-right: 16px;
	}

	.zb-form {
		grid-template-columns: 1fr;
	}

	.zb-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.zb-floating-whatsapp {
		right: 16px;
		bottom: 16px;
	}

	.zb-floating-whatsapp a {
		height: 52px;
		padding-left: 52px;
	}

	.zb-floating-whatsapp span {
		display: none;
	}

	.zb-mobile-action-bar {
		display: none;
	}
}

@media (max-width: 560px) {
	.zb-hero-actions .zb-btn {
		width: 100%;
	}

	.zb-card-grid,
	.zb-advantages,
	.zb-stats,
	.zb-footer-grid {
		grid-template-columns: 1fr;
	}

	.zb-product-card {
		height: auto;
	}

	.zb-product-card img {
		height: 150px;
	}

	.zb-cert-strip div {
		grid-template-columns: 1fr;
	}

	.zb-content-wrap {
		font-size: 16px;
	}

	.zb-form-panel {
		padding: 18px;
	}

	.zb-btn {
		width: 100%;
	}
}

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

/* 1.0.2 reference-match refinements */
.zb-shell {
	font-size: 14px;
	line-height: 1.6;
}

.zb-nav-wrap,
.zb-hero,
.zb-section,
.zb-advantages,
.zb-export,
.zb-cert-strip,
.zb-payment,
.zb-footer-grid,
.zb-copyright,
.zb-breadcrumbs {
	width: min(calc(100% - 120px), 1120px);
	max-width: none;
}

.zb-topbar {
	height: 34px;
	color: #f4e4bf;
	border-bottom-color: rgba(212, 154, 47, 0.2);
}

.zb-nav-wrap {
	height: 94px;
	grid-template-columns: 165px 1fr 166px;
	padding: 0;
}

.zb-logo img {
	width: 162px;
	max-height: 72px;
	object-fit: contain;
}

.zb-primary-menu {
	gap: 26px;
}

.zb-primary-menu a {
	font-size: 14px;
	padding-top: 34px;
	padding-bottom: 30px;
}

.zb-primary-menu a::after {
	bottom: 23px;
}

.zb-header-actions .zb-btn-gold {
	width: 108px;
	height: 46px;
	padding: 0;
	font-size: 14px;
}

.zb-icon-btn {
	width: 46px;
	height: 46px;
	border-color: rgba(243, 189, 85, 0.65);
}

.zb-hero {
	min-height: 380px;
	grid-template-columns: 42% 58%;
	padding: 34px 0 32px;
	background: linear-gradient(90deg, #020b08 0%, #03140f 45%, #020b08 100%);
}

.zb-hero-copy {
	max-width: 460px;
}

.zb-kicker {
	font-size: 12px;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
}

.zb-hero h1 {
	position: relative;
	z-index: 4;
	max-width: 520px;
	margin: 0 0 24px;
	font-size: 48px;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.zb-hero-copy > p:not(.zb-kicker) {
	max-width: 390px;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.7;
}

.zb-hero-actions {
	margin: 0 0 18px;
}

.zb-hero-media {
	height: 350px;
	min-height: 350px;
	margin-right: 0;
	border-radius: 0;
}

.zb-hero-media::before {
	background: linear-gradient(90deg, #020b08 0%, rgba(2, 11, 8, 0.55) 18%, rgba(2, 11, 8, 0.12) 42%, transparent 72%);
}

.zb-hero-media img {
	height: 100%;
	border-radius: 0;
}

.zb-advantages {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 0;
}

.zb-advantages article {
	grid-template-columns: 56px 1fr;
	gap: 16px;
	min-height: 84px;
	padding: 24px 28px;
}

.zb-advantages span {
	grid-row: 1 / 3;
	font-size: 42px;
}

.zb-advantages h2,
.zb-advantages p {
	grid-column: 2;
}

.zb-advantages h2 {
	font-size: 15px;
}

.zb-advantages p {
	font-size: 12.5px;
	line-height: 1.45;
	color: #d8e0dc;
}

.zb-section {
	padding-top: 28px;
}

.zb-section-head {
	margin-bottom: 24px;
}

.zb-section-head h2 {
	font-size: 25px;
	letter-spacing: -0.025em;
}

.zb-card-grid {
	gap: 14px;
}

.zb-product-card {
	height: 176px;
	background: rgba(5, 27, 20, 0.96);
	border-color: rgba(212, 154, 47, 0.3);
}

.zb-product-card img {
	height: 92px;
}

.zb-product-card div {
	padding: 10px 13px 12px;
}

.zb-product-card h3 {
	font-size: 15.5px;
	line-height: 1.1;
}

.zb-product-card p {
	font-size: 11.5px;
}

.zb-card-link {
	height: 27px;
	padding: 0 12px;
	border-radius: 3px;
	border-color: rgba(243, 189, 85, 0.55);
}

.zb-mini-trust {
	max-width: none;
	margin-top: 16px;
	margin-bottom: 18px;
	padding-bottom: 0;
	gap: clamp(70px, 10vw, 150px);
}

.zb-mini-trust span {
	font-size: 26px;
}

.zb-mini-trust strong {
	font-size: 12.5px;
}

.zb-mini-trust p {
	font-size: 10.5px;
	color: #b6c3bd;
}

.zb-export {
	min-height: 160px;
	grid-template-columns: 31% 46% 23%;
	gap: 20px;
	margin-top: 12px;
	margin-bottom: 18px;
	padding: 22px 24px;
	background: rgba(5, 27, 20, 0.8);
	border-color: rgba(212, 154, 47, 0.28);
	border-radius: 4px;
}

.zb-export .zb-kicker {
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.05;
}

.zb-export h2 {
	font-size: 24px;
	line-height: 1.05;
}

.zb-export p {
	max-width: 300px;
	font-size: 12.5px;
	line-height: 1.55;
}

.zb-export img {
	height: 142px;
	max-width: 520px;
	margin-inline: auto;
	filter: drop-shadow(0 0 18px rgba(217, 154, 43, 0.22));
}

.zb-stats {
	gap: 7px;
}

.zb-stats strong {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	padding-left: 0;
	font-size: 24px;
}

.zb-stats strong::before {
	position: static;
	grid-row: 1 / 3;
	font-size: 28px;
}

.zb-stats span {
	grid-column: 2;
	font-size: 11.5px;
}

.zb-section[data-zb-section="testimonials"] {
	padding-top: 18px;
	padding-bottom: 16px;
}

.zb-testimonials article {
	position: relative;
	min-height: 92px;
	padding: 16px 18px;
	border-color: rgba(212, 154, 47, 0.3);
	overflow: hidden;
}

.zb-testimonials article::after {
	content: "”";
	position: absolute;
	right: 16px;
	top: 2px;
	color: var(--zm-gold-2);
	font-family: Georgia, serif;
	font-size: 42px;
	line-height: 1;
	opacity: 0.22;
}

.zb-testimonials blockquote {
	color: #f2f6f4;
}

.zb-testimonials::after {
	margin-top: 4px;
}

.zb-cert-strip {
	margin-top: 8px;
	padding-bottom: 22px;
	background: transparent;
	border-top: 0;
}

.zb-cert-strip h2 {
	margin: 0 0 6px;
	font-size: 12px;
}

.zb-cert-strip .zb-certs-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr) 190px;
	align-items: stretch;
	min-height: 64px;
	border: 1px solid rgba(212, 154, 47, 0.28);
	background: rgba(4, 20, 15, 0.92);
}

.zb-cert-strip .zb-certs-row > span {
	min-height: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	border-right: 1px solid rgba(212, 154, 47, 0.18);
	color: var(--zm-gold-2);
	font-size: 21px;
	font-weight: 900;
	line-height: 1;
}

.zb-cert-strip b {
	font: inherit;
}

.zb-cert-strip small {
	color: #ffffff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.zb-payment-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(7, 35, 25, 0.95);
	border-left: 1px solid rgba(212, 154, 47, 0.25);
}

.zb-payment-box strong {
	color: var(--zm-gold-2);
	font-size: 12px;
	font-weight: 800;
}

.zb-payment-box em {
	height: 24px;
	display: inline-flex;
	align-items: center;
	padding: 0 8px;
	border: 1px solid rgba(243, 189, 85, 0.35);
	border-radius: 4px;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.zb-payment {
	display: none;
}

.zb-site-footer {
	padding-top: 24px;
}

.zb-footer-grid {
	grid-template-columns: 1.25fr 0.9fr 0.9fr 0.9fr 1.35fr;
	gap: 34px;
}

.zb-footer-logo {
	width: 145px;
	margin-bottom: 12px;
}

.zb-site-footer h2 {
	margin-bottom: 9px;
}

.zb-site-footer a,
.zb-site-footer p,
.zb-site-footer li {
	font-size: 12px;
	line-height: 1.75;
}

.zb-copyright {
	margin-top: 20px;
	padding-top: 10px;
	font-size: 10.5px;
}

.zb-floating-whatsapp {
	right: 24px;
	bottom: 24px;
	z-index: 9999;
}

.zb-floating-whatsapp a {
	height: 56px;
	padding: 0 20px 0 58px;
	gap: 10px;
}

.zb-floating-whatsapp strong {
	font-size: 13px;
}

.zb-floating-whatsapp span {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 1440px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-payment,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: min(calc(100% - 180px), 1280px);
	}

	.zb-hero-media {
		height: 365px;
		min-height: 365px;
	}
}

@media (max-width: 1280px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-payment,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: calc(100% - 140px);
		max-width: 1080px;
	}

	.zb-hero h1 {
		font-size: 45px;
	}
}

@media (max-width: 1024px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: calc(100% - 48px);
	}

	.zb-hero {
		grid-template-columns: 1fr;
	}

	.zb-hero-media {
		height: 300px;
		min-height: 300px;
		margin-top: 24px;
	}

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

	.zb-export,
	.zb-footer-grid {
		grid-template-columns: 1fr;
	}

	.zb-advantages,
	.zb-export {
		margin-left: auto;
		margin-right: auto;
	}

	.zb-cert-strip .zb-certs-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.zb-payment-box {
		min-height: 58px;
		border-left: 0;
		border-top: 1px solid rgba(212, 154, 47, 0.18);
	}
}

@media (max-width: 600px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: calc(100% - 32px);
	}

	.zb-hero h1 {
		font-size: 36px;
	}

	.zb-hero-media {
		height: 240px;
		min-height: 240px;
	}

	.zb-footer-grid {
		grid-template-columns: 1fr;
	}

	.zb-advantages,
	.zb-export {
		margin-left: auto;
		margin-right: auto;
	}
}

/* 1.0.3 final visual pass */
:root {
	--zm-bg: #020b08;
	--zm-bg-2: #03130e;
	--zm-card: #061b14;
	--zm-card-2: #082219;
	--zm-border: rgba(212, 154, 47, 0.28);
	--zm-border-strong: rgba(243, 189, 85, 0.5);
	--zm-gold: #d99a2b;
	--zm-gold-2: #f3bd55;
	--zm-gold-dark: #9b681d;
	--zm-white: #ffffff;
	--zm-muted: #c8d2cc;
	--zm-soft: #90a49a;
}

.zb-shell {
	background: var(--zm-bg);
	color: var(--zm-white);
	font-family: "Montserrat", "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.zb-main {
	background:
		radial-gradient(circle at 50% 0%, rgba(24, 84, 58, 0.26), transparent 36%),
		linear-gradient(180deg, #020b08 0%, #03120d 45%, #020b08 100%);
}

.zb-hero h1,
.zb-page-hero h1,
.zb-section-head h2,
.zb-export h2,
.zb-product-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.zb-nav-wrap,
.zb-hero,
.zb-section,
.zb-advantages,
.zb-export,
.zb-cert-strip,
.zb-payment,
.zb-footer-grid,
.zb-copyright,
.zb-breadcrumbs {
	width: min(calc(100% - 96px), 1180px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.zb-topbar {
	height: 34px;
	justify-content: center;
	gap: clamp(20px, 3vw, 44px);
	padding: 0 22px;
	background: #020806;
	border-bottom-color: rgba(212, 154, 47, 0.2);
	color: #f4e4bf;
	font-size: 12px;
	font-weight: 600;
}

.zb-topbar span {
	gap: 7px;
}

.zb-site-header {
	background: rgba(2, 12, 8, 0.96);
	border-bottom-color: rgba(212, 154, 47, 0.24);
}

.zb-nav-wrap {
	height: 96px;
	grid-template-columns: 170px minmax(0, 1fr) 170px;
	gap: 24px;
	padding: 0;
}

.zb-logo img {
	width: 165px;
	max-height: 76px;
	object-fit: contain;
}

.zb-primary-menu {
	gap: 26px;
}

.zb-primary-menu a {
	padding: 35px 0 32px;
	font-size: 14px;
	font-weight: 700;
}

.zb-primary-menu a::after {
	bottom: 25px;
	height: 2px;
}

.zb-header-actions .zb-btn-gold {
	width: 108px;
	height: 46px;
	padding: 0;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
}

.zb-icon-btn {
	width: 46px;
	height: 46px;
	border-color: rgba(243, 189, 85, 0.65);
	color: var(--zm-gold-2);
}

.zb-hero {
	position: relative;
	overflow: visible;
	min-height: 390px;
	display: grid;
	grid-template-columns: minmax(0, 39fr) minmax(0, 61fr);
	align-items: center;
	gap: 28px;
	padding: 34px 0 32px;
	background: linear-gradient(90deg, #020b08 0%, #03140f 45%, #020b08 100%);
}

.zb-hero-copy {
	position: relative;
	z-index: 5;
	max-width: 470px;
}

.zb-kicker {
	margin-bottom: 12px;
	color: var(--zm-gold-2);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.zb-hero h1 {
	position: relative;
	z-index: 6;
	max-width: 560px;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: 52px;
	line-height: 1.04;
	letter-spacing: -0.03em;
}

.zb-hero h1 span {
	display: block;
	color: var(--zm-gold-2);
	white-space: nowrap;
}

.zb-hero-copy > p:not(.zb-kicker) {
	max-width: 390px;
	margin: 0 0 18px;
	color: #e5ebe7;
	font-size: 15px;
	line-height: 1.7;
}

.zb-hero-actions {
	gap: 12px;
	margin: 0 0 18px;
}

.zb-hero-actions .zb-btn {
	height: 44px;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 800;
}

.zb-rating {
	gap: 10px;
	font-size: 12px;
	font-weight: 800;
}

.zb-avatars {
	min-width: 72px;
}

.zb-avatars img {
	width: 32px;
	height: 32px;
	margin-left: -8px;
	border: 2px solid #020b08;
	border-radius: 50%;
	object-fit: cover;
}

.zb-hero-media {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 365px;
	min-height: 365px;
	margin-right: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.zb-hero-media::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background: linear-gradient(90deg, #020b08 0%, rgba(2, 11, 8, 0.55) 18%, rgba(2, 11, 8, 0.12) 42%, transparent 72%);
	pointer-events: none;
}

.zb-hero-media::after {
	display: none;
}

.zb-hero-media img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.1) contrast(1.06);
}

.zb-advantages {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
	background: rgba(5, 27, 20, 0.96);
	border: 1px solid rgba(212, 154, 47, 0.25);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
}

.zb-advantages article {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 86px;
	padding: 24px 28px;
	border-right: 1px solid rgba(212, 154, 47, 0.18);
}

.zb-advantages h2,
.zb-advantages p {
	grid-column: 2;
}

.zb-advantages h2 {
	margin: 0 0 2px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.zb-advantages p {
	margin: 0;
	color: #d8e0dc;
	font-size: 12.5px;
	line-height: 1.45;
}

.zb-advantages .zb-line-icon {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	color: var(--zm-gold);
	font-size: 0;
	line-height: 0;
}

.zb-line-icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.zb-section[data-zb-section="categories"] {
	padding-top: 28px;
	padding-bottom: 12px;
}

.zb-section-head {
	margin-bottom: 24px;
}

.zb-section-head span {
	position: relative;
	width: 56px;
	height: 8px;
	display: block;
	margin: 0 auto 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--zm-gold-2), transparent);
	box-shadow: 0 0 14px rgba(243, 189, 85, 0.45);
}

.zb-section-head span::before,
.zb-section-head span::after {
	content: "";
	position: absolute;
	top: 2px;
	width: 5px;
	height: 5px;
	border: 1px solid rgba(243, 189, 85, 0.8);
	transform: rotate(45deg);
}

.zb-section-head span::before {
	left: 12px;
}

.zb-section-head span::after {
	right: 12px;
}

.zb-section-head h2 {
	font-size: 26px;
	line-height: 1.15;
}

.zb-card-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.zb-product-card {
	height: 182px;
	overflow: hidden;
	border: 1px solid rgba(212, 154, 47, 0.3);
	border-radius: 5px;
	background: rgba(5, 27, 20, 0.96);
}

.zb-product-card:hover {
	border-color: rgba(243, 189, 85, 0.6);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
	transform: translateY(-4px);
}

.zb-product-card img {
	height: 96px;
	object-fit: cover;
}

.zb-product-card div {
	padding: 10px 13px 12px;
}

.zb-product-card h3 {
	font-size: 16px;
	line-height: 1.1;
}

.zb-product-card p {
	color: var(--zm-gold-2);
	font-size: 11.5px;
	font-weight: 800;
}

.zb-card-link {
	height: 27px;
	padding: 0 12px;
	border-color: rgba(243, 189, 85, 0.55);
	border-radius: 3px;
	font-size: 11px;
}

.zb-mini-trust {
	margin-top: 16px;
	margin-bottom: 18px;
	padding-bottom: 0;
	gap: clamp(80px, 10vw, 150px);
}

.zb-mini-trust div {
	grid-template-columns: 30px auto;
	gap: 10px;
}

.zb-mini-trust span {
	font-size: 28px;
}

.zb-mini-trust strong {
	font-size: 12.5px;
}

.zb-mini-trust p {
	color: #b6c3bd;
	font-size: 10.5px;
}

.zb-export {
	min-height: 166px;
	display: grid;
	grid-template-columns: minmax(0, 31fr) minmax(0, 46fr) minmax(0, 23fr);
	align-items: center;
	gap: 20px;
	margin-top: 12px;
	margin-bottom: 18px;
	padding: 22px 24px;
	border: 1px solid rgba(212, 154, 47, 0.3);
	border-radius: 4px;
	background: rgba(5, 27, 20, 0.8);
}

.zb-export .zb-kicker {
	margin: 0 0 2px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: none;
}

.zb-export h2 {
	color: var(--zm-gold-2);
	font-size: 24px;
	line-height: 1.05;
}

.zb-export p {
	max-width: 310px;
	color: #e5ebe7;
	font-size: 12.5px;
	line-height: 1.55;
}

.zb-export .zb-btn {
	height: 36px;
	padding: 0 18px;
	font-size: 12px;
}

.zb-export > img {
	width: 100%;
	max-width: 520px;
	height: 124px;
	justify-self: center;
	object-fit: contain;
	filter: drop-shadow(0 0 18px rgba(217, 154, 43, 0.25));
}

.zb-stats {
	gap: 7px;
}

.zb-stats strong {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 8px;
	padding-left: 0;
	color: var(--zm-gold-2);
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
}

.zb-stats strong::before {
	position: static;
	grid-row: 1 / 3;
	color: var(--zm-gold);
	font-size: 28px;
	line-height: 1;
}

.zb-stats span {
	grid-column: 2;
	color: #ffffff;
	font-size: 11.5px;
	line-height: 1.25;
}

.zb-section[data-zb-section="testimonials"] {
	padding-top: 18px;
	padding-bottom: 16px;
}

.zb-section[data-zb-section="testimonials"] .zb-section-head h2 {
	font-size: 22px;
}

.zb-testimonials {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.zb-testimonials article {
	position: relative;
	min-height: 98px;
	padding: 16px 18px;
	overflow: hidden;
	border: 1px solid rgba(212, 154, 47, 0.3);
	border-radius: 5px;
	background: rgba(5, 27, 20, 0.9);
}

.zb-testimonials article::after {
	right: 16px;
	top: 12px;
	font-size: 46px;
	opacity: 0.22;
}

.zb-testimonials p {
	margin-bottom: 6px;
	color: var(--zm-gold-2);
	font-size: 12px;
	letter-spacing: 1px;
}

.zb-testimonials blockquote {
	color: #f2f6f4;
	font-size: 12.5px;
	line-height: 1.45;
}

.zb-testimonial-person {
	gap: 10px;
	margin-top: 10px;
}

.zb-testimonial-person img {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(243, 189, 85, 0.45);
}

.zb-testimonial-person strong {
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.zb-testimonial-person em {
	color: var(--zm-gold-2);
	font-size: 11px;
	font-weight: 700;
}

.zb-testimonials::after {
	margin-top: 4px;
}

.zb-cert-strip {
	margin-top: 8px;
	margin-bottom: 22px;
	padding-bottom: 0;
	border-top: 0;
	background: transparent;
	text-align: center;
}

.zb-cert-strip h2 {
	margin: 0 0 6px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
}

.zb-cert-strip .zb-certs-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr)) 210px;
	align-items: stretch;
	min-height: 66px;
	border: 1px solid rgba(212, 154, 47, 0.3);
	background: rgba(4, 20, 15, 0.92);
}

.zb-cert-strip .zb-certs-row > span {
	position: relative;
	z-index: 0;
	min-height: 66px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	overflow: hidden;
	border-right: 1px solid rgba(212, 154, 47, 0.18);
	color: var(--zm-gold-2);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 0 12px rgba(243, 189, 85, 0.16);
}

.zb-cert-strip .zb-certs-row > span::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 10px 18px;
	border: 1px solid rgba(243, 189, 85, 0.22);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(243, 189, 85, 0.08), transparent 65%);
}

.zb-cert-strip .zb-certs-row > span b,
.zb-cert-strip .zb-certs-row > span small {
	position: relative;
	z-index: 1;
}

.zb-cert-strip .zb-certs-row > span b {
	font: inherit;
}

.zb-cert-strip .zb-certs-row > span small {
	color: #ffffff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.zb-cert-tse::before {
	inset: 17px 42px !important;
	border-radius: 2px !important;
	transform: rotate(45deg);
}

.zb-cert-gmp b,
.zb-cert-fda b {
	letter-spacing: 0.06em;
	-webkit-text-stroke: 0.4px rgba(255, 255, 255, 0.3);
}

.zb-cert-quality::before {
	inset: 8px auto auto 50% !important;
	width: 48px;
	height: 48px;
	border-radius: 50% !important;
	transform: translateX(-50%);
}

.zb-payment-box {
	min-height: 66px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 8px;
	padding: 8px 10px;
	border-left: 1px solid rgba(212, 154, 47, 0.25);
	background: rgba(7, 35, 25, 0.95);
}

.zb-payment-box strong {
	flex-basis: 100%;
	color: var(--zm-gold-2);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.zb-payment-box em {
	height: 24px;
	display: inline-flex;
	align-items: center;
	padding: 0 8px;
	border: 1px solid rgba(243, 189, 85, 0.35);
	border-radius: 4px;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.zb-payment {
	display: none;
}

.zb-site-footer {
	padding: 24px 0 12px;
	background: #020906;
	border-top: 1px solid rgba(212, 154, 47, 0.2);
}

.zb-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.9fr 0.9fr 0.9fr 1.35fr;
	align-items: start;
	gap: 34px;
}

.zb-footer-logo {
	width: 150px;
	margin-bottom: 12px;
}

.zb-socials {
	gap: 7px;
	margin-top: 0;
}

.zb-socials a {
	width: 26px;
	height: 26px;
	border-color: rgba(243, 189, 85, 0.45);
	color: var(--zm-gold-2);
}

.zb-site-footer h2 {
	margin-bottom: 9px;
	color: var(--zm-gold-2);
	font-size: 13px;
	font-weight: 800;
}

.zb-site-footer a,
.zb-site-footer p,
.zb-site-footer li {
	color: #c7d1cb;
	font-size: 12px;
	line-height: 1.75;
}

.zb-newsletter input {
	height: 38px;
	min-height: 38px;
	border-color: rgba(212, 154, 47, 0.25);
	border-radius: 4px 0 0 4px;
	background: #020b08;
	color: #ffffff;
}

.zb-newsletter button {
	width: 42px;
	min-width: 42px;
	border-radius: 0 4px 4px 0;
	background: #d99a2b;
}

.zb-copyright {
	margin-top: 20px;
	padding-top: 10px;
	border-top-color: rgba(212, 154, 47, 0.14);
	color: #aebbb5;
	font-size: 10.5px;
}

.zb-floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
}

.zb-floating-whatsapp a {
	min-width: 246px;
	height: 56px;
	padding: 0 20px 0 58px;
	border-radius: 999px;
	background: #20c765;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.zb-floating-whatsapp a::before {
	left: 14px;
	top: 11px;
	width: 34px;
	height: 34px;
}

.zb-floating-whatsapp strong {
	font-size: 13px;
	font-weight: 800;
}

.zb-floating-whatsapp span {
	color: rgba(255, 255, 255, 0.88);
	font-size: 10px;
}

@media (min-width: 1440px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-payment,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: min(calc(100% - 180px), 1280px);
	}

	.zb-hero-media {
		height: 365px;
		min-height: 365px;
	}
}

@media (max-width: 1280px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-payment,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: calc(100% - 120px);
		max-width: 1080px;
	}

	.zb-hero h1 {
		font-size: 48px;
	}
}

@media (max-width: 1024px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: calc(100% - 48px);
	}

	.zb-hero {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.zb-hero h1 span {
		white-space: normal;
	}

	.zb-hero-media {
		height: 300px;
		min-height: 300px;
		margin-top: 0;
	}

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

	.zb-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.zb-export {
		grid-template-columns: 1fr;
	}

	.zb-export > img {
		height: 150px;
	}

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

	.zb-testimonials {
		grid-template-columns: 1fr;
	}

	.zb-cert-strip .zb-certs-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zb-payment-box {
		border-top: 1px solid rgba(212, 154, 47, 0.18);
		border-left: 0;
	}

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

@media (max-width: 600px) {
	.zb-nav-wrap,
	.zb-hero,
	.zb-section,
	.zb-advantages,
	.zb-export,
	.zb-cert-strip,
	.zb-footer-grid,
	.zb-copyright,
	.zb-breadcrumbs {
		width: calc(100% - 32px);
	}

	.zb-nav-wrap {
		height: 72px;
	}

	.zb-logo img {
		width: 120px;
	}

	.zb-hero h1 {
		font-size: 36px;
	}

	.zb-hero-media {
		height: 240px;
		min-height: 240px;
	}

	.zb-advantages {
		grid-template-columns: 1fr;
	}

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

	.zb-product-card {
		height: auto;
	}

	.zb-footer-grid {
		grid-template-columns: 1fr;
	}

	.zb-floating-whatsapp {
		right: 14px;
		bottom: 14px;
	}

	.zb-floating-whatsapp a {
		min-width: 0;
		height: 52px;
		padding-right: 14px;
	}
}

/* 1.0.6 fullscreen hero and permission-safe install pass */
.zb-hero {
	width: 100%;
	max-width: none;
	min-height: calc(100vh - 130px);
	min-height: calc(100svh - 130px);
	grid-template-columns: minmax(360px, 39%) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 62px);
	padding:
		clamp(42px, 5.5vh, 78px)
		max(48px, calc((100vw - 1280px) / 2))
		clamp(42px, 5vh, 76px);
	overflow: hidden;
	background:
		radial-gradient(ellipse at 76% 45%, rgba(243, 189, 85, 0.2), transparent 30%),
		radial-gradient(circle at 42% 0%, rgba(24, 84, 58, 0.28), transparent 34%),
		linear-gradient(90deg, #020806 0%, #03140f 44%, #020806 100%);
}

.zb-hero-copy {
	max-width: 570px;
}

.zb-hero h1 {
	max-width: 660px;
	font-size: clamp(52px, 4.4vw, 72px);
	line-height: 1.02;
}

.zb-hero-copy > p:not(.zb-kicker) {
	max-width: 430px;
}

.zb-hero-media {
	height: min(64vh, 620px);
	min-height: 430px;
	align-self: center;
}

.zb-hero-media::before {
	background: linear-gradient(90deg, #020b08 0%, rgba(2, 11, 8, 0.5) 16%, rgba(2, 11, 8, 0.08) 42%, transparent 74%);
}

.zb-hero-media img {
	height: 100%;
	object-position: center;
}

@media (max-width: 1280px) {
	.zb-hero {
		width: 100%;
		max-width: none;
		min-height: calc(100vh - 130px);
		min-height: calc(100svh - 130px);
		padding-left: 60px;
		padding-right: 60px;
		grid-template-columns: minmax(360px, 40%) minmax(0, 1fr);
	}

	.zb-hero h1 {
		font-size: clamp(48px, 4.3vw, 56px);
	}

	.zb-hero-media {
		height: min(58vh, 500px);
		min-height: 365px;
	}
}

@media (max-width: 1024px) {
	.zb-hero {
		min-height: calc(100vh - 106px);
		min-height: calc(100svh - 106px);
		grid-template-columns: 1fr;
		padding: 42px 24px;
	}

	.zb-hero-copy {
		max-width: 720px;
	}

	.zb-hero h1 {
		max-width: 720px;
		font-size: clamp(42px, 7vw, 58px);
	}

	.zb-hero h1 span {
		white-space: normal;
	}

	.zb-hero-media {
		height: 42vh;
		min-height: 300px;
	}
}

@media (max-width: 600px) {
	.zb-hero {
		width: 100%;
		min-height: calc(100vh - 106px);
		min-height: calc(100svh - 106px);
		padding: 30px 16px 26px;
	}

	.zb-hero h1 {
		font-size: clamp(36px, 11vw, 44px);
	}

	.zb-hero-copy > p:not(.zb-kicker) {
		font-size: 14px;
	}

	.zb-hero-media {
		height: 38vh;
		min-height: 240px;
	}
}

/* 1.0.7 generated 4K full-background hero image */
.zb-hero {
	isolation: isolate;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: none;
	min-height: calc(100vh - 130px);
	min-height: calc(100svh - 130px);
	padding:
		clamp(46px, 6vh, 84px)
		max(48px, calc((100vw - 1280px) / 2))
		clamp(46px, 6vh, 84px);
	background: #020806;
}

.zb-hero::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 8, 6, 0.98) 0%, rgba(2, 8, 6, 0.88) 24%, rgba(2, 8, 6, 0.52) 43%, rgba(2, 8, 6, 0.14) 72%, rgba(2, 8, 6, 0.28) 100%),
		linear-gradient(180deg, rgba(2, 8, 6, 0.38) 0%, transparent 38%, rgba(2, 8, 6, 0.5) 100%);
	pointer-events: none;
}

.zb-hero::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	background: linear-gradient(180deg, transparent, #020b08);
	pointer-events: none;
}

.zb-hero-copy {
	position: relative;
	z-index: 4;
	max-width: 570px;
}

.zb-hero-media {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background-image: url("../../assets/images/gaziantep-baklava-hero-full.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.zb-hero-media::before,
.zb-hero-media::after {
	display: none;
}

.zb-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
}

.zb-hero h1 {
	max-width: 660px;
	font-size: clamp(52px, 4.5vw, 72px);
	line-height: 1.02;
	text-shadow: 0 4px 26px rgba(0, 0, 0, 0.35);
}

.zb-hero-copy > p:not(.zb-kicker) {
	max-width: 430px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.zb-hero-actions,
.zb-rating {
	position: relative;
	z-index: 4;
}

@media (max-width: 1280px) {
	.zb-hero {
		padding-left: 60px;
		padding-right: 60px;
	}

	.zb-hero h1 {
		font-size: clamp(48px, 4.3vw, 58px);
	}
}

@media (max-width: 1024px) {
	.zb-hero {
		min-height: calc(100vh - 106px);
		min-height: calc(100svh - 106px);
		padding: 42px 24px;
	}

	.zb-hero-copy {
		max-width: 680px;
	}

	.zb-hero h1 {
		max-width: 680px;
		font-size: clamp(42px, 7vw, 58px);
	}

	.zb-hero h1 span {
		white-space: normal;
	}

	.zb-hero::before {
		background:
			linear-gradient(90deg, rgba(2, 8, 6, 0.98) 0%, rgba(2, 8, 6, 0.84) 42%, rgba(2, 8, 6, 0.34) 100%),
			linear-gradient(180deg, rgba(2, 8, 6, 0.44) 0%, transparent 42%, rgba(2, 8, 6, 0.6) 100%);
	}
}

@media (max-width: 600px) {
	.zb-hero {
		min-height: calc(100vh - 106px);
		min-height: calc(100svh - 106px);
		padding: 30px 16px 28px;
	}

	.zb-hero h1 {
		font-size: clamp(36px, 11vw, 44px);
	}

	.zb-hero-copy > p:not(.zb-kicker) {
		font-size: 14px;
	}

	.zb-hero-media {
		background-position: 58% center;
	}
}

/* 1.0.8 wider inner pages and mobile symmetry pass */
.zb-page-hero,
.zb-content-wrap,
.zb-alert,
.zb-breadcrumbs {
	width: min(calc(100% - 96px), 1180px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.zb-breadcrumbs {
	padding: 0;
}

.zb-page-hero {
	position: relative;
	isolation: isolate;
	min-height: 292px;
	display: grid;
	align-content: center;
	overflow: hidden;
	margin-top: 26px;
	padding: clamp(48px, 6vw, 78px) clamp(30px, 5vw, 72px);
	border: 1px solid rgba(212, 154, 47, 0.24);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(2, 8, 6, 0.98) 0%, rgba(3, 19, 14, 0.92) 43%, rgba(3, 19, 14, 0.58) 100%),
		url("../../assets/images/gaziantep-baklava-hero-full.webp") center right / cover no-repeat;
	text-align: left;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.zb-page-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		radial-gradient(circle at 82% 46%, rgba(243, 189, 85, 0.2), transparent 24%),
		linear-gradient(180deg, transparent 0%, rgba(2, 8, 6, 0.58) 100%);
}

.zb-page-hero::after {
	content: "";
	position: absolute;
	right: clamp(20px, 4vw, 54px);
	bottom: clamp(18px, 4vw, 44px);
	width: clamp(86px, 12vw, 160px);
	height: clamp(86px, 12vw, 160px);
	border: 1px solid rgba(243, 189, 85, 0.26);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(243, 189, 85, 0.1), transparent 68%);
	opacity: 0.85;
}

.zb-page-hero .zb-kicker,
.zb-page-hero h1,
.zb-page-hero p {
	position: relative;
	z-index: 1;
}

.zb-page-hero h1 {
	max-width: 780px;
	font-size: clamp(42px, 5.2vw, 68px);
	line-height: 1;
}

.zb-page-hero p:last-child {
	max-width: 690px;
	margin: 18px 0 0;
	color: #e9f0ec;
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.65;
}

.zb-content-wrap {
	position: relative;
	display: flow-root;
	padding: clamp(34px, 4vw, 54px) 0 clamp(62px, 7vw, 92px);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
}

.zb-content-wrap::before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0;
	top: 18px;
	width: min(36vw, 430px);
	height: min(36vw, 430px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(217, 154, 43, 0.1), transparent 68%);
	pointer-events: none;
}

.zb-content-wrap > * {
	position: relative;
	z-index: 1;
}

.zb-content-wrap > p {
	max-width: 860px;
	margin-bottom: 18px;
	color: #e4ebe7;
}

.zb-content-wrap > p:first-child {
	max-width: 940px;
	padding: 20px 24px;
	border: 1px solid rgba(212, 154, 47, 0.24);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(6, 27, 20, 0.92), rgba(4, 15, 11, 0.74)),
		radial-gradient(circle at 100% 0%, rgba(243, 189, 85, 0.12), transparent 34%);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.zb-content-wrap .zb-card-grid {
	width: 100%;
	margin-top: 28px;
}

.zb-feature-media {
	position: relative;
	margin: 34px 0;
	border-color: rgba(212, 154, 47, 0.32);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.zb-feature-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 8, 6, 0.14), transparent 42%, rgba(217, 154, 43, 0.12));
	pointer-events: none;
}

.zb-feature-media img {
	width: 100%;
	height: clamp(300px, 32vw, 440px);
	object-fit: cover;
	transition: transform 0.45s ease, filter 0.45s ease;
}

.zb-feature-media:hover img {
	transform: scale(1.035);
	filter: saturate(1.08) contrast(1.04);
}

.zb-form-panel,
.zb-faq details {
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(6, 27, 20, 0.94), rgba(3, 17, 13, 0.86)),
		radial-gradient(circle at 100% 0%, rgba(243, 189, 85, 0.1), transparent 30%);
}

@media (min-width: 1440px) {
	.zb-page-hero,
	.zb-content-wrap,
	.zb-alert,
	.zb-breadcrumbs {
		width: min(calc(100% - 180px), 1280px);
	}
}

@media (max-width: 1280px) {
	.zb-page-hero,
	.zb-content-wrap,
	.zb-alert,
	.zb-breadcrumbs {
		width: calc(100% - 120px);
		max-width: 1080px;
	}
}

@media (max-width: 820px) {
	.zb-topbar {
		height: auto;
		min-height: 38px;
		justify-content: flex-start;
		gap: 8px;
		padding: 7px 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.zb-topbar span {
		flex: 0 0 auto;
		max-width: calc(100vw - 28px);
		min-height: 26px;
		padding: 6px 10px;
		border: 1px solid rgba(212, 154, 47, 0.2);
		border-radius: 999px;
		background: rgba(6, 27, 20, 0.72);
		color: #f4e4bf;
		font-size: 10.5px;
		line-height: 1.2;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.zb-nav-wrap {
		width: calc(100% - 32px);
		height: 74px;
		grid-template-columns: 132px 44px;
		justify-content: space-between;
		gap: 12px;
		padding: 0;
	}

	.zb-logo img {
		width: 132px;
		max-height: 62px;
	}

	.zb-menu-toggle {
		width: 42px;
		height: 42px;
		justify-self: end;
	}

	.zb-primary-menu {
		left: 0;
		right: 0;
		border-radius: 8px;
	}

	.zb-page-hero,
	.zb-content-wrap,
	.zb-alert,
	.zb-breadcrumbs {
		width: calc(100% - 32px);
	}

	.zb-page-hero {
		min-height: 238px;
		margin-top: 16px;
		padding: 34px 20px;
		border-radius: 7px;
		background:
			linear-gradient(90deg, rgba(2, 8, 6, 0.98) 0%, rgba(2, 8, 6, 0.86) 58%, rgba(2, 8, 6, 0.54) 100%),
			url("../../assets/images/gaziantep-baklava-hero-full.webp") 62% center / cover no-repeat;
	}

	.zb-page-hero h1 {
		font-size: clamp(34px, 9vw, 48px);
	}

	.zb-page-hero p:last-child {
		max-width: 100%;
		font-size: 14.5px;
	}

	.zb-content-wrap {
		padding-top: 28px;
		font-size: 15px;
	}

	.zb-content-wrap > p:first-child {
		padding: 16px;
	}

	.zb-feature-media {
		margin: 24px 0;
	}

	.zb-feature-media img {
		height: clamp(220px, 54vw, 320px);
	}

	.zb-form {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.zb-topbar {
		padding-left: 10px;
		padding-right: 10px;
	}

	.zb-nav-wrap {
		width: calc(100% - 28px);
	}

	.zb-page-hero,
	.zb-content-wrap,
	.zb-alert,
	.zb-breadcrumbs {
		width: calc(100% - 28px);
	}

	.zb-page-hero {
		text-align: left;
	}

	.zb-page-hero::after {
		width: 72px;
		height: 72px;
		right: 14px;
		bottom: 14px;
	}
}

/* 1.0.9 blog, 404 and export map pass */
.zb-blog-layout,
.zb-not-found {
	width: min(calc(100% - 96px), 1180px);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.zb-blog-hero {
	background:
		linear-gradient(90deg, rgba(2, 8, 6, 0.98) 0%, rgba(2, 8, 6, 0.84) 46%, rgba(2, 8, 6, 0.44) 100%),
		url("../../assets/images/fistikli-baklava.webp") center right / cover no-repeat;
}

.zb-blog-layout {
	padding: 34px 0 76px;
}

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

.zb-blog-card {
	overflow: hidden;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(7, 30, 22, 0.96), rgba(3, 14, 10, 0.96)),
		radial-gradient(circle at 100% 0%, rgba(243, 189, 85, 0.12), transparent 30%);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.26);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.zb-blog-card:hover {
	border-color: rgba(243, 189, 85, 0.58);
	box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
	transform: translateY(-5px);
}

.zb-blog-card-image {
	display: block;
	height: 210px;
	overflow: hidden;
	background: #03110d;
}

.zb-blog-card-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.42s ease, filter 0.42s ease;
}

.zb-blog-card:hover .zb-blog-card-image img {
	transform: scale(1.06);
	filter: saturate(1.08) contrast(1.04);
}

.zb-blog-card-body {
	padding: 18px 18px 20px;
}

.zb-blog-card time {
	display: inline-flex;
	margin-bottom: 9px;
	color: var(--zm-gold-2);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.zb-blog-card h2 {
	margin: 0 0 10px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 21px;
	line-height: 1.14;
}

.zb-blog-card h2 a {
	color: #ffffff;
	text-decoration: none;
}

.zb-blog-card p {
	margin: 0 0 16px;
	color: #d7e0db;
	font-size: 13px;
	line-height: 1.6;
}

.zb-blog-empty {
	grid-column: 1 / -1;
	padding: 32px;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 8px;
	background: rgba(6, 27, 20, 0.9);
	text-align: center;
}

.zb-pagination {
	margin-top: 30px;
}

.zb-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zb-pagination a,
.zb-pagination span {
	min-width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 6px;
	background: rgba(6, 27, 20, 0.9);
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

.zb-pagination .current {
	background: linear-gradient(180deg, #f3bd55, #c88722);
	color: #07100c;
}

.zb-not-found {
	position: relative;
	isolation: isolate;
	min-height: calc(100vh - 210px);
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
	margin-top: 34px;
	margin-bottom: 70px;
	padding: clamp(42px, 6vw, 84px);
	overflow: hidden;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 10px;
	background:
		linear-gradient(90deg, rgba(2, 8, 6, 0.98) 0%, rgba(3, 19, 14, 0.88) 48%, rgba(3, 19, 14, 0.55) 100%),
		url("../../assets/images/gaziantep-baklava-hero-full.webp") center right / cover no-repeat;
	box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

.zb-not-found::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		radial-gradient(circle at 72% 48%, rgba(243, 189, 85, 0.2), transparent 28%),
		linear-gradient(180deg, transparent, rgba(2, 8, 6, 0.64));
}

.zb-not-found h1 {
	margin: 0;
	color: var(--zm-gold-2);
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(86px, 12vw, 168px);
	line-height: 0.86;
	text-shadow: 0 0 34px rgba(243, 189, 85, 0.18);
}

.zb-not-found h2 {
	max-width: 680px;
	margin: 18px 0 14px;
	color: #ffffff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1.05;
}

.zb-not-found p {
	max-width: 580px;
	margin: 0;
	color: #e5ebe7;
	font-size: 15px;
	line-height: 1.7;
}

.zb-404-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.zb-404-search {
	padding: 24px;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 8px;
	background: rgba(5, 27, 20, 0.88);
	backdrop-filter: blur(6px);
}

.zb-404-search label {
	display: block;
	margin-bottom: 10px;
	color: var(--zm-gold-2);
	font-size: 13px;
	font-weight: 900;
}

.zb-404-search div {
	display: flex;
}

.zb-404-search input {
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(212, 154, 47, 0.28);
	border-radius: 6px 0 0 6px;
	background: #020806;
	color: #ffffff;
	padding: 0 14px;
}

.zb-404-search button {
	min-width: 78px;
	border: 0;
	border-radius: 0 6px 6px 0;
	background: linear-gradient(180deg, #f3bd55, #c88722);
	color: #07100c;
	font-weight: 900;
}

.zb-export {
	min-height: 224px;
	grid-template-columns: minmax(0, 28fr) minmax(0, 52fr) minmax(0, 20fr);
	padding: 26px 28px;
}

.zb-export > img {
	max-width: 790px;
	height: 190px;
	transform: scale(1.06);
	filter: drop-shadow(0 0 26px rgba(243, 189, 85, 0.34));
}

@media (min-width: 1440px) {
	.zb-blog-layout,
	.zb-not-found {
		width: min(calc(100% - 180px), 1280px);
	}

	.zb-export > img {
		height: 210px;
		max-width: 860px;
	}
}

@media (max-width: 1280px) {
	.zb-blog-layout,
	.zb-not-found {
		width: calc(100% - 120px);
		max-width: 1080px;
	}

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

	.zb-export > img {
		height: 176px;
	}
}

@media (max-width: 1024px) {
	.zb-not-found {
		grid-template-columns: 1fr;
	}

	.zb-export {
		grid-template-columns: 1fr;
	}

	.zb-export > img {
		height: 220px;
		max-width: 100%;
		transform: none;
	}
}

@media (max-width: 820px) {
	.zb-blog-layout,
	.zb-not-found {
		width: calc(100% - 32px);
	}

	.zb-blog-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.zb-blog-card-image {
		height: 220px;
	}

	.zb-not-found {
		min-height: auto;
		margin-top: 18px;
		margin-bottom: 46px;
		padding: 34px 20px;
		border-radius: 8px;
	}

	.zb-404-search {
		padding: 18px;
	}
}

@media (max-width: 600px) {
	.zb-blog-layout,
	.zb-not-found {
		width: calc(100% - 28px);
	}

	.zb-blog-layout {
		padding-top: 24px;
	}

	.zb-blog-card-image {
		height: 190px;
	}

	.zb-blog-card-body {
		padding: 16px;
	}

	.zb-not-found h1 {
		font-size: 86px;
	}

	.zb-404-actions .zb-btn {
		width: 100%;
	}

	.zb-export > img {
		height: 158px;
	}
}
