@charset "utf-8";
/*
    Theme Name: rubii AI官网
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/

*,
:after,
:before,
::backdrop {
	box-sizing: border-box;
	border: 0 solid;
	margin: 0;
	padding: 0
}

html {
	background: #1c1d1e;
	height: 100%;
	tab-size: 4;
	line-height: 1.5;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-tap-highlight-color: transparent
}

body {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	background-color: #030B11;
	color: #fff;
	overflow-x: hidden;
}

.rb-page-container {
	position: relative;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
	background-color: #030B11;
	color: #fff;
}

.rb-landing-container {
	width: 100%;
	max-width: 1440px;
	padding-inline: 1rem;
	margin-inline: auto;
	position: relative;
	z-index: 30;
}

@media (min-width: 48rem) {
	.rb-landing-container {
		padding-inline: 2rem;
	}
}

.rb-hero-bg-circle {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
}

.rb-hero-bg-circle-purple-lg {
	top: -140px;
	left: 300px;
	width: 500px;
	height: 500px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(124, 51, 255, 0.30) 0%, rgba(124, 51, 255, 0.00) 100%);
	z-index: 1;
	display: none;
}

.rb-hero-bg-circle-blue-lg {
	top: -200px;
	right: 100px;
	width: 1000px;
	height: 1000px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(7, 136, 255, 0.30) 0%, rgba(7, 136, 255, 0.00) 100%);
	z-index: 2;
	display: none;
}

.rb-hero-bg-circle-purple-sm {
	top: -50px;
	left: -10px;
	width: 300px;
	height: 300px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(124, 51, 255, 0.30) 0%, rgba(124, 51, 255, 0.00) 100%);
	z-index: 1;
}

.rb-hero-bg-circle-blue-sm {
	top: 60px;
	left: 50px;
	width: 400px;
	height: 400px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(7, 136, 255, 0.30) 0%, rgba(7, 136, 255, 0.00) 100%);
	z-index: 2;
}

@media (min-width: 48rem) {
	.rb-hero-bg-circle-purple-lg {
		display: block;
	}
	.rb-hero-bg-circle-blue-lg {
		display: block;
	}
	.rb-hero-bg-circle-purple-sm {
		display: none;
	}
	.rb-hero-bg-circle-blue-sm {
		display: none;
	}
}

.rb-site-header {
	position: relative;
	z-index: 30;
	width: 100%;
	max-width: 1440px;
	padding-inline: 1rem;
	margin-inline: auto;
}

@media (min-width: 48rem) {
	.rb-site-header {
		padding-inline: 2rem;
	}
}

.rb-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.rb-logo-wrapper {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.rb-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.875rem;
	line-height: 2.25rem;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
}

@media (min-width: 48rem) {
	.rb-menu-toggle {
		display: none;
	}
}

.rb-logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
}
.rb-logo img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.rb-logo-text {
	background-image: linear-gradient(175deg, #00ebff 0% 20.32%, #8972ff 80.02%, #ae8dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	color: transparent;
}

.rb-nav-links {
	display: none;
}

@media (min-width: 48rem) {
	.rb-nav-links {
		display: block;
	}
}

.rb-nav-links ul {
	display: flex;
	align-items: center;
	gap: 3rem;
	list-style: none;
}

.rb-nav-links a,
.rb-nav-links button {
	text-decoration: none;
	color: inherit;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.5rem;
}

.rb-login-btn {
	background-image: linear-gradient(175deg, #00ebff 0% 20.32%, #8972ff 80.02%, #ae8dff 100%);
	padding: 1px;
	border-radius: 0.5rem;
	display: inline-block;
}

.rb-login-btn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background-color: #030B11;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 1rem;
    color: #fff;
    text-decoration: none;
	line-height: 1.5rem;
}

.rb-hero-section {
	position: relative;
	z-index: 40;
	width: 100%;
	max-width: 1440px;
	padding-inline: 1rem;
	margin-inline: auto;
	padding-top: 4rem;
}

@media (min-width: 48rem) {
	.rb-hero-section {
		padding-inline: 2rem;
		padding-top: 10rem;
		padding-bottom: 10em;
	}
}

.rb-app-badge {
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 0.75rem;
	border: 1px solid hsl(217.2, 32.6%, 17.5%);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: none;
	color: inherit;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.rb-hero-content {
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.rb-hero-title {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 2.25rem;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

.rb-hero-subtitle {
	font-size: 1rem;
	line-height: 1.75rem;
	color: rgba(255, 255, 255, 0.78);
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}

@media (min-width: 48rem) {
	.rb-hero-title {
		font-size: 3.75rem;
		line-height: 1;
	}
	.rb-hero-subtitle {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}

.rb-action-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 48rem) {
	.rb-action-buttons {
		gap: 1.25rem;
	}
}

.rb-primary-btn-wrapper {
	position: relative;
	width: 100%;
	max-width: 420px;
}

@media (min-width: 48rem) {
	.rb-primary-btn-wrapper {
		max-width: 560px;
	}
}

.rb-btn-glow {
	position: absolute;
	inset: -0.75rem;
	border-radius: 28px;
	background-image: radial-gradient(circle, rgba(124, 51, 255, 0.48) 0%, rgba(7, 136, 255, 0.32) 45%, rgba(3, 11, 17, 0) 78%);
	filter: blur(40px);
}

.rb-primary-btn {
	position: relative;
	display: flex;
	min-height: 4rem;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background-image: linear-gradient(175deg, #00ebff 0% 20.32%, #8972ff 80.02%, #ae8dff 100%);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 18px 50px rgba(124, 51, 255, 0.38), 0 10px 24px rgba(7, 136, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.32);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.rb-primary-btn:hover {
	transform: translateY(-0.125rem) scale(1.01);
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 22px 58px rgba(124, 51, 255, 0.46), 0 14px 30px rgba(7, 136, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

@media (min-width: 48rem) {
	.rb-primary-btn {
		min-height: 72px;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.rb-btn-shine {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 24%, transparent 52%, rgba(255, 255, 255, 0.18) 100%);
	opacity: 0.9;
}

.rb-btn-glow-circle {
	position: absolute;
	top: 0.5rem;
	bottom: 0.5rem;
	left: 0.75rem;
	width: 4rem;
	border-radius: 9999px;
	background-color: rgba(255, 255, 255, 0.14);
	filter: blur(24px);
	transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.rb-primary-btn:hover .rb-btn-glow-circle {
	transform: translateX(0.5rem);
}

@media (min-width: 48rem) {
	.rb-btn-glow-circle {
		left: 1.5rem;
		width: 6rem;
	}
}

.rb-btn-icon-wrapper {
	position: relative;
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

@media (min-width: 48rem) {
	.rb-btn-icon-wrapper {
		width: 2.75rem;
		height: 2.75rem;
	}
}

.rb-btn-text {
	position: relative;
}

.rb-btn-arrow {
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.rb-primary-btn:hover .rb-btn-arrow {
	transform: translateX(0.25rem);
}

.rb-secondary-btns {
	display: grid;
	width: 100%;
	max-width: 560px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0.75rem;
}

@media (min-width: 48rem) {
	.rb-secondary-btns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

.rb-secondary-btn {
	display: flex;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.05);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: center;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.rb-secondary-btn:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

@media (min-width: 48rem) {
	.rb-secondary-btn {
		min-height: 3.5rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.rb-footer-notifications {
	display: none;
}

.rb-toast-container {
	pointer-events: none;
	position: fixed;
	top: 1rem;
	left: 0;
	z-index: 10000;
	display: flex;
	width: 100%;
	justify-content: center;
}

.rb-icon-menu,
.rb-icon-smartphone,
.rb-icon-message-circle,
.rb-icon-arrow-right {
	width: 1em;
	height: 1em;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	background-color: currentColor;
	display: inline-block;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.rb-icon-menu {
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 5h16M4 12h16M4 19h16'/%3E%3C/svg%3E");
}

.rb-icon-smartphone {
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.rb-icon-message-circle {
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M8 12h.01M12 12h.01M16 12h.01'/%3E%3C/svg%3E");
}

.rb-icon-arrow-right {
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14m-7-7l7 7l-7 7'/%3E%3C/svg%3E");
}

.rb-container {
	width: 100%;
	max-width: 1440px;
	padding-inline: 1rem;
	margin-inline: auto;
}

@media (min-width: 48rem) {
	.rb-container {
		padding-inline: 2rem;
	}
}

.rb-section-title {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 2.25rem;
	text-align: center;
	margin-bottom: 1rem;
}

.rb-section-subtitle {
	font-size: 1rem;
	line-height: 1.75rem;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

@media (min-width: 48rem) {
	.rb-section-title {
		font-size: 2.5rem;
		line-height: 1;
	}
	.rb-section-subtitle {
		font-size: 1.25rem;
		line-height: 2rem;
	}
}

.rb-product-showcase {
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
}

.rb-product-grid {
	display: flex;
	gap: 1rem;
	overflow-x: scroll;
	padding-bottom: 1rem;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.rb-product-grid::-webkit-scrollbar {
	display: none;
}

.rb-product-item {
	flex-shrink: 0;
	width: 200px;
	display: flex;
	flex-direction: column;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.03);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 48rem) {
	.rb-product-grid {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1.5rem;
		overflow-x: visible;
		padding-bottom: 0;
	}

	.rb-product-item {
		flex-shrink: initial;
		width: auto;
	}
}

.rb-product-item:hover {
	transform: translateY(-0.5rem);
	border-color: rgba(137, 114, 255, 0.5);
	box-shadow: 0 20px 40px rgba(124, 51, 255, 0.2);
}

.rb-product-image {
	width: 100%;
	object-fit: cover;
}

/* ========== 产品亮点模块 ========== */
.rb-highlights-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
	background-color: #030B11;
}

