/* Section 3 — Business solution (rf5) */

.rf5 {
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
	padding: clamp(5rem, 9vw, 8.125rem) 20px;
	color: #fff;
	background:
		radial-gradient(circle at 12% 12%, rgba(168, 85, 247, 0.3), transparent 34%),
		radial-gradient(circle at 90% 24%, rgba(37, 211, 102, 0.1), transparent 30%),
		linear-gradient(180deg, #130020 0%, #080012 50%, #12001f 100%);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rf5 *,
.rf5 *::before,
.rf5 *::after {
	box-sizing: border-box;
}

.rf5-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: radial-gradient(circle at 50% 40%, black, transparent 72%);
	opacity: 0.45;
}

.rf5-wrap {
	position: relative;
	z-index: 2;
	width: min(1220px, 100%);
	max-width: 100%;
	margin: 0 auto;
}

.rf5-header {
	max-width: 960px;
	margin-bottom: 28px;
}

.rf5-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 13px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: rgba(168, 85, 247, 0.15);
	border: 1px solid rgba(216, 180, 254, 0.25);
	color: #d8b4fe;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.rf5-kicker span,
.rf5-pill i {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #25d366;
	box-shadow: 0 0 18px rgba(37, 211, 102, 0.95);
	flex-shrink: 0;
}

.rf5-live > i {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 0 18px rgba(37, 211, 102, 0.95);
	flex-shrink: 0;
}

.rf5-header h2 {
	margin: 0;
	font-size: clamp(2rem, 5.8vw, 4.75rem);
	line-height: 0.94;
	letter-spacing: -0.065em;
}

.rf5-header p {
	max-width: 850px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(1rem, 2vw, 1.1875rem);
	line-height: 1.65;
}

/* Layout: main content + sticky vertical rail */
.rf5-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(12px, 2vw, 22px);
	align-items: start;
}

.rf5-content {
	min-width: 0;
}

.rf5-tabs-wrap {
	margin: 8px 0 24px;
}

.rf5-tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 100%;
}

.rf5-tab {
	border: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 12px 16px;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 850;
	font-family: inherit;
	transition: 0.28s ease;
	white-space: nowrap;
}

.rf5-tab small {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 10px;
}

.rf5-tab.active {
	color: #fff;
	background: linear-gradient(135deg, rgba(168, 85, 247, 0.72), rgba(124, 58, 237, 0.42));
	box-shadow: 0 16px 46px rgba(168, 85, 247, 0.25);
}

.rf5-loader {
	width: min(430px, 100%);
	height: 4px;
	margin-top: 12px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
}

.rf5-loader span {
	display: block;
	width: 0%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #25d366, #a855f7);
}

.rf5-loader span.is-animating {
	animation: rf5Progress 9s linear forwards;
}

/* Mobile chrome: see mobile-chrome.css */
.rf5-chrome {
	display: none;
}

.rf5-model-panel {
	contain: layout style;
}

.rf5-block--core {
	padding-bottom: 0;
}

.rf5-core-stage-clip {
	position: relative;
	max-height: 780px;
	overflow: hidden;
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.rf5-core-stage-clip::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	pointer-events: none;
	z-index: 6;
	background: linear-gradient(
		180deg,
		rgba(8, 0, 17, 0) 0%,
		rgba(8, 0, 17, 0.72) 48%,
		rgba(8, 0, 17, 0.98) 100%
	);
}

.rf5-paid-addons {
	margin-top: clamp(0.75rem, 2vw, 1.25rem);
}

.rf5-block-spacer {
	height: clamp(1.75rem, 4vw, 2.75rem);
	margin-top: clamp(0.5rem, 1.5vw, 1rem);
}

.rf5-block--ai {
	padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 1081px) {
	.rf5-loader--mobile {
		display: none;
	}
}

@keyframes rf5Progress {
	from { width: 0%; }
	to { width: 100%; }
}

/* Vertical rail (desktop) */
.rf5-rail {
	position: sticky;
	top: calc(var(--rf-header-h, 72px) + 12px);
	align-self: start;
	z-index: 31;
}

