*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#fff;background:linear-gradient(135deg,#0a0a2e 0%,#16213e 100%)}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3{font-weight:700}h1{font-size:2rem;color:#00d4ff}h2{font-size:2.2rem;margin-bottom:1.5rem;color:#00d4ff;text-align:center}h3{font-size:1.3rem;margin-bottom:0.5rem;color:#ffd700}header{background:#000;padding:1rem 0;position:sticky;top:0;z-index:1000;border-bottom:2px solid #00d4ff}nav{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem}.cta{background:linear-gradient(135deg,#00d4ff 0%,#0080ff 100%);color:#fff;padding:0.7rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:transform 0.3s}.cta:hover{transform:scale(1.05)}.hero{background:linear-gradient(135deg,rgba(0,212,255,0.1),rgba(0,128,255,0.1));padding:5rem 0;text-align:center}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.btn{background:linear-gradient(135deg,#00d4ff 0%,#0080ff 100%);color:#fff;padding:1rem 3rem;border-radius:50px;text-decoration:none;font-weight:700;display:inline-block;transition:all 0.3s}.btn:hover{transform:scale(1.05);box-shadow:0 10px 30px rgba(0,212,255,0.5)}section{padding:4rem 0}.about p{font-size:1.05rem;margin-bottom:1.2rem;text-align:justify}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.f{background:rgba(255,255,255,0.05);padding:1.5rem;border-radius:10px;text-align:center;border:1px solid rgba(0,212,255,0.3);transition:transform 0.3s}.f:hover{transform:translateY(-5px)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.card{background:rgba(255,255,255,0.05);border-radius:10px;padding:1.5rem;border:1px solid rgba(0,212,255,0.2);transition:transform 0.3s,box-shadow 0.3s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,212,255,0.3)}.card h3{color:#ffd700;margin-bottom:0.8rem}.card p{font-size:0.95rem;margin-bottom:1rem;color:#ddd}.card a{color:#00d4ff;text-decoration:none;font-weight:600;transition:color 0.3s}.card a:hover{color:#ffd700}.bonus,.responsible{background:rgba(255,255,255,0.03);text-align:center}.bonus p,.responsible p{font-size:1.05rem;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.responsible a{color:#00d4ff;text-decoration:underline}.faq{background:rgba(0,0,0,0.3)}.faq-item{background:rgba(255,255,255,0.05);padding:1.2rem;margin-bottom:1rem;border-radius:8px;border-left:3px solid #00d4ff}.faq-item h3{color:#ffd700;margin-bottom:0.5rem;font-size:1.1rem}footer{background:#000;padding:2rem 0;text-align:center;border-top:2px solid #00d4ff;color:#999}@media (max-width:768px){h1{font-size:1.5rem}h2{font-size:1.8rem}.hero{padding:3rem 0}}