/* ============================================================
   page-register-mtk.css
   Лендинг «Обучение включению в реестр Минпромторга»
   Использует общую glass-токенизацию темы (#2563eb / #1e293b /
   #f8fafc / glassmorphism rgba(255,255,255,0.4)+blur(12px)).
   ============================================================ */

.landing-regmtk {
	color: #1e293b;
}

.landing-regmtk .section-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #2563eb;
	margin-bottom: 14px;
}

.landing-regmtk .section-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 14px;
}

.landing-regmtk .section-lead {
	font-size: 17px;
	line-height: 1.65;
	color: #475569;
	max-width: 880px;
	margin: 0 0 24px;
}

.landing-regmtk .section-lead strong {
	color: #1e293b;
	font-weight: 600;
}

.landing-regmtk .section,
.landing-regmtk .glass-section {
	padding-block: 72px;
}

.landing-regmtk .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 900px) {
	.landing-regmtk .section,
	.landing-regmtk .glass-section {
		padding-block: 48px;
	}
	.landing-regmtk .section-title {
		font-size: 24px;
	}
}

/* ====== HERO additions ====== */
.landing-regmtk .regmtk-eyebrow {
	margin-bottom: 16px;
}

.landing-regmtk .regmtk-hero-price {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	background: rgba(37, 99, 235, 0.08);
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 12px;
	padding: 14px 20px;
	margin: 22px 0 8px;
}

