/* H&H Truck Bodies — customer landing + product pages (black & yellow brand theme) */
.hhtb-landing {
	--hhtb-yellow: #FEDD00;
	--hhtb-yellow-dk: #e6c700;
	--hhtb-black: #111111;
	--hhtb-ink: #1b1b1b;
	--hhtb-line: #e5e5e5;
	--hhtb-muted: #6b6b6b;
	--hhtb-w: min(1280px, calc(100vw - 48px));
	width: var(--hhtb-w);
	margin-left: calc((100% - var(--hhtb-w)) / 2);
	color: var(--hhtb-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}
.hhtb-landing * { box-sizing: border-box; }
.hhtb-landing h1, .hhtb-landing h2, .hhtb-landing h3, .hhtb-landing h4 { margin: 0; line-height: 1.12; color: var(--hhtb-ink); }
.hhtb-l-banner h1, .hhtb-l-cta h2 { color: #fff; }

/* Banner */
.hhtb-l-banner {
	position: relative; border-radius: 16px; overflow: hidden;
	background: var(--hhtb-black) center/cover no-repeat;
	margin: 8px 0 36px; padding: 72px 48px;
	color: #fff;
}
.hhtb-l-banner::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.45) 60%, rgba(0,0,0,.15) 100%);
}
.hhtb-l-banner-inner { position: relative; z-index: 1; max-width: 640px; }
.hhtb-l-eyebrow {
	display: inline-block; margin: 0 0 12px; padding: 5px 12px;
	background: var(--hhtb-yellow); color: var(--hhtb-black);
	font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; border-radius: 4px;
}
.hhtb-l-banner h1 { font-size: clamp(30px, 5vw, 52px); font-weight: 800; letter-spacing: -.01em; }
.hhtb-l-sub { margin: 16px 0 0; font-size: 18px; color: rgba(255,255,255,.9); }

/* Get a Quote block */
.hhtb-l-quote {
	display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
	background: #fafafa; border: 1px solid var(--hhtb-line); border-radius: 16px;
	padding: 36px; margin-bottom: 48px;
}
.hhtb-l-quote-copy h2 { font-size: 30px; font-weight: 800; }
.hhtb-l-quote-copy p { color: var(--hhtb-muted); font-size: 16px; margin: 14px 0 22px; }
.hhtb-l-points { margin: 0; padding: 0; list-style: none; }
.hhtb-l-points li {
	position: relative; padding: 7px 0 7px 30px; font-size: 15px; font-weight: 600;
}
.hhtb-l-points li::before {
	content: ""; position: absolute; left: 0; top: 11px; width: 18px; height: 18px; border-radius: 50%;
	background: var(--hhtb-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* Sections */
.hhtb-l-section { margin: 0 0 52px; }
.hhtb-l-section > h2 { font-size: 28px; font-weight: 800; }
.hhtb-l-section-sub { color: var(--hhtb-muted); margin: 8px 0 22px; font-size: 16px; }

/* Card grid */
.hhtb-l-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.hhtb-l-card {
	display: flex; flex-direction: column; background: #fff;
	border: 1px solid var(--hhtb-line); border-radius: 12px; overflow: hidden;
	transition: box-shadow .15s ease, transform .15s ease;
}
.hhtb-l-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.1); transform: translateY(-2px); }
.hhtb-l-card-img { height: 190px; background: #f0f0f0 center/cover no-repeat; }
.hhtb-l-card-body { display: flex; flex-direction: column; flex: 1; padding: 16px 18px 18px; }
.hhtb-l-card-type { margin: 0 0 4px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--hhtb-yellow-dk); }
.hhtb-l-card-body h4 { font-size: 19px; font-weight: 700; }
.hhtb-l-card-body p { color: var(--hhtb-muted); font-size: 14px; margin: 8px 0 16px; flex: 1; }
.hhtb-l-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Buttons */
.hhtb-l-btn {
	display: inline-block; cursor: pointer; border: 2px solid var(--hhtb-black);
	background: var(--hhtb-yellow); color: var(--hhtb-black);
	font: inherit; font-weight: 700; font-size: 14px; line-height: 1;
	padding: 11px 18px; border-radius: 8px; text-decoration: none; text-align: center;
	transition: background .15s ease, color .15s ease;
}
.hhtb-l-btn:hover { background: var(--hhtb-black); color: var(--hhtb-yellow); }
.hhtb-l-btn--ghost { background: transparent; color: var(--hhtb-black); }
.hhtb-l-btn--ghost:hover { background: var(--hhtb-black); color: #fff; }
.hhtb-l-btn--big { padding: 14px 26px; font-size: 16px; }
.hhtb-l-submit { width: 100%; margin-top: 8px; padding: 14px; font-size: 16px; }

/* Brands */
.hhtb-l-brands { text-align: center; padding: 36px 0 12px; border-top: 1px solid var(--hhtb-line); }
.hhtb-l-brands h2 { font-size: 22px; font-weight: 800; margin-bottom: 22px; }
.hhtb-l-brand-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; }
.hhtb-l-brand {
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 20px; font-weight: 800; letter-spacing: .02em; color: var(--hhtb-black);
	padding: 14px 24px; border: 2px solid var(--hhtb-line); border-radius: 10px;
	min-height: 64px; box-sizing: border-box;
}
.hhtb-l-brand--logo { padding: 12px 24px; }
.hhtb-l-brand--logo img { height: 34px; width: auto; max-width: 200px; display: block; }

