/* ============================================================
   Home — rebuilt against new.pen (herakabet-landing-page)
   Reference canvas: 1440px wide, 80px side padding.
   ============================================================ */

.home {
	overflow-x: clip;
}

/* ---------- Shared section furniture ---------- */

/* Pill eyebrow above each section heading: hairline outline, lime gradient text. */
.eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border: 1px solid #fff;
	border-radius: 100px;
	background: rgba(255, 255, 255, .05);
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
}

.eyebrow span {
	background: var(--gradient-lime);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* The 18+ chip is shared with the footer, so it lives in main.css. */

/* App Store / Google Play badge */
.store-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 1px solid #fff;
	border-radius: 8px;
	background: rgba(255, 255, 255, .2);
	text-decoration: none;
	color: #fff;
	transition: background .2s ease;
}

.store-badge:hover {
	background: rgba(255, 255, 255, .3);
}

.store-badge__icon {
	width: 22px;
	height: 22px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store-badge__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.store-badge__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.store-badge__caption {
	font-family: var(--font-heading);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.2;
}

.store-badge__label {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

/* ---------- Hero ---------- */

/* Pulled up under the now-sticky header so the background art still starts at the very
   top of the page, while the content keeps the design's 100px offset. */
.hero {
	position: relative;
	margin-top: calc(var(--header-h) * -1);
	padding-top: 100px;
	isolation: isolate;
}

/* Background stack: 1440x820 art, lime glow top-left, dark fade at the foot. */
.hero__bg {
	position: absolute;
	inset: 0;
	height: 820px;
	z-index: -1;
	pointer-events: none;
}

.hero__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.hero__glow {
	position: absolute;
	left: -151px;
	top: -495px;
	width: 996px;
	height: 996px;
	border-radius: 50%;
	opacity: .6;
	background: radial-gradient(circle,
			rgba(0, 0, 0, .3) 25%,
			rgba(77, 255, 0, .31) 70%,
			rgba(77, 255, 0, 0) 100%);
	filter: blur(225px);
}

.hero__fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--color-deep) 0%, rgba(3, 5, 12, 0) 47%);
}

.hero__inner {
	display: flex;
	align-items: center;
	gap: 140px;
}

.hero__col {
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex: 1 1 auto;
	min-width: 0;
}

.hero__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.hero__title {
	font-family: var(--font-heading);
	font-size: 64px;
	font-weight: 800;
	line-height: 1.125;
	/* Brushed-silver sweep runs near-horizontally so each wrapped line catches the highlight. */
	background: linear-gradient(105deg, #696969 7.47%, #f9f8f6 39.37%, #d4d4d4 59.96%, #7f7f7f 94.65%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero__desc {
	font-family: var(--font-display);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5556;
	color: #fff;
}

.hero__badges {
	display: flex;
	gap: 16px;
}

.hero__note {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.hero__visual {
	flex: 0 0 468px;
	width: 468px;
	line-height: 0;
}

.hero__visual img {
	width: 100%;
	height: auto;
}

/* ---------- Table of contents (under the hero) ---------- */

.page-toc {
	position: relative;
	background: var(--color-deep);
	padding: 0 0 40px;
}

.page-toc__card {
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--color-hairline);
	border-radius: 16px;
	padding: 28px 32px;
}

.page-toc__title {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-lime);
	margin-bottom: 20px;
}

.page-toc__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 32px;
	list-style: none;
	counter-reset: none;
}

.page-toc__item a {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	transition: color .2s ease;
}

.page-toc__item a:hover {
	color: var(--color-lime);
}

.page-toc__num {
	flex: none;
	font-family: var(--font-mono);
	font-size: 12px;
	font-weight: 800;
	color: var(--color-lime);
}

/* ---------- How it works ---------- */

.steps {
	/* Lime radial rising from the top-left corner, per the section fill in new.pen. */
	background: var(--gradient-surface-lime);
	padding: 100px 0;
}

.steps__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}

.steps__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(0, 0, 0, .7);
}

.steps__title {
	font-family: var(--font-heading);
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #000;
}

.steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	filter: drop-shadow(0 6px 7px rgba(0, 0, 0, .25));
}

.step-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 10px 24px;
	border-radius: 12px;
	background: var(--gradient-surface-dark);
}

.step-card__num {
	font-family: var(--font-heading);
	font-size: 48px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.step-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.step-card__title {
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.step-card__text {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5714;
	color: #fff;
}

/* ---------- Key features ---------- */

.features {
	position: relative;
	padding: 80px 0 130px;
	background: var(--color-deep);
}

.features__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.features__inner {
	position: relative;
	z-index: 1;
}

.features__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* The section's second fill (a #03050c -> transparent wash) sits *under* the opaque
 * background art in new.pen, so it never shows. Not reproduced here on purpose. */

.features__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
}

.features__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-lime);
}

