/* ===== page-mototsikly.css ===== */
.cfk-moto { font-family: 'Manrope', sans-serif; color: var(--cf-text, #1E293B); }
.cfk-moto *, .cfk-moto *::before, .cfk-moto *::after { box-sizing: border-box; }
.cfk-moto h1, .cfk-moto h2, .cfk-moto h3, .cfk-moto h4 { letter-spacing: -0.02em; }

.cfk-moto__btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 14px 28px; border-radius: 4px; font-weight: 700;
	font-size: 14px; letter-spacing: 0.02em; text-transform: uppercase;
	text-decoration: none; cursor: pointer; border: 1px solid transparent;
	transition: all .18s;
}
.cfk-moto__btn--primary { background: var(--cf-accent, #F5A623); color: #0F1E35; }
.cfk-moto__btn--primary:hover { background: #fff; }
.cfk-moto__btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.cfk-moto__btn--ghost:hover { background: rgba(255,255,255,0.1); }

.cfk-moto__h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin: 0 0 32px; }

/* ── HERO ── */
.cfk-moto__hero {
	position: relative; padding: clamp(80px, 11vw, 140px) 0 clamp(60px, 7vw, 100px);
	background: #050810; color: #fff; overflow: hidden;
	isolation: isolate;
	min-height: 620px;
	display: flex; align-items: center;
}
.cfk-moto__hero-video {
	position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.cfk-moto__hero-video-el {
	width: 100%; height: 100%; object-fit: cover; object-position: center right;
	display: block;
}
.cfk-moto__hero-overlay {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5,8,16,0.85) 0%, rgba(5,8,16,0.55) 45%, rgba(5,8,16,0.2) 75%, rgba(5,8,16,0.5) 100%),
		linear-gradient(180deg, rgba(5,8,16,0.3) 0%, transparent 40%, rgba(5,8,16,0.5) 100%),
		radial-gradient(ellipse at 20% 40%, rgba(245,166,35,0.08) 0%, transparent 55%);
}
.cfk-moto__hero > .container { position: relative; z-index: 2; width: 100%; }
.cfk-moto__hero-inner { position: relative; max-width: 720px; }
.cfk-moto__eyebrow {
	display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px;
	font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
	color: rgba(255,255,255,0.7);
}
.cfk-moto__eyebrow-line { width: 32px; height: 2px; background: var(--cf-accent, #F5A623); }
.cfk-moto__h1 {
	font-family: 'Bebas Neue', sans-serif; font-size: clamp(44px, 8vw, 92px);
	line-height: 0.95; margin: 0 0 18px; font-weight: 400;
}
.cfk-moto__sub {
	font-size: clamp(16px, 2vw, 19px); line-height: 1.55; max-width: 680px;
	color: rgba(255,255,255,0.82); margin: 0 0 28px;
}
.cfk-moto__types {
	display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px;
}
.cfk-moto__types span {
	padding: 6px 14px; background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.15); border-radius: 20px;
	font-size: 13px; color: rgba(255,255,255,0.85);
}
.cfk-moto__hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── USP ── */
.cfk-moto__usp { padding: 48px 0; background: #F8FAFC; border-bottom: 1px solid #E2E8F0; }
.cfk-moto__usp-list {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px;
}
.cfk-moto__usp-list li {
	display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto;
	column-gap: 14px; align-items: start;
}
.cfk-moto__usp-list li svg { grid-row: 1 / 3; color: var(--cf-accent, #F5A623); margin-top: 3px; }
.cfk-moto__usp-list li b { font-size: 15px; font-weight: 800; margin-bottom: 3px; }
.cfk-moto__usp-list li span { font-size: 13px; color: var(--cf-text-light, #64748B); line-height: 1.4; }

/* ── SECTIONS ── */
.cfk-moto__section { padding: clamp(60px, 8vw, 100px) 0; }
.cfk-moto__section--order { background: #F8FAFC; }
.cfk-moto__section-head { max-width: 720px; margin-bottom: 36px; }
.cfk-moto__section-tag {
	display: inline-block; padding: 5px 12px; border-radius: 3px;
	font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
	background: #10B981; color: #fff; margin-bottom: 14px;
}
.cfk-moto__section-tag--order { background: var(--cf-primary, #1A3A5C); }
.cfk-moto__section-head h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin: 0 0 10px; }
.cfk-moto__section-head h2 span { color: var(--cf-accent, #F5A623); }
.cfk-moto__section-head p { font-size: 16px; line-height: 1.55; color: var(--cf-text-light, #64748B); margin: 0; }

.cfk-moto__grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px;
}
.cfk-moto__card {
	display: block; background: #fff; border: 1px solid #E2E8F0; border-radius: 4px;
	overflow: hidden; text-decoration: none; color: inherit; transition: all .2s;
}
.cfk-moto__card:hover { border-color: var(--cf-primary, #1A3A5C); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.cfk-moto__card-photo { aspect-ratio: 4/3; background: #F1F5F9; overflow: hidden; }
.cfk-moto__card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cfk-moto__card-nophoto { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--cf-text-light, #64748B); font-size: 13px; }
.cfk-moto__card-body { padding: 14px 16px 18px; }
.cfk-moto__card-body h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; line-height: 1.3; }
.cfk-moto__card-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; margin-bottom: 10px; font-size: 12px; color: var(--cf-text-light, #64748B); }
.cfk-moto__card-meta span::after { content: '·'; margin-left: 10px; color: #CBD5E1; }
.cfk-moto__card-meta span:last-child::after { display: none; }
.cfk-moto__card-price { font-size: 18px; font-weight: 800; color: var(--cf-primary, #1A3A5C); font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.02em; }

.cfk-moto__empty {
	padding: 60px 20px; text-align: center; background: #fff;
	border: 1px dashed #CBD5E1; border-radius: 4px; max-width: 620px; margin: 0 auto;
}
.cfk-moto__empty svg { color: var(--cf-text-light, #64748B); margin-bottom: 16px; }
.cfk-moto__empty h3 { font-size: 22px; font-weight: 800; margin: 0 0 10px; }
.cfk-moto__empty p { font-size: 15px; line-height: 1.55; color: var(--cf-text-light, #64748B); margin: 0 0 24px; }

.cfk-moto__order-cta {
	padding: 60px 30px; text-align: center; background: #fff;
	border-radius: 4px; max-width: 720px; margin: 0 auto;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.cfk-moto__order-cta h3 { font-size: 24px; font-weight: 800; margin: 0 0 10px; }
.cfk-moto__order-cta p { font-size: 15px; line-height: 1.55; color: var(--cf-text-light, #64748B); margin: 0 0 24px; }

.cfk-moto__process {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px; margin-bottom: 48px;
}
.cfk-moto__process-step {
	padding: 24px; background: #fff; border: 1px solid #E2E8F0; border-radius: 4px;
}
.cfk-moto__process-step b { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--cf-accent, #F5A623); line-height: 1; margin-bottom: 10px; }
.cfk-moto__process-step h4 { font-size: 16px; font-weight: 800; margin: 0 0 6px; }
.cfk-moto__process-step p { font-size: 13px; line-height: 1.5; color: var(--cf-text-light, #64748B); margin: 0; }

/* ── LEAD ── */
.cfk-moto__lead { padding: clamp(50px, 7vw, 90px) 0; background: #0F1E35; color: #fff; }
.cfk-moto__lead-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.cfk-moto__lead h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin: 0 0 14px; }
.cfk-moto__lead p { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.8); margin: 0 0 28px; }
.cfk-moto__lead-form { display: grid; gap: 10px; margin-bottom: 14px; }
.cfk-moto__lead-form input {
	padding: 14px 16px; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px;
	background: rgba(255,255,255,0.08); color: #fff; font-family: inherit; font-size: 15px;
}
.cfk-moto__lead-form input::placeholder { color: rgba(255,255,255,0.5); }
.cfk-moto__lead-form input:focus { outline: none; border-color: var(--cf-accent, #F5A623); background: rgba(255,255,255,0.12); }
.cfk-moto__lead-form button {
	padding: 16px 24px; background: var(--cf-accent, #F5A623); color: #0F1E35;
	border: none; border-radius: 4px; font-weight: 800; font-size: 15px;
	text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer;
	transition: all .15s; font-family: inherit;
}
.cfk-moto__lead-form button:hover { background: #fff; }
.cfk-moto__lead small { font-size: 12px; color: rgba(255,255,255,0.5); }
.cfk-moto__lead small a { color: rgba(255,255,255,0.8); }

/* ── FAQ ── */
.cfk-moto__faq { padding: clamp(60px, 8vw, 100px) 0; }
.cfk-moto__faq-list { max-width: 820px; }
.cfk-moto__faq-list details { border-bottom: 1px solid #E2E8F0; padding: 16px 0; cursor: pointer; }
.cfk-moto__faq-list summary { font-size: 16px; font-weight: 700; padding-right: 30px; position: relative; list-style: none; }
.cfk-moto__faq-list summary::-webkit-details-marker { display: none; }
.cfk-moto__faq-list summary::after {
	content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
	font-size: 22px; font-weight: 300; color: var(--cf-accent, #F5A623);
}
.cfk-moto__faq-list details[open] summary::after { content: '−'; }
.cfk-moto__faq-list details p { margin: 12px 0 0; font-size: 14px; line-height: 1.6; color: var(--cf-text-light, #64748B); }

@media (max-width: 767px) {
	.cfk-moto__hero { min-height: 560px; padding-top: 60px; padding-bottom: 60px; }
	.cfk-moto__hero-video-el { object-position: 75% center; }
	.cfk-moto__hero-overlay {
		background:
			linear-gradient(180deg, rgba(5,8,16,0.5) 0%, rgba(5,8,16,0.6) 40%, rgba(5,8,16,0.85) 100%),
			radial-gradient(ellipse at 30% 70%, rgba(245,166,35,0.1) 0%, transparent 60%);
	}
	.cfk-moto__hero-cta .cfk-moto__btn { flex: 1; padding: 12px 16px; font-size: 12px; }
	.cfk-moto__grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
	.cfk-moto__card-body { padding: 10px 12px 14px; }
	.cfk-moto__card-body h3 { font-size: 13px; }
	.cfk-moto__card-price { font-size: 16px; }
}

/* ===== MOTO MODAL (CRO: квалификация + мессенджеры) ===== */
.cfk-mm {
	position: fixed; inset: 0; z-index: 99999;
	display: flex; align-items: center; justify-content: center;
	padding: 20px; font-family: 'Gilroy', sans-serif;
	animation: cfkMmFade .2s ease-out;
}
@keyframes cfkMmFade { from { opacity: 0 } to { opacity: 1 } }
.cfk-mm[hidden] { display: none; }
.cfk-mm__back {
	position: absolute; inset: 0;
	background: rgba(5, 8, 16, 0.85);
	backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
	cursor: pointer;
}
.cfk-mm__card {
	position: relative; z-index: 1;
	background: #0F1E35;
	color: #fff;
	border: 1px solid rgba(245,166,35,0.15);
	border-radius: 10px;
	max-width: 600px; width: 100%;
	max-height: 92vh; overflow-y: auto;
	padding: 32px 34px 28px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 80px rgba(245,166,35,0.08) inset;
	animation: cfkMmCard .26s cubic-bezier(.2,.8,.3,1);
}
@keyframes cfkMmCard { from { transform: translateY(20px) scale(.98); opacity: 0 } to { transform: translateY(0) scale(1); opacity: 1 } }
.cfk-mm__close {
	position: absolute; top: 12px; right: 14px;
	width: 34px; height: 34px; border: 0; border-radius: 50%;
	background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7);
	font-size: 22px; line-height: 1; cursor: pointer;
	transition: all .12s; padding: 0;
}
.cfk-mm__close:hover { background: var(--cf-accent, #F5A623); color: #0F1E35; }

.cfk-mm__tag {
	display: inline-block; padding: 5px 12px;
	background: rgba(245,166,35,0.15); color: var(--cf-accent, #F5A623);
	border: 1px solid rgba(245,166,35,0.3);
	font-size: 11px; font-weight: 800; text-transform: uppercase;
	letter-spacing: 0.08em; border-radius: 3px;
	margin-bottom: 14px;
}
.cfk-mm__title {
	font-size: clamp(22px, 3.5vw, 28px); font-weight: 800;
	margin: 0 0 10px; letter-spacing: -0.02em;
	color: #fff; line-height: 1.2;
}
.cfk-mm__sub {
	font-size: 14px; line-height: 1.5;
	color: rgba(255,255,255,0.75); margin: 0 0 26px;
}
.cfk-mm__sub strong { color: var(--cf-accent, #F5A623); }

.cfk-mm__group {
	border: 0; padding: 0; margin: 0 0 18px;
}
.cfk-mm__group legend {
	display: block; font-size: 11px; font-weight: 800;
	color: var(--cf-accent, #F5A623); text-transform: uppercase;
	letter-spacing: 0.1em; margin-bottom: 8px; padding: 0;
}
.cfk-mm__chips {
	display: flex; flex-wrap: wrap; gap: 6px;
}
.cfk-mm__chips label {
	cursor: pointer; position: relative; display: inline-block;
}
.cfk-mm__chips input {
	position: absolute; opacity: 0; pointer-events: none;
}
.cfk-mm__chips span {
	display: inline-block; padding: 9px 14px;
	background: rgba(255,255,255,0.05);
	border: 1.5px solid rgba(255,255,255,0.12);
	border-radius: 4px; font-size: 13px; font-weight: 600;
	color: rgba(255,255,255,0.85); transition: all .12s;
	line-height: 1.2; white-space: nowrap;
}
.cfk-mm__chips label:hover span {
	border-color: var(--cf-accent, #F5A623);
	background: rgba(245,166,35,0.08);
	color: #fff;
}
.cfk-mm__chips input:checked + span {
	background: var(--cf-accent, #F5A623);
	color: #0F1E35;
	border-color: var(--cf-accent, #F5A623);
	box-shadow: 0 4px 12px rgba(245, 166, 35, 0.3);
}
.cfk-mm__chips--msgr input:checked + span {
	background: #10B981; border-color: #10B981; color: #fff;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.cfk-mm__inputs {
	display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px;
	margin-bottom: 10px;
}
.cfk-mm__input { display: block; margin-bottom: 10px; }
.cfk-mm__input > span {
	display: block; font-size: 11px; font-weight: 800;
	color: var(--cf-accent, #F5A623); text-transform: uppercase;
	letter-spacing: 0.08em; margin-bottom: 5px;
}
.cfk-mm__input > span em { color: rgba(255,255,255,0.5); font-style: normal; text-transform: none; font-weight: 400; letter-spacing: 0; }
.cfk-mm__input input {
	width: 100%; padding: 12px 14px;
	background: rgba(255,255,255,0.06);
	border: 1.5px solid rgba(255,255,255,0.12);
	border-radius: 4px; font-family: inherit;
	font-size: 15px; font-weight: 600;
	color: #fff;
	transition: all .12s;
}
.cfk-mm__input input:focus {
	outline: none; border-color: var(--cf-accent, #F5A623);
	background: rgba(255,255,255,0.1);
	box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.15);
}
.cfk-mm__input input::placeholder { color: rgba(255,255,255,0.35); }

.cfk-mm__submit {
	width: 100%; margin-top: 8px;
	padding: 16px 22px;
	background: var(--cf-accent, #F5A623); color: #0F1E35;
	border: 0; border-radius: 4px;
	font-family: inherit; font-size: 15px; font-weight: 800;
	text-transform: uppercase; letter-spacing: 0.04em;
	cursor: pointer; transition: all .15s;
	display: flex; align-items: center; justify-content: center; gap: 10px;
	box-shadow: 0 6px 20px rgba(245, 166, 35, 0.35);
}
.cfk-mm__submit:hover:not(:disabled) {
	background: #fcb946; transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(245, 166, 35, 0.45);
}
.cfk-mm__submit:disabled {
	background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.4);
	cursor: not-allowed; box-shadow: none;
}

.cfk-mm__trust {
	margin-top: 14px; text-align: center;
	font-size: 12px; color: rgba(255,255,255,0.5);
}
.cfk-mm__trust a {
	color: rgba(255,255,255,0.8); text-decoration: underline;
}

/* Thank you state */
.cfk-mm__state--thanks { text-align: center; }
.cfk-mm__check {
	display: inline-flex; align-items: center; justify-content: center;
	width: 84px; height: 84px; margin: 8px auto 20px;
	background: rgba(16, 185, 129, 0.15); color: #10B981; border-radius: 50%;
	border: 2px solid rgba(16,185,129,0.4);
}
.cfk-mm__state--thanks .cfk-mm__title { text-align: center; }
.cfk-mm__state--thanks .cfk-mm__sub { text-align: center; margin-bottom: 28px; }

.cfk-mm__bots {
	padding: 20px;
	background: rgba(255,255,255,0.04);
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.08);
	margin-bottom: 20px;
}
.cfk-mm__bots-label {
	display: block; font-size: 13px; font-weight: 600;
	color: rgba(255,255,255,0.75); margin-bottom: 12px;
}
.cfk-mm__bots-links {
	display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
.cfk-mm__bot {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 10px 14px; border-radius: 4px;
	font-size: 13px; font-weight: 700; text-decoration: none;
	transition: all .12s;
}
.cfk-mm__bot--tg { background: #229ED9; color: #fff; }
.cfk-mm__bot--max { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.cfk-mm__bot--phone { background: rgba(245,166,35,0.15); color: var(--cf-accent, #F5A623); border: 1px solid rgba(245,166,35,0.3); }
.cfk-mm__bot:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }

.cfk-mm__close-bottom {
	background: transparent; border: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.7);
	padding: 10px 22px; border-radius: 4px;
	font-family: inherit; font-size: 13px; font-weight: 600;
	cursor: pointer; transition: all .12s;
}
.cfk-mm__close-bottom:hover { border-color: var(--cf-accent, #F5A623); color: var(--cf-accent, #F5A623); }

@media (max-width: 560px) {
	.cfk-mm { padding: 0; align-items: flex-end; }
	.cfk-mm__card { padding: 24px 20px; max-height: 94vh; border-radius: 10px 10px 0 0; }
	.cfk-mm__title { font-size: 20px; }
	.cfk-mm__inputs { grid-template-columns: 1fr; }
	.cfk-mm__chips span { padding: 8px 11px; font-size: 12px; }
}
