/* ========================================
   ZENMARK LANDING CSS
   Только для шаблона лендингов
======================================== */

/* ========================================
   1. LANDING TEMPLATE — базовый каркас
======================================== */

.zm-landing-template,
.zm-landing-template .zm-landing-main,
.zm-landing-template .zm-landing-article,
.zm-landing-template .zm-landing-content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.zm-landing-template {
	background: radial-gradient(circle at 50% -20%, #121826 0%, #07090D 60%, #000000 100%);
	color: #E6EDF3;
	overflow-x: hidden;
}

/* GLOBAL SUBTLE OVERLAY — depth */

.zm-landing-template::before {
	content: "";
	position: fixed;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.03), transparent 60%);
	pointer-events: none;
	z-index: 0;
}

.zm-landing-template .zm-landing-content > * {
	margin-top: 0;
	margin-bottom: 0;
}

.zm-landing-template .zm-landing-content .wp-block-group,
.zm-landing-template .zm-landing-content .wp-block-cover,
.zm-landing-template .zm-landing-content .wp-block-columns {
	max-width: 100%;
}

.zm-landing-template .entry-title,
.zm-landing-template .zm-landing-content .entry-title,
.zm-landing-template .zm-landing-content > h1:first-child {
	display: none !important;
}

/* ========================================
   2. HERO / LOGO
======================================== */

/* STORE LOGO — DISABLED ONLY ON LANDING TEMPLATE */

body.page-template-template-zenmark-landing .zm-logo-badge,
body.page-template-template-zenmark-landing-php .zm-logo-badge {
	display: none !important;
}

/* HERO CONTAINER */

.zm-landing-template .zm-hero-glow {
	position: relative;
	overflow: hidden;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	border-radius: 0 !important;
	isolation: isolate;
	background: transparent;
}

/* INNER */

.zm-landing-template .zm-hero-glow__inner {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 120px 72px 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.zm-landing-template .zm-hero-glow__content {
	max-width: 900px;
	margin: 0 auto;
}

/* TYPOGRAPHY */

.zm-landing-template .zm-hero-glow__title {
	margin: 0;
	color: #F2F6FA;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1;
	font-weight: 800;
}

.zm-landing-template .zm-hero-glow__text {
	margin-top: 24px;
	color: rgba(200,210,220,0.70);
	font-size: 18px;
	line-height: 1.6;
}

.zm-landing-template .zm-hero-glow__text p {
	margin: 0 0 14px;
}

.zm-landing-template .zm-hero-glow__text p:last-child {
	margin-bottom: 0;
}

/* BUTTONS */

.zm-landing-template .zm-hero-glow__actions {
	margin-top: 32px;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.zm-landing-template .zm-hero-glow__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	min-height: 48px;
	transition: transform 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}

.zm-landing-template .zm-hero-glow__btn:hover {
	transform: translateY(-1px);
}

.zm-landing-template .zm-hero-glow__btn--primary {
	background: #32c6e8;
	color: #000;
}

.zm-landing-template .zm-hero-glow__btn--secondary {
	background: transparent;
	border: 1px solid rgba(50,198,232,0.35);
	color: #c7f5ff;
}

/* HERO TECHNOLOGIES */

.zm-landing-template .zm-hero-tech {
	margin-top: 34px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 56px;
	flex-wrap: nowrap;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.zm-landing-template .zm-hero-tech__item {
	flex: 0 1 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.zm-landing-template .zm-hero-tech__logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* OPTIONAL: FIXED HEIGHT FOR TECHNOLOGY LOGOS */
/*
.zm-landing-template .zm-hero-tech__logo {
	height: 60px;
}
*/

.zm-landing-template .zm-hero-tech__logo img {
	display: block;
	max-width: 220px;
	width: 100%;
	height: auto;
}

/* OPTIONAL: FIXED IMAGE HEIGHT FOR TECHNOLOGY LOGOS */
/*
.zm-landing-template .zm-hero-tech__logo img {
	height: 48px;
	width: auto;
}
*/

.zm-landing-template .zm-hero-tech__text {
	margin-top: 12px;
	max-width: 240px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(200,210,220,0.72);
	text-align: center;
}

.zm-landing-template .zm-hero-tech__text p {
	margin: 0;
}

/* MODEL LOGO */

.zm-landing-template .zm-hero-model-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.zm-landing-template .zm-hero-model-logo--top {
	margin-top: 0;
	margin-bottom: 28px;
}

.zm-landing-template .zm-hero-model-logo--bottom {
	margin-top: 70px;
	margin-bottom: 0;
}

.zm-landing-template .zm-hero-model-logo img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.96;
	filter: drop-shadow(0 6px 18px rgba(0,0,0,0.45));
	position: relative;
	z-index: 2;
}

.zm-landing-template .zm-hero-model-logo--sm img {
	max-width: 180px;
}

.zm-landing-template .zm-hero-model-logo--md img {
	max-width: 280px;
}

.zm-landing-template .zm-hero-model-logo--lg img {
	max-width: 420px;
}

/* MODEL LOGO — DIVIDER */

.zm-landing-template .zm-hero-model-logo::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 88%;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(200,116,47,0.00) 10%,
		rgba(200,116,47,0.82) 24%,
		rgba(200,116,47,1.00) 50%,
		rgba(200,116,47,0.82) 76%,
		rgba(200,116,47,0.00) 90%,
		transparent 100%
	);
	z-index: 3;
}

