.home-header{margin-bottom:3rem;text-align:center;color:#2c3e50}.home-logo{max-height:100px;margin-bottom:1rem}.home-intro{max-width:800px;margin:2rem auto 0;text-align:left}.home-intro p{font-size:1.05rem;line-height:1.7;color:#495057;margin-bottom:1rem}.home-intro p:last-child{margin-bottom:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.feature-card{background:#ffffff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:1rem;color:#6c757d;line-height:1.6}.home-why-section{padding:2rem;border-radius:12px;background:#ffffff;border:1px solid #e9ecef;box-shadow:0 4px 20px rgba(0,0,0,.08);margin:2rem auto;text-align:center}.home-why-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;margin-top:0;text-align:center}.home-why-copy{font-size:.98rem;line-height:1.7;color:#6c757d;text-align:left;max-width:900px;margin:0 auto 1rem}.home-why-copy:last-of-type{margin-bottom:0}.home-why-copy a{color:#0066cc;text-decoration:underline;transition:color .2s ease}.home-why-copy a:hover{color:#0052a3}@media (max-width:768px){.home-container{padding:10px}.home-intro{padding:0 .5rem}.home-intro p{font-size:1rem}.home-why-section{padding:1.75rem 1.25rem;border-radius:10px}.home-why-copy{text-align:left;font-size:.95rem}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;min-height:200px;flex-direction:column;padding:2rem;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 20px rgba(0,0,0,.08);text-decoration:none;color:inherit}.skeleton,.skeleton-icon{display:flex;justify-content:center;align-items:center}.skeleton-icon{width:3rem;height:3rem;border-radius:50%;background:#e0e0e0;margin-bottom:1rem}.skeleton-title{width:80%;height:1.5em;background:#e0e0e0;border-radius:4px;margin:0 auto .5rem}.skeleton-description{width:90%;height:3.2em;background:#e0e0e0;border-radius:4px;margin:0 auto}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}