*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;width:100%}.hero{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease}.title{font-size:clamp(3rem,8vw,6rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.2)}.subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:hsla(0,0%,100%,.9);font-weight:300;max-width:600px;margin:0 auto;line-height:1.6}.content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;width:100%;animation:fadeInUp .8s ease .2s both}.card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.1)}.card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.card-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:#667eea}.card-icon svg{width:100%;height:100%}.card h2{font-size:1.5rem;color:#2d3748;margin-bottom:.75rem;font-weight:600}.card p{font-size:1rem;color:#4a5568;line-height:1.6}.footer{margin-top:4rem;animation:fadeIn .8s ease .4s both}.footer-content{text-align:center;padding:2rem 0;border-top:1px solid hsla(0,0%,100%,.2);color:#fff}.footer-content p{margin-bottom:.5rem;font-size:.95rem;opacity:.9}.footer-content a{font-weight:500;font-size:1rem;text-decoration:underline;text-underline-offset:4px}.footer-links{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.separator{color:hsla(0,0%,100%,.5);margin:0 .25rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.container{padding:1rem}.hero{margin-bottom:3rem}.content{gap:1.5rem}.card{padding:1.5rem}.footer-links{flex-direction:column;gap:.75rem}.separator{display:none}}