:root {
	--ink: #1c2430;
	--body-c: #5b6572;
	--muted: #8a93a0;
	--accent-dark: #c43d26;
	--accent-soft: #fdeeea;
	--bg-light: #f6f7f9;
	--dark: #151b25;
	--darker: #10151d;
	--line: #e6e9ee;
	--white: #ffffff;
	--radius: 10px;
	--ink: #1c2430;
	--accent: #e14b32;
	--accent-dark: #c43d26;
	--accent-soft: #fdeeea;
}

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



/**************** dnn button color ******************/

.dnnForm .dnnPrimaryAction {
	font-size: 16px;
	color: #FFF;
	background: var(--dnn-color-primary, #3792ed);
	border: none;
	font-weight: normal;
}

.dnnForm .dnnPrimaryAction:hover {
	color: #FFF;
	background: var(--dnn-color-primary-light, #6cb6f3);
}

.dnnForm .dnnSecondaryAction {
	font-size: 16px;
	color: #FFF;
	background: var(--dnn-color-secondary, #ED3D46);
	border: none;
	font-weight: normal;
}

.dnnForm .dnnSecondaryAction:hover {
	color: #FFF;
	background: var(--dnn-color-secondary-light, #EF5059);
}



/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}

/* ********** Pane Style ************** */
.DNNEmptyPane {
	display: none;
}


#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE !important;
}

.ModuleTitle_SubMenu {
	z-index: 9999 !important;
}

/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu {
	z-index: 1 !important;
	display: block !important;
}

#Body[style*="margin-left: 80px"] {
	position: relative;
}

#Body[style*="margin-left: 80px"] .dng-main.Wide .header-replace.header-position,
#Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
#Body[style*="margin-left: 80px"] .dng-main.Wide .sticky-fixed .floating-nav.floating-nav-sticky {
	left: 80px;
	width: auto;
	right: 0;
}

#Body[style*="margin-left: 80px"] .headersidenav {
	left: 80px;
}

#Body[style*="margin-left: 80px"] .leftslidemenu.active {
	margin-left: 80px;
}

#Form.showControlBar {
	position: relative;
}

.dnnEditState .overlay-panel-content {
	position: relative !important;
	display: block !important;
	z-index: 99 !important;
	overflow: visible;
	width: 100%;
}

.dnnEditState .overlay-panel-content:before {
	position: absolute;
}

.dnnEditState .overlay-panel-content .overlay-panel-close {
	position: absolute;
}

.dnnEditState .overlay-panel-content .dng_animate_visible,
.cke_editable .dng_animate_visible {
	opacity: 1;
}

.dnnEditState .side-panel-box.side-panel .side-panel-main {
	min-height: 100vh
}

.dnnEditState .side-panel {
	position: relative !important;
	left: auto !important;
	right: 0 !important;
	top: 0 !important;
	visibility: visible !important;
	display: inline-block;
	z-index: 100 !important;
}

#PageTemplate_Modal .modal-body {
	height: calc(100% - 65px);
}

#PageTemplate_Modal .close {
	position: absolute;
	right: 4px;
	top: -3px;
	font-size: 35px;
}

#setting-message-info {
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 10001;
	display: none;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	background-color: #32373c;
}

#setting-message-info .fa {
	border-width: 2px;
	border-style: solid;
	font-size: 10px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 2px;

}

#setting-message-info-full {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000001;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
}

#setting-message-info-full .waitaminute-message {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	margin-top: -30px;
}

#setting-message-info-full .cog {
	position: relative;
	display: inline-block;
	width: 60px;
	line-height: 1;
	margin-bottom: 10px;



}

#setting-message-info-full .cog .fa-cog {
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
	background-size: cover;

}

#setting-message-info-full .cog .fa-cog::before {
	content: none;
}

#setting-message-info-full .cog .icon1 {
	-webkit-animation: rotatemessage-r 5s infinite linear;
	animation: rotatemessage-r 5s infinite linear;
}

#setting-message-info-full .cog .icon2 {
	position: absolute;
	font-size: 0.5em;
	top: 0;
	-webkit-animation: rotatemessage 3s infinite linear;
	animation: rotatemessage 3s infinite linear;

}

#setting-message-info-full .cog .icon3 {
	position: absolute;
	font-size: 0.5em;
	bottom: 0;
	-webkit-animation: rotatemessage 3s infinite linear;
	animation: rotatemessage 3s infinite linear;
}

