.methodology-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:34px}.methodology-card{position:relative;display:flex;flex-direction:column;min-height:230px;padding:30px 28px 26px;background:#fff;border:1px solid rgba(17,28,51,.12);border-radius:18px;box-shadow:0 14px 34px rgba(17,28,51,.08);overflow:hidden}.methodology-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,var(--orange),#ef9b73)}.methodology-card .num-label{font-size:1.5rem;line-height:1;font-weight:850;letter-spacing:.08em;margin-bottom:20px}.methodology-card h3{margin:0 0 14px;font-size:1.48rem}.methodology-card p{margin:0;color:var(--muted);line-height:1.65}.methodology-actions{margin-top:36px}@media(max-width:980px){.methodology-process{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.methodology-process{grid-template-columns:1fr}.methodology-card{min-height:auto}}