.srs-section,
.srs-section *,
.srs-form-section,
.srs-form-section * {
	box-sizing: border-box;
}

.srs-section,
.srs-form-section {
	--srs-primary: #6f2df4;
	--srs-secondary: #2a0b58;
	--srs-black: #070512;
	--srs-gray: #5f5b72;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 86px 18px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--srs-black);
	background:
		radial-gradient(circle at 8% 18%, rgba(111, 45, 244, 0.1), transparent 32%),
		radial-gradient(circle at 92% 78%, rgba(42, 11, 88, 0.09), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f7f7fa 52%, #ffffff 100%);
}

.srs-bg-dark {
	color: #ffffff;
	background:
		radial-gradient(circle at 12% 22%, rgba(111, 45, 244, 0.26), transparent 34%),
		linear-gradient(135deg, #070512 0%, #1b0d34 100%);
}

.srs-wrap,
.srs-form-wrap {
	width: min(1350px, calc(100% - 32px));
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.srs-header {
	width: min(1350px, 100%);
	margin: 0 auto 34px;
	text-align: center;
}

.srs-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 15px;
	margin-bottom: 14px;
	border-radius: 999px;
	color: var(--srs-primary);
	background: rgba(111, 45, 244, 0.1);
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.srs-label::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--srs-primary);
}

.srs-title {
	margin: 0;
	color: inherit;
	font-size: clamp(34px, 5.2vw, 58px);
	line-height: 1.02;
	font-weight: 900;
	letter-spacing: 0;
}

.srs-title span {
	color: var(--srs-primary);
}

.srs-subtitle {
	width: min(1350px, 100%);
	margin: 16px auto 0;
	color: var(--srs-gray);
	font-size: clamp(14px, 2vw, 17px);
	line-height: 1.65;
	font-weight: 500;
}

.srs-bg-dark .srs-subtitle,
.srs-bg-dark .srs-seo {
	color: rgba(255, 255, 255, 0.74);
}

.srs-seo {
	width: min(1350px, 100%);
	margin: 12px auto 0;
	color: #777285;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 650;
}

.srs-filters {
	width: min(1350px, 100%);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto 28px;
}

.srs-slider {
	width: min(1350px, 100%);
	margin: 0 auto;
}

.srs-filter {
	all: unset;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(111, 45, 244, 0.18);
	background: rgba(255, 255, 255, 0.86);
	color: #201833;
	border-radius: 999px;
	padding: 11px 16px;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 34px rgba(42, 11, 88, 0.06);
	transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.srs-filter:hover,
.srs-filter.srs-active {
	transform: translateY(-2px);
	color: #ffffff;
	background: linear-gradient(135deg, var(--srs-primary), var(--srs-secondary));
	box-shadow: 0 18px 34px rgba(111, 45, 244, 0.24);
}

.srs-viewport {
	width: 100%;
	overflow: hidden;
	padding: 4px;
}

.srs-track {
	display: flex;
	align-items: stretch;
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.srs-slide {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 4px;
}

.srs-card {
	min-height: 100%;
	padding: 22px;
	border-radius: 8px;
	border: 1px solid rgba(111, 45, 244, 0.15);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 20px 52px rgba(42, 11, 88, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.srs-bg-dark .srs-card {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.14);
}

.srs-card:hover {
	transform: translateY(-8px);
	border-color: rgba(111, 45, 244, 0.34);
	box-shadow: 0 28px 68px rgba(42, 11, 88, 0.15);
}

.srs-card-top {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 15px;
}

.srs-avatar {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	overflow: hidden;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #ffffff;
	background: linear-gradient(135deg, var(--srs-primary), var(--srs-secondary));
	font-size: 22px;
	font-weight: 900;
}

.srs-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.srs-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	color: inherit;
}

.srs-card-top p {
	margin: 5px 0 0;
	color: var(--srs-gray);
	font-size: 13px;
	font-weight: 700;
}

.srs-bg-dark .srs-card-top p,
.srs-bg-dark .srs-message,
.srs-bg-dark .srs-card-foot {
	color: rgba(255, 255, 255, 0.72);
}

.srs-stars {
	display: inline-flex;
	gap: 3px;
	color: #f7b500;
	font-size: 17px;
	line-height: 1;
}

.srs-star-empty {
	color: rgba(111, 45, 244, 0.2);
}

.srs-message {
	margin: 14px 0 18px;
	color: var(--srs-gray);
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
}

.srs-card-foot {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: #777285;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.srs-arrows,
.srs-dots,
.srs-actions {
	width: min(1350px, 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 26px;
}

.srs-arrow {
	all: unset;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(111, 45, 244, 0.22);
	background: rgba(255, 255, 255, 0.94);
	color: var(--srs-primary);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 34px rgba(42, 11, 88, 0.12);
	transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.srs-arrow::before {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
}

.srs-prev::before {
	transform: rotate(-135deg);
}

.srs-next::before {
	transform: rotate(45deg);
}

.srs-arrow:hover {
	transform: translateY(-3px);
	background: linear-gradient(135deg, var(--srs-primary), var(--srs-secondary));
	color: #ffffff;
}

.srs-dots {
	margin-top: 18px;
	gap: 8px;
}

.srs-dot {
	all: unset;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(111, 45, 244, 0.25);
	cursor: pointer;
	transition: width 220ms ease, background 220ms ease;
}

.srs-dot.srs-active {
	width: 28px;
	background: var(--srs-primary);
}

.srs-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 15px 26px;
	border-radius: 8px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease;
}

.srs-btn-primary {
	color: #ffffff;
	background: linear-gradient(135deg, var(--srs-primary), var(--srs-secondary));
	box-shadow: 0 18px 36px rgba(111, 45, 244, 0.25);
}

.srs-btn-secondary {
	color: #170f28;
	background: #ffffff;
	border: 1px solid rgba(18, 9, 31, 0.12);
}

.srs-btn:hover {
	transform: translateY(-4px);
	text-decoration: none;
}

.srs-empty {
	width: min(1350px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 22px;
	text-align: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--srs-gray);
	font-weight: 700;
}

.srs-form-wrap {
	width: min(1350px, calc(100% - 32px));
	padding: 34px;
	border-radius: 8px;
	border: 1px solid rgba(111, 45, 244, 0.15);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 20px 52px rgba(42, 11, 88, 0.08);
}

.srs-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: stretch;
	min-height: 620px;
}

.srs-form-media {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 8px;
	background:
		radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
		linear-gradient(135deg, var(--srs-secondary), var(--srs-primary));
	box-shadow: 0 24px 60px rgba(42, 11, 88, 0.16);
}

.srs-form-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 46%, rgba(42, 11, 88, 0.22));
	pointer-events: none;
}

.srs-form-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	object-position: center;
}

.srs-form-panel {
	min-width: 0;
	align-self: center;
	padding: 8px 6px;
}

.srs-form-wrap h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.05;
	font-weight: 900;
}

