/* =========================================================
   ROYAL COACHING - HOME
   ========================================================= */

.rc-site--home .rc-main {
	position: relative;
	overflow-x: hidden;
}

/* =========================================================
   HERO
   ========================================================= */

.rc-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: stretch;
	padding: 9.5rem 0 4.5rem;
	isolation: isolate;
	overflow: hidden;
}

.rc-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	overflow: hidden;
}

.rc-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.rc-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 10, 20, 0.38) 0%, rgba(4, 10, 20, 0.58) 46%, rgba(4, 10, 20, 0.86) 100%),
		linear-gradient(90deg, rgba(4, 10, 20, 0.80) 0%, rgba(4, 10, 20, 0.32) 52%, rgba(4, 10, 20, 0.62) 100%);
}

.rc-hero::before {
	content: "";
	position: absolute;
	inset: auto auto 2rem 50%;
	transform: translateX(-50%);
	width: min(76rem, 92vw);
	height: 28rem;
	background:
		radial-gradient(circle, rgba(58, 122, 255, 0.20) 0%, rgba(58, 122, 255, 0.08) 34%, transparent 72%);
	filter: blur(24px);
	z-index: -1;
	pointer-events: none;
}

.rc-hero__layout {
	min-height: calc(100svh - 14rem);
	display: flex;
	align-items: center;
	min-width: 0;
}

.rc-hero__text {
	max-width: 46rem;
	padding: 2rem 0;
	min-width: 0;
}

.rc-hero__eyebrow {
	margin-bottom: 1rem;
}

.rc-hero__title {
	margin: 0 0 1.5rem;
	font-size: clamp(3.35rem, 9vw, 6.25rem);
	line-height: 0.94;
	letter-spacing: -0.05em;
	font-weight: 800;
	color: #ffffff;
	text-wrap: balance;
}

.rc-hero__description {
	margin: 0;
	max-width: 38rem;
	font-size: clamp(1.04rem, 2vw, 1.3rem);
	line-height: 1.68;
	color: rgba(235, 242, 255, 0.90);
}

.rc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

/* =========================================================
   SHARED SECTION
   ========================================================= */

.rc-section {
	position: relative;
	padding: 6.5rem 0;
	overflow-x: hidden;
}

.rc-section__header {
	margin: 0 auto 2.75rem;
	max-width: 52rem;
}

.rc-section__header--center {
	text-align: center;
}

.rc-section__title {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	line-height: 1.06;
	letter-spacing: -0.035em;
	font-weight: 750;
	color: #ffffff;
	text-wrap: balance;
}

.rc-section__title--light {
	color: #ffffff;
}

.rc-section__intro {
	margin: 1rem auto 0;
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(210, 222, 244, 0.84);
}

/* =========================================================
   FEATURE SHOWCASE
   ========================================================= */

.rc-feature-showcase {
	padding-top: 5.5rem;
}

.rc-feature-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: stretch;
	min-width: 0;
}

