:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--chart-primary-color);text-decoration:inherit}a:hover{color:var(--highlight-text-color)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;cursor:none;background-color:var(--bg-color);color:var(--text-color)}*{cursor:none}h1{font-size:3.2em;line-height:1.1;color:var(--text-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--card-bg-color);color:var(--text-color);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:var(--chart-primary-color);background-color:var(--hover-bg-color);cursor:none}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box;cursor:none}body{cursor:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-color);color:var(--text-color)}.app{min-height:100vh;width:100%}.landing-page{width:100%;min-height:100vh}.hero-section{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-background .aurora-container{width:100%!important;height:100%!important}.hero-background .aurora-container canvas{width:100%!important;height:100%!important;display:block!important}.aurora-container{position:absolute!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:1}.hero-section .aurora-container{position:absolute!important;inset:0!important;width:100vw!important;height:100vh!important;min-width:100vw!important;min-height:100vh!important}.hero-content{position:relative;z-index:2;text-align:center;max-width:1200px;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.logo-text{font-size:6rem;font-weight:700;color:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(3,147,1,.3)}.hero-typewriter{margin-bottom:2rem}.hero-typewriter-text{font-size:2.5rem;font-weight:600;color:var(--text-color);text-shadow:0 0 20px rgba(160,174,192,.3);min-height:3rem;display:flex;align-items:center;justify-content:center}.hero-cursor{color:var(--chart-primary-color);font-weight:700;text-shadow:0 0 10px rgba(3,147,1,.5)}.hero-value-props{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;max-width:600px}.value-prop{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;color:var(--dim-text-color);opacity:.9}.value-icon{font-size:1.3rem;filter:drop-shadow(0 0 5px rgba(160,174,192,.3))}.hero-cta{margin-bottom:3rem}.hero-cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.hero-cta-buttons .icon-btns{display:flex;gap:2rem;grid-template-columns:unset;padding:0;margin:0}.hero-cta-buttons .icon-btn{width:6em;height:6em;transform:scale(1.2)}.cta-primary .icon-btn__back{background:linear-gradient(135deg,var(--chart-primary-color),var(--benchmark-color))!important}.cta-secondary .icon-btn__back{background:linear-gradient(135deg,var(--mean-color),var(--chart-primary-color))!important}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.7;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}.scroll-arrow{font-size:1.5rem;animation:bounce 2s infinite;color:var(--chart-primary-color)}.scroll-text{font-size:.9rem;color:var(--dim-text-color);text-transform:uppercase;letter-spacing:.1em}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.problem-solution-section{min-height:100vh;padding:4rem 2rem;background:var(--bg-color);display:flex;align-items:center;justify-content:center}.problem-solution-container{max-width:1200px;width:100%;text-align:center}.section-header{margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;background:"#ffffff";-webkit-background-clip:text;background-clip:text;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--dim-text-color);max-width:600px;margin:0 auto}.flip-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;justify-items:center}.problem-solution-card{transition:transform .3s ease}.problem-solution-card:hover{transform:translateY(-5px)}.card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}.card-icon{font-size:3rem;margin-bottom:1rem}.problem-icon{filter:drop-shadow(0 0 10px rgba(3,147,1,.5))}.solution-icon{filter:drop-shadow(0 0 10px rgba(72,187,120,.5))}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.problem-title,.solution-title{color:"#ffffff"}.card-description{font-size:1rem;line-height:1.6;opacity:.9;text-align:center}.problem-description,.solution-description{color:var(--dim-text-color)}.flip-hint{font-size:.9rem;opacity:.7;margin-top:auto;font-style:italic}.section-cta{margin-top:3rem}.cta-text{font-size:1.3rem;color:var(--text-color);margin-bottom:1.5rem}.cta-button{background:linear-gradient(135deg,var(--chart-primary-color),var(--mean-color));color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0393014d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #03930166}@media (max-width: 768px){.hero-content{gap:2rem;padding:0 1rem}.logo-text{font-size:2.5rem}.hero-typewriter-text{font-size:1.8rem;min-height:2.5rem}.value-prop{font-size:1rem}.hero-cta-buttons .icon-btn{width:5em;height:5em;transform:scale(1)}.hero-cta-buttons{gap:1rem}.problem-solution-section{padding:2rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.flip-cards-grid{grid-template-columns:1fr;gap:1.5rem}.problem-solution-card{width:100%!important;max-width:350px}}@media (max-width: 480px){.logo-text{font-size:2rem}.hero-typewriter-text{font-size:1.5rem}.hero-value-props{gap:.75rem}.value-prop{font-size:.9rem}.hero-cta-buttons .icon-btn{width:4em;height:4em}.section-title{font-size:1.8rem}.card-title{font-size:1.3rem}.card-description{font-size:.9rem}}.lighting-hero-section{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.lighting-hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.lighting-rays-background{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.lighting-hero-section .hero-content{position:relative;z-index:2;text-align:center;max-width:1200px;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.lighting-hero-section .hero-logo .logo-text{font-size:5rem;font-weight:700;color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none;filter:none;z-index:10;position:relative;display:block}.lighting-hero-section .hero-shiny-text{display:flex;justify-content:center;align-items:center;text-align:center;max-width:800px;margin:0 auto}.lighting-hero-section .hero-shiny-text-component{font-size:2.5rem;font-weight:600;line-height:1.2;text-align:center;max-width:100%;word-wrap:break-word;color:#fff}.lighting-hero-section .hero-typewriter-text{font-size:2.5rem;font-weight:600;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.5);min-height:3rem;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.lighting-hero-section .hero-value-props{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.lighting-hero-section .value-prop{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:#e2e8f0;text-shadow:0 0 10px rgba(226,232,240,.3)}.lighting-hero-section .value-icon{font-size:1.5rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.4))}.lighting-hero-section .scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#94a3b8;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-shadow:0 0 10px rgba(148,163,184,.3);z-index:20;animation:float 3s ease-in-out infinite}.lighting-hero-section .scroll-indicator:hover{color:#fff;transform:translateY(2px)}.lighting-hero-section .scroll-arrow{font-size:1.5rem;animation:bounce 2s infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,.4))}.lighting-hero-section .scroll-down-indicator{position:absolute;bottom:2rem;left:0;right:0;margin:0 auto;width:fit-content;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#94a3b8;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-shadow:0 0 10px rgba(148,163,184,.3);z-index:20;animation:float 3s ease-in-out infinite}.lighting-hero-section .scroll-down-indicator:hover{color:#fff;transform:translateY(2px)}.lighting-hero-section .scroll-down-indicator .scroll-text{font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.lighting-hero-section .scroll-down-indicator .scroll-arrow{font-size:1.5rem;animation:bounce 2s infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,.4))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.lighting-hero-section .hero-content{gap:2rem;padding:0 1rem}.lighting-hero-section .hero-logo .logo-text{font-size:4rem}.lighting-hero-section .hero-shiny-text-component{font-size:2rem}.lighting-hero-section .hero-typewriter-text{font-size:1.8rem;min-height:2.5rem}.lighting-hero-section .value-prop{font-size:1rem}}@media (max-width: 480px){.lighting-hero-section .hero-logo .logo-text{font-size:3rem}.lighting-hero-section .hero-shiny-text-component,.lighting-hero-section .hero-typewriter-text{font-size:1.5rem}.lighting-hero-section .hero-value-props{gap:.75rem}.lighting-hero-section .value-prop{font-size:.9rem}}.light-rays-container{width:100%;height:100%;position:relative;pointer-events:none;z-index:3;overflow:hidden}.shiny-text{color:#fff;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.powerful-features{padding:80px 20px;text-align:center;background-color:var(--color-background-secondary)}.powerful-features__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.powerful-features__title{font-size:3.5em;margin-bottom:15px;font-weight:700;letter-spacing:-1.5px;background:"#ffffff";-webkit-background-clip:text;background-clip:text}.powerful-features__tagline{font-size:1.4em;color:var(--color-text-secondary);margin-bottom:50px;line-height:1.6}.flip-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1200px;margin:0 auto}.powerful-features-card{width:100%;height:400px}.card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:10px;text-align:center}.card-title{font-size:1.5em;font-weight:700;margin-bottom:10px}.card-description{font-size:1em;color:var(--color-text-secondary)}.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}.target-audience{padding:6rem 0;background:var(--bg-color);min-height:100vh;display:flex;align-items:center}.target-audience__container{max-width:1400px;margin:0 auto;padding:0 2rem}.target-audience__header{text-align:center;margin-bottom:4rem}.target-audience__title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.target-audience__shiny-title{background:"#ffffff";-webkit-background-clip:text;background-clip:text}.target-audience__subtitle{font-size:1.25rem;color:var(--dim-text-color);max-width:600px;margin:0 auto;line-height:1.6}.target-audience__content{display:flex;justify-content:center;margin-bottom:4rem}.target-audience__personas{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;justify-content:center}.target-audience__persona{background:var(--card-bg-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex:1;min-width:280px;max-width:350px}.target-audience__persona:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--persona-color);transform:scaleX(0);transition:transform 1s ease}.target-audience__persona:hover{border-color:var(--highlight-color)}.target-audience__persona.active{background:var(--highlight-color);border-color:var(--chart-primary-color);box-shadow:0 0 40px #0393014d}.target-audience__persona.active:before{transform:scaleX(1)}.target-audience__persona-header{margin-bottom:1rem}.target-audience__persona-title{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem;line-height:1.3}.target-audience__persona-role{font-size:.875rem;color:var(--persona-color);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.target-audience__persona-description{color:var(--dim-text-color);line-height:1.6;margin-bottom:1rem}.target-audience__persona-benefits{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.target-audience__benefits-title{font-size:1rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.target-audience__benefits-list{list-style:none;padding:0;margin:0}.target-audience__benefit-item{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:#000}.target-audience__benefit-item:before{content:"✓";position:absolute;left:0;color:var(--persona-color);font-weight:700}.target-audience__benefit-text{color:var(--text-color);font-size:.875rem;line-height:1.5}.target-audience__cta{text-align:center;background:var(--card-bg-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:16px;padding:3rem 2rem;margin-top:2rem}.target-audience__cta-content{max-width:600px;margin:0 auto}.target-audience__cta-title{font-size:2rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;line-height:1.3}.target-audience__cta-subtitle{font-size:1.125rem;color:var(--dim-text-color);margin-bottom:2rem;line-height:1.6}.target-audience__cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.target-audience__cta-primary{background:linear-gradient(135deg,var(--chart-primary-color),var(--mean-color));color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0393014d}.target-audience__cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #03930166}.target-audience__cta-secondary{background:var(--card-bg-color);color:var(--text-color);border:1px solid var(--border-color);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.target-audience__cta-secondary:hover{background:var(--hover-bg-color);border-color:var(--highlight-color);transform:translateY(-2px)}@media (max-width: 768px){.target-audience{padding:4rem 0}.target-audience__container{padding:0 1rem}.target-audience__title{font-size:2rem}.target-audience__subtitle{font-size:1.125rem}.target-audience__persona-title{font-size:1.25rem}.target-audience__cta-title{font-size:1.5rem}.target-audience__cta-buttons{flex-direction:column;align-items:center}.target-audience__cta-primary,.target-audience__cta-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.target-audience__title{font-size:1.75rem}.target-audience__persona{padding:1.25rem}.target-audience__persona-title{font-size:1.125rem}.target-audience__cta{padding:2rem 1.5rem}.target-audience__cta-title{font-size:1.25rem}}.particles-container{position:relative;width:100%;height:100%}.footer{position:relative;background-color:transparent;color:#cbd5e1;padding:2rem 0;font-family:Arial,sans-serif;overflow:hidden}.footer-base-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1e293b;z-index:0}.footer__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;background-color:transparent}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{margin-bottom:1rem}.footer-section h3{color:#94a3b8;margin-bottom:1rem;font-size:1.2rem}.footer-section p{font-size:.9rem;line-height:1.4}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#64748b}.social-links{display:flex;gap:1rem}.social-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#64748b}.footer-section form{display:flex;flex-direction:column}.footer-section form input{padding:.5rem;margin-bottom:.5rem;border:1px solid #475569;background-color:#0f172a;color:#cbd5e1}.footer-section form button{padding:.5rem 1rem;background-color:#334155;color:#cbd5e1;border:none;cursor:pointer;transition:background-color .3s ease}.footer-section form button:hover{background-color:#475569}.footer-bottom{text-align:center;font-size:.8rem;border-top:1px solid #475569;padding-top:1rem;margin-top:2rem}.target-cursor-wrapper{position:fixed;top:0;left:0;width:0;height:0;pointer-events:none;z-index:9999;mix-blend-mode:difference;transform:translate(-50%,-50%)}.target-cursor-dot{position:absolute;left:50%;top:50%;width:4px;height:4px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);will-change:transform}.target-cursor-corner{position:absolute;left:50%;top:50%;width:12px;height:12px;border:3px solid #fff;will-change:transform}.corner-tl{transform:translate(-150%,-150%);border-right:none;border-bottom:none}.corner-tr{transform:translate(50%,-150%);border-left:none;border-bottom:none}.corner-br{transform:translate(50%,50%);border-left:none;border-top:none}.corner-bl{transform:translate(-150%,50%);border-right:none;border-top:none}
