@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#f4f4f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#08080c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#08080c}::-webkit-scrollbar-thumb{background:#1f1f2e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2d2d44}:root{--bg-light:#f8fafc;--bg-surface:#fff;--border-light:#0000000f;--border-focus:#7c3aed33;--primary:#7c3aed;--primary-glow:#7c3aed1a;--primary-rgb:124, 58, 237;--secondary:#0d9488;--secondary-glow:#0d94881a;--secondary-rgb:13, 148, 136;--accent-critical:#ef4444;--accent-critical-bg:#ef444414;--accent-high:#f59e0b;--accent-high-bg:#f59e0b14;--accent-scheduled:#3b82f6;--accent-scheduled-bg:#3b82f614;--accent-opportunity:#10b981;--accent-opportunity-bg:#10b98114;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8}.app-container{background-color:var(--bg-light);min-height:100vh;color:var(--text-primary);position:relative;overflow:hidden}.bg-glows{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.glow-1{filter:blur(60px);background:radial-gradient(circle,#7c3aed0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:25s ease-in-out infinite alternate float-glow-1;position:absolute;top:-10%;left:15%}.glow-2{filter:blur(70px);background:radial-gradient(circle,#0d94880d 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:30s ease-in-out infinite alternate float-glow-2;position:absolute;bottom:10%;right:10%}@keyframes float-glow-1{0%{transform:translate(0)scale(1)}to{transform:translate(50px,20px)scale(1.05)}}@keyframes float-glow-2{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,-20px)scale(1.1)}}.content-wrapper{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}section{padding:8rem 0}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #6d28d9 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #7c3aed40}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed59}.btn-primary:hover:before{left:100%}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-family:Outfit,sans-serif;font-weight:500;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;box-shadow:0 2px 10px #00000005}.btn-secondary:hover{background:#f8fafc;border-color:#0000001f;transform:translateY(-2px)}.glass-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:20px;transition:border-color .3s,box-shadow .3s,transform .3s;box-shadow:0 10px 30px #00000008,0 1px 3px #00000005}.glass-card:hover{border-color:#7c3aed26;box-shadow:0 15px 35px #7c3aed0d,0 1px 3px #00000003}.section-header{text-align:center;max-width:750px;margin:0 auto 5rem}.section-badge{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#7c3aed0f;border:1px solid #7c3aed1f;border-radius:9999px;margin-bottom:1.5rem;padding:.35rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;display:inline-block}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--text-secondary);font-size:1.15rem;line-height:1.6}@media (width<=768px){section{padding:5rem 0}.section-title{font-size:2.25rem}}.nav-header{z-index:100;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:all .3s cubic-bezier(.25,.8,.25,1);position:fixed;top:0;left:0}.nav-header.scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#ffffffd9;padding:.9rem 0;box-shadow:0 4px 20px #00000005}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{cursor:pointer;align-items:center;gap:.65rem;display:flex}.nav-logo-img{width:auto;height:65px;display:block}.logo-icon{color:var(--primary);font-size:1.8rem;line-height:1}.logo-text{letter-spacing:-.02em;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.logo-highlight{color:var(--secondary)}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-actions{align-items:center;display:flex}.nav-cta{border-radius:10px!important;padding:.65rem 1.4rem!important;font-size:.9rem!important}@media (width<=768px){.nav-links{display:none}}.hero-section{z-index:10;background-color:var(--bg-light);align-items:center;min-height:100vh;padding:10rem 0 6rem;display:flex;position:relative}.hero-wrapper{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4.5rem;max-width:1300px;display:grid}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#7c3aed0f;border:1px solid #7c3aed1f;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;display:inline-flex}.badge-pulse{background-color:var(--primary);width:6px;height:6px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:1.5s infinite alternate pulse-dot}@keyframes pulse-dot{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.5)}}.hero-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:3.25rem;font-weight:800;line-height:1.15}.title-gradient{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.hero-description{color:var(--text-secondary);max-width:580px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-actions{align-items:center;gap:1.25rem;display:flex}.hero-btn-main,.hero-btn-sec{padding:1rem 2rem!important;font-size:1rem!important}.hero-visual{width:100%;position:relative}.visual-container{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.visual-glow-pink{filter:blur(50px);z-index:1;pointer-events:none;background:radial-gradient(circle,#7c3aed0a 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-10%;right:-10%}.visual-glow-cyan{filter:blur(50px);z-index:1;pointer-events:none;background:radial-gradient(circle,#0d948808 0%,#0000 70%);width:300px;height:300px;position:absolute;bottom:-10%;left:-10%}.visual-frame{z-index:2;width:100%;transition:transform .3s;animation:6s ease-in-out infinite float-visual;position:relative;transform:none}.visual-frame:hover{transform:translateY(-4px)scale(1.01)}.visual-image{border:1px solid #0000000d;border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 20px 45px #0f172a14,0 1px 3px #0f172a08}@keyframes float-visual{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=992px){.hero-wrapper{text-align:center;grid-template-columns:1fr;gap:4rem}.hero-content{align-items:center}.hero-description{max-width:100%}.hero-actions{justify-content:center;width:100%}.visual-frame:hover{transform:scale(1.01)}}@media (width<=576px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;gap:1rem}.hero-actions button,.hero-actions a{justify-content:center;width:100%}}.process-section{z-index:10;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background-color:#fff;position:relative}.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.process-card{border:1px solid var(--border-light);flex-direction:column;align-items:flex-start;padding:2.25rem 2rem;display:flex;position:relative;box-shadow:0 4px 15px #00000005!important}.process-card:hover{border-color:#7c3aed26;transform:translateY(-4px)}.process-num-container{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.process-num{color:var(--primary);opacity:.85;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800}.process-icon-bg{background:#7c3aed0d;border:1px solid #7c3aed1a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.process-card-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.process-card-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.process-arrow-connector{color:var(--text-muted);z-index:10;position:absolute;top:50%;right:-1.75rem;transform:translateY(-50%)}@media (width<=992px){.process-grid{grid-template-columns:1fr 1fr;gap:3rem}.process-arrow-connector{display:none}}@media (width<=576px){.process-grid{grid-template-columns:1fr}.process-card{padding:2rem}}.features-showcase-section{z-index:10;background-color:var(--bg-light);position:relative}.features-showcase-list{flex-direction:column;gap:8rem;display:flex}.feature-showcase-row{grid-template-columns:1.05fr .95fr;align-items:center;gap:5rem;display:grid}.feature-showcase-row.align-right{grid-template-columns:.95fr 1.05fr}.feature-showcase-row.align-right .feature-showcase-info{order:1}.feature-showcase-row.align-right .feature-showcase-visual{order:-1}.feature-showcase-info{flex-direction:column;align-items:flex-start;display:flex}.feature-badge-type{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);background:#7c3aed0d;border:1px solid #7c3aed1f;border-radius:8px;margin-bottom:1.25rem;padding:.35rem .85rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.feature-showcase-row:nth-child(2n) .feature-badge-type{color:var(--secondary);background:#0d94880d;border-color:#0d94881f}.feature-showcase-title{color:var(--text-primary);margin-bottom:1.25rem;font-size:2.25rem;font-weight:800;line-height:1.2}.feature-showcase-desc{color:var(--text-secondary);font-size:1.05rem;line-height:1.65}.feature-showcase-visual{width:100%}.feature-visual-frame{cursor:pointer;border-radius:12px;width:100%;transition:transform .3s;position:relative;overflow:hidden;transform:none}.feature-visual-frame:hover{transform:translateY(-4px)scale(1.01)}.feature-wireframe-img{border:1px solid #0000000d;border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 15px 35px #0f172a0d,0 1px 3px #0f172a05}.zoom-hint-overlay{opacity:0;color:#fff;background:#0f172a66;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.feature-visual-frame:hover .zoom-hint-overlay{opacity:1}.zoom-hint-overlay span{letter-spacing:.02em;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600}.lightbox-overlay{-webkit-backdrop-filter:blur(10px);z-index:2000;cursor:zoom-out;background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s fade-in;display:flex;position:fixed;top:0;left:0}.lightbox-content{cursor:default;justify-content:center;align-items:center;max-width:1200px;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) scale-up;display:flex;position:relative}.lightbox-img{border:1px solid #ffffff1a;border-radius:16px;max-width:100%;max-height:85vh;display:block;box-shadow:0 30px 60px #0000004d}.lightbox-close{color:#fffc;cursor:pointer;background:0 0;border:none;font-size:2.5rem;transition:color .2s;position:absolute;top:-2.5rem;right:0}.lightbox-close:hover{color:#fff}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=992px){.features-showcase-list{gap:6rem}.feature-showcase-row,.feature-showcase-row.align-right{text-align:center;grid-template-columns:1fr;gap:3rem}.feature-showcase-info{align-items:center}.feature-showcase-row.align-right .feature-showcase-info{order:-1}.feature-showcase-row.align-right .feature-showcase-visual{order:1}.feature-visual-frame:hover{transform:scale(1.01)}}@media (width<=576px){.feature-showcase-title{font-size:1.75rem}.feature-showcase-desc{font-size:.95rem}.lightbox-overlay{padding:1rem}.lightbox-close{top:-2.2rem;right:.2rem}}.footer-section{z-index:10;border-top:1px solid var(--border-light);background-color:var(--bg-light);padding-top:6rem;position:relative}.faq-wrapper{margin-bottom:6rem}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;padding:1.5rem 2rem;transition:all .3s;overflow:hidden;border:1px solid var(--border-light)!important;background:#fff!important;box-shadow:0 4px 15px #00000003!important}.faq-item:hover{background:#f8fafc!important;border-color:#0000001f!important}.faq-question{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.faq-question h3{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.faq-icon{color:var(--primary);font-size:1.5rem;font-weight:700;transition:transform .3s}.faq-answer{opacity:0;max-height:0;padding-top:0;transition:all .3s cubic-bezier(0,1,0,1)}.faq-item.open .faq-answer{opacity:1;max-height:500px;padding-top:1rem;transition:all .3s cubic-bezier(1,0,1,0)}.faq-answer p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.footer-bottom{border-top:1px solid var(--border-light);background-color:#f1f5f9;padding:4rem 0 2rem}.footer-bottom-wrapper{grid-template-columns:1.2fr .8fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand-info{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.footer-logo-img{width:auto;height:75px;display:block}.footer-motto{color:var(--text-secondary);max-width:420px;font-size:.95rem;line-height:1.6}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.footer-links-col{flex-direction:column;gap:.85rem;display:flex}.footer-links-col h4{text-transform:uppercase;color:var(--text-primary);letter-spacing:.05em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700}.footer-links-col a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links-col a:hover{color:var(--primary)}.footer-address{color:var(--text-muted);font-size:.85rem;line-height:1.4}.footer-copyright{border-top:1px solid var(--border-light);justify-content:center;padding-top:2rem;display:flex}.footer-copyright p{color:var(--text-muted);text-align:center;margin:0;font-size:.85rem}@media (width<=768px){.footer-bottom-wrapper{grid-template-columns:1fr;gap:3rem}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0f172a80;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s fade-in;display:flex;position:fixed;top:0;left:0}.modal-content{width:100%;max-width:580px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.34,1.56,.64,1) scale-up;position:relative;overflow-y:auto;border:1px solid var(--border-light)!important;background:#fff!important;box-shadow:0 25px 50px -12px #00000026!important}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:2rem;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.modal-close:hover{color:var(--text-primary)}.modal-header-desc{text-align:center;margin-bottom:2rem}.modal-logo-img{width:auto;height:80px;margin:0 auto 1rem;display:block}.modal-icon-top{color:var(--primary);margin-bottom:.5rem;font-size:2.25rem;display:block}.modal-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.modal-subtitle{color:var(--text-secondary);font-size:.95rem}.modal-form{flex-direction:column;gap:1.25rem;display:flex}.form-group-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:600}.form-group input,.form-group select{border:1px solid var(--border-light);color:var(--text-primary);background:#fff;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s;box-shadow:0 1px 2px #00000005}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.form-group select option{color:var(--text-primary);background-color:#fff}.form-group input:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.checkbox-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.5rem 0;display:grid}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;box-shadow:none}.checkbox-label span{color:var(--text-secondary);text-transform:none;letter-spacing:normal;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.other-input-field{margin-top:.5rem}.form-submit-btn{justify-content:center;width:100%;margin-top:1rem;border-radius:10px!important}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-success{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.success-icon-container{border:2px solid var(--secondary);background:#0d948814;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 4px 15px #0d948826}.success-icon{color:var(--secondary);font-size:2rem;font-weight:700}.success-message{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.success-details-card{background:var(--bg-light);border:1px solid var(--border-light);text-align:left;border-radius:12px;width:100%;margin-bottom:2.5rem;padding:1.25rem}.success-details-card h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.9rem}.success-details-card ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.success-details-card li{color:var(--text-secondary);font-size:.9rem}.dev-note{color:var(--secondary);opacity:.8;border-top:1px dashed var(--border-light);margin-top:1rem;padding-top:.75rem;font-size:.8rem}.success-btn{justify-content:center;width:100%;border-radius:10px!important}@media (width<=576px){.form-group-row{grid-template-columns:1fr}.modal-content{padding:1.5rem}.checkbox-grid{grid-template-columns:1fr}}