.rc-glass-card,
.rc-feature-box,
.rc-benefits__shell,
.rc-career__card,
.rc-faq__item,
.rc-review-card {
	background: linear-gradient(180deg, rgba(15, 24, 43, 0.78) 0%, rgba(10, 18, 34, 0.88) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 18px 54px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 255, 255, 0.01) inset,
		0 0 52px rgba(56, 112, 255, 0.08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.rc-feature-box {
	position: relative;
	border-radius: 2rem;
	padding: 1.35rem 1.35rem 1.45rem;
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.rc-feature-box::before,
.rc-benefits__shell::before,
.rc-career__card::before,
.rc-faq__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 14% 16%, rgba(92, 163, 255, 0.10), transparent 32%),
		radial-gradient(circle at 88% 82%, rgba(69, 122, 255, 0.09), transparent 26%);
	pointer-events: none;
}

.rc-feature-box__head,
.rc-feature-box__actions,
.rc-feature-box__description {
	position: relative;
	z-index: 1;
}

.rc-feature-box__kicker {
	margin: 0 0 0.55rem;
	font-size: 0.74rem;
	line-height: 1.2;
	letter-spacing: 0.18em;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(143, 182, 255, 0.76);
}

.rc-feature-box__title {
	margin: 0;
	font-size: 1.55rem;
	line-height: 1.12;
	font-weight: 720;
	color: #ffffff;
}

.rc-feature-box__description {
	margin: 1rem 0 1.1rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(214, 224, 244, 0.84);
}

.rc-slider {
	position: relative;
	margin-top: 1.1rem;
	min-width: 0;
	max-width: 100%;
}

.rc-slider .swiper-wrapper {
	align-items: stretch;
}

.rc-slider--visual,
.rc-slider--products,
.rc-slider--reviews {
	overflow: hidden;
	max-width: 100%;
}

.rc-visual-slide,
.rc-product-card,
.rc-review-card {
	border-radius: 1.5rem;
	overflow: hidden;
}

.rc-visual-slide {
	aspect-ratio: 0.82 / 1;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.rc-visual-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rc-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition:
		transform 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease,
		background 0.35s ease;
	min-width: 0;
}

.rc-product-card:hover {
	transform: translateY(-0.35rem);
	border-color: rgba(126, 173, 255, 0.22);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.rc-product-card__media {
	aspect-ratio: 0.9 / 1;
	overflow: hidden;
}

.rc-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rc-product-card__body {
	padding: 1rem 1rem 1.1rem;
	min-width: 0;
}

.rc-product-card__title {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	font-weight: 650;
	color: #ffffff;
	word-break: break-word;
}

.rc-product-card__price {
	margin: 0.55rem 0 0;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 750;
	color: #8fc2ff;
}

.rc-slider__nav {
	position: absolute;
	inset: 50% 0 auto;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 3;
}

.rc-slider__arrow {
	appearance: none;
	position: absolute;
	top: 0;
	width: 3.35rem;
	height: 3.35rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(11, 18, 33, 0.68);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	pointer-events: auto;
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease;
}

.rc-slider__arrow:hover {
	transform: translateY(-2px);
	background: rgba(14, 24, 42, 0.88);
	border-color: rgba(129, 176, 255, 0.24);
}

.rc-slider__arrow::before,
.rc-slider__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.78rem;
	height: 0.12rem;
	background: #ffffff;
	border-radius: 999px;
	transform-origin: center;
}

.rc-slider__arrow--prev {
	left: 0.35rem;
}

.rc-slider__arrow--next {
	right: 0.35rem;
}

.rc-slider__arrow--prev::before {
	transform: translate(-50%, -50%) rotate(-45deg) translateX(-0.18rem);
}

.rc-slider__arrow--prev::after {
	transform: translate(-50%, -50%) rotate(45deg) translateX(-0.18rem);
}

.rc-slider__arrow--next::before {
	transform: translate(-50%, -50%) rotate(45deg) translateX(0.18rem);
}

.rc-slider__arrow--next::after {
	transform: translate(-50%, -50%) rotate(-45deg) translateX(0.18rem);
}

/* =========================================================
   BENEFITS
   ========================================================= */

.rc-benefits {
	padding-top: 5rem;
}

.rc-benefits__shell {
	position: relative;
	border-radius: 2rem;
	padding: 1.35rem;
	overflow: hidden;
	min-width: 0;
}

.rc-benefits__nav {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-bottom: 1rem;
	min-width: 0;
}

.rc-benefits__tab {
	appearance: none;
	min-height: 5.5rem;
	padding: 1rem 1rem;
	border-radius: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.035);
	color: rgba(208, 221, 244, 0.82);
	font-size: 0.98rem;
	line-height: 1.4;
	font-weight: 650;
	text-align: center;
	cursor: pointer;
	transition:
		transform 0.28s ease,
		background 0.28s ease,
		border-color 0.28s ease,
		color 0.28s ease,
		box-shadow 0.28s ease;
}

.rc-benefits__tab:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(134, 176, 255, 0.18);
}

.rc-benefits__tab.is-active {
	color: #ffffff;
	background: linear-gradient(180deg, rgba(66, 121, 255, 0.16) 0%, rgba(55, 103, 232, 0.10) 100%);
	border-color: rgba(133, 173, 255, 0.20);
	box-shadow: 0 12px 24px rgba(24, 54, 120, 0.20);
}

