/* =========================
   Tmala7.com — styles.css (CLEAN ✅)
   Fix: Logo CSS match HTML + Product header layout + Actions row + Badge effect
   ========================= */

:root{
  --brand:#ff8a1f;
  --brand2:#ffb347;
  --glow: rgba(255,148,48,.25);

  --text:#fff;
  --muted: rgba(255,255,255,.82);
  --line: rgba(255,255,255,.12);

  --glass: rgba(25,25,25,.38);
  --glassHover: rgba(25,25,25,.48);
  --inputBg: rgba(0,0,0,.28);
}

/* ===== Reset / No horizontal overflow ===== */
*{ box-sizing:border-box; }
html,body{ width:100%; overflow-x:hidden; }
html{
  overflow-y: scroll;
  scrollbar-gutter: stable both-edges;
}

body{
  margin:0;
  min-height:100vh;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans Arabic", sans-serif;

  background:
    radial-gradient(900px 500px at 10% 0%, rgba(255,138,31,.10), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(255, 153, 0, 0.12), transparent 60%),
    linear-gradient(180deg, #474749 0%, #fab753 100%);

  color:var(--text);
}

img, svg, video, canvas{ max-width:100%; height:auto; display:block; }

body::before{
  content:"";
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(700px 450px at 20% 10%, rgba(255,138,31,.14), transparent 60%),
    radial-gradient(800px 520px at 80% 18%, rgba(109,91,255,.10), transparent 58%),
    radial-gradient(700px 520px at 50% 90%, rgba(255,204,102,.06), transparent 60%);
  filter: blur(42px);
  opacity:.95;
}

.container{
  width:min(1050px, 92vw);
  margin:0 auto;
}

/* =========================
   TOPBAR
   ========================= */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(6,10,18,.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}

.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:12px;
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
  min-width: 180px;
}

/* ✅ FIX: اللوجو عندك <img class="logo"> (ماشي div فيها img) */
img.logo{
  width:42px;
  height:42px;
  border-radius:14px;
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  object-fit:contain;
  filter: drop-shadow(0 0 16px var(--glow));
  animation: floatLogo 2.8s ease-in-out infinite;
}
@keyframes floatLogo{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}

.brand-title{font-weight:900}
.brand-sub{color:var(--muted); font-size:12px}

.top-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.user-chip{
  display:flex; align-items:center; gap:10px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.03);
}

/* topbar shine */
.topbar::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent);
  transform: translateX(-60%);
  animation: topbarShine 6s ease-in-out infinite;
}
@keyframes topbarShine{
  0%{ transform: translateX(-60%); opacity:0; }
  10%{ opacity:.6; }
  45%{ opacity:0; }
  100%{ transform: translateX(60%); opacity:0; }
}

/* =========================
   BUTTONS
   ========================= */
.cart-btn,.ghost-btn,.icon-btn{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:14px;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.cart-btn{ padding:10px 12px; }
.ghost-btn{ padding:8px 10px; border-radius:12px; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; }
.icon-btn{ padding:6px 10px; border-radius:12px; }

.cart-btn:hover,.ghost-btn:hover,.icon-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
  border-color: rgba(255,255,255,.18);
}
.cart-btn:active,.ghost-btn:active,.icon-btn:active{
  transform: translateY(0) scale(.98);
}

.btn{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border:1px solid rgba(255,138,31,.45);
  color:#111;
  font-weight:900;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  box-shadow: 0 12px 28px rgba(255,138,31,.18);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover{
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(255,138,31,.55);
  filter: brightness(1.05);
}
.btn:active{ transform: scale(.97); }

.badge{
  display:inline-block;
  min-width:22px;
  padding:2px 7px;
  border-radius:999px;
  background: rgba(255,165,0,0.18);
  border:1px solid rgba(255,165,0,0.35);
  color: rgba(255,255,255,0.92);
  margin-inline-start:6px;
}

/* ✅ رجّع إفيكت ديال الاشتراك (ما كيخربقش layout حيت transform فقط) */
.badge-sub{
  background: rgba(255, 140, 0, 0.14);
  border: 1px solid rgba(255, 140, 0, 0.35);
  color: #ffb55a;
  box-shadow: 0 0 0 rgba(255,140,0,0);
  animation: subPulse 1.8s ease-in-out infinite, subFloat 3.2s ease-in-out infinite;
}
@keyframes subPulse{
  0%,100%{ box-shadow: 0 0 0 rgba(255,140,0,0); }
  50%{ box-shadow: 0 0 18px rgba(255,140,0,0.35); }
}
@keyframes subFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-2px); }
}