/* Animations */
@-webkit-keyframes rotatemessage {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotatemessage {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotatemessage-r {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotatemessage-r {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.DNNEmptyPane {
	display: none !important;
}

/*pane name*/
.dnnEditState .edit-panename {
	position: absolute;
	z-index: 100;
	pointer-events: none;
	user-select: none;
	color: #cdcdcd;
	font-size: 18px;
	font-weight: bold;
	left: 50%;
	top: 20px;
	transform: translate(-50%, 0);
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon {
	display: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) {
	position: fixed;
	top: 20%;
	left: 0;
	z-index: 9999;
	cursor: pointer;
	text-align: left;
	white-space: pre;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon) {
	left: 80px;
}


.SkinPluginPro_icon:not(.sidebarIcon) a {
	display: inline-flex;
	flex-direction: row-reverse;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	background-color: #20a3f0;
	text-align: center;
	border-radius: 0 4px 4px 0;
	white-space: nowrap;
	padding: 0;
	margin: 0 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) span {
	color: #FFF;
	max-width: 0px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;

	font-size: 13px;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.SkinPluginPro_icon:not(.sidebarIcon) i {
	font-size: 16px;
	color: #FFF;
	width: 34px;
	display: inline-block;
	vertical-align: middle;
}

.SkinPluginPro_icon:not(.sidebarIcon) i::before {
	content: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) a:hover span {
	max-width: 160px;
	padding-right: 10px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
	background-image: url(resource/images/cog.png);
	background-repeat: no-repeat;
	background-position: 0 2px;

}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme {
	background-position: left -3px top -30px;

}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page {
	background-position: left -3px top 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import {
	background-position: left -3px top -60px;

}

.btn-plugin.btn-plugin-headerlayout {
	width: 40px;
	height: 40px;
	border-radius: 0;
	box-sizing: border-box;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-color: rgba(0, 172, 214, 0.8);
	color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
	background-size: 1em 1em;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 300ms ease-in;
}

.btn-plugin.btn-plugin-headerlayout span,
.btn-plugin.btn-plugin-headerlayout i {
	display: none;
}

.btn-plugin.btn-plugin-headerlayout:hover {
	background-color: rgb(0, 172, 214);
}

div.actionMenu ul.dnn_mact>li.actionMenuMove>ul li {
	height: auto !important;
}


.col-md-12 {
	float: none !important;
}

#dnn_content .dnnForm.dnnLogin {
	padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after,
.dnnModuleDigitalAssetsBackground *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.dnnModuleDigitalAssetsBackground caption {
	padding: 0;
}





.btn {
	display: inline-block;
	font-family: var(--family);
	font-weight: 700;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid transparent;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.btn--primary {
	background: var(--button-color1);
	color: #fff;
}

.btn--primary:hover {
	background: var(--button-hover-color1);
	color: #fff;
}

.btn--ghost {
	border-color: var(--button-color2);
	color: var(--button-color2);
	background: transparent;
}

.btn--ghost:hover {
	background: var(--button-color2);
	color: #fff;
}

:focus-visible {
	outline: 2px solid var(--button-color1);
	outline-offset: 3px;
	border-radius: 2px;
}

.btn--ghost-white {
	border-color: #fff;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}

.btn--ghost-white:hover {
	background: #fff;
	color: var(--ink)
}

/* ---------- hero ---------- */

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 14px;
}

.hero h1 em {
	font-style: normal;
	color: var(--accent-color);
}

.hero p {
	font-size: 18px;
	max-width: 480px;
	margin-bottom: 34px;
}

.hero h1 {
	font-size: clamp(34px, 4.6vw, 54px);
	letter-spacing: -.01em;
	margin-bottom: 22px;
}


/* ---------- trust strip ---------- */
.trust__label {
	text-align: center;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 30px;
}

.trust__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 28px 56px;
}

.trust-logo {
	color: #aeb6c0;
	transition: color .2s ease;
	white-space: nowrap;
	cursor: default;
}

.trust-logo:hover {
	color: var(--ink);
}

.trust-logo--1 {
	font-family: var(--family2);
	font-size: 19px;
	letter-spacing: .18em;
}

.trust-logo--2 {
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
}

.trust-logo--3 {
	font-family: var(--family2);
	font-size: 21px;
}

.trust-logo--4 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
}

.trust-logo--5 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: lowercase;
}

.trust-logo--6 {
	font-family: var(--family2);
	font-size: 16px;
	letter-spacing: .3em;
	text-transform: uppercase;
}



/* ---------- about (color band, switchable theme) ---------- */

.about-inner {
	position: relative;
}

.about-mark {
	position: absolute;
	right: -56px;
	top: 50%;
	transform: translateY(-50%);
	width: 320px;
	height: 320px;
	border: 46px solid rgba(28, 36, 48, .055);
	border-radius: 50%;
	pointer-events: none;
}

.about-mark::after {
	content: "";
	position: absolute;
	right: 46px;
	bottom: 52px;
	width: 62px;
	height: 62px;
	background: rgba(225, 75, 50, .16);
	border-radius: 50%;
}

.about .eyebrow {
	color: var(--accent-color);
}

.about .h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	max-width: 680px;
}

.about .lead {
	color: rgb(255 255 255 / 82%);
	max-width: 800px;
}

.about-strip {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0px;
	margin: 60px 0px 0px 0px;
}

.point {
	padding: 0 26px;
}

.point:first-child {
	padding-left: 0;
}

.point+.point {
	border-left: 1px solid rgba(255, 255, 255, .26);
	;
}

.point__icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	margin-bottom: 14px;
	background: rgba(225, 75, 50, .22);
	display: grid;
	place-items: center;
}

.point__icon svg {
	width: 21px;
	height: 21px;
	stroke: var(--accent-color);
}

.point h4 {
	color: #fff;
	font-size: 15.5px;
	margin-bottom: 3px;
}

.point p {
	color: rgb(255 255 255 / 82%);
	margin-bottom: 0px;
	font-size: 13.5px;
	line-height: 1.55;
}

@media (max-width: 920px) {
	.about-strip {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 0;
	}

	.point {
		padding: 0 26px 0 0;
	}

	.point+.point {
		border-left: 0;
	}

	.point:nth-child(2n) {
		border-left: 1px solid rgba(255, 255, 255, .26);
		;
		padding-right: 0;
		padding-left: 26px;
	}

	.point:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, .26);
		;
		padding-top: 30px;
	}
}

@media (max-width: 560px) {
	.about-strip {
		grid-template-columns: 1fr;
	}

	.point,
	.point:nth-child(2n) {
		padding: 0 0 0 0;
		border-left: 0;
	}

	.point:nth-child(n+3) {
		border-top: 0;
		padding-top: 0;
	}

	.point+.point {
		border-top: 1px solid rgba(255, 255, 255, .26);
		;
		padding-top: 26px;
	}
}



/* ---------- advantages (asymmetric split) ---------- */
.why-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 72px;
	align-items: start;
}

.why-intro {
	position: sticky;
	top: 120px;
}

.why-intro .lead {
	margin-bottom: 22px;
}

.why-link {
	font-weight: 700;
	font-size: 14px;
	color: var(--accent-color);
	text-decoration: none;
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: 2px;
}

.why-link:hover {
	color: var(--accent-color-dark);
	border-bottom-color: var(--accent-color-dark);
}

.why-reasons {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0px;
}

.why-reasons li {
	padding: 34px 0;
	border-top: 1px solid #e6e9ee;
	;
}

.why-reasons li:first-child {
	border-top: 0;
	padding-top: 6px;
}

.why-reasons h4 {
	font-size: 23px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.why-reasons h4::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--accent-color);
	flex-shrink: 0;
}

.why-reasons p {
	font-size: 15px;
	max-width: 560px;
	margin-bottom: 0px;
}

@media (max-width: 920px) {
	.why-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.why-intro {
		position: static;
	}
}


/* ---------- stats ---------- */
.stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}

.stat__num {
	font-family: var(--family2);
	font-size: 44px;
	color: #fff;
	line-height: 1.1;
}

.stat__num .suffix {
	color: var(--accent-color);
}

.stat__label {
	margin-top: 8px;
	font-size: 13.5px;
	color: #9aa4b1;
	letter-spacing: .04em;
}

@media (max-width: 760px) {
	.stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 24px;
	}

	.stat__num {
		font-size: 36px;
	}
}




