/**
 * BTECH support and business action-page family.
 * The pages stay independent; this file supplies their shared visual system.
 */

.btech-action-center-page {
	--btech-action-navy: #172033;
	--btech-action-red: #d12228;
	--btech-action-red-dark: #ad171d;
	--btech-action-blue: #275f98;
	--btech-action-ink: #172033;
	--btech-action-muted: #5d687b;
	--btech-action-line: #d8dee8;
	--btech-action-surface: #fff;
	--btech-action-canvas: #f3f5f8;
	--btech-action-radius: 20px;
	background: var(--btech-action-canvas);
}

/* Compact sibling navigation, not a combined form hub. */
.btech-action-center-page .btech-action-hub {
	position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--btech-action-line);
	background: rgba(255, 255, 255, 0.98);
}

.btech-action-center-page .btech-action-hub__inner {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	padding: 11px 0;
}

.btech-action-center-page .btech-action-hub__heading-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.btech-action-center-page .btech-action-hub__identity {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: var(--btech-action-ink);
	text-decoration: none;
	white-space: nowrap;
}

.btech-action-center-page .btech-action-hub__identity:hover,
.btech-action-center-page .btech-action-hub__identity:focus-visible {
	color: var(--btech-action-red-dark);
	text-decoration: none;
}

.btech-action-center-page .btech-action-hub__identity:focus-visible,
.btech-action-center-page .btech-action-hub__link:focus-visible {
	outline: 3px solid rgba(209, 34, 40, 0.2);
	outline-offset: 2px;
}

.btech-action-center-page .btech-action-hub__eyebrow {
	color: var(--btech-action-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.btech-action-center-page .btech-action-hub__identity strong {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.btech-action-center-page .btech-action-hub__nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	width: min(720px, 66vw);
}

.btech-action-center-page .btech-action-hub__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 13px;
	border: 1px solid var(--btech-action-line);
	border-radius: 9px;
	background: #fff;
	color: var(--btech-action-ink);
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.btech-action-center-page .btech-action-hub__link:hover,
.btech-action-center-page .btech-action-hub__link:focus-visible {
	border-color: var(--btech-action-red);
	color: var(--btech-action-red-dark);
	text-decoration: none;
}

.btech-action-center-page .btech-action-hub__link.is-current {
	border-color: var(--btech-action-red);
	background: var(--btech-action-red);
	color: #fff;
}

/* Give every page the same full-width canvas. */
.btech-action-center-page :is(.btech-contact-page, .btech-dealer-page, .btech-repair-page, .bulk-quote-page) {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	background: var(--btech-action-canvas);
}

/* Shared intro treatment; page-specific copy and calls to action remain. */
.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero) {
	width: min(1240px, calc(100% - 40px)) !important;
	min-height: 310px;
	margin: 24px auto 0 !important;
	border-radius: 28px !important;
	overflow: hidden;
	box-shadow: 0 22px 55px rgba(20, 30, 46, 0.12);
}

.btech-action-center-page .contact-hero > .contact-shell,
.btech-action-center-page .dealer-hero > .dealer-shell,
.btech-action-center-page .btech-repair-hero > .btech-repair-shell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 310px;
	margin: 0 !important;
	padding: clamp(42px, 4.5vw, 60px) clamp(36px, 5vw, 64px) !important;
}

.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) h1 {
	max-width: 760px;
	margin-bottom: 18px;
	font-size: clamp(42px, 4.6vw, 60px) !important;
	line-height: 0.98 !important;
	letter-spacing: -0.045em;
}

.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) h1 + p,
.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) .contact-hero-copy,
.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) .dealer-hero-copy {
	max-width: 760px;
	font-size: 16.5px !important;
	line-height: 1.6 !important;
}

.btech-action-center-page .btech-repair-hero .btech-repair-eyebrow {
	align-self: flex-start;
	width: auto !important;
}

/* Shared content canvas and two-column information/form arrangement. */
.btech-action-center-page :is(.contact-content, .dealer-content, .btech-repair-main) {
	padding: 34px 20px 76px !important;
	background: transparent !important;
}

.btech-action-center-page .contact-content > .contact-shell,
.btech-action-center-page .dealer-content > .dealer-shell,
.btech-action-center-page .btech-repair-main > .btech-repair-shell {
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
}

.btech-action-center-page :is(.contact-grid, .dealer-intro-grid, .btech-repair-grid) {
	display: grid !important;
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr) !important;
	align-items: start !important;
	gap: 28px !important;
}