.zm-landing-template .zm-hero-model-logo::after {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
	height: 220px;
	background: radial-gradient(
		ellipse 65% 100% at 50% 0%,
		rgba(200,116,47,0.10) 0%,
		rgba(200,116,47,0.06) 22%,
		rgba(200,116,47,0.03) 42%,
		rgba(200,116,47,0.012) 58%,
		transparent 74%
	);
	pointer-events: none;
	z-index: 1;
}

.zm-landing-template .zm-hero-model-logo--top::before {
	top: -10px;
}

.zm-landing-template .zm-hero-model-logo--top::after {
	top: -8px;
}

/* ========================================
   3. FULL IMAGE SECTION
======================================== */

.zm-landing-template .zm-landing-image-section {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 32px;
	text-align: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* DISABLED GLOBAL GLOW — IMAGE SECTION */
/*
.zm-landing-template .zm-landing-image-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(200,116,47,0.06), transparent 60%);
	pointer-events: none;
}
*/

.zm-landing-template .zm-landing-image-section figure,
.zm-landing-template .zm-landing-image-section .wp-block-image,
.zm-landing-template .zm-landing-image-section picture {
	position: relative;
	z-index: 1;
	margin: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.zm-landing-template .zm-landing-image-section img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	height: auto;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

/* ========================================
   4. DUAL LIST BLOCK — Core Features + Connectivity
======================================== */

.zm-landing-template .zm-landing-dual-list {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 32px 40px;
	background: none !important;
}

.zm-landing-template .zm-landing-dual-list::before,
.zm-landing-template .zm-landing-dual-list::after {
	display: none !important;
	content: none !important;
}

.zm-landing-template .zm-landing-dual-list__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	align-items: start;
}

.zm-landing-template .zm-landing-dual-list__col {
	position: relative;
	padding-top: 58px;
	display: flex;
	justify-content: center;
}

.zm-landing-template .zm-landing-dual-list__col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 88%;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(200,116,47,0.00) 10%,
		rgba(200,116,47,0.82) 24%,
		rgba(200,116,47,1.00) 50%,
		rgba(200,116,47,0.82) 76%,
		rgba(200,116,47,0.00) 90%,
		transparent 100%
	);
	z-index: 3;
}

