:root{
  --bg:#f6fbfd;
  --card:#ffffff;
  --navy:#06264a;
  --green:#0ecb4f;
  --green-dark:#049c52;
  --blue:#116dff;
  --blue-dark:#073f8f;
  --text:#0e2138;
  --muted:#526274;
  --soft:#eaf8f4;
  --shadow:0 22px 70px rgba(8,37,72,.12);
  --radius:28px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  direction:rtl;
}

body{
  margin:0;
  min-height:100vh;
  direction:rtl;
  text-align:right;
  font-family:"Tajawal",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(14,203,79,.12), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(17,109,255,.09), transparent 24%),
    linear-gradient(180deg,#fff 0%,var(--bg) 100%);
}

a{text-decoration:none;color:inherit}

.page-shell{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:22px;
  direction:rtl;
}

.landing-card{
  width:min(1120px,100%);
  min-height:720px;
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(6,38,74,.08);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:34px 42px 38px;
  direction:rtl;
}

.topbar{
  height:86px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  position:relative;
  z-index:5;
  direction:ltr;
}

.brand-mark{
  display:inline-grid;
  place-items:center;
  width:126px;
  height:126px;
  color:var(--navy);
}

.brand-mark svg{
  width:100%;
  height:100%;
  filter:drop-shadow(0 10px 22px rgba(3,74,125,.12));
}

.menu-wrap{
  position:relative;
  margin-top:4px;
  direction:rtl;
}

.menu-toggle{
  width:48px;
  height:48px;
  border:0;
  background:transparent;
  cursor:pointer;
  display:grid;
  gap:6px;
  align-content:center;
  justify-content:center;
  padding:0;
}

.menu-toggle span{
  width:34px;
  height:4px;
  border-radius:8px;
  background:var(--navy);
  display:block;
}

.dropdown-menu{
  position:absolute;
  top:56px;
  right:0;
  width:210px;
  padding:13px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 18px 44px rgba(6,38,74,.18);
  border:1px solid rgba(6,38,74,.08);
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  transition:.18s ease;
  direction:rtl;
  text-align:center;
}

.dropdown-menu::before{
  content:"";
  position:absolute;
  top:-9px;
  right:18px;
  border-inline:9px solid transparent;
  border-bottom:10px solid #fff;
}

