.section-loader{width:100%;padding:4rem 2rem;background:#fff}.section-loader__shimmer{max-width:1140px;margin:0 auto}.section-loader__line{background:linear-gradient(90deg,#f0ebf5 25%,#e8e0f0,#f0ebf5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.section-loader__line--title{width:40%;height:32px;margin-bottom:1rem}.section-loader__line--subtitle{width:60%;height:18px;margin-bottom:2.5rem}.section-loader__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.section-loader__card{height:200px;background:linear-gradient(90deg,#f0ebf5 25%,#e8e0f0,#f0ebf5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:16px}.section-loader__card:nth-child(2){animation-delay:.2s}.section-loader__card:nth-child(3){animation-delay:.4s}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.section-loader{padding:2.5rem 1.5rem}.section-loader__line--title{width:70%;height:24px}.section-loader__line--subtitle{width:90%;height:14px}.section-loader__cards{grid-template-columns:1fr;gap:1rem}.section-loader__card{height:150px}}
