.dd-article{max-width:100%}.dd-steps{display:flex;flex-direction:column;gap:0;border:1px solid var(--gray-2);border-radius:var(--radius-lg);overflow:hidden;margin:28px 0 36px}.dd-step{display:flex;gap:20px;align-items:flex-start;padding:22px 24px;border-top:1px solid var(--gray-2)}.dd-step:first-child{border-top:none}.dd-step-num{font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;font-weight:700;color:var(--neon-dark);flex-shrink:0;width:34px;height:34px;border-radius:10px;background:var(--gray-4);display:inline-flex;align-items:center;justify-content:center}.dd-step-body{min-width:0}.dd-step-title{font-family:Inter Tight,Inter,sans-serif;font-size:17px;font-weight:700;letter-spacing:-.015em;color:#000;margin-bottom:4px}.dd-step-body p{font-size:15px;line-height:1.6;color:#555;margin:0}.dd-step-body p a{color:var(--blue);font-weight:500;text-decoration:underline;text-underline-offset:2px}.dd-step-body strong{color:#1a1a1a;font-weight:600}.dd-cta{background:#000;color:#fff;border-radius:var(--radius-xl);padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;overflow:hidden}.dd-cta:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:var(--neon);opacity:.16;filter:blur(8px)}.dd-cta-copy{position:relative;z-index:1}.dd-cta-title{font-family:Inter Tight,Inter,sans-serif;font-weight:800;letter-spacing:-.03em;font-size:clamp(22px,2.6vw,30px);color:#fff;margin:0 0 8px}.dd-cta .dd-cta-sub{font-size:15.5px;line-height:1.6;color:#fff;margin:0}.dd-cta .dd-cta-sub a{color:var(--neon);font-weight:600;text-decoration:underline;text-underline-offset:3px}.dd-cta-btn{position:relative;z-index:1;flex-shrink:0}@media (max-width:640px){.dd-step{padding:18px;gap:14px}.dd-cta{flex-direction:column;align-items:flex-start;padding:30px 24px}}