/* ═══════════════════════════════════════════════════════════
   PANEER DE FRANCE — Styles spécifiques à la HOME riche
   ───────────────────────────────────────────────────────────
   Chargé UNIQUEMENT par index.php (via $extraHead), APRÈS app.css.
   Reprend fidèlement les sections du prototype validé.
   Ne contient PAS les styles nav / footer / boutons / WhatsApp :
   ceux-ci sont partagés (app.css + header.php + footer.php).
═══════════════════════════════════════════════════════════ */

/* ══ HERO (override app.css pour fidélité prototype) ══ */
.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--charcoal); padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; background-image: url('../images/paneer-grille.webp'); background-size: cover; background-position: center 40%; opacity: 0.42; transition: transform 8s ease; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(12,67,54,0.88) 0%, rgba(20,16,8,0.55) 50%, rgba(211,66,17,0.15) 100%); }
.hero-mandala { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: min(500px, 55vw); height: min(500px, 55vw); opacity: 0.07; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 40px 8% 60px; max-width: clamp(680px, 52vw, 960px); width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(200,150,32,0.18); border: 1px solid rgba(200,150,32,0.45); color: var(--gold-lt); padding: 5px 13px; border-radius: 30px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.4rem; }
.hero-badge svg { width: 13px; height: 13px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5.5vw, 4.4rem); font-weight: 900; line-height: 1.06; color: #fff; margin-bottom: 1.2rem; }
.hero h1 em { color: var(--gold-lt); font-style: italic; }
.hero-sub { font-size: clamp(0.9rem, 1.5vw, 1.05rem); color: rgba(255,255,255,0.8); line-height: 1.75; margin-bottom: 2rem; font-weight: 300; max-width: 560px; }
.hero-ctas { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-ctas .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.32); }
.hero-ctas .btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

/* ══ STATS BANDEAU ══ */
.stats-band { background: var(--forest); position: relative; z-index: 1; }
.stats-band::before { content: ''; display: block; height: 50px; background: var(--charcoal); clip-path: ellipse(55% 100% at 50% 0%); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 28px 8% 40px; }
.stat-item { text-align: center; padding: 16px 12px; border-right: 1px solid rgba(255,255,255,0.1); }
.stat-item:last-child { border-right: none; }
.stat-val { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: var(--gold-lt); line-height: 1; display: block; }
.stat-label { font-size: clamp(0.68rem, 1.2vw, 0.78rem); color: rgba(255,255,255,0.65); margin-top: 6px; display: block; line-height: 1.3; }
.stats-band::after { content: ''; display: block; height: 50px; background: var(--warm-white); clip-path: ellipse(55% 100% at 50% 100%); }

