
:root{
  --navy:#041b2c;
  --navy-2:#06283e;
  --navy-3:#0b3d56;
  --orange:#ff4d21;
  --orange-2:#ff6a35;
  --text:#0d3446;
  --muted:#778b97;
  --bg:#f4f6f8;
  --line:#e1e8ec;
  --white:#fff;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Tajawal",sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1500px,calc(100% - 52px));margin:auto}

/* ================= HEADER ================= */
.topbar{
  position:sticky;
  top:0;
  z-index:100;
  padding:20px 0 0;
  background:
    linear-gradient(180deg,rgba(3,20,33,.98),rgba(3,20,33,.88) 72%,transparent);
}
.nav{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 30px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  background:rgba(4,25,40,.78);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 55px rgba(0,0,0,.20);
}
.brand img{
  width:190px;
  height:88px;
  object-fit:contain;
  object-position:center;
  background:transparent!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
  transform:scale(1.12);
  transform-origin:center;
}
.links{
  display:flex;
  align-items:center;
  gap:38px;
  color:#fff;
  font-size:18px;
  font-weight:700;
}
.links>a:not(.seller-btn){
  position:relative;
  opacity:.95;
}
.links>a:not(.seller-btn):after{
  content:"";
  position:absolute;
  right:0;
  left:0;
  bottom:-17px;
  height:3px;
  border-radius:8px;
  background:var(--orange);
  transform:scaleX(0);
  transition:.2s;
}
.links>a.active:after,
.links>a:hover:after{transform:scaleX(1)}
.seller-btn{
  display:flex;
  align-items:center;
  gap:9px;
  background:linear-gradient(90deg,var(--orange),var(--orange-2));
  padding:15px 24px;
  border-radius:16px;
  box-shadow:0 12px 34px rgba(255,77,33,.25);
}
.seller-icon{font-size:20px}
.menu-btn{display:none;background:none;border:0}
.menu-btn span{display:block;width:26px;height:2px;background:#fff;margin:5px}

/* ================= HERO ================= */
.hero{
  position:relative;
  margin-top:-116px;
  padding:148px 0 65px;
  background:
    radial-gradient(circle at 93% 72%,rgba(255,77,33,.36),transparent 27%),
    radial-gradient(circle at 13% 45%,rgba(26,112,159,.27),transparent 28%),
    linear-gradient(135deg,#031a2b 0%,#06263d 46%,#0b314a 70%,#3e3140 100%);
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 5% 16%,rgba(255,103,73,.12),transparent 17%),
    linear-gradient(90deg,rgba(255,255,255,.015),transparent 60%);
}
.hero-card{
  min-height:740px;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:34px;
  padding:60px 76px 50px;
  border:1px solid rgba(255,255,255,.23);
  border-radius:44px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.014));
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:
    0 36px 100px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-copy{
  color:#fff;
  text-align:right;
  padding-right:20px;
}
.hero-pill{
  display:inline-flex;
  padding:10px 20px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.045);
  color:var(--orange);
  font-size:16px;
  font-weight:800;
  margin-bottom:28px;
}
.hero h1{
  font-size:clamp(54px,5.8vw,86px);
  line-height:1.15;
  letter-spacing:-1.3px;
  margin-bottom:27px;
}
.brand-word{
  position:relative;
  display:inline-block;
  color:var(--orange);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:800;
  letter-spacing:-3px;
}
.brand-word:before{
  content:"";
  position:absolute;
  width:11px;
  height:11px;
  border-radius:2px;
  background:var(--orange);
  top:-2px;
  left:23%;
  transform:translateX(-50%);
}
.hero-copy p{
  max-width:790px;
  font-size:20px;
  line-height:1.95;
  color:rgba(255,255,255,.72);
  margin-bottom:34px;
}
.store-btn{
  direction:ltr;
  display:inline-flex;
  align-items:center;
  gap:13px;
  min-height:76px;
  padding:10px 22px;
  border-radius:17px;
  background:#030303;
  color:#fff;
  border:1px solid rgba(255,93,48,.78);
  box-shadow:0 20px 42px rgba(0,0,0,.30);
}
.apple{
  font:42px -apple-system,BlinkMacSystemFont,sans-serif;
  line-height:1;
}
.store-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.05;
}
.store-copy small{font-size:11px;opacity:.85}
.store-copy strong{font-size:26px}
.store-arrow{
  font-size:35px;
  opacity:.7;
  margin-left:10px;
}

/* ================= PHONE ================= */
.phone-wrap{
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.phone{
  width:380px;
  height:650px;
  position:relative;
  padding:13px;
  border-radius:58px;
  background:#05131a;
  border:4px solid #101b22;
  transform:rotate(5deg);
  box-shadow:
    0 42px 95px rgba(0,0,0,.46),
    0 0 0 2px rgba(255,255,255,.06) inset;
}
.phone:after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:46px;
  border:1px solid rgba(255,255,255,.05);
  pointer-events:none;
}
.notch{
  position:absolute;
  top:22px;
  left:50%;
  transform:translateX(-50%);
  width:118px;
  height:32px;
  background:#020608;
  border-radius:25px;
  z-index:5;
}
.screen{
  height:100%;
  border-radius:45px;
  padding:75px 25px 24px;
  background:
    linear-gradient(180deg,#073d58 0%,#062d43 100%);
  color:#fff;
}
.phone-logo{
  width:185px;
  height:105px;
  object-fit:contain;
  object-position:center;
  margin:0 auto 22px;
  padding:0;
  background:transparent;
  transform:scale(1.08);
}
.phone-copy{
  text-align:center;
  font-size:24px;
  line-height:1.35;
  font-weight:800;
  margin-bottom:30px;
}
.phone-copy span{color:var(--orange)}
.phone-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}
.phone-grid>div{
  height:118px;
  border-radius:22px;
  background:#fff;
  color:#07364d;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:16px;
  font-weight:800;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.phone-grid img{width:40px;height:40px;object-fit:contain}
.dots{
  direction:ltr;
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:20px;
}
.dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35)}
.dots i.on{background:var(--orange)}

