:root {
	--lumo-blue: #2554ff;
	--lumo-blue-dark: #173db8;
	--lumo-navy: #0d2a68;
	--lumo-text: #16233f;
	--lumo-subtext: #51607c;
	--lumo-line: #dfe7f5;
	--lumo-shadow: 0 18px 44px rgba(27, 67, 145, 0.08);
	--lumo-radius: 18px;
}

html,
body {
	margin: 0 !important;
	padding: 0 !important;
}

body.home,
body.lumo-home {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
}

body.home .l-header,
body.home .l-fixHeader,
body.home #footer,
body.home .p-topFooterParts,
body.home .p-pickupBanners,
body.home .p-mainVisual,
body.home .c-pageTitle,
body.home .p-pageTitle,
body.home .p-breadcrumb,
body.home .c-breadcrumb,
body.lumo-home .l-header,
body.lumo-home .l-fixHeader,
body.lumo-home #footer,
body.lumo-home .p-topFooterParts,
body.lumo-home .p-pickupBanners,
body.lumo-home .p-mainVisual,
body.lumo-home .c-pageTitle,
body.lumo-home .p-pageTitle,
body.lumo-home .p-breadcrumb,
body.lumo-home .c-breadcrumb {
	display: none !important;
}

body.home .post_content,
body.home .entry-content,
body.home .c-entry__body,
body.home .p-pageContent,
body.home .l-mainContent,
body.home .l-content,
body.lumo-home .post_content,
body.lumo-home .entry-content,
body.lumo-home .c-entry__body,
body.lumo-home .p-pageContent,
body.lumo-home .l-mainContent,
body.lumo-home .l-content {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.home .lumo-top,
body.lumo-home .lumo-top {
	margin: 0;
	padding: 0;
	background: #fff;
}

body.home .lumo-top__full,
body.lumo-home .lumo-top__full {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: #fff;
}

body.home .lumo-container,
body.lumo-home .lumo-container {
	width: min(1440px, calc(100% - 40px));
	margin: 0 auto;
}

.lumo-top img {
	display: block;
	max-width: 100%;
	height: auto;
}

.lumo-fv,
.lumo-problems,
.lumo-flow,
.lumo-strengths,
.lumo-works,
.lumo-fit,
.lumo-profile,
.lumo-media {
	padding: 88px 0;
}

.lumo-fv {
	padding-top: 24px;
}

.lumo-fv__inner,
.lumo-flow__inner,
.lumo-profile__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 56px;
	align-items: center;
}

.lumo-fv__content {
	max-width: 760px;
}

.lumo-fv__lead {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	color: var(--lumo-subtext);
}

.lumo-fv__title {
	margin: 0;
	font-size: clamp(56px, 7vw, 92px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	font-weight: 800;
	color: var(--lumo-navy);
}

.lumo-fv__text {
	margin: 28px 0 0;
	font-size: 22px;
	line-height: 1.9;
	color: var(--lumo-subtext);
}

.lumo-fv__visual img {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
}

.lumo-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.lumo-buttons--center {
	justify-content: center;
}

.lumo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 0 32px;
	border-radius: 14px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.lumo-btn:hover {
	transform: translateY(-1px);
}

.lumo-btn--primary {
	background: linear-gradient(180deg, var(--lumo-blue), var(--lumo-blue-dark));
	color: #fff;
	box-shadow: 0 12px 24px rgba(37, 84, 255, 0.24);
}

.lumo-btn--ghost {
	background: #fff;
	color: var(--lumo-blue);
	border-color: #b9c7ea;
}

.lumo-btn--white {
	background: #fff;
	color: var(--lumo-navy);
}

.lumo-fv-points {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.lumo-fv-points li {
	padding: 14px 18px;
	border-radius: 14px;
	border: 1px solid var(--lumo-line);
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	color: var(--lumo-subtext);
	white-space: nowrap;
}

.lumo-section-title {
	margin: 0 0 28px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--lumo-navy);
	text-align: center;
}

.lumo-flow .lumo-section-title,
.lumo-profile .lumo-section-title,
.lumo-fit .lumo-section-title {
	text-align: left;
}

.lumo-card-grid {
	display: grid;
	gap: 20px;
}

.lumo-card-grid--6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lumo-card-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.lumo-problem-card,
.lumo-work-card,
.lumo-media-card,
.lumo-not-fit {
	padding: 24px 20px;
	background: #fff;
	border: 1px solid var(--lumo-line);
	border-radius: var(--lumo-radius);
	box-shadow: var(--lumo-shadow);
}

.lumo-problem-card {
	text-align: center;
	min-height: 176px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.lumo-problem-card img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	margin-bottom: 16px;
}

.lumo-problem-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 700;
	color: var(--lumo-navy);
}

.lumo-flow__content p,
.lumo-profile__content p,
.lumo-cta-band__content p,
.lumo-work-card p,
.lumo-media-card p,
.lumo-not-fit p {
	font-size: 16px;
	line-height: 1.9;
	color: var(--lumo-subtext);
}

.lumo-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.lumo-steps li {
	padding: 24px 18px;
	border: 1px solid var(--lumo-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--lumo-shadow);
	text-align: center;
}

