.lorrai-service-page {
	background:
		radial-gradient(circle at top right, rgba(0, 87, 217, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.lorrai-container {
	width: min(calc(100% - 40px), 1120px);
	margin: 0 auto;
}

.lorrai-hero,
.lorrai-section {
	padding: 3.9rem 0;
}

.lorrai-section-alt {
	background: rgba(240, 247, 255, 0.75);
}

.lorrai-hero-grid,
.lorrai-card-grid,
.lorrai-check-grid,
.lorrai-faq {
	display: grid;
	gap: 1.5rem;
}

.lorrai-hero-grid {
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
}

.lorrai-eyebrow {
	margin: 0 0 0.9rem;
	color: #0057d9;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.lorrai-hero h1,
.lorrai-section h2,
.lorrai-cta-band h2,
.lorrai-case-study h2,
.lorrai-trust-box h2 {
	margin: 0;
	line-height: 1.14;
	color: #0b1220;
}

.lorrai-hero h1 {
	font-size: clamp(2.4rem, 4.4vw, 3.2rem);
	max-width: 14ch;
	letter-spacing: -0.03em;
}

.lorrai-hero-subline,
.lorrai-problem-card,
.lorrai-process-step,
.lorrai-case-study-row,
.lorrai-trust-box,
.lorrai-faq-item,
.lorrai-cta-band {
	font-size: 0.99rem;
	line-height: 1.65;
	color: #4b5563;
}

.lorrai-hero-subline {
	margin-top: 1rem;
	max-width: 46rem;
}

.lorrai-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.lorrai-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.8rem 1.1rem;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 700;
	font-size: 0.97rem;
	text-decoration: none;
}

.lorrai-btn-primary {
	background: linear-gradient(135deg, #0057d9, #0066ff);
	color: #fff;
	box-shadow: 0 12px 26px rgba(0, 87, 217, 0.16);
}

.lorrai-btn-primary:hover,
.lorrai-btn-primary:focus-visible {
	color: #fff;
}

.lorrai-btn-secondary {
	background: #fff;
	color: #0b1220;
	border-color: #d8e1ee;
}

.lorrai-problem-card,
.lorrai-check-item,
.lorrai-process-step,
.lorrai-case-study,
.lorrai-trust-box,
.lorrai-faq-item,
.lorrai-cta-band {
	background: #fff;
	border: 1px solid #deE7f2;
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(11, 18, 32, 0.05);
}

.lorrai-case-study,
.lorrai-trust-box,
.lorrai-cta-band {
	padding: 1.5rem;
}

.lorrai-case-study h2,
.lorrai-trust-box h2,
.lorrai-cta-band h2 {
	margin-bottom: 0.8rem;
	font-size: 1.3rem;
}

.lorrai-trust-box ul {
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.7rem;
}

.lorrai-trust-box li {
	position: relative;
	padding-left: 1.1rem;
}

.lorrai-trust-box li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62rem;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: #0057d9;
}

.lorrai-section-head {
	margin-bottom: 1.15rem;
}

.lorrai-section-head h2 {
	font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.lorrai-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.lorrai-problem-card,
.lorrai-faq-item {
	padding: 1.2rem;
}

.lorrai-problem-card h3,
.lorrai-process-step h3,
.lorrai-case-study-row h3,
.lorrai-faq-item h3 {
	margin: 0 0 0.6rem;
	color: #0b1220;
	font-size: 1.08rem;
}

.lorrai-check-grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.8rem;
}

.lorrai-check-item {
	padding: 0.9rem 1rem;
	font-weight: 600;
	color: #0b1220;
}

.lorrai-process {
	display: grid;
	gap: 0.85rem;
}

.lorrai-process-step {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 0.9rem;
	padding: 1.2rem;
}

.lorrai-process-index {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #eff6ff;
	color: #0057d9;
	font-size: 1.15rem;
	font-weight: 800;
}

.lorrai-case-study {
	display: grid;
	gap: 0.85rem;
}

.lorrai-case-study-row {
	padding-top: 0.85rem;
	border-top: 1px solid #e5edf6;
}

.lorrai-faq {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lorrai-cta-band {
	display: grid;
	gap: 0.8rem;
	background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.lorrai-hero-subline > *:first-child,
.lorrai-problem-card > *:first-child,
.lorrai-process-step div > *:first-child,
.lorrai-case-study-row > *:first-child,
.lorrai-trust-box > *:first-child,
.lorrai-faq-item > *:first-child,
.lorrai-cta-band > *:first-child {
	margin-top: 0;
}

.lorrai-hero-subline > *:last-child,
.lorrai-problem-card > *:last-child,
.lorrai-process-step div > *:last-child,
.lorrai-case-study-row > *:last-child,
.lorrai-trust-box > *:last-child,
.lorrai-faq-item > *:last-child,
.lorrai-cta-band > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.lorrai-hero-grid,
	.lorrai-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.lorrai-hero,
	.lorrai-section {
		padding: 3rem 0;
	}

	.lorrai-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lorrai-btn {
		width: 100%;
	}

	.lorrai-process-step {
		grid-template-columns: 1fr;
	}

	.lorrai-hero h1 {
		font-size: clamp(2rem, 8.8vw, 2.6rem);
	}
}
