/* Symbiose — charte partagée */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap');
html{scroll-behavior:smooth;}
body{font-family:'Mulish',system-ui,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:-0.01em;}
.hero-bg{background-image:linear-gradient(to right bottom,#1A0E4A,#2D1B69,#1A0E4A);}
.band-bg{background-image:linear-gradient(to right bottom,#1A0E4A,#3B1E7A);}
.btn-primary{background-image:linear-gradient(to right,#3B82F6,#22D3EE);}
.logo-dot{background:conic-gradient(from 0deg,#f87171,#fbbf24,#34d399,#22d3ee,#818cf8,#f472b6,#f87171);}
.ring94{background:conic-gradient(#22C55E 0 94%, #E5E7EB 94% 100%);}
.ring88{background:conic-gradient(#3B82F6 0 88%, #E5E7EB 88% 100%);}
.ring71{background:conic-gradient(#F59E0B 0 71%, #E5E7EB 71% 100%);}
.grad-text{background:linear-gradient(to right,#60A5FA,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent;}
.grad-ink{background:linear-gradient(to right,#3B82F6,#22D3EE);-webkit-background-clip:text;background-clip:text;color:transparent;}
.card{background:#fff;border:1px solid #EDF0F5;border-radius:1.25rem;box-shadow:0 20px 45px -24px rgba(26,14,74,.18);}
.soft{background:#fff;border:1px solid #EDF0F5;border-radius:1rem;}
.ico{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;}
.step-num{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;flex:none;}
.kicker{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;}
