/* Company welcome page only (Banderp/"بند"). Existing authenticated and
   support screens, and halafleet, keep their own layout untouched. Stacked
   top-nav + curved light hero + centered icon grid + login section below,
   per the reference layout the user asked to match. */

.band-page{min-height:100svh;display:flex;flex-direction:column;background:#fff}

/* ---------- top nav ---------- */
.band-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px clamp(20px,3.5vw,48px);background:#fff;position:relative;z-index:2}
.band-nav-logo{height:38px;width:auto;object-fit:contain}
.band-nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.band-nav-actions .lang-switch{background:#f3f5f9}
.band-nav-actions .lang-switch button{color:#5f6d82}
.band-nav-actions .lang-switch button.active{background:#1d4ed8;color:#fff}
.band-nav-actions .auth-download-btn{background:#f3f5f9;color:#29456a}
.band-nav-actions .auth-download-btn:hover{background:#e4e7ec}
.band-contact{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #d8e9df;border-radius:9px;color:#137749;background:#f5fcf8;font:600 12px/1.3 inherit}
.band-contact svg{width:20px;height:20px}

/* ---------- hero / story section ---------- */
.band-story{position:relative;overflow:hidden;background:#f3f5f9;padding:56px clamp(20px,5vw,88px) 44px;isolation:isolate}
.band-story::before{content:"";position:absolute;top:0;left:-8%;right:-8%;height:56px;background:#fff;clip-path:ellipse(58% 100% at 50% 0%);z-index:0}
.band-story::after{content:"";position:absolute;z-index:0;inset:0;background:radial-gradient(ellipse 620px 380px at 92% 100%,#8a2c3a10,transparent 60%),radial-gradient(ellipse 620px 380px at 4% 0%,#1d4ed810,transparent 60%);pointer-events:none}
.band-story-content{position:relative;z-index:1;width:100%;max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}
.band-eyebrow{font-size:11px;font-weight:700;letter-spacing:.7px;color:#475467;display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;background:#fff;border:1px solid #e4e7ec;padding:7px 13px;border-radius:99px;box-shadow:0 2px 6px #10182808}
.band-eyebrow>span{width:7px;height:7px;background:#16a34a;border-radius:50%;box-shadow:0 0 0 5px #16a34a15}
.band-story h1{font-size:clamp(30px,3.4vw,50px);font-weight:750;line-height:1.24;letter-spacing:-1px;margin:0 0 16px;color:#101828}
.band-story h1 em{font-style:normal;color:#1d4ed8}
.band-lead{font-size:clamp(13px,1.05vw,15px);line-height:1.9;color:#667085;max-width:660px;margin:0 0 24px}
.band-team{display:inline-flex;align-items:center;gap:22px;font-weight:600;font-size:14px;background:#101828;color:#fff;padding:12px 20px;border-radius:10px;transition:background .15s,transform .15s;box-shadow:0 10px 24px #10182822;margin-bottom:8px}
.band-team:hover{background:#1d4ed8;transform:translateY(-1px)}
.band-team span{font-size:17px}

/* icon grid -- white square tile (the "card"), plain label underneath, no
   wrapping border/shadow around the whole visual block: matches the
   reference (icon squares floating on the light section, not boxed). */
.band-visual{position:relative;z-index:1;width:100%;max-width:1080px;margin:40px auto 0}
.band-visual-top{display:flex;justify-content:center;margin-bottom:26px}
.band-visual-label{font-size:13px;font-weight:700;color:#101828}
.band-demo-label{display:none}

/* ~21 modules, 6/row on desktop (matches the reference grid density) -- six
   accents cycle across columns so the grid reads colorful like the
   reference instead of one flat tone, using Banderp's own palette. */
.band-module-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 14px}
.band-module{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.band-module:nth-child(6n+1){--accent:#9f2b39}
.band-module:nth-child(6n+2){--accent:#1d4ed8}
.band-module:nth-child(6n+3){--accent:#16a34a}
.band-module:nth-child(6n+4){--accent:#c2660a}
.band-module:nth-child(6n+5){--accent:#0f8b8d}
.band-module:nth-child(6n+6){--accent:#7c3aed}
.band-module-icon{width:52px;height:52px;border-radius:14px;background:#fff;border:1px solid #eceff3;box-shadow:0 6px 16px #10182812;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:var(--accent)}
.band-module strong{font-size:11.5px;font-weight:600;line-height:1.45;color:#344054}
.band-module-line{display:none}

.band-flow{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;border-top:1px solid #e4e7ec;margin-top:34px;padding-top:22px}
.band-flow>span{font-size:11.5px;color:#475467;display:flex;gap:8px;align-items:center;font-weight:500}
.band-flow b{font-weight:700;font-size:10px;color:#1d4ed8;background:#e8effe;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:none}

.band-benefits{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin-top:18px;color:#475467;font-size:11.5px;font-weight:500}
.band-benefits-title{flex-basis:100%;text-align:center;font-weight:700;font-size:12.5px;color:#101828;margin-bottom:4px}
.band-benefits span:before{content:"✓";color:#16a34a;margin-inline-end:6px;font-weight:700}

.band-story-bottom{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:10px;padding-top:30px;margin-top:8px;color:#98a2b3;font-size:10px}
.band-story-bottom>b{letter-spacing:2px;font-size:14px;font-weight:700;color:#101828}
.band-story-bottom>b>span{font-weight:400;color:#1d4ed8;margin-inline-start:3px}
.band-story-bottom>span{display:none}

/* ---------- login section (below the hero) ---------- */
.band-auth-section{flex:1;display:flex;align-items:center;justify-content:center;padding:44px 20px;background:#fff}
.band-auth-section .auth-card{width:100%;max-width:440px;border:1px solid #e4e7ec;border-radius:18px;box-shadow:0 16px 40px #10182810;margin:0;padding:36px clamp(24px,3vw,40px);background:#fff}
.band-auth-section .auth-subtitle{font-size:13px;line-height:1.7;margin-bottom:22px;color:#667085;text-align:center}
.band-auth-section .auth-tabs{margin-bottom:22px}
.band-auth-section .input,.band-auth-section .select{min-height:48px;border-radius:10px;background:#f9fafc}
.band-auth-section .form-group{margin-bottom:18px}
.band-auth-section .btn[type=submit]{min-height:48px;background:#1d4ed8;border-radius:10px;box-shadow:0 8px 20px #1d4ed82c;text-align:center;justify-content:center;font-weight:600}
.band-auth-section .auth-hint{margin-top:22px;line-height:1.8;border:1px solid #e5ebf4;background:#f8faff;border-radius:10px}

/* the shared .auth-copyright rule in styles.css is fixed/white-on-transparent
   (built for a dark auth screen) -- band-page ends on a plain white
   background, so it needs to sit in normal flow with dark-on-light text. */
.band-page .auth-copyright{position:static;padding:14px 24px;background:#f8faff;font-size:10px;color:#68778d;text-align:center;border-top:1px solid #e4e7ec}

.band-page a:focus-visible,.band-page button:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px}

@media(max-width:1050px){
  .band-module-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 14px}
  .band-story{padding-top:48px}
}
@media(max-width:640px){
  .band-nav{padding:14px 16px}
  .band-nav-logo{height:32px}
  .band-contact span{display:none}
  .band-story{padding:40px 16px 32px}
  .band-story::before{height:40px}
  .band-story h1{font-size:30px}
  .band-visual{margin-top:30px}
  .band-module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 10px}
  .band-module-icon{width:46px;height:46px;font-size:19px;border-radius:12px}
  .band-module strong{font-size:10.5px}
  .band-flow{gap:10px}
  .band-benefits{gap:12px}
  .band-auth-section{padding:32px 16px}
  .band-auth-section .auth-card{padding:28px 20px}
}
@media(prefers-reduced-motion:reduce){.band-team{transition:none}}

/* ==========================================================================
   المتجر الإلكتروني (Online Store) -- الصفحة العلنية /store/<slug>. قسم
   مستقل تمامًا عن .band-page فوق (ده تسويق "بند" نفسها، ده متجر شركة عميل
   -- زائر نهائي ممكن ميعرفش "بند" أصلاً)، فمقصود عمدًا إنه معندوش أي علاقة
   بكلاسات .band-*. اتحطّ في نفس الملف ده بس عشان يتضاف بدون تعديل
   index.html (نفس السبب اللي .band-page اتحطت بيه هنا أصلاً).
   ========================================================================== */
.store-page{min-height:100svh;display:flex;flex-direction:column;background:#f7f8fb;position:relative}
/* لغة الصفحة (.store-lang-switch) لازم تفضل مثبتة فوق دايمًا (أول عنصر
   في التدفق العادي)؛ اللي بيتوسّط رأسيًا هو بس محتوى حالة التحميل/غير
   متاح تحتها -- شوف .store-center-body، مش .store-page كله. */
.store-center-body{flex:1;display:flex;align-items:center;justify-content:center;padding:20px}
.store-loading{font-size:14px;color:#8a93a6;text-align:center}
.store-notfound{text-align:center;max-width:380px;padding:32px 24px}
.store-notfound-icon{font-size:44px;margin-bottom:10px}
.store-notfound h1{font-size:19px;font-weight:800;margin:0 0 8px;color:#1c2537}
.store-notfound p{font-size:13.5px;color:#667085;line-height:1.7;margin:0 0 4px}
.store-order-serial{margin-top:6px;font-size:13.5px}
.store-notfound .btn{margin-top:16px}

/* عادي جوه تدفق الصفحة (مش fixed) -- عشان متتراكبش مع الهيدر لما يلف سطرين
   على الموبايل (اسم متجر طويل + تليفون). شريط رفيع فوق الهيدر مباشرة،
   محاذي لنهاية السطر (يمين بالعربي/شمال بالإنجليزي). */
.store-lang-switch{display:flex;justify-content:flex-end;padding:8px 16px;background:#fff;border-bottom:1px solid #e4e7ec}
.store-lang-switch button{border:none;background:transparent;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:700;color:#667085;cursor:pointer}
.store-lang-switch button.active{background:#1d4ed8;color:#fff}

.store-header{display:flex;align-items:center;gap:16px;padding:22px clamp(16px,3vw,40px);background:#fff;border-bottom:1px solid #e4e7ec}
.store-logo{width:56px;height:56px;border-radius:14px;object-fit:cover;flex-shrink:0}
.store-logo-placeholder{display:flex;align-items:center;justify-content:center;background:#eef2ff;font-size:26px}
.store-header-text{flex:1;min-width:0}
.store-header-text h1{font-size:18px;font-weight:800;margin:0 0 3px;color:#1c2537}
.store-header-text p{font-size:12.5px;color:#667085;margin:0 0 2px;line-height:1.6}
.store-header-text .store-phone{color:#1d4ed8;font-weight:700}
.store-cart-btn{position:relative;border:1px solid #e4e7ec;background:#f9fafc;border-radius:12px;padding:10px 16px;font-size:18px;cursor:pointer;flex-shrink:0}
.store-cart-badge{position:absolute;top:-6px;inset-inline-end:-6px;background:#dc2626;color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}

.store-main{flex:1;padding:20px clamp(16px,3vw,40px) 40px;max-width:1100px;width:100%;margin:0 auto}
.store-empty{text-align:center;color:#8a93a6;font-size:13.5px;padding:60px 20px}
.store-category-section{margin-bottom:26px}
.store-category-title{font-size:14.5px;font-weight:800;color:#1c2537;margin:0 0 12px;padding-inline-start:2px}
.store-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}
.store-product-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.store-product-img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3f5f9}
.store-product-img-placeholder{display:flex;align-items:center;justify-content:center;font-size:30px;color:#c7cedb}
.store-product-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:5px;flex:1}
.store-product-name{font-size:13px;font-weight:700;color:#1c2537;line-height:1.4}
.store-product-desc{font-size:11.5px;color:#8a93a6;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.store-product-price{font-size:13.5px;font-weight:800;color:#1d4ed8;margin-top:2px}
.store-product-cart-ctrl{margin-top:auto;padding-top:8px}
.store-add-btn{width:100%;justify-content:center}
.store-qty-btn{width:30px;height:30px;border-radius:9px;border:1px solid #e4e7ec;background:#f9fafc;font-size:15px;font-weight:700;cursor:pointer;color:#1c2537}
.store-product-cart-ctrl .store-qty-btn{width:100%;display:inline-flex;align-items:center;justify-content:center}
.store-product-cart-ctrl{display:flex;align-items:center;gap:8px}
.store-qty-val{font-size:13.5px;font-weight:800;min-width:20px;text-align:center}

.store-cart-overlay{position:fixed;inset:0;background:#10182866;display:flex;justify-content:flex-end;z-index:30}
.store-cart-panel{width:100%;max-width:400px;background:#fff;height:100%;display:flex;flex-direction:column;box-shadow:-14px 0 40px #10182820}
.store-cart-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e4e7ec}
.store-cart-head h3{font-size:15px;font-weight:800;margin:0;color:#1c2537}
.store-cart-body{flex:1;overflow-y:auto;padding:16px 18px 24px}
.store-cart-empty{text-align:center;color:#8a93a6;font-size:13px;padding:30px 0}
.store-cart-items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
.store-cart-item{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;border-bottom:1px solid #f0f2f5}
.store-cart-item-name{font-size:13px;font-weight:700;color:#1c2537}
.store-cart-item-ctrl{display:flex;align-items:center;gap:8px}
.store-cart-item-price{margin-inline-start:auto;font-size:12.5px;font-weight:800;color:#1d4ed8}
.store-cart-total{display:flex;justify-content:space-between;font-size:14.5px;padding:12px 0;border-top:1px solid #e4e7ec;margin-bottom:14px}
.store-cart-panel .form-group{margin-bottom:12px}
.store-cart-panel .input,.store-cart-panel .textarea{min-height:42px;border-radius:10px;background:#f9fafc}

@media(max-width:640px){
  .store-header{flex-wrap:wrap;padding:16px}
  .store-product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
  .store-cart-panel{max-width:100%}
}
