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

.svre-section {
	--svre-purple: #6544e8;
	--svre-yellow: #ffc928;
	--svre-ink: #111325;
	--svre-card-gap: 16px;
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 72px 24px 64px;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 10%, rgba(112, 78, 235, .10), transparent 24%),
		radial-gradient(circle at 20% 60%, rgba(255, 207, 48, .08), transparent 25%),
		linear-gradient(135deg, #fff 0%, #fbf9ff 54%, #f4f0ff 100%);
	font-family: inherit;
}

.svre-widget {
	--svre-visible: 3;
	position: relative;
	isolation: isolate;
}

.svre-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.svre-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 36px;
	margin-bottom: 24px;
}

.svre-heading-wrap {
	max-width: 900px;
}

.svre-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 45px;
	padding: 9px 22px;
	margin-bottom: 18px;
	border: 2px solid #6544e8;
	border-radius: 999px;
	background: #fff;
	color: #6544e8;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
}

.svre-badge-icon,
.svre-badge-icon svg,
.svre-badge-icon i {
	width: 1.15em;
	height: 1.15em;
	font-size: 1.05em;
	fill: currentColor;
	color: currentColor;
}

.svre-heading {
	max-width: 950px;
	margin: 0;
	color: #111325;
	font-size: clamp(38px, 4.25vw, 68px);
	font-weight: 800;
	line-height: 1.03;
	letter-spacing: -.045em;
}

.svre-heading-accent {
	position: relative;
	display: inline-block;
	margin-left: .12em;
	color: #6544e8;
	white-space: nowrap;
}

.svre-heading-accent::after {
	content: "";
	position: absolute;
	left: 1%;
	right: -2%;
	bottom: -.13em;
	height: .085em;
	min-height: 4px;
	border-radius: 999px;
	background: #ffc928;
	transform: rotate(-2deg);
	z-index: -1;
}

.svre-subtitle {
	max-width: 820px;
	margin: 20px 0 0;
	color: #45485e;
	font-size: clamp(17px, 1.35vw, 22px);
	font-weight: 400;
	line-height: 1.45;
}

.svre-mascot {
	position: absolute;
	top: -52px;
	right: -35px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 320px;
	pointer-events: none;
	z-index: 4;
}

.svre-mascot-image {
	display: block;
	width: 190px;
	height: auto;
	filter: drop-shadow(0 18px 22px rgba(55, 34, 130, .18));
}

.svre-mascot-bubble {
	position: relative;
	max-width: 180px;
	padding: 18px 22px;
	margin-right: -8px;
	border-radius: 50% 48% 48% 52%;
	background: #fff;
	box-shadow: 0 12px 32px rgba(44, 36, 94, .10);
	color: #6544e8;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.svre-mascot-bubble::after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 25px;
	width: 34px;
	height: 26px;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.svre-media-grid {
	--svre-main-col: 64%;
	--svre-main-height: 505px;
	display: grid;
	grid-template-columns: minmax(0, var(--svre-main-col)) minmax(0, calc(100% - var(--svre-main-col)));
	gap: 24px;
	align-items: stretch;
}

.svre-main-stage {
	position: relative;
	height: var(--svre-main-height);
	min-width: 0;
	overflow: hidden;
	border: 2px solid rgba(101, 68, 232, .12);
	border-radius: 24px;
	background: linear-gradient(135deg, #7153e9, #2a1b64);
	box-shadow: 0 18px 50px rgba(54, 37, 120, .14);
}

.svre-main-poster,
.svre-main-video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.svre-main-video {
	z-index: 8;
	background: #07070b;
}

.svre-main-poster.is-hidden,
.svre-main-placeholder.is-hidden,
.svre-main-info.is-hidden,
.svre-main-play.is-hidden,
.svre-duration.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.svre-main-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 30% 30%, rgba(255,255,255,.24), transparent 34%),
		linear-gradient(135deg, #8567f2, #3b258f);
	color: #fff;
	font-size: 150px;
	font-weight: 900;
}

.svre-main-placeholder[hidden],
.svre-duration[hidden] {
	display: none !important;
}

.svre-main-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 44%, rgba(8, 8, 18, .42) 100%);
}

