@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0 100%);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-loading;border-radius:8px;position:relative;overflow:hidden}.skeleton::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:2s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.skeleton-loader{padding:80px 24px;max-width:1280px;margin:0 auto}.skeleton-how-it-works{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.skeleton-step-card{height:280px;background:#fff;border-radius:16px;padding:32px}.skeleton-step-icon{width:80px;height:80px;border-radius:50%;margin:0 auto 24px}.skeleton-step-title{height:24px;margin-bottom:12px}.skeleton-step-text{height:60px}.skeleton-why-choose{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.skeleton-feature-card{height:250px;background:#fff;border-radius:16px;padding:32px}.skeleton-feature-icon{width:64px;height:64px;border-radius:16px;margin:0 auto 24px}.skeleton-feature-title{height:24px;margin-bottom:12px}.skeleton-feature-text{height:80px}.skeleton-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.skeleton-testimonial-card{height:300px;background:#fff;border-radius:16px;padding:32px}.skeleton-rating{height:20px;width:120px;margin-bottom:20px}.skeleton-testimonial-text{height:100px;margin-bottom:20px}.skeleton-author{height:48px}.skeleton-cta{background:linear-gradient(135deg,#1a1a1a 0,#262626 100%);border-radius:24px;padding:80px 60px;text-align:center}.skeleton-cta-badge{height:32px;width:150px;margin:0 auto 24px}.skeleton-cta-title{height:48px;margin-bottom:16px}.skeleton-cta-subtitle{height:24px;max-width:600px;margin:0 auto 40px}.skeleton-cta-buttons{display:flex;gap:16px;justify-content:center}.skeleton-cta-button{height:56px;width:200px;border-radius:12px}.skeleton-footer{background:#1a1a1a;padding:80px 24px 40px}.skeleton-footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1280px;margin:0 auto}.skeleton-footer-column{height:250px}.skeleton-footer-logo{height:48px;width:150px;margin-bottom:20px}.skeleton-footer-text{height:80px;margin-bottom:24px}.skeleton-footer-social{display:flex;gap:12px}.skeleton-social-icon{width:44px;height:44px;border-radius:12px}.component-container{position:relative;min-height:200px}.component-container.loading{pointer-events:none}.component-container.loaded .skeleton-loader{display:none}.component-container.loaded [data-component-fallback]{display:none!important}.component-error{padding:60px 24px;text-align:center;background:#fff3cd;border:2px solid #ffc107;border-radius:12px;margin:40px auto;max-width:600px}.component-error p{color:#856404;font-size:18px;font-weight:600;margin:0 0 8px}.component-error small{color:#856404;font-size:14px;opacity:.8}.loading-text{padding:60px 24px;text-align:center;color:#999;font-size:16px}.loading-text::after{content:'...';animation:1.5s infinite loading-dots}@keyframes loading-dots{0%,20%{content:'.'}40%{content:'..'}100%,60%{content:'...'}}@media (max-width:1024px){.skeleton-how-it-works,.skeleton-testimonials,.skeleton-why-choose{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.skeleton-footer-content,.skeleton-how-it-works,.skeleton-testimonials,.skeleton-why-choose{grid-template-columns:1fr}.skeleton-cta{padding:60px 24px}}@media (prefers-reduced-motion:reduce){.skeleton,.skeleton::after{animation:none}}