/* Information panels and form surfaces use the same card language. */
.btech-action-center-page :is(
	.contact-side-card,
	.dealer-process-card,
	.btech-repair-side-card,
	.contact-form-card,
	.dealer-form-card,
	.btech-repair-card,
	.bulk-quote-card
) {
	border: 1px solid var(--btech-action-line) !important;
	border-radius: var(--btech-action-radius) !important;
	background: var(--btech-action-surface) !important;
	box-shadow: 0 18px 44px rgba(23, 32, 51, 0.075) !important;
}

.btech-action-center-page :is(.contact-side-card, .dealer-process-card, .btech-repair-side-card) {
	padding: 34px !important;
}

.btech-action-center-page :is(
	.contact-form-heading,
	.dealer-form-heading,
	.btech-repair-form-heading,
	.bulk-quote-card-header
) {
	padding: 32px 34px 24px !important;
	border-bottom: 1px solid var(--btech-action-line) !important;
	background: #fff !important;
}

.btech-action-center-page :is(
	.contact-form-heading,
	.dealer-form-heading,
	.btech-repair-form-heading,
	.bulk-quote-card-header
) :is(h2, h3) {
	margin: 0 0 8px !important;
	color: var(--btech-action-ink) !important;
	font-size: clamp(26px, 2.4vw, 32px) !important;
	line-height: 1.12 !important;
	letter-spacing: -0.025em;
}

.btech-action-center-page :is(
	.contact-form-heading,
	.dealer-form-heading,
	.btech-repair-form-heading,
	.bulk-quote-card-header
) p {
	margin: 0 !important;
	color: var(--btech-action-muted) !important;
	font-size: 14.5px !important;
	line-height: 1.55 !important;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #bulk_order_form),
.btech-action-center-page .btech-repair-form-body {
	padding: 28px 34px 34px !important;
}

/* Form sections, labels, controls and action rows. */
.btech-action-center-page :is(
	.contact-section-title,
	.dealer-section-title,
	.btech-repair-section-heading,
	.bulk-form-section-title
) {
	display: flex !important;
	align-items: center !important;
	gap: 11px !important;
	margin: 0 0 20px !important;
	color: var(--btech-action-ink) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.01em !important;
	text-transform: none !important;
}

.btech-action-center-page :is(.contact-section-title, .dealer-section-title, .btech-repair-section-heading) > span,
.btech-action-center-page .bulk-form-section-title::before {
	display: inline-grid;
	flex: 0 0 30px;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--btech-action-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
}

.btech-action-center-page #bulk_order_form {
	counter-reset: btech-bulk-section;
}

.btech-action-center-page .bulk-form-section-title {
	counter-increment: btech-bulk-section;
}

.btech-action-center-page .bulk-form-section-title::before {
	content: counter(btech-bulk-section);
}

