/* ========================= STEPS SECTION ========================= */ .steps-section{padding:8rem 0 9rem;background:linear-gradient(180deg,#f4f8fb 0%,#ffffff 100%);overflow:hidden;}.steps-section .container{max-width:1500px;margin:0 auto;padding:0 2rem;}/* HEADER */ .section-header{text-align:center;margin-bottom:4.5rem;}.section-header h2{font-size:clamp(2rem,3vw,2.8rem);line-height:1.15;font-weight:800;color:#081b2d;margin-bottom:0.75rem;letter-spacing:-0.04em;}.section-header h2 span{color:#2563eb;}.section-header p{max-width:46rem;margin:0 auto;color:#4b6b82;line-height:1.7;font-size:1rem;}/* GRID */ .steps-grid{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:3.5rem;position:relative;align-items:start;}.steps-grid::before{content:"";position:absolute;top:3.3rem;left:7%;right:7%;border-top:2px dashed rgba(37,99,235,0.25);z-index:0;}/* CARD */ .step-card{position:relative;z-index:1;text-align:center;padding:0 1rem;}/* ICON */ .step-icon{width:5.8rem;height:5.8rem;margin:0 auto 1.6rem;display:flex;align-items:center;justify-content:center;background:#ffffff;border-radius:50%;border:0.45rem solid #ffffff;box-shadow:0 0.75rem 1.875rem rgba(11,34,48,0.09),0 0 0 0.5rem rgba(255,255,255,0.65);}.step-icon img{width:1.85rem;height:1.85rem;object-fit:contain;}/* STEP NUMBER */ .step-number{position:absolute;top:-0.6rem;left:50%;transform:translateX(-50%);min-width:2.2rem;height:1.45rem;padding:0 0.45rem;border-radius:999px;background:#2563eb;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 0.5rem 1rem rgba(37,99,235,0.28);}/* TEXT */ .step-card h3{font-size:clamp(1.15rem,1.4vw,1.45rem);line-height:1.25;font-weight:800;color:#081b2d;margin-bottom:0.85rem;letter-spacing:-0.03em;}.step-card p{font-size:0.95rem;line-height:1.7;color:#4b6b82;max-width:15rem;margin:0 auto;}/* FIRST STEP ACTIVE */ .step-card:first-child .step-icon{background:linear-gradient(135deg,#2563eb,#38bdf8);border-color:transparent;box-shadow:0 1rem 2.2rem rgba(37,99,235,0.3),0 0 0 0.5rem rgba(37,99,235,0.12);}.step-card:first-child .step-icon img{filter:brightness(0) invert(1);}.step-card:first-child .step-number{background:#2563eb;color:#ffffff;}/* TABLET */ @media (max-width:1024px){.steps-section{padding:6rem 0 7rem;}.steps-grid{grid-template-columns:repeat(3,1fr);gap:4rem 2rem;}.steps-grid::before{display:none;}}/* SMALL TABLET */ @media (max-width:768px){.steps-section{padding:5rem 0 6rem;}.section-header{margin-bottom:3rem;}.steps-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem 1.5rem;}.step-icon{width:5.2rem;height:5.2rem;}.step-icon img{width:1.65rem;height:1.65rem;}}/* MOBILE */ @media (max-width:520px){.steps-section{padding:4.5rem 0 5rem;}.steps-section .container{padding:0 1.25rem;}.steps-grid{grid-template-columns:1fr;gap:3rem;}.step-card{max-width:18rem;margin:0 auto;}.step-icon{width:4.8rem;height:4.8rem;margin-bottom:1.2rem;}.step-icon img{width:1.5rem;height:1.5rem;}.step-card h3{font-size:1.1rem;}.step-card p{font-size:0.9rem;max-width:18rem;}}