/* زر كبير (Product page / anywhere) */
.btn.big-cart{
  width: 260px;
  padding: 16px 22px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .3px;
  white-space: nowrap;

  box-shadow:
    0 14px 30px rgba(255,138,31,.25),
    0 0 18px rgba(255,138,31,.45);
}
.btn.big-cart:hover{
  transform: scale(1.06);
  filter: brightness(1.05);
  box-shadow:
    0 16px 40px rgba(255,138,31,.30),
    0 0 26px rgba(255,138,31,.70);
}

/* =========================
   HERO + FILTERS
   ========================= */
.hero{padding:26px 0 10px}
.hero h1{
  margin:0 0 8px;
  font-size:36px;
  background: linear-gradient(90deg, var(--brand), #ffd29a);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow: 0 0 26px rgba(255,138,31,.14);
}
.hero p{margin:0 0 16px; color:var(--muted)}

.filters{display:flex; gap:10px; flex-wrap:wrap}
.input{
  width: min(520px, 92vw);
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.16);
  background: var(--inputBg);
  color: rgba(255,255,255,0.92);
  outline:none;
}
.input::placeholder{ color: rgba(255,255,255,0.55); }
select.input{width: 180px; appearance:none; -webkit-appearance:none;}
select.input option{ background:#111 !important; color:#fff !important; }
.input:focus{
  border-color: rgba(255,165,0,0.55);
  box-shadow: 0 0 0 4px rgba(255,165,0,0.14);
}

/* =========================
   GRID + CARDS
   ========================= */
.section-title{ margin:18px 0 12px; color: rgba(255,255,255,0.92); }

.grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; }
@media (max-width: 980px){ .grid{grid-template-columns: repeat(2, 1fr);} }
@media (max-width: 520px){ .grid{grid-template-columns: 1fr;} }

.card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);
  background: var(--glass);
  border-radius:18px;
  padding:14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.card:hover{
  transform: translateY(-6px);
  background: var(--glassHover);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}

.product{ display:flex; flex-direction:column; gap:10px; }
.product h3{margin:0; font-size:16px}
.product .meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color: var(--muted);
  font-size:13px;
  gap:10px;
}
.price{ color: var(--brand); font-weight:900; }

.card.product .product-img{
  width:100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  margin-bottom:12px;
  background:#0f172a;
  box-shadow: 0 14px 35px rgba(0,0,0,.35);
}

/* Neon add-to-cart (card) */
.card.product .meta .btn{
  padding: 12px 16px;
  font-weight: 900;
  font-size: 15px;
  border-radius: 14px;
  min-height: 44px;
  letter-spacing: .2px;
  border: 1px solid rgba(255,138,31,.6);
  box-shadow: 0 14px 32px rgba(255,138,31,.22);
}
.card.product .meta .btn:hover{
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 0 10px rgba(255,138,31,.9),
    0 0 22px rgba(255,138,31,.7),
    0 0 42px rgba(255,138,31,.55),
    0 10px 35px rgba(0,0,0,.45);
  filter: brightness(1.12) saturate(1.1);
}

@media (max-width: 520px){
  .card.product .meta{ flex-wrap:wrap; }
  .card.product .meta .btn{ width:100%; font-size:16px; }
}

/* =========================
   FOOTER
   ========================= */
.footer{padding:18px 0; border-top:1px solid rgba(255,255,255,.10); margin-top:26px}
.footer-inner{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}
.muted{color:var(--muted)}
.small{font-size:12px}
.hidden{display:none !important;}

/* =========================
   MODAL (Cart + Auth)
   ========================= */
.modal{
  position:fixed; inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding: 18px;
  z-index:9999;
}
.modal.open{ display:flex; }

.modal-backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.55);
}

.modal-card{
  position:relative;
  width: min(620px, 92vw);
  max-height: min(86vh, 720px);
  overflow: auto;
  border-radius:18px;
  border:1px solid rgba(255,138,31,.16);
  background: rgba(10,12,16,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(0,0,0,.65);
  padding:14px;
}

.modal-head{
  display:flex; align-items:center; justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.10);
  padding-bottom:10px; margin-bottom:10px;
}

.modal .input{
  width: 100% !important;
  max-width: 100% !important;
}
.modal .row{ display:flex; gap:10px; flex-wrap:wrap; }
.modal .row > *{ flex:1; min-width: 220px; }

.cart-items{display:flex; flex-direction:column; gap:10px; min-height:40px}
.cart-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  padding:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.03);
}
.qty{display:flex; align-items:center; gap:8px}
.qty button{
  width:32px; height:32px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:var(--text);
  cursor:pointer;
}
.cart-foot{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  margin-top:10px; padding-top:10px;
  border-top:1px solid rgba(255,255,255,.10);
}
.total{font-weight:900}

/* =========================
   TOAST
   ========================= */
