*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0}nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff}nav ul{list-style:none;display:flex;gap:2rem}nav a{color:#fff;text-decoration:none;transition:opacity .3s}nav a:hover{opacity:.8}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background:#fff;color:#667eea;padding:1rem 2rem;border-radius:5px;text-decoration:none;display:inline-block;font-weight:700;transition:transform .3s}.cta-button:hover{transform:translateY(-2px)}.features{padding:4rem 2rem;max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#667eea;margin-bottom:1rem}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.container{max-width:900px;padding:3rem 2rem;background:#fff;margin:2rem auto 0;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.section{margin-bottom:3rem}.section h2{color:#667eea;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.section p{margin-bottom:1rem;color:#555}footer{background:#f8f9fa;padding:2rem;text-align:center;margin-top:4rem}footer a{color:#667eea;text-decoration:none;margin:0 .5rem}footer a:hover{text-decoration:underline}.mobile-menu-button{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media (max-width:768px){.mobile-menu-button{display:block}nav ul{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}nav ul.mobile-menu-open{display:flex}nav{position:relative;flex-wrap:wrap}.hero h1{font-size:2rem}.hero p{font-size:1.1rem;padding:0 1rem}.cta-button{padding:.875rem 1.5rem;font-size:.95rem}.features{padding:2rem 1rem}.features h2{font-size:1.8rem;margin-bottom:2rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.container{margin:1rem;padding:2rem 1.5rem;border-radius:8px}.page-header{padding:2rem 1rem}.page-header h1{font-size:1.8rem}.section h2{font-size:1.4rem}footer{padding:1.5rem 1rem}footer p{font-size:.9rem}}@media (max-width:480px){.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.features h2{font-size:1.5rem}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.95rem}.container{margin:.5rem;padding:1.5rem 1rem}}img{max-width:100%;height:auto}@media (max-width:768px){a,button{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}nav a{padding:.75rem 1rem;display:block;min-height:auto}}