/* ---------- services ---------- */
.cards-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 52px;
}

.svc {
	position: relative;
	background: var(--bg-light);
	border: 1px solid transparent;
	border-radius: var(--radius);
	padding: 36px 30px 30px;
	display: flex;
	flex-direction: column;
	transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.services .lead {

	margin-bottom: 0px;
}

.svc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--accent-color);
	border-radius: var(--radius) var(--radius) 0 0;
}

.svc:hover {
	background: #fff;
	border-color: var(--line);
	transform: translateY(-4px);
	box-shadow: 0 20px 40px -18px rgba(22, 29, 40, .16);
}

.svc__icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: var(--accent-color);
	display: grid;
	place-items: center;
	margin-bottom: 22px;
}

.svc__icon svg {
	width: 23px;
	height: 23px;
	stroke: #fff;
}

.svc h3 {
	font-size: 19px;
	margin-bottom: 12px;
}

.svc>p {
	font-size: 14.5px;
	margin-bottom: 20px;
	flex: 1;
}

.svc ul {
	list-style: none;
	margin: 0 0 24px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.svc li {
	font-size: 14px;
	padding-left: 22px;
	position: relative;
}

.svc li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 9px;
	width: 7px;
	height: 7px;
	background: var(--accent-color);
}

.svc__link {
	margin-top: auto;
	font-weight: 700;
	font-size: 14px;
	color: var(--ink);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.svc__link:hover {
	color: var(--accent-color);
}

@media (max-width: 920px) {
	.cards-3 {
		grid-template-columns: 1fr;
	}
}



/* ---------- products (uniform grid) ---------- */
.rel-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.rel-head .lead {
	max-width: 640px;
}

.rel-all {
	font-weight: 700;
	font-size: 14px;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: 2px;
	white-space: nowrap;
}

.rel-all:hover {
	color: var(--accent-color);
}


/* ---------- features ---------- */
.feat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-top: 52px;
}

.feat {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 38px 36px;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.feat__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid var(--accent-color);
	display: grid;
	place-items: center;
	margin-bottom: 22px;
}

.feat__icon svg {
	width: 24px;
	height: 24px;
	stroke: var(--accent-color);
}

.feat h3 {
	font-size: 21px;
	margin-bottom: 12px;
}

.feat p {
	margin-bottom: 24px;
	font-size: 15px;
	flex: 1;
}

@media (max-width: 760px) {
	.feat-grid {
		grid-template-columns: 1fr;
	}
}


/* ---------- CTA ---------- */
.cta {
	background: var(--dark);
	padding: 104px 0;
	text-align: center;
}

.cta h2 {
	color: #fff;
	font-size: clamp(28px, 4vw, 42px);
	margin-bottom: 16px;
}

.cta p {
	color: #9aa4b1;
	max-width: 560px;
	margin: 0 auto 36px;
	font-size: 16.5px;
}

.cta__actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn--ghost-light {
	border-color: #4a5666;
	color: #dfe4ea;
}

.btn--ghost-light:hover {
	background: #dfe4ea;
	color: var(--dark);
}


/* ---------- footer ---------- */
.site-footer {
	background: var(--darker);
	color: #8a93a0;
	padding: 72px 0 0;
	font-size: 14px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 56px;
}

.site-footer h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 18px;
}

.site-footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0px;
}

.site-footer a {
	color: #8a93a0;
	text-decoration: none;
}

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

.footer-brand p {
	margin-top: 16px;
	max-width: 300px;
	line-height: 1.7;
}

.footer-bottom {
	border-top: 1px solid #232b36;
	padding: 22px 0;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 13px;
}

@media (max-width: 920px) {
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}
}



/* ---------- page head ---------- */
.p-head {
	padding: 64px 0 48px;
	border-bottom: 1px solid var(--line);
}

.p-head h1 {
	font-size: clamp(32px, 4.2vw, 46px);
	letter-spacing: -.01em;
	margin-bottom: 16px;
}

.p-head .lead {
	font-size: 17px;
	max-width: 640px;
}

.p-stats {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.p-stat {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.p-stat b {
	font-family: var(--family2);
	font-size: 26px;
	color: var(--ink);
	font-weight: 400;
}

.p-stat span {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted);
}


/* ---------- filter tabs ---------- */
.tabs-bar {
	position: sticky;
	top: 72px;
	z-index: 40;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--line);
}

.tabs {
	display: flex;
	gap: 8px;
	padding: 12px 0;
	flex-wrap: wrap;
}

