/* ╔══════════════════════════════════════════════════════════════╗
   ║  ذاتك — THATK · CSS v4                                      ║
   ╚══════════════════════════════════════════════════════════════╝ */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap');

/* ══ FIX البادر الأبيض ══ */
html, body { background: #080808 !important; }

:root {
  --black:   #080808;
  --deep:    #0f0f0f;
  --card:    #131313;
  --border:  #202020;
  --border2: #2a2a2a;
  --red:     #b5291d;
  --red2:    #d63a2a;
  --gold:    #c9a84c;
  --gold2:   #e0bb5a;
  --bronze:  #b5651d;
  --looksmax:#140b04;
  --text1:   #ece8df;
  --text2:   #9a9080;
  --muted:   #5a5248;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--black);color:var(--text1);font-family:'Tajawal',sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden;}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
::-webkit-scrollbar{width:3px;}
::-webkit-scrollbar-track{background:var(--black);}
::-webkit-scrollbar-thumb{background:var(--red);border-radius:2px;}

body::after{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.02;pointer-events:none;z-index:9999;}

/* REVEAL */
.reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease;}
body.js-ready .reveal{opacity:1;transform:none;}
body.js-ready .reveal.reveal-hidden{opacity:0;transform:translateY(26px);}
body.js-ready .reveal.visible{opacity:1;transform:none;}

/* URGENCY BAR */
.urgency-bar{background:linear-gradient(90deg,#150808,#1e0a0a,#150808);border-bottom:1px solid rgba(181,41,29,.35);text-align:center;padding:.5rem 1rem;font-size:.78rem;color:var(--text2);z-index:200;position:relative;}
.urgency-bar strong{color:var(--gold2);}
.urgency-dot{display:inline-block;width:6px;height:6px;background:var(--red2);border-radius:50%;margin-left:.5rem;animation:blink 1.2s ease-in-out infinite;vertical-align:middle;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.2;}}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(8,8,8,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:13px 24px;display:flex;align-items:center;justify-content:space-between;}
.nav-logo{font-size:1.45rem;font-weight:900;letter-spacing:-.5px;background:linear-gradient(135deg,#f5f0e8,#c9a84c,#f5f0e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.nav-links{display:flex;gap:4px;list-style:none;}
.nav-links a{font-size:.77rem;font-weight:600;color:var(--text2);padding:6px 13px;border-radius:30px;border:1px solid transparent;transition:all .2s;}
.nav-links a:hover{color:var(--text1);border-color:var(--border2);background:rgba(255,255,255,.04);}
.nav-cta{background:var(--red);color:#fff;border:none;padding:8px 18px;border-radius:30px;font-family:'Tajawal',sans-serif;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block;white-space:nowrap;}
.nav-cta:hover{background:var(--red2);}

/* HERO */
.hero{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px;overflow:hidden;}
.carousel-bg{position:absolute;inset:0;z-index:0;overflow:hidden;}
.carousel-track{display:flex;height:100%;animation:carouselScroll 48s linear infinite;will-change:transform;}
.carousel-track:hover{animation-play-state:paused;}
.carousel-slide{flex-shrink:0;width:175px;height:100%;margin-left:12px;border-radius:8px;overflow:hidden;opacity:.14;}
.carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(20%) brightness(.65);}
@keyframes carouselScroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
.carousel-overlay{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 70% 60% at 50% 40%,rgba(0,0,0,.6) 0%,rgba(0,0,0,.88) 70%),linear-gradient(180deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.92) 100%);}
.hero-glow{position:absolute;top:-20%;left:50%;transform:translateX(-50%);width:800px;height:800px;z-index:2;background:radial-gradient(circle,rgba(181,41,29,.13) 0%,transparent 60%);pointer-events:none;}
.hero-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:550px;height:550px;border-radius:50%;background:radial-gradient(circle,rgba(181,41,29,.06) 0%,transparent 70%);animation:pulse 5s ease-in-out infinite;pointer-events:none;z-index:2;}
@keyframes pulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.4;}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.9;}}
.hero-content{position:relative;z-index:3;width:100%;}
.hero-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;opacity:0;animation:fadeUp .8s .2s forwards;display:block;}
.hero-eyebrow::before,.hero-eyebrow::after{content:'—';margin:0 8px;opacity:.4;}
.hero-title{font-size:clamp(3rem,12vw,7rem);font-weight:900;line-height:1.05;letter-spacing:-2px;margin-bottom:8px;opacity:0;animation:fadeUp .8s .4s forwards;}
.hero-title .grad{background:linear-gradient(135deg,#f0e8d0 0%,#ffffff 40%,#d4b870 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.hero-sub-title{font-size:clamp(1.1rem,3.5vw,1.8rem);font-weight:400;color:var(--text2);letter-spacing:2px;margin-bottom:22px;opacity:0;animation:fadeUp .8s .55s forwards;}
.hero-desc{max-width:580px;font-size:1rem;color:var(--text2);line-height:1.8;margin:0 auto 38px;opacity:0;animation:fadeUp .8s .7s forwards;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;opacity:0;animation:fadeUp .8s .85s forwards;}
.social-proof-bar{margin-top:28px;display:flex;align-items:center;justify-content:center;gap:.6rem;opacity:0;animation:fadeUp .8s .95s forwards;}
.sp-avatars{display:flex;}
.sp-avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--black);background:var(--card);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--text2);margin-left:-8px;}
.sp-avatar:first-child{margin-left:0;}
.sp-text{font-size:.82rem;color:var(--text2);}
.sp-text strong{color:var(--gold2);}
.hero-stats{display:flex;gap:36px;margin-top:44px;padding-top:32px;border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;opacity:0;animation:fadeUp .8s 1.05s forwards;}
.stat-item{text-align:center;}
.stat-num{font-size:1.9rem;font-weight:900;color:var(--text1);line-height:1;margin-bottom:4px;display:block;}
.stat-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:1.5px;}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:none;}}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:var(--red);color:#fff;font-family:'Tajawal',sans-serif;font-size:.95rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .25s;position:relative;overflow:hidden;text-decoration:none;white-space:nowrap;}
.btn-primary::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translateX(-100%);transition:transform .5s;}
.btn-primary:hover::before{transform:translateX(100%);}
.btn-primary:hover{background:var(--red2);transform:translateY(-2px);box-shadow:0 10px 40px rgba(181,41,29,.45);}
.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:transparent;color:var(--text2);font-family:'Tajawal',sans-serif;font-size:.95rem;font-weight:700;border:1px solid var(--border2);border-radius:50px;cursor:pointer;transition:all .25s;text-decoration:none;white-space:nowrap;}
.btn-ghost:hover{border-color:rgba(201,168,76,.4);color:var(--gold);transform:translateY(-2px);}
.btn-sm{padding:10px 20px;font-size:.82rem;}