.rb-highlights-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(124, 51, 255, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.rb-highlights-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
}

@media (min-width: 48rem) {
	.rb-highlights-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.rb-highlight-card {
	position: relative;
	padding: 2rem 1.75rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background-color: rgba(255, 255, 255, 0.02);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.rb-highlight-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-image: linear-gradient(90deg, transparent 0%, rgba(137, 114, 255, 0.5) 50%, transparent 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.rb-highlight-card:hover {
	transform: translateY(-0.375rem);
	border-color: rgba(137, 114, 255, 0.3);
	background-color: rgba(124, 51, 255, 0.06);
	box-shadow: 0 16px 48px rgba(124, 51, 255, 0.12);
}

.rb-highlight-card:hover::before {
	opacity: 1;
}

.rb-highlight-icon-wrap {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	background: linear-gradient(135deg, rgba(137, 114, 255, 0.15) 0%, rgba(0, 235, 255, 0.08) 100%);
	border: 1px solid rgba(137, 114, 255, 0.2);
	transition: all 0.35s ease;
}

.rb-highlight-card:hover .rb-highlight-icon-wrap {
	background: linear-gradient(135deg, rgba(137, 114, 255, 0.25) 0%, rgba(0, 235, 255, 0.15) 100%);
	border-color: rgba(137, 114, 255, 0.4);
	box-shadow: 0 0 20px rgba(137, 114, 255, 0.2);
}

.rb-highlight-icon-wrap i {
	font-size: 1.5rem;
	background-image: linear-gradient(175deg, #00ebff 0%, #ae8dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rb-highlight-title {
	font-size: 1.0625rem;
	font-weight: 600;
	margin-bottom: 0.625rem;
	color: #fff;
	letter-spacing: 0.01em;
}

.rb-highlight-desc {
	font-size: 0.875rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.6);
}

/* ========== 用户评价模块 ========== */
.rb-reviews-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
	background-color: #030B11;
}

.rb-reviews-section::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 400px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(7, 136, 255, 0.06) 0%, transparent 70%);
	pointer-events: none;
}