.svre-main-play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 104px;
	height: 104px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #6544e8;
	box-shadow: 0 16px 38px rgba(15, 10, 45, .24);
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: transform .22s ease, box-shadow .22s ease, opacity .2s ease;
}

.svre-main-play:hover,
.svre-main-play:focus-visible {
	transform: translate(-50%, -50%) scale(1.06);
	box-shadow: 0 20px 48px rgba(15, 10, 45, .30);
}

.svre-main-play:focus-visible,
.svre-review-card:focus-visible,
.svre-carousel-arrow:focus-visible,
.svre-next-button:focus-visible {
	outline: 3px solid rgba(255, 201, 40, .95);
	outline-offset: 3px;
}

.svre-main-play svg {
	width: 42%;
	height: 42%;
	margin-left: 6%;
}

.svre-main-play.is-disabled {
	opacity: .55;
	cursor: not-allowed;
}

.svre-main-info {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 5;
	width: min(440px, calc(100% - 130px));
	padding: 20px 24px 22px;
	border-radius: 18px;
	background: rgba(20, 20, 30, .76);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	color: #fff;
	transition: opacity .2s ease, visibility .2s ease;
}

.svre-main-person {
	margin-bottom: 13px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

.svre-main-quote {
	display: flex;
	gap: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.33;
}

.svre-quote-mark {
	flex: 0 0 auto;
	color: #ffc928;
	font-size: 40px;
	font-weight: 900;
	line-height: .72;
}

.svre-duration {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 5;
	padding: 7px 12px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 10px;
	background: rgba(8,8,15,.68);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: opacity .2s ease, visibility .2s ease;
}

.svre-video-status {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 10;
	max-width: 70%;
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(0,0,0,.72);
	color: #fff;
	font-size: 13px;
	text-align: center;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .2s ease;
}

.svre-video-status.is-visible {
	opacity: 1;
	visibility: visible;
}

.svre-side-carousel {
	display: grid;
	grid-template-rows: 34px minmax(0, 1fr) 34px;
	gap: 8px;
	height: var(--svre-main-height);
	min-width: 0;
	min-height: 0;
}

.svre-carousel-viewport {
	position: relative;
	min-height: 0;
	overflow: hidden;
}

.svre-carousel-track {
	display: flex;
	flex-direction: column;
	gap: var(--svre-card-gap);
	will-change: transform;
	transition: transform .38s cubic-bezier(.22,.75,.25,1);
}

.svre-review-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(130px, 42%) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
	padding: 12px;
	border: 2px solid #eeeafb;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(50, 38, 106, .06);
	color: inherit;
	text-align: left;
	cursor: pointer;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.svre-review-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(50, 38, 106, .11);
}

.svre-review-card.is-active {
	border-color: #7352ee;
	box-shadow: 0 14px 34px rgba(101, 68, 232, .15);
}

.svre-card-media {
	position: relative;
	align-self: stretch;
	min-height: 0;
	overflow: hidden;
	border-radius: 13px;
	background: linear-gradient(135deg, #b9a7ff, #6544e8);
}

.svre-card-media img,
.svre-card-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100px;
	object-fit: cover;
}

.svre-card-placeholder {
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}

.svre-card-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	color: #6544e8;
	box-shadow: 0 8px 20px rgba(23, 14, 64, .20);
	transform: translate(-50%, -50%);
}

.svre-card-play svg {
	width: 44%;
	height: 44%;
	margin-left: 5%;
}