/* Lead form fields */
.hhtb-l-form { background: #fff; border: 1px solid var(--hhtb-line); border-radius: 12px; padding: 22px; }
.hhtb-l-field { display: block; margin-bottom: 12px; }
.hhtb-l-field > span { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 5px; }
.hhtb-l-field > span em { color: var(--hhtb-yellow-dk); font-style: normal; }
.hhtb-l-field input, .hhtb-l-field select, .hhtb-l-field textarea {
	width: 100%; padding: 11px 12px; border: 1px solid var(--hhtb-line); border-radius: 8px;
	font: inherit; color: var(--hhtb-ink); background: #fff;
}
.hhtb-l-field input:focus, .hhtb-l-field select:focus, .hhtb-l-field textarea:focus {
	outline: none; border-color: var(--hhtb-black); box-shadow: 0 0 0 3px rgba(254,221,0,.45);
}
.hhtb-l-field textarea { resize: vertical; }
.hhtb-l-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hhtb-l-interests { border: 1px solid var(--hhtb-line); border-radius: 8px; padding: 12px 14px; margin: 0 0 12px; }
.hhtb-l-interests legend { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; padding: 0 4px; }
.hhtb-l-check { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 14px; cursor: pointer; }
.hhtb-l-check input { width: auto; }
.hhtb-l-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hhtb-l-msg { margin: 12px 0 0; padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.hhtb-l-msg.ok { background: #e9f9ee; color: #1c7a3f; border: 1px solid #b9e7c8; }
.hhtb-l-msg.err { background: #fdecec; color: #b3261e; border: 1px solid #f3c2bf; }

/* Product page */
.hhtb-l-crumb { margin: 10px 0 18px; }
.hhtb-l-crumb a { color: var(--hhtb-ink); font-weight: 700; font-size: 14px; text-decoration: none; }
.hhtb-l-crumb a:hover { color: var(--hhtb-yellow-dk); }
.hhtb-l-product { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; margin: 8px 0 44px; }
.hhtb-l-product-media { height: 380px; border-radius: 16px; background: #f0f0f0 center/cover no-repeat; border: 1px solid var(--hhtb-line); }
.hhtb-l-eyebrow--dark { background: var(--hhtb-black); color: var(--hhtb-yellow); }
.hhtb-l-product-info h1 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin: 8px 0; }
.hhtb-l-product-blurb { color: var(--hhtb-muted); font-size: 16px; margin: 0 0 22px; }
.hhtb-l-notfound { text-align: center; padding: 48px 0; }

.hhtb-l-features { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 6px 28px; }
.hhtb-l-features li {
	position: relative; padding: 8px 0 8px 30px; font-size: 15px; border-bottom: 1px solid #f2f2f2;
}
.hhtb-l-features li::before {
	content: ""; position: absolute; left: 0; top: 12px; width: 18px; height: 18px; border-radius: 50%;
	background: var(--hhtb-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/12px no-repeat;
}

.hhtb-l-specs { width: 100%; border-collapse: collapse; border: 1px solid var(--hhtb-line); border-radius: 12px; overflow: hidden; }
.hhtb-l-specs th {
	background: var(--hhtb-black); color: #fff; text-align: left; font-size: 13px;
	text-transform: uppercase; letter-spacing: .04em; padding: 12px 16px; width: 220px; vertical-align: top;
}
.hhtb-l-specs td { padding: 12px 16px; border-top: 1px solid var(--hhtb-line); font-size: 15px; }
.hhtb-l-specs tbody tr:nth-child(even) td { background: #fafafa; }

.hhtb-l-cta {
	text-align: center; background: var(--hhtb-black); color: #fff;
	border-radius: 16px; padding: 44px 28px; margin: 0 0 48px;
}
.hhtb-l-cta h2 { font-size: 28px; font-weight: 800; }
.hhtb-l-cta p { color: rgba(255,255,255,.85); margin: 10px 0 22px; }

/* Modal */
.hhtb-l-modal {
	position: fixed; inset: 0; z-index: 100000; padding: 24px;
	background: rgba(0,0,0,.7); display: none; align-items: flex-start; justify-content: center; overflow-y: auto;
}
.hhtb-l-modal.open { display: flex; }
.hhtb-l-modal-inner {
	position: relative; background: #fff; border-radius: 14px; padding: 28px;
	max-width: 540px; width: 100%; margin: 5vh auto; box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.hhtb-l-modal-inner h3 { font-size: 22px; font-weight: 800; }
.hhtb-l-modal-product { color: var(--hhtb-yellow-dk); font-weight: 700; margin: 6px 0 16px; }
.hhtb-l-modal .hhtb-l-form { border: none; padding: 0; }
.hhtb-l-modal-close {
	position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border-radius: 50%;
	border: none; background: #f1f1f1; color: #333; font-size: 22px; line-height: 1; cursor: pointer;
}
.hhtb-l-modal-close:hover { background: var(--hhtb-yellow); }

@media (max-width: 860px) {
	.hhtb-l-quote { grid-template-columns: 1fr; gap: 24px; padding: 26px; }
	.hhtb-l-banner { padding: 52px 28px; }
	.hhtb-l-product { grid-template-columns: 1fr; }
	.hhtb-l-product-media { height: 260px; }
}
@media (max-width: 480px) {
	.hhtb-l-row { grid-template-columns: 1fr; }
}
