:root{--ks-teal:#14b8a6;--ks-navy:#0c1e35;--ks-gray:#64748b;--ks-tag-bg:#f0fdfa;--ks-shadow:0 10px 30px rgba(0,0,0,.05)}.ks-pipeline{background-color:#fff;font-family:Inter,sans-serif;padding:80px 20px}.ks-container{margin:0 auto;max-width:1280px}.ks-pipeline__header{margin-bottom:80px;text-align:center}.ks-pipeline__title{color:var(--ks-navy);font-size:2.5rem;font-weight:800;margin-bottom:20px}.ks-pipeline__subtitle{color:var(--ks-gray);font-size:1.15rem;line-height:1.6;margin:0 auto;max-width:700px}.ks-pipeline__row{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);position:relative}.ks-pipeline__line{background-color:#ccfbf1;height:2px;left:10%;position:absolute;right:10%;top:130px;z-index:0}.ks-step-card{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:var(--ks-shadow);display:flex;flex-direction:column;padding:40px 16px 20px;position:relative;text-align:center;transition:all .4s ease;z-index:1}.ks-step-card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:translateY(-10px)}.ks-step-card:hover .ks-step-card__icon-wrap{background:#32c0ab;color:#fff}.ks-step-card__badge{background-color:var(--ks-navy);border-radius:50%;color:#fff;font-size:.9rem;font-weight:700;height:32px;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:32px}.ks-step-card__badge,.ks-step-card__icon-wrap{align-items:center;display:flex;justify-content:center}.ks-step-card__icon-wrap{background-color:var(--ks-tag-bg);border-radius:16px;color:var(--ks-teal);height:64px;margin-bottom:24px;width:64px}.ks-step-card__title{color:var(--ks-navy);font-size:1.5rem;font-weight:700;margin-bottom:16px}.ks-step-card__desc{color:var(--ks-gray);font-size:.95rem;line-height:1.5;min-height:45px}.ks-step-card__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:auto}.ks-tag{background-color:var(--ks-tag-bg);border-radius:50px;color:#115e59;font-size:12px;font-weight:500;padding:2px 10px}@media (max-width:1024px){.ks-pipeline__row{grid-template-columns:repeat(2,1fr)}.ks-pipeline__line{display:none}}@media (max-width:600px){.ks-pipeline__row{grid-template-columns:1fr}.ks-pipeline__title{font-size:1.8rem}}