/* ── Solution / LP page ──────────────────────────────────── */

/* Outer wrapper */
.page-solution {
	overflow: hidden;
}

/* ── Hero ────────────────────────────────────────────────── */
.hero {
	position: relative;
	min-height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #01010c;
}

/* background image + overlays */
.hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero__bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.hero__bg-overlay {
	position: absolute;
	inset: 0;
}

/* center content */
.hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
	max-width: 918px;
	padding: 0 20px;
	text-align: center;
	margin-top: -76px; /* visual center offset above coverage strip */
}

.hero__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	color: #fff;
}

.hero__title {
	font-size: 62px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.24px;
	color: #fff;
}

.hero__subtitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
	max-width: 672px;
}

/* coverage strip */
.hero__coverage {
	position: absolute;
	bottom: 52px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: max-content;
}

.hero__coverage-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

.hero__coverage-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 48px;
}

.hero__coverage-item {
	display: flex;
	align-items: center;
	gap: 48px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
	white-space: nowrap;
}

.hero__dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	flex-shrink: 0;
}

/* ── Features ────────────────────────────────────────────── */
.features {
	padding-top: 140px;
	padding-bottom: 70px;
}

.features__content {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

/* Header card */
.features__header {
	background: var(--color-beige);
	border-radius: var(--radius-card);
	padding: 52px;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	min-height: 256px;
	box-sizing: border-box;
}

.features__title {
	flex: 0 0 calc(50% - 30px);
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	color: var(--color-black);
}

.features__desc {
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
	padding-top: 6px;
}

/* Cards grid */
.features__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.features__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	min-height: 302px;
	padding: 32px;
	border: 1px solid rgba(24, 31, 31, 0.08);
	border-radius: var(--radius-card);
	box-sizing: border-box;
}

.features__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: var(--color-beige);
	border-radius: var(--radius-card-sm);
	padding: 10px;
	flex-shrink: 0;
	box-sizing: border-box;
}

.features__card-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.features__card-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.features__card-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.56px;
	color: var(--color-black);
}

.features__card-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
}

/* ── Types ───────────────────────────────────────────────── */
.types {
	padding: 70px 32px;
}

.types__banner {
	max-width: 1380px;
	margin: 0 auto;
	background: #e4ebf5;
	border-radius: var(--radius-card);
	padding: 72px 32px 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 52px;
}

.types__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	text-align: center;
	color: var(--color-black);
	max-width: 504px;
}

.types__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 22px;
	width: 100%;
	max-width: 1120px;
}

.types__card {
	background: #fff;
	border-radius: var(--radius-card);
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 351px;
}

.types__card-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #e4ebf5;
	border-radius: var(--radius-card-sm);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.22px;
	color: var(--color-black);
	flex-shrink: 0;
}

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

.types__card-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.22px;
	color: var(--color-black);
}

.types__card-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
}

/* ── Who Uses ────────────────────────────────────────────── */
.who-uses {
	padding-top: 70px;
	padding-bottom: 70px;
}

.who-uses__content {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.who-uses__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
}

.who-uses__title {
	flex: 0 0 416px;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	color: var(--color-black);
}

.who-uses__desc {
	flex: 0 0 448px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
	padding-top: 6px;
}

/* Main card */
.who-uses__card {
	position: relative;
	min-height: 494px;
	overflow: hidden;
	background: var(--color-beige);
	border-radius: var(--radius-card);
}

.who-uses__card-left {
	position: absolute;
	left: 32px;
	top: 32px;
	width: 416px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.who-uses__card-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.56px;
	color: var(--color-dark-brown);
}

/* WYSIWYG list */
.who-uses__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.who-uses__list ul li {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-dark-brown);
}

.who-uses__list ul li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='3' fill='%23565447'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 2px;
}

/* Quote box */
.who-uses__card-quote {
	position: absolute;
	right: 14px;
	top: 14px;
	bottom: 14px;
	width: 527px;
	background: #e2e0d3;
	border-radius: 14px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.who-uses__quote {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.22px;
	color: var(--color-dark-brown);
}

.who-uses__quote-author {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-dark-brown);
}

/* ── Included ────────────────────────────────────────────── */
.included {
	padding: 70px 20px;
}

.included__banner {
	max-width: 1380px;
	margin: 0 auto;
	background: #f3f8e7;
	border-radius: var(--radius-card);
	padding: 60px 120px 100px;
	overflow: hidden;
}

.included__content {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

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

.included__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	color: var(--color-black);
	max-width: 544px;
}

.included__desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
	max-width: 460px;
}

.included__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

/* WYSIWYG checklist */
.included__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.included__list ul li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-block: 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: #5c634c;
}

.included__list ul li::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M5 12.5l5 5 9-9' stroke='%235c634c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

