/* ==========================================================================
   PROTEC — Design system v2
   Thème clair professionnel · accent teal/bleu · CTA corail · footer sombre
   ========================================================================== */

:root {
	--bg:         #FFFFFF;
	--bg-alt:     #F5F7FA;
	--panel:      #FFFFFF;
	--panel-2:    #EEF2F6;
	--border:     #E2E7EE;
	--text:       #10192B;
	--text-muted: #5B6478;
	--dark:       #0B1526;
	--dark-2:     #101E38;
	--accent:     #0F9E8E;
	--accent-2:   #0074D9;
	--accent-soft:#E3F5F2;
	--cta:        #FF6B4A;
	--cta-hover:  #E85A3A;
	--wa:         #25D366;
	--wa-hover:   #1FB859;
	--radius:     16px;
	--radius-sm:  10px;
	--shadow:     0 4px 20px rgba(16, 25, 43, .06);
	--shadow-lg:  0 14px 40px rgba(16, 25, 43, .12);
	--font-display: 'Space Grotesk', sans-serif;
	--font-body:  'Inter', sans-serif;
	--font-mono:  'JetBrains Mono', monospace;
	--topbar-h:   38px;
	--header-h:   76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); }

body {
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	line-height: 1.65;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
	font-family: var(--font-display);
	line-height: 1.15;
	margin: 0 0 .5em;
	letter-spacing: -.01em;
	color: var(--text);
}
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.65rem, 3.5vw, 2.3rem); font-weight: 600; }
h3 { font-size: 1.18rem; font-weight: 600; }
p  { color: var(--text-muted); margin: 0 0 1em; }
a  { color: var(--accent); text-decoration: none; }
img { max-width: 100%; height: auto; }
::selection { background: rgba(15,158,142,.2); }

.mono { font-family: var(--font-mono); }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 780px; }

.section { padding: 92px 0; position: relative; }
.section--alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section--page-header { padding: 56px 0 26px; }
.section-intro { max-width: 640px; }
.section-intro p { margin-bottom: 0; }

