/* =============================================
   pages/thanks.css (v3)
   ---------------------------------------------
   お問い合わせ完了ページのデザイン
   Gutenberg ネイティブブロック対応版
   ============================================= */


/* ===== レイアウト ===== */
.thanks-content {
	max-width: 720px;
	margin: 0 auto;
	padding: 40px 0;
}


/* ===== チェックアイコン ===== */
.thanks-icon {
	margin: 0 auto 30px;
	width: 64px;
	height: 64px;
	color: var(--c-brand-800, #25547f);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.thanks-icon svg {
	display: block;
}


/* ===== リード文 ===== */
.thanks-content .thanks-lead {
	font-size: 17px;
	line-height: 1.85;
	color: #2a2a2a;
	margin: 0 0 40px;
	font-weight: 500;
	text-align: center;
}


/* ===== 注釈 ===== */
.thanks-content .thanks-notes {
	background: #f7f9fb;
	border-radius: 8px;
	padding: 24px 28px;
	margin: 0 0 48px;
}

.thanks-content .thanks-note-item {
	font-size: 14px;
	line-height: 1.85;
	color: #555;
	margin: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.thanks-content .thanks-note-item + .thanks-note-item {
	margin-top: 8px;
}

.thanks-content .thanks-note-mark {
	color: var(--c-brand-800, #25547f);
	font-weight: 700;
	margin-right: 4px;
}


/* ===== お急ぎ連絡先 ===== */
.thanks-content .thanks-contact-info {
	border-top: 1px solid #e3e7eb;
	border-bottom: 1px solid #e3e7eb;
	padding: 32px 20px !important;
	margin: 0 0 48px !important;
}

.thanks-content .thanks-contact-title {
	font-size: 16px !important;
	font-weight: 700;
	color: var(--c-brand-800, #25547f);
	margin: 0 0 12px !important;
	letter-spacing: 0.05em;
	text-align: center;
}

.thanks-content .thanks-contact-tel {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 8px !important;
	letter-spacing: 0.02em;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	text-align: center;
}

.thanks-content .thanks-contact-tel a {
	color: var(--c-brand-800, #25547f);
	text-decoration: none !important;
}

.thanks-content .thanks-contact-tel a:hover {
	color: var(--c-brand-900, #1a3d5c);
}

.thanks-content .thanks-contact-hours {
	font-size: 13px;
	color: #666;
	margin: 0 !important;
	text-align: center;
}


/* ===== ホームへ戻るボタン (Gutenberg wp:button 対応) ===== */
.thanks-actions {
	margin: 0 !important;
	justify-content: center;
}

.thanks-actions .wp-block-button__link,
.thanks-actions .wp-element-button {
	display: inline-block;
	padding: 16px 48px !important;
	background: linear-gradient(135deg, #1a3d5c 0%, #25547f 55%, #4a8ab5 100%) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	border-radius: 50px !important;
	box-shadow: 0 4px 14px rgba(37, 84, 127, 0.28);
	transition: transform 0.2s, box-shadow 0.2s;
	min-width: 240px;
	text-align: center;
	border: none !important;
}

.thanks-actions .wp-block-button__link:hover,
.thanks-actions .wp-element-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(37, 84, 127, 0.35);
	color: #fff !important;
}


/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
	.thanks-content {
		padding: 30px 0;
	}

	.thanks-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 24px;
	}

	.thanks-content .thanks-lead {
		font-size: 15px;
		margin-bottom: 32px;
	}

	.thanks-content .thanks-notes {
		padding: 20px;
		margin-bottom: 36px;
	}

	.thanks-content .thanks-note-item {
		font-size: 13px;
	}

	.thanks-content .thanks-contact-info {
		padding: 24px 16px !important;
		margin-bottom: 36px !important;
	}

	.thanks-content .thanks-contact-tel {
		font-size: 22px;
	}

	.thanks-actions .wp-block-button__link,
	.thanks-actions .wp-element-button {
		min-width: 0;
		width: 100%;
		padding: 14px 32px !important;
	}
}
