*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#0f172a;color:#ffffff;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;z-index:1000;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);transition:all .3s ease}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#10b981}.mobile-menu-toggle{display:none;background:none;border:none;color:#d1d5db;font-size:1.5rem;cursor:pointer}.mobile-menu{display:none;padding:1rem 0}.mobile-menu a{display:block;color:#d1d5db;text-decoration:none;padding:.5rem 0;transition:color .3s ease}.mobile-menu a:hover{color:#10b981}.hero{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);padding:8rem 0 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{top:25%;left:25%;background:#10b981;animation:pulse 3s ease-in-out infinite}.hero:after,.hero:before{content:"";position:absolute;width:256px;height:256px;border-radius:50%;filter:blur(80px);opacity:.2}.hero:after{bottom:25%;right:25%;background:#3b82f6;animation:pulse 3s ease-in-out infinite reverse}.hero-content{position:relative;z-index:2}.hero h1{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero h1,.hero h2{margin-bottom:1rem}.hero h2{font-size:2rem;font-weight:700;color:#e5e7eb}.hero p{font-size:1.25rem;color:#d1d5db;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-button{display:inline-flex;align-items:center;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:white;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 10px 25px rgba(16,185,129,.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(16,185,129,.4)}.cta-button i{margin-right:.5rem}.section{padding:5rem 0}.section-dark{background-color:#1e293b}.section-darker{background-color:#0f172a}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.section-title .gradient-text{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title p{font-size:1.25rem;color:#d1d5db;max-width:800px;margin:0 auto}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.25)}.card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#10b981}.card p{color:#d1d5db}.emoji{font-size:4rem;margin-bottom:1.5rem}.problem-card{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.1));border:1px solid rgba(239,68,68,.2)}.problem-card h3{color:#f87171}.solution-card{background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(5,150,105,.1));border:1px solid rgba(16,185,129,.2)}.solution-card h3{color:#10b981}.benefits-card{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(29,78,216,.1));border:1px solid rgba(59,130,246,.2)}.benefits-card h3{color:#60a5fa}.form-container{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;padding:3rem;max-width:800px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-grid,.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#d1d5db;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;background-color:#334155;border:1px solid #475569;border-radius:.75rem;color:white;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.2)}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:white;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(16,185,129,.3)}.progress-container{text-align:center;margin-top:2rem}.progress-text{font-size:1.25rem;font-weight:600;color:#e5e7eb;margin-bottom:1rem}.progress-bar{width:100%;height:1rem;background-color:#334155;border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);width:0;border-radius:.5rem;transition:width 1s ease}.progress-percentage{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-message{text-align:center;margin-top:2rem}.success-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem}.success-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-card p{color:#d1d5db;margin-bottom:2rem}.download-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:white;text-decoration:none;border-radius:.75rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.download-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(16,185,129,.3)}.footer{background-color:#1e293b;padding:3rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#10b981;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h5{color:white;font-weight:600;margin-bottom:1rem}.footer-section p,.footer-section ul li{color:#9ca3af;margin-bottom:.5rem}.footer-section ul{list-style:none}.social-links{display:flex;gap:1rem}.social-links a{color:#9ca3af;font-size:1.25rem;transition:color .3s ease}.social-links a:hover{color:#10b981}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@keyframes pulse{0%,to{opacity:.2}50%{opacity:.4}}@media (max-width:768px){.nav-links{display:none}.mobile-menu-toggle{display:block}.hero h1{font-size:2.5rem}.hero h2{font-size:1.5rem}.hero p{font-size:1rem}.section-title h2{font-size:2rem}.form-grid{grid-template-columns:1fr}.form-container{padding:2rem}}@media (max-width:480px){.hero{padding:6rem 0 3rem}.hero h1{font-size:2rem}.section{padding:3rem 0}.card{padding:1.5rem}}.hidden{display:none!important}.text-center{text-align:center}