:root{
  --bg:#f7f8fb;
  --card:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;
  --brand:#2563eb;
  --brand2:#16a34a;
  --warn:#f59e0b;
  --shadow: 0 10px 30px rgba(17,24,39,.08);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body.app{
  margin:0;
  font-family: "Tajawal", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  background: radial-gradient(1200px 700px at 80% -10%, rgba(37,99,235,.10), transparent 60%),
              radial-gradient(900px 600px at 10% 10%, rgba(22,163,74,.08), transparent 55%),
              var(--bg);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
.wrap{max-width:1100px; margin:0 auto; padding:0 16px}

.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(247,248,251,.85);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  min-height:64px;
}

.brand{display:flex; align-items:baseline; gap:10px}
.brand__mark{
  width:34px; height:34px; border-radius:12px;
  background:linear-gradient(135deg, rgba(37,99,235,.95), rgba(22,163,74,.9));
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-weight:800;
  box-shadow:0 10px 24px rgba(37,99,235,.18);
}
.brand__name{font-weight:800}
.brand__sub{font-size:.85rem; color:var(--muted)}

.nav{display:flex; align-items:center; gap:14px}
.nav a{padding:10px 10px; border-radius:12px; color:#111827}
.nav a:hover{background:rgba(17,24,39,.05)}
.nav__cta{
  background:rgba(37,99,235,.12);
  color:var(--brand);
  font-weight:700;
}

.main{padding:26px 0 50px}

.hero{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:stretch;
  margin-top:10px;
}
@media (max-width: 900px){
  .hero{grid-template-columns:1fr; }
  .nav{gap:8px}
  .brand__sub{display:none}
}

.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.hero__left{padding:22px 20px}
.hero__right{padding:18px; display:flex; flex-direction:column; gap:12px; justify-content:space-between}

.badge{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(22,163,74,.10);
  color:#0f5132;
  font-weight:700;
  font-size:.92rem;
}

.h1{
  margin:12px 0 6px;
  font-size:2.05rem;
  line-height:1.3;
  letter-spacing:-.2px;
}
.p{
  margin:0;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.75;
}

.ctaRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid transparent;
  font-weight:800;
  cursor:pointer;
  user-select:none;
}
.btnPrimary{
  background:linear-gradient(135deg, rgba(37,99,235,.98), rgba(37,99,235,.82));
  color:#fff;
  box-shadow:0 14px 28px rgba(37,99,235,.22);
}
.btnGhost{
  background:#fff;
  border-color:var(--line);
}
.btnWhats{
  background:rgba(22,163,74,.10);
  border:1px solid rgba(22,163,74,.25);
  color:#166534;
}

.mascot{
  display:flex; gap:12px; align-items:flex-start;
}
.mascot__img{
  width:74px; height:74px;
  border-radius:22px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.18);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.mascot__img img{width:100%; height:100%; object-fit:cover; display:block}
.bubble{
  flex:1;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(180deg, #fff, rgba(255,255,255,.86));
}
.bubble__title{font-weight:900; margin:0 0 6px}
.bubble__text{margin:0; color:var(--muted); line-height:1.7}

.choice{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.choice .opt{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.opt__ico{
  width:38px; height:38px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background:rgba(245,158,11,.14);
  color:#92400e;
}
.opt__t{font-weight:900; margin:0 0 4px}
.opt__d{margin:0; color:var(--muted); line-height:1.7}

.sections{margin-top:18px; display:grid; grid-template-columns:repeat(3,1fr); gap:12px}
@media (max-width: 900px){ .sections{grid-template-columns:1fr} }

.kpi{
  padding:14px 14px;
}
.kpi__h{margin:0 0 6px; font-weight:900}
.kpi__p{margin:0; color:var(--muted); line-height:1.7}

.footer{
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.70);
}
.footer__inner{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:12px;
  padding:18px 16px;
}
@media (max-width: 900px){ .footer__inner{grid-template-columns:1fr} }
.footer__title{font-weight:900; margin-bottom:8px}
.footer__text{color:var(--muted); line-height:1.8}
.footer__links{display:flex; flex-direction:column; gap:8px}
.footer__links a{color:#111827}
.footer__links a:hover{color:var(--brand)}
.footer__bottom{
  padding:12px 16px 18px;
  color:var(--muted);
  display:flex; gap:10px; align-items:center; flex-wrap:wrap;
}
.dot{opacity:.6}