.features__title {
	font-family: var(--font-ui);
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	filter: drop-shadow(0 6px 7px rgba(0, 0, 0, .25));
}

.feature-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: 32px;
	border-radius: 16px;
	background: var(--gradient-surface-lime);
}

/* Inverted variant — dark surface, translucent-white icon well, white glyph. */
.feature-card--dark {
	background: var(--gradient-surface-dark);
}

.feature-card__icon {
	display: inline-flex;
	padding: 12px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .25);
	color: #000;
}

.feature-card--dark .feature-card__icon {
	background: rgba(255, 255, 255, .25);
	color: #fff;
}

.feature-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.feature-card__title {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.feature-card__text {
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.375;
	color: #000;
}

/* The inverted card keeps light text on its dark surface. */
.feature-card--dark .feature-card__title,
.feature-card--dark .feature-card__text {
	color: #fff;
}

/* ---------- Split rows (platform / iOS / Android) ----------
   Full-bleed 1440 row: a 670px artwork panel beside a 769px text panel.
   The lime edge bar is baked into the artwork, so no border is drawn here. */

.split {
	background: var(--color-deep);
}

/* Content is capped at the site container width and centred, so wide viewports
   letterbox the row instead of stretching a gap through its middle. */
.split__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
}

.split--media-right .split__inner {
	flex-direction: row-reverse;
}

.split__media {
	flex: 0 0 670px;
	width: 670px;
	height: 631px;
	overflow: hidden;
	line-height: 0;
}

.split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Grows to absorb the container width beyond the design's 1439px row, keeping the
   text block anchored next to the artwork rather than drifting to the far edge. */
.split__panel {
	flex: 1 1 769px;
	min-width: 0;
	padding: 0 80px;
}

.split__body {
	display: flex;
	flex-direction: column;
	gap: 39px;
	max-width: 609px;
}

.split__intro {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.split__title {
	font-family: var(--font-ui);
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.split__title--gradient {
	background: linear-gradient(90deg, var(--color-lime) 60.1%, #fff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.split__text {
	font-family: var(--font-display);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5556;
	color: #fff;
}

.split__group {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.split__label {
	font-family: var(--font-heading);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5;
	color: #737373;
}

.split__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.split__item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.split__list--numbered .split__item {
	gap: 4px;
}

.split__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-lime);
	flex: none;
}

.split__num {
	width: 20px;
	flex: none;
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 500;
	color: var(--color-lime);
}

.split__item-text {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

/* App download buttons — silver (iOS) and lime (Android) */
.btn-app {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	font-family: var(--font-ui);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.btn-app .icon {
	flex: none;
}

.btn-app--silver {
	padding: 6px 12px 6px 8px;
	background: var(--gradient-silver);
	color: #1d1d1d;
}

.btn-app--silver .icon {
	color: #121212;
}

.btn-app--lime {
	padding: 6px 12px 6px 10px;
	border: 1px solid #fff;
	background: var(--gradient-lime);
	color: #121212;
}

.btn-app--lime .icon {
	color: #121212;
}

/* Slider variant of the media panel */
.split-slider {
	position: relative;
}

.split-slider .swiper-slide {
	line-height: 0;
}

/* Lime pill pagination, overriding Swiper's blue dots. The slides are phone mockups with
   bright screens, so the bullets sit on their own dark pill to stay legible. */
/* Three classes deep on purpose: swiper-bundle.css is enqueued after this file and its
   `.swiper-pagination-bullets.swiper-pagination-horizontal { width: 100% }` would
   otherwise stretch the pill across the whole panel. */
.split-slider > .split-slider__pagination.swiper-pagination {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: max-content;
	max-width: calc(100% - 32px);
	margin: 0 auto;
	padding: 8px 12px;
	border-radius: 100px;
	background: rgba(3, 5, 12, .6);
	border: 1px solid var(--color-hairline);
	backdrop-filter: blur(6px);
	line-height: 0;
}

/* Reviews pagination sits below the row rather than over it. */
.reviews__slider > .reviews-slider__pagination.swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 28px;
	line-height: 0;
}

.split-slider__pagination .swiper-pagination-bullet,
.reviews-slider__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0;
	border-radius: 100px;
	background: rgba(255, 255, 255, .45);
	opacity: 1;
	transition: width .25s ease, background .25s ease;
}

.split-slider__pagination .swiper-pagination-bullet:hover,
.reviews-slider__pagination .swiper-pagination-bullet:hover {
	background: rgba(123, 255, 0, .7);
}

.split-slider__pagination .swiper-pagination-bullet-active,
.reviews-slider__pagination .swiper-pagination-bullet-active {
	width: 26px;
	background: var(--color-lime);
}

/* ---------- Promotions ---------- */

.promo {
	background: var(--color-deep);
	padding: 100px 0;
}

.promo__head {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 40px;
}

.promo__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(123, 255, 0, .7);
}

.promo__title {
	font-family: var(--font-ui);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.promo__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	filter: drop-shadow(0 4px 3.5px rgba(0, 0, 0, .25)) drop-shadow(0 6px 7px rgba(0, 0, 0, .25));
}

.promo-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 40px;
	border-radius: 20px;
	overflow: hidden;
	background: var(--gradient-surface-lime);
}

