:root {
	--ibound-lp-bg: #ffffff;
	--ibound-lp-text: #292929;
	--ibound-lp-muted: #64748b;
	--ibound-lp-accent: #1e40af;
	--ibound-lp-accent-hover: #173b7a;
	--ibound-lp-cta: #155e75;
	--ibound-lp-cta-hover: #164e63;
	--ibound-lp-soft: #f5f8fc;
	--ibound-lp-line: #d7e2f1;
	--ibound-lp-pink: #f04d78;
	--ibound-lp-shadow: 0 16px 36px rgba(6, 22, 56, 0.08);
}

.ibound-lp-page {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	background: var(--ibound-lp-bg);
	color: var(--ibound-lp-text);
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1.75;
	overflow: hidden;
}

.ibound-lp-page *,
.ibound-lp-page *::before,
.ibound-lp-page *::after {
	box-sizing: border-box;
}

.ibound-lp-page a {
	color: inherit;
}

.ibound-lp-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.ibound-lp-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 28px;
	border-radius: 6px;
	background: var(--ibound-lp-cta);
	box-shadow: none;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.ibound-lp-button:hover,
.ibound-lp-button:focus {
	background: var(--ibound-lp-cta-hover);
	transform: translateY(-1px);
}

.ibound-lp-button:focus-visible {
	outline: 3px solid rgba(21, 94, 117, 0.28);
	outline-offset: 4px;
}

.ibound-lp-button--small {
	min-height: 46px;
	padding: 12px 20px;
	font-size: 13px;
}

.ibound-lp-hero {
	position: relative;
	background: #ffffff;
}

.ibound-lp-hero::before {
	content: none;
}

.ibound-lp-hero::after {
	content: none;
}

.ibound-lp-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.9fr);
	gap: 72px;
	align-items: center;
	min-height: 560px;
	padding: 78px 0 72px;
}

.ibound-lp-hero__kicker,
.ibound-lp-subhead {
	margin: 0 0 18px;
	color: var(--ibound-lp-accent);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.ibound-lp-hero__title {
	margin: 0;
	color: var(--ibound-lp-text);
	font-size: clamp(40px, 5vw, 62px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.28;
	text-wrap: balance;
}

.ibound-lp-hero__title span,
.ibound-lp-nowrap {
	display: block;
	white-space: nowrap;
}

.ibound-lp-hero__lead {
	max-width: 600px;
	margin: 22px 0 0;
	color: var(--ibound-lp-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.ibound-lp-marker {
	padding: 0 0.04em;
	background: linear-gradient(transparent 62%, rgba(21, 94, 117, 0.18) 62%);
	font-weight: 700;
}

.ibound-lp-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin-top: 30px;
}

.ibound-lp-hero__actions .ibound-lp-button,
.ibound-lp-final .ibound-lp-button {
	min-width: 320px;
	min-height: 64px;
	padding: 18px 42px;
	font-size: 17px;
}

.ibound-lp-meta {
	position: relative;
	margin: 0;
	padding-left: 24px;
	color: var(--ibound-lp-text);
	font-size: 14px;
	font-weight: 700;
}

.ibound-lp-meta::before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid var(--ibound-lp-accent);
	border-radius: 2px;
	content: "";
}

.ibound-lp-hero__visual {
	display: flex;
	min-height: 420px;
	align-items: center;
	justify-content: center;
}

.ibound-lp-hero-photo {
	position: relative;
	width: min(560px, 100%);
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(215, 226, 241, 0.9);
	border-radius: 8px;
	background: #f5f8fc;
	box-shadow: 0 24px 64px rgba(6, 22, 56, 0.14);
}

.ibound-lp-hero-photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
	content: "";
	pointer-events: none;
}

.ibound-lp-hero-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 60% 50%;
}

.ibound-lp-photo-placeholder {
	display: flex;
	width: min(430px, 100%);
	min-height: 400px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 36px;
	border: 2px dashed var(--ibound-lp-pink);
	border-radius: 12px;
	background: rgba(255, 245, 248, 0.72);
	color: var(--ibound-lp-pink);
	text-align: center;
}

.ibound-lp-photo-placeholder p,
.ibound-lp-photo-placeholder span,
.ibound-lp-final__photo p,
.ibound-lp-profile__photo p {
	margin: 0;
	color: var(--ibound-lp-pink);
	font-weight: 700;
	line-height: 1.65;
}