.rb-reviews-grid {
	columns: 1;
	column-gap: 1.25rem;
}

@media (min-width: 48rem) {
	.rb-reviews-grid {
		columns: 3;
		column-gap: 1.5rem;
	}
}

.rb-review-card {
	position: relative;
	padding: 1.75rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background-color: rgba(255, 255, 255, 0.02);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	break-inside: avoid;
	margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
	.rb-review-card {
		margin-bottom: 1.5rem;
	}
}

.rb-review-card::after {
	content: '\201C';
	position: absolute;
	top: 0.75rem;
	right: 1.25rem;
	font-size: 4rem;
	line-height: 1;
	font-family: Georgia, serif;
	background-image: linear-gradient(175deg, rgba(137, 114, 255, 0.2) 0%, rgba(0, 235, 255, 0.1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	pointer-events: none;
	opacity: 0.5;
}

.rb-review-card:hover {
	border-color: rgba(137, 114, 255, 0.25);
	background-color: rgba(124, 51, 255, 0.04);
	transform: translateY(-0.25rem);
	box-shadow: 0 12px 36px rgba(124, 51, 255, 0.1);
}

.rb-reviewer-info {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	margin-bottom: 1.125rem;
}

.rb-reviewer-avatar {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.625rem;
	background: linear-gradient(135deg, rgba(137, 114, 255, 0.2) 0%, rgba(0, 235, 255, 0.15) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(137, 114, 255, 0.2);
	flex-shrink: 0;
}

.rb-reviewer-avatar i {
	font-size: 1.25rem;
	background-image: linear-gradient(175deg, #00ebff 0%, #ae8dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rb-reviewer-details {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.rb-reviewer-name {
	font-weight: 600;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.95);
}

.rb-reviewer-rating {
	display: flex;
	align-items: center;
	gap: 0.125rem;
}

.rb-reviewer-rating i {
	font-size: 0.75rem;
	color: #fbbf24;
}

.rb-review-content {
	font-size: 0.9375rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 1;
}

.rb-review-content::before {
	content: '';
	display: block;
	width: 2rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(137, 114, 255, 0.4), transparent);
	margin-bottom: 0.875rem;
}

.rb-review-date {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	margin-top: 1rem;
	padding-top: 0.875rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.35);
}

.rb-review-date i {
	font-size: 0.8125rem;
}

/* ========== 开始使用吧 CTA ========== */
.rb-cta-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
	background-color: #030B11;
}

