/* Market Development Inquiry — Page-specific Styles */
/* v1.0 — Phase 3: Inquiry form */

/* ============================================
   Hero / Main Visual (page-specific BG)
   ============================================ */
@media screen and (min-width: 768px) {
	.marketdev-inquiry .inquiry-hero {
		background-image: url(/images/marketdev/03_Shikai-Top-Img01.png);
	}
}

@media screen and (max-width: 767px) {
	.marketdev-inquiry .inquiry-hero {
		background-image: url(/images/marketdev/03_Shikai-Top-Img01.png);
	}
}

/* ============================================
   Form layout override for single-column
   (contact-form already provides most styling)
   ============================================ */
.marketdev-inquiry .page-header .intro-text {
	line-height: 1.8;
	color: #333;
}

@media screen and (min-width: 768px) {
	.marketdev-inquiry .page-header .intro-text {
		font-size: 15px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.marketdev-inquiry .page-header .intro-text {
		font-size: 14px;
		margin-top: 10px;
	}
}

/* Complete page — return button spacing */
.marketdev-inquiry .complete + .marketdev-btn-wrapper {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.marketdev-inquiry .complete + .marketdev-btn-wrapper {
		margin-top: 25px;
	}
}