.promo-card--dark {
	background: var(--gradient-surface-dark);
}

.promo-card__head {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.promo-card__kicker {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #000;
}

.promo-card--dark .promo-card__kicker {
	color: var(--color-lime);
}

.promo-card__heading {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -.5px;
	line-height: 1.2;
	color: #000;
}

.promo-card__terms {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4286;
	color: #000;
}

.promo-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

/* The inverted card keeps light text on its dark surface. */
.promo-card--dark .promo-card__heading,
.promo-card--dark .promo-card__link {
	color: #fff;
}

.promo-card--dark .promo-card__terms {
	font-size: 12px;
	line-height: 1.6667;
	color: #8a99ad;
}

.icon--sm {
	width: 16px;
	height: 16px;
	flex: none;
}

/* ---------- Security & trust ---------- */

.trust {
	background: var(--color-deep);
	padding: 80px 0;
}

.trust__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-bottom: 50px;
}

/* new.pen has this eyebrow set to #000 left over from a lime section fill that is
   switched off, which would render it invisible — using the section accent instead. */
.trust__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-lime);
}

.trust__title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.trust-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.trust-item__badge {
	width: 120px;
	height: 120px;
	flex: none;
	line-height: 0;
}

.trust-item__badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.trust-item__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.trust-item__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.trust-item__text {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4286;
	text-align: center;
	color: #fff;
}

/* ---------- Reviews ----------
   Not present in new.pen — composed from the same card language as the other sections. */

.reviews {
	background: var(--color-deep);
	padding: 100px 0;
}

.reviews__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 50px;
}

.reviews__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-lime);
}

.reviews__title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

/* Slider rather than a static grid — Swiper sizes the slides, so no grid here. */
.reviews__slider {
	overflow: hidden;
}

/* height:auto lets the cards stretch to the tallest slide instead of Swiper's default
   fixed height, so the author rows line up across the row. */
.reviews__slider .swiper-slide {
	height: auto;
}

.review-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 28px;
	border-radius: 16px;
	border-left: 1px solid #7bfe01;
	background: var(--gradient-surface-dark);
	box-sizing: border-box;
}

.review-card__stars {
	display: flex;
	gap: 2px;
	color: var(--color-lime);
}

.review-card__stars .icon--star {
	width: 16px;
	height: 16px;
}

.review-card__stars .icon--star-empty {
	color: rgba(255, 255, 255, .3);
}

.review-card__text {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5714;
	color: #fff;
	flex: 1 1 auto;
}

.review-card__author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(43, 186, 0, .18);
}

.review-card__avatar {
	width: 40px;
	height: 40px;
	flex: none;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(123, 255, 0, .12);
	line-height: 0;
}

.review-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-card__initial {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: var(--color-lime);
}

.review-card__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.review-card__name {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.review-card__sub {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 400;
	color: #8a99ad;
}

/* ---------- FAQ ---------- */

.faq {
	background: var(--color-deep);
	padding: 100px 0;
}

.faq__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 50px;
}

.faq__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-lime);
}

.faq__title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq-item {
	border-radius: 12px;
	border-left: 1px solid #7bfe01;
	background: var(--gradient-surface-dark);
	overflow: hidden;
}

.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 24px;
	text-align: left;
	color: #fff;
}

.faq-item__q {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.faq-item__chevron {
	width: 20px;
	height: 20px;
	flex: none;
	color: #7bfe01;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-item__chevron .icon {
	width: 20px;
	height: 20px;
}

/* Only one of the two chevrons shows, depending on the open state. */
.faq-item .icon--chevron-up,
.faq-item.is-open .icon--chevron-down {
	display: none;
}

.faq-item.is-open .icon--chevron-up {
	display: block;
}

.faq-item__body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .28s ease;
}

.faq-item.is-open .faq-item__body {
	grid-template-rows: 1fr;
}

