/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */:root{--primary-blue:#667eea;--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,#8f94fb);--gradient-secondary:linear-gradient(135deg,var(--accent-cyan)0%,var(--accent-teal)100%);--gradient-dark:linear-gradient(135deg,#2c3e50,#4a6da7);--gradient-hero:linear-gradient(135deg,#007bff66,#00bcd480 25%,#0006 50%,#5d3a9b66 75%,#007bff66)}*{box-sizing:border-box;margin:0;padding:0}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{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000001a}.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}.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{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;bottom: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}.bar,.btn{transition:all .3s}.btn{cursor:pointer;border:none;padding:12px 24px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.btn,.btn-primary{border-radius:50px}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 2px 8px #667eea4d}.btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #5d3a9b66}.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 h4{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#667eea}.footer-section .logo-img{height:30px;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-bottom{border-top:1px solid #555;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.social-links{gap:1rem;display:flex}.social-links a{color:#ccc;font-size:1.5rem;transition:color .3s}.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}h1,h2,h3,h4,h5,h6,li,p{margin-bottom:1rem}.card,img{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;visibility:visible!important;opacity:1!important;z-index:1!important;display:block!important}.processes,.processes .framer-text,.processes h2,.processes h3,.processes h5,.processes p,.processes span{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{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,#000 12.5% 87.5%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12.5% 87.5%,#0000);z-index:6!important}.processes .framer-1hm2adr-container ul,.processes .framer-1pum39n-container ul{flex-shrink:0;gap:60px;animation:scroll-processes 60s linear infinite}.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;width:100%}.automation-steps,.step{align-items:center;display:flex}.step{opacity:.6;flex-direction:column;gap:8px;transition:all .3s}.step.active{opacity:1;transform:scale(1.1)}.automation-steps .step-number{background:#00d4ff33;width:30px;height:30px;font-weight:700}.automation-steps .step-number,.step-icon{color:#00d4ff;border-radius:50%;justify-content:center;align-items:center;display:flex}.step-icon{background:#00d4ff1a;width:40px;height:40px}.step-text{color:#a0aec0;text-align:center;font-size:12px}.carousel-track{gap:20px;animation:rotate-logos 15s linear infinite;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){body,html{width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}*,.about-text,.automation-box,.contact-left,.contact-right,.pain-point-box,.product-content,.product-info,.product-section,.sector,.testimonial,body,html{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}.hamburger{display:flex}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero-title{margin-bottom:1rem!important;font-size:1.8rem!important;line-height:1.2!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:column!important;align-items:center!important;gap:.8rem!important}.hero-buttons .btn{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{max-width:100%!important;overflow-x:hidden!important}.product-section,.step-build,.step-process,.step-upload{overflow-wrap:break-word!important;word-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;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{font-size:1.3rem!important;line-height:1.3!important}.product-description,.product-title{overflow-wrap:break-word!important;word-wrap:break-word!important;margin-bottom:.8rem!important}.product-description{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-wrap:wrap!important;gap:.8rem!important;margin-bottom:1rem!important}.feature,.product-features{justify-content:center!important}.feature{text-align:center!important;overflow-wrap:break-word!important;word-wrap:break-word!important;flex:0 0 calc(50% - .4rem)!important;max-width:calc(50% - .4rem)!important;font-size:.85rem!important}.product-pricing,.product-visual{width:100%!important;max-width:100%!important;margin-top:1rem!important}.bullets{margin-bottom:1.5rem!important;padding-bottom:.5rem!important}.bullet,.bullets{width:100%!important;max-width:100%!important;display:block!important}.bullet{margin-bottom:.8rem!important;padding-right:0!important;font-size:.9rem!important;line-height:1.3!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:center!important;display:flex!important}.button-subtext{margin-top:.5rem!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{gap:2rem!important}.contact-layout,.main-contact-grid,.products-grid,.solutions-grid,.steps-grid{flex-direction:column!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;display:flex!important;overflow-x:hidden!important}.main-contact-grid,.products-grid,.solutions-grid,.steps-grid{gap:1rem!important}.contact-left,.contact-right,.main-contact-grid .form-group,.main-contact-grid .full-width{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-form,.contact-page .contact-info{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}.sectors-grid,.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}.get-started-content,.getstarted .container{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-build,.step-process,.step-upload{max-width:100%!important;padding:.5rem!important}.step-build h4,.step-process h4,.step-upload 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-build p,.step-process p,.step-upload 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;padding:0!important;overflow-x:hidden!important}.continue-option,.continue-options-row{width:100%!important;max-width:100%!important}.continue-option{min-width:auto!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{margin-bottom:.5rem!important;font-size:1.1rem!important}.calculator-subtitle,.calculator-title{word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;white-space:normal!important;width:100%!important;max-width:100%!important;line-height:1.3!important}.calculator-subtitle{margin-bottom:.8rem!important;font-size:.7rem!important}.calculator-content{padding:8px 6px!important;overflow-x:hidden!important}.savings-cards{grid-template-columns:1fr!important;gap:6px!important}.roi-grid,.savings-cards{margin-bottom:8px!important}.roi-grid{grid-template-columns:repeat(3,1fr)!important;gap:4px!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}.result-value,.roi-value{line-height:1.2!important}.result-value,.roi-value{font-size:.8rem!important}.input-section{margin-bottom:6px!important}.input-group{margin-bottom:4px!important}.compact-select-row,.compact-slider-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-select-row .select-label,.compact-slider-row .slider-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]{background:0 0!important;min-width:50px!important;height:18px!important}.slider-row input[type=range],input[type=range]{-webkit-appearance:none!important;flex:1!important;width:100%!important;margin:0!important}input[type=range]{background:#e0e0e0!important;border:0!important;border-radius:3px!important;outline:none!important;height:6px!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 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-select-row .select-label,.compact-slider-row .slider-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}}.hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;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{-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);z-index:1;background:linear-gradient(135deg,#007bff66,#00bcd480 25%,#0006 50%,#5d3a9b66 75%,#007bff66);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease-out;position:relative}.hero-title{margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1.2}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.5rem}.hero-buttons{justify-content:center;align-items:center;gap:1rem;display:flex}