/* Right image */
.included__image-wrap {
	flex: 0 0 48%;
	height: 504px;
	border-radius: 24px;
	overflow: hidden;
}

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

/* ── Use Cases ───────────────────────────────────────────── */
.use-cases {
	padding-top: 70px;
	padding-bottom: 70px;
}

.use-cases__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 56px;
}

.use-cases__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.use-cases__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	color: var(--color-black);
	max-width: 544px;
}

.use-cases__desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
	max-width: 330px;
}

.use-cases__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	width: 100%;
}

.use-cases__card {
	border: 1px solid rgba(24, 31, 31, 0.08);
	border-radius: var(--radius-card);
	padding: 32px;
	display: flex;
	align-items: center;
}

.use-cases__card-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.22px;
	color: var(--color-black);
}

/* CTA card */
.use-cases__cta {
	background: #e3fca9;
	border-radius: var(--radius-card);
	padding: 25px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
	border: none;
	text-align: left;
}

.use-cases__cta:hover {
	background: #d4f090;
}

.use-cases__cta-text {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.22px;
	color: var(--color-black);
}

.use-cases__cta-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--color-black);
	flex-shrink: 0;
}

/* ── CTA ─────────────────────────────────────────────────── */
.sol-cta {
	padding-top: 70px;
	padding-bottom: 70px;
}

.sol-cta__banner {
	background: #f3f8e7;
	border-radius: var(--radius-card);
	padding: 72px;
}

.sol-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
}

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

.sol-cta__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	color: var(--color-black);
}

