*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f5f7fa;color:#1f2937;line-height:1.6}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff;box-shadow:0 2px 6px #0000001a;position:sticky;top:0;z-index:1000}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:.5rem}.logo img{width:32px;height:32px}.nav-links{display:flex;gap:1.25rem}.nav-links a,.nav-links .active{text-decoration:none;color:#4b5563;font-weight:500;transition:color .2s}.nav-links a:hover{color:#2563eb}.hamburger{display:none;font-size:28px;background:none;border:none;cursor:pointer;color:#333}@media (max-width: 768px){.hamburger{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:60px;right:20px;background:white;border:1px solid #ddd;padding:10px;gap:10px;box-shadow:0 2px 10px #0000001a}.nav-links.open{display:flex}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.1rem;max-width:600px;margin-bottom:2rem;color:#e0f2fe}.btn-primary{background:#2563eb;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:9999px;cursor:pointer;font-size:1rem;transition:background .3s;text-decoration:none}.btn-primary:hover{background:#1e40af}.features,.how-it-works,.why-choose-us,.pricing,.templates,.faq{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:4rem 2rem;background:#ffffff;border-radius:16px;margin:2rem;box-shadow:0 4px 12px #0000000d}.section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:#111827;grid-column:1 / -1}.feature,.step,.reason,.plan,.template,.faq-item{border-radius:12px;padding:2rem;text-align:center;transition:transform .3s;color:#1f2937;background:#f9fafb;box-shadow:0 2px 6px #0000000d;position:relative}.feature:hover,.step:hover,.reason:hover,.plan:hover,.template:hover,.faq-item:hover{transform:translateY(-5px)}.feature img,.step img,.reason img,.template img{width:60px;margin-bottom:1rem}.feature h3,.step h3,.reason h3,.plan h3,.template h3,.faq-item h3{font-size:1.25rem;margin-bottom:.5rem;color:#111827}.feature p,.step p,.reason p,.plan p,.template p,.faq-item p{color:#4b5563}.pricing{grid-template-columns:1fr}.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.plan strong{color:#2563eb}.plan .btn-primary{margin-top:1rem;display:inline-block}.support-email{color:#2563eb;font-weight:700;text-decoration:underline}.faq-item{cursor:pointer;margin-bottom:1rem;text-align:left}.faq-question{font-size:1.2rem;font-weight:700;color:#2563eb;transition:color .3s;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:#1e40af}.faq-toggle{font-size:1.3rem;transition:transform .3s}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 .5rem;color:#4b5563}.faq-item.active .faq-answer{max-height:200px;padding-top:.5rem}.faq-item.active .faq-toggle{transform:rotate(180deg)}footer{background:#1f2937;color:#9ca3af;padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}footer a{color:#d1d5db;margin:0 .75rem;text-decoration:none;font-size:.95rem}footer a:hover{color:#fff}footer p{margin-top:1rem;font-size:.9rem}.auth-container{max-width:420px;margin:5rem auto;padding:2rem;background:#ffffff;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center}.auth-container h2{margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;color:#111827}.auth-container form{display:flex;flex-direction:column;gap:1rem}.auth-container input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;outline:none}.auth-container input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.auth-container button{padding:.75rem;background:#2563eb;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.auth-container button:hover{background:#1e40af}.dashboard{display:flex;min-height:100vh;font-family:Segoe UI,Tahoma,sans-serif;background:#f5f7fa;color:#1f2937}.dashboard .sidebar{width:250px;background:#1f2937;color:#fff;min-height:100vh;padding:1.5rem 1rem;display:flex;flex-direction:column;box-shadow:2px 0 6px #0000001a}.dashboard .logo{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:2rem;display:flex;align-items:center;gap:.6rem}.dashboard .logo img{width:30px;height:30px}.dashboard .menu{display:flex;flex-direction:column;gap:.4rem}.dashboard .menu button{display:flex;align-items:center;gap:.8rem;background:none;border:none;color:#e5e7eb;padding:.8rem 1rem;font-size:1rem;cursor:pointer;width:100%;text-align:left;border-radius:10px;transition:all .3s ease}.dashboard .menu button:hover{background:#374151}.dashboard .menu button.active{background:#2563eb;color:#fff;font-weight:500}.dashboard .menu img{width:22px;height:22px}.dashboard .main{flex:1;padding:2rem;overflow-y:auto}.dashboard .tabs{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.dashboard .tabs button{padding:.6rem 1.4rem;border:none;background:#e5e7eb;cursor:pointer;border-radius:9999px;transition:all .3s ease}.dashboard .tabs button.active,.dashboard .tabs button:hover{background:#3b82f6;color:#fff}.dashboard .form-section{display:none;background:white;padding:1.5rem;border-radius:14px;box-shadow:0 3px 12px #00000012;animation:fadeIn .3s ease}.dashboard .form-section.active{display:block}.dashboard .form-group{margin-bottom:1rem}.dashboard label{display:block;font-weight:500;margin-bottom:.3rem}.dashboard input,.dashboard textarea,.dashboard select{width:100%;padding:.7rem;border:1px solid #d1d5db;border-radius:10px;transition:border .2s}.dashboard input:focus,.dashboard textarea:focus,.dashboard select:focus{outline:none;border:1px solid #2563eb}.dashboard button.generate{background:#2563eb;color:#fff;border:none;padding:.8rem 1.4rem;border-radius:10px;cursor:pointer;margin-top:.8rem;transition:background .3s ease}.dashboard button.generate:hover{background:#1e40af}.dashboard .output-box{margin-top:1.5rem;padding:1rem;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;transition:all .3s ease}.dashboard .output-actions{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.6rem}.dashboard .output-actions button{padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;transition:transform .2s ease}.dashboard .output-actions button:hover{transform:scale(1.05)}.dashboard .copy{background:#10b981;color:#fff}.dashboard .download{background:#f59e0b;color:#fff}.dashboard .customize{background:#3b82f6;color:#fff}.dashboard .use-template{background:#2563eb;color:#fff;margin-top:.5rem;padding:.5rem 1rem;border-radius:8px}.dashboard .template-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:1.2rem}.dashboard .template-card{background:white;border:1px solid #e5e7eb;border-radius:14px;padding:1.2rem;box-shadow:0 3px 8px #0000000f;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;transition:transform .2s ease}.dashboard .template-card:hover{transform:translateY(-3px)}.dashboard .template-card h4{margin-bottom:.4rem}.dashboard .template-card p{font-size:.9rem;color:#4b5563;margin-bottom:1rem;flex-grow:1}.dashboard .modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55);justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.dashboard .modal-content{background:white;padding:1.5rem;border-radius:14px;width:450px;max-width:90%;box-shadow:0 4px 15px #00000026;animation:slideUp .3s ease}.dashboard .modal-content textarea{width:100%;height:200px;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:8px;padding:.6rem;resize:vertical}.dashboard .modal-content button{margin-right:.6rem;padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;transition:transform .2s ease}.dashboard .modal-content button:hover{transform:scale(1.05)}.dashboard .save{background:#10b981;color:#fff}.dashboard .close{background:#ef4444;color:#fff}.dashboard .send{background:#2563eb;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}
