:root{--primary-blue:#4c51bf;--primary-purple:#764ba2;--accent-cyan:#00d4ff;--accent-teal:#09c;--dark-bg:#1a202c;--dark-card-bg:#ffffff0d;--dark-border:#ffffff1a;--text-dark:#333;--text-medium:#666;--text-light:#f8f9fa;--bg-light:#f8f9fa;--bg-white:#fff;--success:#4caf50;--warning:#ff9800;--error:#f44336;--gradient-primary:linear-gradient(135deg,var(--primary-blue)0%,var(--primary-purple)100%);--gradient-medium:linear-gradient(135deg,#4e54c8 0%,#8f94fb 100%);--gradient-secondary:linear-gradient(135deg,var(--accent-cyan)0%,var(--accent-teal)100%);--gradient-dark:linear-gradient(135deg,#2c3e50 0%,#4a6da7 100%);--gradient-hero:linear-gradient(135deg,#007bff66 0%,#00bcd480 25%,#0006 50%,#5d3a9b66 75%,#007bff66 100%)}html{scroll-behavior:smooth}body{color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}p{word-wrap:break-word}section[id]{scroll-margin-top:90px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{z-index:1000;background:#fff;border-bottom:2px solid #0000000d;padding:1.2rem 0;transition:background-color .3s,box-shadow .3s,border-bottom .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.logo-img{filter:brightness(0);width:auto;height:40px}.footer .logo-img{filter:brightness(0)invert()}.nav-menu{z-index:1;align-items:center;gap:2rem;list-style:none;display:flex;position:relative}.nav-menu li{margin-bottom:0!important}@media (min-width:769px){.nav-menu{display:none!important}}.nav-link{color:#333;padding:.5rem 0;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.book-demo{z-index:1001;color:#fff;white-space:nowrap;background-color:#667eea;border:2px solid #667eea;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #667eea4d}.nav-link:hover{color:#667eea}.nav-link:after{content:"";background:#667eea;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.hamburger{cursor:pointer;flex-direction:column;display:none}.bar{background:#333;width:25px;height:3px;margin:3px 0;transition:all .3s}.btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:50px;justify-content:center;align-items:center;height:48px;padding:0 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=url],input[type=search],input[type=number]{border:1px solid #e2e8f0;border-radius:8px;padding:0 16px;font-size:16px}.btn-primary{background:var(--gradient-primary);color:#fff;border-radius:50px;position:relative;overflow:hidden;box-shadow:0 4px 15px #4c51bf66}.btn-primary:hover{opacity:1;transform:translateY(-2px);box-shadow:0 8px 25px #4c51bf80}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:after{left:100%}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff;border-radius:50px}.btn-secondary:hover{color:#667eea;background:#fff}.btn-small{background:var(--gradient-primary);border-radius:50px;padding:8px 16px;font-size:14px}.button-subtext{color:#fff;margin:0;font-size:11px}.icon-large{color:var(--primary-blue);font-size:200px}.btn-outline{color:#fff;background:0 0;border:2px solid #fff;border-radius:50px}.btn-outline:hover{color:#333;background:#fff}.card{background:#fff;border-radius:8px;margin-bottom:20px;padding:30px;box-shadow:0 2px 10px #0000001a}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.2rem}a{color:#2563eb}.features{flex-wrap:wrap;gap:15px;display:flex}.footer{color:#fff;background:#1a1a1a;padding:3rem 0 15rem;box-shadow:0 -2px 20px #0000004d}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#ccc;padding:8px 0;text-decoration:none;transition:color .3s;display:inline-block}.footer-section ul li a:hover{color:#667eea}.footer-section .logo-img{width:auto;height:30px;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-bottom{border-top:1px solid #555;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.social-links{gap:.5rem;display:flex}.social-links a{color:#ccc;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:color .3s;display:flex}.social-links a:hover{color:#667eea}.animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dropdown{position:relative}.book-demo{z-index:1001;position:fixed;bottom:12px;right:20px}@media (max-width:1540px){.book-demo{padding:8px 16px;font-size:.9rem;bottom:80px;right:10px}}@media (max-width:768px){.container{padding:0 15px}section{padding:40px 0}}section:nth-child(2n){background:#f8f9fa}p,h1,h2,h3,h4,h5,h6,li{margin-bottom:1rem}img,.card{border-radius:8px}.privacy-content .privacy-section{margin-bottom:2rem}.privacy-content .privacy-section h4{color:#333;margin-top:1.5rem;margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.privacy-content .privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-content .privacy-section ul li{margin-bottom:.5rem;line-height:1.6}.privacy-content .privacy-section ul li strong{color:#333;font-weight:600}.privacy-content .privacy-section a{color:var(--primary-blue);font-weight:500;text-decoration:none}.privacy-content .privacy-section a:hover{text-decoration:underline}.processes{position:relative;overflow:hidden;color:#fff!important;visibility:visible!important;opacity:1!important;z-index:1!important;display:block!important}.processes h2,.processes h3,.processes h5,.processes p,.processes span,.processes .framer-text{color:#fff!important}.processes .framer-1fwp2mr,.processes .framer-mkdm2y{position:relative;z-index:5!important}.processes .framer-1fwp2mr img,.processes .framer-mkdm2y img{position:relative;z-index:6!important}.processes .framer-uwsaz9,.processes .framer-vfjoq2{position:relative;color:#fff!important;z-index:7!important}.processes .framer-uwsaz9 h5,.processes .framer-vfjoq2 h5{color:#fff!important}.processes .framer-1nys622,.processes .framer-nyyxwu{position:relative;color:#fff!important;z-index:7!important}.processes .framer-1nys622 p,.processes .framer-nyyxwu p{color:#fff!important}.processes .container{max-width:1200px;margin:0 auto;padding:0 2rem}.processes .section-header{color:#fff;margin-bottom:2rem}.processes .section-title{color:#fff}.processes .section-subtitle{color:#fff;opacity:.9}.processes .pain-solution{color:var(--accent-teal);text-align:center;margin-top:1rem;font-size:1.1rem;font-weight:600;position:relative;z-index:3!important}.processes .pain-item{position:relative;color:#fff!important;z-index:5!important;visibility:visible!important;opacity:1!important;background:0 0!important}.processes .pain-item i{color:var(--accent-teal)!important;opacity:1!important}.processes .pain-item span{color:#fff!important;opacity:1!important}.processes .pain-list{position:relative;z-index:5!important;color:#fff!important}.processes .framer-1wy324o .framer-ctdu0i,.processes .framer-eljbd2 .framer-y232km{align-items:center;padding-bottom:2rem}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(60px)}60%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.processes .framer-1hm2adr-container ul li,.processes .framer-1pum39n-container ul li{flex-shrink:0;z-index:6!important;position:relative!important}.processes .framer-1hm2adr-container ul,.processes .framer-1pum39n-container ul{flex-shrink:0;gap:60px;animation:60s linear infinite scroll-processes;position:relative;z-index:6!important}.processes .framer-1hm2adr-container section,.processes .framer-1pum39n-container section{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12.5% 87.5%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12.5% 87.5%,#0000 100%);z-index:6!important}.processes .framer-1hm2adr-container ul,.processes .framer-1pum39n-container ul{flex-shrink:0;gap:60px;animation:60s linear infinite scroll-processes}.processes .framer-1hm2adr-container ul:hover,.processes .framer-1pum39n-container:hover ul{animation-play-state:paused}.processes .framer-1hm2adr-container ul,.processes .framer-1pum39n-container ul{visibility:visible!important;opacity:1!important}@keyframes scroll-processes{0%{transform:translate(0)}to{transform:translate(-50%)}}.framer-1wy324o .framer-ctdu0i,.framer-eljbd2 .framer-y232km{align-items:center;padding-bottom:2rem}.browser-window{background:#2d3748;border-radius:10px;flex:1;overflow:hidden;box-shadow:0 10px 30px #0000004d}.browser-header{background:#1a202c;align-items:center;gap:15px;padding:10px 15px;display:flex}.browser-dots{gap:8px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.browser-url{color:#a0aec0;flex:1;font-size:14px}.browser-content{align-items:center;height:calc(100% - 60px);padding:20px;display:flex}.automation-steps{justify-content:space-between;align-items:center;width:100%;display:flex}.step{opacity:.6;flex-direction:column;align-items:center;gap:8px;transition:all .3s;display:flex}.step.active{opacity:1;transform:scale(1.1)}.automation-steps .step-number{color:#00d4ff;background:#00d4ff33;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex}.step-icon{color:#00d4ff;background:#00d4ff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.step-text{color:#a0aec0;text-align:center;font-size:12px}.carousel-track{gap:20px;animation:15s linear infinite rotate-logos;display:flex}.logo-item{cursor:pointer;color:#00d4ff;background:#ffffff1a;border-radius:12px;flex:0 0 80px;justify-content:center;align-items:center;height:80px;font-size:24px;transition:all .3s;display:flex}.logo-item:hover{background:#fff3;transform:translateY(-5px)scale(1.1);box-shadow:0 10px 20px #00d4ff4d}@keyframes rotate-logos{0%{transform:translate(0)}to{transform:translate(-100%)}}.cursor{color:#00d4ff;opacity:1;vertical-align:text-bottom;background:#00d4ff;width:2px;height:18px;margin:0;padding:0;display:inline-block}@media (max-width:768px){html,body{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}*,.product-section,.product-content,.product-info,.contact-left,.contact-right,.sector,.testimonial,.automation-box,.pain-point-box,.about-text{box-sizing:border-box!important;max-width:100%!important}.nav-menu{text-align:center;z-index:999;background-color:#fff;flex-direction:column;width:100vw;max-width:100vw;padding:2rem 0;transition:all .3s;position:fixed;top:70px;left:-100%;box-shadow:0 10px 27px #0000000d}.nav-menu.active{left:0}.hero-title{margin-bottom:1rem!important;font-size:2.5rem!important;line-height:1.1!important}.hero-subtitle{margin-bottom:1.5rem!important;font-size:.95rem!important;line-height:1.4!important}.hero-content{padding:1rem 0!important}.hero-buttons{flex-direction:row!important;justify-content:center!important;gap:1rem!important}.hero-buttons .btn{flex:1!important;max-width:150px!important;padding:.7rem 1.2rem!important;font-size:.9rem!important}.products{padding:2rem 0!important}.products-grid{box-sizing:border-box!important;flex-direction:column!important;gap:2rem!important;width:100%!important;max-width:100%!important;padding:0 1rem!important;display:flex!important;overflow-x:hidden!important}.product-section{overflow-wrap:break-word!important;word-wrap:break-word!important;hyphens:auto!important;width:100%!important;max-width:100%!important;margin:0!important;overflow-x:hidden!important}.step-upload,.step-process,.step-build{overflow-wrap:break-word!important;word-wrap:break-word!important;hyphens:auto!important;width:100%!important;max-width:100%!important;margin:0!important}.product-content{overflow-wrap:break-word!important;flex-direction:column!important;grid-template-columns:1fr!important;gap:1.5rem!important;padding:1.5rem!important;display:flex!important}.product-info{text-align:center!important;margin-bottom:0!important;padding-right:0!important}.product-title{overflow-wrap:break-word!important;word-wrap:break-word!important;margin-bottom:.8rem!important;font-size:1.3rem!important;line-height:1.3!important}.product-description{overflow-wrap:break-word!important;word-wrap:break-word!important;margin-bottom:.8rem!important;font-size:1rem!important}.product-details{overflow-wrap:break-word!important;word-wrap:break-word!important;margin-bottom:1rem!important;font-size:.9rem!important;line-height:1.4!important}.product-visual{order:-1;margin-bottom:1rem;width:100%!important;max-width:100%!important}.product-features{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:1rem!important;margin-bottom:1.5rem!important}.feature{text-align:left!important;overflow-wrap:break-word!important;word-wrap:break-word!important;flex:0 0 100%!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;font-size:.95rem!important}.product-pricing,.product-visual{width:100%!important;max-width:100%!important;margin-top:1rem!important}.bullets{width:100%!important;max-width:100%!important;margin-bottom:1.5rem!important;padding-bottom:.5rem!important;display:block!important}.bullet{width:100%!important;max-width:100%!important;margin-bottom:.8rem!important;padding-right:0!important;font-size:.9rem!important;line-height:1.3!important;display:block!important}.button-area .btn{width:100%!important;max-width:250px!important;margin-top:1rem!important;padding:.6rem 1rem!important;font-size:.85rem!important;display:block!important}.product-pricing{flex-direction:column!important;align-items:flex-start!important;width:100%!important;display:flex!important}.bullets{text-align:left!important;width:100%!important;margin-bottom:1.5rem!important;padding-bottom:0!important;display:block!important}.button-area{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.button-subtext{opacity:.8;margin-top:.8rem!important;font-size:.8rem!important}.chat-input-area{flex-direction:column;gap:8px}.chat-submit-btn{align-self:flex-end;padding:6px 12px;font-size:12px}.contact-layout{flex-direction:column!important;grid-template-columns:1fr!important;gap:2rem!important;width:100%!important;max-width:100%!important;display:flex!important;overflow-x:hidden!important}.products-grid,.main-contact-grid,.solutions-grid,.steps-grid{flex-direction:column!important;grid-template-columns:1fr!important;gap:1rem!important;width:100%!important;max-width:100%!important;display:flex!important;overflow-x:hidden!important}.main-contact-grid .form-group,.main-contact-grid .full-width,.contact-left,.contact-right{width:100%!important;max-width:100%!important}.automation-calculator{padding:3rem 0}.calculator-container,.calculator-grid{grid-template-columns:1fr;gap:2rem}.calculator-container{margin-top:2rem}.calculator-input{padding:1.5rem}.calculator-input input{margin-bottom:.5rem}.calculator-results{grid-template-columns:1fr;gap:1rem}.contact-page .contact-info,.contact-page .contact-form{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #0000001a}.privacy-section,.refund-section,.terms-section{padding:1.5rem}.sectors-grid,.testimonial-grid{flex-direction:column!important;gap:1.5rem!important;max-width:100%!important;display:flex!important;overflow-x:hidden!important}.sectors-grid{grid-template-rows:none!important;grid-template-columns:none!important}.testimonial-grid{grid-template-columns:none!important}.sector,.testimonial{padding:1.5rem;overflow-x:hidden!important}.testimonial blockquote{font-size:1rem}.testimonial blockquote:before{font-size:2.5rem}.automate-content{padding:0 1rem}.automate-intro{margin-bottom:1.5rem;font-size:1rem}.automate-features{margin-bottom:2rem}.feature-grid{grid-template-columns:1fr;gap:1rem}.pain-list{flex-direction:column!important;grid-template-columns:1fr!important;gap:1rem!important;display:flex!important}.getstarted{padding:2rem 0!important}.getstarted .container,.get-started-content{padding:0 1rem;box-sizing:border-box!important;width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.get-started-content{grid-template-columns:1fr!important;gap:2rem!important;max-width:100%!important}.step-upload,.step-process,.step-build{max-width:100%!important;padding:.5rem!important}.step-upload h4,.step-process h4,.step-build h4{overflow-wrap:break-word!important;word-wrap:break-word!important;margin-bottom:.8rem!important;font-size:1.2rem!important;line-height:1.3!important}.step-upload p,.step-process p,.step-build p{margin-bottom:0!important;font-size:.9rem!important;line-height:1.4!important}.continue-options-row{flex-flow:wrap!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;width:100%!important;max-width:100%!important;padding:0!important;overflow-x:hidden!important}.continue-option{width:100%!important;min-width:auto!important;max-width:100%!important;padding:.75rem 1rem!important;font-size:.9rem!important;position:relative!important;overflow:visible!important}.continue-option.collapsed{flex:0 0 50px!important;width:50px!important;min-width:50px!important;max-width:50px!important}.continue-option.collapsed span{opacity:0!important;width:0!important;margin-left:0!important;overflow:hidden!important}.continue-option span{opacity:1!important;width:auto!important;margin-left:.5rem!important;transition:all .3s!important;transform:scale(1)!important}.google-button{flex:1!important;min-width:auto!important;max-width:calc(100% - 110px)!important}.social-dropdown .continue-option{min-width:100%!important;padding:.75rem 1rem!important}.social-dropdown .continue-option span{opacity:1!important;margin-left:.5rem!important;transform:scale(1)!important}.upload-area{width:100%!important;max-width:100%!important;padding:.25rem!important}.upload-options{margin-top:1rem!important;padding:0!important}.upload-input-group{flex-flow:row!important;align-items:center!important;gap:.25rem!important;width:100%!important;max-width:100%!important;margin:0 auto!important;display:flex!important}.help-icon{white-space:nowrap!important;flex-shrink:0!important;order:1!important;align-self:center!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;padding:8px!important}.upload-input-group input[type=url]{flex:1!important;order:0!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:10px 12px!important;font-size:.85rem!important}.upload-input-group input[type=url]::placeholder{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.7rem!important;line-height:1.1!important;overflow:hidden!important}#email-form{width:100%!important;max-width:100%!important;margin:1rem auto 0!important}#email-form .quick-contact-form{max-width:100%!important;margin:0!important;padding:1.5rem!important}#email-form input{margin-bottom:.8rem!important;padding:12px!important;font-size:.9rem!important}.get-started-intro{margin-bottom:2rem!important;font-size:1rem!important}.get-started-cta{margin-top:1.5rem!important}.get-started-cta h4{margin-bottom:1rem!important;font-size:1.1rem!important}.calculator-embed{min-height:300px}.calculator-section{padding:10px 0 5px!important}.calculator-title{word-wrap:break-word!important;overflow-wrap:break-word!important;hyphens:auto!important;white-space:normal!important;width:100%!important;max-width:100%!important;margin-bottom:.5rem!important;font-size:1.1rem!important;line-height:1.3!important}.calculator-subtitle{word-wrap:break-word!important;overflow-wrap:break-word!important;hyphens:auto!important;white-space:normal!important;width:100%!important;max-width:100%!important;margin-bottom:.8rem!important;font-size:.7rem!important;line-height:1.3!important}.calculator-content{padding:8px 6px!important;overflow-x:hidden!important}.savings-cards{grid-template-columns:1fr!important;gap:6px!important;margin-bottom:8px!important}.roi-grid{grid-template-columns:repeat(3,1fr)!important;gap:4px!important;margin-bottom:8px!important}.primary-result{margin-bottom:8px!important;padding:10px!important}.primary-result .result-value{font-size:1.4rem!important;line-height:1.2!important}.result-card{margin-bottom:6px!important;padding:10px 6px!important}.result-card h3{margin-bottom:.5rem!important;font-size:.9rem!important;line-height:1.3!important}.roi-item{flex-direction:column;justify-content:center;min-height:50px;display:flex;margin-bottom:0!important;padding:6px 2px!important;font-size:.7rem!important}.roi-label{white-space:normal!important;margin-bottom:2px!important;font-size:.65rem!important;line-height:1.1!important}.roi-value,.result-value{font-size:.8rem!important;line-height:1.2!important}.roi-value{font-size:.8rem!important}.input-section{margin-bottom:6px!important}.input-group{margin-bottom:4px!important}.compact-slider-row,.compact-select-row{flex-flow:wrap!important;align-items:center!important;gap:6px!important;width:100%!important;margin-bottom:8px!important;padding:8px 0!important;display:flex!important}.compact-slider-row .slider-label,.compact-select-row .select-label{width:100%!important;min-width:unset!important;white-space:normal!important;text-align:left!important;color:#4a4a4a!important;flex:0 0 100%!important;max-width:100%!important;margin-bottom:8px!important;font-size:.9rem!important;overflow:visible!important}.slider-row{flex:1!important;justify-content:space-between!important;align-items:center!important;gap:6px!important;width:100%!important;min-width:80px!important;display:flex!important;overflow:visible!important}.slider-row .slider-value{text-align:center!important;white-space:nowrap!important;background:#667eea1a!important;border-radius:3px!important;flex-shrink:0!important;min-width:30px!important;max-width:35px!important;padding:2px 4px!important;font-size:.65rem!important}.slider-row input[type=range]{appearance:none!important;background:0 0!important;flex:1!important;width:100%!important;min-width:50px!important;height:18px!important;margin:0!important}input[type=range]{appearance:none!important;background:#e0e0e0!important;border:0!important;border-radius:3px!important;outline:none!important;flex:1!important;width:100%!important;height:6px!important;margin:0!important;padding:0!important;display:block!important}input[type=range]::-webkit-slider-thumb{appearance:none!important;cursor:pointer!important;background:#667eea!important;border:3px solid #fff!important;border-radius:50%!important;width:28px!important;height:28px!important;margin-top:-11px!important;box-shadow:0 2px 8px #0000004d!important}input[type=range]::-moz-range-thumb{cursor:pointer!important;background:#667eea!important;border:3px solid #fff!important;border-radius:50%!important;width:28px!important;height:28px!important;box-shadow:0 2px 8px #0000004d!important}.about-content{flex-direction:column!important;grid-template-columns:1fr!important;gap:2rem!important;width:100%!important;max-width:100%!important;padding:0 1rem!important;display:flex!important;overflow-x:hidden!important}.about-text{order:1!important}.about-image{order:-1!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;margin-bottom:1rem!important;display:flex!important}.about-image .icon-large{color:var(--primary-blue)!important;opacity:.8!important;font-size:3rem!important}.about-text h2.section-title{text-align:center!important;margin-bottom:1rem!important;font-size:1.4rem!important;line-height:1.3!important}.about-text p{text-align:center!important;margin-bottom:0!important;font-size:.95rem!important;line-height:1.5!important}.calendly-inline-widget{border-radius:8px!important;width:100%!important;max-width:100%!important;height:320px!important;min-height:280px!important;overflow:hidden!important}.automation-boxes,.pain-points-boxes{flex-direction:column!important;grid-template-columns:none!important;gap:1rem!important;display:flex!important;overflow-x:hidden!important}.automation-box,.pain-point-box{width:100%!important;max-width:100%!important}.footer-content{grid-template-columns:repeat(3,1fr)!important;gap:1rem!important}.footer-section:first-child{grid-column:span 3;text-align:center!important;grid-column:1/-1!important;margin-bottom:1rem!important}.footer-section:first-child p{font-size:.85rem!important}.footer-section .logo{justify-content:center!important;width:100%!important;display:flex!important}.footer-section h4{margin-bottom:.5rem!important;font-size:.9rem!important}.footer-section ul li{margin-bottom:.3rem!important;font-size:.8rem!important}.footer-bottom{text-align:center!important;border:none!important;flex-direction:column-reverse!important;gap:1rem!important;padding-bottom:75px!important;display:flex!important}.footer-bottom p{margin:0!important}.social-links{justify-content:center!important}}@media (max-width:480px){.hero-title{font-size:2rem}.phone-back-form .btn-primary-form{padding:12px 15px}.section-title{font-size:2rem}.product-title{font-size:1.8rem}.product-features{flex-direction:column;gap:1rem}.floating-elements{width:200px;height:200px}.element{font-size:3rem}.steps-grid{grid-template-columns:1fr;gap:1rem}.step-card{text-align:center;padding:1rem}.step-number{font-size:2rem}.step-card h3{margin-bottom:.5rem;font-size:1.2rem}.step-card p{font-size:.9rem;line-height:1.4}.calculator-title{font-size:1rem!important}.calculator-subtitle{font-size:.65rem!important}.calculator-content{padding:8px 6px!important}.primary-result{padding:15px}.primary-result .result-value{font-size:1.8rem}.result-card{padding:12px 8px}.roi-item{padding:8px 4px}.cta-content{margin-top:6px}.compact-slider-row .slider-label,.compact-select-row .select-label{min-width:120px;font-size:.8rem}.slider-row .slider-value{min-width:55px;padding:2px 6px;font-size:.75rem}.calendly-inline-widget{height:280px!important;min-height:250px!important}}@media (min-width:1921px){html{font-size:80%}}@media (max-width:1920px){html{font-size:81.25%}.products{padding-top:5rem;padding-bottom:5rem}.section-title{font-size:2.1rem}.section-subtitle{font-size:1rem}.product-title{font-size:1.5rem}.product-description{font-size:1rem}.product-details{font-size:.95rem}.calendly-inline-widget{height:680px!important}.nav-menu{padding:0!important}}.hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;background:#0f172a;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background-video{object-fit:cover;filter:brightness(.8)contrast(1.2)saturate(1.3);width:100%;height:100%}.hero-background-overlay{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.main-hero-overlay{backdrop-filter:blur(.5px);background:linear-gradient(135deg,#007bff66 0%,#00bcd480 25%,#0006 50%,#5d3a9b66 75%,#007bff66 100%)}.sora-hero-overlay{backdrop-filter:none;background:linear-gradient(#0000004d,#0009)}.sora-hero-video{filter:brightness(.9)contrast(1.1)}.hero-content{z-index:2;opacity:0;max-width:900px;margin:0 auto;padding:0 20px;animation:1s ease-out forwards fadeInUpHero;position:relative}.hero-title{letter-spacing:-2px;-webkit-text-fill-color:transparent;text-shadow:0 4px 20px #0000004d;background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#ffffffe6;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.5rem;font-weight:400;line-height:1.6}.hero-buttons{justify-content:center;align-items:center;gap:1.5rem;display:flex}@keyframes fadeInUpHero{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero-title{letter-spacing:-1px;font-size:2.5rem}.hero-subtitle{padding:0 10px;font-size:1.125rem}.hero-buttons{gap:1rem}.hero-buttons .btn{flex:1;min-width:0}}.privacy-page,.refund-page,.subscription-page,.terms-page{background:#f8f9fa;padding-top:8rem;padding-bottom:5rem}.privacy-page .section-title,.refund-page .section-title,.subscription-page .section-title,.terms-page .section-title{text-align:center;margin-bottom:3rem}.privacy-content,.refund-content,.subscription-content,.terms-content{max-width:800px;margin:0 auto}.privacy-section,.refund-section,.subscription-section,.terms-section{background:#fff;border-radius:15px;margin-bottom:2rem;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}.privacy-section:hover,.refund-section:hover,.subscription-section:hover,.terms-section:hover{transform:translateY(-5px)}.privacy-section h3,.refund-section h3,.subscription-section h3,.terms-section h3{color:#667eea;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.privacy-section p,.refund-section p,.terms-section p{color:#666;margin-bottom:1rem;line-height:1.8}.refund-list{padding:0;list-style:none}.refund-list li{color:#666;padding:8px 0 8px 25px;position:relative}.refund-list li:before{content:"✓";color:#4caf50;font-weight:700;position:absolute;left:0}.refund-process{counter-reset:refund-counter;padding:0;list-style:none}.refund-process li{color:#666;counter-increment:refund-counter;padding:10px 0 10px 40px;position:relative}.refund-process li:before{content:counter(refund-counter);color:#fff;background:#667eea;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.contact-link{color:#667eea;text-decoration:none;transition:color .3s}.contact-link:hover{color:#764ba2}
