:root {
	--rbc-background: #ffffff;
	--rbc-foreground: #1f2937;
	--rbc-card: #ffffff;
	--rbc-primary: #6d5bd0;
	--rbc-primary-foreground: #ffffff;
	--rbc-primary-hover: #5a49b5;
	--rbc-secondary: #f6f3ff;
	--rbc-secondary-foreground: #1f2937;
	--rbc-muted: #f6f3ff;
	--rbc-muted-foreground: #6b7280;
	--rbc-border: #e5e7eb;
	--rbc-shadow-card: 0 1px 2px rgba(17, 24, 39, 0.04), 0 8px 24px -8px rgba(109, 91, 208, 0.10);
	--rbc-shadow-card-hover: 0 2px 4px rgba(17, 24, 39, 0.05), 0 16px 40px -10px rgba(109, 91, 208, 0.18);
	--rbc-gradient-hero: radial-gradient(60% 80% at 80% 10%, rgba(217, 208, 255, 0.6) 0%, transparent 60%), radial-gradient(50% 60% at 10% 90%, rgba(232, 212, 255, 0.55) 0%, transparent 60%);
	--rbc-radius-card: 16px;
	--rbc-radius-xl: 24px;
	--rbc-radius-hero: 40px;
	--rbc-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--rbc-font-display: Poppins, Inter, ui-sans-serif, system-ui, sans-serif;
}

.rbc-homepage,
.rbc-homepage * {
	box-sizing: border-box;
}

.rbc-homepage {
	background: var(--rbc-background);
	color: var(--rbc-foreground);
	font-family: var(--rbc-font-body);
	-webkit-font-smoothing: antialiased;
}

body.home,
body.front-page,
body.home.discy-boxed,
body.front-page.discy-boxed,
body.home .main-content,
body.front-page .main-content,
body.home .discy-inner-content,
body.front-page .discy-inner-content,
body.home .the-wrap-container,
body.front-page .the-wrap-container,
body.home .all-main-wrap,
body.front-page .all-main-wrap,
body.home .the-main-inner,
body.front-page .the-main-inner,
body.home .hide-main-inner,
body.front-page .hide-main-inner {
	background: #ffffff !important;
}

