#home_used .gb-media-668d806d[src*="fv-phone-hotel-ai-sp"] {
	display: block;
	filter: drop-shadow(0 24px 34px rgba(6, 47, 88, 0.18));
	height: auto;
	margin: 0 auto;
	max-width: 88%;
	object-fit: contain;
	width: min(36vw, 460px);
}

#home_used .gb-text-0ed8be08 {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.ai-flow-step__image img[src*="ai-representative-phone"],
.ai-quality-card__image img[src*="ai-representative-phone"] {
	object-fit: cover;
	object-position: center center;
}

.ai-roadmap-feature__image[src*="roomtablet-intercom-real"] {
	background: #07182f;
	box-sizing: border-box;
	object-fit: contain;
	padding: 12px;
}

.ai-trust-section {
	background:
		radial-gradient(circle at 16% 18%, rgba(79, 199, 255, 0.18) 0, transparent 26%),
		linear-gradient(135deg, #2d83bb 0%, #4b97c5 100%);
	color: #fff;
	padding-bottom: 104px;
}

.ai-trust-section::before {
	color: rgba(255, 255, 255, 0.16);
	content: "SERVICE";
	top: 36px;
	z-index: 0;
}

.ai-trust-section__inner {
	position: relative;
	z-index: 1;
}

.ai-trust-section__eyebrow {
	color: #fff;
}

.ai-trust-section__heading {
	margin-bottom: 78px;
}

.ai-trust-section__heading h2 {
	color: #fff;
	text-shadow: 0 1px 14px rgba(6, 47, 88, 0.16);
}

.ai-trust-services {
	display: grid;
	gap: 74px 72px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1120px;
}

.ai-trust-service {
	position: relative;
}

.ai-trust-service:nth-child(even) {
	margin-top: 72px;
}

.ai-trust-service__num {
	color: #fff;
	font-size: clamp(58px, 5.4vw, 84px);
	font-style: italic;
	font-weight: 700;
	left: -18px;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	text-shadow: 0 8px 24px rgba(6, 47, 88, 0.16);
	top: -44px;
	z-index: 2;
}

.ai-trust-service__media {
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 22px 48px rgba(6, 47, 88, 0.16);
	height: 280px;
	margin: 0 0 24px;
	overflow: hidden;
	position: relative;
}

.ai-trust-service__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.ai-trust-service__media--contained {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	display: flex;
	justify-content: center;
}

.ai-trust-service__media--contained img {
	object-fit: contain;
	padding: 18px;
}

.ai-trust-service__media--dark {
	background: #07182f;
}

.ai-trust-service__body {
	border-left: 4px solid rgba(255, 255, 255, 0.9);
	padding-left: 22px;
}

.ai-trust-service h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin: 0 0 16px;
}

.ai-trust-service p,
.ai-trust-company p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 2;
	margin: 0;
}

.ai-trust-company {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	display: flex;
	gap: 22px;
	justify-content: center;
	margin: 72px auto 0;
	max-width: 920px;
	padding-top: 30px;
	text-align: center;
}

.ai-trust-card__cta {
	align-items: center;
	align-self: flex-start;
	background: #fff;
	border-radius: 999px;
	color: #1156b6;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-top: 22px;
	min-height: 42px;
	padding: 0 22px;
	text-decoration: none;
}

.ai-trust-card__cta:hover,
.ai-trust-card__cta:focus {
	color: #1156b6;
	opacity: 0.84;
}

.ai-trust-card__text-link {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 16px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ai-trust-card__text-link::after {
	content: "";
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	height: 7px;
	margin-left: 8px;
	transform: rotate(45deg);
	width: 7px;
}

.ai-trust-section__note {
	color: rgba(255, 255, 255, 0.82);
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	text-align: left;
}

@media (max-width: 767px) {
	#home_used .gb-media-668d806d[src*="fv-phone-hotel-ai-sp"] {
		max-width: 92%;
		width: min(84vw, 360px);
	}

	#home_used .gb-text-0ed8be08 {
		font-size: 13px;
	}

	.ai-roadmap-feature__image[src*="roomtablet-intercom-real"] {
		padding: 8px;
	}

	.ai-trust-section {
		padding-bottom: 72px;
	}

	.ai-trust-section::before {
		font-size: 82px;
		left: 0;
		text-align: left;
		top: 36px;
		transform: none;
	}

	.ai-trust-section__heading {
		margin-bottom: 52px;
	}

	.ai-trust-services {
		gap: 54px;
		grid-template-columns: 1fr;
	}

	.ai-trust-service:nth-child(even) {
		margin-top: 0;
	}

	.ai-trust-service__num {
		font-size: 54px;
		left: -4px;
		top: -34px;
	}

	.ai-trust-service__media {
		height: 210px;
		margin-bottom: 20px;
	}

	.ai-trust-service__media--contained img {
		padding: 12px;
	}

	.ai-trust-service__body {
		padding-left: 16px;
	}

	.ai-trust-service h3 {
		font-size: 21px;
	}

	.ai-trust-service p,
	.ai-trust-company p {
		font-size: 14px;
		line-height: 1.9;
	}

	.ai-trust-company {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		margin-top: 54px;
		padding-top: 24px;
	}

	.ai-trust-card__cta {
		align-self: stretch;
	}
}

/* Keep the roadmap in the same light visual family as the scene section. */
.ai-roadmap-section {
	background-color: #f8fbff;
	background-image: linear-gradient(180deg, #fbfdff 0%, #f1f7ff 100%);
	color: #0b2f56;
}

.ai-roadmap-section::before {
	color: rgba(40, 116, 252, 0.06);
}

.ai-roadmap-section::after {
	background-image: repeating-radial-gradient(ellipse at center, rgba(40, 116, 252, 0.16) 0 1px, transparent 1px 9px);
	opacity: 0.2;
}

.ai-roadmap-section__eyebrow {
	color: #2874fc;
}

.ai-roadmap-section__heading h2 {
	color: #0b2f56;
}

.ai-roadmap-section__heading > p:not(.ai-roadmap-section__eyebrow) {
	color: #536982;
}

.ai-roadmap-feature {
	box-shadow: 0 20px 48px rgba(24, 76, 132, 0.1);
}

.ai-roadmap-feature__copy {
	color: #0b2f56;
}

.ai-roadmap-feature h3 {
	color: #0b2f56;
}

.ai-roadmap-feature__copy > p:not(.ai-roadmap-feature__phase) {
	color: #415b73;
}

.ai-roadmap-section__note {
	color: #61758c;
}
