/*
Theme Name: روائع
Theme URI: https://rawayie.sa/
Author: مؤسسة روائع لتقنية المعلومات
Description: قالب عرض روائع المستقل، مخصص لواجهة الموقع ويعمل مع إضافة Rawayie Core.
Version: 19.1.9
License: رخصة جنو العمومية الإصدار 2 أو أحدث
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roaaiw-prayer
Tags: rtl, landing-page, mosque, arabic, responsive
*/

@font-face{
  font-family:"Rawayie Prayer";
  src:url("assets/fonts/lalezar-arabic-400-normal.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

:root{
  --bg:#022f33;
  --bg-2:#06484c;
  --surface:#063d42;
  --surface-2:#075a5e;
  --card:rgba(255,255,255,.06);
  --card-border:rgba(255,255,255,.09);
  --text:#f8fafc;
  --muted:#cbd5e1;
  --soft:#94a3b8;
  --primary:#0b767b;
  --primary-2:#064f53;
  --accent:#d6a54a;
  --accent-2:#efca7a;
  --shadow: 0 20px 70px rgba(0,0,0,.35);
  --radius:28px;
  --radius-lg:36px;
  --max:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(16,185,129,.15), transparent 22%),
    radial-gradient(circle at top left, rgba(245,158,11,.12), transparent 20%),
    linear-gradient(180deg, var(--bg) 0%, #08101c 38%, #07111f 100%);
  color:var(--text);
  line-height:1.9;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
button,input,textarea,select{font-family:inherit}
.container{
  width:min(var(--max), calc(100% - 32px));
  margin-inline:auto;
}
.site{
  min-height:100vh;
}

/* الشريط العلوي */
.topbar{
  position:sticky;
  top:0;
  z-index:60;
  backdrop-filter: blur(18px);
  background:rgba(7,17,31,.7);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:900;
  letter-spacing:-.3px;
}
.brand-mark{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, var(--primary) 0%, #0ea5e9 100%);
  box-shadow:0 12px 28px rgba(16,185,129,.25);
  flex:0 0 auto;
}
.brand-mark svg{
  width:26px;height:26px;
  fill:white;
}
.brand-title{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.brand-title strong{
  font-size:1.05rem;
  line-height:1.2;
}
.brand-title span{
  color:var(--soft);
  font-size:.88rem;
}

.nav-links{
  display:flex;
  gap:24px;
  color:var(--muted);
  font-size:.98rem;
}
.nav-links a:hover{color:#fff}
.nav-cta,.btn{
  transition:.25s ease;
}
.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--primary) 0%, #059669 100%);
  color:white;
  font-weight:800;
  box-shadow:0 14px 30px rgba(16,185,129,.22);
  min-height:48px;
}
.nav-cta:hover{transform:translateY(-2px)}

.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0;
  flex-direction:column;
  flex:0 0 auto;
}
.menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#fff;
}

.mobile-menu{
  display:none;
  margin:12px 0 0;
  padding:12px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 32px rgba(0,0,0,.18);
}
.mobile-menu[hidden]{
  display:none !important;
}
.mobile-menu:not([hidden]){
  display:block;
}
.mobile-menu a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  color:#fff;
}
.mobile-menu a:hover{
  background:rgba(255,255,255,.08);
}

body.menu-open{
  overflow:hidden;
}

/* الواجهة الرئيسية */
.hero{
  padding:52px 0 30px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:32px;
  align-items:center;
  min-height:calc(100vh - 92px);
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(16,185,129,.12);
  border:1px solid rgba(16,185,129,.18);
  color:#d1fae5;
  font-weight:700;
  font-size:.95rem;
  margin-bottom:18px;
}
.badge i{
  width:8px;height:8px;border-radius:50%;
  background:var(--primary);
  box-shadow:0 0 0 6px rgba(16,185,129,.12);
  display:inline-block;
}
h1{
  margin:0 0 16px;
  font-size:clamp(2.3rem, 5vw, 4.8rem);
  line-height:1.08;
  letter-spacing:-.8px;
}
.lead{
  margin:0 0 28px;
  color:var(--muted);
  font-size:1.12rem;
  max-width:62ch;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:22px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:18px;
  font-weight:900;
  border:1px solid transparent;
  min-height:54px;
}
.btn-primary{
  background:linear-gradient(135deg, var(--primary) 0%, #059669 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(16,185,129,.22);
}
.btn-primary:hover{transform:translateY(-2px)}
.btn-secondary{
  background:rgba(255,255,255,.04);
  color:#fff;
  border-color:rgba(255,255,255,.10);
}
.btn-secondary:hover{transform:translateY(-2px); background:rgba(255,255,255,.07)}
.btn-dark{
  background:#fff;
  color:#08111f;
}

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  color:var(--muted);
  font-size:.95rem;
}
.trust-row span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  padding:9px 14px;
  border-radius:999px;
}

/* العناصر المرئية */
.visual{
  position:relative;
  min-height:620px;
  display:grid;
  place-items:center;
}
.glow{
  position:absolute;
  inset:auto;
  width:420px;height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(16,185,129,.22), rgba(16,185,129,.05) 45%, transparent 70%);
  filter:blur(10px);
  z-index:0;
  transform:translate(60px, -40px);
}
.phone{
  position:relative;
  width:min(100%, 430px);
  height:640px;
  border-radius:42px;
  background:linear-gradient(180deg, #0f172a 0%, #020617 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  padding:16px;
  z-index:1;
  transform:rotate(-4deg);
}
.phone::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}
.phone-screen{
  height:100%;
  border-radius:32px;
  background:
    radial-gradient(circle at top right, rgba(16,185,129,.12), transparent 24%),
    linear-gradient(180deg, #111827 0%, #0b1220 100%);
  overflow:hidden;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.screen-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#dbeafe;
  font-size:.92rem;
  opacity:.95;
}
.screen-card{
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
  padding:18px;
  backdrop-filter: blur(10px);
}
.screen-card h3{
  margin:0 0 6px;
  font-size:1.08rem;
}
.screen-card p{
  margin:0;
  color:var(--muted);
  font-size:.95rem;
}
.prayer-panel{
  display:grid;
  gap:12px;
  background:linear-gradient(135deg, rgba(16,185,129,.18), rgba(15,118,110,.10));
  border:1px solid rgba(16,185,129,.16);
  border-radius:24px;
  padding:18px;
}
.prayer-panel .label{
  color:#d1fae5;
  font-size:.95rem;
}
.prayer-time{
  font-size:1.5rem;
  font-weight:900;
  letter-spacing:.2px;
}
.times{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
}
.time-item{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:12px 14px;
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:.95rem;
}
.time-item span:last-child{
  color:#f8fafc;
  font-weight:800;
}
.mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:auto;
}
.mini{
  min-height:124px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  padding:16px;
}
.mini strong{
  display:block;
  margin-bottom:8px;
  font-size:1rem;
}
.mini span{
  color:#cbd5e1;
  font-size:.92rem;
  line-height:1.7;
}

.floating-badge{
  position:absolute;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  box-shadow:0 15px 35px rgba(0,0,0,.25);
  padding:14px 16px;
  z-index:2;
}
.float-1{top:34px; right:-10px}
.float-2{bottom:54px; left:-18px}
.floating-badge strong{
  display:block;
  font-size:.96rem;
  margin-bottom:4px;
}
.floating-badge span{
  color:var(--muted);
  font-size:.88rem;
}

/* الأقسام */
.section{
  padding:78px 0;
  content-visibility:auto;
  contain-intrinsic-size:1px 820px;
}
.section-head{
  text-align:center;
  margin-bottom:34px;
}
.section-head h2{
  margin:0 0 12px;
  font-size:clamp(1.7rem, 3vw, 2.7rem);
  line-height:1.2;
}
.section-head p{
  margin:0 auto;
  max-width:820px;
  color:var(--muted);
  font-size:1.02rem;
}

.metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:30px;
}
.metric{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:22px;
  text-align:center;
}
.metric strong{
  display:block;
  font-size:1.9rem;
  margin-bottom:6px;
  color:#fff;
}
.metric span{
  color:var(--muted);
  font-size:.96rem;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.feature{
  background:var(--card);
  border:1px solid var(--card-border);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 14px 40px rgba(0,0,0,.16);
  transition:.25s ease;
}
.feature:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.08);
}
.icon{
  width:56px;height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(16,185,129,.18), rgba(245,158,11,.12));
  border:1px solid rgba(255,255,255,.08);
  font-size:1.4rem;
  margin-bottom:14px;
}
.feature h3{
  margin:0 0 10px;
  font-size:1.2rem;
}
.feature p{
  margin:0;
  color:var(--muted);
  font-size:.98rem;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.panel{
  background:linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.04) 100%);
  border:1px solid rgba(255,255,255,.09);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.panel h3{
  margin:0 0 16px;
  font-size:1.35rem;
}
.checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}
.checklist li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:var(--muted);
  font-size:1rem;
}
.check{
  width:26px;height:26px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(16,185,129,.14);
  color:#34d399;
  font-weight:900;
  flex:0 0 auto;
  margin-top:2px;
}

.gallery{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}
.photo-card{
  min-height:340px;
  border-radius:30px;
  overflow:hidden;
  position:relative;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(180deg, rgba(7,17,31,.05) 0%, rgba(7,17,31,.72) 100%),
    url("https://images.unsplash.com/photo-1518118573785-4b3b3f7a5f9a?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}
.photo-card .overlay{
  position:absolute;
  inset:auto 0 0 0;
  padding:24px;
  background:linear-gradient(180deg, transparent 0%, rgba(7,17,31,.82) 55%, rgba(7,17,31,.95) 100%);
}
.photo-card h3{
  margin:0 0 8px;
  font-size:1.45rem;
}
.photo-card p{
  margin:0;
  color:var(--muted);
  max-width:42ch;
}

.stack{
  display:grid;
  gap:18px;
}
.stack-item{
  border-radius:26px;
  padding:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.stack-item strong{
  display:block;
  margin-bottom:8px;
  font-size:1.08rem;
}
.stack-item span{
  color:var(--muted);
  font-size:.96rem;
}

.cta{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(16,185,129,.20), transparent 22%),
    radial-gradient(circle at bottom left, rgba(245,158,11,.18), transparent 20%),
    linear-gradient(135deg, rgba(12,25,43,.98) 0%, rgba(7,17,31,.98) 100%);
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  box-shadow:var(--shadow);
  padding:30px;
}
.cta::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.12), transparent 68%);
  inset:auto -110px -120px auto;
  pointer-events:none;
}
.cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
.cta h3{
  margin:0 0 10px;
  font-size:1.9rem;
  line-height:1.2;
}
.cta p{
  margin:0;
  color:var(--muted);
  max-width:62ch;
}
.cta .actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

footer{
  padding:34px 0 48px;
  color:var(--soft);
  text-align:center;
  font-size:.95rem;
}

/* توافق ووردبريس */
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.9rem;color:var(--muted)}
.gallery-caption{color:var(--muted)}
.aligncenter{display:block;margin-inline:auto}
.alignleft{float:left;margin:0 1rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1rem}

/* التجاوب */
@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .hero-grid,
  .split,
  .gallery,
  .feature-grid,
  .metrics{
    grid-template-columns:1fr;
  }
  .nav-links{display:none}
  .hero{
    padding-top:34px;
  }
  .hero-grid{
    min-height:auto;
  }
  .visual{min-height:auto; padding-top:14px}
  .phone{
    transform:none;
    width:min(100%, 430px);
  }
}

@media (max-width: 640px){
  .container{width:min(var(--max), calc(100% - 20px))}
  .nav{height:auto; padding:12px 0; flex-wrap:wrap}
  .brand-title span{display:none}
  .btn,.nav-cta{width:100%}
  .hero-actions,.cta .actions{flex-direction:column}
  .phone{height:auto}
  .phone-screen{min-height:620px}
  .times{grid-template-columns:1fr}
  .mini-grid{grid-template-columns:1fr}
  .metric strong{font-size:1.6rem}
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
}

.brand-mark-logo{
  overflow:hidden;
  padding:0;
}
.brand-mark-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero-emblem{
  width:min(100%, 260px);
  margin:0 auto 18px;
  padding:14px;
  border-radius:28px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 18px 46px rgba(0,0,0,.24);
  display:grid;
  place-items:center;
}
.hero-emblem img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  filter: drop-shadow(0 10px 22px rgba(245,158,11,.15));
}
@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .hero-emblem{max-width:220px}
}

.topbar{
  box-shadow:0 10px 30px rgba(0,0,0,.14);
}

.nav{
  gap:20px;
}

.brand{
  min-width:0;
  align-items:center;
  gap:12px;
  padding:8px 12px 8px 8px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}

.brand-mark-logo{
  width:52px;
  height:52px;
  border-radius:16px;
  overflow:hidden;
  flex:0 0 auto;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.brand-mark-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.brand-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
  line-height:1.25;
}

.brand-name{
  font-size:1.08rem;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.brand-desc{
  color:var(--soft);
  font-size:.84rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.nav-links{
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}

.nav-links a{
  position:relative;
  padding:6px 2px;
}

.nav-links a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-2px;
  width:0;
  height:2px;
  background:linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
  transition:width .25s ease;
  border-radius:999px;
}

.nav-links a:hover::after{
  width:100%;
}

.nav-cta{
  background:linear-gradient(135deg, var(--accent) 0%, #d97706 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(245,158,11,.22);
}

.nav-cta:hover{
  transform:translateY(-2px);
}

@media (max-width: 640px){
  .brand{
    width:100%;
    background:rgba(255,255,255,.03);
  }
  .brand-mark-logo{
    width:46px;
    height:46px;
  }
  .brand-name{
    font-size:1rem;
  }
  .brand-desc{
    font-size:.78rem;
  }
}

/* توافق التجاوب مع جميع الأجهزة */
img, video, iframe, svg{
  max-width:100%;
  height:auto;
}

body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

.container{
  width:min(var(--max), calc(100% - 24px));
}

.nav{
  flex-wrap:wrap;
}

.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0;
  flex-direction:column;
}
.menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#fff;
}

@media (max-width: 1180px){
  .hero-grid{
    gap:24px;
  }
  .phone{
    width:min(100%, 400px);
    height:600px;
  }
  .visual{
    min-height:auto;
  }
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .nav-links{
    display:none;
  }

  .menu-toggle{
    display:inline-flex;
    margin-inline-start:auto;
  }

  .nav-cta{
    display:none;
  }

  .mobile-menu{
    display:none;
  }

  .hero-grid,.split,.gallery,.feature-grid,.metrics{
    grid-template-columns:1fr;
  }

  .hero{
    padding-top:28px;
  }

  .hero-grid{
    min-height:auto;
  }

  .hero-emblem{
    max-width:220px;
  }

  .visual{
    order:-1;
    margin-bottom:12px;
  }

  .phone{
    transform:none;
    width:min(100%, 430px);
    margin-inline:auto;
  }

  .floating-badge{
    max-width:44%;
  }

  .brand-copy{
    max-width:calc(100vw - 210px);
  }
}

@media (max-width: 768px){
  .section{
    padding:58px 0;
  }

  h1{
    font-size:clamp(2rem, 8vw, 3rem);
  }

  .lead{
    font-size:1rem;
  }

  .hero-actions,.cta .actions{
    flex-direction:column;
  }

  .btn{
    width:100%;
  }

  .hero-points,
  .trust-row{
    gap:10px;
  }

  .hero-points span,
  .trust-row span{
    width:100%;
    justify-content:center;
  }

  .mini-grid{
    grid-template-columns:1fr;
  }

  .phone-screen{
    min-height:unset;
  }

  .floating-badge{
    position:static;
    width:100%;
    margin-bottom:10px;
  }

  .visual{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .glow{
    display:none;
  }

  .panel,.card,.feature,.metric,.stack-item,.photo-card,.cta{
    border-radius:24px;
  }
}

@media (max-width: 480px){
  .container{
    width:min(var(--max), calc(100% - 18px));
  }

  .nav{
    gap:10px;
  }

  .brand{
    width:100%;
    padding:8px;
  }

  .brand-mark-logo{
    width:42px;
    height:42px;
  }

  .brand-name{
    font-size:.98rem;
  }

  .brand-desc{
    font-size:.74rem;
  }

  .phone{
    width:100%;
    height:auto;
  }

  .phone-screen{
    padding:14px;
  }

  .screen-card,
  .prayer-panel,
  .mini,
  .stack-item{
    padding:14px;
  }

  .cta{
    padding:20px;
  }

  .cta h3{
    font-size:1.5rem;
  }
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .brand-title{
    min-width:0;
  }
}

@media (max-width: 640px){
  .topbar{
    position:sticky;
  }
}

.hero img,
.gallery img,
.photo-card img,
.brand-mark-logo img{
  display:block;
}

.hero.has-hero-bg{
  position:relative;
}
.hero.has-hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(7,17,31,.70) 0%, rgba(7,17,31,.86) 100%),
    var(--hero-bg) center/cover no-repeat;
  opacity:.42;
  pointer-events:none;
  z-index:0;
}
.hero.has-hero-bg > .container{
  position:relative;
  z-index:1;
}