.tab {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 13.5px;
	color: var(--ink);
	background: var(--bg-light);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 8px 18px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.tab:hover {
	border-color: var(--ink);
}

.tab.is-active {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}

.tab em {
	font-style: normal;
	opacity: .6;
	font-weight: 600;
	margin-left: 6px;
	font-size: 12.5px;
}

@media (max-width: 920px) {
	.tabs-bar {
		top: 0;
	}
}


/* ---------- catalog groups ---------- */
.group {
	padding: 72px 0 0;
}

.group-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.group-head h2 {
	font-size: clamp(22px, 2.6vw, 28px);
}

.group-head p {
	font-size: 14px;
	color: var(--muted);
	max-width: 420px;
}

/* ---------- product cards ---------- */
.pgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pcard {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pcard:hover {
	border-color: var(--ink);
	transform: translateY(-3px);
	box-shadow: 0 14px 28px -14px rgba(22, 29, 40, .14);
}

.pcard__thumb {
	position: relative;
	aspect-ratio: 16 / 10;
}

.pcard__wire {
	display: block;
	width: 100%;
	height: 100%;
}

.pgrid>.pcard:nth-child(8n+2) .pcard__thumb {
	background: linear-gradient(150deg, #eef1f5 0%, #e2e7ee 60%, #d5dce5 100%);
}

.pgrid>.pcard:nth-child(8n+3) .pcard__thumb {
	background: linear-gradient(150deg, #f3eee7 0%, #e7dfd2 55%, #d8cbba 100%);
}

.pgrid>.pcard:nth-child(8n+4) .pcard__thumb {
	background: linear-gradient(150deg, #e6ecf2 0%, #cdd9e4 55%, #b3c4d4 100%);
}

.pgrid>.pcard:nth-child(8n+5) .pcard__thumb {
	background: linear-gradient(150deg, #fdeeec 0%, #f9dcd6 60%, #f2c4bb 100%);
}

.pgrid>.pcard:nth-child(8n+6) .pcard__thumb {
	background: linear-gradient(150deg, #eaf3ee 0%, #d7e8de 60%, #bcd8c8 100%);
}

.pgrid>.pcard:nth-child(8n+7) .pcard__thumb {
	background: linear-gradient(150deg, #f4f0e6 0%, #e9e0cb 60%, #d9cba9 100%);
}

.pgrid>.pcard:nth-child(8n+8) .pcard__thumb {
	background: linear-gradient(150deg, #edecf6 0%, #dcd9ee 60%, #c5c1e2 100%);
}

.pgrid>.pcard:nth-child(8n+1) .pcard__thumb {
	background: linear-gradient(150deg, #e9f2f3 0%, #d3e6e8 60%, #b7d3d6 100%);
}

.pcard__window {
	position: absolute;
	inset: 15% 10%;
	background: rgba(255, 255, 255, .96);
	border-radius: 5px 5px 4px 4px;
	overflow: hidden;
	box-shadow: 0 8px 20px -6px rgba(15, 20, 28, .3);
	display: flex;
	flex-direction: column;
}

.pcard__window::before {
	content: "";
	display: block;
	height: 10px;
	background: #e2e6eb;
	flex-shrink: 0;
}

.pcard__window::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #b0bac5;
	box-shadow: 6px 0 0 #b0bac5, 12px 0 0 #b0bac5;
}

.pcard__shot {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

/* ----- CSS-drawn mini site previews (wireframes) ----- */
.m {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 8px 9px 9px;
	--pv: var(--accent);
}

.m__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.m__brand {
	width: 24%;
	height: 5px;
	border-radius: 2px;
	background: var(--ink);
	opacity: .8;
}

.m__links {
	display: flex;
	gap: 3px;
}

.m__links i {
	width: 9px;
	height: 3px;
	border-radius: 1.5px;
	background: #b9c2cd;
}

.m__title {
	height: 7px;
	border-radius: 2px;
	background: var(--ink);
	opacity: .8;
}

.m__sub {
	height: 4px;
	border-radius: 2px;
	background: #ccd4dd;
}

.m__btn {
	align-self: flex-start;
	width: 36%;
	height: 7px;
	border-radius: 3px;
	background: var(--pv);
}

.m__img {
	flex: 1;
	border-radius: 4px;
	background: linear-gradient(135deg, #dbe2ea, #c3cdd9);
	min-height: 0;
}

.m__cards {
	display: flex;
	gap: 5px;
	flex: 1;
	min-height: 0;
}

.m__card {
	flex: 1;
	border-radius: 4px;
	background: #f0f3f7;
	border: 1px solid #e0e5ec;
}

.m__card--a {
	border-top: 2px solid var(--pv);
}

.m__lines {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.m__lines i {
	height: 3px;
	border-radius: 1.5px;
	background: #c8d0da;
}

.m__duo {
	display: flex;
	gap: 7px;
	flex: 1;
	min-height: 0;
}

.m__col {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* hero + cards */
.m--hero-cards .m__hero {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
	justify-content: center;
	flex: 1;
	min-height: 0;
}

/* split text/image */
.m--split .m__img {
	flex: 0 0 46%;
}

/* side main + aside */
.m--side .m__aside {
	width: 30%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.m--side .m__tag {
	height: 5px;
	border-radius: 2px;
	background: #dde3ea;
}

.m--side .m__ad {
	flex: 1;
	border-radius: 4px;
	background: #eef1f5;
	border: 1px dashed #ccd4dd;
}

/* classic banner */
.m--classic .m__banner {
	height: 30%;
	border-radius: 4px;
	background: linear-gradient(120deg, #cdd7e2, #dbe3ec);
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.m--classic .m__banner::after {
	content: "";
	position: absolute;
	left: 7%;
	bottom: 5px;
	width: 40%;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	opacity: .9;
	box-shadow: 0 -7px 0 rgba(255, 255, 255, .55);
}

/* minimal */
.m--min {
	align-items: center;
	justify-content: center;
}

.m--min .m__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--pv);
}

/* roofing scene */
.m--roof .m__scene {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 0;
}

.m--roof .m__gable {
	width: 0;
	height: 0;
	border-left: 34px solid transparent;
	border-right: 34px solid transparent;
	border-bottom: 20px solid var(--pv);
	opacity: .9;
}

.m--roof .m__hbody {
	width: 44%;
	height: 22px;
	background: #e6ebf1;
	border: 1px solid #d3dae2;
	border-top: 0;
	position: relative;
}

.m--roof .m__hbody::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 6px;
	transform: translateX(-50%);
	width: 8px;
	height: 14px;
	border-radius: 2px 2px 0 0;
	background: var(--ink);
	opacity: .75;
}

/* accessibility (high contrast) */
.m--a11y .m__big {
	height: 9px;
	border-radius: 2px;
	background: var(--ink);
}

.m--a11y .m__card {
	border: 2px solid var(--ink);
	background: #fff;
}

/* page builder */
.m--builder .m__palette {
	width: 13%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.m--builder .m__palette i {
	height: 6px;
	border-radius: 2px;
	background: #dde3ea;
}

.m--builder .m__palette i:first-child {
	background: var(--pv);
}

.m--builder .m__canvas {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	min-width: 0;
}

.m--builder .m__canvas span {
	border-radius: 4px;
	background: #eef1f5;
	border: 1px solid #e0e5ec;
}

.m--builder .m__canvas span.sel {
	border: 1.5px dashed var(--pv);
	background: rgba(225, 75, 50, .07);
}

/* photo mosaic */
.m--grid .m__mosaic {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 4px;
	min-height: 0;
}

.m--grid .m__mosaic b {
	border-radius: 3px;
	background: linear-gradient(135deg, #dde3ea, #ccd5df);
}

.m--grid .m__mosaic b.a {
	background: var(--pv);
	opacity: .82;
}

.m--grid .m__mosaic b:first-child {
	grid-row: span 2;
}

/* layered slider */
.m--slides .m__stack {
	flex: 1;
	position: relative;
	min-height: 0;
}

.m--slides .m__frame {
	position: absolute;
	inset: 0;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #dbe1e8;
	box-shadow: 0 3px 6px -2px rgba(22, 29, 40, .1);
}

.m--slides .m__frame:nth-child(2) {
	transform: translate(8%, 9%);
	opacity: .75;
}

.m--slides .m__frame:nth-child(3) {
	transform: translate(16%, 18%);
	opacity: .5;
}

.m--slides .m__frame::before {
	content: "";
	position: absolute;
	left: 8%;
	top: 28%;
	width: 55%;
	height: 5px;
	border-radius: 2px;
	background: var(--pv);
}

.m--slides .m__frame::after {
	content: "";
	position: absolute;
	left: 8%;
	top: 50%;
	width: 75%;
	height: 3px;
	border-radius: 1.5px;
	background: #c8d0da;
	box-shadow: 0 6px 0 #c8d0da, 0 12px 0 #c8d0da;
}

/* form builder */
.m--form .m__panel {
	flex: 1;
	min-height: 0;
	border: 1px solid #dbe1e8;
	border-radius: 5px;
	background: #fff;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.m--form .m__input {
	height: 9px;
	border-radius: 3px;
	background: #f0f3f7;
	border: 1px solid #e0e5ec;
}

.m--form .m__input--short {
	width: 55%;
}

.m--form .m__check {
	display: flex;
	gap: 4px;
	align-items: center;
}

.m--form .m__box {
	width: 6px;
	height: 6px;
	border: 1.5px solid #b9c2cd;
	border-radius: 2px;
	flex-shrink: 0;
}

.m--form .m__box--on {
	background: var(--pv);
	border-color: var(--pv);
}

.m--form .m__hairline {
	height: 3px;
	flex: 1;
	border-radius: 1.5px;
	background: #d5dce3;
}

.m--form .m__submit {
	margin-top: auto;
	width: 40%;
	height: 8px;
	border-radius: 3px;
	background: var(--pv);
}

/* blog */
.m--blog .m__feat {
	flex: 1;
	min-height: 0;
}

.m--blog .m__post {
	display: flex;
	align-items: center;
	gap: 6px;
}

.m--blog .m__date {
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: var(--pv);
	flex-shrink: 0;
}

/* calendar */
.m--cal .cal {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.cal__month {
	width: 44%;
	height: 6px;
	border-radius: 2px;
	background: var(--ink);
	opacity: .8;
}

.cal__arrow {
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 4px solid #b9c2cd;
}

.cal__arrow--r {
	border-right: 0;
	border-left: 4px solid #b9c2cd;
}

.cal__week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
	flex-shrink: 0;
}

.cal__week i {
	font-style: normal;
	font-size: 5.5px;
	line-height: 1.4;
	font-weight: 700;
	color: #9aa5b1;
	text-align: center;
}

.cal__grid {
	flex: 1;
	min-height: 0;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: 1fr;
	gap: 2px;
	counter-reset: d;
}

.cal__day {
	position: relative;
	border-radius: 2px;
	background: #f0f3f7;
	counter-increment: d;
}

.cal__day.blank {
	background: transparent;
	counter-increment: none;
}

.cal__day::before {
	content: counter(d);
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6px;
	font-weight: 700;
	color: #7f8a97;
}

.cal__day.is-ev {
	background: var(--pv);
}

.cal__day.is-ev::before {
	color: #fff;
}

.cal__day.is-today {
	background: #fff;
	border: 1.5px solid var(--pv);
}

.cal__day.is-today::before {
	color: var(--pv);
}

.pcard__body {
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pcard__name {
	font-family: var(--family2);
	font-size: 18px;
	color: var(--ink);
	line-height: 1.3;
}

.pcard__desc {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.6;
	margin-top: 8px;
}

.pcard__meta {
	margin-top: auto;
	padding-top: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.tag {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 4px;
}

.tag--theme {
	background: var(--accent-soft);
	color: var(--accent);
}

.tag--module {
	background: #edf1f5;
	color: #46536a;
}

.tag--builder {
	background: var(--dark);
	color: #fff;
}

.tag--new {
	background: var(--accent);
	color: #fff;
}

.tag--spec {
	background: var(--bg-light);
	color: var(--muted);
}

.pcard__price {
	font-family: var(--family2);
	font-size: 15px;
	color: var(--ink);
	margin-left: auto;
}

.pcard__price--muted {
	color: var(--muted);
	font-size: 13px;
}

@media (max-width: 1020px) {
	.pgrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.pgrid {
		grid-template-columns: 1fr;
	}
}

/* ---------- services list ---------- */
.svc-list {
	list-style: none;
	margin: 0px;
}

.svc-list li {
	border-top: 1px solid var(--line);
}

.svc-list li:first-child {
	border-top: 0;
}

.svc-row {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px 0;
	color: inherit;
	text-decoration: none;
}

.svc-row:hover .svc__main h3 {
	color: var(--accent);
}

.svc-row:hover .svc__code {
	color: var(--accent);
}

.svc__code {
	flex-shrink: 0;
	font-family: var(--family2);
	font-size: 12.5px;
	letter-spacing: .04em;
	color: var(--muted);
	background: var(--bg-light);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 5px 10px;
	min-width: 76px;
	text-align: center;
}

.svc__main {
	flex: 1;
	min-width: 220px;
}

.svc__main h3 {
	font-size: 17px;
	margin-bottom: 2px;
}

.svc__main p {
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.55;
	margin-bottom: 0px;
}

.svc__rate {
	flex-shrink: 0;
}

@media (max-width: 640px) {
	.svc-list li {
		flex-wrap: wrap;
		gap: 10px;
	}

	.svc__rate {
		width: 100%;
	}
}



/* ---------- CTA band ---------- */
.cta-band {
	background: var(--dark);
	margin-top: 96px;
	padding: 76px 0;
}

.cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

.cta-band h2 {
	color: #fff;
	font-size: clamp(24px, 3vw, 32px);
	margin-bottom: 10px;
}

.cta-band p {
	color: rgba(255, 255, 255, .72);
	max-width: 480px;
}

.cta-band .btn--ghost {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.cta-band .btn--ghost:hover {
	background: #fff;
	color: var(--ink);
}




/*  Sub Nav */
.m-subnav {
	position: sticky;
	top: 116px;
	z-index: 40;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--line)
}

.m-subnav ul {
	list-style: none;
	display: flex;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: none;
	margin: 0;
	padding: 8px 0
}

.m-subnav ul::-webkit-scrollbar {
	display: none
}

.m-subnav a {
	display: block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	color: var(--body-c);
	text-decoration: none;
	padding: 14px 22px;
	border-radius: 8px
}

.m-subnav a:hover,
.m-subnav a.is-active {
	color: var(--accent);
	background: rgba(225, 75, 50, .07)
}


/* hero */
.m-hero {}

.m-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 56px;
	align-items: center
}

.m-hero h1 {
	font-size: clamp(34px, 4.4vw, 50px);
	letter-spacing: -.01em;
	margin-bottom: 10px
}


.m-hero p {
	font-size: 16px;
	max-width: 480px;
	margin-bottom: 28px
}

.m-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 26px
}

.m-hero__shot {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 24px 48px -20px rgba(22, 29, 40, .18);
	background: #fff
}

@media(max-width: 920px) {
	.m-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px
	}
}



/* feature cards */
.cards-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 52px
}

.fcard {
	background: var(--bg-light);
	border-radius: var(--radius);
	padding: 28px 26px;
	position: relative;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease
}

.fcard::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--accent)
}

.fcard:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px -16px rgba(22, 29, 40, .16)
}

.fcard__icon {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: var(--accent);
	display: grid;
	place-items: center;
	margin-bottom: 18px
}

.fcard__icon svg {
	width: 22px;
	height: 22px;
	stroke: #fff;
	fill: none
}

.fcard h3 {
	font-size: 18px;
	margin-bottom: 8px
}

.fcard p {
	font-size: 14px;
	line-height: 1.65
}

@media(max-width: 920px) {
	.cards-3 {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width: 600px) {
	.cards-3 {
		grid-template-columns: 1fr
	}
}



/* screenshots */
.shots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 52px
}

.shot {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease
}

.shot:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px -14px rgba(22, 29, 40, .14)
}

.shot img {
	display: block;
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	object-position: top center
}

.shot figcaption {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	padding: 12px 16px;
	border-top: 1px solid var(--line)
}

.shot figcaption span {
	color: var(--accent);
	margin-right: 6px
}

.shot--skin figcaption {
	display: flex;
	align-items: center;
	gap: 10px
}

.shot--skin figcaption b {
	font-family: var(--family2);
	font-weight: 400;
	font-size: 15px
}

.shot__demo {
	margin-left: auto;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--accent);
	text-decoration: none;
	border-bottom: 1px solid var(--accent);
	padding-bottom: 1px;
	white-space: nowrap
}

.shot__demo:hover {
	color: var(--accent-dark);
	border-bottom-color: var(--accent-dark)
}




/* dashboard demo */
.dash-group {
	margin-top: 52px
}

.dash-group h3 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 18px
}

.dash-tiles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px
}

.dash-tile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	text-decoration: none;
	color: var(--ink);
	font-weight: 700;
	font-size: 14px;
	transition: border-color .2s ease, transform .2s ease
}

.dash-tile:hover {
	border-color: var(--accent);
	color: var(--accent);
	transform: translateY(-2px)
}

.dash-tile span {
	color: var(--accent);
	font-size: 13px;
	flex-shrink: 0
}

.dash-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px
}

.dash-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.dash-card:hover {
	border-color: var(--ink);
	transform: translateY(-3px);
	box-shadow: 0 14px 28px -14px rgba(22, 29, 40, .14)
}

.dash-wf {
	width: 100%;
	aspect-ratio: 16/10;
	display: block;
	object-fit: cover
}

.dash-card__cap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 12px;
	border-top: 1px solid var(--line);
	background: #fff
}

.dash-card__cap b {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--ink)
}

.dash-card__cap span {
	color: var(--accent);
	font-size: 13px
}

@media(max-width: 992px) {
	.dash-tiles {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width: 560px) {
	.dash-tiles {
		grid-template-columns: 1fr
	}
}



/* version history */
.ver__list {
	list-style: none;
	margin: 44px 0px 0px 0px;
}

.ver__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap
}

.ver__all {
	font-weight: 700;
	font-size: 14px;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--accent);
	padding-bottom: 2px;
	white-space: nowrap
}

.ver__all:hover {
	color: var(--accent)
}

.ver__list>li {
	display: flex;
	align-items: baseline;
	gap: 22px;
	padding: 14px 0;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--line)
}