.section-head {
	display: flex; align-items: flex-end; justify-content: space-between;
	gap: 24px; flex-wrap: wrap; margin-bottom: 8px;
}
.link-more {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 600; font-size: .95rem; margin-bottom: 14px;
	transition: gap .18s ease;
}
.link-more:hover { gap: 12px; }
.link-more .icon { width: 18px; height: 18px; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--font-mono); font-size: .78rem; letter-spacing: .08em;
	text-transform: uppercase; color: var(--accent); margin: 0 0 14px;
}
.eyebrow--light { color: #7EE8DA; }
.dot {
	width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
	box-shadow: 0 0 0 4px rgba(15,158,142,.15);
	animation: pulse 2s infinite;
	flex-shrink: 0;
}
@keyframes pulse {
	0%,100% { box-shadow: 0 0 0 4px rgba(15,158,142,.15); }
	50%     { box-shadow: 0 0 0 8px rgba(15,158,142,.05); }
}
.status-badge { display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: .8rem; color: var(--accent); }

/* ---------------- Icônes ---------------- */
.icon { width: 22px; height: 22px; flex-shrink: 0; }
.icon--lg { width: 30px; height: 30px; }
.icon--xl { width: 58px; height: 58px; }
.icon--xxl { width: 90px; height: 90px; opacity: .45; }

/* ---------------- Boutons ---------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-family: var(--font-body); font-weight: 600; font-size: .92rem;
	padding: 12px 20px; border-radius: 999px; border: 1px solid transparent;
	cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
	white-space: nowrap; line-height: 1.2;
}
.btn:active { transform: scale(.97); }
.btn--lg { padding: 15px 26px; font-size: 1rem; }
.btn--sm { padding: 8px 15px; font-size: .82rem; }
.btn--block { width: 100%; }
.btn--rdv { background: var(--wa); color: #fff; box-shadow: 0 6px 18px rgba(37,211,102,.32); }
.btn--rdv:hover { background: var(--wa-hover); transform: translateY(-2px); }
.btn--cta { background: var(--cta); color: #fff; box-shadow: 0 6px 18px rgba(255,107,74,.28); }
.btn--cta:hover { background: var(--cta-hover); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--text); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--devis { background: var(--accent-2); color: #fff; box-shadow: 0 6px 18px rgba(0,116,217,.26); }
.btn--devis:hover { background: #0061B5; transform: translateY(-2px); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn.is-loading { opacity: .7; pointer-events: none; }

/* ---------------- Barre de progression de scroll ---------------- */
.scroll-progress {
	position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1200;
	background: transparent; pointer-events: none;
}
.scroll-progress span {
	display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

/* ---------------- Topbar ---------------- */
.topbar {
	background: var(--dark); color: #B9C3D6;
	font-size: .8rem; height: var(--topbar-h);
	display: flex; align-items: center;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; }
.topbar-links { display: flex; align-items: center; gap: 22px; min-width: 0; }
.topbar-links a, .topbar-hours { display: inline-flex; align-items: center; gap: 7px; color: #B9C3D6; white-space: nowrap; }
.topbar-links a:hover { color: #fff; }
.topbar .icon { width: 15px; height: 15px; color: var(--accent); }
.topbar-socials { display: flex; align-items: center; gap: 4px; }
.topbar-socials a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px; border-radius: 8px; color: #B9C3D6;
	transition: color .15s ease, background .15s ease;
}
.topbar-socials a:hover { color: #fff; background: rgba(255,255,255,.1); }
.topbar-socials .icon { width: 15px; height: 15px; }

/* ---------------- Header ---------------- */
.site-header {
	position: sticky; top: 0; z-index: 1000;
	background: rgba(255,255,255,.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--border); box-shadow: 0 6px 24px rgba(16,25,43,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; height: var(--header-h); }

/* Logo */
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--text); }
.logo--image { flex-shrink: 0; }
.logo img.custom-logo,
.custom-logo-link img,
img.custom-logo {
	display: block;
	max-height: 54px !important;
	max-width: min(230px, 46vw) !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}
.footer-logo-chip {
	display: inline-flex; align-items: center; justify-content: center;
	background: #fff; border-radius: 12px; padding: 8px 14px;
}
.footer-logo-chip img.custom-logo { max-height: 46px !important; }
.logo-badge { display: inline-flex; }
.logo-mark-svg { width: 46px; height: 46px; display: block; filter: drop-shadow(0 4px 10px rgba(15,158,142,.3)); }
.logo-mark-svg--hero { width: 120px; height: 120px; }
.logo-words { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text {
	font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
	letter-spacing: .04em; color: var(--text);
}
.logo-text em { font-style: normal; color: var(--accent); }
.logo-sub {
	font-family: var(--font-mono); font-size: .58rem; letter-spacing: .22em;
	text-transform: uppercase; color: var(--text-muted); margin-top: 3px;
}

/* Navigation */
.main-nav { display: flex; }
.nav-list { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
	display: block; padding: 9px 15px; border-radius: 999px;
	color: var(--text); font-weight: 500; font-size: .95rem;
	transition: color .15s ease, background .15s ease;
}
.nav-list a:hover { color: var(--accent); background: var(--accent-soft); }
.nav-list .current-menu-item > a,
.nav-list .current_page_item > a { color: var(--accent); background: var(--accent-soft); }

.header-actions { display: flex; align-items: center; gap: 12px; }

/* Burger */
.nav-toggle {
	display: none; flex-direction: column; justify-content: center; gap: 5px;
	width: 44px; height: 44px; padding: 10px;
	background: var(--panel-2); border: 1px solid var(--border); border-radius: 12px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: transform .22s ease, opacity .22s ease; }
.site-header.is-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------- Hero ---------------- */
.hero { position: relative; padding: 84px 0 96px; overflow: hidden; }
.hero-bg {
	position: absolute; inset: 0; pointer-events: none;
	background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
	background-size: 44px 44px;
	-webkit-mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 75%);
	mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 75%);
	opacity: .55;
}
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .35; }
.orb--1 { width: 380px; height: 380px; background: #9BE8DE; top: -120px; right: 4%; animation: drift 9s ease-in-out infinite alternate; }
.orb--2 { width: 300px; height: 300px; background: #BBD8F7; bottom: -140px; left: -60px; animation: drift 11s ease-in-out infinite alternate-reverse; }
@keyframes drift { from { transform: translate(0,0); } to { transform: translate(28px, 22px); } }

.hero-inner {
	position: relative;
	display: grid; grid-template-columns: 1.1fr .9fr;
	gap: 56px; align-items: center;
}
.hero h1 span {
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { font-size: 1.1rem; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 38px; }

.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats .mono { font-size: 1.55rem; font-weight: 600; color: var(--text); }
.hero-stats small { color: var(--text-muted); font-size: .8rem; margin-top: 2px; }

.hero-visual { position: relative; }
.hero-visual img {
	width: 100%; border-radius: 22px; box-shadow: var(--shadow-lg);
	border: 1px solid var(--border); display: block;
}
.hero-visual__placeholder {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
	min-height: 380px; text-align: center;
	background: linear-gradient(160deg, #F0FBF9, #EAF3FC);
	border: 1px dashed #BCD7D2; border-radius: 22px; padding: 30px;
}
.hero-visual__placeholder p { margin: 0; font-size: .92rem; }
.hero-visual__placeholder small { color: var(--text-muted); font-size: .78rem; }

.hero-card {
	position: absolute; display: flex; align-items: center; gap: 11px;
	background: #fff; border: 1px solid var(--border); border-radius: 14px;
	box-shadow: var(--shadow-lg); padding: 12px 16px;
	font-size: .82rem; font-weight: 600; color: var(--text); line-height: 1.25;
	animation: floaty 5s ease-in-out infinite;
}
.hero-card small { display: block; font-weight: 500; color: var(--text-muted); font-size: .72rem; }
.hero-card .icon { color: var(--accent); }
.hero-card--1 { top: 8%; left: -26px; }
.hero-card--2 { bottom: 10%; right: -18px; animation-delay: 2.2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------------- Marquee marques ---------------- */
.marquee { padding: 26px 0 30px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-alt); }
.marquee-label {
	text-align: center; margin: 0 0 14px;
	font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em;
	text-transform: uppercase; color: var(--text-muted);
}
.marquee-viewport {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
	display: flex; gap: 42px; width: max-content;
	animation: marquee 28s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
	display: inline-flex; align-items: center; gap: 9px;
	font-family: var(--font-display); font-weight: 600; font-size: 1rem;
	letter-spacing: .06em; color: var(--text-muted); white-space: nowrap;
}
.marquee-item .icon { width: 15px; height: 15px; color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------------- Services ---------------- */
.services-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
	gap: 22px; margin-top: 34px;
}
.service-card {
	position: relative; background: var(--panel);
	border: 1px solid var(--border); border-radius: var(--radius);
	padding: 28px 24px 22px; overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	display: flex; flex-direction: column;
}
.service-card::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
	transform: scaleX(0); transform-origin: left; transition: transform .28s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #CBE9E4; }
.service-card:hover::before { transform: scaleX(1); }
.service-card h3 a { color: var(--text); }
.service-card h3 a:hover { color: var(--accent); }
.service-card p { font-size: .92rem; flex: 1; }
.service-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 60px; height: 60px; border-radius: 16px; margin-bottom: 18px;
	background: var(--accent-soft); color: var(--accent);
	transition: transform .25s ease;
}
.service-card:hover .service-icon { transform: scale(1.08) rotate(-4deg); }
.service-photo { display: block; margin: -28px -24px 18px; }
.service-photo img { width: 100%; height: 170px; object-fit: cover; display: block; }
.service-links { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 6px; }
.service-cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .88rem; }
.service-cta .icon { width: 18px; height: 18px; }
.service-more {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; border-radius: 50%;
	background: var(--panel-2); color: var(--text); transition: background .15s ease, color .15s ease, transform .15s ease;
}
.service-more:hover { background: var(--accent); color: #fff; transform: translateX(3px); }
.service-more .icon { width: 17px; height: 17px; }

/* Fiche service */
.service-detail { display: grid; grid-template-columns: 1.5fr .8fr; gap: 46px; align-items: start; }
.service-detail__photo img { border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 24px; }
.service-detail__aside { display: flex; flex-direction: column; gap: 22px; position: sticky; top: calc(var(--header-h) + 20px); }
.aside-links { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; }
.aside-links h4 { margin-bottom: 12px; }
.aside-links .footer-list a { color: var(--text-muted); }
.aside-links .footer-list a:hover { color: var(--accent); }

/* ---------------- Process ---------------- */
.process-grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 22px; margin-top: 36px; counter-reset: step;
}
.process-step {
	position: relative; background: #fff; border: 1px solid var(--border);
	border-radius: var(--radius); padding: 26px 22px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.process-step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.process-step .icon { color: var(--accent); margin-bottom: 12px; }
.process-step h3 { font-size: 1.05rem; }
.process-step p { font-size: .88rem; margin: 0; }
.step-num {
	position: absolute; top: 16px; right: 18px;
	font-size: 1.9rem; font-weight: 600; color: var(--panel-2);
	line-height: 1;
}

/* ---------------- Produits ---------------- */
.products-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
	gap: 22px; margin-top: 34px;
}
.product-card {
	background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
	overflow: hidden; display: flex; flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #CBE9E4; }
.product-thumb {
	position: relative; display: flex; align-items: center; justify-content: center;
	height: 190px; background: linear-gradient(160deg, #F2FAF8, #EDF3FA);
	color: #8FB9B2; overflow: hidden;
}
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-thumb img { transform: scale(1.06); }
.product-badge {
	position: absolute; top: 12px; left: 12px; z-index: 2;
	background: var(--cta); color: #fff;
	font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
	padding: 5px 11px; border-radius: 999px; box-shadow: 0 4px 12px rgba(255,107,74,.35);
}
.product-body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.product-cat { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.product-body h3 { font-size: 1.02rem; margin-bottom: 6px; }
.product-body h3 a { color: var(--text); }
.product-body h3 a:hover { color: var(--accent); }
.product-body p { font-size: .87rem; flex: 1; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.product-card .btn--devis.btn--block { margin-top: 10px; }
.titre-devis .icon { color: var(--accent-2) !important; }
.commande-modal #devis-etape-succes .commande-success__icon { background: rgba(0,116,217,.1); color: var(--accent-2); }
.price { font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--text); }
.price--lg { font-size: 1.7rem; color: var(--accent); }

/* Fiche produit */
.produit-detail { display: grid; grid-template-columns: 1fr 1.1fr; gap: 52px; align-items: start; }
.produit-detail__media {
	position: relative; display: flex; align-items: center; justify-content: center;
	min-height: 340px; border-radius: 22px; overflow: hidden;
	background: linear-gradient(160deg, #F2FAF8, #EDF3FA);
	border: 1px solid var(--border); color: #8FB9B2;
}
.produit-detail__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ref { color: var(--text-muted); font-size: .82rem; letter-spacing: .05em; }
.ref-sep { margin: 0 6px; }
.produit-detail__actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 22px 0; }
.reassurance { list-style: none; margin: 0; padding: 18px 20px; background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.reassurance li { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--text-muted); padding: 5px 0; }
.reassurance .icon { width: 18px; height: 18px; color: var(--accent); }

/* ---------------- Boutique : hub de choix Neuf / Occasion ---------------- */
.etat-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.etat-hub-card {
	position: relative; display: flex; flex-direction: column; align-items: flex-start;
	background: #fff; border: 1.5px solid var(--border); border-radius: 22px;
	padding: 40px 34px; overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.etat-hub-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.etat-hub-card::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
}
.etat-hub-card--neuf::before { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.etat-hub-card--occasion::before { background: linear-gradient(90deg, #D97706, #B45309); }
.etat-hub-card--neuf:hover { border-color: #BFE5DF; }
.etat-hub-card--occasion:hover { border-color: #F3D5A8; }
.etat-hub-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 74px; height: 74px; border-radius: 18px; margin-bottom: 22px;
}
.etat-hub-card--neuf .etat-hub-card__icon { background: var(--accent-soft); color: var(--accent); }
.etat-hub-card--occasion .etat-hub-card__icon { background: #FDF0DE; color: #B45309; }
.etat-hub-card h2 { margin-bottom: 8px; }
.etat-hub-card p { font-size: .95rem; margin-bottom: 22px; }
.etat-hub-card__count {
	display: inline-flex; align-items: center; font-family: var(--font-mono); font-size: .8rem;
	padding: 5px 13px; border-radius: 999px; margin-bottom: 20px;
}
.etat-hub-card--neuf .etat-hub-card__count { background: var(--accent-soft); color: var(--accent); }
.etat-hub-card--occasion .etat-hub-card__count { background: #FDF0DE; color: #B45309; }
.etat-hub-card__cta {
	display: inline-flex; align-items: center; gap: 9px;
	font-weight: 700; font-size: .98rem; color: var(--text);
	transition: gap .18s ease;
}
.etat-hub-card:hover .etat-hub-card__cta { gap: 14px; }
.etat-hub-card--neuf .etat-hub-card__cta .icon { color: var(--accent); }
.etat-hub-card--occasion .etat-hub-card__cta .icon { color: #B45309; }
.etat-hub-all { text-align: center; margin-top: 30px; font-size: .92rem; }
.etat-hub-all a { color: var(--text-muted); font-weight: 500; }
.etat-hub-all a:hover { color: var(--accent); }

.boutique-retour { display: inline-flex; margin-bottom: 22px; }
.icon--flip { transform: scaleX(-1); }

/* ---------------- Boutique : onglets état (Neuf / Occasion) ---------------- */
.etat-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.etat-tab {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 11px 20px; border-radius: 999px;
	background: #fff; border: 1.5px solid var(--border);
	color: var(--text); font-weight: 600; font-size: .92rem;
	transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}
.etat-tab .icon { width: 17px; height: 17px; }
.etat-tab:hover { transform: translateY(-2px); border-color: #CBE9E4; }
.etat-tab--active { background: var(--text); border-color: var(--text); color: #fff; }
.etat-tab--active:hover { color: #fff; }
.etat-tab--neuf.etat-tab--active { background: var(--accent); border-color: var(--accent); }
.etat-tab--occasion.etat-tab--active { background: #B45309; border-color: #B45309; }

/* Badge Neuf/Occasion sur les cartes et fiches produit */
.etat-tag {
	position: absolute; top: 12px; right: 12px; z-index: 2;
	font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
	padding: 5px 11px; border-radius: 999px; color: #fff;
}
.etat-tag--neuf { background: var(--accent); box-shadow: 0 4px 12px rgba(15,158,142,.35); }
.etat-tag--occasion { background: #B45309; box-shadow: 0 4px 12px rgba(180,83,9,.35); }
.produit-detail__media .etat-tag { top: 16px; right: 16px; }
.produit-detail__media .product-badge { top: 16px; left: 16px; }

/* Groupes de catégorie dans la boutique (ordinateurs ensemble, caméras ensemble…) */
.produit-groupe { margin-bottom: 46px; }
.produit-groupe:last-child { margin-bottom: 0; }
.produit-groupe__titre {
	display: flex; align-items: center; gap: 10px;
	font-size: 1.15rem; padding-bottom: 12px; margin-bottom: 4px;
	border-bottom: 1px solid var(--border);
}
.produit-groupe__count { font-size: .78rem; font-weight: 500; color: var(--text-muted); background: var(--panel-2); border-radius: 999px; padding: 2px 10px; }

/* ---------------- Boutique : toolbar / filtres / recherche ---------------- */
.boutique-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-pill {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 8px 16px; border-radius: 999px;
	background: #fff; border: 1px solid var(--border);
	color: var(--text); font-weight: 500; font-size: .87rem;
	transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.filter-pill:hover { border-color: var(--accent); color: var(--accent); }
.filter-pill--active { background: var(--text); border-color: var(--text); color: #fff; }
.filter-pill--active:hover { color: #fff; border-color: var(--text); }
.pill-count { font-size: .7rem; background: rgba(15,158,142,.12); color: var(--accent); border-radius: 999px; padding: 1px 7px; }
.filter-pill--active .pill-count { background: rgba(255,255,255,.18); color: #fff; }

.search-box {
	display: flex; align-items: center; gap: 9px;
	background: #fff; border: 1px solid var(--border); border-radius: 999px;
	padding: 9px 16px; min-width: 260px; flex: 0 1 320px;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.search-box:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(15,158,142,.12); }
.search-box .icon { width: 17px; height: 17px; color: var(--text-muted); }
.search-box input { border: 0; outline: 0; background: transparent; font: inherit; width: 100%; color: var(--text); }
.results-count { font-size: .78rem; color: var(--text-muted); margin: 18px 0 0; }
.boutique-empty { margin-top: 26px; }
.link-reset { background: none; border: 0; color: var(--accent); font: inherit; font-weight: 600; cursor: pointer; text-decoration: underline; }

/* ---------------- Bandeau "Pourquoi Protec" ---------------- */
.why-band {
	background: radial-gradient(ellipse 100% 130% at 50% -20%, var(--dark-2), var(--dark));
	color: #fff; padding: 92px 0;
}
.why-band h2 { color: #fff; max-width: 640px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); gap: 20px; margin-top: 40px; }
.why-item {
	background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
	border-radius: var(--radius); padding: 26px 22px;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.why-item:hover { transform: translateY(-5px); background: rgba(255,255,255,.075); border-color: rgba(126,232,218,.35); }
.why-item h3 { color: #fff; font-size: 1.05rem; }
.why-item p { color: #A9B4C8; font-size: .88rem; margin: 0; }
.why-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 54px; height: 54px; border-radius: 14px; margin-bottom: 16px;
	background: linear-gradient(135deg, rgba(15,158,142,.28), rgba(0,116,217,.28));
	color: #7EE8DA;
}

/* ---------------- Témoignages ---------------- */
.testi-slider { margin-top: 34px; overflow: hidden; }
.testi-track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.testi-card {
	flex: 0 0 100%; margin: 0;
	background: var(--bg-alt); border: 1px solid var(--border); border-radius: 20px;
	padding: 40px clamp(24px, 6vw, 64px); text-align: center; position: relative;
}
.testi-quote { position: absolute; top: 22px; left: 26px; color: var(--accent); opacity: .28; }
.testi-stars { display: flex; justify-content: center; gap: 3px; color: #F6B31B; margin-bottom: 18px; }
.testi-stars .icon { width: 17px; height: 17px; }
.testi-card blockquote {
	margin: 0 auto 20px; max-width: 640px;
	font-family: var(--font-display); font-size: clamp(1.05rem, 2.2vw, 1.3rem);
	font-weight: 500; line-height: 1.5; color: var(--text);
}
.testi-card figcaption strong { display: block; }
.testi-card figcaption span { font-size: .82rem; color: var(--text-muted); }
.testi-nav { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.testi-dot {
	width: 9px; height: 9px; border-radius: 999px; border: 0; padding: 0; cursor: pointer;
	background: var(--border); transition: width .2s ease, background .2s ease;
}
.testi-dot.is-active { width: 26px; background: var(--accent); }

/* ---------------- FAQ ---------------- */
.faq-list { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color .2s ease; }
.faq-item.is-open { border-color: #BFE5DF; }
.faq-q {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	width: 100%; padding: 18px 22px; background: none; border: 0; cursor: pointer;
	font: 600 1rem var(--font-body); color: var(--text); text-align: left;
}
.faq-q .icon { width: 19px; height: 19px; color: var(--text-muted); transition: transform .25s ease; }
.faq-item.is-open .faq-q .icon { transform: rotate(180deg); color: var(--accent); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-a > p { overflow: hidden; margin: 0; padding: 0 22px; font-size: .93rem; transition: padding .3s ease; }
.faq-item.is-open .faq-a > p { padding: 0 22px 20px; }

/* ---------------- Bandeau CTA ---------------- */
.cta-band {
	background: linear-gradient(115deg, #0C7D71, var(--accent) 40%, var(--accent-2));
	color: #fff; padding: 66px 0;
}
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band h2 span { opacity: .85; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band .btn--rdv { box-shadow: 0 8px 24px rgba(0,0,0,.22); }

/* ---------------- Contact ---------------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 34px; }
.contact-card {
	background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
	padding: 28px 24px; display: flex; flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.contact-card p { flex: 1; font-size: .92rem; }
.contact-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; border-radius: 15px; margin-bottom: 16px;
	background: var(--accent-soft); color: var(--accent);
}
.map-embed { margin-top: 34px; border-radius: 20px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--dark); color: #A9B4C8; margin-top: 0; }
.footer-grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 40px; padding: 70px 24px 50px;
}
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; }
.site-footer p { color: #A9B4C8; font-size: .9rem; }
.footer-brand .logo-text { color: #fff; }
.footer-brand .logo-sub { color: #7C8AA3; }
.footer-brand .logo-mark-svg { filter: none; }
.logo--footer { margin-bottom: 16px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-list a { color: #A9B4C8; font-size: .9rem; transition: color .15s ease; }
.footer-list a:hover { color: #7EE8DA; }
.footer-list--contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; }
.footer-list--contact .icon { width: 17px; height: 17px; color: var(--accent); margin-top: 3px; }
.footer-list--contact { margin-bottom: 18px; }
.footer-socials { display: flex; gap: 8px; margin-top: 18px; }
.social-btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 11px;
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
	color: #C6CFDE; transition: background .15s ease, color .15s ease, transform .15s ease, border-color .15s ease;
}
.social-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-3px); }
.social-btn .icon { width: 17px; height: 17px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 24px; }
.footer-bottom p { margin: 0; font-size: .82rem; color: #7C8AA3; }
.footer-bottom strong { color: #C6CFDE; }
.footer-menu { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; }
.footer-menu a { color: #7C8AA3; font-size: .82rem; }
.footer-menu a:hover { color: #7EE8DA; }

/* ---------------- Boutons flottants ---------------- */
.float-wa {
	position: fixed; right: 22px; bottom: 22px; z-index: 950;
	display: flex; align-items: center; justify-content: center;
	width: 58px; height: 58px; border-radius: 50%;
	background: var(--wa); color: #fff;
	box-shadow: 0 10px 26px rgba(37,211,102,.45);
	transition: transform .18s ease, background .18s ease;
}
.float-wa:hover { transform: scale(1.08); background: var(--wa-hover); }
.float-wa__pulse {
	position: absolute; inset: 0; border-radius: 50%;
	border: 2px solid var(--wa);
	animation: waPulse 2.2s ease-out infinite;
}
@keyframes waPulse {
	0% { transform: scale(1); opacity: .8; }
	100% { transform: scale(1.65); opacity: 0; }
}
.to-top {
	position: fixed; right: 26px; bottom: 94px; z-index: 950;
	display: flex; align-items: center; justify-content: center;
	width: 46px; height: 46px; border-radius: 14px;
	background: #fff; border: 1px solid var(--border); color: var(--text);
	box-shadow: var(--shadow); cursor: pointer;
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { color: var(--accent); border-color: var(--accent); }
.to-top .icon { width: 19px; height: 19px; }

/* ---------------- Modal commande ---------------- */
.commande-modal { position: fixed; inset: 0; z-index: 1300; display: none; }
.commande-modal.is-open { display: block; }
.commande-modal__overlay {
	position: absolute; inset: 0; background: rgba(11,21,38,.6);
	backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
	animation: fadeIn .2s ease;
}
.commande-modal__panel {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: min(560px, calc(100vw - 32px)); max-height: calc(100vh - 40px); overflow-y: auto;
	background: #fff; border-radius: 20px; padding: 32px 30px;
	box-shadow: 0 30px 80px rgba(11,21,38,.35);
	animation: popIn .25s cubic-bezier(.3,1.4,.6,1);
}
@keyframes fadeIn { from { opacity: 0; } }
@keyframes popIn { from { opacity: 0; transform: translate(-50%, -47%) scale(.96); } }
.commande-modal__close {
	position: absolute; top: 16px; right: 16px;
	display: flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 11px;
	background: var(--panel-2); border: 0; cursor: pointer; color: var(--text);
	transition: background .15s ease, color .15s ease;
}
.commande-modal__close:hover { background: #FBE3DC; color: var(--cta); }
.commande-modal h3 { display: flex; align-items: center; gap: 10px; }
.commande-modal h3 .icon { color: var(--cta); }
.commande-modal__produit {
	font-size: .9rem; background: var(--accent-soft); color: var(--text);
	border-radius: 10px; padding: 10px 14px; margin-bottom: 20px;
}
.commande-modal label { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: .86rem; color: var(--text); margin-bottom: 14px; }
.commande-modal label small { font-weight: 400; color: var(--text-muted); }
.commande-modal input:not(.hp-field), .commande-modal textarea {
	font: inherit; color: var(--text);
	border: 1px solid var(--border); border-radius: 11px;
	padding: 11px 14px; background: var(--bg-alt); width: 100%;
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.commande-modal input:focus, .commande-modal textarea:focus {
	outline: 0; border-color: var(--accent); background: #fff;
	box-shadow: 0 0 0 4px rgba(15,158,142,.12);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.qty { display: flex; align-items: stretch; gap: 8px; }
.qty input { text-align: center; -moz-appearance: textfield; appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-btn {
	width: 44px; border: 1px solid var(--border); border-radius: 11px;
	background: #fff; font-size: 1.15rem; font-weight: 600; color: var(--text);
	cursor: pointer; transition: border-color .15s ease, color .15s ease;
	flex-shrink: 0;
}
.qty-btn:hover { border-color: var(--accent); color: var(--accent); }
.form-feedback { font-size: .88rem; font-weight: 600; margin: 12px 0 0; min-height: 1em; }
.form-feedback.error { color: #DC2626; }
.form-feedback.success { color: var(--accent); }
.form-note { font-size: .76rem; color: var(--text-muted); text-align: center; margin: 12px 0 0; }

.commande-success { text-align: center; padding: 12px 4px 4px; }
.commande-success__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 84px; height: 84px; border-radius: 50%; margin-bottom: 18px;
	background: var(--accent-soft); color: var(--accent);
	animation: popIn2 .4s cubic-bezier(.3,1.6,.6,1);
}
@keyframes popIn2 { from { transform: scale(.5); opacity: 0; } }
.commande-success__icon .icon { width: 40px; height: 40px; }
.commande-success__produit {
	display: inline-flex; align-items: center; gap: 9px;
	background: var(--accent-soft); color: var(--text); font-weight: 600; font-size: .92rem;
	border-radius: 999px; padding: 9px 18px; margin: 4px 0 14px;
}
.commande-success__produit .icon { width: 17px; height: 17px; color: var(--accent); }
.commande-success .btn { margin-top: 10px; }

/* ---------------- Blog ---------------- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.blog-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.blog-card__body { padding: 20px; }
.blog-card h2 { font-size: 1.1rem; }
.blog-card h2 a { color: var(--text); }
.blog-card h2 a:hover { color: var(--accent); }
.blog-date { font-size: .72rem; color: var(--text-muted); letter-spacing: .06em; }
.article-content { font-size: 1.02rem; }
.article-content img { border-radius: var(--radius); }
.article-content h2, .article-content h3 { margin-top: 1.4em; }

/* ---------------- Reveal ---------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in-view { opacity: 1; transform: none; }

/* ---------------- Responsive ---------------- */
@media (max-width: 1020px) {
	.hero-inner { grid-template-columns: 1fr; gap: 40px; }
	.hero-card--1 { left: 6px; }
	.hero-card--2 { right: 6px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.produit-detail { grid-template-columns: 1fr; gap: 30px; }
	.service-detail { grid-template-columns: 1fr; }
	.service-detail__aside { position: static; }
}

@media (max-width: 820px) {
	:root { --header-h: 66px; }
	.topbar-hours { display: none; }
	.section { padding: 66px 0; }
	.nav-toggle { display: flex; }
	.header-actions .btn--rdv span { display: none; }
	.header-actions .btn--rdv { padding: 12px; border-radius: 13px; }
	.logo img.custom-logo { max-height: 44px !important; }

	.main-nav {
		position: absolute; top: 100%; left: 0; right: 0;
		background: #fff; border-bottom: 1px solid var(--border);
		box-shadow: 0 20px 40px rgba(16,25,43,.12);
		max-height: 0; overflow: hidden; transition: max-height .3s ease;
	}
	.site-header.is-open .main-nav { max-height: 420px; }
	.nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 18px; }
	.nav-list a { padding: 13px 14px; border-radius: 10px; font-size: 1rem; }
}

@media (max-width: 720px) {
	.etat-hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.topbar-links a span { display: none; }
	.topbar-links a { gap: 0; }
	.topbar-links { gap: 14px; }
	.hero { padding: 56px 0 70px; }
	.hero-stats { gap: 24px; }
	.hero-card { display: none; }
	.form-row { grid-template-columns: 1fr; }
	.cta-band-inner { flex-direction: column; align-items: flex-start; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 50px; }
	.footer-bottom-inner { flex-direction: column; }
	.float-wa { right: 16px; bottom: 16px; width: 52px; height: 52px; }
	.to-top { right: 19px; bottom: 82px; }
	.commande-modal__panel { padding: 26px 20px; }
}

/* ---------------- Accessibilité / mouvement réduit ---------------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
	.marquee-track { animation: none; flex-wrap: wrap; justify-content: center; }
}

/* ---------------- Navigation entre les pages de la boutique ---------------- */
.boutique-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.boutique-nav .link-more { margin-bottom: 0; }
.admin-alert {
	background: #FDF0DE; border: 1px solid #F3D5A8; color: #8a4b06;
	border-radius: 12px; padding: 14px 18px; font-size: .9rem;
}

/* ---------------- Modal Rendez-vous ---------------- */
.titre-rdv .icon { color: var(--wa) !important; }
.rdv-intro { font-size: .9rem; margin-bottom: 18px; }
.commande-modal select {
	font: inherit; color: var(--text); width: 100%;
	border: 1px solid var(--border); border-radius: 11px;
	padding: 11px 14px; background: var(--bg-alt);
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.commande-modal select:focus {
	outline: 0; border-color: var(--accent); background: #fff;
	box-shadow: 0 0 0 4px rgba(15,158,142,.12);
}
.commande-modal input:disabled { background: var(--panel-2); color: var(--text-muted); }

.rdv-slots-zone { margin-bottom: 14px; }
.rdv-slots-label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 8px; }
.rdv-slots {
	display: flex; flex-wrap: wrap; gap: 8px;
	background: var(--bg-alt); border: 1px solid var(--border);
	border-radius: 12px; padding: 12px; min-height: 58px;
}
.rdv-slots-hint { margin: 0; font-size: .84rem; color: var(--text-muted); align-self: center; }
.rdv-slots-hint--ferme { color: #B45309; }
.rdv-slot {
	font: 600 .86rem var(--font-mono); color: var(--text);
	background: #fff; border: 1.5px solid var(--border); border-radius: 9px;
	padding: 9px 14px; cursor: pointer;
	transition: border-color .15s ease, background .15s ease, color .15s ease, transform .12s ease;
}
.rdv-slot:hover:not(:disabled) { border-color: var(--wa); color: var(--wa); transform: translateY(-2px); }
.rdv-slot.is-active { background: var(--wa); border-color: var(--wa); color: #fff; }
.rdv-slot--pris {
	opacity: .45; cursor: not-allowed; text-decoration: line-through;
	background: var(--panel-2);
}
.btn--google { background: #4285F4; color: #fff; box-shadow: 0 6px 18px rgba(66,133,244,.28); }
.btn--google:hover { background: #3367D6; transform: translateY(-2px); }
button.service-cta {
	background: none; border: 0; padding: 0; cursor: pointer;
	font: 600 .88rem var(--font-body); color: var(--accent);
	display: inline-flex; align-items: center; gap: 8px;
}
button.service-cta:hover { text-decoration: underline; }

/* ==========================================================================
   v3 — Méga-menu dégradé, recherche, panier
   ========================================================================== */

/* ---------------- Barre de navigation dégradée animée ---------------- */
.mega-nav {
	background: linear-gradient(100deg, #0B7D71, #0F9E8E 22%, #12B8A2 42%, #0088E0 68%, #0057B8 100%);
	background-size: 250% 100%;
	animation: navFlow 14s ease-in-out infinite;
	position: relative;
	box-shadow: 0 4px 18px rgba(0,116,217,.18);
}
@keyframes navFlow {
	0%, 100% { background-position: 0% 50%; }
	50%      { background-position: 100% 50%; }
}
.mega-nav::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
	background-size: 200% 100%;
	animation: navShine 5s linear infinite;
}
@keyframes navShine { from { background-position: 200% 0; } to { background-position: -200% 0; } }

.mega-nav-inner { display: flex; }
.mega-list { display: flex; align-items: stretch; gap: 2px; list-style: none; margin: 0; padding: 0; }
.mega-list > li { position: static; }
.mega-list > li > a {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 15px 22px; color: #fff; font-weight: 600; font-size: .95rem;
	position: relative; transition: background .18s ease;
}
.mega-list > li > a::after {
	content: ""; position: absolute; left: 22px; right: 22px; bottom: 9px; height: 2px;
	background: #fff; border-radius: 2px;
	transform: scaleX(0); transform-origin: center; transition: transform .25s ease;
}
.mega-list > li > a:hover { background: rgba(255,255,255,.14); }
.mega-list > li > a:hover::after { transform: scaleX(1); }
.mega-list > li > a .icon { width: 15px; height: 15px; transition: transform .25s ease; }
.has-mega:hover > a .icon, .has-mega.is-open > a .icon { transform: rotate(180deg); }

/* ---------------- Panneaux du méga-menu ---------------- */
.mega-panel {
	position: absolute; left: 0; right: 0; top: 100%;
	background: #fff; border-top: 1px solid var(--border);
	box-shadow: 0 26px 50px rgba(16,25,43,.16);
	opacity: 0; visibility: hidden; transform: translateY(-12px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s;
	z-index: 900; max-height: 78vh; overflow-y: auto;
}
.has-mega:hover .mega-panel,
.has-mega.is-open .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel-inner { display: grid; grid-template-columns: 1fr 280px; gap: 34px; padding: 30px 24px 34px; }

.mega-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.mega-service {
	display: flex; align-items: flex-start; gap: 12px;
	padding: 13px 14px; border-radius: 12px; color: var(--text);
	transition: background .15s ease, transform .15s ease;
}
.mega-service:hover { background: var(--accent-soft); transform: translateX(3px); }
.mega-service__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
	background: var(--accent-soft); color: var(--accent);
}
.mega-service:hover .mega-service__icon { background: var(--accent); color: #fff; }
.mega-service strong { display: block; font-size: .92rem; }
.mega-service small { display: block; color: var(--text-muted); font-size: .78rem; line-height: 1.45; margin-top: 2px; }

.mega-cta {
	background: linear-gradient(160deg, #F0FBF9, #EAF3FC);
	border: 1px solid #CBE9E4; border-radius: 16px; padding: 22px;
	align-self: start;
}
.mega-cta h4 { margin-bottom: 6px; }
.mega-cta p { font-size: .86rem; margin-bottom: 14px; }
.mega-cta .link-more { margin-top: 12px; font-size: .86rem; }

/* Boutique : colonnes de catégories */
.mega-boutique { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 30px; }
.mega-cat__titre {
	display: flex; align-items: center; gap: 8px;
	font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--text);
	padding-bottom: 8px; margin-bottom: 8px; border-bottom: 2px solid var(--accent-soft);
}
.mega-cat__titre:hover { color: var(--accent); border-color: var(--accent); }
.mega-cat__count {
	font-family: var(--font-mono); font-size: .68rem; font-weight: 500;
	background: var(--panel-2); color: var(--text-muted); border-radius: 999px; padding: 1px 8px;
}
.mega-cat ul { list-style: none; margin: 0; padding: 0; }
.mega-cat li a {
	display: flex; align-items: center; gap: 8px;
	padding: 7px 9px; border-radius: 9px; color: var(--text-muted); font-size: .85rem;
	transition: background .15s ease, color .15s ease;
}
.mega-cat li a:hover { background: var(--bg-alt); color: var(--accent); }
.mega-prod__nom { flex: 1; }
.mega-prod__prix { font-family: var(--font-mono); font-size: .78rem; font-weight: 600; color: var(--text); white-space: nowrap; }
.mega-etat {
	font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
	padding: 2px 7px; border-radius: 999px; color: #fff; flex-shrink: 0;
}
.mega-etat--neuf { background: var(--accent); }
.mega-etat--occasion { background: #B45309; }

.mega-boutique-pied {
	grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
	border-top: 1px solid var(--border); padding-top: 18px; margin-top: 6px;
}
.mega-pill {
	padding: 7px 16px; border-radius: 999px; font-size: .84rem; font-weight: 600;
	border: 1.5px solid var(--border); color: var(--text); transition: all .15s ease;
}
.mega-pill--neuf:hover { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.mega-pill--occasion:hover { border-color: #D97706; background: #FDF0DE; color: #B45309; }

/* ---------------- Recherche du header ---------------- */
.header-search { position: relative; flex: 1 1 340px; max-width: 460px; }
.search-box--header { width: 100%; background: var(--bg-alt); }
.search-clear {
	background: none; border: 0; cursor: pointer; color: var(--text-muted);
	display: flex; padding: 0; flex-shrink: 0;
}
.search-clear:hover { color: var(--cta); }
.search-clear .icon { width: 15px; height: 15px; }

.search-results {
	position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 1100;
	background: #fff; border: 1px solid var(--border); border-radius: 14px;
	box-shadow: var(--shadow-lg); max-height: 70vh; overflow-y: auto; padding: 8px;
}
.search-groupe + .search-groupe { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 6px; }
.search-groupe__titre {
	display: block; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em;
	text-transform: uppercase; color: var(--accent); padding: 8px 12px 4px;
}
.search-item {
	display: flex; align-items: center; gap: 11px;
	padding: 9px 12px; border-radius: 10px; color: var(--text);
	transition: background .13s ease;
}
.search-item:hover { background: var(--bg-alt); }
.search-item__img {
	width: 42px; height: 42px; border-radius: 9px; overflow: hidden; flex-shrink: 0;
	background: linear-gradient(160deg,#F2FAF8,#EDF3FA);
}
.search-item__img img { width: 100%; height: 100%; object-fit: cover; }
.search-item__txt { flex: 1; min-width: 0; }
.search-item__txt strong { display: block; font-size: .89rem; }
.search-item__txt small { display: block; color: var(--text-muted); font-size: .76rem; }
.search-item__prix { font-family: var(--font-mono); font-size: .82rem; font-weight: 600; color: var(--accent); white-space: nowrap; }
.search-item--service { padding-left: 12px; }
.search-vide { padding: 18px; text-align: center; font-size: .87rem; margin: 0; }

/* ---------------- Bouton panier ---------------- */
.panier-btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 46px; height: 46px; border-radius: 13px; cursor: pointer;
	background: var(--panel-2); border: 1px solid var(--border); color: var(--text);
	transition: background .15s ease, color .15s ease, transform .15s ease;
}
.panier-btn:hover { background: var(--cta); border-color: var(--cta); color: #fff; transform: translateY(-2px); }
.panier-count {
	position: absolute; top: -6px; right: -6px; min-width: 21px; height: 21px;
	display: flex; align-items: center; justify-content: center;
	background: var(--cta); color: #fff; border-radius: 999px;
	font-size: .7rem; font-weight: 700; padding: 0 6px;
	border: 2px solid #fff;
	animation: cartPop .3s cubic-bezier(.3,1.5,.6,1);
}
@keyframes cartPop { from { transform: scale(0); } }

/* ---------------- Tiroir panier ---------------- */
.panier-drawer { position: fixed; inset: 0; z-index: 1250; display: none; }
.panier-drawer.is-open { display: block; }
.panier-drawer__overlay {
	position: absolute; inset: 0; background: rgba(11,21,38,.55);
	backdrop-filter: blur(3px); animation: fadeIn .2s ease;
}
.panier-drawer__panel {
	position: absolute; top: 0; right: 0; bottom: 0;
	width: min(440px, 100vw); background: #fff;
	display: flex; flex-direction: column;
	box-shadow: -20px 0 60px rgba(11,21,38,.28);
	animation: slideIn .28s cubic-bezier(.3,.9,.4,1);
}
@keyframes slideIn { from { transform: translateX(100%); } }
.panier-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 20px 22px; border-bottom: 1px solid var(--border); flex-shrink: 0;
}
.panier-head h3 { display: flex; align-items: center; gap: 10px; margin: 0; }
.panier-head .icon { color: var(--cta); }
.panier-head .commande-modal__close { position: static; }
.panier-body { flex: 1; overflow-y: auto; padding: 14px 18px; }
.panier-vide {
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	text-align: center; padding: 50px 20px; color: var(--text-muted);
}
.panier-vide .icon { color: var(--border); }
.panier-vide span { font-weight: 600; color: var(--text); }
.panier-vide small { font-size: .84rem; }
.panier-chargement { text-align: center; color: var(--text-muted); font-size: .86rem; padding: 20px; list-style: none; }

.panier-lignes { list-style: none; margin: 0; padding: 0; }
.panier-ligne {
	display: flex; gap: 12px; align-items: flex-start;
	padding: 14px 0; border-bottom: 1px solid var(--border);
}
.panier-ligne__img {
	width: 62px; height: 62px; border-radius: 10px; overflow: hidden; flex-shrink: 0;
	background: linear-gradient(160deg,#F2FAF8,#EDF3FA);
}
.panier-ligne__img img { width: 100%; height: 100%; object-fit: cover; }
.panier-ligne__info { flex: 1; min-width: 0; }
.panier-ligne__nom { display: block; font-weight: 600; font-size: .9rem; color: var(--text); }
.panier-ligne__nom:hover { color: var(--accent); }
.panier-ligne__ref { display: block; font-family: var(--font-mono); font-size: .7rem; color: var(--text-muted); }
.panier-ligne__prix { display: block; font-size: .82rem; color: var(--text-muted); margin-top: 3px; }
.panier-ligne__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.qty--mini { gap: 4px; }
.qty--mini .qty-btn { width: 28px; height: 28px; font-size: 1rem; border-radius: 8px; }
.qty--mini input { width: 44px; padding: 5px !important; font-size: .84rem; border-radius: 8px !important; }
.panier-ligne__total { font-family: var(--font-mono); font-size: .88rem; }
.panier-ligne__supp {
	background: none; border: 0; cursor: pointer; color: var(--text-muted);
	font-size: .9rem; padding: 2px 4px;
}
.panier-ligne__supp:hover { color: #EF4444; }

.panier-pied { border-top: 1px solid var(--border); padding: 18px; flex-shrink: 0; background: var(--bg-alt); }
.panier-totaux { margin-bottom: 14px; }
.panier-tot-ligne {
	display: flex; justify-content: space-between; align-items: center;
	font-size: .88rem; color: var(--text-muted); padding: 4px 0;
}
.panier-tot-ligne span:last-child { font-family: var(--font-mono); color: var(--text); font-weight: 600; }
.panier-tot-ligne--ttc {
	border-top: 1px solid var(--border); margin-top: 8px; padding-top: 11px;
	font-size: 1.02rem; font-weight: 700; color: var(--text);
}
.panier-tot-ligne--ttc span:last-child { color: var(--accent); font-size: 1.15rem; }
.panier-pied .btn { margin-bottom: 8px; }
.panier-vider {
	display: block; width: 100%; background: none; border: 0; cursor: pointer;
	font: 500 .8rem var(--font-body); color: var(--text-muted); text-decoration: underline;
	padding: 6px;
}
.panier-vider:hover { color: #EF4444; }

/* ---------------- Toast d'ajout ---------------- */
.ajout-toast {
	position: fixed; right: 22px; bottom: 22px; z-index: 1150;
	opacity: 0; transform: translateY(16px);
	transition: opacity .25s ease, transform .25s ease;
}
.ajout-toast.is-visible { opacity: 1; transform: translateY(0); }
.ajout-toast__inner {
	display: flex; align-items: center; gap: 14px;
	background: #fff; border: 1px solid var(--border); border-radius: 16px;
	box-shadow: var(--shadow-lg); padding: 16px 18px;
	max-width: min(420px, calc(100vw - 44px));
}
.ajout-toast__icon {
	display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
	background: var(--accent-soft); color: var(--accent);
}
.ajout-toast__texte { flex: 1; min-width: 0; }
.ajout-toast__texte strong { display: block; font-size: .9rem; }
.ajout-toast__texte span { display: block; font-size: .82rem; color: var(--text-muted); }
.ajout-toast__actions { display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }

/* ---------------- Prix & cartes produit ---------------- */
.product-prix { margin-bottom: 12px; }
.price-mention { display: block; font-size: .72rem; color: var(--text-muted); margin-top: 2px; }
.product-actions { display: flex; flex-direction: column; gap: 7px; margin-top: auto; }
.produit-prix-bloc { margin-bottom: 20px; }
.price-detail { font-size: .84rem; color: var(--text-muted); margin: 4px 0 0; }
.price-detail small { font-size: .76rem; }

/* Compteurs neuf/occasion par catégorie */
.produit-groupe__head {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; flex-wrap: wrap; padding-bottom: 12px; margin-bottom: 6px;
	border-bottom: 1px solid var(--border);
}
.produit-groupe__head .produit-groupe__titre { border: 0; padding: 0; margin: 0; }
.groupe-etats { display: flex; gap: 8px; }
.groupe-etat {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: .78rem; font-weight: 600; padding: 5px 13px; border-radius: 999px;
	border: 1px solid var(--border); color: var(--text-muted); transition: all .15s ease;
}
.groupe-etat .pastille { width: 8px; height: 8px; border-radius: 50%; }
.groupe-etat--neuf .pastille { background: var(--accent); }
.groupe-etat--occasion .pastille { background: #B45309; }
.groupe-etat--neuf:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.groupe-etat--occasion:hover { border-color: #D97706; color: #B45309; background: #FDF0DE; }

/* Récapitulatif dans la modal commande */
.commande-recap { background: var(--bg-alt); border-radius: 12px; padding: 14px 16px; margin-bottom: 18px; }
.recap-liste { list-style: none; margin: 0 0 10px; padding: 0; }
.recap-liste li {
	display: flex; justify-content: space-between; gap: 12px;
	font-size: .86rem; padding: 5px 0; color: var(--text-muted);
}
.recap-liste li em { font-style: normal; color: var(--text); }
.recap-liste strong { font-family: var(--font-mono); color: var(--text); white-space: nowrap; }
.recap-total {
	display: flex; justify-content: space-between; align-items: center;
	border-top: 1px solid var(--border); padding-top: 10px; font-weight: 700;
}
.recap-total strong { color: var(--accent); font-family: var(--font-mono); font-size: 1.1rem; }

/* ---------------- Responsive ---------------- */
@media (max-width: 1100px) {
	.mega-panel-inner { grid-template-columns: 1fr; }
	.mega-cols { grid-template-columns: repeat(2, 1fr); }
	.mega-boutique { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.header-search { order: 3; flex: 1 1 100%; max-width: none; margin-top: 4px; }
	.header-inner { flex-wrap: wrap; height: auto; padding-top: 12px; padding-bottom: 12px; }
	.mega-nav { display: none; }
	.site-header.is-open .mega-nav { display: block; }
	.mega-list { flex-direction: column; align-items: stretch; }
	.mega-list > li > a { padding: 14px 20px; justify-content: space-between; }
	.mega-panel {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; max-height: 0; overflow: hidden; transition: max-height .3s ease;
		background: rgba(255,255,255,.96);
	}
	.has-mega.is-open .mega-panel { max-height: 1200px; overflow-y: auto; }
	.has-mega:hover .mega-panel { max-height: 0; }
	.has-mega.is-open:hover .mega-panel { max-height: 1200px; }
	.mega-panel-inner { padding: 16px; gap: 18px; }
	.mega-cols, .mega-boutique { grid-template-columns: 1fr; }
	.ajout-toast { left: 16px; right: 16px; bottom: 16px; }
	.ajout-toast__inner { max-width: none; }
}
@media (max-width: 640px) {
	.panier-drawer__panel { width: 100vw; }
	.ajout-toast__inner { flex-wrap: wrap; }
	.ajout-toast__actions { flex-direction: row; width: 100%; }
	.ajout-toast__actions .btn { flex: 1; }
}

/* ---------------- Sélecteur de quantité sur les produits ---------------- */
.product-qty { display: flex; align-items: stretch; gap: 8px; }
.product-qty .btn { flex: 1; }

.qty--card { gap: 0; flex-shrink: 0; }
.qty--card .qty-btn {
	width: 30px; border-radius: 9px 0 0 9px; font-size: 1rem;
	border-right: 0; background: var(--bg-alt);
}
.qty--card .qty-btn[data-card-qty="1"] { border-radius: 0 9px 9px 0; border-right: 1px solid var(--border); border-left: 0; }
.qty--card input {
	width: 42px; text-align: center; border-radius: 0 !important;
	padding: 8px 2px !important; font-size: .84rem; font-weight: 600;
	border: 1px solid var(--border); background: #fff; font-family: var(--font-mono);
	-moz-appearance: textfield; appearance: textfield;
}
.qty--card input::-webkit-outer-spin-button,
.qty--card input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.produit-qty-bloc { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; }
.qty--large { gap: 0; flex-shrink: 0; }
.qty--large .qty-btn {
	width: 44px; border-radius: 12px 0 0 12px; font-size: 1.2rem;
	border-right: 0; background: var(--bg-alt);
}
.qty--large .qty-btn[data-card-qty="1"] { border-radius: 0 12px 12px 0; border-right: 1px solid var(--border); border-left: 0; }
.qty--large input {
	width: 64px; text-align: center; border-radius: 0 !important;
	padding: 13px 4px !important; font-size: 1rem; font-weight: 700;
	border: 1px solid var(--border); background: #fff; font-family: var(--font-mono);
	-moz-appearance: textfield; appearance: textfield;
}
.qty--large input::-webkit-outer-spin-button,
.qty--large input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty--card input:focus, .qty--large input:focus {
	outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(15,158,142,.12);
	position: relative; z-index: 1;
}

@media (max-width: 400px) {
	.product-qty { flex-direction: column; }
	.qty--card { align-self: flex-start; }
}

/* ==========================================================================
   Correctif : l'attribut HTML [hidden] doit toujours l'emporter sur display
   (sans cela, .panier-vide { display:flex } restait visible malgré hidden)
   ========================================================================== */
[hidden] { display: none !important; }

/* ---------------- Confirmation d'ajout au panier (renforcée) ---------------- */
.ajout-toast {
	position: fixed; right: 22px; bottom: 22px; z-index: 1400;
	opacity: 0; transform: translateY(16px) scale(.97);
	transition: opacity .25s ease, transform .25s ease;
	pointer-events: none;
}
.ajout-toast.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.ajout-toast__inner {
	display: block;
	background: #fff; border: 1px solid var(--border); border-radius: 18px;
	box-shadow: 0 22px 55px rgba(11,21,38,.26);
	padding: 20px 22px;
	width: min(400px, calc(100vw - 44px));
	border-top: 4px solid var(--accent);
}
.ajout-toast__haut { display: flex; align-items: center; gap: 13px; margin-bottom: 8px; }
.ajout-toast__icon {
	display: flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
	background: var(--accent-soft); color: var(--accent);
	animation: popIn2 .35s cubic-bezier(.3,1.6,.6,1);
}
.ajout-toast__texte { flex: 1; min-width: 0; }
.ajout-toast__texte strong { display: block; font-size: .95rem; color: var(--text); }
.ajout-toast__texte span { display: block; font-size: .86rem; color: var(--text-muted); }
.ajout-toast__qte {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	background: var(--bg-alt); border-radius: 11px; padding: 9px 14px; margin-bottom: 14px;
	font-size: .86rem;
}
.ajout-toast__qte b { font-family: var(--font-mono); font-size: 1rem; color: var(--accent); }
.ajout-toast__actions { display: flex; gap: 9px; }
.ajout-toast__actions .btn { flex: 1; }

@media (max-width: 640px) {
	.ajout-toast { left: 14px; right: 14px; bottom: 14px; }
	.ajout-toast__inner { width: auto; padding: 18px; }
	.ajout-toast__actions { flex-direction: column; }
}

/* ---------------- Référence produit & quantité (v3.2) ---------------- */
.product-meta-haut { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.product-ref {
	font-size: .66rem; letter-spacing: .04em; color: var(--text-muted);
	background: var(--panel-2); border-radius: 5px; padding: 2px 7px; white-space: nowrap;
}
.product-cat { margin-bottom: 0 !important; }

.product-qty { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
.qty-label { font-size: .78rem; font-weight: 600; color: var(--text-muted); }
.product-card .btn--cta.btn--block { margin-bottom: 7px; }

.search-ref {
	font-family: var(--font-mono); font-weight: 600; color: var(--accent);
	background: var(--accent-soft); border-radius: 4px; padding: 1px 5px; font-size: .72rem;
}

/* ---------------- Case à cocher stylisée (contrat de maintenance) ---------------- */
.check-option {
	display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 12px;
	background: var(--bg-alt); border: 1.5px solid var(--border); border-radius: 12px;
	padding: 14px 16px; margin-bottom: 14px; cursor: pointer;
	font-weight: 400 !important;
	transition: border-color .18s ease, background .18s ease;
}
.check-option:hover { border-color: var(--accent); }
.check-option input[type="checkbox"] {
	position: absolute; opacity: 0; width: 0; height: 0; margin: 0; padding: 0 !important;
}
.check-option__box {
	display: flex; align-items: center; justify-content: center; flex-shrink: 0;
	width: 24px; height: 24px; border-radius: 7px; margin-top: 1px;
	background: #fff; border: 2px solid var(--border);
	transition: background .18s ease, border-color .18s ease;
}
.check-option__box .icon { width: 15px; height: 15px; color: #fff; opacity: 0; transition: opacity .15s ease; }
.check-option input:checked ~ .check-option__box { background: var(--accent); border-color: var(--accent); }
.check-option input:checked ~ .check-option__box .icon { opacity: 1; }
.check-option input:focus-visible ~ .check-option__box { box-shadow: 0 0 0 4px rgba(15,158,142,.18); }
.check-option:has(input:checked) { background: var(--accent-soft); border-color: var(--accent); }
.check-option__txt { display: flex; flex-direction: column; gap: 3px; }
.check-option__txt strong { font-size: .9rem; color: var(--text); }
.check-option__txt small { font-size: .8rem; color: var(--text-muted); line-height: 1.45; }