.site-footer{
  padding:20px 0 44px;

  content-visibility:auto;
  contain-intrinsic-size:1px 260px;
}
.footer-inner{
  display:grid;
  gap:18px;
  align-items:center;
  justify-items:center;
  text-align:center;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  padding:24px;
}
.footer-brand strong{
  display:block;
  font-size:1.1rem;
  color:#fff;
  margin-bottom:4px;
}
.footer-brand p{
  margin:0;
  color:var(--muted);
}
.footer-nav ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 18px;
  padding:0;
  margin:0;
}
.footer-nav a{
  color:var(--muted);
}
.footer-nav a:hover{
  color:#fff;
}

@media (max-width: 768px){
  .footer-inner{
    padding:18px;
  }
}

.menu-toggle:focus-visible,.nav-cta:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(245,158,11,.75);
  outline-offset:2px;
}

.verse-section{
  padding-top: 12px;
}

.verse-band{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  align-items:stretch;
}

.verse-copy,
.verse-card{
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border-radius:30px;
  box-shadow:var(--shadow);
}

.verse-copy{
  padding:28px;
}

.verse-kicker{
  margin:0 0 10px;
  color:var(--accent-2);
  font-weight:800;
  letter-spacing:.3px;
}

.verse-copy h2{
  margin:0 0 14px;
  font-size:clamp(1.5rem, 2.8vw, 2.2rem);
  line-height:1.6;
}

.verse-text{
  margin:0 0 12px;
  color:var(--muted);
  font-size:1.02rem;
  line-height:2;
}

.verse-source{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(16,185,129,.12);
  border:1px solid rgba(16,185,129,.18);
  color:#d1fae5;
  font-weight:700;
}

.verse-card{
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.verse-card strong{
  display:block;
  margin-bottom:12px;
  font-size:1.2rem;
  color:#fff;
}

.verse-card p{
  margin:0;
  color:var(--muted);
  line-height:2;
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .verse-band{
    grid-template-columns:1fr;
  }
}

@media (max-width: 768px){
  .verse-copy,
  .verse-card{
    padding:20px;
  }
}

.prayer-times-section{
  padding-top: 10px;
}

.prayer-times-panel{
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border-radius:30px;
  box-shadow:var(--shadow);
  padding:26px;
}

.prayer-head{
  margin-bottom:22px;
}

.prayer-times-grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:12px;
}

.prayer-time-item{
  padding:18px 14px;
  border-radius:22px;
  background:rgba(7,17,31,.48);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.prayer-time-item span{
  display:block;
  color:var(--muted);
  margin-bottom:10px;
  font-size:.95rem;
}

.prayer-time-item strong{
  display:block;
  font-size:1.35rem;
  color:#fff;
  letter-spacing:.4px;
}

.prayer-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
  color:var(--muted);
  font-size:.95rem;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.prayer-footer span:first-child{
  color:#d1fae5;
  font-weight:700;
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .prayer-times-grid{
    grid-template-columns:repeat(3, 1fr);
  }
}

@media (max-width: 640px){
  .prayer-times-panel{
    padding:18px;
  }
  .prayer-times-grid{
    grid-template-columns:repeat(2, 1fr);
  }
  .prayer-time-item strong{
    font-size:1.2rem;
  }
}

.prayer-city-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.prayer-city-badge,
.prayer-date-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:#d1fae5;
  font-weight:700;
  font-size:.92rem;
}

.prayer-countdown-box{
  margin-bottom:18px;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(16,185,129,.16), rgba(245,158,11,.10));
  border:1px solid rgba(255,255,255,.08);
}

.countdown-title{
  margin:0 0 10px;
  color:var(--muted);
  font-size:.95rem;
}

.countdown-main{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:baseline;
  flex-wrap:wrap;
}

.countdown-main strong{
  color:#fff;
  font-size:1.2rem;
}

.countdown-main span{
  color:#fff;
  font-size:1.9rem;
  font-weight:900;
  letter-spacing:1px;
  direction:ltr;
}

.countdown-sub{
  margin:8px 0 0;
  color:var(--muted);
  font-size:.9rem;
}

@media (max-width: 640px){
  .countdown-main span{
    font-size:1.5rem;
  }
}

.prayer-city-badge.is-loading{
  opacity:.8;
}

.city-selector{
  margin: 14px 0 18px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(7,17,31,.35);
  border: 1px solid rgba(255,255,255,.08);
}

.city-selector label{
  display:block;
  color:#d1fae5;
  font-weight:700;
  margin-bottom:10px;
}

.city-selector select{
  width:100%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,17,31,.55);
  color:#fff;
  border-radius:18px;
  padding:14px 16px;
  outline:none;
  transition:.2s ease;
}

.city-selector select:focus{
  border-color:rgba(16,185,129,.55);
  box-shadow:0 0 0 4px rgba(16,185,129,.08);
}

.city-selector-note{
  margin:10px 0 0;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.7;
}

.prayer-times-panel.is-loading{
  opacity:.96;
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .nav{
    align-items:center;
    gap:12px;
  }

  .nav-links{
    display:none !important;
  }

  .menu-toggle{
    display:inline-flex;
    margin-inline-start:auto;
  }

  .nav-cta{
    display:none;
  }

  .mobile-menu{
    display:none;
    width:100%;
  }

  .topbar{
    position:sticky;
    top:0;
    z-index:1000;
  }

  .brand{
    min-width:0;
    flex:1 1 auto;
  }
}

@media (max-width: 640px){
  .brand{
    padding:8px;
  }

  .brand-copy{
    max-width:calc(100vw - 175px);
  }

  .mobile-menu a{
    padding:14px 12px;
  }
}

.phone-screen .phone-prayer-header{
  margin-bottom:12px;
}

.phone-screen .phone-prayer-kicker{
  margin:0 0 6px;
  color:var(--accent-2);
  font-weight:800;
  font-size:1rem;
}

.phone-screen .phone-prayer-header h3{
  margin:0;
  color:#fff;
  font-size:.98rem;
  line-height:1.7;
  font-weight:600;
}

.phone-screen .city-selector{
  margin:12px 0 14px;
  padding:12px;
  border-radius:20px;
}

.phone-screen .prayer-countdown-box{
  padding:14px;
  margin-bottom:14px;
}

.phone-screen .prayer-times-grid{
  grid-template-columns:repeat(2, 1fr);
  gap:8px;
}

.phone-screen .prayer-time-item{
  padding:12px 10px;
  border-radius:18px;
}

.phone-screen .prayer-time-item span{
  font-size:.82rem;
  margin-bottom:6px;
}

.phone-screen .prayer-time-item strong{
  font-size:1.05rem;
}

.phone-screen .countdown-main span{
  font-size:1.35rem;
}

@media (max-width: 640px){
  .phone-screen .phone-prayer-header h3{
    font-size:.92rem;
  }
}

.phone{
  width:min(100%, 430px);
  height:680px;
  border-radius:44px;
  background:linear-gradient(180deg, #0b1220 0%, #020817 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 32px 90px rgba(0,0,0,.48);
  padding:14px;
  transform:rotate(-4deg);
}

.phone-screen{
  height:100%;
  border-radius:34px;
  background:
    radial-gradient(circle at top, rgba(16,185,129,.20), transparent 28%),
    radial-gradient(circle at bottom left, rgba(245,158,11,.16), transparent 22%),
    linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
  overflow:hidden;
  padding:14px;
}

.app-shell{
  height:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
  color:#fff;
}

.app-status{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:.84rem;
  color:#e2e8f0;
  opacity:.95;
  padding:2px 2px 0;
}

.app-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 4px 6px;
}

.app-kicker{
  margin:0 0 3px;
  color:#94a3b8;
  font-size:.8rem;
}

.app-header h3{
  margin:0;
  font-size:1.3rem;
  line-height:1.1;
  letter-spacing:-.2px;
}

.app-avatar{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(16,185,129,.18), rgba(245,158,11,.14));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
  font-size:1.35rem;
}

.hero-prayer-card{
  position:relative;
  border-radius:28px;
  padding:18px;
  background:linear-gradient(135deg, rgba(16,185,129,.24), rgba(15,118,110,.18));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.hero-prayer-top{
  display:flex;
  gap:8px;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.1px;
  border:1px solid rgba(255,255,255,.10);
}

.chip.live{
  background:rgba(239,68,68,.16);
  color:#fecaca;
}

.chip.muted{
  background:rgba(255,255,255,.08);
  color:#e2e8f0;
}

.hero-prayer-title{
  font-size:1.2rem;
  font-weight:900;
  margin-bottom:4px;
}

.hero-prayer-sub{
  color:#dbeafe;
  font-size:.82rem;
  line-height:1.7;
  opacity:.95;
  margin-bottom:12px;
}

.hero-next{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:10px;
  align-items:end;
  padding:12px 14px;
  border-radius:22px;
  background:rgba(8,15,28,.34);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:10px;
}
.hero-next span{
  color:#cbd5e1;
  font-size:.82rem;
}
.hero-next strong{
  font-size:1.05rem;
}
.hero-next b{
  font-size:1.4rem;
  font-weight:900;
}

.hero-countdown{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.hero-countdown span{
  color:#cbd5e1;
  font-size:.82rem;
}
.hero-countdown strong{
  font-size:1.25rem;
  font-weight:900;
  letter-spacing:1px;
  direction:ltr;
}

.time-pill{
  padding:12px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
}
.time-pill span{
  font-size:.84rem;
  color:#dbeafe;
}
.time-pill strong{
  font-size:.96rem;
  font-weight:800;
}
.time-pill.active{
  background:linear-gradient(135deg, rgba(245,158,11,.20), rgba(16,185,129,.18));
  border-color:rgba(255,255,255,.12);
  box-shadow:0 14px 26px rgba(0,0,0,.14);
}

.quick-actions{
  display:flex;
  gap:10px;
}
.qa{
  flex:1;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  font-weight:800;
  font-size:.9rem;
}
.qa.primary{
  background:linear-gradient(135deg, #f59e0b, #d97706);
  border-color:transparent;
  color:#fff;
}

.notice-card{
  margin-top:auto;
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.notice-card strong{
  display:block;
  margin-bottom:4px;
  font-size:.95rem;
}
.notice-card p{
  margin:0;
  color:#cbd5e1;
  font-size:.88rem;
}

.tabbar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  padding:10px 10px 2px;
  margin-top:2px;
}
.tab{
  text-align:center;
  font-size:.76rem;
  color:#94a3b8;
  padding:8px 6px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid transparent;
}
.tab.active{
  background:rgba(16,185,129,.12);
  color:#d1fae5;
  border-color:rgba(16,185,129,.18);
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .phone{
    transform:none;
    width:min(100%, 430px);
    height:660px;
    margin-inline:auto;
  }
}

@media (max-width: 640px){
  .phone{
    width:100%;
    height:620px;
  }
  .phone-screen{
    padding:12px;
  }
  .hero-next{
    grid-template-columns:1fr;
    align-items:start;
  }
}

.feature-grid-tight{
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

@media (max-width: 1024px){
  .menu-toggle{display:flex;}
  .nav-cta{display:none;}
  .feature-grid-tight{
    grid-template-columns:1fr;
  }
}

/* شعار الواجهة الرئيسية والعرض المنظم */
.hero-copy{
  position:relative;
  z-index:1;
}
.hero-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}
.hero-logo-card{
  width:min(100%, 470px);
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 20px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 60px rgba(0,0,0,.20);
  backdrop-filter:blur(14px);
  position:relative;
  z-index:2;
}
.hero-logo{
  width:92px;
  height:auto;
  flex:0 0 auto;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.35));
}
.hero-logo-copy strong{
  display:block;
  font-size:1.2rem;
  margin-bottom:6px;
}
.hero-logo-copy span{
  color:var(--muted);
  line-height:1.6;
  font-size:.96rem;
}
.hero-screen-card{
  width:min(100%, 430px);
  margin-top:6px;
}
.hero-mini-grid{
  width:min(100%, 430px);
}
.hero-visual .phone{
  transform:rotate(-2deg);
}

@media (max-width: 980px){
  .hero-visual{
    margin-top:8px;
  }
  .hero-logo-card,
  .hero-screen-card,
  .hero-mini-grid{
    width:100%;
  }
  .hero-logo{
    width:80px;
  }
}

@media (max-width: 640px){
  .hero-logo-card{
    padding:16px;
    flex-direction:column;
    text-align:center;
  }
  .hero-logo{
    width:84px;
  }
  .hero-visual .phone{
    transform:none;
  }
}

/* تخصيص واجهة الهبوط */
.hero.hero-landing{
  padding-top:32px;
  padding-bottom:48px;
}
.hero-landing-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(380px, .98fr);
  gap:48px;
  align-items:center;
  min-height:calc(100vh - 120px);
  direction:ltr;
}
.hero-copy-landing{
  direction:rtl;
  text-align:right;
  max-width:720px;
}
.hero-copy-landing .hero-actions{
  justify-content:flex-start;
}
.hero-poster{
  direction:ltr;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.hero-poster picture{
  display:block;
}
.hero-poster img{
  width:min(100%, 760px);
  height:auto;
  display:block;
  border-radius:30px;
  box-shadow:0 24px 70px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.08);
}
.btn-secondary{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.16);
}
.btn-secondary:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.06);
}
@media (max-width: 980px){
  .hero-landing-grid{
    grid-template-columns:1fr;
    min-height:auto;
    gap:28px;
    direction:rtl;
  }
  .hero-copy-landing,
  .hero-copy-landing .hero-actions{
    justify-content:center;
    text-align:center;
  }
  .hero-copy-landing{
    max-width:100%;
  }
  .hero-poster{
    justify-content:center;
    order:-1;
  }
  .hero-poster img{
    width:min(100%, 720px);
  }
}
@media (max-width: 640px){
  .hero.hero-landing{
    padding-top:22px;
    padding-bottom:28px;
  }
  .hero-poster img{
    border-radius:22px;
  }
}

/* تحسينات الإصدار RC4 */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.faq-item{background:rgba(255,255,255,.05);padding:18px;border-radius:18px;margin-bottom:12px}
@media(max-width:768px){.stats-grid{grid-template-columns:1fr 1fr}}

.phone-live{background:#081420;border:1px solid #1f334a;padding:20px;border-radius:28px}.prayer-time-item{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.hero-live-phone{display:flex;justify-content:center}.phone-device{width:390px;max-width:100%;padding:10px;border-radius:52px;background:linear-gradient(145deg,#4b5563,#111827 20%,#6b7280 50%,#111827 80%,#4b5563);}.phone-screen-live{background:#07131f;border-radius:34px;padding:22px;min-height:680px}.prayer-time-item{display:flex;justify-content:space-between;padding:10px 0;color:#fff}.next-prayer-box{text-align:center;color:#fff}
.phone-device{width:300px!important;max-width:100%;}

/* ضبط حجم الهاتف النهائي */
.phone-device{width:290px !important;}
.phone-screen-live{min-height:520px !important;}
.prayer-time-item{height:52px !important;margin-bottom:6px !important;}

/* تبسيط الواجهة الرئيسية */
.hero-landing-grid{display:block !important;}
.hero-live-phone,.phone-device,.prayer-card,.next-prayer-box,.hero-actions{
display:none !important;
}
.hero-copy-landing{
max-width:1000px !important;
margin:0 auto !important;
text-align:center !important;
}
.hero-copy-landing p{
display:none !important;
}

/* تنظيف الترويسة النهائي */

.main-navigation,
.nav-wrap,
.menu-wrapper{
box-shadow:none!important;
filter:none!important;
}

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
}

.main-navigation{
flex:1;
display:flex;
justify-content:center;
margin:0 auto!important;
}

