:root{--bg-top:#10375c;--bg-mid:#0d2944;--bg-bot:#081c2d;--text:#fff;--muted:#9fb3c9;--accent:#eb8416;--accent-2:#10375c;--container:1280px}*{box-sizing:border-box}#root,body,html{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--text)}.section{position:relative;z-index:10;max-width:var(--container);margin:0 auto;padding:72px 24px}.page .work-process-section .title{color:#fff!important}.section-title{font-size:32px;font-weight:900;line-height:1.2!important;margin:0 0 16px;text-align:center;background:linear-gradient(90deg,var(--accent),#fff)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;text-shadow:0 4px 20px rgba(235,132,22,.35)!important;text-align:left}.section-title.shimmer{background-size:200% 100%;animation:gradientShift 6s ease-in-out infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.section-sub{color:#a3b2c2;margin:0 auto 24px;line-height:1.6;max-width:720px;text-align:left}.row{display:flex;justify-content:center}.badge{padding:6px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);font-size:12px;color:#cbd5e1;width:100%;margin-bottom:8px;white-space:normal}.section-scoop{display:grid;grid-gap:32px;gap:32px;align-items:center;grid-template-columns:1fr;margin-bottom:32px}@media(min-width:900px){.section-scoop{grid-template-columns:1fr 1fr}}.section-scoop.left .scoop-img{order:2;cursor:pointer}.section-scoop.left .scoop-copy{order:1}.scoop-img{border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.45);perspective:1200px;position:relative;aspect-ratio:16/9;cursor:pointer}.scoop-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;will-change:transform;transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden;filter:contrast(1.05) saturate(1.1)}.scoop-img:after{content:"";inset:-1px;border-radius:20px;background:radial-gradient(60% 60% at 50% 50%,rgba(235,132,22,.18),transparent)}.scoop-img:after,.scoop-overlay{position:absolute;pointer-events:none}.scoop-overlay{inset:0;background:linear-gradient(135deg,rgba(16,55,92,.18),transparent 45%)}.scoop-shine{top:0;bottom:0;width:30%;left:-30%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.14),transparent);mix-blend-mode:screen}.scoop-border,.scoop-shine{position:absolute;pointer-events:none}.scoop-border{inset:0;border-radius:20px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12),0 0 0 1px hsla(0,0%,100%,.06)}