:root{
  --bg:#f3f5f8;
  --card:#fff;
  --ink:#0f2442;
  --muted:#6d7b8f;
  --line:#e2e8f0;
  --blue:#1565ea;
  --blue-soft:#edf4ff;
  --green:#10a86b;
  --green-dark:#078c57;
  --shadow:0 12px 36px rgba(15,36,66,.08);
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Alexandria,"Noto Sans Arabic",system-ui,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}
svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.card-shell{width:min(100%,470px);margin:0 auto;padding:10px 10px 18px}
.hero{background:linear-gradient(145deg,#fff,#f3f7ff);border:1px solid var(--line);border-radius:24px;padding:15px 16px 14px;box-shadow:var(--shadow)}
.topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
.brand-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}
.brand-icon svg{width:23px;height:23px}
.brand{text-align:center;line-height:1.2}.brand strong{display:block;font-family:Inter,Arial,sans-serif;font-size:1.42rem;letter-spacing:-.03em}.brand span{display:block;margin-top:4px;font-size:.68rem;color:var(--muted)}
.language{display:flex;background:#fff;border:1px solid var(--line);border-radius:12px;padding:3px;gap:2px}.language a{min-width:34px;text-align:center;padding:5px 7px;border-radius:9px;font-size:.68rem;font-weight:700;color:var(--muted)}.language a.is-active{background:var(--blue);color:#fff}
.hero h1{margin:15px 0 7px;text-align:center;font-size:1.28rem;line-height:1.55;letter-spacing:-.02em}.hero p{margin:0;text-align:center;color:var(--muted);font-size:.76rem;line-height:1.7}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:12px}.trust-row span{display:flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.85);font-size:.61rem;font-weight:600;white-space:nowrap}.trust-row svg{width:14px;height:14px;color:var(--blue)}
.whatsapp{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-top:10px;padding:12px 14px;border-radius:18px;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;box-shadow:0 10px 24px rgba(10,148,99,.2)}
.wa-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.14)}.wa-icon svg{width:25px;height:25px}.whatsapp strong{display:block;font-size:.9rem}.whatsapp small{display:block;margin-top:2px;color:#ddfff1;font-size:.68rem}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.quick-grid a{min-height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:8px 5px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 5px 16px rgba(15,36,66,.04);text-align:center}.quick-grid a span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}.quick-grid a span svg{width:17px;height:17px}.quick-grid b{font-size:.63rem;line-height:1.35;font-weight:700}
.compact-card,.bottom-card{margin-top:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 7px 22px rgba(15,36,66,.05)}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.section-head h2{margin:0;font-size:.88rem}.section-head>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}.section-head svg{width:16px;height:16px}
.phones{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.phones a{min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f8fafc;border:1px solid var(--line);border-radius:12px}.phones strong{font-family:Inter,Arial,sans-serif;font-size:.69rem;letter-spacing:.01em}.phones span{color:var(--blue)}.phones svg{width:14px;height:14px}
.address-row{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;margin-top:9px;padding-top:10px;border-top:1px solid var(--line)}.address-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}.address-row b{display:block;font-size:.78rem}.address-row small{display:block;margin-top:3px;color:var(--muted);font-family:Inter,Alexandria,sans-serif;font-size:.71rem;line-height:1.5}.address-row em{display:inline-block;margin-top:5px;color:var(--blue);font-size:.66rem;font-style:normal;font-weight:700}
.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.services-grid>span{min-height:44px;display:flex;align-items:center;gap:7px;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:8px}.services-grid svg{width:16px;height:16px;color:var(--blue);flex:0 0 auto}.services-grid b{font-size:.68rem;line-height:1.35}
.review-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:11px;margin-top:10px;padding:12px 14px;background:#111827;color:#fff;border-radius:18px;box-shadow:0 10px 26px rgba(17,24,39,.14)}.review-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#fff3c4;color:#b77900}.review-icon svg{width:21px;height:21px}.review-card strong{display:block;font-size:.82rem}.review-card small{display:block;margin-top:2px;color:#d1d5db;font-size:.64rem}
.bottom-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.socials{display:flex;gap:6px}.socials a{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue)}.socials svg{width:17px;height:17px}.mini-links{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mini-links a{min-height:34px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:10px;background:#f8fafc;font-size:.61rem;font-weight:700}.mini-links svg{width:14px;height:14px;color:var(--blue)}
footer{text-align:center;padding:12px 4px 0;color:#94a3b8;font-family:Inter,Arial,sans-serif;font-size:.62rem}
[dir="ltr"] body{font-family:Inter,Alexandria,Arial,sans-serif}
@media(min-width:700px){.card-shell{padding-top:24px}.hero{padding:18px 20px}.hero h1{font-size:1.5rem}.hero p{font-size:.83rem}.quick-grid b{font-size:.7rem}}
@media(max-width:360px){.card-shell{padding:6px 6px 14px}.hero{padding:12px}.brand strong{font-size:1.22rem}.brand span{font-size:.61rem}.brand-icon{width:38px;height:38px}.language a{min-width:30px;padding:4px 6px}.hero h1{font-size:1.12rem}.trust-row span{font-size:.55rem}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid a{min-height:62px;flex-direction:row;text-align:start;padding:8px}.quick-grid b{font-size:.65rem}.phones{grid-template-columns:1fr}.phones a{min-height:42px;flex-direction:row;justify-content:space-between;padding-inline:12px}.bottom-card{grid-template-columns:1fr}.socials{justify-content:center}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}

/* EasyPrintDz v3.1 — wider mobile layout and shorter page */
.card-shell{
  width:min(calc(100vw - 12px),430px);
  max-width:430px;
  margin:0 auto;
  padding:6px 0 14px;
}

@media(max-width:480px){
  body{
    min-width:0;
  }

  .card-shell{
    width:calc(100vw - 12px);
    max-width:430px;
    padding:6px 0 12px;
  }

  .hero{
    padding:12px 14px 11px;
    border-radius:20px;
  }

  .hero h1{
    margin:11px 0 5px;
    font-size:1.22rem;
    line-height:1.45;
  }

  .hero p{
    font-size:.74rem;
    line-height:1.55;
  }

  .trust-row{
    margin-top:9px;
    gap:4px;
  }

  .trust-row span{
    min-height:29px;
    gap:3px;
    font-size:.56rem;
  }

  .whatsapp{
    margin-top:8px;
    padding:10px 12px;
    border-radius:15px;
  }

  .wa-icon{
    width:38px;
    height:38px;
  }

  .quick-grid{
    margin-top:8px;
    gap:6px;
  }

  .quick-grid a{
    min-height:66px;
    padding:6px 4px;
    border-radius:13px;
  }

  .compact-card,
  .bottom-card{
    margin-top:8px;
    padding:10px;
    border-radius:15px;
  }

  .phones a{
    min-height:44px;
  }

  .address-row{
    margin-top:7px;
    padding-top:8px;
  }

  .services-grid > span{
    min-height:40px;
    padding:7px;
  }

  .review-card{
    margin-top:8px;
    padding:10px 12px;
    border-radius:15px;
  }

  footer{
    padding-top:8px;
  }
}
