/* Mirrored verbatim from the Tasnef Design System (tokens/elevation.css).
   Do not hand-edit — re-sync from the design project instead.

   Shadows on tasnef.sa are barely there — 2–4% black. Separation comes from the
   #F9F9F9 section band behind white cards, not from depth. */
:root{
--shadow-none:none;
--shadow-tile:1px 1px 10px 0 rgba(0,0,0,.04);    /* (src) client logo tile */
--shadow-list:0 14px 14px 0 rgba(0,0,0,.02);     /* (src) selectable service row */
--shadow-float:10px 12px 25px 0 rgba(0,0,0,.04); /* (src) floating WhatsApp / calculator tab */
--shadow-modal:0 24px 60px 0 rgba(23,11,37,.18)  /* derived — site relies on Bootstrap's modal */
}