.ver__list>li:last-child {
	border-bottom: 0
}

.ver__num {
	font-family: var(--family2);
	font-size: 16px;
	color: var(--ink);
	min-width: 96px
}

.ver__date {
	font-size: 13px;
	color: var(--muted);
	min-width: 96px
}

.ver__items {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	min-width: 280px;
	display: flex;
	flex-direction: column;
	gap: 6px
}

.ver__items li {
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	color: var(--body-c);
	line-height: 1.55
}

.ver__items li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--accent)
}



/* licensing */
.lic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 52px
}

.lic-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px 26px;
	background: #fff
}

.lic-card--pro {
	border-color: var(--accent);
	box-shadow: 0 16px 32px -18px rgba(225, 75, 50, .35)
}

.lic-card h3 {
	font-size: 19px;
	margin-bottom: 10px
}

.lic-card p {
	font-size: 14px
}

.lic-card .tag-note {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--accent);
	background: var(--accent-soft);
	padding: 4px 10px;
	border-radius: 4px
}

@media(max-width: 920px) {
	.lic {
		grid-template-columns: 1fr
	}
}

.lic-how {
	margin-top: 28px
}

.lic-how a {
	font-size: 14px;
	font-weight: 700;
	color: var(--accent);
	text-decoration: none;
	border-bottom: 2px solid var(--accent);
	padding-bottom: 2px
}

