:root {
	--ro-ink: #163545;
	--ro-muted: #5f6b78;
	--ro-line: #dde3e8;
	--ro-surface: #f4f7fa;
	--ro-accent: #0b3d92;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.ro-home {
	color: var(--ro-ink);
	background: #fff;
}

.ro-home__container {
	width: min(1160px, calc(100% - 48px));
	margin: 0 auto;
}

.ro-home__hero {
	padding: 5px 0 0;
	background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 55%, #edf2ff 100%);
}

@media (min-width: 768px) {
	.ro-home__hero {
		padding-top: 15px;
		padding-bottom: 10px;
		padding-right: 0;
		padding-left: 0;
	}
}

.ro-home__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: center;
	gap: clamp(40px, 8vw, 112px);
}

.ro-home__eyebrow,
.ro-home__product-type {
	margin: 0 0 12px;
	color: var(--ro-accent);
	font-size: 12px;
	font-family: var(--ro-font-mono);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ro-home h1,
.ro-home h2,
.ro-home h3,
.ro-home p {
	margin-top: 0;
}

.ro-home h1 {
	max-width: 720px;
	margin-bottom: 20px;
	font-size: clamp(42px, 5.4vw, 72px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.02;
}

.ro-home__hero-title-strong,
.ro-home__hero-title-light {
	display: block;
}

.ro-home__hero-title-strong {
	font-weight: 700;
}

.ro-home__hero-title-light {
	font-weight: 300;
}

.ro-home h2 {
	margin-bottom: 16px;
	font-size: clamp(32px, 3.6vw, 48px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.04;
}

.ro-home__lede,
.ro-home__process-intro > p {
	max-width: 620px;
	margin-bottom: 28px;
	color: var(--ro-muted);
	font-size: 18px;
	line-height: 1.6;
}

.ro-offer-countdown {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px;
	padding: 14px;
	border: 1px solid rgba(183, 202, 255, 0.34);
	border-radius: 10px;
	background: linear-gradient(135deg, #163545 0%, #0b3d92 100%);
	box-shadow: 0 12px 30px rgba(22, 53, 69, 0.16);
	color: #fff;
}

.ro-offer-countdown__discount {
	display: grid;
	width: 62px;
	height: 62px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	place-content: center;
	background: #fff;
	color: var(--ro-ink);
	text-align: center;
}

.ro-offer-countdown__discount strong,
.ro-offer-countdown__discount span,
.ro-offer-countdown__eyebrow {
	display: block;
}

.ro-offer-countdown__discount strong {
	font-size: 22px;
	letter-spacing: -0.04em;
	line-height: 1;
}

.ro-offer-countdown__discount span {
	margin-top: 3px;
	color: var(--ro-accent);
	font-family: var(--ro-font-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ro-offer-countdown__eyebrow {
	margin-bottom: 4px;
	color: #b7caff;
	font-family: var(--ro-font-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ro-offer-countdown__copy p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
}

.ro-offer-countdown__timer {
	display: grid;
	grid-template-columns: repeat(5, auto);
	align-items: start;
	gap: 5px;
	min-width: max-content;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.ro-offer-countdown__unit {
	display: grid;
	justify-items: center;
	min-width: 34px;
}

.ro-offer-countdown__unit strong {
	color: #fff;
	font-size: 20px;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
	line-height: 1;
}

.ro-offer-countdown__unit small {
	margin-top: 5px;
	color: #b7caff;
	font-family: var(--ro-font-mono);
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ro-offer-countdown__separator {
	padding-top: 1px;
	color: #b7caff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.ro-home__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.ro-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 0 21px;
	border: 1px solid var(--ro-ink);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.ro-home__button-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.ro-home__button:hover {
	transform: translateY(-1px);
}

.ro-home__button--primary {
	border-color: var(--ro-ink);
	background: var(--ro-ink);
	color: #fff;
}

.ro-home__button--primary:hover {
	background: var(--ro-accent);
	color: #fff;
}

.ro-home__button--secondary {
	background: transparent;
	color: var(--ro-ink);
}

.ro-home__proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
	padding: 0;
	color: var(--ro-muted);
	font-size: 13px;
	list-style: none;
}

.ro-home__proof-list li::before {
	margin-right: 7px;
	color: var(--ro-accent);
	content: '✓';
}

.ro-home__hero-proof-list {
	font-size: 16.9px;
}

.ro-home__hero-proof-list li::before {
	color: #23924a;
}

.ro-home__hero-product {
	display: grid;
	justify-items: start;
	padding: 24px;
	border: 1px solid var(--ro-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(22, 53, 69, 0.08);
	color: var(--ro-ink);
}

.ro-home__hero-rotator {
	position: relative;
	min-width: 0;
}

.ro-home__hero-product[hidden] {
	display: none;
}

.ro-home__hero-product-image {
	display: grid;
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
	place-items: center;
	background: var(--ro-surface);
	overflow: hidden;
}

.ro-home__hero-product-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ro-home__hero-product-name {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.12;
}

.ro-home__hero-product-tagline {
	margin: 7px 0 0;
	color: var(--ro-muted);
	font-family: var(--ro-font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ro-home__hero-product-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	width: 100%;
	margin-top: 18px;
}

.ro-home__hero-product-actions--single {
	grid-template-columns: minmax(0, 1fr);
}

.ro-home__hero-product-button,
.ro-home__hero-coa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	border: 1px solid var(--ro-ink);
	border-radius: 5px;
	padding: 9px 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.055em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.ro-home__hero-product-button {
	background: var(--ro-ink);
	box-shadow: 0 3px 8px rgba(22, 53, 69, 0.16);
	color: #fff;
}

.ro-home__hero-coa-button {
	background: #fff;
	color: var(--ro-ink);
	cursor: pointer;
}

.ro-home__hero-product-button:hover,
.ro-home__hero-product-button:focus-visible {
	border-color: var(--ro-accent);
	background: var(--ro-accent);
	box-shadow: 0 6px 14px rgba(22, 53, 69, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

.ro-home__hero-coa-button:hover,
.ro-home__hero-coa-button:focus-visible {
	border-color: var(--ro-ink);
	background: #f6f8fb;
	box-shadow: 0 4px 10px rgba(22, 53, 69, 0.12);
	color: var(--ro-ink);
}

.ro-home__hero-coa-button .ro-home__catalog-coa-check {
	font-size: 16px;
}

.ro-home__hero-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	position: absolute;
	top: 50%;
	right: 12px;
	left: 12px;
	z-index: 2;
	margin: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

.ro-home__hero-control {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--ro-line);
	border-radius: 50%;
	place-items: center;
	background: #fff;
	color: var(--ro-ink);
	cursor: pointer;
	pointer-events: auto;
}

.ro-home__hero-control-icon {
	display: block;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.ro-home__hero-control:hover,
.ro-home__hero-control:focus-visible {
	border-color: var(--ro-accent);
	color: var(--ro-accent);
}

.ro-home__assurance {
	padding: 48px 0;
	border-top: 1px solid var(--ro-line);
	border-bottom: 1px solid var(--ro-line);
	background: linear-gradient(135deg, #f8f5ff 0%, #f7fbff 100%);
}

.ro-home__assurance-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ro-home__assurance-item {
	--ro-benefit-color: var(--ro-accent);
	--ro-benefit-soft: #edf2ff;
	--ro-benefit-rail: #dbe5ff;
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-height: 126px;
	border: 1px solid rgba(221, 227, 232, 0.78);
	border-radius: 10px;
	padding: 22px 22px 22px 28px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 30px rgba(22, 53, 69, 0.06);
}

.ro-home__assurance-item::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
	background: var(--ro-benefit-rail);
	content: '';
}

.ro-home__assurance-item--purity {
	--ro-benefit-color: #4a9556;
	--ro-benefit-soft: #e9f8e8;
	--ro-benefit-rail: #ccefc9;
}

.ro-home__assurance-item--shipping {
	--ro-benefit-color: #0b3d92;
	--ro-benefit-soft: #e4f2ff;
	--ro-benefit-rail: #c8e4fb;
}

.ro-home__assurance-item--testing {
	--ro-benefit-color: #97680e;
	--ro-benefit-soft: #fff9d8;
	--ro-benefit-rail: #f4ecad;
}

.ro-home__assurance-icon {
	display: grid;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	place-items: center;
	background: var(--ro-benefit-soft);
	color: var(--ro-benefit-color);
}

.ro-home__assurance-icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (prefers-reduced-motion: no-preference) {
	.ro-home__assurance-icon svg,
	.ro-home__assurance-smoke path {
		transform-box: fill-box;
		transform-origin: center;
	}

	.ro-home__assurance-item--purity .ro-home__assurance-icon svg {
		animation: ro-home-check-wiggle 5.6s ease-in-out infinite;
	}

	.ro-home__assurance-item--shipping .ro-home__assurance-icon svg {
		animation: ro-home-truck-roll 5.2s ease-in-out infinite;
	}

	.ro-home__assurance-item--testing .ro-home__assurance-icon svg {
		animation: ro-home-vial-shake 5.4s ease-in-out infinite;
	}

	.ro-home__assurance-smoke--one {
		animation: ro-home-truck-smoke 5.2s ease-out infinite 80ms;
	}

	.ro-home__assurance-smoke--two {
		animation: ro-home-truck-smoke 5.2s ease-out infinite 180ms;
	}

	.ro-home__assurance-smoke--three {
		animation: ro-home-truck-smoke 5.2s ease-out infinite 280ms;
	}
}

@keyframes ro-home-check-wiggle {
	0%,
	80%,
	100% { transform: rotate(0); }
	85% { transform: rotate(-2deg); }
	90% { transform: rotate(2deg); }
	95% { transform: rotate(-0.75deg); }
}

@keyframes ro-home-truck-roll {
	0%,
	76%,
	100% { transform: translateX(0); }
	84% { transform: translateX(1px); }
	92% { transform: translateX(-0.5px); }
}

@keyframes ro-home-truck-smoke {
	0%,
	75%,
	100% { opacity: 0; transform: translateX(0); }
	82% { opacity: 0.65; }
	94% { opacity: 0; transform: translateX(-3px); }
}

@keyframes ro-home-vial-shake {
	0%,
	80%,
	100% { transform: translateY(0) rotate(0); }
	86% { transform: translateY(-0.8px) rotate(-1deg); }
	92% { transform: translateY(0.6px) rotate(1deg); }
	96% { transform: translateY(0) rotate(-0.4deg); }
}

.ro-home__assurance-copy strong,
.ro-home__assurance-copy span {
	display: block;
}

.ro-home__assurance-copy strong {
	margin-bottom: 5px;
	color: var(--ro-ink);
	font-size: clamp(18px, 1.5vw, 21px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.18;
}

.ro-home__assurance-copy span {
	color: var(--ro-muted);
	font-size: 16px;
	line-height: 1.45;
}

.ro-home__products,
.ro-home__process,
.ro-home__faq {
	padding: 96px 0;
}

.ro-home__products {
	scroll-margin-top: 76px;
}

.ro-home__section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.ro-home__section-heading h2,
.ro-home__process h2,
.ro-home__faq h2,
.ro-home__closing h2 {
	margin-bottom: 0;
}

.ro-home__text-link {
	color: var(--ro-ink);
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.ro-home__product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 24px;
}

.ro-home__product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dce3ea;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(22, 53, 69, 0.08);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ro-home__product-card:hover {
	border-color: #c9d3df;
	box-shadow: 0 10px 24px rgba(22, 53, 69, 0.12);
	transform: translateY(-2px);
}

.ro-home__product-media {
	position: relative;
	padding: 0 14px;
}

.ro-home__product-image {
	position: relative;
	display: grid;
	aspect-ratio: 1;
	padding: 0;
	place-items: center;
	overflow: hidden;
	background: var(--ro-surface);
	margin: 0 -14px;
}

.ro-home__product-sale-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 11px;
	border-radius: 999px;
	background: #941a22;
	box-shadow: 0 2px 7px rgba(71, 17, 21, 0.2);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: no-preference) {
	.ro-home__product-sale-badge {
		overflow: hidden;
		isolation: isolate;
	}

	.ro-home__product-sale-badge::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -55%;
		width: 34%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
		content: '';
		transform: skewX(-20deg);
		animation: ro-home-sale-pill-shine 4.8s ease-in-out infinite;
		pointer-events: none;
	}
}

@keyframes ro-home-sale-pill-shine {
	0%,
	68%,
	100% {
		transform: translateX(0) skewX(-20deg);
	}

	84% {
		transform: translateX(460%) skewX(-20deg);
	}
}

.ro-home__product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border: 1px solid var(--ro-line);
	border-radius: 999px;
	padding: 6px 10px;
	background: #fff;
	color: var(--ro-ink);
	font-family: var(--ro-font-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	white-space: nowrap;
}

.ro-home__product-pills {
	position: absolute;
	top: clamp(10px, 1.5vw, 16px);
	left: clamp(10px, 1.5vw, 16px);
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ro-home__catalog-coa-button {
	position: relative;
	width: 100%;
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 38px;
	border: 1px solid rgba(22, 53, 69, 0.12);
	border-radius: 7px;
	padding: 7px 12px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 4px 12px rgba(22, 53, 69, 0.12);
	color: var(--ro-ink);
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}

.ro-home__catalog-coa-check {
	color: #23924a;
	font-size: 16.9px;
	font-weight: 400;
	line-height: 1;
}

.ro-home__catalog-coa-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-left: auto;
	text-decoration: none;
}

.ro-home__catalog-coa-button:hover,
.ro-home__catalog-coa-button:focus-visible {
	border-color: var(--ro-ink);
	background: #fff;
	box-shadow: 0 6px 16px rgba(22, 53, 69, 0.16);
	color: var(--ro-ink);
}

.ro-home__product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ro-home__product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px 14px 14px;
}

.ro-home__product-content h3 {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.ro-home__product-content h3 a {
	color: var(--ro-ink);
	text-decoration: none;
}

.ro-home__product-tagline {
	margin: 0 0 11px;
	color: var(--ro-muted);
	font-family: var(--ro-font-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ro-home__product-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	margin-top: 8px;
	padding: 0 16px;
	border: 1px solid var(--ro-ink);
	border-radius: 5px;
	background: var(--ro-ink);
	box-shadow: 0 3px 8px rgba(22, 53, 69, 0.16);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.ro-home__product-button:hover,
.ro-home__product-button:focus-visible {
	border-color: var(--ro-accent);
	background: var(--ro-accent);
	box-shadow: 0 6px 14px rgba(22, 53, 69, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

.ro-home__product-button span {
	font-size: 16px;
	line-height: 1;
}

.ro-home__product-button--coa {
	margin-top: 0;
	border-color: var(--ro-line);
}

.ro-home__coa-modal {
	width: min(1080px, calc(100% - 32px));
	max-width: none;
	max-height: none;
	height: min(92dvh, 900px);
	margin: auto;
	border: 0;
	border-radius: 10px;
	padding: 0;
	background: #fff;
	box-shadow: 0 28px 80px rgba(13, 20, 35, 0.28);
	color: var(--ro-ink);
}

.ro-home__coa-modal::backdrop {
	background: rgba(13, 20, 35, 0.64);
	backdrop-filter: blur(3px);
}

.ro-home__coa-modal-shell {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.ro-home__coa-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--ro-line);
	padding: 22px 28px;
	background: #fff;
}

.ro-home__coa-modal-header .ro-home__eyebrow {
	margin-bottom: 6px;
}

.ro-home__coa-modal-header h2 {
	margin: 0;
	font-size: clamp(22px, 3vw, 32px);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.ro-home__coa-modal-close {
	position: relative;
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	border: 1px solid var(--ro-line);
	border-radius: 50%;
	place-items: center;
	background: #fff;
	color: var(--ro-ink);
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.ro-home__coa-modal-close::before,
.ro-home__coa-modal-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 3px;
	border-radius: 99px;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}

.ro-home__coa-modal-close::after {
	content: '';
	transform: translate(-50%, -50%) rotate(-45deg);
}

.ro-home__coa-modal-close:hover,
.ro-home__coa-modal-close:focus-visible {
	border-color: var(--ro-ink);
	background: var(--ro-ink);
	color: #fff;
}

.ro-home__coa-modal-content {
	min-height: 0;
	flex: 1 1 auto;
	overflow: hidden;
	padding: 28px;
}

.ro-home__coa-modal-content > .ro-coa {
	max-width: none;
	transform: scale(var(--ro-coa-modal-scale, 1));
	transform-origin: top center;
}

.ro-home__coa-modal-loading,
.ro-home__coa-modal-error {
	margin: 0;
	padding: 36px 0;
	color: var(--ro-muted);
	font-size: 16px;
	text-align: center;
}

.ro-home__price {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}

.ro-home__price del {
	margin-right: 7px;
	color: var(--ro-muted);
	font-size: 13px;
	font-weight: 500;
}

/* Sale prices echo the red sale pill without adding motion or visual noise. */
.ro-home__product-card .ro-home__price ins {
	background: linear-gradient(100deg, #941a22 0%, #b72a32 54%, #941a22 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: #a51e27;
	font-weight: 700;
	text-decoration: none;
	-webkit-text-fill-color: transparent;
}

.ro-home__process {
	background: var(--ro-surface);
}

.ro-home__process-grid,
.ro-home__faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(40px, 8vw, 112px);
}

.ro-home__steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: steps;
}

.ro-home__steps li {
	display: grid;
	grid-template-columns: 54px 1fr;
	column-gap: 16px;
	padding: 20px 0;
	border-top: 1px solid #cdd5de;
}

.ro-home__steps li:last-child {
	border-bottom: 1px solid #cdd5de;
}

.ro-home__steps span {
	grid-row: span 2;
	color: var(--ro-accent);
	font-size: 13px;
	font-family: var(--ro-font-mono);
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.25;
}

.ro-home__steps strong {
	font-size: 17px;
}

.ro-home__steps p {
	margin: 6px 0 0;
	color: var(--ro-muted);
	font-size: 14px;
	line-height: 1.5;
}

.ro-home__faq-items details {
	padding: 20px 0;
	border-top: 1px solid var(--ro-line);
}

.ro-home__faq-items details:last-child {
	border-bottom: 1px solid var(--ro-line);
}

.ro-home__faq-items summary {
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
}

.ro-home__faq-items p {
	margin: 12px 0 0;
	color: var(--ro-muted);
	font-size: 15px;
	line-height: 1.55;
}

.ro-home__closing {
	padding: 54px 0;
	background: var(--ro-ink);
	color: #fff;
}

.ro-home__closing-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.ro-home__closing .ro-home__eyebrow {
	color: #b7caff;
}

.ro-home__closing h2 {
	color: #fff;
}

.ro-home__closing .ro-home__button--primary {
	border-color: #fff;
	background: #fff;
	color: var(--ro-ink);
}

@media (max-width: 921px) {
	.ro-home__hero-grid,
	.ro-home__process-grid,
	.ro-home__faq-grid {
		grid-template-columns: 1fr;
	}

	.ro-home__hero-product {
		max-width: 520px;
	}

	.ro-home__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ro-home__assurance-grid {
		grid-template-columns: 1fr;
		max-width: 880px;
	}
}

@media (max-width: 767px) {
	.ro-home__hero {
		padding-bottom: 10px;
	}

	.ro-home__hero-copy > .ro-home__eyebrow {
		display: none;
	}

	.ro-home__hero-rotator {
		display: none;
	}

	.ro-home__coa-modal {
		width: 100%;
		max-height: 100dvh;
		height: 100dvh;
		border-radius: 0;
	}

	.ro-home__coa-modal-header {
		padding: 16px;
	}

	.ro-home__coa-modal-content {
		overflow: auto;
		padding: 16px;
	}

	.ro-home__container {
		width: min(100% - 32px, 1160px);
	}

	.ro-home__products,
	.ro-home__process,
	.ro-home__faq {
		padding: 40px 0;
	}

	.ro-home__section-heading {
		margin-bottom: 24px;
	}

	.ro-home__product-sale-badge {
		top: 10px;
		right: 10px;
		min-height: 23px;
		padding: 3px 9px;
		font-size: 10px;
	}

	.ro-home__hero-product {
		max-width: none;
		padding: 18px;
	}

	.ro-home__hero-product-image {
		margin: 14px 0 16px;
		padding: 16px;
	}

	.ro-home__hero-product-image img {
		width: 100%;
	}

	.ro-home__hero-product-name {
		font-size: 21px;
	}

	.ro-home__hero-controls {
		right: 8px;
		left: 8px;
	}

	.ro-home h1 {
		font-size: 44px;
	}

	.ro-home__assurance {
		padding: 32px 0;
	}

	.ro-home__assurance-grid {
		gap: 10px;
	}

	.ro-home__assurance-item {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 16px;
		min-height: 96px;
		padding: 18px 18px 18px 24px;
	}

	.ro-home__assurance-item::before {
		width: 6px;
	}

	.ro-home__assurance-icon {
		width: 54px;
		height: 54px;
	}

	.ro-home__assurance-icon svg {
		width: 31px;
		height: 31px;
	}

	.ro-home__assurance-copy strong {
		margin-bottom: 3px;
		font-size: 17px;
	}

	.ro-home__assurance-copy span {
		font-size: 14px;
	}

	.ro-home__section-heading,
	.ro-home__closing-content {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.ro-home__product-grid {
		gap: 18px 12px;
	}

	.ro-home__product-card {
		border-radius: 6px;
		box-shadow: 0 3px 10px rgba(22, 53, 69, 0.08);
	}

	.ro-home__product-media {
		padding: 0 9px;
	}

	.ro-home__product-image {
		margin-right: -9px;
		margin-left: -9px;
	}

	.ro-home__product-content {
		padding: 13px 9px 10px;
	}

	/* Let shorter product copy flex while every primary action lands on the same baseline. */
	.ro-home__product-button,
	.ro-search__content .ro-home__product-button {
		margin-top: auto;
	}

	.ro-home__product-content h3 {
		margin-bottom: 6px;
		font-size: 18px;
	}

	.ro-home__product-tagline {
		margin-bottom: 8px;
		font-size: 8px;
		letter-spacing: 0.055em;
	}

	.ro-home__product-button {
		min-height: 40px;
		margin-top: 8px;
		padding: 0 11px;
		font-size: 10px;
	}

	.ro-home__product-badge {
		min-height: 22px;
		padding: 4px 6px;
		font-size: 7px;
		letter-spacing: 0.02em;
	}

	.ro-home__product-pills {
		top: 8px;
		left: 8px;
	}

	.ro-home__catalog-coa-button {
		border-radius: 6px;
		gap: 5px;
		min-height: 30px;
		padding: 5px 8px;
		font-size: 9px;
	}

	.ro-home__catalog-coa-link {
		gap: 4px;
	}

	.ro-offer-countdown {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

	.ro-offer-countdown__discount {
		width: 56px;
		height: 56px;
	}

	.ro-offer-countdown__timer {
		grid-column: 1 / -1;
		justify-content: center;
		width: 100%;
	}

	.ro-home__actions .ro-home__button {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.ro-home__product-grid {
		grid-template-columns: 1fr;
	}
}

/* Keep calls to action aligned along the bottom of every mobile product tile. */
@media (max-width: 767px) {
	.ro-home__product-content .ro-home__product-button,
	.ro-search__content .ro-home__product-button {
		margin-top: auto;
	}
}