/* ================= BELOW HERO ================= */
.section{padding:100px 0}
.head{text-align:center;max-width:720px;margin:0 auto 50px}
.head>span{color:var(--orange);font-weight:800}
.head h2{font-size:clamp(34px,4vw,50px);line-height:1.2;margin:10px 0 14px}
.head p{color:var(--muted);font-size:18px}

.why{background:#f5f7f9}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.why-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px 24px;
  text-align:center;
  box-shadow:0 12px 34px rgba(7,47,70,.055);
}
.why-icon{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#fff0eb;
  color:var(--orange);
  font-size:26px;
  font-weight:800;
}
.why-card h3{font-size:20px;margin-bottom:8px}
.why-card p{color:var(--muted);line-height:1.8}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:30px;
  box-shadow:0 12px 36px rgba(13,52,70,.06);
}
.icon{
  width:62px;
  height:62px;
  border-radius:18px;
  background:#fff0eb;
  display:grid;
  place-items:center;
  margin-bottom:22px;
}
.icon img{width:33px;height:33px}
.icon.text{color:var(--orange);font-size:27px;font-weight:800}
.service-card h3{font-size:22px;margin-bottom:8px}
.service-card p{color:var(--muted);line-height:1.8}

.how{background:#fff}
.how-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.head.side{text-align:right;margin:0}
.steps{display:grid;gap:16px}
.step{
  display:flex;
  gap:18px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#f5f8fa;
}
.step>b{
  min-width:58px;
  height:58px;
  display:grid;
  place-items:center;
  background:var(--navy-2);
  color:#fff;
  border-radius:16px;
}
.step p{color:var(--muted)}

.vendor-card{
  padding:55px;
  border-radius:34px;
  background:linear-gradient(135deg,#07334a,#082d40);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.vendor-card h2{font-size:clamp(34px,4vw,48px);line-height:1.25;margin:10px 0 14px}
.vendor-card p{color:rgba(255,255,255,.72)}
.pill.light{color:#fff;background:rgba(255,255,255,.08)}
.vendor-cta{
  background:#fff;
  color:var(--navy);
  padding:15px 24px;
  border-radius:16px;
  font-weight:800;
  white-space:nowrap;
}

.download{
  background:
    radial-gradient(circle at 86% 70%,rgba(255,77,33,.20),transparent 25%),
    linear-gradient(135deg,#041c2e,#082d43 60%,#694139);
}
.download-card{
  padding:58px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  background:rgba(255,255,255,.045);
  color:#fff;
}
.download-card h2{font-size:44px;margin-bottom:12px}
.download-card p{color:rgba(255,255,255,.72);font-size:18px;margin-bottom:28px}

footer{background:#041c2e;color:#fff;padding:38px 0}
.footer-in{display:flex;justify-content:space-between;align-items:center}
.footer-in img{width:142px;height:76px;object-fit:contain}
.footer-in span{color:rgba(255,255,255,.55)}

@media(max-width:1000px){
  .container{width:min(100% - 28px,1500px)}
  .topbar{padding-top:10px}
  .nav{min-height:78px;border-radius:20px;padding:0 18px}
  .brand img{width:145px;height:70px;transform:scale(1.05)}
  .menu-btn{display:block}
  .links{
    display:none;
    position:absolute;
    top:92px;
    right:14px;
    left:14px;
    flex-direction:column;
    align-items:stretch;
    gap:5px;
    padding:15px;
    background:#06263c;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
  }
  .links.open{display:flex}
  .links a{padding:10px}
  .hero{margin-top:-90px;padding-top:115px}
  .hero-card{grid-template-columns:1fr;padding:42px 30px}
  .hero-copy{text-align:center;padding:0}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .phone-wrap{min-height:560px}
  .phone{width:320px;height:550px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .how-grid{grid-template-columns:1fr}
  .head.side{text-align:center;margin:auto}
  .vendor-card{flex-direction:column;align-items:flex-start}
}

@media(max-width:600px){
  .hero-card{border-radius:28px;padding:30px 17px}
  .hero h1{font-size:43px;letter-spacing:-.5px}
  .hero-copy p{font-size:17px}
  .store-btn{min-height:64px;padding:8px 16px}
  .apple{font-size:34px}
  .store-copy strong{font-size:21px}
  .phone{width:258px;height:455px;border-radius:44px}
  .screen{border-radius:35px;padding:58px 16px 18px}
  .phone-logo{width:145px;height:82px;margin-bottom:14px}
  .phone-copy{font-size:18px;margin-bottom:18px}
  .phone-grid{gap:9px}
  .phone-grid>div{height:82px;border-radius:16px;font-size:13px}
  .phone-grid img{width:29px;height:29px}
  .section{padding:70px 0}
  .why-grid,.service-grid{grid-template-columns:1fr}
  .vendor-card{padding:34px 23px}
  .download-card{padding:35px 22px}
  .download-card h2{font-size:34px}
  .footer-in{flex-direction:column;gap:15px;text-align:center}
}


.android-soon{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:10px 16px;
  margin-inline-start:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  vertical-align:middle;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.android-soon .android-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  font-size:20px;
}
.android-soon small{
  display:block;
  font-size:11px;
  color:rgba(255,255,255,.65);
  line-height:1.1;
}
.android-soon strong{
  display:block;
  font-size:16px;
  line-height:1.2;
}
.store-row{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
@media(max-width:600px){
  .store-row{justify-content:center}
  .android-soon{margin-inline-start:0}
}