.sol-cta__desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
	max-width: 460px;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 1023px) {
	.sol-cta__banner {
		padding: 52px 40px;
	}

	.sol-cta__title {
		font-size: 32px;
	}

	.use-cases__title {
		font-size: 32px;
	}

	.use-cases__card {
		padding: 24px;
	}

	.use-cases__card-title {
		font-size: 18px;
	}

	.use-cases__cta {
		padding: 20px 24px;
	}

	.use-cases__cta-text {
		font-size: 18px;
	}

	.included {
		padding: 50px 24px;
	}

	.included__banner {
		padding: 52px 48px 72px;
	}

	.included__title {
		font-size: 32px;
	}

	.included__image-wrap {
		height: 360px;
	}

	.included__list ul li {
		font-size: 16px;
	}

	.who-uses {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.who-uses__header {
		gap: 40px;
	}

	.who-uses__title {
		flex: 0 0 340px;
		font-size: 32px;
	}

	.who-uses__desc {
		flex: 1;
	}

	.who-uses__card {
		min-height: auto;
		overflow: visible;
		display: flex;
		flex-direction: row;
		gap: 16px;
		padding: 24px;
	}

	.who-uses__card-left {
		position: static;
		width: auto;
		flex: 1;
	}

	.who-uses__card-quote {
		position: static;
		width: 340px;
		flex-shrink: 0;
	}

	.types {
		padding: 50px 24px;
	}

	.types__banner {
		padding: 52px 24px 80px;
		gap: 40px;
	}

	.types__title {
		font-size: 32px;
	}

	.types__card {
		min-height: auto;
		padding: 24px;
		gap: 32px;
	}

	.types__card-title {
		font-size: 18px;
	}

	.features {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.features__header {
		padding: 40px;
		gap: 40px;
		min-height: auto;
	}

	.features__card-title {
		font-size: 22px;
	}

	.hero {
		min-height: 640px;
	}

	.hero__title {
		font-size: 48px;
		letter-spacing: -0.96px;
	}

	.hero__subtitle {
		font-size: 16px;
	}

	.hero__coverage {
		bottom: 32px;
	}

	.hero__coverage-list {
		gap: 24px;
	}

	.hero__coverage-item {
		gap: 24px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.sol-cta {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sol-cta__banner {
		padding: 40px 24px;
		border-radius: 16px;
	}

	.sol-cta__title {
		font-size: 28px;
	}

	.sol-cta__content {
		gap: 32px;
	}

	.use-cases {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.use-cases__title {
		font-size: 28px;
	}

	.use-cases__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.use-cases__card {
		padding: 20px;
	}

	.use-cases__card-title {
		font-size: 16px;
	}

	.use-cases__cta {
		padding: 18px 20px;
	}

	.use-cases__cta-text {
		font-size: 16px;
	}

	.included {
		padding: 40px 16px;
	}

	.included__banner {
		padding: 40px 24px 60px;
		border-radius: 16px;
	}

	.included__title {
		font-size: 28px;
	}

	.included__body {
		flex-direction: column;
		gap: 32px;
	}

	.included__image-wrap {
		flex: none;
		width: 100%;
		height: 260px;
		border-radius: 16px;
	}

	.included__list ul li {
		font-size: 15px;
		padding-block: 12px;
	}

	.who-uses {
		padding-top: 40px;
		padding-bottom: 40px;
	}

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

	.who-uses__title {
		flex: none;
		font-size: 28px;
	}

	.who-uses__desc {
		flex: none;
	}

	.who-uses__card {
		flex-direction: column;
		padding: 16px;
		gap: 12px;
	}

	.who-uses__card-quote {
		width: 100%;
		padding: 20px;
		gap: 24px;
	}

	.types {
		padding: 40px 16px;
	}

	.types__banner {
		padding: 40px 16px 60px;
		gap: 32px;
		border-radius: 16px;
	}

	.types__title {
		font-size: 28px;
	}

	.types__cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.types__card {
		gap: 24px;
	}

	.features {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.features__header {
		flex-direction: column;
		gap: 16px;
		padding: 32px 24px;
	}

	.features__title {
		flex: none;
		font-size: 28px;
	}

	.features__cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.features__card {
		min-height: auto;
		gap: 24px;
	}

	.hero {
		min-height: 500px;
		justify-content: flex-start;
		padding-top: 100px;
		padding-bottom: 40px;
		gap: 40px;
	}

	.hero__inner {
		margin-top: 0;
		gap: 24px;
	}

	.hero__title {
		font-size: 38px;
		letter-spacing: -0.76px;
	}

	.hero__subtitle {
		font-size: 15px;
	}

	.hero__coverage {
		position: static;
		transform: none;
		left: auto;
		bottom: auto;
		padding: 0 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.hero__coverage-list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px 20px;
	}

	.hero__coverage-item {
		gap: 20px;
		font-size: 14px;
		white-space: normal;
	}
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq {
	padding: 70px 20px;
}

.faq__banner {
	max-width: 1380px;
	margin: 0 auto;
	background: #e4ebf5;
	border-radius: var(--radius-card);
	padding: 72px;
	overflow: hidden;
}

.faq__content {
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.faq__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.76px;
	color: var(--color-black);
	text-align: center;
}

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

.faq__item {
	background: #fff;
	border: 1px solid rgba(24, 31, 31, 0.08);
	border-radius: var(--radius-card-sm);
	overflow: hidden;
}

.faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 18px 26px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-black);
}

.faq__question span:first-child {
	flex: 1;
}

.faq__icon {
	flex-shrink: 0;
	position: relative;
	width: 15.5px;
	height: 15.5px;
}

.faq__icon::before,
.faq__icon::after {
	content: '';
	position: absolute;
	background: var(--color-black);
	border-radius: 2px;
}

/* horizontal bar — always visible */
.faq__icon::before {
	width: 15.5px;
	height: 1.5px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* vertical bar — visible only when collapsed */
.faq__icon::after {
	width: 1.5px;
	height: 15.5px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: opacity 0.2s;
}

.faq__item.is-open .faq__icon::after {
	opacity: 0;
}

.faq__answer-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
}

.faq__item.is-open .faq__answer-wrap {
	grid-template-rows: 1fr;
}

.faq__answer {
	overflow: hidden;
	min-height: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(24, 31, 31, 0.8);
}

.faq__answer p {
	margin: 0;
	padding: 0 26px 16px;
}

/* ── FAQ — tablet ≤1023px ─────────────────────────────────── */
@media (max-width: 1023px) {
	.faq__banner {
		padding: 48px 40px;
	}
}

/* ── FAQ — mobile ≤767px ──────────────────────────────────── */
@media (max-width: 767px) {
	.faq {
		padding: 40px 20px;
	}

	.faq__banner {
		padding: 40px 24px;
	}

	.faq__content {
		gap: 32px;
	}

	.faq__title {
		font-size: 28px;
		letter-spacing: -0.56px;
	}

	.faq__question {
		font-size: 16px;
		padding: 16px 20px;
	}

	.faq__answer p {
		padding: 0 20px 16px;
	}
}

/* ── Typography tokens (LP-specific) ─────────────────────── */
/* H1: 62px / 600 / lh 1.1 / ls -1.24px */
/* H2: 38px / 600 / lh 1.15 / ls -0.76px */
/* H3: 28px / 600 / lh 1.15 / ls -0.56px */
/* H4: 22px / 600 / lh 1.15 / ls -0.22px */
/* body-L: 18px / 500 / lh 1.6 */
/* body-S: 14px / 400 / lh 1.6 */
/* s-medium: 14px / 500 / lh 1.6 */

/* ── Color tokens (LP-specific) ──────────────────────────── */
/* --lp-blue:       #e4ebf5  */
/* --lp-green:      #f3f8e7  */
/* --lp-beige:      #f6f4e7  */
/* --lp-beige-warm: #e9e0a8  */
/* --lp-beige-dark: #e2e0d3  */
/* --lp-green-btn:  #e3fca9  */
/* --lp-green-dark: #5c634c  */
/* --lp-dark-brown: #565447  */
/* --lp-link:       #447de0  */