.lic-how a:hover {
	color: var(--accent-dark);
	border-bottom-color: var(--accent-dark)
}



/* faq */
.faq {
	max-width: 760px;
	margin-top: 52px
}

.faq details {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	margin-bottom: 12px;
	overflow: hidden
}

.faq summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	font-family: var(--family2);
	font-size: 16px;
	color: var(--ink)
}

.faq summary::-webkit-details-marker {
	display: none
}

.faq summary::after {
	content: "+";
	font-size: 22px;
	color: var(--accent);
	transition: transform .2s ease;
	flex-shrink: 0
}

.faq details[open] summary::after {
	transform: rotate(45deg)
}

.faq details p {
	padding: 0 22px 20px;
	font-size: 14.5px;
	line-height: 1.7
}

/* related */
.rel-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 48px
}

.rel-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.rel-card:hover {
	border-color: var(--ink);
	transform: translateY(-3px);
	box-shadow: 0 14px 28px -14px rgba(22, 29, 40, .14)
}

.rel-card__link {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	z-index: 2
}

.rel-card__thumb {
	position: relative;
	aspect-ratio: 16/10
}

.rel-card__thumb--xblog {
	background: linear-gradient(150deg, #f3eee7 0%, #e7dfd2 55%, #d8cbba 100%)
}

.rel-card__thumb--xevent {
	background: linear-gradient(150deg, #e6ecf2 0%, #cdd9e4 55%, #b3c4d4 100%)
}

.rel-card__thumb--layergallerypro {
	background: linear-gradient(150deg, #eef1f5 0%, #e2e7ee 60%, #d5dce5 100%)
}

.rel-card__thumb--dnngallerypro {
	background: linear-gradient(150deg, #f1ede7 0%, #e6e0d5 60%, #d9d0c0 100%)
}

.rel-card__thumb--photoalbums {
	background: linear-gradient(150deg, #edf0e6 0%, #dde3d2 55%, #c9d2ba 100%)
}

.rel-card__thumb--powerforms {
	background: linear-gradient(150deg, #eef0f3 0%, #d9dee5 60%, #c2cad4 100%)
}

.rel-card__thumb--formbuilder {
	background: linear-gradient(150deg, #f6efe9 0%, #e9dcd2 55%, #d9c6b8 100%)
}

.rel-card__shot {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.rel-card__body {
	padding: 18px 18px 16px;
	display: flex;
	flex-direction: column;
	flex: 1
}

.rel-card__name {
	font-family: var(--family2);
	font-size: 18px;
	color: var(--ink);
	line-height: 1.3
}

.rel-card__desc {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.6;
	margin-top: 8px;
	margin-bottom: 0px;
}

.rel-card__meta {
	margin-top: auto;
	padding-top: 14px
}



/* screenshots */
.shots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 52px
}

.shot {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease
}

.shot:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px -14px rgba(22, 29, 40, .14)
}

.shot img {
	display: block;
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	object-position: top center
}

.shot figcaption {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	padding: 12px 16px;
	border-top: 1px solid var(--line)
}

.shot figcaption span {
	color: var(--accent);
	margin-right: 6px
}

.shot--skin figcaption {
	display: flex;
	align-items: center;
	gap: 10px
}

.shot--skin figcaption b {
	font-family: var(--family2);
	font-weight: 400;
	font-size: 15px
}

.shot__demo {
	margin-left: auto;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--accent);
	text-decoration: none;
	border-bottom: 1px solid var(--accent);
	padding-bottom: 1px;
	white-space: nowrap
}

.shot__demo:hover {
	color: var(--accent-dark);
	border-bottom-color: var(--accent-dark)
}


/* trial band */
.trial {
	background: var(--dark);
	padding: 72px 0
}

.trial__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap
}

.trial h2 {
	color: #fff;
	font-size: clamp(24px, 3vw, 32px);
	margin-bottom: 10px
}

.trial p {
	color: rgba(255, 255, 255, .72);
	max-width: 480px
}

.trial__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px
}



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

.demo-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--line);
	border-top: 3px solid var(--accent);
	border-radius: var(--radius);
	padding: 20px 18px 16px;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.demo-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px -14px rgba(22, 29, 40, .14)
}

.demo-card b {
	font-family: var(--family2);
	font-size: 16px;
	color: var(--ink);
	margin-bottom: 8px
}

.demo-card p {
	font-size: 13px;
	color: var(--body-c);
	line-height: 1.6;
	flex: 1;
	margin: 0
}

.demo-card span {
	font-size: 13px;
	font-weight: 700;
	color: var(--accent);
	margin-top: 16px
}

#demos .dm-group h3 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 18px
}