.ibound-lp-photo-placeholder p {
	margin-top: 20px;
	font-size: 20px;
}

.ibound-lp-photo-placeholder span {
	margin-top: 16px;
	font-size: 18px;
}

.ibound-lp-avatar {
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff7ca0, #e94875);
}

.ibound-lp-avatar::after {
	position: absolute;
	right: -18px;
	bottom: -34px;
	left: -18px;
	height: 38px;
	border-radius: 38px 38px 8px 8px;
	background: linear-gradient(135deg, #ff7ca0, #e94875);
	content: "";
}

.ibound-lp-center-title,
.ibound-lp-medium-title,
.ibound-lp-large-title {
	margin: 0;
	color: var(--ibound-lp-text);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
}

.ibound-lp-center-title {
	font-size: clamp(24px, 3vw, 30px);
	text-align: center;
}

.ibound-lp-medium-title {
	font-size: clamp(28px, 4vw, 42px);
}

.ibound-lp-large-title {
	font-size: clamp(38px, 6vw, 58px);
}

.ibound-lp-problem-title {
	font-size: clamp(36px, 4.2vw, 46px);
	word-break: keep-all;
	line-break: strict;
}

.ibound-lp-problem-title__line {
	display: block;
	white-space: nowrap;
}

.ibound-lp-problem-title .ibound-lp-marker {
	display: inline;
	max-width: 100%;
}

.ibound-lp-body {
	margin: 22px 0 0;
	color: var(--ibound-lp-text);
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
}

.ibound-lp-worries {
	position: relative;
	overflow: hidden;
	padding: 72px 0 78px;
	background:
		linear-gradient(180deg, #ffffff 0%, rgba(248, 251, 252, 0.92) 38%, #f3f8fb 100%);
}

.ibound-lp-worries::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(21, 94, 117, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(30, 64, 175, 0.032) 1px, transparent 1px);
	background-size: 78px 78px;
	content: "";
	opacity: 0.78;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 22%, #000000 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000000 22%, #000000 100%);
}

.ibound-lp-worries::after {
	position: absolute;
	right: -14%;
	bottom: -40%;
	width: min(56vw, 720px);
	height: min(56vw, 720px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(21, 94, 117, 0.13) 0%, rgba(21, 94, 117, 0.055) 42%, rgba(255, 255, 255, 0) 70%);
	content: "";
	pointer-events: none;
}

.ibound-lp-worries .ibound-lp-container {
	position: relative;
	z-index: 1;
}

.ibound-lp-worry-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 42px;
}

.ibound-lp-worry-item {
	display: grid;
	min-height: 160px;
	align-content: start;
	justify-items: center;
	gap: 22px;
	padding: 8px 22px;
	border-right: 1px solid #cbd8ee;
	text-align: center;
}

.ibound-lp-worry-item:last-child {
	border-right: 0;
}

.ibound-lp-worry-item h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
}

.ibound-lp-icon {
	position: relative;
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	color: var(--ibound-lp-text);
}

.ibound-lp-icon i {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 39px;
	line-height: 1;
}

.ibound-lp-icon::before,
.ibound-lp-icon::after {
	position: absolute;
	content: "";
}

