#skeleton-screen{position:fixed;inset:0;z-index:9999;background:#fff;transition:opacity .4s ease}#skeleton-screen.hide{opacity:0;pointer-events:none}.sk{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:sk-shimmer 1.4s infinite;border-radius:6px}@keyframes sk-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.sk-navbar{height:68px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;background:#fff}.sk-navbar__logo{width:130px;height:32px}.sk-navbar__links{display:flex;gap:24px}.sk-navbar__link{width:70px;height:16px}.sk-navbar__btn{width:110px;height:36px;border-radius:20px}.sk-hero{display:flex;align-items:center;justify-content:space-between;padding:5rem 2rem;max-width:1200px;margin:0 auto;gap:2rem}.sk-hero__content{flex:1;display:flex;flex-direction:column;gap:16px}.sk-hero__title-1{height:48px;width:80%}.sk-hero__title-2{height:48px;width:60%}.sk-hero__desc-1{height:16px;width:100%;margin-top:8px}.sk-hero__desc-2{height:16px;width:90%}.sk-hero__desc-3{height:16px;width:75%}.sk-hero__btn{height:48px;width:160px;border-radius:24px;margin-top:16px}.sk-hero__image{flex:1;height:380px;border-radius:12px;max-width:500px}.sk-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;padding:3rem 2rem;max-width:1200px;margin:0 auto}.sk-card{height:280px;border-radius:12px}.sk-section{padding:3rem 2rem 1rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.sk-section__title{height:36px;width:320px}.sk-section__sub{height:18px;width:200px}@media (max-width:768px){.sk-hero{flex-direction:column;padding:3rem 1rem}.sk-hero__image{width:100%;max-width:100%;height:220px}.sk-navbar__links{display:none}.sk-cards{grid-template-columns:1fr;padding:2rem 1rem}}