:root{
/* Radii — pills for actions/badges, soft rounding for cards */
--radius-pill:999px;
--radius-lg:24px;
--radius-md:16px;
--radius-sm:8px;
--radius-xs:4px;

/* Shadows — used sparingly: testimonial cards + floating CTA + hero glow */
--shadow-card:0 4px 16px rgba(0,0,0,0.18);
--shadow-cta:0 8px 24px rgba(18,128,119,0.35);
--shadow-glow:0 0 36px rgba(255,255,255,0.3);
--shadow-float:0 8px 24px rgba(18,128,119,0.45);
--shadow-panel:0 24px 48px rgba(10,52,47,0.35);

--blur-overlay:blur(4px); /* @kind other */

--motion-fast:150ms ease; /* @kind other */
--motion-base:200ms ease; /* @kind other */
}