.svre-card-duration {
	position: absolute;
	right: 7px;
	bottom: 7px;
	padding: 4px 7px;
	border-radius: 7px;
	background: rgba(0,0,0,.66);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.svre-card-content {
	min-width: 0;
	padding-right: 4px;
}

.svre-card-person {
	margin-bottom: 11px;
	color: #111325;
	font-size: clamp(16px, 1.28vw, 21px);
	font-weight: 800;
	line-height: 1.15;
}

.svre-card-quote {
	display: flex;
	gap: 8px;
	color: #34364c;
	font-size: clamp(14px, 1.02vw, 17px);
	font-weight: 500;
	line-height: 1.33;
}

.svre-card-quote > span {
	flex: 0 0 auto;
	color: #6544e8;
	font-size: 27px;
	font-weight: 900;
	line-height: .8;
}

.svre-carousel-arrow {
	justify-self: center;
	display: grid;
	place-items: center;
	width: 42px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(101, 68, 232, .16);
	border-radius: 999px;
	background: #fff;
	color: #6544e8;
	box-shadow: 0 6px 18px rgba(54, 37, 120, .08);
	cursor: pointer;
	transition: opacity .2s ease, transform .2s ease;
}

.svre-carousel-arrow:hover {
	transform: scale(1.06);
}

.svre-carousel-arrow:disabled {
	opacity: .3;
	cursor: default;
	transform: none;
}

.svre-carousel-arrow svg {
	width: 24px;
	height: 24px;
}

.svre-trust-bar {
	display: grid;
	grid-template-columns: minmax(250px, .95fr) minmax(520px, 1.75fr) minmax(260px, .95fr);
	gap: 24px;
	align-items: center;
	margin-top: 22px;
	padding: 20px 24px;
	border: 1px solid rgba(101, 68, 232, .10);
	border-radius: 22px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 15px 38px rgba(49, 36, 104, .10);
}

.svre-trust-lead {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.svre-trust-lead-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 66px;
	height: 72px;
	border-radius: 19px;
	background: linear-gradient(145deg, #7d5cff, #4a2ac2);
	color: #ffd02f;
	box-shadow: inset 0 0 0 5px rgba(255,255,255,.26), 0 10px 22px rgba(65, 40, 153, .20);
}

.svre-trust-lead-icon svg,
.svre-trust-lead-icon i {
	width: 34px;
	height: 34px;
	font-size: 34px;
	fill: currentColor;
	color: currentColor;
}

.svre-trust-heading {
	color: #111325;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.42;
}

.svre-trust-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.svre-trust-item {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 10px 12px;
	border-left: 1px dashed rgba(101, 68, 232, .24);
}

.svre-trust-item-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ffd331;
	color: #161826;
}

.svre-trust-item-icon svg,
.svre-trust-item-icon i {
	width: 22px;
	height: 22px;
	font-size: 22px;
	fill: currentColor;
	color: currentColor;
}

.svre-trust-item-text {
	min-width: 0;
	color: #26283a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.32;
}

.svre-next-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 60px;
	padding: 15px 22px;
	border: 0;
	border-radius: 15px;
	background: #ffd02f;
	color: #111325;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(199, 151, 0, .16);
	transition: transform .2s ease, box-shadow .2s ease;
}

.svre-next-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(199, 151, 0, .22);
}

.svre-next-icon,
.svre-next-icon svg,
.svre-next-icon i {
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	font-size: 1em;
	fill: currentColor;
	color: currentColor;
}