@media (max-width: 47.9375rem) {
	.rb-cta-section {
		padding-top: 0;
	}
}

.rb-cta-wrapper {
	position: relative;
	text-align: center;
	padding: 4rem 2rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(137, 114, 255, 0.15);
	background: linear-gradient(180deg, rgba(124, 51, 255, 0.06) 0%, rgba(7, 136, 255, 0.04) 100%);
	overflow: hidden;
}

.rb-cta-wrapper::before {
	content: '';
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 300px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(137, 114, 255, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

.rb-cta-wrapper::after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	height: 200px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 235, 255, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.rb-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(137, 114, 255, 0.2) 0%, rgba(0, 235, 255, 0.12) 100%);
	border: 1px solid rgba(137, 114, 255, 0.25);
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1;
}

.rb-cta-icon i {
	font-size: 2rem;
	background-image: linear-gradient(175deg, #00ebff 0%, #ae8dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rb-cta-title {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: #fff;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 48rem) {
	.rb-cta-title {
		font-size: 2.5rem;
		line-height: 1;
	}
}

.rb-cta-desc {
	font-size: 1rem;
	line-height: 1.75rem;
	color: rgba(255, 255, 255, 0.6);
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 48rem) {
	.rb-cta-desc {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

.rb-cta-btn-wrapper {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.rb-cta-btn-glow {
	position: absolute;
	inset: -0.75rem;
	border-radius: 28px;
	background-image: radial-gradient(circle, rgba(124, 51, 255, 0.48) 0%, rgba(7, 136, 255, 0.32) 45%, rgba(3, 11, 17, 0) 78%);
	filter: blur(40px);
}

.rb-cta-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 3.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 0.875rem;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background-image: linear-gradient(175deg, #00ebff 0% 20.32%, #8972ff 80.02%, #ae8dff 100%);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 18px 50px rgba(124, 51, 255, 0.38), 0 10px 24px rgba(7, 136, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.32);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 48rem) {
	.rb-cta-btn {
		min-height: 4rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

.rb-cta-btn:hover {
	transform: translateY(-0.125rem) scale(1.01);
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 22px 58px rgba(124, 51, 255, 0.46), 0 14px 30px rgba(7, 136, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.rb-cta-btn-shine {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 24%, transparent 52%, rgba(255, 255, 255, 0.18) 100%);
	opacity: 0.9;
	pointer-events: none;
}

/* ========== Footer ========== */
.rb-site-footer {
	background-color: #030B11;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	position: relative;
}

.rb-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rb-footer-logo {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	text-decoration: none;
}
.rb-footer-logo img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.rb-footer-logo-text {
	background-image: linear-gradient(175deg, #00ebff 0% 20.32%, #8972ff 80.02%, #ae8dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 700;
	font-size: 1.125rem;
	color: transparent;
}

.rb-footer-copyright {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.3);
}