.ibound-lp-icon--person::before,
.ibound-lp-icon--team::before {
	top: 6px;
	width: 18px;
	height: 18px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.ibound-lp-icon--person::after,
.ibound-lp-icon--team::after {
	bottom: 6px;
	width: 34px;
	height: 20px;
	border: 3px solid currentColor;
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
}

.ibound-lp-icon--team {
	box-shadow: -12px 0 0 -8px currentColor, 12px 0 0 -8px currentColor;
}

.ibound-lp-icon--pc::before {
	top: 10px;
	width: 34px;
	height: 24px;
	border: 3px solid currentColor;
	border-radius: 2px;
}

.ibound-lp-icon--pc::after {
	bottom: 6px;
	width: 36px;
	height: 3px;
	background: currentColor;
}

.ibound-lp-icon--question::before {
	inset: 4px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.ibound-lp-icon--question::after {
	top: 10px;
	content: "?";
	font-size: 28px;
	font-weight: 700;
}

.ibound-lp-icon--doc::before {
	inset: 6px 10px;
	border: 3px solid currentColor;
	border-radius: 2px;
}

.ibound-lp-icon--doc::after {
	top: 17px;
	left: 18px;
	width: 16px;
	height: 3px;
	background: currentColor;
	box-shadow: 0 9px 0 currentColor;
}

.ibound-lp-icon--chat::before {
	inset: 8px 5px 11px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.ibound-lp-icon--chat::after {
	right: 10px;
	bottom: 7px;
	width: 14px;
	height: 12px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(22deg);
}

.ibound-lp-icon--search::before {
	width: 27px;
	height: 27px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.ibound-lp-icon--search::after {
	right: 8px;
	bottom: 8px;
	width: 16px;
	height: 3px;
	background: currentColor;
	transform: rotate(45deg);
}

.ibound-lp-icon--clip::before,
.ibound-lp-icon--check::before,
.ibound-lp-icon--target::before,
.ibound-lp-icon--flag::before {
	inset: 6px 10px;
	border: 3px solid currentColor;
	border-radius: 5px;
}

.ibound-lp-icon--clip::after,
.ibound-lp-icon--check::after {
	top: 16px;
	left: 18px;
	width: 14px;
	height: 9px;
	border-left: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(-45deg);
}

.ibound-lp-icon--target::before {
	border-radius: 50%;
	box-shadow: inset 0 0 0 8px #ffffff, inset 0 0 0 11px currentColor;
}

.ibound-lp-icon--target::after {
	inset: 21px;
	border-radius: 50%;
	background: currentColor;
}

.ibound-lp-icon--flag::before {
	top: 8px;
	left: 13px;
	width: 4px;
	height: 34px;
	border: 0;
	background: currentColor;
}

.ibound-lp-icon--flag::after {
	top: 9px;
	left: 18px;
	width: 22px;
	height: 17px;
	border: 3px solid currentColor;
	border-left: 0;
}

.ibound-lp-problem {
	padding: 104px 0 78px;
}

.ibound-lp-problem__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	gap: 96px;
	align-items: center;
}

.ibound-lp-partner__grid {
	display: grid;
	gap: 54px;
}

.ibound-lp-partner__grid > div:first-child {
	max-width: 760px;
}

.ibound-lp-problem__copy {
	display: grid;
	gap: 32px;
}

.ibound-lp-problem__copy p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 2;
}

.ibound-lp-partner {
	padding: 82px 0 92px;
}

.ibound-lp-strategy-illustration {
	margin: 0;
	width: 100%;
}

.ibound-lp-strategy-illustration img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(6, 22, 56, 0.08);
}

.ibound-lp-service {
	padding: 78px 0 88px;
	background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.ibound-lp-service-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.ibound-lp-service-card {
	min-height: 204px;
	padding: 30px 18px;
	border: 1px solid #e3ebf8;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: var(--ibound-lp-shadow);
	text-align: center;
}

.ibound-lp-service-card h3 {
	margin: 18px 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.ibound-lp-service-card p {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.85;
}

.ibound-lp-flow {
	padding: 86px 0 92px;
	background: #ffffff;
}

.ibound-lp-flow__header {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.ibound-lp-flow__header .ibound-lp-subhead {
	margin-bottom: 10px;
}

.ibound-lp-flow__header p:last-child {
	margin: 18px auto 0;
	color: var(--ibound-lp-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.9;
}

.ibound-lp-flow__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 44px;
	counter-reset: ibound-lp-flow;
}

.ibound-lp-flow__item {
	position: relative;
	min-height: 226px;
	padding: 28px 24px 26px;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 12px 28px rgba(6, 22, 56, 0.06);
}

.ibound-lp-flow__item:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -18px;
	z-index: 1;
	width: 18px;
	height: 2px;
	background: #b8cbed;
	content: "";
	transform: translateY(-50%);
}

.ibound-lp-flow__item span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--ibound-lp-accent);
	color: #ffffff;
	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.ibound-lp-flow__item h3 {
	margin: 22px 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.45;
}

.ibound-lp-flow__item p {
	margin: 0;
	color: var(--ibound-lp-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.85;
}

.ibound-lp-outcomes {
	padding: 84px 0 88px;
}

.ibound-lp-outcomes__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 96px;
	align-items: center;
}

.ibound-lp-outcome-list,
.ibound-lp-recommend-list {
	display: grid;
	gap: 18px;
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}

.ibound-lp-outcome-list li,
.ibound-lp-recommend-list li {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 700;
}

.ibound-lp-recommend-list li::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	display: grid;
	width: 16px;
	height: 16px;
	place-items: center;
	border-radius: 50%;
	background: var(--ibound-lp-accent);
	color: #ffffff;
	content: "✓";
	font-size: 10px;
	font-weight: 700;
}

.ibound-lp-outcome-list {
	gap: 12px;
}

.ibound-lp-outcome-list li {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 4px 16px;
	align-items: center;
	min-height: 76px;
	padding: 16px 18px;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(6, 22, 56, 0.05);
}

.ibound-lp-outcome-list span {
	grid-row: span 2;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #e8eef8;
	color: var(--ibound-lp-accent);
	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
	font-size: 13px;
	font-weight: 800;
}

.ibound-lp-outcome-list strong {
	color: var(--ibound-lp-text);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.ibound-lp-outcome-list em {
	color: var(--ibound-lp-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.ibound-lp-roadmap {
	padding-left: 86px;
	border-left: 1px solid #bad0f1;
}

.ibound-lp-roadmap > p {
	margin: 0 0 34px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

.ibound-lp-roadmap__box {
	padding: 34px 36px 32px;
	border: 1px solid #dce8f8;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: var(--ibound-lp-shadow);
	text-align: center;
}

.ibound-lp-roadmap__box h3 {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
}

.ibound-lp-roadmap__price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 12px;
	margin: 0 0 24px;
	border-radius: 999px;
	background: #e7f3f6;
	color: var(--ibound-lp-cta);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.ibound-lp-roadmap__line {
	position: relative;
	height: 26px;
}

.ibound-lp-roadmap__line::before {
	position: absolute;
	top: 11px;
	right: 8px;
	left: 8px;
	height: 5px;
	border-radius: 999px;
	background: var(--ibound-lp-accent);
	content: "";
}

.ibound-lp-roadmap__line::after {
	position: absolute;
	top: 4px;
	right: 3px;
	width: 18px;
	height: 18px;
	border-top: 5px solid var(--ibound-lp-accent);
	border-right: 5px solid var(--ibound-lp-accent);
	content: "";
	transform: rotate(45deg);
}

.ibound-lp-roadmap__line span {
	position: absolute;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--ibound-lp-accent);
}

.ibound-lp-roadmap__line span:nth-child(1) {
	left: 18%;
}

.ibound-lp-roadmap__line span:nth-child(2) {
	left: 48%;
}

.ibound-lp-roadmap__line span:nth-child(3) {
	left: 76%;
}

.ibound-lp-roadmap__labels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 12px;
}

.ibound-lp-roadmap__labels p {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.ibound-lp-style {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	padding: 96px 0 104px;
	background:
		linear-gradient(135deg, rgba(30, 64, 175, 0.95) 0%, rgba(6, 22, 56, 0.98) 100%),
		var(--ibound-lp-text);
	color: #ffffff;
}

.ibound-lp-style::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	opacity: 0.22;
}

.ibound-lp-style .ibound-lp-container {
	position: relative;
	z-index: 1;
}

.ibound-lp-style .ibound-lp-center-title {
	color: #ffffff;
	font-size: clamp(34px, 5vw, 54px);
}

.ibound-lp-style__eyebrow,
.ibound-lp-style__lead {
	margin: 0 auto;
	text-align: center;
}

.ibound-lp-style__eyebrow {
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ibound-lp-style__lead {
	max-width: 720px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9;
}

.ibound-lp-style-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
	margin-top: 54px;
}

.ibound-lp-style-list article {
	position: relative;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 184px;
	padding: 30px 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
	color: var(--ibound-lp-text);
}

.ibound-lp-style-list article:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -28px;
	z-index: 2;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid rgba(255, 255, 255, 0.78);
	content: "";
	transform: translateY(-50%);
}

.ibound-lp-style-list .ibound-lp-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #e8eef8;
	color: var(--ibound-lp-accent);
}

.ibound-lp-style-list .ibound-lp-icon i {
	font-size: 31px;
}

.ibound-lp-icon--idea::before {
	width: 28px;
	height: 32px;
	border: 3px solid currentColor;
	border-radius: 50% 50% 42% 42%;
}

.ibound-lp-icon--play::before {
	left: 21px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid currentColor;
}

.ibound-lp-icon--repeat::before {
	inset: 18px;
	border: 3px solid currentColor;
	border-left-color: transparent;
	border-radius: 50%;
}

.ibound-lp-icon--repeat::after {
	top: 17px;
	right: 17px;
	width: 12px;
	height: 12px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
}

.ibound-lp-style-list__heading {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 10px;
}

.ibound-lp-style-list h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}

