:root{
  /* Light Theme */
  --bg:#ffffff;
  --surface:#ffffff;
  --surface2:#f8fafc;
  --text:#0b1220;
  --muted:#475569;
  --line:rgba(15,23,42,.12);

  /* Brand (Wared FX Green) */
  --primary:#41B667;
  --primary2:#7ae3a0;

  /* Effects */
  --shadow: 0 18px 60px rgba(2,6,23,.10);
  --shadow2: 0 10px 30px rgba(2,6,23,.08);
  --radius: 18px;

  /* Focus */
  --focus: rgba(65,182,103,.35);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background:
    radial-gradient(900px 600px at 85% 0%, rgba(65,182,103,.10), transparent 55%),
    radial-gradient(800px 560px at 10% 10%, rgba(122,227,160,.10), transparent 55%),
    #ffffff;
  color:var(--text);
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92%); margin-inline:auto}
.muted{color:var(--muted)}
.w-full{width:100%}

/* =========================
   Topbar
========================= */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.90);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(10px);
}

.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.brand-logo{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:14px;
  border:1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow2);
}

.brand-logo svg{
  display:block;
  height:28px;
  width:auto;
}

.nav{
  display:flex;
  gap:16px;
  color:var(--muted);
}

.nav a{
  padding:8px 10px;
  border-radius:12px;
  transition: .2s background, .2s color, .2s transform;
}

.nav a:hover{
  background: rgba(65,182,103,.08);
  color: var(--text);
  transform: translateY(-1px);
}

.topbar-cta{
  display:flex;
  gap:10px;
  align-items:center;
}

.burger{
  display:none;
  width:42px; height:42px;
  border:1px solid var(--line);
  background:#ffffff;
  border-radius:14px;
  cursor:pointer;
  box-shadow: var(--shadow2);
}

.burger span{
  display:block;
  height:2px;
  width:18px;
  margin:5px auto;
  background: var(--text);
  border-radius:2px;
  opacity:.85;
}

.mobile-nav{
  border-top:1px solid var(--line);
  padding:14px 4%;
  display:grid;
  gap:10px;
  background: rgba(255,255,255,.98);
}

.mobile-nav a{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#ffffff;
  box-shadow: var(--shadow2);
}

/* =========================
   Buttons
========================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  font-weight:800;
  cursor:pointer;
  background:#ffffff;
  color: var(--text);
  transition:.2s transform, .2s background, .2s border, .2s opacity, .2s box-shadow;
  box-shadow: var(--shadow2);
}

.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(2,6,23,.10);
}

.btn:active{transform: translateY(0)}
.btn:focus{outline: none; box-shadow: 0 0 0 4px var(--focus), var(--shadow2);}

.btn-primary{
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  border-color: transparent;
  color:#06210f;
  box-shadow: 0 16px 40px rgba(65,182,103,.20);
}

.btn-primary:hover{opacity:.95}

.btn-ghost{
  background:#ffffff;
}

.btn-ghost:hover{
  background: rgba(65,182,103,.08);
  border-color: rgba(65,182,103,.20);
}

/* =========================
   Hero
========================= */
.hero{padding:44px 0 18px}

.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  align-items:center;
}

.badge{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(65,182,103,.25);
  background: rgba(65,182,103,.08);
  color: #0f3a22;
  font-weight:900;
  font-size:13px;
}

h1{
  margin:14px 0 10px;
  font-size: clamp(28px, 3vw, 44px);
  line-height:1.15;
}

.grad{
  background: linear-gradient(135deg, var(--primary), #0b1220 55%, var(--primary2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.sub{
  color:var(--muted);
  margin:0 0 16px;
  font-size:16px;
  line-height:1.85;
}

.hero-actions{display:flex; gap:10px; flex-wrap:wrap}

.trust{
  margin-top:16px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.trust-item{
  min-width:130px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#ffffff;
  box-shadow: var(--shadow2);
}

.trust-item strong{display:block; font-size:22px}
.trust-item span{color:var(--muted); font-weight:800; font-size:13px}

.fineprint{
  margin-top:10px;
  color: rgba(71,85,105,.9);
  font-size:12px;
}

/* =========================
   Hero Card / Mock
========================= */
.hero-card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
  position:relative;
}

.phone{
  border:1px solid rgba(15,23,42,.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(248,250,252,1), rgba(255,255,255,1));
  overflow:hidden;
  box-shadow: var(--shadow2);
}

.phone-header{
  display:flex; gap:6px;
  padding:10px 12px;
  border-bottom:1px solid var(--line);
  background: #ffffff;
}

.dot{
  width:8px; height:8px;
  border-radius:99px;
  background: rgba(15,23,42,.20);
}

.phone-body{padding:14px}
.mock-title{font-weight:900; margin-bottom:10px}

.mock-card{
  border:1px solid var(--line);
  border-radius:18px;
  background: #ffffff;
  padding:12px;
  box-shadow: var(--shadow2);
}

.mock-row{display:flex; gap:10px; align-items:center; margin-bottom:10px}

.mock-icon{
  width:34px; height:34px;
  border-radius:14px;
  background: rgba(65,182,103,.14);
  border:1px solid rgba(65,182,103,.25);
}

.mock-lines{flex:1}

.line{
  height:10px;
  border-radius:999px;
  background: rgba(15,23,42,.08);
  margin-bottom:6px;
}

.l1{width:80%}
.l2{width:60%}

.mock-cta{
  margin-top:8px;
  display:grid;
  place-items:center;
  padding:10px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(65,182,103,.95), rgba(122,227,160,.95));
  font-weight:900;
  color:#06210f;
}

