/* ============================================================
   BonsPlans.tv — V2.0
   Direction : média shopping moderne / comparateur de bons plans
   Toutes les zones interactives restent en HTML réel.
   ============================================================ */

:root{
  --purple:#6336f5;
  --purple-2:#7a4dff;
  --purple-dark:#231247;
  --purple-pale:#f4f1ff;
  --purple-ultra:#ede8ff;
  --yellow:#ffd84d;
  --yellow-soft:#fff4bd;
  --ink:#171522;
  --gray-text:#6f6b7b;
  --gray-light:#f7f7fb;
  --line:#e9e6f2;
  --success:#16b86b;
  --danger:#ff5d5d;
  --font-display:'Manrope',sans-serif;
  --font-body:'Inter',sans-serif;
  --radius-sm:10px;
  --radius-md:16px;
  --radius-lg:22px;
  --shadow-card:0 14px 38px -24px rgba(50,31,103,.28);
  --shadow-btn:0 12px 28px -14px rgba(99,54,245,.55);
}

body{background:#fff;color:var(--ink)}
.container{max-width:1240px;padding-left:28px;padding-right:28px}
.home-v2{overflow:hidden}

/* HEADER V2 ------------------------------------------------ */
.site-header-v2{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(233,230,242,.82);
  -webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);
}
.header-inner-v2{max-width:1380px;margin:0 auto;padding:11px 28px;min-height:70px;gap:24px}
.v2-logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none;flex:0 0 auto}
.v2-logo-mark{
  width:36px;height:36px;border-radius:11px;display:grid;place-items:center;
  background:linear-gradient(145deg,#7448ff,#5425de);color:#fff;
  font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1;
  transform:rotate(-5deg);box-shadow:0 8px 20px -11px rgba(99,54,245,.8);
  position:relative;
}
.v2-logo-mark:before{content:'';position:absolute;width:9px;height:9px;border:3px solid var(--yellow);border-radius:50%;top:3px;left:6px;background:#fff}
.v2-logo-text{font:800 21px/1 var(--font-display);letter-spacing:-.05em;color:#251845}
.v2-logo-text span{display:inline-block;margin-left:2px;background:linear-gradient(135deg,var(--purple),#845dff);color:#fff;border-radius:8px;padding:4px 6px;letter-spacing:-.03em;font-size:16px;vertical-align:2px}
.main-nav-v2{gap:24px;margin-left:auto;margin-right:auto}
.main-nav-v2 a{font-size:13.5px;font-weight:700;color:#2f2940;position:relative;padding:8px 0}
.main-nav-v2 a:after{content:'';position:absolute;left:50%;right:50%;bottom:1px;height:2px;background:var(--purple);border-radius:9px;transition:.2s ease}
.main-nav-v2 a:hover:after{left:0;right:0}
.header-actions-v2{gap:10px}
.v2-header-search{
  height:42px;width:230px;display:flex;align-items:center;gap:9px;
  border:1px solid var(--line);border-radius:11px;background:#faf9fd;padding:0 12px;color:#817b90;
  transition:.2s ease;
}
.v2-header-search:focus-within{border-color:#b8a7ff;background:#fff;box-shadow:0 0 0 4px rgba(99,54,245,.07)}
.v2-header-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:500 12.5px var(--font-body)}
.v2-header-search input::placeholder{color:#9691a2}
.v2-header-cta{height:42px;padding:0 17px;border-radius:11px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#7042ff,#5d2eee);color:#fff;text-decoration:none;font-size:12.5px;font-weight:800;box-shadow:var(--shadow-btn);white-space:nowrap;transition:.2s ease}
.v2-header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px -14px rgba(99,54,245,.75)}
.v2-mobile-menu{display:none;position:relative}
.v2-mobile-menu summary{list-style:none;width:42px;height:42px;border:1px solid var(--line);border-radius:11px;display:grid;place-content:center;gap:4px;cursor:pointer;background:#fff}
.v2-mobile-menu summary::-webkit-details-marker{display:none}
.v2-mobile-menu summary span{width:18px;height:2px;background:var(--ink);border-radius:4px;display:block}
.v2-mobile-menu>div{position:absolute;right:0;top:50px;width:220px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px -25px rgba(25,15,61,.4);display:flex;flex-direction:column}
.v2-mobile-menu a{padding:12px 13px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px}
.v2-mobile-menu a:hover{background:var(--purple-pale);color:var(--purple)}

/* HERO V2 -------------------------------------------------- */
.v2-hero{
  position:relative;background:
  radial-gradient(circle at 78% 18%,rgba(128,86,255,.18),transparent 36%),
  linear-gradient(105deg,#fbfaff 0%,#f9f7ff 52%,#eee8ff 100%);
  border-bottom:1px solid #f0edf9;
}
.v2-hero:after{content:'';position:absolute;inset:auto -10% -120px 55%;height:220px;background:radial-gradient(ellipse,rgba(117,76,255,.13),transparent 65%);pointer-events:none}
.v2-hero-grid{min-height:390px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:42px;padding-top:32px;padding-bottom:24px}
.v2-hero-copy{position:relative;z-index:3;padding:10px 0 12px}
.v2-kicker{display:inline-flex;align-items:center;background:#ede8ff;color:#5f35dd;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;margin-bottom:14px}
.v2-hero h1{font-size:clamp(38px,4.6vw,64px);letter-spacing:-.055em;line-height:.99;margin:0 0 14px;color:#17142a;max-width:760px}
.v2-hero h1 span{color:var(--purple)}
.v2-hero-lead{font-size:16px;line-height:1.55;max-width:600px;margin:0 0 18px;color:#625d70}
.v2-hero-search{height:60px;max-width:690px;display:flex;align-items:center;background:#fff;border:1px solid #e6e1f3;border-radius:14px;padding:6px 6px 6px 16px;box-shadow:0 15px 36px -25px rgba(57,34,117,.36)}
.v2-search-icon{display:grid;place-items:center;color:var(--purple);margin-right:8px;flex:0 0 auto}
.v2-hero-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:500 14px var(--font-body);color:var(--ink);padding:0 6px}
.v2-hero-search input::placeholder{color:#9691a3}
.v2-hero-search button{height:48px;border:0;border-radius:10px;padding:0 22px;background:linear-gradient(135deg,#6e3eff,#5c2be9);color:#fff;font:800 13px var(--font-body);cursor:pointer;box-shadow:var(--shadow-btn);transition:.2s ease;white-space:nowrap}
.v2-hero-search button:hover{transform:translateY(-1px);filter:saturate(1.1)}
.v2-benefits{display:flex;align-items:center;gap:26px;margin-top:18px;flex-wrap:wrap}
.v2-benefits>div{display:flex;align-items:center;gap:9px;min-width:135px}
.v2-benefit-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e8fff4;color:var(--success);font-weight:900;font-size:14px;flex:0 0 auto}
.v2-benefits strong,.v2-benefits small{display:block}
.v2-benefits strong{font-size:12.5px;line-height:1.25;color:#282334}
.v2-benefits small{font-size:10.5px;color:#8d8799;margin-top:1px}
.v2-hero-visual{position:relative;align-self:stretch;min-height:390px;display:flex;align-items:flex-end;justify-content:flex-end;z-index:2;overflow:visible;padding-top:8px}
.v2-hero-glow{position:absolute;width:520px;height:330px;right:-2%;bottom:4px;border-radius:50%;background:radial-gradient(circle,rgba(108,66,255,.16) 0%,rgba(108,66,255,.08) 36%,rgba(108,66,255,0) 72%);filter:blur(12px);pointer-events:none}
.v2-hero-shopper{width:min(100%,670px);height:auto;max-height:425px;object-fit:contain;object-position:right bottom;position:relative;z-index:2;filter:drop-shadow(0 20px 38px rgba(56,34,123,.10)) saturate(1.02);margin-right:-18px;margin-bottom:-4px}
/* SECTIONS ------------------------------------------------- */
.v2-section{padding:28px 0}
.v2-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.v2-section-head.compact{align-items:center;margin-bottom:12px}
.v2-section-head>div{min-width:0}
.v2-section-head h2{font-size:clamp(21px,2.4vw,28px);letter-spacing:-.035em;margin:0;color:#1d1930}
.v2-section-head p{font-size:12.5px;margin:4px 0 0;color:#858091;line-height:1.5}
.v2-section-head.compact>div{display:flex;align-items:center;gap:9px}
.v2-section-head.compact h2{font-size:20px}
.v2-section-icon,.v2-eyebrow{color:var(--purple);font-weight:800}
.v2-eyebrow{display:block;font-size:11.5px;margin-bottom:5px;text-transform:none}
.v2-see-all{font-size:12.5px;font-weight:800;color:var(--purple);text-decoration:none;white-space:nowrap}
.v2-see-all span{display:inline-block;margin-left:5px;transition:.2s ease}
.v2-see-all:hover span{transform:translateX(3px)}

/* BRANDS --------------------------------------------------- */
.v2-brands{padding-top:17px;padding-bottom:18px;background:#fff}
.v2-brand-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}
.v2-brand{height:62px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 28px -24px rgba(47,27,96,.3);transition:.18s ease;overflow:hidden}
.v2-brand:hover{transform:translateY(-2px);border-color:#cfc4f6;box-shadow:0 15px 28px -20px rgba(69,39,140,.28)}
.v2-brand strong{font-family:Arial,sans-serif;font-size:20px;letter-spacing:-.04em;color:#14111b}
.v2-brand.fnac strong{color:#e9a600;font-size:25px;letter-spacing:-.08em}
.v2-brand.sephora strong{font-size:15px;letter-spacing:.18em;font-weight:500}
.v2-brand.cdiscount strong{font-size:17px}.v2-brand.cdiscount b{color:#e1262f}
.v2-brand.booking strong{color:#0758bd;font-size:16px;letter-spacing:-.04em}
.v2-brand.darty strong{background:#ed1c24;color:#fff;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:10px;letter-spacing:-.06em}
.v2-brand.amazon{position:relative}.v2-brand.amazon strong{font-size:20px}.v2-brand.amazon i{position:absolute;width:42px;height:7px;border-bottom:3px solid #ff9900;border-radius:50%;bottom:14px;transform:rotate(3deg)}
.v2-swoosh{display:block;font-size:48px;font-weight:900;line-height:1;transform:rotate(-28deg) scaleX(1.55);color:#0f0e13;font-family:Arial,sans-serif}
.v2-brand.adidas{flex-direction:column;gap:0}.v2-brand.adidas strong{font-size:13px}.v2-adidas-mark{font-size:13px;letter-spacing:-4px;transform:skew(-15deg);margin-left:-2px}

/* DEALS ---------------------------------------------------- */
.v2-deals{background:linear-gradient(180deg,#fff 0%,#fdfcff 100%)}
.v2-deal-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.v2-deal-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px;display:flex;flex-direction:column;min-width:0;box-shadow:0 15px 34px -27px rgba(44,24,93,.28);transition:.2s ease}
.v2-deal-card:hover{transform:translateY(-3px);border-color:#d8d0ee;box-shadow:0 18px 38px -25px rgba(53,30,111,.36)}
.v2-deal-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px}
.v2-store-word{font:800 18px/1 var(--font-display);color:#15121c;letter-spacing:-.04em;white-space:nowrap}
.amazon-word{font-family:Arial,sans-serif}.fnac-word{color:#e5a000}.sephora-word{font:600 12px/1 Arial,sans-serif;letter-spacing:.16em}.red{color:#e52931}
.v2-discount{background:var(--danger);color:#fff;padding:7px 10px;border-radius:999px;font-size:11.5px;font-weight:900;white-space:nowrap}
.v2-discount.yellow{background:var(--yellow);color:#1e1928}
.v2-product-media{height:106px;margin:4px -3px 8px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfaff)}
.v2-product-media img{max-width:94%;max-height:100%;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}
.v2-deal-card h3{font-family:var(--font-display);font-size:14px;line-height:1.25;letter-spacing:-.025em;margin:0 0 6px;min-height:35px}
.v2-deal-card>p{font-size:11px;line-height:1.35;margin:0 0 10px;min-height:30px;color:#827c8e}
.v2-code{width:100%;border:0;border-radius:9px;background:#f1ecff;color:#5d33dc;min-height:35px;padding:7px 8px;display:flex;align-items:center;justify-content:center;gap:4px;font:600 11px var(--font-body);cursor:pointer;transition:.18s ease}
.v2-code strong{font-weight:800}.v2-code span{margin-left:auto}.v2-code:hover,.v2-code.copied{background:#e7dfff}
.v2-verified{font-size:10.5px;color:#8d8799;margin:10px 0;display:flex;align-items:center;gap:6px}
.v2-verified span{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#e3fff1;color:var(--success);font-weight:900}
.v2-deal-cta{margin-top:auto;min-height:37px;border-radius:9px;background:linear-gradient(135deg,#6e3eff,#5c2be9);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11.5px;font-weight:800;transition:.2s ease}
.v2-deal-cta:hover{filter:brightness(.97);transform:translateY(-1px)}
.v2-deal-cta span{transition:.2s ease}.v2-deal-cta:hover span{transform:translateX(3px)}

/* CATEGORIES ------------------------------------------------ */
.v2-categories{padding-top:22px;padding-bottom:26px}
.v2-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:11px}
.v2-category{height:96px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 28px -25px rgba(48,27,101,.3);transition:.18s ease}
.v2-category svg{width:32px;height:32px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:.18s ease}
.v2-category span{font-size:12px;font-weight:800}
.v2-category:hover{transform:translateY(-3px);border-color:#cfc3f7;background:#fbf9ff;color:var(--purple)}
.v2-category:hover svg{transform:scale(1.06)}

/* EVENT ----------------------------------------------------- */
.v2-french-days{padding-top:2px;padding-bottom:28px}
.v2-event-card{min-height:188px;border-radius:18px;overflow:hidden;display:grid;grid-template-columns:1.15fr .85fr .4fr;align-items:center;position:relative;background:
 radial-gradient(circle at 65% 25%,rgba(163,135,255,.7),transparent 28%),
 linear-gradient(110deg,#29115e 0%,#4b21c7 42%,#7143ff 100%);color:#fff;padding:24px 32px;box-shadow:0 24px 60px -34px rgba(55,27,143,.52)}
.v2-event-card:before{content:'';position:absolute;width:180px;height:180px;border-radius:50%;right:8%;top:-65px;border:1px solid rgba(255,255,255,.16)}
.v2-event-copy{position:relative;z-index:3}.v2-event-copy>span{display:inline-block;background:var(--yellow);color:#211833;border-radius:999px;padding:6px 10px;font-size:9.5px;font-weight:900;letter-spacing:.02em;margin-bottom:8px}
.v2-event-copy h2{color:#fff;font-size:31px;letter-spacing:-.04em;margin:0 0 5px}.v2-event-copy p{color:rgba(255,255,255,.82);font-size:13px;margin:0 0 14px}.v2-event-copy a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#4b24cf;border-radius:10px;padding:10px 14px;text-decoration:none;font-size:11.5px;font-weight:900}.v2-event-copy a:hover b{transform:translateX(3px)}.v2-event-copy b{transition:.2s ease}
.v2-event-art{align-self:stretch;position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.v2-event-art img{max-width:360px;width:100%;height:165px;object-fit:cover;border-radius:18px;mix-blend-mode:screen;opacity:.96}
.v2-event-list{position:relative;z-index:3;font:700 13px/1.65 var(--font-display);font-style:italic;color:#fff;transform:rotate(-3deg);opacity:.9}

/* MAG ------------------------------------------------------- */
.v2-mag{padding-top:8px}
.v2-mag-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:12px}
.v2-mag-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;text-decoration:none;color:var(--ink);min-height:285px;box-shadow:0 14px 34px -28px rgba(43,25,89,.28);transition:.18s ease}
.v2-mag-card:hover{transform:translateY(-2px);border-color:#d6cdef}
.v2-mag-card.featured{display:grid;grid-template-columns:46% 54%;min-height:285px}
.v2-mag-thumb{height:135px;position:relative;overflow:hidden;background:#eee}.v2-mag-card.featured .v2-mag-thumb{height:100%}
.v2-mag-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.v2-mag-card:hover .v2-mag-thumb img{transform:scale(1.035)}
.v2-mag-thumb span{position:absolute;left:10px;top:10px;background:#f1ebff;color:var(--purple);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;text-transform:uppercase}
.v2-mag-body{padding:14px;display:flex;flex-direction:column;height:100%}.v2-mag-body h3{font-size:15px;line-height:1.25;margin:0 0 7px;letter-spacing:-.025em}.v2-mag-body p{font-size:11.5px;line-height:1.45;margin:0 0 12px;color:#7f798a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.v2-mag-body>div{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px}.v2-mag-body small{font-size:9.5px;color:#9c96a6}.v2-mag-body b{font-size:10.5px;color:var(--purple)}

/* TRUST ----------------------------------------------------- */
.v2-trust{padding:18px 0 10px;background:linear-gradient(180deg,#fff,#fbfaff)}
.v2-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.v2-trust-grid>div{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px}.v2-trust-grid>div>span{width:32px;height:32px;border-radius:10px;background:#eee9ff;color:var(--purple);display:grid;place-items:center;font-weight:900}.v2-trust-grid p{margin:0}.v2-trust-grid strong,.v2-trust-grid small{display:block}.v2-trust-grid strong{font-size:11.5px;color:#342d42}.v2-trust-grid small{font-size:9.5px;color:#918b9b;margin-top:2px}

/* NEWSLETTER ------------------------------------------------ */
.v2-newsletter{padding:16px 0 25px;background:#fbfaff}
.v2-newsletter .nl-band{border:1px solid #e5defa;background:linear-gradient(90deg,#f0ecff 0%,#fff 58%,#f2efff 100%);padding:20px 22px;border-radius:16px;color:var(--ink);box-shadow:0 12px 36px -28px rgba(63,39,135,.32)}
.v2-newsletter .nl-band h2{color:#211c2f;font-size:19px}.v2-newsletter .nl-band .nl-intro p{color:#7e7889;font-size:11.5px}.v2-newsletter .nl-band .nl-fields input{border:1px solid #e2dcef;background:#fff}.v2-newsletter .nl-band .nl-fields button{background:linear-gradient(135deg,#6f3eff,#5d2de9);color:#fff;border-radius:10px}.v2-newsletter .nl-band .nl-fields button:hover{background:#5223dd;color:#fff}.v2-newsletter .nl-band .nl-legal{color:#8e8897}.v2-newsletter .nl-fields input{min-height:44px;border-radius:10px;font-size:12px}.v2-newsletter .nl-fields button{min-height:44px;padding:0 18px}

/* FAQ + FOOTER TUNING -------------------------------------- */
.v2-faq{padding-top:28px;padding-bottom:38px}.v2-faq .faq-list{max-width:950px}.v2-faq .faq-item{border-radius:14px;box-shadow:none}.v2-faq .faq-item[open]{border-color:#d6cbf7;background:#fdfcff}
.site-footer{margin-top:0;background:#171322}.site-footer .logo-word{font-family:var(--font-display)}

/* GENERAL SMALL POLISH ------------------------------------- */
.home-v2 .btn{border-radius:10px}.home-v2 a:focus-visible,.home-v2 button:focus-visible,.site-header-v2 a:focus-visible,.site-header-v2 input:focus-visible{outline:3px solid rgba(99,54,245,.25);outline-offset:2px}

/* RESPONSIVE ------------------------------------------------ */
@media (max-width:1180px){
  .main-nav-v2{gap:16px}.main-nav-v2 a{font-size:12.5px}.v2-header-search{width:190px}.v2-header-cta{padding:0 13px}
  .v2-deal-grid{grid-template-columns:repeat(4,1fr)}.v2-deal-card-extra{display:none}
  .v2-brand-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:980px){
  .main-nav-v2{display:none}.v2-mobile-menu{display:block}.v2-header-cta{display:none}.v2-header-search{width:240px}
  .v2-hero-grid{grid-template-columns:1fr .72fr;gap:20px}.v2-hero h1{font-size:46px}.v2-hero-visual{min-height:338px}.v2-hero-shopper{max-height:365px;width:min(100%,575px);margin-right:-12px}
  .v2-deal-grid{grid-template-columns:repeat(2,1fr)}.v2-deal-card-extra{display:flex}
  .v2-category-grid{grid-template-columns:repeat(4,1fr)}
  .v2-event-card{grid-template-columns:1.2fr .8fr}.v2-event-list{display:none}
  .v2-mag-grid{grid-template-columns:1fr 1fr}.v2-mag-card.featured{grid-column:1/-1}
  .v2-trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .container{padding-left:18px;padding-right:18px}.header-inner-v2{padding:10px 16px}.v2-logo-text{font-size:19px}.v2-logo-text span{font-size:14px}.v2-header-search{display:none}
  .v2-hero-grid{display:block;min-height:auto;padding-top:26px;padding-bottom:0}.v2-hero-copy{padding-bottom:22px}.v2-hero h1{font-size:clamp(38px,11vw,52px)}.v2-hero-lead{font-size:14px}.v2-hero-search{height:auto;display:grid;grid-template-columns:auto 1fr;padding:7px;border-radius:14px}.v2-hero-search .v2-search-icon{margin-left:8px}.v2-hero-search input{height:46px}.v2-hero-search button{grid-column:1/-1;width:100%;height:46px;margin-top:4px}.v2-benefits{gap:11px 18px}.v2-benefits>div{min-width:auto}.v2-benefits small{display:none}
  .v2-hero-visual{min-height:270px;margin:10px -18px 0;padding-top:0}.v2-hero-shopper{max-height:295px;width:min(100%,450px);margin-left:auto;margin-right:-10px}
  .v2-section{padding:22px 0}.v2-section-head{align-items:flex-start}.v2-section-head h2{font-size:22px}.v2-see-all{font-size:11px}
  .v2-brand-grid{display:flex;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x proximity}.v2-brand{min-width:132px;scroll-snap-align:start}
  .v2-deal-grid{display:flex;overflow-x:auto;margin-right:-18px;padding-right:18px;scroll-snap-type:x proximity}.v2-deal-card{min-width:245px;scroll-snap-align:start}.v2-deal-card-extra{display:flex}
  .v2-category-grid{display:flex;overflow-x:auto;margin-right:-18px;padding-right:18px;scroll-snap-type:x proximity}.v2-category{min-width:112px;height:92px;scroll-snap-align:start}
  .v2-event-card{display:block;padding:24px 22px;min-height:330px}.v2-event-copy h2{font-size:28px}.v2-event-art{position:absolute;left:0;right:0;bottom:0;height:150px;opacity:.75}.v2-event-art img{height:145px;width:100%;max-width:none;border-radius:0;object-position:center}.v2-event-copy{max-width:100%;z-index:4}
  .v2-mag-grid{display:block}.v2-mag-card,.v2-mag-card.featured{display:grid;grid-template-columns:38% 62%;min-height:170px;margin-bottom:12px}.v2-mag-thumb,.v2-mag-card.featured .v2-mag-thumb{height:100%}.v2-mag-body p{display:none}.v2-mag-body h3{font-size:13.5px}.v2-mag-body{padding:12px}
  .v2-trust-grid{grid-template-columns:1fr 1fr;gap:4px}.v2-trust-grid>div{justify-content:flex-start;padding:9px 0}.v2-trust-grid>div>span{width:28px;height:28px}.v2-newsletter .nl-band{padding:20px 16px}
}
@media (max-width:430px){
  .v2-logo-mark{width:34px;height:34px}.v2-logo-text{font-size:18px}.v2-hero h1{font-size:38px}.v2-kicker{font-size:10.5px}.v2-benefits{justify-content:space-between}.v2-benefits strong{font-size:10.5px}.v2-benefit-icon{width:23px;height:23px}
  .v2-hero-visual{min-height:238px}.v2-hero-shopper{max-height:252px;width:min(100%,372px);margin-right:-10px}
  .v2-section-head{display:block}.v2-section-head .v2-see-all{display:inline-block;margin-top:7px}.v2-brand-grid,.v2-deal-grid,.v2-category-grid{scrollbar-width:none}.v2-brand-grid::-webkit-scrollbar,.v2-deal-grid::-webkit-scrollbar,.v2-category-grid::-webkit-scrollbar{display:none}
  .v2-trust-grid{grid-template-columns:1fr}.v2-trust-grid>div{justify-content:flex-start}.v2-event-copy p{max-width:250px}.v2-mag-card,.v2-mag-card.featured{grid-template-columns:42% 58%}
}


/* ============================================================
   V2.4 — HEADER + HERO FINALISÉS
   Interface réelle : textes, recherches et boutons restent en HTML.
   ============================================================ */

/* Header plus fin, plus éditorial et plus stable au scroll */
.site-header-v2{
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(39,25,80,.07);
  box-shadow:0 1px 0 rgba(255,255,255,.75);
  transition:background .22s ease,box-shadow .22s ease;
}
.site-header-v2.is-scrolled{
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 34px -28px rgba(33,20,72,.45);
}
.header-inner-v2{
  max-width:1500px;
  min-height:72px;
  padding:10px 32px;
  gap:26px;
  transition:min-height .22s ease,padding .22s ease;
}
.site-header-v2.is-scrolled .header-inner-v2{min-height:62px;padding-top:6px;padding-bottom:6px}
.v2-logo{gap:8px}
.v2-logo-mark{
  width:34px;height:34px;border-radius:10px;
  font-size:23px;
  box-shadow:0 10px 24px -14px rgba(88,48,220,.72);
}
.v2-logo-text{font-size:22px;letter-spacing:-.052em;color:#1c1730}
.v2-logo-text span{font-size:15px;border-radius:7px;padding:4px 6px;vertical-align:2px}
.main-nav-v2{gap:27px}
.main-nav-v2 a{font-size:13px;font-weight:700;color:#393246;padding:10px 0}
.main-nav-v2 a:after{height:2px;bottom:2px}
.header-actions-v2{gap:9px;flex:0 0 auto}
.v2-header-search{
  width:292px;height:42px;padding:0 5px 0 12px;gap:8px;
  border-radius:12px;background:rgba(248,247,252,.95);border-color:#e7e2ef;
}
.v2-header-search-icon{display:grid;place-items:center;color:#827b91;flex:0 0 auto}
.v2-header-search input{font-size:12px;min-width:0}
.v2-header-search button{
  width:32px;height:32px;border:0;border-radius:9px;display:grid;place-items:center;
  background:#fff;color:var(--purple);cursor:pointer;box-shadow:0 4px 16px -12px rgba(70,38,160,.5);
  transition:.18s ease;flex:0 0 auto;
}
.v2-header-search button:hover{background:var(--purple);color:#fff;transform:translateX(1px)}
.v2-header-cta{
  height:42px;padding:0 15px;border-radius:12px;gap:7px;
  background:linear-gradient(135deg,#7143ff 0%,#5a2be7 100%);
  font-size:12px;box-shadow:0 11px 24px -15px rgba(99,54,245,.6);
}
.v2-hot-dot{font-size:13px;line-height:1}

/* Hero : plus large sur desktop, texte équilibré et image réellement fondue */
.v2-hero{
  background:
    radial-gradient(circle at 82% 31%,rgba(120,78,255,.14),transparent 31%),
    radial-gradient(circle at 54% 105%,rgba(153,124,255,.09),transparent 34%),
    linear-gradient(112deg,#fcfbff 0%,#faf8ff 48%,#f1edff 100%);
  border-bottom:1px solid rgba(80,50,160,.06);
}
.v2-hero:after{display:none}
.v2-hero .container{max-width:1500px}
.v2-hero-grid{
  min-height:500px;
  grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr);
  gap:26px;
  padding-top:34px;padding-bottom:28px;
}
.v2-hero-copy{padding:8px 0 10px;align-self:center}
.v2-kicker{
  margin-bottom:18px;padding:9px 14px;border-radius:999px;
  background:rgba(235,229,255,.88);color:#5a34d7;font-size:12px;
  box-shadow:inset 0 0 0 1px rgba(98,54,245,.03);
}
.v2-hero h1{
  font-size:clamp(48px,4.15vw,66px);
  line-height:.99;letter-spacing:-.058em;
  max-width:790px;margin-bottom:18px;
}
.v2-hero-lead{font-size:16px;line-height:1.55;max-width:690px;margin-bottom:22px;color:#686275}
.v2-hero-search{
  height:64px;max-width:760px;border-radius:16px;padding:6px 7px 6px 17px;
  border-color:rgba(99,54,245,.13);
  box-shadow:0 18px 48px -30px rgba(57,34,117,.42),0 1px 0 rgba(255,255,255,.9) inset;
}
.v2-hero-search input{font-size:14px}
.v2-hero-search button{height:50px;border-radius:11px;padding:0 25px;font-size:13px}
.v2-benefits{gap:34px;margin-top:20px}
.v2-benefits>div{min-width:150px;gap:10px}
.v2-benefit-icon{width:28px;height:28px;font-size:14px}
.v2-benefits strong{font-size:12.5px}.v2-benefits small{font-size:10.5px}
.v2-hero-visual{
  min-height:438px;padding-top:0;
  align-self:end;justify-content:flex-end;overflow:visible;
}
.v2-hero-glow{
  width:600px;height:370px;right:-8%;bottom:-5px;
  background:radial-gradient(circle,rgba(110,68,255,.13) 0%,rgba(110,68,255,.055) 39%,rgba(110,68,255,0) 72%);
  filter:blur(18px);
}
.v2-hero-shopper{
  width:min(100%,705px);max-height:490px;
  margin-right:-32px;margin-bottom:-8px;
  filter:drop-shadow(0 25px 45px rgba(56,34,123,.09)) saturate(1.02);
}

/* Tablette */
@media (max-width:1180px){
  .header-inner-v2{padding-left:22px;padding-right:22px;gap:17px}
  .main-nav-v2{gap:17px}.main-nav-v2 a{font-size:12px}
  .v2-header-search{width:220px}.v2-header-cta{padding:0 12px;font-size:11.5px}
  .v2-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:16px;min-height:470px}
  .v2-hero h1{font-size:55px;max-width:690px}
  .v2-hero-shopper{width:min(100%,620px);max-height:450px;margin-right:-20px}
}
@media (max-width:980px){
  .header-inner-v2{min-height:66px}
  .main-nav-v2{display:none}.v2-mobile-menu{display:block}
  .v2-header-cta{display:none}.v2-header-search{width:270px}
  .v2-hero-grid{grid-template-columns:minmax(0,1fr) minmax(315px,.74fr);gap:10px;min-height:430px;padding-top:26px;padding-bottom:20px}
  .v2-hero h1{font-size:47px;max-width:610px}.v2-hero-lead{font-size:14px}
  .v2-benefits{gap:15px 22px}.v2-benefits>div{min-width:auto}.v2-benefits small{display:none}
  .v2-hero-visual{min-height:360px}.v2-hero-shopper{max-height:385px;width:min(100%,515px);margin-right:-16px}
}

/* Mobile : le visuel devient une seconde partie du hero, sans écraser la recherche */
@media (max-width:720px){
  .header-inner-v2{padding:8px 16px;min-height:62px;gap:10px}.site-header-v2.is-scrolled .header-inner-v2{min-height:58px}
  .v2-header-search{display:none}
  .v2-logo-mark{width:33px;height:33px}.v2-logo-text{font-size:19px}.v2-logo-text span{font-size:13px}
  .v2-mobile-menu summary{width:40px;height:40px}
  .v2-hero .container{padding-left:18px;padding-right:18px}
  .v2-hero-grid{display:block;min-height:auto;padding-top:24px;padding-bottom:0}
  .v2-hero-copy{padding-bottom:14px}
  .v2-kicker{font-size:10.5px;padding:7px 11px;margin-bottom:13px}
  .v2-hero h1{font-size:clamp(39px,11.8vw,52px);line-height:.98;margin-bottom:14px}
  .v2-hero-lead{font-size:14px;margin-bottom:17px}
  .v2-hero-search{height:auto;display:grid;grid-template-columns:auto 1fr;padding:7px;border-radius:15px}
  .v2-hero-search .v2-search-icon{margin-left:7px}
  .v2-hero-search input{height:45px;font-size:13px}
  .v2-hero-search button{grid-column:1/-1;width:100%;height:46px;margin-top:4px}
  .v2-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}
  .v2-benefits>div{display:block;text-align:center;min-width:0}.v2-benefit-icon{margin:0 auto 5px}.v2-benefits strong{font-size:10px}.v2-benefits small{display:none}
  .v2-hero-visual{min-height:270px;margin:4px -18px 0;padding:0;justify-content:center}
  .v2-hero-glow{width:400px;height:230px;right:50%;transform:translateX(50%);bottom:0;filter:blur(14px)}
  .v2-hero-shopper{width:min(100%,455px);max-height:295px;margin:0 -6px -4px 0}
}
@media (max-width:430px){
  .v2-hero h1{font-size:39px}
  .v2-hero-visual{min-height:235px}
  .v2-hero-shopper{width:min(100%,385px);max-height:255px;margin-right:-8px}
}
