.product-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.product-hero {
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 34px;
	padding: 42px;
	margin-top: 30px;
}

.product-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: 28px;
	align-items: start;
}

.product-hero-copy {
	padding-top: 18px;
}

.product-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.product-hero h1,
.product-section-title,
.product-logo-word,
.product-article h2,
.product-card h2 {
	font-family: "Tektur", sans-serif;
	text-wrap: balance;
}

.product-hero h1 {
	width: 100%;
	max-width: 12ch;
	margin: 22px 0 18px;
	font-size: clamp(1.9rem, 3.4vw, 3.4rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-wrap: balance;
	text-align: center;
}

.product-lead {
	max-width: 62ch;
	font-size: 1.08rem;
	line-height: 1.92;
}

.product-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.product-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 999px;
	border-style: solid;
	border-width: 1px;
	font-weight: 700;
	backdrop-filter: blur(12px);
}

.product-logo-panel {
	display: grid;
	place-items: center;
	padding: 34px 24px;
	min-height: 320px;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

.product-logo-stack {
	position: relative;
	z-index: 1;
	text-align: center;
}

.product-logo-ring {
	margin: 0 auto 22px;
	display: grid;
	place-items: center;
	background: none;
	box-shadow: none;
	border: 0;
}

.Ceres-logo-ring {
	width: 126px;
	height: 126px;
	border-radius: 0;
}

.firewand-logo-ring,
.spellwand-logo-ring {
	width: 132px;
	height: 132px;
	border-radius: 0;
}

.lunacrop-logo-ring {
	width: 132px;
	height: 132px;
	border-radius: 0;
}

.Ceres-logo-ring img {
	width: 106px;
	height: 106px;
	object-fit: contain;
}

.firewand-logo-ring img,
.spellwand-logo-ring img {
	width: 108px;
	height: 108px;
	object-fit: contain;
}

.lunacrop-logo-ring img {
	width: 108px;
	height: 108px;
	object-fit: contain;
}

.product-logo-word {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	letter-spacing: -0.05em;
}

.product-logo-price {
	margin-top: 14px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.Ceres-logo-price {
	font-size: 1.7rem;
}

.product-logo-free {
	margin-top: 6px;
	font-size: 0.92rem;
}

.product-logo-actions {
	display: grid;
	gap: 12px;
	margin: 18px auto 0;
}

.lunacrop-local-note {
	align-self: center;
	margin-top: 8px;
	padding: 7px 10px;
	font-size: 0.78rem;
	font-style: italic;
	line-height: 1.2;
}

.product-logo-platforms {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	justify-content: center;
	margin: 14px auto 0;
}

.product-logo-platforms .download-with-icons {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	gap: 0.7rem;
}

.product-logo-platforms .download-icons {
	gap: 0.7rem;
}

.product-logo-platforms .download-icons img {
	width: 22px;
	height: 22px;
}

.product-logo-platforms .download-icons i {
	font-size: 1.18rem;
}

.product-intro-simple {
	padding: 24px 0 10px;
	text-align: center;
}

.product-intro-simple-logo {
	margin-bottom: 14px;
}

.product-intro-simple-logo img {
	width: 82px;
	height: 82px;
	object-fit: contain;
}

.product-intro-simple-title {
	margin: 0 0 14px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.product-intro-simple-description {
	max-width: 980px;
	margin: 0 auto;
	font-size: 1.35rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
}

.product-intro-simple-actions {
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	margin-top: 18px;
}

.product-intro-simple-platforms {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.product-intro-simple-platforms .download-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
}

.product-intro-simple-platforms .download-icons img {
	width: 26px;
	height: 26px;
}

.product-intro-simple-platforms .download-icons i {
	font-size: 1.45rem;
}

.Ceres-logo-actions {
	width: min(100%, 220px);
}

.firewand-logo-actions,
.spellwand-logo-actions {
	width: min(100%, 240px);
}

.lunacrop-logo-actions {
	width: min(100%, 240px);
}

.product-logo-actions .pricing-cta {
	padding: 0.78rem 0.9rem;
	font-size: 11pt;
	box-shadow: none;
}

.product-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 38px;
}

.product-card,
.product-article,
.product-flow,
.product-note {
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	backdrop-filter: blur(12px);
}

.product-card {
	padding: 28px;
}

.product-card.is-under-construction {
	opacity: 0.58;
	border-color: rgba(148, 163, 184, 0.13);
	background:
		linear-gradient(180deg, rgba(148, 163, 184, 0.08), rgba(71, 85, 105, 0.045));
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

.under-construction-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.65rem;
	width: 100%;
	margin: 10px 0 -8px;
	padding: 0;
	color: #ffffff;
	font-size: clamp(1rem, 2.1vw, 1.45rem);
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.under-construction-row div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.under-construction-row span {
	margin: 0;
	font-size: 1.1em;
	letter-spacing: 0;
}

.under-construction-row a {
	color: #ff9b3d;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: underline;
	text-underline-offset: 0.22em;
	text-transform: none;
}

.under-construction-row a:hover {
	color: #ffb15f;
}

.product-card.is-under-construction > span,
.product-card.is-under-construction .product-card-icon,
.product-card.is-under-construction .product-card-title i {
	color: rgba(174, 184, 198, 0.76);
}

.product-card.is-under-construction h2 {
	color: rgba(214, 221, 232, 0.78);
}

.product-card.is-under-construction p {
	color: rgba(218, 226, 237, 0.5);
}

.product-card span {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product-card-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
}

.font-anysome,
.firewand-inline-emoji {
	font-family: "Anysome", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
	font-size: 1rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.product-card-icon,
.product-card-title i {
	font-size: 1.05rem;
	line-height: 1;
	flex: 0 0 auto;
}

.product-card h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.product-card p,
.product-article p,
.product-flow li,
.product-note p,
.product-story p {
	line-height: 1.92;
	font-size: 1rem;
}

.product-section {
	margin-top: 80px;
}

.product-article,
.product-flow,
.product-note {
	padding: 34px;
}

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

.product-flow-plain {
	padding: 32px 0;
	text-align: center;
}

.product-story {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
	justify-self: center;
	padding: 24px 12px 10px;
	text-align: center;
	width: 100%;
}

.product-story .product-section-title {
	font-size: clamp(2rem, 3.3vw, 3.1rem);
	margin-bottom: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.product-story p {
	max-width: 78ch;
	margin: 0 auto;
	font-size: 1.08rem;
	line-height: 2;
}

.product-story p + p {
	margin-top: 16px;
}

.product-story-actions {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.product-section-title {
	margin: 0 0 12px;
	font-size: clamp(1.85rem, 3vw, 2.8rem);
	line-height: 1.04;
	letter-spacing: 0.02em;
	text-align: center;
	font-weight: 400;
}

.product-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 38px;
}

.product-flow ol {
	margin: 18px 0 0;
	padding-left: 22px;
}

.product-flow-plain ol {
	display: inline-block;
	max-width: 92ch;
	text-align: left;
}

.product-use-case-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	margin-top: 18px;
	text-align: center;
}

.product-use-case-list p {
	margin: 0;
	line-height: 1.65;
	white-space: nowrap;
}

.product-use-case-list p span {
	display: block;
}

.product-use-case-list i {
	color: inherit;
}

.Ceres-use-case-list,
.lunacrop-use-case-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
}

.Ceres-use-case-list p,
.lunacrop-use-case-list p {
	margin: 0;
	line-height: 1.72;
	text-align: center;
}

.Ceres-use-case-action,
.lunacrop-use-case-action {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: 6px;
	padding: 3px 11px 3px 8px;
	border-radius: 999px;
	font-size: 0.9em;
	white-space: nowrap;
}

.Ceres-use-case-action i,
.lunacrop-use-case-action i {
	font-size: 0.85em;
}

.product-flow li + li {
	margin-top: 14px;
}

.product-article h2 {
	margin: 0 0 16px;
	font-size: clamp(1.9rem, 2.6vw, 2.5rem);
	line-height: 1.08;
	letter-spacing: 0.02em;
	font-weight: 400;
}

.product-capability-shell {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.product-capability-intro {
	padding: 8px 6px 0;
	text-align: center;
}

.product-capability-intro p {
	max-width: 72ch;
	margin: 0 auto;
}

.product-capability-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.product-capability-card {
	padding: 22px 22px 20px;
	border-radius: 24px;
	border-style: solid;
	border-width: 1px;
	backdrop-filter: blur(12px);
	text-align: center;
}

.product-capability-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	margin-bottom: 14px;
	font-size: 1.1rem;
}

.product-capability-card h3 {
	margin: 0 0 10px;
	font-size: 1.12rem;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.product-capability-card p {
	font-size: 0.98rem;
	line-height: 1.8;
}

.product-audience-section {
	padding-top: 0;
	text-align: center;
}

.product-audience-intro {
	margin-bottom: 1.35rem;
}

.product-audience-intro p {
	max-width: 68ch;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.75;
}

.product-audience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.4rem, 4vw, 3rem);
}

.product-audience-item h3 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.product-audience-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.8rem 0 0.85rem;
	font-size: 1.65rem;
}

.product-audience-item p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.78;
}