/* BUY + CART */
.book-btns{display:flex;align-items:center;gap:8px;}
.btn-buy{display:inline-flex;align-items:center;gap:5px;padding:9px 16px;background:var(--red);color:#fff;font-family:'Tajawal',sans-serif;font-size:.78rem;font-weight:700;border:none;border-radius:30px;cursor:pointer;transition:all .22s;white-space:nowrap;text-decoration:none;}
.btn-buy:hover{background:var(--red2);transform:scale(1.04);}

/* السلة — دائرة سوداء */
.btn-cart{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#000;color:var(--text2);border:1px solid var(--border2);border-radius:50%;cursor:pointer;transition:all .22s;flex-shrink:0;padding:0;}
.btn-cart svg{stroke:var(--text2);transition:stroke .22s;}
.btn-cart:hover{background:#111;border-color:rgba(201,168,76,.5);transform:scale(1.1);}
.btn-cart:hover svg{stroke:var(--gold);}

/* DIVIDERS */
.hr-red{height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);}
.hr-section{height:1px;background:linear-gradient(90deg,transparent,var(--border2),transparent);}
.divider-label{position:relative;text-align:center;margin:52px 24px;}
.divider-label::before{content:'';position:absolute;top:50%;inset-inline:0;height:1px;background:var(--border);transform:translateY(-50%);}
.divider-label span{position:relative;background:var(--black);padding:0 20px;font-size:.72rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--muted);}

/* SECTIONS */
.section{padding:80px 24px;position:relative;}
.section-header{margin-bottom:52px;}
.section-header.center{text-align:center;}
.section-header.center .sec-subtitle{margin:0 auto;}
.sec-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:var(--red);margin-bottom:14px;display:block;}
.sec-title{font-size:clamp(2rem,6vw,3.4rem);font-weight:900;line-height:1.1;letter-spacing:-1px;margin-bottom:16px;}
.sec-subtitle{font-size:1rem;color:var(--text2);max-width:540px;line-height:1.8;}

/* LIBRARY */
.library-section{background:var(--deep);position:relative;overflow:hidden;}
.library-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at 0% 50%,rgba(181,41,29,.06) 0%,transparent 60%),radial-gradient(ellipse 40% 55% at 100% 20%,rgba(201,168,76,.04) 0%,transparent 50%);pointer-events:none;}
.eye-deco{font-size:4rem;opacity:.04;position:absolute;top:36px;left:50%;transform:translateX(-50%);pointer-events:none;user-select:none;}