body.home .the-main-inner,
body.front-page .the-main-inner,
body.home.discy-boxed .the-main-inner,
body.front-page.discy-boxed .the-main-inner,
body.home.discy-boxed-2 .the-main-inner,
body.front-page.discy-boxed-2 .the-main-inner,
body.home.discy-boxed-3 .the-main-inner,
body.front-page.discy-boxed-3 .the-main-inner,
body.home.discy-boxed-mix .the-main-inner,
body.front-page.discy-boxed-mix .the-main-inner {
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.home,
body.front-page {
	overflow-x: hidden;
}

.rbc-homepage a {
	text-decoration: none;
}

.rbc-homepage a:focus-visible,
.rbc-mobile-cta a:focus-visible {
	outline: 3px solid rgba(109, 91, 208, 0.35);
	outline-offset: 4px;
}

.rbc-homepage h1,
.rbc-homepage h2,
.rbc-homepage h3 {
	color: var(--rbc-foreground);
	font-family: var(--rbc-font-display);
	letter-spacing: -0.02em;
	margin: 0;
}

.rbc-homepage p {
	margin: 0;
}

.rbc-section {
	position: relative;
	padding: 80px 0;
}

.rbc-section--white {
	background: var(--rbc-background);
}

.rbc-section--secondary {
	background: var(--rbc-secondary);
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

.rbc-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.rbc-hero {
	left: 50%;
	overflow: hidden;
	padding: 0;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

.rbc-hero__bg {
	background: var(--rbc-gradient-hero);
	inset: 0;
	position: absolute;
	z-index: 0;
}

.rbc-hero__inner {
	padding-bottom: 112px;
	padding-top: 96px;
	position: relative;
	z-index: 1;
}

.rbc-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.rbc-eyebrow,
.rbc-kicker {
	color: var(--rbc-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.35;
	text-transform: uppercase;
}

.rbc-eyebrow--pill {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--rbc-border);
	border-radius: 999px;
	color: var(--rbc-muted-foreground);
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0;
	padding: 4px 12px;
	text-transform: none;
}

.rbc-eyebrow--pill > span {
	background: var(--rbc-primary);
	border-radius: 999px;
	height: 6px;
	width: 6px;
}

.rbc-hero h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.05;
	margin-top: 20px;
	max-width: 720px;
}

.rbc-hero h1 span {
	color: var(--rbc-primary);
}

.rbc-hero__lede {
	color: var(--rbc-muted-foreground);
	font-size: 18px;
	line-height: 1.65;
	margin-top: 20px;
	max-width: 580px;
}

.rbc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.rbc-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 14px 24px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.rbc-button:hover {
	transform: translateY(-2px);
}

.rbc-button--primary {
	background: var(--rbc-primary);
	box-shadow: 0 8px 20px -8px rgba(109, 91, 208, 0.4);
	color: var(--rbc-primary-foreground);
}

.rbc-button--primary:hover {
	background: var(--rbc-primary-hover);
	color: var(--rbc-primary-foreground);
}

.rbc-button--secondary {
	background: var(--rbc-background);
	border: 1px solid var(--rbc-border);
	color: var(--rbc-foreground);
}

.rbc-button--secondary:hover {
	background: var(--rbc-secondary);
	color: var(--rbc-foreground);
}

.rbc-button--light {
	background: var(--rbc-background);
	color: var(--rbc-foreground);
}

.rbc-button--light:hover {
	background: var(--rbc-secondary);
	color: var(--rbc-foreground);
}

.rbc-stats {
	display: flex;
	gap: 24px;
	margin: 40px 0 0;
	padding: 0;
}

.rbc-stats div {
	color: var(--rbc-muted-foreground);
	font-size: 12px;
	line-height: 1.35;
	padding-right: 24px;
	position: relative;
}

.rbc-stats div:not(:last-child)::after {
	background: var(--rbc-border);
	content: "";
	height: 32px;
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
}

.rbc-stats dt {
	font-weight: 400;
	margin-top: 2px;
}

.rbc-stats dd {
	color: var(--rbc-foreground);
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 2px;
}

.rbc-hero-placeholder {
	aspect-ratio: 1 / 1;
	display: block;
	margin: 0 auto;
	max-width: 448px;
	position: relative;
	width: 100%;
}

.rbc-hero-placeholder::before {
	background: var(--rbc-secondary);
	border-radius: var(--rbc-radius-hero);
	content: "";
	inset: 24px;
	position: absolute;
}

.rbc-hero-placeholder__frame {
	align-items: center;
	background: linear-gradient(135deg, var(--rbc-secondary), rgba(109, 91, 208, 0.20));
	border: 1px solid var(--rbc-border);
	border-radius: var(--rbc-radius-hero);
	box-shadow: var(--rbc-shadow-card);
	color: var(--rbc-primary);
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	justify-content: center;
	position: relative;
	transform: rotate(-3deg);
	width: 100%;
}

.rbc-hero-placeholder__frame::before {
	background: rgba(255, 255, 255, 0.55);
	border: 1px dashed rgba(109, 91, 208, 0.35);
	border-radius: 28px;
	content: "";
	inset: 28px;
	position: absolute;
}

.rbc-hero-placeholder__frame .rbc-icon {
	height: 42px;
	width: 42px;
	z-index: 1;
}

.rbc-hero-placeholder figcaption {
	color: var(--rbc-muted-foreground);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	z-index: 1;
}

.rbc-section-head {
	margin-bottom: 48px;
	max-width: 680px;
}

.rbc-section-head--with-link {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.rbc-section-head h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	margin-top: 12px;
}

.rbc-section-head p:not(.rbc-kicker) {
	color: var(--rbc-muted-foreground);
	font-size: 18px;
	line-height: 1.6;
	margin-top: 12px;
	max-width: 680px;
}

.rbc-text-link {
	align-items: center;
	color: var(--rbc-primary);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	transition: opacity 180ms ease;
}

.rbc-text-link:hover {
	color: var(--rbc-primary);
	opacity: 0.8;
}

.rbc-card-grid {
	display: grid;
	gap: 24px;
}

.rbc-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rbc-card-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.rbc-story-card,
.rbc-category-card,
.rbc-guide-card,
.rbc-trending-card {
	background: var(--rbc-card);
	border: 1px solid var(--rbc-border);
	border-radius: var(--rbc-radius-card);
	box-shadow: var(--rbc-shadow-card);
	color: var(--rbc-foreground);
	display: flex;
	flex-direction: column;
	padding: 24px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rbc-story-card:hover,
.rbc-category-card:hover,
.rbc-guide-card:hover,
.rbc-trending-card:hover,
.rbc-question-card:hover,
.rbc-activity-item:hover {
	box-shadow: var(--rbc-shadow-card-hover);
	transform: translateY(-4px);
}

.rbc-story-card__media {
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, var(--rbc-secondary), rgba(109, 91, 208, 0.2));
	border-radius: 12px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

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

.rbc-story-card__media span {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	bottom: 12px;
	color: var(--rbc-foreground);
	font-size: 12px;
	font-weight: 700;
	left: 12px;
	padding: 4px 12px;
	position: absolute;
}

.rbc-story-card h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.rbc-category-card h3,
.rbc-guide-card h3,
.rbc-trending-card h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.rbc-story-card h3 a {
	color: var(--rbc-foreground);
}

.rbc-story-card:hover h3 a,
.rbc-category-card:hover h3,
.rbc-guide-card:hover h3,
.rbc-trending-card:hover h3 {
	color: var(--rbc-primary);
}

.rbc-story-card p {
	color: var(--rbc-muted-foreground);
	flex: 1;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 8px;
}

.rbc-story-card footer {
	align-items: center;
	color: var(--rbc-muted-foreground);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 20px;
}

.rbc-question-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rbc-question-card {
	align-items: flex-start;
	background: var(--rbc-card);
	border: 1px solid var(--rbc-border);
	border-radius: var(--rbc-radius-card);
	box-shadow: var(--rbc-shadow-card);
	color: var(--rbc-foreground);
	display: flex;
	gap: 16px;
	min-height: 86px;
	padding: 20px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rbc-question-card:hover {
	border-color: rgba(109, 91, 208, 0.4);
}

.rbc-question-card__body {
	flex: 1;
	min-width: 0;
}

.rbc-question-card h3 {
	font-family: var(--rbc-font-body);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.rbc-question-card:hover h3 {
	color: var(--rbc-primary);
}

.rbc-question-card__body > span {
	color: var(--rbc-muted-foreground);
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 4px;
}

body.home .rbc-homepage .rbc-question-card,
body.front-page .rbc-homepage .rbc-question-card {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid var(--rbc-border);
	border-radius: 16px;
	box-shadow: var(--rbc-shadow-card);
	color: var(--rbc-foreground);
	min-height: 86px;
	padding: 20px;
}

body.home .rbc-homepage .rbc-question-card .rbc-card-icon,
body.front-page .rbc-homepage .rbc-question-card .rbc-card-icon {
	background: var(--rbc-secondary);
	border-radius: 12px;
	color: var(--rbc-primary);
	flex: 0 0 40px;
	height: 40px;
	margin: 2px 0 0;
	width: 40px;
}

body.home .rbc-homepage .rbc-question-card h3,
body.front-page .rbc-homepage .rbc-question-card h3 {
	color: var(--rbc-foreground);
	font-family: var(--rbc-font-body);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
}

body.home .rbc-homepage .rbc-question-card:hover h3,
body.front-page .rbc-homepage .rbc-question-card:hover h3 {
	color: var(--rbc-primary);
}

body.home .rbc-homepage .rbc-question-card__body > span,
body.front-page .rbc-homepage .rbc-question-card__body > span {
	color: var(--rbc-muted-foreground);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 4px;
}

.rbc-section-button {
	margin-top: 40px;
}

.rbc-category-card,
.rbc-guide-card,
.rbc-trending-card {
	min-height: 184px;
}

.rbc-category-card:hover {
	border-color: rgba(109, 91, 208, 0.4);
}

.rbc-card-icon {
	align-items: center;
	background: var(--rbc-secondary);
	border-radius: 12px;
	color: var(--rbc-primary);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 20px;
	width: 48px;
}

.rbc-card-icon.rbc-icon--question::before,
.rbc-card-icon.rbc-icon--chat::before,
.rbc-card-icon.rbc-icon--clock::before {
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

.rbc-card-icon.rbc-icon--question::after {
	font-size: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -52%);
}

.rbc-card-icon.rbc-icon--chat::after {
	bottom: auto;
	left: 50%;
	top: 50%;
	transform: translate(-85%, 20%) rotate(-20deg);
}

.rbc-card-icon.rbc-icon--shield::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rbc-card-icon.rbc-icon--book::before,
.rbc-card-icon.rbc-icon--trend::before,
.rbc-card-icon.rbc-icon--scissors::before,
.rbc-card-icon.rbc-icon--flower::before,
.rbc-card-icon.rbc-icon--leaf::before,
.rbc-card-icon.rbc-icon--cap::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rbc-card-icon.rbc-icon--book::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rbc-category-card:hover .rbc-card-icon {
	background: var(--rbc-primary);
	color: var(--rbc-primary-foreground);
}

.rbc-category-card p,
.rbc-guide-card p,
.rbc-trending-card p {
	color: var(--rbc-muted-foreground);
	font-size: 14px;
	line-height: 1.5;
	margin-top: 4px;
}

.rbc-category-card .rbc-text-link {
	margin-top: auto;
	padding-top: 20px;
}

.rbc-guide-card .rbc-card-icon {
	height: 44px;
	margin-bottom: 20px;
	width: 44px;
}

.rbc-search-tags {
	margin-top: 40px;
}

.rbc-search-tags p {
	color: var(--rbc-muted-foreground);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.rbc-search-tags nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rbc-search-tags a {
	background: var(--rbc-background);
	border: 1px solid var(--rbc-border);
	border-radius: 999px;
	color: var(--rbc-foreground);
	font-size: 14px;
	line-height: 1.35;
	padding: 8px 16px;
	transition: border-color 180ms ease, color 180ms ease;
}

.rbc-search-tags a:hover {
	border-color: rgba(109, 91, 208, 0.6);
	color: var(--rbc-primary);
}

.rbc-trending-card {
	padding: 20px;
}

.rbc-trending-card > span {
	align-items: center;
	color: var(--rbc-primary);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.rbc-ask {
	background: var(--rbc-secondary);
	border: 1px solid var(--rbc-border);
	border-radius: 24px;
	overflow: hidden;
	padding: 56px;
	position: relative;
}

.rbc-ask__glow {
	background: rgba(109, 91, 208, 0.2);
	border-radius: 999px;
	filter: blur(48px);
	height: 288px;
	pointer-events: none;
	position: absolute;
	right: -80px;
	top: -96px;
	width: 288px;
}

.rbc-ask__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	position: relative;
	z-index: 1;
}

.rbc-ask__pill {
	align-items: center;
	background: var(--rbc-background);
	border: 1px solid var(--rbc-border);
	border-radius: 999px;
	color: var(--rbc-primary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	line-height: 1.35;
	padding: 6px 12px;
}

.rbc-ask h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	margin-top: 20px;
	max-width: 620px;
}

.rbc-ask__content > p:not(.rbc-ask__pill) {
	color: var(--rbc-muted-foreground);
	font-size: 18px;
	line-height: 1.6;
	margin-top: 16px;
	max-width: 600px;
}

.rbc-ask__content strong {
	color: var(--rbc-foreground);
	font-weight: 600;
}

.rbc-ask__content .rbc-button {
	margin-top: 28px;
}

.rbc-ask__questions > p {
	color: var(--rbc-muted-foreground);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.35;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.rbc-ask-question {
	align-items: flex-start;
	background: var(--rbc-background);
	border: 1px solid var(--rbc-border);
	border-radius: 16px;
	box-shadow: var(--rbc-shadow-card);
	display: flex;
	gap: 12px;
	padding: 16px;
}

.rbc-ask-question + .rbc-ask-question {
	margin-top: 12px;
}

.rbc-ask-question .rbc-card-icon {
	flex: 0 0 36px;
	height: 36px;
	margin: 2px 0 0;
	width: 36px;
}

.rbc-ask-question strong {
	color: var(--rbc-foreground);
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.rbc-ask-question small {
	color: var(--rbc-muted-foreground);
	display: block;
	font-size: 12px;
	line-height: 1.35;
	margin-top: 2px;
}

.rbc-activity-list {
	background: var(--rbc-card);
	border: 1px solid var(--rbc-border);
	border-radius: var(--rbc-radius-card);
	box-shadow: var(--rbc-shadow-card);
	overflow: hidden;
}

.rbc-activity-item {
	align-items: center;
	color: var(--rbc-foreground);
	display: flex;
	gap: 16px;
	padding: 20px 24px;
	transition: background-color 180ms ease, transform 180ms ease;
}

.rbc-activity-item:not(:last-child) {
	border-bottom: 1px solid var(--rbc-border);
}

.rbc-activity-item:hover {
	background: rgba(246, 243, 255, 0.6);
	box-shadow: none;
	transform: none;
}

.rbc-activity-item .rbc-card-icon {
	flex: 0 0 auto;
	height: 44px;
	margin: 0;
	width: 44px;
}

.rbc-activity-item__body {
	flex: 1;
	min-width: 0;
}

.rbc-activity-item__meta {
	align-items: center;
	color: var(--rbc-muted-foreground);
	display: flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.35;
}

.rbc-activity-item__meta > span:first-child {
	background: var(--rbc-secondary);
	border-radius: 999px;
	color: var(--rbc-primary);
	font-weight: 700;
	padding: 2px 8px;
}

.rbc-activity-time {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.rbc-activity-item h3 {
	font-family: var(--rbc-font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rbc-activity-item__count {
	color: var(--rbc-muted-foreground);
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.rbc-promise {
	background: #1f2937;
	border: 1px solid var(--rbc-border);
	border-radius: var(--rbc-radius-xl);
	color: #ffffff;
	overflow: hidden;
	padding: 80px 64px;
	position: relative;
	text-align: center;
}

.rbc-promise__glow {
	background: radial-gradient(50% 60% at 50% 0%, rgba(109, 91, 208, 0.6), transparent 70%);
	inset: 0;
	opacity: 0.3;
	position: absolute;
}

.rbc-promise__content {
	margin: 0 auto;
	max-width: 720px;
	position: relative;
	z-index: 1;
}

.rbc-eyebrow--dark {
	align-items: center;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	gap: 8px;
	letter-spacing: 0;
	padding: 6px 12px;
	text-transform: none;
}

.rbc-promise h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	margin-top: 24px;
}

.rbc-promise p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.65;
	margin: 20px auto 0;
	max-width: 580px;
}

.rbc-promise strong {
	color: #ffffff;
	font-weight: 700;
}

.rbc-promise .rbc-button {
	margin-top: 36px;
}

.rbc-about {
	align-items: flex-start;
	display: grid;
	gap: 64px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rbc-about h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 12px;
}

.rbc-about__copy {
	color: var(--rbc-muted-foreground);
	font-size: 16px;
	line-height: 1.75;
	padding-top: 8px;
}

.rbc-about__copy p + p {
	margin-top: 20px;
}

.rbc-mobile-cta {
	background: linear-gradient(to top, var(--rbc-background), rgba(255, 255, 255, 0.95), transparent);
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: fixed;
	right: 0;
	transform: translateY(100%);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 1000;
}

.rbc-mobile-cta__button {
	align-items: center;
	background: var(--rbc-primary);
	border-radius: var(--rbc-radius-card);
	box-shadow: 0 10px 25px -5px rgba(109, 91, 208, 0.3);
	color: var(--rbc-primary-foreground);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 14px 20px;
}

.rbc-mobile-cta__button:hover {
	background: var(--rbc-primary-hover);
	color: var(--rbc-primary-foreground);
}

.rbc-mobile-spacer {
	display: none;
	height: 80px;
}

.rbc-mobile-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.rbc-mobile-spacer.is-visible {
	display: none;
}

.rbc-icon {
	display: inline-block;
	height: 16px;
	position: relative;
	width: 16px;
}

.rbc-svg-icon {
	flex: 0 0 auto;
	line-height: 0;
}

.rbc-svg-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.rbc-card-icon.rbc-svg-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.rbc-card-icon.rbc-svg-icon svg {
	height: 20px;
	width: 20px;
}

.rbc-ask-question .rbc-card-icon.rbc-svg-icon svg {
	height: 16px;
	width: 16px;
}

.rbc-icon--arrow::before {
	background: currentColor;
	content: "";
	height: 2px;
	left: 2px;
	position: absolute;
	top: 7px;
	width: 12px;
}

.rbc-icon--arrow::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 7px;
	position: absolute;
	right: 1px;
	top: 3px;
	transform: rotate(45deg);
	width: 7px;
}

.rbc-icon--shield::before {
	border: 2px solid currentColor;
	border-radius: 4px 4px 7px 7px;
	content: "";
	height: 13px;
	left: 3px;
	position: absolute;
	top: 1px;
	width: 10px;
}

.rbc-icon--lock::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	bottom: 1px;
	content: "";
	height: 8px;
	left: 2px;
	position: absolute;
	width: 12px;
}

.rbc-icon--lock::after {
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
	content: "";
	height: 7px;
	left: 4px;
	position: absolute;
	top: 1px;
	width: 8px;
}

.rbc-icon--heart::before,
.rbc-icon--chat::before,
.rbc-icon--question::before,
.rbc-icon--book::before,
.rbc-icon--trend::before,
.rbc-icon--clock::before,
.rbc-icon--spark::before,
.rbc-icon--scissors::before,
.rbc-icon--flower::before,
.rbc-icon--leaf::before,
.rbc-icon--cap::before {
	border: 2px solid currentColor;
	content: "";
	position: absolute;
}

.rbc-icon--heart::before {
	border-radius: 999px 999px 2px 999px;
	height: 11px;
	left: 3px;
	top: 2px;
	transform: rotate(45deg);
	width: 11px;
}

.rbc-icon--chat::before {
	border-radius: 50%;
	height: 12px;
	left: 2px;
	top: 1px;
	width: 12px;
}

.rbc-icon--chat::after {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	bottom: 1px;
	content: "";
	height: 5px;
	left: 2px;
	position: absolute;
	transform: rotate(-20deg);
	width: 5px;
}

.rbc-icon--question::before {
	border-radius: 50%;
	height: 14px;
	left: 1px;
	top: 1px;
	width: 14px;
}

.rbc-icon--question::after {
	content: "?";
	font-size: 11px;
	font-weight: 800;
	left: 5px;
	line-height: 1;
	position: absolute;
	top: 3px;
}

.rbc-icon--book::before {
	border-radius: 2px;
	height: 13px;
	left: 3px;
	top: 1px;
	width: 11px;
}

.rbc-icon--book::after {
	background: currentColor;
	content: "";
	height: 12px;
	left: 7px;
	position: absolute;
	top: 2px;
	width: 2px;
}

.rbc-icon--trend::before {
	border-bottom: 0;
	border-left: 0;
	height: 8px;
	right: 1px;
	top: 2px;
	width: 8px;
}

.rbc-icon--trend::after {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
	height: 8px;
	left: 1px;
	position: absolute;
	top: 6px;
	transform: skew(-20deg);
	width: 12px;
}

.rbc-icon--clock::before {
	border-radius: 50%;
	height: 13px;
	left: 1px;
	top: 1px;
	width: 13px;
}

.rbc-icon--clock::after {
	border-left: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 5px;
	left: 8px;
	position: absolute;
	top: 4px;
	width: 4px;
}

.rbc-icon--spark::before {
	border-radius: 3px;
	height: 10px;
	left: 3px;
	top: 3px;
	transform: rotate(45deg);
	width: 10px;
}

.rbc-icon--scissors::before {
	border-radius: 50%;
	height: 6px;
	left: 1px;
	top: 1px;
	width: 6px;
}

.rbc-icon--scissors::after {
	border-bottom: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 8px;
	left: 6px;
	position: absolute;
	top: 4px;
	transform: rotate(-35deg);
	width: 11px;
}

.rbc-icon--flower::before {
	border-radius: 50%;
	height: 13px;
	left: 1px;
	top: 1px;
	width: 13px;
}

.rbc-icon--flower::after {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 4px;
}

.rbc-icon--leaf::before {
	border-radius: 10px 2px 10px 2px;
	height: 13px;
	left: 3px;
	top: 1px;
	transform: rotate(25deg);
	width: 10px;
}

.rbc-icon--cap::before {
	border-radius: 2px;
	height: 10px;
	left: 2px;
	top: 3px;
	transform: rotate(45deg);
	width: 10px;
}

@media (max-width: 1024px) {
	.rbc-mobile-cta {
		display: block;
	}

	.rbc-mobile-spacer.is-visible {
		display: block;
	}

	html:not(.rbc-homepage-js) .rbc-mobile-cta,
	html:not(.rbc-homepage-js) .rbc-mobile-spacer {
		display: block;
	}

	html:not(.rbc-homepage-js) .rbc-mobile-cta {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.rbc-hero__grid,
	.rbc-ask__grid,
	.rbc-about {
		grid-template-columns: 1fr;
	}

	.rbc-hero-placeholder {
		display: none;
	}

	.rbc-card-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rbc-activity-item {
		align-items: flex-start;
		gap: 12px;
		padding: 18px;
	}

	.rbc-activity-item h3 {
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		word-break: normal;
	}

	.rbc-activity-item__count {
		font-size: 13px;
		padding-top: 4px;
	}
}

@media (min-width: 768px) {
	.rbc-container {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 768px) {
	.rbc-section {
		padding: 48px 0;
	}

	.rbc-hero__inner {
		padding-bottom: 72px;
		padding-top: 56px;
	}

	.rbc-hero h1 {
		font-size: 42px;
	}

	.rbc-hero__lede,
	.rbc-section-head p:not(.rbc-kicker),
	.rbc-promise p {
		font-size: 16px;
	}

	.rbc-section-head--with-link {
		display: block;
	}

	.rbc-section-head--with-link > .rbc-text-link {
		display: none;
	}

	.rbc-section-head h2,
	.rbc-about h2 {
		font-size: 32px;
	}

	.rbc-card-grid--3,
	.rbc-question-grid {
		grid-template-columns: 1fr;
	}

	.rbc-promise h2 {
		font-size: 34px;
	}

	.rbc-ask {
		padding: 32px;
	}

	.rbc-ask h2 {
		font-size: 32px;
	}

	.rbc-ask__content > p:not(.rbc-ask__pill) {
		font-size: 16px;
	}

}

@media (max-width: 480px) {
	.rbc-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rbc-hero h1 {
		font-size: 36px;
	}

	.rbc-hero__actions {
		flex-direction: column;
	}

	.rbc-button {
		width: 100%;
	}

	.rbc-stats {
		gap: 14px;
	}

	.rbc-stats div {
		padding-right: 14px;
	}

	.rbc-card-grid--4 {
		grid-template-columns: 1fr;
	}

	.rbc-story-card,
	.rbc-category-card,
	.rbc-guide-card,
	.rbc-trending-card,
	.rbc-question-card {
		padding: 20px;
	}

	.rbc-ask {
		padding: 28px 20px;
	}

	.rbc-promise {
		padding: 56px 24px;
	}

	.rbc-activity-item {
		align-items: flex-start;
		gap: 10px;
		padding: 16px;
	}

	.rbc-activity-item .rbc-card-icon {
		height: 40px;
		width: 40px;
	}

	.rbc-activity-item > .rbc-svg-icon--arrow {
		margin-top: 4px;
	}

	.rbc-activity-item__count {
		display: none;
	}
}
