/* =====================================
   Lower Page: purpose/start
   ===================================== */

.pg-start {
	--start-section-gap: clamp(2.2rem, 5vw, 3.8rem);
	--start-section-gap-lg: calc(var(--start-section-gap) * 1.5);
	line-break: strict;
	overflow-wrap: anywhere;
	word-break: normal;
}

.pg-start .ly-lower {
	padding: 0 0 var(--start-section-gap-lg);
	background: #ececec;
	overflow: hidden;
}






.start-support,
.start-achievement,
.start-model,
.start-flow,
.start-cta {
	width: min(100%, clamp(72rem, 90vw, 120rem));
	margin-inline: auto;
}

.start-catch {
	width: min(100%, clamp(72rem, 90vw, 120rem));
	margin: clamp(1.4rem, 3.2vw, 2.4rem) auto 0;
}

.start-catch__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 700;
	line-height: 1.42;
	color: #231815;
}

.start-catch__title span {
	display: inline-block;
	margin-inline: clamp(0.2rem, 0.6vw, 0.4rem);
	padding-inline: clamp(0.4rem, 0.95vw, 0.7rem);
	background: #d61f26;
	color: #ffe200;
	line-height: 1.1;
}

.start-support {
	margin-top: clamp(2.4rem, 6vw, 4.6rem);
}

.start-support__inner {
	width: 100%;
	max-width: min(100%, 75rem);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 45%);
	gap: clamp(1.2rem, 2.6vw, 2.6rem);
	align-items: center;
	padding-bottom: clamp(1.2rem, 2.2vw, 2rem);
}

.start-support__lead {
	margin: 0;
	color: #d61f26;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.2rem, 2.3vw, 1.9rem);
	font-weight: 700;
	line-height: 1.3;
}

.start-support__title {
	margin: clamp(0.2rem, 0.8vw, 0.6rem) 0 0;
	padding-bottom: clamp(0.6rem, 1.2vw, 1rem);
	border-bottom: 1px solid #1f1b1a;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.6vw, 1.9rem);
	font-weight: 700;
	line-height: 1.3;
	color: #1f1b1a;
}

.start-support__text {
	margin: clamp(1rem, 2vw, 1.5rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	font-weight: 400;
	line-height: 1.65;
	color: #1f1b1a;
}

.start-support__media {
	margin: 0;
	border-radius: clamp(1rem, 2vw, 1.6rem);
	overflow: hidden;
}

.start-support__media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.start-achievement {
	width: 100%;
	margin-top: clamp(2.2rem, 5vw, 3.8rem);
	background: #c9c9c9;
	border-radius: clamp(2rem, 5vw, 4rem);
	overflow: hidden;
}

.start-achievement__inner {
	width: 100%;
	max-width: min(100%, 75rem);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 44%);
	gap: clamp(1.4rem, 2.8vw, 2.6rem);
	align-items: center;
	padding: clamp(1.8rem, 4vw, 3rem) clamp(2.4rem, 5vw, 4rem);
}

.start-achievement__title {
	margin: 0;
}

.start-achievement__title span {
	display: inline-block;
	padding: clamp(0.2rem, 0.6vw, 0.5rem) clamp(0.5rem, 1.2vw, 0.9rem);
	border-radius: clamp(0.35rem, 0.8vw, 0.6rem);
	background: #d61f26;
	color: #fff;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.4rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.04em;
}