/* BOOKS GRID */
.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,275px),1fr));gap:16px;max-width:1100px;margin:0 auto;}
.book-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .28s,box-shadow .28s;cursor:pointer;position:relative;}
.book-card::before{content:'';position:absolute;top:0;inset-inline:0;height:2px;background:linear-gradient(90deg,var(--red),var(--gold));opacity:0;transition:opacity .28s;}
.book-card:hover{transform:translateY(-5px);box-shadow:0 14px 45px rgba(0,0,0,.7);}
.book-card:hover::before{opacity:1;}
.book-thumb{width:100%;aspect-ratio:2/3;object-fit:cover;object-position:top;background:var(--deep);flex-shrink:0;transition:transform .35s;}
.book-card:hover .book-thumb{transform:scale(1.03);}
.book-body{padding:16px;display:flex;flex-direction:column;flex:1;gap:10px;}
.book-vol{font-size:.6rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--red);padding:3px 9px;border:1px solid rgba(181,41,29,.35);border-radius:30px;width:fit-content;background:rgba(181,41,29,.07);}
.book-name{font-size:.92rem;font-weight:800;line-height:1.35;color:var(--text1);}
.book-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--border);gap:8px;flex-wrap:wrap;}
.book-price{display:flex;flex-direction:column;}
.price-current{font-size:1.1rem;font-weight:900;color:var(--gold);}
.price-original{font-size:.72rem;color:var(--muted);text-decoration:line-through;}

/* BUNDLE */
.bundle-card{max-width:880px;margin:52px auto 0;background:var(--card);border:1px solid rgba(201,168,76,.25);border-radius:24px;padding:40px 36px;position:relative;overflow:hidden;text-align:center;}
.bundle-card::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 55% at 50% 0%,rgba(201,168,76,.06) 0%,transparent 60%);pointer-events:none;}
.bundle-badge{display:inline-block;padding:4px 14px;background:linear-gradient(135deg,var(--gold),var(--bronze));color:#000;font-size:.7rem;font-weight:900;letter-spacing:2px;text-transform:uppercase;border-radius:30px;margin-bottom:18px;}
.bundle-title{font-size:clamp(1.5rem,4vw,2.3rem);font-weight:900;margin-bottom:10px;line-height:1.2;}
.bundle-sub{color:var(--text2);font-size:.88rem;margin-bottom:0;}
.bundle-books-list{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin:18px 0 24px;}
.bundle-books-list span{font-size:.73rem;color:var(--text2);padding:3px 11px;border:1px solid var(--border);border-radius:30px;background:rgba(255,255,255,.02);}
.bundle-pricing{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:26px;flex-wrap:wrap;}
.bundle-price-now{font-size:3.2rem;font-weight:900;background:linear-gradient(135deg,var(--gold),var(--gold2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;}
.bundle-price-was .was{font-size:.78rem;color:var(--muted);}
.bundle-price-was .old{font-size:1.5rem;font-weight:700;color:var(--muted);text-decoration:line-through;}
.bundle-save{display:inline-block;padding:4px 13px;background:rgba(181,41,29,.14);color:#e05040;border:1px solid rgba(181,41,29,.28);border-radius:30px;font-size:.75rem;font-weight:700;}
.bundle-btn{font-size:1rem;padding:16px 44px;margin-top:4px;}

/* LOOKSMAX */
.looksmax-section{background:var(--looksmax);position:relative;overflow:hidden;}
.looksmax-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 65% 50% at 100% 0%,rgba(181,101,29,.1) 0%,transparent 55%);pointer-events:none;}
.looksmax-hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1100px;margin:0 auto 52px;}
.looksmax-img-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 18px 70px rgba(0,0,0,.7);}
.looksmax-img-wrap img{width:100%;height:480px;object-fit:cover;object-position:top;}
.looksmax-badge{position:absolute;top:18px;right:18px;background:linear-gradient(135deg,var(--bronze),var(--gold));color:#000;font-size:.68rem;font-weight:900;letter-spacing:2px;text-transform:uppercase;padding:5px 13px;border-radius:30px;}
.looksmax-sold{position:absolute;bottom:18px;left:18px;background:rgba(8,8,8,.88);backdrop-filter:blur(12px);border:1px solid rgba(201,168,76,.28);border-radius:10px;padding:11px 16px;text-align:center;}
.sold-num{font-size:1.7rem;font-weight:900;color:var(--gold);line-height:1;display:block;}
.sold-label{font-size:.68rem;color:var(--text2);letter-spacing:1px;}
.looksmax-content{padding:8px 0;}
.looksmax-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--bronze);margin-bottom:13px;display:block;}
.looksmax-title{font-size:clamp(1.9rem,4vw,2.9rem);font-weight:900;line-height:1.1;margin-bottom:16px;letter-spacing:-1px;}
.looksmax-title .accent{color:var(--gold);}
.looksmax-desc{font-size:.97rem;color:var(--text2);line-height:1.8;margin-bottom:26px;}
.looksmax-features{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:30px;}
.looksmax-features li{display:flex;align-items:center;gap:11px;font-size:.9rem;color:var(--text1);}
.looksmax-features li::before{content:'✦';color:var(--gold);font-size:.65rem;flex-shrink:0;}
.looksmax-price-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.looksmax-price{font-size:2.4rem;font-weight:900;color:var(--gold);line-height:1;}
.looksmax-price-old{font-size:1.1rem;color:var(--muted);text-decoration:line-through;}
.testimonials-strip{max-width:1100px;margin:46px auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,250px),1fr));gap:14px;}
.testi-card{background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:12px;padding:20px;}
.testi-stars{color:var(--gold);font-size:.82rem;margin-bottom:9px;letter-spacing:2px;}
.testi-text{font-size:.86rem;color:var(--text2);line-height:1.7;margin-bottom:12px;}
.testi-author{font-size:.76rem;font-weight:700;color:var(--text1);}