.mock-stats{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}

.pill{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
  font-weight:900;
  font-size:12px;
  box-shadow: var(--shadow2);
}

.mock-chart{
  margin-top:12px;
  height:90px;
  display:flex;
  gap:8px;
  align-items:flex-end;
  padding:10px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#ffffff;
  box-shadow: var(--shadow2);
}

.bar{
  width:18%;
  border-radius:12px 12px 6px 6px;
  background: linear-gradient(180deg, rgba(65,182,103,.95), rgba(122,227,160,.40));
  border:1px solid rgba(15,23,42,.08);
}

.hero-note{
  margin-top:12px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border:1px solid rgba(65,182,103,.25);
  background: rgba(65,182,103,.08);
  border-radius:16px;
}

.ping{
  width:10px; height:10px;
  border-radius:999px;
  background: var(--primary);
  margin-top:6px;
  box-shadow: 0 0 0 6px rgba(65,182,103,.18);
}

/* =========================
   Sections
========================= */
.section{padding:48px 0}

.section.alt{
  background: linear-gradient(180deg, rgba(248,250,252,1), rgba(255,255,255,1));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.section-head{margin-bottom:18px}

.section-head h2{
  margin:0 0 6px;
  font-size:26px;
}

.section-head p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}

/* Features grid */
.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.card{
  padding:16px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#ffffff;
  box-shadow: var(--shadow2);
}

.card .icon{font-size:20px}
.card h3{margin:10px 0 6px; font-weight:900}
.card p{margin:0; color:var(--muted); line-height:1.8}

/* =========================
   Steps
========================= */
.steps{display:grid; gap:12px}

.step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background:#ffffff;
  box-shadow: var(--shadow2);
}

.step-num{
  width:36px; height:36px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgba(65,182,103,.16);
  border:1px solid rgba(65,182,103,.25);
  font-weight:1000;
  color:#06210f;
}

.step h3{margin:0 0 6px; font-weight:900}
.step p{margin:0; color:var(--muted)}

/* =========================
   Pricing
========================= */
.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  align-items:stretch;
}

.plan{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background:#ffffff;
  position:relative;
  box-shadow: var(--shadow2);
}

.plan h3{margin:0 0 8px; font-weight:1000}

.price{
  font-size:34px;
  font-weight:1000;
  margin:8px 0 12px;
}

.price small{
  font-size:14px;
  color:var(--muted);
}

.plan ul{
  margin:0 0 14px;
  padding:0 18px;
  color:var(--muted);
  line-height:2;
}

.plan.featured{
  border-color: rgba(65,182,103,.35);
  box-shadow: 0 22px 70px rgba(65,182,103,.18);
}

.tag{
  position:absolute;
  top:14px;
  left:14px;
  padding:6px 10px;
  border-radius:999px;
  font-weight:1000;
  font-size:12px;
  color:#06210f;
  background: linear-gradient(135deg, rgba(65,182,103,.95), rgba(122,227,160,.95));
}

/* =========================
   FAQ
========================= */
.faq{display:grid; gap:10px}

details{
  border:1px solid var(--line);
  border-radius: 16px;
  background:#ffffff;
  padding:12px 14px;
  box-shadow: var(--shadow2);
}

summary{
  cursor:pointer;
  font-weight:1000;
}

details p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.9;
}

/* =========================
   CTA / Form
========================= */
.cta{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  padding:18px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background:#ffffff;
  box-shadow: var(--shadow);
}

.form{display:grid; gap:10px}
.form-row{display:grid; gap:6px}

label{
  color: rgba(11,18,32,.95);
  font-weight:900;
  font-size:14px;
}

input, textarea{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.16);
  background: #ffffff;
  color: var(--text);
  outline:none;
  transition: .2s border, .2s box-shadow;
}

input:focus, textarea:focus{
  border-color: rgba(65,182,103,.55);
  box-shadow: 0 0 0 4px rgba(65,182,103,.20);
}

textarea{min-height:110px; resize:vertical}

.form-note{
  margin:0;
  min-height:18px;
  color: var(--muted);
  font-weight:900;
}

/* =========================
   Footer
========================= */
.footer{
  padding:28px 0 42px;
  border-top:1px solid var(--line);
  background: #ffffff;
}

.footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  color:var(--muted);
}

.footer-links a:hover{color:var(--text)}

/* =========================
   Responsive
========================= */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;}
  .cta{grid-template-columns:1fr}
  .grid-3, .pricing{grid-template-columns:1fr}
  .nav, .topbar-cta{display:none}
  .burger{display:inline-block}
}