.product-compare-shell {
	padding: 0;
}

.product-compare-intro {
	text-align: center;
	padding: 8px 6px 0;
}

.product-compare-intro p {
	max-width: 72ch;
	margin: 0 auto;
}

.Ceres-table-wrap,
.firewand-table-wrap,
.spellwand-table-wrap {
	margin-top: 1.4rem;
	overflow-x: auto;
	border-radius: 22px;
}

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

.Ceres-compare-table th,
.Ceres-compare-table td,
.firewand-compare-table th,
.firewand-compare-table td,
.spellwand-compare-table th,
.spellwand-compare-table td {
	padding: 1rem 1rem;
	text-align: left;
	vertical-align: top;
}

.Ceres-compare-table th,
.firewand-compare-table th,
.spellwand-compare-table th {
	font-size: 0.84rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.Ceres-compare-table td,
.firewand-compare-table td,
.spellwand-compare-table td {
	line-height: 1.6;
	font-weight: 400;
	font-size: 0.92rem;
}

.Ceres-compare-table td strong,
.firewand-compare-table td strong,
.spellwand-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,
.firewand-compare-table tbody tr:not(:last-child) > td,
.firewand-compare-table tbody tr:not(:last-child) > td strong,
.firewand-compare-table tbody tr:not(:last-child) > td .firewand-status,
.firewand-compare-table tbody tr:not(:last-child) > td small,
.spellwand-compare-table tbody tr:not(:last-child) > td,
.spellwand-compare-table tbody tr:not(:last-child) > td strong,
.spellwand-compare-table tbody tr:not(:last-child) > td .spellwand-status,
.spellwand-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,
.firewand-compare-table tr:last-child td,
.firewand-compare-table tr:last-child td strong,
.spellwand-compare-table tr:last-child td,
.spellwand-compare-table tr:last-child td strong {
	font-weight: 800 !important;
}

.Ceres-status,
.firewand-status,
.spellwand-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-price-positive,
.Ceres-price-negative,
.firewand-price-positive,
.firewand-price-negative,
.spellwand-price-positive,
.spellwand-price-negative {
	font-size: 1.08rem;
	font-weight: 800 !important;
}

.Ceres-compare-note,
.firewand-compare-note,
.spellwand-compare-note {
	margin: 1rem 0 0;
	font-size: 0.95rem;
	text-align: center;
}

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

.Ceres-sources h4,
.firewand-sources h4,
.spellwand-sources h4 {
	margin: 0 0 0.55rem;
}

.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;
	border-radius: 24px;
	overflow: hidden;
}

