:root{--foreground:222.2 84% 4.9%;--muted-foreground:215.4 16.3% 46.9%;--primary:20.5 90.2% 48.2%}.dark{--foreground:210 40% 98%;--muted-foreground:215 20.2% 65.1%}.process-hero-left-section{display:flex;flex-direction:column;gap:2rem}.process-hero-left-content{display:flex;flex-direction:column;gap:1.5rem}.process-hero-left-badge{align-items:center;animation:fadeInUp .6s ease-out;background-color:hsl(var(--primary)/.1);border:none;border-radius:9999px;display:inline-flex;gap:.5rem;padding:.375rem .75rem;width:fit-content}.process-hero-left-badge-icon{animation:sparkle 2s ease-in-out infinite;color:hsl(var(--primary));height:1rem;width:1rem}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.7;transform:scale(1.1) rotate(180deg)}}.process-hero-left-badge-text{color:hsl(var(--primary));font-size:.875rem;font-weight:500}.process-hero-left-heading{animation:fadeInUp .6s ease-out .1s both;color:hsl(var(--foreground));font-size:2.25rem;font-weight:600;letter-spacing:-.025em;line-height:1.25;margin:0}@media (min-width:1024px){.process-hero-left-heading{font-size:3rem}}.process-hero-left-subheading{animation:fadeInUp .6s ease-out .2s both;color:hsl(var(--muted-foreground));font-size:1.25rem;line-height:1.625;margin:0}.process-hero-left-benefits-wrapper{animation:fadeInUp .6s ease-out .3s both;display:flex;flex-direction:column;gap:1rem}.process-hero-left-benefits-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500;letter-spacing:.05em;margin:0;text-transform:uppercase}.process-hero-left-benefits-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.process-hero-left-benefit-item{display:flex;gap:.75rem}.process-hero-left-check-icon{color:hsl(var(--primary));flex-shrink:0;height:1.25rem;margin-top:.125rem;width:1.25rem}.process-hero-left-benefit-text{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.5rem;margin:0}@media (max-width:768px){.process-hero-left-subheading{font-size:1.125rem}}@media (max-width:640px){.process-hero-left-subheading{font-size:1rem}.process-hero-left-section{gap:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.process-hero-left-badge,.process-hero-left-badge-icon,.process-hero-left-benefits-wrapper,.process-hero-left-heading,.process-hero-left-subheading{animation:none}}.process-hero-left-benefit-item:focus-within{border-radius:.25rem;outline:2px solid hsl(var(--primary));outline-offset:2px}