*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem;font-weight:700;color:#3b82f6;margin:0}.auth-buttons{display:flex;gap:.75rem}.btn{padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}.btn-large{padding:.75rem 2rem;font-size:1rem}main{margin-top:80px}.hero{background:linear-gradient(135deg,#f8fafc,#e0e7ff);padding:4rem 0;min-height:600px;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#1f2937,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.2rem;color:#6b7280;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px #0000001a}.features{padding:5rem 0;background:#fff}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-subtitle{text-align:center;font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}.feature-icon img{width:100%;height:100%;object-fit:cover}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.testimonials{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e0e7ff)}.testimonials h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.testimonial-image{margin-top:3rem;text-align:center}.testimonial-image img{max-width:800px;width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px #0000001a}footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#3b82f6}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#fff}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:#fff;margin:10% auto;padding:2rem;border-radius:1rem;width:90%;max-width:400px;position:relative;box-shadow:0 20px 40px #0003}.close{color:#9ca3af;float:right;font-size:1.5rem;font-weight:700;cursor:pointer;transition:color .2s ease}.close:hover{color:#1f2937}.modal-content h2{margin-bottom:1.5rem;color:#1f2937;text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.error-message{color:#ef4444;font-size:.875rem;margin-top:1rem;text-align:center}.success-message{color:#10b981;font-size:.875rem;margin-top:1rem;text-align:center}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.25rem}.auth-buttons{flex-direction:column;gap:.5rem}.hero-actions{justify-content:center}.btn{width:100%}.features-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero-content h1{font-size:1.875rem}.modal-content{margin:20% auto;width:95%}}