/* الترويسة النهائية */
.nav{justify-content:center !important;position:relative;}
.brand{position:absolute;right:0;}
.nav-links{margin:0 auto;display:flex;justify-content:center;flex:1;}
.topbar,.nav,.nav-links{box-shadow:none !important;}
.brand-mark{box-shadow:none !important;}

/* تنظيف الشعار النهائي */
.brand,
.logo,
.site-logo,
.custom-logo-link,
.brand img,
.logo img{
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    border: 0 !important;
}

.nav,
.nav-links,
.menu-wrapper,
.main-navigation{
    box-shadow:none !important;
    filter:none !important;
}

/* إزالة صندوق حاوية الشعار بالكامل */
.brand,
.site-branding,
.logo-wrap,
.brand-wrap,
.header-brand,
.topbar .brand{
    background:none !important;
    background-color:transparent !important;
    border:none !important;
    box-shadow:none !important;
    outline:none !important;
    backdrop-filter:none !important;
    padding:0 !important;
    border-radius:0 !important;
}

.brand{
background:transparent !important;
border:none !important;
box-shadow:none !important;
padding:0 !important;
backdrop-filter:none !important;
}
.brand-mark{
background:transparent !important;
border:none !important;
box-shadow:none !important;
padding:0 !important;
border-radius:0 !important;
}

/* ترويسة نهائية محسنة */
.topbar,.header,.site-header{
    min-height:72px !important;
}

.nav a,.nav-links a{
    padding-inline:18px !important;
}

.nav svg,.nav i,.nav img{
    max-height:28px !important;
    max-width:28px !important;
}

.hero-title,h1.hero-title,.hero h1{
    text-align:center !important;
    line-height:1.15 !important;
}

.hero,.hero-content{
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.hero-copy-landing{text-align:right}
.hero{overflow:hidden}
.hero:before,.hero:after{content:'';position:absolute;opacity:.08;pointer-events:none}
.hero:before{top:20px;left:20px;width:220px;height:220px;border:1px solid rgba(255,255,255,.15);border-radius:50%}
.hero:after{top:20px;right:20px;width:180px;height:180px;border:1px solid rgba(120,255,180,.2);border-radius:50%}
@media(max-width:980px){
.hero-landing-grid{grid-template-columns:1fr!important}
}

@media (max-width:768px){
.section{padding-top:40px!important;padding-bottom:40px!important}
.container{width:calc(100% - 24px)!important}
.hero-copy .lead{font-size:16px!important}
}

/* حالة اختيار الجهاز النشطة */

/* تحسينات الجوال للإصدار التجريبي v1.2.0 */
@media (max-width:768px){
 .brand-name{font-size:1rem}
 .brand-desc{display:none}
}

/* إصلاح قائمة الجوال النهائي */
@media (max-width:1024px){.topbar{position:sticky;top:0;z-index:9999;}.nav{position:relative!important;justify-content:space-between!important;}.brand{position:static!important;}.menu-toggle{position:relative!important;z-index:10001!important;}.mobile-menu{position:absolute!important;top:100%!important;right:0!important;left:0!important;z-index:10000!important;margin:0!important;background:#0f1f35!important;}}


/* إصلاح قائمة سطح المكتب v4.1 */
.desktop-menu{display:flex!important;align-items:center;gap:24px;list-style:none;margin:0;padding:0;}
.desktop-menu li{list-style:none;}
.desktop-menu a{color:#fff;text-decoration:none;font-weight:600;}

/* واجهة الإصدار 12.3: عرض مواقيت الصلاة فقط */
.hero-landing-grid{
    grid-template-columns:minmax(420px,1.08fr) minmax(360px,.92fr)!important;
    gap:56px!important;
}

.hero-display-showcase{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    isolation:isolate;
}

.hero-display-showcase::before{
    content:"";
    position:absolute;
    z-index:-1;
    width:82%;
    aspect-ratio:1;
    border-radius:50%;
    background:radial-gradient(circle,rgba(16,185,129,.25),transparent 68%);
    filter:blur(8px);
}

.mosque-display{
    width:min(100%,650px);
    aspect-ratio:16/10;
    display:flex;
    flex-direction:column;
    gap:clamp(10px,1.3vw,18px);
    padding:clamp(18px,2.2vw,30px);
    overflow:hidden;
    color:#fff;
    background:
      radial-gradient(circle at 10% 10%,rgba(245,158,11,.12),transparent 28%),
      linear-gradient(145deg,#071522,#0b2531 58%,#0b1c2a);
    border:10px solid #182432;
    border-radius:24px;
    box-shadow:0 32px 80px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.08);
}

.mosque-display__top,
.mosque-display__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.mosque-display__top strong{
    display:block;
    margin-top:3px;
    color:#fff;
    font-size:clamp(17px,2vw,25px);
}

.mosque-display__eyebrow,
.mosque-display__date,
.mosque-display__footer{
    color:#b9d2d2;
    font-size:clamp(10px,1.15vw,14px);
}

.mosque-display__next{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:2px 14px;
    padding:clamp(12px,1.4vw,18px);
    background:linear-gradient(120deg,rgba(16,185,129,.20),rgba(16,185,129,.08));
    border:1px solid rgba(52,211,153,.25);
    border-radius:16px;
}

.mosque-display__next span,
.mosque-display__next small{
    color:#b9d2d2;
    font-size:clamp(10px,1.15vw,14px);
}

.mosque-display__next strong{
    color:#f6c453;
    font-size:clamp(18px,2.2vw,29px);
}

.mosque-display__next b{
    grid-row:1/3;
    grid-column:2;
    direction:ltr;
    color:#fff;
    font-size:clamp(27px,4.2vw,54px);
    letter-spacing:-1px;
}

.mosque-display__times{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:8px;
    flex:1;
}

.mosque-display__times span{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:8px 4px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:13px;
    background:rgba(255,255,255,.035);
}

.mosque-display__times .is-next{
    border-color:rgba(245,158,11,.42);
    background:rgba(245,158,11,.11);
}

.mosque-display__times small{
    color:#cbd5e1;
    font-size:clamp(10px,1.15vw,14px);
}

.mosque-display__times b{
    direction:ltr;
    color:#fff;
    font-size:clamp(14px,1.7vw,22px);
}

.mosque-display__times .is-next b{
    color:#f6c453;
}

.mosque-display__footer{
    padding-top:2px;
}

@media(max-width:980px){
    .hero-landing-grid{
        grid-template-columns:1fr!important;
        gap:36px!important;
    }
    .hero-copy-landing{
        order:-1;
        text-align:center;
    }
    .hero-copy-landing .hero-actions{
        justify-content:center;
    }
}

@media(max-width:560px){
    .mosque-display{
        aspect-ratio:auto;
        min-height:320px;
        border-width:6px;
        border-radius:18px;
    }
    .mosque-display__top{
        align-items:flex-start;
    }
    .mosque-display__date{
        max-width:44%;
        text-align:left;
    }
    .mosque-display__times{
        grid-template-columns:repeat(5,minmax(0,1fr));
        gap:4px;
    }
    .mosque-display__times span{
        padding:8px 2px;
    }
    .mosque-display__footer span:last-child{
        display:none;
    }
}
@media (min-width:1025px){
.mobile-toggle,.menu-toggle,.hamburger{display:none!important;}
}
@media (max-width:1024px){
.desktop-menu{display:none!important;}
}


/* أزرار الدعوة للإجراء والواجهة المختصرة v4.2 */
.hero.hero-landing{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.hero-landing-grid{
    gap: 24px !important;
}
.hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:20px;
}
.secondary-btn{
    border:1px solid rgba(255,255,255,.25);
    text-decoration:none;
    padding:14px 28px;
    border-radius:14px;
}
@media(max-width:768px){
 .hero-actions{justify-content:center;}
}

/* Rawayie device service card */
.service-device-image{display:block;width:100%;max-width:420px;height:auto;max-height:300px;object-fit:contain;margin:0 auto 18px;border-radius:18px}
@media (max-width:640px){.service-device-image{max-height:220px}}


.service-choice-hint {
  margin: 10px 0 18px;
  font-size: 14px;
  color: #6b7280;
}

/* Rawayie v5.2 — larger service visuals */

/* Rawayie 12.5 — محاكاة شاشة تلفاز عمودية حقيقية مقاس 55 بوصة */
.hero-tv-55{
  width:min(100%,390px)!important;
  padding:16px 18px 4px;
}

.hero-tv-55::after{
  content:'55″';
  position:absolute;
  z-index:4;
  top:6%;
  right:-6px;
  min-width:54px;
  padding:8px 10px;
  border:1px solid rgba(239,202,122,.56);
  border-radius:12px;
  color:#fff8df;
  background:linear-gradient(135deg,#9a7024,#d6a54a);
  box-shadow:0 12px 26px rgba(0,0,0,.28);
  font:900 .9rem/1 system-ui,sans-serif;
  text-align:center;
}

.hero-tv-55 .hero-display-photo__glow{
  inset:8% -6%;
  background:radial-gradient(circle,rgba(214,165,74,.30),rgba(13,124,128,.34) 46%,transparent 72%);
  filter:blur(34px);
}

.tv-55-shell{
  position:relative;
  width:100%;
  aspect-ratio:9/16;
  padding:10px 10px 28px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:15px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.18),transparent 3%,transparent 96%,rgba(255,255,255,.12)),
    linear-gradient(160deg,#35383b 0%,#111416 24%,#050607 72%,#282b2e 100%);
  box-shadow:
    0 38px 64px rgba(0,0,0,.50),
    0 0 0 2px rgba(0,0,0,.65),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(255,255,255,.08);
  transform:perspective(1300px) rotateY(-2deg);
  transform-origin:center;
}

.tv-55-shell::before{
  content:"";
  position:absolute;
  top:5%;
  bottom:8%;
  left:-5px;
  width:5px;
  border-radius:5px 0 0 5px;
  background:linear-gradient(180deg,#4b5054,#101214 18%,#050606 82%,#31363a);
  box-shadow:-3px 0 8px rgba(0,0,0,.32);
}

.tv-55-screen{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#000;
  box-shadow:inset 0 0 18px rgba(0,0,0,.88);
}

.hero-tv-55 .tv-55-screen img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center top!important;
  border-radius:0!important;
  filter:none!important;
  background:#000;
}

.tv-55-screen::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(118deg,rgba(255,255,255,.10),transparent 16%,transparent 78%,rgba(255,255,255,.025));
  mix-blend-mode:screen;
}

.tv-55-nav-mask{
  position:absolute;
  z-index:2;
  right:0;
  bottom:0;
  left:0;
  height:6.6%;
  background:linear-gradient(180deg,rgba(0,0,0,.86),#000 34%);
  box-shadow:0 -8px 16px rgba(0,0,0,.36);
}

.tv-55-mosque-name{
  position:absolute;
  z-index:3;
  top:3.9%;
  right:8.5%;
  left:8.5%;
  height:7.2%;
  min-height:0;
  max-height:7.2%;
  padding:3px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:#f3be58;
  text-align:center;
  text-shadow:0 2px 5px #000;
  background:linear-gradient(180deg,rgba(3,7,9,.99) 0%,rgba(5,11,14,.97) 78%,rgba(5,11,14,.80) 100%);
  border-bottom:1px solid rgba(243,190,88,.18);
}

.tv-55-mosque-name strong{
  min-width:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#f3be58;
  font-size:clamp(12px,1.2vw,18px);
  line-height:1.2;
  font-weight:900;
}

.tv-55-brand{
  position:absolute;
  right:50%;
  bottom:7px;
  transform:translateX(50%);
  color:#c8ccce;
  font:700 8px/1 Arial,sans-serif;
  letter-spacing:1.2px;
  text-shadow:0 1px 2px #000;
}

.tv-55-power{
  position:absolute;
  right:13px;
  bottom:9px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#3ee78d;
  box-shadow:0 0 7px rgba(62,231,141,.85);
}

.hero-tv-55 figcaption{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:14px;
}

.hero-tv-55 figcaption strong{
  color:var(--accent-2);
  font-size:1rem;
}

.hero-tv-55 figcaption span{
  color:#eef7f7;
}

@media(max-width:980px){
  .hero-tv-55{
    width:min(84vw,370px)!important;
  }
  .tv-55-shell{
    transform:none;
  }
}

@media(max-width:560px){
  .hero-tv-55{
    width:min(88vw,330px)!important;
    padding-inline:10px;
  }
  .hero-tv-55::after{
    right:0;
    min-width:48px;
    font-size:.8rem;
  }
  .hero-tv-55 figcaption{
    flex-wrap:wrap;
    gap:4px 8px;
  }
}
.cta-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* Rawayie v6.9 — customer request details */


/* Rawayie v7.2 — admin approval workflow */

/* Rawayie v7.7 — approval/delete admin actions */
.wp-admin .button-link-delete{
  color:#b42318 !important;
  border-color:#f2b8b5 !important;
  background:#fff5f5 !important;
}

/* Rawayie 9.2 */

/* Rawayie 12.4 — هوية الشاشة المرجعية: أخضر بترولي وذهبي */
body{
  background:
    radial-gradient(circle at 12% 12%,rgba(13,124,128,.24),transparent 28%),
    radial-gradient(circle at 90% 8%,rgba(214,165,74,.13),transparent 24%),
    linear-gradient(180deg,#022f33 0%,#053d41 46%,#02282c 100%)!important;
}

.topbar{
  background:rgba(2,47,51,.92)!important;
  border-bottom-color:rgba(239,202,122,.18)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.18)!important;
}

.desktop-menu a:hover,
.desktop-menu .current-menu-item>a,
.nav-links a:hover{
  color:var(--accent-2)!important;
}

.hero.hero-landing{
  position:relative;
  isolation:isolate;
  padding:clamp(34px,5vw,74px) 0!important;
  background:
    linear-gradient(135deg,rgba(2,47,51,.96),rgba(6,79,83,.84)),
    radial-gradient(circle at 20% 45%,rgba(214,165,74,.12),transparent 35%)!important;
}

.hero.hero-landing::before{
  inset:0!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  border-radius:0!important;
  opacity:.12!important;
  background-image:
    linear-gradient(45deg,transparent 46%,rgba(239,202,122,.25) 48%,transparent 50%),
    linear-gradient(-45deg,transparent 46%,rgba(239,202,122,.20) 48%,transparent 50%)!important;
  background-size:56px 56px!important;
  z-index:-1!important;
}

.hero.hero-landing::after{
  display:none!important;
}

.hero-landing-grid{
  display:grid!important;
  grid-template-columns:minmax(340px,.78fr) minmax(0,1.12fr)!important;
  direction:ltr;
  gap:clamp(40px,6vw,84px)!important;
  align-items:center!important;
}

.hero-copy-landing{
  direction:rtl;
  text-align:right!important;
}

.hero.hero-landing .hero-copy h1{
  text-align:right!important;
  color:#fff!important;
  font-size:clamp(2.4rem,5vw,4.8rem)!important;
  line-height:1.22!important;
  text-shadow:0 5px 18px rgba(0,0,0,.25);
}

.hero.hero-landing .hero-copy h1::after{
  content:"";
  display:block;
  width:92px;
  height:4px;
  margin:22px 0 0 auto;
  border-radius:999px;
  background:linear-gradient(90deg,var(--accent),var(--accent-2));
}

.hero-copy-landing .lead{
  color:#d9e7e7!important;
  font-size:clamp(1rem,1.45vw,1.18rem)!important;
  line-height:2!important;
}

.badge{
  color:#fff8df!important;
  background:rgba(214,165,74,.12)!important;
  border-color:rgba(239,202,122,.34)!important;
}

.badge i{
  background:var(--accent-2)!important;
  box-shadow:0 0 0 6px rgba(239,202,122,.12)!important;
}

.hero-display-photo{
  position:relative;
  width:min(100%,420px);
  margin:0 auto;
  padding:0;
  isolation:isolate;
}

.hero-display-photo__glow{
  position:absolute;
  z-index:-1;
  inset:10% 2%;
  border-radius:42%;
  background:radial-gradient(circle,rgba(13,124,128,.55),rgba(214,165,74,.18) 48%,transparent 72%);
  filter:blur(28px);
}

.hero-display-photo img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:2/3;
  object-fit:contain!important;
  border-radius:22px;
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.42));
}

.hero-display-photo figcaption{
  width:max-content;
  max-width:92%;
  margin:-6px auto 0;
  padding:10px 18px;
  position:relative;
  color:#fff8df;
  text-align:center;
  font-size:.86rem;
  border:1px solid rgba(239,202,122,.35);
  border-radius:999px;
  background:rgba(2,47,51,.92);
  box-shadow:0 12px 28px rgba(0,0,0,.2);
}

.secondary-btn,
.btn-primary{
  color:#fff!important;
  border-color:rgba(239,202,122,.58)!important;
  background:linear-gradient(135deg,#0b767b,#064f53)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.22)!important;
}

.secondary-btn:hover,
.btn-primary:hover{
  border-color:var(--accent-2)!important;
  transform:translateY(-2px);
}

.verse-band,
.feature,
.panel{
  background:linear-gradient(145deg,rgba(7,90,94,.66),rgba(2,47,51,.84))!important;
  border-color:rgba(239,202,122,.18)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.16)!important;
}

.feature:hover{
  background:linear-gradient(145deg,rgba(9,108,112,.72),rgba(3,61,65,.92))!important;
  border-color:rgba(239,202,122,.38)!important;
}

.feature .icon,
.check{
  color:var(--accent-2)!important;
  background:linear-gradient(135deg,rgba(214,165,74,.22),rgba(13,124,128,.24))!important;
  border:1px solid rgba(239,202,122,.25);
}

.section-head>span,
.verse-kicker,
.verse-source{
  color:var(--accent-2)!important;
}

.site-footer{
  background:#02282c!important;
  border-top-color:rgba(239,202,122,.16)!important;
}

.mobile-menu{
  background:#063d42!important;
  border-color:rgba(239,202,122,.2)!important;
}

@media(max-width:980px){
  .hero-landing-grid{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }
  .hero-copy-landing{
    order:-1;
    text-align:center!important;
  }
  .hero.hero-landing .hero-copy h1{
    text-align:center!important;
  }
  .hero.hero-landing .hero-copy h1::after{
    margin-inline:auto;
  }
  .hero-copy-landing .lead{
    margin-inline:auto!important;
  }
  .hero-display-photo{
    width:min(88vw,390px);
  }
}

@media(max-width:560px){
  .hero.hero-landing{
    padding:34px 0 46px!important;
  }
  .hero-display-photo{
    width:min(92vw,350px);
  }
  .hero-display-photo figcaption{
    width:auto;
    max-width:100%;
    font-size:.76rem;
  }
}

/* Rawayie 12.5 — تثبيت أولوية إطار 55 بوصة بعد قواعد الهوية */
.hero-display-photo.hero-tv-55{
  width:min(100%,390px)!important;
  padding:16px 18px 4px!important;
}
.hero-display-photo.hero-tv-55 figcaption{
  display:flex!important;
  width:max-content!important;
  max-width:96%!important;
  margin:14px auto 0!important;
  padding:10px 18px!important;
}
@media(max-width:980px){
  .hero-display-photo.hero-tv-55{width:min(84vw,370px)!important}
}
@media(max-width:560px){
  .hero-display-photo.hero-tv-55{width:min(88vw,330px)!important;padding-inline:10px!important}
  .hero-display-photo.hero-tv-55 figcaption{width:auto!important;max-width:100%!important;margin-top:12px!important}
}

/* Rawayie 12.7 — إصلاح نهائي لشريط اسم الجامع */
.hero-tv-55 .tv-55-screen>.tv-55-mosque-name{
  position:absolute!important;
  z-index:5!important;
  top:3.9%!important;
  right:8.5%!important;
  bottom:auto!important;
  left:8.5%!important;
  width:auto!important;
  height:7.2%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:7.2%!important;
  margin:0!important;
  padding:3px 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(3,7,9,.99),rgba(5,11,14,.94))!important;
  border:0!important;
  border-bottom:1px solid rgba(243,190,88,.18)!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
}
.hero-tv-55 .tv-55-screen>.tv-55-mosque-name>strong{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  color:#f3be58!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  font-family:"Rawayie Prayer","Cairo",Tahoma,Arial,sans-serif!important;
  font-size:clamp(14px,1.35vw,20px)!important;
  font-weight:400!important;
  line-height:1.2!important;
  text-align:center!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  transform:none!important;
}