/* The wrapper does the clipping so the answer's padding collapses with it. min-height:0
   is required — grid items default to min-height:auto and refuse to shrink below their
   content height, which would defeat the 0fr collapse. */
.faq-item__body-inner {
	overflow: hidden;
	min-height: 0;
}

.faq-item__a {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5714;
	color: #8a99ad;
	padding: 0 24px 24px;
}

/* ---------- Final CTA ---------- */

.fcta {
	position: relative;
	overflow: hidden;
	background: var(--color-deep);
	padding: 100px 0;
}

/* Soft lime bloom behind the heading. */
.fcta__orb {
	position: absolute;
	top: 81px;
	left: 50%;
	width: 513px;
	height: 342px;
	margin-left: -256px;
	border-radius: 50%;
	opacity: .11;
	background: linear-gradient(180deg, #54e500 0%, rgba(47, 127, 0, 0) 100%);
	filter: blur(90px);
	pointer-events: none;
}

.fcta__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.fcta__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	max-width: 843px;
}

.fcta__eyebrow {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-lime);
}

.fcta__title {
	font-family: var(--font-ui);
	font-size: 48px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.fcta__text {
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #8a99ad;
}

.fcta__badges {
	display: flex;
	gap: 16px;
}

.fcta__note {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-display);
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

/* Solid-lime badge variant used by the final CTA */
.store-badge--lime {
	background: var(--color-lime);
	border: 0;
	color: #131313;
}

.store-badge--lime:hover {
	background: #8fff26;
}

.store-badge--lime .store-badge__icon {
	width: 30px;
	height: 30px;
	color: #131313;
}

.store-badge--lime .store-badge__icon .icon {
	width: 30px;
	height: 30px;
}

.store-badge--lime .store-badge__caption {
	font-family: var(--font-display);
	font-size: 12px;
	color: #272727;
}

.store-badge--lime .store-badge__label {
	font-family: var(--font-ui);
	font-size: 19px;
	font-weight: 600;
	color: #131313;
}

/* ---------- Responsive ---------- */

@media (max-width: 1279px) {
	.hero__inner {
		gap: 60px;
	}

	.hero__title {
		font-size: 52px;
	}

	.hero__visual {
		flex-basis: 380px;
		width: 380px;
	}
}

@media (max-width: 1023px) {
	.hero {
		padding-top: 120px;
	}

	.hero__inner {
		flex-direction: column;
		gap: 16px;
	}

	.hero__title {
		font-size: 40px;
	}

	.hero__desc {
		font-size: 16px;
	}

	/* On mobile the artwork becomes a faded backdrop in the bottom-right corner rather
	   than a stacked block, so the copy stays above the fold. */
	.hero__visual {
		flex-basis: auto;
		width: 100%;
		max-width: 253px;
		align-self: center;
		position: absolute;
		z-index: -1;
		bottom: 0;
		right: 0;
		opacity: 0.4;
	}

	.hero__bg {
		height: 100%;
	}

	.steps {
		padding: 64px 0;
	}

	.steps__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.steps__title {
		font-size: 30px;
	}

	.features {
		padding: 64px 0 80px;
	}

	.features__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.features__title {
		font-size: 30px;
	}

	.split__inner,
	.split--media-right .split__inner {
		flex-direction: column;
	}

	.split__media {
		flex-basis: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 670 / 631;
	}

	.split__panel {
		flex-basis: auto;
		width: 100%;
		padding: 40px 16px 56px;
	}

	.split__body {
		gap: 28px;
		max-width: none;
	}

	.split__title {
		font-size: 28px;
	}

	.split__text {
		font-size: 16px;
	}

	.split__item-text {
		font-size: 17px;
	}

	.promo,
	.faq {
		padding: 64px 0;
	}

	.trust {
		padding: 56px 0;
	}

	.promo__grid,
	.trust__grid,
	.reviews__grid,
	.page-toc__list {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.page-toc__list {
		gap: 12px;
	}

	.reviews {
		padding: 64px 0;
	}

	.reviews__title {
		font-size: 28px;
	}

	.promo-card {
		padding: 28px;
	}

	.promo__title,
	.trust__title,
	.faq__title {
		font-size: 28px;
	}

	.promo-card__heading {
		font-size: 26px;
	}

	.fcta {
		padding: 64px 0;
	}

	.fcta__title {
		font-size: 32px;
	}

	.fcta__badges {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	.trust__grid,
	.reviews__grid,
	.page-toc__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.features__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 599px) {
	.hero__title {
		font-size: 32px;
	}

	.hero__badges {
		flex-wrap: wrap;
	}
}
