.landing-page{font-family:var(--font-primary);line-height:var(--line-height-body);color:var(--text-primary);width:100%;overflow-x:hidden}.home-layout .home-ambient{z-index:0;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.home-layout .home-ambient__glow{filter:blur(90px);border-radius:50%;position:absolute;transform:translateZ(0)}.home-layout .home-ambient__glow--blue{background:radial-gradient(circle,var(--home-glow-primary)0%,transparent 68%);opacity:.9;width:38.75rem;height:38.75rem;top:-13.75rem;left:-8.75rem}.home-layout .home-ambient__glow--cyan{background:radial-gradient(circle,var(--home-glow-secondary)0%,transparent 70%);opacity:.72;width:32.5rem;height:32.5rem;top:11.25rem;right:-10rem}.home-layout .home-ambient__particles{position:absolute;top:0;bottom:0;left:0;right:0}.home-layout .home-ambient__particle{background:var(--brand-secondary);will-change:transform,opacity;border-radius:50%;display:block;position:absolute;box-shadow:0 0 8px rgba(0,194,255,.65)}.home-layout .hero-section{z-index:1;width:100%;min-height:calc(100vh - 2rem);padding:4.375rem var(--home-gutter)2.5rem;color:var(--home-text);background:0 0;align-items:center;display:flex;position:relative;overflow:hidden}.home-layout .hero-container{z-index:2;width:100%;max-width:var(--home-content-width);grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2rem;margin:0 auto;padding:0;display:grid;position:relative}.home-layout .hero-content{max-width:39rem;padding-left:max(1.5rem,min(4vw,3.5rem))}.home-layout .hero-badge{align-items:center;gap:var(--home-space-2);border:1px solid var(--home-border-strong);border-radius:var(--home-radius-pill);background:var(--home-card-gradient),var(--home-surface);color:var(--home-text-muted);letter-spacing:.01em;padding:.4375rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex;box-shadow:inset 0 1px rgba(255,255,255,.04)}.home-layout .hero-badge__dot{background:var(--brand-secondary);width:.4375rem;height:.4375rem;box-shadow:0 0 .75rem var(--home-glow-secondary);border-radius:50%;flex:none}.home-layout .hero-title{color:var(--home-text);-webkit-text-fill-color:currentColor;font-family:var(--font-display);letter-spacing:-.052em;background:0 0;margin:1.375rem 0 0;font-size:max(2.9rem,min(6vw,4.6rem));font-weight:800;line-height:1.04}.home-layout .hero-title__accent{background:var(--brand-gradient);color:transparent;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.home-layout .hero-subtitle{max-width:34ch;color:var(--home-text-muted);margin:1.25rem 0 0;font-size:1.14rem;line-height:1.65}.home-layout .hero-actions{flex-wrap:wrap;gap:.875rem;margin-top:2rem;display:flex}.home-layout .hero-button{border-radius:var(--home-radius-sm);justify-content:center;align-items:center;gap:.55rem;min-height:3rem;padding:.78rem 1.35rem;font-size:.94rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.home-layout .hero-button--primary{background:var(--brand-gradient);color:#fff;box-shadow:0 14px 32px -12px var(--home-glow-primary);border:1px solid transparent}.home-layout .hero-button--primary:hover{color:#fff;box-shadow:0 18px 38px -10px var(--home-glow-primary);transform:translateY(-2px)}.home-layout .hero-button--ghost{border:1px solid var(--home-border-strong);background:var(--home-card-gradient),var(--home-surface);color:var(--home-text);box-shadow:none}.home-layout .hero-button--ghost:hover{background:var(--home-surface-raised);color:var(--brand-secondary);border-color:rgba(0,194,255,.42);transform:translateY(-2px)}.home-layout .hero-trust{color:var(--home-text-faint);flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:2.125rem;font-size:.82rem;display:flex}.home-layout .hero-trust__item{white-space:nowrap;align-items:center;gap:.38rem;display:inline-flex}.home-layout .hero-trust__item svg{color:var(--brand-secondary)}.home-layout .hero-visual{perspective:87.5rem;justify-content:center;align-items:center;min-width:0;display:flex}.home-layout .hero-document-stage{width:min(100%,34rem);padding:1.25rem;position:relative}.home-layout .hero-document{border:1px solid var(--home-border-strong);background:var(--home-card-gradient),var(--home-surface);box-shadow:var(--home-shadow),inset 0 1px 0 rgba(255,255,255,.05);transform-style:preserve-3d;border-radius:1.25rem;padding:1.625rem 1.625rem 1.875rem;position:relative;transform:rotateY(-9deg)rotateX(3deg)}.home-layout .hero-document__topbar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.home-layout .hero-document__dots{gap:.5rem;display:flex}.home-layout .hero-document__dots span{border-radius:50%;width:.625rem;height:.625rem}.home-layout .hero-document__dots span:first-child,.home-layout .hero-document__dots span:nth-child(2),.home-layout .hero-document__dots span:nth-child(3){background:var(--home-border-strong)}.home-layout .hero-document__status{border:1px solid var(--home-border);color:var(--brand-secondary);letter-spacing:.13em;border-radius:.375rem;padding:.1875rem .5625rem;font-size:.68rem;font-weight:800}.home-layout .hero-document__fields{z-index:1;position:relative}.home-layout .hero-document__field{gap:.35rem;margin-bottom:.9375rem;display:grid}.home-layout .hero-document__label{color:var(--home-text-faint);letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:700}.home-layout .hero-document__value{width:-moz-fit-content;width:fit-content;color:var(--home-text);letter-spacing:.015em;font-size:.98rem;font-weight:600}.home-layout .hero-document__value--secret{color:var(--brand-secondary)}.home-layout .hero-document__sensitive{border-radius:.3125rem;animation:6s ease-in-out infinite home-hero-blur}.home-layout .hero-document__scan{z-index:3;opacity:0;background:linear-gradient(90deg,transparent,var(--brand-secondary),transparent);height:2px;box-shadow:0 0 .875rem var(--brand-secondary);animation:6s ease-in-out infinite home-hero-scan;position:absolute;top:4.375rem;left:.875rem;right:.875rem}.home-layout .hero-document__protected{z-index:4;background:var(--brand-gradient);color:#fff;box-shadow:0 12px 28px -10px var(--home-glow-primary);border-radius:.6875rem;align-items:center;gap:.42rem;padding:.5625rem .9375rem;font-size:.74rem;font-weight:800;display:inline-flex;position:absolute;bottom:1.375rem;right:-1rem}.home-layout .hero-document-chip{z-index:5;border:1px solid var(--home-border-strong);background:var(--home-nav-fallback);color:var(--home-text-muted);border-radius:.75rem;justify-content:center;align-items:center;padding:.625rem;display:inline-flex;position:absolute;box-shadow:0 12px 30px -14px rgba(0,0,0,.75)}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.home-layout .hero-document-chip{background:var(--home-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.home-layout .hero-document-chip svg{color:var(--brand-secondary)}.home-layout .hero-document-chip--file{top:-1.125rem;right:2.375rem}.home-layout .hero-document-chip--table{bottom:2.125rem;left:-1.375rem}.home-layout .hero-document--reduced-motion .hero-document__sensitive{filter:blur(5px);animation:none}.home-layout .hero-document--reduced-motion .hero-document__scan{animation:none;display:none}@keyframes home-hero-blur{0%,18%,to{filter:blur();background:0 0}38%,82%{filter:blur(6px);background:linear-gradient(90deg,rgba(0,86,255,.1),rgba(0,194,255,.1))}}@keyframes home-hero-scan{0%{opacity:0;top:4.375rem}18%{opacity:1;top:4.375rem}50%,82%{opacity:1;top:calc(100% - 2.5rem)}to{opacity:0;top:4.375rem}}@media (max-width:940px){.home-layout .hero-section{min-height:auto;padding-top:5rem}.home-layout .hero-container{grid-template-columns:1fr;gap:3.5rem}.home-layout .hero-content{text-align:center;max-width:42rem;margin:0 auto;padding-left:0}.home-layout .hero-subtitle{margin-left:auto;margin-right:auto}.home-layout .hero-actions,.home-layout .hero-trust{justify-content:center}.home-layout .hero-visual{width:100%}.home-layout .hero-document-stage{width:min(100%,26.25rem)}.home-layout .hero-document{transform:none}}@media (max-width:620px){.home-layout .hero-section{padding:4.25rem var(--home-gutter)3rem}.home-layout .hero-container{gap:2.75rem}.home-layout .hero-title{font-size:max(2.7rem,min(14vw,3.65rem))}.home-layout .hero-subtitle{font-size:1rem}.home-layout .hero-actions{flex-direction:column;width:100%}.home-layout .hero-button{width:100%}.home-layout .hero-trust{flex-direction:column;align-items:center}.home-layout .hero-document-stage{width:100%;padding:1rem .35rem}.home-layout .hero-document{padding:1.25rem 1.125rem 1.5rem}.home-layout .hero-document__protected{bottom:1rem}.home-layout .hero-document-chip--file{top:-1.25rem;right:1.25rem}.home-layout .hero-document-chip--table{bottom:1.5rem;left:-.25rem}.home-layout .home-ambient__glow--blue{left:-18rem}.home-layout .home-ambient__glow--cyan{right:-20rem}}@media (prefers-reduced-motion:reduce){.home-layout .home-ambient__particle{will-change:auto}.home-layout .hero-document__sensitive{filter:blur(5px);animation:none}.home-layout .hero-document__scan{animation:none;display:none}.home-layout .hero-button{transition:none}}.landing-page a,.landing-page button{cursor:pointer!important}.landing-page .pricing-feature svg,.landing-page .pricing-feature svg *,.landing-page .pricing-features .pricing-feature svg,.landing-page .pricing-features .pricing-feature svg *{box-sizing:border-box!important;flex-shrink:0!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important}.landing-page .api-feature svg,.landing-page .api-feature svg *,.landing-page .api-features .api-feature svg,.landing-page .api-features .api-feature svg *{box-sizing:border-box!important;flex-shrink:0!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important}.landing-page .pricing-feature svg,.landing-page .pricing-feature svg *,.landing-page .api-feature svg,.landing-page .api-feature svg *{width:inherit!important;height:inherit!important;min-width:inherit!important;max-width:inherit!important}.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,var(--bg-primary)0%,var(--bg-secondary)100%);align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden;overflow-y:visible}.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;box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-content{max-width:600px}.hero-title{font-size:var(--font-size-h1);font-weight:var(--font-weight-black);line-height:var(--line-height-heading);background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem}.hero-subtitle{font-size:var(--font-size-xl);color:var(--text-secondary);line-height:var(--line-height-body);margin-bottom:2.5rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{font-weight:600;font-size:var(--font-size-md);border:none;border-radius:12px;justify-content:center;align-items:center;padding:1rem 2rem;text-decoration:none;transition:all .3s;display:inline-flex;cursor:pointer!important}.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{z-index:3;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:var(--bg-primary);width:100%;height:100%;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:transform .3s;overflow:hidden;transform:rotateY(-5deg)rotateX(5deg)}.document-content{flex-direction:column;gap:.5rem;width:100%;display:flex}.document-preview-shell{gap:1rem;height:100%;padding:.25rem 0 0}.document-preview-header{padding-bottom:1rem}.document-preview-title-block{flex-direction:column;gap:.5rem;width:100%;min-width:0;padding-top:.2rem;display:flex}.document-preview-body{flex-direction:column;gap:.7rem;padding-top:.15rem;display:flex}.document-preview-linebar{background:linear-gradient(90deg,#dbe4f0 0%,#edf2f7 50%,#dbe4f0 100%);border-radius:999px;height:8px}.document-preview-linebar--short{width:52%}.document-preview-linebar--medium{width:74%}.document-preview-linebar--long{width:86%}.document-preview-linebar--full{width:92%}.document-preview-linebar--blur{filter:blur(1.2px);opacity:.9;background:linear-gradient(90deg,#cfd8e6 0%,#dbe4f0 50%,#cfd8e6 100%)}.floating-icons{pointer-events:none;z-index:4;position:absolute;top:0;bottom:0;left:0;right:0}.floating-icon{color:#0056ff;z-index:5;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%}@media (max-width:768px){.floating-icons{z-index:6}.floating-document{z-index:2}.floating-icon:first-child{top:8%;right:2%}.floating-icon:nth-child(2){bottom:18%;left:2%}.floating-icon:nth-child(3){top:58%;right:2%}}.how-it-works-section{background:var(--bg-primary);padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:1rem}.section-subtitle{font-size:var(--font-size-xl);color:var(--text-secondary);max-width:600px;margin:0 auto}.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,var(--bg-secondary)0%,var(--bg-tertiary)100%);border:1px solid var(--border-color);border-radius:20px;padding:2rem}.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{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:1rem}.step-description{color:var(--text-secondary);line-height:var(--line-height-body)}.features-section{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-tertiary)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{background:var(--bg-primary);text-align:center;border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;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{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:1rem}.feature-description{color:var(--text-secondary);line-height:var(--line-height-body)}.live-preview-section{background:var(--bg-primary);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:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:20px;padding:2rem}.panel-header{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:600;display:flex}.document-preview{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:center;height:180px;padding:1.5rem;display:flex;overflow:hidden}.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,var(--bg-secondary)0%,var(--bg-tertiary)100%);padding:6rem 0}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:20px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.pricing-card:hover{transition:all .3s;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{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-tertiary)100%);color:var(--text-primary)}.pricing-header.from-blue-500{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.pricing-name{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);color:#fff;margin-bottom:1rem}.pricing-header.from-gray-100 .pricing-name{color:var(--text-primary)}.pricing-price{justify-content:center;align-items:baseline;gap:.5rem;display:flex}.price{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);color:#fff}.pricing-header.from-gray-100 .price{color:var(--text-primary)}.period{opacity:.9;color:#fff;font-size:1rem}.pricing-header.from-gray-100 .period{color:var(--text-primary)}.pricing-features{flex-direction:column;flex-grow:1;padding:2rem;list-style:none;display:flex}.pricing-feature{color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.pricing-feature svg,.pricing-feature svg *{box-sizing:border-box!important;flex-shrink:0!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important}.pricing-features .pricing-feature svg,.pricing-features .pricing-feature svg *{width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important}.pricing-feature:last-child{margin-bottom:0}.pricing-btn{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:12px;margin:auto 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{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);margin-bottom:1rem}.api-subtitle{font-size:var(--font-size-xl);opacity:.9;line-height:var(--line-height-body);margin-bottom:2rem}.api-features{margin-bottom:2rem}.api-feature{opacity:.9;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.api-feature svg,.api-feature svg *{box-sizing:border-box!important;flex-shrink:0!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important}.api-features .api-feature svg,.api-features .api-feature svg *{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important}.api-btn{color:#0056ff;cursor:pointer;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{font-family:var(--font-monospace);font-size:var(--font-size-sm);line-height:var(--line-height-body);padding:1.5rem}.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:var(--bg-primary);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:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:20px;padding:2rem}.testimonial-card:hover{transition:all .3s;transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.15)}.testimonial-rating{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-content{font-size:var(--font-size-lg);line-height:var(--line-height-body);color:var(--text-primary);margin-bottom:1.5rem;font-style:italic}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#0056ff 0%,#00c2ff 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:600;display:flex}.author-name{color:var(--text-primary);font-weight:600}.author-role{color:var(--text-secondary);font-size:.875rem}.blogs-section{background:var(--bg-primary);padding:6rem 0}.blogs-loading,.blogs-error,.blogs-empty{text-align:center;color:#64748b;max-width:600px;margin:0 auto;padding:4rem 2rem;font-size:1.125rem}.blogs-loading{color:#0056ff;justify-content:center;align-items:center;gap:1rem;display:flex}.blogs-loading:before{content:"";border:3px solid rgba(0,86,255,.2);border-top-color:#0056ff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.blogs-error{color:#ef4444;background:rgba(239,68,68,.1);border-radius:12px;padding:2rem}.blogs-empty{color:var(--text-secondary);background:var(--bg-secondary);border-radius:12px;padding:2rem}.blogs-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.blog-card{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:20px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.blog-card:hover{border-color:rgba(0,86,255,.2);transition:all .3s;transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,86,255,.15)}.blog-card.featured{grid-row:span 1}.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:200px}.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;pointer-events:none;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{flex-direction:column;flex:1;padding:2rem;display:flex}.blog-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--text-primary);line-height:var(--line-height-heading);margin-bottom:1rem}.blog-card.featured .blog-title{font-size:1.25rem}.blog-excerpt{color:var(--text-secondary);line-height:var(--line-height-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.5rem;display:-webkit-box;overflow:hidden}.blog-card.featured .blog-excerpt{-webkit-line-clamp:3}.blog-meta{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;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%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex;position:relative;overflow:hidden}.author-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.author-avatar-initials{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.blog-author span{color:var(--text-primary);font-size:.875rem;font-weight:600}.blog-stats{color:var(--text-secondary);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{font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:2rem}.cta-btn{color:#0056ff;cursor:pointer;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)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}[data-theme=dark] .landing-page{color:var(--text-primary)}[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:var(--bg-primary)}[data-theme=dark] .section-title{color:var(--text-primary)}[data-theme=dark] .section-subtitle{color:var(--text-secondary)}[data-theme=dark] .step-item,[data-theme=dark] .feature-card,[data-theme=dark] .preview-panel,[data-theme=dark] .testimonial-card{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .features-section,[data-theme=dark] .pricing-section{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%)}[data-theme=dark] .pricing-card{background:var(--bg-secondary);border-color:var(--border-color)}[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:var(--bg-primary)}[data-theme=dark] .blog-card{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .blog-title{color:var(--text-primary)}[data-theme=dark] .blog-excerpt{color:var(--text-secondary)}[data-theme=dark] .blog-author span{color:var(--text-primary)}[data-theme=dark] .blog-stats{color:var(--text-secondary)}@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-section{align-items:flex-start;padding-top:6.5rem;padding-bottom:3rem}.hero-container{box-sizing:border-box;gap:2.5rem;width:100%;max-width:100%;padding:0 1rem}.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-panel{padding:1.25rem}.document-preview{height:160px;padding:1rem;overflow:hidden}.document-snippet{font-size:12px;line-height:1.6}.document-snippet-line{padding:.2rem .5rem}.preview-divider{transform:rotate(90deg)}.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.blogs-grid{grid-template-columns:1fr;gap:1.5rem}.cta-title{font-size:2rem}.hero-visual{width:100%;margin-top:-1.5rem;overflow:hidden}.floating-icons{z-index:6}.floating-icon:first-child{top:7%;right:.5rem}.floating-icon:nth-child(2){bottom:18%;left:.5rem}.floating-icon:nth-child(3){top:56%;right:.5rem}.hero-content{padding-top:1rem}.hero-actions{gap:1.25rem;margin-bottom:.5rem}.floating-document{margin-top:-.5rem}}@media (max-width:480px){.hero-section{padding-top:7.5rem;padding-bottom:3.5rem}.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;gap:1rem}.document-3d{width:250px;height:320px}.hero-visual{margin-top:-1.75rem}.preview-panel{padding:1rem}.document-preview{height:150px;padding:.85rem;overflow:hidden}.document-snippet{font-size:11px;line-height:1.55}.document-snippet-line{padding:.18rem .45rem}.floating-icons{z-index:6}.floating-icon:first-child{top:7%;right:.5rem}.floating-icon:nth-child(2){bottom:18%;left:.5rem}.floating-icon:nth-child(3){top:56%;right:.5rem}.step-item,.feature-card{padding:1.5rem}.pricing-card{margin:0 1rem}.how-it-works-section{padding-top:4rem}}[data-theme=dark] .home-layout .hero-section{background:0 0}[data-theme=dark] .home-layout .hero-title{color:var(--home-text);-webkit-text-fill-color:currentColor;background:0 0}[data-theme=dark] .home-layout .hero-title__accent{background:var(--brand-gradient);color:transparent;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .home-layout .hero-subtitle{color:var(--home-text-muted)}.home-layout .how-it-works-section,.home-layout .features-section,.home-layout .live-preview-section{z-index:1;padding:var(--home-section-space)0;color:var(--home-text);position:relative}.home-layout .how-it-works-section,.home-layout .live-preview-section{border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);background:var(--home-bg-band)}.home-layout .features-section{background:0 0}.home-layout :-webkit-any(.how-it-works-section,.features-section,.live-preview-section) .container{width:min(100%,calc(var(--home-content-width) + var(--home-gutter) + var(--home-gutter)));max-width:none;padding-inline:var(--home-gutter);margin:0 auto}.home-layout :-moz-any(.how-it-works-section,.features-section,.live-preview-section) .container{width:min(100%,calc(var(--home-content-width) + var(--home-gutter) + var(--home-gutter)));max-width:none;padding-inline:var(--home-gutter);margin:0 auto}.home-layout :is(.how-it-works-section,.features-section,.live-preview-section) .container{width:min(100%,calc(var(--home-content-width) + var(--home-gutter) + var(--home-gutter)));max-width:none;padding-inline:var(--home-gutter);margin:0 auto}.home-layout :-webkit-any(.how-it-works-section,.features-section,.live-preview-section) .home-section-header{text-align:center;max-width:38.75rem;margin:0 auto 3.125rem}.home-layout :-moz-any(.how-it-works-section,.features-section,.live-preview-section) .home-section-header{text-align:center;max-width:38.75rem;margin:0 auto 3.125rem}.home-layout :is(.how-it-works-section,.features-section,.live-preview-section) .home-section-header{text-align:center;max-width:38.75rem;margin:0 auto 3.125rem}.home-layout :-webkit-any(.how-it-works-section,.features-section,.live-preview-section) .section-eyebrow{color:var(--brand-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.home-layout :-moz-any(.how-it-works-section,.features-section,.live-preview-section) .section-eyebrow{color:var(--brand-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.home-layout :is(.how-it-works-section,.features-section,.live-preview-section) .section-eyebrow{color:var(--brand-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.home-layout :-webkit-any(.how-it-works-section,.features-section,.live-preview-section) .section-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.7rem));font-weight:800;line-height:1.12}.home-layout :-moz-any(.how-it-works-section,.features-section,.live-preview-section) .section-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.7rem));font-weight:800;line-height:1.12}.home-layout :is(.how-it-works-section,.features-section,.live-preview-section) .section-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.7rem));font-weight:800;line-height:1.12}.home-layout :-webkit-any(.how-it-works-section,.features-section,.live-preview-section) .section-subtitle{max-width:37.5rem;color:var(--home-text-muted);margin:.875rem auto 0;font-size:1.05rem;line-height:1.65}.home-layout :-moz-any(.how-it-works-section,.features-section,.live-preview-section) .section-subtitle{max-width:37.5rem;color:var(--home-text-muted);margin:.875rem auto 0;font-size:1.05rem;line-height:1.65}.home-layout :is(.how-it-works-section,.features-section,.live-preview-section) .section-subtitle{max-width:37.5rem;color:var(--home-text-muted);margin:.875rem auto 0;font-size:1.05rem;line-height:1.65}.home-layout .steps-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.375rem;max-width:none;margin:0;display:grid}.home-layout .step-item{border:1px solid var(--home-border);border-radius:var(--home-radius-lg);background:var(--home-card-gradient),var(--home-surface);text-align:left;min-width:0;padding:1.875rem 1.625rem;position:relative;overflow:hidden;box-shadow:inset 0 1px rgba(255,255,255,.035)}.home-layout .step-line{background:var(--brand-gradient);transform-origin:0;width:100%;height:3px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.home-layout .step-item:hover .step-line,.home-layout .step-item:focus-within .step-line{transform:scaleX(1)}.home-layout .step-number{color:transparent;font-family:var(--font-display);-webkit-text-stroke:1.4px var(--home-border-strong);margin-bottom:.875rem;font-size:3rem;font-weight:800;line-height:1;display:block}.home-layout .step-icon{border:1px solid var(--home-border);background:var(--home-surface-raised);width:2.75rem;height:2.75rem;color:var(--brand-secondary);box-shadow:none;border-radius:.75rem;place-items:center;margin:0;display:grid;position:absolute;top:1.625rem;right:1.5rem}.home-layout .step-title{color:var(--home-text);font-family:var(--font-display);margin:0 0 .5rem;font-size:1.24rem;font-weight:700;line-height:1.25}.home-layout .step-description{color:var(--home-text-muted);margin:0;font-size:.96rem;line-height:1.65}.home-layout .features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;max-width:none;margin:0;display:grid}.home-layout .feature-card{border:1px solid var(--home-border);border-radius:var(--home-radius-lg);background:var(--home-surface);text-align:left;min-width:0;padding:1.75rem;transition:border-color .25s,box-shadow .25s;position:relative;overflow:visible;box-shadow:inset 0 1px rgba(255,255,255,.035)}.home-layout .feature-card:before{display:none}.home-layout .feature-card:hover{box-shadow:var(--home-shadow),0 0 2rem -1.25rem var(--home-glow-primary);border-color:rgba(0,86,255,.72)}.home-layout .feature-icon{border:1px solid var(--home-border);border-radius:var(--home-radius-md);width:3.125rem;height:3.125rem;color:var(--brand-secondary);background:linear-gradient(150deg,rgba(0,86,255,.18),rgba(0,194,255,.12));place-items:center;margin:0 0 1.125rem;display:grid}.home-layout .feature-icon svg{width:1.5rem;height:1.5rem}.home-layout .feature-title{color:var(--home-text);font-family:var(--font-display);margin:0 0 .5rem;font-size:1.16rem;font-weight:700;line-height:1.3}.home-layout .feature-description{color:var(--home-text-muted);margin:0;font-size:.95rem;line-height:1.65}.home-layout .before-after-wrap{max-width:51.25rem;margin:0 auto}.home-layout .before-after-comparison{border:1px solid var(--home-border-strong);width:100%;box-shadow:var(--home-shadow);cursor:ew-resize;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:1.25rem;position:relative;overflow:hidden}.home-layout .comparison-pane{min-height:20.5rem}.home-layout .comparison-pane--original{background:var(--home-surface)}.home-layout .comparison-pane--blurred{z-index:2;background:var(--home-surface-raised);will-change:clip-path;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.home-layout .comparison-pane__content{width:min(51.25rem,calc(100vw - var(--home-gutter) - var(--home-gutter)));min-height:20.5rem;padding:2.125rem 2.5rem}.home-layout .comparison-fields{text-align:center;align-content:center;gap:.8125rem;width:min(100%,30rem);min-height:16.25rem;margin:0 auto;display:grid}.home-layout .comparison-field{justify-items:center;gap:.2rem;display:grid}.home-layout .comparison-field__label{color:var(--home-text-faint);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:700}.home-layout .comparison-field__value{width:-moz-fit-content;width:fit-content;color:var(--home-text);font-size:1.02rem;font-weight:600}.home-layout .comparison-field__value--blurred{filter:blur(6px)}.home-layout .comparison-label{z-index:4;border:1px solid var(--home-border);background:var(--home-nav-fallback);color:var(--home-text-muted);border-radius:.4375rem;padding:.3125rem .6875rem;font-size:.68rem;font-weight:800;line-height:1;position:absolute;top:1rem}@supports ((-webkit-backdrop-filter:blur(6px)) or (backdrop-filter:blur(6px))){.home-layout .comparison-label{background:var(--home-nav-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.home-layout .comparison-label--original{left:1rem}.home-layout .comparison-label--blurred{color:var(--brand-secondary);right:1rem}.home-layout .comparison-handle{z-index:5;cursor:ew-resize;touch-action:none;outline:none;place-items:center;width:2.5rem;display:grid;position:absolute;top:0;bottom:0;transform:translate(-50%)}.home-layout .comparison-handle:before{content:"";background:var(--brand-secondary);width:2px;box-shadow:0 0 .75rem var(--home-glow-secondary);position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.home-layout .comparison-handle__grip{z-index:1;background:var(--brand-gradient);color:#fff;width:2.5rem;height:2.5rem;box-shadow:0 10px 24px -6px var(--home-glow-primary);border-radius:50%;place-items:center;display:grid;position:relative}.home-layout .comparison-handle:focus-visible .comparison-handle__grip{outline:3px solid var(--home-bg-band);box-shadow:0 0 0 5px var(--brand-secondary),0 10px 24px -6px var(--home-glow-primary)}@media (max-width:940px){.home-layout .steps-container,.home-layout .features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.home-layout :-webkit-any(.how-it-works-section,.features-section,.live-preview-section) .home-section-header{margin-bottom:2.25rem}.home-layout :-moz-any(.how-it-works-section,.features-section,.live-preview-section) .home-section-header{margin-bottom:2.25rem}.home-layout :is(.how-it-works-section,.features-section,.live-preview-section) .home-section-header{margin-bottom:2.25rem}.home-layout .steps-container,.home-layout .features-grid{grid-template-columns:1fr}.home-layout .step-item,.home-layout .feature-card{padding:1.5rem}.home-layout .step-icon{top:1.5rem;right:1.5rem}.home-layout .comparison-pane,.home-layout .comparison-pane__content{min-height:19.5rem}.home-layout .comparison-pane__content{padding:2.75rem 1.375rem 1.5rem}.home-layout .comparison-fields{min-height:15.25rem}.home-layout .comparison-label{top:.875rem}}@media (prefers-reduced-motion:reduce){.home-layout .step-line,.home-layout .feature-card{transition:none}.home-layout .feature-card:hover{transform:none}}.home-layout :-webkit-any(.pricing-section,.api-section,.testimonials-section,.cta-banner,.blogs-section){z-index:1;color:var(--home-text);position:relative}.home-layout :-moz-any(.pricing-section,.api-section,.testimonials-section,.cta-banner,.blogs-section){z-index:1;color:var(--home-text);position:relative}.home-layout :is(.pricing-section,.api-section,.testimonials-section,.cta-banner,.blogs-section){z-index:1;color:var(--home-text);position:relative}.home-layout :-webkit-any(.pricing-section,.api-section,.testimonials-section,.blogs-section){padding:var(--home-section-space)0}.home-layout :-moz-any(.pricing-section,.api-section,.testimonials-section,.blogs-section){padding:var(--home-section-space)0}.home-layout :is(.pricing-section,.api-section,.testimonials-section,.blogs-section){padding:var(--home-section-space)0}.home-layout .pricing-section,.home-layout .testimonials-section,.home-layout .blogs-section{background:0 0}.home-layout .api-section{border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);background:var(--home-bg-band)}.home-layout :-webkit-any(.pricing-section,.api-section,.testimonials-section,.cta-banner,.blogs-section) .container{width:min(100%,calc(var(--home-content-width) + var(--home-gutter) + var(--home-gutter)));max-width:none;padding-inline:var(--home-gutter);margin:0 auto}.home-layout :-moz-any(.pricing-section,.api-section,.testimonials-section,.cta-banner,.blogs-section) .container{width:min(100%,calc(var(--home-content-width) + var(--home-gutter) + var(--home-gutter)));max-width:none;padding-inline:var(--home-gutter);margin:0 auto}.home-layout :is(.pricing-section,.api-section,.testimonials-section,.cta-banner,.blogs-section) .container{width:min(100%,calc(var(--home-content-width) + var(--home-gutter) + var(--home-gutter)));max-width:none;padding-inline:var(--home-gutter);margin:0 auto}.home-layout :-webkit-any(.pricing-section,.testimonials-section,.blogs-section) .home-section-header{text-align:center;max-width:38.75rem;margin:0 auto 3.125rem}.home-layout :-moz-any(.pricing-section,.testimonials-section,.blogs-section) .home-section-header{text-align:center;max-width:38.75rem;margin:0 auto 3.125rem}.home-layout :is(.pricing-section,.testimonials-section,.blogs-section) .home-section-header{text-align:center;max-width:38.75rem;margin:0 auto 3.125rem}.home-layout :-webkit-any(.pricing-section,.api-section,.testimonials-section,.blogs-section) .section-eyebrow{color:var(--brand-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.home-layout :-moz-any(.pricing-section,.api-section,.testimonials-section,.blogs-section) .section-eyebrow{color:var(--brand-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.home-layout :is(.pricing-section,.api-section,.testimonials-section,.blogs-section) .section-eyebrow{color:var(--brand-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:inline-block}.home-layout :-webkit-any(.pricing-section,.testimonials-section,.blogs-section) .section-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.7rem));font-weight:800;line-height:1.12}.home-layout :-moz-any(.pricing-section,.testimonials-section,.blogs-section) .section-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.7rem));font-weight:800;line-height:1.12}.home-layout :is(.pricing-section,.testimonials-section,.blogs-section) .section-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.7rem));font-weight:800;line-height:1.12}.home-layout :-webkit-any(.pricing-section,.testimonials-section,.blogs-section) .section-subtitle{max-width:37.5rem;color:var(--home-text-muted);margin:.875rem auto 0;font-size:1.05rem;line-height:1.65}.home-layout :-moz-any(.pricing-section,.testimonials-section,.blogs-section) .section-subtitle{max-width:37.5rem;color:var(--home-text-muted);margin:.875rem auto 0;font-size:1.05rem;line-height:1.65}.home-layout :is(.pricing-section,.testimonials-section,.blogs-section) .section-subtitle{max-width:37.5rem;color:var(--home-text-muted);margin:.875rem auto 0;font-size:1.05rem;line-height:1.65}.home-layout .pricing-grid{grid-template-columns:repeat(2,minmax(0,23.75rem));justify-content:center;gap:1.5rem;max-width:none;margin:0;display:grid}.home-layout .pricing-card{border:1px solid var(--home-border);border-radius:var(--home-radius-xl);background:var(--home-surface);height:100%;color:var(--home-text);flex-direction:column;padding:2.125rem 2rem;display:flex;position:relative;overflow:visible;box-shadow:inset 0 1px rgba(255,255,255,.035)}.home-layout .pricing-card.popular{background:linear-gradient(170deg,rgba(0,86,255,.14),var(--home-surface))padding-box,var(--brand-gradient)border-box;box-shadow:0 18px 48px -24px var(--home-glow-primary);border:1px solid transparent}.home-layout .popular-badge{z-index:2;border-radius:var(--home-radius-pill);background:var(--brand-gradient);color:#fff;padding:.3125rem .75rem;font-size:.68rem;font-weight:800;line-height:1.2;position:absolute;top:1.25rem;right:1.375rem}.home-layout .pricing-header{color:var(--home-text);text-align:left;background:0 0;padding:0}.home-layout .pricing-name,.home-layout .pricing-header .pricing-name{color:var(--home-text);font-family:var(--font-display);margin:0;font-size:1.05rem;font-weight:700}.home-layout .pricing-price{justify-content:flex-start;align-items:baseline;gap:.375rem;margin-top:.75rem;display:flex}.home-layout .pricing-price .price{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.045em;font-size:3rem;font-weight:800;line-height:1}.home-layout .pricing-price .period{color:var(--home-text-faint);opacity:1;font-size:1rem}.home-layout .pricing-features{flex-grow:1;gap:.75rem;margin:1.375rem 0 1.625rem;padding:0;list-style:none;display:grid}.home-layout .pricing-feature{color:var(--home-text-muted);align-items:center;gap:.6875rem;margin:0;font-size:.95rem;display:flex}.home-layout .pricing-feature svg,.home-layout .pricing-feature svg *{color:var(--brand-secondary);width:1.125rem!important;min-width:1.125rem!important;max-width:1.125rem!important;height:1.125rem!important}.home-layout .pricing-btn{border-radius:var(--home-radius-sm);justify-content:center;align-items:center;width:100%;min-height:3rem;margin:auto 0 0;padding:.8rem 1.25rem;font-size:.94rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.home-layout .pricing-btn--ghost{border:1px solid var(--home-border-strong);background:var(--home-surface-raised);color:var(--home-text)}.home-layout .pricing-btn--primary{background:var(--brand-gradient);color:#fff;box-shadow:0 14px 30px -14px var(--home-glow-primary);border:1px solid transparent}.home-layout .pricing-btn:hover{transform:translateY(-2px)}.home-layout .pricing-btn--ghost:hover{color:var(--brand-secondary);box-shadow:none;border-color:rgba(0,194,255,.42)}.home-layout .pricing-btn--primary:hover{color:#fff;box-shadow:0 18px 38px -12px var(--home-glow-primary)}.home-layout .api-content{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2.75rem;display:grid}.home-layout .api-text{min-width:0}.home-layout .api-title{color:var(--home-text);font-family:var(--font-display);letter-spacing:-.035em;margin:.75rem 0 0;font-size:max(1.9rem,min(3.6vw,2.6rem));font-weight:800;line-height:1.12}.home-layout .api-subtitle{max-width:34rem;color:var(--home-text-muted);opacity:1;margin:.875rem 0 0;font-size:1rem;line-height:1.65}.home-layout .api-features{gap:.875rem;margin:1.375rem 0 1.75rem;padding:0;list-style:none;display:grid}.home-layout .api-feature{color:var(--home-text-muted);opacity:1;align-items:flex-start;gap:.75rem;margin:0;line-height:1.5;display:flex}.home-layout .api-feature svg,.home-layout .api-feature svg *{color:var(--brand-secondary);width:1.25rem!important;min-width:1.25rem!important;max-width:1.25rem!important;height:1.25rem!important}.home-layout .api-btn{border-radius:var(--home-radius-sm);background:var(--brand-gradient);color:#fff;min-height:3rem;box-shadow:0 14px 30px -14px var(--home-glow-primary);justify-content:center;align-items:center;padding:.8rem 1.35rem;font-size:.94rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.home-layout .api-btn:hover{color:#fff;box-shadow:0 18px 38px -12px var(--home-glow-primary);transform:translateY(-2px)}.home-layout .api-visual{min-width:0}.home-layout .code-block{border:1px solid var(--home-border-strong);border-radius:var(--home-radius-md);color:#c7d3ea;box-shadow:var(--home-shadow);background:#060a14;overflow:hidden}.home-layout .code-header{border-bottom:1px solid var(--home-border);background:rgba(255,255,255,.024);align-items:center;gap:.4375rem;padding:.75rem 1rem;display:flex}.home-layout .code-dots{gap:.4375rem;display:flex}.home-layout .code-dots span{background:#31405f;border-radius:50%;width:.5625rem;height:.5625rem}.home-layout .code-title{color:#7c8bab;font-family:var(--font-monospace);opacity:1;margin-left:.5rem;font-size:.76rem;font-weight:500}.home-layout .code-content{color:#c7d3ea;font-family:var(--font-monospace);white-space:nowrap;padding:1.25rem;font-size:.83rem;line-height:1.75;overflow-x:auto}.home-layout .code-line{min-height:1.45em;margin:0}.home-layout .code-line.indent{padding-left:1.25rem}.home-layout .code-line--spacer{height:.65rem;min-height:0}.home-layout .code-keyword{color:#4b8bff}.home-layout .code-string,.home-layout .code-number{color:#00c2ff}.home-layout .code-name{color:#7ee0a8}.home-layout .code-comment{color:#5a6a88;font-style:normal}.home-layout .testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;max-width:none;margin:0;display:grid}.home-layout .testimonial-card{border:1px solid var(--home-border);border-radius:var(--home-radius-lg);background:var(--home-surface);min-width:0;height:100%;color:var(--home-text);flex-direction:column;padding:1.75rem;transition:border-color .25s,box-shadow .25s;display:flex;box-shadow:inset 0 1px rgba(255,255,255,.035)}.home-layout .testimonial-card:hover{border-color:var(--home-border-strong);box-shadow:var(--home-shadow)}.home-layout .testimonial-rating{color:#ffb020;gap:.2rem;margin-bottom:.875rem;display:flex}.home-layout .testimonial-content{color:var(--home-text);flex-grow:1;margin:0 0 1.25rem;font-size:1rem;font-style:normal;line-height:1.65}.home-layout .testimonial-author{align-items:center;gap:.75rem;display:flex}.home-layout .testimonial-author .author-avatar{background:var(--brand-gradient);color:#fff;border-radius:50%;flex:none;place-items:center;width:2.625rem;height:2.625rem;font-size:.78rem;font-weight:800;display:grid;position:static;overflow:hidden}.home-layout .testimonial-author .author-name{color:var(--home-text);font-size:.92rem;font-weight:700}.home-layout .testimonial-author .author-role{color:var(--home-text-faint);margin-top:.1rem;font-size:.8rem}.home-layout .cta-banner{color:#fff;text-align:center;background:0 0;padding:2.5rem 0}.home-layout .cta-content{border-radius:var(--home-radius-banner);background:var(--brand-gradient);color:#fff;max-width:70rem;box-shadow:0 30px 70px -24px var(--home-glow-primary);margin:0 auto;padding:4rem 2.5rem;position:relative;overflow:hidden}.home-layout .cta-content:before,.home-layout .cta-content:after{content:"";filter:blur(1px);pointer-events:none;background:rgba(255,255,255,.12);border-radius:50%;width:18rem;height:18rem;position:absolute}.home-layout .cta-content:before{top:-12rem;left:-5rem}.home-layout .cta-content:after{bottom:-13rem;right:-7rem}.home-layout .cta-icons,.home-layout .cta-title,.home-layout .cta-subtitle,.home-layout .cta-btn{z-index:1;position:relative}.home-layout .cta-icons{justify-content:center;gap:.875rem;margin-bottom:1.375rem;display:flex}.home-layout .cta-icon{color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);border-radius:.8125rem;place-items:center;width:2.875rem;height:2.875rem;display:grid}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.home-layout .cta-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.home-layout .cta-title{color:#fff;font-family:var(--font-display);letter-spacing:-.035em;text-shadow:none;margin:0;font-size:max(1.8rem,min(4vw,2.7rem));font-weight:800;line-height:1.15}.home-layout .cta-subtitle{color:rgba(255,255,255,.85);max-width:44ch;margin:.875rem auto 1.75rem;line-height:1.65}.home-layout .cta-btn{border-radius:var(--home-radius-sm);min-height:3rem;color:var(--brand-primary);background:#fff;justify-content:center;align-items:center;padding:.8rem 1.35rem;font-size:.94rem;font-weight:800;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 12px 30px -14px rgba(0,0,0,.45)}.home-layout .cta-btn:hover{color:var(--brand-primary);transform:translateY(-2px);box-shadow:0 16px 34px -12px rgba(0,0,0,.5)}.home-layout .blogs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.375rem;max-width:none;margin:0 0 2.5rem;display:grid}.home-layout .blog-card,.home-layout .blog-card.featured{border:1px solid var(--home-border);border-radius:var(--home-radius-lg);background:var(--home-surface);min-width:0;height:100%;color:var(--home-text);flex-direction:column;transition:border-color .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:inset 0 1px rgba(255,255,255,.035)}.home-layout .blog-card:hover{border-color:var(--home-border-strong);box-shadow:var(--home-shadow)}.home-layout .blog-image,.home-layout .blog-card.featured .blog-image{background:linear-gradient(135deg,rgba(0,86,255,.35),rgba(0,194,255,.25));flex:0 0 9.375rem;width:100%;height:9.375rem;display:block;position:relative;overflow:hidden}.home-layout .blog-img{object-fit:cover;background:0 0;width:100%;height:100%;transition:transform .3s;display:block}.home-layout .blog-card:hover .blog-img{transform:scale(1.04)}.home-layout .blog-category{z-index:2;border:1px solid var(--home-border);background:var(--home-nav-fallback);color:#fff;border-radius:.375rem;padding:.25rem .625rem;font-size:.68rem;font-weight:800;position:absolute;top:.875rem;left:.875rem}@supports ((-webkit-backdrop-filter:blur(6px)) or (backdrop-filter:blur(6px))){.home-layout .blog-category{background:var(--home-nav-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.home-layout .blog-content{flex-direction:column;flex:1;padding:1.375rem;display:flex}.home-layout .blog-date{color:var(--home-text-faint);background:0 0;flex-wrap:wrap;gap:.35rem;margin:0 0 .5rem;padding:0;font-size:.76rem;font-weight:500;display:flex}.home-layout .blog-title,.home-layout .blog-card.featured .blog-title{color:var(--home-text);font-family:var(--font-display);margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.35}.home-layout .blog-excerpt,.home-layout .blog-card.featured .blog-excerpt{color:var(--home-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 1.125rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.home-layout .blog-meta{align-items:center;margin-top:auto;display:flex}.home-layout .blog-author{align-items:center;gap:.625rem;display:flex}.home-layout .blog-author .author-avatar{background:var(--brand-gradient);color:#fff;border-radius:50%;flex:none;place-items:center;width:1.875rem;height:1.875rem;font-size:.7rem;font-weight:800;display:grid;position:relative;overflow:hidden}.home-layout .blog-author .author-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.home-layout .blog-author .author-avatar-initials{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.home-layout .blog-author>span{color:var(--home-text-muted);font-size:.8rem;font-weight:600}.home-layout .blogs-cta{text-align:center}.home-layout .blogs-view-all{border:1px solid var(--home-border-strong);border-radius:var(--home-radius-sm);background:var(--home-surface);min-height:3rem;color:var(--home-text);box-shadow:none;justify-content:center;align-items:center;padding:.8rem 1.35rem;font-size:.94rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.home-layout .blogs-view-all:hover{background:var(--home-surface-raised);color:var(--brand-secondary);border-color:rgba(0,194,255,.42);transform:translateY(-2px)}.home-layout :-webkit-any(.blogs-loading,.blogs-error,.blogs-empty){border:1px solid var(--home-border);border-radius:var(--home-radius-md);background:var(--home-surface);max-width:37.5rem;color:var(--home-text-muted);text-align:center;margin:0 auto;padding:2rem}.home-layout :-moz-any(.blogs-loading,.blogs-error,.blogs-empty){border:1px solid var(--home-border);border-radius:var(--home-radius-md);background:var(--home-surface);max-width:37.5rem;color:var(--home-text-muted);text-align:center;margin:0 auto;padding:2rem}.home-layout :is(.blogs-loading,.blogs-error,.blogs-empty){border:1px solid var(--home-border);border-radius:var(--home-radius-md);background:var(--home-surface);max-width:37.5rem;color:var(--home-text-muted);text-align:center;margin:0 auto;padding:2rem}@media (max-width:940px){.home-layout .api-content{grid-template-columns:1fr;gap:2.5rem}.home-layout .api-text{max-width:40rem}.home-layout .testimonials-grid,.home-layout .blogs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.home-layout :-webkit-any(.pricing-section,.testimonials-section,.blogs-section) .home-section-header{margin-bottom:2.25rem}.home-layout :-moz-any(.pricing-section,.testimonials-section,.blogs-section) .home-section-header{margin-bottom:2.25rem}.home-layout :is(.pricing-section,.testimonials-section,.blogs-section) .home-section-header{margin-bottom:2.25rem}.home-layout .pricing-grid,.home-layout .testimonials-grid,.home-layout .blogs-grid{grid-template-columns:1fr}.home-layout .pricing-card,.home-layout .testimonial-card{padding:1.5rem}.home-layout .popular-badge{top:1.125rem;right:1.125rem}.home-layout .code-content{padding:1rem;font-size:.76rem}.home-layout .cta-banner{padding:1.75rem 0}.home-layout .cta-content{border-radius:var(--home-radius-xl);padding:3.25rem 1.25rem}.home-layout .blog-image,.home-layout .blog-card.featured .blog-image{flex-basis:10rem;height:10rem}}@media (prefers-reduced-motion:reduce){.home-layout :-webkit-any(.pricing-btn,.api-btn,.testimonial-card,.cta-btn,.blog-card,.blog-img,.blogs-view-all){transition:none}.home-layout :-moz-any(.pricing-btn,.api-btn,.testimonial-card,.cta-btn,.blog-card,.blog-img,.blogs-view-all){transition:none}.home-layout :is(.pricing-btn,.api-btn,.testimonial-card,.cta-btn,.blog-card,.blog-img,.blogs-view-all){transition:none}.home-layout .blog-card:hover .blog-img{transform:none}.home-layout :-webkit-any(.pricing-btn,.api-btn,.cta-btn,.blogs-view-all):hover{transform:none}.home-layout :-moz-any(.pricing-btn,.api-btn,.cta-btn,.blogs-view-all):hover{transform:none}.home-layout :is(.pricing-btn,.api-btn,.cta-btn,.blogs-view-all):hover{transform:none}.home-layout .blogs-loading:before{animation:none}}.home-layout .landing-page{overflow-wrap:anywhere;min-width:0}.home-layout .blog-card__link{min-width:0;height:100%;color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.home-layout :-webkit-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card__link):focus-visible{outline:3px solid var(--brand-secondary);outline-offset:3px;box-shadow:0 0 0 2px var(--home-bg)}.home-layout :-moz-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card__link):focus-visible{outline:3px solid var(--brand-secondary);outline-offset:3px;box-shadow:0 0 0 2px var(--home-bg)}.home-layout :is(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card__link):focus-visible{outline:3px solid var(--brand-secondary);outline-offset:3px;box-shadow:0 0 0 2px var(--home-bg)}.home-layout .blog-card__link:focus-visible{outline-offset:-4px;border-radius:calc(var(--home-radius-lg) - 1px)}[data-theme=light] .home-layout .section-eyebrow{color:var(--brand-primary)}[data-theme=light] .home-layout :is(.hero-document__status,.hero-document__value--secret,.step-icon,.feature-icon,.comparison-label--blurred,.pricing-feature svg,.api-feature svg){color:var(--brand-primary)}[data-theme=light] .home-layout .blog-category{color:#fff;background:rgba(12,26,61,.92)}[data-theme=light] .home-layout .hero-title__accent{background:linear-gradient(120deg,var(--brand-primary),#007b9f);-webkit-background-clip:text;background-clip:text}[data-theme=light] .home-layout :-webkit-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card__link):focus-visible{outline-color:var(--brand-primary)}[data-theme=light] .home-layout :-moz-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card__link):focus-visible{outline-color:var(--brand-primary)}[data-theme=light] .home-layout :is(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card__link):focus-visible{outline-color:var(--brand-primary)}[data-theme=light] .home-layout .comparison-handle:focus-visible .comparison-handle__grip{box-shadow:0 0 0 5px var(--brand-primary),0 10px 24px -6px var(--home-glow-primary)}@media (max-width:620px){.home-layout{--home-shadow:0 14px 34px -22px rgba(0,0,0,.55)}[data-theme=light] .home-layout{--home-shadow:0 14px 32px -22px rgba(9,32,88,.24)}.home-layout .home-ambient__glow{opacity:.16;filter:blur(52px)}.home-layout .home-ambient__particle:nth-child(2n){display:none}}@media (prefers-reduced-motion:reduce){.home-layout :-webkit-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card,.blog-img,.feature-card,.step-line){transition-duration:.01ms}.home-layout :-moz-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card,.blog-img,.feature-card,.step-line){transition-duration:.01ms}.home-layout :is(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all,.blog-card,.blog-img,.feature-card,.step-line){transition-duration:.01ms}.home-layout .blog-card:hover .blog-img,.home-layout .step-item:hover .step-line,.home-layout .step-item:focus-within .step-line{transform:none}.home-layout :-webkit-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all):hover{transform:none}.home-layout :-moz-any(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all):hover{transform:none}.home-layout :is(.hero-button,.pricing-btn,.api-btn,.cta-btn,.blogs-view-all):hover{transform:none}.home-layout .home-ambient__particle{animation:none;transform:none!important}}
