.kf-demo-mirage {
	--mirage-red: #ed1018;
	--mirage-dark: #050505;
	--mirage-text: #0b0b0d;
	--mirage-muted: #686868;
	--mirage-line: #e5e5e5;
	--mirage-soft: #f7f7f7;
	background: #fff;
	color: var(--mirage-text);
	font-family: Arial, Helvetica, sans-serif;
}

.kf-demo-mirage .kf-main {
	min-height: auto;
}

.mirage-header {
	background: #fff;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
	position: sticky;
	top: 0;
	z-index: 200;
}

.mirage-header__inner {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1320px;
	min-height: 92px;
	padding-inline: clamp(18px, 4vw, 40px);
}

.mirage-logo {
	color: #202026;
	display: inline-grid;
	line-height: 1;
	min-width: 206px;
	text-decoration: none;
}

.mirage-logo span,
.mirage-logo b {
	display: inline;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 900;
	letter-spacing: -1px;
}

.mirage-logo span {
	color: var(--mirage-red);
	grid-column: 1;
}

.mirage-logo span strong {
	letter-spacing: -5px;
}

.mirage-logo b {
	color: #202026;
	grid-column: 2;
	margin-left: -2px;
}

.mirage-logo small {
	color: #202026;
	font-size: .64rem;
	font-weight: 700;
	grid-column: 1 / 3;
	letter-spacing: 2px;
	margin-top: 5px;
}

.mirage-logo--footer span,
.mirage-logo--footer b {
	font-size: 2rem;
}

.mirage-nav {
	flex: 1;
}