.ibound-lp-style-list__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 10px;
	margin: 0;
	border-radius: 999px;
	background: #e7f3f6;
	color: var(--ibound-lp-cta);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.ibound-lp-style-list p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	max-width: none;
}

.ibound-lp-style__note {
	max-width: 760px;
	margin: 28px auto 0;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.ibound-lp-recommend {
	padding: 76px 0 78px;
	background: #ffffff;
}

.ibound-lp-recommend__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
	gap: 72px;
	align-items: center;
}

.ibound-lp-recommend-list {
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 40px;
}

.ibound-lp-recommend .ibound-lp-recommend-list li {
	display: flex;
	min-height: 54px;
	align-items: center;
	padding: 14px 18px 14px 54px;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: #f8fbff;
	box-shadow: 0 8px 22px rgba(6, 22, 56, 0.04);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

.ibound-lp-recommend .ibound-lp-recommend-list li::before {
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	transform: translateY(-50%);
}

.ibound-lp-recommend-photo {
	position: relative;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(135deg, #f7f9fc 0%, #edf3fa 100%);
	box-shadow: 0 22px 54px rgba(6, 22, 56, 0.1);
}

.ibound-lp-recommend-photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 22, 56, 0) 55%, rgba(6, 22, 56, 0.16) 100%);
	content: "";
	pointer-events: none;
}

