/* ケイモビ カスタムスタイル */

/* ---------- バッジ ---------- */
.kmobi-badge {
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	color: #1A1A1A;
	padding: 8px 18px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	margin: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* ---------- カード共通(理由・車種) ---------- */
.kmobi-reason-card,
.kmobi-vehicle-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 24px;
	box-shadow: 0 4px 16px rgba(27, 43, 75, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kmobi-reason-card:hover,
.kmobi-vehicle-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 24px rgba(27, 43, 75, 0.14);
}

/* アイコン円 */
.kmobi-icon-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #FDECE0;
	color: #F2711C;
}

.kmobi-icon-circle svg {
	width: 30px;
	height: 30px;
}

/* ---------- ヘッダー ---------- */
.kmobi-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.kmobi-site-header .wp-block-navigation-item a {
	font-weight: 500;
}

/* ---------- セクション見出し（下線アクセント） ---------- */
.kmobi-section-title {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 8px !important;
}

.kmobi-section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 4px;
	border-radius: 999px;
	background: #F2711C;
}

/* ---------- ヒーロー ---------- */
.kmobi-hero h1 {
	letter-spacing: 0.02em;
}

/* ---------- ボタン ---------- */
.wp-block-button__link {
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(242, 113, 28, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.wp-block-button__link:hover {
	transform: translateY(-2px);
	opacity: 0.92;
	box-shadow: 0 8px 20px rgba(242, 113, 28, 0.4);
}

/* ---------- 中間CTA ---------- */
.kmobi-mid-cta h2 {
	margin-bottom: 24px;
}

/* ---------- レスポンシブ調整 ---------- */
@media (max-width: 600px) {
	.kmobi-hero h1 {
		font-size: 1.7rem !important;
	}
}

/* ---------- お悩みリスト ---------- */
.kmobi-worry-item {
	background: #ffffff;
	border-radius: 12px;
	padding: 16px 20px;
	box-shadow: 0 2px 8px rgba(27, 43, 75, 0.06);
	align-items: center;
	gap: 14px;
}

.kmobi-worry-item p {
	margin: 0;
	font-weight: 500;
}

.kmobi-worry-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #EAF4FC;
	color: #1B2B4B;
}

.kmobi-worry-icon svg {
	width: 18px;
	height: 18px;
}

/* ---------- 車種カード画像 ---------- */
.kmobi-vehicle-card .wp-block-image {
	background: radial-gradient(ellipse at center, #EAF4FC 0%, rgba(234,244,252,0) 70%);
	border-radius: 12px;
	padding: 8px;
}

.kmobi-vehicle-card img {
	filter: saturate(1.15) contrast(1.05);
}

/* ---------- 中間CTA(写真背景) ---------- */
.kmobi-mid-cta.wp-block-cover {
	overflow: hidden;
}
