.vpc-section{padding-block:clamp(56px,9vw,116px)}.vpc-section+.vpc-cta-band,.vpc-section+.vpc-section{border-top:1px solid hsl(var(--divider))}.vpc-sec-head{margin-bottom:clamp(36px,5vw,56px);max-width:720px}.vpc-sec-head .vpc-eyebrow{margin-bottom:16px}.vpc-eyebrow .tick{background:currentColor;border-radius:1px;height:5px;transform:rotate(45deg);width:5px}.vpc-sec-h{color:hsl(var(--text-1));font-family:var(--font-head);font-size:clamp(28px,4.2vw,48px);font-weight:600;letter-spacing:-.024em;line-height:1.08;margin:0;text-wrap:balance}.vpc-sec-lede{color:hsl(var(--text-2));font-size:clamp(16px,1.8vw,19px);line-height:1.6;margin-top:18px;max-width:58ch}.vpc-steps{display:grid;gap:clamp(16px,2vw,22px);grid-template-columns:1fr}@media (min-width:720px){.vpc-steps{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.vpc-steps{grid-template-columns:repeat(4,1fr)}}.vpc-step{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md,12px);box-shadow:var(--shadow-card,0 1px 2px rgba(26,25,20,.06),0 6px 16px -10px rgba(26,25,20,.16));display:flex;flex-direction:column;gap:12px;padding:clamp(20px,2.4vw,26px);position:relative;transition:transform var(--dur,.18s) var(--ease,cubic-bezier(.22,1,.36,1)),box-shadow var(--dur,.18s) var(--ease,cubic-bezier(.22,1,.36,1))}.vpc-step:hover{box-shadow:var(--shadow-card-hover,0 2px 4px rgba(26,25,20,.08),0 12px 28px -12px rgba(26,25,20,.22));transform:translateY(-2px)}.vpc-step-glyph{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius-sm,8px);color:hsl(var(--text-1));display:grid;height:40px;margin-bottom:2px;place-items:center;width:40px}.vpc-step-glyph svg{height:20px;stroke-width:1.7;width:20px}.vpc-step-n{color:hsl(var(--brand));font-family:var(--font-mono);font-size:12px;letter-spacing:.12em}.vpc-step-h{color:hsl(var(--text-1));font-family:var(--font-head);font-size:19px;font-weight:600;letter-spacing:-.01em;margin:0}.vpc-step-p{color:hsl(var(--text-2));font-size:14.5px;line-height:1.55;margin:0}@media (prefers-reduced-motion:reduce){.vpc-step{transition:none!important}.vpc-step:hover{transform:none}}