.steps-section{position:relative;z-index:1;overflow:hidden;padding-block:6rem;background:#f3f4f5}.steps-section--light{color:var(--light-text)}.steps-section--dark{background:var(--navy);color:#ffffff}.steps-section__glow{pointer-events:none;position:absolute;top:-8rem;right:-7rem;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(141,198,63,.16),transparent 62%);filter:blur(40px)}.steps-section__header{margin-bottom:3.5rem}.steps-section__badge{display:inline-flex;align-items:center;border-radius:999px;background:rgba(141,198,63,.12);padding:.375rem .875rem;font-size:.66rem;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--green)}.steps-section__card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;padding:2rem;transition:transform .3s var(--ease-soft),box-shadow .3s var(--ease-soft),border-color .3s var(--ease-soft),background-color .3s var(--ease-soft)}.steps-section--light .steps-section__card{border:1px solid var(--light-border);background:var(--light-card);box-shadow:0 1px 3px rgba(15,23,40,.04)}.steps-section--light .steps-section__card:hover{transform:translateY(-8px);border-color:var(--border-green);box-shadow:0 24px 50px -18px rgba(141,198,63,.32)}.steps-section--dark .steps-section__card{border:1px solid var(--border-white);background:rgba(255,255,255,.03)}.steps-section--dark .steps-section__card:hover{transform:translateY(-8px);border-color:var(--border-green);background:rgba(255,255,255,.05)}.steps-section__bar{position:absolute;top:0;left:0;right:0;height:4px;transform:scaleX(0);transform-origin:left;background:var(--green);transition:transform .3s var(--ease-soft)}.steps-section__card:hover .steps-section__bar{transform:scaleX(1)}.steps-section__ghost{pointer-events:none;position:absolute;top:1.25rem;right:1.5rem;font-size:2.75rem;font-weight:900;line-height:1;letter-spacing:-.02em;transition:color .3s var(--ease-soft)}.steps-section--light .steps-section__ghost{color:rgba(15,23,40,.05)}.steps-section--light .steps-section__card:hover .steps-section__ghost{color:rgba(141,198,63,.25)}.steps-section--dark .steps-section__ghost{color:rgba(255,255,255,.06)}.steps-section--dark .steps-section__card:hover .steps-section__ghost{color:rgba(141,198,63,.3)}.steps-section__tile{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;border-radius:1rem;transition:transform .3s var(--ease-soft),background-color .3s var(--ease-soft),color .3s var(--ease-soft),box-shadow .3s var(--ease-soft)}.steps-section__tile--icon{color:var(--green)}.steps-section--light .steps-section__tile--icon{background:rgba(141,198,63,.1)}.steps-section--dark .steps-section__tile--icon{background:rgba(141,198,63,.15)}.steps-section__card:hover .steps-section__tile--icon{transform:translateY(-2px);background:var(--green);color:var(--navy);box-shadow:0 10px 22px -6px rgba(141,198,63,.5)}.steps-section__tile--num{font-size:1.15rem;font-weight:800;color:var(--green)}.steps-section--light .steps-section__tile--num{background:rgba(141,198,63,.1)}.steps-section--dark .steps-section__tile--num{border:1px solid var(--border-white);background:rgba(255,255,255,.05)}.steps-section__icon{display:block;width:1.75rem;height:1.75rem}.steps-section__icon svg{display:block;width:100%;height:100%}.steps-section__title{margin:0 0 .75rem;font-size:1.2rem;font-weight:500;line-height:1.25;letter-spacing:-.02em;color:var(--light-text)}.steps-section--dark .steps-section__title{color:#ffffff}.steps-section__body{margin:0;font-size:.95rem;line-height:1.65;color:var(--light-text-muted)}.steps-section--dark .steps-section__body{color:var(--muted)}