.steps-section{background-color:#fff;position:relative;width:100%}.steps-section .content-container{position:relative;z-index:2}.steps-section__header{margin-bottom:3rem;text-align:center}.steps-section__title{color:#6b7280;display:block;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;line-height:clamp(2.25rem,3vw,3rem);margin:0 0 1rem}.steps-section__summary{color:#6c757d;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.steps-section__container{display:flex;flex-wrap:wrap;gap:2rem;grid-template-columns:1fr;margin:0 auto;padding:0 1rem}.steps-section__step-wrap{position:relative;width:100%}@media (min-width:48rem){.steps-section__step-wrap{width:auto}}.steps-section__step{align-items:stretch;background:#fff;border-radius:24px;box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;height:100%;transition:transform .3s ease,box-shadow .3s ease}.steps-section__step:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.steps-section__step-number{align-items:center;background:var(--Gradient-Dark-Blue,linear-gradient(118deg,#0058a9 39.5%,#009ade 100%));border-radius:24px 0 0 24px;box-shadow:0 2px 8px rgba(0,123,255,.3);color:#fff;display:flex;flex-shrink:0;font-size:3rem;font-weight:300;justify-content:center;width:5rem}.steps-section__step-icon{filter:brightness(0) invert(1);height:2.5rem;object-fit:contain;width:2.5rem}.steps-section__step-content{background:#f7f7f7;border-radius:0 24px 24px 0;flex:1;min-width:0;padding:1rem}.steps-section__step-title{color:#2c3e50;font-size:1.25rem;font-weight:600;font-weight:300;line-height:1.3;margin:0 0 .75rem}.steps-section__step-text{color:#6c757d;font-size:1rem;line-height:1.4;margin:0}.steps-section__step-text p{margin:0 0 1rem}.steps-section__step-text p:last-child{margin-bottom:0}@media (min-width:48rem){.steps-section__container{gap:2rem;grid-template-columns:repeat(2,1fr)}.steps-section__step-icon{height:3rem;width:3rem}}@media (min-width:64rem){.steps-section__container{gap:2rem;grid-template-columns:repeat(2,1fr);padding:0 1.25rem}.steps-section__step-wrap{width:48%}.steps-section__step-number{font-size:5rem;width:12.5rem;width:230px}.steps-section__step-icon{height:4rem;width:4rem}.steps-section__step-content{padding:2rem}.steps-section__step-title{font-size:1.5rem}.steps-section__step-text{line-height:1.6}}.steps-section__step{animation:stepFadeIn .6s ease forwards;opacity:0;transform:translateY(20px)}.steps-section__step:first-child{animation-delay:.1s}.steps-section__step:nth-child(2){animation-delay:.2s}.steps-section__step:nth-child(3){animation-delay:.3s}.steps-section__step:nth-child(4){animation-delay:.4s}.steps-section__step:nth-child(5){animation-delay:.5s}.steps-section__step:nth-child(6){animation-delay:.6s}@keyframes stepFadeIn{to{opacity:1;transform:translateY(0)}}.steps-section[data-debug=true]{outline:2px dashed #ff6b6b;outline-offset:4px}.steps-section[data-debug=true] .steps-section__step{outline:1px dashed #4ecdc4;outline-offset:2px}