.zm-landing-template .zm-landing-dual-list__col::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
	height: 260px;
	background: radial-gradient(
		ellipse 65% 100% at 50% 0%,
		rgba(200,116,47,0.10) 0%,
		rgba(200,116,47,0.06) 22%,
		rgba(200,116,47,0.03) 42%,
		rgba(200,116,47,0.012) 58%,
		transparent 74%
	);
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent 0%,
		rgba(0,0,0,0.12) 12%,
		rgba(0,0,0,1) 28%,
		rgba(0,0,0,1) 72%,
		rgba(0,0,0,0.12) 88%,
		transparent 100%
	);
	mask-image: linear-gradient(
		90deg,
		transparent 0%,
		rgba(0,0,0,0.12) 12%,
		rgba(0,0,0,1) 28%,
		rgba(0,0,0,1) 72%,
		rgba(0,0,0,0.12) 88%,
		transparent 100%
	);
	pointer-events: none;
	z-index: 1;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section {
	position: relative;
	z-index: 2;
	width: min(100%, 430px);
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: transparent;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section::before,
.zm-landing-template .zm-landing-dual-list .zm-landing-list-section::after {
	display: none !important;
	content: none !important;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section h2 {
	margin: 0 0 26px;
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.08;
	font-weight: 800;
	color: #F1F5F9;
	text-align: left;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section li {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.65;
	color: #AAB4C0;
	text-align: left;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section li:last-child {
	margin-bottom: 0;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section li::before {
	content: "• ";
	font-weight: 700;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section--features li::before {
	color: #32c6e8;
}

.zm-landing-template .zm-landing-dual-list .zm-landing-list-section--connections li::before {
	color: #C8742F;
}

/* ========================================
   5. MIDDLE CTA BLOCK
======================================== */

.zm-landing-template .zm-landing-cta-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 32px 72px;
}

.zm-landing-template .zm-landing-cta-section__inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 42px 40px;
	border-radius: 24px;
	text-align: center;
}

.zm-landing-template .zm-landing-cta-section--primary .zm-landing-cta-section__inner {
	background: linear-gradient(135deg, #121A2B 0%, #1b2740 100%);
	box-shadow: 0 18px 44px rgba(0,0,0,0.16);
}

.zm-landing-template .zm-landing-cta-section--muted .zm-landing-cta-section__inner {
	background: #f5f7fa;
	box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.zm-landing-template .zm-landing-cta-section--dark .zm-landing-cta-section__inner {
	background: linear-gradient(135deg, #0a0a0a 0%, #181818 100%);
	box-shadow: 0 18px 44px rgba(0,0,0,0.18);
}

.zm-landing-template .zm-landing-cta-section__eyebrow {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(50,198,232,0.85);
}

.zm-landing-template .zm-landing-cta-section__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	font-weight: 800;
}

.zm-landing-template .zm-landing-cta-section__text {
	max-width: 760px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.75;
}

.zm-landing-template .zm-landing-cta-section__text p {
	margin: 0 0 14px;
}

.zm-landing-template .zm-landing-cta-section__text p:last-child {
	margin-bottom: 0;
}

.zm-landing-template .zm-landing-cta-section__actions {
	margin-top: 26px;
	display: flex;
	justify-content: center;
}

.zm-landing-template .zm-landing-cta-section__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.zm-landing-template .zm-landing-cta-section__btn:hover {
	transform: translateY(-1px);
}

.zm-landing-template .zm-landing-cta-section--primary .zm-landing-cta-section__title,
.zm-landing-template .zm-landing-cta-section--dark .zm-landing-cta-section__title {
	color: #F4FBFF;
}

.zm-landing-template .zm-landing-cta-section--primary .zm-landing-cta-section__text,
.zm-landing-template .zm-landing-cta-section--dark .zm-landing-cta-section__text {
	color: rgba(219,232,240,0.78);
}

.zm-landing-template .zm-landing-cta-section--muted .zm-landing-cta-section__title {
	color: #111;
}

.zm-landing-template .zm-landing-cta-section--muted .zm-landing-cta-section__text {
	color: #5b6470;
}

.zm-landing-template .zm-landing-cta-section--primary .zm-landing-cta-section__btn,
.zm-landing-template .zm-landing-cta-section--dark .zm-landing-cta-section__btn {
	background: #C8742F;
	color: #fff;
}

.zm-landing-template .zm-landing-cta-section--muted .zm-landing-cta-section__btn {
	background: #121A2B;
	color: #fff;
}

/* ========================================
   6. FULL DESCRIPTION BLOCK
======================================== */

.zm-landing-template .zm-landing-description-section {
	position: relative;
	margin: 0 auto;
	padding: 24px 32px 72px;
}

/* DISABLED GLOBAL GLOW — DESCRIPTION */
/*
.zm-landing-template .zm-landing-description-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(200,116,47,0.05), transparent 60%);
	pointer-events: none;
}
*/

.zm-landing-template .zm-landing-description-inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.zm-landing-template .zm-landing-description-section--narrow .zm-landing-description-inner {
	max-width: 760px;
}

.zm-landing-template .zm-landing-description-section--normal .zm-landing-description-inner {
	max-width: 920px;
}

.zm-landing-template .zm-landing-description-section--wide .zm-landing-description-inner {
	max-width: 1080px;
}

.zm-landing-template .zm-landing-description-eyebrow {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(50,198,232,0.85);
	text-align: center;
}

.zm-landing-template .zm-landing-description-title {
	margin: 0 0 24px;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.05;
	font-weight: 800;
	color: #F1F5F9;
	text-align: center;
}

.zm-landing-template .zm-landing-description-content {
	font-size: 18px;
	line-height: 1.8;
	color: #9FA9B5;
}

.zm-landing-template .zm-landing-description-content p,
.zm-landing-template .zm-landing-description-content ul,
.zm-landing-template .zm-landing-description-content ol,
.zm-landing-template .zm-landing-description-content h3,
.zm-landing-template .zm-landing-description-content h4,
.zm-landing-template .zm-landing-description-content blockquote {
	margin-top: 0;
	margin-bottom: 20px;
}

.zm-landing-template .zm-landing-description-content p:last-child,
.zm-landing-template .zm-landing-description-content ul:last-child,
.zm-landing-template .zm-landing-description-content ol:last-child,
.zm-landing-template .zm-landing-description-content blockquote:last-child {
	margin-bottom: 0;
}

.zm-landing-template .zm-landing-description-content h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #F1F5F9;
	margin-top: 36px;
}

.zm-landing-template .zm-landing-description-content h4 {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	color: #DCE4EC;
	margin-top: 28px;
}

.zm-landing-template .zm-landing-description-content ul,
.zm-landing-template .zm-landing-description-content ol {
	padding-left: 24px;
}

.zm-landing-template .zm-landing-description-content li {
	margin-bottom: 10px;
}

.zm-landing-template .zm-landing-description-content strong {
	color: #F1F5F9;
}

.zm-landing-template .zm-landing-description-content a {
	color: #32c6e8;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* ========================================
   7. SPECS SECTION
======================================== */

.zm-landing-template .zm-landing-spec-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 72px 32px 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ========================================
   8. SPEC TABLE
======================================== */

.zm-landing-template .zm-spec-table {
	width: 100%;
	max-width: 900px;
	margin: 32px auto 0;
	border-top: 1px solid rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.zm-landing-template .zm-spec-row {
	display: grid;
	grid-template-columns: 260px 1fr;
	border-top: 1px solid rgba(255,255,255,0.06);
}

.zm-landing-template .zm-spec-row:first-child {
	border-top: 0;
}

.zm-landing-template .zm-spec-row:nth-child(odd) {
	background: #0F141C;
}

.zm-landing-template .zm-spec-row:nth-child(even) {
	background: #0B0E14;
}

.zm-landing-template .zm-spec-label,
.zm-landing-template .zm-spec-value {
	padding: 18px 18px;
	text-align: left;
}

.zm-landing-template .zm-spec-label {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	color: #E6EDF3;
}

.zm-landing-template .zm-spec-value {
	font-size: 16px;
	line-height: 1.6;
	color: #9FA9B5;
}

.zm-landing-template .zm-spec-value p {
	margin: 0 0 10px;
}

.zm-landing-template .zm-spec-value p:last-child {
	margin-bottom: 0;
}

.zm-landing-template .zm-spec-value ul,
.zm-landing-template .zm-spec-value ol {
	margin: 0;
	padding-left: 20px;
}

.zm-landing-template .zm-spec-value li {
	margin: 0 0 8px;
}

.zm-landing-template .zm-spec-value li:last-child {
	margin-bottom: 0;
}

/* ========================================
   9. FINAL CTA BLOCK
======================================== */

.zm-landing-template .zm-final-cta-section {
	padding: 0 32px 110px;
}

.zm-landing-template .zm-final-cta-section__inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 56px 42px;
	border-radius: 28px;
	background: linear-gradient(135deg, #121A2B 0%, #1f2f4d 100%);
	box-shadow: 0 22px 56px rgba(0,0,0,0.18);
	text-align: center;
}

.zm-landing-template .zm-final-cta-section__title {
	margin: 0 0 18px;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.04;
	font-weight: 800;
	color: #F4FBFF;
}

.zm-landing-template .zm-final-cta-section__text {
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.75;
	color: rgba(219,232,240,0.80);
}

.zm-landing-template .zm-final-cta-section__text p {
	margin: 0 0 14px;
}

.zm-landing-template .zm-final-cta-section__text p:last-child {
	margin-bottom: 0;
}

.zm-landing-template .zm-final-cta-section__actions {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.zm-landing-template .zm-final-cta-section__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: transform 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}

.zm-landing-template .zm-final-cta-section__btn:hover {
	transform: translateY(-1px);
}

.zm-landing-template .zm-final-cta-section__btn--primary {
	background: #C8742F;
	color: #fff;
}

.zm-landing-template .zm-final-cta-section__btn--primary:hover {
	opacity: 0.92;
	color: #fff;
}

.zm-landing-template .zm-final-cta-section__btn--secondary {
	background: transparent;
	border: 1px solid rgba(255,255,255,0.24);
	color: #F4FBFF;
}

.zm-landing-template .zm-final-cta-section__btn--secondary:hover {
	border-color: rgba(255,255,255,0.42);
	color: #F4FBFF;
}

/* ========================================
   10. RESPONSIVE — tablet
======================================== */

@media (max-width: 991px) {
	.zm-landing-template .zm-hero-glow__inner {
		padding: 104px 34px 56px;
	}

	.zm-landing-template .zm-landing-image-section {
		padding: 36px 24px;
	}

	.zm-landing-template .zm-landing-dual-list {
		padding: 64px 24px 72px;
	}

	.zm-landing-template .zm-landing-dual-list__grid {
		gap: 42px;
	}

	.zm-landing-template .zm-landing-dual-list__col {
		padding-top: 50px;
	}

	.zm-landing-template .zm-landing-dual-list__col::before {
		width: 90%;
	}

	.zm-landing-template .zm-landing-dual-list__col::after {
		width: 92%;
		height: 220px;
	}

	.zm-landing-template .zm-landing-dual-list .zm-landing-list-section {
		width: min(100%, 390px);
	}

	.zm-landing-template .zm-landing-dual-list .zm-landing-list-section h2 {
		font-size: clamp(28px, 3.4vw, 38px);
		margin: 0 0 22px;
	}

	.zm-landing-template .zm-landing-dual-list .zm-landing-list-section li {
		font-size: 17px;
		line-height: 1.6;
		margin: 0 0 14px;
	}

	.zm-landing-template .zm-landing-cta-section {
		padding: 24px 24px 56px;
	}

	.zm-landing-template .zm-landing-cta-section__inner {
		padding: 36px 28px;
	}

	.zm-landing-template .zm-landing-description-section {
		padding: 16px 24px 56px;
	}

	.zm-landing-template .zm-landing-description-content {
		font-size: 17px;
		line-height: 1.75;
	}

	.zm-landing-template .zm-landing-spec-section {
		padding: 56px 24px 72px;
	}

	.zm-landing-template .zm-final-cta-section {
		padding: 0 24px 84px;
	}

	.zm-landing-template .zm-final-cta-section__inner {
		padding: 44px 30px;
	}
	.zm-landing-template .zm-hero-model-logo--top {
	margin-bottom: 24px;
	}

	.zm-landing-template .zm-hero-model-logo--bottom {
		margin-top: 28px;
	}

	.zm-landing-template .zm-hero-model-logo--sm img {
		max-width: 160px;
	}

	.zm-landing-template .zm-hero-model-logo--md img {
		max-width: 240px;
	}

	.zm-landing-template .zm-hero-model-logo--lg img {
		max-width: 340px;
	}
	.zm-landing-template .zm-hero-tech {
		margin-top: 30px;
		gap: 28px;
		max-width: 640px;
	}

	.zm-landing-template .zm-hero-tech__logo img {
		max-width: 190px;
	}

	.zm-landing-template .zm-hero-tech__text {
		font-size: 13px;
		max-width: 210px;
	}
}

/* ========================================
   11. RESPONSIVE — mobile
======================================== */

@media (max-width: 767px) {

	.zm-landing-template .zm-hero-glow__inner {
		padding: 92px 20px 44px;
	}

	.zm-landing-template .zm-hero-glow__eyebrow {
		margin-bottom: 18px;
		font-size: 12px;
	}

	.zm-landing-template .zm-hero-glow__title {
		font-size: clamp(36px, 11vw, 54px);
	}

	.zm-landing-template .zm-hero-glow__text {
		font-size: 16px;
		margin-top: 20px;
	}

	.zm-landing-template .zm-hero-glow__actions {
		margin-top: 26px;
		gap: 10px;
	}

	.zm-landing-template .zm-hero-glow__btn {
		min-height: 46px;
		padding: 0 18px;
		font-size: 14px;
	}

	.zm-landing-template .zm-landing-image-section {
		padding: 20px 18px;
	}

	.zm-landing-template .zm-landing-dual-list {
		padding: 44px 18px 52px;
	}

	.zm-landing-template .zm-landing-dual-list__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.zm-landing-template .zm-landing-dual-list__col {
		padding-top: 42px;
	}

	.zm-landing-template .zm-landing-dual-list__col::before {
		width: 100%;
	}

	.zm-landing-template .zm-landing-dual-list__col::after {
		width: 100%;
		height: 150px;
	}

	.zm-landing-template .zm-landing-dual-list .zm-landing-list-section {
		width: 100%;
	}

	.zm-landing-template .zm-landing-list-section h2 {
		font-size: clamp(28px, 8vw, 40px);
	}

	.zm-landing-template .zm-landing-list-section li {
		font-size: 16px;
		line-height: 1.55;
	}

	.zm-landing-template .zm-landing-cta-section {
		padding: 18px 18px 44px;
	}

	.zm-landing-template .zm-landing-cta-section__inner {
		padding: 30px 20px;
		border-radius: 20px;
	}

	.zm-landing-template .zm-landing-cta-section__title {
		font-size: clamp(26px, 8vw, 38px);
	}

	.zm-landing-template .zm-landing-cta-section__text {
		font-size: 16px;
		line-height: 1.65;
	}

	.zm-landing-template .zm-landing-description-section {
		padding: 8px 18px 44px;
	}

	.zm-landing-template .zm-landing-description-title {
		font-size: clamp(28px, 8vw, 40px);
	}

	.zm-landing-template .zm-landing-description-content {
		font-size: 16px;
		line-height: 1.7;
	}

	.zm-landing-template .zm-landing-description-content h3 {
		font-size: 24px;
	}

	.zm-landing-template .zm-landing-description-content h4 {
		font-size: 20px;
	}

	.zm-landing-template .zm-landing-spec-section {
		padding: 40px 18px 56px;
	}

	.zm-landing-template .zm-spec-row {
		grid-template-columns: 1fr;
	}

	.zm-landing-template .zm-spec-label {
		padding-bottom: 6px;
		font-size: 15px;
	}

	.zm-landing-template .zm-spec-value {
		padding-top: 0;
		padding-bottom: 18px;
		font-size: 15px;
	}

	.zm-landing-template .zm-final-cta-section {
		padding: 0 18px 64px;
	}

	.zm-landing-template .zm-final-cta-section__inner {
		padding: 34px 20px;
		border-radius: 22px;
	}

	.zm-landing-template .zm-final-cta-section__title {
		font-size: clamp(28px, 8vw, 40px);
	}

	.zm-landing-template .zm-final-cta-section__text {
		font-size: 16px;
		line-height: 1.65;
	}

	.zm-landing-template .zm-final-cta-section__actions {
		margin-top: 24px;
		gap: 10px;
	}

	.zm-landing-template .zm-final-cta-section__btn {
		min-height: 46px;
		padding: 0 18px;
		font-size: 14px;
	}
	.zm-landing-template .zm-hero-model-logo--top {
	margin-bottom: 20px;
	}

	.zm-landing-template .zm-hero-model-logo--bottom {
		margin-top: 24px;
	}

	.zm-landing-template .zm-hero-model-logo--sm img {
		max-width: 130px;
	}

	.zm-landing-template .zm-hero-model-logo--md img {
		max-width: 190px;
	}

	.zm-landing-template .zm-hero-model-logo--lg img {
		max-width: 260px;
	}

	.zm-landing-template .zm-hero-tech {
		margin-top: 24px;
		grid-template-columns: 1fr;
		gap: 22px;
		max-width: 280px;
	}

	.zm-landing-template .zm-hero-tech__logo {
		min-height: 0;
	}

	.zm-landing-template .zm-hero-tech__logo img {
		max-width: 170px;
	}

	.zm-landing-template .zm-hero-tech__text {
		margin-top: 10px;
		font-size: 13px;
		max-width: 220px;
	}
	
}