/* WHY */
.why-section{background:var(--black);}
.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,255px),1fr));gap:16px;max-width:1100px;margin:0 auto;}
.why-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:28px 22px;transition:border-color .25s,transform .25s;}
.why-card:hover{border-color:var(--border2);transform:translateY(-3px);}
.why-icon{font-size:2rem;margin-bottom:14px;display:block;line-height:1;}
.why-title{font-size:.98rem;font-weight:800;margin-bottom:7px;color:var(--text1);}
.why-desc{font-size:.86rem;color:var(--text2);line-height:1.7;}

/* FAQ */
.faq-section{background:var(--deep);}
.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px;}
.faq-item{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .25s;}
.faq-item.open{border-color:rgba(201,168,76,.25);}
.faq-q{padding:18px 20px;font-size:.93rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;user-select:none;transition:color .22s;}
.faq-q:hover,.faq-item.open .faq-q{color:var(--gold);}
.faq-arrow{font-size:1.2rem;flex-shrink:0;transition:transform .28s;color:var(--muted);}
.faq-item.open .faq-arrow{transform:rotate(45deg);color:var(--gold);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .38s ease,padding .25s;padding:0 20px;font-size:.88rem;color:var(--text2);line-height:1.8;}
.faq-item.open .faq-a{max-height:300px;padding:0 20px 18px;}

/* CTA */
.cta-section{background:var(--black);padding:90px 24px;text-align:center;position:relative;overflow:hidden;}
.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 55% at 50% 50%,rgba(181,41,29,.1) 0%,transparent 65%);pointer-events:none;}
.cta-title{position:relative;font-size:clamp(2rem,6vw,3.8rem);font-weight:900;line-height:1.1;letter-spacing:-1.5px;margin-bottom:18px;}
.cta-desc{position:relative;font-size:1rem;color:var(--text2);max-width:480px;margin:0 auto 36px;line-height:1.8;}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;}