#demos .dm-group {
	margin-top: 48px
}

#demos .dm-group:first-of-type {
	margin-top: 52px
}

@media(max-width:920px) {
	.demo-cards {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:640px) {
	.demo-cards {
		grid-template-columns: 1fr
	}
}



/* ---------- services page (homepage layout) ---------- */

.section--light .svc {
	background: #fff;
}

.svc-hero {
	padding: 88px 0 72px;
}

.svc-hero h1 {
	font-size: clamp(36px, 4.6vw, 56px);
	letter-spacing: -.015em;
	line-height: 1.1;
	margin-bottom: 16px;
	max-width: 720px;
}

.svc-hero .lead {
	font-size: 17.5px;
	max-width: 640px;
	margin-bottom: 32px;
}


/* svc split sections (one service per section, alternating sides) */
.svc-split {
	display: grid;
	grid-template-columns: 6fr 6fr;
	gap: 72px;
	align-items: center;
}

.svc-split--rev .svc-text {
	order: 2;
}

.svc-split .svc-icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: var(--accent);
	display: grid;
	place-items: center;
	margin-bottom: 22px;
}

.svc-split .svc-icon svg {
	width: 23px;
	height: 23px;
	stroke: #fff;
}

.svc-split h2 {
	font-size: clamp(26px, 3vw, 36px);
	margin-bottom: 14px;
}

.svc-split .lead {
	font-size: 16px;
	margin-bottom: 26px;
}

.svc-split .check-grid {
	grid-template-columns: 1fr;
	margin: 0;
}

.svc-split .svc__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 26px;
	font-weight: 700;
	font-size: 14.5px;
	color: var(--ink);
	text-decoration: none;
}

.svc-split .svc__link:hover {
	color: var(--accent);
}

.svc-visual {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 48px -20px rgba(22, 29, 40, .16);
}

.svc-shot {
	width: 100%;
	height: auto;
	display: block;
}

/* scope checklist */
.check-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 40px;
	list-style: none;
	margin: 44px 0px 0px 0px;
}

.check-grid li {
	position: relative;
	padding-left: 26px;
	font-size: 15.5px;
}

.check-grid li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 11px;
	height: 11px;
	background: var(--accent);
	border-radius: 3px;
}


/* custom work steps: rail + traveling dot + animated fig chips */
.steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	margin-top: 56px;
}

.steps::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 45px;
	right: 45px;
	border-top: 2px dashed #e3e9f0;
}

.rail-dot {
	position: absolute;
	top: 16px;
	left: 12.5%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 4px rgba(225, 75, 50, .14);
	animation: railRun 8s ease-in-out infinite;
	z-index: 1;
}