/* ══ CONFIANCE BANDEAU ══ */
.confiance-band { background: var(--cream); border-bottom: 1px solid var(--border); padding: 22px 5%; }
.confiance-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; justify-content: center; }
.confiance-lbl { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.confiance-logos { display: flex; align-items: center; gap: 2.4rem; flex-wrap: wrap; justify-content: center; }
.cf-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.cf-item img { height: 42px; width: auto; opacity: 0.92; }
.cf-text { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: var(--forest); }
.cf-tag { font-size: 0.6rem; color: var(--forest); font-weight: 600; background: rgba(12,67,54,0.08); padding: 2px 8px; border-radius: 20px; }
@media (max-width: 760px) { .confiance-logos { gap: 1.4rem; } .cf-item img { height: 34px; } }

/* ══ TERRITOIRE ══ */
.territoire { padding: 60px 8%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.territoire-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
.territoire-text h2 span { color: var(--saffron); }
.territoire-text p { color: var(--muted); line-height: 1.8; font-size: 0.95rem; margin-bottom: 1.4rem; }
.pill { display: inline-flex; align-items: center; gap: 7px; background: var(--cream); border: 1px solid var(--border); padding: 7px 14px; border-radius: 30px; font-size: 0.78rem; font-weight: 600; color: var(--forest); }
.pill svg { width: 15px; height: 15px; color: var(--saffron); }
.territoire-photos { position: relative; height: 400px; }
.photo-card { position: absolute; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-main { width: 72%; height: 300px; top: 0; right: 0; }
.photo-accent { width: 52%; height: 200px; bottom: 0; left: 0; border: 4px solid var(--warm-white); }

/* ══ SUPPLY CHAIN ══ */
.supply { background: var(--charcoal); padding: 80px 8% 100px; position: relative; clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%); margin: 20px 0; }
.supply h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.5vw, 2rem); color: #fff; text-align: center; margin-bottom: 0.4rem; }
.supply-sub { text-align: center; color: rgba(255,255,255,0.5); font-size: 0.88rem; margin-bottom: 2.5rem; }
.supply-wrap { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: center; margin-bottom: 2.5rem; }
.chain-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-md); padding: 20px; }
.chain-box.new { border-color: rgba(211,66,17,0.45); background: rgba(211,66,17,0.08); }
.chain-lbl { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; color: rgba(255,255,255,0.45); }
.chain-box.old .chain-lbl { text-decoration: line-through; }
.chain-box.new .chain-lbl { color: var(--gold-lt); text-decoration: none; }
.chain-steps { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.cstep { display: flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.07); padding: 6px 10px; border-radius: 7px; font-size: 0.75rem; color: rgba(255,255,255,0.65); }
.cstep svg { width: 14px; height: 14px; opacity: 0.75; }
.chain-box.new .cstep { background: rgba(211,66,17,0.14); color: #fff; }
.carrow { color: rgba(255,255,255,0.3); font-size: 0.9rem; }
.vs-dot { width: 48px; height: 48px; border-radius: 50%; background: var(--saffron); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; box-shadow: 0 4px 14px rgba(211,66,17,0.5); flex-shrink: 0; }
.supply-gains { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.gain { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-top: 3px solid var(--saffron); border-radius: var(--radius-sm); padding: 18px; text-align: center; }
.gain-v { font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--gold-lt); font-weight: 700; }
.gain-l { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ══ PRODUIT ══ */
.produit { padding: 80px 8%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.produit-visual { position: relative; }
.produit-img { width: 100%; height: 480px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.produit-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mockup-float { position: absolute; bottom: -16px; right: -20px; width: 120px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-md); overflow: hidden; }
.mf-top { background: var(--forest); padding: 7px; text-align: center; }
.mf-top span { font-size: 0.58rem; font-weight: 700; color: #fff; letter-spacing: 0.15em; }
.mf-mid { padding: 9px; background: var(--cream); text-align: center; }
.mf-brand { font-family: 'Playfair Display', serif; font-size: 0.72rem; font-weight: 700; line-height: 1.2; }
.mf-sub { font-size: 0.5rem; color: var(--muted); margin-top: 2px; }
.mf-btm { background: var(--saffron); padding: 5px; text-align: center; }
.mf-btm span { font-size: 0.55rem; font-weight: 600; color: #fff; }
.produit-info h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.8vw, 2.3rem); font-weight: 700; margin-bottom: 0.8rem; }
.produit-info h2 em { color: var(--saffron); font-style: italic; }
.produit-info p { color: var(--muted); line-height: 1.8; font-size: 0.95rem; margin-bottom: 1.8rem; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 1.8rem; }
.spec { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 12px; display: flex; align-items: flex-start; gap: 9px; }
.spec-ic { color: var(--saffron); flex-shrink: 0; margin-top: 2px; }
.spec-ic svg { width: 17px; height: 17px; }
.spec-lbl { font-size: 0.67rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.spec-val { font-size: 0.88rem; font-weight: 600; margin-top: 2px; }
.prix-appel { background: var(--charcoal); color: #fff; border-radius: var(--radius-md); padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.prix-main-val { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: var(--gold-lt); line-height: 1; }
.prix-main-lbl { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 3px; }
.prix-info { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-sm); padding: 10px 13px; font-size: 0.75rem; color: rgba(255,255,255,0.65); text-align: center; flex-shrink: 0; }
.prix-info strong { color: var(--gold-lt); display: block; font-size: 0.85rem; margin-bottom: 2px; }

/* ══ GALERIE ══ */
.gallery { padding: 0 8% 70px; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 10px; }
.gi { border-radius: var(--radius-md); overflow: hidden; }
.gi img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.gi:hover img { transform: scale(1.04); }
.gi-main { grid-row: 1 / 3; }

/* ══ PILIERS ══ */
.piliers { background: var(--cream); padding: 80px 8% 100px; clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%); margin: 20px 0; }
.piliers .section-header { text-align: center; margin-bottom: 3rem; max-width: none; }
.piliers .section-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.5vw, 2.1rem); margin-bottom: 0.4rem; }
.piliers .section-header p { color: var(--muted); font-size: 0.92rem; margin-top: 0; }
.piliers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.pilier { background: #fff; border-radius: var(--radius-md); padding: 24px 20px; border: 1px solid var(--border); transition: all .3s; position: relative; overflow: hidden; }
.pilier::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--saffron), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.pilier:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pilier:hover::before { transform: scaleX(1); }
.pilier-ic { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, var(--saffron), #e05a2b); display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; }
.pilier-ic svg { width: 22px; height: 22px; color: #fff; }
.pilier h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.4rem; }
.pilier p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ══ CIBLES B2B ══ */
.cibles { padding: 80px 8%; }
.cibles .section-header { text-align: center; margin-bottom: 0; max-width: none; }
.cibles .section-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.5vw, 2.1rem); margin-bottom: 0.4rem; }
.cibles .section-header p { color: var(--muted); font-size: 0.92rem; margin-top: 0; }
.cibles-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2.5rem; }
.cible { position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 300px; cursor: pointer; }
.cible-bg-img { position: absolute; inset: 0; transition: transform .4s ease; }
.cible:hover .cible-bg-img { transform: scale(1.06); }
.cible-bg-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.cible-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,8,0.88) 0%, rgba(20,16,8,0.2) 60%, transparent 100%); }
.cible-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 16px; color: #fff; }
.cible-ic { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.cible-ic svg { width: 20px; height: 20px; color: #fff; }
.cible h3 { font-weight: 700; font-size: 0.95rem; margin-bottom: 3px; }
.cible p { font-size: 0.73rem; color: rgba(255,255,255,0.72); line-height: 1.4; }
.cible-price { display: inline-block; margin-top: 6px; background: rgba(211,66,17,0.85); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; letter-spacing: 0.04em; }

/* ══ CITATION ══ */
.citation { background: var(--forest); padding: 80px 8%; text-align: center; clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px)); margin: 20px 0; position: relative; overflow: hidden; }
.citation-mandala { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 380px; height: 380px; opacity: 0.05; pointer-events: none; }
.citation blockquote { font-family: 'Playfair Display', serif; font-size: clamp(1.2rem, 2.2vw, 1.8rem); font-style: italic; color: #fff; max-width: 720px; margin: 0 auto 1.2rem; line-height: 1.55; position: relative; z-index: 1; }
.citation cite { font-style: normal; font-size: 0.82rem; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; position: relative; z-index: 1; }
.quote-mark { font-family: 'Playfair Display', serif; font-size: 4.5rem; line-height: 0.5; color: var(--saffron); display: block; margin-bottom: 1rem; position: relative; z-index: 1; }

/* ══ ILS NOUS FONT CONFIANCE (cartes) ══ */
.trust { padding: 80px 6% 70px; background: var(--cream); }
.trust .section-header { margin-bottom: 2.6rem; max-width: none; text-align: center; }
.trust-eyebrow { display: inline-block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--saffron); margin-bottom: 0.7rem; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 940px; margin: 0 auto; }
.trust-card { background: var(--warm-white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .4s ease, box-shadow .4s ease; }
.trust-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.trust-head { position: relative; height: 150px; overflow: hidden; }
.trust-head img.trust-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.trust-head::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,67,54,0.25) 0%, rgba(12,67,54,0.82) 100%); }
.trust-logo { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); width: auto; height: 46px; max-width: 78%; z-index: 2; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35)); }
.trust-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.trust-body blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.02rem; line-height: 1.5; color: var(--charcoal); margin: 0 0 1rem; flex: 1; }
.trust-body blockquote::before { content: '\201C'; color: var(--saffron); font-weight: 700; }
.trust-body blockquote::after { content: '\201D'; color: var(--saffron); font-weight: 700; }
.trust-cite { font-style: normal; letter-spacing: 0.02em; }
.trust-name { display: block; font-size: 0.82rem; font-weight: 700; color: var(--forest); }
.trust-loc { display: block; font-weight: 400; color: var(--muted); font-size: 0.74rem; margin-top: 2px; }