.rc-benefits__panels {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.rc-benefits__panel {
	display: none;
}

.rc-benefits__panel.is-active {
	display: block;
	animation: rcTabFade 0.35s ease;
}

.rc-benefits__panel-content {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(18rem, 0.94fr);
	gap: 1.4rem;
	align-items: center;
	padding: 1rem 0 0;
	min-width: 0;
}

.rc-benefits__panel-eyebrow {
	margin-bottom: 0.85rem;
}

.rc-benefits__panel-title {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.08;
	font-weight: 740;
	color: #ffffff;
	text-wrap: balance;
}

.rc-benefits__list {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 1.55rem;
	display: grid;
	gap: 0.85rem;
}

.rc-benefits__list li {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(214, 224, 244, 0.86);
}

.rc-benefits__list li::before {
	content: "";
	position: absolute;
	top: 0.78rem;
	left: 0;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #73bbff 0%, #4f86ff 100%);
	box-shadow: 0 0 0.8rem rgba(89, 145, 255, 0.36);
}

.rc-benefits__panel-media {
	border-radius: 1.6rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
	min-width: 0;
}

.rc-benefits__panel-media img {
	width: 100%;
	height: 100%;
	min-height: 28rem;
	object-fit: cover;
	display: block;
}

/* =========================================================
   CAREER
   ========================================================= */

.rc-career {
	padding-top: 5rem;
}

.rc-career__card {
	position: relative;
	border-radius: 2rem;
	padding: 2.25rem;
	text-align: center;
	overflow: hidden;
}

.rc-career__text {
	max-width: 42rem;
	margin: 1rem auto 0;
	font-size: 1.04rem;
	line-height: 1.75;
	color: rgba(214, 224, 244, 0.86);
}

.rc-career__benefits {
	margin: 1.8rem auto 0;
	max-width: 66rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rc-career__benefit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 7rem;
	padding: 1rem 1rem;
	border-radius: 1.35rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.035);
	color: rgba(221, 231, 247, 0.88);
	font-size: 0.96rem;
	line-height: 1.55;
	font-weight: 600;
}

.rc-career__benefit-icon {
	font-size: 1.4rem;
	line-height: 1;
}

.rc-career__actions {
	margin-top: 1.8rem;
}

/* =========================================================
   MODAL
   ========================================================= */

body.rc-modal-open {
	overflow: hidden;
}

.rc-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.24s ease, visibility 0.24s ease;
}

.rc-modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.rc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 10, 19, 0.74);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.rc-modal__dialog {
	position: relative;
	width: min(58rem, calc(100% - 1.5rem));
	max-width: calc(100% - 1.5rem);
	max-height: calc(100svh - 1.5rem);
	overflow: auto;
	margin: 0.75rem auto;
	border-radius: 1.9rem;
	background: linear-gradient(180deg, rgba(16, 25, 45, 0.96) 0%, rgba(11, 18, 33, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.44),
		0 0 62px rgba(64, 119, 255, 0.12);
}

.rc-modal__content {
	padding: 2rem 1.35rem 1.35rem;
}

.rc-modal__title {
	margin: 0;
	font-size: clamp(1.65rem, 3.3vw, 2.5rem);
	line-height: 1.08;
	font-weight: 740;
	color: #ffffff;
	text-align: center;
}

.rc-modal__text {
	max-width: 38rem;
	margin: 0.85rem auto 1.4rem;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(210, 223, 244, 0.82);
}

.rc-modal__close {
	appearance: none;
	position: sticky;
	top: 0.85rem;
	margin-left: auto;
	margin-right: 0.85rem;
	display: block;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.06);
	cursor: pointer;
	z-index: 2;
}

.rc-modal__close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 0.12rem;
	background: #ffffff;
	border-radius: 999px;
}

.rc-modal__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.rc-modal__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.rc-modal__form .forminator-ui,
.rc-modal__form .forminator-ui * {
	color: #ffffff;
}

.rc-modal__form .forminator-row,
.rc-modal__form .forminator-col,
.rc-modal__form .forminator-field {
	margin-bottom: 1rem;
}

.rc-modal__form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.rc-modal__form textarea,
.rc-modal__form select {
	width: 100%;
	min-height: 3.4rem;
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: none;
	color: #ffffff;
}

.rc-modal__form textarea {
	min-height: 9rem;
}

.rc-modal__form input::placeholder,
.rc-modal__form textarea::placeholder {
	color: rgba(255, 255, 255, 0.54);
}

.rc-modal__form .forminator-label,
.rc-modal__form label {
	color: #ffffff;
	font-weight: 600;
}

.rc-modal__form .forminator-button,
.rc-modal__form button[type="submit"] {
	width: 100%;
	min-height: 3.5rem;
	padding: 0.9rem 1.2rem;
	border-radius: 999px;
	border: 1px solid rgba(124, 169, 255, 0.24);
	background: linear-gradient(135deg, rgba(62, 119, 255, 0.95) 0%, rgba(88, 152, 255, 0.94) 100%);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	box-shadow: 0 16px 30px rgba(41, 86, 197, 0.28);
}