.landing-regmtk .regmtk-hero-price-label {
	font-size: 14px;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.landing-regmtk .regmtk-hero-price-value {
	font-size: 30px;
	font-weight: 700;
	color: #1e3a8a;
	letter-spacing: -0.01em;
}

.landing-regmtk .regmtk-hero-price-note {
	font-size: 14px;
	color: #64748b;
	width: 100%;
}

@media (min-width: 600px) {
	.landing-regmtk .regmtk-hero-price-note {
		width: auto;
	}
}

/* ====== Block: Why learn (4 advantage cards) ====== */
.landing-regmtk .regmtk-why {
	background: #f8fafc;
}

.landing-regmtk .regmtk-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-why-card {
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-regmtk .regmtk-why-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.landing-regmtk .regmtk-why-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(135deg, #dbeafe 0%, #c7d2fe 100%);
	color: #2563eb;
	align-items: center;
	justify-content: center;
}

.landing-regmtk .regmtk-why-icon svg {
	width: 28px;
	height: 28px;
	stroke: #2563eb;
}

.landing-regmtk .regmtk-why-card h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

.landing-regmtk .regmtk-why-card p {
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
	margin: 0;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.landing-regmtk .regmtk-why-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: Format (4 numbered cards) ====== */
.landing-regmtk .regmtk-format {
	background: #ffffff;
}

.landing-regmtk .regmtk-format-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-format-card {
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.landing-regmtk .regmtk-format-num {
	font-size: 28px;
	font-weight: 800;
	color: #2563eb;
	letter-spacing: 0.04em;
	margin-bottom: 6px;
}

.landing-regmtk .regmtk-format-card h3 {
	font-size: 17px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

.landing-regmtk .regmtk-format-card p {
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
	margin: 0;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-format-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.landing-regmtk .regmtk-format-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: Modules (8 numbered timeline cards) ====== */
.landing-regmtk .regmtk-modules {
	background: #f8fafc;
}

.landing-regmtk .regmtk-modules-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-module {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: start;
	gap: 20px;
	padding: 26px 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-regmtk .regmtk-module:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.landing-regmtk .regmtk-module-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.landing-regmtk .regmtk-module-body h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 8px;
}

.landing-regmtk .regmtk-module-body p {
	font-size: 15px;
	line-height: 1.65;
	color: #475569;
	margin: 0;
}

@media (max-width: 768px) {
	.landing-regmtk .regmtk-modules-list {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: Tariffs (3 cards, central popular) ====== */
.landing-regmtk .regmtk-tariffs {
	background: #ffffff;
}

.landing-regmtk .regmtk-tariffs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 36px;
	align-items: stretch;
}

.landing-regmtk .regmtk-tariff {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 32px 28px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-regmtk .regmtk-tariff:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.landing-regmtk .regmtk-tariff--popular {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(219, 234, 254, 0.7) 100%);
	border: 1px solid rgba(37, 99, 235, 0.3);
	box-shadow: 0 12px 36px rgba(37, 99, 235, 0.18);
	transform: translateY(-8px);
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-tariff--popular {
		transform: none;
	}
}

.landing-regmtk .regmtk-tariff-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	padding: 6px 16px;
	border-radius: 9999px;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
	white-space: nowrap;
}

.landing-regmtk .regmtk-tariff-head h3 {
	font-size: 22px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 8px;
}

.landing-regmtk .regmtk-tariff-head p {
	font-size: 14px;
	line-height: 1.55;
	color: #64748b;
	margin: 0;
}

.landing-regmtk .regmtk-tariff-price {
	border-top: 1px dashed rgba(37, 99, 235, 0.2);
	border-bottom: 1px dashed rgba(37, 99, 235, 0.2);
	padding: 16px 0;
}

.landing-regmtk .regmtk-tariff-price-value {
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: #1e3a8a;
	letter-spacing: -0.01em;
	margin-bottom: 4px;
}

.landing-regmtk .regmtk-tariff-price-note {
	display: block;
	font-size: 13px;
	color: #64748b;
}

.landing-regmtk .regmtk-tariff-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.landing-regmtk .regmtk-tariff-list li {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	line-height: 1.55;
	color: #334155;
}

.landing-regmtk .regmtk-tariff-list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #dbeafe;
	box-shadow: inset 0 0 0 4px #2563eb;
}

.landing-regmtk .regmtk-tariff .btn-block {
	display: inline-block;
	width: 100%;
	text-align: center;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-tariffs-grid {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ====== Block: Results (6 cards) ====== */
.landing-regmtk .regmtk-results {
	background: #f8fafc;
}

.landing-regmtk .regmtk-results-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-result-card {
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-regmtk .regmtk-result-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.landing-regmtk .regmtk-result-icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(37, 99, 235, 0.12);
	color: #2563eb;
	align-items: center;
	justify-content: center;
}

.landing-regmtk .regmtk-result-icon svg {
	width: 26px;
	height: 26px;
	stroke: #2563eb;
}

.landing-regmtk .regmtk-result-card h3 {
	font-size: 17px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

.landing-regmtk .regmtk-result-card p {
	font-size: 14.5px;
	line-height: 1.6;
	color: #475569;
	margin: 0;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-results-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.landing-regmtk .regmtk-results-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: Cases (3 cards) ====== */
.landing-regmtk .regmtk-cases {
	background: #ffffff;
}

.landing-regmtk .regmtk-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-case {
	padding: 30px 26px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	position: relative;
	overflow: hidden;
}

.landing-regmtk .regmtk-case::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #2563eb 0%, #1e3a8a 100%);
}

.landing-regmtk .regmtk-case:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.landing-regmtk .regmtk-case h3 {
	font-size: 17px;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
	padding-left: 10px;
}

.landing-regmtk .regmtk-case-context {
	font-size: 14.5px;
	line-height: 1.6;
	color: #475569;
	margin: 0 0 4px;
	padding-left: 10px;
}

.landing-regmtk .regmtk-case-list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.landing-regmtk .regmtk-case-list li {
	position: relative;
	padding-left: 20px;
	font-size: 14.5px;
	line-height: 1.55;
	color: #334155;
}

.landing-regmtk .regmtk-case-list li::before {
	content: "—";
	position: absolute;
	left: 0;
	top: 0;
	color: #2563eb;
	font-weight: 700;
}

.landing-regmtk .regmtk-case-list li strong {
	color: #1e3a8a;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-cases-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: Reviews (3 quotes) ====== */
.landing-regmtk .regmtk-reviews {
	background: #f8fafc;
}

.landing-regmtk .regmtk-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-review {
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	position: relative;
}

.landing-regmtk .regmtk-review::before {
	content: "\201C";
	position: absolute;
	top: 6px;
	left: 16px;
	font-size: 60px;
	line-height: 1;
	color: rgba(37, 99, 235, 0.18);
	font-family: Georgia, "Times New Roman", serif;
}

.landing-regmtk .regmtk-review p {
	position: relative;
	font-size: 15px;
	line-height: 1.65;
	color: #334155;
	margin: 0;
	padding-top: 12px;
}

.landing-regmtk .regmtk-review cite {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-style: normal;
	border-top: 1px solid rgba(37, 99, 235, 0.15);
	padding-top: 14px;
}

.landing-regmtk .regmtk-review cite strong {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
}

.landing-regmtk .regmtk-review cite span {
	font-size: 13px;
	color: #64748b;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-reviews-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: Guarantee + stats ====== */
.landing-regmtk .regmtk-guarantee-section {
	background: #ffffff;
	padding-block: 56px;
}

.landing-regmtk .regmtk-guarantee {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 28px;
	align-items: start;
	padding: 36px 32px;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(22, 163, 74, 0.04) 100%);
	border: 1px solid rgba(22, 163, 74, 0.18);
	border-radius: 16px;
}

.landing-regmtk .regmtk-guarantee-icon {
	display: inline-flex;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
	color: #ffffff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 28px rgba(22, 163, 74, 0.25);
}

.landing-regmtk .regmtk-guarantee-icon svg {
	width: 44px;
	height: 44px;
	stroke: #ffffff;
}

.landing-regmtk .regmtk-guarantee-body .section-eyebrow {
	color: #15803d;
	margin-bottom: 8px;
}

.landing-regmtk .regmtk-guarantee-body h2 {
	font-size: 24px;
	font-weight: 700;
	color: #14532d;
	margin: 0 0 12px;
}

.landing-regmtk .regmtk-guarantee-body p {
	font-size: 15.5px;
	line-height: 1.65;
	color: #1e293b;
	margin: 0 0 8px;
}

.landing-regmtk .regmtk-guarantee-foot {
	font-size: 14px;
	color: #475569;
}

.landing-regmtk .regmtk-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 28px;
}

.landing-regmtk .regmtk-stat {
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
}

.landing-regmtk .regmtk-stat strong {
	font-size: 28px;
	font-weight: 800;
	color: #2563eb;
	letter-spacing: -0.01em;
}

.landing-regmtk .regmtk-stat span {
	font-size: 13.5px;
	line-height: 1.45;
	color: #475569;
}

@media (max-width: 768px) {
	.landing-regmtk .regmtk-guarantee {
		grid-template-columns: 1fr;
	}
	.landing-regmtk .regmtk-guarantee-icon {
		width: 60px;
		height: 60px;
		border-radius: 16px;
	}
	.landing-regmtk .regmtk-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.landing-regmtk .regmtk-stats {
		grid-template-columns: 1fr;
	}
}

/* ====== Block: FAQ (details/summary) ====== */
.landing-regmtk .faq-section {
	background: #f8fafc;
}

.landing-regmtk .faq-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 32px;
}

.landing-regmtk details.faq-item {
	padding: 0;
	overflow: hidden;
	transition: box-shadow 0.25s ease;
}

.landing-regmtk details.faq-item[open] {
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.landing-regmtk details.faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 56px 18px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	position: relative;
}

.landing-regmtk details.faq-item summary::-webkit-details-marker {
	display: none;
}

.landing-regmtk details.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.12);
	color: #2563eb;
	font-size: 18px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, background 0.2s ease;
}

.landing-regmtk details.faq-item[open] summary::after {
	content: "−";
	background: #2563eb;
	color: #ffffff;
}

.landing-regmtk details.faq-item .faq-answer {
	padding: 0 24px 22px;
	border-top: 1px solid rgba(37, 99, 235, 0.12);
	margin-top: -1px;
}

.landing-regmtk details.faq-item .faq-answer p {
	font-size: 15px;
	line-height: 1.7;
	color: #475569;
	margin: 16px 0 0;
}

.landing-regmtk .regmtk-faq-cta {
	margin-top: 28px;
	text-align: center;
}

/* ====== Block: Target ====== */
.landing-regmtk .regmtk-target {
	background: #ffffff;
}

.landing-regmtk .regmtk-target-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 32px;
}

.landing-regmtk .regmtk-target-card {
	padding: 26px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-regmtk .regmtk-target-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.landing-regmtk .regmtk-target-card h3 {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

.landing-regmtk .regmtk-target-card p {
	font-size: 14.5px;
	line-height: 1.6;
	color: #475569;
	margin: 0;
}

@media (max-width: 1024px) {
	.landing-regmtk .regmtk-target-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.landing-regmtk .regmtk-target-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== Final CTA ====== */
.landing-regmtk .regmtk-final-cta {
	background: linear-gradient(180deg, #e0e7ff 0%, #c7d2fe 100%);
	padding-block: 80px;
}

.landing-regmtk .regmtk-final-cta .default-page-final-cta__card {
	max-width: 800px;
	margin: 0 auto;
	padding: 44px 36px;
	text-align: center;
	background: rgba(255, 255, 255, 0.78);
}

.landing-regmtk .regmtk-final-cta .default-page-final-cta__headline {
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
	margin: 12px 0 14px;
}

.landing-regmtk .regmtk-final-cta .default-page-final-cta__text {
	font-size: 16px;
	line-height: 1.65;
	color: #475569;
	margin: 0 0 22px;
}

.landing-regmtk .regmtk-contacts {
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 22px;
}

.landing-regmtk .regmtk-contact-link {
	font-size: 16px;
	font-weight: 600;
	color: #2563eb;
	text-decoration: none;
	border-bottom: 1px dashed rgba(37, 99, 235, 0.4);
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.landing-regmtk .regmtk-contact-link:hover {
	color: #1e3a8a;
	border-color: #1e3a8a;
}

.landing-regmtk .regmtk-final-cta .default-page-final-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	border-radius: 9999px;
	padding: 14px 32px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.landing-regmtk .regmtk-final-cta {
		padding-block: 56px;
	}
	.landing-regmtk .regmtk-final-cta .default-page-final-cta__card {
		padding: 32px 22px;
	}
	.landing-regmtk .regmtk-final-cta .default-page-final-cta__headline {
		font-size: 22px;
	}
}
