@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.sk-bone{background:#e8ddd4;animation:skeleton-pulse 1.5s ease-in-out infinite}.sk-bone--accent{background:rgba(212,145,30,.25)}.sk-stops{display:flex;flex-direction:column;gap:5rem;padding:3rem 5%;max-width:1100px;margin:0 auto}.sk-stop-card{display:flex;gap:2rem;align-items:flex-start}.sk-stop-card--reverse{flex-direction:row-reverse}.sk-stop-card__img{width:45%;aspect-ratio:4/3;border-radius:12px;flex-shrink:0}.sk-stop-card__body{flex:1;display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.sk-stop-card__num{width:32px;height:20px;border-radius:4px}.sk-stop-card__title{width:55%;height:30px;border-radius:6px}.sk-stop-card__divider{width:48px;height:4px;border-radius:2px}.sk-stop-card__line{height:14px;border-radius:3px}.sk-stop-card__line--1{width:90%}.sk-stop-card__line--2{width:78%}.sk-stop-card__line--3{width:60%}@media (max-width:600px){.sk-stop-card,.sk-stop-card--reverse{flex-direction:column}.sk-stop-card__img{width:100%}}.sk-hero-img{width:100%;aspect-ratio:16/9;max-height:480px;border-radius:16px}.sk-franchise-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.sk-franchise-card{display:flex;flex-direction:column;align-items:center;gap:.5rem}.sk-franchise-card__logo{width:160px;height:100px;border-radius:8px}.sk-franchise-card__name{width:100px;height:14px;border-radius:3px}.sk-banner{width:100%;aspect-ratio:21/9;border-radius:0;position:relative;overflow:hidden}.sk-banner__dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.sk-banner__dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.35)}.sk-timeline{display:flex;flex-direction:column;gap:3rem;padding:2rem 5%;max-width:900px;margin:0 auto}.sk-timeline-item{display:flex;gap:1.5rem;align-items:flex-start}.sk-timeline-item__dot{width:48px;height:48px;border-radius:50%;flex-shrink:0}.sk-timeline-item__body{flex:1;display:flex;flex-direction:column;gap:.5rem}.sk-timeline-item__year{width:60px;height:18px;border-radius:4px}.sk-timeline-item__title{width:50%;height:22px;border-radius:5px}.sk-timeline-item__text{width:85%;height:14px;border-radius:3px}.sk-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.sk-product-card{display:flex;flex-direction:column;gap:.75rem}.sk-product-card__img{width:100%;aspect-ratio:1;border-radius:12px}.sk-product-card__title{width:70%;height:18px;border-radius:4px}.sk-product-card__desc{width:90%;height:14px;border-radius:3px}.sk-section-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.sk-section-header__label{width:120px;height:14px;border-radius:3px}.sk-section-header__title{width:280px;height:32px;border-radius:6px}.sk-section-header__desc{width:400px;max-width:90%;height:14px;border-radius:3px}.sk-page{min-height:60vh;display:flex;flex-direction:column;gap:2rem;padding:3rem 5%}