/* Rawayie 12.8 — إزالة شارة 55 من زاوية الشاشة */
.hero-tv-55::after{
  content:none!important;
  display:none!important;
}

/* Rawayie 12.9 — موك أب شاشة مسجد احترافي مع إظهار جميع الصلوات */
.hero-display-photo.hero-tv-55{
  width:min(100%,430px)!important;
  padding:18px 20px 6px!important;
}
.hero-tv-55 .tv-55-shell{
  aspect-ratio:9/16!important;
  padding:8px 8px 30px!important;
  overflow:visible!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:24px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.20),transparent 4%,transparent 96%,rgba(255,255,255,.12)),
    linear-gradient(155deg,#44494d 0%,#15191c 16%,#050607 72%,#292d30 100%)!important;
  box-shadow:
    0 42px 80px rgba(0,0,0,.52),
    0 0 0 3px rgba(0,0,0,.72),
    0 0 0 5px rgba(255,255,255,.06),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(255,255,255,.08)!important;
  transform:perspective(1400px) rotateY(-1.2deg)!important;
}
.hero-tv-55 .tv-55-shell::before{
  top:6%!important;
  bottom:8%!important;
  left:-6px!important;
  width:6px!important;
  border-radius:6px 0 0 6px!important;
  background:linear-gradient(180deg,#596065,#171a1d 18%,#050606 82%,#30363a)!important;
}
.hero-tv-55 .tv-55-screen{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  isolation:isolate!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  background:#020506!important;
  box-shadow:
    0 0 0 2px rgba(0,0,0,.92),
    inset 0 0 22px rgba(0,0,0,.72)!important;
}
.hero-tv-55 .tv-55-screen>img.tv-55-app-backdrop{
  position:absolute!important;
  z-index:0!important;
  inset:-6%!important;
  width:112%!important;
  height:112%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:.72!important;
  filter:blur(20px) brightness(.34) saturate(.82)!important;
  transform:scale(1.08)!important;
  border:0!important;
  border-radius:0!important;
}
.hero-tv-55 .tv-55-screen>img.tv-55-app-image{
  position:absolute!important;
  z-index:1!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  left:50%!important;
  width:auto!important;
  height:109.6%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:fill!important;
  object-position:center top!important;
  filter:none!important;
  transform:translateX(-50%)!important;
  border:0!important;
  border-radius:0!important;
}
.hero-tv-55 .tv-55-screen::after{
  z-index:7!important;
  background:
    linear-gradient(116deg,rgba(255,255,255,.11),transparent 14%,transparent 76%,rgba(255,255,255,.025)),
    linear-gradient(180deg,transparent 88%,rgba(0,0,0,.16))!important;
  mix-blend-mode:screen!important;
}
.hero-tv-55 .tv-55-screen>.tv-55-mosque-name{
  z-index:6!important;
  top:3.6%!important;
  right:7%!important;
  left:7%!important;
  height:6.8%!important;
  max-height:6.8%!important;
  padding:2px 12px!important;
  background:linear-gradient(180deg,rgba(3,7,9,.98),rgba(4,10,12,.93))!important;
  border-top:1px solid rgba(243,190,88,.10)!important;
  border-bottom:1px solid rgba(243,190,88,.30)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.20)!important;
}
.hero-tv-55 .tv-55-screen>.tv-55-mosque-name>strong{
  font-size:clamp(15px,1.4vw,21px)!important;
  line-height:1!important;
  text-shadow:0 2px 8px rgba(0,0,0,.95)!important;
}
.hero-tv-55 .tv-55-brand{
  bottom:9px!important;
  color:#d7dadd!important;
  font-size:9px!important;
  letter-spacing:1.7px!important;
}
.hero-tv-55 .tv-55-power{
  right:16px!important;
  bottom:11px!important;
  width:5px!important;
  height:5px!important;
}
.hero-display-photo.hero-tv-55 figcaption{
  gap:8px!important;
  margin-top:18px!important;
  padding:10px 17px!important;
  border:1px solid rgba(239,202,122,.24)!important;
  border-radius:999px!important;
  background:rgba(2,32,35,.76)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(12px)!important;
}
@media(max-width:980px){
  .hero-display-photo.hero-tv-55{width:min(86vw,410px)!important}
  .hero-tv-55 .tv-55-shell{transform:none!important}
}
@media(max-width:560px){
  .hero-display-photo.hero-tv-55{width:min(91vw,360px)!important;padding-inline:12px!important}
  .hero-tv-55 .tv-55-screen>.tv-55-mosque-name>strong{font-size:clamp(14px,4.4vw,19px)!important}
}

/* Rawayie 13.2 — موك أب شاشة أرضية مع شخصية كرتونية واقعية */
.hero.hero-landing .hero-landing-grid{
  grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr)!important;
  gap:clamp(30px,4vw,58px)!important;
}
.hero-display-photo.hero-standing-mockup{
  position:relative;
  width:min(100%,700px)!important;
  max-width:700px!important;
  margin:0 auto!important;
  padding:0!important;
  isolation:isolate;
}
.hero-standing-mockup .hero-display-photo__glow{
  inset:12% 5% 4%!important;
  border-radius:44%!important;
  background:radial-gradient(circle,rgba(13,124,128,.48),rgba(214,165,74,.16) 50%,transparent 74%)!important;
  filter:blur(32px)!important;
}

/* Rawayie 15.3 — الموك أب الأصلي الثابت مع مواقيت حقيقية */
.hero-display-photo.hero-standing-mockup{
  width:min(100%,740px)!important;
  max-width:740px!important;
}
.hero-standing-mockup .hero-standing-stage{
  aspect-ratio:1/1!important;
  border:0!important;
  background:transparent!important;
}
.hero-display-photo.hero-standing-mockup .hero-standing-stage>img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center!important;
}
.hero-standing-mockup .hero-live-screen{
  top:17.2%!important;
  left:16.2%!important;
  width:34.6%!important;
  height:62.3%!important;
  gap:.34cqi!important;
  padding:1.15cqi 1.05cqi .75cqi!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  -webkit-clip-path:none!important;
  clip-path:none!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  filter:none!important;
}
.hero-standing-mockup .hero-live-screen::before,
.hero-standing-mockup .hero-live-screen::after{
  display:none!important;
}
.hero-standing-mockup .live-screen-clock{
  color:#f5f7f4!important;
  font-size:clamp(17px,4.25cqi,30px)!important;
  line-height:.92!important;
}
.hero-standing-mockup .live-screen-date{
  font-size:clamp(5px,.95cqi,7px)!important;
}
.hero-standing-mockup .live-screen-date span:first-child{
  font-size:clamp(8px,1.65cqi,12px)!important;
}
.hero-standing-mockup .live-screen-next{
  gap:.1cqi!important;
  padding:.18cqi 0 .3cqi!important;
}
.hero-standing-mockup .live-screen-next>span{
  font-size:clamp(7px,1.35cqi,10px)!important;
}
.hero-standing-mockup .live-screen-next>time{
  font-size:clamp(14px,3.55cqi,25px)!important;
  line-height:.92!important;
}
.hero-standing-mockup .live-screen-table{
  gap:.28cqi!important;
}
.hero-standing-mockup .live-screen-row{
  min-height:0!important;
  padding:.22cqi .65cqi!important;
  border-radius:.42cqi!important;
}
.hero-standing-mockup .live-screen-row--head{
  font-size:clamp(5px,.82cqi,6px)!important;
}
.hero-standing-mockup .live-screen-row strong{
  font-size:clamp(7px,1.28cqi,10px)!important;
}
.hero-standing-mockup .live-screen-row time{
  font-size:clamp(7px,1.12cqi,9px)!important;
}
.hero-standing-mockup .live-screen-method{
  font-size:clamp(4px,.7cqi,5px)!important;
}

