:root{
  --primary: 340 52% 62%;
  --primary-hsl: hsl(340 52% 62%);
  --foreground: 340 10% 15%;
  --muted-foreground: 340 5% 40%;
  --background: 340 20% 99%;
  --border: 340 15% 90%;
  --radius: .75rem;
  --grad-start: #db5c9c;
  --grad-end: #6a3e95;
  --wa: #25D366;
  --wa-dark: #1faa54;
  --font: "Tajawal", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  color:hsl(var(--foreground));
  background:hsl(var(--background));
  line-height:1.6;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.d-md{display:none}
@media(min-width:768px){.d-md{display:block}}
.d-sm{display:none}
@media(min-width:640px){.d-sm{display:inline}}
.grad-text{
  background:linear-gradient(to left, var(--grad-start), var(--grad-end));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.grad-soft{color:hsl(var(--primary) / .9)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-weight:700;border-radius:9999px;cursor:pointer;border:1px solid transparent;
  padding:.6rem 1.4rem;font-size:.95rem;transition:all .2s ease;white-space:nowrap;
}
.btn-lg{height:3.5rem;padding:0 2rem;font-size:1rem}
.btn-primary{
  color:#fff;border:0;
  background:linear-gradient(to left,var(--grad-start),var(--grad-end));
  box-shadow:0 10px 25px hsl(var(--primary) / .2);
}
.btn-primary:hover{opacity:.9}
.btn-ghost{color:hsl(var(--foreground))}
.btn-ghost:hover{color:var(--primary-hsl)}
.btn-whatsapp{
  background:transparent;color:var(--wa-dark);
  border:1px solid hsl(146 60% 45% / .4);
}
.btn-whatsapp:hover{background:hsl(146 66% 48% / .1)}
.wa-svg{width:1.25rem;height:1.25rem}
.site-header{
  position:sticky;top:0;z-index:50;
  background:hsl(var(--background) / .8);
  backdrop-filter:blur(12px);
  border-bottom:1px solid hsl(var(--border));
  transition:box-shadow .25s;
}
.site-header.scrolled{box-shadow:0 4px 24px rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:900;font-size:1.25rem}
.brand-mark{
  width:2.2rem;height:2.2rem;border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;
  background:linear-gradient(to left,var(--grad-start),var(--grad-end));
  box-shadow:0 6px 16px hsl(var(--primary) / .25);
}
.main-nav{display:none;gap:1.5rem;font-weight:700;font-size:.95rem}
.main-nav a{color:hsl(var(--foreground) / .8);transition:color .2s}
.main-nav a:hover{color:var(--primary-hsl)}
@media(min-width:900px){.main-nav{display:flex}}
.header-actions{display:flex;align-items:center;gap:.6rem}
.header-actions .btn-ghost,.header-actions .btn-primary{display:none}
@media(min-width:900px){.header-actions .btn-ghost,.header-actions .btn-primary{display:inline-flex}}
.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.nav-toggle span{width:24px;height:2px;background:hsl(var(--foreground));border-radius:2px;transition:.3s}
@media(min-width:900px){.nav-toggle{display:none}}
.mobile-open .main-nav{
  display:flex;position:absolute;top:4.5rem;inset-inline:0;flex-direction:column;
  background:hsl(var(--background));padding:1rem 1.25rem;gap:1rem;
  border-bottom:1px solid hsl(var(--border));box-shadow:0 12px 24px rgba(0,0,0,.08);
}
.hero{position:relative;padding:3.5rem 0 5rem;overflow:hidden}
@media(min-width:768px){.hero{padding:6rem 0 8rem}}
.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.blob{position:absolute;border-radius:50%;filter:blur(80px)}
.blob-1{top:-6rem;right:0;width:28rem;height:28rem;background:hsl(var(--primary) / .1)}
.blob-2{bottom:-6rem;left:0;width:28rem;height:28rem;background:hsl(268 40% 42% / .1)}
.glow{
  top:1.5rem;left:50%;transform:translateX(-50%);width:52rem;height:26rem;max-width:120vw;opacity:.1;
  background:radial-gradient(ellipse at center,#db5c9c 0%,#6a3e95 60%,transparent 85%);
  animation:heroGlow 8s ease-in-out infinite alternate;
}
@keyframes heroGlow{from{opacity:.08;transform:translateX(-50%) scale(1)}to{opacity:.16;transform:translateX(-50%) scale(1.08)}}
.hero-inner{position:relative;z-index:10;max-width:64rem;margin:0 auto;text-align:center}
.badge{
  display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:9999px;
  background:hsl(var(--primary) / .1);color:var(--primary-hsl);font-weight:600;font-size:.9rem;margin-bottom:1.5rem;
}
.ping{position:relative;display:inline-flex;width:.5rem;height:.5rem}
.ping span:first-child{position:absolute;inset:0;border-radius:50%;background:var(--primary-hsl);opacity:.75;animation:ping 1.4s cubic-bezier(0,0,.2,1) infinite}
.ping span:last-child{position:relative;width:.5rem;height:.5rem;border-radius:50%;background:var(--primary-hsl)}
@keyframes ping{75%,100%{transform:scale(2.2);opacity:0}}
.hero-title{font-size:clamp(2.2rem,6vw,4.5rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.5rem}
.hero-sub{font-size:clamp(1.05rem,2.2vw,1.35rem);color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto 2.5rem}
.hero-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}
@media(min-width:640px){.hero-cta{flex-direction:row}}
.hero-cta .btn{width:100%}
@media(min-width:640px){.hero-cta .btn{width:auto}}
.hero-note{font-size:.9rem;color:hsl(var(--muted-foreground));font-weight:500;margin-bottom:2.5rem}
.hero-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.5rem;font-size:.9rem;font-weight:500;color:hsl(var(--foreground) / .7)}
.hero-trust .dot{color:hsl(var(--border))}
.hero-showcase{position:relative;max-width:56rem;margin:3rem auto 0;padding:0 .5rem}
.showcase-glow{position:absolute;inset:0;z-index:-1;transform:scale(1.1);border-radius:50%;filter:blur(80px);opacity:.18;background:radial-gradient(ellipse at center,#db5c9c 0%,#6a3e95 60%,transparent 80%)}
.browser-card{overflow:hidden;border-radius:.75rem;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.16);border:1px solid rgba(0,0,0,.05)}
.browser-bar{display:flex;align-items:center;gap:.4rem;border-bottom:1px solid #f0f0f2;background:#f8f8fa;padding:.6rem 1rem}
.tl-dot{width:.65rem;height:.65rem;border-radius:50%}
.tl-dot.red{background:#ff5f57}.tl-dot.yellow{background:#febc2e}.tl-dot.green{background:#28c840}
.url-pill{margin:0 auto;height:1.25rem;width:50%;max-width:20rem;border-radius:.4rem;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:9px;color:#9ca3af}
.browser-card img{width:100%;height:auto;min-height:220px}
.float-card{
  position:absolute;z-index:20;display:flex;align-items:center;gap:.5rem;
  background:#fff;border:1px solid hsl(var(--border) / .6);border-radius:1rem;
  padding:.6rem .75rem;box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.float-top{top:-1.25rem;inset-inline-end:0}
.float-bottom{bottom:-1.25rem;inset-inline-start:1rem}
.fc-icon{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:50%;font-weight:700}
.fc-icon.green{background:#d1fae5;color:#059669}
.fc-icon.wa{background:hsl(146 66% 48% / .15);color:var(--wa-dark)}
.fc-icon.wa .wa-svg{width:1rem;height:1rem}
.fc-title{font-size:.75rem;font-weight:700;text-align:start}
.fc-sub{font-size:.65rem;color:hsl(var(--muted-foreground));text-align:start}
.problem{padding:3rem 0;background:#111;color:#fff}
@media(min-width:768px){.problem{padding:4rem 0}}
.problem-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.3;max-width:48rem;margin:0 auto 3rem;text-align:center}
.problem-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:64rem;margin:0 auto}
@media(min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr)}}
.problem-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:.25s}
.problem-card:hover{background:rgba(255,255,255,.1);transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.35)}
.pc-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}
.problem-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}
.problem-card p{color:rgba(255,255,255,.6);font-size:.95rem}
.core{padding:3.5rem 0;background:#FDF9FA}
@media(min-width:768px){.core{padding:5rem 0}}
.core-card{max-width:72rem;margin:0 auto;border-radius:1.5rem;border:1px solid rgba(0,0,0,.05);background:#fff;padding:1.5rem;box-shadow:0 4px 24px rgba(0,0,0,.06);display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.core-card{grid-template-columns:1fr auto;padding:3rem;gap:3rem}}
.core-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;justify-content:center}
@media(min-width:768px){.core-head{justify-content:flex-start}}
.core-badge{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;background:linear-gradient(to left,var(--grad-start),var(--grad-end));box-shadow:0 6px 16px hsl(var(--primary)/.2)}
.core-head h2{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:900}
.core-tagline{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2rem;text-align:center}
@media(min-width:768px){.core-left{text-align:start}.core-tagline{text-align:start}}
.core-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.5rem}
.core-item{display:flex;align-items:center;gap:.75rem;font-weight:700;justify-content:center}
@media(min-width:768px){.core-item{justify-content:flex-start}}
.ci-ico{width:2.25rem;height:2.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:.6rem;background:hsl(var(--primary)/.1)}
.core-right{width:100%}
@media(min-width:768px){.core-right{width:30rem}}
@media(min-width:1024px){.core-right{width:36rem}}
.laptop{position:relative;max-width:40rem;margin:0 auto}
.laptop-screen{border:10px solid #1c1c22;border-bottom:0;border-radius:.75rem .75rem 0 0;background:#1c1c22;box-shadow:0 30px 80px rgba(0,0,0,.18);overflow:hidden}
.laptop-screen img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top;background:#fff}
.laptop-base{position:relative;height:.9rem;width:112%;margin-inline-start:-6%;border-radius:0 0 .75rem .75rem;background:linear-gradient(to bottom,#e2e3e7,#b9bbc2);box-shadow:0 14px 30px rgba(0,0,0,.15)}
.laptop-base span{position:absolute;left:50%;top:0;transform:translateX(-50%);height:.5rem;width:8rem;border-radius:0 0 .5rem .5rem;background:#a9abb3}
.features{padding:3.5rem 0}
@media(min-width:768px){.features{padding:5rem 0}}
.section-head{text-align:center;margin-bottom:2.5rem;max-width:42rem;margin-inline:auto}
@media(min-width:768px){.section-head{margin-bottom:4rem}}
.section-title{font-size:clamp(1.875rem,5vw,3rem);font-weight:900}
.section-sub{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-top:1rem}
.features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:72rem;margin:0 auto}
@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}
.feature-card{position:relative;height:100%;overflow:hidden;border-radius:1.5rem;border:1px solid rgba(0,0,0,.05);background:#fff;padding:1.5rem;box-shadow:0 4px 24px rgba(0,0,0,.06);transition:.25s;text-align:center}
@media(min-width:768px){.feature-card{padding:1.75rem;text-align:start}}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.1)}
.feature-num{position:absolute;top:-1rem;inset-inline-end:.75rem;font-size:4.5rem;font-weight:900;line-height:1;color:hsl(var(--primary)/.1);user-select:none;pointer-events:none}
.feature-ico{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;font-size:1.5rem;background:linear-gradient(135deg,hsl(var(--primary)/.1),hsl(268 40% 42%/.1));color:var(--primary-hsl);box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);margin:0 auto}
@media(min-width:768px){.feature-ico{margin:0}}
.feature-bar{margin:1.25rem auto 0;height:4px;width:3rem;border-radius:9999px;background:linear-gradient(to left,var(--grad-start),var(--grad-end));opacity:.7}
@media(min-width:768px){.feature-bar{margin-inline:0}}
.feature-card h3{margin-top:1rem;font-size:1.25rem;font-weight:700}
.feature-card p{margin-top:.5rem;color:hsl(var(--muted-foreground))}
.stats{padding:2.5rem 0;background:hsl(var(--primary)/.05);border-block:1px solid hsl(var(--primary)/.1)}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
.stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:1rem;background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 24px rgba(0,0,0,.06);padding:1.5rem 1rem;transition:.25s}
.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgba(0,0,0,.09)}
.stat-value{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:.5rem}
.stat-label{font-size:.95rem;font-weight:600;color:hsl(var(--foreground)/.8)}
.pricing{padding:3.5rem 0;position:relative;overflow:hidden}
@media(min-width:768px){.pricing{padding:5rem 0}}
.pricing::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:hsl(var(--primary)/.05);border-radius:50%;filter:blur(80px);z-index:-1}
.pricing-card{max-width:56rem;margin:0 auto;background:#fff;border:1px solid hsl(var(--primary)/.2);border-radius:1.5rem;box-shadow:0 25px 50px rgba(0,0,0,.1);padding:2rem}
@media(min-width:768px){.pricing-card{padding:3rem}}
.pricing-top{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid hsl(var(--border)/.5)}
.pricing-pill{display:inline-block;padding:.25rem .75rem;background:hsl(var(--primary)/.1);color:var(--primary-hsl);font-weight:700;font-size:.85rem;border-radius:9999px;margin-bottom:1rem}
.pricing-top h3{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;margin-bottom:.5rem}
.pricing-top p{color:hsl(var(--muted-foreground))}
.pricing-features{display:grid;grid-template-columns:1fr;gap:1rem 2rem;margin-bottom:2.5rem}
@media(min-width:768px){.pricing-features{grid-template-columns:repeat(2,1fr)}}
.pf-item{display:flex;align-items:center;gap:.75rem;font-weight:500}
.pf-check{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--primary-hsl);font-weight:900}
.pricing-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-top:2rem}
@media(min-width:640px){.pricing-cta{flex-direction:row}}
.pricing-cta .btn{width:100%}
@media(min-width:640px){.pricing-cta .btn{width:auto}}
.pricing-note{text-align:center;font-size:.9rem;color:hsl(var(--muted-foreground));font-weight:500;margin-top:1.5rem}
.faq{padding:3.5rem 0}
@media(min-width:768px){.faq{padding:5rem 0}}
.faq-container{max-width:48rem}
.faq-list{margin-top:1rem}
.faq-item{border-bottom:1px solid hsl(var(--border))}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;font-size:1rem;font-weight:700;background:none;border:0;cursor:pointer;text-align:start;color:hsl(var(--foreground));font-family:var(--font)}
.faq-q:hover{color:var(--primary-hsl)}
.faq-chev{transition:transform .25s;flex-shrink:0;color:hsl(var(--muted-foreground))}
.faq-item.open .faq-chev{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:hsl(var(--muted-foreground));font-size:.95rem}
.faq-a-inner{padding:0 0 1.15rem}
.cta{padding:4rem 0;background:linear-gradient(135deg,hsl(var(--primary)/.08),hsl(268 40% 42%/.08))}
.cta-inner{max-width:48rem;margin:0 auto;text-align:center}
.cta-inner h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;margin-bottom:1rem}
.cta-inner p{font-size:1.1rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}
.cta-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}
@media(min-width:640px){.cta-buttons{flex-direction:row}}
.cta-buttons .btn{width:100%}
@media(min-width:640px){.cta-buttons .btn{width:auto}}
.site-footer{background:#111;color:rgba(255,255,255,.75);padding:3rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}
.footer-brand .brand{color:#fff;margin-bottom:1rem}
.footer-brand p{font-size:.9rem;line-height:1.7;max-width:28rem}
.footer-col h4{color:#fff;font-weight:700;margin-bottom:1rem;font-size:1rem}
.footer-col a,.footer-muted{display:block;font-size:.9rem;margin-bottom:.6rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-col a:hover{color:var(--primary-hsl)}
.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between;padding-top:1.5rem;font-size:.85rem;color:rgba(255,255,255,.55)}
@media(min-width:640px){.footer-bottom{flex-direction:row}}
.footer-links{display:flex;gap:1.5rem}
.footer-links a:hover{color:#fff}
.wa-float{position:fixed;bottom:1.25rem;left:1.25rem;z-index:50;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px hsl(146 66% 48% / .3)}
.wa-float:hover{box-shadow:0 14px 32px hsl(146 66% 48% / .4)}
.wa-float .wa-svg{position:relative;width:1.75rem;height:1.75rem}
.wa-ping{position:absolute;inset:0;border-radius:50%;background:var(--wa);opacity:.6;animation:ping 1.6s cubic-bezier(0,0,.2,1) infinite}
.to-top{position:fixed;bottom:1.25rem;right:1.25rem;z-index:50;width:3rem;height:3rem;border-radius:50%;border:0;background:hsl(var(--foreground));color:#fff;font-size:1.25rem;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.to-top.show{opacity:1;pointer-events:auto}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.glow,.wa-ping,.ping span:first-child{animation:none}}