.rf5-rail-inner {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 10px 8px;
	border-radius: 20px;
	background: rgba(18, 8, 28, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.rf5-rail-btn {
	appearance: none;
	border: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 52px;
	padding: 10px 6px;
	border-radius: 14px;
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	font-family: inherit;
	transition: 0.25s ease;
}

.rf5-rail-btn small {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 9px;
	font-weight: 900;
}

.rf5-rail-btn span {
	font-size: 9px;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	max-width: 48px;
}

.rf5-rail-btn.active {
	color: #fff;
	background: linear-gradient(180deg, rgba(168, 85, 247, 0.55), rgba(124, 58, 237, 0.35));
	box-shadow: 0 8px 24px rgba(168, 85, 247, 0.22);
}

.rf5-rail-loader {
	width: 4px;
	height: 72px;
	flex: 0 0 auto;
	margin: 6px auto 2px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
}

.rf5-rail-loader span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(180deg, #25d366, #a855f7);
	transform: scaleY(0);
	transform-origin: top center;
}

.rf5-rail-loader span.is-animating {
	animation: rf5ProgressVertical 9s linear forwards;
}

@keyframes rf5ProgressVertical {
	from { transform: scaleY(0); }
	to { transform: scaleY(1); }
}

.rf5-core-stage {
	min-height: 0;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 22px;
	align-items: stretch;
}

.rf5-core-card,
.rf5-demo-card,
.rf5-chat-card,
.rf5-next-card,
.rf5-addon-card,
.rf5-paid-card {
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rf5-core-card {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
	isolation: isolate;
}

.rf5-core-card,
.rf5-demo-card {
	height: auto;
	min-height: 520px;
	border-radius: 34px;
	padding: 22px;
	overflow: hidden;
}

.rf5-demo-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rf5-core-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.rf5-core-top span {
	color: rgba(255, 255, 255, 0.48);
	font-size: 12px;
	font-weight: 850;
}

.rf5-core-top h3,
.rf5-demo-card h3 {
	margin: 5px 0 0;
	font-size: clamp(1.75rem, 4vw, 3rem);
	line-height: 1;
	letter-spacing: -0.055em;
}

.rf5-live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	flex-shrink: 0;
	padding: 8px 12px;
	border-radius: 999px;
	color: #86efac;
	background: rgba(37, 211, 102, 0.12);
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.rf5-core-card > p,
.rf5-demo-card > p {
	margin: 0 0 14px;
	min-height: 50px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 15px;
	line-height: 1.65;
}

.rf5-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 36px;
	margin-bottom: 14px;
}

.rf5-badge {
	display: inline-flex;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 850;
}

.rf5-badge.soon {
	color: #d8b4fe;
	background: rgba(168, 85, 247, 0.16);
	border-color: rgba(216, 180, 254, 0.18);
}

.rf5-tool-frame {
	height: 585px;
	overflow: hidden;
	border-radius: 24px;
	contain: paint;
}

.rf5-pill {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	padding: 8px 11px;
	border-radius: 999px;
	color: #86efac;
	background: rgba(37, 211, 102, 0.12);
	border: 1px solid rgba(37, 211, 102, 0.18);
	font-size: 12px;
	font-weight: 850;
}

.rf5-chat-card,
.rf5-next-card,
.rf5-addon-card,
.rf5-paid-card {
	border-radius: 26px;
	padding: 16px;
}

.rf5-card-head {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 11px;
}

.rf5-card-head span {
	font-size: 13px;
	font-weight: 900;
}

.rf5-card-head small {
	color: rgba(255, 255, 255, 0.48);
	font-size: 11px;
	font-weight: 850;
}

.rf5-addon-toggle {
	position: relative;
	width: 36px;
	height: 20px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	flex-shrink: 0;
	align-self: center;
}

.rf5-addon-toggle i {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.rf5-addon-toggle.on {
	background: rgba(37, 211, 102, 0.28);
}

.rf5-addon-toggle.on i {
	left: 18px;
	background: #25d366;
	box-shadow: 0 0 12px rgba(37, 211, 102, 0.85);
}

.rf5-chat {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rf5-msg {
	max-width: 90%;
	padding: 10px 12px 8px;
	border-radius: 16px;
	animation: rf5Pop 0.42s ease both;
}

.rf5-msg.customer {
	align-self: flex-start;
	border-bottom-left-radius: 5px;
	background: #f4eee6;
	color: #171717;
}

.rf5-msg.ai {
	align-self: flex-end;
	border-bottom-right-radius: 5px;
	color: #fff;
	background: linear-gradient(135deg, #25d366, #16a34a);
	box-shadow: 0 18px 40px rgba(37, 211, 102, 0.17);
}

.rf5-msg p {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 650;
}

.rf5-msg small {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 10px;
	font-weight: 800;
	opacity: 0.54;
}

@keyframes rf5Pop {
	from { opacity: 0; transform: translateY(8px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.rf5-flow {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 9px;
}

.rf5-flow div {
	padding: 13px;
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	font-weight: 850;
}

.rf5-flow div.active {
	color: #fff;
	background: rgba(168, 85, 247, 0.23);
	border: 1px solid rgba(216, 180, 254, 0.2);
}

.rf5-flow span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin-bottom: 9px;
	border-radius: 999px;
	color: #d8b4fe;
	background: rgba(168, 85, 247, 0.18);
}

.rf5-agent-card strong {
	font-size: 1.25rem;
	margin-bottom: 6px;
}

.rf5-agent-card p {
	margin: 0;
}

.rf5-switch,
.rf5-switch-row > span {
	position: relative;
	width: 42px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	flex-shrink: 0;
}

.rf5-switch i,
.rf5-switch-row > span i {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.65);
	transition: 300ms ease;
}

.rf5-switch.on,
.rf5-switch-row.on > span {
	background: rgba(37, 211, 102, 0.3);
}

.rf5-switch.on i {
	left: 21px;
	background: #25d366;
	box-shadow: 0 0 16px rgba(37, 211, 102, 0.9);
}

.rf5-section-title {
	margin: 48px 0 18px;
}

.rf5-section-title span {
	color: #d8b4fe;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rf5-section-title h3 {
	max-width: 820px;
	margin: 8px 0 0;
	font-size: clamp(1.5rem, 3.5vw, 2.625rem);
	line-height: 1;
	letter-spacing: -0.055em;
}

.rf5-section-title p {
	max-width: 760px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.6;
}

.rf5-paid-grid {
	display: block;
}

.rf5-paid-card strong,
.rf5-addon-card strong {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

.rf5-paid-card p,
.rf5-addon-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11.5px;
	line-height: 1.48;
}

.rf5-paid-card small,
.rf5-paid-card .rf5-paid-tag {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 9px;
	border-radius: 999px;
	color: #d8b4fe;
	background: rgba(168, 85, 247, 0.16);
	font-size: 10px;
	font-weight: 850;
}

.rf5-paid-card.is-soon {
	position: relative;
	overflow: hidden;
	min-height: 148px;
}

.rf5-paid-card.is-soon .rf5-paid-soon-body {
	filter: blur(8px);
	opacity: 0.5;
	pointer-events: none;
	user-select: none;
}

.rf5-paid-soon-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: linear-gradient(180deg, rgba(8, 0, 18, 0.06), rgba(8, 0, 18, 0.34));
	pointer-events: none;
}

.rf5-paid-soon-overlay strong {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(168, 85, 247, 0.48);
	border: 1px solid rgba(216, 180, 254, 0.5);
	backdrop-filter: blur(10px);
	box-shadow: 0 12px 40px rgba(168, 85, 247, 0.28);
}

.rf5-paid-addons,
.rf5-ai-addons {
	content-visibility: auto;
	contain-intrinsic-size: 520px;
}

.rf5-tool-pane,
.rf5-badge-pane,
.rf5-paid-pane {
	display: none;
}

.rf5-tool-pane.active {
	display: block;
}

.rf5-badge-pane.active {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.rf5-paid-pane.active {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	width: 100%;
}

.rf5-card-head-main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.rf5-addon-icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 11px;
	color: #d8b4fe;
	background: rgba(168, 85, 247, 0.14);
	border: 1px solid rgba(216, 180, 254, 0.14);
}

.rf5-addon-icon svg {
	display: block;
}

.rf5-addon-icon--img {
	padding: 5px;
	background: #fff;
}

.rf5-addon-icon--img img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.rf5-analytics-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.45;
}

.rf5-analytics-mini {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
}

.rf5-analytics-mini span {
	padding: 6px 8px;
	border-radius: 999px;
	color: #86efac;
	background: rgba(37, 211, 102, 0.1);
	border: 1px solid rgba(37, 211, 102, 0.14);
	font-size: 10px;
	font-weight: 850;
}

.rf5-ai-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: 100%;
}

.rf5-switch-list--static .rf5-switch-row {
	pointer-events: none;
	cursor: default;
}

.rf5-wide {
	grid-column: span 2;
}

.rf5-payment,
.rf5-alert {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.rf5-alert b {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 12px;
	background: rgba(168, 85, 247, 0.58);
	color: #fff;
	font-size: 14px;
}

.rf5-qr {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 8px);
	gap: 4px;
	padding: 8px;
	border-radius: 13px;
	background: #f4eee6;
}

.rf5-qr span {
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #171717;
}

.rf5-qr span:nth-child(2),
.rf5-qr span:nth-child(4),
.rf5-qr span:nth-child(8) {
	opacity: 0.24;
}

.rf5-switch-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 9px;
}

.rf5-switch-row {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.07);
	cursor: pointer;
	text-align: left;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 10px;
	align-items: flex-start;
	padding: 10px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.055);
	color: inherit;
	font-family: inherit;
}

