@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{position:fixed;top:0;left:0;width:100%;background:#000000b3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.header-content{max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo{flex-shrink:0}.header-logo img{height:50px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:3rem;flex:1;justify-content:center}.nav-item{position:relative}.nav-button{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;transition:color .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.nav-button:hover,.nav-button.active{color:#3faaeb}.plus-icon{font-size:1.25rem;font-weight:400;display:inline-flex;transition:transform .3s ease,color .3s ease;animation:plusColorCycle 4s ease-in-out infinite}.plus-icon.rotate{transform:rotate(45deg)}@keyframes plusColorCycle{0%,to{color:#33ebde}33%{color:#3faaeb}66%{color:#ff751f}}.dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:1rem;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 0;min-width:220px;box-shadow:0 10px 40px #00000080;animation:dropdownSlide .3s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown a{display:block;padding:.75rem 1.5rem;color:#fff;text-decoration:none;font-size:.95rem;transition:all .2s ease}.dropdown a:hover{background:#3faaeb33;color:#3faaeb}.header-cta-group{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header-cta{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;background-color:#0009;color:#fff;flex-shrink:0;text-decoration:none;display:inline-block}.header-cta-primary{background-color:#14b8a6;border-color:#14b8a6;color:#000}.header-cta-primary:hover{background-color:#0d9488;border-color:#0d9488;transform:translateY(-2px);box-shadow:0 4px 15px #14b8a666}.header-cta-secondary{animation:breathingBorder 4s ease-in-out infinite}.header-cta-secondary:hover{transform:translateY(-2px);background-color:#000c}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.75rem;cursor:pointer;padding:.5rem;transition:color .3s ease}.mobile-menu-toggle:hover{color:#3faaeb}.mobile-menu{display:none;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenuSlide .3s ease-out}@keyframes mobileMenuSlide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-item{margin-bottom:1rem}.mobile-nav-button{background:none;border:none;color:#fff;font-size:1.125rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;transition:color .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mobile-nav-button:hover,.mobile-nav-button.active{color:#3faaeb}.mobile-dropdown{padding-left:1rem;margin-top:.5rem;animation:dropdownSlide .3s ease-out}.mobile-dropdown a{display:block;padding:.75rem 1rem;color:#fffc;text-decoration:none;font-size:1rem;transition:all .2s ease;border-left:2px solid transparent}.mobile-dropdown a:hover{color:#3faaeb;border-left-color:#3faaeb}.mobile-cta{width:100%;padding:1rem 2rem;margin-top:1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0009;color:#fff;text-decoration:none;display:block;text-align:center}.mobile-cta-primary{background-color:#14b8a6;border-color:#14b8a6;color:#000;margin-top:2rem}.mobile-cta-primary:hover{background-color:#0d9488;border-color:#0d9488;transform:translateY(-2px);box-shadow:0 4px 15px #14b8a666}.mobile-cta-secondary{animation:breathingBorder 4s ease-in-out infinite;margin-top:1rem}.mobile-cta-secondary:hover{transform:translateY(-2px);background-color:#000c}@media(max-width:1024px){.header-nav{gap:2rem}.header-content{padding:1rem 1.5rem}}@media(max-width:768px){.header-nav,.header-cta-group{display:none}.mobile-menu-toggle,.mobile-menu{display:block}.header-logo img{height:40px}.header-content{padding:1rem}}.footer{background:#000000b3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.1);color:#fff;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-10%;left:30%;width:400px;height:300px;background:radial-gradient(ellipse at center,rgba(255,255,255,.04) 0%,transparent 65%);border-radius:50%;transform:rotate(20deg) scale(2.5,.5);opacity:.6;z-index:0;pointer-events:none}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-column h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#3faaeb;font-family:"DM Serif Display",serif}.footer-column a{display:block;color:#fffc;text-decoration:none;margin-bottom:.75rem;font-size:.95rem;transition:all .2s ease;padding-left:0;border-left:2px solid transparent}.footer-column a:hover{color:#3faaeb;padding-left:.5rem;border-left-color:#3faaeb}.social-links{display:flex;gap:1rem;margin-bottom:1.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all .3s ease;padding:0;margin:0;border:none}.social-links a:hover{background:#3faaeb;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #3faaeb66;padding:0;border:none}.social-links svg{width:20px;height:20px}.footer-contact{margin-top:1.5rem}.footer-contact p{color:#fffc;margin-bottom:.5rem;font-size:.95rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-logo img{height:40px;width:auto}.copyright{color:#fff9;font-size:.9rem;margin:0}@media(max-width:1024px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{padding:0 1.5rem}.footer-columns{grid-template-columns:1fr;gap:2rem}.footer-column{text-align:left}.footer-column h3{margin-bottom:1rem}.footer-bottom{flex-direction:column;align-items:center;text-align:center;padding-top:1.5rem}.footer-logo img{height:35px}}@media(max-width:480px){.footer{padding:2rem 0 1rem}.footer-content{padding:0 1rem}.social-links{justify-content:center}.footer-contact{text-align:center}}.hero{position:relative;width:100%;height:80vh;max-height:900px;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;top:10%;left:-5%;width:500px;height:500px;background:radial-gradient(ellipse at center,rgba(255,255,255,.06) 0%,transparent 55%);border-radius:50%;transform:rotate(-20deg) scale(2.5,.7);opacity:.5;z-index:2;pointer-events:none}.hero:after{content:"";position:absolute;bottom:15%;right:-3%;width:450px;height:450px;background:radial-gradient(ellipse at center,rgba(255,255,255,.05) 0%,transparent 60%);border-radius:50%;transform:rotate(35deg) scale(2.2,.6);opacity:.6;z-index:2;pointer-events:none}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:opacity}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;animation:heroImageFloat 8s ease-in-out infinite}@keyframes heroImageFloat{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.05) translateY(-10px)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.hero-person-image{position:absolute;right:5%;top:50%;transform:translateY(-50%);height:50%;width:auto;object-fit:contain;z-index:2;filter:drop-shadow(0 10px 30px rgba(0,0,0,.5)) brightness(.85)}.hero-content{position:relative;z-index:5;text-align:left;max-width:1200px;padding:0 2rem;color:#fff}.hero-headline{font-family:"DM Serif Display",serif;font-size:clamp(2rem,5vw,4rem);font-weight:400;line-height:1.2;margin-bottom:1.5rem;color:#fff;-webkit-text-stroke:1px rgba(0,0,0,.5);text-shadow:0 2px 4px rgba(0,0,0,.3),0 0 8px rgba(255,255,255,.1);animation:subtleSmoking 4s .8s ease-in-out infinite}@keyframes subtleSmoking{0%,to{text-shadow:0 2px 4px rgba(0,0,0,.3),0 0 8px rgba(255,255,255,.1)}50%{text-shadow:0 2px 4px rgba(0,0,0,.3),0 0 12px rgba(255,255,255,.15)}}.hero-subheadline{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.25rem,3vw,1.875rem);font-weight:400;line-height:1.6;margin-bottom:3rem;color:#33ebde;opacity:.95;text-shadow:0 2px 15px rgba(0,0,0,.4)}.highlight-blue{color:#3faaeb;font-weight:500;-webkit-text-stroke:.5px rgba(0,0,0,.3);text-shadow:1px 1px 2px rgba(0,0,0,.4)}.highlight-green{color:#33ebde;font-weight:500;-webkit-text-stroke:.5px rgba(0,0,0,.3);text-shadow:1px 1px 2px rgba(0,0,0,.4)}.hero-cta-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;align-items:center}@keyframes breathingBorder{0%,to{border-color:#33ebde;box-shadow:0 0 15px #33ebde99}33%{border-color:#3faaeb;box-shadow:0 0 15px #3faaeb99}66%{border-color:#ff751f;box-shadow:0 0 15px #ff751f99}}.hero-cta{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;position:relative;animation:breathingBorder 4s ease-in-out infinite}.hero-cta-primary{background-color:#0009;color:#fff}.hero-cta-primary:hover{transform:translateY(-2px);background-color:#000000b3}.hero-cta-secondary{background-color:#0009;color:#fff}.hero-cta-secondary:hover{transform:translateY(-2px);background-color:#000000b3}.hero-cta-tertiary{background-color:#0009;color:#fff}.hero-cta-tertiary:hover{transform:translateY(-2px);background-color:#000000b3}@media(max-width:768px){.hero{height:100vh;min-height:600px}.hero-content{padding:0 1.5rem}.hero-headline{font-size:2rem;margin-bottom:1rem}.hero-subheadline{font-size:1.125rem;margin-bottom:2rem}.hero-cta-container{flex-direction:column;width:100%}.hero-cta{width:100%;max-width:300px;padding:.875rem 1.5rem}.hero-person-image{right:50%;transform:translate(50%,-50%);height:30%;opacity:.6}}@media(max-width:480px){.hero-headline{font-size:1.75rem}.hero-subheadline{font-size:.9rem}}.animated-waves{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;opacity:.3;z-index:2}.wave-1{border:2px solid #33ebde;animation:waveExpand 6s ease-out infinite}.wave-2{border:2px solid #3faaeb;animation:waveExpand 6s ease-out infinite 2s}.wave-3{border:2px solid #ff751f;animation:waveExpand 6s ease-out infinite 4s}@keyframes waveExpand{0%{width:0%;height:0%;opacity:.6}50%{opacity:.2}to{width:200%;height:200%;opacity:0}}.cta-icon{display:inline-flex;align-items:center;margin-right:.5rem}.grid-3d-container{position:absolute;top:0;left:0;width:100%;height:100%;perspective:800px;perspective-origin:50% 50%;overflow:hidden;z-index:3;pointer-events:none;transform-style:preserve-3d}.grid-line{position:absolute;opacity:.6;will-change:transform}.grid-line-horizontal{width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(155,111,255,.95) 10%,rgba(63,170,235,1) 50%,rgba(255,110,199,.95) 90%,transparent 100%);box-shadow:0 0 15px #3faaebe6,0 0 30px #3faaeb80;transform-origin:center center;animation:gridMoveHorizontal 4s linear infinite}.grid-line-vertical{width:3px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(155,111,255,.9) 10%,rgba(63,170,235,1) 50%,rgba(255,110,199,.9) 90%,transparent 100%);box-shadow:0 0 15px #3faaebcc,0 0 30px #3faaeb66;transform-origin:center center;animation:gridMoveVertical 4s linear infinite}.grid-line-horizontal:nth-child(2n){animation-delay:-2s;opacity:.3}.grid-line-horizontal:nth-child(3n){animation-delay:-1s;opacity:.35}.grid-line-vertical:nth-child(2n){animation-delay:-2s;opacity:.3}.grid-line-vertical:nth-child(3n){animation-delay:-1s;opacity:.35}@keyframes gridMoveHorizontal{0%{transform:translateZ(-1000px) translateY(-50%) scaleX(.2);opacity:0}20%{opacity:.4}80%{opacity:.3}to{transform:translateZ(200px) translateY(50%) scaleX(2);opacity:0}}@keyframes gridMoveVertical{0%{transform:translateZ(-1000px) translate(-50%) scaleY(.2);opacity:0}20%{opacity:.4}80%{opacity:.3}to{transform:translateZ(200px) translate(50%) scaleY(2);opacity:0}}@media(max-width:768px){.grid-3d-container{perspective:600px}.grid-line{opacity:.25}.grid-line-horizontal,.grid-line-vertical{animation-duration:5s}.grid-line-horizontal:nth-child(n+8),.grid-line-vertical:nth-child(n+11){display:none}}@media(prefers-reduced-motion:reduce){.grid-3d-container{display:none}}.hero-image-container[data-ken-burns=true] .hero-image{animation:kenBurnsZoom 4.45s .8s ease-out forwards,heroImageFloat 8s ease-in-out infinite;transform-origin:center center}@keyframes kenBurnsZoom{0%{transform:scale(1) translateY(0)}to{transform:scale(1.15) translateY(0)}}@media(max-width:768px){.hero-image-container[data-ken-burns=true] .hero-image{animation:kenBurnsZoomMobile 4.45s .8s ease-out forwards,heroImageFloat 8s ease-in-out infinite}@keyframes kenBurnsZoomMobile{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(0)}}}@media(prefers-reduced-motion:reduce){.hero-image-container[data-ken-burns=true] .hero-image{animation:none}}.hero-navigation{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:1.5rem}.hero-nav-arrow{background:#00000080;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-nav-arrow:hover{background:#3faaeb4d;border-color:#3faaeb;transform:scale(1.1)}.hero-dots{display:flex;gap:.75rem;align-items:center}.hero-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.hero-dot:hover{border-color:#3faaeb;transform:scale(1.2)}.hero-dot.active{background:#3faaeb;border-color:#3faaeb;box-shadow:0 0 10px #3faaeb99}@media(max-width:768px){.hero-navigation{bottom:1rem;gap:1rem}.hero-nav-arrow{width:36px;height:36px;font-size:1.5rem}.hero-dots{gap:.5rem}.hero-dot{width:10px;height:10px}}.hero-pause-button{position:absolute;bottom:2rem;right:2rem;z-index:10;background:#00000080;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1.25rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-pause-button:hover{background:#3faaeb4d;border-color:#3faaeb;transform:scale(1.1)}.hero-pause-button.paused{background:#33ebde33;border-color:#33ebde;box-shadow:0 0 15px #33ebde80}.hero-pause-button.paused:hover{background:#33ebde4d;box-shadow:0 0 20px #33ebdeb3}@media(max-width:768px){.hero-pause-button{bottom:1rem;right:1rem;width:44px;height:44px;font-size:1rem}}.snowfall-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;pointer-events:none;overflow:hidden}.snowflake{position:absolute;top:-10px;color:#fff;font-size:1.5rem;will-change:transform,opacity;animation:snowfall linear infinite;text-shadow:0 0 10px rgba(255,255,255,1),0 0 20px rgba(255,255,255,.8)}@keyframes snowfall{0%{transform:translateY(0) translate(0) rotate(0);opacity:.9}50%{transform:translateY(50vh) translate(20px) rotate(180deg);opacity:.7}to{transform:translateY(100vh) translate(-20px) rotate(360deg);opacity:.5}}.prayer-flags-container{position:absolute;top:5%;left:-5%;width:110%;height:100px;z-index:3;pointer-events:none;display:flex;justify-content:space-around;align-items:flex-start;padding:0 5%;transform:rotate(-2deg);filter:drop-shadow(0 3px 8px rgba(0,0,0,.25))}.prayer-flag{width:16%;max-width:140px;height:90px;position:relative;transform-origin:top center;will-change:transform;animation:flagWave 3.5s ease-in-out infinite;border-radius:0;opacity:.9;filter:contrast(.85) saturate(.75) brightness(1.1);clip-path:polygon(1% 0%,4% 2%,8% 1%,12% 3%,18% 1.5%,24% 2.5%,30% 1%,38% 2%,46% 1.5%,54% 2%,62% 1%,70% 2.5%,78% 1.5%,85% 2%,92% 1%,97% 2%,99% 1%,100% 6%,99% 12%,100% 20%,99% 28%,100% 38%,99% 48%,100% 58%,99% 68%,100% 78%,99% 86%,100% 93%,98% 98%,94% 99%,88% 98%,82% 100%,75% 98%,68% 99%,60% 98%,52% 100%,44% 98%,36% 99%,28% 98%,20% 100%,14% 98%,8% 99%,4% 98%,1% 96%,0% 88%,1% 78%,0% 68%,1% 56%,0% 44%,1% 32%,0% 22%,1% 12%,0% 6%);background-blend-mode:multiply}.flag-blue{background:linear-gradient(180deg,#347ab8cc,#347ab899);animation-delay:0s}.flag-white{background:linear-gradient(180deg,#f0f0e6d9,#f0f0e6a6);animation-delay:.7s}.flag-red{background:linear-gradient(180deg,#cc333fcc,#cc333f99);animation-delay:1.4s}.flag-green{background:linear-gradient(180deg,#4c995ccc,#4c995c99);animation-delay:2.1s}.flag-yellow{background:linear-gradient(180deg,#e8c152cc,#e8c15299);animation-delay:2.8s}@keyframes flagWave{0%,to{transform:rotateY(0) rotateX(3deg) rotate(0) scale(1)}15%{transform:rotateY(-12deg) rotateX(6deg) rotate(-3deg) scale(.98)}35%{transform:rotateY(8deg) rotateX(8deg) rotate(2deg) scale(1.02)}50%{transform:rotateY(0) rotateX(10deg) rotate(0) scale(1)}65%{transform:rotateY(12deg) rotateX(8deg) rotate(3deg) scale(.98)}85%{transform:rotateY(-8deg) rotateX(6deg) rotate(-2deg) scale(1.02)}}@media(max-width:768px){.snowflake{font-size:.75rem}.prayer-flags-container{height:60px;top:8%}.prayer-flag{height:60px}.snowflake:nth-child(n+13){display:none}}@media(prefers-reduced-motion:reduce){.snowfall-container,.prayer-flags-container{display:none}}.code-float-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;pointer-events:none;overflow:hidden}.code-snippet{position:absolute;font-family:Courier New,monospace;font-size:1.25rem;font-weight:600;color:#33ebde;text-shadow:0 0 10px rgba(51,235,222,.8),0 0 20px rgba(51,235,222,.5);will-change:transform,opacity;animation:codeFloat 8s ease-in-out infinite;opacity:.7}.code-snippet:nth-child(2n){color:#3faaeb;text-shadow:0 0 10px rgba(63,170,235,.8),0 0 20px rgba(63,170,235,.5)}.code-snippet:nth-child(3n){animation-duration:10s}.code-snippet:nth-child(4n){animation-duration:9s}@keyframes codeFloat{0%{transform:translateY(0) translate(0) rotate(0);opacity:.3}25%{transform:translateY(-20px) translate(15px) rotate(2deg);opacity:.7}50%{transform:translateY(-10px) translate(30px) rotate(-2deg);opacity:.9}75%{transform:translateY(-25px) translate(20px) rotate(1deg);opacity:.6}to{transform:translateY(0) translate(0) rotate(0);opacity:.3}}@media(max-width:768px){.code-snippet{font-size:1rem}.code-snippet:nth-child(n+7){display:none}}@media(prefers-reduced-motion:reduce){.code-float-container{display:none}}.mountain-animation-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none;display:flex;align-items:center;justify-content:center}.everest-lhotse-ridge{width:100%;height:100%;opacity:.9}.mountain-ridge{stroke:#0ef3c5;stroke-dasharray:3000;stroke-dashoffset:3000;animation:drawMountainRidge 4s cubic-bezier(.25,.1,.25,1) forwards,fadeOutRidge 1s 4s forwards;filter:drop-shadow(0 0 8px rgba(14,243,197,.6))}@keyframes drawMountainRidge{to{stroke-dashoffset:0}}@keyframes fadeOutRidge{to{opacity:0}}.star-trail{fill:#0ef3c5;filter:drop-shadow(0 0 10px rgba(14,243,197,.8));opacity:0}.star-trail-1{animation:shootingStar1 2s 4.5s cubic-bezier(.1,.8,.2,1) forwards;offset-path:path("M 0,500 L 200,450 L 350,350 L 450,300 L 550,220 L 600,280 L 650,320 L 700,380 L 800,420 L 950,370 L 1100,450 L 1200,480 L 1400,500")}.star-trail-2{animation:shootingStar2 2.2s 5s cubic-bezier(.1,.8,.2,1) forwards;offset-path:path("M 0,500 L 200,450 L 350,350 L 450,300 L 550,220 L 600,280 L 650,320 L 700,380 L 800,420 L 950,370 L 1100,450 L 1200,480 L 1400,500")}.star-trail-3{animation:shootingStar3 2s 6s cubic-bezier(.1,.8,.2,1) forwards;offset-path:path("M 0,500 L 200,450 L 350,350 L 450,300 L 550,220 L 600,280 L 650,320 L 700,380 L 800,420 L 950,370 L 1100,450 L 1200,480 L 1400,500")}@keyframes shootingStar1{0%{offset-distance:0%;opacity:0}10%{opacity:1}70%{opacity:1}to{offset-distance:100%;opacity:0}}@keyframes shootingStar2{0%{offset-distance:0%;opacity:0}10%{opacity:1}70%{opacity:1}to{offset-distance:100%;opacity:0}}@keyframes shootingStar3{0%{offset-distance:0%;opacity:0}10%{opacity:1}70%{opacity:1}to{offset-distance:100%;opacity:0}}.aifo-animation-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;pointer-events:none;overflow:hidden;display:flex;align-items:center;justify-content:center}.gold-leaf-animation{width:100%;height:100%;opacity:.85}.gold-leaf{transform-origin:center;animation:floatGoldLeaf 12s linear infinite;filter:drop-shadow(0 0 8px rgba(255,215,0,.5))}.leaf-1{transform:translate(100px,150px);animation-delay:0s}.leaf-2{transform:translate(500px,300px);animation-delay:1.5s}.leaf-3{transform:translate(900px,100px);animation-delay:3s}.leaf-4{transform:translate(1300px,400px);animation-delay:4.5s}.leaf-5{transform:translate(300px,600px);animation-delay:6s}.leaf-6{transform:translate(700px,800px);animation-delay:7.5s}.leaf-7{transform:translate(1100px,650px);animation-delay:9s}.leaf-8{transform:translate(1500px,250px);animation-delay:10.5s}@keyframes floatGoldLeaf{0%{transform:translate(var(--start-x, 0),-100px) rotate(0);opacity:0}5%{opacity:.8}95%{opacity:.8}to{transform:translate(calc(var(--start-x, 0) + 300px),1180px) rotate(180deg);opacity:0}}.sparkle{animation:sparkleTrail 2s ease-out infinite}.gold-leaf .sp-1{cx:-10;cy:5;animation-delay:.1s}.gold-leaf .sp-2{cx:-20;cy:8;animation-delay:.2s}.gold-leaf .sp-3{cx:-30;cy:12;animation-delay:.3s}.gold-leaf .sp-4{cx:-40;cy:15;animation-delay:.4s}@keyframes sparkleTrail{0%{opacity:0;transform:scale(0)}20%{opacity:1;transform:scale(1.2)}80%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(0)}}@media(max-width:768px){.gold-leaf{transform:scale(.7)}.leaf-7,.leaf-8{display:none}}@media(prefers-reduced-motion:reduce){.aifo-animation-container{display:none}}.scheduler-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.scheduler-modal{position:relative;background:#fff;border-radius:16px;padding:1rem;width:100%;max-width:850px;max-height:90vh;overflow:hidden}.scheduler-close-btn{position:absolute;top:10px;right:15px;background:#000;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .3s ease}.scheduler-close-btn:hover{background:#14b8a6}.scheduler-modal iframe{display:block;margin:0 auto;border-radius:8px}.client-success-section{width:100%;min-height:100vh;background:#000;position:relative;overflow:hidden;display:flex;align-items:center;padding:6rem 0}.client-success-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;z-index:0;pointer-events:none}.green-wave-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8}.wave-svg{width:100%;height:100%;filter:blur(40px)}.client-success-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;position:relative;z-index:1}.content-left{display:flex;flex-direction:column;gap:2rem}.section-header{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.5vw,1.5rem);font-weight:400;color:#33ebde;text-transform:uppercase;letter-spacing:2px;margin:0;opacity:.95}.main-heading{font-family:"DM Serif Display",serif;font-size:clamp(1rem,1.75vw,1.75rem);font-weight:400;color:#fff;line-height:1.3;margin:0}.highlighted{background:linear-gradient(to bottom,transparent 60%,rgba(0,153,51,.4) 60%,rgba(0,153,51,.4) 85%,transparent 85%);padding:0 .2rem}.content-right{height:600px;position:relative}.marquee-header{font-size:.875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:2px;font-weight:500;margin-bottom:1.5rem;text-align:center}.vertical-marquee{height:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%)}.vertical-marquee-track{display:flex;flex-direction:column;gap:1.5rem;animation:scroll-vertical 40s linear infinite;will-change:transform}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% / 3))}}.vertical-marquee:hover .vertical-marquee-track{animation-play-state:paused}.marquee-card{background:#141414cc;border:1px solid rgba(128,128,128,.3);border-radius:12px;padding:1.75rem;min-height:120px;display:flex;flex-direction:column;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.marquee-card:hover{border-color:#33ebde80;background:#1e1e1ee6;transform:scale(1.02)}.metric-card{gap:.5rem}.metric-label{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.metric-value{font-size:2rem;font-weight:700;color:#0c4;font-family:"DM Serif Display",serif}.metric-subtext{font-size:1rem;color:#ffffffe6;font-weight:500}.metric-industry{font-size:.875rem;color:#fff9;font-style:italic}.achievement-card{background:#0099331a;border-color:#0099334d;gap:.75rem}.achievement-card:hover{border-color:#0939;background:#00993326}.achievement-text{font-size:1.5rem;font-weight:600;color:#33ebde;font-family:"DM Serif Display",serif}.achievement-subtitle{font-size:1rem;color:#fffc}.review-card{background:#0099330d;border-color:#33ebde4d;gap:.75rem;min-height:140px}.review-card:hover{border-color:#33ebde99;background:#0099331a}.review-stars{display:flex;gap:.25rem;color:#fbbf24;font-size:1rem;letter-spacing:.1rem}.review-quote{font-size:1rem;font-weight:500;color:#fff;font-style:italic;line-height:1.4}.review-author{font-size:.875rem;color:#ffffffb3;font-weight:400;line-height:1.4;white-space:normal;word-wrap:break-word}.featured-metric .metric-value{font-size:2.5rem;color:#0c4}.featured-metric .metric-subtext{font-size:.875rem;color:#fff9;font-weight:400}@media(max-width:1024px){.client-success-container{grid-template-columns:1fr;gap:4rem;padding:0 2rem}.content-right{height:500px}.main-heading{font-size:clamp(.875rem,1.5vw,1.25rem)}.logo-bottom{font-size:1rem}}@media(max-width:768px){.client-success-section{padding:4rem 0}.client-success-container{padding:0 1.5rem;gap:3rem}.content-left{gap:2rem}.main-heading{font-size:clamp(.75rem,2vw,1rem)}.logo-bottom{font-size:.875rem}.content-right{height:400px}.marquee-card{padding:1.5rem;min-height:100px}.metric-value{font-size:1.75rem}.achievement-text{font-size:1.25rem}}@media(max-width:480px){.client-success-container{padding:0 1rem}.main-heading{font-size:.625rem}.logo-bottom{font-size:.75rem}.content-right{height:350px}.marquee-card{padding:1.25rem}}.journal-section{width:100%;background:#000;padding:6rem 0 4rem;position:relative;overflow:hidden}.journal-container{max-width:1200px;margin:0 auto;padding:0 2rem}.journal-header{text-align:center;margin-bottom:4rem}.journal-title{font-family:"DM Serif Display",serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2}.title-underline{width:100px;height:4px;background:linear-gradient(90deg,transparent 0%,#33ebde 20%,#33ebde 80%,transparent 100%);margin:0 auto;border-radius:2px}.journal-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.journal-card{background:#14141e99;border:1px solid rgba(51,235,222,.2);border-radius:16px;overflow:hidden;transition:all .3s ease}.journal-card:not(.placeholder-card):hover{border-color:#33ebde80}.journal-card-link{display:block;text-decoration:none;color:inherit}.journal-card-image{width:100%;height:160px;overflow:hidden;background:#33ebde1a}.journal-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.journal-card:hover .journal-card-image img{transform:scale(1.05)}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#33ebde1a,#3faaeb1a)}.journal-card-content{padding:1.5rem}.journal-card-category{display:inline-block;font-size:.75rem;font-weight:600;color:#33ebde;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.journal-card-title{font-family:"DM Serif Display",serif;font-size:1.25rem;font-weight:400;color:#fff;margin:0 0 .75rem;line-height:1.3}.journal-card-excerpt{font-size:.9rem;color:#ffffffb3;line-height:1.5;margin:0 0 1rem}.read-more{font-size:.875rem;font-weight:600;color:#33ebde;transition:color .3s ease}.journal-card:hover .read-more{color:#3faaeb}.placeholder-card{border-style:dashed;border-color:#fff3;background:#0a0a0f66}.journal-card-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;min-height:280px}.placeholder-icon{width:60px;height:60px;margin-bottom:1.5rem;color:#ffffff4d}.placeholder-icon svg{width:100%;height:100%}.placeholder-card .journal-card-title{color:#ffffff80;font-size:1.125rem}.placeholder-card .journal-card-excerpt{color:#fff6;font-size:.85rem}.journal-cta{text-align:center;margin-bottom:4rem}.view-all-button{display:inline-block;padding:1rem 2.5rem;background:transparent;border:2px solid #33ebde;border-radius:50px;color:#33ebde;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.view-all-button:hover{background:linear-gradient(135deg,#33ebde,#3faaeb);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #33ebde66}.bottom-divider{width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);margin-bottom:2rem;transform-origin:center}.copyright-text{text-align:center;font-size:.875rem;color:#ffffff80;letter-spacing:.5px}@media(max-width:1024px){.journal-section{padding:5rem 0 3rem}.journal-cards-grid{gap:1.5rem}.journal-card-image{height:140px}.journal-card-content{padding:1.25rem}}@media(max-width:768px){.journal-section{padding:4rem 0 2.5rem}.journal-container{padding:0 1.5rem}.journal-header{margin-bottom:3rem}.journal-cards-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin:0 auto 3rem}.journal-card-image{height:180px}.journal-card-placeholder{min-height:220px;padding:2rem 1.5rem}.title-underline{width:80px;height:3px}.view-all-button{padding:.875rem 2rem;font-size:.9rem}}@media(max-width:480px){.journal-container{padding:0 1rem}.journal-title{font-size:1.75rem}.journal-card-title{font-size:1.125rem}.journal-card-excerpt{font-size:.85rem}}.integrations-section{width:100%;padding:8rem 0;background:#0a0a0a;position:relative;overflow:hidden}.integrations-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:40% 60%;gap:4rem;align-items:center}.network-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.network-image{width:100%;max-width:500px;height:auto;object-fit:contain;filter:drop-shadow(0 0 30px rgba(125,249,255,.3))}.integrations-content{display:flex;flex-direction:column;gap:2.5rem}.integrations-section .section-header{text-align:left}.integrations-section .category-label{display:inline-block;font-size:1rem;font-weight:600;letter-spacing:2px;color:#8b5cf6;text-transform:uppercase;margin-bottom:1rem}.integrations-section .section-title{font-family:"DM Serif Display",serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#fff;margin-bottom:1rem;line-height:1.2}.integrations-section .section-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:#ccc;max-width:600px;line-height:1.6}.marquee-wrapper{display:flex;flex-direction:column;gap:1.5rem;width:100%;overflow:hidden}.marquee{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-content{flex-shrink:0;display:flex;justify-content:space-around;align-items:center;gap:3rem;min-width:100%}.logo-item{display:flex;align-items:center;justify-content:center;min-width:120px;height:80px;padding:1rem;flex-shrink:0}.logo-item img{max-width:120px;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(0%) brightness(1.1);opacity:.9;transition:all .3s ease}.logo-item img:hover{opacity:1;filter:grayscale(0%) brightness(1.2)}.marquee-left .marquee-content{animation:scrollLeft 20s linear infinite}.marquee-right .marquee-content{animation:scrollRight 20s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scrollRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(max-width:1024px){.integrations-container{grid-template-columns:1fr;gap:3rem}.network-image-container{max-width:400px;margin:0 auto}.integrations-section .section-header{text-align:center}.integrations-section .section-subtitle{margin:0 auto}}@media(max-width:768px){.integrations-section{padding:5rem 0}.integrations-container{padding:0 1.5rem;gap:2rem}.integrations-content,.marquee-content{gap:2rem}.logo-item{min-width:100px;height:60px}.logo-item img{max-width:100px;max-height:50px}.network-image{max-width:350px}}@media(max-width:480px){.integrations-section{padding:4rem 0}.marquee-content{gap:1.5rem}.logo-item{min-width:80px;height:50px;padding:.5rem}.logo-item img{max-width:80px;max-height:40px}.network-image{max-width:300px}}.voice-agents{width:100%;padding:6rem 0;background:#000;position:relative;overflow:hidden}.radio-waves{position:absolute;top:28%;left:50%;transform:translate(-50%);width:600px;height:300px;z-index:0;pointer-events:none;overflow:hidden}.wave{position:absolute;bottom:0;left:50%;transform:translate(-50%);border-radius:50%;border:3px solid;opacity:0;animation:pulseHalfMoon 4s ease-out infinite}.wave-1{width:100px;height:100px;border-color:#3faaeb;animation-delay:0s}.wave-2{width:180px;height:180px;border-color:#33ebde;animation-delay:.8s}.wave-3{width:260px;height:260px;border-color:#ff751f;animation-delay:1.6s}.wave-4{width:340px;height:340px;border-color:#3faaeb;animation-delay:2.4s}.wave-5{width:420px;height:420px;border-color:#33ebde;animation-delay:3.2s}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.3);opacity:0}5%{opacity:.8}50%{opacity:.5}95%{opacity:0}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}@keyframes pulseHalfMoon{0%{transform:translate(-50%) scale(.5);opacity:0}5%{opacity:.8}50%{opacity:.5}95%{opacity:0}to{transform:translate(-50%) scale(1.5);opacity:0}}.voice-agents-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.category-label{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:2px;color:#3faaeb;text-transform:uppercase;margin-bottom:1rem}.section-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2}.section-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#fffc;max-width:900px;margin:0 auto;line-height:1.6}.microphone-container{display:flex;justify-content:center;margin-bottom:4rem}.microphone-icon{width:120px;height:120px;color:#3faaeb;animation:microphonePulse 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(63,170,235,.6))}@keyframes microphonePulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 20px rgba(63,170,235,.6))}50%{transform:scale(1.1);filter:drop-shadow(0 0 40px rgba(63,170,235,.9))}}.industry-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.industry-card{perspective:1000px;height:250px;cursor:pointer}.card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.industry-card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-front{background:#ffffff0d;border:2px solid rgba(63,170,235,.3);transition:all .3s ease}.industry-card:hover .card-front{border-color:#3faaeb99;box-shadow:0 0 30px #3faaeb4d;background:#ffffff14}.industry-icon-svg{width:80px;height:80px;margin-bottom:1.5rem;color:#3faaeb;transition:all .3s ease}.industry-card:hover .industry-icon-svg{color:#33ebde;transform:scale(1.1)}.industry-icon-svg svg{width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(63,170,235,.4))}.industry-name{font-size:1.5rem;font-weight:600;color:#fff;font-family:"DM Serif Display",serif}.card-back{background:linear-gradient(135deg,#3faaeb33,#33ebde33);border:2px solid #33ebde;box-shadow:0 0 40px #33ebde66;transform:rotateY(180deg)}.call-direction{display:flex;gap:2rem;margin-bottom:1.5rem}.direction-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.arrow{font-size:2rem}.label{font-size:.875rem;color:#ffffffe6;font-weight:600}.calling-text{font-size:1.25rem;color:#33ebde;font-weight:700;text-transform:uppercase;letter-spacing:1px}.talk-to-kai-container{display:flex;justify-content:center;margin-top:4rem}.talk-to-kai-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#3faaeb,#33ebde);border:none;border-radius:50px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #3faaeb66}.talk-to-kai-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3faaeb99;background:linear-gradient(135deg,#33ebde,#3faaeb)}.phone-icon{width:20px;height:20px;color:#fff}@media(max-width:1024px){.industry-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.voice-agents{padding:4rem 0}.voice-agents-container{padding:0 1.5rem}.section-header{margin-bottom:3rem}.microphone-icon{width:80px;height:80px}.microphone-container{margin-bottom:3rem}.industry-cards-grid{grid-template-columns:1fr;gap:1.5rem}.industry-card{height:220px}}.fractional-leadership{width:100%;padding:8rem 0;background:#000;position:relative;overflow:hidden}.mist-accent{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.mist-accent-1{top:10%;left:-5%;width:600px;height:600px;background:radial-gradient(ellipse at center,rgba(255,255,255,.04) 0%,transparent 60%);transform:rotate(-20deg) scale(2.5,.7);opacity:.6}.mist-accent-2{bottom:15%;right:-3%;width:550px;height:550px;background:radial-gradient(ellipse at center,rgba(255,255,255,.03) 0%,transparent 65%);transform:rotate(35deg) scale(2.2,.6);opacity:.5}.fractional-leadership-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.fractional-leadership .section-header{text-align:center;margin-bottom:5rem}.fractional-leadership .category-label{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:2px;color:#3faaeb;text-transform:uppercase;margin-bottom:1rem}.fractional-leadership .section-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2}.fractional-leadership .section-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#fffc;max-width:900px;margin:0 auto;line-height:1.6}.executive-roles-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;max-width:1400px;margin:0 auto 5rem}.executive-card{background:#000c;border:2.5px solid #3faaeb;border-radius:16px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;transition:all .3s ease;animation:breathingBorder 4s ease-in-out infinite;box-shadow:0 0 20px #3faaeb4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.executive-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #3faaeb80}.executive-card .role-icon{width:80px;height:80px;color:#33ebde;filter:drop-shadow(0 0 12px rgba(51,235,222,.6))}.executive-title{font-size:1.125rem;font-weight:600;color:#fff;text-align:center;line-height:1.3}.executive-subtitle{font-size:.875rem;color:#ffffffb3;text-align:center;line-height:1.4;margin-top:-.5rem}@keyframes breathingBorder{0%,to{border-color:#33ebde;box-shadow:0 0 20px #33ebde66}33%{border-color:#3faaeb;box-shadow:0 0 25px #3faaeb80}66%{border-color:#ff751f;box-shadow:0 0 20px #ff751f66}}.cta-container{display:flex;justify-content:center;margin-top:3rem}.get-started-button{padding:1.25rem 3rem;background:linear-gradient(135deg,#3faaeb,#33ebde);border:none;border-radius:50px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #3faaeb66;text-transform:uppercase;letter-spacing:1px}.get-started-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3faaeb99;background:linear-gradient(135deg,#33ebde,#3faaeb)}@media(max-width:1024px){.executive-roles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.executive-card{padding:2.5rem 1.5rem}.executive-card .role-icon{width:70px;height:70px}.executive-title{font-size:1rem}}@media(max-width:768px){.fractional-leadership{padding:6rem 0}.fractional-leadership-container{padding:0 1.5rem}.fractional-leadership .section-header{margin-bottom:4rem}.executive-roles-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}.executive-card{padding:2rem 1.5rem}.executive-card .role-icon{width:60px;height:60px}.executive-title{font-size:.95rem}.get-started-button{padding:1rem 2.5rem;font-size:1rem}}.financial-intelligence-section{position:relative;padding:8rem 2rem;background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#0a0a0f);overflow:hidden}.financial-intelligence-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(51,235,222,.08) 0%,transparent 50%);animation:gradientShift 15s ease-in-out infinite;pointer-events:none}@keyframes gradientShift{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(10%,10%) scale(1.1);opacity:.8}}.fin-intell-container{position:relative;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;z-index:2}.fin-intell-content{display:flex;flex-direction:column;gap:1.5rem}.fin-intell-label{font-size:.9rem;font-weight:700;letter-spacing:.15em;color:#33ebde;text-transform:uppercase}.fin-intell-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#fff;margin:0}.fin-intell-description{font-size:1.1rem;line-height:1.8;color:#fffc;margin:0;max-width:600px}.fin-intell-cta{padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;color:#0a0a0f;background:linear-gradient(135deg,#33ebde,#3faaeb);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #33ebde4d;width:fit-content}.fin-intell-cta:hover{transform:translateY(-2px);box-shadow:0 6px 30px #33ebde80}.fin-intell-cards{position:relative;display:flex;flex-direction:column;gap:2rem}.card-stack-container{position:relative;width:100%;max-width:520px;height:500px;perspective:1500px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 auto}.report-card{position:absolute;width:90%;max-width:500px;height:450px;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #00000080;transform-style:preserve-3d}.report-card img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.report-card.active{box-shadow:0 20px 60px #33ebde66}.card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#33ebde33,#3faaeb33);pointer-events:none;border-radius:16px;animation:glowPulse 2s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.3}50%{opacity:.6}}.card-navigation{display:flex;align-items:center;justify-content:center;gap:2rem}.card-nav-btn{width:50px;height:50px;border-radius:50%;background:#33ebde1a;border:2px solid rgba(51,235,222,.3);color:#33ebde;font-size:2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-nav-btn:hover{background:#33ebde33;border-color:#33ebde;transform:scale(1.1)}.card-indicators{display:flex;gap:.75rem;align-items:center}.card-indicator{width:12px;height:12px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .3s ease;padding:0}.card-indicator.active{background:#33ebde;width:14px;height:14px;box-shadow:0 0 10px #33ebdecc}.card-indicator:hover:not(.active){background:#fff6;transform:scale(1.2)}@media(max-width:1024px){.fin-intell-container{grid-template-columns:1fr;gap:4rem}.fin-intell-title{font-size:2.5rem}.card-stack-container{height:400px}.report-card{height:350px}}@media(max-width:768px){.financial-intelligence-section{padding:4rem 1.5rem}.fin-intell-container{gap:3rem}.fin-intell-title{font-size:2rem}.fin-intell-description{font-size:1rem}.card-stack-container{height:350px}.report-card{width:95%;height:300px}.card-nav-btn{width:40px;height:40px;font-size:1.5rem}.card-navigation{gap:1rem}}@media(prefers-reduced-motion:reduce){.financial-intelligence-section:before{animation:none}.card-glow{animation:none}.report-card{transition:none}}.ai-workers-page{width:100%;padding:6rem 0;background:#000;position:relative;overflow:hidden}.rising-sun{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(230,0,18,.3) 0%,rgba(230,0,18,.15) 40%,transparent 70%);border-radius:50%;z-index:0;animation:risingSunFloat 20s ease-in-out infinite;pointer-events:none}@keyframes risingSunFloat{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-55%) scale(1.1);opacity:.8}}.brush-strokes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.brush-stroke{position:absolute;border-radius:50%;opacity:.7}.brush-stroke-1{top:15%;left:-10%;width:600px;height:80px;transform:rotate(-8deg) scaleX(3);background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.15) 20%,rgba(220,38,38,.25) 50%,rgba(220,38,38,.15) 80%,transparent 100%);animation:brushSweep1 25s ease-in-out infinite}.brush-stroke-2{top:40%;right:-10%;width:500px;height:60px;transform:rotate(5deg) scaleX(2.5);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 20%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.15) 80%,transparent 100%);animation:brushSweep2 30s ease-in-out infinite;animation-delay:-10s}.brush-stroke-3{bottom:25%;left:-15%;width:700px;height:100px;transform:rotate(-12deg) scaleX(3.5);background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.15) 20%,rgba(59,130,246,.25) 50%,rgba(59,130,246,.15) 80%,transparent 100%);animation:brushSweep3 28s ease-in-out infinite;animation-delay:-5s}.brush-stroke-4{top:60%;right:-5%;width:450px;height:70px;transform:rotate(10deg) scaleX(2.8);background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.15) 20%,rgba(220,38,38,.25) 50%,rgba(220,38,38,.15) 80%,transparent 100%);animation:brushSweep4 32s ease-in-out infinite;animation-delay:-15s}@keyframes brushSweep1{0%,to{left:-10%;opacity:.7}50%{left:110%;opacity:.4}}@keyframes brushSweep2{0%,to{right:-10%;opacity:.6}50%{right:110%;opacity:.3}}@keyframes brushSweep3{0%,to{left:-15%;opacity:.8}50%{left:115%;opacity:.5}}@keyframes brushSweep4{0%,to{right:-5%;opacity:.7}50%{right:105%;opacity:.4}}.ai-workers-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:4rem}.ai-workers-hero .category-label{display:inline-block;font-size:1.25rem;font-weight:600;letter-spacing:2px;color:#fff;text-transform:uppercase;margin-bottom:1rem}.ai-workers-hero .section-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2}.ai-workers-hero .section-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#fff;max-width:800px;margin:0 auto;line-height:1.6}.ai-workers-cta-group{display:flex;justify-content:center;gap:1.5rem;margin:3rem 0 2rem;position:relative;z-index:2;flex-wrap:wrap}.ai-workers-cta{display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid;text-decoration:none}.ai-workers-cta .cta-icon{font-size:1.25rem}.cta-demo{background:#093;border-color:#0c4;color:#fff;box-shadow:0 0 20px #0936}.cta-demo:hover{background:#0c4;transform:translateY(-3px);box-shadow:0 0 30px #0939}.cta-get-started{background:#14b8a6;border-color:#14b8a6;color:#000}.cta-get-started:hover{background:#0d9488;border-color:#0d9488;transform:translateY(-3px);box-shadow:0 4px 15px #14b8a680}.cta-talk-team{background:#000c;border-color:#ffffff4d;color:#fff}.cta-talk-team:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-3px)}.contact-form-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem}.contact-form-modal{background:linear-gradient(135deg,#14141ef2,#0a0a14fa);border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:600px;width:100%;padding:3rem;position:relative;box-shadow:0 20px 60px #00000080}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff9;font-size:2rem;cursor:pointer;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#fff;transform:rotate(90deg)}.modal-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.modal-subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#ffffffe6;font-weight:600;font-size:.95rem}.form-group input{padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#14b8a6;background:#ffffff14;box-shadow:0 0 0 3px #14b8a61a}.form-group input::placeholder{color:#fff6}.form-submit-button{padding:1rem 2rem;background:#14b8a6;border:none;border-radius:8px;color:#000;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.form-submit-button:hover{background:#0d9488;transform:translateY(-2px);box-shadow:0 4px 15px #14b8a666}.form-note{font-size:.85rem;color:#ffffff80;text-align:center;margin-top:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;min-width:1.25rem;margin-top:.1rem;cursor:pointer;accent-color:#14B8A6}.checkbox-label input[type=checkbox].error{outline:2px solid #ff6b6b}.checkbox-label span{color:#fff;font-size:.875rem;line-height:1.5}.consent-label{padding:1rem;background:#0a0a0f66;border:2px solid rgba(51,235,222,.2);border-radius:10px}.consent-label span{font-size:.8rem;color:#fffc}.consent-label a{color:#33ebde;text-decoration:underline}.consent-label a:hover{color:#14b8a6}.error-message{color:#ff6b6b;font-size:.875rem;margin-top:.5rem}.worker-type-toggle{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0 3rem;position:relative;z-index:2}.toggle-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:#000c;border:2px solid rgba(255,255,255,.2);border-radius:50px;color:#ffffffb3;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.toggle-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.toggle-button:hover:before{left:100%}.toggle-button:hover{border-color:#fff6;color:#fff;transform:translateY(-2px)}.toggle-button.active{background:#093;border-color:#0c4;color:#fff;box-shadow:0 0 20px #0936}.toggle-button.active .toggle-icon{animation:phoneRing 2s ease-in-out infinite}.toggle-button:nth-child(1).active .toggle-icon{color:#33ebde}.toggle-button:nth-child(2).active .toggle-icon{color:#ff751f}.toggle-button:nth-child(3).active .toggle-icon{color:#8b5cf6}.toggle-icon{font-size:1.25rem;transition:all .3s ease}@keyframes phoneRing{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.workers-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.worker-card{background:#000c;border:1px solid rgba(128,128,128,.3);border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.worker-card:hover{border-color:#33ebde80;box-shadow:0 0 20px #33ebde33;background:#0a0a0ae6}.worker-card.active{border-color:#33ebde;box-shadow:0 0 30px #33ebde66;background:#0f0f0ff2}.card-indicator{position:absolute;top:1.5rem;left:1.5rem;width:12px;height:12px;border-radius:50%;background:#80808080;transition:all .3s ease}.worker-card.active .card-indicator{background:#33ebde;box-shadow:0 0 10px #33ebde99}.card-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:6rem;font-weight:700;color:#ffffff0d;font-family:"DM Serif Display",serif;pointer-events:none;z-index:0}.card-content{position:relative;z-index:1}.card-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem;font-family:"DM Serif Display",serif}.card-tagline{font-size:.95rem;color:#ffffffb3;line-height:1.5;margin-bottom:0}.pause-button{position:absolute;top:1rem;right:1rem;z-index:10;background:#00000080;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1rem;width:45px;height:45px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pause-button:hover{background:#3faaeb4d;border-color:#3faaeb}.pause-button.paused{background:#33ebde33;border-color:#33ebde;box-shadow:0 0 15px #33ebde80}.expansion-panel{width:100%;margin-top:3rem;background:#000000e6;border:none;border-radius:0;overflow:hidden;padding:4rem 0}.expansion-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1200px;margin:0 auto}.expansion-left{display:flex;flex-direction:column}.expansion-title{font-size:2.5rem;font-weight:400;color:#fff;margin-bottom:2rem;font-family:"DM Serif Display",serif;line-height:1.2}.expansion-description{display:flex;flex-direction:column;gap:1.5rem}.expansion-description p{font-size:1rem;color:#fffc;line-height:1.8;margin:0}.expansion-right{display:flex;flex-direction:column;justify-content:flex-start}.capabilities-section{width:100%}.capabilities-heading{font-size:1.25rem;color:#33ebde;margin-bottom:2rem;font-weight:600}.capabilities-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.capabilities-list li{font-size:1rem;color:#ffffffe6;padding-left:2rem;position:relative;line-height:1.6}.capabilities-list li:before{content:"✓";position:absolute;left:0;color:#33ebde;font-weight:700;font-size:1.25rem}@media(max-width:768px){.ai-workers-page{padding:4rem 0}.ai-workers-container{padding:0 1.5rem}.section-header{margin-bottom:3rem}.workers-grid{grid-template-columns:1fr;gap:1.5rem}.worker-card{padding:1.5rem}.card-number{font-size:2rem;top:1rem;right:1rem}.expansion-content{grid-template-columns:1fr;gap:3rem;padding:0 1.5rem}.expansion-title{font-size:2rem}.expansion-description p{font-size:.95rem}.capabilities-heading{font-size:1.125rem;margin-bottom:1.5rem}.capabilities-list li{font-size:.95rem}.pause-button{width:40px;height:40px;font-size:.875rem}}.process-automation-page{min-height:100vh;background:#000;color:#fff;overflow-x:hidden}.pa-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden}.pa-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:url(/images/hero-process-automation.svg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(51,235,222,.4) 0%,transparent 70%);top:-200px;left:-100px}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(63,170,235,.3) 0%,transparent 70%);bottom:-150px;right:-100px}.pa-hero-content{position:relative;z-index:1;max-width:1200px;width:100%;text-align:center}.pa-category-label{display:inline-block;padding:.5rem 1.5rem;background:#33ebde1a;border:1px solid rgba(51,235,222,.3);border-radius:50px;color:#33ebde;font-size:.875rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem}.pa-hero-title{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-2px}.gradient-text{background:linear-gradient(135deg,#33ebde,#3faaeb,#ff751f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pa-hero-subtitle{font-size:1.5rem;line-height:1.6;color:#fffc;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.pa-hero-cta-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.pa-cta-primary,.pa-cta-secondary{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pa-cta-primary{background:#14b8a6;border-color:#14b8a6;color:#000}.pa-cta-primary:hover{background:#0d9488;border-color:#0d9488;transform:translateY(-2px);box-shadow:0 10px 30px #14b8a666}.pa-cta-secondary{background:#0009;border-color:#33ebde;color:#fff}.pa-cta-secondary:hover{background:#33ebde1a;transform:translateY(-2px);box-shadow:0 10px 30px #33ebde4d}.pa-svg-section{padding:6rem 2rem;background:linear-gradient(180deg,#000,#0a0a0a,#000);position:relative}.pa-svg-container{max-width:1400px;margin:0 auto;position:relative}.pa-main-svg{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 60px rgba(51,235,222,.2))}.svg-pulse-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(51,235,222,.1) 0%,transparent 70%);pointer-events:none}.pa-value-props{padding:8rem 2rem;background:#000}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.section-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto}.value-props-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.value-prop-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.value-prop-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transition:opacity .3s ease}.value-prop-card:hover:before{opacity:1}.value-prop-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 10px 40px #0000004d}.vp-icon{font-size:3rem;margin-bottom:1rem}.vp-stat{font-size:.875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;opacity:.9}.vp-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#fff}.vp-description{font-size:1.125rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.vp-details{font-size:1rem;line-height:1.6;color:#fff9;margin-bottom:1.5rem}.vp-arrow{font-size:1.25rem;transition:transform .3s ease}.value-prop-card:hover .vp-arrow{transform:translate(5px)}.pa-use-cases{padding:8rem 2rem;background:linear-gradient(180deg,#000,#0a0a0a)}.use-cases-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.use-case-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease}.use-case-card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-5px)}.uc-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#fff;text-align:center}.uc-flow{display:flex;flex-direction:column;gap:1rem}.uc-step-group{display:flex;flex-direction:column;align-items:center;gap:.75rem}.uc-step{width:100%;padding:1rem 1.5rem;background:#ffffff0d;border:2px solid;border-radius:12px;text-align:center;font-size:.95rem;font-weight:500;transition:all .3s ease}.uc-step:hover{background:#ffffff14;transform:scale(1.02)}.uc-arrow{width:2px;height:20px;position:relative}.uc-arrow:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid currentColor}.pa-results{padding:8rem 2rem;background:#000}.results-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.result-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer}.result-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 10px 40px #0000004d}.result-card-cta{background:linear-gradient(135deg,#33ebde1a,#3faaeb1a);border-color:#33ebde}.result-card-cta:hover{background:linear-gradient(135deg,#33ebde26,#3faaeb26);border-color:#3faaeb}.result-icon{font-size:4rem;margin-bottom:1.5rem}.result-company{font-size:.875rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.result-stat{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#33ebde,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.result-achievement{font-size:1.125rem;color:#fffc;line-height:1.4}.pa-cta-section{padding:8rem 2rem;background:linear-gradient(180deg,#000,#0a0a0a,#000);position:relative;overflow:hidden}.pa-cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(20,184,166,.1) 0%,transparent 70%);pointer-events:none}.pa-cta-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.pa-cta-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#33ebde,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px}.pa-cta-subtitle{font-size:1.5rem;line-height:1.6;color:#fffc;margin-bottom:3rem}.pa-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.pa-cta-button{padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:inline-flex;align-items:center;gap:.75rem}.cta-primary{background:#14b8a6;border-color:#14b8a6;color:#000}.cta-primary:hover{background:#0d9488;border-color:#0d9488;box-shadow:0 10px 30px #14b8a680}.cta-secondary{background:#33ebde1a;border-color:#33ebde;color:#fff}.cta-secondary:hover{background:#33ebde33;box-shadow:0 10px 30px #33ebde66}.cta-tertiary{background:#ffffff0d;border-color:#fff3;color:#fff}.cta-tertiary:hover{background:#ffffff1a;border-color:#ffffff4d;box-shadow:0 10px 30px #fff3}@media(max-width:1024px){.pa-hero-title{font-size:3.5rem}.section-title{font-size:2.5rem}.value-props-grid,.use-cases-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.pa-hero{padding:6rem 1.5rem 3rem;min-height:auto}.pa-hero-title{font-size:2.5rem}.pa-hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.pa-cta-title{font-size:2.5rem}.pa-value-props,.pa-use-cases,.pa-results,.pa-cta-section{padding:5rem 1.5rem}.value-props-grid,.use-cases-grid,.results-grid{grid-template-columns:1fr;gap:2rem}.pa-hero-cta-group,.pa-cta-buttons{flex-direction:column;align-items:stretch}.pa-cta-button{width:100%;justify-content:center}}.finops-page{min-height:100vh;background:#000;color:#fff;overflow-x:hidden}.fo-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden}.fo-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.fo-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px)}.fo-gradient-orb.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(20,184,166,.3) 0%,transparent 70%);top:-200px;left:-100px}.fo-gradient-orb.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(20,184,166,.3) 0%,transparent 70%);bottom:-150px;right:-100px}.fo-gold-leaves{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.gold-leaf{position:absolute;font-size:2rem;filter:drop-shadow(0 0 10px rgba(20,184,166,.8))}.leaf-1{left:10%;top:-50px}.leaf-2{left:30%;top:-50px}.leaf-3{left:50%;top:-50px}.leaf-4{left:70%;top:-50px}.leaf-5{left:20%;top:-50px}.leaf-6{left:90%;top:-50px}.fo-hero-content{position:relative;z-index:1;max-width:1200px;width:100%;text-align:center}.fo-category-label{display:inline-block;padding:.5rem 1.5rem;background:#14b8a61a;border:1px solid rgba(20,184,166,.3);border-radius:50px;color:#14b8a6;font-size:.875rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem}.fo-hero-title{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-2px}.gradient-text-gold{background:linear-gradient(135deg,#14b8a6,#0d9488,#0f766e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fo-hero-subtitle{font-size:1.5rem;line-height:1.6;color:#fffc;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.fo-hero-cta-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.fo-hero-tabs{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.fo-cta-primary,.fo-cta-secondary{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:inline-flex;align-items:center;gap:.75rem}.fo-cta-primary{background:#14b8a6;border-color:#14b8a6;color:#000}.fo-cta-primary:hover{background:#0d9488;border-color:#0d9488;transform:translateY(-2px);box-shadow:0 10px 30px #14b8a680}.fo-cta-secondary{background:#0009;border-color:#14b8a6;color:#fff}.fo-cta-secondary:hover{background:#14b8a61a;transform:translateY(-2px);box-shadow:0 10px 30px #14b8a666}.fo-tab-section{padding:2rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:80px;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.fo-tabs{max-width:1000px;margin:0 auto;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.fo-tab{padding:1rem 2rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fo-tab:hover{background:#ffffff14;border-color:#fff3;color:#fff}.fo-tab.active{background:linear-gradient(135deg,#14b8a633 0% 100%);border-color:#14b8a6;color:#14b8a6}.fo-content-section{padding:6rem 2rem;background:#000}.fo-section-header{text-align:center;margin-bottom:5rem}.fo-section-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px;background:linear-gradient(135deg,#14b8a6,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fo-section-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:800px;margin:0 auto;line-height:1.6}.fo-features-grid{max-width:1400px;margin:0 auto 5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.fo-feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:all .3s ease;cursor:pointer}.fo-feature-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 10px 40px #0000004d}.fo-feature-icon{font-size:3rem;margin-bottom:1.5rem}.fo-feature-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#fff}.fo-feature-description{font-size:1.125rem;line-height:1.6;color:#fffc;margin-bottom:2rem}.fo-feature-benefits{list-style:none;padding:0;margin:0}.fo-feature-benefits li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:1rem;color:#ffffffb3}.fo-feature-benefits li svg{margin-top:.25rem;flex-shrink:0}.fo-visual-examples{max-width:1600px;margin:5rem auto 0;padding:3rem;background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.fo-visual-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,#14b8a6,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fo-reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.fo-report-image{width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.fo-workflow-section{max-width:1600px;margin:5rem auto 0;padding:3rem;background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.fo-workflow-steps{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.fo-workflow-step{flex:1;min-width:200px;max-width:250px;padding:2rem 1.5rem;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:16px;text-align:center;transition:all .3s ease;position:relative}.fo-workflow-step:hover{background:#ffffff0d;border-color:#14b8a6;transform:translateY(-5px)}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:35px;height:35px;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:1.125rem}.step-icon{font-size:3rem;margin-bottom:1rem}.fo-workflow-step h4{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#fff}.fo-workflow-step p{font-size:.95rem;color:#ffffffb3;line-height:1.5}.workflow-arrow{font-size:2rem;color:#14b8a6;font-weight:700}.fo-case-study{background:linear-gradient(180deg,#000,#0a0a0a,#000)}.case-study-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#14b8a61a;border:1px solid rgba(20,184,166,.3);border-radius:50px;color:#14b8a6;font-size:.875rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem}.company-overview,.solution-overview,.results-section,.testimonial-section{max-width:1200px;margin:0 auto 5rem;padding:3rem;background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.company-overview h3,.solution-overview h3,.results-section h3{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#14b8a6}.company-overview p,.solution-overview p{font-size:1.125rem;line-height:1.8;color:#fffc;margin-bottom:2rem}.challenge-stats{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.challenge-stat{flex:1;min-width:200px;padding:1.5rem;background:#ff00001a;border:2px solid rgba(255,0,0,.3);border-radius:12px;text-align:center}.stat-label{display:block;font-size:.875rem;color:#fff9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.stat-value{display:block;font-size:1.75rem;font-weight:700}.stat-value.bad{color:#f44}.solution-components{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.solution-component{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-align:center}.component-icon{font-size:3rem;color:#14b8a6;margin-bottom:1rem}.solution-component h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.solution-component p{font-size:1rem;color:#ffffffb3;line-height:1.6}.results-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.result-metric-card{padding:2rem 1.5rem;background:#ffffff08;border:2px solid;border-radius:16px;text-align:center;transition:all .3s ease;cursor:pointer}.metric-icon{font-size:2.5rem;margin-bottom:1rem}.metric-value{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.metric-label{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.metric-description{font-size:.85rem;color:#fff9}.testimonial-section{background:linear-gradient(135deg,#14b8a60d 0% 100%);border-color:#14b8a64d}.testimonial-content{position:relative;padding:2rem}.quote-icon{font-size:6rem;color:#14b8a633;line-height:1;margin-bottom:1rem}.testimonial-text{font-size:1.5rem;line-height:1.8;color:#ffffffe6;margin-bottom:2rem;font-style:italic}.testimonial-author{text-align:left;padding-left:2rem;border-left:4px solid #14B8A6}.author-name{font-size:1.25rem;font-weight:700;color:#14b8a6;margin-bottom:.25rem}.author-title{font-size:1rem;color:#fffc;margin-bottom:.25rem}.author-location{font-size:.95rem;color:#fff9}.fo-final-cta{padding:8rem 2rem;background:linear-gradient(180deg,#000,#0a0a0a,#000);position:relative;overflow:hidden}.fo-final-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(20,184,166,.1) 0%,transparent 70%);pointer-events:none}.fo-final-cta-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.fo-final-cta-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#14b8a6,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px}.fo-final-cta-subtitle{font-size:1.5rem;line-height:1.6;color:#fffc;margin-bottom:3rem}.fo-final-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.fo-cta-button{padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:inline-flex;align-items:center;gap:.75rem}.fo-cta-button.cta-primary{background:#14b8a6;border-color:#14b8a6;color:#000}.fo-cta-button.cta-primary:hover{background:#0d9488;border-color:#0d9488;box-shadow:0 10px 30px #14b8a680}.fo-cta-button.cta-secondary{background:#14b8a61a;border-color:#14b8a6;color:#fff}.fo-cta-button.cta-secondary:hover{background:#14b8a633;box-shadow:0 10px 30px #14b8a666}@media(max-width:1024px){.fo-hero-title{font-size:3.5rem}.fo-section-title{font-size:2.5rem}.fo-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.fo-workflow-steps{flex-direction:column}.workflow-arrow{transform:rotate(90deg)}}@media(max-width:768px){.fo-hero{padding:6rem 1.5rem 3rem;min-height:auto}.fo-hero-title{font-size:2.5rem}.fo-hero-subtitle{font-size:1.125rem}.fo-section-title{font-size:2rem}.fo-final-cta-title{font-size:2.5rem}.fo-content-section{padding:4rem 1.5rem}.fo-features-grid,.results-metrics{grid-template-columns:repeat(2,1fr)}.solution-components{grid-template-columns:1fr}.fo-tabs{flex-direction:column}.fo-tab{width:100%;justify-content:center}.challenge-stats{flex-direction:column}.testimonial-text{font-size:1.25rem}.fo-final-cta-buttons{flex-direction:column;align-items:stretch}.fo-cta-button{width:100%;justify-content:center}}.scheduler-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.scheduler-modal{position:relative;width:100%;max-width:600px;height:80vh;max-height:700px;background:#1a1a2e;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px #14b8a64d}.scheduler-close-btn{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:24px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.scheduler-close-btn:hover{background:#fff3}.lead-gen-omega-page{min-height:100vh;background:#000;color:#fff;overflow-x:hidden}.lgo-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 5% 80px;overflow:hidden}.lgo-hero-background{position:absolute;inset:0;z-index:0}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px)}.hero-gradient-orb.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(51,235,222,.4) 0%,transparent 70%);top:-200px;right:-100px}.hero-gradient-orb.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(63,170,235,.3) 0%,transparent 70%);bottom:-150px;left:-100px}.hero-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(51,235,222,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(51,235,222,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.lgo-hero-content{position:relative;z-index:1;max-width:900px;text-align:center}.lgo-category-label{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#33ebde33,#3faaeb33);border:1px solid rgba(51,235,222,.3);border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:2px;color:#33ebde;margin-bottom:24px}.lgo-hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:24px;color:#fff}.lgo-hero-title .gradient-text{background:linear-gradient(135deg,#33ebde,#3faaeb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lgo-hero-subtitle{font-size:1.25rem;color:#ffffffb3;line-height:1.7;max-width:700px;margin:0 auto 40px}.lgo-hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.lgo-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#33ebde,#3faaeb);color:#000;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s ease}.lgo-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #33ebde4d}.lgo-cta-primary.large{padding:20px 40px;font-size:1.1rem}.lgo-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:transparent;color:#33ebde;font-weight:600;font-size:1rem;border:2px solid rgba(51,235,222,.5);border-radius:8px;cursor:pointer;transition:all .3s ease}.lgo-cta-secondary:hover{background:#33ebde1a;border-color:#33ebde}.lgo-cta-secondary.large{padding:18px 38px;font-size:1.1rem}.lgo-stats-bar{padding:60px 5%;background:linear-gradient(180deg,rgba(51,235,222,.05) 0%,transparent 100%);border-top:1px solid rgba(51,235,222,.1);border-bottom:1px solid rgba(51,235,222,.1)}.stats-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-item{text-align:center;padding:20px}.stat-icon{font-size:2rem;color:#33ebde;margin-bottom:16px}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#33ebde,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.stat-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.stat-description{font-size:.9rem;color:#fff9;line-height:1.5}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:16px}.section-subtitle{font-size:1.1rem;color:#fff9;max-width:600px;margin:0 auto;line-height:1.6}.lgo-pipeline{padding:100px 5%;background:#000}.pipeline-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pipeline-card{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}.pipeline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--card-color);opacity:.8}.pipeline-card:hover{background:linear-gradient(180deg,#ffffff14,#ffffff08);border-color:#33ebde4d}.pipeline-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pipeline-step-number{font-size:.85rem;font-weight:600;color:#ffffff4d;letter-spacing:1px}.pipeline-icon{font-size:1.75rem}.pipeline-title{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:6px}.pipeline-subtitle{font-size:.95rem;color:#ffffff80;margin-bottom:16px}.pipeline-description{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin-bottom:20px}.pipeline-capabilities{list-style:none;padding:0;margin:0}.pipeline-capabilities li{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#fff9;padding:6px 0}.cap-check{font-size:.75rem;flex-shrink:0}.lgo-filtering{padding:100px 5%;background:linear-gradient(180deg,transparent 0%,rgba(51,235,222,.03) 50%,transparent 100%)}.filter-categories-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.filter-category{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px}.filter-category-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.filter-icon{color:#33ebde;font-size:1.25rem}.filter-category h3{font-size:1.25rem;font-weight:600;color:#fff}.filter-tags{display:flex;flex-wrap:wrap;gap:10px}.filter-tag{padding:8px 16px;background:#33ebde1a;border:1px solid rgba(51,235,222,.2);border-radius:20px;font-size:.85rem;color:#fffc;transition:all .2s ease}.filter-tag:hover{background:#33ebde33;border-color:#33ebde66}.lgo-visitor-intel{padding:100px 5%;background:#000}.visitor-intel-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.visitor-intel-text .section-title{text-align:left;font-size:2.5rem}.visitor-intel-text .section-subtitle{text-align:left;margin:0 0 32px;max-width:none}.visitor-features{list-style:none;padding:0;margin:0 0 32px}.visitor-features li{display:flex;align-items:center;gap:12px;font-size:1rem;color:#fffc;padding:10px 0}.feature-check{color:#33ebde;font-size:1rem}.visitor-dashboard{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(51,235,222,.2);border-radius:16px;overflow:hidden}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#33ebde1a;border-bottom:1px solid rgba(51,235,222,.2)}.dashboard-title{font-size:.9rem;font-weight:600;color:#fff}.dashboard-live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.visitor-list{padding:8px}.visitor-row{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:8px;transition:background .2s ease}.visitor-row:hover{background:#33ebde0d}.visitor-company{font-size:.95rem;font-weight:600;color:#fff}.visitor-meta{display:flex;gap:16px}.visitor-pages,.visitor-time,.visitor-industry{font-size:.8rem;color:#ffffff80}.visitor-industry{padding:4px 10px;background:#33ebde1a;border-radius:12px;color:#33ebde}.lgo-email-flow{padding:100px 5%;background:linear-gradient(180deg,rgba(63,170,235,.03) 0%,transparent 100%)}.email-flow-visual{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:0}.flow-stage{display:flex;align-items:center;gap:16px;padding:16px}.flow-step-number{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#33ebde,#3faaeb);color:#000;font-size:1.25rem;font-weight:700;border-radius:50%;flex-shrink:0}.flow-step-content{text-align:left}.flow-step-content h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:4px}.flow-step-content p{font-size:.85rem;color:#ffffff80}.flow-connector{color:#33ebde80;font-size:1rem}.lgo-results{padding:100px 5%;background:#000}.results-comparison{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center}.comparison-card{padding:40px;border-radius:16px}.comparison-card.old-way{background:#ff4b4b0d;border:1px solid rgba(255,75,75,.2)}.comparison-card.new-way{background:#33ebde0d;border:1px solid rgba(51,235,222,.2)}.comparison-card h3{font-size:1.5rem;font-weight:700;margin-bottom:24px}.old-way h3{color:#ff4b4b}.new-way h3{color:#33ebde}.comparison-card ul{list-style:none;padding:0;margin:0}.comparison-card li{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:1rem;color:#fffc;border-bottom:1px solid rgba(255,255,255,.05)}.comparison-card li:last-child{border-bottom:none}.old-way li:before{content:"✗";color:#ff4b4b;font-weight:600}.new-way li:before{content:"✓";color:#33ebde;font-weight:600}.comparison-divider{display:flex;align-items:center;justify-content:center}.comparison-divider span{font-size:1.5rem;font-weight:700;color:#ffffff4d}.lgo-final-cta{padding:120px 5%;background:linear-gradient(180deg,transparent 0%,rgba(51,235,222,.05) 50%,rgba(63,170,235,.05) 100%);text-align:center}.final-cta-content{max-width:700px;margin:0 auto}.final-cta-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:24px}.final-cta-subtitle{font-size:1.2rem;color:#ffffffb3;line-height:1.7;margin-bottom:40px}.final-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.scheduler-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.scheduler-modal{background:#111;border:1px solid rgba(51,235,222,.2);border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;position:relative}.scheduler-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;transition:background .2s ease}.scheduler-close:hover{background:#fff3}.scheduler-title{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;padding:32px 24px 8px}.scheduler-subtitle{font-size:1rem;color:#fff9;text-align:center;padding:0 24px 24px}.scheduler-embed{width:100%;background:#fff;border-radius:0 0 16px 16px;overflow:hidden}.scheduler-embed iframe{display:block}@media(max-width:1200px){.pipeline-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.stats-container{grid-template-columns:repeat(2,1fr);gap:30px}.visitor-intel-content{grid-template-columns:1fr;gap:40px}.visitor-intel-text .section-title,.visitor-intel-text .section-subtitle,.visitor-cta{text-align:center}.results-comparison{grid-template-columns:1fr;gap:20px}.comparison-divider{transform:rotate(90deg)}}@media(max-width:768px){.lgo-hero{min-height:auto;padding:140px 5% 80px}.pipeline-grid,.filter-categories-grid,.stats-container{grid-template-columns:1fr}.stat-item{padding:30px 20px;border-bottom:1px solid rgba(51,235,222,.1)}.stat-item:last-child{border-bottom:none}.email-flow-visual{flex-direction:column}.flow-stage{justify-content:flex-start;padding:20px;border-left:2px solid rgba(51,235,222,.3);margin-left:24px}.flow-connector{display:none}.lgo-hero-cta-group,.final-cta-buttons{flex-direction:column;align-items:center}.lgo-cta-primary,.lgo-cta-secondary{width:100%;max-width:300px;justify-content:center}}@media(max-width:480px){.lgo-hero-title{font-size:2rem}.section-title{font-size:1.75rem}.pipeline-card,.comparison-card{padding:24px}}.fractional-page{min-height:100vh;background:#000;color:#fff;overflow-x:hidden}.fl-hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:120px 20px 80px;overflow:hidden}.fl-hero-background{position:absolute;inset:0;z-index:0}.fl-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px)}.fl-gradient-orb.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(20,184,166,.4) 0%,transparent 70%);top:-200px;right:-100px}.fl-gradient-orb.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(63,170,235,.3) 0%,transparent 70%);bottom:-150px;left:-100px}.fl-hero-content{position:relative;z-index:1;max-width:900px;text-align:center}.fl-category-label{display:inline-block;padding:8px 20px;background:#14b8a626;border:1px solid rgba(20,184,166,.3);border-radius:30px;font-size:.85rem;font-weight:600;letter-spacing:2px;color:#14b8a6;margin-bottom:24px}.fl-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:24px}.gradient-text{background:linear-gradient(135deg,#14b8a6,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fl-hero-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:700px;margin:0 auto 40px;line-height:1.6}.fl-hero-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.fl-stat{display:flex;flex-direction:column;align-items:center}.fl-stat-number{font-size:2.5rem;font-weight:700;color:#14b8a6}.fl-stat-label{font-size:.9rem;color:#fff9;margin-top:4px}.fl-container{max-width:1200px;margin:0 auto;padding:0 20px}.fl-section-header{text-align:center;margin-bottom:50px}.fl-section-header h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:16px}.fl-section-header p{color:#fff9;font-size:1.1rem}.fl-roles-section{padding:80px 20px;background:linear-gradient(180deg,#000,#0a0a0a)}.fl-role-tabs{display:flex;justify-content:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}.fl-role-tab{display:flex;align-items:center;gap:12px;padding:16px 32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.fl-role-tab:hover{background:#ffffff14;border-color:#fff3}.fl-role-tab.active{background:#14b8a626;border-color:var(--role-color, #14B8A6);color:#fff}.fl-role-tab.active .fl-role-icon{color:var(--role-color, #14B8A6)}.fl-role-icon{font-size:1.2rem;color:#ffffff80;transition:color .3s ease}.fl-role-detail{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px}.fl-role-header{margin-bottom:24px}.fl-role-title-group{display:flex;align-items:center;gap:20px}.fl-role-icon-large{font-size:2.5rem;color:var(--role-color, #14B8A6)}.fl-role-title-group h3{font-size:2rem;font-weight:700;margin-bottom:4px}.fl-role-tagline{color:var(--role-color, #14B8A6);font-size:1.1rem}.fl-role-description{font-size:1.1rem;color:#ffffffb3;line-height:1.7;margin-bottom:40px;max-width:800px}.fl-challenges{margin-bottom:40px}.fl-challenges h4,.fl-deliverables h4,.fl-results h4,.fl-cost-comparison h4{font-size:1.3rem;font-weight:600;margin-bottom:20px;color:#fff}.fl-challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.fl-challenge-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#ff64641a;border:1px solid rgba(255,100,100,.2);border-radius:10px;font-size:.95rem;color:#fffc}.fl-challenge-icon{font-size:1.2rem}.fl-deliverables{margin-bottom:40px}.fl-deliverables-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.fl-deliverable-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.fl-deliverable-card h5{font-size:1.1rem;font-weight:600;margin-bottom:16px;color:var(--role-color, #14B8A6)}.fl-deliverable-card ul{list-style:none;padding:0;margin:0}.fl-deliverable-card li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:.95rem;color:#ffffffb3}.fl-check-icon{color:#14b8a6;font-size:.9rem;margin-top:3px;flex-shrink:0}.fl-results{margin-bottom:40px}.fl-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.fl-result-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 20px;background:linear-gradient(135deg,#14b8a61a,#3faaeb1a);border:1px solid rgba(20,184,166,.3);border-radius:12px}.fl-result-metric{font-size:2.2rem;font-weight:700;color:#14b8a6;margin-bottom:8px}.fl-result-label{font-size:.9rem;color:#ffffffb3}.fl-cost-comparison{margin-top:40px}.fl-cost-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.fl-cost-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px;border-radius:16px;position:relative}.fl-cost-card.full-time{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.fl-cost-card.fractional{background:linear-gradient(135deg,#14b8a626,#3faaeb26);border:2px solid #14B8A6}.fl-cost-label{font-size:.9rem;color:#fff9;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.fl-cost-amount{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:8px}.fl-cost-note{font-size:.85rem;color:#ffffff80}.fl-savings-badge{position:absolute;top:-12px;right:20px;background:#14b8a6;color:#000;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700}.fl-timeline-section{padding:80px 20px;background:#000}.fl-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.fl-timeline-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px;position:relative}.fl-timeline-marker{position:absolute;top:-15px;left:30px;background:linear-gradient(135deg,#14b8a6,#3faaeb);padding:8px 20px;border-radius:20px}.fl-timeline-marker span{font-size:.85rem;font-weight:700;color:#000}.fl-timeline-content{margin-top:20px}.fl-timeline-content h4{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:#fff}.fl-timeline-content ul{list-style:none;padding:0;margin:0}.fl-timeline-content li{position:relative;padding-left:20px;margin-bottom:10px;font-size:.95rem;color:#ffffffb3}.fl-timeline-content li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#14b8a6;border-radius:50%}.fl-why-section{padding:80px 20px;background:linear-gradient(180deg,#0a0a0a,#000)}.fl-advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.fl-advantage-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.fl-advantage-card:hover{border-color:#14b8a64d;transform:translateY(-5px)}.fl-advantage-icon{font-size:2.5rem;margin-bottom:16px;display:block}.fl-advantage-card h4{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#fff}.fl-advantage-card p{font-size:.95rem;color:#fff9;line-height:1.6}.fl-quote-section{padding:60px 20px;background:#000}.fl-quote-card{max-width:800px;margin:0 auto;text-align:center;padding:50px 40px;background:linear-gradient(135deg,#14b8a61a,#3faaeb1a);border:1px solid rgba(20,184,166,.3);border-radius:20px;position:relative}.fl-quote-icon{font-size:2rem;color:#14b8a6;margin-bottom:20px}.fl-quote-card blockquote{font-size:1.3rem;font-style:italic;color:#ffffffe6;line-height:1.7}.fl-cta-section{padding:100px 20px;background:linear-gradient(180deg,#000,#0a0a0a)}.fl-cta-content{text-align:center;max-width:700px;margin:0 auto}.fl-cta-content h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:20px}.fl-cta-content p{font-size:1.1rem;color:#ffffffb3;margin-bottom:40px;line-height:1.7}.fl-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.fl-cta-primary,.fl-cta-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.fl-cta-primary{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#000;border:none}.fl-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #14b8a64d}.fl-cta-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.fl-cta-secondary:hover{border-color:#14b8a6;color:#14b8a6}@media(max-width:768px){.fl-hero{padding:100px 20px 60px;min-height:auto}.fl-hero-stats{gap:30px}.fl-stat-number{font-size:2rem}.fl-role-tabs{gap:10px}.fl-role-tab{padding:12px 20px;font-size:.9rem}.fl-role-detail{padding:24px}.fl-role-title-group{flex-direction:column;align-items:flex-start;gap:12px}.fl-timeline{grid-template-columns:1fr}.fl-cta-buttons{flex-direction:column;align-items:center}.fl-cta-primary,.fl-cta-secondary{width:100%;max-width:300px;justify-content:center}}.ethos-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#000,#0a0a0a,#000);position:relative;overflow:hidden;padding:8rem 0 4rem}.ethos-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.floating-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(51,235,222,.2) 0%,transparent 70%);filter:blur(60px)}.circle-1{width:500px;height:500px;top:10%;left:-10%}.circle-2{width:600px;height:600px;top:40%;right:-15%;background:radial-gradient(circle,rgba(0,153,51,.15) 0%,transparent 70%)}.circle-3{width:450px;height:450px;bottom:10%;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(63,170,235,.15) 0%,transparent 70%)}.wave-lines{position:absolute;bottom:0;left:0;width:100%;height:400px;opacity:.5}.ethos-content{max-width:1200px;margin:0 auto;padding:0 3rem;position:relative;z-index:1}.ethos-header{text-align:center;margin-bottom:6rem}.ethos-title{font-family:"DM Serif Display",serif;font-size:clamp(3rem,6vw,5rem);font-weight:400;color:#fff;margin-bottom:1.5rem;letter-spacing:2px}.title-underline{width:120px;height:3px;background:linear-gradient(90deg,#33ebde,#093,#3faaeb);margin:0 auto;border-radius:2px}.philosophy-sections{display:flex;flex-direction:column;gap:5rem;margin-bottom:6rem}.philosophy-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem;background:#14141466;border:1px solid rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .5s ease}.philosophy-section:hover{background:#1e1e1e80;border-color:#33ebde4d;transform:translateY(-5px);box-shadow:0 10px 40px #33ebde1a}.philosophy-section-final{background:linear-gradient(135deg,#0099331a,#33ebde0d);border-color:#0099334d}.philosophy-section-final:hover{background:linear-gradient(135deg,#00993326,#33ebde1a);border-color:#00993380}.section-icon{width:80px;height:80px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;background:#33ebde1a;border:2px solid rgba(51,235,222,.3);border-radius:50%;color:#33ebde}.section-icon svg{width:40px;height:40px}.section-title{font-family:"DM Serif Display",serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.3}.section-text{font-size:clamp(1rem,1.5vw,1.25rem);color:#ffffffd9;line-height:1.8;max-width:900px;margin:0 auto}.ethos-closing{text-align:center;padding:4rem 0;border-top:1px solid rgba(255,255,255,.1)}.closing-logo{font-size:3rem;font-weight:600;color:#fff;font-family:Inter,sans-serif;letter-spacing:-.5px}.logo-accent{color:#3faaeb}@media(max-width:1024px){.ethos-page{padding:6rem 0 3rem}.ethos-content{padding:0 2rem}.ethos-header{margin-bottom:4rem}.philosophy-sections{gap:3rem}.philosophy-section{padding:2.5rem}.section-icon{width:70px;height:70px}.section-icon svg{width:35px;height:35px}}@media(max-width:768px){.ethos-page{padding:5rem 0 2rem}.ethos-content{padding:0 1.5rem}.ethos-header{margin-bottom:3rem}.ethos-title{font-size:2.5rem}.title-underline{width:80px;height:2px}.philosophy-sections{gap:2.5rem;margin-bottom:4rem}.philosophy-section{padding:2rem}.section-icon{width:60px;height:60px;margin-bottom:1.5rem}.section-icon svg{width:30px;height:30px}.section-title{font-size:1.75rem}.section-text{font-size:1rem;line-height:1.7}.closing-logo{font-size:2rem}.circle-1,.circle-2,.circle-3{width:300px;height:300px}}@media(max-width:480px){.ethos-content{padding:0 1rem}.philosophy-section{padding:1.5rem}.section-text{font-size:.95rem}.closing-logo{font-size:1.5rem}}.team-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#0f0f1a,#0a0a0a);padding-top:80px}.team-hero{width:100%;padding:6rem 2rem 4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.team-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(51,235,222,.1) 0%,transparent 70%);pointer-events:none}.team-hero-content{position:relative;z-index:1;text-align:center;max-width:600px}.team-logo-icon{width:120px;height:auto;margin:0 auto 2rem;opacity:.9}.team-logo-icon img{width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(51,235,222,.3))}.team-hero-title{font-size:4.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1}.team-hero-tagline{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.5rem;color:#33ebde;font-weight:600;letter-spacing:.05em}.tagline-icon{width:32px;height:32px;color:#33ebde}.tagline-icon svg{width:100%;height:100%}.tagline-text{text-transform:uppercase}.team-grid-section{width:100%;padding:4rem 2rem 8rem}.team-container{max-width:1400px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;align-items:start}.team-card{background:#ffffff08;border:1px solid rgba(51,235,222,.15);border-radius:20px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative}.team-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#33ebde,#33ebde4d);opacity:0;transition:opacity .3s ease}.team-card:hover:before{opacity:1}.team-card:hover{border-color:#33ebde66;box-shadow:0 20px 60px #33ebde26}.team-card-photo{width:100%;height:400px;overflow:hidden;background:linear-gradient(135deg,#0f0f1a,#1a1a2e);display:flex;align-items:center;justify-content:center}.team-card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .team-card-photo img{transform:scale(1.05)}.team-card-content{padding:2rem}.team-card-name{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}.team-card-title{font-size:1.25rem;font-weight:600;color:#33ebde;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.team-card-section{margin-bottom:1.5rem}.team-card-section:last-child{margin-bottom:0}.team-card-section-title{font-size:.875rem;font-weight:700;color:#33ebde;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;opacity:.8}.team-card-list{list-style:none;padding:0;margin:0}.team-card-list li{font-size:.95rem;line-height:1.6;color:#fffc;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.team-card-list li:before{content:"•";position:absolute;left:0;color:#33ebde;font-weight:700}.team-card-experience{font-size:.95rem;line-height:1.6;color:#fffc;margin:0}@media(max-width:1200px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}}@media(max-width:768px){.team-page{padding-top:60px}.team-hero{padding:4rem 1.5rem 3rem}.team-hero-title{font-size:3rem}.team-hero-tagline{font-size:1.25rem}.team-logo-icon{width:90px;margin-bottom:1.5rem}.team-grid-section{padding:3rem 1.5rem 6rem}.team-grid{grid-template-columns:1fr;gap:2rem}.team-card-photo{height:350px}.team-card-content{padding:1.5rem}.team-card-name{font-size:1.75rem}.team-card-title{font-size:1.125rem}}@media(max-width:480px){.team-hero-title{font-size:2.5rem}.team-hero-tagline{font-size:1.125rem;gap:.5rem}.tagline-icon{width:24px;height:24px}.team-card-photo{height:300px}.team-card-content{padding:1.25rem}.team-card-name{font-size:1.5rem}.team-card-title{font-size:1rem}.team-card-list li,.team-card-experience{font-size:.875rem}}.about-page{width:100%;overflow-x:hidden}.about-hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-images{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-hero-image{position:absolute;top:0;left:0;width:100%;height:100%}.about-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3)}.about-hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:800px}.about-logo-icon{margin:0 auto 2rem;width:120px;height:120px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.2)}.about-logo-icon img{width:70px;height:70px;object-fit:contain}.about-hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.5)}.about-hero-subtitle{font-size:1.5rem;font-weight:300;opacity:.95;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-image-dots{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.75rem}.image-dot{width:12px;height:12px;border-radius:50%;background:#fff6;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding:0}.image-dot:hover{background:#fff9;transform:scale(1.2)}.image-dot.active{background:#0ffc;border-color:#0ff;transform:scale(1.3)}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-story-section{padding:8rem 0;background:linear-gradient(to bottom,#000,#0a0a0a)}.story-content{text-align:center}.story-title{font-size:3rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,#0ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-text{max-width:900px;margin:0 auto}.story-text p{font-size:1.25rem;line-height:2;color:#ffffffd9;margin-bottom:2rem}.story-text p:last-child{margin-bottom:0}.about-mission-section{padding:8rem 0;background:#0a0a0a;position:relative;overflow:hidden}.about-mission-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.mission-single{display:flex;justify-content:center;position:relative;z-index:1}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;position:relative;z-index:1}.mission-card{text-align:center;padding:3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:all .4s ease}.mission-card-centered{max-width:600px;width:100%}.mission-card:hover{background:#ffffff0d;border-color:#00ffff4d;transform:translateY(-10px)}.mission-icon{width:80px;height:80px;margin:0 auto 2rem;color:#0ff}.mission-icon svg{width:100%;height:100%}.mission-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.mission-text{font-size:1.125rem;line-height:1.8;color:#fffc}.about-journey-section{padding:8rem 0;background:linear-gradient(to bottom,#0a0a0a,#000)}.journey-content{text-align:center}.journey-title{font-size:3rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,#fff,#0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.journey-text{max-width:900px;margin:0 auto 5rem}.journey-text p{font-size:1.25rem;line-height:2;color:#ffffffd9;margin-bottom:2rem}.journey-text p:last-child{margin-bottom:0}.journey-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:900px;margin:0 auto}.journey-stat{text-align:center}.stat-number{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#0ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1.125rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.about-cta-section{padding:8rem 0;background:#000;text-align:center}.about-cta-content{max-width:800px;margin:0 auto;padding:0 2rem}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.cta-text{font-size:1.5rem;color:#fffc;margin-bottom:3rem;line-height:1.6}.cta-button{display:inline-block;padding:1.25rem 3rem;font-size:1.25rem;font-weight:600;color:#000;background:linear-gradient(135deg,#0ff,#0cc);border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #00ffff4d}.cta-button:hover{box-shadow:0 6px 30px #00ffff80;transform:translateY(-2px)}@media(max-width:768px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.25rem}.about-logo-icon{width:90px;height:90px}.about-logo-icon img{width:50px;height:50px}.story-title,.journey-title{font-size:2rem}.story-text p,.journey-text p{font-size:1.125rem}.mission-grid{grid-template-columns:1fr;gap:2rem}.mission-card{padding:2rem}.about-story-section,.about-mission-section,.about-journey-section,.about-cta-section{padding:4rem 0}.stat-number{font-size:3rem}.cta-title{font-size:2rem}.cta-text{font-size:1.25rem}.hero-image-dots{bottom:2rem;gap:.5rem}.image-dot{width:10px;height:10px}}@media(max-width:480px){.about-hero{min-height:500px}.about-hero-title{font-size:2rem}.about-hero-subtitle,.story-text p,.journey-text p{font-size:1rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.875rem}}.blog-page{width:100%;min-height:100vh;background:#000}.blog-hero{width:100%;padding:10rem 0 6rem;background:linear-gradient(180deg,#0a0a0a,#000);text-align:center}.blog-hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.blog-hero-label{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:2px;color:#3faaeb;text-transform:uppercase;margin-bottom:1.5rem}.blog-hero-title{font-family:"DM Serif Display",serif;font-size:clamp(3rem,6vw,5rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2}.blog-hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#fffc;max-width:800px;margin:0 auto;line-height:1.6}.blog-articles{width:100%;padding:4rem 0 8rem}.blog-container{max-width:1400px;margin:0 auto;padding:0 3rem}.no-articles{text-align:center;padding:4rem 2rem;color:#fff9;font-size:1.125rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:3rem}.article-card{background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-card:hover{border-color:#33ebde66;transform:translateY(-5px);box-shadow:0 10px 40px #33ebde26}.article-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden;background:#0a0a0a}.article-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.article-image-placeholder svg{width:100%;height:100%}.article-category{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:#33ebdee6;color:#000;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:20px}.article-content{padding:2rem}.article-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#fff9}.article-dot{color:#fff6}.article-date,.article-read-time{color:#fff9}.article-title{margin-bottom:1rem}.article-title a{font-family:"DM Serif Display",serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;color:#fff;text-decoration:none;line-height:1.3;transition:color .3s ease}.article-title a:hover{color:#33ebde}.article-excerpt{font-size:1rem;color:#ffffffbf;line-height:1.6;margin-bottom:1.5rem}.article-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.article-author{font-size:.875rem;color:#ffffffb3;font-weight:500}.read-more-link{font-size:.875rem;font-weight:600;color:#33ebde;text-decoration:none;transition:all .3s ease}.read-more-link:hover{color:#3faaeb;transform:translate(3px)}@media(max-width:1024px){.blog-hero{padding:8rem 0 5rem}.blog-container{padding:0 2rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}}@media(max-width:768px){.blog-hero{padding:7rem 0 4rem}.blog-hero-title{font-size:2.5rem}.blog-container{padding:0 1.5rem}.articles-grid{grid-template-columns:1fr;gap:2rem}.article-content{padding:1.5rem}.article-image-wrapper{height:200px}}@media(max-width:480px){.blog-hero{padding:6rem 0 3rem}.blog-container{padding:0 1rem}.blog-articles{padding:3rem 0 6rem}.article-content{padding:1.25rem}.article-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.blog-post-page{width:100%;min-height:100vh;background:#000;padding-top:5rem}.blog-post-container{max-width:900px;margin:0 auto;padding:0 3rem}.blog-post-nav{padding:2rem 0}.back-to-blog{display:inline-flex;align-items:center;gap:.5rem;color:#33ebde;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease}.back-to-blog:hover{color:#3faaeb;transform:translate(-3px)}.blog-post-header{padding:3rem 0;text-align:center}.post-category{display:inline-block;padding:.5rem 1.25rem;background:#33ebde1a;border:1px solid rgba(51,235,222,.3);color:#33ebde;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border-radius:20px;margin-bottom:2rem}.post-title{font-family:"DM Serif Display",serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;color:#fff;line-height:1.2;margin-bottom:2rem}.post-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.95rem;color:#fff9}.meta-dot{color:#fff6}.post-author{color:#ffffffb3;font-weight:500}.post-date,.post-read-time{color:#fff9}.blog-post-article{padding:4rem 0}.post-content{color:#ffffffe6;font-size:1.125rem;line-height:1.8}.post-content h2{font-family:"DM Serif Display",serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:#fff;margin:3rem 0 1.5rem;line-height:1.3}.post-content h3{font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:600;color:#fff;margin:2.5rem 0 1.25rem;line-height:1.4}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin:1.5rem 0;padding-left:2rem}.post-content li{margin-bottom:.75rem}.post-content a{color:#33ebde;text-decoration:underline;transition:color .3s ease}.post-content a:hover{color:#3faaeb}.post-content blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid #33ebde;background:#33ebde0d;font-style:italic;color:#ffffffd9}.post-content code{background:#ffffff1a;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.95em}.post-content pre{background:#ffffff0d;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.post-content pre code{background:none;padding:0}.blog-post-footer{padding:4rem 0 6rem}.footer-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);margin-bottom:3rem}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:3rem;padding:3rem;background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-left{flex:1}.footer-title{font-family:"DM Serif Display",serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:#fff;margin-bottom:1rem;line-height:1.3}.footer-text{font-size:1.0625rem;color:#ffffffbf;line-height:1.6}.footer-right{flex-shrink:0}.footer-cta{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#3faaeb,#33ebde);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #3faaeb66;text-transform:uppercase;letter-spacing:1px}.footer-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3faaeb99;background:linear-gradient(135deg,#33ebde,#3faaeb)}.back-to-blog-footer{display:inline-flex;align-items:center;gap:.5rem;color:#33ebde;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease}.back-to-blog-footer:hover{color:#3faaeb;transform:translate(-3px)}.not-found{text-align:center;padding:8rem 2rem}.not-found h1{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin-bottom:1.5rem}.not-found p{font-size:1.25rem;color:#ffffffb3;margin-bottom:2rem}@media(max-width:1024px){.blog-post-container{padding:0 2rem}.footer-content{padding:2.5rem}}@media(max-width:768px){.blog-post-page{padding-top:4rem}.blog-post-container{padding:0 1.5rem}.blog-post-header{padding:2rem 0}.post-title{font-size:2rem}.blog-post-article{padding:3rem 0}.post-content{font-size:1.0625rem}.post-content h2{margin:2.5rem 0 1.25rem}.footer-content{flex-direction:column;align-items:flex-start;padding:2rem;gap:2rem}.footer-right{width:100%}.footer-cta{width:100%;text-align:center}}@media(max-width:480px){.blog-post-container{padding:0 1rem}.post-meta{flex-wrap:wrap;gap:.5rem}.post-content{font-size:1rem}.post-content blockquote{padding:1rem 1.5rem}.footer-content{padding:1.5rem}.footer-title{font-size:1.5rem}.footer-text{font-size:.9375rem}}.demo-ai-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f)}.demo-hero{position:relative;padding:8rem 2rem 4rem;text-align:center;background:radial-gradient(ellipse at top,rgba(51,235,222,.1) 0%,transparent 60%)}.demo-hero-content{max-width:800px;margin:0 auto}.demo-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1.5rem;line-height:1.2}.demo-subtitle{font-size:1.3rem;line-height:1.8;color:#fffc;margin:0}.demo-form-section{padding:4rem 2rem 8rem}.demo-form-container{max-width:600px;margin:0 auto}.form-wrapper{background:linear-gradient(135deg,#1a1a2ecc,#10101fe6);border:2px solid rgba(51,235,222,.2);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #00000080}.demo-form{display:flex;flex-direction:column;gap:1.5rem}.form-title{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1.5rem;text-align:center}.form-label{font-size:1rem;font-weight:600;color:#ffffffe6}.required{color:#ff6b6b}.form-input{padding:.875rem 1.25rem;font-size:1rem;color:#fff;background:#0a0a0f99;border:2px solid rgba(51,235,222,.2);border-radius:10px;transition:all .3s ease}.form-input:focus{outline:none;border-color:#33ebde;box-shadow:0 0 0 3px #33ebde1a}.form-input::placeholder{color:#fff6}.form-input.error{border-color:#ff6b6b}.error-message{font-size:.875rem;color:#ff6b6b;margin-top:-.25rem}.checkbox-group{padding:.5rem 0}.checkbox-label{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer}.form-checkbox{width:20px;height:20px;min-width:20px;margin-top:.125rem;cursor:pointer;accent-color:#33ebde}.checkbox-text{font-size:.95rem;line-height:1.6;color:#fffc}.checkbox-text a{color:#33ebde;text-decoration:none;transition:color .3s ease}.checkbox-text a:hover{color:#3faaeb;text-decoration:underline}.submit-button{padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:700;color:#0a0a0f;background:linear-gradient(135deg,#33ebde,#3faaeb);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #33ebde4d;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #33ebde80}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-button.submitting{position:relative;color:transparent}.submit-button.submitting:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:3px solid #0a0a0f;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.submit-error{padding:1rem;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;color:#ff6b6b;font-size:.95rem;text-align:center}.success-message{text-align:center;padding:2rem 0}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#33ebde;background:linear-gradient(135deg,#33ebde33,#3faaeb33);border-radius:50%;animation:successPop .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes successPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-message h2{font-size:2rem;color:#fff;margin:0 0 1rem}.success-message p{font-size:1.1rem;line-height:1.8;color:#fffc;margin:0 0 2rem}.back-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#33ebde1a;border:2px solid rgba(51,235,222,.3);border-radius:10px;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#33ebde33;border-color:#33ebde;transform:translateY(-2px)}@media(max-width:768px){.demo-hero{padding:6rem 1.5rem 3rem}.demo-title{font-size:2.5rem}.demo-subtitle{font-size:1.1rem}.demo-form-section{padding:3rem 1.5rem 6rem}.form-wrapper{padding:2rem 1.5rem}.form-title{font-size:1.75rem}.submit-button{padding:1rem 2rem;font-size:1rem}}@media(prefers-reduced-motion:reduce){.success-icon{animation:none}.submit-button.submitting:after{animation:none}}.contact-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f);padding:6rem 0 4rem;position:relative}.contact-container{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-content{display:grid;grid-template-columns:1fr 450px;gap:4rem;align-items:start}.form-section{background:#14141e99;border:2px solid rgba(51,235,222,.2);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006}.contact-title{font-family:"DM Serif Display",serif;font-size:2.5rem;color:#fff;margin:0 0 1rem}.contact-subtitle{font-size:1.125rem;color:#ffffffb3;margin:0 0 2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.75rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#fff;display:flex;align-items:center}.required{color:#ff6b6b;margin-left:.25rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=url],.form-group input[type=number],.form-group select,.form-group textarea{padding:.875rem 1.25rem;background:#0a0a0f99;border:2px solid rgba(51,235,222,.3);border-radius:10px;color:#fff;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=url]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#33ebde;background:#0a0a0fcc;box-shadow:0 0 20px #33ebde33}.form-group input.error,.form-group select.error{border-color:#ff6b6b}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer;appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2333ebde" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:3rem}.form-group select option{background:#16161f;color:#fff}.radio-group{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.radio-label{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0a0a0f66;border:2px solid rgba(51,235,222,.2);border-radius:10px;cursor:pointer;transition:all .3s ease}.radio-label:hover{background:#0a0a0f99;border-color:#33ebde66}.radio-label input[type=radio]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#33ebde}.radio-label span{color:#fff;font-size:1rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#0a0a0f66;border:2px solid rgba(51,235,222,.2);border-radius:10px;cursor:pointer;transition:all .3s ease}.checkbox-label:hover{background:#0a0a0f99;border-color:#33ebde66}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;min-width:1.25rem;margin-top:.1rem;cursor:pointer;accent-color:#33ebde}.checkbox-label input[type=checkbox].error{accent-color:#ff6b6b}.checkbox-label span{color:#fff;font-size:1rem;line-height:1.5}.consent-label{padding:1rem}.consent-label span{font-size:.875rem;color:#fffc}.consent-label a{color:#33ebde;text-decoration:underline;transition:color .3s ease}.consent-label a:hover{color:#3faaeb}.recaptcha-container{display:flex;flex-direction:column;align-items:flex-start}.recaptcha-placeholder{background:#0a0a0f66;border:2px dashed rgba(51,235,222,.3);border-radius:10px;padding:2rem;text-align:center;width:100%}.recaptcha-placeholder p{color:#fff9;margin:.5rem 0}.recaptcha-note{font-size:.875rem;font-style:italic}.error-message{color:#ff6b6b;font-size:.875rem;margin:.25rem 0 0;display:flex;align-items:center;gap:.5rem}.submit-error{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;padding:1rem;font-size:1rem}.submit-button{padding:1.25rem 2rem;background:linear-gradient(135deg,#33ebde,#3faaeb);border:none;border-radius:10px;color:#fff;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #33ebde66;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#3faaeb,#33ebde);transform:translateY(-2px);box-shadow:0 6px 30px #33ebde99}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{text-align:center;padding:4rem 2rem}.success-icon{margin:0 auto 2rem;width:120px;height:120px}.checkmark{width:100%;height:100%;border-radius:50%;display:block;stroke-width:3;stroke:#33ebde;stroke-miterlimit:10}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke:#33ebde;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .4s forwards}@keyframes stroke{to{stroke-dashoffset:0}}.success-message h2{font-family:"DM Serif Display",serif;font-size:2rem;color:#33ebde;margin:0 0 1rem}.success-message p{font-size:1.125rem;color:#fffc;margin:0}.info-section{background:#14141e99;border:2px solid rgba(51,235,222,.2);border-radius:20px;padding:3rem 2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006;height:fit-content;position:sticky;top:2rem}.info-title{font-family:"DM Serif Display",serif;font-size:1.75rem;color:#fff;margin:0 0 2.5rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2.5rem}.info-item:last-child{margin-bottom:0}.info-icon{width:50px;height:50px;min-width:50px;background:linear-gradient(135deg,#33ebde,#3faaeb);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;box-shadow:0 4px 15px #33ebde4d}.info-content h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.info-content p{font-size:1rem;color:#fffc;margin:0;line-height:1.6}@media(max-width:1200px){.contact-content{grid-template-columns:1fr;gap:3rem}.info-section{position:static}}@media(max-width:768px){.contact-page{padding:4rem 0 2rem}.contact-container{padding:0 1.5rem}.form-section{padding:2rem 1.5rem}.contact-title{font-size:2rem}.info-section{padding:2rem 1.5rem}.info-title{font-size:1.5rem}.radio-group,.checkbox-group{gap:.5rem}.radio-label,.checkbox-label{padding:.625rem .875rem}.submit-button{font-size:1rem;padding:1rem 1.5rem}}@media(max-width:480px){.contact-container{padding:0 1rem}.form-section{padding:1.5rem 1rem}.contact-title{font-size:1.75rem}.contact-subtitle{font-size:1rem}.info-section{padding:1.5rem 1rem}.info-item{gap:1rem}.info-icon{width:40px;height:40px;min-width:40px;font-size:1.25rem}}.recaptcha-notice{font-size:.75rem;color:#ffffff80;text-align:center;margin-top:1rem}.recaptcha-notice a{color:#33ebdeb3;text-decoration:underline}.recaptcha-notice a:hover{color:#33ebde}@media(prefers-reduced-motion:reduce){.submit-button,.radio-label,.checkbox-label,.form-group input,.form-group select,.form-group textarea{transition:none}.spinner,.checkmark-circle,.checkmark-check{animation:none}}.privacy-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f);padding:8rem 0 4rem;position:relative}.privacy-container{max-width:900px;margin:0 auto;padding:0 2rem}.privacy-content{background:#14141e99;border:2px solid rgba(51,235,222,.2);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006}.privacy-title{font-family:"DM Serif Display",serif;font-size:2.5rem;color:#33ebde;margin:0 0 1.5rem;text-align:center;line-height:1.2}.privacy-meta{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(51,235,222,.2)}.privacy-meta p{color:#ffffffb3;margin:.5rem 0;font-size:.95rem}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-family:"DM Serif Display",serif;font-size:1.75rem;color:#fff;margin:0 0 1rem;padding-top:1rem}.privacy-section h3{font-family:"DM Serif Display",serif;font-size:1.25rem;color:#33ebde;margin:1.5rem 0 .75rem}.privacy-section p{color:#ffffffd9;line-height:1.8;margin:0 0 1rem;font-size:1rem}.privacy-section ul{color:#ffffffd9;line-height:1.8;margin:0 0 1rem;padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem}.privacy-section strong{color:#fff;font-weight:600}.privacy-section a{color:#33ebde;text-decoration:none;transition:color .3s ease}.privacy-section a:hover{color:#14b8a6;text-decoration:underline}.privacy-section address{font-style:normal;color:#ffffffd9;line-height:1.8;margin-top:.5rem}.privacy-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(51,235,222,.2);text-align:center}.privacy-footer p{color:#fff9;margin:.5rem 0;font-size:.9rem}.privacy-footer a{color:#33ebde;text-decoration:none;margin:0 .5rem;transition:color .3s ease}.privacy-footer a:hover{color:#14b8a6;text-decoration:underline}@media(max-width:768px){.privacy-page{padding:6rem 0 3rem}.privacy-content{padding:2rem 1.5rem}.privacy-title{font-size:2rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.1rem}.privacy-section p,.privacy-section li{font-size:.95rem}}@media(max-width:480px){.privacy-container{padding:0 1rem}.privacy-content{padding:1.5rem 1rem}.privacy-title{font-size:1.75rem}.privacy-section h2{font-size:1.35rem}.privacy-section h3{font-size:1rem}}.terms-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f);padding:8rem 0 4rem;position:relative}.terms-container{max-width:1000px;margin:0 auto;padding:0 2rem}.terms-content{background:#14141e99;border:2px solid rgba(51,235,222,.2);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006}.terms-title{font-family:"DM Serif Display",serif;font-size:2.5rem;color:#33ebde;margin:0 0 1.5rem;text-align:center;line-height:1.2}.terms-meta{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(51,235,222,.2)}.terms-meta p{color:#ffffffb3;margin:.5rem 0;font-size:.95rem}.terms-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(51,235,222,.1)}.terms-section:last-of-type{border-bottom:none}.terms-section h2{font-family:"DM Serif Display",serif;font-size:1.85rem;color:#fff;margin:0 0 1.5rem;padding-top:1rem}.terms-section h3{font-family:"DM Serif Display",serif;font-size:1.35rem;color:#33ebde;margin:2rem 0 1rem}.terms-section h4{font-family:"DM Serif Display",serif;font-size:1.1rem;color:#14b8a6;margin:1.5rem 0 .75rem}.terms-section p{color:#ffffffd9;line-height:1.8;margin:0 0 1rem;font-size:1rem}.terms-section ul,.terms-section ol{color:#ffffffd9;line-height:1.8;margin:0 0 1rem;padding-left:2rem}.terms-section li{margin-bottom:.75rem}.terms-section strong{color:#fff;font-weight:600}.terms-section a{color:#33ebde;text-decoration:none;transition:color .3s ease}.terms-section a:hover{color:#14b8a6;text-decoration:underline}.terms-section em{color:#ffffffb3;font-style:italic}.pricing-tier{background:#33ebde0d;border:1px solid rgba(51,235,222,.15);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.pricing-tier h4{margin-top:0;color:#33ebde}.warranty-disclaimer,.liability-cap,.class-waiver{background:#ffa5001a;border-left:4px solid #ff751f;padding:1rem 1.5rem;margin:1.5rem 0;font-size:.95rem}.important-notice{background:#ff00001a;border:2px solid rgba(255,0,0,.3);border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 0;text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin:2rem 0}.contact-item h4{color:#33ebde;margin-top:0;margin-bottom:.75rem}.contact-item p{margin:.5rem 0;font-size:.95rem}.corporate-info,.leadership-info{margin:2rem 0;padding:1.5rem;background:#33ebde0d;border-radius:12px}.corporate-info h4,.leadership-info h4{color:#33ebde;margin-top:0;margin-bottom:1rem}.version-info{background:#14b8a60d;border:1px solid rgba(20,184,166,.2);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.version-info ul{padding-left:1.5rem}.version-info li{margin-bottom:.5rem}.terms-section address{font-style:normal;color:#ffffffd9;line-height:1.8;margin-top:1rem;padding-left:1rem;border-left:3px solid rgba(51,235,222,.3)}.terms-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(51,235,222,.2);text-align:center}.terms-footer p{color:#fff9;margin:.75rem 0;font-size:.9rem}.terms-footer a{color:#33ebde;text-decoration:none;margin:0 .5rem;transition:color .3s ease}.terms-footer a:hover{color:#14b8a6;text-decoration:underline}.end-marker{margin-top:2rem;font-size:1rem;color:#fffc}@media(max-width:768px){.terms-page{padding:6rem 0 3rem}.terms-content{padding:2rem 1.5rem}.terms-title{font-size:2rem}.terms-section h2{font-size:1.6rem}.terms-section h3{font-size:1.2rem}.terms-section h4{font-size:1rem}.terms-section p,.terms-section li{font-size:.95rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-tier{padding:1rem}}@media(max-width:480px){.terms-container{padding:0 1rem}.terms-content{padding:1.5rem 1rem}.terms-title{font-size:1.75rem}.terms-section h2{font-size:1.45rem}.terms-section h3{font-size:1.1rem}.terms-section h4{font-size:.95rem}.terms-section ul,.terms-section ol{padding-left:1.5rem}}@media print{.terms-page{background:#fff}.terms-content{background:#fff;border:none;box-shadow:none}.terms-section h2,.terms-section h3,.terms-section h4,.terms-title,.terms-section p,.terms-section li{color:#000}.terms-section a{color:#000;text-decoration:underline}}.industries-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f)}.industries-hero{padding:8rem 2rem 4rem;text-align:center;background:radial-gradient(ellipse at top,rgba(51,235,222,.1) 0%,transparent 60%)}.industries-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1.5rem}.highlight-cyan{color:#33ebde;background:linear-gradient(90deg,#33ebde,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.industries-subtitle{font-size:1.3rem;color:#fffc;margin:0}.industries-grid-section{padding:4rem 2rem 8rem}.industries-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.industry-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#1a1a2e99,#10101fcc);border:2px solid rgba(51,235,222,.2);border-radius:20px;text-decoration:none;color:inherit;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.industry-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#33ebde1a,#3faaeb1a);opacity:0;transition:opacity .4s ease}.industry-card:hover:before{opacity:1}.industry-card:hover{transform:translateY(-10px);border-color:#33ebde;box-shadow:0 20px 60px #33ebde4d}.ind-icon-svg{width:80px;height:80px;color:#33ebde;margin-bottom:1.5rem;transition:all .4s ease}.industry-card:hover .ind-icon-svg{transform:scale(1.1) rotate(5deg)}.industry-card h3{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 1rem}.industry-card p{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:0 0 1.5rem;flex-grow:1}.card-arrow{font-size:2rem;color:#33ebde;transition:all .3s ease;opacity:.6}.industry-card:hover .card-arrow{transform:translate(10px);opacity:1}.other-card{border-color:#ffd7004d;background:linear-gradient(135deg,#221a0a99,#221a0acc)}.other-card .ind-icon-svg,.other-card .card-arrow{color:gold}.other-card:hover{border-color:gold;box-shadow:0 20px 60px #ffd7004d}@media(max-width:768px){.industries-hero{padding:6rem 1.5rem 3rem}.industries-title{font-size:2.5rem}.industries-subtitle{font-size:1.1rem}.industries-grid-section{padding:3rem 1.5rem 6rem}.industries-grid{grid-template-columns:1fr;gap:1.5rem}.industry-card{padding:2.5rem 1.5rem}}.industry-detail-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f)}.industry-hero{padding:8rem 2rem 4rem;text-align:center;background:radial-gradient(ellipse at top,rgba(51,235,222,.1) 0%,transparent 60%)}.industry-hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1rem}.industry-hero-subtitle{font-size:1.3rem;line-height:1.8;color:#fffc;max-width:800px;margin:0 auto}.industry-content-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.industry-section{margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#33ebde;margin:0 0 2rem;text-align:center}.pain-points-grid,.solutions-grid,.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.point-card,.solution-card,.use-case-card{padding:2rem;background:#1a1a2e99;border:2px solid rgba(51,235,222,.2);border-radius:16px;transition:all .3s ease}.point-card:hover,.solution-card:hover,.use-case-card:hover{transform:translateY(-5px);border-color:#33ebde;box-shadow:0 10px 40px #33ebde33}.point-card h3,.solution-card h3,.use-case-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem}.point-card p,.solution-card p,.use-case-card p{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:0}.industry-cta-section{padding:6rem 2rem;text-align:center;background:radial-gradient(ellipse at center,rgba(51,235,222,.08) 0%,transparent 70%)}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.cta-subtitle{font-size:1.2rem;color:#fffc;margin:0 0 2rem}.industry-cta-button{padding:1.25rem 3rem;font-size:1.2rem;font-weight:700;color:#0a0a0f;background:linear-gradient(135deg,#33ebde,#3faaeb);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 30px #33ebde66;text-decoration:none;display:inline-block}.industry-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 40px #33ebde99}@media(max-width:768px){.industry-hero{padding:6rem 1.5rem 3rem}.industry-hero-title{font-size:2.5rem}.industry-content-section{padding:3rem 1.5rem}.pain-points-grid,.solutions-grid,.use-cases-grid{grid-template-columns:1fr}}.manufacturing-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#16161f,#0a0a0f);color:#fff;overflow-x:hidden}.mfg-hero{min-height:80vh;display:flex;align-items:center;justify-content:space-between;padding:120px 5% 80px;max-width:1400px;margin:0 auto;gap:60px}.mfg-hero-content{flex:1;max-width:700px}.mfg-hero-badge{display:inline-block;padding:8px 20px;background:#33ebde1a;border:1px solid rgba(51,235,222,.3);border-radius:50px;font-size:.9rem;font-weight:600;color:#33ebde;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.mfg-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:24px}.mfg-hero-title .highlight{background:linear-gradient(135deg,#33ebde,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mfg-hero-subtitle{font-size:1.25rem;line-height:1.6;color:#fffc;margin-bottom:32px}.mfg-hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.mfg-cta-primary{padding:16px 32px;background:linear-gradient(135deg,#3faaeb,#33ebde);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #3faaeb66}.mfg-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3faaeb80}.mfg-cta-secondary{padding:16px 32px;background:transparent;border:2px solid #33ebde;border-radius:50px;color:#33ebde;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.mfg-cta-secondary:hover{background:#33ebde1a;transform:translateY(-2px)}.mfg-hero-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;width:280px;height:280px;background:radial-gradient(circle at center,rgba(51,235,222,.15) 0%,transparent 70%);border:2px solid rgba(51,235,222,.3);border-radius:50%;text-align:center}.mfg-hero-stat .stat-value{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#33ebde,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.mfg-hero-stat .stat-label{font-size:1rem;font-weight:600;color:#fff;margin-top:8px}.mfg-hero-stat .stat-desc{font-size:.85rem;color:#fff9;margin-top:4px}.mfg-stats-section{background:#33ebde0d;padding:60px 5%;border-top:1px solid rgba(51,235,222,.1);border-bottom:1px solid rgba(51,235,222,.1)}.mfg-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.mfg-stat-card{text-align:center;padding:30px 20px}.mfg-stat-card .stat-number{display:block;font-size:2.5rem;font-weight:800;color:#33ebde;margin-bottom:8px}.mfg-stat-card .stat-text{font-size:.95rem;color:#ffffffb3;line-height:1.4}.mfg-section{padding:100px 5%;max-width:1400px;margin:0 auto}.mfg-section-header{text-align:center;margin-bottom:60px}.mfg-section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:16px}.mfg-section-header p{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto}.mfg-section-header.light h2{color:#fff}.mfg-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mfg-pain-card{background:#1a1a2e99;border:2px solid rgba(255,100,100,.2);border-radius:16px;padding:30px;transition:all .3s ease}.mfg-pain-card:hover{border-color:#ff646466;background:#1a1a2ecc}.mfg-pain-card h3{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#ff6b6b}.mfg-pain-card p{font-size:.95rem;color:#ffffffb3;line-height:1.5}.mfg-process-section{padding:100px 5%;background:linear-gradient(180deg,#10101f80,#0a0a0fcc)}.mfg-process-section .mfg-section-header,.mfg-phase{max-width:1400px;margin:0 auto 80px}.mfg-phase:last-child{margin-bottom:0}.mfg-phase-header{background:#1a1a2e99;border:2px solid;border-radius:20px;padding:30px 40px;margin-bottom:30px;position:relative}.phase-number{display:inline-block;padding:6px 16px;border-radius:50px;font-size:.85rem;font-weight:700;color:#0a0a0f;margin-bottom:12px}.phase-title{font-size:1.8rem;font-weight:700;margin-bottom:8px;color:#fff}.phase-description{font-size:1rem;color:#ffffffb3;max-width:700px}.mfg-steps-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.mfg-step-card{background:#1a1a2ecc;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:24px 20px;text-align:center;transition:all .3s ease;position:relative}.mfg-step-card:hover{border-color:var(--step-color, #33ebde);background:#1a1a2e}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:1rem;font-weight:700;color:#0a0a0f;margin-bottom:16px}.step-title{font-size:1rem;font-weight:600;margin-bottom:8px;color:#fff}.step-description{font-size:.85rem;color:#fff9;line-height:1.4}.mfg-results-section{padding:100px 5%;background:linear-gradient(135deg,#33ebde1a,#3faaeb1a)}.mfg-results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.mfg-result-card{background:#1a1a2ecc;border:2px solid rgba(51,235,222,.2);border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.mfg-result-card:hover{border-color:#33ebde80;transform:translateY(-5px)}.result-value{display:block;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#33ebde,#3faaeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.result-label{display:block;font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.result-desc{font-size:.9rem;color:#fff9}.mfg-results-note{text-align:center;margin-top:40px;font-size:1.1rem;color:#fffc}.mfg-results-note strong{color:#33ebde}.mfg-workers-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.mfg-worker-card{background:#1a1a2e99;border:2px solid rgba(63,170,235,.2);border-radius:16px;padding:30px 24px;text-align:center;transition:all .3s ease}.mfg-worker-card:hover{border-color:#3faaeb80;background:#1a1a2ee6}.worker-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#3faaeb33,#33ebde33);border-radius:50%;display:flex;align-items:center;justify-content:center}.worker-icon svg{width:30px;height:30px;color:#3faaeb}.mfg-worker-card h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#fff}.mfg-worker-card p{font-size:.85rem;color:#fff9;line-height:1.4}.mfg-usecases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.mfg-usecase-card{background:#1a1a2e99;border:2px solid rgba(51,235,222,.2);border-radius:16px;padding:30px;transition:all .3s ease}.mfg-usecase-card:hover{border-color:#33ebde66;background:#1a1a2ee6}.mfg-usecase-card h3{font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#33ebde}.mfg-usecase-card p{font-size:.95rem;color:#ffffffb3;line-height:1.5}.mfg-cta-section{padding:100px 5%;background:linear-gradient(180deg,transparent 0%,rgba(51,235,222,.05) 50%,transparent 100%)}.mfg-cta-content{max-width:700px;margin:0 auto;text-align:center}.mfg-cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:16px}.mfg-cta-content p{font-size:1.1rem;color:#ffffffb3;margin-bottom:32px}.mfg-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.scheduler-modal{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.scheduler-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;position:relative}.scheduler-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;cursor:pointer;color:#333;z-index:10}@media(max-width:1200px){.mfg-steps-grid,.mfg-workers-grid{grid-template-columns:repeat(3,1fr)}.mfg-usecases-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.mfg-hero{flex-direction:column;text-align:center;padding-top:100px}.mfg-hero-ctas{justify-content:center}.mfg-hero-stat{margin-top:40px}.mfg-stats-grid,.mfg-pain-grid,.mfg-results-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mfg-hero{padding:80px 5% 60px;min-height:auto}.mfg-hero-stat{width:200px;height:200px}.mfg-hero-stat .stat-value{font-size:3rem}.mfg-stats-grid,.mfg-pain-grid,.mfg-results-grid,.mfg-usecases-grid{grid-template-columns:1fr}.mfg-steps-grid,.mfg-workers-grid{grid-template-columns:repeat(2,1fr)}.mfg-section,.mfg-process-section,.mfg-results-section,.mfg-cta-section{padding:60px 5%}.mfg-phase-header{padding:24px}.phase-title{font-size:1.4rem}.mfg-cta-buttons{flex-direction:column;align-items:center}.mfg-cta-primary,.mfg-cta-secondary{width:100%;max-width:300px;text-align:center}}@media(max-width:480px){.mfg-steps-grid,.mfg-workers-grid{grid-template-columns:1fr}.result-value{font-size:2.5rem}.mfg-stat-card .stat-number{font-size:2rem}}.thank-you-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0a0a0a);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.thank-you-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(20,184,166,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(20,184,166,.05) 0%,transparent 50%);animation:subtleFloat 20s ease-in-out infinite}@keyframes subtleFloat{0%,to{transform:translate(0)}50%{transform:translate(-2%,-2%)}}.thank-you-container{position:relative;z-index:1;max-width:600px;width:100%}.thank-you-content{background:#1a1a2ecc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(20,184,166,.2);border-radius:24px;padding:3rem;text-align:center;box-shadow:0 25px 80px #00000080}.success-icon{font-size:5rem;color:#14b8a6;margin-bottom:1.5rem;filter:drop-shadow(0 0 30px rgba(20,184,166,.5))}.thank-you-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.thank-you-message{font-size:1.1rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.what-next{background:#14b8a61a;border:1px solid rgba(20,184,166,.2);border-radius:16px;padding:1.5rem;margin-bottom:2rem;text-align:left}.what-next h2{font-size:1.2rem;color:#14b8a6;margin-bottom:1rem;text-align:center}.next-steps{list-style:none;padding:0;margin:0}.next-steps li{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.next-steps li:last-child{border-bottom:none}.step-number{width:28px;height:28px;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#000;flex-shrink:0}.step-text{color:#ffffffe6;font-size:.95rem}.contact-info{margin-bottom:2rem}.contact-info h3{font-size:1rem;color:#ffffffb3;margin-bottom:1rem;font-weight:500}.contact-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffe6;text-decoration:none;font-size:.9rem;transition:all .3s ease}.contact-option:hover{background:#14b8a633;border-color:#14b8a666;color:#14b8a6;transform:translateY(-2px)}.contact-option svg{font-size:1rem;color:#14b8a6}.return-home{margin-top:1rem}.home-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#000;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 20px #14b8a64d}.home-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #14b8a666}@media(max-width:640px){.thank-you-content{padding:2rem 1.5rem}.success-icon{font-size:4rem}.thank-you-title{font-size:2rem}.thank-you-message{font-size:1rem}.contact-options{flex-direction:column}.contact-option{justify-content:center}}.app{width:100%;min-height:100vh;background-color:#000;padding-top:85px}@media(max-width:768px){.app{padding-top:70px}}
