.page-process{background:var(--white)}.process-timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.process-step{display:grid;grid-template-columns:48px 1fr;gap:0 28px;position:relative}.process-step:not(:last-child):before{content:"";position:absolute;left:23px;top:48px;bottom:0;width:2px;background:var(--gray-200)}.process-step-marker{position:relative;z-index:1;flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--brand-600);display:flex;align-items:center;justify-content:center;margin-top:2px}.process-step-marker-inner{font-family:var(--font-mono);font-size:14px;font-weight:600;color:#fff;line-height:1;font-feature-settings:"tnum" 1}.process-step-content{padding-bottom:48px}.process-step:last-child .process-step-content{padding-bottom:0}.process-step-time{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-600);margin-bottom:6px;font-family:var(--font-mono)}.process-step-heading{font-size:clamp(20px,2vw,24px);font-weight:600;letter-spacing:-.02em;color:var(--gray-950);margin:0 0 12px}.process-step-body{font-size:15px;line-height:1.7;color:var(--gray-700);margin:0;max-width:680px}.process-callout{background:var(--gray-50);border:1px solid var(--gray-200);border-left:4px solid var(--brand-500);border-radius:12px;padding:36px 40px}.process-callout h2{font-size:clamp(20px,2.5vw,26px);font-weight:600;letter-spacing:-.02em;color:var(--gray-950);margin:0 0 20px}.process-callout p{font-size:15px;line-height:1.7;color:var(--gray-700);margin:0 0 14px}.process-callout p:last-child{margin-bottom:0}.process-callout strong{font-weight:600;color:var(--gray-900)}[data-theme=dark] .process-step:before{background:var(--gray-700, #374151)}[data-theme=dark] .process-step-heading{color:var(--gray-50, #F9FAFB)}[data-theme=dark] .process-step-body{color:var(--gray-400, #9CA3AF)}[data-theme=dark] .process-callout{background:var(--gray-900, #111827);border-color:var(--gray-700, #374151);border-left-color:var(--brand-400, #60A5FA)}[data-theme=dark] .process-callout h2{color:var(--gray-50, #F9FAFB)}[data-theme=dark] .process-callout p{color:var(--gray-400, #9CA3AF)}[data-theme=dark] .process-callout strong{color:var(--gray-200, #E5E7EB)}[data-theme=dark] .page-process .final-cta{--white: #FFFFFF;--gray-950: #0C111D}@media (max-width: 600px){.process-step{grid-template-columns:40px 1fr;gap:0 18px}.process-step:before{left:19px;top:40px}.process-step-marker{width:40px;height:40px}.process-step-marker-inner{font-size:13px}.process-callout{padding:24px 22px}}
