.smyk-afst { background:#fff; font-family:'Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; padding: clamp(28px,4vw,52px) 0; }
.smyk-afst__inner { max-width:1320px; margin:0 auto; padding:0 24px; }
.smyk-afst__head { text-align:center; max-width:680px; margin:0 auto clamp(28px,4vw,44px); }
.smyk-afst__title { font-family:'Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size:clamp(24px,3vw,38px); font-weight:800; color:#222222; margin:0; line-height:1.15; }
.smyk-afst__sub { font-family:'Inter','Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size:clamp(14px,1.3vw,17px); color:#475569; line-height:1.6; margin:12px 0 0; }
.smyk-afst__track { display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(16px,2vw,24px); }
.smyk-afst__step { position:relative; background:#fff; border:1px solid #e5e5e5; border-radius:20px; padding:clamp(22px,2.4vw,30px); }
.smyk-afst__num { width:56px; height:56px; border-radius:50%; background:#fdeef2; color:#e41d56; font-family:'Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-weight:800; font-size:26px; line-height:1; display:flex; align-items:center; justify-content:center; }
.smyk-afst__step-title { font-family:'Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size:18px; font-weight:700; color:#222222; margin:16px 0 6px; }
.smyk-afst__step-desc { font-family:'Inter','Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size:14.5px; line-height:1.6; color:#475569; margin:0; }
.smyk-afst__cta { text-align:center; margin-top:clamp(28px,4vw,40px); }
.smyk-afst__btn { display:inline-flex; align-items:center; justify-content:center; height:52px; padding:0 30px; border-radius:16px; background:#e41d56; color:#fff; font-family:'Figtree', 'Circular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size:16px; font-weight:700; text-decoration:none; transition:background .18s, transform .1s; }
.smyk-afst__btn:hover { background:#c2164a; }
.smyk-afst__btn:active { transform:scale(.98); }
@media (max-width:900px){ .smyk-afst__track{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .smyk-afst__track{ grid-template-columns:1fr;} }
