/*
 * /sl/zakaj-mi/ body styles.
 *
 * Transcribed verbatim from the design source, in SOURCE ORDER, and limited to
 * declarations this page needs that the shell and service bundles do not
 * already carry. The gap was measured rather than guessed: 178 source rules
 * match something inside <main> on this page, and only what was genuinely
 * missing is here.
 *
 * Presence was checked per property, per breakpoint and per selector part. The
 * last one matters: `.split, .contact-grid` is half present -- the theme has
 * `.split` -- and re-declaring the whole rule here would land LATER in the
 * cascade than the theme's own override and quietly change an accepted page.
 * Only the missing halves are kept, and dropping a part that matches nothing
 * on this page changes no cascade.
 *
 * SOME RULES USED TO APPEAR HERE AND IN OTHER PAGE STYLESHEETS. The closing
 * call-to-action band was in five of them, byte for byte, and Slice 8 moved it
 * to assets/css/shared.css, which every page carrying that band now loads
 * between the service bundle and its own file -- the position those rules
 * already occupied, so the extraction moved code and not the cascade.
 *
 * What remains duplicated is duplicated on purpose. The earlier version of this
 * note predicted the homepage would be the THIRD user of `.process-card`,
 * `.step` and `.section-dark`; re-measuring in Slice 8 found that results.css
 * and reference.css never carried copies of them at all, so the homepage is the
 * second. Two users is under the threshold this project set, the files never
 * load together, and each stays a faithful transcription of one page in source
 * order. When a third page genuinely needs them, extraction is the right move
 * and this is the note to do it.
 */

.section-dark {
	color: var(--white); background: var(--navy);
}
.section-dark .eyebrow {
	color: #70d9ee;
}
.process-card {
	position: relative; padding: 36px; border-left: 1px solid var(--line);
}
.step {
	margin-bottom: 20px; color: transparent; background: var(--gradient); background-clip: text; font-size: 42px; font-weight: 900;
}
.section-dark {
	position: relative;
	overflow: hidden;
	background:
	radial-gradient(circle at 10% 15%, rgba(40,117,255,.22), transparent 30rem),
	radial-gradient(circle at 88% 78%, rgba(0,194,232,.16), transparent 26rem),
	#050d1f;
}
.section-dark::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	opacity: .22;
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.process-card {
	padding: 42px 32px;
	border: 1px solid var(--line);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(11,20,40,.05);
	transition: transform .3s, box-shadow .3s;
}
.step {
	font-size: 54px;
	letter-spacing: -0.036em;
}
.process-section {
	background:
	linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.94)),
	linear-gradient(rgba(40,117,255,.07) 1px, transparent 1px),
	linear-gradient(90deg, rgba(40,117,255,.07) 1px, transparent 1px);
	background-size: auto, 54px 54px, 54px 54px;
}
.process-grid {
	counter-reset: process;
}
.process-card {
	min-height: 350px;
	display: flex;
	flex-direction: column;
}
.process-card .lead {
	margin-top: auto;
	font-size: 14px;
}
.values-grid {
	align-items: stretch;
}
.value-card {
	min-height: 330px;
	padding: 42px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	border-radius: 30px;
	background:
	radial-gradient(circle at 100% 0, rgba(40,117,255,.1), transparent 14rem),
	#fff;
	box-shadow: 0 18px 50px rgba(11,20,40,.065);
	transition: transform .3s, box-shadow .3s, border-color .3s;
}
.value-card:hover {
	border-color: rgba(40,117,255,.22);
	box-shadow: 0 30px 75px rgba(11,20,40,.12);
	transform: translateY(-7px);
}
.value-card > span {
	color: transparent;
	background: var(--gradient);
	background-clip: text;
	font-size: 54px;
	font-weight: 900;
	letter-spacing: -0.036em;
}
.value-card h3 {
	margin: auto 0 14px; font-size: 24px;
}
.value-card p {
	margin: 0; color: var(--muted);
}
.promise-section h2 {
	margin-bottom: 0;
}
.promise-copy {
	padding: 38px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 28px;
	background: rgba(255,255,255,.055);
	backdrop-filter: blur(12px);
}
.promise-copy p {
	margin: 0; color: rgba(255,255,255,.68); font-size: 18px;
}
@media (max-width: 680px) {
	.process-card {
		min-height: 290px;
	}
}
@media (max-width: 680px) {
	.value-card {
		min-height: 285px; padding: 34px 28px;
	}
}
.process-section {
	background: #fff;
}
.process-card {
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(8,24,52,.05);
}
.process-card:hover {
	box-shadow: 0 20px 48px rgba(8,24,52,.1);
	transform: translateY(-4px);
}
.value-card {
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 38px rgba(8,24,52,.065);
}
.value-card:hover {
	box-shadow: 0 22px 52px rgba(8,24,52,.11);
	transform: translateY(-4px);
}
@media (max-width: 1020px) {
	.process-card {
		min-height: 285px;
		padding: 32px 27px;
	}
}
@media (max-width: 680px) {
	.process-card {
		min-height: 250px;
	}
}
.process-section {
	padding-block: 82px;
}
.process-section .section-heading {
	max-width: none;
	margin-bottom: 38px;
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
	column-gap: 64px;
	align-items: end;
}
.process-section .section-heading .eyebrow {
	grid-column: 1;
}
.process-section .section-heading h2 {
	grid-column: 1;
	font-size: clamp(42px, 4.6vw, 64px);
	line-height: 1;
}
.process-section .section-heading .lead {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: end;
	max-width: 720px;
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.65;
}
.process-section .process-grid {
	gap: 14px;
}
.process-section .process-card {
	min-height: 248px;
	padding: 28px 26px;
	border-radius: 20px;
}
.process-section .process-card .step {
	margin-bottom: 16px;
	font-size: 44px;
}
.process-section .process-card .card-label {
	margin-bottom: 10px !important;
}
.process-section .process-card h3 {
	margin-bottom: 12px;
	font-size: 20px;
}
.process-section .process-card .lead {
	font-size: 13px;
	line-height: 1.62;
}
@media (max-width: 760px) {
	.process-section {
		padding-block: 58px;
	}
}
@media (max-width: 760px) {
	.process-section .section-heading {
		margin-bottom: 30px;
		display: block;
	}
}
@media (max-width: 760px) {
	.process-section .section-heading h2 {
		font-size: clamp(38px, 11vw, 48px);
	}
}
@media (max-width: 760px) {
	.process-section .section-heading .lead {
		margin-top: 18px;
	}
}
@media (max-width: 760px) {
	.process-section .process-card {
		min-height: 220px;
		padding: 25px 23px;
	}
}
