
:root{
  --bg:#f6f7fb;
  --card:#ffffff;
  --text:#101828;
  --muted:#667085;
  --line:#e8ebf2;
  --brand:#f7b500;
  --brand-2:#ffcc3d;
  --dark:#0f1728;
  --dark-2:#151f34;
  --green:#16a34a;
  --shadow:0 24px 70px rgba(16,24,40,.10);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Tajawal",system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:110px 0}
.bg-orb{position:fixed;border-radius:999px;filter:blur(80px);pointer-events:none;z-index:-1;opacity:.35}
.orb-1{width:340px;height:340px;background:#ffd658;top:80px;right:-130px}
.orb-2{width:380px;height:380px;background:#b9d9ff;bottom:30px;left:-180px}

.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(246,247,251,.80);
  border-bottom:1px solid rgba(232,235,242,.8)
}
.nav-wrap{min-height:76px;display:flex;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}
.brand-mark{
  width:45px;height:45px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--brand),#ffdf6a);
  color:#111827;font-weight:900;letter-spacing:-1px;
  box-shadow:0 10px 30px rgba(247,181,0,.28)
}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-size:20px;letter-spacing:.3px}
.brand-text small{font-size:11px;color:var(--muted);margin-top:5px}
.nav{display:flex;gap:28px;margin-inline:auto}
.nav a{font-weight:600;color:#475467;transition:.2s}
.nav a:hover{color:#111827}
.menu-btn{display:none;border:0;background:none;font-size:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:50px;padding:0 22px;border-radius:15px;
  font-weight:800;border:1px solid transparent;transition:.25s
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--dark);color:#fff;box-shadow:0 14px 35px rgba(15,23,40,.18)}
.btn-primary:hover{background:#1a2540}
.btn-outline{border-color:#d5dae4;background:#fff}
.btn-ghost{color:#344054;background:transparent;border-color:#d8dde6}

.hero{padding-top:84px;min-height:760px;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14px;font-weight:800;color:#475467;
  margin-bottom:18px
}
.eyebrow span{color:var(--brand);font-size:16px}
.hero h1,.section-head h2,.plans-copy h2,.cta-card h2{
  margin:0;letter-spacing:-2px;line-height:1.12
}
.hero h1{font-size:clamp(48px,6vw,78px);max-width:720px}
.hero h1 span{color:#8a6100;background:linear-gradient(90deg,#9d7100,#e0a300);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-text{font-size:20px;line-height:1.9;color:var(--muted);max-width:630px;margin:24px 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;gap:34px;margin-top:38px}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:17px}
.trust-row span{font-size:13px;color:var(--muted);margin-top:3px}

.hero-visual{position:relative;min-height:600px;display:grid;place-items:center}
.hero-visual:before{
  content:"";position:absolute;width:510px;height:510px;border-radius:50%;
  background:radial-gradient(circle at 40% 35%,#fff6cf 0,#f6c927 45%,#e3a700 100%);
  box-shadow:inset -30px -30px 90px rgba(120,80,0,.13)
}
.phone-shell{
  width:305px;padding:9px;border-radius:42px;background:#111827;
  box-shadow:0 38px 75px rgba(16,24,40,.28);position:relative;z-index:4;
  transform:rotate(-2.5deg)
}
.phone-top{
  position:absolute;top:14px;left:50%;transform:translateX(-50%);
  width:90px;height:22px;border-radius:999px;background:#0b0f18;z-index:3
}
.phone-screen{background:#f8f9fc;border-radius:34px;overflow:hidden;min-height:570px}
.menu-cover{
  padding:54px 18px 22px;
  background:linear-gradient(145deg,#141d31,#253451);
  color:#fff;display:flex;align-items:center;gap:12px
}
.cover-badge{width:48px;height:48px;border-radius:14px;background:var(--brand);display:grid;place-items:center;color:#111827;font-weight:900}
.menu-cover strong{display:block}
.menu-cover span{font-size:11px;opacity:.7}
.category-tabs{display:flex;gap:8px;overflow:hidden;padding:14px 12px}
.category-tabs span{white-space:nowrap;padding:7px 10px;border-radius:9px;background:#fff;border:1px solid #e9edf3;font-size:10px}
.category-tabs .active{background:#111827;color:#fff}
.food-card{display:flex;gap:10px;background:#fff;margin:0 11px 9px;padding:8px;border-radius:14px;border:1px solid #edf0f4}
.food-card img{width:75px;height:75px;border-radius:11px;object-fit:cover}
.food-info{flex:1}
.food-info strong{font-size:12px}
.food-info p{font-size:9px;color:#98a2b3;margin:5px 0 8px}
.food-info div{display:flex;justify-content:space-between;align-items:center}
.food-info b{font-size:11px}
.food-info button{width:25px;height:25px;border:0;border-radius:8px;background:var(--brand);font-weight:900}
.cart-bar{margin:13px 11px;background:#111827;color:white;border-radius:13px;padding:10px 12px;display:flex;justify-content:space-between;font-size:10px}
.cart-bar span{opacity:.7}

.float-card,.qr-card{
  position:absolute;z-index:7;background:#fff;border:1px solid #eef1f5;
  box-shadow:0 20px 45px rgba(16,24,40,.14);border-radius:18px
}
.float-card{top:90px;right:0;padding:14px 16px;display:flex;gap:10px;align-items:center}
.float-card b,.qr-card b{display:block;font-size:13px}
.float-card small,.qr-card small{font-size:10px;color:#98a2b3}
.mini-icon{width:35px;height:35px;border-radius:10px;background:#fff4cc;display:grid;place-items:center}
.qr-card{left:5px;bottom:80px;padding:13px;display:flex;gap:12px;align-items:center}
.qr-grid{display:grid;grid-template-columns:repeat(5,7px);gap:2px}
.qr-grid span{width:7px;height:7px;background:#111827;border-radius:1px}
.qr-grid span:nth-child(3n){background:var(--brand)}

.logo-strip{padding:20px 0 35px}
.logo-strip p{text-align:center;color:#98a2b3;font-size:13px}
.types{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.types span{padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.7);border:1px solid #e6e9ef;color:#475467;font-weight:600}

.section-head{text-align:center;max-width:720px;margin:0 auto 50px}
.section-head h2,.plans-copy h2{font-size:clamp(38px,5vw,58px)}
.section-head p{color:var(--muted);font-size:18px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  background:rgba(255,255,255,.86);border:1px solid #eaedf2;border-radius:22px;
  padding:28px;min-height:220px;transition:.25s;box-shadow:0 10px 30px rgba(16,24,40,.04)
}
.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.feature-icon{width:48px;height:48px;border-radius:15px;background:#fff5cf;color:#6e5000;display:grid;place-items:center;font-size:24px;margin-bottom:22px}
.feature-card h3{margin:0 0 10px;font-size:20px}
.feature-card p{margin:0;color:var(--muted);line-height:1.8}

.dark-section{background:var(--dark);color:white;position:relative;overflow:hidden}
.dark-section:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:#f5b900;filter:blur(140px);opacity:.13;left:-120px;bottom:-280px}
.section-head.light .eyebrow{color:#aab3c5}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative;z-index:2}
.step{padding:30px;border-radius:22px;background:#141f34;border:1px solid #26324a;display:flex;gap:20px}
.step>span{font-size:38px;font-weight:900;color:#f6c323;line-height:1}
.step h3{margin:0 0 9px}
.step p{margin:0;color:#aab3c5;line-height:1.8}

.plans-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.plans-copy p{color:var(--muted);line-height:1.9;font-size:18px;margin:22px 0 30px}
.pricing-card{background:#fff;border:1px solid #e6e9ef;border-radius:28px;padding:38px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.pricing-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#ffd458;top:-130px;left:-90px;opacity:.7}
.plan-top{position:relative}
.popular{display:inline-flex;padding:7px 11px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:800}
.plan-top h3{font-size:34px;margin:18px 0 7px}
.plan-top p{margin:0;color:var(--muted)}
.pricing-card ul{list-style:none;padding:0;margin:30px 0 18px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pricing-card li{padding:12px;border-radius:12px;background:#f8f9fb;font-weight:600}
.pricing-card small{color:#98a2b3}

.testimonial-section{padding-top:20px}
.quote-card{
  background:linear-gradient(145deg,#fff,#fbfcff);
  border:1px solid #e5e9f0;border-radius:30px;padding:55px;box-shadow:var(--shadow);text-align:center
}
.quote-mark{font-size:88px;line-height:.5;color:#e7b20c;font-family:Georgia,serif}
blockquote{font-size:clamp(26px,4vw,42px);font-weight:800;line-height:1.55;max-width:900px;margin:20px auto 30px}
.quote-brand{display:flex;justify-content:center;align-items:center;gap:12px}
.quote-brand .small{width:40px;height:40px;border-radius:12px}
.quote-brand b,.quote-brand small{display:block;text-align:right}
.quote-brand small{font-size:11px;color:#98a2b3;margin-top:4px}

.faq-wrap{max-width:900px}
.faq-list{display:grid;gap:12px}
details{background:#fff;border:1px solid #e6e9ef;border-radius:17px;padding:20px 22px}
summary{cursor:pointer;font-size:17px;font-weight:800}
details p{color:var(--muted);line-height:1.8;margin-bottom:0}

.cta-section{padding:20px 0 100px}
.cta-card{
  border-radius:32px;padding:54px;
  background:linear-gradient(135deg,#efb500,#ffd35a);
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  box-shadow:0 30px 70px rgba(192,139,0,.25)
}
.cta-card h2{font-size:clamp(36px,5vw,56px);margin:5px 0 12px}
.cta-card p{margin:0;color:#5f4700;font-weight:600}
.cta-actions{display:flex;flex-direction:column;gap:12px;min-width:230px}
.btn-white{background:#fff;color:#111827}
.text-link{text-align:center;font-weight:800}

footer{background:#0b1220;color:#dce2ec;padding:62px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:50px}
.footer-brand .brand-text small{color:#8390a5}
footer p{color:#8390a5;max-width:400px;line-height:1.8}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:12px}
.footer-contact span{color:#8390a5}
.footer-contact a{font-weight:700}
.copyright{margin-top:42px;padding-top:20px;border-top:1px solid #1e293b;display:flex;justify-content:space-between;color:#66748b;font-size:13px}

.whatsapp-float{
  position:fixed;left:22px;bottom:22px;z-index:60;width:58px;height:58px;
  display:grid;place-items:center;border-radius:50%;background:#21c063;color:white;
  box-shadow:0 18px 35px rgba(33,192,99,.3);font-size:13px;font-weight:900
}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width: 960px){
  .nav,.desktop-only{display:none}
  .menu-btn{display:block;margin-inline-start:auto}
  .nav.open{
    display:flex;position:absolute;top:76px;right:20px;left:20px;flex-direction:column;
    background:#fff;border:1px solid #e8ebf2;border-radius:18px;padding:18px;box-shadow:var(--shadow)
  }
  .hero{padding-top:55px}
  .hero-grid,.plans-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero-text{margin-inline:auto}
  .hero-actions,.trust-row{justify-content:center}
  .hero-visual{min-height:650px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .plans-copy{text-align:center}
  .pricing-card{max-width:720px;margin:auto}
  .cta-card{flex-direction:column;text-align:center}
  .cta-actions{width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .container{width:min(100% - 24px,1180px)}
  .section{padding:78px 0}
  .hero h1{font-size:48px}
  .hero-text{font-size:17px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .trust-row{gap:18px}
  .hero-visual{min-height:560px;transform:scale(.9);margin:-20px 0}
  .phone-shell{width:290px}
  .float-card{right:-8px;top:65px}
  .qr-card{left:-8px;bottom:55px}
  .feature-grid{grid-template-columns:1fr}
  .pricing-card{padding:25px}
  .pricing-card ul{grid-template-columns:1fr}
  .quote-card{padding:38px 20px}
  blockquote{font-size:27px}
  .cta-card{padding:38px 20px}
  .footer-grid{grid-template-columns:1fr}
  .copyright{flex-direction:column;gap:8px}
}

.ltr-contact{
  direction:ltr !important;
  unicode-bidi:isolate;
  display:inline-block;
  text-align:left;
}
.footer-contact strong{
  font-weight:700;
  color:#dce2ec;
}