.ibound-lp-recommend-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% 50%;
}

.ibound-lp-lower {
	padding: 78px 0 84px;
	background: #ffffff;
}

.ibound-lp-lower__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: 42px;
	align-items: start;
}

.ibound-lp-price-card h2,
.ibound-lp-faq h2 {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

.ibound-lp-price-card__inner,
.ibound-lp-profile__inner,
.ibound-lp-faq details {
	border: 1px solid #dce8f8;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(6, 22, 56, 0.05);
}

.ibound-lp-price-card__inner {
	padding: 38px 28px 30px;
	text-align: center;
}

.ibound-lp-price-card__name {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
}

.ibound-lp-price-card__amount {
	margin: 14px 0 4px;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.ibound-lp-price-card__amount span {
	font-size: 14px;
}

.ibound-lp-price-card__meta {
	margin: 14px 0 22px;
	font-size: 14px;
	font-weight: 700;
}

.ibound-lp-profile-section {
	padding: 86px 0 92px;
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.ibound-lp-profile-section__header {
	max-width: 760px;
	margin: 0 0 36px;
}

.ibound-lp-profile__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	grid-template-areas: "content photo";
	gap: 46px;
	align-items: start;
	padding: 40px;
	overflow: hidden;
}

.ibound-lp-profile__photo,
.ibound-lp-final__photo {
	display: block;
	min-height: 174px;
	overflow: hidden;
	border-radius: 8px;
	background: #e8eef8;
	box-shadow: 0 12px 28px rgba(6, 22, 56, 0.08);
}

.ibound-lp-profile__photo img,
.ibound-lp-final__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ibound-lp-profile__photo {
	grid-area: photo;
	aspect-ratio: 3 / 4;
	width: 100%;
	min-height: 0;
	max-width: 320px;
	justify-self: end;
}

.ibound-lp-profile__photo img {
	object-position: 56% 38%;
}

.ibound-lp-profile h3 {
	margin: 0;
	font-size: clamp(30px, 3.2vw, 42px);
	font-weight: 700;
	line-height: 1.35;
}

.ibound-lp-profile__content {
	grid-area: content;
	min-width: 0;
	overflow-wrap: anywhere;
}

.ibound-lp-profile__label {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 10px;
	margin: 0 0 10px;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--ibound-lp-accent);
	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.ibound-lp-profile__role {
	margin: 2px 0 14px;
	color: var(--ibound-lp-muted);
	font-size: 16px;
	font-weight: 700;
}

.ibound-lp-profile__lead {
	max-width: 760px;
	margin: 0 0 12px;
	color: var(--ibound-lp-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.9;
}

.ibound-lp-profile__story {
	max-width: 760px;
	margin: 0 0 18px;
	color: var(--ibound-lp-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.85;
}

.ibound-lp-profile__book {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 16px;
	margin: 0 0 18px;
	border: 1px solid #c9d9ef;
	border-radius: 8px;
	background: #f8fbff;
}

.ibound-lp-profile__book-cover {
	margin: 0;
	width: 86px;
	overflow: hidden;
	border: 1px solid rgba(21, 94, 117, 0.16);
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.ibound-lp-profile__book-cover img {
	display: block;
	width: 100%;
	height: auto;
}

.ibound-lp-profile__book-body {
	min-width: 0;
}

.ibound-lp-profile__book-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--ibound-lp-accent);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.ibound-lp-profile__book p {
	margin: 10px 0 0;
	color: var(--ibound-lp-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	min-width: 0;
}

.ibound-lp-profile__book-publisher {
	color: var(--ibound-lp-muted) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.ibound-lp-profile__book a {
	color: var(--ibound-lp-accent);
	text-decoration: none;
	overflow-wrap: anywhere;
}

.ibound-lp-profile__book a:hover,
.ibound-lp-profile__book a:focus {
	color: #123a73;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ibound-lp-profile__credentials {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	margin: -6px 0 18px;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: #ffffff;
}

.ibound-lp-profile__credentials > span {
	color: var(--ibound-lp-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.ibound-lp-profile__credentials ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ibound-lp-profile__credentials li {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--ibound-lp-accent);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.ibound-lp-profile__stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
}

.ibound-lp-profile__stats div {
	min-height: 86px;
	padding: 14px;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ibound-lp-profile__stats span {
	display: block;
	color: var(--ibound-lp-accent);
	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.ibound-lp-profile__stats p {
	margin: 7px 0 0;
	color: var(--ibound-lp-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.ibound-lp-profile__assurance {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	padding: 13px 15px;
	margin: 0 0 18px;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: #f8fbff;
}

.ibound-lp-profile__assurance span {
	color: var(--ibound-lp-cta);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

.ibound-lp-profile__assurance p {
	margin: 0;
	color: var(--ibound-lp-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
}

.ibound-lp-profile__note {
	position: relative;
	padding: 14px 16px 14px 18px;
	margin: 0;
	border-left: 4px solid var(--ibound-lp-accent);
	border-radius: 0 8px 8px 0;
	background: #f6f9fe;
	color: var(--ibound-lp-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}

.ibound-lp-articles {
	padding: 84px 0 92px;
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.ibound-lp-articles__header {
	max-width: 760px;
	margin-bottom: 42px;
}

.ibound-lp-articles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.ibound-lp-articles__card {
	overflow: hidden;
	border: 1px solid #dce8f8;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(6, 22, 56, 0.07);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.ibound-lp-articles__card:hover {
	box-shadow: 0 20px 46px rgba(6, 22, 56, 0.1);
	transform: translateY(-2px);
}

.ibound-lp-articles__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8eef8;
	text-decoration: none;
}

.ibound-lp-articles__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ibound-lp-articles__image-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(30, 64, 175, 0.92), rgba(6, 22, 56, 0.96)),
		var(--ibound-lp-accent);
	color: #ffffff;
	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
	font-size: 28px;
	font-weight: 800;
}

.ibound-lp-articles__body {
	display: grid;
	gap: 14px;
	padding: 24px;
}

.ibound-lp-articles__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	color: var(--ibound-lp-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.ibound-lp-articles__meta span {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #e8eef8;
	color: var(--ibound-lp-accent);
}

.ibound-lp-articles__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.55;
}

.ibound-lp-articles__title a {
	color: var(--ibound-lp-text);
	text-decoration: none;
}

.ibound-lp-articles__title a:hover,
.ibound-lp-articles__title a:focus {
	color: var(--ibound-lp-accent);
}

.ibound-lp-articles__excerpt {
	margin: 0;
	color: var(--ibound-lp-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
}

.ibound-lp-articles__link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-self: start;
	margin-top: 4px;
	color: var(--ibound-lp-accent);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ibound-lp-faq {
	display: block;
}

.ibound-lp-faq details {
	margin-bottom: 14px;
}

.ibound-lp-faq summary {
	position: relative;
	cursor: pointer;
	padding: 20px 46px 20px 22px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	list-style: none;
}

.ibound-lp-faq summary::-webkit-details-marker {
	display: none;
}

.ibound-lp-faq summary::after {
	position: absolute;
	top: 50%;
	right: 18px;
	color: var(--ibound-lp-accent);
	content: "+";
	font-size: 20px;
	line-height: 1;
	transform: translateY(-50%);
}

.ibound-lp-faq details[open] summary::after {
	content: "-";
}

.ibound-lp-faq p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--ibound-lp-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.ibound-lp-final {
	padding: 66px 0 70px;
	background: linear-gradient(180deg, #edf3fa 0%, #ffffff 100%);
}

.ibound-lp-final__grid {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 52px;
	align-items: center;
}

.ibound-lp-final__photo {
	display: grid;
	min-height: 180px;
	place-items: center;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.ibound-lp-final__photo img {
	width: min(100%, 180px);
	height: auto;
	object-fit: contain;
}

.ibound-lp-final h2 {
	margin: 0;
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 700;
	line-height: 1.45;
}

.ibound-lp-final p {
	max-width: 780px;
	margin: 8px 0 24px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

.ibound-lp-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.ibound-lp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.ibound-lp-button,
	.ibound-lp-reveal {
		transition: none;
	}

	.ibound-lp-button:hover,
	.ibound-lp-button:focus {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.ibound-lp-hero__inner,
	.ibound-lp-problem__grid,
	.ibound-lp-partner__grid,
	.ibound-lp-outcomes__grid,
	.ibound-lp-recommend__grid,
	.ibound-lp-lower__grid {
		grid-template-columns: 1fr;
	}

	.ibound-lp-worry-list,
	.ibound-lp-service-list,
	.ibound-lp-flow__list {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.ibound-lp-worry-item {
		border-right: 0;
		border-bottom: 1px solid #cbd8ee;
		padding: 28px 22px;
	}

	.ibound-lp-roadmap {
		padding-left: 0;
		border-left: 0;
	}

	.ibound-lp-style-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ibound-lp-articles__grid {
		grid-template-columns: 1fr;
	}

	.ibound-lp-style-list article:not(:last-child)::after {
		display: none;
	}

	.ibound-lp-final__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ibound-lp-profile__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"content"
			"photo";
		gap: 30px;
	}

	.ibound-lp-profile__photo {
		aspect-ratio: 16 / 10;
		max-width: none;
		justify-self: stretch;
	}

	.ibound-lp-profile__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ibound-lp-container {
		width: min(100% - 32px, 1180px);
	}

	.ibound-lp-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 64px 0 56px;
	}

	.ibound-lp-hero__title {
		font-size: clamp(28px, 8.4vw, 36px);
	}

	.ibound-lp-hero__visual {
		min-height: 300px;
	}

	.ibound-lp-photo-placeholder {
		min-height: 280px;
		padding: 24px;
	}

	.ibound-lp-photo-placeholder p {
		font-size: 17px;
	}

	.ibound-lp-photo-placeholder span {
		font-size: 15px;
	}

	.ibound-lp-button {
		width: 100%;
	}

	.ibound-lp-worry-list,
	.ibound-lp-service-list,
	.ibound-lp-flow__list,
	.ibound-lp-recommend-list,
	.ibound-lp-profile__inner {
		grid-template-columns: 1fr;
	}

	.ibound-lp-roadmap__box {
		padding: 30px 22px 28px;
	}

	.ibound-lp-roadmap__labels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 14px;
	}

	.ibound-lp-roadmap__labels p {
		font-size: 12px;
		line-height: 1.45;
	}

	.ibound-lp-profile__book {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ibound-lp-profile__credentials {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ibound-lp-profile__assurance {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ibound-lp-profile__stats {
		grid-template-columns: 1fr;
	}

	.ibound-lp-problem-title {
		font-size: clamp(30px, 8vw, 36px);
	}

	.ibound-lp-problem-title__line {
		white-space: normal;
	}

	.ibound-lp-problem,
	.ibound-lp-partner,
	.ibound-lp-service,
	.ibound-lp-flow,
	.ibound-lp-outcomes,
	.ibound-lp-style,
	.ibound-lp-recommend,
	.ibound-lp-profile-section,
	.ibound-lp-lower {
		padding: 64px 0;
	}

	.ibound-lp-worries,
	.ibound-lp-final {
		padding: 64px 0;
	}

	.ibound-lp-worry-list,
	.ibound-lp-service-list,
	.ibound-lp-style-list,
	.ibound-lp-recommend-list {
		margin-top: 32px;
	}

	.ibound-lp-recommend .ibound-lp-recommend-list li {
		min-height: 52px;
		padding: 13px 16px 13px 50px;
		font-size: 16px;
	}

	.ibound-lp-strategy-illustration {
		margin-inline: -8px;
	}
}
