.landing-page{color:#1a1a1a;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.landing-page .container{padding:0 1rem}}.hero-section{background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.hero-particles{background:radial-gradient(circle at 20% 80%,rgba(0,86,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,194,255,.1) 0%,transparent 50%);animation:6s ease-in-out infinite float;position:absolute;top:0;bottom:0;left:0;right:0}.hero-gradient{background:linear-gradient(135deg,rgba(0,86,255,.05) 0%,rgba(0,194,255,.05) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-content{max-width:600px}.hero-title{background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#64748b;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);box-shadow:0 4px 20px rgba(0,86,255,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,86,255,.4)}.btn-secondary{color:#0056ff;background:0 0;border:2px solid #0056ff}.btn-secondary:hover{color:#fff;background:#0056ff;transform:translateY(-2px)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.floating-document{z-index:2;position:relative}.document-3d{perspective:1000px;width:300px;height:400px;transform-style:preserve-3d}.document-page{background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:12px;width:100%;height:100%;padding:2rem;transition:transform .3s;transform:rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 60px rgba(0,86,255,.2)}.document-content{flex-direction:column;gap:.75rem;display:flex}.text-line{background:#e2e8f0;border-radius:4px;width:100%;height:8px}.text-line:first-child{width:80%}.text-line:nth-child(2){width:95%}.text-line:nth-child(3){width:70%}.text-line:nth-child(4){width:85%}.text-line:nth-child(5){width:60%}.text-line.blurred{filter:blur(2px);background:linear-gradient(90deg,#cbd5e1 0%,#94a3b8 50%,#cbd5e1 100%)}.floating-icons{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.floating-icon{color:#0056ff;background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:12px;padding:1rem;position:absolute;box-shadow:0 8px 30px rgba(0,86,255,.15)}.floating-icon:first-child{top:10%;right:-10%}.floating-icon:nth-child(2){bottom:20%;left:-15%}.floating-icon:nth-child(3){top:60%;right:-5%}.how-it-works-section{background:#fff;padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#1a1a1a;margin-bottom:1rem;font-size:3rem;font-weight:700}.section-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.25rem}.steps-container{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.step-item{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid rgba(0,86,255,.1);border-radius:20px;padding:2rem;transition:all .3s}.step-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.1)}.step-icon{color:#fff;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 30px rgba(0,86,255,.3)}.step-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.step-description{color:#64748b;line-height:1.6}.features-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:6rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{text-align:center;background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.15)}.feature-icon{color:#0056ff;background:linear-gradient(135deg,rgba(0,86,255,.1) 0%,rgba(0,194,255,.1) 100%);border:1px solid rgba(0,86,255,.2);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.feature-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-description{color:#64748b;line-height:1.6}.live-preview-section{background:#fff;padding:6rem 0}.preview-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.preview-panel{background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,86,255,.1)}.panel-header{color:#1a1a1a;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:600;display:flex}.document-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;height:200px;padding:1.5rem}.preview-divider{color:#fff;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 8px 30px rgba(0,86,255,.3)}.pricing-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:6rem 0}.pricing-toggle{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.toggle-label{color:#64748b;font-weight:600}.discount{background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:.5rem;font-size:.875rem}.toggle-switch{cursor:pointer;background:#e2e8f0;border-radius:15px;width:60px;height:30px;transition:background .3s;position:relative}.toggle-switch:hover{background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%)}.toggle-slider{background:#fff;border-radius:50%;width:26px;height:26px;transition:transform .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{color:#1a1a1a;background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.15)}.pricing-card.popular{border:2px solid #0056ff;box-shadow:0 10px 30px rgba(0,86,255,.2)}.popular-badge{color:#fff;z-index:1;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;right:1rem}.pricing-header{color:#fff;text-align:center;padding:2rem}.pricing-header.from-gray-100{color:#1a1a1a;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}.pricing-header.from-blue-500{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.pricing-name{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.pricing-header.from-gray-100 .pricing-name{color:#1a1a1a}.pricing-price{justify-content:center;align-items:baseline;gap:.5rem;display:flex}.price{color:#fff;font-size:3rem;font-weight:800}.pricing-header.from-gray-100 .price{color:#1a1a1a}.period{opacity:.9;color:#fff;font-size:1rem}.pricing-header.from-gray-100 .period{color:#1a1a1a}.pricing-features{padding:2rem;list-style:none}.pricing-feature{color:#64748b;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.pricing-feature:last-child{margin-bottom:0}.pricing-btn{color:#fff;text-align:center;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:12px;margin:0 2rem 2rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.pricing-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,86,255,.3)}.api-section{color:#fff;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);padding:6rem 0}.api-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.api-title{margin-bottom:1rem;font-size:3rem;font-weight:700}.api-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.api-features{margin-bottom:2rem}.api-feature{opacity:.9;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.api-btn{color:#0056ff;background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.api-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,255,255,.3)}.code-block{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.code-header{background:rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.1);align-items:center;gap:1rem;padding:1rem;display:flex}.code-dots{gap:.5rem;display:flex}.code-dots span{background:rgba(255,255,255,.3);border-radius:50%;width:12px;height:12px}.code-title{opacity:.9;font-weight:600}.code-content{padding:1.5rem;font-family:Monaco,Menlo,monospace;font-size:.875rem;line-height:1.6}.code-line{margin-bottom:.5rem}.code-line.indent{padding-left:2rem}.code-keyword{color:gold}.code-string{color:#98fb98}.code-number{color:#ff6b6b}.code-comment{color:#87ceeb;font-style:italic}.testimonials-section{background:#fff;padding:6rem 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.testimonial-card{background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 10px 30px rgba(0,86,255,.1)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.15)}.testimonial-rating{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-content{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-name{color:#1a1a1a;font-weight:600}.author-role{color:#64748b;font-size:.875rem}.blogs-section{background:#fff;padding:6rem 0}.blogs-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.blog-card{cursor:pointer;background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.blog-card:hover{border-color:rgba(0,86,255,.2);transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.15)}.blog-card.featured{grid-row:span 2}.blog-image{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.blog-img{object-fit:cover;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);width:100%;height:100%;transition:transform .3s}.blog-img:not([src]){background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.blog-card:hover .blog-img{transform:scale(1.05)}.blog-card.featured .blog-image{height:300px}.blog-category{color:#fff;z-index:2;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-overlay{z-index:1;background:linear-gradient(135deg,rgba(0,86,255,.1) 0%,rgba(0,194,255,.1) 100%);justify-content:flex-end;align-items:flex-end;padding:1rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.blog-date{color:#64748b;background:rgba(255,255,255,.9);border-radius:15px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.blog-content{padding:2rem}.blog-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.blog-card.featured .blog-title{font-size:1.5rem}.blog-excerpt{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card.featured .blog-excerpt{-webkit-line-clamp:4}.blog-meta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.blog-author{align-items:center;gap:.75rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.blog-author span{color:#1a1a1a;font-size:.875rem;font-weight:600}.blog-stats{color:#64748b;font-size:.875rem;font-weight:500}.blogs-cta{text-align:center}.cta-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#00c2ff 0%,#0056ff 100%);padding:4rem 0}.cta-content{max-width:600px;margin:0 auto}.cta-icons{justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.cta-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.cta-title{text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.cta-btn{color:#0056ff;background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px rgba(0,0,0,.1)}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.2)}.footer{background:#f8fafc;border-top:1px solid rgba(0,86,255,.1);padding:4rem 0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem;display:grid}.footer-title{color:#0056ff;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.footer-description{color:#64748b;line-height:1.6}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#64748b;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#0056ff}.social-links{gap:1rem;display:flex}.social-link{color:#0056ff;background:#fff;border:1px solid rgba(0,86,255,.1);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{color:#fff;background:#0056ff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,86,255,.3)}.footer-bottom{text-align:center;border-top:1px solid rgba(0,86,255,.1);padding-top:2rem}.copyright{color:#64748b;font-size:.875rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}[data-theme=dark] .landing-page{color:#e2e8f0}[data-theme=dark] .hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}[data-theme=dark] .hero-title{background:linear-gradient(135deg,#60a5fa 0%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .hero-subtitle{color:#94a3b8}[data-theme=dark] .how-it-works-section,[data-theme=dark] .live-preview-section,[data-theme=dark] .testimonials-section{background:#0f172a}[data-theme=dark] .section-title{color:#e2e8f0}[data-theme=dark] .section-subtitle{color:#94a3b8}[data-theme=dark] .step-item,[data-theme=dark] .feature-card,[data-theme=dark] .preview-panel,[data-theme=dark] .testimonial-card{background:#1e293b;border-color:rgba(96,165,250,.2)}[data-theme=dark] .features-section,[data-theme=dark] .pricing-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}[data-theme=dark] .pricing-card{background:#1e293b;border-color:rgba(96,165,250,.2)}[data-theme=dark] .footer{background:#0f172a;border-color:rgba(96,165,250,.2)}[data-theme=dark] .footer-title{color:#60a5fa}[data-theme=dark] .footer-description,[data-theme=dark] .footer-links a,[data-theme=dark] .copyright{color:#94a3b8}[data-theme=dark] .social-link{color:#60a5fa;background:#1e293b;border-color:rgba(96,165,250,.2)}[data-theme=dark] .social-link:hover{color:#0f172a;background:#60a5fa}[data-theme=dark] .blogs-section{background:#0f172a}[data-theme=dark] .blog-card{background:#1e293b;border-color:rgba(96,165,250,.2)}[data-theme=dark] .blog-title{color:#e2e8f0}[data-theme=dark] .blog-excerpt{color:#94a3b8}[data-theme=dark] .blog-author span{color:#e2e8f0}[data-theme=dark] .blog-stats{color:#94a3b8}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-title{font-size:3rem}.api-content{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.steps-container{grid-template-columns:1fr;gap:2rem}.preview-container{grid-template-columns:1fr;gap:1rem}.preview-divider{transform:rotate(90deg)}.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.blogs-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card.featured{grid-row:span 1}.cta-title{font-size:2rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.landing-page .container{padding:0 1rem}.hero-title{font-size:2rem}.btn{padding:.875rem 1.5rem;font-size:.875rem}.hero-actions{flex-direction:column;align-items:center}.document-3d{width:250px;height:320px}.step-item,.feature-card{padding:1.5rem}.pricing-card{margin:0 1rem}}