.start-achievement__meta {
	margin: clamp(0.5rem, 1vw, 0.8rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	font-weight: 700;
	line-height: 1.5;
	color: #1f1b1a;
}

.start-achievement__text {
	margin: clamp(1rem, 1.8vw, 1.4rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	font-weight: 700;
	line-height: 1.65;
	color: #1f1b1a;
}

.start-achievement__numbers {
	margin: clamp(1.2rem, 2.3vw, 1.8rem) 0 0;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.35;
	color: #1f1b1a;
}

.start-achievement__numbers span {
	color: #d61f26;
}

.start-achievement__note {
	margin: clamp(0.3rem, 0.8vw, 0.6rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(0.78rem, 1.2vw, 0.95rem);
	font-weight: 700;
	line-height: 1.5;
	color: #1f1b1a;
}

.start-achievement__graph {
	margin: 0;
}

.start-achievement__graph img {
	width: 100%;
	height: auto;
	display: block;
}

.start-model {
	margin-top: clamp(2.4rem, 5.6vw, 4.4rem);
	background: #ececec;
}

.start-model__inner {
	width: 100%;
	max-width: min(100%, 75rem);
	margin-inline: auto;
	padding: 0 0 clamp(1.6rem, 3vw, 2.4rem);
}

.start-model__title {
	position: relative;
	margin: 0;
	padding: clamp(0.8rem, 1.8vw, 1.4rem) clamp(1.2rem, 2.4vw, 1.8rem);
	border-radius: clamp(0.7rem, 1.5vw, 1rem);
	background: #d80012;
	box-shadow: clamp(0.24rem, 0.8vw, 0.42rem) clamp(0.24rem, 0.8vw, 0.42rem) 0 #f2b328;
	color: #fff;
	font-family: var(--lower-font-corporate-bold);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.start-model__title::after {
	content: none;
}

.start-model__item {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: clamp(1rem, 2.2vw, 1.6rem);
	align-items: start;
	border: 1px solid #c8c8c8;
	padding: clamp(0.8rem, 2.2vw, 1.2rem);
}

.start-model__item + .start-model__item {
	margin-top: clamp(1rem, 2vw, 1.4rem);
}

.start-model__media {
	margin: 0;
	aspect-ratio: 16 / 9;
	background: #c5c4c4;
	overflow: hidden;
}

.start-model__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.start-model__content {
	align-self: start;
}

.start-model__heading {
	margin: 0;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #d61f26;
}

.start-model__target {
	margin: clamp(0.34rem, 0.9vw, 0.58rem) 0 0;
	padding: clamp(0.24rem, 0.8vw, 0.4rem) clamp(0.7rem, 1.4vw, 0.95rem);
	background: linear-gradient(90deg, #e11925 0%, #e11925 72%, rgba(225, 25, 37, 0) 100%);
	color: #fff;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.1rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.4;
}

.start-model__text {
	margin: clamp(0.56rem, 1.4vw, 0.86rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(0.95rem, 1.7vw, 1.16rem);
	font-weight: 600;
	line-height: 1.72;
	color: #1f1b1a;
}

.start-model__note {
	width: 100%;
	max-width: min(100%, 75rem);
	margin: clamp(0.8rem, 1.8vw, 1.2rem) auto 0;
	padding-inline: clamp(0.8rem, 1.8vw, 1.2rem);
	text-align: center;
	font-family: var(--lower-font-noto);
	font-size: clamp(0.95rem, 1.7vw, 1.16rem);
	font-weight: 600;
	line-height: 1.72;
	color: #d61f2a;
}

.start-flow {
	margin-top: var(--start-section-gap-lg);
}

.start-flow__inner {
	position: relative;
	background: transparent;
	padding: clamp(2rem, 4.4vw, 3.2rem) clamp(1rem, 2.8vw, 2rem) clamp(2.4rem, 5.2vw, 3.8rem);
	isolation: isolate;
	margin-inline: auto;
}

.start-flow__inner::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #efc04a;
	border-radius: clamp(2rem, 5vw, 3.5rem);
	z-index: -1;
}

.start-flow__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.start-flow__list {
	list-style: none;
	margin: clamp(1rem, 2.4vw, 1.7rem) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(0.8rem, 1.5vw, 1.2rem);
}

.start-flow__item {
	position: relative;
	background: transparent;
	padding: 0;
	line-height: 0;
}

.start-flow__item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: clamp(-0.82rem, -1.3vw, -0.58rem);
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: clamp(0.38rem, 0.8vw, 0.5rem) solid transparent;
	border-bottom: clamp(0.38rem, 0.8vw, 0.5rem) solid transparent;
	border-left: clamp(0.44rem, 0.9vw, 0.62rem) solid #1f1b1a;
}

.start-flow__item img {
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
}

.start-flow__lead {
	margin: clamp(1rem, 2.3vw, 1.6rem) 0 0;
	text-align: center;
	font-size: clamp(1.2rem, 2.7vw, 2rem);
	font-weight: 800;
	line-height: 1.45;
	color: #1f1b1a;
}

.start-cta {
	margin-top: var(--start-section-gap-lg);
	padding-bottom: 0;
}

.start-cta__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #d61f26;
}

.start-cta__actions {
	margin-top: clamp(1rem, 2.2vw, 1.6rem);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.6rem, 1.4vw, 1rem);
	width: min(var(--lower-content-width, 1000px), 100%);
	margin-inline: auto;
}

.start-cta__button {
	display: block;
	border-radius: 0;
	padding: 0;
	line-height: 0;
	width: 75%;
	justify-self: center;
}

.start-cta__button--mail {
	background: transparent;
	box-shadow: none;
	justify-self: end;
}

.start-cta__button--tel {
	background: transparent;
	box-shadow: none;
	justify-self: start;
}

.start-cta__button img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.pg-start .ly-lower {
		padding-inline: clamp(1rem, 2.4vw, 2rem);
	}

	.start-support__inner,
	.start-achievement__inner,
	.start-model__item {
		grid-template-columns: 1fr;
	}

	.start-support__media,
	.start-achievement__graph,
	.start-model__media {
		max-width: min(100%, 44rem);
		margin-inline: auto;
	}

	.start-flow__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.start-flow__item:not(:last-child)::after {
		display: none;
	}

	.start-cta__actions {
		grid-template-columns: 1fr;
		max-width: min(100%, 40rem);
		margin-inline: auto;
	}

	.start-cta__button {
		width: min(100%, 30rem);
	}
}

@media (max-width: 768px) {



	.start-support,
	.start-achievement,
	.start-model,
	.start-flow,
	.start-cta {
		width: 100%;
	}

	.start-catch {
		width: 100%;
	}

	.start-catch__title {
		font-size: clamp(1.5rem, 7.6vw, 2.2rem);
		line-height: 1.38;
	}

	.start-model__title {
		font-size: 1.5rem;
	}

	.start-model__heading {
		font-size: clamp(1.5rem, 7vw, 2rem);
	}

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


	.start-cta__title {
		font-size: clamp(1.35rem, 7vw, 2rem);
	}
}