/* ══ PARRAINAGE FOR THE PLANET ══ */
.parrainage-band { background: linear-gradient(135deg, var(--saffron) 0%, #B33409 100%); color: #fff; padding: 56px 8%; position: relative; overflow: hidden; }
.parrainage-band::before { content: ""; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(200,150,32,0.3) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.parrainage-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2.5rem; }
.parrainage-text .eyebrow { display: inline-block; background: var(--gold); color: var(--charcoal); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 13px; border-radius: 25px; margin-bottom: 1rem; }
.parrainage-text h2 { font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; line-height: 1.18; margin-bottom: 0.7rem; color: #fff; }
.parrainage-text h2 em { color: var(--gold-lt); font-style: italic; font-weight: 400; }
.parrainage-text p { font-size: 0.98rem; color: rgba(255,255,255,0.93); line-height: 1.6; max-width: 620px; }
.parrainage-text strong { color: var(--gold-lt); font-weight: 700; }
.parrainage-cta { background: #fff; color: var(--saffron); padding: 16px 30px; border-radius: var(--radius-sm); font-weight: 700; font-size: 0.98rem; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: .25s; letter-spacing: 0.02em; white-space: nowrap; }
.parrainage-cta:hover { background: var(--forest); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.28); }
.parrainage-cta svg { width: 18px; height: 18px; }

/* ══ SUPER ALIMENT ══ */
.super-band { background: linear-gradient(135deg, #D98B63 0%, #C56B3E 100%); color: #fff; padding: 52px 8%; }
.super-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 2.4rem; align-items: center; }
.super-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 0.7rem; }
.super-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; line-height: 1.18; margin-bottom: 0.7rem; color: #fff; }
.super-left h2 span { color: var(--gold-lt); font-style: italic; font-weight: 400; }
.super-left p { font-size: 0.95rem; color: rgba(255,255,255,0.93); line-height: 1.6; }
.super-band .super-stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 0.7rem; }
.super-band .super-stat { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22); border-radius: var(--radius-md); padding: 16px 8px; text-align: center; }
.super-band .super-stat .sv { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: #fff; line-height: 1.1; }
.super-band .super-stat .sl { font-size: 0.6rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-lt); margin-top: 5px; line-height: 1.3; font-weight: 600; }

/* ══ CTA / FORMULAIRE ÉCHANTILLON ══ */
.cta-section { padding: 80px 8%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.cta-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.8vw, 2.3rem); font-weight: 700; margin-bottom: 0.8rem; }
.cta-text h2 em { color: var(--saffron); font-style: italic; }
.cta-text p { color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.95rem; }
.check-list { display: flex; flex-direction: column; gap: 9px; }
.check-item { display: flex; align-items: center; gap: 9px; font-size: 0.88rem; color: var(--muted); }
.check-item svg { width: 16px; height: 16px; color: var(--forest); flex-shrink: 0; }
.cta-form { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; }
.cta-form h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 0.3rem; }
.form-note { display: flex; align-items: center; gap: 5px; font-size: 0.75rem; color: var(--muted); margin-bottom: 1.3rem; }
.form-note svg { width: 13px; height: 13px; color: var(--forest); }
.cta-form .fg { margin-bottom: 0.9rem; }
.cta-form .fg label { display: block; font-size: 0.75rem; font-weight: 600; margin-bottom: 4px; letter-spacing: 0.02em; color: var(--charcoal); }
.cta-form .fg input, .cta-form .fg select { width: 100%; padding: 10px 13px; background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 0.88rem; font-family: 'Inter', sans-serif; color: var(--charcoal); transition: border-color .2s; outline: none; }
.cta-form .fg input:focus, .cta-form .fg select:focus { border-color: var(--saffron); }
.cta-form .fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.form-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--saffron); color: #fff; padding: 13px; border-radius: var(--radius-sm); font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; font-family: 'Inter', sans-serif; transition: all .25s; margin-top: 1rem; }
.form-btn:hover { background: var(--forest); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(211,66,17,0.35); }
.form-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }
.form-btn svg { width: 17px; height: 17px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.fg-rgpd { display: flex; align-items: flex-start; gap: 9px; margin-top: 0.4rem; margin-bottom: 0.2rem; font-size: 0.74rem; color: var(--muted); line-height: 1.5; }
.fg-rgpd input[type="checkbox"] { margin-top: 2px; width: 15px; height: 15px; accent-color: var(--saffron); flex-shrink: 0; cursor: pointer; }
.fg-rgpd label { cursor: pointer; }
.fg-rgpd a { color: var(--forest); text-decoration: underline; }
.form-msg { margin-top: 1rem; padding: 12px 14px; border-radius: var(--radius-sm); font-size: 0.85rem; line-height: 1.5; display: none; }
.form-msg.visible { display: block; }
.form-msg.success { background: rgba(12,67,54,0.08); color: var(--forest); border: 1px solid rgba(12,67,54,0.2); }
.form-msg.error { background: rgba(211,66,17,0.08); color: var(--saffron); border: 1px solid rgba(211,66,17,0.25); }
.cta-form.is-success .fg, .cta-form.is-success .fg-row, .cta-form.is-success .fg-rgpd, .cta-form.is-success .form-btn, .cta-form.is-success .form-note, .cta-form.is-success .hp-field { display: none; }
.cta-form.is-success .form-msg.success { display: block; padding: 18px 20px; }
.cta-form.is-success .form-msg.success .success-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--forest); margin: 0 0 8px; }
.cta-form.is-success .form-msg.success .success-text { font-size: 0.92rem; color: var(--charcoal); margin: 0 0 14px; line-height: 1.55; }
.cta-form.is-success .form-msg.success .success-hint { font-size: 0.82rem; color: var(--muted); margin: 0 0 12px; line-height: 1.5; }
.wa-btn-success { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px; border: none; border-radius: var(--radius-sm); background: #25D366; color: #fff; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: all .25s; }
.wa-btn-success:hover { background: #1ebe5d; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(37,211,102,0.35); }
.wa-btn-success svg { width: 18px; height: 18px; }

/* ══ REVEAL ANIMATION ══ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.vis { opacity: 1; transform: none; }

/* ══ RESPONSIVE — TABLET (≤900px) ══ */
@media (max-width: 900px) {
  .territoire { grid-template-columns: 1fr; gap: 2rem; }
  .territoire-photos { height: 280px; }
  .photo-main { width: 78%; height: 240px; }
  .photo-accent { width: 55%; height: 170px; }
  .supply-wrap { grid-template-columns: 1fr; }
  .vs-dot { display: none; }
  .supply-gains { grid-template-columns: repeat(3,1fr); }
  .produit { grid-template-columns: 1fr; gap: 2rem; }
  .produit-img { height: 340px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 180px 180px 180px; }
  .gi-main { grid-row: auto; grid-column: 1 / 3; }
  .piliers-grid { grid-template-columns: 1fr 1fr; }
  .cibles-grid { grid-template-columns: 1fr 1fr; }
  .cible { height: 250px; }
  .cta-section { grid-template-columns: 1fr; gap: 2rem; }
  .parrainage-inner { grid-template-columns: 1fr; text-align: center; }
  .parrainage-cta { justify-self: center; }
  .super-inner { grid-template-columns: 1fr; }
  .super-band .super-stats { grid-template-columns: repeat(3,1fr); }
}

/* ══ RESPONSIVE — MOBILE (≤600px) ══ */
@media (max-width: 600px) {
  .hero-content { padding: 30px 4% 40px; }
  .hero-mandala { display: none; }
  .hero-ctas { flex-direction: column; }
  .stats-inner { grid-template-columns: 1fr; gap: 0; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 14px 8px; }
  .stat-item:last-child { border-bottom: none; }
  .stats-band::before, .stats-band::after { height: 30px; }
  .territoire { padding: 40px 4%; gap: 1.5rem; }
  .territoire-photos { height: 220px; }
  .photo-main { width: 80%; height: 190px; }
  .photo-accent { width: 57%; height: 140px; }
  .supply { padding: 60px 4% 80px; clip-path: polygon(0 25px, 100% 0, 100% calc(100% - 25px), 0 100%); }
  .supply-gains { grid-template-columns: 1fr; gap: 0.8rem; }
  .produit { padding: 50px 4%; }
  .produit-img { height: 280px; }
  .mockup-float { display: none; }
  .specs { grid-template-columns: 1fr; }
  .prix-appel { flex-direction: column; align-items: flex-start; gap: 10px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 180px); padding: 0 4% 50px; }
  .gi-main { grid-column: auto; }
  .piliers { padding: 60px 4% 80px; clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%); }
  .piliers-grid { grid-template-columns: 1fr; }
  .cibles { padding: 50px 4%; }
  .cibles-grid { grid-template-columns: 1fr; }
  .cible { height: 220px; }
  .citation { padding: 60px 4%; clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 calc(100% - 20px)); }
  .cta-section { padding: 50px 4%; }
  .cta-form { padding: 24px; }
  .cta-form .fg-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; max-width: 420px; }
  .trust { padding: 60px 6% 50px; }
  .parrainage-band { padding: 44px 5%; }
  .super-band { padding: 40px 5%; }
  .super-band .super-stats { grid-template-columns: repeat(2,1fr); }
}