/* Rawayie 14.5 — عرض صورة الشاشة المعتمدة كاملة دون قص أو طبقات مكررة */
.hero-standing-mockup.is-complete-showcase .hero-standing-stage{
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:clamp(18px,3vw,30px)!important;
  background:transparent!important;
}
.hero-display-photo.hero-standing-mockup.is-complete-showcase .hero-standing-stage>img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* الموك أب الأصلي الثابت */
.hero-standing-mockup.is-live-showcase .hero-standing-stage{
  aspect-ratio:1/1!important;
  border:0!important;
  border-radius:clamp(18px,3vw,30px)!important;
  background:transparent!important;
}
.hero-display-photo.hero-standing-mockup.is-live-showcase .hero-standing-stage>img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  top:17.2%!important;
  left:16.2%!important;
  width:34.6%!important;
  height:62.3%!important;
  gap:.34cqi!important;
  padding:1.15cqi 1.05cqi .75cqi!important;
  border-radius:0!important;
  background:transparent!important;
  -webkit-clip-path:none!important;
  clip-path:none!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  filter:none!important;
  -webkit-transform:none!important;
  transform:none!important;
  -webkit-transform-origin:center center!important;
  transform-origin:center center!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen::after{
  display:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row{
  background:rgba(1,15,17,.16)!important;
  box-shadow:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row--head{
  background:transparent!important;
  border-color:transparent!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-clock{
  color:#f5f7f4!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  border-color:#d7a84a!important;
}
.hero-standing-stage{
  position:relative;
  width:100%;
  overflow:hidden;
  border:1px solid rgba(239,202,122,.22);
  border-radius:30px;
  background:#022f33;
  box-shadow:0 36px 78px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.035);
}
.hero-display-photo.hero-standing-mockup .hero-standing-stage>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  filter:none!important;
}
.hero-display-photo.hero-standing-mockup figcaption{
  display:flex!important;
  width:max-content!important;
  max-width:95%!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:15px auto 0!important;
  padding:10px 18px!important;
  border:1px solid rgba(239,202,122,.32)!important;
  border-radius:999px!important;
  color:#fff8df!important;
  background:rgba(2,47,51,.88)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(12px);
}
.hero-standing-mockup figcaption strong{color:#efca7a;font-size:.95rem}
.hero-standing-mockup figcaption span{color:#f3fbfb;font-size:.82rem}
@media(max-width:1080px){
  .hero.hero-landing .hero-landing-grid{grid-template-columns:1fr!important;gap:40px!important}
  .hero-copy-landing{order:-1;text-align:center!important}
  .hero.hero-landing .hero-copy h1{text-align:center!important}
  .hero.hero-landing .hero-copy h1::after{margin-inline:auto!important}
  .hero-copy-landing .lead{margin-inline:auto!important}
  .hero-display-photo.hero-standing-mockup{width:min(94vw,700px)!important}
}
@media(max-width:600px){
  .hero-display-photo.hero-standing-mockup{width:min(96vw,560px)!important}
  .hero-standing-stage{border-radius:22px}
  .hero-display-photo.hero-standing-mockup figcaption{width:auto!important;flex-wrap:wrap;padding:9px 14px!important}
}

/* Rawayie 13.6 — موك أب أعرض مع خلفية المسجد ومواقيت قابلة للضبط */
.hero-standing-stage{
  container-type:inline-size;
}
.hero-live-screen{
  position:absolute;
  z-index:3;
  top:5.85%;
  left:48.55%;
  width:40.9%;
  height:79.75%;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:1.15cqi;
  padding:2.1cqi 1.55cqi 1.45cqi;
  overflow:hidden;
  direction:rtl;
  color:#f7fbff;
  background:
    radial-gradient(circle at 55% 16%,rgba(23,124,145,.16),transparent 34%),
    radial-gradient(circle at 20% 85%,rgba(214,165,74,.09),transparent 35%),
    linear-gradient(155deg,rgba(3,20,28,.5) 0%,rgba(5,25,37,.42) 52%,rgba(2,9,14,.58) 100%);
  border:1px solid rgba(239,202,122,.3);
  box-shadow:inset 0 0 32px rgba(0,0,0,.58),0 0 0 1px rgba(0,0,0,.55);
  clip-path:polygon(0 0,99.2% 0,100% 100%,0 100%);
  backdrop-filter:brightness(.82) saturate(.92);
  font-family:"Rawayie Prayer",Tahoma,Arial,sans-serif;
  text-align:center;
}
.hero-live-screen::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to bottom,transparent,black 25%,black 80%,transparent);
}
.live-screen-head{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.2cqi;
  padding-bottom:.85cqi;
  border-bottom:1px solid rgba(239,202,122,.36);
}
.live-screen-head strong{
  color:#efc86f;
  font-size:clamp(9px,2.6cqi,17px);
  font-weight:400;
  line-height:1.05;
  text-shadow:0 2px 8px rgba(0,0,0,.65);
}
.live-screen-head span{
  color:#d9eff3;
  font-family:Tahoma,Arial,sans-serif;
  font-size:clamp(6px,1.4cqi,9px);
  font-weight:700;
  line-height:1.2;
}
.live-screen-date{
  display:grid;
  grid-template-columns:1fr;
  gap:.2cqi;
  color:#eaf4f7;
  font-family:Tahoma,Arial,sans-serif;
  font-size:clamp(5px,1.2cqi,8px);
  font-weight:700;
  line-height:1.2;
}
.live-screen-date span:first-child{
  color:#efc86f;
  font-size:1.2em;
}
.live-screen-clock{
  display:block;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:clamp(14px,4.7cqi,31px);
  font-weight:900;
  letter-spacing:.02em;
  line-height:1;
  text-shadow:0 3px 12px rgba(0,0,0,.72);
}
.live-screen-next{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  column-gap:1cqi;
  padding:1.1cqi 1.25cqi;
  border:1px solid rgba(239,202,122,.42);
  border-radius:1.8cqi;
  background:linear-gradient(135deg,rgba(214,165,74,.2),rgba(9,101,110,.33));
  box-shadow:inset 0 1px rgba(255,255,255,.06);
}
.live-screen-next>span{
  grid-column:1/-1;
  color:#d5e7e9;
  font-family:Tahoma,Arial,sans-serif;
  font-size:clamp(5px,1.05cqi,7px);
  font-weight:700;
}
.live-screen-next strong{
  color:#efc86f;
  font-size:clamp(8px,2.15cqi,14px);
  font-weight:400;
  line-height:1;
}
.live-screen-next time{
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:clamp(9px,2.45cqi,16px);
  font-weight:900;
  line-height:1;
}
.live-screen-table{
  display:grid;
  grid-template-rows:repeat(7,minmax(0,1fr));
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
  border:1px solid rgba(183,220,223,.24);
  border-radius:1.9cqi;
  background:rgba(1,18,24,.5);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.live-screen-row{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1.05fr;
  align-items:center;
  gap:.6cqi;
  padding:0 1.05cqi;
  border-bottom:1px solid rgba(202,229,231,.13);
}
.live-screen-row:last-child{border-bottom:0}
.live-screen-row--head{
  color:#aec9cd;
  background:rgba(255,255,255,.045);
  font-family:Tahoma,Arial,sans-serif;
  font-size:clamp(5px,1.05cqi,7px);
  font-weight:700;
}
.live-screen-row strong{
  color:#efc86f;
  font-size:clamp(8px,2.05cqi,13px);
  font-weight:400;
  line-height:1;
}
.live-screen-row time{
  color:#f6fbff;
  font-family:Arial,sans-serif;
  font-size:clamp(8px,2.15cqi,14px);
  font-weight:900;
  letter-spacing:.02em;
  line-height:1;
}
.live-screen-row.is-next{
  background:linear-gradient(90deg,rgba(214,165,74,.17),rgba(9,105,113,.18));
}
.live-screen-row.is-next::after{
  content:"";
  position:absolute;
  inset-block:18%;
  right:0;
  width:2px;
  border-radius:2px;
  background:#efc86f;
  box-shadow:0 0 8px rgba(239,200,111,.75);
}
.live-screen-method{
  color:#9ebcc0;
  font-family:Tahoma,Arial,sans-serif;
  font-size:clamp(4px,.92cqi,6px);
  font-weight:700;
  line-height:1.2;
}
.hero-prayer-controls{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:9px;
  width:min(96%,560px);
  margin:14px auto 0;
  padding:12px;
  border:1px solid rgba(239,202,122,.26);
  border-radius:18px;
  background:rgba(2,47,51,.9);
  box-shadow:0 16px 36px rgba(0,0,0,.2);
  backdrop-filter:blur(14px);
}
.hero-prayer-controls label{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-width:0;
  color:#efca7a;
  font-size:12px;
  font-weight:800;
}
.hero-prayer-controls select{
  min-width:0;
  width:100%;
  height:42px;
  padding:0 12px 0 34px;
  border:1px solid rgba(183,220,223,.28);
  border-radius:12px;
  outline:0;
  color:#f8ffff;
  background:#073f44;
  font:700 13px Tahoma,Arial,sans-serif;
}
.hero-prayer-controls select:focus{
  border-color:#efca7a;
  box-shadow:0 0 0 3px rgba(239,202,122,.14);
}
.hero-prayer-controls button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:0 14px;
  border:1px solid #efca7a;
  border-radius:12px;
  color:#05373b;
  background:#efca7a;
  font:800 12px Tahoma,Arial,sans-serif;
  cursor:pointer;
  transition:transform .2s ease,opacity .2s ease;
}
.hero-prayer-controls button:hover{transform:translateY(-1px)}
.hero-prayer-controls button:disabled{cursor:wait;opacity:.68}
.hero-prayer-controls button svg{width:16px;height:16px;fill:currentColor}
.hero-prayer-controls small{
  grid-column:1/-1;
  color:#bad0d2;
  font:600 10px/1.6 Tahoma,Arial,sans-serif;
  text-align:center;
}
@media(max-width:600px){
  .hero-prayer-controls{grid-template-columns:1fr;padding:10px}
  .hero-prayer-controls button{width:100%}
  .hero-prayer-controls small{grid-column:1}
}

/* Rawayie 13.7 — مطابقة واجهة تطبيق روائع داخل الموك أب */
.hero-standing-stage{
  border-color:rgba(239,202,122,.14);
  background:#021f25;
  box-shadow:0 36px 78px rgba(0,0,0,.3);
}
.hero-live-screen{
  top:5.75%;
  left:48.55%;
  width:40.85%;
  height:79.05%;
  gap:.72cqi;
  padding:2.2cqi 1.7cqi 1.35cqi;
  border:0;
  border-radius:0;
  background:
    linear-gradient(180deg,rgba(0,11,17,.57),rgba(0,9,14,.7)),
    radial-gradient(circle at 50% 10%,rgba(9,92,107,.14),transparent 42%);
  box-shadow:inset 0 0 24px rgba(0,0,0,.22);
  clip-path:polygon(0 0,99.35% 0,100% 100%,0 100%);
  backdrop-filter:none;
}
.hero-live-screen::before{
  display:none;
}
.live-screen-head{
  gap:.25cqi;
  padding:0 0 .75cqi;
  border-bottom:1px solid rgba(214,165,74,.42);
}
.live-screen-head strong{
  color:#efbd55;
  font-size:clamp(12px,3.15cqi,22px);
  line-height:1;
  text-shadow:0 3px 10px rgba(0,0,0,.8);
}
.live-screen-head span{
  color:#f2f7f8;
  font-size:clamp(6px,1.28cqi,9px);
}
.live-screen-date{
  grid-template-columns:1fr 1fr;
  gap:.1cqi .65cqi;
  font-size:clamp(6px,1.25cqi,9px);
  line-height:1.12;
}
.live-screen-date span:first-child{
  grid-column:1/-1;
  color:#efbd55;
  font-family:"Rawayie Prayer",Tahoma,Arial,sans-serif;
  font-size:clamp(10px,2.25cqi,16px);
  font-weight:400;
}
.live-screen-date span:nth-child(2){grid-column:1}
.live-screen-date span:nth-child(3){grid-column:2;color:#efbd55}
.live-screen-clock{
  font-size:clamp(19px,6.25cqi,44px);
  line-height:.95;
}
.live-screen-next{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:.2cqi;
  padding:.35cqi 0 .55cqi;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.live-screen-next>span{
  color:#efbd55;
  font-family:"Rawayie Prayer",Tahoma,Arial,sans-serif;
  font-size:clamp(8px,1.85cqi,13px);
  font-weight:400;
  line-height:1;
}
.live-screen-next>span strong{
  color:#efbd55;
  font-size:inherit;
  font-weight:400;
}
.live-screen-next>time{
  color:#f8fbff;
  font-size:clamp(16px,5.25cqi,37px);
  line-height:1;
  text-shadow:0 3px 12px rgba(0,0,0,.78);
}
.live-screen-table{
  grid-template-rows:.72fr repeat(6,1fr);
  gap:.42cqi;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.live-screen-row{
  grid-template-columns:1.18fr 1fr 1fr;
  gap:.4cqi;
  padding:0 .8cqi;
  border:1px solid rgba(191,218,220,.18);
  border-radius:1.05cqi;
  background:rgba(0,11,16,.37);
  box-shadow:inset 0 1px rgba(255,255,255,.02);
}
.live-screen-row--head{
  padding:0 .75cqi;
  border:0;
  border-radius:0;
  color:#efbd55;
  background:transparent;
  font-size:clamp(5px,1.22cqi,8.5px);
}
.live-screen-row strong{
  color:#efbd55;
  font-size:clamp(9px,2.65cqi,18.5px);
  text-shadow:0 2px 7px rgba(0,0,0,.7);
}
.live-screen-row time{
  color:#f6f8fb;
  font-size:clamp(8px,2.35cqi,16.5px);
}
.live-screen-row time[data-iqama-time]{
  color:#efbd55;
}
.live-screen-row.is-next{
  border-color:rgba(239,189,85,.36);
  background:linear-gradient(90deg,rgba(214,165,74,.12),rgba(0,15,21,.4));
}
.live-screen-row.is-next::after{
  display:none;
}
.live-screen-method{
  color:#e5edf0;
  font-size:clamp(4px,.98cqi,7px);
  text-shadow:0 2px 5px rgba(0,0,0,.8);
}
@media(max-width:600px){
  .hero-live-screen{padding:2cqi 1.55cqi 1.2cqi}
}

/* Rawayie 13.8 — تكبير الموك أب وموازنة مساحة الهيرو */
.hero.hero-landing>.container{
  width:min(calc(100% - 48px),1420px)!important;
  max-width:1420px!important;
}
.hero.hero-landing .hero-landing-grid{
  grid-template-columns:minmax(650px,740px) minmax(390px,1fr)!important;
  justify-content:center!important;
  align-items:center!important;
  gap:clamp(54px,5vw,88px)!important;
}
.hero-display-photo.hero-standing-mockup{
  width:min(100%,740px)!important;
  max-width:740px!important;
}
.hero-prayer-controls{
  width:min(92%,620px)!important;
  margin-top:16px!important;
}
.hero-standing-mockup figcaption{
  margin-top:16px!important;
}
.hero-copy.hero-copy-landing{
  max-width:590px;
  margin-inline:auto;
}
@media(max-width:1260px) and (min-width:1081px){
  .hero.hero-landing>.container{width:min(calc(100% - 34px),1200px)!important}
  .hero.hero-landing .hero-landing-grid{
    grid-template-columns:minmax(570px,640px) minmax(350px,1fr)!important;
    gap:38px!important;
  }
  .hero-display-photo.hero-standing-mockup{width:min(100%,640px)!important}
}
@media(max-width:1080px){
  .hero.hero-landing>.container{width:min(calc(100% - 28px),820px)!important}
  .hero-display-photo.hero-standing-mockup{width:min(96vw,720px)!important}
}
@media(max-width:600px){
  .hero.hero-landing>.container{width:min(calc(100% - 16px),560px)!important}
  .hero-display-photo.hero-standing-mockup{width:min(98vw,560px)!important}
  .hero-prayer-controls{width:min(96%,520px)!important}
}

/* Rawayie 14.0 — احتواء الواجهة بالكامل داخل زجاج الموك أب */
.hero-standing-stage{
  overflow:hidden!important;
  isolation:isolate;
}
.hero-live-screen{
  top:6%!important;
  left:48.8%!important;
  width:40.2%!important;
  height:78.4%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:hidden!important;
  contain:layout paint;
  box-sizing:border-box!important;
  clip-path:polygon(0 0,99.2% 0,100% 100%,0 100%);
}
.hero-live-screen *,
.hero-live-screen *::before,
.hero-live-screen *::after{
  box-sizing:border-box;
  min-width:0;
  max-width:100%;
}
.live-screen-head{
  display:none!important;
}
.live-screen-date,
.live-screen-next,
.live-screen-table,
.live-screen-method{
  width:100%;
  overflow:hidden;
}
.live-screen-row{
  width:100%;
  overflow:hidden;
}
.live-screen-row>*{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:clip;
}
.hero-standing-mockup figcaption{
  width:auto!important;
  max-width:min(94%,650px)!important;
  padding:11px 20px!important;
}
.hero-standing-mockup figcaption span{
  color:#f8edcf!important;
  font-size:clamp(.78rem,1.1vw,.98rem)!important;
  font-weight:800;
  line-height:1.5;
  text-align:center;
}

/* Rawayie 14.1 — لوحة احترافية على قاعدة الشاشة وتوازن الجهات الأربع */
.hero-standing-stage{
  overflow:hidden!important;
}
.hero-live-screen{
  top:6.4%!important;
  left:49.2%!important;
  width:39.5%!important;
  height:77%!important;
  padding:1.8cqi 1.75cqi!important;
  clip-path:polygon(.25% .2%,99.05% .2%,99.75% 99.8%,.25% 99.8%)!important;
}
.live-screen-date,
.live-screen-clock,
.live-screen-next,
.live-screen-table,
.live-screen-method{
  max-width:100%!important;
  margin-inline:auto;
}
.mockup-base-label{
  position:absolute;
  z-index:5;
  top:88.8%;
  left:50.8%;
  width:35.5%;
  min-height:3.4%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:.45cqi 1.25cqi;
  overflow:hidden;
  border:1px solid rgba(239,202,122,.48);
  border-radius:999px;
  color:#f8e8bd;
  background:
    linear-gradient(90deg,rgba(239,202,122,.04),rgba(239,202,122,.12) 50%,rgba(239,202,122,.04)),
    linear-gradient(180deg,rgba(21,30,32,.96),rgba(5,13,15,.98));
  box-shadow:
    0 6px 14px rgba(0,0,0,.42),
    inset 0 1px rgba(255,255,255,.1),
    inset 0 -1px rgba(0,0,0,.55);
  direction:rtl;
  text-align:center;
  --base-label-rotation:.9deg;
  transform:perspective(500px) rotateX(1.2deg) rotate(var(--base-label-rotation)) skewX(-.55deg);
  transform-origin:center;
}
.mockup-base-label::before,
.mockup-base-label::after{
  content:"";
  width:.62cqi;
  height:.62cqi;
  flex:0 0 auto;
  border:1px solid rgba(239,202,122,.68);
  border-radius:50%;
  background:#10191b;
  box-shadow:inset 0 1px rgba(255,255,255,.12);
}
.mockup-base-label span{
  min-width:0;
  padding-inline:.8cqi;
  overflow:hidden;
  color:inherit;
  font:800 clamp(5px,1.05cqi,9px)/1.25 Tahoma,Arial,sans-serif;
  letter-spacing:0;
  white-space:nowrap;
  text-overflow:clip;
  text-shadow:0 1px 2px rgba(0,0,0,.85);
}
@media(max-width:600px){
  .hero-live-screen{padding:1.7cqi 1.6cqi!important}
  .mockup-base-label{
    min-height:3.7%;
    padding:.4cqi 1cqi;
  }
  .mockup-base-label span{font-size:clamp(4.5px,1.03cqi,7px)}
}

/* Rawayie 14.2 — توافق الأجهزة والمتصفحات والشاشات الآمنة */
html{
  width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent;
}
body{
  width:100%;
  min-width:280px;
  min-height:100vh;
  min-height:100dvh;
  overscroll-behavior-x:none;
}
.site,
main{
  width:100%;
  min-width:0;
  overflow-x:clip;
}
img,
svg,
video,
canvas,
iframe{
  max-width:100%;
}
input,
select,
textarea,
button{
  max-width:100%;
}
h1,
h2,
h3,
h4,
p,
li,
label,
figcaption{
  word-break:break-word;
  overflow-wrap:anywhere;
}
.hero-landing-grid>*,.feature-grid>*,.split>*,.verse-band>*{
  min-width:0;
}
.topbar{
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  padding-top:env(safe-area-inset-top,0px);
}
.container{
  padding-left:env(safe-area-inset-left,0px);
  padding-right:env(safe-area-inset-right,0px);
}
.hero-standing-stage{
  width:100%;
  max-width:100%;
  aspect-ratio:1/1;
}
.hero-live-screen{
  -webkit-clip-path:polygon(.25% .2%,99.05% .2%,99.75% 99.8%,.25% 99.8%)!important;
  clip-path:polygon(.25% .2%,99.05% .2%,99.75% 99.8%,.25% 99.8%)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.mockup-base-label{
  -webkit-transform:perspective(500px) rotateX(1.2deg) rotate(var(--base-label-rotation)) skewX(-.55deg);
  transform:perspective(500px) rotateX(1.2deg) rotate(var(--base-label-rotation)) skewX(-.55deg);
  -webkit-font-smoothing:antialiased;
}
.hero.hero-landing .hero-landing-grid{
  width:100%;
  grid-template-columns:minmax(0,740px) minmax(320px,590px)!important;
  align-items:center!important;
}
.hero-copy.hero-copy-landing{
  width:100%;
  min-width:0;
}
.hero-copy.hero-copy-landing h1{
  max-width:100%;
  font-size:clamp(2.35rem,4.5vw,4.6rem)!important;
}
.section,.panel,.feature,.verse-card{
  max-width:100%;
}
.wp-block-table,
.table-responsive{
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
table{
  max-width:100%;
}
button,
a,
input,
select,
textarea{
  touch-action:manipulation;
}
:focus-visible{
  outline:3px solid rgba(239,202,122,.78);
  outline-offset:3px;
}

@supports not (overflow:clip){
  .site,
  main{
    overflow-x:hidden;
  }
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .topbar,
  .mobile-menu{
    background:rgba(5,28,34,.97)!important;
  }
}
@supports not (aspect-ratio:1/1){
  .hero-standing-stage::before{
    content:"";
    display:block;
    padding-top:100%;
  }
  .hero-display-photo.hero-standing-mockup .hero-standing-stage>img{
    position:absolute;
    inset:0;
  }
}
@supports not (font-size:1cqi){
  .hero-live-screen{gap:4px!important;padding:11px 9px!important}
  .live-screen-date{gap:2px 4px;font-size:7px}
  .live-screen-date span:first-child{font-size:13px}
  .live-screen-clock{font-size:clamp(19px,3vw,44px)}
  .live-screen-next{gap:2px;padding:3px 0 4px}
  .live-screen-next>span{font-size:11px}
  .live-screen-next>time{font-size:clamp(16px,2.55vw,37px)}
  .live-screen-table{gap:3px}
  .live-screen-row{gap:3px;padding-inline:6px;border-radius:7px}
  .live-screen-row--head{font-size:7px}
  .live-screen-row strong{font-size:clamp(9px,1.2vw,18px)}
  .live-screen-row time{font-size:clamp(8px,1.05vw,16px)}
  .live-screen-method{font-size:6px}
  .mockup-base-label{padding:3px 8px}
  .mockup-base-label::before,
  .mockup-base-label::after{width:5px;height:5px}
  .mockup-base-label span{padding-inline:6px;font-size:clamp(5px,.62vw,9px)}
}

@media(max-width:1280px) and (min-width:1181px){
  .hero.hero-landing>.container{
    width:min(calc(100% - 36px),1220px)!important;
  }
  .hero.hero-landing .hero-landing-grid{
    grid-template-columns:minmax(560px,640px) minmax(310px,1fr)!important;
    gap:clamp(30px,3.2vw,46px)!important;
  }
  .hero-display-photo.hero-standing-mockup{
    width:min(100%,640px)!important;
    max-width:640px!important;
  }
}
@media(max-width:1180px){
  .hero.hero-landing>.container{
    width:min(calc(100% - 32px),860px)!important;
  }
  .hero.hero-landing .hero-landing-grid{
    grid-template-columns:minmax(0,1fr)!important;
    justify-items:center!important;
    gap:clamp(28px,5vw,46px)!important;
  }
  .hero-copy.hero-copy-landing{
    order:-1;
    max-width:760px;
    text-align:center!important;
  }
  .hero-copy.hero-copy-landing h1{
    text-align:center!important;
  }
  .hero-copy.hero-copy-landing h1::after{
    margin-inline:auto!important;
  }
  .hero-copy.hero-copy-landing .lead{
    margin-inline:auto!important;
  }
  .hero-copy.hero-copy-landing .hero-actions{
    justify-content:center;
  }
  .hero-display-photo.hero-standing-mockup{
    width:min(100%,760px)!important;
    max-width:760px!important;
  }
}
@media(max-width:900px){
  .hero.hero-landing{
    padding:clamp(24px,5vw,44px) 0!important;
  }
  .hero.hero-landing>.container{
    width:min(calc(100% - 24px),760px)!important;
  }
  .hero-copy.hero-copy-landing h1{
    font-size:clamp(2rem,8vw,3.6rem)!important;
  }
  .feature-grid,.split,.verse-band{
    grid-template-columns:minmax(0,1fr)!important;
  }
}
@media(max-width:640px){
  body{
    line-height:1.75;
  }
  .container,
  .hero.hero-landing>.container{
    width:calc(100% - 20px)!important;
  }
  .nav{
    min-height:66px;
    gap:10px;
    padding-block:8px;
  }
  .brand-copy{
    min-width:0;
  }
  .brand-name{
    display:block;
    max-width:calc(100vw - 145px);
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .mobile-menu{
    max-height:calc(100vh - 72px);
    max-height:calc(100dvh - 72px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .hero-copy.hero-copy-landing h1{
    font-size:clamp(1.8rem,10vw,2.75rem)!important;
    line-height:1.15!important;
  }
  .hero-copy.hero-copy-landing .lead{
    font-size:15px!important;
    line-height:1.85;
  }
  .hero-display-photo.hero-standing-mockup{
    width:100%!important;
    max-width:560px!important;
  }
  .hero-standing-stage{
    border-radius:clamp(16px,5vw,24px)!important;
  }
  .section{
    padding-block:36px!important;
  }
  input,
  select,
  textarea{
    font-size:16px!important;
  }
  .btn,.secondary-btn{
    min-height:48px;
  }
}
@media(max-width:420px){
  .container,
  .hero.hero-landing>.container{
    width:calc(100% - 14px)!important;
  }
  .hero.hero-landing{
    padding-block:18px!important;
  }
  .hero.hero-landing .hero-landing-grid{
    gap:24px!important;
  }
  .badge{
    padding:8px 12px;
    font-size:.8rem;
  }
  .hero-copy.hero-copy-landing h1{
    font-size:clamp(1.65rem,9.5vw,2.3rem)!important;
  }
  .mockup-base-label span{
    font-size:clamp(4.5px,1.15cqi,6.5px);
  }
}
@media(max-width:900px) and (orientation:landscape) and (max-height:560px){
  .hero.hero-landing{
    padding-block:16px!important;
  }
  .hero.hero-landing .hero-landing-grid{
    grid-template-columns:minmax(0,54%) minmax(0,46%)!important;
    align-items:center!important;
    gap:18px!important;
  }
  .hero-copy.hero-copy-landing{
    order:0;
    text-align:right!important;
  }
  .hero-copy.hero-copy-landing h1{
    font-size:clamp(1.45rem,4.5vw,2.25rem)!important;
    text-align:right!important;
  }
  .hero-copy.hero-copy-landing .lead{
    font-size:13px!important;
  }
  .hero-display-photo.hero-standing-mockup{
    width:min(100%,74vh)!important;
    width:min(100%,74svh)!important;
  }
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    animation-duration:1ms!important;
    animation-iteration-count:1!important;
    transition-duration:1ms!important;
  }
}
@media(forced-colors:active){
  .btn,
  .secondary-btn,
  .mockup-base-label,
  .live-screen-row{
    border:1px solid CanvasText!important;
  }
}

/* Rawayie 14.3 — نص مباشر على قاعدة الشاشة دون إطار */
.mockup-base-label{
  min-height:3.4%!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  color:#ead59a!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.mockup-base-label::before,
.mockup-base-label::after{
  display:none!important;
  content:none!important;
}
.mockup-base-label span{
  width:100%;
  padding:0!important;
  color:inherit!important;
  font-size:clamp(5px,1.08cqi,9.5px)!important;
  font-weight:800!important;
  line-height:1.3!important;
  text-shadow:
    0 1px 1px rgba(0,0,0,.96),
    0 0 5px rgba(0,0,0,.72),
    0 1px 0 rgba(255,255,255,.08)!important;
}
@supports not (font-size:1cqi){
  .mockup-base-label span{
    font-size:clamp(5px,.68vw,9.5px)!important;
  }
}

/* منظور مائل لزوايا واجهة الشاشة بما يطابق الموك أب */
.hero-live-screen{
  --screen-corner-tilt:4%;
  -webkit-clip-path:polygon(0 4%,99.1% 0,100% 100%,0 96%)!important;
  clip-path:polygon(0 4%,99.1% 0,100% 100%,0 96%)!important;
  -webkit-clip-path:polygon(
    0 var(--screen-corner-tilt),
    99.1% 0,
    100% 100%,
    0 calc(100% - var(--screen-corner-tilt))
  )!important;
  clip-path:polygon(
    0 var(--screen-corner-tilt),
    99.1% 0,
    100% 100%,
    0 calc(100% - var(--screen-corner-tilt))
  )!important;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.22));
}
.hero-live-screen::after{
  content:"";
  position:absolute;
  inset:.35%;
  z-index:20;
  display:block;
  pointer-events:none;
  border:1px solid rgba(231,244,246,.08);
  -webkit-clip-path:inherit;
  clip-path:inherit;
}
@supports not ((clip-path:polygon(0 0,100% 0,100% 100%,0 100%)) or (-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%))){
  .hero-live-screen{
    border-radius:2px!important;
    overflow:hidden!important;
  }
}

/* Rawayie 14.4 — تحسين سرعة العرض وتقليل كلفة الرسم */
.hero-standing-picture,
.hero-standing-picture>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
}
@supports(content-visibility:auto){
  .hero.hero-landing~.section,
  main>.section:not(:first-child),
  footer{
    content-visibility:auto;
    contain-intrinsic-size:auto 720px;
  }
}
@media(max-width:900px){
  .topbar{
    -webkit-backdrop-filter:blur(9px);
    backdrop-filter:blur(9px);
  }
  .hero-standing-mockup .hero-display-photo__glow{
    filter:blur(18px)!important;
  }
}
@media(max-width:640px){
  .topbar{
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
    background:rgba(5,28,34,.97);
  }
  .hero-standing-mockup .hero-display-photo__glow{
    display:none!important;
  }
  .hero-live-screen{
    filter:none!important;
  }
}

/* Rawayie 15.7 — واجهة تطبيق حقيقية تحت زجاج الشاشة */
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  isolation:isolate!important;
  overflow:hidden!important;
  border:1px solid rgba(239,202,122,.08)!important;
  border-radius:1.15cqi!important;
  background:
    radial-gradient(circle at 48% 18%,rgba(13,94,98,.16),transparent 38%),
    linear-gradient(180deg,rgba(1,18,20,.34),rgba(0,8,10,.48))!important;
  -webkit-clip-path:inset(0 round 1.15cqi)!important;
  clip-path:inset(0 round 1.15cqi)!important;
  box-shadow:
    inset 0 0 30px rgba(0,0,0,.52),
    inset 0 1px rgba(255,255,255,.035)!important;
  -webkit-backdrop-filter:brightness(.78) saturate(.9)!important;
  backdrop-filter:brightness(.78) saturate(.9)!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen>*{
  position:relative;
  z-index:1;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen::before{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  background:
    linear-gradient(116deg,rgba(255,255,255,.075) 0%,transparent 24%,transparent 67%,rgba(239,202,122,.025) 100%),
    radial-gradient(ellipse at 28% 5%,rgba(255,255,255,.06),transparent 38%)!important;
  mix-blend-mode:screen;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.18),transparent 7%,transparent 93%,rgba(0,0,0,.22)),
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 11%,transparent 88%,rgba(0,0,0,.2))!important;
  box-shadow:inset 0 0 14px rgba(0,0,0,.34)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row{
  border:1px solid rgba(147,184,184,.14)!important;
  background:linear-gradient(180deg,rgba(5,28,30,.34),rgba(1,15,17,.22))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.018)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  border-color:rgba(239,189,85,.68)!important;
  background:linear-gradient(90deg,rgba(214,165,74,.12),rgba(8,64,66,.2))!important;
  box-shadow:
    inset 0 0 16px rgba(214,165,74,.05),
    0 0 8px rgba(214,165,74,.05)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-clock,
.hero-standing-mockup.is-live-showcase .live-screen-next>time{
  text-shadow:0 1px 1px rgba(0,0,0,.9),0 0 7px rgba(255,255,255,.045)!important;
}

/* Rawayie 15.8 — طبقة زجاج فعلية فوق محتوى التطبيق */
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  position:absolute!important;
  isolation:isolate!important;
  background:rgba(1,17,19,.3)!important;
  border:1px solid rgba(239,202,122,.12)!important;
  box-shadow:
    inset 12px 0 18px rgba(0,0,0,.22),
    inset -10px 0 18px rgba(0,0,0,.18),
    inset 0 12px 18px rgba(255,255,255,.018),
    inset 0 -14px 22px rgba(0,0,0,.28)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-method{
  position:relative!important;
  z-index:2!important;
  opacity:.92;
  -webkit-filter:brightness(.9) saturate(.92);
  filter:brightness(.9) saturate(.92);
}
.hero-standing-mockup.is-live-showcase .screen-glass-layer{
  position:absolute!important;
  z-index:8!important;
  inset:0!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  pointer-events:none!important;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:inherit!important;
  background:
    linear-gradient(118deg,
      rgba(255,255,255,.13) 0%,
      rgba(255,255,255,.055) 8%,
      transparent 23%,
      transparent 66%,
      rgba(239,202,122,.025) 82%,
      transparent 100%
    ),
    radial-gradient(ellipse at 24% 2%,rgba(255,255,255,.11),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 13%,transparent 88%,rgba(0,0,0,.18))!important;
  box-shadow:
    inset 0 0 22px rgba(0,0,0,.3),
    inset 0 1px rgba(255,255,255,.075)!important;
  opacity:.78!important;
}

/* Rawayie 16.0 — دمج الموك أب مع خلفية الموقع دون بطاقة منفصلة */
.hero-display-photo.hero-standing-mockup,
.hero-standing-mockup .hero-standing-stage{
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Rawayie 18.1 — إلغاء جميع ميول النصوص داخل الشاشة */
.hero-standing-mockup.is-live-showcase .hero-live-screen,
.hero-standing-mockup.is-live-showcase .live-screen-content,
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock-panel,
.hero-standing-mockup.is-live-showcase .live-screen-clock,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-city-footer{
  transform:none!important;
  rotate:none!important;
  skew:none!important;
}

/* Rawayie 18.2 — إزالة جميع الفواصل والحدود من التطبيق */
.hero-standing-mockup.is-live-showcase .live-screen-content,
.hero-standing-mockup.is-live-showcase .live-screen-content>*,
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock-panel,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next,
.hero-standing-mockup.is-live-showcase .live-screen-city-footer{
  border:0!important;
  border-block:0!important;
  border-inline:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  background:none!important;
  background-image:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-content::before,
.hero-standing-mockup.is-live-showcase .live-screen-content::after,
.hero-standing-mockup.is-live-showcase .live-screen-next::before,
.hero-standing-mockup.is-live-showcase .live-screen-next::after,
.hero-standing-mockup.is-live-showcase .live-screen-table::before,
.hero-standing-mockup.is-live-showcase .live-screen-table::after,
.hero-standing-mockup.is-live-showcase .live-screen-row::before,
.hero-standing-mockup.is-live-showcase .live-screen-row::after{
  content:none!important;
  display:none!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}

/* Rawayie 18.3 — إزالة نهائية للفواصل وترتيب اليوم بين التاريخين */
.hero-standing-mockup.is-live-showcase .hero-live-screen,
.hero-standing-mockup.is-live-showcase .hero-live-screen *,
.hero-standing-mockup.is-live-showcase .hero-live-screen *::before,
.hero-standing-mockup.is-live-showcase .hero-live-screen *::after{
  border-width:0!important;
  border-style:none!important;
  border-color:transparent!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date{
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:.65cqi!important;
  padding:.2cqi .45cqi!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span{
  grid-column:auto!important;
  min-width:0!important;
  color:rgba(240,246,245,.84)!important;
  font-size:clamp(6px,.92cqi,8px)!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-weekday]{
  color:#e3b653!important;
  font-size:clamp(9px,1.38cqi,12px)!important;
  text-align:center!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-hijri-date]{
  text-align:right!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-gregorian-date]{
  text-align:left!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-clock-panel{
  padding-top:.08cqi!important;
}
.hero-display-photo.hero-standing-mockup .hero-standing-stage>img{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  -webkit-mask-image:
    linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),
    linear-gradient(to bottom,transparent 0,#000 3%,#000 97%,transparent 100%);
  -webkit-mask-composite:source-in;
  mask-image:
    linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),
    linear-gradient(to bottom,transparent 0,#000 3%,#000 97%,transparent 100%);
  mask-composite:intersect;
  filter:saturate(.96) contrast(1.01);
}
.hero-standing-mockup .hero-display-photo__glow{
  display:block!important;
  inset:8% 3% 2%!important;
  border-radius:46%!important;
  background:radial-gradient(circle,rgba(5,88,91,.26),rgba(214,165,74,.07) 52%,transparent 76%)!important;
  filter:blur(34px)!important;
  opacity:.72;
}

/* Rawayie 16.1 — شاشة ورجل فقط بخلفية شفافة */
.hero-display-photo.hero-standing-mockup,
.hero-standing-mockup .hero-standing-stage{
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:none!important;
  box-shadow:none!important;
}
.hero-display-photo.hero-standing-mockup .hero-standing-stage>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  filter:none!important;
}
.hero-standing-mockup .hero-display-photo__glow{
  display:none!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  top:11.3%!important;
  left:15.1%!important;
  width:36.7%!important;
  height:65%!important;
  border-radius:1.2cqi!important;
  -webkit-clip-path:inset(0 round 1.2cqi)!important;
  clip-path:inset(0 round 1.2cqi)!important;
  transform:none!important;
}

/* Rawayie 16.2 — توازن احترافي للواجهة الرئيسية */
@media(min-width:1181px){
  .hero.hero-landing>.container{
    width:min(calc(100% - 40px),1540px)!important;
    max-width:1540px!important;
  }
  .hero.hero-landing .hero-landing-grid{
    grid-template-columns:minmax(0,810px) minmax(410px,620px)!important;
    gap:clamp(20px,2.4vw,38px)!important;
    align-items:center!important;
  }
  .hero-display-photo.hero-standing-mockup{
    width:min(100%,810px)!important;
    max-width:810px!important;
    transform:translateY(-1.2%);
  }
  .hero-copy.hero-copy-landing{
    max-width:620px!important;
  }
  .hero-copy.hero-copy-landing h1{
    max-width:620px!important;
    font-size:clamp(2.9rem,4vw,4rem)!important;
    line-height:1.28!important;
    text-wrap:balance;
  }
}
.hero-standing-mockup .hero-standing-stage::before{
  content:"";
  position:absolute;
  z-index:0;
  right:8%;
  bottom:2.1%;
  width:84%;
  height:4.8%;
  border-radius:50%;
  background:rgba(0,0,0,.28);
  filter:blur(15px);
  pointer-events:none;
}
.hero-display-photo.hero-standing-mockup .hero-standing-stage>img{
  position:relative;
  z-index:1;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  z-index:3!important;
}
.hero-standing-mockup .live-screen-date{
  font-size:clamp(6px,1.08cqi,8px)!important;
}
.hero-standing-mockup .live-screen-date span:first-child{
  font-size:clamp(9px,1.82cqi,14px)!important;
}
.hero-standing-mockup .live-screen-clock{
  font-size:clamp(20px,4.7cqi,35px)!important;
}
.hero-standing-mockup .live-screen-next>span{
  font-size:clamp(8px,1.5cqi,11px)!important;
}
.hero-standing-mockup .live-screen-next>time{
  font-size:clamp(16px,3.9cqi,29px)!important;
}
.hero-standing-mockup .live-screen-row--head{
  font-size:clamp(6px,.94cqi,7px)!important;
}
.hero-standing-mockup .live-screen-row strong{
  font-size:clamp(8px,1.45cqi,12px)!important;
}
.hero-standing-mockup .live-screen-row time{
  font-size:clamp(8px,1.28cqi,11px)!important;
}
@media(max-width:1180px){
  .hero-copy.hero-copy-landing h1{
    text-wrap:balance;
  }
}

/* Rawayie 16.3 — احتواء إلزامي لواجهة التطبيق داخل زجاج الشاشة */
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  top:11.8%!important;
  left:15.45%!important;
  width:35.8%!important;
  height:63.8%!important;
  max-width:35.8%!important;
  max-height:63.8%!important;
  display:grid!important;
  grid-template-rows:auto auto auto minmax(0,1fr)!important;
  align-content:stretch!important;
  gap:.28cqi!important;
  padding:1.05cqi .9cqi .72cqi!important;
  overflow:hidden!important;
  contain:layout paint!important;
  box-sizing:border-box!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen>*{
  min-width:0!important;
  max-width:100%!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-table{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  display:grid!important;
  grid-template-rows:.72fr repeat(6,minmax(0,1fr))!important;
  overflow:hidden!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row{
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
  padding-block:0!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row>*{
  min-width:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:clip!important;
}

/* Rawayie 16.4 — واجهة مضاءة من خلف زجاج الشاشة بلا حواف */
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  -webkit-clip-path:none!important;
  clip-path:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table{
  position:relative!important;
  z-index:2!important;
  opacity:.9!important;
  filter:brightness(.88) saturate(.9)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Rawayie 18.4 — إزالة محددة للفواصل والتظليل دون تغيير التخطيط */
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  border:0!important;
  border-block:0!important;
  border-inline:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next::before,
.hero-standing-mockup.is-live-showcase .live-screen-next::after,
.hero-standing-mockup.is-live-showcase .live-screen-row::before,
.hero-standing-mockup.is-live-showcase .live-screen-row::after{
  content:none!important;
  display:none!important;
}

/* Rawayie 18.7 — تثبيت التاريخ في ثلاثة أعمدة مستقلة */
.hero-standing-mockup.is-live-showcase .live-screen-date{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  align-items:center!important;
  width:100%!important;
  gap:.45cqi!important;
  direction:rtl!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-hijri-date]{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:stretch!important;
  color:rgba(240,246,245,.84)!important;
  font-size:clamp(5.5px,.84cqi,7.5px)!important;
  text-align:right!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-weekday]{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:center!important;
  color:#e3b653!important;
  font-size:clamp(8px,1.18cqi,10px)!important;
  text-align:center!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-gregorian-date]{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:stretch!important;
  color:rgba(240,246,245,.84)!important;
  font-size:clamp(5.5px,.84cqi,7.5px)!important;
  text-align:left!important;
}

/* Rawayie 18.5 — إزالة ظل وتمييز الصلاة القادمة */
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next strong,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next time{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  text-shadow:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row{
  border-bottom:1px solid rgba(177,205,205,.085)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row:last-child{
  border-bottom:0!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  background:linear-gradient(90deg,transparent,rgba(214,165,74,.055),transparent)!important;
}
.hero-standing-mockup.is-live-showcase .screen-glass-layer{
  z-index:10!important;
  inset:0!important;
  border:0!important;
  border-radius:0!important;
  background:
    linear-gradient(112deg,rgba(255,255,255,.105) 0%,rgba(255,255,255,.035) 12%,transparent 28%,transparent 72%,rgba(239,202,122,.018) 100%),
    radial-gradient(ellipse at 22% 0%,rgba(255,255,255,.075),transparent 38%),
    linear-gradient(90deg,rgba(0,0,0,.12),transparent 7%,transparent 93%,rgba(0,0,0,.14))!important;
  box-shadow:inset 0 0 20px rgba(0,0,0,.24)!important;
  opacity:.68!important;
  mix-blend-mode:screen;
}

/* Rawayie 16.5 — مطابقة منظور الواجهة مع زوايا الزجاج المائل */
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  top:11.55%!important;
  left:15.55%!important;
  width:35.95%!important;
  height:64.15%!important;
  max-width:35.95%!important;
  max-height:64.15%!important;
  padding:1.45cqi 1.2cqi 1.35cqi!important;
  -webkit-clip-path:polygon(0 0,100% 5.35%,100% 97.2%,0 100%)!important;
  clip-path:polygon(0 0,100% 5.35%,100% 97.2%,0 100%)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table{
  transform:rotate(2.55deg) scale(.955)!important;
  transform-origin:50% 50%!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date{
  margin-top:.75cqi!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-table{
  margin-top:-.25cqi!important;
}
.hero-standing-mockup.is-live-showcase .screen-glass-layer{
  -webkit-clip-path:inherit!important;
  clip-path:inherit!important;
}

/* Rawayie 16.6 — منظور موحد للمحتوى مع تصحيح الزاوية اليسرى */
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  top:11.35%!important;
  left:15.22%!important;
  width:36.62%!important;
  height:64.7%!important;
  max-width:36.62%!important;
  max-height:64.7%!important;
  display:block!important;
  padding:0!important;
  -webkit-clip-path:polygon(.8% .9%,99.1% 6.15%,99.1% 96.8%,.8% 99.1%)!important;
  clip-path:polygon(.8% .9%,99.1% 6.15%,99.1% 96.8%,.8% 99.1%)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-content{
  position:absolute!important;
  z-index:2!important;
  inset:2.4% 2.8% 2.8% 2.8%!important;
  display:grid!important;
  grid-template-rows:auto auto auto minmax(0,1fr)!important;
  align-content:stretch!important;
  gap:.28cqi!important;
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
  transform:perspective(110cqi) rotateY(-1.15deg) rotateZ(2.55deg) scale(.94,.955)!important;
  transform-origin:50% 50%!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-content .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-content .live-screen-clock,
.hero-standing-mockup.is-live-showcase .live-screen-content .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-content .live-screen-table{
  transform:none!important;
  margin-top:0!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-content .live-screen-table{
  min-height:0!important;
  height:100%!important;
}

/* Rawayie 16.7 — الاعتماد على زجاج الموك أب الأصلي دون طبقة ذات حواف */
.hero-standing-mockup.is-live-showcase .screen-glass-layer{
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  opacity:0!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen{
  background:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-content{
  inset:3.35% 3.55% 3.45% 3.55%!important;
}

/* Rawayie 16.9 — عرض الصلاة ووقتها فقط بخط أكبر */
.hero-standing-mockup.is-live-showcase .live-screen-row{
  grid-template-columns:1.2fr 1fr!important;
  gap:.75cqi!important;
  padding-inline:1.2cqi!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row--head{
  font-size:clamp(7px,1.12cqi,9px)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row strong{
  font-size:clamp(11px,1.9cqi,16px)!important;
  line-height:1!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row time{
  font-size:clamp(11px,1.82cqi,15px)!important;
  line-height:1!important;
}

/* Rawayie 17.0 — إعادة تصميم احترافية لواجهة المواقيت */
.hero-standing-mockup.is-live-showcase .live-screen-content{
  inset:3.5% 4% 3.7% 4%!important;
  grid-template-rows:auto auto auto auto minmax(0,1fr)!important;
  gap:.38cqi!important;
  color:#f5f8f7!important;
}
.hero-standing-mockup .live-screen-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:.6cqi!important;
  min-width:0!important;
  padding:.15cqi .65cqi .45cqi!important;
  border-bottom:1px solid rgba(221,174,78,.34)!important;
}
.hero-standing-mockup .live-screen-brand span{
  color:rgba(235,244,243,.76)!important;
  font-size:clamp(6px,.9cqi,8px)!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.hero-standing-mockup .live-screen-brand strong{
  color:#e3b653!important;
  font-size:clamp(10px,1.75cqi,15px)!important;
  font-weight:400!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:.12cqi .5cqi!important;
  padding:.15cqi .5cqi!important;
  color:rgba(240,246,245,.82)!important;
  font-size:clamp(6px,.94cqi,8px)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span:first-child{
  grid-column:1/-1!important;
  color:#e3b653!important;
  font-size:clamp(9px,1.45cqi,12px)!important;
}
.hero-standing-mockup .live-screen-clock-panel{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.12cqi!important;
  padding:.2cqi 0 .32cqi!important;
}
.hero-standing-mockup .live-screen-clock-panel>span{
  color:#e3b653!important;
  font-size:clamp(6px,.9cqi,8px)!important;
  font-weight:700!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-clock{
  color:#fff!important;
  font-size:clamp(21px,4.35cqi,34px)!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  line-height:.9!important;
  opacity:.96!important;
  filter:none!important;
  text-shadow:0 2px 8px rgba(0,0,0,.72)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:.55cqi!important;
  padding:.5cqi .8cqi!important;
  border-block:1px solid rgba(221,174,78,.2)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next>span{
  grid-column:auto!important;
  color:#e3b653!important;
  font-size:clamp(7px,1.05cqi,9px)!important;
  text-align:right!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next>time{
  color:#fff!important;
  font-size:clamp(13px,2.25cqi,18px)!important;
  line-height:1!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-table{
  gap:0!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row{
  grid-template-columns:1.15fr 1fr!important;
  gap:.7cqi!important;
  padding-inline:1.05cqi!important;
  border:0!important;
  border-bottom:1px solid rgba(185,210,208,.105)!important;
  background:transparent!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row--head{
  color:rgba(227,182,83,.8)!important;
  font-size:clamp(7px,1cqi,9px)!important;
  border-bottom-color:rgba(221,174,78,.28)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row strong{
  color:#e3b653!important;
  font-size:clamp(12px,2.02cqi,17px)!important;
  font-weight:400!important;
  text-align:right!important;
  text-shadow:0 2px 6px rgba(0,0,0,.55)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row time{
  color:#f7faf9!important;
  font-size:clamp(12px,1.95cqi,16px)!important;
  font-weight:900!important;
  text-align:left!important;
  letter-spacing:.025em!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  background:linear-gradient(90deg,transparent,rgba(221,174,78,.085),transparent)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next strong,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next time{
  color:#ffd472!important;
}

/* Rawayie 17.1 — المدينة أسفل يسار الشاشة دون عنوان أو فاصل */
.hero-standing-mockup.is-live-showcase .live-screen-content{
  grid-template-rows:auto auto auto minmax(0,1fr) auto!important;
}
.hero-standing-mockup .live-screen-brand{
  display:none!important;
  border:0!important;
}
.hero-standing-mockup .live-screen-city-footer{
  display:block!important;
  min-width:0!important;
  padding:.28cqi .65cqi .05cqi!important;
  border:0!important;
  background:transparent!important;
  color:#e3b653!important;
  font-size:clamp(7px,1.08cqi,9px)!important;
  font-weight:700!important;
  line-height:1!important;
  text-align:left!important;
  white-space:nowrap!important;
}

/* Rawayie 17.2 — إعادة وقت الإقامة مع توزيع متوازن */
.hero-standing-mockup.is-live-showcase .live-screen-row{
  grid-template-columns:1.15fr 1fr 1fr!important;
  gap:.42cqi!important;
  padding-inline:.72cqi!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row--head{
  font-size:clamp(6px,.88cqi,8px)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row strong{
  font-size:clamp(10px,1.65cqi,14px)!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row time{
  font-size:clamp(9px,1.5cqi,13px)!important;
  text-align:center!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row time[data-iqama-time]{
  color:#e3b653!important;
}

/* Rawayie 17.3 — إظهار أو إخفاء الإقامة من التخصيص */
.hero-standing-mockup.is-live-showcase .hero-live-screen.without-iqama .live-screen-row{
  grid-template-columns:1.18fr 1fr!important;
  gap:.75cqi!important;
  padding-inline:1.15cqi!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen.without-iqama .live-screen-row--head{
  font-size:clamp(7px,1.02cqi,9px)!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen.without-iqama .live-screen-row strong{
  font-size:clamp(12px,2cqi,17px)!important;
}
.hero-standing-mockup.is-live-showcase .hero-live-screen.without-iqama .live-screen-row time{
  font-size:clamp(12px,1.9cqi,16px)!important;
}

/* Rawayie 17.4 — محاذاة وتوسيط أعمدة المواقيت */
.hero-standing-mockup.is-live-showcase .live-screen-row{
  align-items:center!important;
  justify-items:stretch!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row>*{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-row strong,
.hero-standing-mockup.is-live-showcase .live-screen-row time,
.hero-standing-mockup.is-live-showcase .live-screen-row--head span{
  text-align:center!important;
}

/* Rawayie 17.5 — تذييل مركزي أسفل شاشة المواقيت */
.hero-standing-mockup .live-screen-city-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  padding:.32cqi .45cqi .08cqi!important;
  color:rgba(238,243,242,.82)!important;
  font-family:Arial,Tahoma,sans-serif!important;
  font-size:clamp(6px,.92cqi,8px)!important;
  font-weight:700!important;
  letter-spacing:.015em!important;
  line-height:1!important;
  text-align:center!important;
  direction:ltr!important;
  transform:rotate(-2.75deg)!important;
  transform-origin:50% 50%!important;
}

/* Rawayie 17.8 — فصل التذييل عن منظور المحتوى لمنع القص والتضخيم */
.hero-standing-mockup.is-live-showcase .live-screen-content{
  grid-template-rows:auto auto auto minmax(0,1fr)!important;
  bottom:6.2%!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-city-footer{
  position:absolute!important;
  z-index:5!important;
  left:10%!important;
  bottom:2.75%!important;
  width:80%!important;
  height:auto!important;
  max-width:80%!important;
  padding:0!important;
  overflow:visible!important;
  color:rgba(238,243,242,.78)!important;
  font-size:clamp(5px,.78cqi,7px)!important;
  line-height:1!important;
  white-space:nowrap!important;
  transform:rotate(-2.75deg)!important;
  transform-origin:50% 50%!important;
}

/* Rawayie 17.9 — محتوى مستقيم ومتوازن مع تقريب وصف الصلاة من العداد */
.hero-standing-mockup.is-live-showcase .live-screen-content{
  transform:none!important;
  inset:5.4% 4.7% 7.2% 4.7%!important;
  gap:.32cqi!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock-panel,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table{
  transform:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.12cqi!important;
  padding:.34cqi .7cqi .42cqi!important;
  text-align:center!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next>span{
  width:100%!important;
  text-align:center!important;
  line-height:1!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next>time{
  width:100%!important;
  text-align:center!important;
  line-height:.95!important;
}

/* Rawayie 18.0 — إزالة الفواصل بين الصلوات والأوقات */
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  border:0!important;
  border-top:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-left:0!important;
  box-shadow:none!important;
}

/* Rawayie 18.6 — التصحيح النهائي أعلى جميع الأنماط السابقة */
.hero-standing-mockup.is-live-showcase .live-screen-content,
.hero-standing-mockup.is-live-showcase .live-screen-date,
.hero-standing-mockup.is-live-showcase .live-screen-clock-panel,
.hero-standing-mockup.is-live-showcase .live-screen-next,
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row{
  transform:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date{
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:.65cqi!important;
  padding:.18cqi .45cqi!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span{
  grid-column:auto!important;
  min-width:0!important;
  font-size:clamp(6px,.92cqi,8px)!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-hijri-date]{
  text-align:right!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-weekday]{
  color:#e3b653!important;
  font-size:clamp(9px,1.38cqi,12px)!important;
  text-align:center!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-date span[data-gregorian-date]{
  text-align:left!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  padding:.16cqi .7cqi .2cqi!important;
  border:0!important;
  border-block:0!important;
  border-inline:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next>span{
  width:100%!important;
  margin:0 0 -.04cqi!important;
  text-align:center!important;
  line-height:.92!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next>time{
  width:100%!important;
  margin:0!important;
  text-align:center!important;
  line-height:.92!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-table,
.hero-standing-mockup.is-live-showcase .live-screen-row,
.hero-standing-mockup.is-live-showcase .live-screen-row--head,
.hero-standing-mockup.is-live-showcase .live-screen-row.is-next{
  border:0!important;
  border-block:0!important;
  border-inline:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.hero-standing-mockup.is-live-showcase .live-screen-next::before,
.hero-standing-mockup.is-live-showcase .live-screen-next::after,
.hero-standing-mockup.is-live-showcase .live-screen-row::before,
.hero-standing-mockup.is-live-showcase .live-screen-row::after{
  content:none!important;
  display:none!important;
}


/* Rawayie 19.1.3 — Administration entry lives in the footer menu only. */
.rawayie-footer-admin-item>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#fff!important;font-weight:800!important}.rawayie-footer-admin-item>a:hover,.rawayie-footer-admin-item>a:focus{color:#f2cc74!important}.rawayie-footer-admin-icon{width:21px;height:21px;flex:0 0 21px;color:#d9ab4d}.footer-nav .rawayie-footer-admin-item{position:relative}.footer-nav .rawayie-footer-admin-item::before{content:"";position:absolute;inset-inline-start:-10px;top:20%;width:1px;height:60%;background:rgba(217,171,77,.32)}@media(max-width:640px){.footer-nav ul{flex-direction:column;gap:12px}.footer-nav .rawayie-footer-admin-item::before{display:none}}

.desktop-menu a,.mobile-menu a{display:inline-flex!important;align-items:center;justify-content:center;gap:10px}.rawayie-menu-icon{width:25px;height:25px;display:inline-grid;place-items:center;flex:0 0 25px;color:#dfb34d}.rawayie-menu-icon svg{display:block;width:100%;height:100%}.desktop-menu a:hover .rawayie-menu-icon,.desktop-menu .current-menu-item>a .rawayie-menu-icon,.mobile-menu a:hover .rawayie-menu-icon{color:#f2cc74}@media(max-width:1024px){.mobile-menu a{justify-content:flex-start!important}.rawayie-menu-icon{width:23px;height:23px;flex-basis:23px}}

/* Rawayie 19.1.4 — footer option 2: horizontal capsule menu. */
.rawayie-capsule-footer{padding:28px 0 30px!important;background:#003f43!important;border-top:1px solid rgba(221,174,78,.18)!important;content-visibility:auto;contain-intrinsic-size:1px 190px}
.rawayie-footer-capsule{width:100%;min-height:112px;display:flex;align-items:center;justify-content:space-evenly;gap:0;padding:14px 28px;border:1px solid rgba(167,199,196,.28);border-radius:999px;background:linear-gradient(180deg,#073f43 0%,#01353a 100%);box-shadow:0 16px 34px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035);overflow:hidden}
.rawayie-footer-brand,.rawayie-footer-link{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:12px 30px;color:#fff!important;font-size:clamp(18px,1.55vw,30px);font-weight:800;line-height:1.2;white-space:nowrap;transition:color .2s ease,transform .2s ease}
.rawayie-footer-brand:hover,.rawayie-footer-link:hover,.rawayie-footer-brand:focus,.rawayie-footer-link:focus{color:#f0c762!important;transform:translateY(-1px)}
.rawayie-footer-brand-logo{width:58px;height:72px;display:grid;place-items:center;flex:0 0 58px}
.rawayie-footer-brand-logo picture,.rawayie-footer-brand-logo img{display:block!important;width:100%!important;height:100%!important;max-width:58px!important;max-height:72px!important;object-fit:contain!important}
.rawayie-footer-link-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;color:#dfb34d}
.rawayie-footer-link-icon svg{width:100%;height:100%;display:block}
.rawayie-footer-divider{width:1px;height:54px;flex:0 0 1px;background:linear-gradient(180deg,transparent,rgba(223,179,77,.58),transparent)}
.rawayie-footer-copy{margin-top:16px;color:rgba(255,255,255,.68);text-align:center;font-size:.9rem}
@media(max-width:1050px){.rawayie-footer-capsule{padding-inline:16px}.rawayie-footer-brand,.rawayie-footer-link{gap:10px;padding-inline:16px;font-size:18px}.rawayie-footer-link-icon{width:30px;height:30px;flex-basis:30px}.rawayie-footer-brand-logo{width:44px;height:56px;flex-basis:44px}}
@media(max-width:760px){.rawayie-capsule-footer{padding:18px 0 22px!important}.rawayie-footer-capsule{border-radius:28px;padding:10px 14px;display:grid;grid-template-columns:1fr;gap:0}.rawayie-footer-brand,.rawayie-footer-link{width:100%;min-height:62px;justify-content:flex-start;padding:10px 16px;font-size:17px}.rawayie-footer-divider{width:calc(100% - 32px);height:1px;margin-inline:16px;background:linear-gradient(90deg,transparent,rgba(223,179,77,.42),transparent)}.rawayie-footer-brand-logo{width:38px;height:48px;flex-basis:38px}.rawayie-footer-link-icon{width:28px;height:28px;flex-basis:28px}}

/* Rawayie 19.1.7 — professional visual refinement */
:root{--max:1260px;--radius:24px;--radius-lg:32px}
body{background:radial-gradient(circle at 88% 6%,rgba(11,118,123,.22),transparent 24%),radial-gradient(circle at 8% 14%,rgba(214,165,74,.12),transparent 22%),linear-gradient(180deg,#021f23 0%,#06131b 46%,#07111a 100%)}
.topbar{background:rgba(2,35,39,.9);border-bottom:1px solid rgba(214,165,74,.2);box-shadow:0 10px 34px rgba(0,0,0,.18)}
.nav{min-height:74px}
.brand-mark-logo{background:rgba(255,255,255,.04)!important;border:1px solid rgba(214,165,74,.2);box-shadow:0 10px 24px rgba(0,0,0,.18)!important}
.nav-links .desktop-menu{display:flex;align-items:center;gap:5px;margin:0;padding:5px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(255,255,255,.035)}
.nav-links .desktop-menu>li{margin:0}
.nav-links .desktop-menu>li>a{min-height:42px;padding:7px 14px;border-radius:999px;color:#d7e4e5;transition:background .2s,color .2s,transform .2s}
.nav-links .desktop-menu>li>a:hover,.nav-links .desktop-menu>.current-menu-item>a{background:rgba(214,165,74,.13);color:#f3cc73;transform:translateY(-1px)}
.hero.hero-landing{padding-block:clamp(62px,7vw,100px)!important;border-bottom:1px solid rgba(255,255,255,.06)}
.hero.hero-landing::before{opacity:.48!important;background:radial-gradient(circle at 78% 38%,rgba(10,125,128,.24),transparent 32%),radial-gradient(circle at 18% 55%,rgba(218,172,75,.11),transparent 28%)!important}
.hero-copy.hero-copy-landing{position:relative;padding:clamp(22px,3vw,38px);border:1px solid rgba(255,255,255,.075);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 28px 70px rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.hero-copy-landing .badge{width:max-content;max-width:100%;border-color:rgba(82,210,176,.3);background:rgba(8,91,87,.28);box-shadow:inset 0 1px rgba(255,255,255,.04)}
.hero.hero-landing .hero-copy h1{letter-spacing:-.035em;text-wrap:balance}
.hero-copy-landing .lead{color:#c8d6d8!important;text-wrap:pretty}
.secondary-btn{min-height:52px;padding:12px 24px;border:1px solid #e3b753!important;border-radius:13px!important;background:linear-gradient(135deg,#e7b955,#c89235)!important;color:#102b2e!important;font-weight:900!important;box-shadow:0 14px 30px rgba(214,165,74,.2)}
.secondary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(214,165,74,.28)}
.hero-display-photo.hero-standing-mockup{filter:drop-shadow(0 32px 58px rgba(0,0,0,.28))}
.section{padding-block:clamp(64px,7vw,96px)}
.section-head{max-width:720px;margin-inline:auto;margin-bottom:38px;text-align:center}
.section-head h2{font-size:clamp(1.85rem,3vw,2.75rem);letter-spacing:-.025em;text-wrap:balance}
.section-head h2::after{content:"";display:block;width:72px;height:3px;margin:14px auto 0;border-radius:99px;background:linear-gradient(90deg,#0b767b,#e3b653)}
.section-head p{max-width:650px;margin-inline:auto;color:#b9c9cc}
.feature-grid-tight{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.feature{height:100%;padding:25px 23px!important;border:1px solid rgba(255,255,255,.085)!important;border-radius:20px!important;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;box-shadow:0 16px 38px rgba(0,0,0,.13);transition:transform .22s,border-color .22s,box-shadow .22s}
.feature:hover{transform:translateY(-5px);border-color:rgba(214,165,74,.34)!important;box-shadow:0 24px 48px rgba(0,0,0,.2)}
.feature .icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:16px;border:1px solid rgba(214,165,74,.23);border-radius:15px;background:rgba(7,95,91,.35);font-size:25px}
.feature h3{margin-bottom:8px;color:#f5f8f8}.feature p{margin:0;color:#aebfc2}
.verse-band{gap:28px!important;padding:clamp(28px,4vw,52px)!important;border:1px solid rgba(214,165,74,.18)!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(5,83,82,.32),rgba(255,255,255,.025))!important;box-shadow:0 24px 58px rgba(0,0,0,.16)}
.verse-card,.panel{border:1px solid rgba(255,255,255,.09)!important;border-radius:20px!important;background:rgba(255,255,255,.045)!important;box-shadow:0 14px 34px rgba(0,0,0,.11)}
.split{gap:20px!important}.checklist li{padding-block:11px;border-bottom:1px solid rgba(255,255,255,.055)}.checklist li:last-child{border-bottom:0}
.rawayie-capsule-footer{padding:24px 0 26px!important}
.rawayie-footer-capsule{min-height:92px;border-radius:30px;background:linear-gradient(145deg,#06474b,#013438)}
.rawayie-footer-brand,.rawayie-footer-link{gap:12px;padding:10px 20px;font-size:clamp(16px,1.15vw,21px)}
.rawayie-footer-brand-logo{width:46px;height:58px;flex-basis:46px}.rawayie-footer-link-icon{width:32px;height:32px;flex-basis:32px}
@media(max-width:1024px){.nav-links .desktop-menu{display:none}.feature-grid-tight{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){.hero.hero-landing{padding-block:28px!important}.hero-copy.hero-copy-landing{padding:22px 17px;border-radius:20px}.hero-copy-landing .badge{margin-inline:auto}.feature-grid-tight{grid-template-columns:1fr!important}.section{padding-block:48px!important}.section-head{margin-bottom:26px}.feature{padding:21px 18px!important}.verse-band{padding:23px 18px!important;border-radius:22px!important}}

/* Rawayie 19.1.8 — clean single-layer header */
@media(min-width:1025px){
.topbar{border:0!important;border-bottom:1px solid rgba(214,165,74,.16)!important;border-radius:0!important;box-shadow:0 8px 28px rgba(0,0,0,.15)!important}
.topbar>.container,.topbar .nav{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}
.topbar .nav{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;min-height:82px!important;padding:8px 0!important}
.topbar .brand{position:static!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.topbar .brand-mark-logo{width:48px!important;height:58px!important;max-width:48px!important;max-height:58px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.topbar .brand-mark-logo picture,.topbar .brand-mark-logo img{display:block!important;width:48px!important;height:58px!important;max-width:48px!important;max-height:58px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important}
.topbar .brand-name{font-size:1.18rem!important}.topbar .brand-desc{font-size:.78rem!important}
.topbar .nav-links{display:flex!important;justify-content:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.topbar .nav-links .desktop-menu{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.topbar .nav-links .desktop-menu>li>a{min-height:44px!important;padding:8px 16px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;box-shadow:none!important}
.topbar .nav-links .desktop-menu>li>a:hover{border-color:rgba(214,165,74,.18)!important;background:rgba(255,255,255,.045)!important}
.topbar .nav-links .desktop-menu>.current-menu-item>a{border-color:rgba(214,165,74,.26)!important;background:rgba(214,165,74,.13)!important;color:#f3cc73!important}
}
@media(max-width:1024px){.topbar,.topbar>.container,.topbar .nav{border-radius:0!important}}

/* Rawayie 19.1.9 — simple footer without repeated brand or frame */
.rawayie-capsule-footer{padding:24px 0 28px!important;border-top:1px solid rgba(214,165,74,.16)!important;background:#003f43!important}
.rawayie-footer-capsule{width:auto!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.rawayie-footer-brand{display:none!important}
.rawayie-footer-link{min-height:42px!important;gap:9px!important;padding:7px 12px!important;border:0!important;border-radius:9px!important;background:transparent!important;font-size:15px!important}
.rawayie-footer-link:hover{background:rgba(255,255,255,.045)!important}
.rawayie-footer-link-icon{width:24px!important;height:24px!important;flex-basis:24px!important}
.rawayie-footer-divider{height:26px!important;background:rgba(214,165,74,.32)!important}
.rawayie-footer-copy{margin-top:0!important;color:rgba(255,255,255,.7)!important}
.rawayie-footer-capsule+.rawayie-footer-copy{margin-top:14px!important}
@media(max-width:760px){.rawayie-footer-capsule{display:flex!important;flex-direction:column!important;gap:3px!important}.rawayie-footer-link{justify-content:center!important}.rawayie-footer-divider{display:none!important}}