.srs-form-wrap p {
	margin: 12px 0 24px;
	color: var(--srs-gray);
}

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

.srs-form label {
	display: grid;
	gap: 8px;
	color: #170f28;
	font-size: 13px;
	font-weight: 850;
}

.srs-form input,
.srs-form select,
.srs-form textarea {
	width: 100%;
	border: 1px solid rgba(18, 9, 31, 0.14);
	border-radius: 8px;
	padding: 13px 14px;
	background: #ffffff;
	color: #170f28;
	font: inherit;
}

.srs-full {
	grid-column: 1 / -1;
}

.srs-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.srs-form .srs-btn {
	margin-top: 18px;
	margin-right: 10px;
}

.srs-form-notice {
	margin: 0 0 18px;
	padding: 13px 15px;
	border-radius: 8px;
	background: rgba(111, 45, 244, 0.1);
	color: var(--srs-secondary);
	font-weight: 800;
}

.srs-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms ease, transform 650ms ease;
}

.srs-reveal.srs-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 900px) {
	.srs-slide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.srs-section,
	.srs-form-section {
		padding: 64px 10px;
	}

	.srs-wrap,
	.srs-form-wrap {
		width: 100%;
	}

	.srs-slide,
	.srs-form-grid {
		grid-template-columns: 1fr;
	}

	.srs-seo {
		display: none;
	}

	.srs-filters {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
		scrollbar-width: none;
	}

	.srs-filters::-webkit-scrollbar {
		display: none;
	}

	.srs-filter {
		flex: 0 0 auto;
	}

	.srs-form-wrap {
		padding: 24px;
	}

	.srs-form-layout {
		grid-template-columns: 1fr;
		gap: 22px;
		min-height: 0;
	}

	.srs-form-media,
	.srs-form-media img {
		min-height: 280px;
	}

	.srs-form-panel {
		padding: 0;
	}

	.srs-form .srs-btn {
		width: 100%;
		margin-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.srs-track,
	.srs-card,
	.srs-btn,
	.srs-arrow,
	.srs-reveal {
		transition: none !important;
	}
}
