:root {
	--Ceres-bg: #eaf5fb;
	--Ceres-surface: rgba(247, 252, 255, 0.88);
	--Ceres-line: rgba(46, 86, 112, 0.14);
	--Ceres-text: #18202a;
	--Ceres-muted: #5b6673;
	--Ceres-accent: #5f8399;
	--Ceres-deep: #203849;
}

body {
	background:
		radial-gradient(circle at top left, rgba(242, 250, 255, 0.94), transparent 24%),
		radial-gradient(circle at top right, rgba(184, 220, 238, 0.34), transparent 24%),
		linear-gradient(180deg, #f6fbff 0%, var(--Ceres-bg) 48%, #dceef7 100%);
	color: var(--Ceres-text);
}

.Ceres-hero {
	border-color: var(--Ceres-line);
	background:
		linear-gradient(125deg, rgba(248, 253, 255, 0.96), rgba(225, 241, 249, 0.9)),
		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(246, 252, 255, 0.96) 10%, rgba(231, 244, 251, 0.78) 48%, rgba(214, 235, 247, 0.52) 100%);
	pointer-events: none;
}

.Ceres-kicker {
	background: rgba(53, 118, 154, 0.1);
	color: var(--Ceres-deep);
}

.Ceres-hero h1 {
	max-width: 15ch;
	font-size: 4.35rem;
	line-height: 1.04;
	letter-spacing: 0;
}

.Ceres-lead {
	max-width: 58ch;
	font-size: 1rem;
	line-height: 1.72;
}

.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(248, 253, 255, 0.74);
	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(248, 253, 255, 0.98), rgba(231, 244, 251, 0.84) 58%, rgba(213, 235, 247, 0.72)),
		linear-gradient(180deg, rgba(248, 253, 255, 0.45), rgba(221, 239, 249, 0.12));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.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(248, 253, 255, 0.95), rgba(229, 243, 250, 0.86));
	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-use-case-list {
	display: grid;
	gap: 0.95rem;
	margin-top: 1.1rem;
}

.Ceres-use-case-list p {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
	color: var(--Ceres-deep);
	font-size: 1.02rem;
	line-height: 1.55;
}

.Ceres-use-case-list i {
	flex: 0 0 auto;
	margin-top: 0.16rem;
	color: var(--Ceres-accent);
}

.Ceres-use-case-list i:first-child {
	color: var(--Ceres-deep);
}

.Ceres-use-case-action {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	white-space: nowrap;
	color: var(--Ceres-accent);
	font-weight: 700;
}

.Ceres-use-case-action i {
	margin-top: 0;
	color: var(--Ceres-accent);
}

.Ceres-flow {
	border-width: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
}

.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: auto;
	border: 0;
	object-fit: cover;
}

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

.Ceres-showcase .splide__arrow {
	width: 2.7rem;
	height: 2.7rem;
	background: rgba(247, 252, 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, #f6fbff, #d9ecf6);
	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(247, 252, 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(247, 252, 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: 900px) {
	.Ceres-hero h1 {
		max-width: 13ch;
		font-size: 3.15rem;
	}
}

@media (max-width: 720px) {
	.Ceres-hero h1 {
		max-width: 12ch;
		font-size: 2.55rem;
	}

	.Ceres-lead {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.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;
	}
}