.lumo-steps span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 800;
	color: var(--lumo-blue);
}

.lumo-steps strong {
	display: block;
	font-size: 18px;
	line-height: 1.55;
	color: var(--lumo-navy);
}

.lumo-strength-list {
	display: grid;
	gap: 18px;
}

.lumo-strength-item {
	display: grid;
	grid-template-columns: 84px 1fr;
	gap: 22px;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--lumo-line);
	border-radius: var(--lumo-radius);
	box-shadow: var(--lumo-shadow);
}

.lumo-strength-item__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 22px;
	background: linear-gradient(180deg, var(--lumo-blue), var(--lumo-blue-dark));
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}

.lumo-strength-item__body h3 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.35;
	color: var(--lumo-navy);
}

.lumo-strength-item__body p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: var(--lumo-subtext);
}

.lumo-cta-band {
	padding: 22px 0;
}

.lumo-cta-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	padding: 34px 38px;
	background: linear-gradient(135deg, #0c2b62 0%, #0d2f76 50%, #163f96 100%);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(10, 36, 95, 0.18);
}

.lumo-cta-band__content h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.35;
	color: #fff;
}

.lumo-cta-band__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
}

.lumo-work-card h3,
.lumo-media-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.45;
	color: var(--lumo-navy);
}

.lumo-work-card {
	min-height: 220px;
}

.lumo-fit__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
}

.lumo-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.lumo-check-list li {
	position: relative;
	padding-left: 28px;
	font-size: 18px;
	line-height: 1.8;
	color: var(--lumo-subtext);
}

.lumo-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--lumo-blue);
	box-shadow: 0 0 0 4px rgba(37, 84, 255, 0.12);
}

.lumo-not-fit h3 {
	margin: 0 0 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: var(--lumo-blue);
}

.lumo-profile__image img {
	max-width: 320px;
	margin: 0 auto;
}

.lumo-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700;
	color: var(--lumo-blue);
	text-decoration: none;
}

.lumo-media-card {
	min-height: 220px;
}

.lumo-media-card__logo {
	height: 72px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.lumo-media-card__logo img {
	max-height: 54px;
	width: auto;
}

.lumo-cta-band--bottom {
	padding-top: 64px;
	padding-bottom: 0;
}

@media (max-width: 1200px) {
	.lumo-card-grid--6 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lumo-card-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 960px) {
	.lumo-fv,
	.lumo-problems,
	.lumo-flow,
	.lumo-strengths,
	.lumo-works,
	.lumo-fit,
	.lumo-profile,
	.lumo-media {
		padding: 64px 0;
	}

	.lumo-fv__inner,
	.lumo-flow__inner,
	.lumo-profile__inner,
	.lumo-fit__grid,
	.lumo-cta-band__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lumo-section-title,
	.lumo-flow .lumo-section-title,
	.lumo-profile .lumo-section-title,
	.lumo-fit .lumo-section-title {
		text-align: left;
	}

	.lumo-fv {
		padding: 24px 0 56px;
	}

	.lumo-fv__title {
		font-size: clamp(42px, 12vw, 64px);
		line-height: 1.12;
	}

	.lumo-fv__text {
		font-size: 16px;
		line-height: 1.8;
	}

	.lumo-fv__visual img {
		max-width: 100%;
	}

	.lumo-cta-band__inner {
		padding: 28px 24px;
	}

	.lumo-buttons {
		width: 100%;
	}

	.lumo-btn {
		flex: 1 1 100%;
	}

	.lumo-fv-points li {
		white-space: normal;
	}

	.lumo-card-grid--6,
	.lumo-card-grid--4,
	.lumo-card-grid--2,
	.lumo-steps {
		grid-template-columns: 1fr;
	}

	.lumo-strength-item {
		grid-template-columns: 1fr;
	}

	.lumo-strength-item__num {
		width: 64px;
		height: 64px;
		border-radius: 18px;
		font-size: 22px;
	}

	.lumo-strength-item__body h3 {
		font-size: 22px;
	}
}

@media (max-width: 640px) {
	body.home .lumo-container,
	body.lumo-home .lumo-container {
		width: calc(100% - 24px);
	}

	.lumo-fv,
	.lumo-problems,
	.lumo-flow,
	.lumo-strengths,
	.lumo-works,
	.lumo-fit,
	.lumo-profile,
	.lumo-media {
		padding: 52px 0;
	}

	.lumo-section-title {
		font-size: 32px;
	}

	.lumo-fv__lead,
	.lumo-fv__text,
	.lumo-flow__content p,
	.lumo-profile__content p,
	.lumo-cta-band__content p,
	.lumo-work-card p,
	.lumo-media-card p,
	.lumo-not-fit p,
	.lumo-check-list li {
		font-size: 15px;
	}

	.lumo-problem-card,
	.lumo-work-card,
	.lumo-media-card,
	.lumo-not-fit,
	.lumo-strength-item,
	.lumo-steps li {
		padding: 20px 18px;
		border-radius: 16px;
	}

	.lumo-cta-band__content h2 {
		font-size: 28px;
	}
}
