.smart-process{position:relative;overflow:hidden;padding:clamp(80px,10vw,130px) 0;background:linear-gradient(145deg,var(--soft),var(--bg));border-block:1px solid var(--line)}
.smart-process::before{content:"";position:absolute;width:520px;height:520px;top:-360px;right:-180px;border:85px solid color-mix(in srgb,var(--accent) 10%,transparent);border-radius:50%;pointer-events:none}
.smart-process-header{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:clamp(40px,8vw,105px);align-items:end;margin-bottom:52px}
.smart-process-kicker{color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.smart-process-header h2{max-width:720px;margin:12px 0 0;font-family:var(--display);font-size:clamp(36px,5.2vw,58px);line-height:1.1;letter-spacing:-.04em}
.smart-process-lead>p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}
.smart-assurance{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:var(--ink);font-size:11px;font-weight:800}
.smart-assurance span{display:flex;align-items:center;gap:7px}
.smart-assurance i{width:7px;height:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}
.smart-process-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;counter-reset:none}
.smart-step{min-height:390px;display:flex;flex-direction:column;padding:30px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 40px color-mix(in srgb,var(--shadow) 55%,transparent);transition:.25s}
.smart-step:hover{transform:translateY(-5px);border-color:var(--line-strong);box-shadow:0 28px 65px var(--shadow)}
.smart-step::before{display:none!important}
.smart-step-top{display:flex;align-items:center;justify-content:space-between}
.smart-step-icon{width:52px;height:52px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--brand),var(--brand-dark));border-radius:16px;box-shadow:0 12px 28px var(--shadow)}
.smart-step-icon svg,.smart-cta-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.smart-step-number{color:color-mix(in srgb,var(--muted) 35%,transparent);font-family:var(--display);font-size:34px;font-weight:900}
.smart-step-content{margin-top:25px}
.smart-step-content small{color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.smart-step-content h3{margin:8px 0 12px;font-family:var(--display);font-size:25px;line-height:1.2}
.smart-step-content p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.smart-step-result{display:flex;justify-content:space-between;gap:18px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-size:10px}
.smart-step-result b{color:var(--brand);text-transform:uppercase}
.smart-step-result span{color:var(--muted);text-align:right}
.smart-process-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:25px;padding:32px;color:#fff;background:linear-gradient(130deg,var(--brand-dark),var(--brand));border-radius:var(--radius);box-shadow:0 25px 60px var(--shadow)}
.smart-process-cta::after{content:"";position:absolute;width:180px;height:180px;right:24%;bottom:-130px;border:30px solid rgba(255,255,255,.08);border-radius:50%}
.smart-process-cta-copy{position:relative;z-index:1;display:flex;align-items:center;gap:20px}
.smart-cta-icon{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;color:var(--brand);background:#fff;border-radius:16px}
.smart-process-cta small{color:color-mix(in srgb,var(--accent) 75%,#fff);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.smart-process-cta h3{max-width:660px;margin:5px 0 3px;color:#fff;font-family:var(--display);font-size:clamp(20px,2.5vw,29px);line-height:1.25}
.smart-process-cta p{margin:0;color:rgba(255,255,255,.7);font-size:11px}
.smart-process-actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:9px;flex:0 0 220px}
.smart-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);text-decoration:none;font-size:11px;font-weight:900;transition:.2s}
.smart-button:hover{transform:translateY(-2px)}
.smart-button-primary{color:var(--brand);background:#fff;border-color:#fff}
.smart-button-secondary{color:#fff;background:rgba(255,255,255,.08)}
@media(max-width:950px){.smart-process-header{grid-template-columns:1fr}.smart-process-cta{align-items:flex-start;flex-direction:column}.smart-process-actions{width:100%;flex:auto;flex-direction:row}.smart-process-actions .smart-button{flex:1}}
@media(max-width:700px){.smart-process-grid{grid-template-columns:1fr}.smart-step{min-height:auto}.smart-step-result{margin-top:28px}.smart-process-cta{padding:24px}.smart-process-cta-copy{align-items:flex-start}.smart-process-actions{flex-direction:column}.smart-assurance{flex-direction:column}.smart-process-header{margin-bottom:34px}}
@media(max-width:430px){.smart-cta-icon{display:none}.smart-step{padding:24px}.smart-process-header h2{font-size:35px}}