/* FOOTER */
footer{background:var(--deep);border-top:1px solid var(--border);padding:46px 24px 28px;text-align:center;}
.footer-logo{font-size:1.9rem;font-weight:900;background:linear-gradient(135deg,var(--gold),#f5f0e8,var(--gold2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:14px;display:block;}
.footer-links{display:flex;flex-wrap:wrap;gap:5px 18px;justify-content:center;list-style:none;margin-bottom:20px;}
.footer-links a{font-size:.8rem;color:var(--muted);transition:color .2s;}
.footer-links a:hover{color:var(--gold);}
.footer-note{font-size:.76rem;color:var(--muted);max-width:480px;margin:0 auto 14px;line-height:1.7;}
.footer-copy{font-size:.7rem;color:#2e2e2e;}

/* STICKY BAR */
.sticky-bar{display:none;position:fixed;bottom:0;inset-inline:0;z-index:99;padding:11px 18px;background:rgba(8,8,8,.97);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--border);align-items:center;justify-content:space-between;gap:10px;}
.sticky-bar.show{display:flex;}
.sticky-bar-text{font-size:.83rem;font-weight:700;color:var(--text1);flex:1;}
.sticky-bar-text span{display:block;font-size:.7rem;font-weight:400;color:var(--muted);}

/* RESPONSIVE */
@media(max-width:768px){
  nav{padding:12px 16px;}
  .nav-links{display:none;}
  .hero{padding:100px 18px 56px;}
  .hero-stats{gap:18px;}
  .books-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .book-body{padding:12px;}
  .book-name{font-size:.82rem;}
  .book-btns{flex-wrap:wrap;gap:6px;}
  .bundle-card{padding:28px 18px;}
  .bundle-pricing{gap:12px;}
  .bundle-price-now{font-size:2.6rem;}
  .looksmax-hero{grid-template-columns:1fr;gap:26px;}
  .looksmax-img-wrap img{height:300px;}
  .why-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .why-card{padding:18px 14px;}
  .section{padding:56px 16px;}
  .testimonials-strip{grid-template-columns:1fr;}
  .carousel-slide{width:120px;}
}
@media(max-width:420px){
  .books-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .hero-stats{gap:12px;}
}
@media(min-width:769px){.sticky-bar{display:none!important;}}

/* ══════════════════════════════════════════
   BLACK BG FIX — يمنع البادر الأبيض
══════════════════════════════════════════ */
html, body { background: #080808 !important; }

/* ══════════════════════════════════════════
   FAQ — مفتوح دايماً بدون accordion
══════════════════════════════════════════ */
.faq-a {
  max-height: none !important;
  overflow: visible !important;
  padding: 0 20px 18px !important;
  display: block !important;
}

.faq-q {
  cursor: default !important;
  color: var(--text1) !important;
}

.faq-q:hover {
  color: var(--text1) !important;
}

.faq-arrow {
  display: none !important;
}

.faq-item {
  border-color: var(--border) !important;
}

/* ══════════════════════════════════════════
   SALLA CART BUTTON — دائرة سوداء
══════════════════════════════════════════ */
salla-add-product-button.salla-cart-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

salla-add-product-button.salla-cart-btn button,
.salla-cart-btn button {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  background: #000 !important;
  background-color: #000 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 50% !important;
  color: transparent !important;
  font-size: 0 !important;
  cursor: pointer !important;
  transition: all .22s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  position: relative !important;
}

salla-add-product-button.salla-cart-btn button::after,
.salla-cart-btn button::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a9080' stroke-width='2'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 01-8 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

salla-add-product-button.salla-cart-btn button:hover,
.salla-cart-btn button:hover {
  background: #111 !important;
  border-color: rgba(201,168,76,.5) !important;
  transform: scale(1.08) !important;
}

salla-add-product-button.salla-cart-btn button:hover::after,
.salla-cart-btn button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 01-8 0'/%3E%3C/svg%3E");
}

salla-add-product-button.salla-cart-btn button span,
salla-add-product-button.salla-cart-btn button .s-btn-text,
.salla-cart-btn button span {
  display: none !important;
  font-size: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* ══════════════════════════════════════════
   HEADER DARK FIX v8 — بناءً على HTML الحقيقي
   Classes مأخوذة مباشرة من كود سلة
══════════════════════════════════════════ */

/* الـ wrapper الرئيسي */
body.theme-raed .flex.items-stretch.justify-between.relative,
body.theme-raed header,
body.theme-raed .store-header,
body.theme-raed [class*="store-header"],
body.theme-raed [class*="main-nav"] {
  background: #080808 !important;
  background-color: #080808 !important;
}

/* إزالة أي border من هيدر سلة */
body.theme-raed header,
body.theme-raed .store-header {
  border-bottom: 1px solid #1a1a1a !important;
}

/* اللوقو */
body.theme-raed .navbar-brand img {
  filter: brightness(0) invert(1) !important;
}

/* أيقون القائمة موبايل */
body.theme-raed .mburger .sicon-menu,
body.theme-raed .sicon-menu {
  color: #f1f1f1 !important;
}

/* كل SVG في الهيدر — أبيض */
body.theme-raed header svg path,
body.theme-raed .flex.items-stretch svg path {
  fill: #f1f1f1 !important;
}

/* ══ صورة المستخدم — إزالة المربع الأبيض ══ */
body.theme-raed .s-user-menu-avatar-wrap,
body.theme-raed .s-user-menu-trigger {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.theme-raed .s-user-menu-trigger-avatar {
  border: 2px solid #2a2a2a !important;
  border-radius: 50% !important;
  background: #111 !important;
}

body.theme-raed .s-user-menu-trigger-hello {
  color: #888 !important;
}

body.theme-raed .s-user-menu-trigger-name {
  color: #f1f1f1 !important;
}

body.theme-raed .s-user-menu-trigger-icon svg path {
  fill: #666 !important;
}

/* ══ أيقون السلة (salla-cart-summary) ══ */
body.theme-raed .s-cart-summary-wrapper {
  color: #f1f1f1 !important;
  text-decoration: none !important;
}

body.theme-raed .s-cart-summary-icon svg path,
body.theme-raed .sicon-shopping-bag::before {
  fill: #f1f1f1 !important;
  color: #f1f1f1 !important;
}

/* عداد السلة — أحمر */
body.theme-raed .s-cart-summary-count {
  background: #b5291d !important;
  color: #fff !important;
  border-color: #080808 !important;
}

/* سعر السلة */
body.theme-raed .s-cart-summary-total {
  color: #b5291d !important;
}

body.theme-raed .s-cart-summary-content {
  color: #888 !important;
}

/* ══ Dropdown المستخدم ══ */
body.theme-raed .s-user-menu-dropdown {
  background: #111 !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.8) !important;
}

body.theme-raed .s-user-menu-dropdown-header {
  background: #0a0a0a !important;
  border-bottom: 1px solid #1a1a1a !important;
}

body.theme-raed .s-user-menu-dropdown-header img {
  border: 2px solid #2a2a2a !important;
  border-radius: 50% !important;
}

body.theme-raed .s-user-menu-dropdown-header span,
body.theme-raed .s-user-menu-dropdown-header p {
  color: #f1f1f1 !important;
}

body.theme-raed .s-user-menu-dropdown-item-link {
  color: #aaa !important;
}

body.theme-raed .s-user-menu-dropdown-item-link:hover {
  color: #f1f1f1 !important;
  background: rgba(255,255,255,.04) !important;
}

body.theme-raed .s-user-menu-dropdown-item svg path {
  fill: #666 !important;
}

body.theme-raed .s-user-menu-dropdown-item:hover svg path {
  fill: #f1f1f1 !important;
}

body.theme-raed .s-user-menu-dropdown-item-logout a,
body.theme-raed .s-user-menu-dropdown-item-logout span {
  color: #b5291d !important;
}

body.theme-raed .s-user-menu-dropdown-item-logout svg path {
  fill: #b5291d !important;
}

body.theme-raed .s-user-menu-dropdown-header-close svg path {
  fill: #888 !important;
}

/* ══ Mobile Menu ══ */
body.theme-raed #mobile-menu,
body.theme-raed .mobile-menu {
  background: #0a0a0a !important;
}

body.theme-raed .mobile-menu a,
body.theme-raed .main-menu a {
  color: #f1f1f1 !important;
}

/* ══ STICKY BAR حقنا — نرفعه فوق هيدر سلة ══ */
/* الشريط الأسود حقنا يكون z-index عالي */
nav.zatak-nav {
  z-index: 9999 !important;
}

/* ══ STICKY BAR — اذهب للسلة ══ */
.btn-cart-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--red, #b5291d);
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
  white-space: nowrap;
}

.btn-cart-go:hover {
  background: #d63a2a;
  transform: scale(1.04);
  color: #fff;
}

/* ══ NAV Z-INDEX — شريطنا فوق كل شي ══ */
nav.zatak-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

/* ══════════════════════════════════════════
   HEADER COLORS v9 — لوقو أبيض، سلة حمراء
══════════════════════════════════════════ */

/* اللوقو — أبيض */
body.theme-raed .navbar-brand img {
  filter: brightness(0) invert(1) !important;
}

/* الأيقونات العامة — رمادي فاتح */
body.theme-raed header svg path,
body.theme-raed .flex.items-stretch svg path {
  fill: #cccccc !important;
}

/* أيقون القائمة موبايل */
body.theme-raed .sicon-menu {
  color: #cccccc !important;
}

/* ══ السلة — أحمر ══ */
body.theme-raed .s-cart-summary-icon svg path,
body.theme-raed salla-cart-summary svg path,
body.theme-raed .sicon-shopping-bag::before,
body.theme-raed #s-cart-icon svg path {
  fill: #b5291d !important;
  color: #b5291d !important;
}

/* عداد السلة */
body.theme-raed .s-cart-summary-count {
  background: #b5291d !important;
  color: #fff !important;
  border-color: #080808 !important;
}

/* سعر السلة */
body.theme-raed .s-cart-summary-total {
  color: #b5291d !important;
}

body.theme-raed .s-cart-summary-content {
  color: #888 !important;
}

/* ══ المستخدم — رمادي ══ */
body.theme-raed .s-user-menu-trigger-hello {
  color: #666 !important;
}

body.theme-raed .s-user-menu-trigger-name {
  color: #ccc !important;
}

body.theme-raed .s-user-menu-trigger-icon svg path {
  fill: #555 !important;
}

/* صورة المستخدم — border رمادي داكن */
body.theme-raed .s-user-menu-trigger-avatar {
  border: 2px solid #2a2a2a !important;
  border-radius: 50% !important;
  background: #111 !important;
  outline: none !important;
  box-shadow: none !important;
}

body.theme-raed .s-user-menu-avatar-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ══════════════════════════════════════════
   CART BADGE FIX — إزالة الدائرة البيضاء
══════════════════════════════════════════ */

/* الدائرة الحمراء (عداد السلة) — بدون border أبيض */
body.theme-raed .s-cart-summary-count,
body.theme-raed salla-cart-summary .s-cart-summary-count,
body.theme-raed [class*="cart-count"],
body.theme-raed [class*="cart-badge"] {
  background: #b5291d !important;
  color: #fff !important;
  border: 2px solid #080808 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* إخفاء العداد لو كان صفر أو فارغ */
body.theme-raed .s-cart-summary-count:empty {
  display: none !important;
}

/* النقطة البيضاء الصغيرة — إخفاؤها */
body.theme-raed salla-cart-summary::part(badge),
body.theme-raed .s-cart-summary-badge {
  background: #b5291d !important;
  border-color: #080808 !important;
  box-shadow: none !important;
}

/* أي دائرة بيضاء حول السلة */
body.theme-raed .s-cart-summary-wrapper *,
body.theme-raed salla-cart-summary * {
  outline: none !important;
}

body.theme-raed salla-cart-summary .s-cart-summary-icon,
body.theme-raed salla-cart-summary #s-cart-icon {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ══════════════════════════════════════════
   BOOK CARDS — Hook + Tags + Detail button
══════════════════════════════════════════ */

/* Hook — جملة تشويقية */
.book-hook {
  font-size: .8rem;
  color: var(--text2);
  line-height: 1.5;
  font-style: italic;
  margin: 0;
  padding: 6px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* Tags */
.book-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

.book-tag {
  font-size: .62rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 30px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border2);
  color: var(--text2);
  white-space: nowrap;
  letter-spacing: .3px;
}

/* أزرار الكتاب — ثلاثة */
.book-btns {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

/* زر التفاصيل */
.btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 14px;
  background: transparent;
  color: var(--text2);
  font-family: 'Tajawal', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  border: 1px solid var(--border2);
  border-radius: 30px;
  cursor: pointer;
  transition: all .22s;
  text-decoration: none;
  white-space: nowrap;
}

.btn-detail:hover {
  color: var(--gold);
  border-color: rgba(201,168,76,.4);
  background: rgba(201,168,76,.06);
}

/* تعديل btn-buy ليكون أصغر شوية مع 3 أزرار */
.book-btns .btn-buy {
  padding: 9px 14px;
  font-size: .78rem;
}

/* الـ price-row يستوعب الأزرار الثلاثة */
.book-price-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

/* ══════════════════════════════════════════
   BOOK TAGS — ألوان حقيقية
══════════════════════════════════════════ */

/* Tag أحمر — 🔴 */
.book-tag:nth-child(1) {
  background: rgba(181,41,29,.15) !important;
  border-color: rgba(181,41,29,.4) !important;
  color: #e05040 !important;
}

/* Tag ذهبي — 🟡 */
.book-tag:nth-child(2) {
  background: rgba(201,168,76,.12) !important;
  border-color: rgba(201,168,76,.35) !important;
  color: var(--gold2) !important;
}

/* Tag رمادي فاتح — ⚫ */
.book-tag:nth-child(3) {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.15) !important;
  color: #bbb !important;
}

/* ══════════════════════════════════════════
   PRODUCT PAGE — عنوان المنتج أبيض فقط
══════════════════════════════════════════ */

/* عنوان المنتج الرئيسي — أبيض */
body.theme-raed.product-single h1,
body.theme-raed.product-single .product__title,
body.theme-raed.product-single [class*="product-title"],
body.theme-raed.product-single [class*="product__name"] {
  color: #f1f1f1 !important;
}

/* ══════════════════════════════════════════
   SEC-TITLE — زيادة المسافة بين السطرين
══════════════════════════════════════════ */
.sec-title {
  line-height: 1.35 !important;
}

/* ══════════════════════════════════════════
   صفحة المنتج — إصلاح البطاقات البيضاء
══════════════════════════════════════════ */

/* البطاقة البيضاء (عدد الملفات، السعر) */
body.theme-raed.product-single .s-product-details,
body.theme-raed.product-single .product-details,
body.theme-raed.product-single [class*="product-details"],
body.theme-raed.product-single .s-digital-product,
body.theme-raed.product-single [class*="digital-product"],
body.theme-raed.product-single .bg-white,
body.theme-raed.product-single [class*="bg-white"],
body.theme-raed.product-single section.flex.bg-white {
  background: #141414 !important;
  background-color: #141414 !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 12px !important;
  color: #f1f1f1 !important;
}

/* النصوص داخل البطاقة */
body.theme-raed.product-single .s-product-details *,
body.theme-raed.product-single .s-digital-product *,
body.theme-raed.product-single [class*="digital-product"] *,
body.theme-raed.product-single .bg-white *,
body.theme-raed.product-single [class*="bg-white"] * {
  color: #ccc !important;
}

/* الأيقونات في البطاقة */
body.theme-raed.product-single .s-product-details svg path,
body.theme-raed.product-single [class*="digital-product"] svg path {
  fill: #666 !important;
}

/* السعر في البطاقة */
body.theme-raed.product-single .total-price,
body.theme-raed.product-single [class*="total-price"],
body.theme-raed.product-single .text-red-800 {
  color: #e63946 !important;
}

body.theme-raed.product-single .before-price,
body.theme-raed.product-single .line-through {
  color: #555 !important;
}

/* المنطقة الرمادية تحت البطاقة */
body.theme-raed.product-single .bg-gray-50,
body.theme-raed.product-single .bg-gray-100,
body.theme-raed.product-single [class*="bg-gray"],
body.theme-raed.product-single .s-product-section {
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
}

/* كروت المنتجات في صفحة المنتجات */
body.theme-raed .s-product-card,
body.theme-raed [class*="product-card"],
body.theme-raed .s-product-grid-item {
  background: #141414 !important;
  background-color: #141414 !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 12px !important;
}

/* نص كروت المنتجات */
body.theme-raed .s-product-card h3,
body.theme-raed .s-product-card p,
body.theme-raed .s-product-card span,
body.theme-raed [class*="product-card"] h3,
body.theme-raed [class*="product-card"] p,
body.theme-raed [class*="product-card"] span {
  color: #f1f1f1 !important;
}

/* السعر في كروت المنتجات */
body.theme-raed .s-product-card .s-price-current,
body.theme-raed .s-product-card [class*="price"] {
  color: #e63946 !important;
}

/* زر المشاركة الدائري */
body.theme-raed.product-single .s-social-share-btn,
body.theme-raed.product-single [class*="share"] button {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #ccc !important;
}

body.theme-raed.product-single [class*="share"] svg path {
  fill: #ccc !important;
}

/* صندوق الكمية */
body.theme-raed.product-single .s-quantity-input-container,
body.theme-raed.product-single [class*="quantity"] {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 8px !important;
}

body.theme-raed.product-single .s-quantity-input-input {
  background: transparent !important;
  color: #f1f1f1 !important;
}

/* صندوق التعليقات */
body.theme-raed .s-comments-container,
body.theme-raed .s-comments-product,
body.theme-raed salla-comments {
  background: transparent !important;
}

body.theme-raed .s-comments-item-wrapper,
body.theme-raed .s-comments-item-inner {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 10px !important;
}

body.theme-raed .s-comment-form-input {
  background: #1a1a1a !important;
  border: 1px solid rgba(230,57,70,0.2) !important;
  color: #f1f1f1 !important;
  border-radius: 8px !important;
}

/* ══════════════════════════════════════════
   كروت المنتجات — عناوين بيضاء
══════════════════════════════════════════ */
body.theme-raed .s-product-card h3,
body.theme-raed .s-product-card h2,
body.theme-raed .s-product-card a,
body.theme-raed .s-product-card .s-product-card-name,
body.theme-raed [class*="product-card"] h3,
body.theme-raed [class*="product-card"] h2,
body.theme-raed [class*="product-card"] a,
body.theme-raed [class*="product-title"],
body.theme-raed [class*="product-name"] {
  color: #f1f1f1 !important;
}

/* الوصف المختصر تحت الاسم */
body.theme-raed .s-product-card p,
body.theme-raed .s-product-card span:not([class*="price"]) {
  color: #999 !important;
}

/* ══════════════════════════════════════════
   LOGO — Hero + Bundle
══════════════════════════════════════════ */

/* Hero logo */
.hero-logo-wrap {
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp .8s .1s forwards;
}

.hero-logo-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 0 20px rgba(181,41,29,.4));
}

