/* contactWithMap section styles (shared, externalised) */
.hcq-section { background: linear-gradient(180deg, #f7f4ea 0%, #f1eddd 100%); padding: 70px 0; position: relative; overflow: hidden; }
	.hcq-section * { box-sizing: border-box; }
	.hcq-inner { position: relative; z-index: 2; }

	.hcq-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #b0901f; margin-bottom: 8px; }
	.hcq-eyebrow svg { width: 16px; height: 16px; fill: #c9a24a; }
	.hcq-eyebrow::before, .hcq-eyebrow::after { content: ""; width: 30px; height: 1px; background: #c9a24a; }
	.hcq-section .hcq-title { font-family: 'Lustria', Georgia, 'Times New Roman', serif !important; font-size: 40px !important; font-weight: 700; color: #2d4d18; margin: 0 0 10px; line-height: 1.2; }
	.hcq-sub { font-size: 17px; color: #5a6b52; margin: 0 auto 14px; line-height: 1.6; }
	.hcq-hdiv { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 6px 0 44px; }
	.hcq-hdiv span { width: 70px; height: 1px; background: linear-gradient(90deg, transparent, #c9a24a); }
	.hcq-hdiv span:last-child { background: linear-gradient(90deg, #c9a24a, transparent); }
	.hcq-hdiv svg { width: 24px; height: 24px; fill: #c9a24a; }

	.hcq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
	.hcq-card { background: rgba(255,255,255,.6); border: 1.5px solid var(--ha-green); border-radius: 20px; padding: 30px 32px; box-shadow: 0 10px 30px rgba(80,60,20,.06); display: flex; flex-direction: column; }

	/* Card headers */
	.hcq-chead { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
	.hcq-chead-ico { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; background: #355019; display: flex; align-items: center; justify-content: center; }
	.hcq-chead-ico svg { width: 28px; height: 28px; fill: #fff; }
	.hcq-chead h3 { font-family: Georgia, serif; font-size: 26px; font-weight: 700; color: #2d4d18; margin: 0 0 3px; }
	.hcq-chead p { font-size: 14.5px; color: #5a6b52; margin: 0; }

	/* Form */
	.hcq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; flex: 1 1 auto; grid-template-rows: auto auto 1fr auto auto; }
	.hcq-field.full { height: 100%; }
	.hcq-field.full textarea { height: 100%; min-height: 130px; }
	.hcq-form .full { grid-column: 1 / -1; }
	.hcq-field { position: relative; }
	.hcq-field > svg { position: absolute; left: 15px; top: 18px; width: 18px; height: 18px; fill: #8aa05c; }
	.hcq-field input, .hcq-field textarea { width: 100%; background: #fffdf8; border: 1px solid #e2d9c2; border-radius: 10px; padding: 14px 16px 14px 44px; font-size: 15px; color: #3c4a30; transition: border-color .2s, box-shadow .2s; }
	.hcq-field textarea { resize: vertical; min-height: 130px; }
	.hcq-field input::placeholder, .hcq-field textarea::placeholder { color: #9aa07f; }
	.hcq-field input:focus, .hcq-field textarea:focus { outline: none; border-color: #8aa05c; box-shadow: 0 0 0 3px rgba(138,160,92,.18); }
	.hcq-submit { grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #4a7a23; color: #fff; font-size: 16px; font-weight: 700; padding: 15px 28px; border: 0; border-radius: 50px; cursor: pointer; transition: background .25s, transform .25s; }
	.hcq-submit:hover { background: #3c6322; transform: translateY(-2px); }
	.hcq-submit svg { width: 18px; height: 18px; fill: #fff; }
	.hcq-form-msg { grid-column: 1 / -1; text-align: center; }

	/* Location card */
	.hcq-loc-inner { display: flex; flex-direction: column; gap: 20px; flex: 1 1 auto; min-height: 0; }
	.hcq-info { background: #fffdf8; border: 1px solid #ece3cf; border-radius: 14px; padding: 22px 22px 24px; flex: 0 0 auto; }
	.hcq-info-leaf { width: 36px; height: 36px; margin-bottom: 10px; }
	.hcq-info-leaf svg { width: 36px; height: 36px; fill: #6b9a2e; }
	.hcq-info h4 { font-family: Georgia, serif; font-size: 19px; font-weight: 700; color: #2d4d18; margin: 0 0 8px; line-height: 1.3; }
	.hcq-info .hcq-wc { font-size: 14.5px; font-weight: 700; color: #3c4a30; margin: 0 0 10px; }
	.hcq-info .hcq-addr { font-size: 14px; color: #5a6b52; line-height: 1.6; margin: 0 0 14px; padding-top: 12px; border-top: 1px solid #efe7d2; }
	.hcq-info-row { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; color: #4a5840; margin-bottom: 9px; }
	.hcq-info-row svg { flex: 0 0 auto; width: 16px; height: 16px; fill: #6b9a2e; margin-top: 2px; }
	.hcq-info-row a { color: inherit; text-decoration: none; }
	.hcq-info-row a:hover { color: #4a7a23; }
	.hcq-dir { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; background: #4a7a23; color: #fff; font-size: 14px; font-weight: 700; padding: 11px 22px; border-radius: 8px; text-decoration: none; transition: background .2s, transform .2s; }
	.hcq-dir:hover { background: #3c6322; color: #fff; transform: translateY(-2px); }
	.hcq-dir svg { width: 15px; height: 15px; fill: #fff; }
	.hcq-map { border-radius: 14px; overflow: hidden; flex: 1 1 auto; min-height: 240px; border: 1px solid #ece3cf; }
	.hcq-map #google-map-placeholder { width: 100% !important; height: 100% !important; min-height: 240px; }
	.hcq-map #google-map-placeholder iframe { width: 100% !important; height: 100% !important; min-height: 240px; border: 0; display: block; }

	/* Bottom bar */
	.hcq-bottom { margin-top: 28px; width: 100vw; margin-left: calc(50% - 50vw); background: var(--ha-green); border: 0; border-radius: 0; padding: 18px max(24px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
	.hcq-bottom-item { display: flex; align-items: center; gap: 13px; padding: 4px 22px; border-left: 1px solid rgba(255,255,255,.22); }
	.hcq-bottom-item:first-child { border-left: 0; padding-left: 0; }
	.hcq-bottom-ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background: #355019; display: flex; align-items: center; justify-content: center; }
	.hcq-bottom-ico svg { width: 24px; height: 24px; fill: #fff; }
	.hcq-bottom-item strong { display: block; font-size: 15px; color: #fff; font-weight: 700; }
	.hcq-bottom-item .big { font-size: 16px; color: #fff; font-weight: 700; margin: 2px 0; }
	.hcq-bottom-item span { font-size: 14.5px; color: #fff; }
	.hcq-why h4 { font-family: Georgia, serif; font-size: 18px; font-weight: 700; color: #2d4d18; margin: 0 0 12px; }
	.hcq-why-list { display: flex; gap: 16px; flex-wrap: wrap; }
	.hcq-why-item { display: flex; align-items: center; gap: 9px; }
	.hcq-why-ico { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; background: #e3ecc9; display: flex; align-items: center; justify-content: center; }
	.hcq-why-ico svg { width: 19px; height: 19px; fill: #4a7a23; }
	.hcq-why-item span { font-size: 13px; color: #3c4a30; font-weight: 600; line-height: 1.25; }

	@media (max-width: 991px) {
		.hcq-section .hcq-title { font-size: 34px !important; }
		.hcq-grid { grid-template-columns: 1fr; }
		.hcq-loc-inner { grid-template-columns: 1fr; }
		.hcq-bottom { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
		.hcq-bottom-item:nth-child(3) { border-left: 0; }
	}
	@media (max-width: 575px) {
		.hcq-section { padding: 50px 0; }
		.hcq-section .hcq-title { font-size: 27px !important; }
		.hcq-card { padding: 24px; }
		.hcq-form { grid-template-columns: 1fr; }
		.hcq-bottom { grid-template-columns: 1fr; }
		.hcq-bottom-item { border-left: 0; padding: 4px 4px; }
	}
