/*! 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{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;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}.products{background:var(--bg-light);padding:5rem 0}section#products{scroll-margin-top:40px}.products-grid{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:2rem;display:grid}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#333;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.product-section{border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 20px 40px #0000001a}.product-section:hover{transform:translateY(-5px)}.product-content{color:#fff;grid-template-columns:1fr;align-items:center;gap:1.5rem;padding:2rem;display:grid}.product-info{text-align:left}.product-info .product-title{text-align:center}.product-info .btn-outline{width:fit-content;margin-left:auto;display:block}.product-title{margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.product-description{opacity:.9;margin-bottom:.8rem;font-size:1.1rem}.product-details{opacity:.8;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.product-features{gap:2rem;margin-bottom:.5rem;display:flex}.feature{align-items:flex-start;gap:.5rem;display:flex}.feature i{margin-top:.2rem}.product-section.zapbrain,.product-section.zapchat{grid-column:1/-1;width:100%}.product-section.zapchat{background:var(--gradient-primary)}.product-section.zapvoice{background:var(--gradient-medium)}.product-section.zapvideo{background:var(--gradient-dark)}.product-section.zapcreate{background:linear-gradient(135deg,#fa709a,#fee140)}.product-section.zapcode{background:var(--gradient-dark)}.product-section.zapflow{background:linear-gradient(135deg,#4facfe,#00f2fe)}.product-pricing{grid-column:1/-1;justify-content:space-between;align-items:flex-start;gap:20px;margin-top:0;display:flex}.product-pricing .bullets{flex:1}.product-pricing .bullets .bullet{color:#fff;margin:.25rem 0;font-size:.9rem;line-height:1.3}.product-pricing .button-area{text-align:right;flex:1}.product-section.zapflow .bullets{flex:none;width:50%}.product-section.zapflow .button-area{text-align:right;flex:none;margin-left:auto}.solutions{background:0 0;align-items:center;padding:6rem 0 2rem;display:flex;position:relative;overflow:hidden}.contact,.faq,.how-it-works,.solutions{isolation:isolate}.solutions-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.solutions-background-video{object-fit:cover;width:100%;height:100%}.solutions-background-overlay{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.contact-background-video,.faq-background-video,.how-it-works-background-video,.solutions-background-video{object-fit:cover;filter:brightness(.8);opacity:.5;width:100%;height:100%}.animated-statement{text-align:center;margin:6rem 0 4rem;padding:4rem 2rem;position:relative;overflow:hidden}.statement-text{color:#667eea;letter-spacing:1px;-webkit-text-fill-color:transparent;text-shadow:0 2px 15px #667eea4d;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;margin:0;font-family:Arial,sans-serif;font-size:3rem;font-weight:600;line-height:1.2;animation:fadeInSlideUp 2.5s ease-out;display:inline-block;position:relative}.contact .section-subtitle,.contact .section-title,.faq .section-subtitle,.faq .section-title,.how-it-works .section-subtitle,.how-it-works .section-title,.solutions .section-subtitle,.solutions .section-title{color:var(--text-dark)}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.solution-card{text-align:center;background:#f8f9fa99;border-radius:15px;padding:2rem;transition:all .3s}.solution-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.solution-icon{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.solution-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.solution-card p{color:var(--text-medium);line-height:1.6}.how-it-works{background:0 0;align-items:center;padding:6rem 0 8rem;display:flex;position:relative;overflow:hidden}.how-it-works-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.how-it-works-background-video{object-fit:cover;width:100%;height:100%}.how-it-works-background-overlay{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid}.step-card{text-align:center;background:#f8f9fa99;border-radius:15px;padding:2rem;transition:all .3s;position:relative}.step-card:before{content:attr(data-step);color:var(--primary-blue);background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;display:flex;position:absolute;top:15px;left:15px;box-shadow:0 2px 5px #0000001a}.step-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 30px #0000001a}.step-icon{background:linear-gradient(135deg,var(--primary-blue)0,var(--primary-purple)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex;box-shadow:0 10px 20px #667eea4d}.step-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.step-card p{color:var(--text-medium);line-height:1.6}.cta-container{text-align:center;margin-top:3rem}section.about{background:var(--gradient-primary);color:#fff;padding:5rem 0}.about-content{grid-template-columns:2fr 1fr;align-items:center;gap:4rem;display:grid}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-text h2{color:#fff}.about-stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.stat{text-align:center}.stat-number{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{opacity:.8;font-size:.9rem}.about-visual{justify-content:center;align-items:center;display:flex}.about-image{text-align:center}.contact{background:0 0;padding:3rem 0;position:relative;overflow:hidden}.contact-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.contact-background-video{object-fit:cover;width:100%;height:100%}.contact-background-overlay{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.contact-layout{z-index:2;grid-template-columns:1fr 1fr;align-items:stretch;gap:4rem;display:grid;position:relative}.calendly-inline-widget{border-radius:15px;box-shadow:0 10px 30px #0000001a}.calendly-inline-widget ::-webkit-scrollbar,.calendly-inline-widget::-webkit-scrollbar{display:none}.calendly-inline-widget{scrollbar-width:none;-ms-overflow-style:none}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:center;gap:1rem;display:flex}.contact-info-wrapper{background:var(--bg-white);border-radius:15px;margin-bottom:2rem;padding:2rem;box-shadow:0 10px 30px #0000001a}.contact-info-item{align-items:center;gap:1.5rem;display:flex}.contact-info-item i{color:var(--text-dark);text-align:center;width:40px;font-size:2rem}.contact-form-title-wrapper{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-form-title-wrapper i{color:var(--text-dark);text-align:center;flex-shrink:0;width:40px;font-size:2rem}.contact-form-title-wrapper h4{margin:0;font-weight:600}.phone-back-form{flex-wrap:nowrap;align-items:center;gap:.5rem;display:flex}.phone-back-form .btn-primary-form{white-space:nowrap;background:var(--primary-blue);color:#fff;border:2px solid var(--primary-blue);border-radius:50px;flex-shrink:0;padding:12px 30px}.iti{width:100%}.phone-back-form .iti{flex-grow:1;max-width:300px}.phone-input-large:focus{border-color:#764ba2;outline:none;box-shadow:0 0 0 3px #667eea1a}.email-link{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea,.iti input{color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:14px 16px;font-size:1rem;transition:border-color .3s;box-shadow:0 1px 3px #0000001a}.form-group input:focus,.form-group textarea:focus,.iti input:focus{border-color:#667eea;outline:none}.form-group textarea{resize:vertical;min-height:120px}.contact .contact-form{background:var(--bg-white);border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0000001a}.main-contact-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.main-contact-grid .full-width{grid-column:1/-1}.main-contact-grid .btn-primary-form{background:var(--primary-blue);color:#fff;border:2px solid var(--primary-blue);border-radius:50px;grid-column:1/-1;padding:12px 30px}.contact-page{background:#f8f9fa;padding:5rem 0}.contact-page .contact-content{grid-template-columns:1fr;gap:3rem}.contact-page .contact-form,.contact-page .contact-info{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #0000001a}.faq{background:0 0;padding:.5rem 0;position:relative;overflow:hidden}.faq-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.faq-background-video{object-fit:cover;width:100%;height:100%}.faq-background-overlay{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.faq-container{z-index:2;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex;position:relative}.faq-item{background:#fff;border-radius:15px;transition:all .3s;overflow:hidden;box-shadow:0 5px 15px #0000001a}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.faq-question{cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;transition:background .3s;display:flex}.faq-question:hover{background:#667eea0d}.faq-question h3{color:#333;margin:0;font-size:1.1rem;font-weight:600;line-height:1.4}.faq-toggle{color:#667eea;font-size:1.5rem;font-weight:700;transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(0)}.faq-answer{background:#667eea05;max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.active .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{color:#666;margin:1rem 0 0;line-height:1.6}.privacy-page,.refund-page,.subscription-page,.terms-page{background:#f8f9fa;padding-top:8rem;padding-bottom:5rem}.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}.automate{background:0 0;flex-direction:column;align-items:center;padding:4rem 0;display:flex;position:relative;opacity:1!important;visibility:visible!important;overflow:visible!important}.automate,.automate .business-pain-points,.automate .getstarted,.automate .section-header,.automate .testimonial-grid,.automate .who-we-help,.automate .zapflow-automates,.automate .zapflow-content,.automate .zapflow-intro{z-index:10;position:relative;opacity:1!important;visibility:visible!important}.automate .testimonial-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.automate .sectors-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr)}.automate .automation-boxes,.automate .pain-points-boxes,.automate .sectors-grid{z-index:10;gap:1.5rem;display:grid;position:relative;opacity:1!important;visibility:visible!important}.automate .automation-boxes,.automate .pain-points-boxes{grid-template-columns:repeat(2,1fr)}.automate .get-started-content{z-index:10;grid-template-columns:1fr;gap:3rem;display:grid;position:relative;opacity:1!important;visibility:visible!important}.automate-background{z-index:1}.automate-background,.automate-background-overlay{width:100%;height:100%;position:absolute;top:0;left:0}.automate-background-overlay{background:var(--dark-bg);-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.automate .section-title{color:#fff}.automate-content{max-width:1200px;margin:0 auto;padding:0 2rem}.automate-intro{color:#fff;text-align:center;margin-bottom:2rem;font-size:1.2rem;line-height:1.6;transition:opacity .6s ease-out,transform .6s ease-out}.automate-features,.automate-intro,.automate-intro.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.automate-features{margin-bottom:3rem;transition:opacity .6s ease-out,transform .6s ease-out}.automate-features.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.automate .animate-on-scroll{opacity:1!important;transform:translateY(0)!important}.feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.pain-points{text-align:center;z-index:10;color:#fff;margin-bottom:2rem;position:relative;opacity:1!important;transform:translateY(0)!important}.pain-list{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:1.5rem;display:grid}.pain-item{border-radius:15px;padding:20px;transition:all .3s;box-shadow:0 4px 10px #0000001a;opacity:1!important;visibility:visible!important;background:#ffffff1a!important;border:1px solid #fff3!important;transform:translateY(0)!important}.pain-item:hover{background:#ffffff26;transform:translateY(-3px)}.pain-item i{margin-right:.5rem;font-size:1.5rem;display:inline-block;color:var(--primary-blue)!important}.pain-item span{color:#fff;font-size:1rem;line-height:1.4}.pain-solution{color:var(--accent-teal);margin-top:1rem;font-size:1.1rem;font-weight:600}.who-we-help{text-align:center;margin-bottom:3rem}.sectors-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.sector{background:#ffffff1a;border-radius:15px;padding:1.5rem;transition:all .3s}.sector:hover{background:#ffffff26;transform:translateY(-3px)}.sector i{color:var(--primary-blue);margin-bottom:.5rem;font-size:1.5rem;display:block}.sector span{color:var(--text-dark);font-size:1rem;line-height:1.4}.real-businesses{color:var(--accent-teal);margin-top:1rem;font-size:1.1rem;font-weight:600}.testimonials{text-align:center;margin-bottom:3rem}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.testimonial{background:#ffffff1a;border-radius:15px;flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative}.testimonial:hover{background:#ffffff26;transform:translateY(-3px)}.testimonial .testimonial-avatar{border:3px solid #ffffff4d;border-radius:50%;width:60px;height:60px;margin-bottom:1rem;overflow:hidden}.testimonial .testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial blockquote{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-style:italic;line-height:1.6}.testimonial cite{text-align:center;color:#fffc;margin-top:1rem;font-size:.9rem;font-style:normal;display:block}.testimonial-highlight{color:var(--accent-teal);margin-top:1rem;font-size:1.1rem;font-weight:600}.automate-features-subtitle,.automate-features-title{text-align:center;color:#fff;margin-bottom:2rem}.automate-features-subtitle{font-size:1.1rem}.automate-cta-text{color:var(--accent-teal);font-size:1.2rem;font-weight:600}.automate-cta-button,.automate-cta-text{text-align:center;margin-top:2rem}.automate .container,.zapflow-content{z-index:10;position:relative;opacity:1!important;visibility:visible!important}.zapflow-content{color:#fff}.zapflow-intro p{color:#fff;text-align:center;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.zapflow-automates .subsection-title{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.5rem}.zapflow-automates p{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.1rem}.automation-boxes{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;display:grid}.automation-box{text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:2rem;transition:all .3s}.automation-box:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 8px 25px #0003}.automation-icon{margin-bottom:1rem}.automation-icon i{color:var(--primary-blue);font-size:2rem}.automation-box h4{color:#fff;margin:0;font-size:1.1rem;font-weight:500;line-height:1.4}.business-pain-points .subsection-title.pain-points-headline{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.pain-points-boxes{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;display:grid}.pain-point-box{text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:2rem;transition:all .3s}.pain-point-box:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 8px 25px #0003}.pain-point-icon{margin-bottom:1rem}.pain-point-icon i{color:#ff6b6b;font-size:2rem}.pain-point-box h4{color:#fff;margin:0;font-size:1.1rem;font-weight:500;line-height:1.4}.pain-points-subhead{color:var(--accent-teal);text-align:center;margin-top:1rem;font-size:1.2rem;font-weight:600}.who-we-help .sector span{color:#fff}.who-we-help .testimonial blockquote{color:#fff;opacity:.9}.who-we-help .testimonial cite{color:#ccc}.getstarted{background-color:var(--dark-bg);align-items:center;padding:6rem 0;display:flex;position:relative;overflow:hidden}.getstarted .container{max-width:1200px;margin:0 auto;padding:0 2rem}.getstarted .section-header{color:#fff;margin-bottom:2rem}.getstarted .section-title{color:#fff}.getstarted .section-subtitle{color:#fff;opacity:.9}.get-started-content{grid-template-columns:1fr;gap:3rem;display:grid;position:relative}.get-started-content:after{content:"";pointer-events:none;z-index:-1;position:absolute;inset:0}.step-build,.step-process,.step-upload{background:#ffffff1a;border-radius:15px;padding:2rem;transition:all .3s}.step-build:hover,.step-process:hover,.step-upload:hover{background:#ffffff26;transform:translateY(-3px)}.step-build h4,.step-process h4,.step-upload h4{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.5rem}.step-build p,.step-process p,.step-upload p{color:var(--text-light);text-align:center;margin-bottom:0;font-size:1rem;line-height:1.6}.upload-subtitle{color:var(--accent-cyan);margin-top:.5rem;font-size:.9rem}.upload-options{grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;display:grid}.upload-area{text-align:center;background:0 0;border:none;border-radius:15px;max-width:840px;margin:0 auto;padding:1rem;transition:all .3s;position:relative}.upload-area i,.upload-area span{margin-bottom:.2rem;display:inline-block}.upload-main-icon{color:var(--primary-blue);margin-right:1rem;font-size:5rem}.clickable-folder{cursor:pointer;transition:all .3s}.clickable-folder:hover{color:var(--primary-blue-dark);transform:scale(1.1)}.upload-area .upload-header{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.upload-area .upload-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;flex-direction:column;justify-content:center;align-items:center;gap:0;margin:0 auto;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #667eea66}.upload-area .upload-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.upload-area .upload-button i{font-size:1.4rem}.upload-area .upload-text{color:#fffc;text-align:center;margin-top:15px;font-size:.9rem}.upload-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.browse-icon{color:var(--primary-blue);cursor:pointer;font-size:1.2rem}.upload-controls input[type=file]{flex:1;min-width:0}.upload-controls input[type=file],.upload-controls input[type=url]{border:1px solid #ddd;border-radius:5px;padding:.3rem;font-size:.8rem}.upload-controls input[type=url]{width:50%}.or-text,.upload-area span{color:var(--text-light);font-size:.9rem}.upload-area label{font-weight:500;color:#ffffffe6!important}.upload-area input[type=url]{border:1px solid #ddd;border-radius:5px;width:100%;margin-top:.5rem;padding:.4rem;font-size:.9rem}.continue-options-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.google-button{min-width:180px;box-shadow:0 2px 8px #667eea4d;background:var(--gradient-primary)!important;border:none!important;border-radius:50px!important;padding:.75rem 1.5rem!important}.google-button:hover{box-shadow:0 4px 12px #5d3a9b66;transform:translateY(-2px)!important}.google-button i{margin-right:.5rem}.continue-option,.google-button i,.google-button span{color:#fff!important}.continue-option{box-shadow:0 2px 8px #667eea4d;border:none!important;border-radius:50px!important}.continue-option,.continue-option:hover{background:var(--gradient-primary)!important}.continue-option:hover{box-shadow:0 4px 12px #5d3a9b66}.continue-option i,.continue-option span{color:#fff!important}.continue-options-row .continue-option.collapsed{background:#ffffff0d;justify-content:center;align-items:center;width:50px;min-width:50px;height:3rem;padding:.5rem;transition:all .3s;display:flex}.continue-options-row .continue-option.collapsed:hover{background:#ffffff1a;width:auto;min-width:200px;padding:.75rem 1.25rem;transform:translateY(-3px)}.continue-options-row .continue-option.collapsed span{opacity:0;width:0;margin-left:0;transition:all .3s;overflow:hidden;transform:scale(.8)}.continue-options-row .continue-option.collapsed:hover span{opacity:1;width:auto;margin-left:.5rem;transform:scale(1)}.continue-options-row .continue-option.collapsed i{z-index:1;margin-right:0;position:relative}.continue-option{text-align:center;cursor:pointer;background:#ffffff1a;border:2px solid #0000;border-radius:15px;min-width:200px;padding:.75rem 1.25rem;transition:all .3s;position:relative;overflow:hidden}.continue-option:hover{border-color:var(--primary-blue);background:#ffffff26;transform:translateY(-3px)}.continue-option{justify-content:center;align-items:center;display:flex}.continue-option i{color:var(--primary-blue);margin-right:.5rem;font-size:1.5rem}.continue-option span{color:#fff;font-size:1rem;line-height:1.4}.social-dropdown{justify-content:center}.social-dropdown .continue-option{min-width:60px;padding:1rem;transition:all .3s}.social-dropdown .continue-option:hover{min-width:200px}.social-dropdown .continue-option span{opacity:0;transition:all .3s;transform:scale(.8)}.social-dropdown .continue-option:hover span{opacity:1;transform:scale(1)}.social-dropdown{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.email-button.expanded{width:auto!important;min-width:200px!important;padding:.75rem 1.25rem!important}.email-form{margin-top:2rem}.email-form .quick-contact-form{background:#ffffff1a;border-radius:15px;max-width:500px;margin:0 auto;padding:2rem}.email-form .form-note{color:var(--text-light);text-align:center;margin-bottom:1.5rem;font-size:.75rem}.get-started-cta{text-align:center;margin-top:2rem}.get-started-cta h4{color:var(--accent-teal);margin-bottom:1rem;font-size:1.2rem}.get-started-intro{text-align:center;color:#fff;margin-bottom:3rem;font-size:1.1rem}.get-started-cta-button{text-align:center;margin-top:2rem}.upload-input-group{align-items:center;gap:10px;width:420px;max-width:500px;margin:0 auto;display:flex}.upload-input-group input[type=url]{background:var(--bg-white);color:var(--text-dark);border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:14px 16px;font-size:1rem;transition:border-color .3s;box-shadow:0 1px 3px #0000001a}.upload-input-group input[type=url]::placeholder{color:#999}.upload-input-group input[type=url]:focus{border-color:#667eea;outline:none}.help-icon{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;font-size:20px;transition:all .3s;display:flex}.help-icon:hover{background:#667eea1a;transform:scale(1.1)}.calculator-section{padding:5rem 0;position:relative;overflow:visible;z-index:100!important}.calculator-container{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:100!important}.calculator-header{text-align:center;z-index:10;margin-bottom:20px;position:relative}.calculator-title{letter-spacing:-.3px;margin-bottom:6px;font-size:1.8rem;font-weight:600}.calculator-subtitle{opacity:.9;max-width:600px;margin:0 auto;font-size:.9rem;font-weight:400;line-height:1.4}.calculator-content{border:1px solid #fff3;border-radius:16px;gap:0;padding:20px;position:relative;box-shadow:0 4px 12px #0000000d;z-index:100!important;background:#fff!important}.calculator-content,.calculator-inputs,.calculator-results{flex-direction:column;display:flex}.calculator-inputs h2,.calculator-results h2{color:#4a4a4a;margin-bottom:10px;font-size:1.3rem;font-weight:500}.calculator-inputs p,.calculator-results p{color:#666;font-size:.9rem;line-height:1.4}.input-group{margin-bottom:0}.input-group label{color:#4a4a4a;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.9rem;font-weight:500;display:flex}.compact-select-row{align-items:center;margin-bottom:8px;display:flex}.compact-select-row .select-label{color:#4a4a4a;align-items:center;min-width:160px;font-size:.9rem;font-weight:500;display:flex}.compact-select-row select{flex:1;width:calc(100% - 175px);margin:0 15px 0 0;padding-right:70px}.tooltip-container{margin-left:12px;margin-right:12px;display:inline-block;position:relative}.tooltip-icon{color:#666;cursor:help;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:inline-flex}.tooltip-text{visibility:hidden;color:#fff;text-align:center;z-index:0;opacity:0;background-color:#4a4a4a;border-radius:6px;width:200px;margin-left:-100px;padding:8px;font-size:.8rem;font-style:normal;transition:opacity .3s;position:absolute;bottom:125%;left:50%}.tooltip-text:after{content:"";border:5px solid #0000;border-top-color:#4a4a4a;margin-left:-5px;position:absolute;top:100%;left:50%}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.compact-slider-row,.label-with-tooltip{align-items:center;display:flex}.compact-slider-row{margin-bottom:6px}.compact-slider-row .slider-label{color:#4a4a4a;align-items:center;min-width:160px;font-size:.9rem;font-weight:500;display:flex}.compact-slider-row .slider{flex:1;height:5px;margin:0 15px 0 0}.slider-value{border-radius:16px}.compact-slider-row .slider-input,.slider-value{text-align:center;color:#fff;background:#667eea;min-width:70px;padding:4px 10px;font-size:.9rem;font-weight:500}.compact-slider-row .slider-input{border:none;border-radius:16px;width:70px;position:relative}.input-with-symbol{display:inline-block;position:relative}.input-symbol{color:#fff;pointer-events:none;z-index:2;font-size:.9rem;font-weight:500;position:absolute;top:50%;transform:translateY(-45%)}.input-with-symbol input{padding-left:25px;padding-right:25px}.input-with-symbol .symbol-left{left:7px}.input-with-symbol .symbol-right{right:8px}.input-group input,.input-group select{color:#4a4a4a;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:10px 12px;font-size:15px;transition:all .2s}.input-group input:focus{border-color:#8b92d3;outline:none;box-shadow:0 0 0 2px #8b92d31a}.slider{appearance:none;border-radius:3px;outline:none;width:100%;position:relative;z-index:50!important;background:#e0e0e0!important;height:6px!important}.slider::-webkit-slider-thumb{appearance:none;cursor:pointer;border-radius:50%;width:28px;height:28px;transition:all .2s;position:relative;z-index:51!important;background:#667eea!important;border:3px solid #fff!important;box-shadow:0 2px 8px #0000004d!important}.slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.slider::-moz-range-thumb{cursor:pointer;border-radius:50%;width:28px;height:28px;transition:all .2s;position:relative;z-index:51!important;background:#667eea!important;border:3px solid #fff!important;box-shadow:0 2px 8px #0000004d!important}.primary-result{text-align:center;z-index:5;background:#f8f9ff;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:3px;padding:18px;position:relative}.result-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.result-title{text-align:center;flex:1;font-size:.85rem}.primary-result .result-title,.result-title{color:#666;margin-bottom:6px;font-weight:500}.primary-result .result-title{font-size:.9rem}.primary-result .result-value{color:#667eea;margin-bottom:6px;font-size:3.5rem;font-weight:900}.primary-result .result-subtitle{color:#fff;justify-content:center;align-items:center;gap:8px;font-size:.8rem;display:flex}.primary-result .view-toggle{color:#667eea;cursor:pointer;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.result-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:8px;padding:15px 10px;transition:all .2s}.result-card:hover{background:#f8f9ff;transform:translateY(-2px)}.savings-cards{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.savings-cards .result-card{margin-bottom:0}#advanced-options.collapsed-content{opacity:0!important;visibility:hidden!important;display:none!important}#advanced-options.expanded-content{opacity:1!important;visibility:visible!important;display:block!important}.calculator-section .compact-select-row,.calculator-section .compact-slider-row,.calculator-section .input-group,.calculator-section .input-with-symbol,.calculator-section .slider,.calculator-section .slider-input,.calculator-section input[type=number],.calculator-section input[type=range],.calculator-section select{opacity:1!important;visibility:visible!important;display:flex!important}.calculator-section .input-group{display:block!important}.calculator-section #settings-icon,.calculator-section .fas.fa-cog{opacity:1!important;visibility:visible!important;color:#667eea!important;display:inline-block!important}.calculator-section select#process{opacity:1!important;visibility:visible!important;display:block!important}.calculator-title{color:#fff!important}.calculator-subtitle{color:#fff!important;opacity:.9!important}.calculator-inputs h2,.calculator-results h2{color:#4a4a4a!important}.calculator-section .select-label,.calculator-section .slider-label{opacity:1!important;visibility:visible!important;color:#4a4a4a!important}.collapsed-content{display:none}.expanded-content{display:block}.advanced-options-toggle{text-align:right;width:70px;margin-top:0;margin-bottom:0}.advanced-options-toggle a{color:#667eea;cursor:pointer;text-align:center;padding:4px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.advanced-options-toggle a:hover{color:#7a82c1;text-decoration:underline}.advanced-options-toggle a:hover i{transform:rotate(180deg)}.advanced-options-toggle a i{transition:transform .3s}.result-value{color:#4a4a4a;margin-bottom:3px;font-size:1.8rem;font-weight:700}.result-subtitle{color:#888;font-size:.75rem;font-style:italic}.savings-breakdown{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:10px;margin-top:15px;padding:15px}.breakdown-title{text-align:center;color:#4a4a4a;margin-bottom:10px;font-size:1rem;font-weight:600}.breakdown-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;font-size:.9rem;display:flex}.breakdown-item .price{color:#667eea;font-size:.95rem;font-weight:600}.breakdown-item:last-child{border-bottom:none;margin-top:5px;padding-top:5px;font-size:1rem;font-weight:600}.roi-grid{z-index:10;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px;display:grid;position:relative}.roi-item{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:5px;padding:10px 6px;transition:all .2s}.roi-item:hover{background:#f8f9ff;transform:translateY(-2px)}.roi-label{color:#666;margin-bottom:5px;font-size:.8rem;font-weight:500}.roi-value{font-size:.95rem}.roi-value,.roi-value.small{color:#667eea;font-weight:600}.roi-value.small{font-size:.9rem}.cta-content h3{color:#4a4a4a;margin-bottom:5px;font-size:1.1rem;font-weight:600}.cta-description{color:#fff;text-align:center;max-width:600px;margin:28px auto 0;font-size:.85rem;line-height:1.3}.btn-cta{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:50px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 8px #8b92d333}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 12px #8b92d34d}.calculation-toggle-header{cursor:pointer;color:#667eea;z-index:101;align-items:center;font-size:.75rem;text-decoration:underline;transition:opacity .2s;display:flex;position:absolute;bottom:0;right:0}.calculation-toggle-header:hover{opacity:.8}.calculation-toggle-header span{margin-right:5px}.calculation-toggle-header i{color:#667eea;font-size:.7rem;transition:transform .3s}.calculation-content{z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:280px;padding:12px;display:none;position:absolute;bottom:40px;right:0;box-shadow:0 4px 12px #0000001a}.calculation-close-btn{color:#666;cursor:pointer;background:#f0f0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;transition:all .2s;display:flex;position:absolute;top:2px;right:2px}.calculation-close-btn:hover{color:#333;background:#e0e0e0}.cta-section{z-index:1;margin-top:15px;position:relative}.cta-content{text-align:center;margin-top:0}.calculation-content p{color:#666;margin-bottom:10px;font-size:.85rem}.formula{background:#f8f9ff;border-radius:6px;margin-bottom:10px;padding:12px}.formula-part{color:#4a4a4a;margin-bottom:6px;font-family:Courier New,monospace;font-size:.8rem}.formula-note{color:#888;font-size:.75rem;font-style:italic}.period-toggle-container{justify-content:center;align-items:center;gap:10px;margin-top:12px;margin-bottom:20px;display:flex}.period-toggle{background:#f0f0f0;border-radius:20px;padding:2px;display:flex}.toggle-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:18px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.toggle-btn.active{color:#fff;background:#667eea}