.route-skel{background:var(--color-black,#0e1118);min-height:100dvh;display:block}.route-skel__hero{background:radial-gradient(120% 120% at 50% 0%, #c41e2a14, transparent 60%), var(--color-black,#0e1118);align-items:center;min-height:60dvh;padding:clamp(2rem,6vw,5rem) 0;display:flex}.route-skel__hero-inner{text-align:center;flex-direction:column;align-items:center;gap:1.1rem;width:min(720px,90vw);margin:0 auto;display:flex}.route-skel__body{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;width:min(1100px,92vw);margin:0 auto;padding:clamp(2rem,5vw,4rem) 0;display:grid}.route-skel__pill{border-radius:999px;width:200px;height:34px}.route-skel__h1{border-radius:8px;width:78%;height:clamp(34px,6vw,56px)}.route-skel__h1--short{width:52%}.route-skel__line{border-radius:6px;width:64%;height:18px;margin-top:.4rem}.route-skel__cta{border-radius:10px;width:200px;height:52px;margin-top:.8rem}.route-skel__block{border-radius:14px;height:200px}.route-skel__shimmer{background:linear-gradient(100deg,#f0ede60a 30%,#f0ede61a 50%,#f0ede60a 70%) 0 0/200% 100%;animation:1.4s ease-in-out infinite route-skel-shimmer;display:block}@keyframes route-skel-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}@media (prefers-reduced-motion:reduce){.route-skel__shimmer{background:#f0ede60f;animation:none}}