/* =========================================================
   VALUES
   ========================================================= */

.rc-values {
	position: relative;
	padding: 1.2rem 0 4.8rem;
	overflow: hidden;
	max-width: 100%;
}

.rc-values__row {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
	max-width: 100%;
}

.rc-values__row + .rc-values__row {
	margin-top: 1rem;
}

.rc-values__track {
	display: flex;
	align-items: center;
	width: max-content;
	will-change: transform;
}

.rc-values__row--left .rc-values__track {
	animation: rcMarqueeLeft 26s linear infinite;
}

.rc-values__row--right .rc-values__track {
	animation: rcMarqueeRight 26s linear infinite;
}

.rc-values__item {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 1.65rem;
	font-size: clamp(2.3rem, 6.4vw, 5.1rem);
	line-height: 0.9;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1.6px rgba(107, 225, 136, 0.84);
}

.rc-values__dot {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 999px;
	background: #6be188;
	box-shadow: 0 0 1rem rgba(107, 225, 136, 0.34);
	margin-right: 1.65rem;
	flex-shrink: 0;
}

/* =========================================================
   FAQ
   ========================================================= */

.rc-faq {
	padding-top: 4.6rem;
}

.rc-faq__list {
	display: grid;
	gap: 1rem;
	max-width: 68rem;
	margin: 0 auto;
	min-width: 0;
}

.rc-faq__item {
	position: relative;
	border-radius: 1.75rem;
	overflow: hidden;
}

.rc-faq__heading {
	margin: 0;
}

.rc-faq__question {
	appearance: none;
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.45rem 1.45rem 1.25rem;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
}

.rc-faq__question span:first-child {
	max-width: calc(100% - 4rem);
	font-size: clamp(1.05rem, 2vw, 1.55rem);
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff;
}

.rc-faq__icon {
	position: relative;
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	border: 1px solid rgba(135, 175, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
}

.rc-faq__icon::before,
.rc-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.95rem;
	height: 0.12rem;
	border-radius: 999px;
	background: #ffffff;
	transform: translate(-50%, -50%);
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.rc-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.rc-faq__item.is-open .rc-faq__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

.rc-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.32s ease;
}

.rc-faq__item.is-open .rc-faq__answer {
	grid-template-rows: 1fr;
}

.rc-faq__answer-inner {
	overflow: hidden;
	padding: 0 1.45rem 1.45rem;
	color: rgba(213, 224, 244, 0.84);
}

.rc-faq__answer-inner p,
.rc-faq__answer-inner li {
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(213, 224, 244, 0.84);
}

.rc-faq__answer-inner p {
	margin: 0 0 1rem;
}

.rc-faq__answer-inner p:last-child {
	margin-bottom: 0;
}

.rc-faq__answer-inner ul {
	margin: 0 0 1rem;
	padding-left: 1.2rem;
}

.rc-faq__answer-inner li + li {
	margin-top: 0.35rem;
}

/* =========================================================
   REVIEWS
   ========================================================= */

