.container{width:100%;max-width:1100px;display:flex;justify-content:flex-start}.left-panel{width:540px;background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(255,255,255,0.99));border-radius:14px;padding:var(--panel-padding);box-shadow:0 12px 40px rgba(15,23,42,0.06);position:relative;overflow:hidden}.visual{position:relative;height:220px;margin-bottom:32px;display:flex;align-items:center}.glow-blob{position:absolute;left:20%;top:10%;width:420px;height:220px;filter:blur(36px);background:radial-gradient(closest-side,rgba(15,157,88,0.26),rgba(15,157,88,0.10) 40%,transparent 60%);transform:rotate(-12deg);border-radius:48%;z-index:0;pointer-events:none}.steps{position:relative;z-index:2;display:flex;flex-direction:column;gap:18px;margin-left:14%}.step{display:flex;align-items:center;gap:14px;padding:14px 22px;border-radius:999px;background:var(--panel-bg);min-width:260px;box-shadow:0 4px 18px rgba(15,23,42,0.04);border:1px solid rgba(15,23,42,0.03);font-weight:600;color:#0f172a;font-size:15px}.tick{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--green);color:white;font-size:14px;flex:0 0 30px;box-shadow:0 4px 12px rgba(15,157,88,0.12)}.heading{margin:0 0 26px 14%;line-height:1.05;font-size:32px;font-weight:700;color:#072029;max-width:420px;letter-spacing:-0.01em}.testimonial{border-top:1px solid rgba(7,20,41,0.05);padding-top:22px;margin-left:8%;margin-right:6%;padding-bottom:8px}.trusted{color:#16a34a;font-weight:700;font-size:12px;letter-spacing:.12em;margin-bottom:8px}.quote{margin:0 0 14px 0;color:var(--muted);line-height:1.5;font-size:15px;max-width:420px}.author{display:flex;gap:12px;align-items:center}.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(15,23,42,0.03);box-shadow:0 6px 18px rgba(2,6,23,0.04)}.author-meta{font-size:13px}.author-name{font-weight:700;color:#0f172a}.author-role{color:var(--muted);margin-top:3px}@media(max-width:760px){.left-panel{width:100%;padding:28px;border-radius:12px}.heading{font-size:24px;margin-left:0}.steps{margin-left:0}.testimonial{margin-left:0;margin-right:0}}