@keyframes skeleton-shimmer{0%{background-position:-600px 0}100%{background-position:600px 0}}.skeleton{background:linear-gradient(90deg,#e8edf2 25%,#f5f7fa 50%,#e8edf2 75%);background-size:600px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:8px;display:block}.skeleton-round{border-radius:50%}img.img-lazy{opacity:0;transition:opacity 0.4s ease}img.img-lazy.img-loaded{opacity:1}.skeleton-hero{min-height:560px;display:flex;align-items:center;padding:80px 0;background:#f0f5f5}.skeleton-hero-inner{display:flex;gap:40px;width:100%;max-width:1380px;margin:0 auto;padding:0 16px;align-items:center}.skeleton-hero-text{flex:1;display:flex;flex-direction:column;gap:16px}.skeleton-hero-tag{height:20px;width:140px}.skeleton-hero-h1{height:56px;width:75%}.skeleton-hero-h1-2{height:56px;width:55%}.skeleton-hero-desc{height:18px;width:90%}.skeleton-hero-desc2{height:18px;width:70%}.skeleton-hero-btns{display:flex;gap:16px;margin-top:8px}.skeleton-hero-btn{height:48px;width:160px;border-radius:50px}.skeleton-hero-img{width:480px;height:380px;flex-shrink:0;border-radius:24px}.skeleton-card-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:0 0 40px}.skeleton-card{border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.04)}.skeleton-card-img{height:200px;border-radius:0}.skeleton-card-body{padding:20px;display:flex;flex-direction:column;gap:12px}.skeleton-card-tag{height:16px;width:80px;border-radius:4px}.skeleton-card-title{height:22px;width:90%}.skeleton-card-line{height:14px;width:100%}.skeleton-card-line2{height:14px;width:70%}.skeleton-card-btn{height:38px;width:120px;border-radius:50px;margin-top:8px}.skeleton-stats-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.skeleton-stat{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.04)}.skeleton-stat-num{height:48px;width:100px;border-radius:8px}.skeleton-stat-lbl{height:16px;width:80px}.skeleton-partners-row{display:flex;align-items:center;gap:32px;overflow:hidden;padding:20px 0}.skeleton-partner-logo{height:70px;width:140px;border-radius:12px;flex-shrink:0}.skeleton-news-row{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.skeleton-news-card{border-radius:16px;overflow:hidden;background:#fff}.skeleton-news-img{height:160px;border-radius:0}.skeleton-news-body{padding:16px;display:flex;flex-direction:column;gap:8px}.skeleton-news-date{height:12px;width:80px}.skeleton-news-title{height:18px;width:95%}.skeleton-news-line{height:13px;width:75%}.skeleton-donation-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.skeleton-donation-card{padding:24px;background:#fff;border-radius:16px;display:flex;flex-direction:column;gap:12px}.skeleton-donation-bank{height:20px;width:60%}.skeleton-donation-num{height:16px;width:80%}.skeleton-donation-sub{height:14px;width:50%}.skeleton-gallery-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.skeleton-gallery-img{height:180px;border-radius:12px}.skeleton-builder-block{padding:32px;background:#fff;border-radius:20px;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.skeleton-block-title{height:28px;width:40%}.skeleton-block-line{height:15px;width:100%}.skeleton-block-line2{height:15px;width:85%}.skeleton-block-line3{height:15px;width:60%}.skeleton-block-img{height:260px;border-radius:12px;margin-top:8px}.skeleton-widget{padding:24px;background:#fff;border-radius:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 16px rgba(0,0,0,0.04)}.skeleton-widget-icon{height:48px;width:48px;border-radius:12px}.skeleton-widget-val{height:36px;width:80px}.skeleton-widget-lbl{height:14px;width:120px}.skeleton-table-row{display:flex;gap:16px;padding:14px 0;border-bottom:1px solid #f1f5f9}.skeleton-table-cell{height:18px;flex:1}.skeleton-table-cell-sm{height:18px;width:80px;flex:0 0 80px}.section-reveal{opacity:0;transform:translateY(24px);transition:opacity 0.5s ease,transform 0.5s ease}.section-reveal.revealed{opacity:1;transform:translateY(0)}@media (max-width:768px){.skeleton-hero-inner{flex-direction:column}.skeleton-hero-img{width:100%;height:220px}.skeleton-hero-h1,.skeleton-hero-h1-2{width:100%}.skeleton-card-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.skeleton-card-grid{grid-template-columns:1fr}}