.mirage-menu {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2.5vw, 40px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mirage-menu a {
	color: #070707;
	display: block;
	font-size: .78rem;
	font-weight: 800;
	padding-block: 36px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.mirage-menu > li.current-menu-item > a,
.mirage-menu > li.current_page_item > a,
.mirage-menu > li > a:hover {
	color: var(--mirage-red);
}

.mirage-menu > li.current-menu-item > a::after,
.mirage-menu > li.current_page_item > a::after,
.mirage-menu > li > a:hover::after {
	background: var(--mirage-red);
	bottom: 24px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.mirage-menu .sub-menu {
	background: #fff;
	border: 1px solid var(--mirage-line);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
	display: none;
	list-style: none;
	min-width: 260px;
	padding: 10px 0;
	position: absolute;
}

.mirage-menu li:hover > .sub-menu,
.mirage-menu li:focus-within > .sub-menu {
	display: block;
}

.mirage-menu .sub-menu a {
	padding: 10px 18px;
	text-transform: none;
}

.mirage-header__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.mirage-quote,
.mirage-home .mirage-btn,
.mirage-footer-form button {
	align-items: center;
	background: var(--mirage-red);
	border: 1px solid var(--mirage-red);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 900;
	gap: 12px;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.mirage-quote svg,
.mirage-btn svg,
.mirage-footer-form button svg {
	height: 16px;
	width: 16px;
}

.mirage-home {
	background: #fff;
}

.mirage-home__container {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: clamp(18px, 4vw, 44px);
}

.mirage-hero {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 34%, rgba(0, 0, 0, .16) 67%),
		radial-gradient(circle at 77% 24%, rgba(237, 16, 24, .9), transparent 23%),
		linear-gradient(135deg, #070707 0%, #131313 35%, #2b0305 48%, #1d1d22 66%, #020202 100%);
	color: #fff;
	min-height: 405px;
	position: relative;
}

.mirage-hero::after {
	background:
		linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent),
		repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, .14) 43px 44px);
	content: "";
	inset: 0 0 auto auto;
	height: 58%;
	opacity: .38;
	position: absolute;
	width: 54%;
}

.mirage-hero__stage {
	inset: 0 0 0 auto;
	opacity: .8;
	position: absolute;
	width: 58%;
}

.mirage-hero__screen {
	background: linear-gradient(135deg, #f5f7fa, #cbd5df);
	border: 8px solid rgba(255, 255, 255, .08);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .3);
	height: 164px;
	position: absolute;
	right: 78px;
	top: 58px;
	width: 360px;
}

.mirage-hero__screen span {
	color: #22333b;
	font-size: 1.35rem;
	font-weight: 900;
	left: 110px;
	position: absolute;
	top: 60px;
}

.mirage-hero__panel {
	background: linear-gradient(180deg, #e71820, #6d080c);
	height: 184px;
	left: 86px;
	position: absolute;
	top: 40px;
	width: 96px;
}

.mirage-hero__audience {
	bottom: 0;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(13, 1fr);
	left: 0;
	position: absolute;
	right: 0;
}

.mirage-hero__audience i {
	background: linear-gradient(#151515, #000);
	border-radius: 50% 50% 0 0;
	display: block;
	height: 84px;
	opacity: .88;
}

.mirage-hero__content {
	max-width: 520px;
	padding-block: clamp(56px, 7vw, 72px);
	position: relative;
	z-index: 2;
}

.mirage-hero h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(2.5rem, 5vw, 4.3rem);
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.04;
	margin: 0 0 20px;
}

.mirage-hero h1 span {
	color: var(--mirage-red);
}

.mirage-hero p {
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 485px;
}

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

.mirage-home .mirage-btn--outline {
	background: rgba(0, 0, 0, .24);
	border-color: rgba(255, 255, 255, .75);
}

.mirage-logo-strip {
	border-bottom: 1px solid var(--mirage-line);
	padding-block: 22px;
}

.mirage-logo-strip__label {
	color: #777;
	font-size: .74rem;
	font-weight: 800;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.mirage-client-logos {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mirage-client-logo {
	align-items: center;
	color: #2a2a2f;
	display: flex;
	font-size: 1.36rem;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 44px;
}

.mirage-client-logo i {
	border: 3px solid currentColor;
	border-radius: 50%;
	display: inline-block;
	height: 26px;
	width: 26px;
}

.mirage-client-logo--green { color: #168041; }
.mirage-client-logo--blue { color: #1f4b9a; }
.mirage-client-logo--red { color: #e51a28; }
.mirage-client-logo--gray { color: #969696; }

.mirage-section {
	padding-block: clamp(34px, 5vw, 58px);
}

.mirage-section--soft {
	background: linear-gradient(180deg, #fff, #f8f8f8);
}

.mirage-section__heading {
	margin: 0 auto 24px;
	max-width: 820px;
	text-align: center;
}

.mirage-kicker {
	color: var(--mirage-red);
	font-size: .78rem;
	font-weight: 900;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.mirage-section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.mirage-heading-mark {
	background: var(--mirage-red);
	display: block;
	height: 3px;
	margin: 12px auto 0;
	width: 52px;
}

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

.mirage-service-card {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
	min-height: 255px;
	padding: 24px 18px 20px;
	text-align: center;
}

.mirage-icon {
	align-items: center;
	border: 3px solid var(--mirage-red);
	border-radius: 14px;
	color: var(--mirage-red);
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	margin-bottom: 18px;
	width: 50px;
}

.mirage-service-card h3 {
	font-size: .98rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 12px;
}

.mirage-service-card p {
	color: #333;
	font-size: .82rem;
	line-height: 1.65;
	margin: 0 0 18px;
}

.mirage-link {
	color: var(--mirage-red);
	font-size: .78rem;
	font-weight: 900;
	text-decoration: none;
}

.mirage-stats {
	background: linear-gradient(90deg, #e40008, #c90008 52%, #e40008);
	color: #fff;
}

.mirage-stats__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mirage-stat {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .42);
	display: flex;
	gap: 16px;
	justify-content: center;
	min-height: 88px;
	padding: 12px 18px;
}

.mirage-stat:last-child {
	border-right: 0;
}

.mirage-stat__icon {
	font-size: 2.15rem;
	font-weight: 900;
	line-height: 1;
}

.mirage-stat strong {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.mirage-stat span {
	display: block;
	font-size: .76rem;
	line-height: 1.35;
	margin-top: 6px;
}

.mirage-projects {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mirage-project-card {
	align-items: flex-end;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .82)),
		linear-gradient(135deg, var(--project-a, #1b7a3f), var(--project-b, #101010));
	border-radius: 5px;
	color: #fff;
	display: flex;
	min-height: 220px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	text-decoration: none;
}

.mirage-project-card::before {
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, .17) 0 1px, transparent 1px 38px),
		radial-gradient(circle at 72% 30%, rgba(255, 255, 255, .35), transparent 20%);
	content: "";
	inset: 0;
	opacity: .34;
	position: absolute;
}

.mirage-project-card__content {
	position: relative;
	width: 100%;
	z-index: 1;
}

.mirage-project-card h3 {
	font-size: 1.15rem;
	font-weight: 900;
	margin: 0 0 4px;
}

.mirage-project-card p {
	font-size: .88rem;
	margin: 0;
}

.mirage-project-card em {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	float: right;
	font-style: normal;
	height: 36px;
	justify-content: center;
	margin-top: -34px;
	width: 36px;
}

.mirage-center-action {
	margin-top: 18px;
	text-align: center;
}

.mirage-home .mirage-btn--white {
	background: #fff;
	color: var(--mirage-red);
}

.mirage-testimonial-wrap {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.mirage-arrow {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mirage-red);
	border-radius: 50%;
	color: var(--mirage-red);
	display: inline-flex;
	font-size: 1.4rem;
	height: 42px;
	justify-content: center;
	width: 42px;
}

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

.mirage-testimonial-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .07);
	min-height: 176px;
	padding: 24px 34px;
}

.mirage-testimonial-card::before {
	color: var(--mirage-red);
	content: "“";
	display: block;
	font-size: 3rem;
	font-weight: 900;
	height: 28px;
	line-height: 1;
}

.mirage-testimonial-card p {
	font-size: .82rem;
	line-height: 1.55;
	margin: 0 0 12px;
}

.mirage-testimonial-card strong {
	display: block;
	font-weight: 900;
	text-align: center;
}

.mirage-testimonial-card small {
	display: block;
	font-size: .72rem;
	text-align: center;
}

.mirage-dots {
	display: flex;
	gap: 9px;
	justify-content: center;
	margin-top: 14px;
}

.mirage-dots span {
	background: #d0d0d0;
	border-radius: 50%;
	display: block;
	height: 10px;
	width: 10px;
}

.mirage-dots span:first-child {
	background: var(--mirage-red);
}

.mirage-consult {
	background: #fff;
	border-top: 1px solid #ececec;
	padding-block: 20px;
	position: relative;
}

.mirage-consult::before,
.mirage-consult::after {
	background: linear-gradient(135deg, var(--mirage-red) 0 60%, #d8d8d8 60% 78%, transparent 78%);
	content: "";
	height: 78px;
	position: absolute;
	top: 0;
	width: 150px;
}

.mirage-consult::before {
	left: 0;
}

.mirage-consult::after {
	right: 0;
	transform: scaleX(-1);
}

.mirage-consult__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.mirage-consult__copy {
	align-items: center;
	display: flex;
	gap: 18px;
}

.mirage-paper-plane {
	align-items: center;
	border: 1px solid var(--mirage-red);
	border-radius: 50%;
	color: var(--mirage-red);
	display: inline-flex;
	font-size: 1.8rem;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.mirage-consult h2 {
	color: var(--mirage-red);
	font-size: 1.65rem;
	font-weight: 900;
	margin: 0;
}

.mirage-consult p {
	margin: 0;
}

.mirage-footer {
	background: #fff;
	border-top: 1px solid #ececec;
	color: var(--mirage-text);
	position: relative;
}

.mirage-footer__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: 1.25fr .8fr 1.05fr 1.05fr 1.35fr;
	margin-inline: auto;
	max-width: 1280px;
	padding: 28px clamp(18px, 4vw, 44px) 18px;
}

.mirage-footer h2 {
	font-size: .82rem;
	font-weight: 900;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.mirage-footer p,
.mirage-footer li,
.mirage-footer a {
	color: #161616;
	font-size: .82rem;
	line-height: 1.55;
}

.mirage-footer-menu,
.mirage-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mirage-footer-menu a {
	text-decoration: none;
}

.mirage-socials {
	display: flex;
	gap: 8px;
	margin-block: 12px;
}

.mirage-socials a {
	align-items: center;
	border: 1px solid #111;
	border-radius: 50%;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	text-decoration: none;
	width: 28px;
}

.mirage-footer-form {
	display: grid;
	gap: 8px;
}

.mirage-footer-form input,
.mirage-footer-form textarea {
	border: 1px solid #cacaca;
	border-radius: 3px;
	font: inherit;
	min-height: 32px;
	padding: 8px 10px;
	width: 100%;
}

.mirage-footer-form textarea {
	min-height: 42px;
	resize: vertical;
}

.mirage-footer-form button {
	border: 0;
	min-height: 40px;
}

.mirage-legal {
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 12px;
}

.mirage-inner-hero {
	background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .62)), linear-gradient(135deg, #111, #e00008);
	color: #fff;
	padding-block: 90px;
}

.mirage-inner-hero h1 {
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 900;
	margin: 0;
}

.mirage-page-content {
	padding-block: 58px;
}

.mirage-page-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

.mirage-page-card {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
	padding: 28px;
}

.mirage-contact-form {
	display: grid;
	gap: 14px;
}

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

.mirage-contact-form input,
.mirage-contact-form textarea {
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font: inherit;
	min-height: 46px;
	padding: 12px 14px;
	width: 100%;
}

.mirage-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

@media (max-width: 1180px) {
	.mirage-nav {
		display: none;
	}

	.kf-demo-mirage .kf-mobile-toggle {
		display: inline-flex;
	}

	.kf-demo-mirage .kf-mobile-panel:not([hidden]) {
		display: block;
	}

	.mirage-services,
	.mirage-projects,
	.mirage-client-logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 760px) {
	.mirage-header__inner {
		min-height: 74px;
	}

	.mirage-logo {
		min-width: 160px;
	}

	.mirage-logo span,
	.mirage-logo b {
		font-size: 2rem;
	}

	.mirage-quote {
		display: none;
	}

	.mirage-hero__stage {
		display: none;
	}

	.mirage-hero {
		background: linear-gradient(135deg, #000, #2b0305);
	}

	.mirage-services,
	.mirage-projects,
	.mirage-client-logos,
	.mirage-testimonials,
	.mirage-stats__grid,
	.mirage-footer__inner,
	.mirage-page-grid,
	.mirage-form-grid {
		grid-template-columns: 1fr;
	}

	.mirage-stat {
		border-bottom: 1px solid rgba(255, 255, 255, .35);
		border-right: 0;
		justify-content: flex-start;
	}

	.mirage-testimonial-wrap {
		grid-template-columns: 1fr;
	}

	.mirage-arrow {
		display: none;
	}

	.mirage-consult::before,
	.mirage-consult::after {
		display: none;
	}

	.mirage-consult__inner,
	.mirage-consult__copy {
		align-items: flex-start;
		flex-direction: column;
	}
}
