*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700}.nav-logo a{color:#2563eb;text-decoration:none;display:flex;align-items:center}.nav-logo i{margin-right:.5rem;font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a,.nav-menu button{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.nav-menu a:hover,.nav-menu button:hover{color:#2563eb}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:140px 0 100px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.coming-soon-badge i{font-size:1rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;min-height:4.2rem;display:flex;align-items:center}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:white;color:#667eea}.btn-small{padding:8px 16px;font-size:.9rem}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.code-preview{background:#1e293b;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.code-header{background:#334155;padding:12px 20px;display:flex;align-items:center;gap:8px}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.filename{color:#cbd5e1;font-size:.9rem;margin-left:8px}.code-preview pre{padding:20px;margin:0;color:#e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5}.code-preview code{color:#e2e8f0}.features{padding:80px 0;background:#f8fafc}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:white;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon i{font-size:1.5rem;color:#fff}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.templates{padding:80px 0}.templates h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.template-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.template-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.template-header h3{font-size:1.2rem;color:#1e293b}.template-tag{background:#2563eb;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.template-card p{color:#64748b;margin-bottom:1rem;line-height:1.5}.template-tech{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tech-tag{background:#f1f5f9;color:#475569;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.template-price{display:flex;justify-content:flex-end;align-items:center}.about{padding:80px 0}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#1e293b}.about-text p{color:#64748b;margin-bottom:1.5rem;line-height:1.7}.our-promise{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:12px;border-left:4px solid #2563eb}.our-promise h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.our-promise p{color:#475569;line-height:1.6;font-size:1.1rem;margin:0}.team-illustration{text-align:center;color:#2563eb}.team-illustration i{font-size:4rem;margin-bottom:1rem}.team-illustration p{color:#64748b;font-weight:500}.contact{padding:80px 0;background:#f8fafc}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.8rem;margin-bottom:1rem;color:#1e293b}.contact-info p{color:#64748b;margin-bottom:2rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:center;gap:1rem}.contact-method i{width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.contact-method h4{color:#1e293b;margin-bottom:.25rem}.contact-method p{color:#64748b;margin:0}.contact-form{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.footer{background:#1e293b;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo a{color:#fff;text-decoration:none;display:flex;align-items:center}.footer-logo i{margin-right:.5rem;font-size:1.8rem}.footer-section p{color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#334155;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.social-links a:hover{background:#2563eb}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a,.footer-section ul li button{color:#cbd5e1;text-decoration:none;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.footer-section ul li a:hover,.footer-section ul li button:hover{color:#fff}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#cbd5e1}.footer-links{display:flex;gap:2rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.privacy-content{padding:120px 0 80px;background:#f8fafc;min-height:100vh}.privacy-header{text-align:center;margin-bottom:3rem}.privacy-header h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem}.last-updated{color:#64748b;font-size:1rem}.privacy-body{max-width:800px;margin:0 auto;background:white;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.intro{font-size:1.1rem;color:#475569;line-height:1.6;margin-bottom:2rem}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:1.5rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.policy-section p{color:#475569;line-height:1.6;margin-bottom:1rem}.policy-section ul{margin:1rem 0;padding-left:1.5rem}.policy-section li{color:#475569;line-height:1.6;margin-bottom:.5rem}.policy-section a{color:#2563eb;text-decoration:none}.policy-section a:hover{text-decoration:underline}.contact-section{background:#f1f5f9;padding:2rem;border-radius:8px;margin-top:3rem}.contact-section h2{color:#1e293b;margin-bottom:1rem}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.about-content{grid-template-columns:1fr;text-align:center}.contact-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.privacy-body{padding:2rem;margin:0 1rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.features-grid,.templates-grid{grid-template-columns:1fr}}
