  /* Tokens :root (baseline) + reset global (*, html, body, body.locked, a, button)
     Ã¢â€ â€™ mutate ÃƒÂ®n secret-box-base.css (ÃƒÂ®ncÃ„Æ’rcat ÃƒÂ®nainte de home.css). Override-ul de
     paletÃ„Æ’ Ã¢â‚¬Å¾black & gold" pentru home/shop rÃ„Æ’mÃƒÂ¢ne mai jos (:root @ secÃˆâ€ºiunea overrides). */

  .cinematic-shell{
   min-height:100vh;
   background:#000;
   position:relative;
  }

  /* AGE GATE + BUTOANE (.btn/.btn-primary/.btn-outline) Ã¢â€ â€™ ÃƒÂ®n secret-box-base.css
     (sistemul de 3 stiluri canonice). Aici nu mai existÃ„Æ’ override-uri de buton. */



  /* TOP NAV (topbar desktop: .topbar/.topbar-inner/.brand/.nav/.nav-btn/.adult-pill/.cart-count
     + responsive @1040px) Ã¢â€ â€™ mutat ÃƒÂ®n secret-box-base.css. */

  /* ===============================
    FIXED BUY BUTTON
  =============================== */
  .buy-now-fixed{
   position:fixed;
   right:22px;
   bottom:22px;
   z-index:700;
   background:linear-gradient(180deg,#fff1ce,#d6b36a);
   color:#090806;
   border:0;
   border-radius:999px;
   padding:15px 20px;
   font-weight:900;
   cursor:pointer;
   box-shadow:0 18px 44px rgba(0,0,0,.45),0 0 26px rgba(214,179,106,.15);
   transform:translateY(0);
   transition:.35s var(--ease);
  }
  .buy-now-fixed:hover{transform:translateY(-3px) scale(1.02)}

  /* ===============================
    HERO DIOR / IPHONE STYLE
  =============================== */
  .hero-duo{
   height:100svh;
   min-height:560px;
   position:relative;
   overflow:hidden;
   background:#000;
   display:grid;
   grid-template-columns:1fr 1fr;
  }
  .hero-panel{
   position:relative;
   overflow:hidden;
   isolation:isolate;
   cursor:pointer;
   display:block;
   color:inherit;
   text-decoration:none;
  }
  .hero-panel::before{
   content:"";
   position:absolute;
   inset:0;
   z-index:2;
   background:
    linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.04),rgba(0,0,0,.34)),
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.62));
   pointer-events:none;
   transition:.7s var(--ease);
  }
  .hero-panel:hover::before{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.46))}
  .hero-video{
   position:absolute;
   inset:0;
   width:100%;
   height:100%;
   object-fit:cover;
   filter:brightness(.72) contrast(1.05) saturate(.92);
   transform:scale(1.018);
   transition:filter .75s var(--ease), transform 1.2s var(--ease);
  }
  .hero-panel:hover .hero-video{filter:brightness(1) contrast(1.05) saturate(1);transform:scale(1.065)}
  /* Hover blur Ã¢â‚¬â€ celÃ„Æ’lalt panel se blureazÃ„Æ’ cÃƒÂ¢nd unul e hover */
  .hero-duo:hover .hero-panel:not(:hover) .hero-video{
   filter:brightness(.45) contrast(1.02) saturate(.85) blur(10px);
   transform:scale(1.04);
  }
  .hero-duo:hover .hero-panel:not(:hover)::before{
   background:
    linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.30),rgba(0,0,0,.50)),
    linear-gradient(180deg,rgba(0,0,0,.30),rgba(0,0,0,.72));
  }
  .hero-panel.left .hero-video{object-position:center center}
  .hero-panel.right .hero-video{object-position:center center}

  .hero-center-logo{
   position:absolute;
   inset:0;
   z-index:10;
   display:flex;
   align-items:center;
   justify-content:center;
   pointer-events:none;
   text-align:center;
  }
  .logo-box{
   pointer-events:auto;
   width:min(560px,calc(100% - 48px));
   padding:26px 26px 24px;
   border-radius:28px;
   background:rgba(0,0,0,.20);
   border:1px solid rgba(255,255,255,.10);
   backdrop-filter:blur(8px);
   box-shadow:0 30px 90px rgba(0,0,0,.22);
   transition:.55s var(--ease);
  }
  .logo-box:hover{background:rgba(0,0,0,.12);transform:scale(.985);border-color:rgba(214,179,106,.26)}
  .logo-box small{
   display:block;
   color:rgba(255,255,255,.72);
   letter-spacing:.38em;
   text-transform:uppercase;
   font-size:11px;
   margin-bottom:12px;
  }
  .logo-box h1{
   margin:0;
   font-family:"Cormorant Garamond",serif;
   font-size:clamp(56px,8vw,120px);
   line-height:.88;
   letter-spacing:.16em;
   font-weight:500;
   text-shadow:0 10px 40px rgba(0,0,0,.5);
  }
  .logo-box p{
   margin:16px auto 0;
   max-width:440px;
   color:rgba(255,255,255,.74);
   line-height:1.8;
   font-size:15px;
  }

  .panel-content{
   position:absolute;
   z-index:5;
   left:clamp(28px,5vw,78px);
   right:clamp(28px,5vw,78px);
   bottom:clamp(42px,7vh,86px);
   max-width:480px;
   opacity:.92;
   transform:translateY(0);
   transition:.75s var(--ease);
  }
  .hero-panel.right .panel-content{left:auto;text-align:right}
  .panel-content .kicker{
   display:block;
   font-size:11px;
   color:rgba(255,255,255,.60);
   letter-spacing:.34em;
   text-transform:uppercase;
   margin-bottom:14px;
  }
  .panel-content h2{
   margin:0;
   font-family:"Cormorant Garamond",serif;
   font-size:clamp(36px,4.2vw,66px);
   line-height:.98;
   font-weight:500;
   color:#f8ead0;
   text-wrap:balance;
  }
  .panel-content p{
   margin:16px 0 0;
   color:rgba(255,255,255,.74);
   line-height:1.75;
   font-size:15px;
   max-width:420px;
  }
  .hero-panel.right .panel-content p{margin-left:auto}
  /* Hero Ã¢â‚¬Å¾DescoperÃ„Æ’" Ã¢â€ â€™ foloseÃˆâ„¢te pill-ul canonic .nav-btn.nav-buy (clase puse ÃƒÂ®n
     shell.blade.php). Aici rÃ„Æ’mÃƒÂ¢ne DOAR layout-ul specific hero (spaÃˆâ€ºiere + lift la
     hover-ul panelului); skin-ul (gradient/bordurÃ„Æ’/culoare) vine din base-css. */
  .discover-link{
   margin-top:24px;
  }
  .hero-panel:hover .discover-link{
   transform:translateY(-2px);
  }

  .hero-legal{
   position:absolute;
   z-index:12;
   left:0;
   right:0;
   bottom:0;
   display:flex;
   justify-content:center;
   gap:22px;
   flex-wrap:wrap;
   padding:16px 20px;
   background:linear-gradient(180deg,transparent,rgba(0,0,0,.48));
   color:rgba(255,255,255,.52);
   font-size:11px;
   letter-spacing:.08em;
   text-transform:uppercase;
  }
  .hero-legal a{border-bottom:1px solid rgba(255,255,255,.20);padding-bottom:2px}
  .hero-legal a:hover{color:#fff;border-color:#fff}

  /* ===============================
    REVEALED PAGE
    Hidden-by-default doar pe home (cinema reveal pattern).
    Pe /shop conÃˆâ€ºinutul ESTE pagina Ã¢â‚¬â€ se afiÃˆâ„¢eazÃ„Æ’ direct (vezi body.sb-shop).
  =============================== */
  .reveal-content{
   position:relative;
   background:
    radial-gradient(circle at 50% 0%,rgba(214,179,106,.11),transparent 20%),
    linear-gradient(180deg,#050505,#0a0a0a 38%,#050505);
  }
  body.sb-home .reveal-content{
   opacity:0;
   transform:translateY(60px);
   max-height:0;
   overflow:hidden;
   transition:opacity .9s var(--ease), transform .9s var(--ease), max-height 1.4s var(--ease);
  }
  body.sb-home.content-open .reveal-content{
   opacity:1;
   transform:translateY(0);
   max-height:9000px;
   overflow:visible;
  }
  .wrap{width:min(1180px,calc(100% - 36px));margin:auto;position:relative;z-index:1}
  .section{padding:110px 0}
  .section-header{max-width:840px;margin:0 auto 54px;text-align:center}
  .eyebrow{display:block;color:var(--gold);letter-spacing:.36em;text-transform:uppercase;font-size:11px;margin-bottom:14px}
  .section-header h2{
   margin:0;
   font-family:"Cormorant Garamond",serif;
   font-size:clamp(42px,6vw,82px);
   line-height:.96;
   font-weight:500;
   color:#f8ead0;
   text-wrap:balance;
  }
  .section-header p{max-width:720px;margin:20px auto 0;color:var(--muted);line-height:1.9;font-size:17px}

  .cinema-intro{
   padding-top:130px;
   border-top:1px solid rgba(255,255,255,.08);
  }
  .intro-grid{
   display:grid;
   grid-template-columns:.9fr 1.1fr;
   gap:42px;
   align-items:center;
  }
  .intro-media{
   position:relative;
   min-height:620px;
   border-radius:34px;
   overflow:hidden;
   border:1px solid rgba(255,255,255,.08);
   box-shadow:var(--shadow);
   background:#101010;
  }
  .intro-media img{
   width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:brightness(.82) contrast(1.04);transform:scale(1.02);
   transition:transform 1.8s cubic-bezier(.25,.46,.45,.94);
   will-change:transform;
  }
  .intro-media:hover img{transform:scale(1.07)}
  .intro-copy h2{
   margin:0 0 20px;
   font-family:"Cormorant Garamond",serif;
   font-size:clamp(46px,5.2vw,82px);
   line-height:.96;
   color:#f8ead0;
   font-weight:500;
  }
  .intro-copy p{color:rgba(255,255,255,.70);line-height:1.95;font-size:17px;margin:0 0 18px}
  .intro-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}
  .intro-point{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
   column-gap:12px;
   border:1px solid rgba(255,255,255,.09);
   background:rgba(255,255,255,.035);
   border-radius:24px;
   padding:20px;
   min-height:150px;
  }
  .intro-point .icon{font-size:22px;display:inline-flex;align-items:center;flex:0 0 auto}
  .intro-point strong{font-family:"Cormorant Garamond",serif;font-size:26px;color:#f4e1b6;font-weight:500}
  .intro-point span:not(.icon){flex:0 0 100%;color:var(--muted);line-height:1.65;font-size:14px;margin-top:10px}
  /* lux-card: card premium reutilizabil (upgrade intro-points).
     Iconuri ca fiÈ™iere SVG via mask (../img/icons/), recolorate prin background-color.
     .text-icon din paste â†’ .lux-icon--text (evitÄƒm coliziune cu .text-icon existent). */
  .luxury-grid{
   display:grid;
   grid-template-columns:repeat(3,1fr);
   gap:34px;
   margin-top:70px;
  }
  .lux-card{
   position:relative;
   padding:48px 42px;
   border-radius:34px;
   overflow:hidden;
   border:1px solid rgba(214,170,84,.45);
   background:linear-gradient(180deg,rgba(12,9,6,.72),rgba(3,2,1,.94));
   -webkit-backdrop-filter:blur(16px);
   backdrop-filter:blur(16px);
   transition:.45s ease;
  }
  .lux-card::before{
   content:"";
   position:absolute;
   inset:0;
   background:radial-gradient(circle at top right,rgba(255,214,120,.14),transparent 35%);
   opacity:0;
   transition:.45s ease;
  }
  .lux-card:hover{
   transform:translateY(-8px);
   border-color:#f0c870;
   box-shadow:0 0 60px rgba(240,200,112,.10),inset 0 0 40px rgba(240,200,112,.03);
  }
  .lux-card:hover::before{
   opacity:1;
  }
  .lux-icon{
   width:146px;
   height:146px;
   margin:0 auto 30px;
   border-radius:50%;
   border:1px solid rgba(240,200,112,.72);
   display:flex;
   align-items:center;
   justify-content:center;
   color:#f3d58e;
   position:relative;
  }
  .lux-icon::after{
   content:"";
   position:absolute;
   top:14px;
   right:18px;
   width:10px;
   height:10px;
   border-radius:50%;
   background:#ffe5a6;
   box-shadow:0 0 10px #ffe5a6,0 0 24px #ffe5a6;
  }
  .lux-glyph{
   width:54px;
   height:54px;
   background-color:#f3d58e;
   -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
   -webkit-mask-position:center;mask-position:center;
   -webkit-mask-size:contain;mask-size:contain;
  }
  .lux-glyph--sparkle{-webkit-mask-image:url(../img/icons/sparkle.svg);mask-image:url(../img/icons/sparkle.svg)}
  .lux-glyph--key{-webkit-mask-image:url(../img/icons/key.svg);mask-image:url(../img/icons/key.svg)}
  .lux-icon--text{
   font-size:58px;
   font-weight:600;
   font-family:"Cormorant Garamond",serif;
  }
  .lux-divider{
   display:flex;
   align-items:center;
   justify-content:center;
   gap:14px;
   margin-bottom:34px;
   color:#d8ac56;
   font-size:12px;
  }
  .lux-divider span{
   width:88px;
   height:1px;
   background:linear-gradient(90deg,transparent,rgba(216,172,86,.9),transparent);
  }
  .lux-card h3{
   text-align:center;
   margin:0 0 26px;
   font-size:64px;
   line-height:.95;
   font-family:"Cormorant Garamond",serif;
   font-weight:500;
   color:#f8e7bc;
  }
  .lux-card p{
   max-width:290px;
   margin:0 auto;
   text-align:center;
   color:rgba(243,224,183,.88);
   font-size:22px;
   line-height:1.7;
  }
  @media(max-width:1100px){
   .luxury-grid{grid-template-columns:1fr;}
   .lux-card h3{font-size:52px;}
   .lux-card p{font-size:19px;}
  }
  /* lux-card COMPACT â€” doar Ã®n coloana Ã®ngustÄƒ .intro-copy, cÃ¢nd intro-grid e 2 coloane
     (desktop >980px). Sub 980px intro-grid se stivuieÈ™te â†’ rÄƒmÃ¢ne varianta full-size.
     Scopat la .intro-copy ca lux-card sÄƒ rÄƒmÃ¢nÄƒ mare/reutilizabil Ã®n alte contexte. */
  @media(min-width:981px){
   .intro-copy .luxury-grid{
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:32px;
   }
   .intro-copy .lux-card{
    padding:22px 14px;
    border-radius:22px;
   }
   .intro-copy .lux-icon{
    width:60px;
    height:60px;
    margin:0 auto 14px;
   }
   .intro-copy .lux-icon::after{
    top:7px;
    right:9px;
    width:7px;
    height:7px;
    box-shadow:0 0 7px #ffe5a6,0 0 16px #ffe5a6;
   }
   .intro-copy .lux-glyph{
    width:28px;
    height:28px;
   }
   .intro-copy .lux-icon--text{
    font-size:24px;
   }
   .intro-copy .lux-divider{
    gap:7px;
    margin-bottom:12px;
   }
   .intro-copy .lux-divider span{
    width:24px;
   }
   .intro-copy .lux-card h3{
    font-size:22px;
    line-height:1.1;
    margin:0 0 10px;
   }
   .intro-copy .lux-card p{
    max-width:none;
    font-size:13px;
    line-height:1.55;
   }
  }
  /* lux-card intro pe MOBIL (â‰¤980px) â€” intro-grid se stivuieÈ™te, cardurile devin 1 coloanÄƒ
     full-width. VariantÄƒ medium (full-size era prea mare pe telefon, compactul prea mic). */
  @media(max-width:980px){
   .intro-copy .luxury-grid{
    grid-template-columns:1fr;
    gap:18px;
    margin-top:34px;
   }
   .intro-copy .lux-card{
    padding:30px 26px;
    border-radius:24px;
   }
   .intro-copy .lux-icon{
    width:84px;
    height:84px;
    margin:0 auto 20px;
   }
   .intro-copy .lux-icon::after{
    top:10px;
    right:13px;
    width:8px;
    height:8px;
   }
   .intro-copy .lux-glyph{
    width:36px;
    height:36px;
   }
   .intro-copy .lux-icon--text{
    font-size:34px;
   }
   .intro-copy .lux-divider{
    gap:10px;
    margin-bottom:18px;
   }
   .intro-copy .lux-divider span{
    width:54px;
   }
   .intro-copy .lux-card h3{
    font-size:32px;
    line-height:1.1;
    margin:0 0 14px;
   }
   .intro-copy .lux-card p{
    max-width:none;
    font-size:15px;
    line-height:1.6;
   }
  }
  /* lux-card intro pe TELEFON (â‰¤600px) â€” layout ORIZONTAL: icon stÃ¢nga (grid col 1, pe toatÄƒ
     Ã®nÄƒlÈ›imea), titlu+text dreapta (col 2), divider ascuns, text aliniat stÃ¢nga. Carduri scunde. */
  @media(max-width:600px){
   .intro-copy .luxury-grid{
    gap:12px;
    margin-top:30px;
   }
   .intro-copy .lux-card{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    column-gap:16px;
    text-align:left;
    padding:18px 18px;
    border-radius:20px;
   }
   .intro-copy .lux-icon{
    grid-column:1;
    grid-row:1 / span 2;
    width:56px;
    height:56px;
    margin:0;
   }
   .intro-copy .lux-icon::after{
    top:6px;
    right:7px;
    width:6px;
    height:6px;
   }
   .intro-copy .lux-glyph{
    width:26px;
    height:26px;
   }
   .intro-copy .lux-icon--text{
    font-size:21px;
   }
   .intro-copy .lux-divider{
    display:none;
   }
   .intro-copy .lux-card h3{
    text-align:left;
    font-size:21px;
    line-height:1.15;
    margin:0 0 4px;
   }
   .intro-copy .lux-card p{
    text-align:left;
    max-width:none;
    font-size:13.5px;
    line-height:1.5;
    margin:0;
   }
  }
  /* lux-card Ã®n #for-who (full-width, "Un singur concept...") â€” refoloseÈ™te designul lux,
     dar mai subtil: full-size era prea masiv pe lÄƒÈ›imea Ã®ntreagÄƒ. Scopat la #for-who,
     deci nu atinge varianta compact din intro, nici full-size reutilizabilÄƒ. */
  #for-who .luxury-grid{
   gap:24px;
   margin-top:44px;
  }
  #for-who .lux-card{
   padding:32px 28px;
   border-radius:26px;
  }
  #for-who .lux-icon{
   width:92px;
   height:92px;
   margin:0 auto 22px;
  }
  #for-who .lux-icon::after{
   top:11px;
   right:14px;
   width:8px;
   height:8px;
  }
  #for-who .lux-icon--text{
   font-size:34px;
  }
  #for-who .lux-divider{
   gap:10px;
   margin-bottom:20px;
  }
  #for-who .lux-divider span{
   width:52px;
  }
  #for-who .lux-card h3{
   font-size:32px;
   margin:0 0 16px;
  }
  #for-who .lux-card p{
   max-width:260px;
   font-size:16px;
   line-height:1.65;
  }
  /* #for-who pe TELEFON (â‰¤600px) â€” layout ORIZONTAL: icon stÃ¢nga, titlu+text dreapta. */
  @media(max-width:600px){
   #for-who .luxury-grid{
    gap:12px;
    margin-top:34px;
   }
   #for-who .lux-card{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    column-gap:16px;
    text-align:left;
    padding:20px 20px;
    border-radius:20px;
   }
   #for-who .lux-icon{
    grid-column:1;
    grid-row:1 / span 2;
    width:60px;
    height:60px;
    margin:0;
   }
   #for-who .lux-icon::after{
    top:7px;
    right:8px;
    width:6px;
    height:6px;
   }
   #for-who .lux-divider{
    display:none;
   }
   #for-who .lux-icon--text{
    font-size:23px;
   }
   #for-who .lux-card h3{
    text-align:left;
    font-size:23px;
    line-height:1.15;
    margin:0 0 5px;
   }
   #for-who .lux-card p{
    text-align:left;
    max-width:none;
    font-size:14px;
    line-height:1.55;
   }
  }

  /* PRODUCTS */
  .products-section{background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,.035),rgba(255,255,255,.01))}
  .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
  .product-card{
   border-radius:34px;
   overflow:hidden;
   border:1px solid rgba(255,255,255,.09);
   background:rgba(255,255,255,.035);
   box-shadow:0 20px 60px rgba(0,0,0,.30);
   transition:transform .7s cubic-bezier(.25,.46,.45,.94), border-color .7s cubic-bezier(.25,.46,.45,.94), box-shadow .7s cubic-bezier(.25,.46,.45,.94);
   will-change:transform;
   position:relative;
  }
  .product-card:hover{transform:translateY(-10px);border-color:rgba(214,179,106,.32);box-shadow:0 30px 88px rgba(0,0,0,.52)}
  .product-media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#111}
  .product-media img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.88);transition:transform 1.8s cubic-bezier(.25,.46,.45,.94), filter 1.8s cubic-bezier(.25,.46,.45,.94);will-change:transform}
  .product-card:hover .product-media img{transform:scale(1.08);filter:brightness(.98)}
  .tag{
   position:absolute;
   top:16px;left:16px;
   z-index:2;
   padding:9px 12px;
   border-radius:999px;
   background:rgba(0,0,0,.45);
   border:1px solid rgba(255,255,255,.12);
   backdrop-filter:blur(10px);
   font-size:10px;
   letter-spacing:.22em;
   text-transform:uppercase;
   color:#fff;
  }
  .product-body{padding:26px}
  .product-body h3{margin:0;font-family:"Cormorant Garamond",serif;font-size:36px;font-weight:500;color:#f7e4bc}
  .price{font-family:"Cormorant Garamond",serif;font-size:44px;color:#fff;margin:12px 0 10px}
  .product-body p{color:var(--muted);line-height:1.75;margin:0 0 18px;font-size: 12px;}
  .product-list{display:grid;gap:8px;margin:0 0 22px;padding:0;list-style:none;color:rgba(255,255,255,.58);font-size:13px;line-height:1.6}
  .product-list li::before{content:" ";color:var(--gold)}
  .product-card.featured{background:linear-gradient(180deg,rgba(214,179,106,.18),rgba(255,255,255,.035));border-color:rgba(214,179,106,.28)}

  .age-icon{
   width:34px;
   height:34px;
   border-radius:999px;
   display:inline-flex!important;
   align-items:center;
   justify-content:center;
   background:linear-gradient(180deg,#f3dfad,#d6b36a);
   color:#070500;
   font-family:"Inter",sans-serif;
   font-size:12px!important;
   font-weight:1000;
   letter-spacing:.02em;
   box-shadow:0 0 22px rgba(214,179,106,.18);
  }

  /* SOCIAL */
  .social-slider-shell{position:relative;overflow:hidden;margin-top:18px}
  .social-slider{
   display:flex;
   gap:20px;
   overflow-x:auto;
   scroll-snap-type:x proximity;
   padding:8px 8px 24px;
   scrollbar-width:thin;
   scrollbar-color:rgba(214,179,106,.7) rgba(214,179,106,.12);
  }
  .social-slider::-webkit-scrollbar{height:8px}
  .social-slider::-webkit-scrollbar-track{background:rgba(214,179,106,.12);border-radius:999px}
  .social-slider::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#d6b36a,#f3dfad);border-radius:999px}
  .social-card{flex:0 0 calc((100% - 40px)/3);min-width:0;scroll-snap-align:start}
  .slider-controls{display:flex;justify-content:center;gap:12px;margin-top:18px}
  .slider-btn{
   width:46px;height:46px;border-radius:999px;
   border:1px solid rgba(214,179,106,.30);
   background:rgba(214,179,106,.08);
   color:var(--gold2);
   cursor:pointer;
   font-size:22px;
   transition:.35s var(--ease);
  }
  .slider-btn:hover{background:rgba(214,179,106,.18);transform:translateY(-2px)}
  .social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
  .social-card{
   position:relative;
   border:1px solid rgba(214,179,106,.28);
   border-radius:28px;
   overflow:hidden;
   background:rgba(255,255,255,.025);
   box-shadow:0 30px 90px rgba(0,0,0,.45);
   transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
   will-change:transform;
  }
  .social-card:hover{transform:translateY(-6px);border-color:rgba(214,179,106,.72);box-shadow:0 38px 110px rgba(0,0,0,.62),0 0 36px rgba(214,179,106,.12)}
  .social-media{position:relative;aspect-ratio:5/6;background:#111;overflow:hidden}
  .social-media::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.1) 20%,rgba(0,0,0,.42) 72%,rgba(0,0,0,.7))}
  .social-media img{position:absolute;inset:0;width:100%;height:100%;min-width:100%;min-height:100%;max-width:none;object-fit:cover;object-position:center;display:block;transition:transform .55s ease, filter .55s ease;will-change:transform}
  .social-card:hover .social-media img{transform:scale(1.045);filter:brightness(.9)}
  .social-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .55s ease, filter .55s ease;will-change:transform}
  .social-card:hover .social-media video{transform:scale(1.045);filter:brightness(.9)}
  .social-top{position:absolute;top:22px;left:22px;right:22px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px}
  .social-platform{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(0,0,0,.48);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f8ead0;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
  .social-platform-icon{width:14px;height:14px;flex:none;display:inline-block;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
  .social-platform-icon--instagram{-webkit-mask-image:url(../img/icons/instagram.svg);mask-image:url(../img/icons/instagram.svg)}
  .social-platform-icon--tiktok{-webkit-mask-image:url(../img/icons/tiktok.svg);mask-image:url(../img/icons/tiktok.svg)}
  .social-platform-icon--facebook{-webkit-mask-image:url(../img/icons/facebook.svg);mask-image:url(../img/icons/facebook.svg)}
  .social-platform-icon--x{-webkit-mask-image:url(../img/icons/x.svg);mask-image:url(../img/icons/x.svg)}
  .social-platform-icon--youtube{-webkit-mask-image:url(../img/icons/youtube.svg);mask-image:url(../img/icons/youtube.svg)}
  .social-platform .social-platform-icon{width:18px;height:18px;background-color:var(--gold)}
  .social-open{flex:none;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);text-decoration:none;opacity:.9;filter:drop-shadow(0 1px 4px rgba(0,0,0,.7));transition:opacity .3s ease, transform .3s ease}
  .social-open:hover{opacity:1;transform:translateY(-1px)}
  .social-open .social-cta-icon{width:18px;height:18px}
  .social-featured{position:absolute;top:74px;left:22px;z-index:3;border-radius:999px;padding:7px 12px;background:linear-gradient(135deg,rgba(214,179,106,.95),rgba(196,154,74,.95));border:1px solid rgba(214,179,106,.5);color:#1a1206;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .social-cta{position:absolute;left:50%;bottom:72px;z-index:4;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:13px 20px;border:1px solid rgba(214,179,106,.58);border-radius:999px;background:rgba(0,0,0,.58);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff7e6;font-size:14px;font-weight:900;letter-spacing:.04em;text-decoration:none;transition:transform .3s ease, background .3s ease, border-color .3s ease, color .3s ease}
  .social-cta:hover{background:rgba(214,179,106,.92);border-color:rgba(214,179,106,.85);color:#1a1206;transform:translateX(-50%) translateY(-2px)}
  .social-cta-icon{width:16px;height:16px;flex:none;display:inline-block;background-color:currentColor;-webkit-mask:url(../img/icons/external.svg) center/contain no-repeat;mask:url(../img/icons/external.svg) center/contain no-repeat}
  .social-card.featured{border-color:rgba(214,179,106,.5)}
  .social-body{position:relative;min-height: 110px;padding: 48px 20px 20px;background:linear-gradient(180deg,rgba(22,17,10,.86),rgba(0,0,0,.78));border-top:1px solid rgba(214,179,106,.18)}
  .social-avatar{position:absolute;top:-30px;left:30px;z-index:2;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:rgba(9,7,4,.82);border:1px solid rgba(214,179,106,.72);box-shadow:0 0 22px rgba(214,179,106,.22);color:var(--gold)}
  .social-avatar .social-platform-icon{width:25px;height:25px}
  .social-body strong{display:block;font-family:"Cormorant Garamond",serif;font-weight:500;color:#f8ead0;font-size:34px;line-height:1.02;margin:0 0 16px}
  .social-body strong::after{content:"";display:block;width:46px;height:2px;background:var(--gold);margin-top:14px}
  .social-body p{margin:0;color:var(--muted);line-height:1.65;font-size:14px;min-height:3.3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .metric-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
  .metric-row span{padding:8px 12px;border:1px solid rgba(214,179,106,.35);border-radius:8px;color:rgba(248,234,208,.78);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

  /* FAQ */
  .faq-list{width:min(900px,100%);margin:0 auto;display:grid;gap:12px}
  details{
   border:1px solid rgba(255,255,255,.10);
   background:rgba(255,255,255,.035);
   border-radius:22px;
   padding:0;
   overflow:hidden;
  }
  summary{
   list-style:none;
   cursor:pointer;
   padding:22px 24px;
   font-weight:800;
   display:flex;
   justify-content:space-between;
   align-items:center;
   gap:16px;
  }
  summary::-webkit-details-marker{display:none}
  summary::after{content:"+";color:var(--gold);font-size:22px;transition:.3s var(--ease)}
  details[open] summary::after{transform:rotate(45deg)}
  details p{margin:0;padding:0 24px 22px;color:var(--muted);line-height:1.85}

  /* FORMS / LEGAL */
  .forms-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
  .form-card,.legal-card{
   border:1px solid rgba(255,255,255,.10);
   background:rgba(255,255,255,.035);
   border-radius:32px;
   padding:28px;
  }
  .form-card h3,.legal-card h3{margin:0 0 14px;font-family:"Cormorant Garamond",serif;font-size:34px;color:#f7e4bc;font-weight:500}
  .field{display:grid;gap:8px;margin-bottom:14px}
  .field label{font-size:13px;color:rgba(255,255,255,.70);font-weight:700}
  .field input,.field textarea,.field select{
   width:100%;
   /* box-sizing:border-box â€” pe home/shop NU existÄƒ reset global (vezi
      secret-box-base.css:15-20), deci width:100% + padding ar ieÈ™i din .form-card. */
   box-sizing:border-box;
   border:1px solid rgba(255,255,255,.11);
   background:rgba(0,0,0,.24);
   color:#fff;
   padding:14px 16px;
   border-radius:16px;
   outline:none;
   font:inherit;
  }
  .field textarea{min-height:120px;resize:vertical}
  /* Dropdown gold custom â€” wrapper .field-select scoate sÄƒgeata nativÄƒ (care nu
     respecta padding-ul + arÄƒta strÄƒin pe paleta dark/gold) È™i o Ã®nlocuieÈ™te cu
     chevron-down.svg colorat prin mask (pattern canonic, vezi `details summary::after`
     de mai jos). Selector cu specificitate 030 ca sÄƒ cÃ¢È™tige natural faÈ›Äƒ de regula
     genericÄƒ `.field select` È™i sÄƒ nu fie nevoie de override Ã®n media query. */
  .field-select{position:relative;display:block;}
  .field .field-select select{
   padding-right:46px;
   appearance:none;
   -webkit-appearance:none;
   -moz-appearance:none;
   background-image:none;
  }
  .field-select::after{
   content:"";
   position:absolute;
   right:18px;
   top:50%;
   width:16px;
   height:16px;
   transform:translateY(-50%);
   background-color:#d6b36a;
   -webkit-mask:url(../img/icons/chevron-down.svg) center/contain no-repeat;
   mask:url(../img/icons/chevron-down.svg) center/contain no-repeat;
   pointer-events:none;
  }
  .legal-card p,.legal-card li{color:var(--muted);line-height:1.85;font-size:14px}
  .legal-card ul{padding-left:18px;margin:12px 0 0}

  footer{
   border-top:1px solid rgba(255,255,255,.08);
   padding:36px 0;
   color:rgba(255,255,255,.46);
   font-size:12px;
   text-align:center;
   background:#030303;
  }
  .footer-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:12px;text-transform:uppercase;letter-spacing:.10em}
  .footer-links a{border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:3px}



  /* ===============================
    DIOR-STYLE LEGAL / SERVICE FOOTER UNDER HERO
  =============================== */
  .pre-reveal-footer{
   position:relative;
   z-index:20;
   background:#f4f1ec;
   color:#171717;
   padding:34px 0 26px;
   border-top:1px solid rgba(0,0,0,.08);
   box-shadow:0 -8px 34px rgba(0,0,0,.16);
  }
  .pre-footer-shell{
   width:min(1480px,calc(100% - 28px));
   margin:auto;
   background:#fff;
   border:1px solid rgba(0,0,0,.07);
   border-radius:4px;
   padding:34px 34px 28px;
   display:grid;
   grid-template-columns:1.55fr 1fr 1fr 1fr 1fr;
   gap:44px;
   min-height:330px;
  }
  .newsletter-title,
  .pre-footer-col h3{
   margin:0 0 22px;
   font-family:"Cormorant Garamond",serif;
   font-size:28px;
   line-height:1.05;
   color:#171717;
   font-weight:500;
  }
  .newsletter-form{
   display:flex;
   gap:8px;
   max-width:470px;
   margin-bottom:0;
  }
  .newsletter-form input{
   flex:1;
   height:52px;
   border:1px solid rgba(0,0,0,.28);
   border-radius:6px;
   padding:0 16px;
   background:#fff;
   color:#111;
   font:inherit;
   outline:none;
  }
  .newsletter-form button{
   height:52px;
   min-width:118px;
   border:0;
   border-radius:6px;
   background:#2f3538;
   color:#fff;
   font-weight:800;
   cursor:pointer;
  }
  .follow-row{
   display:flex;
   flex-wrap:wrap;
   gap:14px;
   margin-top:92px;
   color:#161616;
   font-size:14px;
  }
  .follow-row span{color:#6a6f73}
  .follow-row a{text-decoration:none;color:#161616}
  .pre-footer-col{
   display:grid;
   align-content:start;
   gap:16px;
  }
  .pre-footer-link,
  .pre-footer-disclosure{
   color:#687078;
   font-size:14px;
   line-height:1.35;
   display:flex;
   justify-content:space-between;
   gap:10px;
   align-items:center;
  }
  .pre-footer-link strong{font-weight:500;color:#444}
  .pre-footer-disclosure::after{
   content:" ";
   color:#687078;
   font-size:18px;
   line-height:1;
  }
  .footer-logo-mark{
   grid-column:1 / -1;
   display:flex;
   align-items:end;
   justify-content:center;
   padding-top:16px;
   font-family:"Cormorant Garamond",serif;
   font-size:46px;
   font-weight:600;
   color:#343434;
  }
  .country-row{
   grid-column:4 / -1;
   justify-self:end;
   align-self:end;
   margin-top:-34px;
   color:#687078;
   font-size:14px;
  }
  .country-row strong{color:#111;font-weight:500}

  /* ===== Reveal-on-scroll (cinematic fade + slide-up + defocus) ============
     Folosim @keyframes (nu transition), pentru cÃ„Æ’ .product-card Ãˆâ„¢i .product-details
     au transition:!important fÃ„Æ’rÃ„Æ’ `opacity`, ceea ce ar omorÃƒÂ® fade-ul. Animation
     ignorÃ„Æ’ declaraÃˆâ€ºiile de transition Ã¢â‚¬â€ devine sursÃ„Æ’ unicÃ„Æ’ de adevÃ„Æ’r.

     Stagger-ul above-the-fold + delay-ul observer-ului = JS (__sbSetupReveal,
     vezi _js/secret-box/home.js): double rAF garanteazÃ„Æ’ un paint la opacity:0
     ÃƒÂ®nainte de a adÃ„Æ’uga .visible, astfel ÃƒÂ®ncÃƒÂ¢t animation sÃ„Æ’ fie perceptibilÃ„Æ’.
     ========================================================================= */
  @keyframes sbReveal {
   from { opacity:0; }
   to   { opacity:1; }
  }
  /* Slide-ul se face cu `transition` (NU animation) ca sÃ„Æ’ NU suprascriem
     transform-ul de bazÃ„Æ’ al elementelor (ex. .featured cu scale(1.025)).
     Animation cu fill-mode:both fixeazÃ„Æ’ `to` peste cascade Ã¢â€ â€™ dupÃ„Æ’ reveal,
     featured ar pierde scale(1.025). Cu transition, dupÃ„Æ’ ce .visible mutÃ„Æ’
     transform-ul la final, regulile de specificitate mai mare (featured)
     iau controlul natural pentru hover. */
  .reveal-on-scroll{
   opacity:0;
   transform:translateY(28px);
   transition:transform .9s cubic-bezier(.22,.61,.36,1);
   will-change:opacity, transform;
  }
  .reveal-on-scroll.visible{
   animation:sbReveal .9s cubic-bezier(.22,.61,.36,1) both;
   transform:translateY(0);
  }
  @media (prefers-reduced-motion: reduce){
   .reveal-on-scroll{opacity:1;transform:none;filter:none;}
   .reveal-on-scroll.visible{animation:none;}
  }

  @media(max-width:980px){
   .hero-duo{grid-template-columns:1fr;height:auto;min-height:100svh;margin-top:0}
   .hero-panel{height:50svh;min-height:420px}
   /* Pe mobil dezactivÃ„Æ’m blur-ul pe panelul "neactiv" (nu existÃ„Æ’ hover real) */
   .hero-duo:hover .hero-panel:not(:hover) .hero-video{filter:brightness(.72) contrast(1.05) saturate(.92);transform:scale(1.018)}
   .hero-center-logo{position:fixed;top:50%;transform:translateY(-50%);height:auto;bottom:auto;pointer-events:none}
   .logo-box{width:min(430px,calc(100% - 34px));padding:20px;background:rgba(0,0,0,.24)}
   .logo-box h1{font-size:54px;letter-spacing:.12em}
   .logo-box p{font-size:13px;margin-top:12px}
   .panel-content{left:22px!important;right:22px!important;bottom:42px;text-align:left!important;max-width:340px}
   .panel-content h2{font-size:38px}
   .hero-panel.right .panel-content p{margin-left:0}
   .hero-legal{position:relative;background:#030303;padding:18px 14px}
   .intro-grid,.products-grid,.social-grid,.forms-grid{grid-template-columns:1fr}
   .intro-media{min-height:420px;order:-1}
   .intro-points{grid-template-columns:1fr}
   .section{padding:82px 0}
   .buy-now-fixed{right:14px;bottom:14px;padding:13px 16px;font-size:13px}

   .pre-footer-shell{grid-template-columns:1fr;padding:26px 22px;gap:28px;min-height:auto}
   .newsletter-form{margin-bottom:34px;flex-direction:column}
   .newsletter-form button{width:100%}
   .footer-logo-mark,.country-row{grid-column:auto;justify-self:center;margin-top:0;text-align:center}
  }
 

  /* =====================================================
    BLACK & GOLD REORGANIZATION OVERRIDES
    - first screen: split videos + Dior-style legal/footer only
    - full content behaves like a second page after "Descopera mai mult"
    - all UI/text areas outside user images stay black and gold
  ===================================================== */
  :root{
   --black:#000000;
   --ink:#050505;
   --panel:rgba(8,6,2,.82);
   --glass:rgba(214,179,106,.055);
   --line:rgba(214,179,106,.24);
   --line-soft:rgba(214,179,106,.12);
   --text:#f3dfad;
   --muted:rgba(243,223,173,.70);
   --soft:rgba(214,179,106,.52);
   --gold:#d6b36a;
   --gold2:#f3dfad;
   --cream:#f3dfad;
  }

  html, body, .cinematic-shell{background:#000;color:var(--gold2);}
  body{color:var(--gold2);}

  .buy-now-fixed{
   background:linear-gradient(180deg,#f3dfad,#d6b36a)!important;
   color:#070500!important;
   border:1px solid rgba(214,179,106,.55)!important;
   box-shadow:0 18px 52px rgba(0,0,0,.58),0 0 26px rgba(214,179,106,.22)!important;
  }

  .hero-panel::before{
   background:
    linear-gradient(90deg,rgba(0,0,0,.26),rgba(0,0,0,.04),rgba(0,0,0,.26)),
    linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.46));
  }
  .hero-video{filter:brightness(.86) contrast(1.04) saturate(.95);}
  .hero-panel:hover .hero-video{filter:brightness(1.04) contrast(1.06) saturate(1.02);}

  .logo-box{
   background:rgba(0,0,0,.34)!important;
   border:1px solid rgba(214,179,106,.34)!important;
   color:var(--gold2)!important;
   box-shadow:0 30px 90px rgba(0,0,0,.35),0 0 40px rgba(214,179,106,.10)!important;
  }
  .logo-box small,.panel-content .kicker{color:rgba(214,179,106,.78)!important;}
  .logo-box h1,.panel-content h2,.newsletter-title,.pre-footer-col h3,.footer-logo-mark{color:var(--gold2)!important;}
  .logo-box p,.panel-content p{color:rgba(243,223,173,.76)!important;}

  /* First page footer: Dior structure, black/gold palette */
  .pre-reveal-footer{
   background:#000!important;
   color:var(--gold2)!important;
   border-top:1px solid rgba(214,179,106,.22)!important;
   box-shadow:0 -10px 44px rgba(0,0,0,.72)!important;
  }
  .pre-footer-shell{
   background:linear-gradient(180deg,#080705,#020202)!important;
   border:1px solid rgba(214,179,106,.24)!important;
   border-radius:8px!important;
   box-shadow:inset 0 1px 0 rgba(214,179,106,.12),0 24px 70px rgba(0,0,0,.58)!important;
  }
  .newsletter-form input{
   background:#000!important;
   color:var(--gold2)!important;
   border:1px solid rgba(214,179,106,.38)!important;
  }
  .newsletter-form input::placeholder{color:rgba(214,179,106,.62)!important;}
  .newsletter-form button{
   background:linear-gradient(180deg,#f3dfad,#d6b36a)!important;
   color:#080600!important;
   border:1px solid rgba(214,179,106,.55)!important;
  }
  .follow-row,.follow-row a,.pre-footer-link,.pre-footer-disclosure,.country-row{
   color:rgba(243,223,173,.72)!important;
  }
  .follow-row span,.pre-footer-disclosure::after{color:rgba(214,179,106,.62)!important;}
  .pre-footer-link:hover,.pre-footer-disclosure:hover,.follow-row a:hover{color:var(--gold2)!important;}
  .country-row strong{color:var(--gold2)!important;}

  /* Content is not part of the first page at all until user clicks.
     AplicÃ„Æ’-se DOAR pe home Ã¢â‚¬â€ pe /shop conÃˆâ€ºinutul e pagina, deci e mereu vizibil. */
  .reveal-content{
   opacity:1!important;
   transform:none!important;
   max-height:none!important;
   overflow:visible!important;
   background:#000!important;
   color:var(--gold2)!important;
  }
  body.sb-home .reveal-content{display:none;}
  body.sb-home.content-open .reveal-content{display:block;}
  body.sb-home.content-open .hero-duo,
  body.sb-home.content-open .pre-reveal-footer{display:none!important;}

  .section,.cinema-intro,footer{background:#000!important;color:var(--gold2)!important;}
  .section-header h2,.intro-copy h2,.product-card h3,.social-card h3,.faq-card strong,.form-card h3,.legal-card h3,footer strong{color:var(--gold2)!important;}
  .section-header p,.intro-copy p,.product-card p,.social-card p,.faq-card p,.form-card p,.legal-card p,.legal-card li,footer,.footer-links a{color:rgba(243,223,173,.72)!important;}
  .feature,.product-card,.faq-card,.form-card,.legal-card,.testimonial,.info-box{
   background:linear-gradient(180deg,rgba(214,179,106,.055),rgba(0,0,0,.78))!important;
   border:1px solid rgba(214,179,106,.20)!important;
   box-shadow:0 24px 70px rgba(0,0,0,.44)!important;
  }
  .product-card .price,.eyebrow,.badge{color:var(--gold)!important;}

  @media(max-width:900px){
   .pre-reveal-footer{padding:20px 0 18px!important;}
   .pre-footer-shell{min-height:auto!important;}
  }


  /* ===== FINAL CLEAN HERO + LIGHT FOOTER OVERRIDES ===== */
  .panel-content{
   max-width:340px!important;
   bottom:clamp(54px,8vh,92px)!important;
  }
  .panel-content .kicker{
   color:#fff!important;
   opacity:.70!important;
   letter-spacing:.34em!important;
   font-size:11px!important;
  }
  .panel-content h2{
   color:#fff!important;
   font-size:clamp(42px,5vw,76px)!important;
   line-height:.92!important;
   text-shadow:0 14px 42px rgba(0,0,0,.72)!important;
  }
  .panel-content p{display:none!important;}
  .discover-link{
   margin-top:18px!important;
  }
  .hero-panel::before{
   background:
    linear-gradient(90deg,rgba(0,0,0,.20),rgba(0,0,0,.02),rgba(0,0,0,.20)),
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.36))!important;
  }
  .hero-video{filter:brightness(.94) contrast(1.03) saturate(.98)!important;}
  .hero-panel:hover .hero-video{filter:brightness(1.08) contrast(1.05) saturate(1.03)!important;}
  /* Blur pe panelul "neactiv" la hover Ã¢â‚¬â€ peste overrides-urile FINAL CLEAN */
  .hero-duo:hover .hero-panel:not(:hover) .hero-video{
   filter:brightness(.50) contrast(1.02) saturate(.85) blur(10px)!important;
   transform:scale(1.04)!important;
  }
  .hero-duo:hover .hero-panel:not(:hover)::before{
   background:
    linear-gradient(90deg,rgba(0,0,0,.40),rgba(0,0,0,.20),rgba(0,0,0,.40)),
    linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.62))!important;
  }
  .text-icon{
   display:inline-flex!important;
   align-items:center!important;
   justify-content:center!important;
   width:28px!important;
   height:28px!important;
   border-radius:50%!important;
   border:1px solid rgba(214,179,106,.45)!important;
   color:var(--gold)!important;
   font-size:11px!important;
   font-weight:900!important;
   line-height:1!important;
   background:rgba(214,179,106,.08)!important;
  }

  /* light / normal Dior-style footer under first page */
  .pre-reveal-footer{
   background:#f4f1ec!important;
   color:#171717!important;
   border-top:1px solid rgba(0,0,0,.08)!important;
   box-shadow:0 -8px 34px rgba(0,0,0,.16)!important;
  }
  .pre-footer-shell{
   background:#fff!important;
   color:#171717!important;
   border:1px solid rgba(0,0,0,.07)!important;
   border-radius:4px!important;
   box-shadow:none!important;
  }
  .newsletter-title,
  .pre-footer-col h3{
   color:#171717!important;
  }
  .pre-footer-link,
  .pre-footer-disclosure,
  .follow-row,
  .follow-row a,
  .country-row{
   color:#60676d!important;
  }
  .follow-row span,
  .pre-footer-disclosure::after{
   color:#6f767c!important;
  }
  .pre-footer-link:hover,
  .pre-footer-disclosure:hover,
  .follow-row a:hover{
   color:#000!important;
  }
  .newsletter-form input{
   background:#fff!important;
   color:#111!important;
   border:1px solid rgba(0,0,0,.28)!important;
  }
  .newsletter-form input::placeholder{color:#777!important;}
  .newsletter-form button{
   background:#2f3538!important;
   color:#fff!important;
   border:0!important;
  }
  .footer-logo-mark{color:#343434!important;}
  .country-row strong{color:#111!important;}

  .social-slider{
   display:flex!important;
   gap:20px!important;
   overflow-x:auto!important;
   scroll-snap-type:x proximity!important;
   padding:4px 4px 22px!important;
  }
  .social-card{
   flex:0 0 calc((100% - 40px)/3)!important;
   min-width:0!important;
   scroll-snap-align:start!important;
  }
  @media(max-width:1024px){.social-card{flex-basis:calc((100% - 20px)/2)!important}}
  @media(max-width:680px){.social-card{flex-basis:84%!important}}

  /* ===== SECRET BOX Ã‚Â· Card social Ã¢â‚¬â€ compactare mobil (fonturi/spaÃˆâ€ºii mai mici) ===== */
  @media(max-width:768px){
   .social-card{border-radius:22px}
   /* Bara de sus (badge platformÃ„Æ’ + open) mai aproape de margini */
   .social-top{top:14px;left:14px;right:14px;gap:8px}
   .social-platform{padding:7px 11px;font-size:10px;gap:7px;letter-spacing:.10em}
   .social-platform .social-platform-icon{width:15px;height:15px}
   .social-featured{top:54px;left:14px;padding:6px 10px;font-size:9px}
   /* CTA Ã¢â‚¬Å¾vezi pe Ã¢â‚¬Â¦" mai jos Ãˆâ„¢i mai mic */
   .social-cta{bottom: 68px;padding:10px 16px;font-size: 10px;gap:7px;font-weight: 400;}
   .social-cta-icon{width:14px;height:14px}
   /* Body: avatar + titlu + descriere + taguri, compact */
   .social-body{min-height:auto;padding:34px 16px 18px}
   .social-avatar{width:46px;height:46px;top:-23px;left:18px}
   .social-avatar .social-platform-icon{width:20px;height:20px}
   .social-body strong{font-size:24px;margin:0 0 10px}
   .social-body strong::after{width:38px;margin-top:10px}
   .social-body p{font-size:13px;line-height:1.5}
   .metric-row{gap:6px}
   .metric-row span{font-size:10px;padding:4px 9px}
  }


  /* ===== COMPACT TOP NAV override (.topbar-inner/.brand/.nav/.nav-btn/.adult-pill/.nav-buy/.cart-count)
     Ã¢â€ â€™ mutat ÃƒÂ®n secret-box-base.css. Aici rÃ„Æ’mÃƒÂ¢n doar override-urile .panel-content (specifice home). ===== */
  .panel-content{
   max-width: 340px!important;
  }
  .panel-content h2{
   font-size: clamp(42px,4.7vw,60px)!important;
   letter-spacing:.01em!important;
  }
  .panel-content .kicker{
   font-size:10px!important;
   letter-spacing:.36em!important;
  }
  /* @media 1040px/720px pentru topbar compact Ã¢â€ â€™ mutate ÃƒÂ®n secret-box-base.css. */



  /* ===============================
    READY-TO-LAUNCH CONVERSION SECTIONS
  =============================== */
  /* card-trust: card reutilizabil cu icon-circle (mask SVG) + dot glow.
     ÃƒÅ½nlocuieÃˆâ„¢te vechiul .trust-strip/.trust-item din secÃˆâ€ºiunea #trust.
     Iconuri ca fiÃˆâ„¢iere SVG via mask (../img/icons/), recolorate prin background-color. */
  .card-trust-grid{
   display:grid;
   grid-template-columns:repeat(4,1fr);
   gap:24px;
   margin-top:70px;
  }
  .card-trust{
   padding:38px 28px;
   padding-bottom: 10px;
   border-radius:28px;
   border:1px solid rgba(212,168,84,.45);
   background:linear-gradient(180deg,rgba(20,16,10,.78),rgba(7,5,3,.92));
   -webkit-backdrop-filter:blur(12px);
   backdrop-filter:blur(12px);
   text-align:center;
   transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
  }
  .card-trust:hover{
   transform:translateY(-6px);
   border-color:rgba(230,191,102,.9);
   box-shadow:0 0 40px rgba(212,168,84,.08),inset 0 0 40px rgba(212,168,84,.03);
  }
  .card-trust-icon{
   width:92px;
   height:92px;
   margin:0 auto 28px;
   border-radius:50%;
   border:1px solid rgba(230,191,102,.6);
   display:flex;
   align-items:center;
   justify-content:center;
   color:#e6bf66;
   position:relative;
  }
  .card-trust-icon::after{
   content:"";
   position:absolute;
   top:10px;
   right:12px;
   width:10px;
   height:10px;
   border-radius:50%;
   background:#f5d487;
   box-shadow:0 0 12px #f5d487,0 0 24px #f5d487;
  }
  .card-trust-icon--text{
   font-size:30px;
   font-weight:700;
  }
  .card-trust-glyph{
   width:40px;
   height:40px;
   background-color:#e6bf66;
   -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
   -webkit-mask-position:center;mask-position:center;
   -webkit-mask-size:contain;mask-size:contain;
  }
  .card-trust-glyph--box{-webkit-mask-image:url(../img/icons/box.svg);mask-image:url(../img/icons/box.svg)}
  .card-trust-glyph--compass{-webkit-mask-image:url(../img/icons/compass.svg);mask-image:url(../img/icons/compass.svg)}
  .card-trust-glyph--shield{-webkit-mask-image:url(../img/icons/shield-help.svg);mask-image:url(../img/icons/shield-help.svg)}
  .card-trust h3{
   font-size: 35px;
   line-height:1.1;
   margin-bottom:20px;
   color:#f7e7bb;
   font-family:"Cormorant Garamond",serif;
   font-weight:500;
  }
  .card-trust h3::after{
   content:"";
   display:block;
   width:70px;
   height:1px;
   margin:16px auto 0;
   background:linear-gradient(90deg,transparent,#d4a854,transparent);
  }
  .card-trust p{
   color:rgba(240,226,188,.88);
   font-size:17px;
   line-height:1.8;
  }
  @media(max-width:1100px){
   .card-trust-grid{grid-template-columns:repeat(2,1fr);}
  }
  @media(max-width:700px){
   .card-trust-grid{grid-template-columns:1fr;}
  }
  /* card-trust pe TELEFON (â‰¤600px) â€” layout ORIZONTAL: icon stÃ¢nga, titlu+text dreapta.
     (padding propriu pe mobil; padding-bottom:10px manual rÄƒmÃ¢ne doar pe desktop) */
  @media(max-width:600px){
   .card-trust-grid{gap:12px;}
   .card-trust{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    column-gap:16px;
    text-align:left;
    padding:18px 18px;
    border-radius:22px;
   }
   .card-trust-icon{
    grid-column:1;
    grid-row:1 / span 2;
    width:58px;
    height:58px;
    margin:0;
   }
   .card-trust-icon::after{
    top:7px;
    right:8px;
    width:7px;
    height:7px;
   }
   .card-trust-glyph{width:26px;height:26px;}
   .card-trust-icon--text{font-size:22px;}
   .card-trust h3{
    text-align:left;
    font-size:22px;
    margin:0 0 5px;
   }
   .card-trust h3::after{
    display:none;
   }
   .card-trust p{
    text-align:left;
    font-size:14px;
    line-height:1.55;
   }
  }
  .trust-item,
  .who-card,
  .ritual-card,
  .review-card,
  .stock-card{
   border:1px solid rgba(214,179,106,.20);
   background:linear-gradient(180deg,rgba(214,179,106,.07),rgba(0,0,0,.78));
   border-radius:28px;
   padding:24px;
   box-shadow:0 22px 70px rgba(0,0,0,.32);
  }
  .trust-item span,
  .who-card span,
  .ritual-card span,
  .stock-card span{
   display:inline-flex;
   align-items:center;
   justify-content:center;
   min-width:34px;
   height:34px;
   padding:0 10px;
   border-radius:999px;
   background:rgba(214,179,106,.12);
   color:#d6b36a;
   border:1px solid rgba(214,179,106,.24);
   font-weight:900;
   margin-bottom:14px;
  }
  .trust-item strong,
  .who-card strong,
  .ritual-card strong,
  .stock-card strong{
   display:block;
   color:#f3dfad;
   font-family:"Cormorant Garamond",serif;
   font-size:28px;
   font-weight:500;
   margin-bottom:8px;
  }
  .trust-item p,
  .who-card p,
  .ritual-card p,
  .stock-card p,
  .review-card p{
   color:rgba(243,223,173,.70);
   line-height:1.75;
   margin:0;
   font-size:14px;
  }
  /* trust-item & who-card: iconul pe acelaÃˆâ„¢i rÃƒÂ¢nd cu titlul */
  .trust-item,
  .who-card>div{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
   column-gap:12px;
  }
  .trust-item>span,
  .who-card>div>span{margin-bottom:0;flex:0 0 auto}
  .trust-item>strong,
  .who-card>div>strong{margin-bottom:0}
  .trust-item>p,
  .who-card>div>p{flex:0 0 100%;margin-top:10px}
  .who-grid{
   display:grid;
   grid-template-columns:repeat(3,1fr);
   gap:18px;
  }
  .who-card{
   min-height:220px;
   display:flex;
   flex-direction:column;
   justify-content:space-between;
   transition:.55s var(--ease);
  }
  .who-card:hover{transform:translateY(-8px);border-color:rgba(214,179,106,.36)}
  .ritual-grid{
   display:grid;
   grid-template-columns:.95fr 1.05fr;
   gap:22px;
   align-items:stretch;
  }
  .ritual-card.main{
   display:flex;
   flex-direction:column;
   justify-content:center;
   min-height:420px;
  }
  .ritual-card.main h2{
   margin:0 0 16px;
   font-family:"Cormorant Garamond",serif;
   font-size:clamp(46px,6vw,78px);
   line-height:.95;
   color:#f3dfad;
   font-weight:500;
  }
  .ritual-steps{
   display:grid;
   gap:14px;
  }
  .ritual-step{
   padding:22px;
   border-radius:24px;
   border:1px solid rgba(214,179,106,.18);
   background:rgba(214,179,106,.045);
  }
  .ritual-step b{
   display:block;
   color:#f3dfad;
   font-size:16px;
   margin-bottom:6px;
  }
  .stock-row{
   display:grid;
   grid-template-columns:1fr 1fr;
   gap:18px;
   align-items:stretch;
  }
  .stock-number{
   font-family:"Cormorant Garamond",serif;
   font-size:72px;
   color:#f3dfad;
   line-height:1;
   margin:10px 0 8px;
  }
  .stock-bar{
   height:8px;
   border-radius:999px;
   background:rgba(214,179,106,.16);
   overflow:hidden;
   margin-top:18px;
  }
  .stock-bar i{
   display:block;
   width:62%;
   height:100%;
   border-radius:999px;
   background:linear-gradient(90deg,#d6b36a,#f3dfad);
  }
  .reviews-grid{
   display:grid;
   grid-template-columns:repeat(3,1fr);
   gap:18px;
  }
  .review-card{
   min-height:210px;
   display:flex;
   flex-direction:column;
   justify-content:space-between;
  }
  .review-card p{
   color:#f3dfad;
   font-family:"Cormorant Garamond",serif;
   font-size:28px;
   line-height:1.18;
  }
  .review-card small{
   display:block;
   margin-top:18px;
   color:rgba(214,179,106,.75);
   letter-spacing:.16em;
   text-transform:uppercase;
   font-size:11px;
  }
  .buy-now-fixed .buy-sub{
   display:block;
   font-size:10px;
   font-weight:800;
   line-height:1.1;
   opacity:.78;
   margin-top:2px;
   letter-spacing:.02em;
  }
  @media(max-width:900px){
   .trust-strip,.who-grid,.ritual-grid,.stock-row,.reviews-grid{grid-template-columns:1fr;}
   .ritual-card.main{min-height:auto;}
   .stock-number{font-size:56px;}
  }

 

  /* =====================================================
    PRODUCT PAGE UPGRADE + REQUIRED QUIZ
  ===================================================== */
  .quiz-required-banner{
   display:grid;
   grid-template-columns:.85fr 1.15fr;
   gap:22px;
   align-items:center;
   margin:0 0 24px;
   padding:24px;
   border-radius:28px;
   border:1px solid rgba(214,179,106,.26);
   background:linear-gradient(135deg,rgba(214,179,106,.12),rgba(255,255,255,.025));
   box-shadow:0 18px 60px rgba(0,0,0,.28);
  }
  .quiz-required-banner span{
   display:block;
   color:var(--gold);
   font-size:11px;
   letter-spacing:.28em;
   text-transform:uppercase;
   margin-bottom:8px;
   font-weight:900;
  }
  .quiz-required-banner strong{
   display:block;
   font-family:"Cormorant Garamond",serif;
   color:#f8ead0;
   font-size:34px;
   line-height:1.05;
   font-weight:500;
  }
  .quiz-required-banner p{margin:0;color:var(--muted);line-height:1.8}
  .product-steps{
   display:grid;
   grid-template-columns:repeat(3,1fr);
   gap:14px;
   margin:0 0 28px;
  }
  .product-steps div{
   border:1px solid rgba(255,255,255,.08);
   background:rgba(255,255,255,.025);
   border-radius:22px;
   padding:18px;
   display:grid;
   gap:6px;
  }
  .product-steps b{color:var(--gold);font-size:12px;letter-spacing:.18em}
  .product-steps strong{color:#f8ead0;font-size:17px}
  .product-steps span{color:rgba(255,255,255,.58);font-size:13px;line-height:1.6}
  .product-grid-upgraded .product-card{display:flex;flex-direction:column;min-height:auto}
  .product-grid-upgraded .product-body{display:flex;flex-direction:column;height:100%}
  .product-grid-upgraded .product-body .btn{margin-top:auto;width:100%}
  .product-card-topline{
   color:rgba(214,179,106,.88);
   font-size:11px;
   letter-spacing:.18em;
   text-transform:uppercase;
   font-weight:900;
   margin-bottom:10px;
  }
  .product-trust-row{
   display:flex;
   gap:8px;
   flex-wrap:wrap;
   margin:0 0 20px;
  }
  .product-trust-row span{
   border:1px solid rgba(214,179,106,.20);
   background:rgba(214,179,106,.07);
   color:rgba(243,223,173,.86);
   border-radius:999px;
   padding:7px 10px;
   font-size:11px;
   font-weight:800;
  }
  .product-after-note{
   margin:24px auto 0;
   width:min(860px,100%);
   color:rgba(255,255,255,.68);
   line-height:1.8;
   text-align:center;
   border:1px solid rgba(255,255,255,.08);
   background:rgba(255,255,255,.025);
   border-radius:22px;
   padding:18px 22px;
  }
  .product-after-note strong{color:#f8ead0}

  /* Cart + required quiz modal */
  .modal{position:fixed;inset:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;padding:20px;z-index:999;}
  .modal.show{display:flex;}
  .sbcart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.42);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:.25s;z-index:980;}
  .sbcart-backdrop.show{opacity:1;pointer-events:auto;}
  .sbcart{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:min(460px,100vw);background:radial-gradient(circle at top,rgba(214,179,106,.06),transparent 30%),linear-gradient(180deg,#101010,#070707);border-left:1px solid rgba(214,179,106,.16);box-shadow:-20px 0 60px rgba(0,0,0,.45);transform:translateX(100%);transition:transform .32s ease,visibility .32s ease;z-index:990;display:flex;flex-direction:column;color:#fff;visibility:hidden;pointer-events:none;}
  .sbcart.show{transform:translateX(0);visibility:visible;pointer-events:auto;}
  .sbcart-header{padding:24px 22px 18px;border-bottom:1px solid rgba(214,179,106,.16);display:flex;justify-content:space-between;gap:12px;align-items:center;}
  .sbcart-header h3{margin:0;font-family:"Cormorant Garamond",serif;font-size:32px;color:#f3e7cb;font-weight:600;line-height:1.05;}
  .sbcart-subcopy{margin:8px 0 0;color:rgba(243,231,203,.72);font-size:14px;line-height:1.55;}
  .sbcart-close{background:transparent;border:1px solid rgba(214,179,106,.34);color:#f3dfad;border-radius:999px;padding:10px 14px;cursor:pointer;transition:.25s ease;}
  .sbcart-close:hover{border-color:rgba(214,179,106,.6);background:rgba(214,179,106,.10);}
  .sbcart-body{padding:18px 20px 20px;overflow:auto;display:flex;flex-direction:column;gap:14px;flex:1;}
  .sbcart-empty{padding:20px;border:1px dashed rgba(214,179,106,.20);border-radius:22px;background:rgba(214,179,106,.03);color:rgba(243,231,203,.62);line-height:1.7;}
  .sbcart-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:14px;border-radius:22px;border:1px solid rgba(214,179,106,.16);background:rgba(214,179,106,.03);}
  .sbcart-item img,.sbcart-item-img{width:88px;height:88px;object-fit:cover;border-radius:16px;display:block;}
  .sbcart-item-body{display:flex;flex-direction:column;gap:8px;min-width:0;}
  .sbcart-item h4{margin:0;font-size:19px;font-family:"Cormorant Garamond",serif;color:#f3e7cb;font-weight:600;line-height:1.2;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;}
  .sbcart-item-row{display:flex;align-items:center;gap:10px;}
  .sbcart-item-row--top{flex-wrap:wrap;}
  .sbcart-item-row--bottom{justify-content:space-between;}
  .sbcart-item-qty-pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;background:rgba(214,179,106,.14);color:#f3dfad;font-size:12px;font-weight:700;letter-spacing:.04em;border:1px solid rgba(214,179,106,.22);}
  .sbcart-item-toggle{background:none;border:1px solid rgba(214,179,106,.22);color:rgba(243,231,203,.78);border-radius:999px;padding:5px 12px;font-size:11px;letter-spacing:.04em;cursor:pointer;text-transform:lowercase;transition:.2s ease;white-space:nowrap;}
  .sbcart-item-toggle:hover{border-color:rgba(214,179,106,.46);color:#f3dfad;background:rgba(214,179,106,.08);}
  .sbcart-item-price{font-size:15px;color:#f4e4be;font-weight:600;white-space:nowrap;}
  .sbcart-item-meta{display:grid;gap:5px;font-size:12px;color:rgba(243,231,203,.62);padding:10px 12px;border-radius:14px;background:rgba(214,179,106,.03);border:1px solid rgba(214,179,106,.14);}
  .sbcart-item-meta span strong{color:rgba(243,231,203,.82);font-weight:600;}
  .sbcart-item-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;}
  .sbcart-qty{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(214,179,106,.16);border-radius:999px;padding:6px 8px;background:rgba(214,179,106,.03);}
  .sbcart-qty button{width:28px;height:28px;border-radius:50%;border:none;background:rgba(214,179,106,.12);color:#f3e7cb;cursor:pointer;}
  .sbcart-remove{background:none;border:none;color:rgba(243,231,203,.52);cursor:pointer;font-size:12px;}
  .sbcart-footer{padding:18px 20px 24px;border-top:1px solid rgba(214,179,106,.16);display:grid;gap:14px;background:linear-gradient(180deg,rgba(214,179,106,.02),rgba(214,179,106,.05));}
  .sbcart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:rgba(243,231,203,.74);}
  .sbcart-subtotal strong{font-size:28px;font-family:"Cormorant Garamond",serif;color:#f4e4be;font-weight:600;}
  .sbcart-actions{display:flex;gap:10px;flex-wrap:wrap;}
  .sbcart-note{font-size:12px;line-height:1.6;color:rgba(243,231,203,.46);}
  /* Coș gol — ascunde subtotal + buton checkout; rămâne doar "Continuă cumpărăturile" centrat.
     Clasa `.sbcart--empty` e setată pe #cartDrawer din home.js / renderCartState(). */
  .sbcart.sbcart--empty .sbcart-subtotal,
  .sbcart.sbcart--empty .sbcart-note,
  .sbcart.sbcart--empty .sbcart-actions .btn-primary{display:none;}
  .sbcart.sbcart--empty .sbcart-actions{justify-content:center;}
  .sbcart.sbcart--empty .sbcart-actions .btn-outline{flex:1 1 auto;max-width:320px;}
  .sbq-modal{display:none;align-items:center;justify-content:center;padding:20px;}
  .sbq-modal.show{display:flex;}
  .sbq-card{width:min(1100px,100%);max-height:92vh;overflow:auto;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top, rgba(214,179,106,.06), transparent 30%),linear-gradient(180deg,#101010,#070707);box-shadow:0 40px 120px rgba(0,0,0,.72),0 0 80px rgba(214,179,106,.08);padding:30px;color:#fff;}
  .sbq-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px;}
  .sbq-step-kicker{font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:#d6b36a;margin-bottom:8px;}
  .sbq-title{margin:0;font-family:"Cormorant Garamond",serif;font-size:40px;line-height:1.02;font-weight:600;color:#f3e7cb;}
  .sbq-sub{margin:10px 0 0;color:rgba(243,231,203,.62);font-size:15px;line-height:1.7;max-width:620px;}
  .sbq-close{min-width:110px;}
  /* Pe desktop: text Ã¢â‚¬Å¾ÃƒÅ½nchide" vizibil, icon Ãƒâ€” ascuns. Pe mobil (vezi @media de
     mai jos) se inverseazÃ„Æ’: icon Ãƒâ€” centrat, text ascuns. */
  .sbq-close-icon{display:none;}
  .sbq-track{height:8px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden;margin-bottom:24px;}
  .sbq-bar{height:100%;width:20%;border-radius:999px;background:linear-gradient(90deg,#d6b36a,#f2dfb0);box-shadow:0 0 20px rgba(214,179,106,.24);transition:width .35s ease;}
  .sbq-stage{display:none;}
  .sbq-stage.sbq-active{display:block;animation:sbqFade .26s ease;}
  @keyframes sbqFade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
  .sbq-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:18px;align-items:stretch;}
  .sbq-panel,.sbq-preview{border:1px solid rgba(214,179,106,.16);border-radius:28px;}
  .sbq-panel{padding:26px;display:flex;flex-direction:column;}
  .sbq-preview{padding:18px;display:grid;gap:14px;align-content:start;background:linear-gradient(180deg,rgba(214,179,106,.055),rgba(214,179,106,.02));}
  .sbq-preview-media{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:4/3;background:#0a0a0a;}
  .sbq-preview-media img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.92) contrast(1.03);}
  .sbq-preview-badge{position:absolute;top:14px;left:14px;padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.56);border:1px solid rgba(255,255,255,.10);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#fff;}
  .sbq-preview-title{margin:0;font-size:26px;font-family:"Cormorant Garamond",serif;color:#f3e7cb;font-weight:600;}
  .sbq-preview-copy{margin:0;color:rgba(243,231,203,.60);font-size:14px;line-height:1.75;}
  .sbq-mini-list{display:grid;gap:10px;}
  .sbq-mini-item{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:16px;border:1px solid rgba(214,179,106,.14);background:rgba(214,179,106,.03);font-size:13px;color:rgba(243,231,203,.62);}
  .sbq-mini-item strong{font-size:14px;color:#f4e4be;font-weight:600;text-align:right;}
  .sbq-h3{margin:0 0 8px;font-size:30px;font-family:"Cormorant Garamond",serif;color:#f3e7cb;font-weight:600;}
  .sbq-copy{margin:0 0 18px;color:rgba(243,231,203,.62);font-size:15px;line-height:1.75;}
  .sbq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
  .sbq-grid.cols-3{grid-template-columns:repeat(3,1fr);}
  .sbq-choice{padding:18px;border-radius:22px;border:1px solid rgba(214,179,106,.16);background:rgba(214,179,106,.03);cursor:pointer;transition:.22s ease;min-height:132px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;}
  .sbq-choice:hover{transform:translateY(-2px);border-color:rgba(214,179,106,.32);box-shadow:0 14px 30px rgba(0,0,0,.22),0 0 18px rgba(214,179,106,.06);}
  .sbq-choice.sbq-selected{background:linear-gradient(180deg,rgba(248,236,207,.98),rgba(223,194,137,.92));border-color:#edd9a8;box-shadow:0 18px 30px rgba(214,179,106,.14);}
  .sbq-choice-kicker{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#d6b36a;}
  .sbq-choice.sbq-selected .sbq-choice-kicker{color:rgba(21,18,12,.52);}
  .sbq-choice-title{font-size:18px;font-weight:800;color:#f3e7cb;}
  .sbq-choice.sbq-selected .sbq-choice-title{color:#15120c;}
  .sbq-choice-note{font-size:13px;line-height:1.65;color:rgba(243,231,203,.62);}
  .sbq-choice.sbq-selected .sbq-choice-note{color:rgba(21,18,12,.70);}
  .sbq-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  .sbq-field{margin-bottom:16px;}
  .sbq-field label{display:block;margin-bottom:9px;font-size:13px;letter-spacing:.04em;color:rgba(243,231,203,.82);font-weight:700;}
  .sbq-input,.sbq-textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;font:inherit;transition:.2s ease;}
  .sbq-input:focus,.sbq-textarea:focus{outline:none;border-color:rgba(214,179,106,.42);box-shadow:0 0 0 4px rgba(214,179,106,.10);background:rgba(255,255,255,.04);}
  .sbq-textarea{min-height:122px;resize:vertical;}
  .sbq-hint{margin-top:8px;color:rgba(243,231,203,.48);font-size:12px;line-height:1.6;}
  /* .sbq-actions pinned la baza panel-ului (footer coloanÃ„Æ’ stÃƒÂ¢nga) prin
     margin-top:auto Ã¢â‚¬â€ panel-ul e flex-column Ãˆâ„¢i se ÃƒÂ®ntinde la ÃƒÂ®nÃ„Æ’lÃˆâ€ºimea
     preview-ului, deci butoanele ÃƒÅ½napoi/ContinuÃ„Æ’ rÃ„Æ’mÃƒÂ¢n ÃƒÂ®n acelaÃˆâ„¢i loc pe toÃˆâ€ºi paÃˆâ„¢ii. */
  .sbq-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;margin-top:auto;padding-top:22px;}
  /* Budget note (step 5) Ã¢â‚¬â€ pill auriu, vizual distinct de label-ul de mai jos.
     align-self:flex-start ca sÃ„Æ’ nu se ÃƒÂ®ntindÃ„Æ’ pe toatÃ„Æ’ lÃ„Æ’Ãˆâ€ºimea ÃƒÂ®n panel-ul flex. */
  .budget-note{display:inline-block;align-self:flex-start;padding:6px 14px;border-radius:999px;background:rgba(214,179,106,.10);border:1px solid rgba(214,179,106,.22);font-size:12px;letter-spacing:.02em;color:#f3e7cb;margin:0 0 14px;}
  /* ÃƒÅ½ntrebare mÃ„Æ’rime lenjerie (step 4) Ã¢â‚¬â€ pill-uri compacte, reutilizeazÃ„Æ’ .sbq-choice */
  .sbq-size{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.06);}
  .sbq-size-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
  .sbq-size-icon{width:64px;height:64px;flex:none;background:url(../img/secret-box-lingerie.png) center/contain no-repeat;}
  .sbq-size-title{margin:0;font-size:15px;line-height:1.4;font-weight:500;color:#fff;}
  .sbq-size-sub{margin:2px 0 0;font-size:12px;font-weight:400;color:rgba(243,231,203,.5);}
  .sbq-size-grid{display:flex;flex-wrap:nowrap;gap:8px;}
  .sbq-choice.sbq-size-pill{min-height:0;padding:11px 10px;border-radius:12px;flex:1 1 auto;min-width:0;align-items:center;justify-content:center;gap:0;white-space:nowrap;}
  .sbq-choice.sbq-size-pill .sbq-choice-title{font-size:15px;font-weight:400;}
  .sbq-size-error{margin:10px 0 0;font-size:12px;font-weight:500;color:#e8857f;}
  .sbq-size-error[hidden]{display:none;}
  .sbq-size-grid--error .sbq-choice.sbq-size-pill{border-color:rgba(232,133,127,.55);}
  .sbq-size-note{margin:14px 0 0;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:400;color:rgba(243,231,203,.5);}
  .sbq-size-note::before{content:"";width:14px;height:14px;flex:none;background-color:#d6b36a;-webkit-mask:url(../img/icons/shield.svg) center/contain no-repeat;mask:url(../img/icons/shield.svg) center/contain no-repeat;}

  /* Sumar desktop step 5 Ã¢â‚¬â€ markup original (grid 2 col + carduri padded) */
  .sbq-summary{border-radius:24px;border:1px solid rgba(214,179,106,.16);background:rgba(214,179,106,.04);padding:22px;color:rgba(243,231,203,.78);line-height:1.9;display:grid;gap:10px;}
  .sbq-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
  .sbq-summary-item{padding:12px 14px;border-radius:16px;background:rgba(214,179,106,.03);border:1px solid rgba(214,179,106,.14);font-size:13px;color:rgba(243,231,203,.62);}
  .sbq-summary-item strong{display:block;color:#f4e4be;font-size:15px;margin-top:3px;}
  .sbq-success{padding:18px 0 0;color:rgba(243,231,203,.72);line-height:1.8;}
  .sbq-success strong{color:#f3e7cb;}
  .sbq-added-message{display:none;min-height:420px;align-items:center;justify-content:center;text-align:center;padding:44px 24px;border-radius:28px;border:1px solid rgba(214,179,106,.16);background:radial-gradient(circle at 50% 0%, rgba(214,179,106,.14), transparent 34%),rgba(214,179,106,.04);}
  .sbq-added-message.show{display:flex;}
  .sbq-added-inner{max-width:560px;margin:auto;}
  .sbq-added-kicker{font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:rgba(214,179,106,.86);margin-bottom:14px;}
  .sbq-added-title{margin:0 0 16px;font-family:"Cormorant Garamond",serif;font-size:46px;line-height:1.02;color:#f3e7cb;font-weight:600;}
  .sbq-added-copy{margin:0 auto;color:rgba(243,231,203,.72);font-size:17px;line-height:1.85;max-width:460px;}
  .sbq-added-soft{margin-top:18px;color:rgba(243,231,203,.48);font-size:13px;line-height:1.6;}
  .sbq-added-actions{margin-top:30px;display:grid;justify-items:center;gap:10px;}
  .sbq-checkout-btn{appearance:none;border:0;cursor:pointer;border-radius:999px;padding:16px 30px;background:linear-gradient(180deg,#fff0ce,#d6b36a);color:#080600;font-weight:900;font-size:15px;box-shadow:0 14px 36px rgba(214,179,106,.26);transition:transform .25s ease, box-shadow .25s ease;}
  .sbq-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(214,179,106,.34);}
  .sbq-checkout-note{font-size:12px;color:rgba(243,231,203,.52);line-height:1.6;}
  /* ============================================================
     Strip component (.sbq-strip) Ã¢â‚¬â€ douÃ„Æ’ variante vizuale identice:
     1) implicit (toggle): vizibil DOAR pe mobil sub progress bar, body
        expandabil cÃƒÂ¢nd .sbq-card are .sbq-preview-open
     2) .sbq-strip--static: mereu vizibil pe toate viewport-urile, body
        mereu deschis, fÃ„Æ’rÃ„Æ’ toggle Ã¢â‚¬â€ folosit la step 5 ca sumar
     Stilurile vizuale sunt ÃƒÂ®n afara @media ca sÃ„Æ’ funcÃˆâ€ºioneze Ãˆâ„¢i pentru
     varianta static pe desktop.
     ============================================================ */
  .sbq-strip{display:none;width:100%;border-radius:14px;border:1px solid rgba(214,179,106,.32);background:linear-gradient(180deg,rgba(214,179,106,.13),rgba(214,179,106,.05));color:#f3e7cb;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.32),inset 0 1px 0 rgba(214,179,106,.14);}
  .sbq-strip-header{display:flex;width:100%;align-items:flex-start;justify-content:space-between;gap:10px;padding:9px 12px;background:transparent;border:0;color:inherit;cursor:pointer;appearance:none;text-align:left;font:inherit;}
  .sbq-strip-chips{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0;}
  .sbq-strip-chip{font-size:11px;letter-spacing:.04em;padding:4px 9px;border-radius:999px;background:rgba(214,179,106,.10);border:1px solid rgba(214,179,106,.22);color:#f3e7cb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;}
  .sbq-strip-toggle{display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(243,231,203,.78);flex-shrink:0;padding-top:5px;}
  .sbq-strip-chevron{transition:transform .3s ease;font-size:14px;line-height:1;}
  .sbq-strip-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;}
  .sbq-strip-body-inner{overflow:hidden;min-height:0;}
  .sbq-strip-list{margin:0;padding:10px 12px 12px;display:grid;gap:6px;border-top:1px solid rgba(214,179,106,.14);}
  .sbq-strip-list > div{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:rgba(243,231,203,.62);}
  .sbq-strip-list > div > dt{margin:0;letter-spacing:.04em;}
  .sbq-strip-list > div > dd{margin:0;color:#f3e7cb;font-weight:600;text-align:right;}
  /* VariantÃ„Æ’ STATIC Ã¢â‚¬â€ mereu deschisÃ„Æ’, fÃ„Æ’rÃ„Æ’ toggle. VizibilÃ„Æ’ DOAR pe mobil
     (activatÃ„Æ’ ÃƒÂ®n @media de mai jos); pe desktop step 5 foloseÃˆâ„¢te varianta
     originalÃ„Æ’ .sbq-summary cu grid 2 col + cards. */
  .sbq-strip--static .sbq-strip-body{grid-template-rows:1fr;transition:none;}
  .sbq-strip--static .sbq-strip-header{cursor:default;padding:10px 12px 8px;}
  @media(max-width:980px){.quiz-required-banner,.product-steps,.sbq-shell,.sbq-form-grid,.sbq-grid,.sbq-grid.cols-3{grid-template-columns:1fr}.sbcart{width:100vw}

   /* ============================================================
      QUIZ MODAL Ã¢â‚¬â€ compactare mobil + preview expandabil prin strip
      Strip apare DOAR pe mobil; preview-ul aside este ascuns implicit
      Ãˆâ„¢i apare SUB panel cÃƒÂ¢nd card-ul are clasa .sbq-preview-open
      (toggle din toggleQuizPreview() Ã¢â‚¬â€ home.js).
      ============================================================ */
   .sbq-modal{padding:0;}
   /* Card cu ÃƒÂ®nÃ„Æ’lÃˆâ€ºime fixÃ„Æ’ + flex column ca .sbq-actions sÃ„Æ’ poatÃ„Æ’ fi pinned jos
      (lanÃˆâ€º flex: card Ã¢â€ â€™ stage Ã¢â€ â€™ shell Ã¢â€ â€™ panel). ConÃˆâ€ºinutul mai ÃƒÂ®nalt scrolleazÃ„Æ’
      prin overflow:auto din regula de bazÃ„Æ’. */
   .sbq-card{padding:14px;border-radius:18px;height:96vh;height:96dvh;max-height:96vh;max-height:96dvh;position:relative;display:flex;flex-direction:column;}

   /* Header Ã¢â‚¬â€ title compact + buton ÃƒÂ®nchidere transformat ÃƒÂ®n X */
   .sbq-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px;}
   .sbq-top > div{flex:1;min-width:0;}
   .sbq-step-kicker{font-size:10px;letter-spacing:.26em;margin-bottom:3px;}
   .sbq-title{font-size:22px;line-height:1.05;margin:0;}
   .sbq-sub{display:none;}
   .sbq-close{min-width:auto;width:36px;height:36px;padding:0;border-radius:50%;flex-shrink:0;gap:0;display:inline-flex;align-items:center;justify-content:center;}
   .sbq-close .sbq-close-text{display:none;}
   .sbq-close .sbq-close-icon{display:block;width:16px;height:16px;}

   /* Progress bar Ã¢â‚¬â€ mai subÃˆâ€ºire, spaÃˆâ€ºiu redus */
   .sbq-track{height:6px;margin-bottom:10px;}

   /* Strip toggle pe mobil Ã¢â‚¬â€ varianta non-static devine vizibilÃ„Æ’ + animatÃ„Æ’ */
   .sbq-strip:not(.sbq-strip--static){display:block;margin-bottom:10px;}
   /* La step final (Rezumatul selecÃˆâ€ºiei) ascundem toggle-ul de sus Ã¢â‚¬â€ sumarul
      din panel preia tot rolul cu .sbq-strip--static (deschis tot). */
   .sbq-card.sbq-step-final .sbq-strip:not(.sbq-strip--static){display:none;}
   /* Sumar static Ã¢â‚¬â€ activat doar pe mobil. Pe desktop folosim .sbq-summary. */
   .sbq-strip--static{display:block;}
   .sbq-summary{display:none;}
   .sbq-card.sbq-preview-open .sbq-strip:not(.sbq-strip--static) .sbq-strip-body{grid-template-rows:1fr;}
   .sbq-card.sbq-preview-open .sbq-strip:not(.sbq-strip--static) .sbq-strip-chevron{transform:rotate(180deg);}
   .sbq-card.sbq-preview-open .sbq-strip:not(.sbq-strip--static) .sbq-strip-label{font-size:0;}
   .sbq-card.sbq-preview-open .sbq-strip:not(.sbq-strip--static) .sbq-strip-label::after{content:'Ascunde';font-size:10px;letter-spacing:.12em;text-transform:uppercase;}

   /* Panel Ã¢â‚¬â€ padding redus, fonts mai mici. Stage/shell/panel cresc (flex:1) ca
      panel-ul sÃ„Æ’ umple cardul, iar .sbq-actions sÃ„Æ’ stea pinned jos. */
   .sbq-stage.sbq-active{display:flex;flex-direction:column;flex:1;}
   .sbq-shell{display:flex;flex-direction:column;flex:1;gap:10px;}
   .sbq-panel{flex:1;padding:14px 14px 16px;border-radius:18px;}
   .sbq-h3{font-size:19px;margin:0 0 4px;line-height:1.1;}
   .sbq-copy{font-size:13.5px;line-height:1.55;margin:0 0 10px;}

   /* Grid alegeri */
   .sbq-grid,.sbq-grid.cols-3{gap:8px;}

   /* Card alegere Ã¢â‚¬â€ fÃ„Æ’rÃ„Æ’ kicker, note 1 linie */
   .sbq-choice{padding:12px 14px;gap:4px;min-height:auto;border-radius:16px;}
   .sbq-choice-kicker{display:none;}
   .sbq-choice-title{font-size:15px;}
   .sbq-choice-note{font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}

   /* Actions Ã¢â‚¬â€ stacked, primary jos, pinned la baza cardului (margin-top:auto) */
   .sbq-actions{margin-top:auto;padding-top:12px;gap:8px;flex-direction:column-reverse;}
   .sbq-actions .btn,.sbq-actions button{width:100%;justify-content:center;}

   /* Field / textarea */
   .sbq-field{margin-bottom:10px;}
   .sbq-field label{font-size:12px;margin-bottom:6px;}
   .sbq-input,.sbq-textarea{padding:12px 14px;border-radius:14px;box-sizing:border-box;}
   .sbq-textarea{min-height:84px;}
   .budget-note{font-size:11px;padding:5px 12px;margin-bottom:10px;}

   /* ÃƒÅ½ntrebare mÃ„Æ’rime lenjerie Ã¢â‚¬â€ compact pe mobil */
   .sbq-size{margin-top:12px;padding-top:12px;}
   .sbq-size-head{gap:10px;margin-bottom:10px;}
   .sbq-size-icon{width:54px;height:54px;}
   .sbq-size-title{font-size:13.5px;font-weight:500;}
   .sbq-size-grid{gap:8px;flex-wrap:wrap;}
   .sbq-choice.sbq-size-pill{padding:9px 14px;border-radius:10px;flex:0 0 auto;}
   .sbq-choice.sbq-size-pill .sbq-choice-title{font-size:13px;font-weight:400;}

   /* Preview aside Ã¢â‚¬â€ pe mobil este ÃƒÂ®nlocuit complet de strip-ul inline; ascuns. */
   .sbq-preview{display:none;}

   /* (summary la step 5 foloseÃˆâ„¢te .sbq-strip--static Ã¢â‚¬â€ stilul vine de sus) */

   /* Added message Ã¢â‚¬â€ compact */
   .sbq-added-message{min-height:auto;padding:28px 16px;flex:1;}
   .sbq-added-title{font-size:30px;}
   .sbq-added-copy{font-size:14.5px;line-height:1.65;}
  }

 

  /* ===== PRODUCT PAGE FINAL CLEANUP ===== */
  .product-steps{
   border:1px solid rgba(214,179,106,.28);
   background:linear-gradient(180deg,rgba(214,179,106,.055),rgba(0,0,0,.32));
   border-radius:28px;
   padding:14px;
   box-shadow:0 22px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(214,179,106,.08);
  }
  .product-steps div{
   border-color:rgba(214,179,106,.18)!important;
   background:rgba(0,0,0,.34)!important;
  }
  .product-grid-upgraded .product-card{
   min-height:unset!important;
   border-color:rgba(214,179,106,.18)!important;
  }
  .product-grid-upgraded .product-body{
   height:auto!important;
   min-height:0!important;
   padding:28px 26px 26px!important;
  }
  .product-grid-upgraded .product-body .btn{
   margin-top: 0px!important;
   width:100%;
  }
  .product-short-copy{
   margin:0 0 18px!important;
   color:rgba(243,223,173,.76)!important;
   line-height:1.65!important;
   min-height:0!important;
  }
  .product-details{
   margin:10px 0 0;
   border-top:1px solid rgba(214,179,106,.13);
   padding-top:12px;
  }
  .product-details summary{
   list-style:none;
   cursor:pointer;
   color:#f3dfad;
   font-weight:900;
   font-size:12px;
   letter-spacing:.12em;
   text-transform:uppercase;
   display:inline-flex;
   align-items:center;
   gap:8px;
  }
  .product-details summary::-webkit-details-marker{display:none}
  .product-details summary::after{content:'+';color:var(--gold);font-size:16px;line-height:1}
  .product-details[open] summary::after{content:'Ã¢Ë†â€™'}
  .product-details .product-list{
   margin:14px 0 0!important;
   padding:0!important;
  }
  .product-trust-row{margin:0 0 12px!important}
  .product-media{aspect-ratio:4/3.25!important}
  .product-card h3{font-size:clamp(34px,3vw,44px)!important;line-height:1!important}
  .product-card .price{font-size:clamp(42px,4vw,58px)!important;margin:12px 0 14px!important}
  .sbq-grid[data-group="usage"]{grid-template-columns:repeat(2,1fr)}
  .sbq-grid[data-group="usage"] .sbq-choice[data-value="gift"]{grid-column:auto}
  @media(max-width:900px){.sbq-grid[data-group="usage"]{grid-template-columns:1fr}}


  /* ===== READY-TO-LIVE CONVERSION UPGRADES ===== */
  .product-cta-note{
   display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px;color:rgba(243,223,173,.72);font-size:12px;line-height:1.5;
  }
  .product-cta-note span{
   border:1px solid rgba(214,179,106,.18);background:rgba(214,179,106,.055);border-radius:999px;padding:7px 10px;
  }
  /* Badge-urile de trust din pop-up-ul de checkout Ã¢â‚¬â€ neutre ca `.trust span` de pe
     /finalizare-comanda (scoped la .checkout-card, NU atinge cardurile de produs). */
  .checkout-card .product-cta-note{color:rgba(255,255,255,.62);}
  .checkout-card .product-cta-note span{border-color:rgba(255,255,255,.06);background:rgba(255,255,255,.03);}
  .mystery-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:stretch}
  .mystery-card{border:1px solid rgba(214,179,106,.18);background:linear-gradient(180deg,rgba(214,179,106,.055),rgba(0,0,0,.72));border-radius:30px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.36)}
  .mystery-card h3{margin:0 0 14px;font-family:"Cormorant Garamond",serif;font-size:38px;color:#f3dfad;font-weight:500}
  .mystery-card p{color:rgba(243,223,173,.72);line-height:1.85;margin:0 0 14px}
  .mystery-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
  .mystery-list li{border:1px solid rgba(214,179,106,.14);border-radius:18px;padding:16px;background:rgba(255,255,255,.025);color:rgba(243,223,173,.72);line-height:1.65}
  .mystery-list strong{display:block;color:#f3dfad;margin-bottom:4px}
  .checkout-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.78);backdrop-filter:blur(14px)}
  .checkout-modal.show{display:flex}
  .checkout-card{width:min(1120px,100%);max-height:92vh;overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:30px;background:radial-gradient(circle at top,rgba(214,179,106,.06),transparent 30%),linear-gradient(180deg,#101010,#070707);box-shadow:0 40px 120px rgba(0,0,0,.72),0 0 80px rgba(214,179,106,.08);padding:28px}
  .checkout-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}
  .checkout-head h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:42px;line-height:1.02;color:#f3e7cb;font-weight:600}
  .checkout-head p{margin:10px 0 0;color:rgba(255,255,255,.72);line-height:1.7;max-width:640px}
  .checkout-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
  .checkout-panel{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);border-radius:24px;padding:22px}
  .checkout-panel h3{margin:0 0 16px;font-family:"Cormorant Garamond",serif;font-size:30px;color:#f3e7cb;font-weight:600}
  .checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .checkout-field{display:grid;gap:8px;margin-bottom:14px}
  .checkout-field.full{grid-column:1/-1}
  .checkout-field label{font-size:13px;color:rgba(255,255,255,.82);font-weight:700}
  .checkout-field input,.checkout-field textarea{width:100%;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;border-radius:16px;padding:14px 16px;font:inherit;outline:none;transition:.2s ease}
  .checkout-field input:focus,.checkout-field textarea:focus{border-color:rgba(214,179,106,.42);box-shadow:0 0 0 4px rgba(214,179,106,.10);background:rgba(255,255,255,.04)}
  .checkout-field textarea{min-height:94px;resize:vertical}
  .checkout-items{display:grid;gap:12px}
  .checkout-item{display:grid;grid-template-columns:72px 1fr;gap:12px;border:1px solid rgba(255,255,255,.07);border-radius:22px;padding:12px;background:rgba(255,255,255,.025)}
  .checkout-item img{width:72px;height:72px;object-fit:cover;border-radius:14px}
  .checkout-item h4{margin:0 0 4px;color:#f3e7cb;font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600}
  .checkout-item p{margin:0;color:rgba(255,255,255,.62);font-size:12px;line-height:1.55;white-space:pre-line}
  .checkout-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08);margin-top:16px;padding-top:16px;color:rgba(255,255,255,.72)}
  .checkout-total strong{font-family:"Cormorant Garamond",serif;font-size:34px;color:#f4e4be;font-weight:600}
  .checkout-success{display:none;text-align:center;padding:50px 20px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at top,rgba(214,179,106,.10),transparent 30%),rgba(255,255,255,.025)}
  .checkout-success.show{display:block}
  .checkout-success h3{font-family:"Cormorant Garamond",serif;font-size:44px;color:#f3e7cb;margin:0 0 12px;font-weight:600}
  .checkout-success p{color:rgba(255,255,255,.72);line-height:1.8;margin:0 auto 20px;max-width:560px}
  .legal-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
  .legal-mini{border:1px solid rgba(214,179,106,.14);border-radius:18px;padding:16px;background:rgba(0,0,0,.18)}
  .legal-mini strong{display:block;color:#f3dfad;margin-bottom:6px}
  .legal-mini span{display:block;color:rgba(243,223,173,.66);line-height:1.65;font-size:14px}
  @media(max-width:900px){.mystery-grid,.checkout-grid,.checkout-fields,.legal-mini-grid{grid-template-columns:1fr}.checkout-card{padding:20px;border-radius:24px}}


  /* Curiosity + conversion sections */
  .curiosity-section{padding:118px 0 72px;background:#000;color:#f3dfad;text-align:center;border-top:1px solid rgba(214,179,106,.10)}
  .curiosity-inner{width:min(980px,calc(100% - 36px));margin:auto}
  .curiosity-inner .micro{display:block;color:#d6b36a;letter-spacing:.34em;text-transform:uppercase;font-size:11px;margin-bottom:18px}
  .curiosity-inner h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(46px,7vw,96px);line-height:.95;font-weight:500;color:#f3dfad;text-wrap:balance}
  .curiosity-inner h2 span{display:block;color:#d6b36a}
  .curiosity-inner p{max-width:680px;margin:24px auto 0;color:rgba(243,223,173,.72);font-size:18px;line-height:1.85}
  .feeling-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}
  .feeling-card{border:1px solid rgba(214,179,106,.18);border-radius:28px;background:linear-gradient(180deg,rgba(214,179,106,.06),rgba(0,0,0,.52));padding:28px;text-align:left;min-height:190px;box-shadow:0 24px 70px rgba(0,0,0,.32)}
  .feeling-card span{display:block;color:#d6b36a;font-size:12px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px}
  .feeling-card strong{display:block;font-family:"Cormorant Garamond",serif;font-size:34px;font-weight:500;color:#f3dfad;margin-bottom:10px}
  .feeling-card p{margin:0;color:rgba(243,223,173,.68);line-height:1.75;font-size:15px}
  .quiz-intro-panel{margin:0 auto 28px;width:min(860px,100%);border:1px solid rgba(214,179,106,.22);border-radius:34px;padding:34px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(214,179,106,.11),transparent 30%),rgba(0,0,0,.32)}
  .quiz-intro-panel h3{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(38px,5vw,68px);line-height:1;color:#f3dfad;font-weight:500}
  .quiz-intro-panel h3 span{display:block;color:#d6b36a}
  .quiz-intro-panel p{max-width:620px;margin:18px auto 0;color:rgba(243,223,173,.70);line-height:1.8}
  .cta-note{margin-top:10px;color:rgba(243,223,173,.58);font-size:12px;letter-spacing:.04em;text-align:center}
  .stock-card .btn + .cta-note{margin-top:12px}
  @media(max-width:900px){.feeling-grid{grid-template-columns:1fr}.curiosity-section{padding:82px 0 54px}.quiz-intro-panel{padding:24px;border-radius:26px}}

 

  /* ===============================
     PREMIUM SPARKLE EFFECT - FIXED BUY BUTTON
  =============================== */
  .buy-now-fixed{
    position:fixed;
    overflow:visible!important;
    isolation:isolate;
    display:inline-flex!important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-width:150px;
    animation:buyPulse 3.2s ease-in-out infinite;
  }

  .buy-now-fixed::before{
    content:"";
    position:absolute;
    inset:-16px;
    z-index:-1;
    border-radius:999px;
    background:radial-gradient(circle, rgba(214,179,106,.28), transparent 64%);
    opacity:.55;
    filter:blur(10px);
    animation:goldBreath 2.8s ease-in-out infinite;
    pointer-events:none;
  }

  .buy-now-fixed::after{
    content:"*";
    position:absolute;
    right:-8px;
    top:-10px;
    color:#f8e8bd;
    font-size:15px;
    text-shadow:0 0 14px rgba(214,179,106,.80);
    animation:sparkFloatA 1.9s ease-in-out infinite;
    pointer-events:none;
  }

  .buy-sparkle{
    position:absolute;
    color:#f8e8bd;
    font-size:12px;
    line-height:1;
    text-shadow:0 0 14px rgba(214,179,106,.85), 0 0 28px rgba(214,179,106,.32);
    pointer-events:none;
    opacity:.85;
  }

  .buy-sparkle.s1{left:-10px;top:12px;animation:sparkFloatB 2.2s ease-in-out infinite;}
  .buy-sparkle.s2{right:18px;bottom:-11px;font-size:10px;animation:sparkFloatC 2.6s ease-in-out infinite .25s;}
  .buy-sparkle.s3{left:32px;bottom:-15px;font-size:9px;animation:sparkFloatA 2.4s ease-in-out infinite .45s;}
  .buy-sparkle.s4{right:-14px;top:28px;font-size:9px;animation:sparkFloatB 2.8s ease-in-out infinite .65s;}

  @keyframes buyPulse{
    0%,100%{transform:translateY(0) scale(1);box-shadow:0 18px 52px rgba(0,0,0,.58),0 0 26px rgba(214,179,106,.22);}
    50%{transform:translateY(-2px) scale(1.015);box-shadow:0 22px 64px rgba(0,0,0,.62),0 0 38px rgba(214,179,106,.34);}
  }
  @keyframes goldBreath{
    0%,100%{opacity:.35;transform:scale(.96);}
    50%{opacity:.76;transform:scale(1.05);}
  }
  @keyframes sparkFloatA{
    0%,100%{opacity:.35;transform:translate(0,0) scale(.85) rotate(0deg);}
    50%{opacity:1;transform:translate(4px,-7px) scale(1.25) rotate(18deg);}
  }
  @keyframes sparkFloatB{
    0%,100%{opacity:.30;transform:translate(0,0) scale(.75) rotate(0deg);}
    50%{opacity:1;transform:translate(-5px,-6px) scale(1.18) rotate(-20deg);}
  }
  @keyframes sparkFloatC{
    0%,100%{opacity:.28;transform:translate(0,0) scale(.78) rotate(0deg);}
    50%{opacity:.95;transform:translate(3px,6px) scale(1.16) rotate(16deg);}
  }

  .buy-now-fixed:hover{
    animation:none;
    transform:translateY(-4px) scale(1.04)!important;
  }

  .buy-now-fixed:hover .buy-sparkle,
  .buy-now-fixed:hover::after{
    color:#fff4d8;
    text-shadow:0 0 18px rgba(255,236,190,.95),0 0 34px rgba(214,179,106,.52);
  }

  @media (prefers-reduced-motion: reduce){
    .buy-now-fixed,
    .buy-now-fixed::before,
    .buy-now-fixed::after,
    .buy-sparkle{animation:none!important;}
  }

  

  /* ===== CLEAN PRODUCT CARDS: less text, stronger framing, hover highlight ===== */
  .product-grid-upgraded{
    gap:22px!important;
    /* start, nu stretch: la deschiderea unui <details> ("DescoperÃ„Æ’ experienÃˆâ€ºa")
       doar acel card creÃˆâ„¢te. Cu stretch, rÃƒÂ¢ndul de grid se ÃƒÂ®nÃ„Æ’lÃˆâ€ºa Ãˆâ„¢i ÃƒÂ®ntindea
       celelalte 2 carduri o datÃ„Æ’ cu cel pe care s-a dat click. */
    align-items:start;
  }
  .product-grid-upgraded .product-card{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(214,179,106,.42)!important;
    background:linear-gradient(180deg,rgba(12,10,6,.96),rgba(0,0,0,.98))!important;
    box-shadow:0 24px 70px rgba(0,0,0,.42), 0 0 0 rgba(214,179,106,0), inset 0 1px 0 rgba(214,179,106,.10)!important;
    transform:translateY(0) scale(1);
    transition:transform .7s cubic-bezier(.25,.46,.45,.94), border-color .7s cubic-bezier(.25,.46,.45,.94), box-shadow .7s cubic-bezier(.25,.46,.45,.94), background .7s cubic-bezier(.25,.46,.45,.94)!important;
    will-change:transform;
  }
  .product-grid-upgraded .product-card::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:radial-gradient(circle at 50% 0%,rgba(214,179,106,.08),transparent 24%);
    opacity:.35;
    transition:opacity .55s var(--ease);
    z-index:1;
  }
  .product-grid-upgraded .product-card > *{position:relative;z-index:2}
  .product-grid-upgraded .product-card:hover{
    transform:translateY(-10px) scale(1.012)!important;
    border-color:rgba(243,223,173,.58)!important;
    box-shadow:0 36px 110px rgba(0,0,0,.68),0 0 46px rgba(214,179,106,.18),inset 0 1px 0 rgba(243,223,173,.18)!important;
  }
  .product-grid-upgraded .product-card:hover::before{opacity:1}
  .product-grid-upgraded .product-card.featured{
    border-color:rgba(245,216,142,.85)!important;
    background:linear-gradient(180deg,rgba(214,179,106,.10),rgba(0,0,0,.98))!important;
    box-shadow:0 35px 110px rgba(0,0,0,.55),0 0 60px rgba(201,151,61,.30)!important;
  }
  .product-grid-upgraded .product-card.featured::after{
    content:"Recomandat";
    position:absolute;
    top:14px;
    right:14px;
    z-index:5;
    padding:8px 12px;
    border-radius:999px;
    background:linear-gradient(180deg,#fff0ce,#d6b36a);
    color:#0b0802;
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:0 10px 28px rgba(0,0,0,.28);
  }
  .product-grid-upgraded .product-media{
    border-bottom:1px solid rgba(214,179,106,.18);
  }
  .product-grid-upgraded .product-body{
    padding:30px 26px 28px!important;
  }
  .product-card-topline{
    margin-bottom:12px!important;
    color:rgba(214,179,106,.92)!important;
  }
  .product-short-copy{
    margin-bottom:22px!important;
    max-width:340px;
  }
  .product-trust-row, .product-cta-note{
    display:none!important;
  }
  .product-details{
    margin:4px 0 18px!important;
    padding:0!important;
    border:1px solid rgba(214,179,106,.18)!important;
    background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(0,0,0,.30));
    border-radius:22px;
    overflow:hidden;
    transition:border-color .35s ease, background .35s ease, box-shadow .35s ease;
  }
  .product-details:hover{
    border-color:rgba(214,179,106,.38)!important;
    box-shadow:0 14px 36px rgba(0,0,0,.26);
  }
  .product-details summary{
    display:flex!important;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:20px 22px!important;
    color:#f3dfad!important;
    font-weight:900!important;
    font-size:12px!important;
    letter-spacing:.14em!important;
    text-transform:uppercase;
  }
  .product-details summary::after{
    content:"+"!important;
    font-size:18px!important;
    color:#d6b36a!important;
  }
  .product-details[open] summary{
    border-bottom:1px solid rgba(214,179,106,.14);
  }
  .product-details[open] summary::after{content:"Ã¢Ë†â€™"!important}
  .product-details .product-list{
    margin:0!important;
    padding:18px 22px 22px!important;
    display:grid;
    gap:10px;
    color:rgba(243,223,173,.70);
    font-size:14px;
    line-height:1.6;
  }
  .product-details .product-list li{
    list-style:none;
  }
  .product-details .product-list li::before{
    content:" ";
    color:#d6b36a;
  }
  .product-mini-trust{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid rgba(214,179,106,.12);
  }
  .product-mini-trust span{
    border:1px solid rgba(214,179,106,.20);
    background:rgba(214,179,106,.07);
    color:rgba(243,223,173,.86);
    border-radius:999px;
    padding:7px 10px;
    font-size:11px;
    font-weight:800;
  }

  

  /* ===== FINAL POLISH: EMOTIONAL DETAILS + HOVER MAGIC ===== */
  .product-grid-upgraded .product-card{
    transition:transform .7s cubic-bezier(.25,.46,.45,.94), border-color .7s cubic-bezier(.25,.46,.45,.94), box-shadow .7s cubic-bezier(.25,.46,.45,.94), filter .7s cubic-bezier(.25,.46,.45,.94)!important;
  }
  .product-grid-upgraded .product-card:hover{
    transform:translateY(-12px) scale(1.018)!important;
  }
  /* Featured NU mai e mÃ„Æ’rit Ã¢â‚¬â€ aceeaÃˆâ„¢i dimensiune ca celelalte carduri
     (diferenÃˆâ€ºiere doar prin border + glow gold, vezi .featured de mai sus). */
  .product-grid-upgraded .product-card.featured{
    transform:none;
  }
  .product-grid-upgraded .product-card.featured:hover{
    transform:translateY(-12px) scale(1.018)!important;
  }
  .product-grid-upgraded .product-card:hover .product-media img{
    transform:scale(1.06)!important;
  }
  .product-feeling{
    margin:12px 0 0;
    color:rgba(243,223,173,.56);
    font-size:12px;
    letter-spacing:.04em;
    text-align:center;
  }
  .product-details{
    transition:border-color .35s ease, box-shadow .35s ease, background .35s ease!important;
  }
  .product-details[open]{
    border-color:rgba(214,179,106,.42)!important;
    box-shadow:0 18px 50px rgba(0,0,0,.34), inset 0 1px 0 rgba(214,179,106,.10)!important;
  }
  .product-detail-story{
    padding:20px 22px 22px;
    color:rgba(243,223,173,.72);
    line-height:1.75;
    font-size:14px;
    animation:detailReveal .36s ease both;
  }
  .product-detail-story h4{
    margin:0 0 10px;
    color:#f3dfad;
    font-family:"Cormorant Garamond",serif;
    font-size:26px;
    line-height:1.05;
    font-weight:500;
  }
  .product-detail-story p{
    margin:0;
    color:rgba(243,223,173,.72)!important;
  }
  .product-detail-story .mini-tag{
    display:inline-flex;
    margin-top:14px;
    border:1px solid rgba(214,179,106,.22);
    border-radius:999px;
    padding:8px 12px;
    background:rgba(214,179,106,.075);
    color:#f3dfad;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  @keyframes detailReveal{
    from{opacity:0;transform:translateY(-8px);filter:blur(4px)}
    to{opacity:1;transform:translateY(0);filter:blur(0)}
  }
  .smart-match{
    position:fixed;
    left:50%;
    bottom:28px;
    transform:translateX(-50%) translateY(18px);
    z-index:1600;
    opacity:0;
    pointer-events:none;
    border:1px solid rgba(214,179,106,.34);
    background:linear-gradient(180deg,rgba(18,15,8,.96),rgba(0,0,0,.92));
    color:#f3dfad;
    border-radius:999px;
    padding:12px 18px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:0 22px 70px rgba(0,0,0,.58),0 0 30px rgba(214,179,106,.12);
    transition:opacity .28s ease, transform .28s ease;
  }
  .smart-match.show{opacity:1;transform:translateX(-50%) translateY(0)}


  /* ===============================
    READY LIVE LEGAL PACKAGE
  =============================== */
  .checkout-legal-box{
   display:grid;
   gap:12px;
   margin:22px 0;
   padding:18px;
   border-radius:18px;
   border:1px solid rgba(255,255,255,.08);
   background:rgba(255,255,255,.03);
  }
  .checkout-check{
   display:flex;
   align-items:flex-start;
   gap:12px;
   color:rgba(255,255,255,.72);
   line-height:1.6;
   font-size:13px;
   cursor:pointer;
  }
  .checkout-check input{
   margin-top:4px;
   min-width:16px;
   accent-color:#d6b36a;
  }
  .checkout-check a{
   color:#f3dfad;
   border-bottom:1px solid rgba(243,223,173,.32);
  }
  .mystery-disclaimer{
   margin:18px 0;
   padding:14px 16px;
   border-radius:18px;
   border:1px solid rgba(214,179,106,.18);
   background:rgba(214,179,106,.06);
   color:rgba(243,223,173,.78);
   line-height:1.7;
   font-size:13px;
  }
  .legal-page{
   border:1px solid rgba(214,179,106,.18);
   border-radius:34px;
   padding:40px;
   background:linear-gradient(180deg,rgba(214,179,106,.04),rgba(0,0,0,.72));
   color:rgba(243,223,173,.76);
   line-height:1.9;
   box-shadow:0 24px 70px rgba(0,0,0,.34);
  }
  .legal-page h2,
  .legal-page h3{
   font-family:"Cormorant Garamond",serif;
   color:#f3dfad;
   font-weight:500;
  }
  .legal-page h2{
   margin:0 0 20px;
   font-size:clamp(40px,5vw,70px);
   line-height:1;
  }
  .legal-page h3{
   margin:34px 0 12px;
   font-size:34px;
  }
  .legal-page p{margin:0 0 14px;}
  .legal-page p,
  .legal-page p *{
   white-space:normal;
   overflow-wrap:break-word;
   max-width:100%;
  }
  .legal-page ul{padding-left:22px;margin:0 0 18px;}
  .legal-page li{margin-bottom:8px;}
  .legal-note{
   margin-top:22px;
   padding:18px;
   border-radius:18px;
   border:1px solid rgba(214,179,106,.16);
   background:rgba(214,179,106,.055);
   color:rgba(243,223,173,.72);
   line-height:1.75;
   font-size:14px;
  }
  .cookie-banner{
   position:fixed;
   left:18px;
   right:18px;
   bottom:18px;
   z-index:2200;
   display:none;
   grid-template-columns:1fr auto;
   gap:16px;
   align-items:center;
   width:min(920px,calc(100% - 36px));
   margin:auto;
   padding:18px;
   border-radius:24px;
   border:1px solid rgba(214,179,106,.24);
   background:linear-gradient(180deg,rgba(18,15,8,.97),rgba(0,0,0,.96));
   box-shadow:0 24px 80px rgba(0,0,0,.62);
   color:rgba(243,223,173,.78);
  }
  .cookie-banner.show{display:grid;}
  .cookie-banner strong{display:block;color:#f3dfad;margin-bottom:4px;}
  .cookie-banner p{margin:0;line-height:1.65;font-size:13px;}
  .cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}

  .footer-contact{
   margin-top:22px;
   color:rgba(255,255,255,.68);
   line-height:1.8;
  }
  .footer-contact p{margin:4px 0;}
  .footer-anpc{
   display:flex;
   justify-content:center;
   gap:18px;
   flex-wrap:wrap;
   margin-top:18px;
  }
  .footer-anpc a:not(.anpc-badge){
   color:#f3dfad;
   border-bottom:1px solid rgba(243,223,173,.28);
   padding-bottom:3px;
  }
  .contact-info-card{
   margin-top:18px;
   padding:18px;
   border-radius:18px;
   border:1px solid rgba(214,179,106,.16);
   background:rgba(214,179,106,.055);
   color:rgba(243,223,173,.78);
   line-height:1.8;
   font-size:14px;
  }
  .contact-info-card strong{color:#f3dfad;}
  /* Card-ul de contact din pop-up-ul de checkout Ã¢â‚¬â€ paletÃ„Æ’ neutrÃ„Æ’ ca /finalizare-comanda
     (scoped la .checkout-card ca sÃ„Æ’ NU afecteze acelaÃˆâ„¢i card din faq-forms). */
  .checkout-card .contact-info-card{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:rgba(255,255,255,.72);}
  .checkout-card .contact-info-card strong{color:#f3e7cb;}

  @media(max-width:760px){
   .legal-page{padding:26px;border-radius:26px;}
   .cookie-banner{grid-template-columns:1fr;}
   .cookie-actions{justify-content:flex-start;}
  }


  /* ===== CONTACT + ANPC + NEWSLETTER POLISH =====
     Badge-urile sunt acum <img> oficiale ANPC SAL / SOL. Wrapper-ul .anpc-badge
     pÃ„Æ’streazÃ„Æ’ doar comportamentul de link (focus, hover, dimensiune max). */
  .anpc-badges{
   display:flex;
   flex-wrap:wrap;
   gap:14px;
   margin-top:18px;
   align-items:center;
  }
  .anpc-badge{
   display:inline-flex;
   align-items:center;
   justify-content:center;
   line-height:0;
   transition:transform .2s ease,opacity .2s ease;
  }
  /* Ambele badge-uri au dimensiune egalÃ„Æ’ (stretched) Ã¢â‚¬â€ userul a confirmat cÃ„Æ’
     e ok sÃ„Æ’ forÃˆâ€ºÃ„Æ’m aspect ratio identic ca sÃ„Æ’ nu mai aparÃ„Æ’ o variantÃ„Æ’ mai
     micÃ„Æ’ Ãˆâ„¢i una mai latÃ„Æ’. object-fit:fill (default pentru <img> cu w+h
     explicite) face stretching-ul. */
  .anpc-badge img{
   display:block;
   width:220px;
   height:58px;
   max-width:100%;
   border-radius:6px;
   object-fit:fill;
  }
  .anpc-badge:hover{transform:translateY(-1px);opacity:.92;}
  .pre-footer-anpc-badges{
   margin-top:24px;
   flex-direction:column;
   align-items:flex-start;
   gap:10px;
  }
  .pre-footer-anpc-badges .anpc-badge img{width:200px;height:52px;}
  .footer-anpc{
   justify-content:center;
   gap:18px;
  }
  .footer-anpc .anpc-badge img{width:240px;height:62px;}
  .newsletter-section{
   background:#000!important;
   color:#f3dfad!important;
   padding:92px 0!important;
   border-top:1px solid rgba(214,179,106,.10);
   border-bottom:1px solid rgba(214,179,106,.10);
  }
  .newsletter-premium{
   width:min(980px,calc(100% - 36px));
   margin:0 auto;
   padding:54px;
   border-radius:34px;
   border:1px solid rgba(214,179,106,.18);
   background:
    radial-gradient(circle at top, rgba(214,179,106,.10), transparent 30%),
    linear-gradient(180deg,rgba(10,8,4,.98),rgba(0,0,0,.96));
   box-shadow:
    0 40px 120px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(214,179,106,.08);
  }
  .newsletter-premium h2{
   margin:0 0 14px;
   font-family:"Cormorant Garamond",serif;
   font-size:clamp(42px,5vw,68px);
   line-height:.95;
   font-weight:500;
   color:#f3dfad;
  }
  .newsletter-premium p{
   margin:0 0 28px;
   color:rgba(243,223,173,.72);
   line-height:1.8;
   font-size:16px;
  }
  .newsletter-premium-form{
   display:grid;
   grid-template-columns:1fr 1fr auto;
   gap:14px;
  }
  .newsletter-premium input{
   height:58px;
   border-radius:18px;
   border:1px solid rgba(214,179,106,.20);
   background:rgba(255,255,255,.03);
   color:#fff;
   padding:0 18px;
   font:inherit;
   outline:none;
   transition:.25s ease;
  }
  .newsletter-premium input::placeholder{
   color:rgba(243,223,173,.42);
  }
  .newsletter-premium input:focus{
   border-color:rgba(214,179,106,.42);
   box-shadow:0 0 0 4px rgba(214,179,106,.08);
  }
  .newsletter-premium button{
   border:0;
   border-radius:18px;
   padding:0 28px;
   background:linear-gradient(180deg,#fff0ce,#d6b36a);
   color:#080600;
   font-weight:900;
   cursor:pointer;
   box-shadow:0 14px 34px rgba(214,179,106,.20);
   transition:.25s ease;
  }
  .newsletter-premium button:hover{
   transform:translateY(-2px);
   box-shadow:0 18px 46px rgba(214,179,106,.34);
  }
  .newsletter-note{
   margin-top:18px;
   color:rgba(243,223,173,.46);
   font-size:12px;
   line-height:1.7;
  }
  .newsletter-note a{
   color:#f3dfad;
   border-bottom:1px solid rgba(243,223,173,.28);
  }

  /* ===== Feedback newsletter (abonare) Ã¢â‚¬â€ imediat sub cÃƒÂ¢mpuri, colorat + animat ===== */
  /* Scoped la cele douÃ„Æ’ containere de newsletter (NU atinge formularul de contact).
     Colapsat cÃƒÂ¢nd e gol (fÃ„Æ’rÃ„Æ’ salt de layout); se desfÃ„Æ’Ãˆâ„¢oarÃ„Æ’ cÃƒÂ¢nd JS adaugÃ„Æ’ is-success/is-error. */
  .newsletter-premium .form-feedback,
  .pre-footer-newsletter .form-feedback{
   margin:0;
   font-size:14px;
   font-weight:600;
   line-height:1.45;
   max-height:0;
   opacity:0;
   overflow:hidden;
   transform:translateY(-6px);
   transition:opacity .35s ease,transform .35s ease,max-height .4s ease,margin .35s ease;
  }
  .newsletter-premium .form-feedback.is-success,
  .newsletter-premium .form-feedback.is-error,
  .pre-footer-newsletter .form-feedback.is-success,
  .pre-footer-newsletter .form-feedback.is-error{
   max-height:90px;
   opacity:1;
   transform:none;
   margin-top:12px;
  }
  .newsletter-premium .form-feedback.is-success::before,
  .pre-footer-newsletter .form-feedback.is-success::before{content:"\00a0";font-weight:900;}
  .newsletter-premium .form-feedback.is-error::before,
  .pre-footer-newsletter .form-feedback.is-error::before{content:"\00a0";font-weight:900;}
  /* Footerul pre-reveal Ã¢â‚¬â€ fundal deschis */
  .pre-footer-newsletter .form-feedback.is-success{color:#1c7a47;}
  .pre-footer-newsletter .form-feedback.is-error{color:#c0392b;animation:sb-feedback-shake .42s ease both;}
  /* SecÃˆâ€ºiunea premium Ã¢â‚¬â€ fundal ÃƒÂ®nchis */
  .newsletter-premium .form-feedback.is-success{color:#7ddfa3;}
  .newsletter-premium .form-feedback.is-error{color:#ff9d9d;animation:sb-feedback-shake .42s ease both;}
  @keyframes sb-feedback-shake{
   0%,100%{transform:translateX(0)}
   18%{transform:translateX(-6px)}
   36%{transform:translateX(6px)}
   54%{transform:translateX(-4px)}
   72%{transform:translateX(4px)}
   88%{transform:translateX(-2px)}
  }

  @media(max-width:900px){
   .newsletter-section{padding:70px 0!important;}
   .newsletter-premium{padding:30px;}
   .newsletter-premium-form{grid-template-columns:1fr;}
   .newsletter-premium button{height:58px;}
   .anpc-badges{max-width:100%;}
  }


  /* ===== LEGAL PAGES: open only on click, not in the long content flow ===== */
  .legal-standalone{display:none!important;}
  body.legal-page-open .reveal-content{display:block!important;opacity:1!important;transform:none!important;max-height:none!important;overflow:visible!important;}
  body.legal-page-open .reveal-content > section:not(.legal-standalone),
  body.legal-page-open .reveal-content > footer{display:none!important;}
  body.legal-page-open .legal-standalone.active{display:block!important;}
  body.legal-page-open .hero-duo,
  body.legal-page-open .pre-reveal-footer{display:none!important;}
  .legal-page-nav{
   width:min(1180px,calc(100% - 36px));
   margin:0 auto 22px;
   display:flex;
   justify-content:space-between;
   align-items:center;
   gap:12px;
   flex-wrap:wrap;
  }
  .legal-page-nav button{
   border:1px solid rgba(214,179,106,.28);
   background:rgba(214,179,106,.08);
   color:#f3dfad;
   border-radius:999px;
   padding:12px 18px;
   cursor:pointer;
   font-weight:800;
  }
  .legal-page-nav a{
   color:#f3dfad;
   border-bottom:1px solid rgba(243,223,173,.28);
   padding-bottom:3px;
  }

  

  /* ===== PRODUCT PAGE BACKGROUND: PEARLS + CANDLES ===== */
  .products-section.products-showcase{
   position:relative;
   overflow:hidden;
   isolation:isolate;
   background:#000!important;
  }
  .products-section.products-showcase::before{
   content:"";
   position:absolute;
   inset:0;
   z-index:-3;
   background-image:url("/image/cdn/_themes/theme1/img/fundal-perle-lumanari.png_1920x0.webp");
   background-size:cover;
   background-position:center;
   background-repeat:no-repeat;
   filter:blur(2px) brightness(.32) saturate(.88);
   transform:scale(1.045);
   opacity:.95;
   pointer-events:none;
  }
  .products-section.products-showcase::after{
   content:"";
   position:absolute;
   inset:0;
   z-index:-2;
   background:
    radial-gradient(circle at 50% 20%,rgba(214,179,106,.10),transparent 28%),
    linear-gradient(180deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.66) 24%,rgba(0,0,0,.70) 62%,rgba(0,0,0,.96) 100%);
   backdrop-filter:blur(1.5px);
   pointer-events:none;
  }
  .products-section.products-showcase .wrap{
   position:relative;
   z-index:2;
  }
  .products-section.products-showcase .section-header,
  .products-section.products-showcase .quiz-intro-panel,
  .products-section.products-showcase .quiz-required-banner,
  .products-section.products-showcase .product-steps,
  .products-section.products-showcase .product-after-note{
   backdrop-filter:blur(8px);
  }
  .products-section.products-showcase .product-card{
   background:linear-gradient(180deg,rgba(12,10,6,.90),rgba(0,0,0,.94))!important;
   backdrop-filter:blur(6px);
  }
  @media(max-width:900px){
   .products-section.products-showcase::before{
    background-position:62% center;
    filter:blur(2px) brightness(.26) saturate(.82);
   }
  }


  /* =========================================================================
     SITE.html v1.1 Ã¢â‚¬â€ INTERNAL PAGE EFFECTS (DO NOT DELETE / DO NOT INLINE)
     Sursa: data/site/v1.1/noua versiune site/SITE.html Ã‚Â· linii 2310-2440
     Aplicate pe:
       Ã‚Â· /shop  Ã¢â€ â€™ mereu (body.sb-shop + body.content-open)
       Ã‚Â· /     Ã¢â€ â€™ dupÃ„Æ’ cinema reveal (body.sb-home.content-open)
       Ã‚Â· pagini legal Ã¢â€ â€™ ÃƒÂ®n legal modal (body.legal-page-open)
     ConÃˆâ€ºine:
       1. Bg fixed "perle + lumÃƒÂ¢nÃ„Æ’ri" pe ::before (z-index:-4)
       2. Overlay radial+linear pe ::after (z-index:-3)
       3. Sections/shell transparente (lasÃ„Æ’ bg-ul sÃ„Æ’ se vadÃ„Æ’)
       4. .section::before Ã¢â‚¬â€ overlay dark gradient peste fiecare secÃˆâ€ºiune
       5. Products-showcase overlay propriu
       6. Cards glass effect (gradient + backdrop-filter:blur(10px))
     ========================================================================= */
  body.sb-shop .reveal-content,
  body.content-open .reveal-content,
  body.legal-page-open .reveal-content{
   position:relative;
   isolation:isolate;
   background:transparent!important;
   color:var(--gold2)!important;
  }

  body.sb-shop .reveal-content::before,
  body.content-open .reveal-content::before,
  body.legal-page-open .reveal-content::before{
   content:"";
   position:fixed;
   inset:0;
   z-index:-4;
   background-image:url("/image/cdn/_themes/theme1/img/fundal-perle-lumanari.png_1920x0.webp");
   background-size:cover;
   background-position:center top;
   background-repeat:no-repeat;
   filter:brightness(.58) saturate(.92);
   opacity:.88;
   transform:scale(1.01);
   pointer-events:none;
  }

  body.sb-shop .reveal-content::after,
  body.content-open .reveal-content::after,
  body.legal-page-open .reveal-content::after{
   content:"";
   position:fixed;
   inset:0;
   z-index:-3;
   pointer-events:none;
   background:
    radial-gradient(circle at 50% 0%,rgba(214,179,106,.12),transparent 28%),
    linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.44) 24%,rgba(0,0,0,.52) 62%,rgba(0,0,0,.70) 100%);
  }

  body.sb-shop .cinematic-shell,
  body.sb-shop .section,
  body.sb-shop .cinema-intro,
  body.sb-shop .products-section,
  body.sb-shop footer,
  body.content-open .cinematic-shell,
  body.content-open .section,
  body.content-open .cinema-intro,
  body.content-open .products-section,
  body.content-open footer,
  body.legal-page-open .cinematic-shell,
  body.legal-page-open .section,
  body.legal-page-open .cinema-intro,
  body.legal-page-open footer{
   background:transparent!important;
  }

  body.sb-shop .section,
  body.content-open .section{
   position:relative;
   z-index:1;
  }

  body.sb-shop .section::before,
  body.content-open .section::before{
   content:"";
   position:absolute;
   inset:0;
   z-index:-1;
   background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.32));
   pointer-events:none;
  }

  body.sb-shop .products-section.products-showcase,
  body.content-open .products-section.products-showcase{
   background:transparent!important;
  }

  body.sb-shop .products-section.products-showcase::before,
  body.content-open .products-section.products-showcase::before{
   display:none!important;
  }

  body.sb-shop .products-section.products-showcase::after,
  body.content-open .products-section.products-showcase::after{
   z-index:-1;
   background:
    radial-gradient(circle at 50% 18%,rgba(214,179,106,.12),transparent 30%),
    linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.38) 50%,rgba(0,0,0,.48) 100%)!important;
   backdrop-filter:none!important;
  }

  body.sb-shop .product-card,
  body.sb-shop .form-card,
  body.sb-shop .legal-card,
  body.sb-shop .trust-item,
  body.sb-shop .who-card,
  body.sb-shop .ritual-card,
  body.sb-shop .review-card,
  body.sb-shop .stock-card,
  body.sb-shop .mystery-card,
  body.sb-shop .quiz-intro-panel,
  body.sb-shop .quiz-required-banner,
  body.sb-shop .product-steps,
  body.sb-shop .product-after-note,
  body.sb-shop details,
  body.sb-shop .legal-page,
  body.content-open .product-card,
  body.content-open .form-card,
  body.content-open .legal-card,
  body.content-open .trust-item,
  body.content-open .who-card,
  body.content-open .ritual-card,
  body.content-open .review-card,
  body.content-open .stock-card,
  body.content-open .mystery-card,
  body.content-open .quiz-intro-panel,
  body.content-open .quiz-required-banner,
  body.content-open .product-steps,
  body.content-open .product-after-note,
  body.content-open details,
  body.content-open .legal-page{
   background:linear-gradient(180deg,rgba(12,10,6,.74),rgba(0,0,0,.68))!important;
   backdrop-filter:blur(10px);
   border-color:rgba(214,179,106,.24)!important;
  }

  @media(max-width:900px){
   body.sb-shop .reveal-content::before,
   body.content-open .reveal-content::before,
   body.legal-page-open .reveal-content::before{
    background-position:58% top;
    filter:brightness(.46) saturate(.88);
   }
   body.sb-shop .reveal-content::after,
   body.content-open .reveal-content::after,
   body.legal-page-open .reveal-content::after{
    background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.70));
   }
  }
  /* === END Ã‚Â· SITE.html v1.1 INTERNAL PAGE EFFECTS ========================== */


  /* ===== FIRST PAGE CLEANUP: hide navigation bar until content/legal pages open ===== */
  body:not(.content-open) .topbar{
   display:none!important;
  }
  body.content-open .topbar{
   display:block!important;
  }

  

  /* Premium value note under product prices */
  .product-value-note{
   margin:0 0 18px;
   color:rgba(243,223,173,.72);
   font-size:13px;
   line-height:1.7;
   letter-spacing:.04em;
   max-width:340px;
  }


  /* =========================================================================
     ORDER PAGES (finalizare-comanda success + comanda detail)
     Cinematic, gold/black, brand-consistent Ã¢â‚¬â€ folosit de
     components/secret-box/order/*.blade.php
     ========================================================================= */
  .sb-order-hero{padding:88px 0 36px;text-align:center;position:relative}
  .sb-order-hero-inner{display:grid;gap:18px;justify-items:center}
  .sb-order-hero .eyebrow{color:var(--gold);letter-spacing:.36em;text-transform:uppercase;font-size:11px;}
  .sb-order-hero h1{margin:0;font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(44px,6vw,72px);line-height:1.02;color:var(--gold2);text-wrap:balance}
  .sb-order-hero-number{display:inline-flex;align-items:center;gap:14px;padding:14px 22px;border-radius:999px;border:1px solid rgba(214,179,106,.32);background:linear-gradient(180deg,rgba(214,179,106,.10),rgba(0,0,0,.30));backdrop-filter:blur(8px);}
  .sb-order-hero-number-label{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:rgba(243,223,173,.62)}
  .sb-order-hero-number strong{font-family:"Cormorant Garamond",serif;font-size:28px;color:var(--gold2);font-weight:600}
  .sb-order-hero-meta{margin:0;color:rgba(243,223,173,.66);font-size:13.5px;letter-spacing:.04em}
  .sb-order-hero-sub{margin:0;max-width:560px;color:rgba(243,223,173,.74);font-size:16px;line-height:1.7}

  .sb-order-status-pill{display:inline-block;padding:8px 16px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border:1px solid rgba(214,179,106,.32);background:rgba(214,179,106,.10);color:var(--gold2)}
  .sb-order-status-pill--positive{border-color:rgba(159,227,177,.34);background:rgba(159,227,177,.10);color:#bbe7c8}
  .sb-order-status-pill--warning{border-color:rgba(244,208,106,.40);background:rgba(244,208,106,.12);color:#f4d06a}
  .sb-order-status-pill--neutral{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:rgba(255,255,255,.74)}

  .sb-order-section{padding:32px 0}
  .sb-order-section--compact{padding:18px 0 32px}
  .sb-order-section-header{margin:0 auto 28px;text-align:center;max-width:640px}
  .sb-order-section-header h2{margin:8px 0 0;font-family:"Cormorant Garamond",serif;font-size:clamp(28px,3.4vw,40px);font-weight:500;color:var(--gold2)}

  /* Items list */
  .sb-order-items{display:grid;gap:18px;max-width:920px;margin:auto}
  .sb-order-item{display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:22px;padding:22px;border-radius:24px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96));box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(214,179,106,.08)}
  .sb-order-item-media{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:1/1;background:#0a0a0a}
  .sb-order-item-media img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.92)}
  .sb-order-item-tag{position:absolute;top:10px;left:10px;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.6);border:1px solid rgba(214,179,106,.30);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold2)}
  .sb-order-item-body{display:grid;gap:14px;align-content:start}
  .sb-order-item-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}
  .sb-order-item-topline h3{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(22px,2.4vw,30px);font-weight:600;color:var(--gold2)}
  .sb-order-item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:fit-content}
  .sb-order-item-qty{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(243,223,173,.52)}
  .sb-order-item-pricing strong{font-family:"Cormorant Garamond",serif;font-size:22px;color:#f6e7c3}
  .sb-order-item-eyebrow{margin-top:-6px;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
  .sb-order-item-copy{margin:0;font-size:13px;line-height:1.55;color:rgba(243,223,173,.62)}

  /* Quiz answers block per item */
  .sb-order-item-quiz{margin-top:8px;padding:16px;border-radius:16px;border:1px dashed rgba(214,179,106,.22);background:rgba(214,179,106,.04)}
  .sb-qp-kicker{display:block;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
  .sb-qp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .sb-qp-row{display:grid;gap:2px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.32);font-size:13px}
  .sb-qp-row.full{grid-column:1/-1}
  .sb-qp-row span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(243,223,173,.52)}
  .sb-qp-row strong{color:var(--cream);font-weight:600;font-size:14px}

  /* Summary */
  .sb-order-summary{max-width:520px;margin:auto;padding:24px 28px;border-radius:22px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96))}
  .sb-order-summary-title{margin:0 0 16px;font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:600;color:var(--gold2)}
  .sb-order-summary-rows{display:grid;gap:8px}
  .sb-order-summary-row{display:flex;justify-content:space-between;gap:14px;font-size:14px;color:rgba(243,223,173,.74);padding:8px 0}
  .sb-order-summary-row--discount{color:#9fe3b1}
  .sb-order-summary-row--discount span:last-child{font-weight:600}
  .sb-order-summary-row--total{padding-top:14px;margin-top:6px;border-top:1px solid rgba(214,179,106,.22);font-size:16px;color:var(--gold2)}
  .sb-order-summary-row--total strong{font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:600;color:var(--gold2)}

  /* Payment info (OP / bank transfer) */
  .sb-order-payment-card{max-width:720px;margin:auto;padding:28px;border-radius:26px;border:1px solid rgba(244,208,106,.34);background:linear-gradient(180deg,rgba(34,26,8,.88),rgba(0,0,0,.96));box-shadow:0 30px 90px rgba(0,0,0,.55)}
  .sb-order-payment-head{text-align:center;margin-bottom:20px}
  .sb-order-payment-head .eyebrow{color:#f4d06a;letter-spacing:.32em;text-transform:uppercase;font-size:11px}
  .sb-order-payment-head h3{margin:8px 0 6px;font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:600;color:var(--gold2)}
  .sb-order-payment-head p{margin:0;color:rgba(243,223,173,.74);font-size:14px;line-height:1.7}
  .sb-order-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px}
  .sb-order-payment-field{display:grid;gap:4px;padding:14px 16px;border-radius:14px;border:1px solid rgba(244,208,106,.20);background:rgba(0,0,0,.36)}
  .sb-order-payment-field--full{grid-column:1/-1}
  .sb-order-payment-field span{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:rgba(243,223,173,.52)}
  .sb-order-payment-field strong{color:var(--cream);font-size:15px;word-break:break-all}
  .sb-mono{font-family:ui-monospace,"SFMono-Regular",Menlo,monospace;letter-spacing:.04em}
  .sb-order-payment-hint{margin:14px 0 0;text-align:center;font-size:12px;color:rgba(243,223,173,.58)}

  /* Support: next steps + contact */
  .sb-order-support{max-width:920px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr;gap:18px}
  .sb-order-support-steps,.sb-order-support-contact{padding:24px;border-radius:22px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96))}
  .sb-order-support h3{margin:6px 0 14px;font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600;color:var(--gold2)}
  .sb-order-steps{margin:0;padding:0;list-style:none;display:grid;gap:10px;counter-reset:sb-step}
  .sb-order-steps li{position:relative;padding:12px 14px 12px 48px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(214,179,106,.10)}
  .sb-order-steps li::before{counter-increment:sb-step;content:"0" counter(sb-step);position:absolute;left:14px;top:50%;transform:translateY(-50%);font-family:"Cormorant Garamond",serif;font-size:20px;color:var(--gold);font-weight:600}
  .sb-order-steps li strong{display:block;color:var(--cream);font-size:14px;margin-bottom:2px}
  .sb-order-steps li span{color:rgba(243,223,173,.62);font-size:13px;line-height:1.55}
  .sb-order-contact-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
  .sb-order-contact-list li{display:grid;gap:2px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(214,179,106,.10)}
  .sb-order-contact-list li span{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(243,223,173,.52)}
  .sb-order-contact-list li a,.sb-order-contact-list li strong{color:var(--cream);font-size:14px;font-weight:600;text-decoration:none}
  .sb-order-contact-list li a:hover{color:var(--gold2)}

  /* Rating CTA */
  .sb-order-rating{max-width:920px;margin:auto;padding:24px 28px;border-radius:22px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96));display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
  .sb-order-rating .eyebrow{color:var(--gold);letter-spacing:.32em;text-transform:uppercase;font-size:11px}
  .sb-order-rating h3{margin:6px 0 4px;font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:600;color:var(--gold2)}
  .sb-order-rating p{margin:0;color:rgba(243,223,173,.66);font-size:13.5px;line-height:1.65;max-width:480px}

  /* --- Order detail: rating popup (gating Google reviews) --- */
  .sb-rating-modal{position:fixed;inset:0;z-index:1300;display:none;align-items:center;justify-content:center;padding:20px}
  .sb-rating-modal.show{display:flex}
  .sb-rating-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(14px)}
  .sb-rating-card{position:relative;width:min(520px,100%);border:1px solid rgba(214,179,106,.22);border-radius:28px;background:linear-gradient(180deg,#14110b,#050505);box-shadow:0 40px 120px rgba(0,0,0,.72);padding:34px 30px;text-align:center}
  .sb-rating-close{position:absolute;top:14px;right:18px;background:none;border:0;color:rgba(243,223,173,.6);font-size:28px;line-height:1;cursor:pointer;padding:4px}
  .sb-rating-close:hover{color:var(--gold2)}
  .sb-rating-card .eyebrow{color:var(--gold);letter-spacing:.32em;text-transform:uppercase;font-size:11px}
  .sb-rating-card h3{margin:8px 0 18px;font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:600;color:var(--gold2);line-height:1.2}
  .sb-rating-card p{margin:0 0 18px;color:rgba(243,223,173,.66);font-size:14px;line-height:1.65}
  .sb-rating-stars{display:inline-flex;gap:8px;margin-bottom:24px}
  .sb-rating-star{background:none;border:0;cursor:pointer;font-size:40px;line-height:1;color:rgba(243,223,173,.22);transition:color .12s ease,transform .12s ease;padding:0}
  .sb-rating-star:hover{transform:scale(1.08)}
  .sb-rating-star.is-on{color:var(--gold)}
  .sb-rating-feedback{text-align:left;margin:0 0 20px}
  .sb-rating-feedback label{display:block;margin-bottom:8px;color:rgba(243,223,173,.7);font-size:12px;letter-spacing:.04em}
  .sb-rating-feedback textarea{width:100%;resize:vertical;min-height:84px;padding:12px 14px;border-radius:14px;border:1px solid rgba(214,179,106,.26);background:rgba(0,0,0,.32);color:var(--gold2);font:inherit;font-size:14px;line-height:1.5}
  .sb-rating-feedback textarea:focus{outline:none;border-color:rgba(214,179,106,.55)}
  .sb-rating-feedback textarea::placeholder{color:rgba(243,223,173,.34)}
  .sb-rating-submit:disabled{opacity:.45;cursor:not-allowed}

  /* --- Order detail: confirmation status --- */
  .sb-order-confirm{max-width:720px;margin:auto;padding:22px 26px;border-radius:22px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96))}
  .sb-order-confirm--positive{border-color:rgba(159,227,177,.30)}
  .sb-order-confirm--failed{border-color:rgba(255,157,157,.34)}
  .sb-order-confirm--pending{border-color:rgba(244,208,106,.34)}
  .sb-order-confirm-head{display:flex;align-items:flex-start;gap:14px}
  .sb-order-confirm-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;margin-top:5px;background:var(--gold);box-shadow:0 0 14px rgba(214,179,106,.5)}
  .sb-order-confirm--positive .sb-order-confirm-dot{background:#9fe3b1;box-shadow:0 0 14px rgba(159,227,177,.5)}
  .sb-order-confirm--failed .sb-order-confirm-dot{background:#ff9d9d;box-shadow:0 0 14px rgba(255,157,157,.5)}
  .sb-order-confirm--pending .sb-order-confirm-dot{background:#f4d06a;box-shadow:0 0 14px rgba(244,208,106,.5)}
  .sb-order-confirm-head strong{display:block;color:var(--gold2);font-size:16px;font-weight:600}
  .sb-order-confirm-head p{margin:4px 0 0;color:rgba(243,223,173,.66);font-size:13.5px;line-height:1.6}
  .sb-order-confirm-action{margin-top:16px;padding-top:16px;border-top:1px solid rgba(214,179,106,.14)}
  .sb-order-confirm-action p{margin:0 0 12px;color:rgba(243,223,173,.66);font-size:13px;line-height:1.6}
  .sb-order-confirm-feedback{margin-top:10px;font-size:13px;color:#ff9d9d}

  /* --- Order detail: client data (nume ofuscat) --- */
  .sb-order-client{max-width:920px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .sb-order-client-col{padding:24px;border-radius:22px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96))}
  .sb-order-client-kicker{display:block;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
  .sb-order-client-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
  .sb-order-client-list li{display:grid;gap:3px;padding:11px 14px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(214,179,106,.10)}
  .sb-order-client-list li span{font-size:10px;letter-spacing:.20em;text-transform:uppercase;color:rgba(243,223,173,.50)}
  .sb-order-client-list li strong{color:var(--cream);font-size:14px;font-weight:600;word-break:break-word}

  /* --- Order detail: timeline --- */
  .sb-order-timeline{max-width:520px;margin:auto;padding:0;list-style:none;display:grid;gap:0}
  .sb-otl{position:relative;display:grid;grid-template-columns:24px 1fr;gap:16px;padding:0 0 24px 0}
  .sb-otl:last-child{padding-bottom:0}
  .sb-otl-marker{position:relative;width:14px;height:14px;border-radius:50%;margin-top:4px;justify-self:center;background:rgba(255,255,255,.10);border:2px solid rgba(255,255,255,.18)}
  .sb-otl:not(:last-child) .sb-otl-marker::after{content:"";position:absolute;left:50%;top:16px;transform:translateX(-50%);width:2px;height:calc(100% + 14px);background:rgba(255,255,255,.10)}
  .sb-otl--completed .sb-otl-marker{background:#9fe3b1;border-color:#9fe3b1}
  .sb-otl--completed:not(:last-child) .sb-otl-marker::after{background:rgba(159,227,177,.42)}
  .sb-otl--active .sb-otl-marker{background:var(--gold);border-color:var(--gold);box-shadow:0 0 0 5px rgba(214,179,106,.16)}
  .sb-otl--cancelled .sb-otl-marker{background:#ff9d9d;border-color:#ff9d9d}
  .sb-otl-body{display:grid;gap:3px;padding-bottom:2px}
  .sb-otl-body strong{color:rgba(243,223,173,.5);font-size:14px;font-weight:600}
  .sb-otl--completed .sb-otl-body strong{color:#bbe7c8}
  .sb-otl--active .sb-otl-body strong{color:var(--gold2);font-size:15px}
  .sb-otl--cancelled .sb-otl-body strong{color:#ff9d9d}
  .sb-otl-date{font-size:12px;color:rgba(243,223,173,.46)}
  .sb-otl-awb{font-size:12px;color:rgba(243,223,173,.62);margin-top:2px}
  .sb-otl-awb strong{color:var(--cream);font-size:12px}

  /* --- Order detail: messaging (pÃ„Æ’streazÃ„Æ’ hook-urile JS om-*) --- */
  .sb-order-messaging{max-width:720px;margin:auto;border-radius:22px;border:1px solid rgba(214,179,106,.20);background:linear-gradient(180deg,rgba(12,10,6,.94),rgba(0,0,0,.96));overflow:hidden}
  .sb-order-messaging-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:20px 24px;cursor:pointer}
  .sb-order-messaging-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
  .sb-order-messaging-title .eyebrow{color:var(--gold);letter-spacing:.28em;text-transform:uppercase;font-size:10px}
  .sb-order-messaging-title h3{margin:0;font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600;color:var(--gold2)}
  .om-chevron{color:rgba(243,223,173,.55);transition:transform .25s ease}
  .om-chevron--open{transform:rotate(180deg)}
  .sb-om-badge{padding:2px 9px;border-radius:999px;font-size:11px;font-weight:700;background:rgba(255,255,255,.08);color:rgba(243,223,173,.7)}
  .sb-om-badge--unread{background:#ff9d9d;color:#1a0a0a}
  .sb-order-messaging-body{padding:0 24px 22px}
  .sb-om-chat-wrap{background:rgba(0,0,0,.34);border:1px solid rgba(214,179,106,.12);border-radius:16px;padding:14px}
  .sb-om-chat{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}
  /* chat bubbles — client dreapta, operator stÃ¢nga */
  .om-msg{display:flex;width:100%}
  .om-msg--client{justify-content:flex-end}
  .om-msg--operator{justify-content:flex-start}
  .om-msg--system,.om-msg--error{justify-content:center}
  .om-msg__bubble{max-width:80%;padding:9px 13px;border-radius:16px;display:flex;flex-direction:column;gap:4px}
  .om-msg--operator .om-msg__bubble{background:rgba(255,255,255,.06);border:1px solid rgba(214,179,106,.16);border-bottom-left-radius:5px}
  .om-msg--client .om-msg__bubble{background:linear-gradient(180deg,rgba(214,179,106,.22),rgba(214,179,106,.12));border:1px solid rgba(214,179,106,.34);border-bottom-right-radius:5px}
  .om-msg__text{color:var(--cream);font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}
  .om-msg__time{font-size:10px;color:rgba(243,223,173,.45);align-self:flex-end}
  .om-msg--operator .om-msg__time{align-self:flex-start}
  .om-msg--system .om-msg__text{font-size:12px;font-style:italic;color:rgba(243,223,173,.6);text-align:center;background:rgba(0,0,0,.3);border:1px solid rgba(214,179,106,.1);border-radius:12px;padding:8px 14px;max-width:92%}
  .om-msg--error .om-msg__text{font-size:12px;color:#ff9d9d;text-align:center;background:rgba(255,157,157,.1);border:1px solid rgba(255,157,157,.25);border-radius:12px;padding:8px 14px}
  .sb-om-input-area{margin-top:12px}
  .sb-om-input{box-sizing:border-box;width:100%;border-radius:14px;border:1px solid rgba(214,179,106,.20);background:rgba(0,0,0,.36);color:var(--cream);padding:12px 14px;font-size:14px;font-family:inherit;resize:vertical}
  .sb-om-input:focus{outline:none;border-color:rgba(214,179,106,.42)}
  .sb-om-input-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}
  .sb-om-mute{background:transparent;border:none;color:rgba(243,223,173,.4);cursor:pointer;padding:6px;line-height:1}
  .sb-om-mute.is-muted .om-mute-icon--on{display:none}
  .sb-om-mute.is-muted .om-mute-icon--off{display:inline!important}

  /* --- Order detail: cancel request --- */
  .sb-order-cancel{max-width:560px;margin:auto;padding:24px 28px;border-radius:22px;border:1px solid rgba(255,157,157,.22);background:linear-gradient(180deg,rgba(20,10,10,.92),rgba(0,0,0,.96))}
  .sb-order-cancel .eyebrow{color:#ff9d9d;letter-spacing:.28em;text-transform:uppercase;font-size:10px}
  .sb-order-cancel h3{margin:8px 0 6px;font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:600;color:var(--gold2)}
  .sb-order-cancel p{margin:0 0 16px;color:rgba(243,223,173,.62);font-size:13px;line-height:1.6}
  .sb-order-cancel-select,.sb-order-cancel-textarea{box-sizing:border-box;width:100%;border-radius:14px;border:1px solid rgba(214,179,106,.20);background:rgba(0,0,0,.36);color:var(--cream);padding:12px 14px;font-size:14px;font-family:inherit;margin-bottom:10px}
  .sb-order-cancel-select:focus,.sb-order-cancel-textarea:focus{outline:none;border-color:rgba(255,157,157,.42)}
  .sb-order-cancel-textarea{resize:vertical}
  .sb-order-cancel-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px}
  .sb-order-cancel-feedback{font-size:13px}
  .sb-order-cancel-feedback--ok{color:#9fe3b1}
  .sb-order-cancel-feedback--error{color:#ff9d9d}

  @media(max-width:860px){
    .sb-order-item{grid-template-columns:1fr;gap:14px}
    .sb-order-item-media{max-width:280px;justify-self:start}
    .sb-qp-grid{grid-template-columns:1fr}
    .sb-order-support{grid-template-columns:1fr}
    .sb-order-payment-grid{grid-template-columns:1fr}
    .sb-order-rating{flex-direction:column;align-items:flex-start}
    .sb-order-client{grid-template-columns:1fr}
  }


  /* ==========================================================================
     RESPONSIVE Ã¢â‚¬â€ SECRET BOX v2 (homepage / shop / order pages)
     --------------------------------------------------------------------------
     Breakpoint strategy:
       Ã‚Â· Ã¢â€°Â¤ 1024px   Ã¢â‚¬â€ tabletÃ„Æ’ landscape (small desktop)
       Ã‚Â· Ã¢â€°Â¤ 768px    Ã¢â‚¬â€ tabletÃ„Æ’ portrait (start mobile)
       Ã‚Â· Ã¢â€°Â¤ 480px    Ã¢â‚¬â€ telefon mediu
       Ã‚Â· Ã¢â€°Â¤ 360px    Ã¢â‚¬â€ iPhone SE / telefon mic
     Toate utilizeazÃ„Æ’ `dvh` cu fallback la `vh` pentru bara browser-ului mobil.
     ========================================================================== */

  /* Mobile nav (hamburger + off-canvas, Ã¢â‚¬Å¾valid pentru toate modurile shell")
     Ã¢â€ â€™ mutat ÃƒÂ®n secret-box-base.css (standalone + @media 768px drawer). */


  /* ---------- TOPBAR Ã¢â‚¬â€ sticky pe mobil pentru toate paginile ---------- */
  @media(max-width:768px){
   /* Override la "FIRST PAGE CLEANUP" (body:not(.content-open) .topbar{display:none}).
      Pe mobil header-ul trebuie sÃ„Æ’ fie mereu prezent ca user-ul sÃ„Æ’ aibÃ„Æ’ acces la
      meniu/cart. Stilizarea generalÃ„Æ’ a topbar-ului sticky pe mobil
      (.topbar/.topbar-inner/.brand) e ÃƒÂ®n secret-box-base.css. */
   body:not(.content-open) .topbar{
    display:block!important;
   }

   /* Pe homepage, topbar-ul e plasat ÃƒÂ®n DOM DEASUPRA hero-duo (vezi
      shell.blade.php). Hero-duo are min-height:50dvh per panel = 100dvh
      total. Cu un topbar sticky de 64px ÃƒÂ®n flow, hero-duo va folosi
      `calc(100dvh - 64px)`/2 per panel ca sÃ„Æ’ ÃƒÂ®ncapÃ„Æ’ ÃƒÂ®n viewport-ul rÃ„Æ’mas. */
   body.sb-home .hero-duo{
    min-height:calc(100svh - 64px);
    min-height:calc(100dvh - 64px);
   }
   body.sb-home .hero-panel{
    min-height:calc((100svh - 64px) / 2)!important;
    min-height:calc((100dvh - 64px) / 2)!important;
    height:calc((100svh - 64px) / 2)!important;
    height:calc((100dvh - 64px) / 2)!important;
   }
  }
  @media(max-width:360px){
   /* Topbar la 360px (.topbar-inner/.brand/.nav-hamburger/.nav-btn--cart-mobile)
      Ã¢â€ â€™ secret-box-base.css. Aici rÃ„Æ’mÃƒÂ¢ne doar compensarea hero pentru topbar 58px. */
   body.sb-home .hero-duo{
    min-height:calc(100svh - 58px);
    min-height:calc(100dvh - 58px);
   }
   body.sb-home .hero-panel{
    min-height:calc((100svh - 58px) / 2)!important;
    min-height:calc((100dvh - 58px) / 2)!important;
    height:calc((100svh - 58px) / 2)!important;
    height:calc((100dvh - 58px) / 2)!important;
   }
  }


  /* AGE GATE Ã¢â‚¬â€ telefoane mici (@media 480px) Ã¢â€ â€™ mutat ÃƒÂ®n secret-box-base.css. */


  /* ---------- BUY-NOW-FIXED Ã¢â‚¬â€ safe-area iOS + reducere pe mobil mic ---------- */
  @media(max-width:480px){
   .buy-now-fixed{
    right:14px!important;
    bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;
    padding:12px 16px!important;
    font-size:12px!important;
    min-width:130px!important;
   }
   .buy-now-fixed .buy-sub{font-size:9px;margin-top:1px;}
  }


  /* ---------- HERO DUO Ã¢â‚¬â€ pe mobil: stack vertical + viewport-aware ---------- */
  @media(max-width:768px){
   .hero-duo{
    grid-template-columns:1fr;
    height:auto;
    min-height:100svh;
    min-height:100dvh;
   }
   .hero-panel{min-height:48svh;min-height:48dvh;height:auto;}
   .hero-center-logo{
    position:absolute!important;top:50%!important;left:0;right:0;
    transform:translateY(-50%)!important;
    height:auto;bottom:auto;
   }
   .logo-box{width:min(420px,calc(100% - 28px));padding:22px 20px;}
   .logo-box small{font-size:10px;letter-spacing:.32em;}
   .logo-box h1{font-size:clamp(38px,11vw,62px)!important;letter-spacing:.10em;}
   .logo-box p{font-size:13px;margin-top:12px;}
   .panel-content{
    left:18px!important;right:18px!important;
    bottom:clamp(28px,5vh,56px)!important;
    max-width:280px!important;
   }
   .panel-content h2{font-size:clamp(30px,7vw,44px)!important;letter-spacing:0!important;}
   .panel-content .kicker{font-size:9px!important;letter-spacing:.32em!important;margin-bottom:10px!important;}
   .discover-link{margin-top:14px!important;}
  }
  @media(max-width:480px){
   .hero-panel{min-height:44svh;min-height:44dvh;}
   .logo-box{padding:18px 16px;}
   .panel-content h2{font-size:clamp(26px,6.5vw,38px)!important;}
  }


  /* ---------- PRE-REVEAL FOOTER (Dior-style) Ã¢â‚¬â€ stack progresiv ---------- */
  @media(max-width:1024px){
   .pre-footer-shell{
    grid-template-columns:1fr 1fr!important;
    gap:30px!important;
    padding:28px 26px!important;
   }
   .footer-logo-mark{font-size:36px;}
   .country-row{grid-column:1 / -1!important;justify-self:start!important;margin-top:8px!important;}
  }
  @media(max-width:768px){
   .pre-reveal-footer{padding:22px 0 18px!important;}
   .pre-footer-shell{
    grid-template-columns:1fr!important;
    gap:24px!important;
    padding:24px 20px!important;
    min-height:auto!important;
   }
   .newsletter-form{margin-bottom:0;flex-direction:column;max-width:none;}
   .follow-row{margin-top:32px;}
   .newsletter-form input{height:48px;}
   .newsletter-form button{width:100%;height:48px;min-width:0;}
   .newsletter-title,.pre-footer-col h3{font-size:22px;margin-bottom:14px;}
   .pre-footer-col{gap:10px;}
   .pre-footer-link,.pre-footer-disclosure{font-size:13px;min-height:38px;}
   .footer-logo-mark{font-size:30px;padding-top:10px;}
   /* ANPC SAL / SOL badges Ã¢â‚¬â€ mobil: centrate, stivuite vertical, dimensiune
      identicÃ„Æ’ pentru ambele (stretched ca sÃ„Æ’ nu mai fie o variantÃ„Æ’ mai micÃ„Æ’
      Ãˆâ„¢i una mai latÃ„Æ’). */
   .anpc-badges{flex-direction:column;align-items:center;gap:10px;}
   .anpc-badge img{width:240px;height:54px;}
   .pre-footer-anpc-badges{align-items:center;}
   .pre-footer-anpc-badges .anpc-badge img{width:220px;height:50px;}
   .footer-anpc{flex-direction:column;align-items:center;gap:12px;}
   .footer-anpc .anpc-badge img{width:240px;height:54px;}
   /* AnulÃ„Æ’m border-bottom-ul vechi de la <a> generic ÃƒÂ®n footer pentru link-ul-imagine. */
   .footer-anpc a.anpc-badge{border-bottom:none;padding-bottom:0;}
  }


  /* =============================================================
     SHOP page (`/shop`) Ã¢â‚¬â€ intro, products, social, trust, FAQ, forms
     ============================================================= */

  /* Intro grid: 2-col Ã¢â€ â€™ 1-col cu media on top pe tablet Ãˆâ„¢i mai mic */
  @media(max-width:1024px){
   .intro-grid{gap:30px;}
   .intro-media{min-height:480px;}
  }
  @media(max-width:768px){
   .cinema-intro{padding-top:80px;}
   .intro-grid{grid-template-columns:1fr;gap:24px;}
   .intro-media{min-height:0;order:-1;border-radius:24px;}
   .intro-media picture{display:block;}
   .intro-media img{position:static;width:100%;height:auto;transform:none;}
   .intro-copy h2{font-size:clamp(34px,7vw,52px);}
   .intro-copy p{font-size:15px;line-height:1.85;}
   .intro-points{grid-template-columns:1fr;gap:10px;margin-top:24px;}
   .intro-point{padding:16px;min-height:auto;}
   .intro-point strong{font-size:22px;}
   .section{padding:64px 0!important;}
   .section-header{margin-bottom:34px;}
   .section-header h2{font-size:clamp(34px,8vw,52px);}
   .section-header p{font-size:15px;margin-top:14px;line-height:1.75;}
  }

  /* Products grid Ã¢â‚¬â€ adaugÃ„Æ’ breakpoint tabletÃ„Æ’ (2 coloane) */
  @media(max-width:1024px) and (min-width:769px){
   .products-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
  }
  @media(max-width:768px){
   .products-grid{grid-template-columns:1fr!important;gap:18px;}
   .product-body{padding:22px 18px!important;}
   .product-body h3{font-size:clamp(26px,6vw,34px)!important;}
   .price{font-size:clamp(32px,8vw,42px)!important;}
   .product-body p{font-size:14px;}
   .product-grid-upgraded{gap:16px!important;}
   .product-grid-upgraded .product-body{padding:24px 20px 22px!important;}
  }

  /* Quiz banner / product-steps Ã¢â‚¬â€ stack pe tablete Ãˆâ„¢i mobile */
  @media(max-width:1024px){
   .quiz-required-banner{grid-template-columns:1fr;gap:14px;text-align:left;}
   .product-steps{grid-template-columns:1fr 1fr;gap:10px;}
  }
  @media(max-width:480px){
   .product-steps{grid-template-columns:1fr;}
   .quiz-required-banner{padding:20px;border-radius:22px;}
   .quiz-required-banner strong{font-size:26px;}
  }

  /* Social grid */
  @media(max-width:1024px) and (min-width:769px){
   .social-grid{grid-template-columns:repeat(2,1fr);}
  }
  @media(max-width:768px){
   .social-grid{grid-template-columns:1fr!important;gap:16px;}
   .social-body{padding: 35px 18px 18px;}
  }

  /* Trust strip / Who / Ritual / Reviews */
  @media(max-width:1024px){
   .trust-strip{grid-template-columns:repeat(2,1fr);}
   .who-grid,.reviews-grid{grid-template-columns:repeat(2,1fr);}
   .ritual-grid{grid-template-columns:1fr;}
  }
  @media(max-width:600px){
   .trust-strip,.who-grid,.reviews-grid{grid-template-columns:1fr;}
   .trust-item,.who-card,.ritual-card,.review-card,.stock-card{padding:20px;border-radius:22px;}
   .who-card{min-height:auto;}
   .stock-number{font-size:48px;}
   .stock-row{grid-template-columns:1fr;}
  }

  /* FAQ */
  @media(max-width:768px){
   .faq-list{gap:10px;}
   details{border-radius:18px;}
   summary{padding:16px 18px;font-size:14px;}
   summary::after{font-size:18px;}
   details p{padding:0 18px 18px;font-size:14px;line-height:1.7;}
  }

  /* Forms (contact) */
  @media(max-width:768px){
   .forms-grid{grid-template-columns:1fr;gap:14px;}
   .form-card,.legal-card{padding:22px 20px;border-radius:24px;}
   .form-card h3,.legal-card h3{font-size:28px;}
   .field input,.field textarea,.field select{padding:13px 14px;border-radius:14px;font-size:15px;}
  }

  /* Curiosity / Feeling cards */
  @media(max-width:768px){
   .feeling-grid{grid-template-columns:1fr;gap:12px;}
   .feeling-card{padding:22px;min-height:auto;}
   .feeling-card strong{font-size:28px;}
   .curiosity-section{padding:64px 0 44px;}
   .quiz-intro-panel{padding:24px 20px;border-radius:24px;}
  }

  /* Newsletter premium */
  @media(max-width:768px){
   .newsletter-section{padding:60px 0!important;}
   .newsletter-premium{padding:32px 22px;border-radius:26px;}
   .newsletter-premium-form{grid-template-columns:1fr;gap:10px;}
   .newsletter-premium input{height:52px;border-radius:14px;font-size:15px;}
   .newsletter-premium button{height:52px;border-radius:14px;}
  }

  /* Mystery grid / Checkout modal (ÃƒÂ®n shop) */
  @media(max-width:768px){
   .mystery-grid{grid-template-columns:1fr;gap:14px;}
   .mystery-card{padding:24px 20px;border-radius:26px;}
   .mystery-card h3{font-size:30px;}
  }

  /* =============================================================
     SHOP Ã‚Â· SECTION CONTAINERS Ã¢â‚¬â€ uniform mobile gutter
     -------------------------------------------------------------
     Pe mobil toate secÃˆâ€ºiunile (.section .wrap, curiosity, topbar,
     newsletter, footer, legal nav) folosesc acelaÃˆâ„¢i offset orizontal
     (16px = calc(100%-32px)) ca sÃ„Æ’ nu mai vadÃ„Æ’ utilizatorul lÃ„Æ’Ãˆâ€ºimi
     diferite ÃƒÂ®ntre blocuri Ãˆâ„¢i sÃ„Æ’ nu mai iasÃ„Æ’ nimic ÃƒÂ®n afara ecranului. */
  @media(max-width:768px){
   .wrap,
   .curiosity-inner,
   .topbar-inner,
   .newsletter-premium,
   .legal-page-nav{
    width:min(1180px,calc(100% - 32px))!important;
    margin-left:auto!important;margin-right:auto!important;
   }
   /* Footer-ul .reveal-content > footer nu are .wrap Ã¢â‚¬â€ ÃƒÂ®i punem padding
      orizontal echivalent ca sÃ„Æ’ se alinieze cu restul secÃˆâ€ºiunilor. */
   .reveal-content > footer{padding-left:16px;padding-right:16px;padding-bottom:96px;}
   .footer-links{gap:10px;font-size:11px;}
   .footer-contact p,.footer-anpc{font-size:12px;}

   /* Newsletter heading prea mare default (clamp min 42px) Ã¢â‚¬â€ ÃƒÂ®l reducem
      ca sÃ„Æ’ nu mai forÃˆâ€ºeze panoul lat. */
   .newsletter-premium h2{font-size:clamp(28px,7vw,42px)!important;line-height:1;}

   /* Heading-uri mari (Cormorant) care, cu min-font-size hard-coded, riscÃ„Æ’
      sÃ„Æ’ nu mai ÃƒÂ®ncapÃ„Æ’. Reducem minimul, adÃ„Æ’ugÃ„Æ’m overflow-wrap (FÃ„â€šRÃ„â€š
      hyphens:auto Ã¢â‚¬â€ producea Ã¢â‚¬Å¾Potrivi-rea" inutil pe RO) Ãˆâ„¢i balance. */
   .quiz-intro-panel,
   .quiz-required-banner,
   .product-after-note,
   .newsletter-premium{
    box-sizing:border-box;
    max-width:100%;
   }
   .quiz-intro-panel{padding:22px 18px;}
   .quiz-intro-panel h3,
   .curiosity-inner h2,
   .section-header h2,
   .newsletter-premium h2{
    overflow-wrap:break-word;
    word-wrap:break-word;
    text-wrap:balance;
    max-width:100%;
   }
   .quiz-intro-panel h3{font-size:clamp(26px,6.8vw,40px);}
   .curiosity-inner h2{font-size:clamp(32px,8vw,56px);}
   .curiosity-inner p{font-size:15px;line-height:1.75;}

   /* Defense-in-depth: nimic nu trebuie sÃ„Æ’ creeze overflow orizontal pe
      conÃˆâ€ºinerele din paginÃ„Æ’ Ã¢â‚¬â€ long URLs / cuvinte foarte lungi se sparg. */
   .reveal-content,
   .reveal-content section,
   .reveal-content .wrap{max-width:100%;overflow-wrap:break-word;}
   .reveal-content img,
   .reveal-content video{max-width:100%;height:auto;}
  }

  @media(max-width:380px){
   /* Mobile foarte mic Ã¢â‚¬â€ reducem Ãˆâ„¢i mai mult heading-urile mari ca sÃ„Æ’ nu
      provoace overflow chiar Ãˆâ„¢i cu cuvinte gen Ã¢â‚¬Å¾compatibilitate". */
   .quiz-intro-panel h3{font-size:clamp(22px,6.4vw,30px);}
   .quiz-required-banner strong{font-size:22px;}
   .curiosity-inner h2{font-size:clamp(28px,7.6vw,44px);}
   .newsletter-premium h2{font-size:clamp(24px,6.6vw,34px)!important;}
  }


  /* =============================================================
     CART legacy (.sbcart-*) Ã¢â‚¬â€ full-screen pe mobil + safe-area
     ============================================================= */
  @media(max-width:768px){
   .sbcart{width:100vw!important;max-width:none!important;}
   .sbcart-header{padding:18px 18px 14px;}
   .sbcart-header h3{font-size:26px;}
   .sbcart-body{padding:14px 14px 16px;gap:10px;}
   /* Card compact: pozÃ„Æ’ micÃ„Æ’ + 2 rÃƒÂ¢nduri (nume/cantitate/toggle, apoi
      qty-controls + preÃˆâ€º). Meta-ul rÃ„Æ’mÃƒÂ¢ne ascuns pÃƒÂ¢nÃ„Æ’ la Ã¢â‚¬Å¾vezi configurare". */
   .sbcart-item{grid-template-columns:60px 1fr;gap:10px;padding:10px;border-radius:16px;}
   .sbcart-item-img,.sbcart-item img{width:60px;height:60px;border-radius:12px;}
   .sbcart-item-body{gap:6px;}
   .sbcart-item h4{font-size:15px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
   .sbcart-item-row{gap:8px;}
   .sbcart-item-row--top{flex-wrap:nowrap;}
   .sbcart-item-qty-pill{padding:2px 7px;font-size:11px;}
   .sbcart-item-toggle{padding:3px 9px;font-size:10px;}
   .sbcart-item-price{font-size:14px;}
   .sbcart-qty{padding:3px 5px;gap:6px;}
   .sbcart-qty button{width:24px;height:24px;font-size:14px;}
   .sbcart-qty>span{min-width:14px;text-align:center;font-size:13px;}
   .sbcart-item-meta{padding:8px 10px;font-size:11px;gap:3px;}
   .sbcart-item-actions{padding-top:2px;}
   .sbcart-remove{font-size:11px;}
   .sbcart-footer{padding:16px 18px calc(20px + env(safe-area-inset-bottom,0px));}
   .sbcart-actions{display:grid;gap:8px;}
   .sbcart-actions .btn{width:100%;justify-content:center;}
  }


  /* NotÃ„Æ’: regulile mobile pentru .sbq-* sunt acum consolidate ÃƒÂ®n blocul
     @media(max-width:980px) de mai sus (home.css:~1482). Nu mai duplicÃ„Æ’m aici. */


  /* =============================================================
     ORDER pages (success + detail) Ã¢â‚¬â€ mobile cleanup
     ============================================================= */
  @media(max-width:768px){
   .sb-order-hero{padding:64px 0 24px;}
   .sb-order-hero h1{font-size:clamp(34px,8vw,52px);}
   .sb-order-hero-number{padding:12px 18px;}
   .sb-order-hero-number strong{font-size:22px;}
   .sb-order-section{padding:20px 0;}
   .sb-order-section-header h2{font-size:clamp(24px,6vw,32px);}

   .sb-order-item{padding:18px;border-radius:20px;}
   .sb-order-item-media{max-width:100%;}
   .sb-order-item-topline{flex-direction:column;align-items:flex-start;gap:8px;}
   .sb-order-item-pricing{align-items:flex-start;flex-direction:row;gap:10px;}
   .sb-order-item-pricing strong{font-size:20px;}

   .sb-order-summary{padding:20px 22px;}
   .sb-order-summary-title{font-size:22px;margin-bottom:14px;}
   .sb-order-summary-row--total{font-size:15px;}
   .sb-order-summary-row--total strong{font-size:22px;}

   .sb-order-payment-card{padding:22px 20px;border-radius:22px;}
   .sb-order-payment-head h3{font-size:22px;}
   .sb-order-payment-grid{grid-template-columns:1fr;gap:8px;}

   .sb-order-support{gap:14px;}
   .sb-order-support-steps,.sb-order-support-contact{padding:20px;border-radius:20px;}
   .sb-order-support h3{font-size:20px;}
   .sb-order-steps li{padding:10px 12px 10px 44px;}

   .sb-order-rating{padding:20px 22px;flex-direction:column;align-items:flex-start;gap:14px;}
   .sb-order-rating h3{font-size:22px;}
   .sb-order-rating .btn{width:100%;justify-content:center;}

   .sb-order-confirm{padding:20px 22px;}
   .sb-order-client-col{padding:20px;border-radius:20px;}
   .sb-order-client-list li{padding:10px 12px;}

   /* Timeline: simplificare spacing */
   .sb-order-timeline{padding:0 4px;}
   .sb-otl{padding-bottom:20px;}

   /* Messaging: full-bleed + input mai mare */
   .sb-order-messaging-head{padding:18px 20px;gap:10px;}
   .sb-order-messaging-title h3{font-size:18px;}
   .sb-order-messaging-body{padding:0 20px 18px;}
   .sb-om-chat{max-height:280px;}
   .sb-om-input{padding:12px 14px;font-size:15px;}
   .sb-om-input-row{flex-direction:column;align-items:stretch;gap:10px;}
   .sb-om-input-row .btn{width:100%;justify-content:center;}

   .sb-order-cancel{padding:20px 22px;border-radius:20px;}
   .sb-order-cancel h3{font-size:22px;}
   .sb-order-cancel-actions{flex-direction:column;align-items:stretch;}
   .sb-order-cancel-actions .btn{width:100%;justify-content:center;}

   .sb-qp-grid{grid-template-columns:1fr!important;}
  }
  @media(max-width:480px){
   .sb-order-hero{padding:46px 0 18px;}
   .sb-order-item{padding:16px;}
   .sb-order-item-pricing{flex-direction:column;align-items:flex-start;gap:2px;}
   .sb-order-payment-card{padding:20px 18px;}
   .sb-order-summary{padding:18px 18px;}
  }


  /* =============================================================
     WRAP container Ã¢â‚¬â€ pe mobil mic, pÃ„Æ’strÃ„Æ’m acelaÃˆâ„¢i gutter ca ÃƒÂ®n
     blocul Ã¢â‚¬Å¾SHOP Ã‚Â· SECTION CONTAINERS" (calc(100% - 32px)) ca sÃ„Æ’
     nu mai existe o lÃ„Æ’Ãˆâ€ºime Ã¢â‚¬Å¾specialÃ„Æ’" doar pe sub 480px.
     ============================================================= */
  @media(max-width:480px){
   .wrap{width:min(1180px,calc(100% - 32px));}
   .pre-footer-shell{padding:22px 18px!important;}
  }
  /* === END Ã‚Â· RESPONSIVE v2 ================================================ */


  /* ==========================================================================
     HOMEPAGE Ã‚Â· DIOR-STYLE IMMERSIVE CARDS (mobile)
     --------------------------------------------------------------------------
     Pe ecrane sub 768px, fiecare hero-panel devine o secÃˆâ€ºiune full-bleed
     stil Dior:
       Ã‚Â· imagine de fundal pe tot cardul
       Ã‚Â· brand "SECRET BOX" pin la top pe primul card
       Ã‚Â· titlu (ex. "Un moment.") centrat orizontal, ÃƒÂ®n treimea de jos
       Ã‚Â· "DescoperÃ„Æ’" sub titlu, underline gold subÃˆâ€ºire (Dior "Shop now")
     Cardurile sunt ÃƒÂ®nalte (Ã¢â€°Ë†80dvh) ca sÃ„Æ’ fie clar cÃ„Æ’ user-ul deruleazÃ„Æ’ pe
     verticalÃ„Æ’ pentru a vedea urmÃ„Æ’toarea categorie.
     ========================================================================== */
  @media (max-width: 768px){
    /* Hero-duo: stack pe verticalÃ„Æ’, gap 0 */
    body.sb-home .hero-duo{
      grid-template-columns:1fr;
      height:auto;
      min-height:0;
      gap:0;
    }
    body.sb-home .hero-panel{
      min-height:50svh;
      min-height:50dvh;
      height:50svh;
      height:50dvh;
    }
    /* Imagine acoperÃ„Æ’ tot cardul, cu un gradient mai puternic jos pentru lizibilitate */
    body.sb-home .hero-panel::before{
      background:
        linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.04) 28%,rgba(0,0,0,.32) 62%,rgba(0,0,0,.72) 100%)!important;
    }
    /* DezactivÃ„Æ’m blur-ul de hover pe touch Ã¢â‚¬â€ degetul nu face hover */
    body.sb-home .hero-duo:hover .hero-panel:not(:hover) .hero-video{
      filter:brightness(.92) contrast(1.03) saturate(.98)!important;
      transform:scale(1.018)!important;
    }
    body.sb-home .hero-duo:hover .hero-panel:not(:hover)::before{
      background:
        linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.04) 28%,rgba(0,0,0,.32) 62%,rgba(0,0,0,.72) 100%)!important;
    }

    /* Brand "SECRET BOX" Ã¢â€ â€™ barÃ„Æ’ minimalÃ„Æ’ pin la top pe primul card.
       La 50dvh per panel, brand-ul rÃ„Æ’mÃƒÂ¢ne sus pe primul panel (nu peste ambele). */
    body.sb-home .hero-center-logo{
      position:absolute!important;
      top:14px!important;
      left:0!important;right:0!important;
      bottom:auto!important;
      transform:none!important;
      height:auto;
      display:flex;
      align-items:flex-start;
      justify-content:center;
      pointer-events:none;
      z-index:14;
    }
    body.sb-home .logo-box{
      width:auto!important;
      padding:6px 18px!important;
      background:transparent!important;
      border:0!important;
      box-shadow:none!important;
      backdrop-filter:none!important;
      pointer-events:auto;
      text-align:center;
    }
    body.sb-home .logo-box:hover{transform:none;}
    body.sb-home .logo-box small{
      font-size:9px!important;
      letter-spacing:.34em!important;
      margin-bottom:4px!important;
      color:rgba(243,223,173,.72)!important;
      text-shadow:0 2px 10px rgba(0,0,0,.7);
    }
    body.sb-home .logo-box h1{
      font-size:18px!important;
      letter-spacing:.34em!important;
      line-height:1!important;
      font-family:"Cormorant Garamond",serif!important;
      font-weight:600!important;
      color:#f3dfad!important;
      text-shadow:0 2px 14px rgba(0,0,0,.72)!important;
      margin:0!important;
    }
    body.sb-home .logo-box p{display:none!important;}

    /* ConÃˆâ€ºinut panel Ã¢â‚¬â€ centrat orizontal, ÃƒÂ®n treimea de jos.
       La 50dvh per panel, lÃ„Æ’sÃ„Æ’m mai puÃˆâ€ºin spaÃˆâ€ºiu jos ca sÃ„Æ’ nu se atingÃ„Æ’ marginile. */
    body.sb-home .hero-duo .panel-content,
    body.sb-home .hero-panel.left .panel-content,
    body.sb-home .hero-panel.right .panel-content{
      left:50%!important;
      right:auto!important;
      bottom:clamp(24px,4vh,48px)!important;
      transform:translateX(-50%);
      width:min(420px,calc(100% - 36px));
      max-width:none!important;
      text-align:center!important;
      padding:0;
    }
    body.sb-home .hero-panel.right .panel-content p{margin-left:auto;margin-right:auto;}

    /* Kicker (ÃƒÅ½N DOI / SOLO) */
    body.sb-home .hero-duo .panel-content .kicker{
      display:block!important;
      font-size:10px!important;
      letter-spacing:.42em!important;
      color:rgba(243,223,173,.85)!important;
      text-transform:uppercase!important;
      margin:0 0 14px!important;
      text-shadow:0 2px 12px rgba(0,0,0,.5);
    }

    /* Titlu Ã¢â‚¬â€ Cormorant, alb cald, uÃˆâ„¢or responsive */
    body.sb-home .hero-duo .panel-content h2{
      font-size:clamp(36px,9vw,54px)!important;
      font-family:"Cormorant Garamond",serif!important;
      font-weight:500!important;
      color:#fff!important;
      letter-spacing:.01em!important;
      line-height:1.04!important;
      margin:0!important;
      text-shadow:0 12px 36px rgba(0,0,0,.62)!important;
    }

    /* DescoperÃ„Æ’ Ã¢â‚¬â€ pill canonic .nav-btn.nav-buy; aici doar sizing-ul hero. */
    body.sb-home .hero-duo .discover-link{
      margin-top:22px!important;
      min-height:46px!important;
      padding:0 22px!important;
    }
    body.sb-home .hero-duo .discover-link::after{display:none!important;}

    /* EtichetÃ„Æ’ verticalÃ„Æ’ opÃˆâ€ºionalÃ„Æ’ "SECRET BOX" la mijlocul cardului de jos
       (decor stil Dior "BACKSTAGE"). La 50dvh, o punem pe `.right` ca sÃ„Æ’ fie
       pe panoul de jos Ãˆâ„¢i sÃ„Æ’ nu se ciocneascÃ„Æ’ cu brand-ul de pe `.left`. */
    body.sb-home .hero-panel.right::after{
      content:"SECRET BOX";
      position:absolute;
      left:6px;
      top:50%;
      transform:translateY(-50%) rotate(-90deg);
      transform-origin:left center;
      z-index:11;
      pointer-events:none;
      color:rgba(243,223,173,.28);
      font-family:"Cormorant Garamond",serif;
      font-size:11px;
      letter-spacing:.5em;
      text-transform:uppercase;
      text-shadow:0 2px 8px rgba(0,0,0,.5);
      white-space:nowrap;
    }

    /* Hero-legal: doar pe ultimul panel (`right`) Ãˆâ„¢i mai discret */
    body.sb-home .hero-legal{
      position:relative;
      background:#000;
      padding:14px 14px;
      font-size:9px;
      letter-spacing:.12em;
    }
  }

  /* Phone-mic (Ã¢â€°Â¤380px) Ã¢â‚¬â€ ajustÃ„Æ’ri fine pentru lizibilitate.
     PÃ„Æ’strÃ„Æ’m tot 50dvh per panel (ÃƒÂ®mpreunÃ„Æ’ fac 100dvh / 100vh). */
    @media (max-width: 380px){
    body.sb-home .logo-box h1{font-size:17px!important;letter-spacing:.30em!important;}
    body.sb-home .hero-duo .panel-content h2{font-size:clamp(28px,8vw,40px)!important;}
    body.sb-home .hero-duo .panel-content .kicker{font-size:9px!important;}
    body.sb-home .hero-duo .panel-content{bottom:clamp(18px,3.5vh,38px)!important;}
  }
  /* === END Ã‚Â· DIOR IMMERSIVE CARDS ========================================== */

  /* ===== SECRET BOX Ã‚Â· Reskin carduri produs (mockup v0.3) Ã¢â‚¬â€ DESKTOP =========
     Badge centrat pe imagine Ã‚Â· eyebrow Ã‚Â· divider cu romb Ã‚Â· titlu serif mare Ã‚Â·
     subtitle Ã‚Â· benefits (icon mask + text) Ã‚Â· accordion cu linia highlight.
     Mobile (Ã¢â€°Â¤768px) pÃ„Æ’streazÃ„Æ’ split-row-ul compact Ã¢â‚¬â€ vezi blocul de mai jos,
     unde elementele noi sunt re-stilizate compact sub split-row. */
  /* Body fÃ„Æ’rÃ„Æ’ padding (text-zonele ÃƒÂ®Ãˆâ„¢i pun propriul padding) + umple cardul
     pe verticalÃ„Æ’: grid-ul ÃƒÂ®ntinde toate cardurile la aceeaÃˆâ„¢i ÃƒÂ®nÃ„Æ’lÃˆâ€ºime
     (align-items:stretch), body-ul creÃˆâ„¢te (flex:1). SpaÃˆâ€ºiul liber e absorbit
     de .product-card-desc (flex:1 + space-between), care distribuie ÃƒÂ®ntre
     subtitle (sus) Ãˆâ„¢i benefits (jos): cÃƒÂ¢nd subtitle e mai scurt, spaÃˆâ€ºiul
     se duce dupÃ„Æ’ el, iar benefits + foot rÃ„Æ’mÃƒÂ¢n aliniate jos pe toate cardurile. */
  .product-grid-upgraded .product-body{padding:0!important;flex:1 1 auto!important}
  /* Imagine full-bleed sus + overlay gradient (ca .card-image din mockup) */
  .product-grid-upgraded .product-media{border-bottom:none!important}
  .product-grid-upgraded .product-media::after{
   content:"";
   position:absolute;
   inset:0;
   pointer-events:none;
   background:linear-gradient(to bottom,rgba(0,0,0,.04),rgba(0,0,0,.18) 68%,rgba(5,5,5,.96));
  }
  /* Badge centrat sus (din DB `tag`) */
  .product-grid-upgraded .product-media .tag{
   top:22px;
   left:50%;
   right:auto;
   transform:translateX(-50%);
   max-width:80%;
   white-space:nowrap;
   padding:10px 22px;
   border-radius:999px;
   border:1px solid rgba(245,216,142,.6);
   background:rgba(0,0,0,.72);
   color:#f5d88e;
   font-size:11px;
   font-weight:800;
   letter-spacing:.2em;
   text-transform:uppercase;
  }
  .product-grid-upgraded .product-card.featured .product-media .tag{
   background: linear-gradient(135deg, #d7a844, #d7a844, #8b5a1d);
   border:none;
   color:#080808;
  }
  /* Pseudo-badge "Recomandat" din colÃˆâ€º Ã¢â€ â€™ ascuns (ÃƒÂ®nlocuit de tag-ul centrat) */
  .product-grid-upgraded .product-card.featured::after{display:none!important}
  /* Zona head centratÃ„Æ’: eyebrow Ã‚Â· divider Ã‚Â· titlu Ã‚Â· preÃˆâ€º */
  .product-grid-upgraded .product-card-head{
   padding: 18px 34px 0;
   text-align:center;
  }
  .product-eyebrow{
   color:#f5d88e;
   text-transform:uppercase;
   letter-spacing:.24em;
   font-size:12px;
   font-weight:800;
   margin:0 0 14px;
  }
  .product-divider{
   width:90px;
   height:1px;
   margin:0 auto 22px;
   position:relative;
   background:linear-gradient(90deg,transparent,var(--gold),transparent);
  }
  .product-divider::after{
   content:"";
   width:8px;
   height:8px;
   background:var(--gold);
   position:absolute;
   left:50%;
   top:50%;
   transform:translate(-50%,-50%) rotate(45deg);
  }
  .product-grid-upgraded .product-card-head h3{
   font-family:"Cormorant Garamond",serif;
   font-weight:500;
   font-size: 46px!important;
   line-height:1!important;
   color:#f6e7be;
   margin: 0 0 10px!important;
  }
  /* Badge "X-Y produse..." Ã®ntre titlu È™i preÈ› (din DB: card_meta.count_badge).
     Pill gold gradient + icon gift mask + text uppercase dark. */
  .product-count-badge{
   display:inline-flex;
   align-items:center;
   gap:10px;
   padding: 7px 10px;
   margin: 0 auto 16px;
   border-radius: 999px;
   border:1px solid rgba(0,0,0,.35);
   color:#1a1208;
   font-family:"Inter","Helvetica Neue",sans-serif;
   font-size: 9px;
   font-weight:700;
   letter-spacing:.18em;
   text-transform:uppercase;
   line-height:1;
   white-space:nowrap;
   max-width:100%;
   background: linear-gradient(135deg, #d7a844, #d7a844, #8b5a1d);
  }
  .product-count-badge-icon{
   width:16px;
   height:16px;
   flex:none;
   display:inline-block;
   background-color:#1a1208;
   -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
   -webkit-mask-position:center;mask-position:center;
   -webkit-mask-size:contain;mask-size:contain;
   -webkit-mask-image:url(../img/icons/gift.svg);
   mask-image:url(../img/icons/gift.svg);
  }
  .product-grid-upgraded .product-card-head .price{
   font-family:"Cormorant Garamond",serif;
   font-size: clamp(44px,3.6vw,46px)!important;
   margin:0!important;
   line-height:1!important;
  }
  /* Zona desc: subtitle (centrat) + benefits (icon + text, aliniate stÃƒÂ¢nga) */
  .product-grid-upgraded .product-card-desc{
   padding:18px 34px 0;
   border-top:none;
   display:flex;
   flex-direction:column;
   flex:1 1 auto;
   justify-content:space-between;
   min-height:155px; /* egalizeazÃ„Æ’ ÃƒÂ®nÃ„Æ’lÃˆâ€ºimea cardurilor (align-items:start rÃ„Æ’mÃƒÂ¢ne, deci Ã¢â‚¬Å¾DescoperÃ„Æ’" creÃˆâ„¢te local). CalibreazÃ„Æ’ la cel mai ÃƒÂ®nalt card. */
  }
  .product-subtitle{
   color:#f5d88e;
   text-transform:uppercase;
   letter-spacing:.12em;
   font-size:13px;
   line-height:1.8;
   text-align:center;
   margin: 0 0 15px!important;
  }
  .product-benefits{
   display:grid;
   gap: 7px;
   text-align:left;
   margin:0;
  }
  .product-benefit{
   display:grid;
   grid-template-columns:30px 1fr;
   gap:14px;
   align-items:start;
  }
  .product-benefit p{
   color:var(--text);
   font-size: 12px;
   line-height:1.55;
   margin:0;
  }
  .benefit-icon{
   width:24px;
   height:24px;
   flex:none;
   display:inline-block;
   margin-top:1px;
   background-color:var(--gold);
   -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
   -webkit-mask-position:center;mask-position:center;
   -webkit-mask-size:contain;mask-size:contain;
  }
  .benefit-icon--gift{-webkit-mask-image:url(../img/icons/gift.svg);mask-image:url(../img/icons/gift.svg)}
  .benefit-icon--shield{-webkit-mask-image:url(../img/icons/shield.svg);mask-image:url(../img/icons/shield.svg)}
  .benefit-icon--heart{-webkit-mask-image:url(../img/icons/heart.svg);mask-image:url(../img/icons/heart.svg)}
  .benefit-icon--diamond{-webkit-mask-image:url(../img/icons/diamond.svg);mask-image:url(../img/icons/diamond.svg)}
  .benefit-icon--lock{-webkit-mask-image:url(../img/icons/lock.svg);mask-image:url(../img/icons/lock.svg)}
  .benefit-icon--star{-webkit-mask-image:url(../img/icons/star.svg);mask-image:url(../img/icons/star.svg)}
  .benefit-icon--crown{-webkit-mask-image:url(../img/icons/crown.svg);mask-image:url(../img/icons/crown.svg)}
  .benefit-icon--flame{-webkit-mask-image:url(../img/icons/flame.svg);mask-image:url(../img/icons/flame.svg)}
  /* Zona foot: accordion + buton + note */
  .product-grid-upgraded .product-card-foot{
   padding: 15px 34px 30px;
  }
  /* Linia highlight italicÃ„Æ’ din accordion (din DB `details_highlight`) */
  .product-detail-highlight{
   color:#f5d88e!important;
   font-family:"Cormorant Garamond",serif;
   font-style:italic;
   text-align:center;
   font-size:18px!important;
   margin-top:14px!important;
  }
  /* CTA card produs = butonul STANDARD (.btn.btn-primary) Ã¢â‚¬â€ fÃ„Æ’rÃ„Æ’ reskin propriu.
     Skin-ul vine din secret-box-base.css; aici doar layout-ul (width/margin, mai jos). */
  /* Indicator accordion = sÃ„Æ’geatÃ„Æ’ chevron-down (ca ÃƒÂ®n mockup), rotitÃ„Æ’ la open */
  .product-grid-upgraded .product-details summary::after{
   content:""!important;
   width:18px;
   height:18px;
   flex:none;
   background-color:#d6b36a;
   -webkit-mask:url(../img/icons/chevron-down.svg) center/contain no-repeat;
   mask:url(../img/icons/chevron-down.svg) center/contain no-repeat;
   transition:transform .3s ease;
  }
  .product-grid-upgraded .product-details[open] summary::after{
   content:""!important;
   transform:rotate(180deg);
  }

  /* ===== Trust-row (4 garanÃˆâ€ºii) sub carduri Ã¢â‚¬â€ design v0.3 ===== */
  .products-trust-row{
   max-width:1300px;
   margin:54px auto 0;
   padding-top:34px;
   border-top:1px solid rgba(214,179,106,.18);
   display:grid;
   grid-template-columns:repeat(4,1fr);
   gap:24px;
  }
  .products-trust{
   display:grid;
   grid-template-columns:38px 1fr;
   gap:16px;
   align-items:start;
   text-align:left;
  }
  .products-trust-icon{
   width:34px;
   height:34px;
   flex:none;
   display:inline-block;
   margin-top:2px;
   background-color:var(--gold);
   -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
   -webkit-mask-position:center;mask-position:center;
   -webkit-mask-size:contain;mask-size:contain;
  }
  .products-trust-icon--lock-keyhole{-webkit-mask-image:url(../img/icons/lock-keyhole.svg);mask-image:url(../img/icons/lock-keyhole.svg)}
  .products-trust-icon--shield-check{-webkit-mask-image:url(../img/icons/shield-check.svg);mask-image:url(../img/icons/shield-check.svg)}
  .products-trust-icon--truck{-webkit-mask-image:url(../img/icons/truck.svg);mask-image:url(../img/icons/truck.svg)}
  .products-trust-icon--badge-check{-webkit-mask-image:url(../img/icons/badge-check.svg);mask-image:url(../img/icons/badge-check.svg)}
  .products-trust strong{
   display:block;
   color:#f5d88e;
   text-transform:uppercase;
   letter-spacing:.14em;
   font-size:13px;
   margin-bottom:6px;
  }
  .products-trust span{
   color:var(--muted);
   font-size:14px;
   line-height:1.5;
  }
  @media(max-width:900px){
   .products-trust-row{grid-template-columns:1fr 1fr;gap:20px}
  }
  @media(max-width:520px){
   .products-trust-row{grid-template-columns:1fr;margin-top:34px;padding-top:26px}
  }

  /* ===== Bottom-banner (.product-after-note re-stilizat) Ã¢â‚¬â€ design v0.3 =====
     Fundalul rÃ„Æ’mÃƒÂ¢ne gradientul dark forÃˆâ€ºat de `body.sb-shop .product-after-note`
     (!important); aici suprascriem textul/border/font ca ÃƒÂ®n mockup. */
  .product-after-note{
   width:min(820px,100%);
   margin:36px auto 0;
   color:#f5d88e;
   border-color:rgba(214,179,106,.28);
   font-family:"Cormorant Garamond",serif;
   font-size:21px;
   line-height:1.5;
  }
  /* === END Ã‚Â· reskin carduri produs desktop ================================= */

  /* ===== SECRET BOX Ã‚Â· Compact mobile product card (vertical layout) =====
     Pe mobile (Ã¢â€°Â¤768px) cardul pÃ„Æ’streazÃ„Æ’ structura verticalÃ„Æ’ de pe desktop
     (imagine sus Ã¢â€ â€™ head: eyebrow/divider/titlu/preÃˆâ€º Ã¢â€ â€™ desc: subtitle/benefits
     Ã¢â€ â€™ foot: details/buton/feeling), dar compactatÃ„Æ’: imagine 3/2 (mai scurtÃ„Æ’),
     fonturi mai mici Ãˆâ„¢i spaÃˆâ€ºii strÃƒÂ¢nse, ca sÃ„Æ’ intre sub un viewport de mobil. */
  @media(max-width:768px){
   .product-grid-upgraded .product-card{
    border-radius:22px!important;
   }
   /* Vertical ca pe desktop (imagine sus Ã¢â€ â€™ head Ã¢â€ â€™ desc Ã¢â€ â€™ foot), dar compact.
      AnulÃ„Æ’m split-row-ul vechi: body redevine flex column, main redevine block. */
   .product-grid-upgraded .product-body{
    display:flex!important;
    flex-direction:column;
   }
   .product-grid-upgraded .product-card-main{
    display:block!important;
   }
   /* Imagine sus, full-width, format 3/2 (mai scurtÃ„Æ’ decÃƒÂ¢t desktop 4/5) */
   .product-grid-upgraded .product-media{
    aspect-ratio:3/2!important;
    border-right:none!important;
    border-bottom:1px solid rgba(214,179,106,.18)!important;
   }
   /* Badge centrat sus pe imagine (ca pe desktop) */
   .product-grid-upgraded .product-media .tag{
    top:10px;
    left:50%;
    right:auto;
    transform:translateX(-50%);
    padding:5px 10px;
    font-size:9px;
    letter-spacing:.12em;
   }
   /* Head: eyebrow + divider + titlu + preÃˆâ€º, centrat ca pe desktop, compact */
   .product-grid-upgraded .product-card-head{
    display:block;
    text-align:center;
    padding:12px 16px 0;
   }
   .product-grid-upgraded .product-card-head .product-eyebrow{
    margin:0 0 4px!important;
    font-size:10px;
    letter-spacing:.18em;
   }
   .product-grid-upgraded .product-card-head .product-divider{
    margin:6px auto!important;
   }
   .product-grid-upgraded .product-card-head h3{
    font-size: clamp(24px,8vw,30px)!important;
    line-height:1.05!important;
    margin:0!important;
   }
   .product-grid-upgraded .product-card-head .product-count-badge{
    margin:8px auto!important;
    padding:6px 14px;
    font-size:10px;
    letter-spacing:.14em;
    gap:7px;
   }
   .product-grid-upgraded .product-card-head .product-count-badge-icon{
    width:13px;
    height:13px;
   }
   .product-grid-upgraded .product-card-head .price{
    font-size: clamp(26px,9vw,36px)!important;
    margin:4px 0 0!important;
    line-height:1!important;
   }
   /* Desc: subtitle + benefits, spaÃˆâ€ºii mici */
   .product-grid-upgraded .product-card-desc{
    padding:12px 18px 0;
    border-top:none;
    min-height:auto; /* fÃ„Æ’rÃ„Æ’ ÃƒÂ®nÃ„Æ’lÃˆâ€ºime forÃˆâ€ºatÃ„Æ’ pe mobil (cardurile se stivuiesc) */
   }
   .product-grid-upgraded .product-card-desc .product-subtitle{
    font-size:12px!important;
    line-height:1.45;
    letter-spacing:.06em;
    margin:0 0 10px!important;
   }
   .product-grid-upgraded .product-card-desc .product-benefits{
    gap:8px;
   }
   .product-grid-upgraded .product-card-desc .product-benefit{
    grid-template-columns:18px 1fr;
    gap:9px;
   }
   .product-grid-upgraded .product-card-desc .product-benefit p{
    font-size:12.5px;
    line-height:1.4;
   }
   .product-grid-upgraded .product-card-desc .benefit-icon{
    width:16px;
    height:16px;
   }
   /* Foot: details + buton + feeling, compact */
   .product-grid-upgraded .product-card-foot{
    padding:12px 18px 16px;
    display:flex;
    flex-direction:column;
   }
   .product-grid-upgraded .product-details{
    margin:0 0 10px!important;
    border-radius:14px!important;
   }
   .product-grid-upgraded .product-details summary{
    padding:10px 14px!important;
    font-size:11px!important;
    letter-spacing:.12em!important;
   }
   .product-grid-upgraded .product-details summary::after{font-size:16px!important}
   .product-grid-upgraded .product-detail-story{
    padding:12px 14px 14px;
    font-size:13px;
   }
   .product-grid-upgraded .product-detail-story .product-detail-highlight{
    font-size:15px!important;
    margin-top:10px!important;
   }
   .product-grid-upgraded .product-details .product-cta-note{
    display:flex!important;
    margin:12px 0 0!important;
    gap:6px;
   }
   .product-grid-upgraded .product-details .product-cta-note span{
    padding:5px 8px;
    font-size:11px;
   }
   .product-grid-upgraded .product-details .mystery-disclaimer{
    margin:12px 0 0!important;
    padding:10px 12px!important;
    font-size:12px!important;
    border-radius:14px!important;
   }
   /* Buton + feeling */
   .product-grid-upgraded .product-card .btn.btn-primary{
    min-height:46px!important;
    font-size:13px!important;
    padding:12px 18px!important;
    margin-top:0!important;
   }
   .product-grid-upgraded .product-feeling{
    margin:8px 0 0!important;
    font-size:11px;
   }
   /* Ascunde badge-ul auriu "Recomandat" din colÃˆâ€ºul featured pe mobile
      (rÃ„Æ’mÃƒÂ¢ne tag-ul stÃƒÂ¢ng din .product-media .tag) */
   .product-grid-upgraded .product-card.featured::after{
    content:none!important;
   }
  }
  /* === END Ã‚Â· SECRET BOX compact mobile product card ======================== */

  /* ===============================================================
     FIREFOX / WINDOWS Ã¢â‚¬â€ profil "lite" (clasa `ff-win` pe <html>)
     Firefox pe Windows rasterizeazÃ„Æ’ backdrop-filter / filter:blur /
     animaÃˆâ€ºii infinite pe CPU Ã¢â€ â€™ scroll sacadat. Le dezactivÃ„Æ’m DOAR pentru
     acest combo; orice alt browser (inclusiv Firefox/Mac) rÃ„Æ’mÃƒÂ¢ne neatins.
     NB: bloc global (ÃƒÂ®n afara oricÃ„Æ’rui @media) Ã¢â€ â€™ se aplicÃ„Æ’ la TOATE lÃ„Æ’Ãˆâ€ºimile,
     nu doar pe mobil.
  =============================================================== */
  html.ff-win .topbar{
   -webkit-backdrop-filter:none!important;
   backdrop-filter:none!important;
   background:rgba(0,0,0,.96)!important;
  }
  /* Panouri/carduri cu backdrop blur Ã¢â€ â€™ fundalul opac rÃ„Æ’mÃƒÂ¢ne, blur-ul dispare */
  html.ff-win .age-gate,
  html.ff-win .section-header,
  html.ff-win .quiz-intro-panel,
  html.ff-win .sbcart-backdrop,
  html.ff-win .checkout-modal,
  html.ff-win .sb-order-hero-number,
  html.ff-win .section.hero-sticky,
  html.ff-win .products-section.products-showcase::after,
  html.ff-win .products-section.products-showcase .section-header,
  html.ff-win .products-section.products-showcase .quiz-intro-panel,
  html.ff-win .products-section.products-showcase .quiz-required-banner,
  html.ff-win .products-section.products-showcase .product-steps,
  html.ff-win .products-section.products-showcase .product-after-note,
  html.ff-win .products-section.products-showcase .product-card,
  html.ff-win body.sb-shop .review-card,
  html.ff-win body.sb-shop .stock-card,
  html.ff-win body.sb-shop .mystery-card,
  html.ff-win body.sb-shop .quiz-intro-panel,
  html.ff-win body.sb-shop .quiz-required-banner,
  html.ff-win body.sb-shop .product-steps,
  html.ff-win body.sb-shop .product-after-note,
  html.ff-win body.sb-shop details,
  html.ff-win body.sb-shop .legal-page,
  html.ff-win body.content-open .product-card,
  html.ff-win body.content-open .social-card,
  html.ff-win body.content-open .form-card,
  html.ff-win body.content-open .legal-card,
  html.ff-win body.content-open .trust-item,
  html.ff-win body.content-open .who-card,
  html.ff-win body.content-open .ritual-card,
  html.ff-win body.content-open .review-card,
  html.ff-win body.content-open .stock-card,
  html.ff-win body.content-open .mystery-card,
  html.ff-win body.content-open .quiz-intro-panel,
  html.ff-win body.content-open .quiz-required-banner,
  html.ff-win body.content-open .product-steps,
  html.ff-win body.content-open .product-after-note,
  html.ff-win body.content-open details,
  html.ff-win body.content-open .legal-page{
   -webkit-backdrop-filter:none!important;
   backdrop-filter:none!important;
  }
  /* Fundaluri fixed mari: scoatem doar blur-ul, pÃ„Æ’strÃ„Æ’m ÃƒÂ®ntunecarea */
  html.ff-win .products-section.products-showcase::before{
   filter:none!important;     /* filter pe imaginea mare 1920px Ã¢â€ â€™ re-rasterizare la scroll; ÃƒÂ®l scoatem complet */
   transform:none!important;  /* fÃ„Æ’rÃ„Æ’ layer separat din scale(1.045) */
   opacity:.3!important;      /* ÃƒÂ®ntunecÃ„Æ’m ieftin prin opacity, peste fundalul #000 al secÃˆâ€ºiunii */
  }
  html.ff-win .section.hero-sticky::before{
   filter:brightness(.58) saturate(.92)!important;
  }
  html.ff-win .section.hero-sticky::after{
   filter:brightness(.46) saturate(.88)!important;
  }
  /* Blur pe panoul hero ne-hover Ã¢â€ â€™ fÃ„Æ’rÃ„Æ’ blur(10px) */
  html.ff-win .hero-duo:hover .hero-panel:not(:hover) .hero-video{
   filter:brightness(.45) contrast(1.02) saturate(.85)!important;
  }
  /* AnimaÃˆâ€ºii decorative infinite (buyPulse/goldBreath/sparkFloat) Ã¢â€ â€™ off */
  html.ff-win .buy-now-fixed,
  html.ff-win .buy-now-fixed::before,
  html.ff-win .buy-now-fixed::after,
  html.ff-win .buy-sparkle{
   animation:none!important;
  }
  /* === TEST Ã‚Â· KILL TOTAL ===================================================
     BazÃ„Æ’: dezactivÃ„Æ’m TOATE animaÃˆâ€ºiile / tranziÃˆâ€ºiile / backdrop-filter /
     will-change sub `ff-win`. De aici reintroducem treptat doar ce e necesar
     Ãˆâ„¢i cÃƒÂ¢t sÃ„Æ’ meargÃ„Æ’ fluid. NB: NU anulÃ„Æ’m `transform` global (ar strica
     layout-ul: centrÃ„Æ’ri translateX, meniu off-canvas etc.) Ã¢â‚¬â€ ÃƒÂ®l scoatem doar
     pe elementele decorative din regulile de mai jos. ======================== */
  html.ff-win *,
  html.ff-win *::before,
  html.ff-win *::after{
   animation-duration:0s!important;
   animation-delay:0s!important;
   transition-duration:0s!important;
   transition-delay:0s!important;
   -webkit-backdrop-filter:none!important;
   backdrop-filter:none!important;
   will-change:auto!important;
  }
  /* Carduri produs + imagini: fÃ„Æ’rÃ„Æ’ transform/transition/will-change.
     `will-change:transform` promoveazÃ„Æ’ permanent un layer de compositing,
     scump pe GPU slab Ã¢â€ â€™ scroll sacadat. */
  html.ff-win .product-card,
  html.ff-win .product-media img,
  html.ff-win .intro-media img{
   transform:none!important;
   transition:none!important;
   will-change:auto!important;
  }
  /* Hover carduri produs: ÃƒÂ®nlocuim zoom-ul `scale` (transform scump + repaint)
     cu evidenÃˆâ€ºiere prin border-color (paint ieftin). Selectori suficient de
     specifici ca sÃ„Æ’ batem `.product-grid-upgraded .product-card:hover` (!important).
     Transition re-activatÃ„Æ’ DOAR pe border/background (peste kill-ul global). */
  html.ff-win .product-grid-upgraded .product-card{
   transform:none!important;
   will-change:auto!important;
   transition:border-color .25s ease, background-color .25s ease!important;
  }
  html.ff-win .product-grid-upgraded .product-card:hover{
   transform:none!important;
   border-color:rgba(245,216,142,.9)!important;
   box-shadow:0 24px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(214,179,106,.10)!important;
  }
  html.ff-win .product-grid-upgraded .product-card:hover .product-media img{
   transform:none!important;
  }
  /* Reveal-on-scroll (fade + slide pe fiecare secÃˆâ€ºiune narativÃ„Æ’, ex. imaginea
     Ã¢â‚¬Å¾Nu alegi produseÃ¢â‚¬Â¦"): elementele apar direct, fÃ„Æ’rÃ„Æ’ animaÃˆâ€ºie la scroll
     Ã¢â‚¬â€ acelaÃˆâ„¢i comportament ca `prefers-reduced-motion`. */
  html.ff-win .reveal-on-scroll{
   opacity:1!important;
   transform:none!important;
   transition:none!important;
   will-change:auto!important;
  }
  html.ff-win .reveal-on-scroll.visible{
   animation:none!important;
  }

  /* ====================================================================
     SECRET BOX Â· Payment-waiting page (/asteptare-plata/comanda/{randval})
     ReutilizeazÄƒ tokens din --gold/--gold2/--cream È™i sb-order-section
     padding-ul. State cards swap-uite client-side de PaymentWaitingComponent.
     ==================================================================== */
  .sb-payment-hero{padding:88px 0 28px;text-align:center;position:relative}
  .sb-payment-hero-inner{display:grid;gap:18px;justify-items:center}
  .sb-payment-hero .eyebrow{color:var(--gold);letter-spacing:.36em;text-transform:uppercase;font-size:11px;}
  .sb-payment-hero h1{margin:0;font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(40px,5.4vw,64px);line-height:1.04;color:var(--gold2);text-wrap:balance;max-width:780px}
  .sb-payment-hero .sb-order-hero-number{margin-top:4px}
  .sb-payment-hero .sb-order-hero-sub{margin:6px 0 0;max-width:560px;color:rgba(243,223,173,.74);font-size:15.5px;line-height:1.7}

  /* Status card â€” container al sub-stÄƒrilor */
  .sb-payment-status{max-width:720px;margin:auto;padding:36px 32px;border-radius:24px;border:1px solid rgba(214,179,106,.22);background:linear-gradient(180deg,rgba(12,10,6,.96),rgba(0,0,0,.98));box-shadow:0 40px 120px rgba(0,0,0,.55)}
  .sb-payment-state{display:grid;gap:14px;justify-items:center;text-align:center}
  .sb-payment-state[hidden]{display:none}
  .sb-payment-state h2{margin:4px 0 0;font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(26px,3vw,34px);color:var(--gold2);line-height:1.15}
  .sb-payment-state p{margin:0;color:rgba(243,223,173,.74);font-size:15px;line-height:1.7;max-width:480px}
  .sb-payment-poll-note{font-size:12.5px!important;letter-spacing:.04em;color:rgba(243,223,173,.5)!important}

  /* Icon halo */
  .sb-payment-state-icon{width:72px;height:72px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(214,179,106,.34);background:radial-gradient(circle at 30% 30%,rgba(214,179,106,.20),rgba(0,0,0,.5));box-shadow:0 18px 40px rgba(214,179,106,.18) inset, 0 12px 32px rgba(0,0,0,.4)}
  .sb-payment-state-icon svg{width:34px;height:34px;color:var(--gold2)}
  .sb-payment-state-icon--positive{border-color:rgba(159,227,177,.40);background:radial-gradient(circle at 30% 30%,rgba(159,227,177,.22),rgba(0,0,0,.5))}
  .sb-payment-state-icon--positive svg{color:#bbe7c8}
  .sb-payment-state-icon--danger{border-color:rgba(244,141,141,.40);background:radial-gradient(circle at 30% 30%,rgba(244,141,141,.20),rgba(0,0,0,.5))}
  .sb-payment-state-icon--danger svg{color:#f4a3a3}
  .sb-payment-state-icon--warning{border-color:rgba(244,208,106,.44);background:radial-gradient(circle at 30% 30%,rgba(244,208,106,.22),rgba(0,0,0,.5))}
  .sb-payment-state-icon--warning svg{color:#f4d06a}

  /* Spinner gold (folosit pe state "started") */
  .sb-payment-spinner{width:34px;height:34px;border-radius:50%;border:2px solid rgba(214,179,106,.20);border-top-color:var(--gold2);display:inline-block;animation:sb-payment-spin 0.9s linear infinite}
  @keyframes sb-payment-spin{to{transform:rotate(360deg)}}

  /* CTA row sub fiecare state */
  .sb-payment-cta-row{margin-top:6px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
  .sb-payment-cta-row .btn{min-width:200px}

  /* Resume prompt â€” apare dacÄƒ user a Ã®nchis tabul gateway */
  .sb-payment-resume{margin-top:20px;display:flex;align-items:center;gap:16px;padding:16px 18px;border-radius:18px;border:1px solid rgba(244,208,106,.34);background:linear-gradient(180deg,rgba(40,30,8,.85),rgba(20,14,4,.95));animation:sb-payment-resume-in .35s ease-out}
  .sb-payment-resume[hidden]{display:none}
  @keyframes sb-payment-resume-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
  .sb-payment-resume-icon{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(244,208,106,.14);color:#f4d06a;border:1px solid rgba(244,208,106,.40)}
  .sb-payment-resume-icon svg{width:22px;height:22px}
  .sb-payment-resume-body{flex:1;display:grid;gap:2px;text-align:left}
  .sb-payment-resume-body strong{color:var(--gold2);font-size:14px;font-weight:600;letter-spacing:.01em}
  .sb-payment-resume-body span{color:rgba(243,223,173,.66);font-size:13px;line-height:1.5}
  .sb-payment-resume-actions{display:flex;gap:10px;flex-shrink:0}
  .sb-payment-resume-actions .btn{padding:10px 18px;font-size:13px;min-width:0}

  /* Popup blocked warning â€” discret, deasupra butonului manual */
  .sb-payment-blocked{margin-top:16px;padding:12px 16px;border-radius:14px;border:1px solid rgba(244,141,141,.32);background:rgba(60,18,18,.55);display:grid;gap:2px;text-align:center}
  .sb-payment-blocked[hidden]{display:none}
  .sb-payment-blocked strong{color:#f4a3a3;font-size:13.5px}
  .sb-payment-blocked span{color:rgba(243,223,173,.66);font-size:12.5px;line-height:1.5}

  /* Anti-double-click: aria-busy pe butoanele "verificÄƒ plata" */
  .sb-payment-status [data-action="check-now"][aria-busy="true"]{opacity:.65;pointer-events:none}

  @media (max-width: 768px){
   .sb-payment-hero{padding:60px 0 18px}
   .sb-payment-hero h1{font-size:clamp(30px,7vw,42px)}
   .sb-payment-status{padding:28px 20px;border-radius:20px;margin-left:14px;margin-right:14px}
   .sb-payment-state-icon{width:64px;height:64px}
   .sb-payment-state-icon svg{width:30px;height:30px}
   .sb-payment-cta-row{flex-direction:column;align-items:stretch}
   .sb-payment-cta-row .btn{min-width:0;width:100%}
   .sb-payment-resume{flex-direction:column;align-items:flex-start;gap:12px}
   .sb-payment-resume-body{text-align:left;width:100%}
   .sb-payment-resume-actions{width:100%}
   .sb-payment-resume-actions .btn{flex:1}
  }

  /* Firefox/Windows â€” vezi project_scroll_perf_firefox: dezactivÄƒm
     backdrop-filter È™i box-shadow grele pe state container */
  html.ff-win .sb-payment-status{box-shadow:0 12px 28px rgba(0,0,0,.45)}
  html.ff-win .sb-payment-state-icon{box-shadow:none}