.rf5-switch-row > span {
	width: 34px;
	height: 20px;
}

.rf5-switch-row > span i {
	width: 14px;
	height: 14px;
}

.rf5-switch-row.on > span i {
	left: 17px;
	background: #25d366;
	box-shadow: 0 0 14px rgba(37, 211, 102, 0.85);
}

.rf5-greetings {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 12px;
}

.rf5-greetings span {
	padding: 7px 10px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.68);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 11px;
	font-weight: 850;
	transition: 0.3s ease;
}

.rf5-greetings span.active {
	color: #fff;
	background: rgba(37, 211, 102, 0.18);
	border-color: rgba(37, 211, 102, 0.24);
}

.rf5-language-preview {
	padding: 12px;
	border-radius: 16px;
	background: rgba(10, 4, 18, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.rf5-language-preview p {
	margin: 0 0 7px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}

.rf5-language-preview strong {
	display: block;
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	line-height: 1.45;
}

/* Core tool UIs */
.rf5-calendar,
.rf5-product-list,
.rf5-listing-grid {
	height: 585px;
}

.rf5-calendar {
	overflow: hidden;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.rf5-calendar-top {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	flex-wrap: wrap;
}

.rf5-date {
	padding: 8px 11px;
	border-radius: 999px;
	color: #d8b4fe;
	background: rgba(168, 85, 247, 0.2);
	font-size: 12px;
	font-weight: 900;
}

.rf5-staff {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.rf5-staff span {
	padding: 8px 10px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.64);
	background: rgba(255, 255, 255, 0.06);
	font-size: 11px;
	font-weight: 850;
}

.rf5-staff .on {
	color: #fff;
	background: rgba(37, 211, 102, 0.18);
}

.rf5-calendar-grid {
	display: grid;
	grid-template-columns: 64px repeat(4, 1fr);
}

.rf5-calendar-grid > div {
	min-height: 66px;
	padding: 9px;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.rf5-calendar-grid .head {
	min-height: 42px;
	color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.035);
	font-size: 12px;
	font-weight: 900;
}

.rf5-calendar-grid .time {
	color: rgba(255, 255, 255, 0.36);
	font-size: 11px;
	font-weight: 850;
}

.rf5-event {
	display: block;
	padding: 9px;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(135deg, rgba(168, 85, 247, 0.62), rgba(37, 211, 102, 0.18));
	font-size: 11px;
	font-weight: 850;
	line-height: 1.28;
	box-shadow: 0 14px 32px rgba(168, 85, 247, 0.16);
}

.rf5-event.green {
	background: linear-gradient(135deg, rgba(37, 211, 102, 0.45), rgba(14, 165, 233, 0.12));
}

.rf5-event.muted {
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.42);
	box-shadow: none;
}

.rf5-product-list {
	display: grid;
	gap: 12px;
	align-content: start;
}

.rf5-product-row {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 13px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.rf5-product-img,
.rf5-listing-img {
	border-radius: 16px;
	background:
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.28), transparent 18%),
		linear-gradient(135deg, rgba(168, 85, 247, 0.68), rgba(37, 211, 102, 0.2));
}

.rf5-product-img {
	width: 64px;
	height: 64px;
}

.rf5-product-row strong,
.rf5-listing-card strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

.rf5-product-row span,
.rf5-listing-card span {
	display: block;
	color: rgba(255, 255, 255, 0.54);
	font-size: 12px;
	font-weight: 800;
}

.rf5-stock {
	padding: 8px 10px;
	border-radius: 999px;
	color: #86efac;
	background: rgba(37, 211, 102, 0.14);
	font-size: 11px;
	font-weight: 900;
	font-style: normal;
	white-space: nowrap;
}

.rf5-stock.warn {
	color: #fcd34d;
	background: rgba(252, 211, 77, 0.14);
}

.rf5-delivery-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
}

