:root {
	--Ceres-bg: #eef1f4;
	--Ceres-surface: rgba(255, 255, 255, 0.86);
	--Ceres-line: rgba(50, 62, 77, 0.12);
	--Ceres-text: #18202a;
	--Ceres-muted: #5b6673;
	--Ceres-accent: #6c7a89;
	--Ceres-deep: #24303d;
}

body {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 24%),
		radial-gradient(circle at top right, rgba(203, 211, 220, 0.32), transparent 24%),
		linear-gradient(180deg, #fafbfd 0%, var(--Ceres-bg) 48%, #e4e9ef 100%);
	color: var(--Ceres-text);
}

.Ceres-hero {
	border-color: var(--Ceres-line);
	background:
		linear-gradient(125deg, rgba(255, 255, 255, 0.96), rgba(236, 241, 245, 0.88)),
		url('/web/ceres-bg-desktop.jpg') center/cover no-repeat;
	box-shadow: 0 30px 70px rgba(24, 32, 42, 0.12);
}

.Ceres-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(250, 252, 254, 0.96) 10%, rgba(250, 252, 254, 0.76) 48%, rgba(250, 252, 254, 0.5) 100%);
	pointer-events: none;
}

.Ceres-kicker {
	background: rgba(36, 48, 61, 0.08);
	color: var(--Ceres-deep);
}

.Ceres-lead,
.Ceres-card p,
.Ceres-article p,
.Ceres-flow li,
.Ceres-note p,
.Ceres-story p,
.Ceres-logo-free {
	color: var(--Ceres-muted);
}

.Ceres-pill {
	border-color: rgba(36, 48, 61, 0.12);
	background: rgba(255, 255, 255, 0.72);
	color: var(--Ceres-deep);
}

.Ceres-logo-platforms .download-with-icons {
	color: var(--Ceres-deep);
}

.Ceres-logo-panel {
	border-color: rgba(36, 48, 61, 0.14);
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(243, 246, 249, 0.82) 58%, rgba(227, 234, 240, 0.7)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.Ceres-card,
.Ceres-article,
.Ceres-flow,
.Ceres-note {
	border-color: var(--Ceres-line);
	background: var(--Ceres-surface);
	box-shadow: 0 18px 45px rgba(24, 32, 42, 0.08);
}

.Ceres-card span,
.Ceres-card-emoji {
	color: var(--Ceres-accent);
}

.Ceres-capability-card {
	border-color: var(--Ceres-line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 242, 246, 0.84));
	box-shadow: 0 18px 45px rgba(24, 32, 42, 0.08);
}

.Ceres-capability-badge {
	background: rgba(108, 122, 137, 0.14);
	border: 1px solid rgba(36, 48, 61, 0.1);
	color: var(--Ceres-deep);
}

.Ceres-capability-card h3 {
	color: var(--Ceres-deep);
}

.Ceres-capability-card p,
.Ceres-capability-intro p {
	color: var(--Ceres-muted);
}

.Ceres-showcase-splide {
	margin-top: 0;
}

.Ceres-showcase-splide .splide__track {
	overflow: visible;
}

.Ceres-showcase-splide .splide__list {
	align-items: flex-start;
}

.Ceres-showcase-splide .splide__slide {
	width: min(920px, 78vw);
	opacity: 0.44;
	transform: scale(0.94);
	transition: transform 0.28s ease, opacity 0.28s ease;
}

.Ceres-showcase-splide .splide__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.Ceres-showcase-slide {
	display: block;
}

.Ceres-showcase-media {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #11161c;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(36, 48, 61, 0.12);
	box-shadow: 0 18px 45px rgba(24, 32, 42, 0.08);
}

.Ceres-showcase-media img,
.Ceres-showcase-media iframe,
.Ceres-showcase-media video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.Ceres-showcase-media iframe {
	background: #000;
}

.Ceres-showcase .splide__arrow {
	width: 2.7rem;
	height: 2.7rem;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(36, 48, 61, 0.14);
	opacity: 1;
}

.Ceres-showcase .splide__arrow svg {
	fill: var(--Ceres-deep);
}

.Ceres-logo-price,
.Ceres-article strong {
	color: var(--Ceres-deep);
}