/* Bundle logo */
.bundle-logo-wrap {
  margin-bottom: 12px;
}

.bundle-logo-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 0 12px rgba(181,41,29,.35));
}

/* ══════════════════════════════════════════
   NAV LOGO — صورة بدل النص
══════════════════════════════════════════ */
.nav-logo-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 6px rgba(181,41,29,.5));
}

/* ══════════════════════════════════════════
   HERO TITLE — أبيض + أحمر
══════════════════════════════════════════ */
/* gradient على مستوى hero-title كله */
.hero-title {
  background: linear-gradient(to bottom, #ffffff 0%, #ff3333 60%, #cc0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.35 !important;
  padding: 0.25em 0.1em !important;
  overflow: visible !important;
}

/* الـ spans مجرد حاملة بدون gradient خاص */
.hero-title-white,
.hero-title-red {
  background: none !important;
  -webkit-text-fill-color: inherit !important;
  color: inherit !important;
}

/* ══════════════════════════════════════════
   HERO EYEBROW — نيون أحمر
══════════════════════════════════════════ */
.hero-eyebrow-neon {
  color: #ff2d2d !important;
  text-shadow:
    0 0 8px rgba(255,45,45,.9),
    0 0 20px rgba(255,45,45,.6),
    0 0 40px rgba(255,45,45,.3);
  letter-spacing: 4px;
}

.hero-eyebrow-neon::before,
.hero-eyebrow-neon::after {
  color: rgba(255,45,45,.5) !important;
}

/* ══════════════════════════════════════════
   BUNDLE TOP SECTION
══════════════════════════════════════════ */
.bundle-top-section {
  background: var(--deep);
  position: relative;
  overflow: hidden;
}

.bundle-top-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(181,41,29,.1) 0%, transparent 65%);
  pointer-events: none;
}

.bundle-btns-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.bundle-browse-btn {
  font-family: 'Tajawal', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
}

/* ══════════════════════════════════════════
   SALLA LOGO FIX — منع التبييض
══════════════════════════════════════════ */
body.theme-raed .navbar-brand img {
  filter: none !important;
}

/* ══════════════════════════════════════════
   BUNDLE CARD — عرض كامل على كل الشاشات
══════════════════════════════════════════ */
.books-grid .bundle-card,
.bundle-card {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

/* ══════════════════════════════════════════
   HERO — خلفية سوداء صريحة + overlay أغمق
══════════════════════════════════════════ */
.hero {
  background: #080808 !important;
}

.carousel-overlay {
  background: 
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(0,0,0,.55) 0%, rgba(0,0,0,.78) 70%),
    linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.85) 100%) !important;
}

.carousel-slide {
  opacity: .18 !important;
}

.carousel-slide img {
  filter: grayscale(15%) brightness(.75) !important;
}