@keyframes railRun {
	0% {
		left: 12.5%;
		opacity: 0;
	}

	8% {
		opacity: 1;
	}

	24% {
		left: 37.5%;
	}

	34% {
		left: 37.5%;
	}

	50% {
		left: 62.5%;
	}

	60% {
		left: 62.5%;
	}

	76% {
		left: 87.5%;
	}

	88% {
		opacity: 1;
	}

	96% {
		opacity: 0;
	}

	100% {
		left: 87.5%;
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rail-dot {
		animation: none;
		opacity: 0;
	}
}

.step__num {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--accent);
	color: var(--accent);
	font-family: var(--family2);
	font-size: 15px;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 1;
}

.step__fig {
	margin-top: 20px;
	height: 88px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fbfcfd;
	display: grid;
	place-items: center;
}

.step__fig svg {
	width: 72px;
	height: 56px;
}

.step h3 {
	font-family: var(--family2);
	font-size: 17px;
	color: var(--ink);
	margin: 16px 0 8px;
}

.step p {
	font-size: 14px;
	line-height: 1.65;
	color: var(--body-c);
}

.step {
	display: flex;
	flex-direction: column;
}

.step__body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.step__tag {
	display: inline-block;
	margin-top: auto;
	padding-top: 14px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--accent);
}

.steps-cta {
	margin-top: 48px;
	text-align: center;
}

@media (max-width: 1020px) {
	.steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 26px;
	}

	.steps::before,
	.rail-dot {
		display: none;
	}
}

@media (max-width: 620px) {
	.steps {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.step {
		flex-direction: row;
		gap: 18px;
		align-items: flex-start;
	}

	.step__fig {
		margin-top: 0;
	}

	.step h3 {
		margin-top: 0;
	}
}

/* cta band */
.cta-band {
	background: var(--dark);
	padding: 84px 0;
}

.cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

.cta-band h2 {
	color: #fff;
	font-size: clamp(26px, 3vw, 34px);
	margin-bottom: 10px;
}

.cta-band p {
	color: rgba(255, 255, 255, .72);
	max-width: 520px;
}

@media (max-width: 920px) {
	.cards-3 {
		grid-template-columns: 1fr;
	}

	.check-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 24px;
	}

	.stat__num {
		font-size: 36px;
	}
}


/* activation phases */
.phase-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-top: 52px;
}

.phase {
	background: #fff;
	border: 1px solid var(--line);
	border-top: 3px solid var(--accent);
	border-radius: var(--radius);
	padding: 34px 30px;
	box-shadow: 0 18px 36px -18px rgba(22, 29, 40, .1);
}

.phase h3 {
	font-size: 20px;
	margin-bottom: 4px;
}

.phase .ph-sub {
	font-size: 13.5px;
	color: var(--muted);
	margin-bottom: 22px;
}

.phase ol {
	list-style: none;
	counter-reset: st;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0px;
}

.phase ol li {
	position: relative;
	padding-left: 40px;
	font-size: 14.5px;
	line-height: 1.65;
	counter-increment: st;
}

.phase ol li::before {
	content: counter(st, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	font-family: var(--family2);
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--accent);
	letter-spacing: .02em;
}

.phase ol li b {
	color: var(--ink);
}


/* license rule groups */
.rule-group {
	margin-top: 52px;
}

.rule-group h3 {
	font-size: 21px;
	margin-bottom: 20px;
}

.lic-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.lic-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 24px 22px;
}

.lic-card h4 {
	font-size: 17px;
	margin-bottom: 10px;
}

.lic-card p {
	font-size: 13.5px;
}

.notice {
	list-style: none;
	margin: 20px 0px 0px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 32px;
}

.notice li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
}

.notice li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: 9px;
	height: 9px;
	background: var(--accent);
	border-radius: 2px;
}

.img-note {
	margin-top: 56px;
	border: 1px solid var(--line);
	border-left: 3px solid var(--accent);
	border-radius: var(--radius);
	background: #fff;
	padding: 22px 26px;
	font-size: 14.5px;
}

.img-note b {
	color: var(--ink);
}

/* ---------- contact page ---------- */


.crumbs {
	border-bottom: 1px solid var(--line);
	background: var(--bg-light);
}

.crumbs ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 0;
	font-size: 13.5px;
	margin: 0;
}

.crumbs li {
	color: var(--muted);
}

.crumbs li+li::before {
	content: "/";
	margin-right: 8px;
	color: var(--line);
}

.crumbs a {
	color: var(--muted);
	text-decoration: none;
	font-weight: 600;
}

.crumbs a:hover {
	color: var(--accent);
}

.crumbs [aria-current] {
	color: var(--ink);
	font-weight: 700;
}

.section {
	padding: 96px 0;
}

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

.ct-hero {
	padding: 88px 0 24px;
}

.ct-hero h1 {
	font-size: clamp(36px, 4.6vw, 56px);
	letter-spacing: -.015em;
	line-height: 1.1;
	margin-bottom: 16px;
	max-width: 720px;
}

.ct-hero .lead {
	font-size: 17.5px;
	max-width: 640px;
}

.ct-grid {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 72px;
	margin-top: 56px;
	align-items: start;
}

.c-block {
	border-top: 1px solid var(--line);
	padding: 22px 2px 20px;
}

.c-block:first-child {
	border-top: 0;
	padding-top: 4px;
}

.c-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 8px;
}

.c-value {
	font-size: 17px;
	color: var(--ink);
	font-weight: 700;
	text-decoration: none;
	word-break: break-all;
}

a.c-value:hover {
	color: var(--accent);
}

.c-note {
	font-size: 13.5px;
	color: var(--muted);
	margin-top: 6px;
}

.ct-form {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 34px 32px;
	box-shadow: 0 24px 48px -20px rgba(22, 29, 40, .12);
}

.ct-form h2 {
	font-size: 22px;
	margin-bottom: 6px;
}

.ct-form>p {
	font-size: 14px;
	margin-bottom: 24px;
}

.field {
	margin-bottom: 18px;
}

.field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 7px;
}

.field input,
.field select,
.field textarea {
	width: 100%;
	font: inherit;
	font-size: 14.5px;
	color: var(--ink);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 12px 14px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px var(--accent-soft);
}

.field textarea {
	min-height: 150px;
	resize: vertical;
}

.field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ct-form .btn {
	width: 100%;
	text-align: center;
	margin-top: 6px;
}

.ct-form small.priv {
	display: block;
	margin-top: 14px;
	font-size: 12.5px;
	color: var(--muted);
	text-align: center;
}

@media (max-width: 920px) {
	.ct-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.field-row {
		grid-template-columns: 1fr;
	}
}