.toast-wrap{
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: grid;
  gap: 10px;
  pointer-events: none;
}
.toast{
  min-width: min(360px, 92vw);
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(10,12,16,.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 55px rgba(0,0,0,.55);
  color: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* =========================
   CART DRAWER (Right)
   ========================= */
.drawer-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9998;
}
.drawer-backdrop.open{ opacity:1; pointer-events:auto; }

.drawer{
  position: fixed;
  top: 14px;
  right: 14px;
  width: min(420px, 92vw);
  height: calc(100vh - 28px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,12,16,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(0,0,0,.65);
  z-index: 9999;

  display:flex;
  flex-direction:column;
  overflow:hidden;

  transform: translateX(110%);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.drawer.open{ transform: translateX(0); opacity:1; }

.drawer-head{
  padding: 12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.drawer-title{ font-weight: 900; font-size: 16px; }
.drawer-items{
  padding: 12px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.drawer-row{
  display:grid;
  grid-template-columns: 56px 1fr;
  gap:10px;
  padding:10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.drawer-thumb{
  width:56px; height:72px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:#0f172a;
  object-fit:cover;
  object-position:center top;
}
.drawer-name{ font-weight:900; font-size:13px; line-height:1.25; }
.drawer-mini{
  margin-top:4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.drawer-price{ color: rgba(255,255,255,.85); font-size:12px; }
.drawer-qty{ display:flex; align-items:center; gap:8px; }
.drawer-qty button{
  width:30px; height:30px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
}
.drawer-qty span{ min-width:18px; text-align:center; font-weight:900; }

.drawer-foot{
  padding:12px;
  border-top:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.12);
}
.drawer-total{ font-weight:900; margin-bottom:10px; }
.drawer-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.drawer-actions .btn, .drawer-actions .ghost-btn{ flex:1; min-width:160px; }

/* =========================
   SIDEBAR MENU
   ========================= */
.side-toggle{
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 10001;

  width: 44px;
  height: 44px;
  border-radius: 12px;

  font-size: 20px;
  font-weight: 900;

  background: rgba(0,0,0,.55);
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.side-menu{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 260px;

  background: rgba(15,18,25,.98);
  backdrop-filter: blur(14px);
  border-right: 1px solid rgba(255,255,255,.12);

  transform: translateX(-100%);
  transition: .35s ease;
  z-index: 10002;

  padding: 18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.side-menu.open{ transform: translateX(0); }

.side-backdrop{
  position: fixed;
  inset:0;
  background: rgba(0,0,0,.5);
  opacity:0;
  pointer-events:none;
  transition:.3s;
  z-index:10000;
}
.side-backdrop.open{ opacity:1; pointer-events:auto; }

.side-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-weight:900;
  font-size:18px;
  margin-bottom:12px;
}
.side-head button{
  background:none;
  border:none;
  color:#fff;
  font-size:20px;
  cursor:pointer;
}
.side-menu a{
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration:none;
  color:#fff;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}
.side-menu a:hover{
  background: linear-gradient(135deg,#ff8a1f,#ffb347);
  color:#111;
  box-shadow: 0 0 14px rgba(255,138,31,.6);
}
.side-sep{
  height:1px;
  background: rgba(255,255,255,.1);
  margin:10px 0;
}

/* Product page spacing */
.product-page{ padding: 40px 0; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; }
}



/* ===== HEADER (product) ===== */
.topbar-inner.topbar-product{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;                 /* مسافة بين اليسار واليمين */
}

/* الرئيسية تبقى فاليسار */
.topbar-inner.topbar-product .home-btn{
  margin: 0;
}

/* مجموعة اليمين (السلة + اللوغو) */
.topbar-inner.topbar-product .top-right-group{
  display:flex;
  align-items:center;
  gap:12px;                 /* مسافة بين السلة واللوغو */
  margin-left:auto;         /* كتدفعهم لليمين */
}

/* خفّف تزاحم داخل brand */
.topbar-inner.topbar-product .brand{
  display:flex;
  align-items:center;
  gap:10px;
}

/* ===== ACTIONS ROW تحت ===== */
.product-actions-row{
  margin-top: 18px;
  display:flex;
  align-items:center;
  gap:14px;
}

/* ✅ أكمل التسوق فاليسار */
.product-actions-row .back-left{
  margin: 0;
}

/* ✅ فتح السلة مايبقاش لاصق: يجي لتحت شوية + يبعد على النص */
.product-actions-row .cart-open-big{
  margin-top: 10px;          /* هادي اللي كتهبطو شوية */
}

/* ✅ خليهوم مفروقين ومريّحين */
.product-actions-row .back-left,
.product-actions-row .cart-open-big{
  padding: 12px 18px;
}

/* موبايل */
@media (max-width:600px){
  .product-actions-row{
    flex-direction: column;
    align-items: flex-start; /* خليهم فاليسار حتى فالموبايل */
  }
  .product-actions-row .back-left,
  .product-actions-row .cart-open-big{
    width:100%;
  }
}

/* =========================
   🔥 STRONG SECTION DIVIDER
   ========================= */

.products-section,
.games-section,
.iptv-section{
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

/* الخط الجديد (أوضح + glow) */
.products-section::after,
.games-section::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 95%;
  height: 3px; /* كان 1px → دابا واضح */

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,138,31,.85) 20%,
    rgba(255,180,80,1) 50%,
    rgba(255,138,31,.85) 80%,
    transparent 100%
  );

  border-radius: 10px;

  box-shadow:
    0 0 10px rgba(255,138,31,.7),
    0 0 25px rgba(255,138,31,.45); /* glow effect */
}
/* =========================
   DIVIDER تحت كل عنوان قائمة
   ========================= */

.section-title{
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 40px;
}

/* الخط */
.section-title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 85%;
  height: 3px;

  background: linear-gradient(
    90deg,
    transparent,
    #ff8a1f,
    #ffb347,
    #ff8a1f,
    transparent
  );

  border-radius: 10px;

  box-shadow:
    0 0 12px rgba(255,138,31,.7),
    0 0 25px rgba(255,138,31,.45);
}
/* =========================
   HOW IT WORKS FIX FINAL ✅
   ========================= */

.how-section{
  margin-top: 90px;        /* يهبط لتحت */
  padding: 50px 30px;     /* مسافة داخلية */

  background: rgba(0,0,0,.18);  /* باش تبان منفصلة */
  border-radius: 20px;

  border-top: 2px solid rgba(255,140,0,.35); /* خط فاصل واضح */
}
.how-section{
  margin-top: 100px;
  padding: 60px 30px;

  background: rgba(0,0,0,.18);
  border-radius: 20px;

  border-top: 2px solid rgba(255,140,0,.35);
}
/* =========================
   CONTACT SECTION ✨
   ========================= */
.contact-section{
  margin-top: 80px;
  padding: 28px 0 10px;
}

.contact-title{
  margin: 0 0 6px;
}

.contact-sub{
  margin: 0 0 18px;
  color: rgba(255,255,255,.80);
}

.contact-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 900px){
  .contact-grid{ grid-template-columns: 1fr; }
}

.contact-card{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 16px 16px;
  border-radius: 18px;

  border: 1px solid rgba(255,255,255,.14);
  background: rgba(25,25,25,.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  text-decoration: none;
  color: #fff;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
  overflow: hidden;
}

/* glow line */
.contact-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(600px 220px at 20% 0%, rgba(255,140,0,.22), transparent 55%);
  opacity:.0;
  transition: opacity .2s ease;
  pointer-events:none;
}

.contact-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  filter: brightness(1.05);
}
.contact-card:hover::before{ opacity: 1; }

.contact-icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;

  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.contact-name{
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 2px;
}
.contact-value{
  font-size: 13px;
  color: rgba(255,255,255,.80);
}

.contact-chip{
  margin-left: auto;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

/* platform accents */
.contact-card.wa .contact-icon{
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.contact-card.wa:hover{
  box-shadow: 0 0 26px rgba(37,211,102,.25), 0 24px 70px rgba(0,0,0,.45);
}
.contact-card.ig:hover{
  box-shadow: 0 0 26px rgba(255,90,154,.20), 0 24px 70px rgba(0,0,0,.45);
}
.contact-card.em:hover{
  box-shadow: 0 0 26px rgba(100,180,255,.20), 0 24px 70px rgba(0,0,0,.45);
}
/* ✅ زيد مسافة بين قسم العملية و قسم تواصل معنا */
.how-box{              /* إلا كان عندك class ديال البوكس */
  margin-bottom: 90px;
}

/* إذا ماعندكش how-box استعمل هاد الحل العام */
.contact-section{
  margin-top: 110px;   /* هادي اللي كتطلع "تواصل معنا" لتحت */
  padding-top: 10px;
}

/* وإذا بغيتي تزيد مسافة حتى من الفاصل (الخط) */
main section{
  margin-bottom: 80px;  /* كان 60 */
  padding-bottom: 80px; /* كان 60 */
}
/* ✅ AUTH MODAL FIX: spacing + clean labels */
.modal-card .field{
  display:block;
  margin-top: 12px;
}

.modal-card .field .input{
  margin-top: 8px;
}

.modal-card .row{
  gap: 12px;
  margin-top: 12px;
}

.modal-card .sep{
  margin: 14px 0;
  opacity: .55;
}