.rc-reviews {
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.rc-reviews__toolbar {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-bottom: 1.15rem;
}

.rc-reviews__toolbar .rc-slider__arrow {
	position: relative;
	inset: auto;
	transform: none;
}

.rc-review-card {
	height: 100%;
	padding: 1.5rem;
	border-radius: 1.7rem;
}

.rc-review-card__stars {
	font-size: 1.1rem;
	letter-spacing: 0.18em;
	color: #8fc2ff;
}

.rc-review-card__text {
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.78;
	color: rgba(220, 229, 245, 0.88);
}

.rc-review-card__author {
	margin: 1.2rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(183, 201, 235, 0.84);
}

.rc-review-card__name {
	font-weight: 700;
	color: #ffffff;
}

.rc-review-card__detail {
	color: rgba(183, 201, 235, 0.84);
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes rcTabFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes rcMarqueeLeft {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes rcMarqueeRight {
	0% {
		transform: translate3d(-50%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
	.rc-hero {
		padding-top: 8.8rem;
	}

	.rc-feature-showcase__grid {
		grid-template-columns: 1fr;
	}

	.rc-benefits__panel-content {
		grid-template-columns: 1fr;
	}

	.rc-benefits__panel-media img {
		min-height: 22rem;
	}

	.rc-career__benefits {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.rc-section {
		padding: 5rem 0;
	}

	.rc-hero {
		min-height: auto;
		padding: 8rem 0 4rem;
	}

	.rc-hero__layout {
		min-height: auto;
	}

	.rc-feature-box,
	.rc-benefits__shell,
	.rc-career__card,
	.rc-review-card,
	.rc-faq__item {
		border-radius: 1.6rem;
	}

	.rc-benefits__nav {
		grid-template-columns: 1fr;
	}

	.rc-slider__arrow--prev {
		left: 0.25rem;
	}

	.rc-slider__arrow--next {
		right: 0.25rem;
	}
}

@media (max-width: 767px) {
	.rc-hero {
		padding: 7.2rem 0 3.4rem;
	}

	.rc-hero__title {
		font-size: clamp(2.55rem, 13vw, 4rem);
		line-height: 0.98;
	}

	.rc-hero__description {
		font-size: 0.98rem;
		line-height: 1.68;
	}

	.rc-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rc-section {
		padding: 4.2rem 0;
	}

	.rc-section__header {
		margin-bottom: 2rem;
	}

	.rc-feature-box {
		padding: 1rem 1rem 1.1rem;
	}

	.rc-feature-box__title {
		font-size: 1.35rem;
	}

	.rc-visual-slide {
		aspect-ratio: 0.85 / 1;
		border-radius: 1.2rem;
	}

	.rc-product-card,
	.rc-review-card {
		border-radius: 1.2rem;
	}

	.rc-product-card__body {
		padding: 0.9rem;
	}

	.rc-benefits__shell {
		padding: 1rem;
		border-radius: 1.5rem;
	}

	.rc-benefits__tab {
		min-height: 4.4rem;
		padding: 0.9rem 0.85rem;
		border-radius: 1rem;
		font-size: 0.92rem;
	}

	.rc-benefits__panel-title {
		font-size: 1.5rem;
	}

	.rc-benefits__list li {
		font-size: 0.95rem;
		padding-left: 1.35rem;
	}

	.rc-benefits__panel-media img {
		min-height: 16rem;
	}

	.rc-career__card {
		padding: 1.5rem 1rem;
		border-radius: 1.5rem;
	}

	.rc-career__benefit {
		border-radius: 1rem;
		min-height: auto;
		padding: 0.95rem 0.85rem;
	}

	.rc-modal__dialog {
		width: min(calc(100% - 1rem), 58rem);
		max-width: calc(100% - 1rem);
		max-height: calc(100svh - 1rem);
		margin: 0.5rem auto;
		border-radius: 1.35rem;
	}

	.rc-modal__content {
		padding: 1.3rem 0.9rem 1rem;
	}

	.rc-values {
		padding-bottom: 3.8rem;
	}

	.rc-values__row + .rc-values__row {
		margin-top: 0.7rem;
	}

	.rc-values__item {
		margin-right: 1.2rem;
		-webkit-text-stroke-width: 1.2px;
	}

	.rc-values__dot {
		width: 0.58rem;
		height: 0.58rem;
		margin-right: 1.2rem;
	}

	.rc-faq__item {
		border-radius: 1.35rem;
	}

	.rc-faq__question {
		padding: 1.1rem 1rem 0.95rem;
	}

	.rc-faq__question span:first-child {
		max-width: calc(100% - 3.4rem);
		font-size: 0.98rem;
	}

	.rc-faq__icon {
		flex-basis: 2.55rem;
		width: 2.55rem;
		height: 2.55rem;
	}

	.rc-faq__answer-inner {
		padding: 0 1rem 1rem;
	}

	.rc-faq__answer-inner p,
	.rc-faq__answer-inner li {
		font-size: 0.94rem;
		line-height: 1.72;
	}

	.rc-reviews__toolbar {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rc-values__track {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.rc-benefits__panel.is-active {
		animation: none;
	}
}
@media (max-width: 767px) {
	.rc-section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.rc-section__header {
		margin: 0 auto 0.9rem;
	}

	.rc-section__intro {
		margin: 0.55rem auto 0;
	}

	.rc-feature-showcase {
		padding-top: 2.2rem;
		padding-bottom: 1.2rem;
	}

	.rc-feature-showcase .rc-section__header {
		margin-bottom: 1rem;
	}

	.rc-feature-showcase__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
		align-items: start;
	}

	.rc-feature-showcase .rc-feature-box {
		display: flex;
		flex-direction: column;
		align-self: start;
		height: auto !important;
		min-height: 0 !important;
		padding: 1rem 1rem 1.1rem;
	}

	.rc-feature-showcase .rc-feature-box__head {
		flex: 0 0 auto;
	}

	.rc-feature-showcase .rc-feature-box__title {
		font-size: 1.35rem;
	}

	.rc-feature-showcase .rc-feature-box__description {
		flex: 0 0 auto;
		margin: 0.85rem 0 0.95rem;
	}

	.rc-feature-showcase .rc-feature-box__actions {
		flex: 0 0 auto;
		margin-top: 0;
	}

	.rc-feature-showcase .rc-slider {
		flex: 0 0 auto;
		margin-top: 0.9rem;
		margin-bottom: 0;
	}

	.rc-feature-showcase .rc-slider--visual,
	.rc-feature-showcase .rc-slider--products {
		height: auto !important;
		min-height: 0 !important;
	}

	.rc-feature-showcase .swiper-wrapper,
	.rc-feature-showcase .swiper-slide {
		height: auto !important;
		min-height: 0 !important;
	}

	.rc-feature-showcase + .rc-benefits {
		margin-top: -0.6rem;
	}

	.rc-benefits {
		padding-top: 1.2rem;
		padding-bottom: 1.5rem;
	}

	.rc-benefits .rc-section__header {
		margin-bottom: 0.85rem;
	}

	.rc-benefits__shell {
		padding: 0.85rem;
	}

	.rc-benefits__nav {
		margin-bottom: 0.6rem;
	}

	.rc-benefits__panel-content {
		padding: 0.2rem 0 0;
		gap: 0.75rem;
	}

	.rc-benefits__list {
		margin: 0.75rem 0 0.9rem;
	}

	.rc-benefits + .rc-career {
		margin-top: -0.65rem;
	}

	.rc-career {
		padding-top: 1.2rem;
		padding-bottom: 1.4rem;
	}

	.rc-career__card {
		padding: 1.2rem 0.9rem;
	}

	.rc-career__text {
		margin: 0.65rem auto 0;
	}

	.rc-career__benefits {
		margin: 0.9rem auto 0;
		gap: 0.65rem;
	}

	.rc-career__actions {
		margin-top: 0.9rem;
	}

	.rc-career + .rc-values {
		margin-top: -0.4rem;
	}

	.rc-values {
		padding: 0 0 1rem;
	}

	.rc-values__row + .rc-values__row {
		margin-top: 0.4rem;
	}

	.rc-values + .rc-faq {
		margin-top: -0.35rem;
	}

	.rc-faq {
		padding-top: 1.2rem;
		padding-bottom: 1.5rem;
	}

	.rc-faq .rc-section__header {
		margin-bottom: 0.9rem;
	}

	.rc-faq__list {
		gap: 0.65rem;
	}

	.rc-faq + .rc-reviews {
		margin-top: -0.3rem;
	}

	.rc-reviews {
		padding-top: 1.4rem;
		padding-bottom: 0.8rem;
	}

	.rc-reviews .rc-section__header {
		margin-bottom: 0.9rem;
	}

	.rc-reviews__toolbar {
		margin-bottom: 0.65rem;
	}
/* =========================================================
   SAFE CENTER (OHNE LAYOUT ZU ZERSTÖREN)
   ========================================================= */

/* HERO */
.rc-hero__text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rc-hero__actions {
	justify-content: center;
}

/* SECTION HEADERS ONLY */
.rc-section__header {
	text-align: center;
}

/* FEATURE BOX TEXT */
.rc-feature-box__head,
.rc-feature-box__description {
	text-align: center;
}

.rc-feature-box__actions {
	display: flex;
	justify-content: center;
}

/* CAREER TEXT */
.rc-career__text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rc-career__actions {
	display: flex;
	justify-content: center;
}

/* REVIEWS */
.rc-reviews .rc-section__header {
	text-align: center;
}

.rc-review-card {
	text-align: center;
}

.rc-reviews__toolbar {
	justify-content: center;
}
/* =========================================================
   BENEFITS CONTENT CENTER ONLY
   ========================================================= */

.rc-benefits__panel-copy {
	text-align: center;
}

.rc-benefits__panel-title {
	text-align: center;
}

.rc-benefits__list {
	justify-items: center;
}

.rc-benefits__list li {
	text-align: center;
	padding-left: 0;
}

.rc-benefits__list li::before {
	display: none;
}
}