:root{
  --bg: #000000; /* main page background */
  --accent: #fd7b6b; /* requested accent */
  --muted: rgba(255,255,255,0.74); /* muted text */
  --muted-2: rgba(255,255,255,0.60);
  --card: #000000; /* card / panel bg now pure black */
  --text: #ffffff;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:'Cairo',system-ui,Segoe UI,Roboto,Arial;
  /* Solid black background as requested */
  background: #000000;
  color:var(--text);
  line-height:1.5;
  direction:rtl;
}
.container{max-width:1100px;margin:0 auto;padding:24px}
.site-header{background:transparent;padding:12px 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;position:relative}
.logo{height:150px}
.mobile-back{
  display:none;
  align-items:center;
  justify-content:center;
  height:64px;
  width:64px;
  border-radius:10px;
  background:transparent;
  border:1px solid rgba(255,255,255,0.08);
  color:var(--text);
  text-decoration:none;
  font-size:100px;
  line-height:1;
  z-index:60;
}
.hamburger{
  display:none; /* will be shown on mobile */
  background:transparent;
  border:1px solid rgba(253,123,107,0.10);
  color:var(--text);
  padding:6px 8px;
  border-radius:8px;
  cursor:pointer;
  z-index:60;
}
.hamburger .bar{display:block;width:22px;height:3px;background:var(--accent);margin:4px 0;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.nav a{margin-left:18px;color:var(--text);text-decoration:none;font-weight:600}

/* hide nav-close by default on non-mobile so X doesn't appear on desktop */
.nav .nav-close{ display:none }
.btn{display:inline-block;padding:10px 18px;border-radius:10px;text-decoration:none}
.btn-primary{background:var(--accent);color:var(--text)}
.btn-cta{background:var(--accent);color:var(--text);padding:12px 20px;border-radius:12px}
/* Store media: stacked badges with logo beside them */
.store-media{margin-top:22px;width:100%}
.hero .hero-store{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:22px;
  flex-wrap:wrap;
}
.hero-store .store-badges{
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:flex-start;
}
.hero-store .store-badges a{display:block}
.hero-store .store-badges img{
  display:block;
  width:260px;
  max-width:80vw;
  height:auto;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(0,0,0,0.55);
}
.hero-store .store-logo img{
  display:block;
  width:220px;
  max-width:70vw;
  height:auto;
  border-radius:50%;
  box-shadow:0 14px 30px rgba(0,0,0,0.55);
}

.hero .hero-store a{max-width:none;width:auto}
.hero .hero-store img{max-width:none}
@media (max-width:900px){
  .hero .hero-store{gap:22px;flex-direction:column;align-items:center;justify-content:center}
  .hero-store .store-badges img{width:240px}
  .hero-store .store-logo img{width:200px}
}
@media (max-width:500px){
  .hero-store .store-badges img{width:86vw}
  .hero-store .store-logo img{width:72vw}
}
.store-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;text-decoration:none;border:1px solid rgba(255,255,255,0.06);color:var(--text);background:transparent;font-weight:600}
.store-btn:hover{background:var(--accent);color:#0b0b0d}
.hero{padding:36px 0}
.hero-inner{display:flex;gap:24px;align-items:center}
.hero-content{flex:1}
.hero-visual{flex:1;text-align:center}
.hero-visual img{max-width:100%;border-radius:16px;box-shadow:0 10px 30px rgba(253,123,107,0.12)}
.lead{font-size:1.1rem;color:var(--muted)}
.section{padding:48px 0}
.bg-light{background:transparent;border-radius:12px;margin:18px 0;padding:28px}
.text-panel{
  /* keep the left accent border, but remove the soft orange gradient glow */
  background: transparent;
  /* use direction-aware inline border so RTL/LTR both look correct */
  border-inline-start: 6px solid var(--accent);
  padding:24px;
  border-radius:12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}
.cards{display:flex;gap:18px;margin-top:18px}
.card{background:var(--card);border-radius:12px;flex:1;padding:12px;text-align:center;box-shadow:0 6px 18px rgba(253,123,107,0.04)}
.card img{width:100%;height:160px;object-fit:cover;border-radius:8px}
.two-col{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:center}
.how-visual img{width:100%;border-radius:12px}
.how-list{padding-left:0;margin:0;list-style:none}
.how-list li{margin-bottom:16px}
.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;list-style:none;padding:0}
.features-list li{background:var(--card);padding:12px;border-radius:10px;box-shadow:0 6px 18px rgba(253,123,107,0.03)}
.cta-strip{background:transparent;text-align:center;border-radius:12px;padding:36px;margin:18px 0}
.site-footer{padding:18px 0;color:var(--muted-2)}
.footer-inner{display:flex;justify-content:space-between;align-items:center}
.footer-links a{margin-left:12px;color:var(--muted-2);text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Responsive */
@media (max-width:900px){
  .hero-inner{flex-direction:column}
  .cards{flex-direction:column}
  .two-col{grid-template-columns:1fr}
  /* keep brand and hamburger on one row for quick access */
  .header-inner{flex-direction:row;align-items:center}

  /* show hamburger and hide nav by default on mobile */
  .hamburger{display:inline-flex;align-items:center;justify-content:center;margin-inline-start:8px;flex-direction:column;gap:4px}
  .mobile-back{display:inline-flex;margin-inline-start:12px}
  .nav{display:none;width:100%}

  /* when open, display nav as a full fixed black overlay so it fully covers underlying content */
  /* ensure header stays below the full-screen nav overlay */
  .site-header{position:relative;z-index:9000}
  .nav.open{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    position:fixed !important;
    inset:0; /* top:0; right:0; bottom:0; left:0 */
    width:100vw;
    height:100vh;
    padding-top: calc(64px + env(safe-area-inset-top)); /* push menu items below header area and respect safe-area */
    padding-right:18px;
    padding-left:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.95);
    background:#000; /* full black background */
    z-index:100000; /* sit above everything */
    border-radius:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    box-sizing:border-box;
  }
  /* menu items are full-width blocks with opaque black background so nothing shows through */
  .nav.open a{display:block;padding:14px 18px;margin:0;border-radius:0;background:#000;color:var(--text);font-weight:700;font-size:18px;line-height:1.6}
  /* ensure store buttons inside the mobile nav are full-width and visible (override inline-flex) */
  .nav.open .store-btn{display:block;width:100%;box-sizing:border-box;padding:12px 18px;margin:10px 0;border-radius:10px;background:var(--accent);border:1px solid rgba(0,0,0,0.15);text-decoration:none;color:#0b0b0d;font-weight:800;font-size:18px}
  .nav.open .store-btn .icon{display:inline-block;vertical-align:middle;margin-inline-end:8px}
  .nav.open a:hover{background:rgba(255,255,255,0.03)}
  /* make sure nav content is readable and scrollable on small screens */
  .nav.open .btn{margin-top:8px}

  /* close button in the nav overlay */
  .nav .nav-close{
      /* hidden by default; only show on mobile when nav is open */
      display:none;
      position:fixed;
      top:12px;
      right:16px;
      z-index:100001;
      background:transparent;
      border:0;
      color:var(--text);
      font-size:22px;
      padding:8px 10px;
      cursor:pointer;
      border-radius:8px;
    }
    /* show close button when nav overlay is open (mobile only) */
    .nav.open .nav-close{ display:block; }
.nav .nav-close:active,
  .nav .nav-close:focus{background:rgba(255,255,255,0.03);outline:none}

  /* give nav items breathing room on mobile */
  .nav.open a{margin-bottom:10px}
}
@media (prefers-reduced-motion: no-preference){
  .hero-visual img{transform:translateY(0);transition:transform .6s ease}
  .hero-visual img:hover{transform:translateY(-6px)}
}

/* ===== Site-wide entrance animations & image effects ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Apply subtle entrance animation to main layout blocks */
header, .hero, .hero-content, .hero-visual, .how-visual, .site-footer, .footer-inner {
  opacity: 0;
  animation: fadeUp .6s cubic-bezier(.2,.9,.2,1) forwards;
}

/* Staggered delays for a nicer entrance rhythm */
header{animation-delay:0.05s}
.hero{animation-delay:0.12s}
.hero .hero-content{animation-delay:0.18s}
.hero-visual{animation-delay:0.20s}
.site-footer{animation-delay:0.40s}

/* Nav open uses a quick slideDown for feeling of depth */
.nav.open{animation: slideDown .18s ease forwards}

/* Make images feel alive: gentle float + interactive hover */
img{transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;will-change:transform}
.hero-visual img, .how-visual img{animation: float 6s ease-in-out infinite alternate;}
.card img{transition: transform .4s ease, box-shadow .4s ease}
/* hover effects (desktop) */
.hero-visual img:hover, .card img:hover, .how-visual img:hover{transform: scale(1.04);box-shadow:0 20px 40px rgba(0,0,0,0.55)}

/* touch-friendly equivalents: apply on active/tap and also when in-view so mobile users see the effect */
.has-touch .hero-visual img:active, .has-touch .card img:active, .has-touch .how-visual img:active,
.has-touch .hero-visual img.in-view, .has-touch .card img.in-view, .has-touch .how-visual img.in-view{
  transform: scale(1.04);
  box-shadow:0 18px 36px rgba(0,0,0,0.5);
}

/* ensure reveal animations and float still run on small screens */
@media (max-width:900px){
  .hero-visual img, .how-visual img{ animation-duration:6s; animation-timing-function: ease-in-out }
  .reveal{ transition-duration: .75s }
}

/* Slight visual treatment for logo and buttons */
.logo{opacity:0;animation:fadeUp .5s ease forwards;animation-delay:0.02s}
.btn{transform-origin:center center}
.btn:hover{transform:translateY(-3px)}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce){
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .hero-visual img, .how-visual img { animation: none !important; }
}

/* Scroll reveal: elements come from afar when scrolled into view */
@keyframes revealFromFar {
  from { opacity: 0; transform: scale(.92) translateY(60px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.reveal{
  opacity: 0;
  transform: translateY(60px) scale(.94);
  transition: transform .75s cubic-bezier(.2,.9,.2,1), opacity .6s ease;
  will-change: transform, opacity;
}

.reveal.in-view{
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ===== FAQ styles ===== */
.faq .text-panel{padding:20px}
.faq h2{margin-top:0;margin-bottom:12px}
.faq-list{display:block}
.faq-item{background:var(--card);border-radius:12px;margin-bottom:12px;padding:0;border-left:6px solid var(--accent);box-shadow:0 8px 24px rgba(0,0,0,0.5);overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:14px 18px;color:var(--text);font-weight:700;outline:none;display:flex;align-items:center;justify-content:space-between}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-weight:700;color:var(--muted);transform:rotate(0);transition:transform .2s ease}
.faq-item[open] summary::after{content:'−';color:var(--muted-2)}
.faq-answer{padding:12px 18px 18px;color:var(--muted);line-height:1.6;border-top:1px solid rgba(255,255,255,0.02);background:linear-gradient(180deg, rgba(255,255,255,0.01), transparent)}

@media (max-width:900px){
  .faq-item summary{font-size:16px;padding:12px}
  .faq-answer{padding:10px 12px}
}

/* directional variants */
.reveal[data-direction="left"]{ transform: translateX(-80px) scale(.94); }
.reveal[data-direction="left"].in-view{ transform: translateX(0) scale(1); }
.reveal[data-direction="right"]{ transform: translateX(80px) scale(.94); }
.reveal[data-direction="right"].in-view{ transform: translateX(0) scale(1); }
.reveal[data-direction="up"]{ transform: translateY(80px) scale(.94); }
.reveal[data-direction="up"].in-view{ transform: translateY(0) scale(1); }
.reveal[data-direction="down"]{ transform: translateY(-40px) scale(.96); }

/* Slight stagger helper when multiple reveals exist in the same container */
.reveal[data-order="1"]{ transition-delay: .06s }
.reveal[data-order="2"]{ transition-delay: .12s }
.reveal[data-order="3"]{ transition-delay: .18s }

@media (prefers-reduced-motion: reduce){
  .reveal { transition: none !important; transform: none !important; opacity: 1 !important }
}

