*{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;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeInUp .8s ease-out forwards}.fade{animation:fadeIn 1s ease-out forwards}header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 3rem;background:#ffffff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;animation:fadeIn .8s ease-out}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:.6rem}.logo img{width:48px;height:48px}.nav-links{display:flex;gap:1.5rem}.nav-links a,.nav-links .active{text-decoration:none;color:#4b5563;font-weight:500;transition:color .2s,transform .2s}.nav-links a:hover{color:#2563eb;transform:translateY(-1px)}.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:65px;right:20px;background:white;border:1px solid #e5e7eb;padding:12px;gap:12px;border-radius:10px;box-shadow:0 2px 12px #0000001a}.nav-links.open{display:flex}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;animation:fadeIn 1s ease-out}.hero h1{font-size:2.75rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px;opacity:0;animation:fadeInUp 1s ease-out .2s forwards}.hero p{font-size:1.15rem;max-width:650px;margin-bottom:2.2rem;color:#e0f2fe;opacity:0;animation:fadeInUp 1s ease-out .4s forwards}.btn-primary{background:#ffffff;color:#2563eb;padding:.85rem 1.8rem;border:none;border-radius:9999px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s;text-decoration:none;opacity:0;animation:fadeInUp 1s ease-out .6s forwards}.btn-primary:hover{background:#1e40af;color:#fff;transform:translateY(-2px)}.features,.how-it-works,.why-choose-us,.pricing,.templates,.faq{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:5rem 2rem;background:#ffffff;border-radius:16px;margin:3rem auto;max-width:1200px;box-shadow:0 4px 20px #0000000d;opacity:0;animation:fadeInUp 1s ease-out forwards}.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:14px;padding:2.5rem 2rem;text-align:center;transition:transform .3s,box-shadow .3s;color:#1f2937;background:#f9fafb;box-shadow:0 2px 8px #0000000d;animation:fadeInUp 1s ease-out}.feature:hover,.step:hover,.reason:hover,.plan:hover,.template:hover,.faq-item:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000014}.feature img,.step img,.reason img,.template img{width:64px;margin-bottom:1rem}.feature h3,.step h3,.reason h3,.plan h3,.template h3,.faq-item h3{font-size:1.3rem;margin-bottom:.6rem;color:#111827}.feature p,.step p,.reason p,.plan p,.template p,.faq-item p{color:#4b5563;font-size:.98rem}.pricing{grid-template-columns:1fr}.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.plan strong{color:#2563eb}.plan .btn-primary{margin-top:1.25rem;display:inline-block}.faq-item{cursor:pointer;margin-bottom:1rem;text-align:left;background:#f9fafb}.faq-question{font-size:1.2rem;font-weight:700;color:#2563eb;display:flex;justify-content:space-between;align-items:center;transition:color .3s}.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:2.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);animation:fadeIn 1s ease-out}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;animation:fadeInUp 1s ease-out}.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{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:700;color:#3b82f6;margin-bottom:2rem}.dashboard .logo img{width:36px;height:36px;border-radius:10px;object-fit:contain;background:white;padding:2px}.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}}.templates{padding:3rem 2rem;color:#1e293b;font-family:Inter,Poppins,sans-serif;background:#f8fafc;min-height:100vh}.templates h2{font-size:2.2rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#0f172a;letter-spacing:-.5px;position:relative}.templates h2:after{content:"";display:block;width:80px;height:4px;background:#2563eb;margin:.8rem auto 0;border-radius:2px}.templates section{margin-bottom:4rem}.templates h3{font-size:1.5rem;font-weight:600;margin-bottom:1.8rem;color:#1e293b;border-left:5px solid #2563eb;padding-left:.8rem;background:linear-gradient(90deg,#eff6ff,#ffffff);display:inline-block;border-radius:4px}.template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.template-card{background:linear-gradient(145deg,#ffffff,#f9fafb);border:1px solid #e2e8f0;border-radius:16px;padding:1.8rem;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;justify-content:space-between;position:relative}.template-card:hover{transform:translateY(-5px);box-shadow:0 10px 22px #2563eb1f;border-color:#bfdbfe}.template-card h4{font-size:1.15rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.template-card p{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.template-card button{background:linear-gradient(90deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:12px;padding:.7rem 1.1rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .25s ease;width:100%;box-shadow:0 3px 10px #2563eb33}.template-card button:hover{background:linear-gradient(90deg,#1d4ed8,#2563eb);transform:translateY(-2px) scale(1.03);box-shadow:0 5px 16px #2563eb4d}.template-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;border-top-left-radius:16px;border-top-right-radius:16px;background:linear-gradient(90deg,#2563eb,#60a5fa);opacity:0;transition:opacity .3s ease}.template-card:hover:before{opacity:1}@media (max-width: 768px){.templates{padding:1.5rem}.templates h2{font-size:1.8rem}.template-card{padding:1.4rem}.template-card h4{font-size:1rem}.template-card button{font-size:.85rem}}.legal-page-container{max-width:900px;margin:0 auto;padding:3.5rem 1.75rem;color:#1e293b;font-family:Inter,system-ui,sans-serif;line-height:1.85;background:#ffffff;animation:fadeIn .8s ease-in-out}.legal-hero{background:linear-gradient(115deg,#2563eb 0%,#1e3a8a 100%);text-align:center;padding:3.5rem 2rem;border-radius:14px;color:#fff;margin-bottom:3.5rem;box-shadow:0 10px 30px #2563eb40;animation:fadeIn .8s ease-in-out}.legal-hero h1{font-size:2.75rem;margin-bottom:.75rem;letter-spacing:-.5px;font-weight:700}.legal-hero p{font-size:1.05rem;opacity:.95}.legal-content{text-align:center}.legal-content h2{font-size:1.55rem;margin-top:2.25rem;color:#1e3a8a;border-left:4px solid #2563eb;padding-left:.6rem;font-weight:600;text-align:left;display:block;margin-bottom:1rem}.legal-content p{margin:.85rem 0;color:#374151;font-size:1.02rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:left}.legal-content ul{list-style:disc;text-align:left;display:block;margin:1rem auto 2rem;padding-left:1.75rem;color:#374151}.legal-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .25s ease;font-weight:500}.legal-content a:hover{color:#1d4ed8;border-bottom:1px solid #1d4ed8}.legal-footer{text-align:center;font-size:.95rem;color:#6b7280;margin-top:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.legal-hero h1{font-size:2rem}.legal-content h2{font-size:1.35rem}.legal-page-container{padding:2rem 1.25rem}}.about-container{max-width:900px;margin:0 auto;padding:3.5rem 1.75rem;color:#1e293b;font-family:Inter,system-ui,sans-serif;line-height:1.85;background:#ffffff;animation:fadeIn .8s ease-in-out}.about-hero{background:linear-gradient(115deg,#2563eb 0%,#1e3a8a 100%);text-align:center;padding:3.5rem 2rem;border-radius:14px;color:#fff;margin-bottom:3.5rem;box-shadow:0 10px 30px #2563eb40;animation:fadeIn .8s ease-in-out}.about-hero h1{font-size:2.75rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.5px}.about-hero p{font-size:1.05rem;opacity:.95;max-width:600px;margin:0 auto}.about-content{text-align:center}.about-content h2{font-size:1.55rem;margin-top:2.25rem;color:#1e3a8a;border-left:4px solid #2563eb;padding-left:.6rem;font-weight:600;text-align:left;display:block;margin-bottom:1rem}.about-content p{margin:.85rem 0;color:#374151;font-size:1.02rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:left}.about-content ul{list-style:disc;text-align:left;display:block;margin:1rem auto 2rem;padding-left:1.75rem;color:#374151}.about-content ul li{background:#f3f4f6;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px}.about-footer{text-align:center;margin-top:3rem;font}