.btech-action-center-page :is(.contact-section, .dealer-section, .bulk-form-section) + :is(.contact-section, .dealer-section, .bulk-form-section),
.btech-action-center-page .btech-repair-section-heading:not(:first-of-type) {
	margin-top: 30px !important;
	padding-top: 30px !important;
	border-top: 1px solid var(--btech-action-line);
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form) label {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--btech-action-ink) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.4 !important;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
	:is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]), select, textarea) {
	width: 100%;
	min-height: 52px !important;
	padding: 13px 14px !important;
	border: 1px solid var(--btech-action-line) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--btech-action-ink) !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form) textarea {
	min-height: 150px !important;
	resize: vertical;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
	:is(input, select, textarea):focus-visible {
	border-color: var(--btech-action-blue) !important;
	outline: 3px solid rgba(39, 95, 152, 0.18);
	outline-offset: 1px;
	box-shadow: 0 0 0 1px rgba(39, 95, 152, 0.1) !important;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
	:is(input, select, textarea)[aria-invalid="true"] {
	border-color: var(--btech-action-red) !important;
	background: #fff8f8 !important;
}

/* One visible, readable error system across all four independent forms. */
.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form) label.error {
	display: block;
	margin: 7px 0 0 !important;
	color: var(--btech-action-red-dark) !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

.btech-action-center-page :is(.contact-form-error, .dealer-form-error, .bulk-form-error) {
	display: none;
	margin: 22px 0 0;
	padding: 13px 15px;
	border: 1px solid #e8a7aa;
	border-radius: 10px;
	background: #fff5f5;
	color: #8f151b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.btech-action-center-page :is(.contact-form-error, .dealer-form-error, .bulk-form-error).is-visible {
	display: block;
}

.btech-action-center-page :is(.contact-optional, .dealer-optional) {
	color: var(--btech-action-muted);
	font-size: 12px;
	font-weight: 650;
}

.btech-action-center-page .contact-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.btech-action-center-page :is(.contact-actions, .dealer-actions) {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 12px !important;
	margin-top: 30px !important;
	padding-top: 26px !important;
	border-top: 1px solid var(--btech-action-line);
}

.btech-action-center-page :is(.contact-reset, .dealer-reset) {
	min-height: 54px !important;
	padding: 12px 22px !important;
	border: 1px solid var(--btech-action-line) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--btech-action-ink) !important;
	font-size: 15px !important;
	font-weight: 750 !important;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
	:is(button[type="submit"], input[type="submit"], .submit-btn) {
	min-height: 54px !important;
	padding: 13px 26px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--btech-action-red) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	box-shadow: 0 10px 24px rgba(209, 34, 40, 0.18) !important;
	transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
	:is(button[type="submit"], input[type="submit"], .submit-btn):hover {
	background: var(--btech-action-red-dark) !important;
	box-shadow: 0 13px 28px rgba(209, 34, 40, 0.24) !important;
	transform: translateY(-1px);
}

.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
	:is(button[type="submit"], input[type="submit"], .submit-btn):focus-visible,
.btech-action-center-page :is(.contact-reset, .dealer-reset):focus-visible {
	outline: 3px solid rgba(209, 34, 40, 0.24);
	outline-offset: 3px;
}

.btech-action-center-page :is(.contact-security, .dealer-security, .bulk-submit-note) {
	margin: 18px 0 0 !important;
	color: var(--btech-action-muted) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	text-align: right;
}

/* Bulk Order follows the same intro/form rhythm without changing its handler. */
.btech-action-center-page.page-id-3055 .bulk-quote-page {
	padding: 24px 20px 88px !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-shell {
	width: min(1240px, 100%) !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-grid {
	display: block !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 310px;
	margin: 0 0 28px !important;
	padding: clamp(42px, 4.5vw, 60px) clamp(36px, 5vw, 64px) !important;
	border-radius: 28px !important;
	background:
		radial-gradient(circle at 92% 24%, transparent 0 150px, rgba(209, 34, 40, 0.12) 151px 214px, transparent 215px),
		linear-gradient(145deg, #111a29 0%, #243752 100%) !important;
	color: #fff !important;
	box-shadow: 0 22px 55px rgba(20, 30, 46, 0.12);
}

.btech-action-center-page.page-id-3055 .bulk-quote-intro :is(h1, h2, h3, p, li, strong) {
	color: inherit !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-intro .bulk-quote-kicker {
	color: #ff9095 !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-intro > p {
	max-width: 720px;
}

.btech-action-center-page.page-id-3055 .bulk-benefits {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px 12px !important;
	max-width: 900px;
}

.btech-action-center-page.page-id-3055 .bulk-benefit {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.btech-action-center-page.page-id-3055 .bulk-quote-intro .bulk-benefit > span:not(.bulk-benefit-mark) {
	color: rgba(255, 255, 255, 0.96) !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-intro .bulk-benefit-mark {
	background: rgba(54, 196, 119, 0.18) !important;
	color: #8ce2b2 !important;
}

.btech-action-center-page.page-id-3055 .bulk-response-note {
	max-width: 560px;
	margin-top: 18px !important;
}

.btech-action-center-page.page-id-3055 .bulk-quote-card {
	width: min(920px, 100%);
	margin: 0 auto !important;
}

@media (max-width: 991px) {
	.btech-action-center-page .btech-action-hub__heading-row {
		align-items: stretch;
		flex-direction: column;
		gap: 9px;
	}

	.btech-action-center-page .btech-action-hub__identity {
		min-height: 34px;
	}

	.btech-action-center-page .btech-action-hub__nav {
		width: 100%;
	}

	.btech-action-center-page :is(.contact-grid, .dealer-intro-grid, .btech-repair-grid) {
		grid-template-columns: 1fr !important;
	}

	/* The requested action comes first; supporting explanation follows it. */
	.btech-action-center-page :is(.contact-form-card, .dealer-form-card, .btech-repair-form-card) {
		order: 1;
	}

	.btech-action-center-page :is(.contact-sidebar, .contact-info-card, .dealer-process-card, .dealer-info-card, .btech-repair-sidebar) {
		order: 2;
	}
}

@media (max-width: 991px) { .btech-action-center-page .btech-repair-main > .btech-repair-shell { display: flex; flex-direction: column; } .btech-action-center-page .btech-repair-grid { order: 1; } .btech-action-center-page .btech-repair-intro { order: 2; } }
@media (max-width: 600px) {
	.btech-action-center-page .btech-action-hub__inner {
		width: min(100% - 24px, 1240px);
		padding: 9px 0 11px;
	}

	.btech-action-center-page .btech-action-hub__identity {
		justify-content: flex-start;
	}

	.btech-action-center-page .btech-action-hub__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.btech-action-center-page .btech-action-hub__link {
		min-height: 46px;
		padding: 8px 9px;
		font-size: 12.5px;
	}

	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero) {
		width: calc(100% - 24px) !important;
		min-height: 0;
		margin-top: 12px !important;
        padding: 28px 20px 32px;
		border-radius: 18px !important;
	}

	.btech-action-center-page .contact-hero > .contact-shell,
	.btech-action-center-page .dealer-hero > .dealer-shell,
	.btech-action-center-page .btech-repair-hero > .btech-repair-shell {
		min-height: 0;
		padding: 0 !important;
	}

	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) h1 {
		margin-bottom: 14px;
		font-size: clamp(34px, 10.2vw, 42px) !important;
		line-height: 0.99 !important;
	}

	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) h1 + p,
	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) .contact-hero-copy,
	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) .dealer-hero-copy {
		font-size: 15.5px !important;
		line-height: 1.58 !important;
	}

	.btech-action-center-page :is(.contact-content, .dealer-content, .btech-repair-main) {
		padding: 18px 12px 56px !important;
	}

	.btech-action-center-page :is(.contact-grid, .dealer-intro-grid, .btech-repair-grid) {
		gap: 16px !important;
	}

	.btech-action-center-page :is(
		.contact-side-card,
		.dealer-process-card,
		.btech-repair-side-card,
		.contact-form-card,
		.dealer-form-card,
		.btech-repair-card,
		.bulk-quote-card
	) {
		border-radius: 16px !important;
		box-shadow: 0 10px 28px rgba(23, 32, 51, 0.065) !important;
	}

	.btech-action-center-page :is(.contact-side-card, .dealer-process-card, .btech-repair-side-card) {
		padding: 24px 20px !important;
	}

	.btech-action-center-page :is(
		.contact-form-heading,
		.dealer-form-heading,
		.btech-repair-form-heading,
		.bulk-quote-card-header
	) {
		padding: 24px 20px 20px !important;
	}

	.btech-action-center-page :is(#contact_form_custom, #dealer_form, #bulk_order_form),
	.btech-action-center-page .btech-repair-form-body {
		padding: 22px 20px 26px !important;
	}

	.btech-action-center-page :is(.contact-actions, .dealer-actions) {
		align-items: stretch !important;
		flex-direction: column-reverse;
	}

	.btech-action-center-page :is(.contact-reset, .dealer-reset),
	.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form)
		:is(button[type="submit"], input[type="submit"], .submit-btn) {
		width: 100%;
	}

	.btech-action-center-page :is(.contact-security, .dealer-security, .bulk-submit-note) {
		text-align: left;
	}

	.btech-action-center-page.page-id-3055 .bulk-quote-page {
		padding: 12px 12px 64px !important;
	}

	.btech-action-center-page.page-id-3055 .bulk-quote-intro {
		min-height: 0;
		margin-bottom: 16px !important;
            padding: 30px 22px 34px;
		border-radius: 18px !important;
	}

	.btech-action-center-page.page-id-3055 .bulk-benefits {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.btech-action-center-page.page-id-3055 .bulk-benefit {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btech-action-center-page .btech-action-hub__link,
	.btech-action-center-page :is(#contact_form_custom, #dealer_form, #rma_form, #bulk_order_form) :is(input, select, textarea, button) {
		transition: none !important;
	}
}

/* Phase 3 action-first usability refinements — 2026-08-15 */

/* The original page assets padded both the hero and its shell. Keep one layer. */
.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero) {
	min-height: 0 !important;
	padding: 0 !important;
}

.btech-action-center-page .contact-hero > .contact-shell,
.btech-action-center-page .dealer-hero > .dealer-shell,
.btech-action-center-page .btech-repair-hero > .btech-repair-shell {
	min-height: 0 !important;
	padding: clamp(34px, 3.5vw, 48px) clamp(30px, 4.2vw, 54px) !important;
}

.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) h1 {
	padding: 0 !important;
	font-size: clamp(38px, 4.2vw, 54px) !important;
}

.btech-action-center-page :is(.contact-hero-points, .dealer-hero-points, .btech-repair-hero-actions) {
	margin-top: 20px !important;
}

.btech-action-center-page .dealer-hero-actions {
	margin-top: 16px !important;
}

.btech-action-center-page :is(.contact-content, .dealer-content, .btech-repair-main) {
	padding-top: 24px !important;
}

/* The contact email field should not leave an unexplained empty half-column. */
.btech-action-center-page .contact-fields > .contact-field-full {
	grid-column: 1 / -1 !important;
}

/* Optional dealer qualification data stays available without lengthening the core form. */
.btech-action-center-page .dealer-optional-details {
	grid-column: 1 / -1;
	margin: 4px 0 2px;
	padding: 0 !important;
	border: 1px solid var(--btech-action-line);
	border-radius: 12px;
	background: #f8fafc;
}

.btech-action-center-page .dealer-optional-details > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 52px;
	padding: 13px 16px;
	cursor: pointer;
	color: var(--btech-action-ink);
	font-weight: 800;
	list-style-position: inside;
}

.btech-action-center-page .dealer-optional-details > summary small {
	color: var(--btech-action-muted);
	font-size: 12px;
	font-weight: 600;
	text-align: right;
}

.btech-action-center-page .dealer-optional-details[open] > summary {
	border-bottom: 1px solid var(--btech-action-line);
}

.btech-action-center-page .dealer-optional-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 18px 16px 20px;
}

.btech-action-center-page .dealer-optional-fields > .dealer-field {
	grid-column: auto !important;
}

/* Put the quote form beside its concise rationale on desktop. */
@media (min-width: 992px) {
	.btech-action-center-page.page-id-3055 .bulk-quote-grid {
		display: grid !important;
		grid-template-columns: minmax(320px, 0.78fr) minmax(580px, 1.22fr) !important;
		align-items: start !important;
		gap: 28px !important;
		width: min(1180px, calc(100% - 40px)) !important;
		margin: 24px auto 0 !important;
		padding: 0 0 76px !important;
	}

	.btech-action-center-page .bulk-quote-intro {
		min-height: 0 !important;
		margin: 0 !important;
		padding: 38px 34px !important;
		border-radius: var(--btech-action-radius) !important;
	}

	.btech-action-center-page .bulk-quote-card {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width: 767px) {
	.btech-action-center-page .btech-action-hub__inner,
	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero) {
		width: min(100% - 24px, 1240px) !important;
	}

	.btech-action-center-page .contact-hero > .contact-shell,
	.btech-action-center-page .dealer-hero > .dealer-shell,
	.btech-action-center-page .btech-repair-hero > .btech-repair-shell,
	.btech-action-center-page .bulk-quote-intro {
		padding: 30px 22px !important;
	}

	.btech-action-center-page :is(.contact-hero, .dealer-hero, .btech-repair-hero, .bulk-quote-intro) h1 {
		font-size: clamp(32px, 10vw, 42px) !important;
	}

	.btech-action-center-page :is(.contact-hero-points, .dealer-hero-points) {
		gap: 8px !important;
		margin-top: 16px !important;
	}

	.btech-action-center-page :is(.contact-content, .dealer-content, .btech-repair-main) {
		padding-top: 16px !important;
	}

	.btech-action-center-page .dealer-optional-details > summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.btech-action-center-page .dealer-optional-details > summary small {
		text-align: left;
	}

	.btech-action-center-page .dealer-optional-fields {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.btech-action-center-page .bulk-quote-intro {
		margin-bottom: 18px !important;
	}

	.btech-action-center-page .bulk-quote-lead,
	.btech-action-center-page .bulk-benefits {
		margin-bottom: 18px !important;
	}

	.btech-action-center-page .bulk-response-note {
		margin-top: 12px !important;
	}
}

/* Phase 3 responsive QA follow-up — 2026-08-15 */

@media (max-width: 767px) {
	.btech-action-center-page .bulk-benefits {
		gap: 7px !important;
	}

	.btech-action-center-page .bulk-benefit {
		min-height: 0 !important;
		padding: 7px 10px !important;
	}

	.btech-action-center-page .bulk-benefit > span:last-child {
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	.btech-action-center-page .bulk-response-note {
		padding: 12px 13px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
	}
}
