/* ============================================================================
   H12 — Pages Services / Combos / Contact (autonome)
   Contient les composants partagés utilisés par ces gabarits pour ne dépendre
   d'aucun autre CSS de page.
   ========================================================================== */

/* ---- Hero de page (partagé) ---- */
.h12-pt-hero { position: relative; background: var(--h12-ink); color: #fff; overflow: hidden; padding: 80px 40px; text-align: center; }
.h12-pt-hero h1 { font-size: clamp(44px, 6vw, 84px); margin: 0; }
.h12-pt-hero p { font-size: 17px; color: var(--h12-hero-sub); max-width: 560px; margin: 22px auto 0; }

/* ---- CTA final (partagé) ---- */
.h12-cta { padding: 88px 40px; background: var(--h12-ink); color: #fff; position: relative; overflow: hidden; text-align: center; }
.h12-cta__glow { position: absolute; background-image: var(--h12-halftone-red); background-size: 14px 14px; -webkit-mask-image: radial-gradient(circle, #000 35%, transparent 70%); mask-image: radial-gradient(circle, #000 35%, transparent 70%); }
.h12-cta__glow--a { top: -80px; right: -40px; width: 460px; height: 460px; opacity: .35; }
.h12-cta__inner { position: relative; max-width: 760px; margin: 0 auto; }
.h12-cta h2 { font-size: clamp(44px, 6.5vw, 80px); }
.h12-cta p { font-size: 17px; color: var(--h12-hero-sub); margin: 22px 0 32px; }

/* ---- Combos (partagé) ---- */
.h12-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.h12-combo { background: #1E1E1E; border: 1.5px solid #333; border-radius: var(--h12-radius-lg); overflow: hidden; position: relative; transition: border-color 0.3s ease; }
.h12-combo:hover { border-color: var(--h12-red); }
.h12-combo__media { aspect-ratio: 16 / 9; background: #171717; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.h12-combo__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.3) 100%); z-index: 1; transition: opacity 0.3s ease; }
.h12-combo:hover .h12-combo__media::after { opacity: 0.85; }
.h12-combo__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: transform 0.4s ease, opacity 0.4s ease; z-index: 0; }
.h12-combo:hover .h12-combo__img { transform: scale(1.06); opacity: 1; }
.h12-combo__media .h12-badge { position: absolute; top: 14px; left: 14px; z-index: 2; }
.h12-combo__label { font-family: var(--h12-font-display); font-size: 26px; text-transform: uppercase; color: #fff; text-align: center; line-height: .9; position: relative; z-index: 2; text-shadow: 0 2px 4px rgba(0,0,0,0.6); }
.h12-combo__body { padding: 22px; }
.h12-combo__body h3 { font-weight: 800; font-size: 19px; margin: 0 0 8px; }
.h12-combo__body p { font-size: 13px; color: var(--h12-text-3); line-height: 1.6; margin: 0 0 16px; }
.h12-combo__price { display: flex; align-items: baseline; gap: 10px; }
.h12-combo__price .now { font-family: var(--h12-font-display); font-size: 32px; color: var(--h12-red); }
.h12-combo__price .was { font-size: 15px; color: var(--h12-text-3); text-decoration: line-through; }

/* ---- Services (lignes alternées) ---- */
.h12-svc-row { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; }
.h12-svc-row--rev .h12-svc-media { order: 2; }
.h12-svc-media { position: relative; aspect-ratio: 4 / 3; border-radius: var(--h12-radius-lg); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.h12-svc__media--dtf { background: var(--h12-ink); }
.h12-svc__media--broderie { background: var(--h12-bg-gray); border: 1px solid var(--h12-border); }
.h12-svc__media--info { background: var(--h12-red); }
.h12-svc__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.h12-svc-media:hover .h12-svc__img { transform: scale(1.04); }
.h12-svc__scrim { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.6), rgba(0,0,0,.22) 55%, rgba(0,0,0,.6)); }
.h12-svc__label { font-family: var(--h12-font-display); color: #fff; text-transform: uppercase; position: relative; font-size: 64px; line-height: .9; text-align: center; text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.h12-svc__media--broderie .h12-svc__label { color: #fff; font-size: 52px; }

.h12-svc-points { display: flex; flex-direction: column; gap: 16px; margin: 8px 0 26px; }
.h12-svc-point { display: flex; gap: 16px; }
.h12-svc-point .num { font-family: var(--h12-font-display); font-size: 22px; color: var(--h12-red); line-height: 1; min-width: 32px; flex: none; }
.h12-svc-point h4 { margin: 0 0 4px; font-weight: 800; font-size: 16px; }
.h12-svc-point p { margin: 0; font-size: 14px; color: var(--h12-text-2); line-height: 1.55; }

.h12-specs { border: var(--h12-bd); border-radius: var(--h12-radius); padding: 18px 20px; background: var(--h12-bg-gray); }
.h12-specs__title { font-size: 11px; letter-spacing: .18em; color: var(--h12-text-2); margin-bottom: 12px; }
.h12-specs dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.h12-specs dl > div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed var(--h12-border); padding-bottom: 8px; }
.h12-specs dt { color: var(--h12-text-2); font-size: 13px; }
.h12-specs dd { margin: 0; font-weight: 700; font-size: 13px; text-align: right; }

/* ---- Contact ---- */
.h12-contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.h12-form { display: flex; flex-direction: column; gap: 20px; }
.h12-form-field { display: flex; flex-direction: column; }
.h12-form-field label {
	font-family: var(--h12-font-mono);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--h12-ink);
	margin-bottom: 8px;
	display: block;
}
.h12-form-field label .h12-req {
	color: var(--h12-red);
	margin-left: 3px;
	font-weight: bold;
}
.h12-form input[type="text"],
.h12-form input[type="email"],
.h12-form textarea {
	width: 100%;
	border: 2px solid #E5E5E5;
	border-radius: var(--h12-radius-sm);
	padding: 14px 16px;
	font-family: var(--h12-font-body);
	font-size: 15px;
	background: #fbfbfb;
	color: var(--h12-ink);
	outline: none;
	transition: all 0.2s ease;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
}
.h12-form textarea {
	min-height: 160px;
	resize: vertical;
}
.h12-form input[type="text"]:focus,
.h12-form input[type="email"]:focus,
.h12-form textarea:focus {
	border-color: var(--h12-ink);
	background: #fff;
	box-shadow: 4px 4px 0px var(--h12-ink);
	transform: translate(-2px, -2px);
}
.h12-form .hp { position: absolute; left: -9999px; }
.h12-contact-side {
	border: 2px solid var(--h12-ink);
	border-radius: var(--h12-radius-lg);
	overflow: hidden;
	background: var(--h12-ink);
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	position: relative;
}
.h12-contact-side__header {
	position: relative;
	padding: 24px 28px;
	border-bottom: 2px solid #222;
	background-color: #171717;
	overflow: hidden;
}
.h12-contact-side__hatch {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 8px, transparent 8px 16px);
	pointer-events: none;
}
.h12-contact-side h3 {
	font-family: var(--h12-font-display);
	text-transform: uppercase;
	font-size: 28px;
	margin: 0;
	font-weight: 800;
	letter-spacing: .03em;
	color: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.h12-contact-side h3::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: var(--h12-red);
	margin-top: 8px;
}
.h12-contact-side__body {
	padding: 28px;
}
.h12-contact-side .row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 0;
	border-bottom: 1px solid #222;
}
.h12-contact-side .row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.h12-contact-side .row:first-child {
	padding-top: 0;
}
.h12-contact-side .row-header {
	display: flex;
	align-items: center;
	gap: 10px;
}
.h12-contact-icon {
	width: 16px;
	height: 16px;
	stroke: var(--h12-red);
	opacity: 0.9;
	flex-shrink: 0;
}
.h12-contact-side .row .k {
	font-family: var(--h12-font-mono);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: var(--h12-text-3);
	margin: 0;
}
.h12-contact-side .row .v {
	font-size: 15px;
	font-weight: 500;
	color: #e0e0e0;
	display: block;
	padding-left: 26px;
}
.h12-contact-email {
	color: #fff;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	transition: color 0.2s ease;
}
.h12-contact-email::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: var(--h12-red);
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.h12-contact-email:hover {
	color: var(--h12-red);
}
.h12-contact-email:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.h12-contact-payment-group {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
}
.h12-contact-payment-group .payment-tech {
	font-family: var(--h12-font-mono);
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	background: #222;
	border: 1px solid #333;
	padding: 3px 8px;
	border-radius: var(--h12-radius-sm);
	color: #fff;
}
.h12-contact-payment-group .payment-cards {
	font-size: 12px;
	color: var(--h12-text-3);
}

.h12-alert { border-radius: var(--h12-radius); padding: 14px 18px; font-size: 14px; margin-bottom: 20px; }
.h12-alert--ok { background: var(--h12-ok-bg); color: var(--h12-ok-text); border: 1px solid #BFE6CD; }
.h12-alert--err { background: #FEECEC; color: #A21117; border: 1px solid #F3C9C9; }

/* ---- Table de prix (pages piliers) ---- */
.h12-price-table { width: 100%; max-width: 720px; border-collapse: collapse; border: var(--h12-bd); border-radius: var(--h12-radius); overflow: hidden; }
.h12-price-table th { font-family: var(--h12-font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--h12-text-2); background: var(--h12-bg-gray); text-align: left; padding: 12px 18px; }
.h12-price-table th:last-child { text-align: right; }
.h12-price-table td { padding: 13px 18px; font-size: 15px; border-top: 1px solid var(--h12-border); }
.h12-price-table td:last-child { text-align: right; font-family: var(--h12-font-display); font-size: 20px; color: var(--h12-red); white-space: nowrap; }
.h12-price-note { max-width: 720px; margin: 16px 0 22px; font-size: 13px; color: var(--h12-text-2); line-height: 1.7; }

/* ---- FAQ (accordéon natif <details>) ---- */
.h12-faq { border-top: var(--h12-bd); }
.h12-faq details { border-bottom: var(--h12-bd); }
.h12-faq summary { cursor: pointer; padding: 18px 0; font-weight: 800; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.h12-faq summary::-webkit-details-marker { display: none; }
.h12-faq summary::after { content: '+'; font-family: var(--h12-font-mono); color: var(--h12-red); font-size: 22px; }
.h12-faq details[open] summary::after { content: '−'; }
.h12-faq .a { padding: 0 0 20px; color: var(--h12-text-2); font-size: 14px; line-height: 1.7; max-width: 720px; }

@media (max-width: 900px) {
	.h12-grid-3 { grid-template-columns: 1fr; }
	.h12-svc-row, .h12-contact-grid { grid-template-columns: 1fr; }
	.h12-svc-row--rev .h12-svc-media { order: 0; }
	.h12-specs dl { grid-template-columns: 1fr; }
}

/* ============================================================================
   FAQ — page dédiée /faq/ (accordéon animé + recherche live + filtres)
   Markup : page-faq.php · interactions : assets/js/ui.js (initFaq)
   ========================================================================== */
.h12-faqx-hero__inner { position: relative; z-index: 2; }
.h12-faqx-hero__glow { position: absolute; z-index: 1; pointer-events: none; background-image: var(--h12-halftone-red); background-size: 14px 14px; -webkit-mask-image: radial-gradient(circle, #000 35%, transparent 70%); mask-image: radial-gradient(circle, #000 35%, transparent 70%); }
.h12-faqx-hero__glow.a { top: -130px; right: -70px; width: 420px; height: 420px; opacity: .3; }
.h12-faqx-hero__glow.b { bottom: -150px; left: -90px; width: 360px; height: 360px; opacity: .16; }

.h12-faqx { max-width: 860px; margin: 0 auto; }

/* --- Barre d'outils : recherche + catégories --- */
.h12-faqx__tools { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.h12-faqx__search { position: relative; display: flex; align-items: center; }
.h12-faqx__search svg { position: absolute; left: 16px; width: 18px; height: 18px; color: var(--h12-text-3); pointer-events: none; }
.h12-faqx__search input { width: 100%; font-family: var(--h12-font-body); font-size: 15px; color: var(--h12-ink); padding: 15px 16px 15px 46px; border: var(--h12-bd-2); border-radius: var(--h12-radius); background: #fff; -webkit-appearance: none; appearance: none; transition: border-color var(--h12-t-card) var(--h12-ease), box-shadow var(--h12-t-card) var(--h12-ease); }
.h12-faqx__search input::placeholder { color: var(--h12-text-3); }
.h12-faqx__search input:focus { outline: none; border-color: var(--h12-red); box-shadow: 0 0 0 3px rgba(196, 22, 28, .12); }

.h12-faqx__cats { display: flex; flex-wrap: wrap; gap: 8px; }
.h12-faqx__cat { font-family: var(--h12-font-mono); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; padding: 9px 15px; border: var(--h12-bd); border-radius: 100px; background: #fff; color: var(--h12-text-2); cursor: pointer; white-space: nowrap; transition: color var(--h12-t-card) var(--h12-ease), background var(--h12-t-card) var(--h12-ease), border-color var(--h12-t-card) var(--h12-ease); }
.h12-faqx__cat:hover { border-color: var(--h12-ink); color: var(--h12-ink); }
.h12-faqx__cat.is-active { background: var(--h12-red); border-color: var(--h12-red); color: #fff; }

/* --- Liste + items --- */
.h12-faqx__list { display: flex; flex-direction: column; gap: 12px; }
.h12-faqx__item { background: #fff; border: var(--h12-bd); border-radius: var(--h12-radius-lg); overflow: hidden; transition: border-color var(--h12-t-card) var(--h12-ease), box-shadow var(--h12-t-card) var(--h12-ease); }
.h12-faqx__item:hover { border-color: #d6d6d6; box-shadow: 0 6px 20px rgba(0, 0, 0, .05); }
.h12-faqx__item.is-open { border-color: var(--h12-ink); box-shadow: var(--h12-shadow-card); }
.h12-faqx__item[hidden] { display: none; }

.h12-faqx__qh { margin: 0; font-size: inherit; font-weight: inherit; }
.h12-faqx__q { width: 100%; display: flex; align-items: flex-start; gap: 15px; padding: 20px 22px; background: none; border: 0; text-align: left; cursor: pointer; font-family: var(--h12-font-body); color: var(--h12-ink); }
.h12-faqx__num { font-family: var(--h12-font-mono); font-size: 12px; font-weight: 700; color: var(--h12-red); flex: none; padding-top: 3px; }
.h12-faqx__qt { flex: 1; font-size: 16px; font-weight: 800; line-height: 1.45; }
.h12-faqx__chev { flex: none; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--h12-bg-gray); color: var(--h12-ink); transition: transform .38s var(--h12-ease), background var(--h12-t-card) var(--h12-ease), color var(--h12-t-card) var(--h12-ease); }
.h12-faqx__chev svg { width: 16px; height: 16px; }
.h12-faqx__q:hover .h12-faqx__chev { background: var(--h12-ink); color: #fff; }
.h12-faqx__item.is-open .h12-faqx__chev { transform: rotate(180deg); background: var(--h12-red); color: #fff; }

/* Ouverture animée (grid-template-rows 0fr -> 1fr) */
.h12-faqx__ans { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--h12-ease); }
.h12-faqx__item.is-open .h12-faqx__ans { grid-template-rows: 1fr; }
.h12-faqx__ans-inner { overflow: hidden; }
.h12-faqx__a { padding: 0 22px 22px 52px; color: var(--h12-text-2); font-size: 15px; line-height: 1.75; }
.h12-faqx__a a { color: var(--h12-red); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.h12-faqx__a a:hover { color: var(--h12-red-hover); }

.h12-faqx__empty { text-align: center; color: var(--h12-text-2); font-size: 15px; padding: 34px 0; }

/* --- Révélation au scroll (ui.js ajoute .reveal-in) --- */
.h12-faqx__item.reveal, .h12-faqx__tools.reveal, .h12-faqx-cta .h12-cta__inner.reveal { opacity: 0; transform: translateY(16px); transition: opacity var(--h12-t-reveal) var(--h12-ease), transform var(--h12-t-reveal) var(--h12-ease); transition-delay: var(--d, 0s); }
.h12-faqx__item.reveal.reveal-in, .h12-faqx__tools.reveal.reveal-in, .h12-faqx-cta .h12-cta__inner.reveal.reveal-in { opacity: 1; transform: none; }

.h12-faqx-cta { margin-top: 0; }
.h12-faqx-cta .h12-btn { margin-top: 30px; }

@media (max-width: 640px) {
	.h12-faqx__q { padding: 18px; gap: 12px; }
	.h12-faqx__a { padding: 0 18px 20px 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.h12-faqx__item.reveal, .h12-faqx__tools.reveal, .h12-faqx-cta .h12-cta__inner.reveal { opacity: 1; transform: none; transition: none; }
	.h12-faqx__ans, .h12-faqx__chev, .h12-faqx__item { transition: none; }
}

/* ============================================================
   CRÉE TON COMBO (page /combos/, estimateur interactif)
   ============================================================ */
.h12-bl-sec { overflow: hidden; }
.h12-bl-sec__head { text-align: center; margin-bottom: 44px; }
.h12-bl-sec__head p { font-size: 16px; color: #B8B8B8; max-width: 520px; margin: 16px auto 0; }

.h12-bl { display: grid; grid-template-columns: 1fr 400px; gap: 22px; align-items: start; max-width: var(--h12-maxw-narrow); margin: 0 auto; }

.h12-bl__step-title { font-family: var(--h12-font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--h12-text-3); margin: 0 0 12px; }
.h12-bl__items + .h12-bl__step-title, .h12-bl__opts { margin-top: 6px; }
.h12-bl__items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 26px; }

.h12-bl__item { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #1E1E1E; border: 1.5px solid #333; border-radius: var(--h12-radius-lg); padding: 16px 18px; transition: border-color var(--h12-t-card) ease; }
.h12-bl__item:hover { border-color: #555; }
.h12-bl__item.is-on { border-color: var(--h12-red); }
.h12-bl__item-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.h12-bl__item-info strong { font-weight: 800; font-size: 15px; }
.h12-bl__item-price { font-family: var(--h12-font-mono); font-size: 12px; color: var(--h12-text-3); }

.h12-bl__stepper { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.h12-bl__stepper button { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid #444; background: transparent; color: #fff; font-size: 16px; line-height: 1; cursor: pointer; transition: border-color var(--h12-t-fast) ease, background var(--h12-t-fast) ease; }
.h12-bl__stepper button:hover { border-color: var(--h12-red); background: rgba(196, 22, 28, .15); }
.h12-bl__stepper [data-h12-qty] { font-family: var(--h12-font-display); font-size: 20px; min-width: 22px; text-align: center; }

.h12-bl__opts { display: flex; flex-wrap: wrap; gap: 10px; }
.h12-bl__pill { font-family: var(--h12-font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #C4C4C4; background: transparent; border: 1.5px solid #444; border-radius: 999px; padding: 10px 16px; cursor: pointer; transition: border-color var(--h12-t-fast) ease, color var(--h12-t-fast) ease, background var(--h12-t-fast) ease; }
.h12-bl__pill:hover { border-color: #777; color: #fff; }
.h12-bl__pill.is-active { border-color: var(--h12-red); color: #fff; background: rgba(196, 22, 28, .18); }

.h12-bl__summary { background: #1E1E1E; border: 1.5px solid #333; border-radius: var(--h12-radius-lg); padding: 24px; position: sticky; top: 96px; }
.h12-bl__sum-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.h12-bl__sum-title { font-family: var(--h12-font-display); font-size: 22px; text-transform: uppercase; }
.h12-bl__count { font-family: var(--h12-font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--h12-text-3); }

.h12-bl__lines { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.h12-bl__lines li { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: #C4C4C4; }
.h12-bl__lines li b { font-weight: 700; color: #fff; white-space: nowrap; }
.h12-bl__empty { font-size: 13px; color: var(--h12-text-3); margin: 0 0 16px; }

.h12-bl__meter { margin-bottom: 18px; }
.h12-bl__meter-bar { height: 6px; background: #333; border-radius: 999px; overflow: hidden; }
.h12-bl__meter-bar span { display: block; height: 100%; width: 0; background: var(--h12-red); border-radius: 999px; transition: width .35s var(--h12-ease); }
.h12-bl__meter-msg { font-family: var(--h12-font-mono); font-size: 11px; color: var(--h12-text-3); margin: 8px 0 0; }

.h12-bl__row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: #C4C4C4; padding: 6px 0; }
.h12-bl__row b { font-weight: 700; color: #fff; }
.h12-bl__row--disc, .h12-bl__row--disc b { color: #6FCF8B; }

.h12-bl__total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 1.5px solid #333; margin-top: 10px; padding-top: 14px; }
.h12-bl__total > span:first-child { font-family: var(--h12-font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--h12-text-3); }
.h12-bl__total-num { font-family: var(--h12-font-display); font-size: 42px; color: var(--h12-red); line-height: 1; font-variant-numeric: tabular-nums; }
.h12-bl__save { font-size: 13px; font-weight: 700; color: #6FCF8B; margin: 8px 0 0; text-align: right; }

.h12-bl__ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.h12-bl__ctas .h12-btn { width: 100%; text-align: center; justify-content: center; }
.h12-bl__note { font-size: 12px; color: var(--h12-text-3); line-height: 1.6; margin: 14px 0 0; }

@media (max-width: 980px) {
	.h12-bl { grid-template-columns: 1fr; }
	.h12-bl__summary { position: static; }
}
@media (max-width: 640px) {
	.h12-bl__items { grid-template-columns: 1fr; }
	.h12-bl-sec__head { margin-bottom: 30px; }
}
