.rr-use-cases {
	width: 100%;
	padding: 0 0 22px;
}

.rr-use-cases__panel {
	width: min(100% - 48px, 1680px);
	margin: 0 auto;
	padding: 22px 28px 24px;
	border: 1px solid rgba(6, 23, 68, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 38px rgba(6, 23, 68, 0.08);
}

.rr-use-cases__title {
	display: inline-flex;
	align-items: center;
	gap: 0.58rem;
	margin: 0 0 18px;
	color: var(--rr-ink);
	font-size: clamp(1.45rem, 1.45vw, 1.92rem);
	font-style: italic;
	line-height: 1;
	letter-spacing: 0;
}

.rr-use-cases__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.rr-use-case {
	overflow: hidden;
	border: 1px solid rgba(6, 23, 68, 0.08);
	border-radius: 18px;
	box-shadow: 0 9px 22px rgba(6, 23, 68, 0.07);
}

.rr-use-case--home {
	background: linear-gradient(135deg, #eef7ff 0%, #e7f2ff 100%);
}

.rr-use-case--classroom {
	background: linear-gradient(135deg, #eef9ec 0%, #e4f5de 100%);
}

.rr-use-case--family {
	background: linear-gradient(135deg, #fff4e8 0%, #faeadb 100%);
}

.rr-use-case--reflex {
	background: linear-gradient(135deg, #f3edff 0%, #ebe0ff 100%);
}

.rr-use-case__media {
	position: relative;
	height: 205px;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
	background: #edf5ff;
}

.rr-use-case__media::before,
.rr-use-case__media::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.rr-use-case__media::before {
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(5, 12, 34, 0.16));
}

.rr-use-case__media::after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 28%;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18));
}

.rr-use-case__media--home {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0 17%, transparent 18%),
		radial-gradient(circle at 36% 58%, #1c8aff 0 8%, transparent 9%),
		linear-gradient(135deg, #dcefff 0%, #ffffff 48%, #2768ce 100%);
}

.rr-use-case__media--classroom {
	background:
		radial-gradient(circle at 26% 66%, #2a6fd8 0 5%, transparent 6%),
		radial-gradient(circle at 40% 66%, #ff9b2f 0 5%, transparent 6%),
		radial-gradient(circle at 54% 66%, #31c851 0 5%, transparent 6%),
		linear-gradient(135deg, #dff5dc 0%, #fff7db 45%, #5cb76c 100%);
}

.rr-use-case__media--family {
	background:
		radial-gradient(circle at 32% 63%, #ff812e 0 6%, transparent 7%),
		radial-gradient(circle at 45% 58%, #1685f8 0 7%, transparent 8%),
		radial-gradient(circle at 58% 55%, #24aa47 0 8%, transparent 9%),
		linear-gradient(135deg, #fff2e3 0%, #f8d8b8 52%, #fff8ee 100%);
}

.rr-use-case__media--reflex {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.16)),
		linear-gradient(135deg, #39129d 0%, #1d3edb 44%, #ff3ebf 100%);
}

.rr-use-case__media.has-image {
	background: #edf5ff;
}

.rr-use-case__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rr-use-case__icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 4px solid rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	box-shadow: 0 9px 18px rgba(6, 23, 68, 0.2);
}

.rr-use-case__icon::before,
.rr-use-case__icon::after {
	position: absolute;
	content: "";
}

.rr-use-case--home .rr-use-case__icon {
	background: #1685f8;
}

.rr-use-case--classroom .rr-use-case__icon {
	background: #65d451;
}

.rr-use-case--family .rr-use-case__icon {
	background: #ff9a18;
}

.rr-use-case--reflex .rr-use-case__icon {
	background: #7136d9;
}

.rr-use-case__icon--home::before {
	left: 17px;
	top: 30px;
	width: 29px;
	height: 20px;
	background: #ffffff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 61% 100%, 61% 52%, 39% 52%, 39% 100%, 0 100%);
}

.rr-use-case__icon--home::after {
	left: 14px;
	top: 17px;
	width: 36px;
	height: 25px;
	background: #ffffff;
	clip-path: polygon(50% 0, 100% 48%, 88% 48%, 88% 100%, 12% 100%, 12% 48%, 0 48%);
}

.rr-use-case__icon--classroom::before {
	left: 14px;
	top: 22px;
	width: 36px;
	height: 23px;
	background: #ffffff;
	clip-path: polygon(50% 0, 100% 31%, 50% 62%, 0 31%);
}

.rr-use-case__icon--classroom::after {
	left: 24px;
	top: 37px;
	width: 16px;
	height: 10px;
	border-radius: 0 0 10px 10px;
	background: #ffffff;
}

.rr-use-case__icon--family::before {
	left: 17px;
	top: 17px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 18px 0 0 #ffffff, 9px -4px 0 2px #ffffff;
}

.rr-use-case__icon--family::after {
	left: 13px;
	top: 33px;
	width: 38px;
	height: 15px;
	background: #ffffff;
	clip-path: polygon(9% 100%, 18% 28%, 38% 28%, 50% 0, 62% 28%, 82% 28%, 91% 100%);
}

.rr-use-case__icon--reflex::before {
	left: 21px;
	top: 13px;
	width: 25px;
	height: 38px;
	background: #ffffff;
	clip-path: polygon(45% 0, 100% 0, 64% 38%, 88% 38%, 16% 100%, 37% 53%, 0 53%);
}

.rr-use-case__body {
	padding: 18px 22px 21px;
}

.rr-use-case__body h3 {
	margin: 0 0 8px;
	font-size: clamp(1.16rem, 1.08vw, 1.42rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.rr-use-case--home h3 {
	color: var(--rr-ink);
}

.rr-use-case--classroom h3 {
	color: #1d8a36;
}

.rr-use-case--family h3 {
	color: #b54f18;
}

.rr-use-case--reflex h3 {
	color: #7136d9;
}

.rr-use-case__body p {
	max-width: 280px;
	margin: 0;
	color: #10203f;
	font-size: 1rem;
	line-height: 1.28;
}

@media (max-width: 1180px) {
	.rr-use-cases__panel {
		width: min(100% - 32px, 1180px);
		padding: 20px;
	}

	.rr-use-cases__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.rr-use-cases__grid {
		grid-template-columns: 1fr;
	}

	.rr-use-case__media {
		height: 235px;
	}
}

@media (max-width: 620px) {
	.rr-use-cases__panel {
		width: min(100% - 1.2rem, 620px);
		padding: 16px;
		border-radius: 18px;
	}
}
.rr-use-case__icon {
	align-items: center;
	justify-content: center;
}

.rr-use-case__icon::before,
.rr-use-case__icon::after {
	display: none;
}

.rr-use-case__svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 36px;
	height: 36px;
	color: #ffffff;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.65;
}

.rr-use-case__icon--energy .rr-use-case__svg {
	fill: #ffffff;
	stroke: none;
}