.dropdown-menu.is-open{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.mini-btn{
  min-height:46px;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff;
  font-weight:800;
  border-radius:10px;
  margin-bottom:9px;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.mini-btn:last-child{margin-bottom:0}

.mini-whatsapp{background:linear-gradient(135deg,#10df3e,#08aa35)}
.mini-call{background:linear-gradient(135deg,#1784ff,#0755d8)}

.icon{
  font-size:18px;
  line-height:1;
}

.content-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:24px;
  min-height:390px;
  position:relative;
  z-index:2;
  direction:rtl;
}

.copy-area{
  text-align:right;
  padding-top:8px;
  order:1;
}

.visual-area{
  position:relative;
  min-height:390px;
  align-self:end;
  order:2;
  direction:ltr;
}

h1{
  margin:0;
  color:var(--green-dark);
  font-size:clamp(44px,5.1vw,76px);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-1.8px;
}

h1 span{
  display:block;
  color:var(--navy);
  font-size:.56em;
  margin-bottom:7px;
}

.headline-line{
  display:block;
  width:64px;
  height:4px;
  border-radius:8px;
  background:var(--green);
  margin:24px 0 26px auto;
}

.lead{
  margin:0;
  font-size:25px;
  line-height:1.75;
  color:#15263a;
  font-weight:500;
}

.highlight{
  margin:6px 0 0;
  font-size:25px;
  font-weight:800;
  color:var(--green-dark);
}

.soft-arc{
  position:absolute;
  left:-120px;
  bottom:-35px;
  width:680px;
  height:370px;
  border-radius:60% 60% 0 0;
  background:linear-gradient(135deg,#dff8f1,#eefbff);
}

.appliances{
  position:absolute;
  inset:auto 0 0 0;
  height:315px;
}

.fridge{
  position:absolute;
  left:22px;
  bottom:0;
  width:112px;
  height:240px;
  border-radius:10px;
  background:linear-gradient(90deg,#cfd7dc,#fff 45%,#bfcad1);
  box-shadow:18px 28px 40px rgba(6,38,74,.16);
}

.fridge::before{
  content:"";
  position:absolute;
  right:0;
  top:52%;
  width:100%;
  height:2px;
  background:#aeb8bf;
}

.fridge::after{
  content:"";
  position:absolute;
  right:13px;
  top:48px;
  width:5px;
  height:56px;
  border-radius:10px;
  background:#9aa8b1;
}

.washer{
  position:absolute;
  left:138px;
  bottom:0;
  width:104px;
  height:130px;
  border-radius:9px;
  background:linear-gradient(135deg,#fdfefe,#d9e2e7);
  box-shadow:12px 22px 32px rgba(6,38,74,.14);
}

.washer::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  width:100%;
  height:2px;
  background:#bdc8cf;
}

.washer span{
  position:absolute;
  left:24px;
  bottom:22px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:radial-gradient(circle,#172a3f 0 27%,#eaf0f4 29% 42%,#51616e 44% 100%);
}

.ac{
  position:absolute;
  left:184px;
  bottom:198px;
  width:154px;
  height:47px;
  border-radius:8px;
  background:linear-gradient(#fff,#dbe5eb);
  box-shadow:8px 16px 25px rgba(6,38,74,.12);
}

.ac::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:8px;
  height:5px;
  border-radius:10px;
  background:#9fb1bb;
}

.sofa{
  position:absolute;
  left:255px;
  bottom:0;
  width:250px;
  height:116px;
  border-radius:28px 28px 12px 12px;
  background:#20a89d;
  box-shadow:16px 28px 40px rgba(2,78,85,.18);
}

.sofa::before{
  content:"";
  position:absolute;
  left:25px;
  right:25px;
  top:-35px;
  height:72px;
  border-radius:26px;
  background:#3dbdb3;
}

.sofa::after{
  content:"";
  position:absolute;
  right:92px;
  top:-15px;
  width:53px;
  height:53px;
  border-radius:8px;
  background:#ffd429;
}

.sofa span{
  position:absolute;
  left:-18px;
  top:18px;
  width:34px;
  height:78px;
  border-radius:16px;
  background:#188d85;
}

.plant{
  position:absolute;
  left:545px;
  bottom:0;
  width:70px;
  height:118px;
}

.plant::after{
  content:"";
  position:absolute;
  bottom:0;
  left:18px;
  width:38px;
  height:43px;
  border-radius:0 0 16px 16px;
  background:#e7ecec;
}

.plant span,
.plant span::before,
.plant span::after{
  position:absolute;
  content:"";
  width:30px;
  height:48px;
  border-radius:50% 0 50% 0;
  background:#45b64f;
}

.plant span{
  left:20px;
  top:18px;
}

.plant span::before{
  left:-24px;
  top:18px;
  transform:rotate(-55deg);
}

.plant span::after{
  left:22px;
  top:24px;
  transform:rotate(50deg);
}

.cta-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  margin:26px auto 32px;
  max-width:920px;
  position:relative;
  z-index:3;
  direction:rtl;
}

.cta{
  min-height:102px;
  border-radius:20px;
  color:#fff;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:center;
  gap:22px;
  font-size:28px;
  font-weight:800;
  box-shadow:0 18px 30px rgba(0,0,0,.15);
  transition:.18s ease;
}

.cta:hover{
  transform:translateY(-3px);
  filter:saturate(1.15);
}

.cta svg{
  width:58px;
  height:58px;
  fill:currentColor;
  flex:0 0 auto;
}

.whatsapp{background:linear-gradient(135deg,#19e63c 0%,#00b72f 100%)}
.call{background:linear-gradient(135deg,#1688ff 0%,#045adf 100%)}

.notice-box{
  min-height:142px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(234,248,244,.72),rgba(244,251,255,.86));
  padding:20px 42px;
  position:relative;
  z-index:2;
  direction:rtl;
}

.shield{
  width:42px;
  height:42px;
  border:3px solid var(--green-dark);
  color:var(--green-dark);
  border-radius:14px 14px 18px 18px;
  display:grid;
  place-items:center;
  font-weight:800;
  font-size:22px;
  line-height:1;
}

.notice-box p{
  margin:0;
  max-width:860px;
  text-align:center;
  font-size:19px;
  line-height:1.9;
  color:#17283d;
  font-weight:500;
}

@media (max-width: 920px){
  .page-shell{
    padding:18px;
  }

  .landing-card{
    min-height:auto;
    padding:26px 28px 30px;
  }

  .topbar{
    height:108px;
    align-items:flex-start;
    direction:ltr;
  }

  .brand-mark{
    width:112px;
    height:112px;
  }

  .content-grid{
    grid-template-columns:1fr;
    gap:8px;
    text-align:center;
    direction:rtl;
  }

  .copy-area{
    text-align:center;
    order:1;
  }

  .visual-area{
    order:2;
    min-height:300px;
  }

  .soft-arc{
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    width:560px;
    height:260px;
  }

  .appliances{
    left:50%;
    transform:translateX(-50%);
    width:560px;
    height:270px;
  }

  .headline-line{
    margin:18px auto 20px;
  }

  h1{
    font-size:52px;
  }

  .lead,
  .highlight{
    font-size:22px;
  }

  .cta-row{
    grid-template-columns:1fr;
    gap:14px;
    max-width:560px;
    margin-top:20px;
  }

  .cta{
    min-height:78px;
    font-size:24px;
    flex-direction:row-reverse;
  }

  .notice-box{
    padding:20px 24px;
  }

  .notice-box p{
    font-size:16px;
  }

  .dropdown-menu{
    right:0;
  }
}

@media (max-width: 560px){
  .page-shell{
    padding:10px;
  }

  .landing-card{
    border-radius:24px;
    padding:18px 16px 20px;
  }

  .topbar{
    height:74px;
    direction:ltr;
  }

  .brand-mark{
    width:76px;
    height:76px;
  }

  .menu-toggle{
    width:42px;
    height:42px;
  }

  .menu-toggle span{
    width:28px;
    height:3px;
  }

  .dropdown-menu{
    top:48px;
    width:150px;
    padding:9px;
  }

  .mini-btn{
    min-height:39px;
    font-size:14px;
    margin-bottom:7px;
    flex-direction:row-reverse;
  }

  .content-grid{
    gap:0;
  }

  h1{
    font-size:35px;
    letter-spacing:-.8px;
  }

  h1 span{
    font-size:.58em;
  }

  .headline-line{
    width:44px;
    height:3px;
    margin:12px auto 14px;
  }

  .lead{
    font-size:17px;
    line-height:1.65;
  }

  .highlight{
    font-size:17px;
  }

  .visual-area{
    min-height:132px;
    margin-top:-8px;
    overflow:hidden;
  }

  .soft-arc{
    width:300px;
    height:118px;
    bottom:0;
  }

  .appliances{
    width:340px;
    height:170px;
    transform:translateX(-50%) scale(.78);
    transform-origin:center bottom;
    bottom:-12px;
  }

  .fridge{
    left:18px;
    width:58px;
    height:124px;
  }

  .washer{
    left:82px;
    width:56px;
    height:69px;
  }

  .washer span{
    width:32px;
    height:32px;
    left:12px;
    bottom:11px;
  }

  .ac{
    left:112px;
    bottom:106px;
    width:82px;
    height:25px;
  }

  .sofa{
    left:152px;
    width:120px;
    height:57px;
    border-radius:16px 16px 8px 8px;
  }

  .sofa::before{
    left:12px;
    right:12px;
    top:-18px;
    height:37px;
    border-radius:15px;
  }

  .sofa::after{
    right:43px;
    top:-8px;
    width:28px;
    height:28px;
  }

  .sofa span{
    width:18px;
    height:41px;
    left:-8px;
    top:9px;
  }

  .plant{
    left:290px;
    width:40px;
    height:70px;
  }

  .cta-row{
    margin:10px auto 18px;
    gap:10px;
  }

  .cta{
    min-height:58px;
    border-radius:12px;
    font-size:17px;
    gap:12px;
    flex-direction:row-reverse;
  }

  .cta svg{
    width:34px;
    height:34px;
  }

  .notice-box{
    border-radius:18px;
    padding:16px 14px;
    gap:8px;
  }

  .shield{
    width:32px;
    height:32px;
    border-width:2px;
    border-radius:10px 10px 14px 14px;
    font-size:17px;
  }

  .notice-box p{
    font-size:13px;
    line-height:1.8;
  }

  .desktop-break{
    display:none;
  }
}

@media (min-width: 921px){
  .menu-toggle{
    display:grid;
  }
}