.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;
	opacity: 1;
}

.Ceres-page .product-grid > .product-card,
.lunacrop-page .product-grid > .product-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 980px;
	margin-inline: auto;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	text-align: center;
}

.Ceres-page .product-grid > .product-card > span,
.lunacrop-page .product-grid > .product-card > span {
	display: none;
}

.Ceres-page .product-grid > .product-card .product-card-title,
.lunacrop-page .product-grid > .product-card .product-card-title {
	flex-direction: column;
	gap: 12px;
	margin: 0 0 16px;
}

.Ceres-page .product-grid > .product-card .product-card-title h2,
.lunacrop-page .product-grid > .product-card .product-card-title h2 {
	order: 1;
}

.Ceres-page .product-grid > .product-card .product-card-title i,
.lunacrop-page .product-grid > .product-card .product-card-title i {
	order: 2;
	font-size: 1.35rem;
}

.Ceres-page .product-grid > .product-card p,
.lunacrop-page .product-grid > .product-card p {
	max-width: 62rem;
	margin: 0;
}

@media (max-width: 900px) {
	.product-hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		align-items: start;
	}

	.product-hero,
	.product-card,
	.product-capability-card,
	.product-article,
	.product-flow,
	.product-note {
		padding: 26px;
	}

	.product-logo-panel {
		min-height: 300px;
	}

	.product-logo-ring {
		width: 104px;
		height: 104px;
	}

	.product-logo-ring img {
		width: 88px;
		height: 88px;
	}

	.product-audience-grid {
		grid-template-columns: 1fr;
		gap: 1.55rem;
	}
}

@media (max-width: 720px) {
	.product-intro-simple {
		padding: 18px 0 6px;
	}

	.product-intro-simple-logo img {
		width: 72px;
		height: 72px;
	}

	.product-intro-simple-title {
		margin-bottom: 10px;
		font-size: 2.15rem;
		line-height: 1.16;
	}

	.product-intro-simple-description {
		max-width: 34rem;
		font-size: 1.1rem;
		line-height: 1.7;
	}

	.product-intro-simple-actions {
		margin-top: 14px;
	}

	.Ceres-showcase-splide .splide__slide {
		width: 88vw;
	}

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

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

@media (max-width: 480px) {
	.product-intro-simple-title {
		font-size: 1.82rem;
		line-height: 1.14;
	}

	.product-intro-simple-description {
		font-size: 1.02rem;
		line-height: 1.68;
	}
}