.rf5-delivery-box div {
	padding: 14px;
	border-radius: 18px;
	background: rgba(168, 85, 247, 0.14);
	border: 1px solid rgba(216, 180, 254, 0.12);
}

.rf5-listing-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	align-content: start;
}

.rf5-listing-card {
	padding: 11px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.rf5-listing-img {
	height: 135px;
	margin-bottom: 10px;
}

.rf5-listing-card:nth-child(2) .rf5-listing-img {
	background:
		radial-gradient(circle at 65% 30%, rgba(255, 255, 255, 0.24), transparent 18%),
		linear-gradient(135deg, rgba(14, 165, 233, 0.44), rgba(168, 85, 247, 0.38));
}

.rf5-listing-card:nth-child(3) .rf5-listing-img {
	background:
		radial-gradient(circle at 48% 24%, rgba(255, 255, 255, 0.24), transparent 18%),
		linear-gradient(135deg, rgba(236, 72, 153, 0.42), rgba(168, 85, 247, 0.34));
}

.rf5-listing-card:nth-child(4) .rf5-listing-img {
	background:
		radial-gradient(circle at 42% 28%, rgba(255, 255, 255, 0.24), transparent 18%),
		linear-gradient(135deg, rgba(37, 211, 102, 0.36), rgba(168, 85, 247, 0.38));
}

.rf5-features {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

.rf5-features em {
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
	font-style: normal;
	font-weight: 850;
}

.rf5-changing {
	animation: rf5Change 0.28s ease both;
}

@keyframes rf5Change {
	from { opacity: 0.55; }
	to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.rf5-changing {
		animation: none;
	}

	.rf5-loader span.is-animating,
	.rf5-rail-loader span.is-animating {
		animation: none;
		width: 100%;
		transform: scaleY(1);
	}
}

@media (max-width: 1080px) {
	.rf5 {
		padding-top: 0 !important;
	}

	.rf5-wrap {
		padding-top: clamp(3rem, 7vw, 4.5rem);
	}

	.rf5-core-stage-clip {
		max-height: 720px;
	}

	.rf5-tabs-wrap {
		display: none;
	}

	.rf5-body {
		grid-template-columns: 1fr;
	}

	.rf5-rail {
		display: none;
	}

	.rf5-core-stage {
		min-height: auto;
		grid-template-columns: 1fr;
	}

	.rf5-core-card,
	.rf5-demo-card {
		height: auto;
		min-height: 0;
	}

	.rf5-core-stage-clip {
		max-height: 640px;
	}

	.rf5-core-stage-clip::after {
		height: 72px;
	}

	.rf5-paid-pane.active {
		grid-template-columns: 1fr;
	}

	.rf5-ai-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.rf5 {
		padding: 0 16px clamp(2.5rem, 6vw, 3.5rem);
	}

	.rf5-wrap {
		padding-top: clamp(2.75rem, 7vw, 3.75rem);
	}

	.rf5-block-spacer {
		height: clamp(1.75rem, 5vw, 2.75rem);
	}

	.rf5-core-card,
	.rf5-demo-card,
	.rf5-addon-card,
	.rf5-paid-card {
		border-radius: 24px;
		padding: 16px;
	}

	.rf5-ai-grid,
	.rf5-switch-list,
	.rf5-listing-grid,
	.rf5-delivery-box {
		grid-template-columns: 1fr;
	}

	.rf5-wide {
		grid-column: span 1;
	}

	.rf5-tool-frame,
	.rf5-calendar,
	.rf5-product-list,
	.rf5-listing-grid {
		height: auto;
		min-height: 430px;
	}

	.rf5-calendar {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}

	.rf5-calendar-grid {
		min-width: 580px;
	}

	.rf5-tool-frame {
		overflow-x: auto;
		overflow-y: hidden;
		max-width: 100%;
		overscroll-behavior-x: contain;
	}

	.rf5-ai-grid .rf5-wide {
		grid-column: span 1;
	}

	.rf5-product-row {
		grid-template-columns: 52px 1fr;
	}

	.rf5-stock {
		grid-column: 2;
		justify-self: start;
	}

	.rf5-demo-card h3 {
		font-size: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rf5 *,
	.rf5 *::before,
	.rf5 *::after {
		animation: none !important;
		transition: none !important;
	}
}