.svre-decor {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

.svre-decor-star {
	color: #ffc928;
	filter: drop-shadow(0 7px 8px rgba(190, 133, 0, .16));
}

.svre-star-one {
	top: 83px;
	left: calc(50% - 80px);
	font-size: 52px;
	transform: rotate(13deg);
}

.svre-star-two {
	right: 2.2%;
	bottom: 160px;
	font-size: 52px;
	transform: rotate(-12deg);
}

.svre-dots-one,
.svre-dots-two {
	width: 62px;
	height: 62px;
	color: #7653ee;
	background-image: radial-gradient(currentColor 2.2px, transparent 2.5px);
	background-size: 14px 14px;
	opacity: .28;
}

.svre-dots-one {
	left: 6px;
	top: 52px;
}

.svre-dots-two {
	right: 7px;
	top: 310px;
}

.svre-empty {
	padding: 30px;
	border: 2px dashed #7653ee;
	border-radius: 18px;
	color: #6544e8;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 1200px) {
	.svre-heading-wrap {
		max-width: 760px;
	}

	.svre-media-grid {
		--svre-main-col: 61%;
	}

	.svre-review-card {
		grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);
		gap: 12px;
		padding: 10px;
	}

	.svre-card-person {
		margin-bottom: 7px;
	}

	.svre-trust-bar {
		grid-template-columns: 1fr 1.7fr;
	}

	.svre-next-button {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.svre-section {
		padding: 58px 20px 52px;
	}

	.svre-header {
		padding-right: 0;
	}

	.svre-mascot {
		position: relative;
		top: auto;
		right: auto;
		min-width: 220px;
	}

	.svre-mascot-bubble {
		display: none;
	}

	.svre-media-grid {
		grid-template-columns: 1fr;
	}

	.svre-side-carousel {
		height: 390px;
	}

	.svre-trust-bar {
		grid-template-columns: 1fr;
	}

	.svre-trust-items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.svre-next-button {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.svre-section {
		padding: 42px 15px 40px;
	}

	.svre-header {
		display: block;
		margin-bottom: 20px;
	}

	.svre-badge {
		min-height: 38px;
		padding: 7px 15px;
		margin-bottom: 15px;
		font-size: 13px;
	}

	.svre-heading {
		font-size: clamp(31px, 10vw, 46px);
		line-height: 1.02;
	}

	.svre-heading-accent {
		margin-left: 0;
		white-space: normal;
	}

	.svre-subtitle {
		margin-top: 17px;
		font-size: 16px;
	}

	.svre-mascot {
		display: none;
	}

	.svre-media-grid {
		--svre-main-height: 360px;
		gap: 16px;
	}

	.svre-main-info {
		left: 14px;
		bottom: 14px;
		width: calc(100% - 80px);
		padding: 15px 16px 16px;
		border-radius: 14px;
	}

	.svre-main-person {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.svre-main-quote {
		gap: 7px;
		font-size: 16px;
	}

	.svre-quote-mark {
		font-size: 31px;
	}

	.svre-duration {
		right: 12px;
		bottom: 12px;
		font-size: 12px;
	}

	.svre-main-play {
		width: 76px;
		height: 76px;
	}

	.svre-side-carousel {
		height: 260px;
		grid-template-rows: 30px minmax(0, 1fr) 30px;
	}

	.svre-carousel-arrow {
		width: 40px;
		height: 30px;
	}

	.svre-review-card {
		grid-template-columns: minmax(112px, 40%) minmax(0, 1fr);
	}

	.svre-card-media img,
	.svre-card-placeholder {
		min-height: 112px;
	}

	.svre-card-person {
		font-size: 16px;
	}

	.svre-card-quote {
		font-size: 14px;
	}

	.svre-trust-bar {
		gap: 18px;
		padding: 18px 16px;
	}

	.svre-trust-lead-icon {
		width: 54px;
		height: 58px;
		border-radius: 15px;
	}

	.svre-trust-heading {
		font-size: 15px;
	}

	.svre-trust-items {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.svre-trust-item {
		border-left: 0;
		border-top: 1px dashed rgba(101, 68, 232, .20);
	}

	.svre-trust-item:first-child {
		border-top: 0;
	}

	.svre-next-button {
		min-height: 54px;
		font-size: 14px;
	}

	.svre-star-one,
	.svre-star-two {
		font-size: 35px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.svre-carousel-track,
	.svre-review-card,
	.svre-main-play,
	.svre-next-button,
	.svre-carousel-arrow {
		transition: none !important;
	}
}

/* v1.0.1: нижняя плашка отключена по запросу; остальной блок не изменён. */
.svre-widget .svre-trust-bar {
	display: none !important;
}