.Ceres-logo-actions .pricing-cta {
	background: linear-gradient(135deg, #3b4652, #1f2832);
	color: #f8fafc;
}

.Ceres-logo-actions .pricing-cta.secondary {
	background: linear-gradient(135deg, #f7f9fb, #dce3ea);
	color: var(--Ceres-deep);
}

.Ceres-story-actions .pricing-cta {
	background: linear-gradient(135deg, #3b4652, #1f2832);
	color: #f8fafc;
	border: 1px solid rgba(36, 48, 61, 0.12);
}

.Ceres-compare-intro p,
.Ceres-compare-note {
	color: var(--Ceres-muted);
}

.Ceres-table-wrap {
	margin-top: 1.4rem;
	overflow-x: auto;
	border-radius: 22px;
	border: 1px solid rgba(36, 48, 61, 0.12);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 18px 45px rgba(24, 32, 42, 0.08);
}

.Ceres-compare-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 980px;
}

.Ceres-compare-table th,
.Ceres-compare-table td {
	padding: 1rem 1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(36, 48, 61, 0.08);
}

.Ceres-compare-table th {
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--Ceres-deep);
	background: rgba(108, 122, 137, 0.12);
}

.Ceres-compare-table td {
	color: var(--Ceres-muted);
	line-height: 1.6;
	font-weight: 400;
	font-size: 0.92rem;
}

.Ceres-compare-table td strong {
	color: inherit;
	font-weight: 400;
}

.Ceres-compare-table tbody tr:not(:last-child) > td,
.Ceres-compare-table tbody tr:not(:last-child) > td strong,
.Ceres-compare-table tbody tr:not(:last-child) > td .Ceres-status,
.Ceres-compare-table tbody tr:not(:last-child) > td small {
	font-size: 0.92rem !important;
	font-weight: 400 !important;
}

.Ceres-compare-table tr:last-child td,
.Ceres-compare-table tr:last-child td strong {
	font-weight: 800 !important;
}

.Ceres-own-row {
	background: linear-gradient(90deg, rgba(108, 122, 137, 0.1), rgba(108, 122, 137, 0.04));
}

.Ceres-status {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: none;
}

.Ceres-status.yes {
	color: #1f8f59;
}

.Ceres-status.limited {
	color: #b07a12;
}

.Ceres-status.no {
	color: #c24d45;
}

.Ceres-price-positive {
	color: #1f8f59 !important;
	font-size: 1.08rem;
	font-weight: 800 !important;
}

.Ceres-price-negative {
	color: #c24d45 !important;
	font-size: 1.08rem;
	font-weight: 800 !important;
}

.Ceres-price-neutral {
	color: var(--Ceres-deep) !important;
	font-size: 1.02rem;
	font-weight: 800 !important;
}

.Ceres-price-subnote-positive {
	color: #1f8f59 !important;
	font-size: 0.98rem !important;
	font-weight: 700 !important;
}

.Ceres-compare-note {
	margin: 1rem 0 0;
	font-size: 0.95rem;
}

.Ceres-sources {
	margin-top: 1rem;
}

.Ceres-sources h4 {
	margin: 0 0 0.55rem;
	color: var(--Ceres-deep);
}

.Ceres-sources ul {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--Ceres-muted);
}

.Ceres-sources li {
	margin-bottom: 0.45rem;
	line-height: 1.55;
}

.Ceres-sources a {
	color: #40505f;
	text-decoration: none;
}

.Ceres-sources a:hover {
	color: #24303d;
	text-decoration: underline;
}

.Ceres-models-section {
	padding-top: 0.4rem;
}

.Ceres-models-section .Ceres-section-title {
	text-align: center;
	margin-bottom: 0.75rem;
}

.Ceres-models-section .home-models-subtitle {
	color: var(--Ceres-muted);
	margin-bottom: 1.4rem;
}

.Ceres-models-section .home-model-pill {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(36, 48, 61, 0.12);
}

.Ceres-models-section .home-model-pill span {
	color: var(--Ceres-deep);
}

@media (max-width: 720px) {
	.Ceres-showcase-splide .splide__slide {
		width: 100%;
	}

	.Ceres-showcase-media img {
		object-fit: contain;
	}

	.Ceres-showcase .splide__arrow {
		width: 2.35rem;
		height: 2.35rem;
	}

	.Ceres-compare-table th,
	.Ceres-compare-table td {
		padding: 0.85rem 0.8rem;
	}
}
