.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.error-404-section{padding:120px 16px 80px;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%)}.error-404-container{max-width:1408px;margin:0 auto;width:100%}.error-404-content{max-width:720px;margin:0 auto 40px;text-align:center;color:#fff}.error-404-icon{margin-bottom:24px;color:#fff}.error-404-icon svg{display:block;margin:0 auto}.error-404-number{font-size:72px;font-weight:800;margin-bottom:8px}.error-404-number .gradient-text{background:linear-gradient(135deg, #ffffff 0%, #e2effa 50%, #cfe4f5 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.error-404-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px}.error-404-description{font-size:16px;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:24px}.error-404-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.error-404-button{border-radius:999px;padding:10px 22px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.error-404-button-primary{background:#fff;color:#215784;box-shadow:0 8px 25px rgba(15,23,42,.25)}.error-404-button-primary:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(33,87,132,.3)}.error-404-button-secondary{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.6)}.error-404-button-secondary:hover{background:hsla(0,0%,100%,.12)}.error-404-posts{text-align:left;margin-top:24px}.error-404-posts h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:16px}.error-404-posts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:16px}.error-404-post-item{background:#f8fafc;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 6px 20px rgba(15,23,42,.08)}.error-404-post-image img{display:block;width:100%;height:160px;object-fit:cover}.error-404-post-content{padding:14px 16px 16px}.error-404-post-content h4{font-size:15px;font-weight:700;margin:0 0 6px}.error-404-post-content h4 a{color:#215784;text-decoration:none}.error-404-post-content h4 a:hover{text-decoration:underline}.error-404-post-content p{font-size:14px;color:rgba(33,87,132,.8);margin:0 0 8px;line-height:1.5}.error-404-post-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#215784;text-decoration:none}.error-404-post-link .link-icon{width:14px;height:14px}.error-404-post-link:hover{text-decoration:underline}@media(max-width: 768px){.error-404-number{font-size:56px}.error-404-title{font-size:24px}}#CookiebotWidget{display:none !important}.page-contact-form{max-width:900px;margin:0 auto;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border-radius:32px;padding:clamp(30px,5vw,50px);box-shadow:0 20px 60px rgba(33,87,132,.2);position:relative;overflow:hidden}.page-contact-form::before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}.page-contact-form .page-contact-content,.page-contact-form .contact-form-content{text-align:center;position:relative;z-index:1;margin-bottom:clamp(30px,5vw,40px)}.page-contact-form .page-contact-content h2,.page-contact-form .contact-form-content h2{font-size:clamp(28px,6vw,38px);font-weight:800;color:#fff;margin:0 0 12px;font-family:"Inter",sans-serif;line-height:1.2;text-transform:uppercase;position:relative;z-index:2}.page-contact-form .page-contact-content p,.page-contact-form .contact-form-content p{font-size:clamp(14px,2.8vw,16px);color:hsla(0,0%,100%,.95);line-height:1.6;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:2}.page-contact-form .form-container{position:relative;z-index:1;background:none !important;border:none !important;border-radius:0 !important;padding:0 !important}.page-contact-form .wpcf7{max-width:100%}.page-contact-form .wpcf7-form{display:flex;flex-direction:column;gap:clamp(16px,3vw,20px)}.page-contact-form .wpcf7-form p{margin:0}.page-contact-form .wpcf7-form br{display:none}.page-contact-form .wpcf7-form-control-wrap{display:block;width:100%}.page-contact-form .wpcf7-form-control{width:100% !important;display:block !important;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;color:#fff;font-size:clamp(14px,2.5vw,15px);padding:12px 16px;outline:none;transition:all .3s ease;font-family:"Inter",sans-serif;box-sizing:border-box}.page-contact-form .wpcf7-form-control::placeholder{color:hsla(0,0%,100%,.6)}.page-contact-form .wpcf7-form-control:focus{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.page-contact-form .wpcf7-form-control.wpcf7-not-valid{border-color:rgba(239,68,68,.8) !important}.page-contact-form .wpcf7-textarea{resize:vertical;min-height:120px}.page-contact-form .wpcf7-submit{background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border:none;border-radius:50px;padding:14px 40px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:"Inter",sans-serif;box-shadow:rgba(0,0,0,.15) 0px 8px 25px 0px;white-space:nowrap;display:inline-block;width:auto;max-width:fit-content}.page-contact-form .wpcf7-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:rgba(0,0,0,.2) 0px 10px 30px 0px}.page-contact-form .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed}.page-contact-form .form-submit-wrapper{display:flex;justify-content:flex-end;margin-top:16px;grid-column:1/-1}.page-contact-form .form-submit-wrapper p{display:flex;flex-flow:row-reverse;margin:0;width:auto;justify-content:flex-end}.page-contact-form .wpcf7-not-valid-tip{color:#fff;margin-top:4px;font-size:.8rem}.page-cta-section{padding:80px max(24px,(100% - 1408px)/2);background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);position:relative}.page-cta-section .page-cta-container{max-width:900px;margin:0 auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#333;overflow-x:hidden;max-width:1920px;margin:0 auto;position:relative}.site-offline-overlay{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:99999;padding:24px}.site-offline-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:800px;gap:24px}.site-offline-image{width:100%;max-width:600px;height:auto;border-radius:16px;opacity:.9}.site-offline-title{font-size:clamp(24px,3vw,36px);font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.site-offline-message{font-size:clamp(16px,2vw,18px);color:#99a1af;line-height:1.6;margin:0;font-family:"Inter",sans-serif}body>*{position:relative;z-index:1}#site-header{position:relative;z-index:1000}.header-desktop{display:none;position:fixed;top:0;left:0;right:0;width:100%;padding:0 max(24px,(100% - 1408px)/2);z-index:1000;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}body.admin-bar .header-desktop{top:32px}@media screen and (min-width: 782px){body.admin-bar .header-desktop{top:32px}}.header-desktop.scrolled{background:#0e3d5e;background:linear-gradient(135deg, rgba(93, 173, 226, 0.95) 0%, rgba(78, 151, 202, 0.95) 100%);border-color:rgba(0,0,0,.1);box-shadow:0 2px 10px rgba(0,0,0,.05);border-bottom-left-radius:16px;border-bottom-right-radius:16px}.header-desktop.scrolled::before{opacity:0}.header-desktop .container{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;height:64px;width:100%}.header-desktop .container .navigation{margin:auto}.header-desktop .logo-container{grid-column:1;display:flex;gap:16px;align-items:center}.header-desktop .logo-container .logo-icon{width:32px;height:32px;background:linear-gradient(to bottom, #5dade2, #1a4d7a);border-radius:10px;box-shadow:0px 2px 6px -3px rgba(93,173,226,.2),0px 2px 7px -4px rgba(93,173,226,.2);display:flex;align-items:center;justify-content:center}.header-desktop .logo-container .logo-icon img{width:15.592px;height:25px}.header-desktop .logo-container .logo-text{font-size:24px;color:#fff;line-height:0;transition:color .3s ease}.header-desktop .logo-container .logo-text .light{font-weight:300}.header-desktop .logo-container .logo-text .bold{font-weight:600}.header-desktop .nav-menu{display:flex;gap:32px;align-items:center;list-style:none;margin:0;padding:0}.header-desktop .nav-item{position:relative;list-style:none}.header-desktop .nav-link{font-size:14px;color:#fff;text-decoration:none;line-height:20px;display:flex;align-items:center;gap:4px;transition:.3s}.header-desktop .nav-link:hover{position:relative;text-shadow:0 0 10px hsla(0,0%,100%,.5);transform:translateY(-2px) scale(1.05)}.header-desktop .nav-link .submenu-arrow{transition:transform .3s ease;flex-shrink:0}.header-desktop .nav-item.has-submenu:hover .submenu-arrow{transform:rotate(180deg)}.header-desktop .nav-item .sub-menu{position:absolute;top:100%;left:0;margin-top:8px;min-width:200px;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:8px 0;list-style:none;color:#000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .3s ease,border-color .3s ease;z-index:1000;background:#fff;border-color:rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.header-desktop .nav-item.has-submenu:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.header-desktop .submenu-item{list-style:none;margin:0}.header-desktop .submenu-link{display:block;padding:12px 20px;font-size:14px;color:#000;text-decoration:none;line-height:20px;transition:background-color .3s ease,color .3s ease}.header-desktop .submenu-link:hover{background-color:rgba(93,173,226,.1);color:#5dade2;transition:all .3s ease}.header-desktop .nav-button{grid-column:3;justify-self:end;white-space:nowrap;background:#215784;border-radius:50px;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;text-decoration:none;line-height:24px;box-shadow:0px 0px 14px 0px hsla(0,0%,100%,.3411764706);transition:all .3s ease}.header-desktop .nav-button:hover{box-shadow:0px 0px 14px 7px hsla(0,0%,100%,.3411764706);background:#173c5b}.header-mobile{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background:rgba(0,0,0,0);backdrop-filter:blur(17px);height:72px;box-sizing:border-box;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.header-mobile .menu-icon{border:none;outline:none;background:hsla(0,0%,100%,.2)}.header-mobile .menu-icon:hover{background:hsla(0,0%,100%,.3)}.header-mobile .menu-icon svg{stroke:#fff}.header-mobile.scrolled{background:#0e3d5e;background:linear-gradient(135deg, rgba(93, 173, 226, 0.95) 0%, rgba(78, 151, 202, 0.95) 100%);box-shadow:0 2px 10px rgba(0,0,0,.05)}.header-mobile.scrolled::before{opacity:0}.header-mobile.scrolled .logo-text{color:#000}.header-mobile.scrolled .logo-link svg,.header-mobile.scrolled .logo-container svg{fill:#fff}.header-mobile::before{content:"";position:absolute;inset:0;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/bg-hero-2.png);background-size:cover;background-position:50% 50%;pointer-events:none;z-index:0;opacity:1;transition:opacity .3s ease}.header-mobile .container{position:relative;z-index:1;height:32px;display:flex;align-items:center;gap:12px}.header-mobile .logo-icon{width:32px;height:32px;background:linear-gradient(to bottom, #5dade2, #1a4d7a);border-radius:10px;box-shadow:0px 2px 6px -3px rgba(93,173,226,.2),0px 2px 7px -4px rgba(93,173,226,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-mobile .logo-icon img{width:15.592px;height:25px;object-fit:contain}.header-mobile .logo-text{font-size:24px;color:#fff;line-height:0;transition:color .3s ease}.header-mobile .logo-text .light{font-weight:300}.header-mobile .logo-text .bold{font-weight:600}.header-mobile .menu-icon{position:relative;z-index:1001;width:39px;height:39px;background:hsla(0,0%,100%,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.header-mobile .menu-icon:hover{background:hsla(0,0%,100%,.1)}.header-mobile .menu-icon svg{width:24px;height:24px;position:absolute;transition:opacity .3s ease,stroke .3s ease}.header-mobile .menu-icon.active .menu-hamburger{display:none}.header-mobile .menu-icon.active .menu-close{display:block !important}.header-mobile .mobile-menu{position:fixed;top:72px;left:0;right:0;width:100%;max-width:100vw;height:calc(100vh - 72px);max-height:calc(100vh - 72px);background:linear-gradient(135deg, rgba(93, 173, 226, 0.98) 0%, rgba(78, 151, 202, 0.98) 100%);backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.2);padding:24px;display:flex;flex-direction:column;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;z-index:999;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}.header-mobile .mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible}.header-mobile .mobile-menu-list{list-style:none;margin:0;padding:0;position:relative;width:100%;max-width:100%;flex-shrink:0;box-sizing:border-box}.header-mobile .mobile-nav-item{list-style:none;margin:0}.header-mobile .mobile-nav-link{font-size:16px;color:#fff;text-decoration:none;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.15);transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.header-mobile .mobile-nav-item:first-child .mobile-nav-link{padding-top:0}.header-mobile .mobile-nav-item:last-of-type:not(:has(.sub-menu)) .mobile-nav-link{border-bottom:none;padding-bottom:24px}.header-mobile .mobile-nav-link:hover,.header-mobile .mobile-nav-link:active{color:#fff;position:relative;text-shadow:0 0 10px hsla(0,0%,100%,.6);transform:translateX(4px)}.header-mobile .submenu-toggle{background:hsla(0,0%,100%,.15);border:none;border-radius:6px;padding:4px 8px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-left:8px;flex-shrink:0}.header-mobile .submenu-toggle:hover{background:hsla(0,0%,100%,.25);transform:scale(1.1)}.header-mobile .mobile-nav-item .sub-menu{position:fixed !important;top:0px !important;left:0 !important;right:0 !important;width:100% !important;max-width:100vw !important;height:calc(100vh - 72px) !important;background:linear-gradient(135deg, rgba(93, 173, 226, 0.98) 0%, rgba(78, 151, 202, 0.98) 100%);backdrop-filter:blur(20px);list-style:none;margin:0;padding:24px;transform:translateX(100%);visibility:hidden;opacity:0;transition:transform .3s ease,visibility .3s ease,opacity .3s ease;z-index:1001;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}.header-mobile .mobile-nav-item.has-submenu.active .sub-menu{transform:translateX(0) !important;visibility:visible !important;opacity:1 !important}.header-mobile .submenu-back-item{list-style:none;margin:0 0 24px 0}.header-mobile .submenu-back-button{background:hsla(0,0%,100%,.15);border:none;border-radius:8px;padding:12px 16px;cursor:pointer;color:#fff;display:flex;align-items:center;gap:12px;font-size:16px;width:100%;text-align:left;transition:all .3s ease;margin-bottom:16px}.header-mobile .submenu-back-button:hover{background:hsla(0,0%,100%,.25);transform:translateX(-4px)}.header-mobile .submenu-back-button svg{flex-shrink:0}.header-mobile .submenu-item{list-style:none;margin:0}.header-mobile .mobile-submenu-link{display:block;padding:16px 0;font-size:16px;color:#fff;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.15);transition:all .3s ease}.header-mobile .mobile-submenu-link:hover,.header-mobile .mobile-submenu-link:active{color:#fff;text-shadow:0 0 10px hsla(0,0%,100%,.6);transform:translateX(4px)}.header-mobile .submenu-item:last-child .mobile-submenu-link{border-bottom:none}.header-mobile .mobile-nav-button{background:#215784;border-radius:50px;padding:14px 24px;font-size:16px;font-weight:600;color:#fff;text-decoration:none;text-align:center;margin-top:16px;transition:all .3s ease;display:block;width:100%;box-sizing:border-box;box-shadow:0px 0px 14px 0px hsla(0,0%,100%,.3)}.header-mobile .mobile-nav-button:hover,.header-mobile .mobile-nav-button:active{background:#173c5b;box-shadow:0px 0px 14px 7px hsla(0,0%,100%,.4);transform:translateY(-2px) scale(1.02)}.hero-desktop{padding:144px max(24px,(100% - 1408px)/2) 72px;position:relative;display:none;gap:32px;align-items:center;justify-content:center;max-width:1920px;margin:0 auto;min-height:auto;overflow:hidden}.hero-desktop-background{position:absolute;inset:0;z-index:0}.hero-desktop-background img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-bg-mobile,.hero-overlay-mobile{display:none}.hero-desktop .hero-left,.hero-desktop .hero-chat{position:relative;z-index:1}.hero-desktop .hero-left{flex:1;display:flex;flex-direction:column;gap:32px;align-items:flex-start;max-width:576px}.hero-desktop .tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:9px 16px;display:flex;gap:8px;align-items:center}.hero-desktop .tag-icon{width:16px;height:16px}.hero-desktop .tag-text{font-size:14px;color:#d1d5dc;line-height:20px}.hero-desktop .hero-content{display:flex;flex-direction:column;gap:16px;width:100%}.hero-desktop .hero-title{position:relative;display:flex;flex-direction:column;gap:10px;width:100%}.hero-desktop .hero-title .underline{position:relative}.hero-desktop .hero-title .underline::after{content:"";position:absolute;inset:0;background:linear-gradient(to right, #5dade2, rgba(93, 173, 226, 0.5) 50%, rgba(0, 0, 0, 0));height:2px;margin-top:auto}.hero-desktop .hero-title h1{font-size:clamp(48px,4.5vw,86px);font-weight:400;line-height:1.1;color:#fff;margin:0}.hero-desktop .hero-title .gradient-text{background:linear-gradient(to bottom, #1a4d7a, #5dade2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-desktop .hero-subtitle{font-size:clamp(16px,1.25vw,20px);color:#99a1af;line-height:1.6;max-width:576px;white-space:pre-wrap}.hero-desktop .hero-button{background:#5dade2;border-radius:16px;height:55px;padding:0 32px;display:flex;gap:8px;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.hero-desktop .hero-button-text{font-size:16px;font-weight:600;color:#000;line-height:24px}.hero-desktop .hero-button-icon{width:15.995px;height:15.995px}.hero-desktop .hero-chat{width:100%;max-width:576px;height:auto;min-height:602px;aspect-ratio:576/602;background:hsla(0,0%,100%,0);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;position:relative;overflow:hidden;flex-shrink:0}.hero-desktop .chat-container{position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(to bottom, #0f0f0f, #0a0a0a);border-radius:inherit}.hero-desktop .chat-pattern{width:100%;height:100%;opacity:.05;background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0.16667%, rgba(0, 0, 0, 0) 0.16667%),linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.17422%, rgba(0, 0, 0, 0) 0.17422%)}.hero-desktop .chat-content{position:relative;width:100%;height:100%;left:0;top:0;display:flex;flex-direction:column}.hero-desktop .chat-header{background:hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.04);padding:24px;height:93px;display:flex;flex-direction:column}.hero-desktop .chat-header-content{height:44px;position:relative;width:100%}.hero-desktop .chat-avatar{position:absolute;left:0;top:0;width:44px;height:44px}.hero-desktop .chat-avatar-icon{position:absolute;width:44px;height:44px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center}.hero-desktop .chat-avatar-icon img{width:20px;height:20px}.hero-desktop .chat-status{position:absolute;left:34px;top:-2px;width:12px;height:12px;background:#00c950;border:2px solid #000;border-radius:50%}.hero-desktop .chat-info{position:absolute;left:56px;top:0;display:flex;flex-direction:column;gap:0}.hero-desktop .chat-name{font-size:16px;color:#fff;line-height:24px;height:24px}.hero-desktop .chat-status-text{display:flex;gap:8px;align-items:center;height:20px}.hero-desktop .status-dot{width:6px;height:6px;background:#00c950;border-radius:50%}.hero-desktop .status-text{font-size:14px;color:#99a1af;line-height:20px}.hero-desktop .chat-messages{padding:24px;height:400px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px;position:relative}.hero-desktop .chat-messages::-webkit-scrollbar{width:4px}.hero-desktop .chat-messages::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:2px}.hero-desktop .chat-messages::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.hero-desktop .chat-message{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:14px;padding:13px 17px;max-width:420.797px;width:fit-content;align-self:flex-start;display:flex;flex-direction:column}.hero-desktop .chat-message.chat-message-user{background:rgba(93,173,226,.15);border-color:rgba(93,173,226,.3);align-self:flex-end;margin-left:auto}.hero-desktop .chat-message.chat-typing{opacity:.7}.hero-desktop .chat-message-text{font-size:14px;color:#fff;line-height:22.75px;margin:0;white-space:pre-wrap;word-wrap:break-word}.hero-desktop .chat-loading{display:inline-block;margin:0}.hero-desktop .chat-dot{display:inline-block;width:6px;height:6px;margin:0 2px;background:#5dade2;border-radius:50%;opacity:.4;animation:chat-blink 1.4s infinite both}.hero-desktop .chat-dot:nth-child(2){animation-delay:.2s}.hero-desktop .chat-dot:nth-child(3){animation-delay:.4s}@keyframes chat-blink{0%,80%,100%{opacity:.4}40%{opacity:1}}.hero-desktop .chat-scroll-to-bottom{position:absolute;bottom:107px;right:24px;width:40px;height:40px;border-radius:50%;background:rgba(93,173,226,.9);border:1px solid rgba(93,173,226,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px) scale(0.8);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .2s ease;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-desktop .chat-scroll-to-bottom.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.hero-desktop .chat-scroll-to-bottom:hover{background:#5dade2;transform:translateY(0) scale(1.1);box-shadow:0 6px 16px rgba(93,173,226,.4)}.hero-desktop .chat-scroll-to-bottom:active{transform:translateY(0) scale(0.95)}.hero-desktop .chat-input-area{background:hsla(0,0%,100%,.05);border-top:1px solid hsla(0,0%,100%,.04);padding:25px 24px 0;height:107px;display:flex;flex-direction:column}.hero-desktop .chat-input-container{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.04);border-radius:14px;height:58px;padding:1px}.hero-desktop .chat-input-wrapper{display:flex;height:56px;align-items:center;width:100%}.hero-desktop .chat-input{flex:1;height:56px;padding:0 24px;background:rgba(0,0,0,0);border:none;color:#6a7282;font-size:16px;font-family:"Inter",sans-serif}.hero-desktop .chat-input::focus-visible{outline:none;border:none}.hero-desktop .chat-input:focus{outline:none;border:none}.hero-desktop .chat-input::placeholder{color:#6a7282}.hero-desktop .chat-send-button{width:44px;height:44px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:6px;cursor:pointer;transition:background .3s ease,transform .2s ease;flex-shrink:0}.hero-desktop .chat-send-button:hover:not(:disabled){background:#f0f0f0;transform:scale(1.05)}.hero-desktop .chat-send-button:active:not(:disabled){transform:scale(0.95)}.hero-desktop .chat-input:disabled{opacity:.6;cursor:not-allowed}.hero-desktop .chat-send-icon{width:20px;height:20px}.hero-mobile{display:flex;flex-direction:column;padding:32px 16px;gap:32px}.hero-mobile .hero-content{display:flex;flex-direction:column;gap:16px}.hero-mobile .tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:10.5px 16px;display:flex;gap:8px;align-items:center;width:167.41px}.hero-mobile .tag-icon{width:16px;height:16px}.hero-mobile .tag-text{font-size:14px;color:#d1d5dc;line-height:20px}.hero-mobile .hero-title{font-size:40px;font-weight:400;line-height:normal;color:#fff;white-space:pre-wrap}.hero-mobile .hero-title .gradient-text{background:linear-gradient(to bottom, #1a4d7a, #5dade2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-mobile .hero-subtitle{font-size:16px;color:#99a1af;line-height:24px;white-space:pre-wrap}.hero-mobile .hero-button{background:#5dade2;border-radius:16px;height:55px;width:100%;display:flex;gap:8px;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.hero-mobile .hero-button-text{font-size:16px;font-weight:600;color:#000;line-height:24px}.hero-mobile .hero-button-icon{width:16px;height:16px}.hero-mobile .hero-chat{width:100%;max-width:361px;height:599px;background:hsla(0,0%,100%,0);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;position:relative;overflow:hidden;margin:0 auto}.hero-mobile .chat-container{position:absolute;width:calc(100% - 2px);height:calc(100% - 2px);left:1px;top:1px;background:linear-gradient(to bottom, #0f0f0f, #0a0a0a);border-radius:inherit}.hero-mobile .chat-content{position:relative;width:calc(100% - 2px);height:calc(100% - 2px);left:1px;top:1px;display:flex;flex-direction:column}.hero-mobile .chat-header{background:hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.04);padding:24px;height:93px;display:flex;flex-direction:column}.hero-mobile .chat-header-content{height:44px;position:relative;width:100%}.hero-mobile .chat-avatar{position:absolute;left:0;top:0;width:44px;height:44px}.hero-mobile .chat-avatar-icon{position:absolute;width:44px;height:44px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center}.hero-mobile .chat-avatar-icon img{width:20px;height:20px}.hero-mobile .chat-status{position:absolute;left:34px;top:-2px;width:12px;height:12px;background:#00c950;border:2px solid #000;border-radius:50%}.hero-mobile .chat-info{position:absolute;left:56px;top:0;display:flex;flex-direction:column;gap:0}.hero-mobile .chat-name{font-size:16px;color:#fff;line-height:24px;height:24px}.hero-mobile .chat-status-text{display:flex;gap:8px;align-items:center;height:20px}.hero-mobile .status-dot{width:6px;height:6px;background:#00c950;border-radius:50%}.hero-mobile .status-text{font-size:14px;color:#99a1af;line-height:20px}.hero-mobile .chat-messages{padding:24px;flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px;position:relative}.hero-mobile .chat-messages::-webkit-scrollbar{width:4px}.hero-mobile .chat-messages::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:2px}.hero-mobile .chat-messages::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.hero-mobile .chat-message{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:14px;padding:12.5px 16.5px;max-width:265.61px;width:fit-content;align-self:flex-start;display:flex;flex-direction:column}.hero-mobile .chat-message.chat-message-user{background:rgba(93,173,226,.15);border-color:rgba(93,173,226,.3);align-self:flex-end;margin-left:auto}.hero-mobile .chat-message.chat-typing{opacity:.7}.hero-mobile .chat-message-text{font-size:14px;color:#fff;line-height:22.75px;margin:0;white-space:pre-wrap;word-wrap:break-word}.hero-mobile .chat-loading{display:inline-block;margin:0}.hero-mobile .chat-dot{display:inline-block;width:6px;height:6px;margin:0 2px;background:#5dade2;border-radius:50%;opacity:.4;animation:chat-blink 1.4s infinite both}.hero-mobile .chat-dot:nth-child(2){animation-delay:.2s}.hero-mobile .chat-dot:nth-child(3){animation-delay:.4s}.hero-mobile .chat-scroll-to-bottom{position:absolute;bottom:106px;right:24px;width:40px;height:40px;border-radius:50%;background:rgba(93,173,226,.9);border:1px solid rgba(93,173,226,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px) scale(0.8);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .2s ease;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-mobile .chat-scroll-to-bottom.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.hero-mobile .chat-scroll-to-bottom:hover{background:#5dade2;transform:translateY(0) scale(1.1);box-shadow:0 6px 16px rgba(93,173,226,.4)}.hero-mobile .chat-scroll-to-bottom:active{transform:translateY(0) scale(0.95)}.hero-mobile .chat-input-area{background:hsla(0,0%,100%,.05);border-top:1px solid hsla(0,0%,100%,.04);padding:24.5px 24px 0;height:106px;display:flex;flex-direction:column}.hero-mobile .chat-input-container{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.04);border-radius:14px;height:56px;padding:.5px}.hero-mobile .chat-input-wrapper{display:flex;height:55px;align-items:center;width:100%}.hero-mobile .chat-input{flex:1;height:56px;padding:0 24px;background:rgba(0,0,0,0);border:none;color:#6a7282;font-size:16px;font-family:"Inter",sans-serif}.hero-mobile .chat-input::placeholder{color:#6a7282}.hero-mobile .chat-send-button{width:44px;height:44px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:6px;cursor:pointer;transition:background .3s ease,transform .2s ease;flex-shrink:0}.hero-mobile .chat-send-button:hover:not(:disabled){background:#f0f0f0;transform:scale(1.05)}.hero-mobile .chat-send-button:active:not(:disabled){transform:scale(0.95)}.hero-mobile .chat-input:disabled{opacity:.6;cursor:not-allowed}.chat-return-button{position:fixed;bottom:24px;right:24px;min-width:56px;height:56px;border-radius:28px;background:rgba(93,173,226,.95);border:2px solid rgba(93,173,226,.3);color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px) scale(0.8);transition:opacity .4s ease,visibility .4s ease,transform .4s ease,background .3s ease,box-shadow .3s ease;z-index:9999;box-shadow:0 4px 16px rgba(0,0,0,.3);gap:8px;padding:8px 16px}.chat-return-button.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-return-button:hover{background:#5dade2;transform:translateY(0) scale(1.1);box-shadow:0 8px 24px rgba(93,173,226,.5)}.chat-return-button:active{transform:translateY(0) scale(0.95)}.chat-return-button svg{width:20px;height:20px;flex-shrink:0}.chat-return-text{font-size:14px;font-weight:600;line-height:1;white-space:nowrap;font-family:"Inter",sans-serif}@media(max-width: 767px){.chat-return-button{bottom:20px;right:20px;min-width:48px;height:48px;padding:6px 12px;gap:6px}.chat-return-button svg{width:18px;height:18px}.chat-return-text{font-size:12px}}.hero-mobile .chat-send-icon{width:20px;height:20px}.main-footer{padding:clamp(30px,6vw,50px) clamp(20px,4vw,40px) clamp(16px,3vw,20px);background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);color:#fff}.footer-container{max-width:1400px;margin:0 auto}.footer-main{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:clamp(30px,5vw,50px);margin-bottom:clamp(30px,5vw,40px)}.footer-column h3{color:#fff;font-size:clamp(14px,2.8vw,16px);font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-logo{width:clamp(120px,25vw,160px);height:auto;margin-bottom:20px}.footer-social{display:flex;gap:16px;margin-left:6px;margin-top:10px}.social-link{border-radius:8px;display:flex;transition:all .3s ease;text-decoration:none;color:#fff;font-size:12px;padding:0;box-shadow:0px 0px 5px 1px #5179a0}.social-link:hover{background:hsla(0,0%,100%,.25);transform:translateY(-3px) scale(1.1)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a{color:hsla(0,0%,100%,.85);font-size:clamp(13px,2.5vw,14px);text-decoration:none;display:block;transition:all .3s ease}.footer-links a:hover{color:#fff;transform:translateX(4px)}.newsletter-form{position:relative}.newsletter-form input{width:100%;background:rgba(0,0,0,0);border:none;border-bottom:1px solid hsla(0,0%,100%,.5);border-radius:0;padding:12px 50px 12px 0;color:#fff;font-size:clamp(13px,2.5vw,14px);outline:none;transition:all .3s ease}.newsletter-form input::placeholder{color:hsla(0,0%,100%,.6)}.newsletter-form input:focus{border-bottom-color:#fff}.newsletter-submit{position:absolute;right:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;background-color:rgba(0,0,0,0);width:40px;height:50%}.footer-bottom{padding-top:20px;border-top:1px solid hsla(0,0%,100%,.15);text-align:center}.footer-bottom p{color:hsla(0,0%,100%,.7);font-size:clamp(11px,2.2vw,13px);margin:0;line-height:1.6}.features-desktop{padding:80px max(24px,(100% - 1408px)/2) 104px;display:none;flex-direction:column;gap:68px;align-items:center;max-width:1920px;margin:0 auto}.features-desktop .features-header{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%}.features-desktop .features-tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:9px 17px;display:flex;gap:8px;align-items:center}.features-desktop .tag-number{font-size:14px;color:#5dade2;line-height:20px}.features-desktop .tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.2);border-radius:50%}.features-desktop .tag-text{font-size:14px;color:#d1d5dc;line-height:20px}.features-desktop .features-header h2{font-size:clamp(36px,3.125vw,60px);font-weight:400;line-height:1;color:#fff;text-align:center;margin:0}.features-desktop .features-header p{font-size:18px;color:#99a1af;line-height:28px;text-align:center;max-width:672px;margin:0}.features-desktop .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;width:100%;max-width:1408px}.features-desktop .features-grid .feature-card{width:100%;min-width:0}.features-desktop .feature-card{border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:24px;align-items:flex-start}.features-desktop .feature-icon{width:48px;height:48px;background:hsla(0,0%,100%,.05);border-radius:14px;display:flex;align-items:center;justify-content:center}.features-desktop .feature-icon img{width:24px;height:24px}.features-desktop .feature-info{display:flex;flex-direction:column;gap:16px;width:100%}.features-desktop .feature-info h3{font-size:20px;color:#fff;line-height:28px;margin:0}.features-desktop .feature-info p{font-size:16px;color:#99a1af;line-height:26px;margin:0;white-space:pre-wrap}.gallery-desktop{display:none;position:relative;border-top:1px solid hsla(0,0%,100%,.04);height:626px;overflow:hidden}.gallery-desktop::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.01));pointer-events:none;z-index:1}.gallery-desktop .gallery-container{position:absolute;left:-118.32px;top:80px;width:1728px;height:465px;display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory}.gallery-desktop .gallery-item{flex-shrink:0;width:620px;height:465px;border:1px solid hsla(0,0%,100%,.04);border-radius:16px;overflow:hidden;position:relative;scroll-snap-align:start}.gallery-desktop .gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-desktop .gallery-item::after{content:"";position:absolute;inset:1px;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));pointer-events:none}.comparison-desktop{padding:80px 256px;display:none;flex-direction:column;gap:68px;align-items:center}.comparison-desktop .comparison-header{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.comparison-desktop .comparison-header h2{font-size:36px;color:#fff;line-height:60px;margin:0}.comparison-desktop .comparison-header p{font-size:18px;color:#99a1af;line-height:24px;width:672px;margin:0}.comparison-desktop .comparison-container{border:1px solid hsla(0,0%,100%,.08);border-radius:16px;width:100%;height:936px;position:relative;overflow:hidden;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/bg-section-1.png);background-size:cover;background-position:50% 50%}.comparison-desktop .comparison-header-row{background:hsla(0,0%,100%,.02);border-bottom:1px solid hsla(0,0%,100%,.08);padding:0 32px;height:88px;display:flex;align-items:center;gap:32px}.comparison-desktop .comparison-title{flex:1;text-align:center;font-size:16px;color:#99a1af;display:flex;align-items:center;justify-content:center;gap:8px}.comparison-desktop .comparison-title:last-child{color:#fff}.comparison-desktop .ai-dot{width:6px;height:6px;background:#a3ff4d;border-radius:50%}.comparison-desktop .comparison-divider{width:1px;height:88px;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0))}.comparison-desktop .comparison-row{border-bottom:1px solid hsla(0,0%,100%,.04);height:211px;display:flex;align-items:center;position:relative}.comparison-desktop .comparison-row:last-child{border-bottom:none;height:212px}.comparison-desktop .comparison-item{flex:1;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;height:100%}.comparison-desktop .comparison-icon{width:40px;height:40px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:14px;display:flex;align-items:center;justify-content:center;padding:1px}.comparison-desktop .comparison-icon.ai{background:rgba(163,255,77,.08);border-color:rgba(163,255,77,.15)}.comparison-desktop .comparison-icon img{width:20px;height:20px}.comparison-desktop .comparison-value{font-size:30px;color:#99a1af;line-height:36px;text-align:center}.comparison-desktop .comparison-value.ai{color:#fff}.comparison-desktop .comparison-badge{background:rgba(163,255,77,.1);border:1px solid rgba(163,255,77,.2);border-radius:50px;padding:5px 11px;font-size:12px;color:#a3ff4d;line-height:16px;text-align:center}.comparison-desktop .comparison-label{font-size:12px;color:#99a1af;line-height:16px;text-align:center}.comparison-desktop .comparison-divider-vertical{width:1px;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.06) 50%, rgba(0, 0, 0, 0));position:absolute;left:50%;top:0;transform:translateX(-50%)}.comparison-desktop .comparison-limitations,.comparison-desktop .comparison-advantages{flex:1;display:flex;flex-direction:column;gap:16px;padding:32px 0;height:100%}.comparison-desktop .limitations-title,.comparison-desktop .advantages-title{font-size:12px;line-height:16px;text-align:center;text-transform:uppercase;letter-spacing:.6px}.comparison-desktop .limitations-title{color:#99a1af}.comparison-desktop .advantages-title{color:#d1d5dc}.comparison-desktop .limitations-list,.comparison-desktop .advantages-list{flex:1;display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.comparison-desktop .limitations-list li,.comparison-desktop .advantages-list li{font-size:14px;line-height:20px;display:flex;align-items:center;gap:8px}.comparison-desktop .limitations-list li{color:#99a1af}.comparison-desktop .advantages-list li{color:#e5e7eb}.comparison-desktop .limitations-list li::before,.comparison-desktop .advantages-list li::before{content:"";width:14px;height:14px;flex-shrink:0;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/icon-check.svg);background-size:contain}.comparison-desktop .advantages-list li::before{background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/icon-check-2.svg)}.results-desktop{padding:0 256px;display:none;flex-direction:column;gap:68px;align-items:center}.results-desktop h2{font-size:36px;color:#fff;line-height:40px;margin:0;width:100%}.results-desktop .results-container{border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:49px;width:100%;height:455px;display:flex;flex-direction:column;gap:48px}.results-desktop .results-stats{display:flex;gap:32px;align-items:center}.results-desktop .result-stat{flex:1;display:flex;flex-direction:column;gap:8px;align-items:center}.results-desktop .result-value{font-size:48px;color:#a3ff4d;line-height:48px;text-align:center}.results-desktop .result-label{font-size:16px;color:#99a1af;line-height:24px;text-align:center}.results-desktop .results-impact{border-top:1px solid hsla(0,0%,100%,.04);padding-top:33px;display:flex;flex-direction:column;gap:24px}.results-desktop .results-impact h3{font-size:20px;color:#fff;line-height:28px;margin:0}.results-desktop .impact-list{display:flex;flex-direction:column;gap:16px;list-style:none;padding:0;margin:0}.results-desktop .impact-list li{font-size:16px;color:#99a1af;line-height:24px;display:flex;align-items:flex-start;gap:12px}.results-desktop .impact-list li::before{content:"";width:20px;height:20px;flex-shrink:0;margin-top:2px;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/icon-arrow-right.svg);background-size:contain}.features-mobile{display:flex;flex-direction:column;gap:64px;padding:64px 16px;align-items:center}.features-mobile .features-header{display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.features-mobile .features-tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:9px 17px;display:flex;gap:8px;align-items:center}.features-mobile .tag-number{font-size:14px;color:#5dade2;line-height:20px}.features-mobile .tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.2);border-radius:50%}.features-mobile .tag-text{font-size:14px;color:#d1d5dc;line-height:20px}.features-mobile .features-header h2{font-size:36px;color:#fff;line-height:normal;margin:0;white-space:pre-wrap}.features-mobile .features-header p{font-size:18px;color:#99a1af;line-height:28px;margin:0;white-space:pre-wrap}.features-mobile .features-list{display:flex;flex-direction:column;gap:16px;width:100%}.features-mobile .feature-card{border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:24px;align-items:flex-start;min-height:217px}.features-mobile .feature-icon{width:48px;height:48px;background:hsla(0,0%,100%,.05);border-radius:14px;display:flex;align-items:center;justify-content:center}.features-mobile .feature-icon img{width:24px;height:24px}.features-mobile .feature-info{display:flex;flex-direction:column;gap:16px;width:100%}.features-mobile .feature-info h3{font-size:20px;color:#fff;line-height:28px;margin:0}.features-mobile .feature-info p{font-size:14px;color:#99a1af;line-height:22.75px;margin:0;white-space:pre-wrap}.features-mobile .features-button{background:#5dade2;border-radius:16px;height:56px;padding:0 16px;display:flex;gap:8px;align-items:center;justify-content:center;text-decoration:none;color:#000;font-size:16px;font-weight:400;line-height:24px}.features-desktop .features-button{background:#5dade2;border-radius:16px;height:55px;padding:0 32px;display:flex;gap:8px;align-items:center;justify-content:center;text-decoration:none;color:#000;font-size:16px;font-weight:400;line-height:24px}.features-desktop .features-button img{width:16px;height:16px}.projects-desktop{padding:0 max(24px,(100% - 1408px)/2);display:none;flex-direction:column;gap:80px;align-items:center;max-width:1920px;margin:0 auto}.projects-desktop .projects-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%;min-height:194px;gap:24px}.projects-desktop .projects-header-left{position:relative;max-width:672px;min-height:194px;flex:1}.projects-desktop .projects-tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:9999px;padding:9px 17px;display:inline-flex;gap:8px;align-items:center;margin-bottom:24px}.projects-desktop .projects-header h2{font-size:clamp(36px,3.125vw,60px);font-weight:400;line-height:1;color:#fff;margin:0 0 8px 0}.projects-desktop .projects-underline{position:absolute;left:clamp(200px,25.5vw,358px);top:clamp(80px,6.7vw,129px);width:clamp(150px,14.1vw,271.453px);height:2px}.projects-desktop .projects-underline::after{content:"";position:absolute;inset:0;background:linear-gradient(to right, #5dade2, rgba(93, 173, 226, 0.5) 50%, transparent)}.projects-desktop .projects-header p{font-size:18px;color:#99a1af;line-height:28px;margin:0;max-width:629px}.projects-desktop .projects-nav{display:flex;gap:12px;height:50px}.projects-desktop .projects-nav-button{width:50px;height:50px;border:1px solid hsla(0,0%,100%,.05);border-radius:50%;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:13px;transition:all .3s ease;position:relative;z-index:10}.projects-desktop .projects-nav-button:hover{background:hsla(0,0%,100%,.1)}.projects-desktop .projects-nav-button.slick-disabled{opacity:.5;cursor:not-allowed}.projects-desktop .projects-nav-button img{width:24px;height:24px;pointer-events:none}.projects-desktop .slick-arrow{display:none !important}.projects-desktop .slick-slide{outline:none}.projects-desktop .projects-slider{width:100%;max-width:1408px}.projects-desktop .projects-content{display:flex;gap:32px;width:100%;align-items:center;outline:none}.projects-desktop .projects-image{width:50vw;max-width:705px;height:auto;aspect-ratio:705/442;border:1px solid hsla(0,0%,100%,.04);border-radius:16px;position:relative;overflow:hidden;flex-shrink:0}.projects-desktop .projects-image img{width:100%;height:100%;object-fit:cover}.projects-desktop .projects-image-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%, transparent)}.projects-desktop .projects-info{flex:1;display:flex;flex-direction:column;gap:16px}.projects-desktop .projects-case-tag{display:flex;gap:12px;align-items:center;margin-bottom:16px}.projects-desktop .case-dot{width:8px;height:8px;background:#5dade2;border-radius:50%}.projects-desktop .projects-case-tag span{font-size:14px;color:#5dade2;line-height:20px;letter-spacing:.7px;text-transform:uppercase}.projects-desktop .projects-info h3{font-size:clamp(32px,2.5vw,48px);font-weight:400;line-height:1.25;color:#fff;margin:0}.projects-desktop .projects-info p{font-size:clamp(16px,.94vw,18px);color:#99a1af;line-height:1.625;margin:0;max-width:563px}.projects-desktop .projects-stats{display:flex;gap:16px;margin-top:auto}.projects-desktop .project-stat{border:1px solid hsla(0,0%,100%,.05);border-radius:14px;padding:17px;display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.projects-desktop .project-stat-value{font-size:24px;color:#a3ff4d;line-height:32px}.projects-desktop .project-stat-label{font-size:12px;color:#99a1af;line-height:16px}.projects-desktop .projects-button{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;height:50px;padding:0 25px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-size:16px;line-height:24px;width:fit-content;position:relative}.projects-desktop .projects-button span{position:relative}.projects-desktop .projects-button img{width:16px;height:16px;position:absolute;right:25px}.projects-desktop .slick-dots{display:flex;gap:8px;align-items:center;justify-content:center;height:8px;margin-top:40px;list-style:none;padding:0}.projects-desktop .slick-dots li{margin:0}.projects-desktop .slick-dots li button{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.2);border:none;padding:0;font-size:0;cursor:pointer;transition:all .3s ease}.projects-desktop .slick-dots li.slick-active button{width:32px;background:#5dade2;border-radius:9999px}.projects-desktop .projects-dots{display:flex;gap:8px;align-items:center;justify-content:center;height:8px}.projects-desktop .project-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.2)}.projects-desktop .project-dot.active{width:32px;background:#5dade2;border-radius:9999px}.projects-desktop .projects-dots{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:40px}.projects-desktop .projects-dots .project-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.2);cursor:pointer;transition:all .3s ease}.projects-desktop .projects-dots .project-dot.active{width:32px;background:#5dade2;border-radius:9999px}.testimonials-desktop{padding:96px max(24px,(100% - 1408px)/2);display:none;flex-direction:column;gap:80px;align-items:center;max-width:1920px;margin:0 auto}.testimonials-desktop .testimonials-header{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}.testimonials-desktop .testimonials-tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:9999px;padding:9px 17px;display:inline-flex;gap:8px;align-items:center}.testimonials-desktop .testimonials-header h2{font-size:clamp(36px,3.125vw,60px);font-weight:400;line-height:1;color:#fff;text-align:center;margin:0;padding:0 clamp(16px,6.875vw,132px)}.testimonials-desktop .testimonials-header p{font-size:18px;color:#99a1af;line-height:28px;text-align:center;max-width:668px;margin:0}.testimonials-desktop .testimonials-slider{width:100%;max-width:1920px;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.testimonials-desktop .testimonials-slider.slick-initialized{visibility:visible;opacity:1}.testimonials-desktop .testimonials-slider:not(.slick-initialized){display:flex;flex-wrap:nowrap;gap:0;overflow:hidden}.testimonials-desktop .testimonials-slider:not(.slick-initialized) .testimonial-card{flex:0 0 calc(33.333% - 32px);min-width:0;margin:0 16px}.testimonials-desktop .testimonials-grid{display:none}.testimonials-desktop .slick-slide{outline:none}.testimonials-desktop .slick-list{margin:0 -24px;overflow:hidden}.testimonials-desktop .slick-track{display:flex;align-items:stretch}.testimonials-desktop .slick-slide{height:auto}.testimonials-desktop .slick-slide>div{height:100%;padding:0 24px}.testimonials-desktop .testimonial-card{border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:25px;display:flex;flex-direction:column;margin:0;justify-content:space-between;min-width:0;flex-shrink:0;width:100%;min-height:229px;box-sizing:border-box}.testimonials-desktop .testimonials-dots{display:flex;gap:8px;align-items:center;justify-content:center;height:8px}.testimonials-desktop .testimonial-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.2);cursor:pointer;transition:all .3s ease}.testimonials-desktop .testimonial-dot.active{width:32px;background:#5dade2;border-radius:9999px}.testimonials-desktop .testimonial-stars{display:flex;gap:4px;margin-bottom:16px}.testimonials-desktop .testimonial-stars img{width:16px;height:16px}.testimonials-desktop .testimonial-text{font-size:14px;color:#d1d5dc;line-height:22.75px;margin:0 0 16px 0;flex:1}.testimonials-desktop .testimonial-author{display:flex;gap:12px;align-items:center}.testimonials-desktop .testimonial-avatar{width:40px;height:40px;border-radius:50%;border:2px solid hsla(0,0%,100%,.04);object-fit:cover}.testimonials-desktop .testimonial-avatar-initials{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.04);display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;line-height:20px}.testimonials-desktop .testimonial-name{font-size:14px;color:#fff;line-height:20px}.testimonials-desktop .testimonial-role{font-size:12px;color:#99a1af;line-height:16px}.form-desktop{padding:0 max(24px,(100% - 1408px)/2);display:none;flex-direction:column;align-items:center;max-width:1920px;margin:0 auto}.form-desktop .form-header{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%}.form-desktop .form-tag{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:9px 17px;display:flex;gap:8px;align-items:center}.form-desktop .form-header h2{font-size:clamp(36px,3.125vw,60px);font-weight:400;line-height:1;color:#fff;text-align:center;margin:0}.form-desktop .form-header p{font-size:18px;color:#99a1af;line-height:28px;text-align:center;max-width:672px;margin:0}.form-desktop .form-container{background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border:none;border-radius:32px;padding:33px;width:100%;max-width:1408px;min-height:538px}.faq-desktop{padding:100px max(24px,(100% - 1408px)/2);display:none;flex-direction:column;gap:68px;align-items:center;max-width:1920px;margin:0 auto}.faq-desktop .faq-header{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%}.faq-desktop .faq-tag{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;padding:9px 17px;display:flex;gap:8px;align-items:center}.faq-desktop .faq-header h2{font-size:clamp(36px,3.125vw,60px);font-weight:700;line-height:1.1;color:#fff;text-align:center;margin:0}.faq-desktop .faq-header p{font-size:18px;color:hsla(0,0%,100%,.9);line-height:28px;text-align:center;max-width:672px;margin:0}.faq-desktop .faq-list{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1408px}.faq-desktop .faq-item{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-radius:20px;padding:0;overflow:hidden;transition:all .3s ease;cursor:pointer;margin-bottom:16px;border:1px solid rgba(93,173,226,.1);box-shadow:0 4px 20px rgba(33,87,132,.08)}.faq-desktop .faq-item:last-child{margin-bottom:0}.faq-desktop .faq-item:hover{box-shadow:0 8px 30px rgba(33,87,132,.12);transform:translateY(-2px)}.faq-desktop .faq-item.active{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);box-shadow:0 12px 40px rgba(33,87,132,.25);border:1px solid hsla(0,0%,100%,.18)}.faq-desktop .faq-question-wrapper{height:81px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq-desktop .faq-question{font-size:16px;color:#215784;margin:0;transition:color .3s ease;flex:1;font-weight:600}.faq-desktop .faq-item.active .faq-question{color:#fff}.faq-desktop .faq-icon{width:24px;height:24px;transform:rotate(90deg) scaleY(-1);transition:transform .3s ease,filter .3s ease;flex-shrink:0;margin-left:16px;filter:none}.faq-desktop .faq-item.active .faq-icon{transform:rotate(-90deg) scaleY(1);filter:invert(1) brightness(2)}.faq-desktop .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,opacity .3s ease,margin-top .3s ease;padding:0 32px;opacity:0;margin-top:0}.faq-desktop .faq-item.active .faq-answer{max-height:500px;padding:0 32px 24px 32px;opacity:1}.faq-desktop .faq-answer{font-size:16px;color:hsla(0,0%,100%,.95);line-height:24px;margin:0}.faq-desktop .faq-answer ul{padding-left:1rem;margin:5px 0px 5px 0}.faq-desktop .faq-button{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:13px 24px 13px 24px;display:inline-flex;gap:10px;align-items:center;text-decoration:none;color:#fff;font-size:16px;line-height:24px}.faq-desktop .faq-button img{width:16px;height:16px}.faq-empty-state{width:100%;max-width:672px;margin:0 auto;text-align:center;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:40px 32px;display:flex;flex-direction:column;gap:16px}.faq-empty-state h3{font-size:28px;color:#fff;margin:0}.faq-empty-state p{color:#99a1af;margin:0}.faq-empty-state .cta-button{align-self:center}.faq-contact-cta{width:100%;max-width:1408px;margin:48px auto 0;padding:32px 40px;border-radius:24px;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);border:1px solid hsla(0,0%,100%,.16);display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 18px 50px rgba(33,87,132,.35)}.faq-contact-content{display:flex;flex-direction:column;gap:8px}.faq-contact-cta h3{margin:0;font-size:28px;color:#fff}.faq-contact-cta p{margin:0;color:hsla(0,0%,100%,.92)}.faq-contact-cta .cta-button{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);border:none;border-radius:50px;padding:14px 40px;color:#fff;font-size:16px;font-weight:600;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:all .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 8px 30px rgba(33,87,132,.3)}.faq-contact-cta .cta-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.faq-contact-cta .cta-button img{width:16px;height:16px}.faq-contact-cta .cta-button{white-space:nowrap;margin-top:0}.post-type-archive-faqs .faq-desktop,.maisempresa-page .faq-desktop{display:flex}.faq-homepage .faq-list{max-width:900px;margin:0 auto}.faq-homepage .faq-header h2{color:#215784}.faq-homepage .faq-header p{color:rgba(33,87,132,.8)}.cta-desktop{padding:80px max(24px,(100% - 1408px)/2) 80px;display:none;flex-direction:column;gap:80px;align-items:center;max-width:1920px;margin:0 auto}.cta-desktop .cta-container{width:100%;max-width:1216px;min-height:695px;padding:81px clamp(32px,9.375vw,113px);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;background:linear-gradient(to bottom, #0f0f0f, #0a0a0a);border:1px solid hsla(0,0%,100%,.04)}.cta-desktop .cta-tag{background:#a3ff4d;border:1px solid #000;border-radius:9999px;padding:9px 17px;display:inline-flex;gap:8px;align-items:center;height:38px}.cta-desktop .cta-tag img{width:16px;height:16px}.cta-desktop .cta-tag span{font-size:14px;color:#000;line-height:20px}.cta-desktop .cta-container h2{font-size:clamp(32px,2.6vw,50px);font-weight:400;line-height:1.2;color:#fff;text-align:center;margin:0}.cta-desktop .cta-highlight{color:#a3ff4d}.cta-desktop .cta-container p{font-size:18px;color:#fff;line-height:28px;text-align:center;max-width:623px;margin:0}.cta-desktop .cta-button{position:relative;height:56px;padding:0 32px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0px 6px 16px -3px rgba(93,173,226,.2);overflow:hidden}.cta-desktop .cta-button-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.cta-desktop .cta-button span{position:relative;z-index:1;font-size:16px;font-weight:600;color:#fff;line-height:24px;white-space:pre-wrap}.cta-desktop .cta-stats{display:flex;gap:32px;padding-top:33px;border-top:1px solid hsla(0,0%,100%,.05);width:100%;justify-content:center}.cta-desktop .cta-stat{display:flex;flex-direction:column;gap:8px;align-items:center;width:234.664px}.cta-desktop .cta-stat-value{font-size:36px;color:#a3ff4d;line-height:40px}.cta-desktop .cta-stat-label{font-size:14px;color:#99a1af;line-height:20px;text-align:center}@media(min-width: 968px){.header-mobile{display:none}.header-desktop{display:block}.hero-desktop{display:flex}.features-desktop{display:flex}.projects-desktop{display:flex}.testimonials-desktop{display:flex}.form-desktop{display:flex}.faq-desktop{display:flex}.cta-desktop{display:flex}.footer-mobile{display:none}.footer-desktop{display:block}}@media(max-width: 967px){.header-mobile{display:flex}.header-desktop{display:none}.hero-desktop{display:flex;flex-direction:column;padding:104px 16px 0;gap:40px;align-items:center;overflow:hidden}.hero-bg-desktop,.hero-overlay-desktop{display:none}.hero-bg-mobile,.hero-overlay-mobile{display:block}body.menu-open{overflow:hidden}.hero-desktop .hero-left{max-width:100%;width:100%;align-items:center;gap:24px}.hero-desktop .tag{width:auto;padding:9px 16px}.hero-desktop .hero-title h1{font-size:40px;text-align:center}.hero-desktop .hero-subtitle{font-size:20px;line-height:32.5px;text-align:center;max-width:100%;width:100%;padding:0}.hero-desktop .hero-button{width:100%}.hero-desktop .hero-chat{display:none}.features-desktop{display:flex;padding:64px 16px;gap:64px}.features-desktop .features-header{gap:24px}.features-desktop .features-header h2{font-size:36px;line-height:normal}.features-desktop .features-header p{font-size:18px;line-height:28px}.features-desktop .features-grid{grid-template-columns:1fr;gap:16px}.features-desktop .feature-card{min-height:217px;padding:32px}.features-desktop .feature-info h3{font-size:20px;line-height:28px}.features-desktop .feature-info p{font-size:14px;line-height:22.75px}.features-desktop .features-button{width:auto;padding:0 24px;height:55.995px}.projects-desktop{display:flex;flex-direction:column;padding:64px 16px;gap:40px}.projects-desktop .projects-header{flex-direction:column;align-items:flex-start;gap:24px;min-height:auto}.projects-desktop .projects-header-left{max-width:100%;width:100%}.projects-desktop .projects-header h2{font-size:36px}.projects-desktop .projects-underline{left:2px;top:143px;width:271.453px}.projects-desktop .projects-nav{display:none}.projects-desktop .projects-slider{width:100%;max-width:100%;margin:0}.projects-desktop .projects-slider .slick-slider{width:100%;margin:0}.projects-desktop .projects-slider .slick-list{margin:0;padding:0;overflow:hidden}.projects-desktop .projects-slider .slick-track{display:flex;align-items:stretch}.projects-desktop .projects-slider .slick-slide{height:auto;padding:0;margin:0}.projects-desktop .projects-slider .slick-slide>div{display:flex;flex-direction:column}.projects-desktop .projects-content{flex-direction:column;gap:32px;width:100%;height:auto;padding:0;margin:0}.projects-desktop .projects-image{max-width:100%;width:100%;aspect-ratio:361.533/271.146;margin:0 auto}.projects-desktop .projects-info{width:100%;max-width:100%}.projects-desktop .projects-info h3{font-size:30px;line-height:37.5px}.projects-desktop .projects-info p{font-size:18px;line-height:29.25px;max-width:100%}.projects-desktop .projects-stats{flex-wrap:wrap;width:100%}.projects-desktop .project-stat{flex:0 0 calc(33.333% - 11px);min-width:109px}.projects-desktop .project-stat-value{font-size:24px}.projects-desktop .project-stat-label{font-size:12px}.projects-desktop .projects-button{width:100%;padding:0 24px;justify-content:center}.testimonials-desktop{display:flex;padding:64px 16px;gap:64px}.testimonials-desktop .testimonials-header h2{font-size:36px;padding:0}.testimonials-desktop .testimonials-slider{width:100%;max-width:100%}.testimonials-desktop .testimonials-slider .slick-list{margin:0;padding:0}.testimonials-desktop .testimonials-slider .slick-track{display:flex;align-items:stretch}.testimonials-desktop .testimonials-slider .slick-slide{height:auto;padding:15px;margin:0}.testimonials-desktop .testimonials-slider .slick-slide>div{height:100%;padding:0 12px}.testimonials-desktop .testimonials-slider:not(.slick-initialized) .testimonial-card{width:calc(100% - 24px);margin:0 12px}.testimonials-desktop .testimonial-card{margin:0;min-width:auto;width:100%;height:auto;min-height:229px}.form-desktop{display:flex;padding:24px 16px}.form-desktop .form-header h2{font-size:36px}.form-desktop .form-container{min-height:auto}.form-desktop .form-row,.form-desktop .form-container .form-row{grid-template-columns:1fr;height:auto}.form-desktop .form-group.full-width,.form-desktop .form-container .form-group.full-width{height:auto}.faq-desktop{display:flex;padding:64px 16px}.faq-contact-cta{flex-direction:column;text-align:center}.faq-contact-cta .cta-button{width:100%;justify-content:center}.faq-desktop .faq-header h2{font-size:36px}.cta-desktop{display:flex;padding:0px 16px 0;margin-bottom:40px}.cta-desktop .cta-container{min-height:auto;padding:40px 24px;row-gap:28px}.cta-desktop .cta-container h2{font-size:32px}.cta-desktop .cta-stats{flex-direction:column;gap:16px;align-items:center;margin-top:26px}.footer-desktop{display:flex;padding:40px 15.995px;border-top:.525px solid hsla(0,0%,100%,.04);align-items:center}.footer-desktop::before{background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/bg-footer.png);background-size:cover;background-position:50% 50%}.footer-desktop .container{gap:15.995px;width:361px;max-width:100%}.footer-desktop .top-section{flex-direction:column;align-items:center;gap:15.995px}.footer-desktop .logo-container{display:none}.footer-desktop .logo-text-mobile{display:block;height:32px;margin:0 auto}.footer-desktop .footer-links{gap:16px}.footer-desktop .bottom-section{flex-direction:column;align-items:center;gap:15.995px;padding-top:0;border-top:none}.footer-desktop .copyright{width:100%;text-align:center;display:flex;flex-direction:column;gap:0}.footer-desktop .copyright .copyright-line1,.footer-desktop .copyright .copyright-line2{display:block}.footer-desktop .copyright .copyright-mobile{display:inline}.footer-desktop .copyright .copyright-desktop{display:none}}.project-hero{padding:158px max(24px,(100% - 1408px)/2) 144px;position:relative;max-width:1920px;margin:0 auto}.project-hero-container{display:flex;flex-direction:column;gap:32px;width:100%}.project-back-button{display:flex;gap:8px;align-items:center;text-decoration:none;color:#99a1af;font-size:14px;line-height:20px;width:fit-content;transition:color .3s ease}.project-back-button:hover{color:#5dade2}.project-back-button .back-icon{width:16px;height:16px}.project-hero-content{display:flex;gap:48px;align-items:center;width:100%}.project-hero-left{flex:1;display:flex;flex-direction:column;gap:24px;max-width:576px}.project-case-tag{display:flex;gap:12px;align-items:center}.project-case-tag .case-dot{width:8px;height:8px;background:#5dade2;border-radius:50%}.project-case-tag span{font-size:14px;color:#5dade2;line-height:20px;letter-spacing:.7px;text-transform:uppercase}.project-hero-left h1{font-size:60px;font-weight:400;line-height:60px;color:#fff;margin:0}.project-hero-left p{font-size:18px;color:#99a1af;line-height:29.25px;margin:0}.project-stats{display:flex;gap:16px;margin-top:auto}.project-stat{border:1px solid hsla(0,0%,100%,.04);border-radius:14px;padding:17px;display:flex;flex-direction:column;gap:4px;flex:1;min-width:184px}.project-stat-value{font-size:30px;color:#a3ff4d;line-height:36px}.project-stat-label{font-size:12px;color:#99a1af;line-height:16px}.project-hero-image{width:698px;height:438px;border:1px solid hsla(0,0%,100%,.04);border-radius:16px;position:relative;overflow:hidden;flex-shrink:0}.project-hero-image img{width:100%;height:100%;object-fit:cover}.project-image-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%, transparent)}.project-features{padding:104px max(24px,(100% - 1408px)/2);max-width:1920px;margin:0 auto}.project-features-container{width:100%}.project-features-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;width:100%}.project-feature-card{border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:24px;min-height:217px}.project-feature-icon{width:48px;height:48px;background:rgba(93,173,226,.1);border:1px solid rgba(93,173,226,.2);border-radius:14px;display:flex;align-items:center;justify-content:center}.project-feature-icon img{width:24px;height:24px}.project-feature-info{display:flex;flex-direction:column;gap:16px}.project-feature-info h3{font-size:20px;color:#fff;line-height:28px;margin:0}.project-feature-info p{font-size:16px;color:#99a1af;line-height:26px;margin:0}.project-gallery{border-top:1px solid hsla(0,0%,100%,.04);padding:80px 0;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.project-gallery::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.01));pointer-events:none;z-index:1}.project-gallery-wrapper{position:relative;z-index:2;width:100%;padding:0}.project-gallery-slider{width:100%}.project-gallery-slider .slick-slide{padding:0 12px;outline:none}.project-gallery-slider .slick-list{margin:0}.project-gallery-item{width:100%;height:465px;border:1px solid hsla(0,0%,100%,.04);border-radius:16px;overflow:hidden;position:relative;margin:0 12px}.project-gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));pointer-events:none}.project-comparison{padding:80px max(24px,(100% - 1408px)/2);max-width:1920px;margin:0 auto}.project-comparison-container{display:flex;flex-direction:column;gap:68px;align-items:center}.project-comparison-header{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.project-comparison-header h2{font-size:36px;color:#fff;line-height:60px;margin:0}.project-comparison-header p{font-size:18px;color:#99a1af;line-height:24px;max-width:672px;margin:0}.project-comparison-table{border:1px solid hsla(0,0%,100%,.08);border-radius:16px;width:100%;height:936px;position:relative;overflow:hidden;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/bg-section-2.png);background-size:cover;background-position:50% 50%}.comparison-header-row{background:hsla(0,0%,100%,.02);border-bottom:1px solid hsla(0,0%,100%,.08);padding:0 32px;height:88px;display:flex;align-items:center;gap:32px}.comparison-title{flex:1;text-align:center;font-size:16px;color:#99a1af;display:flex;align-items:center;justify-content:center;gap:8px}.comparison-title.ai-title{color:#fff}.ai-dot{width:6px;height:6px;background:#a3ff4d;border-radius:50%}.comparison-divider{width:1px;height:88px;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0))}.comparison-row{border-bottom:1px solid hsla(0,0%,100%,.04);height:211px;display:flex;align-items:center;position:relative}.comparison-row.last-row{border-bottom:none;height:212px}.comparison-item{flex:1;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;height:100%}.comparison-icon{width:40px;height:40px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:14px;display:flex;align-items:center;justify-content:center;padding:1px}.comparison-icon.ai{background:rgba(163,255,77,.08);border-color:rgba(163,255,77,.15)}.comparison-icon img{width:20px;height:20px}.comparison-value{font-size:30px;color:#99a1af;line-height:36px;text-align:center}.comparison-value.ai{color:#fff}.comparison-badge{background:rgba(163,255,77,.1);border:1px solid rgba(163,255,77,.2);border-radius:50px;padding:5px 11px;font-size:12px;color:#a3ff4d;line-height:16px;text-align:center}.comparison-label{font-size:12px;color:#99a1af;line-height:16px;text-align:center}.comparison-divider-vertical{width:1px;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.06) 50%, rgba(0, 0, 0, 0));position:absolute;left:50%;top:0;transform:translateX(-50%)}.comparison-limitations,.comparison-advantages{flex:1;display:flex;flex-direction:column;gap:16px;padding:32px 0;height:100%}.limitations-title,.advantages-title{font-size:12px;line-height:16px;text-align:center;text-transform:uppercase;letter-spacing:.6px}.limitations-title{color:#99a1af}.advantages-title{color:#d1d5dc}.limitations-list,.advantages-list{flex:1;display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.limitations-list li,.advantages-list li{font-size:14px;line-height:20px;display:flex;align-items:center;gap:8px}.limitations-list li{color:#99a1af}.advantages-list li{color:#e5e7eb}.limitations-list li::before{content:"";width:14px;height:14px;flex-shrink:0;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/icon-check-3.svg);background-size:contain}.advantages-list li::before{content:"";width:14px;height:14px;flex-shrink:0;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/icon-arrow-right-2.svg);background-size:contain}.project-results{padding:0 max(24px,(100% - 1408px)/2) 0;max-width:1920px;margin:0 auto}.project-results-container{display:flex;flex-direction:column;gap:68px;align-items:center}.project-results-container h2{font-size:36px;color:#fff;line-height:40px;margin:0;width:100%}.project-results-content{border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:49px;width:100%;height:455px;display:flex;flex-direction:column;gap:48px}.results-stats{display:flex;gap:32px;align-items:center}.result-stat{flex:1;display:flex;flex-direction:column;gap:8px;align-items:center}.result-value{font-size:48px;color:#a3ff4d;line-height:48px;text-align:center}.result-label{font-size:16px;color:#99a1af;line-height:24px;text-align:center}.results-impact{border-top:1px solid hsla(0,0%,100%,.04);padding-top:33px;display:flex;flex-direction:column;gap:24px}.results-impact h3{font-size:20px;color:#fff;line-height:28px;margin:0}.impact-list{display:flex;flex-direction:column;gap:16px;list-style:none;padding:0;margin:0}.impact-list li{font-size:16px;color:#99a1af;line-height:24px;display:flex;align-items:flex-start;gap:12px}.impact-list li::before{content:"";width:20px;height:20px;flex-shrink:0;margin-top:2px;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/icon-arrow-right-2.svg);background-size:contain}@media(max-width: 767px){.project-hero{padding:32px 16px 0;padding-top:104px}.project-hero-container{gap:40px}.project-back-button{margin-bottom:0}.project-hero-content{flex-direction:column;gap:48px;align-items:flex-start}.project-hero-left{max-width:100%;width:100%;gap:24px}.project-case-tag{gap:7.993px}.project-case-tag .case-dot{width:7.993px;height:7.993px}.project-case-tag span{font-size:14px}.project-hero-left h1{font-size:36px;line-height:40px;max-width:288px;width:100%}.project-hero-left p{font-size:18px;line-height:29.25px;max-width:354px;width:100%}.project-stats{display:flex;gap:15.84px;max-width:361.533px;width:100%;flex-wrap:nowrap}.project-stat{flex:0 0 109.842px;min-width:109.842px;padding:16.52px;height:105.03px}.project-stat-value{font-size:30px;line-height:36px}.project-stat-label{font-size:12px;line-height:16px}.project-hero-image{width:100%;max-width:361.533px;height:auto;aspect-ratio:361.533/271.146;margin:0 auto}.project-features{padding:64px 16px}.project-features-grid{grid-template-columns:1fr;gap:16px}.project-feature-card{min-height:301px;padding:32px;gap:16px}.project-feature-icon{width:47.993px;height:47.993px}.project-feature-icon img{width:23.997px;height:23.997px}.project-feature-info h3{font-size:20px;line-height:28px}.project-feature-info p{font-size:16px;line-height:26px;max-width:294px}.project-gallery{padding:64px 0;margin-left:0;width:100%}.project-gallery-wrapper{padding:0}.project-gallery-item{height:464.997px;margin:0;border-radius:16px}.project-gallery-slider .slick-slide{padding:0}.project-gallery-slider .slick-list{margin:0}.project-comparison{padding:64px 15.995px}.project-comparison-container{gap:63.997px}.project-comparison-header{gap:15.995px}.project-comparison-header h2{font-size:30px;line-height:36px;max-width:361px;width:100%}.project-comparison-header p{font-size:16px;line-height:24px;width:100%}.project-comparison-table{height:auto;min-height:1618.03px;background-image:url(//maisempresa.pt/wp-content/themes/maisempresa/img/bg-section-3.png)}.comparison-header-row{flex-direction:column;height:176.528px;padding:32px;gap:0;align-items:flex-start}.comparison-title{width:100%;justify-content:flex-start;padding:0;text-align:left;font-size:16px}.comparison-title:first-child{margin-bottom:32px}.comparison-divider{display:none}.comparison-row{flex-direction:column;height:auto;padding:0;border-bottom:.525px solid hsla(0,0%,100%,.04);min-height:349.49px;position:relative}.comparison-item{width:100%;padding:0;gap:11.994px;align-items:center}.comparison-item:first-child{padding-bottom:0;margin-bottom:0;padding-top:0}.comparison-item.ai-item{padding-top:0;margin-top:0;padding-bottom:0}.comparison-row::after{content:"";position:absolute;left:0;top:155.97px;width:.992px;height:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.06) 50%, rgba(0, 0, 0, 0))}.comparison-icon{width:39.992px;height:39.992px}.comparison-icon img{width:19.996px;height:19.996px}.comparison-value{font-size:30px;line-height:36px}.comparison-badge{padding:4.525px 10.525px;font-size:12px;line-height:16px;height:25.038px}.comparison-label{font-size:12px;line-height:16px}.comparison-divider-vertical{display:none}.comparison-row.last-row{flex-direction:column;height:auto;min-height:391.982px;border-bottom:none;position:relative}.comparison-row.last-row::after{content:"";position:absolute;left:0;top:195.99px;width:.992px;height:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.06) 50%, rgba(0, 0, 0, 0))}.comparison-limitations,.comparison-advantages{width:100%;padding:23.997px 0;gap:15.995px}.limitations-title,.advantages-title{font-size:12px;line-height:16px;text-align:left}.limitations-list,.advantages-list{gap:11.994px}.limitations-list li,.advantages-list li{font-size:14px;line-height:20px;gap:9.994px}.limitations-list li::before,.advantages-list li::before{width:13.995px;height:13.995px}.project-results{padding:64px 15.995px}.project-results-container{gap:47.993px;align-items:flex-start}.project-results-container h2{font-size:30px;line-height:36px;text-align:left;width:100%}.project-results-content{height:auto;min-height:837.59px;padding:32.523px;gap:47.993px}.results-stats{flex-direction:column;gap:0;width:100%;height:303.997px}.result-stat{width:100%;gap:7.993px;align-items:center}.result-value{font-size:48px;line-height:48px}.result-label{font-size:16px;line-height:24px}.results-impact{padding-top:0;gap:24px}.results-impact h3{font-size:20px;line-height:28px}.impact-list{gap:16px}.impact-list li{font-size:16px;line-height:24px;gap:12px}.impact-list li::before{width:20px;height:20px}}.mobile-chat-button{display:none}.mobile-chat-modal{display:none !important}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,3vw,20px);margin-top:40px}.contact-form .wpcf7-not-valid-tip{color:#fff;margin-top:4px;font-size:.8rem}.contact-form .form-row{display:contents}.contact-form .form-group{position:relative}.contact-form .form-group.full-width{grid-column:1/-1}.contact-form .form-group label{color:#fff;font-size:clamp(13px,2.5vw,14px);display:block;margin-bottom:6px;font-weight:500}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;color:#fff;font-size:clamp(14px,2.5vw,15px);padding:12px 16px;outline:none;transition:all .3s ease;font-family:"Inter",sans-serif}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:hsla(0,0%,100%,.6)}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.contact-form .form-group textarea{resize:vertical}.contact-form .form-submit-wrapper{grid-column:1/-1;display:flex;justify-content:flex-end;margin-top:16px}.contact-form .form-submit-wrapper p{display:flex;flex-flow:row-reverse}.contact-form .btn-submit{padding:clamp(12px,2.5vw,14px) clamp(32px,6vw,40px);background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border-radius:50px;font-size:clamp(16px,3vw,18px);font-weight:700;box-shadow:0 8px 25px rgba(0,0,0,.15);width:100%;border:none;cursor:pointer;transition:all .3s ease}.contact-form .btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width: 767px){.contact-form{display:flex;flex-flow:column}.mobile-chat-button{display:flex;position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:linear-gradient(135deg, #5dade2 0%, #4a9cd6 100%);border:none;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;z-index:999;box-shadow:0 4px 12px rgba(93,173,226,.4);transition:all .3s ease}.mobile-chat-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(93,173,226,.5)}.mobile-chat-button svg{width:24px;height:24px;color:#fff}.mobile-chat-modal{display:none !important;position:fixed;inset:0;z-index:1000}.mobile-chat-modal.active{display:flex !important}.mobile-chat-overlay{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px)}.mobile-chat-container{position:relative;width:100%;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;background:#0a0a0a;z-index:1;overflow:hidden}.mobile-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);flex-shrink:0;min-height:72px}.mobile-chat-header-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.mobile-chat-header .chat-avatar{position:relative;flex-shrink:0}.mobile-chat-header .chat-avatar-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;background:rgba(93,173,226,.1);border:1px solid rgba(93,173,226,.2);display:flex;align-items:center;justify-content:center}.mobile-chat-header .chat-avatar-icon img{width:24px;height:24px;object-fit:contain}.mobile-chat-header .chat-status{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#a3ff4d;border:2px solid #0a0a0a;border-radius:50%}.mobile-chat-header .chat-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.mobile-chat-header .chat-name{font-size:16px;font-weight:400;color:#fff;line-height:20px;margin:0}.mobile-chat-header .chat-status-text{display:flex;align-items:center;gap:6px}.mobile-chat-header .status-dot{width:6px;height:6px;background:#a3ff4d;border-radius:50%;flex-shrink:0}.mobile-chat-header .status-text{font-size:12px;color:#99a1af;line-height:16px}.mobile-chat-close{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .3s ease;flex-shrink:0}.mobile-chat-close:hover{opacity:.7}.mobile-chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 16px;display:flex;flex-direction:column;gap:16px;position:relative;min-height:0}.mobile-chat-scroll{position:absolute;bottom:90px;right:16px;width:40px;height:40px;background:rgba(93,173,226,.2);border:1px solid rgba(93,173,226,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.3)}.mobile-chat-scroll.visible{opacity:1;pointer-events:all}.mobile-chat-scroll svg{width:20px;height:20px;color:#5dade2}.mobile-chat-input-area{padding:16px;border-top:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);flex-shrink:0}.mobile-chat-messages .chat-message{max-width:85%;padding:12px 16px;border-radius:16px;word-wrap:break-word;position:relative}.mobile-chat-messages .chat-message-bot{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);align-self:flex-start}.mobile-chat-messages .chat-message-user{background:linear-gradient(135deg, #5dade2 0%, #4a9cd6 100%);align-self:flex-end}.mobile-chat-messages .chat-message-text{font-size:14px;line-height:20px;color:#fff;margin:0}.mobile-chat-messages .chat-typing{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08)}.mobile-chat-messages .chat-loading{display:flex;gap:4px;align-items:center;padding:4px 0}.mobile-chat-messages .chat-dot{width:6px;height:6px;background:hsla(0,0%,100%,.4);border-radius:50%;opacity:.4;animation:chat-blink 1.4s infinite both}.mobile-chat-messages .chat-dot:nth-child(2){animation-delay:.2s}.mobile-chat-messages .chat-dot:nth-child(3){animation-delay:.4s}.mobile-chat-input-area .chat-input-container{width:100%;max-width:100%}.mobile-chat-input-area .chat-input-wrapper{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:10px 12px;width:100%;box-sizing:border-box}.mobile-chat-input-area .chat-input{flex:1;background:rgba(0,0,0,0);border:none;color:#fff;font-size:14px;line-height:20px;outline:none;padding:0;min-width:0;width:100%}.mobile-chat-input-area .chat-input::placeholder{color:hsla(0,0%,100%,.4)}.mobile-chat-input-area .chat-send-button{width:32px;height:32px;min-width:32px;background:linear-gradient(135deg, #5dade2 0%, #4a9cd6 100%);border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;padding:0}.mobile-chat-input-area .chat-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px rgba(93,173,226,.4)}.mobile-chat-input-area .chat-send-button:active:not(:disabled){transform:scale(0.95)}.mobile-chat-input-area .chat-send-button:disabled{opacity:.5;cursor:not-allowed}.mobile-chat-input-area .chat-send-icon{width:16px;height:16px;flex-shrink:0}.mobile-chat-input-area .chat-send-icon path{fill:#fff}.mobile-chat-messages::-webkit-scrollbar{width:4px}.mobile-chat-messages::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.mobile-chat-messages::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.mobile-chat-messages::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.chat-return-button{display:none}body.chat-open{overflow:hidden}body.chat-open .mobile-chat-button{display:none}}.wp-block-separator{border-top:1px solid #e0e0e0}.wpml-ls-statics-footer{display:none}.blog-pagination{display:flex;justify-content:center;align-items:center;width:100%;margin-top:64px}.blog-pagination .page-numbers{display:flex;list-style:none;padding:0;margin:0;gap:8px;align-items:center;flex-wrap:wrap}.blog-pagination .page-numbers li{margin:0;list-style:none}.blog-pagination .page-numbers a,.blog-pagination .page-numbers span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#fff;font-size:16px;line-height:24px;text-decoration:none;font-family:"Inter",sans-serif;transition:all .3s ease}.blog-pagination .page-numbers a:hover{background:hsla(0,0%,100%,.1);border-color:rgba(93,173,226,.3);color:#5dade2}.blog-pagination .page-numbers .current{background:rgba(93,173,226,.2);border-color:rgba(93,173,226,.4);color:#5dade2;font-weight:600}.blog-pagination .page-numbers .dots{background:rgba(0,0,0,0);border:none;color:#99a1af;cursor:default}.blog-pagination .page-numbers .dots:hover{background:rgba(0,0,0,0);border:none;color:#99a1af}.site-main{padding:96px max(24px,(100% - 1408px)/2) 80px;max-width:1920px;margin:0 auto;background:#fff;min-height:calc(100vh - 64px)}.entry-header{margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.08);max-width:900px;margin:0 auto;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#333;line-height:1.75;font-size:16px}.entry-title{font-size:clamp(36px,4vw,48px);font-weight:500;line-height:1.2;color:#1a1a1a;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.entry-content{max-width:900px;margin:30px auto;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#333;line-height:1.75;font-size:16px}.entry-content p{margin:0 0 24px 0;font-size:16px;line-height:1.75;color:#333}.entry-content h2{font-size:28px;font-weight:500;line-height:1.3;color:#1a1a1a;margin:24px 0 24px 0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.entry-content h3{font-size:22px;font-weight:500;line-height:1.3;color:#1a1a1a;margin:32px 0 16px 0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.entry-content h4{font-size:18px;font-weight:500;line-height:1.3;color:#1a1a1a;margin:24px 0 12px 0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.entry-content ul,.entry-content ol{margin:0 0 24px 0;padding-left:24px;color:#333}.entry-content li{line-height:1.75;color:#333}.entry-content a{color:#5dade2;text-decoration:none;transition:color .3s ease}.entry-content a:hover{color:#1a4d7a;text-decoration:underline}.entry-content strong{font-weight:600;color:#1a1a1a}.entry-content blockquote{border-left:4px solid #5dade2;padding-left:24px;margin:24px 0;font-style:italic;color:#666}.entry-content table{width:100%;border-collapse:collapse;margin:24px 0}.entry-content table th,.entry-content table td{padding:12px;border:1px solid rgba(0,0,0,.08);text-align:left}.entry-content table th{background:#fafafa;font-weight:600;color:#1a1a1a}.entry-content table td{color:#333}.entry-content code{background:#fafafa;padding:2px 6px;border-radius:4px;font-family:"Courier New",monospace;font-size:14px;color:#5dade2}.entry-content pre{background:#fafafa;padding:16px;border-radius:8px;overflow-x:auto;margin:24px 0}.entry-content pre code{background:rgba(0,0,0,0);padding:0;color:#333}.entry-footer{margin-top:48px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}.page-links{margin:32px 0;font-size:14px;color:#666}.page-links a{color:#5dade2;text-decoration:none;margin:0 4px}.page-links a:hover{color:#1a4d7a;text-decoration:underline}.page-id-privacy-policy .entry-content,.page-slug-privacy-policy .entry-content{max-width:1000px}.page-id-privacy-policy .entry-content section,.page-slug-privacy-policy .entry-content section{margin-bottom:48px}.page-id-privacy-policy .entry-content h2,.page-slug-privacy-policy .entry-content h2{color:#1a4d7a;border-bottom:2px solid rgba(93,173,226,.2);padding-bottom:12px}@media(max-width: 967px){.site-main{padding:104px 16px 40px}.entry-header{margin-bottom:32px;padding-bottom:16px}.entry-title{font-size:32px}.entry-content{font-size:15px}.entry-content h2{font-size:24px;margin:32px 0 16px 0}.entry-content h3{font-size:20px;margin:24px 0 12px 0}.entry-content h4{font-size:18px;margin:20px 0 10px 0}.blog-pagination{margin-top:48px;padding:0 16px}.blog-pagination .page-numbers{gap:6px}.blog-pagination .page-numbers a,.blog-pagination .page-numbers span{min-width:36px;height:36px;padding:0 10px;font-size:14px}}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border:none;padding:0;margin:2em 0}.artigo-hero{position:relative;padding:clamp(90px,15vw,120px) 20px clamp(30px,6vw,50px);background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.artigo-hero-background{position:absolute;top:20%;left:10%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.artigo-hero-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.artigo-hero-back-button{margin-bottom:24px}.artigo-back-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:50px;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif}.artigo-back-link:hover{background:hsla(0,0%,100%,.25);transform:translateX(-4px)}.artigo-hero-content-wrapper{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.artigo-hero-main{display:flex;flex-direction:column;gap:16px}.artigo-hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.artigo-tag-item{padding:6px 14px;background:hsla(0,0%,100%,.25);backdrop-filter:blur(10px);color:#fff;font-size:12px;font-weight:600;border-radius:50px;font-family:"Inter",sans-serif}.artigo-hero-title{color:#fff;font-size:clamp(28px,7vw,48px);font-weight:800;line-height:1.15;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px}.artigo-hero-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;color:hsla(0,0%,100%,.95);font-size:15px;font-family:"Inter",sans-serif}.artigo-meta-date,.artigo-meta-time{display:flex;align-items:center;gap:6px}.artigo-meta-separator{color:hsla(0,0%,100%,.6)}.artigo-hero-image{width:200px;height:200px;border-radius:16px;overflow:hidden;box-shadow:0px 20px 40px rgba(0,0,0,.3);border:3px solid hsla(0,0%,100%,.3);flex-shrink:0}.artigo-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.artigo-content-section{padding:0 20px 0px 20px;background:#fff}.artigo-content{padding:clamp(30px,6vw,50px) 20px clamp(50px,10vw,100px);background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)}.artigo-breadcrumb{max-width:1200px;margin:0 auto 32px;padding:0 20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.breadcrumb-link{color:rgba(33,87,132,.7);text-decoration:none;font-size:14px;font-family:"Inter",sans-serif;transition:color .3s ease}.breadcrumb-link.breadcrumb-back:hover{color:#5dade2}.breadcrumb-separator{color:rgba(33,87,132,.4);display:flex;align-items:center}.breadcrumb-current{color:#215784;font-size:14px;font-weight:600;font-family:"Inter",sans-serif}.artigo-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 350px;gap:48px;align-items:start}.artigo-main{min-width:0}.artigo-header{margin-bottom:32px}.artigo-category{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(93,173,226,.15);border:1px solid rgba(93,173,226,.3);border-radius:50px;color:#5dade2;font-size:14px;font-weight:600;margin-bottom:16px;font-family:"Inter",sans-serif}.artigo-category svg{flex-shrink:0}.artigo-title{font-size:clamp(28px,6vw,42px);font-weight:800;color:#215784;line-height:1.2;margin:0 0 20px;font-family:"Inter",sans-serif}.artigo-meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:16px}.meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(33,87,132,.7);font-family:"Inter",sans-serif}.meta-item svg{flex-shrink:0;color:#5dade2}.artigo-intro{margin-bottom:32px;padding:24px;background:linear-gradient(135deg, rgba(93, 173, 226, 0.08) 0%, rgba(33, 87, 132, 0.08) 100%);border-radius:16px;border-left:4px solid rgba(93,173,226,.5)}.artigo-intro p{font-size:clamp(16px,3vw,18px);line-height:1.7;color:rgba(33,87,132,.8);margin:0;font-family:"Inter",sans-serif;font-style:italic}.artigo-content-container{max-width:900px;margin:0 auto}.artigo-content-main{margin-top:50px}.artigo-content-text{font-size:clamp(16px,3.5vw,18px);line-height:1.8;color:#333;font-family:"Inter",sans-serif}.artigo-content-text p{margin-bottom:20px}.artigo-content-text h2{font-size:clamp(22px,5vw,28px);font-weight:700;color:#215784;margin-top:40px;margin-bottom:16px;line-height:1.3}.artigo-content-text h3{font-size:clamp(18px,4vw,22px);font-weight:700;color:#215784;margin-top:32px;margin-bottom:12px}.artigo-content-text h4{font-size:clamp(16px,3.5vw,20px);font-weight:700;color:#215784;margin-top:24px;margin-bottom:10px}.artigo-content-text ul,.artigo-content-text ol{margin:20px 0;padding-left:24px}.artigo-content-text li{margin-bottom:12px;line-height:1.7}.artigo-content-text pre{background:rgba(93,173,226,.05);border-left:4px solid #5dade2;padding:20px;border-radius:12px;overflow-x:auto;margin:24px 0;font-family:"Courier New",monospace;font-size:14px;line-height:1.6}.artigo-content-text code{background:rgba(93,173,226,.1);padding:2px 8px;border-radius:4px;font-family:"Courier New",monospace;font-size:.9em;color:#215784}.artigo-content-text pre code{background:none;padding:0}.artigo-content-text a{color:#5dade2;text-decoration:none;border-bottom:1px solid rgba(93,173,226,.3);transition:all .3s ease}.artigo-content-text a:hover{color:#215784;border-bottom-color:rgba(33,87,132,.5)}.artigo-content-text blockquote{border-left:4px solid #5dade2;padding:20px 24px;margin:32px 0;font-style:italic;color:rgba(33,87,132,.7);background:rgba(93,173,226,.05);border-radius:8px}.artigo-content-text img{max-width:100%;height:auto;border-radius:12px;margin:24px 0}.artigo-page-links{margin:40px 0;padding:20px;background:rgba(93,173,226,.05);border-radius:12px;font-family:"Inter",sans-serif}.artigo-author-bio{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);padding:clamp(24px,5vw,32px);margin-top:60px;display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}.artigo-author-avatar{flex-shrink:0}.artigo-author-avatar img{width:80px;height:80px;border-radius:50%;border:3px solid rgba(93,173,226,.2);object-fit:cover}.artigo-author-info{flex:1;min-width:200px}.artigo-author-name{font-size:clamp(18px,4vw,22px);font-weight:700;color:#215784;margin:0 0 8px 0;font-family:"Inter",sans-serif}.artigo-author-description{font-size:15px;color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.artigo-related-section{padding:clamp(50px,10vw,80px) 20px;background:#fff}.artigo-related-container{max-width:1200px;margin:0 auto}.artigo-related-title{color:#215784;font-size:clamp(24px,6vw,36px);font-weight:800;margin-bottom:40px;text-align:center;font-family:"Inter",sans-serif}.artigo-related-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(min(100%, 320px), 1fr));gap:clamp(24px,5vw,32px)}.artigo-related-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:all .3s ease}.artigo-related-card:hover{transform:translateY(-5px);box-shadow:0px 20px 60px rgba(33,87,132,.15)}.artigo-related-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;cursor:pointer}.artigo-related-card-image{width:100%;height:220px;overflow:hidden}.artigo-related-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.artigo-related-card:hover .artigo-related-card-image img{transform:scale(1.05)}.artigo-related-card-content{padding:clamp(20px,4vw,24px);flex:1;display:flex;flex-direction:column}.artigo-related-card-tags{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.artigo-related-card-heading{font-size:clamp(17px,4vw,20px);font-weight:700;color:#215784;margin-bottom:12px;line-height:1.3;flex:0;font-family:"Inter",sans-serif}.artigo-related-card-excerpt{font-size:clamp(14px,3vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin-bottom:16px;flex:1;font-family:"Inter",sans-serif}.artigo-related-card-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:rgba(33,87,132,.6);flex-wrap:wrap;margin-bottom:16px;font-family:"Inter",sans-serif}.artigo-related-card-author{font-weight:600;font-size:12px}.artigo-related-card-separator{color:rgba(33,87,132,.4)}.artigo-related-card-date,.artigo-related-card-time{display:flex;align-items:center;gap:4px;font-size:12px}.artigo-related-card-link{display:flex;align-items:center;gap:6px;color:#215784;font-size:14px;font-weight:600;width:fit-content;margin-top:auto;transition:all .3s ease;font-family:"Inter",sans-serif}.artigo-related-card:hover .artigo-related-card-link{color:#5dade2;transform:translateX(4px)}.artigo-tag-item-small{padding:4px 10px;background:rgba(93,173,226,.15);color:#215784;font-size:11px;font-weight:600;border-radius:50px;font-family:"Inter",sans-serif}.artigo-sidebar{position:sticky;top:120px;align-self:start}.sidebar-section{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.1);border-radius:20px;padding:clamp(24px,4vw,32px);margin-bottom:24px;box-shadow:0 10px 40px rgba(33,87,132,.08)}.sidebar-section h3{font-size:clamp(18px,3vw,20px);font-weight:700;color:#215784;margin:0 0 20px;font-family:"Inter",sans-serif}.career-details{display:flex;flex-direction:column;gap:16px}.career-detail-item{display:flex;flex-direction:column;gap:4px;padding-bottom:16px;border-bottom:1px solid rgba(93,173,226,.1)}.career-detail-item:last-child{border-bottom:none;padding-bottom:0}.career-detail-item strong{font-size:13px;font-weight:600;color:rgba(33,87,132,.7);text-transform:uppercase;letter-spacing:.5px;font-family:"Inter",sans-serif}.career-detail-item span{font-size:15px;color:#215784;font-weight:500;font-family:"Inter",sans-serif}.related-article{padding:16px;background:rgba(93,173,226,.05);border-radius:12px;margin-bottom:12px;transition:all .3s ease}.related-article:hover{background:rgba(93,173,226,.1);transform:translateX(4px)}.related-article h4{margin:0 0 8px;font-size:15px;font-weight:600;font-family:"Inter",sans-serif}.related-article h4 a{color:#215784;text-decoration:none;transition:color .3s ease}.related-article h4 a:hover{color:#5dade2}.related-content{display:flex;flex-direction:column;gap:8px}.related-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:rgba(33,87,132,.6);font-family:"Inter",sans-serif}.blog-read-more{display:inline-flex;align-items:center;gap:6px;color:#5dade2;font-size:14px;font-weight:600;text-decoration:none;margin-top:16px;transition:all .3s ease;font-family:"Inter",sans-serif}.blog-read-more:hover{color:#215784;transform:translateX(4px)}@media(max-width: 768px){.artigo-hero{padding:104px 16px 50px}.artigo-hero-content-wrapper{grid-template-columns:1fr;text-align:center}.artigo-hero-image{width:100%;max-width:200px;height:200px;margin:0 auto}.artigo-hero-main{align-items:center}.artigo-hero-tags{justify-content:center}.artigo-content-main{margin-top:30px}.artigo-container{grid-template-columns:1fr;gap:32px}.artigo-sidebar{position:static}.artigo-breadcrumb{padding:0 16px}.artigo-author-bio{flex-direction:column;text-align:center;align-items:center}.artigo-author-info{text-align:center}.artigo-related-grid{grid-template-columns:1fr}}.maisempresa-page{width:100%;min-height:100vh;background-color:#f8fafc;overflow-x:hidden}.maisempresa-page .hero-section{width:100%;min-height:85vh;position:relative;padding-top:70px;display:flex;align-items:center;justify-content:center}.maisempresa-page .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);z-index:0}.maisempresa-page .hero-background::before{content:"";position:absolute;top:10%;left:10%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(60px)}.maisempresa-page .hero-background::after{content:"";position:absolute;bottom:20%;right:15%;width:300px;height:300px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(50px)}.maisempresa-page .hero-content{position:relative;z-index:1;text-align:center;padding:0 20px;max-width:900px}.maisempresa-page .hero-title{color:#fff;font-size:clamp(32px,8vw,56px);font-weight:800;text-align:center;text-transform:uppercase;line-height:1.2;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px}.maisempresa-page .hero-subtitle{color:hsla(0,0%,100%,.95);font-size:clamp(16px,4vw,20px);font-weight:400;text-align:center;line-height:1.6;margin:0 0 30px}.maisempresa-page .hero-image-wrapper{margin:0 auto 30px}.maisempresa-page .hero-image{width:100%;max-width:500px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2))}.maisempresa-page .hero-cta{padding:clamp(12px,2vw,14px) clamp(28px,6vw,40px);background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);border-radius:50px;color:#fff;font-size:clamp(16px,3vw,18px);font-weight:600;box-shadow:0 8px 30px rgba(33,87,132,.4);border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;margin-bottom:20px}.maisempresa-page .hero-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.5)}.maisempresa-page .solution-section{padding:clamp(40px,8vw,80px) clamp(20px,4vw,40px);background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.maisempresa-page .section-title{max-width:900px;color:#215784;font-size:clamp(28px,6vw,42px);font-weight:800;text-align:center;text-transform:uppercase;margin:0 auto 20px;line-height:1.2;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);background-clip:text}.maisempresa-page .section-description{color:rgba(33,87,132,.8);font-size:clamp(15px,3vw,18px);text-align:center;margin:0 auto 50px;line-height:1.7}.maisempresa-page .solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,30px);margin-bottom:50px;max-width:1200px;margin-left:auto;margin-right:auto}.maisempresa-page .solution-grid-services{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.maisempresa-page .solution-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-radius:24px;padding:clamp(24px,4vw,30px);box-shadow:0 10px 40px rgba(33,87,132,.08);border:1px solid rgba(93,173,226,.1);transition:all .3s ease;text-decoration:none;display:flex;flex-flow:column;color:inherit}.maisempresa-page .solution-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.maisempresa-page .solution-icon{width:clamp(60px,10vw,70px);height:clamp(60px,10vw,70px);background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(33, 87, 132, 0.1) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.maisempresa-page .solution-icon img{width:clamp(32px,6vw,40px);height:auto}.maisempresa-page .solution-card h3{font-size:clamp(18px,3vw,20px);font-weight:700;color:#215784;margin:0 0 12px;line-height:1.3}.maisempresa-page .solution-card p{font-size:clamp(14px,2.5vw,15px);color:rgba(33,87,132,.7);margin:0 0 12px 0;line-height:1.7}.maisempresa-page .solution-card-link-more{color:#5dade2;font-weight:600;margin-top:auto;display:block;font-size:clamp(14px,2.5vw,15px)}.maisempresa-page .section-cta{text-align:center}.maisempresa-page .btn-primary{padding:clamp(14px,2.5vw,16px) clamp(32px,6vw,44px);background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);border-radius:50px;color:#fff;font-size:clamp(16px,3vw,18px);font-weight:600;box-shadow:0 8px 30px rgba(33,87,132,.3);border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none}.maisempresa-page .btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.maisempresa-page .situations-section{padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px);background:#fff}.maisempresa-page .sectors-section{background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);padding:4rem 0}.maisempresa-page .sectors-section .sectors-container{max-width:1200px;margin:0 auto;padding:0 2rem}.maisempresa-page .sectors-section .section-title,.maisempresa-page .sectors-section .section-description{text-align:center}.maisempresa-page .sectors-section .section-title{margin-bottom:1rem;color:#fff;background:none}.maisempresa-page .sectors-section .section-description{margin-bottom:3rem;color:hsla(0,0%,100%,.9)}.maisempresa-page .sectors-section .solution-card.solution-card-sector{background:#fff;border:1px solid hsla(0,0%,100%,.25);box-shadow:0 10px 30px rgba(15,23,42,.25)}.maisempresa-page .sectors-section .solution-card.solution-card-sector .solution-icon{font-size:3rem;margin-bottom:1rem;background:rgba(0,0,0,0)}.maisempresa-page .situations-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(30px,6vw,60px);align-items:center}.maisempresa-page .situations-image{width:100%;max-width:500px;margin:0 auto;height:auto;filter:drop-shadow(0 20px 40px rgba(33, 87, 132, 0.1))}.maisempresa-page .situation-item{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);box-shadow:0 4px 20px rgba(33,87,132,.08);border-radius:20px;padding:clamp(16px,3vw,20px) clamp(20px,3.5vw,24px);margin-bottom:16px;display:flex;align-items:flex-start;gap:clamp(12px,2.5vw,16px);border:1px solid rgba(93,173,226,.1);transition:all .3s ease}.maisempresa-page .situation-item:hover{transform:translateX(5px);box-shadow:0 6px 25px rgba(33,87,132,.12)}.maisempresa-page .situation-icon{width:clamp(40px,8vw,50px);height:clamp(40px,8vw,50px);background:linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.maisempresa-page .situation-icon img{width:clamp(22px,4vw,28px);height:auto}.maisempresa-page .situation-item h4{font-size:clamp(15px,2.8vw,16px);font-weight:700;color:#215784;margin:0 0 6px;line-height:1.4}.maisempresa-page .situation-item p{font-size:clamp(13px,2.5vw,14px);font-weight:500;color:rgba(33,87,132,.7);margin:0;line-height:1.6}.maisempresa-page .crm-solution-section{padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px);background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);position:relative;overflow:hidden}.maisempresa-page .crm-background-decoration{position:absolute;top:5%;right:5%;width:500px;height:500px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.maisempresa-page .crm-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.maisempresa-page .crm-title{color:#fff;font-size:clamp(28px,6vw,42px);font-weight:800;text-transform:uppercase;max-width:700px;margin-bottom:clamp(24px,4vw,40px);line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.1)}.maisempresa-page .crm-solution-grid{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,40px);margin-bottom:clamp(30px,5vw,50px)}.maisempresa-page .crm-description{color:hsla(0,0%,100%,.95);font-size:clamp(14px,2.8vw,16px);line-height:1.8}.maisempresa-page .crm-features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:clamp(16px,3vw,20px)}.maisempresa-page .crm-feature-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-radius:20px;padding:clamp(20px,3.5vw,24px);box-shadow:0 8px 30px rgba(0,0,0,.15);text-align:center;transition:all .3s ease}.maisempresa-page .crm-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.2)}.maisempresa-page .crm-feature-icon{width:clamp(50px,9vw,60px);height:clamp(50px,9vw,60px);background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(33, 87, 132, 0.1) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.maisempresa-page .crm-feature-icon img{height:clamp(28px,5vw,34px);width:auto}.maisempresa-page .crm-feature-card h4{color:#215784;font-size:clamp(15px,2.8vw,16px);font-weight:700;margin:0 0 10px;line-height:1.3}.maisempresa-page .crm-feature-card p{color:rgba(33,87,132,.7);font-size:clamp(12px,2.5vw,13px);text-align:left;line-height:1.6;margin:0}.maisempresa-page .crm-cta-box{background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border-radius:24px;padding:clamp(24px,4vw,30px) clamp(24px,5vw,40px);display:flex;flex-direction:column;align-items:center;gap:clamp(20px,3vw,24px);box-shadow:0 12px 40px rgba(0,0,0,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;text-align:center}.maisempresa-page .crm-cta-box:hover{transform:scale(1.02)}.maisempresa-page .crm-cta-box h3{max-width:700px;color:#fff;font-size:clamp(18px,4vw,24px);font-weight:700;line-height:1.4;margin:0}.maisempresa-page .partners-section{padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px);background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);text-align:center}.maisempresa-page .partners-container{max-width:1200px;margin:0 auto clamp(40px,6vw,60px)}.maisempresa-page .partners-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:clamp(16px,3vw,24px);margin-bottom:clamp(16px,3vw,24px)}.maisempresa-page .partner-logo{aspect-ratio:1;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(33,87,132,.06);border:1px solid rgba(93,173,226,.1);transition:all .3s ease}.maisempresa-page .partner-logo img{filter:grayscale(100%);opacity:.5}.maisempresa-page .partner-logo:hover{transform:scale(1.05);box-shadow:0 12px 30px rgba(33,87,132,.12)}.maisempresa-page .partner-placeholder{width:60%;height:30%;background:linear-gradient(135deg, rgba(93, 173, 226, 0.2) 0%, rgba(33, 87, 132, 0.2) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#215784;font-size:clamp(12px,2vw,14px);font-weight:600}.maisempresa-page .testimonials-section{padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px);background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);position:relative;overflow:hidden}.maisempresa-page .testimonials-background-decoration{position:absolute;bottom:10%;left:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.maisempresa-page .testimonials-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}.maisempresa-page .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:clamp(20px,4vw,30px);margin-bottom:clamp(30px,5vw,50px)}.maisempresa-page .testimonial-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:28.8px;border:1px solid hsla(0,0%,100%,.2);padding:clamp(24px,4vw,30px);text-align:left;box-shadow:0 12px 40px rgba(0,0,0,.15)}.maisempresa-page .testimonial-quote{width:clamp(40px,8vw,50px);height:clamp(40px,8vw,50px);background:linear-gradient(135deg, rgba(93, 173, 226, 0.2) 0%, rgba(33, 87, 132, 0.2) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:clamp(20px,4vw,24px);color:#215784}.maisempresa-page .testimonial-text{color:#215784;font-size:clamp(14px,2.8vw,16px);font-weight:500;margin:0 0 24px;line-height:1.7;font-style:italic}.maisempresa-page .testimonial-author{display:flex;align-items:center;gap:16px}.maisempresa-page .testimonial-avatar{width:clamp(40px,8vw,50px);height:clamp(40px,8vw,50px);background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);border-radius:50%}.maisempresa-page .testimonial-name{color:#215784;font-size:clamp(13px,2.5vw,14px);font-weight:700;margin:0}.maisempresa-page .testimonial-role{color:rgba(33,87,132,.6);font-size:clamp(12px,2.2vw,13px);margin:0}.maisempresa-page .testimonials-stats{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);border-radius:24px;padding:clamp(30px,5vw,40px);display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:clamp(20px,4vw,30px);box-shadow:0 12px 40px rgba(0,0,0,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.maisempresa-page .stat-item{text-align:center;color:#fff}.maisempresa-page .stat-value{font-size:clamp(36px,8vw,48px);font-weight:800;margin-bottom:10px;color:#f6f8fa}.maisempresa-page .stat-label{font-size:clamp(14px,2.8vw,16px);color:#cfdfed;line-height:1.5}.maisempresa-page .cta-bottom-section .stat-value{color:#215784}.maisempresa-page .cta-bottom-section .stat-label{color:#215784}.maisempresa-page .contact-section{padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px);background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.maisempresa-page .contact-form-wrapper{max-width:900px;margin:0 auto;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border-radius:32px;padding:clamp(30px,5vw,50px);box-shadow:0 20px 60px rgba(33,87,132,.2);position:relative;overflow:hidden}.maisempresa-page .contact-form-background{position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}.maisempresa-page .contact-form-content{position:relative;z-index:1}.maisempresa-page .contact-form-content h2{color:#fff;font-size:clamp(28px,6vw,38px);font-weight:800;text-transform:uppercase;margin:0 0 12px;line-height:1.2}.maisempresa-page .contact-form-content p{color:hsla(0,0%,100%,.95);font-size:clamp(14px,2.8vw,16px)}.maisempresa-page .cta-bottom-section{padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px) clamp(50px,10vw,80px);background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.maisempresa-page .cta-bottom-wrapper{max-width:1200px;margin:0 auto;border-radius:clamp(24px,5vw,40px);background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);padding:clamp(40px,6vw,60px) clamp(30px,5vw,50px);position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(33,87,132,.25)}.maisempresa-page .cta-bottom-background{position:absolute;top:10%;right:10%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.maisempresa-page .cta-bottom-content{position:relative;z-index:1;max-width:900px}.maisempresa-page .cta-badge{display:inline-flex;align-items:center;gap:10px;padding:clamp(10px,2vw,12px) clamp(20px,4vw,28px);background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:50px;margin-bottom:clamp(24px,5vw,40px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.maisempresa-page .cta-badge img{width:clamp(20px,4vw,24px);height:auto}.maisempresa-page .cta-badge span{color:#215784;font-size:clamp(16px,3vw,18px);font-weight:600}.maisempresa-page .cta-bottom-content h2{color:#fff;font-size:clamp(28px,6vw,42px);font-weight:800;margin-bottom:clamp(20px,4vw,24px);line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.1)}.maisempresa-page .cta-bottom-content p{color:hsla(0,0%,100%,.95);font-size:clamp(16px,3vw,18px);max-width:700px;margin-bottom:clamp(30px,5vw,40px);line-height:1.7}.maisempresa-page .cta-stats{margin-top:clamp(30px,6vw,50px);background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);border-radius:24px;padding:clamp(30px,5vw,40px);display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:clamp(20px,4vw,30px);box-shadow:0 12px 40px rgba(0,0,0,.15);backdrop-filter:blur(10px)}@media(min-width: 769px){.maisempresa-page .situations-grid{grid-template-columns:1fr 1fr !important}.maisempresa-page .crm-solution-grid{grid-template-columns:1fr 1fr !important}.maisempresa-page .crm-cta-box{flex-direction:row !important;text-align:left !important}.maisempresa-page .form-submit-wrapper{justify-content:flex-end}.maisempresa-page .btn-submit{width:auto !important}}@media(max-width: 768px){.maisempresa-page .solution-grid{grid-template-columns:1fr}.maisempresa-page .partner-logo{aspect-ratio:4/2}.maisempresa-page .desktop-nav{display:none !important}.maisempresa-page .desktop-cta{display:none !important}.maisempresa-page .mobile-menu-btn{display:block !important}}@media(min-width: 769px){.maisempresa-page .mobile-menu-btn{display:none !important}}.maisempresa-page img.broken-image-fallback{position:relative;display:inline-block;background:#f9fafb;border:1px solid #e5e7eb;object-fit:none;object-position:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.blog-hero{position:relative;padding:clamp(90px,15vw,120px) 20px clamp(50px,10vw,80px);background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.blog-hero-background{position:absolute;top:20%;left:10%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.blog-hero-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.blog-hero-content{text-align:center;margin-bottom:40px}.blog-tag{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;padding:8px 20px;margin-bottom:24px;font-family:"Inter",sans-serif}.blog-tag-text{color:hsla(0,0%,100%,.95);font-size:clamp(13px,2.5vw,14px);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.6);border-radius:50%;flex-shrink:0}.blog-tag-subtext{color:hsla(0,0%,100%,.85);font-size:clamp(13px,2.5vw,14px);font-weight:500}.blog-title{color:#fff;font-size:clamp(32px,8vw,56px);font-weight:800;text-align:center;line-height:1.15;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px}.blog-subtitle{color:hsla(0,0%,100%,.95);font-size:clamp(16px,4vw,20px);font-weight:400;text-align:center;line-height:1.6;margin:0 auto;max-width:700px}.blog-search{position:relative;max-width:600px;margin:0 auto}.blog-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;z-index:2;pointer-events:none;color:rgba(33,87,132,.5)}.blog-search-input{width:100%;padding:16px 20px 16px 52px;font-size:16px;border:none;border-radius:50px;background:hsla(0,0%,100%,.95);box-shadow:0 8px 30px rgba(0,0,0,.15);outline:none;transition:all .3s ease;font-family:"Inter",sans-serif;color:#215784}.blog-search-input:focus{box-shadow:0 10px 35px rgba(0,0,0,.2)}.blog-search-input::placeholder{color:rgba(33,87,132,.5)}.blog-featured-section{padding:clamp(50px,10vw,80px) 20px clamp(20px,4vw,24px);background:#fff}.blog-featured-container{max-width:1200px;margin:0 auto}.blog-featured-title{color:#215784;font-size:clamp(24px,6vw,36px);font-weight:800;margin-bottom:32px;text-align:center}.blog-featured-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);overflow:hidden;transition:all .3s ease}.blog-featured-card:hover{transform:translateY(-5px);box-shadow:0px 20px 60px rgba(33,87,132,.15)}.blog-featured-card-link{display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important;text-decoration:none;color:inherit;cursor:pointer;height:100%}@media(max-width: 768px){.blog-featured-card-link{grid-template-columns:1fr !important}}.blog-featured-card-image,.blog-featured-card .blog-featured-image{width:100%;height:100%;min-height:300px;overflow:hidden}.blog-featured-card-image img,.blog-featured-card .blog-featured-image img{width:100%;height:100%;object-fit:cover}.blog-featured-card-link .blog-featured-card-content,.blog-featured-card-link .blog-featured-content,.blog-featured-card .blog-featured-card-link .blog-featured-content{padding:clamp(32px,6vw,48px) !important;display:flex !important;flex-direction:column !important;gap:16px !important;justify-content:center !important}.blog-featured-card-tags,.blog-featured-card .blog-featured-tags{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.blog-featured-card-heading,.blog-featured-card .blog-featured-heading{font-size:clamp(22px,5vw,32px);font-weight:800;color:#215784;margin-bottom:16px;line-height:1.3}.blog-featured-card-excerpt,.blog-featured-card .blog-featured-excerpt{font-size:clamp(15px,3.5vw,17px);color:rgba(33,87,132,.7);line-height:1.6;margin-bottom:24px}.blog-featured-card-meta,.blog-featured-card .blog-featured-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap;font-size:14px;color:rgba(33,87,132,.6)}.blog-featured-card-author{font-weight:600}.blog-featured-card-separator,.blog-featured-card .blog-featured-separator{color:rgba(33,87,132,.4)}.blog-featured-card-date,.blog-featured-card-time,.blog-featured-card .blog-featured-date,.blog-featured-card .blog-featured-time{display:flex;align-items:center;gap:4px}.blog-featured-card-button,.blog-featured-card .blog-featured-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);color:#fff;border-radius:50px;font-size:15px;font-weight:600;box-shadow:0 4px 15px rgba(33,87,132,.3);transition:all .3s ease;width:fit-content}.blog-featured-card:hover .blog-featured-card-button{transform:translateY(-2px);box-shadow:0 6px 20px rgba(33,87,132,.4)}.blog-tag-item{padding:6px 12px;background:rgba(93,173,226,.15);color:#215784;font-size:12px;font-weight:600;border-radius:50px}.blog-categories-section{padding:clamp(30px,6vw,50px) 20px;background:#fff}.blog-categories-container{max-width:1200px;margin:0 auto}.blog-categories-filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.blog-category-btn{padding:12px 24px;background:rgba(93,173,226,.1);color:#215784;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;text-decoration:none;box-shadow:none}.blog-category-btn.active{background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);color:#fff;box-shadow:0 4px 15px rgba(33,87,132,.3)}.blog-category-btn:hover{transform:scale(1.05)}.blog-content{padding:clamp(30px,6vw,50px) 20px clamp(50px,10vw,100px);background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)}.blog-articles-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill, minmax(min(100%, 320px), 1fr));gap:clamp(24px,5vw,32px)}.blog-article-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:all .3s ease}.blog-article-card:hover{transform:translateY(-5px);box-shadow:0px 20px 60px rgba(33,87,132,.15)}.blog-article-card-link-wrapper{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;cursor:pointer}.blog-article-card-image{width:100%;height:220px;overflow:hidden}.blog-article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-article-card:hover .blog-article-card-image img{transform:scale(1.05)}.blog-article-card-content{padding:clamp(20px,4vw,24px);flex:1;display:flex;flex-direction:column}.blog-article-card-tags{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.blog-article-card-title{font-size:clamp(17px,4vw,20px);font-weight:700;color:#215784;margin-bottom:12px;line-height:1.3;flex:0}.blog-article-card-excerpt{font-size:clamp(14px,3vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin-bottom:16px;flex:1}.blog-article-card-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:rgba(33,87,132,.6);flex-wrap:wrap;margin-bottom:16px}.blog-article-card-author{font-weight:600;font-size:12px}.blog-article-card-separator{color:rgba(33,87,132,.4)}.blog-article-card-date,.blog-article-card-time{display:flex;align-items:center;gap:4px;font-size:12px}.blog-article-card-link{display:flex;align-items:center;gap:6px;color:#215784;font-size:14px;font-weight:600;width:fit-content;margin-top:auto;transition:all .3s ease}.blog-article-card:hover .blog-article-card-link{color:#5dade2;transform:translateX(4px)}.blog-tag-item-small{padding:4px 10px;background:rgba(93,173,226,.15);color:#215784;font-size:11px;font-weight:600;border-radius:50px}.blog-no-posts{text-align:center;padding:60px 20px;color:rgba(33,87,132,.6)}.blog-no-posts-title{font-size:18px;font-weight:600;margin-bottom:8px}.blog-no-posts-text{font-size:14px}.blog-newsletter-section{padding:clamp(50px,10vw,80px) 20px;background:#fff}.blog-newsletter-container{max-width:1200px;margin:0 auto;max-width:700px;text-align:center}.blog-newsletter-title{color:#215784;font-size:clamp(28px,7vw,42px);font-weight:800;margin-bottom:16px;line-height:1.25}.blog-newsletter-description{color:rgba(33,87,132,.7);font-size:clamp(15px,3.5vw,18px);margin-bottom:32px;line-height:1.6}.blog-newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}.blog-newsletter-input{flex:1;min-width:250px;padding:14px 20px;font-size:15px;border:1px solid rgba(33,87,132,.2);border-radius:50px;background:hsla(0,0%,100%,.95);outline:none;font-family:"Inter",sans-serif;color:#215784}.blog-newsletter-input::placeholder{color:rgba(33,87,132,.5)}.blog-newsletter-button{padding:14px 32px;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);color:#fff;border-radius:50px;font-size:15px;font-weight:600;box-shadow:0 4px 15px rgba(33,87,132,.3);white-space:nowrap;border:none;cursor:pointer;transition:all .3s ease;font-family:"Inter",sans-serif}.blog-newsletter-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(33,87,132,.4)}.blog-pagination{max-width:1200px;margin:40px auto 0;text-align:center}.blog-pagination .page-numbers{display:inline-flex;gap:8px;list-style:none;padding:0;margin:0}.blog-pagination .page-numbers li{display:inline-block}.blog-pagination .page-numbers a,.blog-pagination .page-numbers span{display:inline-block;padding:8px 16px;border-radius:8px;text-decoration:none;color:#215784;font-weight:600;transition:all .3s ease}.blog-pagination .page-numbers a:hover{background:rgba(93,173,226,.1);color:#5dade2}.blog-pagination .page-numbers .current{background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);color:#fff}@media(max-width: 768px){.blog-hero{padding:104px 16px 50px}.blog-featured-card-link{grid-template-columns:1fr}.blog-featured-card-image{min-height:250px}.blog-articles-grid{grid-template-columns:1fr}.blog-newsletter-form{flex-direction:column}.blog-newsletter-input{width:100%}.blog-newsletter-button{width:100%}}.error-404-section{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:158px max(24px,(100% - 1408px)/2) 80px;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);position:relative;overflow:hidden;max-width:1920px;margin:0 auto}.error-404-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, rgba(93, 173, 226, 0.2) 0%, transparent 70%);pointer-events:none;z-index:0}.error-404-container{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:1}.error-404-content{text-align:center;color:#fff}.error-404-icon{margin-bottom:24px;color:#5dade2;opacity:.8;animation:float 3s ease-in-out infinite;display:flex;justify-content:center;align-items:center}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}.error-404-number{font-size:120px;font-weight:700;line-height:1;margin-bottom:24px;font-family:"Inter",sans-serif}.error-404-number .gradient-text{background:linear-gradient(135deg, #215784 0%, #4e97ca 50%, #5dade2 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.error-404-title{font-size:36px;font-weight:600;margin-bottom:16px;color:#fff;font-family:"Inter",sans-serif;line-height:1.2}.error-404-description{font-size:18px;line-height:1.6;color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto 48px;font-family:"Inter",sans-serif}.error-404-actions{display:flex;gap:16px;justify-content:center;margin-bottom:64px;flex-wrap:wrap}.error-404-button{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif;border:none;cursor:pointer}.error-404-button-primary{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);color:#fff;box-shadow:0 8px 30px rgba(33,87,132,.3)}.error-404-button-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.error-404-button-secondary{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.7)}.error-404-button-secondary:hover{background:hsla(0,0%,100%,.12)}.error-404-button .button-icon{width:16px;height:16px;transition:transform .3s ease}.error-404-button:hover .button-icon{transform:translateX(4px)}.error-404-posts{margin-top:64px;text-align:left;max-width:1100px;margin-left:auto;margin-right:auto;background:#fff;border-radius:24px;padding:32px 32px 36px;box-shadow:0 18px 40px rgba(15,23,42,.18)}.error-404-posts h3{font-size:24px;font-weight:700;margin-bottom:24px;color:#215784;font-family:"Inter",sans-serif;text-align:center}.error-404-posts-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px;max-width:1000px;margin:0 auto}.error-404-post-item{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;overflow:hidden;transition:all .3s ease}.error-404-post-item:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.3);border-color:rgba(93,173,226,.5)}.error-404-post-item:hover .error-404-post-image img{transform:scale(1.05)}.error-404-post-item-image{width:100%;height:200px;overflow:hidden;background:hsla(0,0%,100%,.05)}.error-404-post-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.error-404-post-item-content{padding:24px}.error-404-post-item-content h4{font-size:18px;font-weight:600;margin-bottom:12px;color:#215784;font-family:"Inter",sans-serif;line-height:1.4}.error-404-post-item-content h4 a{color:#215784;text-decoration:none;transition:color .3s ease}.error-404-post-item-content h4 a:hover{color:#5dade2}.error-404-post-item-content p{font-size:14px;line-height:1.6;color:rgba(33,87,132,.8);margin-bottom:16px;font-family:"Inter",sans-serif}.error-404-post-link{display:inline-flex;align-items:center;gap:6px;color:#5dade2;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;font-family:"Inter",sans-serif}.error-404-post-link:hover{color:#215784;text-decoration:underline}.error-404-post-link .link-icon{width:14px;height:14px;transition:transform .3s ease}@media(max-width: 1024px){.error-404-posts-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.error-404-section{padding:158px 24px 60px}.error-404-number{font-size:80px}.error-404-title{font-size:28px}.error-404-description{font-size:16px;margin-bottom:32px}.error-404-actions{flex-direction:column;align-items:stretch;margin-bottom:48px}.error-404-button{width:100%;justify-content:center}.error-404-posts{margin-top:48px}.error-404-posts h3{font-size:20px;margin-bottom:24px}.error-404-posts-grid{grid-template-columns:1fr;gap:20px}.error-404-post-content{padding:20px}}@media(max-width: 480px){.error-404-number{font-size:60px}.error-404-title{font-size:24px}.error-404-description{font-size:14px}}.career-hero-actions{margin-top:8px}.career-hero-spontaneous-link{display:inline-flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.9);text-decoration:none;font-size:clamp(15px,2.5vw,16px);font-family:"Inter",sans-serif;transition:all .3s ease;padding:14px 24px;border-radius:12px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.25);box-shadow:0 4px 15px rgba(0,0,0,.1)}.career-hero-spontaneous-link:hover{color:#fff;background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.4);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.career-hero-spontaneous-link:hover .career-hero-link-text{color:#fff}.career-hero-spontaneous-link:hover svg{transform:translateX(4px)}.career-hero-spontaneous-link svg{transition:transform .3s ease;flex-shrink:0}.career-hero-link-text{color:#fff;font-weight:700;transition:color .3s ease;font-size:clamp(15px,2.5vw,16px)}.careers-list{display:flex;flex-direction:column;gap:24px;max-width:1200px;margin:0 auto;padding:0 max(24px,(100% - 1408px)/2)}.career-item{display:flex;justify-content:space-between;align-items:center;padding:32px;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.1);border-radius:20px;transition:all .3s ease;gap:24px;box-shadow:0 10px 40px rgba(33,87,132,.08)}.career-item:hover{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.career-item-content{flex:1;display:flex;flex-direction:column;gap:12px}.career-item-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.career-item-header h3{margin:0;font-size:24px;font-weight:700;line-height:1.3;color:#215784;font-family:"Inter",sans-serif}.career-item-header h3 a{color:#215784;text-decoration:none;transition:color .3s ease}.career-item-header h3 a:hover{color:#5dade2}.career-item-action{flex-shrink:0}.career-department{padding:6px 12px;background:rgba(93,173,226,.2);border:1px solid rgba(93,173,226,.3);border-radius:6px;font-size:14px;color:#5dade2;font-weight:500;white-space:nowrap}.career-excerpt{font-size:16px;line-height:1.6;color:rgba(33,87,132,.8);margin:0;font-family:"Inter",sans-serif}.career-meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.career-meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(33,87,132,.7);font-family:"Inter",sans-serif}.career-meta-item svg{flex-shrink:0;color:#5dade2}.career-apply-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:16px;transition:all .3s ease;font-family:"Inter",sans-serif;white-space:nowrap;box-shadow:0 8px 30px rgba(33,87,132,.3)}.career-apply-link:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.career-no-posts{display:flex;justify-content:center;align-items:center;min-height:400px;padding:60px 24px}.career-no-posts-content{text-align:center;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:24px}.career-no-posts-content h2{font-size:32px;font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}.career-no-posts-content p{font-size:18px;line-height:1.6;color:rgba(33,87,132,.8);margin:0;font-family:"Inter",sans-serif}.career-no-posts-icon{width:64px;height:64px;color:#5dade2;opacity:.6;margin-bottom:8px}.career-no-posts-subtitle{font-size:16px !important;color:#99a1af !important;margin-top:-8px !important}.career-no-posts-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:8px}.career-spontaneous-button{display:inline-flex;align-items:center;gap:8px;padding:14px 40px;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:18px;transition:all .3s ease;font-family:"Inter",sans-serif;box-shadow:0 8px 30px rgba(33,87,132,.3)}.career-spontaneous-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.career-spontaneous-button:hover svg{transform:translateX(4px)}.career-spontaneous-button svg{transition:transform .3s ease}.career-back-link{color:#99a1af;text-decoration:none;font-size:16px;font-family:"Inter",sans-serif;transition:color .3s ease}.career-back-link:hover{color:#5dade2}.career-application{margin-top:48px;padding:clamp(32px,5vw,48px);background:linear-gradient(135deg, rgba(93, 173, 226, 0.08) 0%, rgba(33, 87, 132, 0.08) 100%);border-radius:24px;border:1px solid rgba(93,173,226,.15);text-align:center}.career-application h2{font-size:clamp(24px,4vw,32px);font-weight:800;color:#215784;margin:0 0 16px;font-family:"Inter",sans-serif}.career-application p{font-size:clamp(16px,3vw,18px);line-height:1.6;color:rgba(33,87,132,.8);margin:0 0 32px;font-family:"Inter",sans-serif}.career-apply-button{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);color:#fff;text-decoration:none;border:none;border-radius:50px;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;font-family:"Inter",sans-serif;box-shadow:0 8px 30px rgba(33,87,132,.3)}.career-apply-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.career-apply-button:active{transform:translateY(0)}body.modal-open{overflow:hidden}.career-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow-y:auto}.career-modal.active{display:flex;align-items:center;justify-content:center}.career-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);z-index:1}.career-modal-container{position:relative;z-index:2;width:100%;max-width:900px;margin:40px auto;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border-radius:32px;box-shadow:0 20px 60px rgba(33,87,132,.3);overflow:hidden;position:relative}.career-modal-container::before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}.career-modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10}.career-modal-close:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);transform:rotate(90deg)}.career-modal-content{padding:clamp(30px,5vw,50px);position:relative;z-index:1}.career-modal-header{text-align:center;margin-bottom:clamp(30px,5vw,40px);position:relative;z-index:1}.career-modal-header h2{font-size:clamp(28px,6vw,38px);font-weight:800;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif;line-height:1.2;text-transform:uppercase;position:relative;z-index:2}.career-modal-header p{font-size:clamp(14px,2.8vw,16px);line-height:1.6;color:hsla(0,0%,100%,.95);margin:0;font-family:"Inter",sans-serif;position:relative;z-index:2}.career-modal-form{max-width:100%;position:relative;z-index:1}.career-modal-form .candidatura-form-wrapper,.career-modal-form .wpcf7{background:rgba(0,0,0,0);border:none;padding:0}.career-modal-form .form-header{display:none}.career-modal-form .form-container{background:none !important;border:none !important;border-radius:0 !important;padding:0 !important}@media(max-width: 768px){.careers-list{gap:16px;padding:0 24px}.career-item{flex-direction:column;align-items:flex-start;padding:24px;gap:16px}.career-item-header{flex-direction:column;align-items:flex-start;gap:12px}.career-item-header h3{font-size:20px}.career-item-action{width:100%}.career-excerpt{font-size:14px}.career-meta{gap:12px}.career-apply-link{width:100%;justify-content:center}.career-modal-container{margin:20px;border-radius:12px}.career-modal-content{padding:32px 24px}.career-modal-header h2{font-size:24px}.career-modal-form .form-row,.candidatura-form-wrapper .form-row{grid-template-columns:1fr}.career-modal-close{top:16px;right:16px;width:36px;height:36px}}@media(max-width: 480px){.career-item{padding:20px}.career-item-header h3{font-size:18px}.career-meta{flex-direction:column;align-items:flex-start;gap:8px}.career-no-posts{padding:40px 20px}.career-no-posts-content h2{font-size:24px}.career-no-posts-content p{font-size:16px}.career-spontaneous-button{width:100%;justify-content:center;font-size:16px;padding:14px 24px}.career-hero-spontaneous-link{font-size:14px;padding:10px 16px}}.candidatura-container{max-width:1200px;margin:0 auto;padding:0 max(24px,(100% - 1408px)/2);display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}.candidatura-info{position:sticky;top:120px}.candidatura-info h2{font-size:clamp(24px,3vw,32px);font-weight:700;color:#215784;margin-bottom:32px;font-family:"Inter",sans-serif;line-height:1.2}.candidatura-benefits{display:flex;flex-direction:column;gap:24px}.benefit-item{display:flex;gap:16px;padding:clamp(20px,4vw,24px);background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.benefit-item:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.benefit-item svg{flex-shrink:0;color:#5dade2;width:24px;height:24px}.benefit-item h3{font-size:clamp(17px,2.5vw,18px);font-weight:700;color:#215784;margin:0 0 8px 0;font-family:"Inter",sans-serif}.benefit-item p{font-size:clamp(14px,2vw,15px);line-height:1.6;color:rgba(33,87,132,.7);margin:0;font-family:"Inter",sans-serif}.candidatura-form-wrapper{background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border-radius:32px;padding:clamp(30px,5vw,50px);box-shadow:0 20px 60px rgba(33,87,132,.2);position:relative;overflow:hidden}.candidatura-form-wrapper::before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}.candidatura-form-wrapper .form-header{margin-bottom:clamp(30px,5vw,40px);text-align:center;position:relative;z-index:1}.candidatura-form-wrapper .form-header h2{font-size:clamp(28px,6vw,38px);font-weight:800;color:#fff;margin:0 0 12px;font-family:"Inter",sans-serif;line-height:1.2;text-transform:uppercase;position:relative;z-index:2}.candidatura-form-wrapper .form-header p{font-size:clamp(14px,2.8vw,16px);line-height:1.6;color:hsla(0,0%,100%,.95);margin:0;font-family:"Inter",sans-serif;position:relative;z-index:2}.candidatura-form-wrapper .wpcf7,.career-modal-form .wpcf7{max-width:100%}.candidatura-form-wrapper .wpcf7-form,.career-modal-form .wpcf7-form{display:flex;flex-direction:column;gap:clamp(16px,3vw,20px);position:relative;z-index:1}.candidatura-form-wrapper .wpcf7-form p,.career-modal-form .wpcf7-form p{margin:0}.candidatura-form-wrapper .wpcf7-form br,.career-modal-form .wpcf7-form br{display:none}.candidatura-form-wrapper .form-row,.career-modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.candidatura-form-wrapper .form-group,.career-modal-form .form-group{display:flex;flex-direction:column}.candidatura-form-wrapper .form-group.full-width,.career-modal-form .form-group.full-width{grid-column:1/-1}.candidatura-form-wrapper .wpcf7-form-control-wrap,.career-modal-form .wpcf7-form-control-wrap{display:block;width:100%}.candidatura-form-wrapper .wpcf7-form-control,.career-modal-form .wpcf7-form-control{width:100% !important;display:block !important;padding:12px 16px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;color:#fff;font-size:clamp(14px,2.5vw,15px);font-family:"Inter",sans-serif;transition:all .3s ease;box-sizing:border-box}.candidatura-form-wrapper .wpcf7-form-control.wpcf7-acceptance,.career-modal-form .wpcf7-form-control.wpcf7-acceptance{background:none;padding:0;border:none}.candidatura-form-wrapper .wpcf7-form-control:focus,.career-modal-form .wpcf7-form-control:focus{outline:none;background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.candidatura-form-wrapper .wpcf7-form-control::placeholder,.career-modal-form .wpcf7-form-control::placeholder{color:hsla(0,0%,100%,.6)}.candidatura-form-wrapper .wpcf7-form-control.wpcf7-not-valid,.career-modal-form .wpcf7-form-control.wpcf7-not-valid{border-color:rgba(239,68,68,.8) !important}.candidatura-form-wrapper .wpcf7-textarea,.career-modal-form .wpcf7-textarea{min-height:120px;resize:vertical;font-family:"Inter",sans-serif}.candidatura-form-wrapper .wpcf7-select,.career-modal-form .wpcf7-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%235dade2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;cursor:pointer}.candidatura-form-wrapper .wpcf7-select option,.career-modal-form .wpcf7-select option{background:#fff;color:#215784;padding:12px}.candidatura-form-wrapper .wpcf7-select option:hover,.candidatura-form-wrapper .wpcf7-select option:checked,.candidatura-form-wrapper .wpcf7-select option:focus,.career-modal-form .wpcf7-select option:hover,.career-modal-form .wpcf7-select option:checked,.career-modal-form .wpcf7-select option:focus{background:#f8fafc;color:#5dade2}.candidatura-form-wrapper .wpcf7-file,.career-modal-form .wpcf7-file{padding:12px;cursor:pointer;color:#fff}.candidatura-form-wrapper .wpcf7-file::-webkit-file-upload-button,.career-modal-form .wpcf7-file::-webkit-file-upload-button{padding:8px 16px;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;color:#fff;font-weight:600;cursor:pointer;margin-right:12px;font-family:"Inter",sans-serif;transition:all .3s ease}.candidatura-form-wrapper .wpcf7-file::-webkit-file-upload-button:hover,.career-modal-form .wpcf7-file::-webkit-file-upload-button:hover{background:hsla(0,0%,100%,.3)}.candidatura-form-wrapper label,.career-modal-form label{display:block;font-size:clamp(13px,2.5vw,14px);font-weight:500;color:#fff;margin-bottom:6px;font-family:"Inter",sans-serif}.candidatura-form-wrapper small,.career-modal-form small{display:block;margin-top:8px;font-size:clamp(13px,2.5vw,14px);color:hsla(0,0%,100%,.9);font-family:"Inter",sans-serif;font-weight:500;line-height:1.5}.candidatura-form-wrapper .wpcf7-submit,.career-modal-form .wpcf7-submit{background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border:none;border-radius:50px;padding:14px 40px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:"Inter",sans-serif;box-shadow:rgba(0,0,0,.15) 0px 8px 25px 0px;white-space:nowrap;display:inline-block;width:auto;max-width:fit-content;margin-top:16px}.candidatura-form-wrapper .wpcf7-submit:hover:not(:disabled),.career-modal-form .wpcf7-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:rgba(0,0,0,.2) 0px 10px 30px 0px}.candidatura-form-wrapper .wpcf7-submit:active:not(:disabled),.career-modal-form .wpcf7-submit:active:not(:disabled){transform:translateY(0)}.candidatura-form-wrapper .wpcf7-submit:disabled,.career-modal-form .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed}.candidatura-form-wrapper .form-submit-wrapper,.career-modal-form .form-submit-wrapper{display:flex;justify-content:flex-end;margin-top:16px;grid-column:1/-1}.candidatura-form-wrapper .form-submit-wrapper p,.career-modal-form .form-submit-wrapper p{display:flex;flex-flow:row-reverse;margin:0;width:auto;justify-content:flex-end}.candidatura-form-wrapper .wpcf7-response-output,.career-modal-form .wpcf7-response-output{padding:16px;border-radius:12px;margin-top:24px;font-family:"Inter",sans-serif;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3)}.candidatura-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok,.career-modal-form .wpcf7-response-output.wpcf7-mail-sent-ok{background:rgba(34,197,94,.2);border:1px solid rgba(34,197,94,.4);color:#fff}.candidatura-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ng,.candidatura-form-wrapper .wpcf7-response-output.wpcf7-aborted,.candidatura-form-wrapper .wpcf7-response-output.wpcf7-spam,.candidatura-form-wrapper .wpcf7-response-output.wpcf7-validation-errors,.career-modal-form .wpcf7-response-output.wpcf7-mail-sent-ng,.career-modal-form .wpcf7-response-output.wpcf7-aborted,.career-modal-form .wpcf7-response-output.wpcf7-spam,.career-modal-form .wpcf7-response-output.wpcf7-validation-errors{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.4);color:#fff}.candidatura-form-wrapper .wpcf7-not-valid-tip,.career-modal-form .wpcf7-not-valid-tip{color:#fff;font-size:.8rem;margin-top:4px;font-family:"Inter",sans-serif}.candidatura-form-wrapper .wpcf7-list-item,.career-modal-form .wpcf7-list-item{margin:8px 0}.candidatura-form-wrapper .wpcf7-list-item-label,.career-modal-form .wpcf7-list-item-label{color:#fff;font-family:"Inter",sans-serif;cursor:pointer}.candidatura-form-wrapper .wpcf7-checkbox input[type=checkbox],.candidatura-form-wrapper .wpcf7-radio input[type=radio],.career-modal-form .wpcf7-checkbox input[type=checkbox],.career-modal-form .wpcf7-radio input[type=radio]{width:18px;height:18px;margin-right:8px;cursor:pointer;accent-color:#5dade2}.candidatura-form-wrapper .wpcf7-acceptance .wpcf7-list-item,.career-modal-form .wpcf7-acceptance .wpcf7-list-item{display:flex;align-items:flex-start;gap:10px;color:#fff;padding:12px;background:hsla(0,0%,100%,.1);border-radius:12px;transition:all .3s ease}.candidatura-form-wrapper .wpcf7-acceptance .wpcf7-list-item:hover,.career-modal-form .wpcf7-acceptance .wpcf7-list-item:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.candidatura-form-wrapper .wpcf7-acceptance .wpcf7-list-item-label,.career-modal-form .wpcf7-acceptance .wpcf7-list-item-label{flex:1;line-height:1.6;color:hsla(0,0%,100%,.95);font-size:clamp(14px,2.5vw,15px);font-weight:500;font-family:"Inter",sans-serif}.candidatura-form-wrapper .wpcf7-acceptance .wpcf7-list-item-label a,.career-modal-form .wpcf7-acceptance .wpcf7-list-item-label a{color:#fff !important}.candidatura-form-wrapper .wpcf7-acceptance a,.career-modal-form .wpcf7-acceptance a{color:#fff;text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.5);text-underline-offset:3px;transition:all .3s ease;font-weight:600}.candidatura-form-wrapper .wpcf7-acceptance a:hover,.career-modal-form .wpcf7-acceptance a:hover{color:#fff;text-decoration-color:hsla(0,0%,100%,.9)}.candidatura-form-wrapper .wpcf7-acceptance input[type=checkbox],.career-modal-form .wpcf7-acceptance input[type=checkbox]{width:20px;height:20px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#fff;border:2px solid hsla(0,0%,100%,.5);border-radius:4px}.candidatura-form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control-wrap,.career-modal-form .wpcf7-form-control-wrap .wpcf7-form-control-wrap{display:none}.candidatura-form-wrapper .wpcf7-form p,.career-modal-form .wpcf7-form p{margin:0}.candidatura-form-wrapper .wpcf7-form br,.career-modal-form .wpcf7-form br{display:none}@media(max-width: 968px){.candidatura-container{grid-template-columns:1fr;gap:32px}.candidatura-info{position:static}.candidatura-form-wrapper{padding:32px}}@media(max-width: 768px){.candidatura-container{padding:0 24px}.candidatura-info h2{font-size:24px;margin-bottom:24px}.benefit-item{padding:20px}.candidatura-form-wrapper{padding:24px}.candidatura-form-wrapper .form-header h2{font-size:24px}.candidatura-form-wrapper .form-row,.career-modal-form .form-row{grid-template-columns:1fr}}@media(max-width: 480px){.candidatura-form-wrapper{padding:20px}.benefit-item{flex-direction:column;gap:12px}}.solucoes-hero{position:relative;min-height:100vh;padding-top:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.solucoes-hero-background{position:absolute;top:15%;left:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.solucoes-hero-background::after{content:"";position:absolute;bottom:10%;right:10%;width:350px;height:350px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(60px)}.solucoes-hero-container{position:relative;z-index:1;width:100%;max-width:1000px;margin:0 auto;padding:40px 20px;text-align:center}.solucoes-hero-content{display:flex;flex-direction:column;align-items:center;gap:24px}.solucoes-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:50px;border:1px solid hsla(0,0%,100%,.2);font-size:clamp(12px,3vw,14px);color:#fff;font-weight:600;font-family:"Inter",sans-serif;margin-bottom:0}.solucoes-title{font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.15;color:#fff;text-align:center;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px;font-family:"Inter",sans-serif}.solucoes-subtitle{font-size:clamp(16px,4vw,20px);font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.95);text-align:center;margin:0 0 32px;max-width:700px;font-family:"Inter",sans-serif}.solucoes-hero-stats{margin-top:50px;display:flex;gap:clamp(24px,6vw,40px);justify-content:center;flex-wrap:wrap}.solucoes-hero-stat{text-align:center;min-width:fit-content}.solucoes-hero-stat-value{font-size:clamp(28px,7vw,42px);font-weight:800;color:#fff;margin-bottom:4px;text-shadow:0 2px 10px rgba(0,0,0,.2);font-family:"Inter",sans-serif}.solucoes-hero-stat-label{font-size:clamp(12px,3vw,15px);color:hsla(0,0%,100%,.9);font-family:"Inter",sans-serif}.solucoes-cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border-radius:50px;font-size:clamp(14px,3.5vw,16px);font-weight:700;box-shadow:0 8px 30px rgba(0,0,0,.2);text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif;min-width:fit-content}.solucoes-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(0,0,0,.25)}.solucoes-cta-button img{width:18px;height:18px}.solucoes-cta-button-secondary{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);color:#fff;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 4px 20px rgba(0,0,0,.1)}.solucoes-container{width:100%;max-width:1400px;margin:0 auto;padding:0 max(24px,(100% - 1408px)/2)}.solucoes-solutions{padding:clamp(50px,10vw,100px) 20px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.solucoes-solutions-header{text-align:center;margin-bottom:50px}.solucoes-solutions-title{color:#215784;font-size:clamp(28px,7vw,48px);font-weight:800;text-transform:uppercase;margin-bottom:12px;line-height:1.2;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-family:"Inter",sans-serif}.solucoes-solutions-subtitle{color:rgba(33,87,132,.8);font-size:clamp(15px,3.5vw,18px);max-width:700px;margin:0 auto;line-height:1.6;font-family:"Inter",sans-serif}.solucoes-solutions-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 280px), 1fr));gap:clamp(20px,4vw,28px)}.solucoes-solution-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-radius:20px;padding:clamp(24px,5vw,32px);box-shadow:0 10px 40px rgba(33,87,132,.1);border:1px solid rgba(93,173,226,.15);cursor:pointer;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.solucoes-solution-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(33,87,132,.2)}.solucoes-solution-card h3{font-size:clamp(18px,4vw,22px);font-weight:700;color:#215784;margin:0 0 10px;line-height:1.3;font-family:"Inter",sans-serif}.solucoes-solution-card p{font-size:clamp(14px,3vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin-bottom:16px;font-family:"Inter",sans-serif}.solucoes-solution-icon{width:56px;height:56px;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#215784}.solucoes-solution-features{border-top:1px solid rgba(93,173,226,.2);padding-top:16px;display:flex;flex-direction:column;gap:10px}.solucoes-solution-feature{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(33,87,132,.8);font-family:"Inter",sans-serif}.solucoes-solution-toggle{margin-top:16px;display:flex;align-items:center;gap:6px;color:#215784;font-size:13px;font-weight:600;font-family:"Inter",sans-serif}.solucoes-benefits-section{padding:clamp(50px,10vw,100px) 20px;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);position:relative;overflow:hidden}.solucoes-benefits-background{position:absolute;top:10%;right:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.solucoes-benefits-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.solucoes-benefits-title{color:#fff;font-size:clamp(28px,7vw,48px);font-weight:800;text-align:center;text-transform:uppercase;margin-bottom:50px;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.1);font-family:"Inter",sans-serif}.solucoes-benefits-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,28px)}.solucoes-benefit-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);padding:clamp(24px,5vw,32px);text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.15)}.solucoes-benefit-card h3{font-size:clamp(17px,3.5vw,20px);font-weight:700;color:#215784;margin:0 0 10px;line-height:1.3;font-family:"Inter",sans-serif}.solucoes-benefit-card p{font-size:clamp(13px,3vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.solucoes-benefit-icon{width:56px;height:56px;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#215784}.solucoes-process{padding:clamp(50px,10vw,100px) 20px;background:#fff}.solucoes-process-container{max-width:1200px;margin:0 auto}.solucoes-process-header{text-align:center;margin-bottom:50px}.solucoes-process-title{color:#215784;font-size:clamp(28px,7vw,48px);font-weight:800;text-transform:uppercase;margin-bottom:12px;line-height:1.2;font-family:"Inter",sans-serif}.solucoes-process-subtitle{color:rgba(33,87,132,.8);font-size:clamp(15px,3.5vw,18px);max-width:700px;margin:0 auto;line-height:1.6;font-family:"Inter",sans-serif}.solucoes-process-steps{position:relative}.solucoes-process-step{display:flex;gap:20px;align-items:flex-start;margin-bottom:32px;position:relative}.solucoes-process-step:last-child{margin-bottom:0}.solucoes-process-number{min-width:clamp(60px,15vw,70px);height:clamp(60px,15vw,70px);border-radius:50%;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(18px,4.5vw,22px);font-weight:800;box-shadow:0 8px 30px rgba(33,87,132,.3);flex-shrink:0;font-family:"Inter",sans-serif;transition:all .3s ease}.solucoes-process-number:hover{transform:scale(1.1)}.solucoes-process-content{flex:1;padding-top:8px}.solucoes-process-content h3{font-size:clamp(18px,4vw,22px);font-weight:700;color:#215784;margin:0 0 8px;line-height:1.3;font-family:"Inter",sans-serif}.solucoes-process-content p{font-size:clamp(14px,3vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0 0 6px;font-family:"Inter",sans-serif}.solucoes-process-duration{font-size:clamp(12px,2.8vw,13px);color:#5dade2;font-weight:600;font-family:"Inter",sans-serif}.solucoes-process-line{position:absolute;left:clamp(30px,7.5vw,35px);top:clamp(60px,15vw,70px);width:2px;height:calc(100% - clamp(60px,15vw,70px) + 12px);background:linear-gradient(180deg, rgba(93, 173, 226, 0.3) 0%, rgba(93, 173, 226, 0.1) 100%);z-index:-1}.solucoes-intro{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.solucoes-intro-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.solucoes-intro-text h2{font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1.3;color:#215784;margin:0 0 24px 0;font-family:"Inter",sans-serif}.solucoes-intro-text p{font-size:clamp(16px,2vw,18px);line-height:1.75;color:rgba(33,87,132,.8);margin:0 0 24px 0;font-family:"Inter",sans-serif}.solucoes-intro-text p:last-child{margin-bottom:0}.solucoes-intro-benefits h3{font-size:clamp(20px,3vw,24px);font-weight:700;line-height:1.4;color:#215784;margin:0 0 32px 0;font-family:"Inter",sans-serif}.solucoes-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.solucoes-benefits-list li{display:flex;align-items:flex-start;gap:16px;font-size:clamp(14px,2vw,16px);line-height:1.6;color:rgba(33,87,132,.8);font-family:"Inter",sans-serif}.solucoes-benefits-list li svg{flex-shrink:0;margin-top:2px}.solucoes-section-header{text-align:center;margin-bottom:64px}.solucoes-section-tag{background:rgba(93,173,226,.1);border:1px solid rgba(93,173,226,.2);border-radius:16px;padding:9px 17px;display:inline-flex;gap:8px;align-items:center;margin-bottom:24px}.solucoes-section-tag .tag-number{font-size:14px;color:#5dade2;line-height:20px;font-family:"Inter",sans-serif;font-weight:600}.solucoes-section-tag .tag-dot{width:4px;height:4px;background:rgba(93,173,226,.5);border-radius:50%}.solucoes-section-tag .tag-text{font-size:14px;color:rgba(33,87,132,.7);line-height:20px;font-family:"Inter",sans-serif}.solucoes-section-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.2;color:#215784;margin:0 0 24px 0;font-family:"Inter",sans-serif;text-transform:uppercase}.solucoes-section-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.solucoes-section-header p{font-size:clamp(15px,2vw,18px);line-height:1.7;color:rgba(33,87,132,.8);margin:0;max-width:700px;margin-left:auto;margin-right:auto;font-family:"Inter",sans-serif}.solucoes-deliver{padding:clamp(50px,10vw,80px) 0;background:#fff}.solucoes-deliver-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 300px), 1fr));gap:clamp(24px,4vw,32px)}.solucoes-deliver-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(32px,5vw,40px);display:flex;flex-direction:column;gap:24px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.solucoes-deliver-card:hover{border-color:rgba(93,173,226,.3);transform:translateY(-10px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.solucoes-deliver-card h3{font-size:clamp(20px,3vw,24px);font-weight:700;line-height:1.3;color:#215784;margin:0;font-family:"Inter",sans-serif}.solucoes-deliver-card p{font-size:clamp(15px,2vw,16px);line-height:1.7;color:rgba(33,87,132,.7);margin:0;font-family:"Inter",sans-serif}.deliver-card-icon{width:64px;height:64px;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border:1px solid rgba(93,173,226,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.solucoes-benefits{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.solucoes-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 300px), 1fr));gap:clamp(24px,4vw,32px)}.solucoes-benefit-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(32px,5vw,40px);display:flex;flex-direction:column;gap:20px;position:relative;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.solucoes-benefit-card:hover{border-color:rgba(93,173,226,.3);transform:translateY(-10px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.solucoes-benefit-card h3{font-size:clamp(18px,3vw,22px);font-weight:700;line-height:1.3;color:#215784;margin:0;font-family:"Inter",sans-serif}.solucoes-benefit-card p{font-size:clamp(14px,2vw,16px);line-height:1.7;color:rgba(33,87,132,.7);margin:0;font-family:"Inter",sans-serif}.benefit-card-number{position:absolute;top:24px;right:24px;font-size:clamp(36px,5vw,48px);font-weight:700;line-height:1;color:rgba(93,173,226,.1);font-family:"Inter",sans-serif}@media(max-width: 768px){.solucoes-hero{min-height:auto;padding:104px 16px 64px}.solucoes-hero-content{gap:20px}.solucoes-hero-stats{margin-top:40px;gap:24px}.solucoes-container{padding:0 16px}.solucoes-intro{padding:60px 0}.solucoes-intro-content{grid-template-columns:1fr;gap:48px}.solucoes-solutions-grid,.solucoes-deliver-grid,.solucoes-benefits-grid,.solucoes-benefits-section-grid{grid-template-columns:1fr;gap:24px}.solucoes-process-step{flex-direction:column;gap:16px}.solucoes-process-line{display:none}.solucoes-cta-buttons{flex-direction:column}.solucoes-cta-button{width:100%;justify-content:center}}.gestao-hero{position:relative;min-height:100vh;padding-top:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.gestao-hero-background{position:absolute;top:15%;left:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.gestao-hero-background::after{content:"";position:absolute;bottom:10%;right:10%;width:350px;height:350px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(60px)}.gestao-hero-container{position:relative;z-index:1;width:100%;max-width:1000px;margin:0 auto;padding:40px 20px;text-align:center}.gestao-hero-content{display:flex;flex-direction:column;align-items:center;gap:24px}.gestao-hero-badge{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;padding:8px 20px;display:inline-block}.gestao-hero-badge span{font-size:clamp(12px,3vw,14px);color:#fff;font-weight:600;font-family:"Inter",sans-serif}.gestao-title{font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.15;color:#fff;text-align:center;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px;font-family:"Inter",sans-serif}.gestao-title .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(0, 0, 0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gestao-subtitle{font-size:clamp(16px,4vw,20px);font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.95);text-align:center;margin:0 0 32px;max-width:700px;font-family:"Inter",sans-serif}.gestao-cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border-radius:50px;font-size:clamp(14px,3.5vw,16px);font-weight:700;box-shadow:0 8px 30px rgba(0,0,0,.2);text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif;min-width:fit-content}.gestao-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(0,0,0,.25)}.gestao-cta-button img{width:18px;height:18px}.gestao-container{width:100%;max-width:1400px;margin:0 auto;padding:0 max(24px,(100% - 1408px)/2)}.gestao-intro{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.gestao-intro-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 400px), 1fr));gap:clamp(24px,4vw,32px);max-width:1200px;margin:0 auto}.gestao-intro-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(32px,5vw,40px);display:flex;flex-direction:column;gap:24px;position:relative;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.gestao-intro-card:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.gestao-intro-card h2{font-size:clamp(22px,3vw,28px);font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}.gestao-intro-card p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}.intro-card-number{position:absolute;top:24px;right:24px;font-size:clamp(36px,5vw,48px);font-weight:700;color:rgba(93,173,226,.1);line-height:1;font-family:"Inter",sans-serif}.gestao-deliver{padding:clamp(50px,10vw,80px) 0;background:#fff}.gestao-section-header{text-align:center;margin-bottom:64px}.gestao-section-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase}.gestao-section-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gestao-deliver-stack{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.gestao-deliver-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);display:flex;flex-direction:column;gap:20px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.gestao-deliver-card:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.gestao-deliver-card.featured{border:2px solid rgba(93,173,226,.2);padding:clamp(40px,6vw,48px)}.gestao-deliver-card h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}.gestao-deliver-card h3.featured{font-size:clamp(24px,3vw,32px)}.gestao-deliver-card p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}.gestao-deliver-card p.featured{font-size:clamp(16px,2vw,18px)}.deliver-card-header{display:flex;align-items:center;gap:24px;margin-bottom:24px}.deliver-card-icon-large{flex-shrink:0}.deliver-card-icon{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center}.gestao-deliver-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 300px), 1fr));gap:clamp(24px,4vw,32px)}.gestao-benefits{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.gestao-benefits-content{max-width:1000px;margin:0 auto}.gestao-benefits-header{text-align:center;margin-bottom:64px}.gestao-benefits-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase}.gestao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gestao-benefits-list{display:flex;flex-direction:column;gap:32px}.gestao-benefit-row{display:flex;gap:24px;align-items:flex-start;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.gestao-benefit-row:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.benefit-row-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:14px}.benefit-row-content h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0 0 12px 0;font-family:"Inter",sans-serif}.benefit-row-content p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}@media(max-width: 768px){.gestao-hero{min-height:auto;padding:104px 16px 64px}.gestao-hero-content{gap:20px}.gestao-container{padding:0 16px}.gestao-intro{padding:60px 0}.gestao-intro-grid{grid-template-columns:1fr;gap:24px}.gestao-deliver-cards{grid-template-columns:1fr;gap:24px}.gestao-benefit-row{flex-direction:column;gap:20px;padding:24px}}.ia-hero{position:relative;min-height:100vh;padding-top:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.ia-hero-background{position:absolute;top:15%;left:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.ia-hero-background::after{content:"";position:absolute;bottom:10%;right:10%;width:350px;height:350px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(60px)}.ia-hero-container{position:relative;z-index:1;width:100%;max-width:1000px;margin:0 auto;padding:40px 20px;text-align:center}.ia-hero-content{display:flex;flex-direction:column;align-items:center;gap:24px}.ia-hero-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:20px;margin-bottom:16px;border:1px solid hsla(0,0%,100%,.2)}.ia-title{font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.15;color:#fff;text-align:center;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px;font-family:"Inter",sans-serif}.ia-title .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(0, 0, 0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.ia-subtitle{font-size:clamp(16px,4vw,20px);font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.95);text-align:center;margin:0 0 32px;max-width:700px;font-family:"Inter",sans-serif}.ia-cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border-radius:50px;font-size:clamp(14px,3.5vw,16px);font-weight:700;box-shadow:0 8px 30px rgba(0,0,0,.2);text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif;min-width:fit-content}.ia-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(0,0,0,.25)}.ia-cta-button img{width:18px;height:18px}.ia-container{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(16px,(100% - 1408px)/2,24px)}.ia-intro{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.ia-intro-content{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:start;max-width:1200px;margin:0 auto}.ia-intro-left h2{font-size:clamp(28px,4vw,36px);font-weight:700;color:#215784;margin:0 0 32px 0;font-family:"Inter",sans-serif}.ia-intro-left p{font-size:clamp(16px,2vw,18px);line-height:1.75;color:rgba(33,87,132,.8);margin:0 0 24px 0;font-family:"Inter",sans-serif}.ia-intro-left p:last-child{margin-bottom:0}.ia-importance-box{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0px 10px 40px rgba(33,87,132,.12);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);padding:clamp(24px,5vw,32px);position:sticky;top:100px}.ia-importance-box h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0 0 24px 0;font-family:"Inter",sans-serif}.importance-items{display:flex;flex-direction:column;gap:24px}.importance-item{display:flex;flex-direction:column;gap:12px}.importance-item p{font-size:clamp(14px,2vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.importance-label{display:inline-block;padding:6px 12px;background:rgba(93,173,226,.15);border-radius:8px;font-size:12px;font-weight:700;color:#5dade2;font-family:"Inter",sans-serif;width:fit-content}.ia-deliver{padding:clamp(50px,10vw,80px) 0;background:#fff}.ia-deliver-header{text-align:center;margin-bottom:64px}.ia-deliver-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase}.ia-deliver-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.ia-deliver-showcase{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.ia-deliver-main{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:center;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(32px,5vw,48px);box-shadow:0 10px 40px rgba(33,87,132,.08)}.deliver-main-visual{display:flex;align-items:center;justify-content:center}.visual-placeholder{width:100%;max-width:200px;height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(33, 87, 132, 0.1) 100%);border-radius:20px}.deliver-main-content h3{font-size:clamp(22px,3vw,28px);font-weight:700;color:#215784;margin:0 0 16px 0;font-family:"Inter",sans-serif}.deliver-main-content p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}.ia-deliver-secondary{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 300px), 1fr));gap:clamp(24px,4vw,32px)}.deliver-secondary-item{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);display:flex;flex-direction:column;gap:16px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.deliver-secondary-item:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.deliver-secondary-item h4{font-size:clamp(18px,3vw,20px);font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}.deliver-secondary-item p{font-size:clamp(14px,2vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.secondary-item-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:14px;flex-shrink:0}.ia-benefits{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.ia-benefits-header{text-align:center;margin-bottom:64px}.ia-benefits-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase}.ia-benefits-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.ia-benefits-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(24px,4vw,32px);max-width:1200px;margin:0 auto}.ia-stat-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);text-align:center;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.ia-stat-card:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.ia-stat-card h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0 0 12px 0;font-family:"Inter",sans-serif}.ia-stat-card p{font-size:clamp(14px,2vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.stat-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:16px;margin:0 auto 20px}@media(max-width: 1024px){.ia-container{padding:0 16px}}@media(max-width: 768px){.ia-hero{min-height:auto;padding:104px 16px 64px}.ia-hero-content{gap:20px}.ia-container{padding:0 16px}.ia-intro{padding:60px 0}.ia-intro-content{grid-template-columns:1fr;gap:32px}.ia-importance-box{position:static}.ia-deliver-main{grid-template-columns:1fr;gap:32px}.ia-benefits-stats{grid-template-columns:1fr;gap:24px}}.integracao-hero{position:relative;min-height:100vh;padding-top:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.integracao-hero-background{position:absolute;top:15%;left:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.integracao-hero-background::after{content:"";position:absolute;bottom:10%;right:10%;width:350px;height:350px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(60px)}.integracao-hero-container{position:relative;z-index:1;width:100%;max-width:1000px;margin:0 auto;padding:40px 20px;text-align:center}.integracao-hero-content{display:flex;flex-direction:column;align-items:center;gap:24px}.integracao-title{font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.15;color:#fff;text-align:center;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px;font-family:"Inter",sans-serif}.integracao-subtitle{font-size:clamp(16px,4vw,20px);font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.95);text-align:center;margin:0 0 24px;max-width:700px;font-family:"Inter",sans-serif}.integracao-hero-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.hero-tag{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;padding:6px 16px;font-size:clamp(12px,2vw,14px);color:#fff;font-weight:600;font-family:"Inter",sans-serif}.integracao-cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border-radius:50px;font-size:clamp(14px,3.5vw,16px);font-weight:700;box-shadow:0 8px 30px rgba(0,0,0,.2);text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif;min-width:fit-content}.integracao-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(0,0,0,.25)}.integracao-cta-button img{width:18px;height:18px}.integracao-container{width:100%;max-width:1400px;margin:0 auto;padding:0 max(24px,(100% - 1408px)/2)}.integracao-problem{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.integracao-problem-content{max-width:1200px;margin:0 auto}.integracao-problem-content h2{font-size:clamp(28px,4vw,36px);font-weight:700;color:#215784;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif}.integracao-problem-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:clamp(24px,4vw,32px);align-items:stretch}.problem-item{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(239,68,68,.2);border-radius:20px;padding:clamp(24px,5vw,32px);display:flex;flex-direction:column;gap:20px;text-align:center;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.problem-item:hover{border-color:rgba(239,68,68,.4);transform:translateY(-5px);box-shadow:0 20px 60px rgba(239,68,68,.15)}.problem-item h3{font-size:clamp(18px,3vw,20px);font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}.problem-item p{font-size:clamp(14px,2vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.problem-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.1);border-radius:14px;margin:0 auto;color:#ef4444}.integracao-solution{padding:clamp(50px,10vw,80px) 0;background:#fff}.integracao-solution-content{max-width:1200px;margin:0 auto;text-align:center}.integracao-solution-content h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0 0 24px 0;font-family:"Inter",sans-serif;text-transform:uppercase}.integracao-solution-content h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.solution-intro{font-size:clamp(15px,2vw,18px);color:rgba(33,87,132,.8);line-height:1.7;margin:0;max-width:800px;margin-left:auto;margin-right:auto;font-family:"Inter",sans-serif}.integracao-deliver{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.integracao-section-title{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif;text-transform:uppercase}.integracao-section-title .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.integracao-deliver-timeline{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.deliver-timeline-item{display:flex;gap:32px;align-items:flex-start;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.deliver-timeline-item:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.timeline-marker{min-width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(33, 87, 132) 100%);border-radius:16px;font-size:clamp(20px,3vw,24px);font-weight:700;color:#fff;flex-shrink:0;font-family:"Inter",sans-serif}.timeline-content{flex:1}.timeline-content h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0 0 12px 0;font-family:"Inter",sans-serif}.timeline-content p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}.integracao-benefits{padding:clamp(50px,10vw,80px) 0;background:#fff}.integracao-benefits-header{text-align:center;margin-bottom:64px}.integracao-benefits-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase}.integracao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.integracao-benefits-cards{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:clamp(24px,4vw,32px);max-width:1200px;margin:0 auto;align-items:stretch}.integracao-benefit-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);display:flex;flex-direction:column;gap:20px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.integracao-benefit-card:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.integracao-benefit-card p{font-size:clamp(14px,2vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.benefit-card-header{display:flex;align-items:center;gap:16px}.benefit-card-header svg{width:56px;height:56px;color:#5dade2;flex-shrink:0}.benefit-card-header h3{font-size:clamp(18px,3vw,20px);font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}@media(max-width: 768px){.integracao-hero{min-height:auto;padding:104px 16px 64px}.integracao-hero-content{gap:20px}.integracao-container{padding:0 16px}.integracao-problem-grid,.integracao-benefits-cards{grid-template-columns:1fr;gap:24px}.deliver-timeline-item{flex-direction:column;gap:20px;padding:24px}.timeline-marker{width:48px;height:48px;font-size:20px}}@media(max-width: 1024px)and (min-width: 769px){.integracao-problem-grid,.integracao-benefits-cards{grid-template-columns:repeat(2, minmax(0, 1fr))}}.digitalizacao-hero{position:relative;min-height:100vh;padding-top:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden}.digitalizacao-hero-background{position:absolute;top:15%;left:5%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.digitalizacao-hero-background::after{content:"";position:absolute;bottom:10%;right:10%;width:350px;height:350px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(60px)}.digitalizacao-hero-container{position:relative;z-index:1;width:100%;max-width:1000px;margin:0 auto;padding:40px 20px;text-align:center}.digitalizacao-hero-content{display:flex;flex-direction:column;align-items:center;gap:24px}.digitalizacao-title{font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.15;color:#fff;text-align:center;margin:0 0 20px;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px;font-family:"Inter",sans-serif}.digitalizacao-title .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(0, 0, 0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.digitalizacao-subtitle{font-size:clamp(16px,4vw,20px);font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.95);text-align:center;margin:0 0 32px;max-width:700px;font-family:"Inter",sans-serif}.digitalizacao-cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border-radius:50px;font-size:clamp(14px,3.5vw,16px);font-weight:700;box-shadow:0 8px 30px rgba(0,0,0,.2);text-decoration:none;transition:all .3s ease;font-family:"Inter",sans-serif;min-width:fit-content}.digitalizacao-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(0,0,0,.25)}.digitalizacao-cta-button img{width:18px;height:18px}.digitalizacao-container{width:100%;max-width:1400px;margin:0 auto;padding:0 25px}.digitalizacao-intro{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.digitalizacao-intro-main{max-width:900px;margin:0 auto 64px}.digitalizacao-intro-main h2{font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1.3;color:#215784;margin:0 0 32px 0;font-family:"Inter",sans-serif}.digitalizacao-intro-text p{font-size:clamp(16px,2vw,18px);line-height:1.75;color:rgba(33,87,132,.8);margin:0 0 24px 0;font-family:"Inter",sans-serif}.digitalizacao-intro-text p:last-child{margin-bottom:0}.digitalizacao-impact{max-width:1200px;margin:0 auto}.digitalizacao-impact h3{font-size:clamp(24px,3vw,32px);font-weight:700;color:#215784;text-align:center;margin:0 0 48px 0;font-family:"Inter",sans-serif}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 200px), 1fr));gap:clamp(20px,4vw,24px)}.impact-item{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);display:flex;flex-direction:column;gap:16px;text-align:center;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.impact-item:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.impact-item h4{font-size:clamp(18px,3vw,20px);font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif}.impact-item p{font-size:clamp(14px,2vw,15px);color:rgba(33,87,132,.7);line-height:1.6;margin:0;font-family:"Inter",sans-serif}.impact-icon{font-size:clamp(28px,4vw,32px);line-height:1}.digitalizacao-deliver{padding:clamp(50px,10vw,80px) 0;background:#fff}.digitalizacao-section-header{text-align:center;margin-bottom:64px}.digitalizacao-section-header h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase}.digitalizacao-section-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.digitalizacao-deliver-steps{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.deliver-step{display:flex;gap:32px;align-items:flex-start;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.deliver-step:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.step-number{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border:2px solid rgba(93,173,226,.3);border-radius:16px;font-size:clamp(20px,3vw,24px);font-weight:700;color:#5dade2;flex-shrink:0;font-family:"Inter",sans-serif}.step-content{flex:1}.step-content h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0 0 12px 0;font-family:"Inter",sans-serif}.step-content p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}.digitalizacao-benefits{padding:clamp(50px,10vw,80px) 0;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%)}.digitalizacao-benefits-content{max-width:1000px;margin:0 auto}.digitalizacao-benefits-content h2{font-size:clamp(28px,4vw,48px);font-weight:800;color:#215784;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif;text-transform:uppercase}.digitalizacao-benefits-content h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.digitalizacao-benefits-list{display:flex;flex-direction:column;gap:24px}.digitalizacao-benefit-item{display:flex;gap:24px;align-items:flex-start;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.15);border-radius:20px;padding:clamp(24px,5vw,32px);transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.digitalizacao-benefit-item:hover{border-color:rgba(93,173,226,.3);transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.benefit-item-badge{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(33, 87, 132, 0.15) 100%);border-radius:14px;flex-shrink:0}.benefit-item-text{flex:1}.benefit-item-text h3{font-size:clamp(20px,3vw,24px);font-weight:700;color:#215784;margin:0 0 12px 0;font-family:"Inter",sans-serif}.benefit-item-text p{font-size:clamp(15px,2vw,16px);color:rgba(33,87,132,.7);line-height:1.7;margin:0;font-family:"Inter",sans-serif}@media(max-width: 768px){.digitalizacao-hero{min-height:auto;padding:104px 16px 64px}.digitalizacao-hero-content{gap:20px}.digitalizacao-container{padding:0 16px}.digitalizacao-intro{padding:60px 0}.digitalizacao-intro-main{margin-bottom:48px}.impact-grid{grid-template-columns:repeat(2, 1fr);gap:16px}.deliver-step{flex-direction:column;gap:20px;padding:24px}.step-number{width:48px;height:48px;font-size:20px}.digitalizacao-benefit-item{flex-direction:column;gap:20px;padding:24px}}@media(max-width: 640px){.impact-grid{grid-template-columns:1fr}}@keyframes pulse{0%,100%{opacity:.6}50%{opacity:.8}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,100%{opacity:.3}50%{opacity:.6}}.automacao-hero{position:relative;padding:96px 25px 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden;position:relative;overflow:hidden}.automacao-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%, rgba(93, 173, 226, 0.15) 0%, transparent 50%),radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.12) 0%, transparent 50%),radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.08) 0%, transparent 60%);opacity:.6;animation:pulse 8s ease-in-out infinite}.automacao-hero::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(0deg, transparent 24%, rgba(93, 173, 226, 0.03) 25%, rgba(93, 173, 226, 0.03) 26%, transparent 27%, transparent 74%, rgba(139, 92, 246, 0.03) 75%, rgba(139, 92, 246, 0.03) 76%, transparent 77%, transparent),linear-gradient(90deg, transparent 24%, rgba(93, 173, 226, 0.03) 25%, rgba(93, 173, 226, 0.03) 26%, transparent 27%, transparent 74%, rgba(139, 92, 246, 0.03) 75%, rgba(139, 92, 246, 0.03) 76%, transparent 77%, transparent);background-size:50px 50px;opacity:.4;pointer-events:none}.automacao-hero-background{position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse at top, rgba(93, 173, 226, 0.1) 0%, transparent 50%),radial-gradient(ellipse at bottom right, rgba(139, 92, 246, 0.08) 0%, transparent 50%)}.automacao-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto;position:relative;z-index:2}.automacao-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto;position:relative;z-index:3}.automacao-title{font-size:clamp(40px,3vw,80px);font-weight:800;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase;text-shadow:0 4px 20px rgba(0,0,0,.2);position:relative;text-shadow:0 0 30px rgba(93,173,226,.3);animation:fadeInUp 1s ease-out}.automacao-title .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(0, 0, 0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative;display:inline-block}.automacao-title .gradient-text::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;filter:blur(20px);opacity:.5;z-index:-1;animation:glow 3s ease-in-out infinite}.automacao-subtitle{font-size:18px;color:hsla(0,0%,100%,.95);line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif;animation:fadeInUp 1s ease-out .2s both;text-shadow:0 2px 10px rgba(0,0,0,.3)}.automacao-cta-button{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);border:none;border-radius:50px;padding:14px 40px;color:#fff;font-size:16px;font-weight:600;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:all .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 8px 30px rgba(33,87,132,.3)}.automacao-cta-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px rgba(33,87,132,.4)}.automacao-cta-button img{width:16px;height:16px}.automacao-cta-button{position:relative;overflow:hidden;background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(26, 69, 105) 100%);box-shadow:0 4px 20px rgba(33,87,132,.4),0 0 30px rgba(33,87,132,.2),inset 0 1px 0 hsla(0,0%,100%,.2);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);animation:fadeInUp 1s ease-out .4s both}.automacao-cta-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition:left .5s}.automacao-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(33,87,132,.6),0 0 40px rgba(33,87,132,.3),inset 0 1px 0 hsla(0,0%,100%,.3)}.automacao-cta-button:hover::before{left:100%}.automacao-cta-button:active{transform:translateY(0)}.automacao-intro{padding:80px 25px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);position:relative}.automacao-container{max-width:1408px;margin:0 auto;width:100%}.automacao-intro-wrapper{display:grid;grid-template-columns:1.5fr 1fr;gap:64px;align-items:start}.automacao-intro-main h2{font-size:36px;font-weight:700;line-height:1.3;color:#215784;margin:0 0 24px 0;font-family:"Inter",sans-serif;margin-bottom:32px;position:relative}.automacao-intro-main h2::after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:3px;background:linear-gradient(90deg, rgb(33, 87, 132), rgb(78, 151, 202));border-radius:2px;box-shadow:0 0 10px rgba(33,87,132,.5)}.automacao-intro-text{display:flex;flex-direction:column;gap:24px}.automacao-intro-text p{font-size:17px;color:rgba(33,87,132,.75);line-height:28px;margin:0;font-family:"Inter",sans-serif}.automacao-intro-highlight{position:sticky;top:100px}.highlight-box{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.1);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.highlight-box svg{flex-shrink:0;filter:drop-shadow(0 0 8px rgba(93, 173, 226, 0.5));transition:transform .3s}.highlight-box:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(33,87,132,.15);border-color:rgba(93,173,226,.25)}.highlight-box:hover svg{transform:scale(1.1) rotate(5deg)}.highlight-box h3{font-size:22px;font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.highlight-box p{font-size:15px;color:rgba(33,87,132,.75);line-height:26px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.automacao-deliver{padding:80px 25px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);position:relative}.automacao-section-title{font-size:42px;font-weight:800;color:#215784;text-align:center;margin:0 0 50px 0;font-family:"Inter",sans-serif;line-height:1.2;text-transform:uppercase}.automacao-section-title .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative;display:inline-block}.automacao-deliver-list{display:flex;flex-direction:column;gap:32px;max-width:1000px;margin:0 auto}.automacao-deliver-item{display:flex;gap:32px;align-items:flex-start;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border-radius:24px;padding:32px;border:1px solid rgba(93,173,226,.1);box-shadow:0 10px 40px rgba(33,87,132,.08);transition:all .3s ease}.automacao-deliver-item:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(33,87,132,.15)}.deliver-item-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15), rgba(139, 92, 246, 0.15));border-radius:16px;border:1px solid rgba(93,173,226,.3);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 20px rgba(93,173,226,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.deliver-item-content{flex:1;position:relative;z-index:1}.deliver-item-content h3{font-size:22px;font-weight:700;color:#215784;margin:0 0 16px 0;font-family:"Inter",sans-serif}.deliver-item-content p{font-size:15px;color:rgba(33,87,132,.75);line-height:26px;margin:0;font-family:"Inter",sans-serif}.automacao-benefits{padding:80px 25px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);position:relative}.automacao-benefits-header{text-align:center;margin-bottom:80px;position:relative}.automacao-benefits-header h2{font-size:52px;font-weight:800;color:#215784;margin:0 0 20px 0;font-family:"Inter",sans-serif;line-height:1.2;letter-spacing:-0.02em;text-transform:uppercase}.automacao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.automacao-benefits-header p{font-size:19px;color:rgba(33,87,132,.8);line-height:30px;margin:0;font-family:"Inter",sans-serif}.automacao-benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;max-width:1200px;margin:0 auto}.automacao-benefit-item{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.1);border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:24px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 10px 40px rgba(33,87,132,.08)}.automacao-benefit-item:hover{border-color:rgba(93,173,226,.25);transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px rgba(33,87,132,.15)}.automacao-benefit-item:hover .benefit-icon-wrapper{transform:scale(1.15) rotate(10deg);box-shadow:0 8px 30px rgba(93,173,226,.5)}.automacao-benefit-item h3{font-size:22px;font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.automacao-benefit-item p{font-size:15px;color:rgba(33,87,132,.75);line-height:26px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.benefit-icon-wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(33, 87, 132, 0.1) 100%);border-radius:18px;border:1px solid rgba(93,173,226,.2);flex-shrink:0;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 20px rgba(33,87,132,.08);position:relative;z-index:1}.automacao-digitalizacao{padding:80px 25px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);position:relative}.automacao-digitalizacao-content{max-width:1400px;margin:0 auto}.automacao-digitalizacao-intro{font-size:19px;color:rgba(33,87,132,.8);line-height:30px;text-align:center;max-width:900px;margin:0 auto 64px;font-family:"Inter",sans-serif}.automacao-digitalizacao-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;max-width:1200px;margin:0 auto}.digitalizacao-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.1);border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:24px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.digitalizacao-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(33,87,132,.15);border-color:rgba(93,173,226,.25)}.digitalizacao-card h3{font-size:22px;font-weight:700;color:#215784;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.digitalizacao-card p{font-size:15px;color:rgba(33,87,132,.75);line-height:28px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.digitalizacao-card-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(33, 87, 132, 0.1) 100%);border-radius:20px;border:1px solid rgba(93,173,226,.2);flex-shrink:0;transition:all .3s ease;box-shadow:0 4px 20px rgba(33,87,132,.08);position:relative;z-index:1}.automacao-examples{padding:80px 25px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);position:relative}.automacao-examples-content{max-width:1200px;margin:0 auto}.automacao-examples-content h2{font-size:42px;font-weight:800;color:#215784;text-align:center;margin:0 0 50px 0;font-family:"Inter",sans-serif;line-height:1.2;text-transform:uppercase}.automacao-examples-content h2 .gradient-text{background:linear-gradient(135deg, rgb(33, 87, 132) 0%, rgb(78, 151, 202) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.automacao-examples-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}.example-card{background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);border:1px solid rgba(93,173,226,.1);border-radius:20px;padding:32px;transition:all .3s ease;box-shadow:0 10px 40px rgba(33,87,132,.08)}.example-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(33,87,132,.15);border-color:rgba(93,173,226,.25)}.example-card h4{font-size:20px;font-weight:700;color:#215784;margin:0 0 16px 0;font-family:"Inter",sans-serif;position:relative;z-index:1}.example-card p{font-size:15px;color:rgba(33,87,132,.75);line-height:24px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}@media(max-width: 967px){.automacao-hero{padding:100px 16px 50px;min-height:auto}.automacao-title{font-size:36px;line-height:40px}.automacao-subtitle{font-size:16px;line-height:24px}.automacao-intro{padding:60px 16px}.automacao-intro-wrapper{grid-template-columns:1fr;gap:32px}.automacao-intro-highlight{position:static}.automacao-intro-main h2{font-size:28px;margin-bottom:24px}.automacao-intro-text{gap:16px}.automacao-deliver{padding:60px 16px}.automacao-section-title{font-size:36px;margin-bottom:48px}.automacao-deliver-list{gap:24px}.automacao-deliver-item{flex-direction:column;gap:20px;padding:28px}.automacao-deliver-item:hover{transform:translateY(-5px)}.deliver-item-icon{width:48px;height:48px}.automacao-benefits{padding:60px 16px}.automacao-benefits-header{margin-bottom:48px}.automacao-benefits-header h2{font-size:36px}.automacao-benefits-grid{grid-template-columns:1fr;gap:24px}.automacao-digitalizacao{padding:60px 16px}.automacao-digitalizacao-intro{font-size:16px;line-height:24px;margin-bottom:48px}.automacao-digitalizacao-grid{grid-template-columns:1fr;gap:24px}.digitalizacao-card{padding:32px;gap:20px}.digitalizacao-card:hover{transform:translateY(-5px) scale(1.01)}.digitalizacao-card-icon{width:64px;height:64px}.digitalizacao-card h3{font-size:24px}.digitalizacao-card p{font-size:16px;line-height:26px}.automacao-examples{padding:60px 16px}.automacao-examples-content h2{font-size:36px;margin-bottom:48px}.automacao-examples-grid{grid-template-columns:1fr;gap:20px}.page-cta-section{padding:60px 16px}.page-cta-section .page-contact-content h2{font-size:32px}.page-cta-section .page-contact-content p{font-size:16px}}.contact-hero{position:relative;padding:96px 25px 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);overflow:hidden;background:linear-gradient(135deg, rgb(78, 151, 202) 0%, rgb(93, 173, 226) 50%, rgb(33, 87, 132) 100%);position:relative;overflow:hidden}.contact-hero::before{content:"";position:absolute;top:20%;left:10%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.contact-hero::after{content:"";position:absolute;bottom:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.contact-hero .blog-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto;position:relative;z-index:1}.contact-hero .blog-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.contact-hero .blog-tag{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;padding:8px 20px;margin-bottom:24px;font-family:"Inter",sans-serif}.contact-hero .blog-tag-text{color:#fff;font-size:clamp(13px,2.5vw,14px);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.contact-hero .blog-tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.6);border-radius:50%}.contact-hero .blog-tag-subtext{color:hsla(0,0%,100%,.9);font-size:clamp(13px,2.5vw,14px);font-weight:400}.contact-hero .blog-title{font-size:clamp(40px,3vw,80px);font-weight:800;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif;text-transform:uppercase;text-shadow:0 4px 20px rgba(0,0,0,.2);color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.2);margin-bottom:20px}.contact-hero .blog-subtitle{font-size:18px;color:hsla(0,0%,100%,.95);line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif;color:hsla(0,0%,100%,.95);max-width:700px;margin:0 auto}.contact-form-section{padding:80px 25px;background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);padding:clamp(40px,8vw,70px) clamp(20px,4vw,40px);display:block !important}.contact-form-section .form-container{max-width:900px;margin:0 auto;background:linear-gradient(135deg, rgb(93, 173, 226) 0%, rgb(78, 151, 202) 100%);border-radius:32px;padding:clamp(30px,5vw,50px);box-shadow:0 20px 60px rgba(33,87,132,.2);position:relative;overflow:hidden}.contact-form-section .form-container::before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}.contact-form-section .form-container .wpcf7{max-width:100%;position:relative;z-index:1}.contact-form-section .form-container .wpcf7-form{display:flex;flex-direction:column;gap:clamp(16px,3vw,20px)}.contact-form-section .form-container .wpcf7-form p{margin:0}.contact-form-section .form-container .wpcf7-form br{display:none}.contact-form-section .form-container .contact-form{display:flex;flex-direction:column;gap:clamp(16px,3vw,20px)}.contact-form-section .form-container .contact-form>p:not(.form-submit-wrapper){display:flex;flex-direction:column;margin:0}.contact-form-section .form-container .contact-form>p:not(.form-submit-wrapper) label{color:#fff;font-size:clamp(13px,2.5vw,14px);display:block;margin-bottom:6px;font-weight:500;font-family:"Inter",sans-serif}.contact-form-section .form-container .form-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,3vw,20px)}.contact-form-section .form-container .form-group{position:relative;display:flex;flex-direction:column}.contact-form-section .form-container .form-group.full-width{grid-column:1/-1}.contact-form-section .form-container .form-group label{color:#fff;font-size:clamp(13px,2.5vw,14px);display:block;margin-bottom:6px;font-weight:500;font-family:"Inter",sans-serif}.contact-form-section .form-container .wpcf7-form-control-wrap{display:block;width:100%}.contact-form-section .form-container .wpcf7-form-control{width:100% !important;display:block !important;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;color:#fff;font-size:clamp(14px,2.5vw,15px);padding:12px 16px;outline:none;transition:all .3s ease;font-family:"Inter",sans-serif;box-sizing:border-box}.contact-form-section .form-container .wpcf7-form-control::placeholder{color:hsla(0,0%,100%,.6)}.contact-form-section .form-container .wpcf7-form-control:focus{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.contact-form-section .form-container .wpcf7-form-control.wpcf7-not-valid{border-color:rgba(239,68,68,.8) !important}.contact-form-section .form-container .wpcf7-textarea{resize:vertical;min-height:120px}.contact-form-section .form-container .wpcf7-submit{background:linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);color:#215784;border:none;border-radius:50px;padding:14px 40px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:"Inter",sans-serif;box-shadow:rgba(0,0,0,.15) 0px 8px 25px 0px;white-space:nowrap;display:block;width:auto;max-width:fit-content}.contact-form-section .form-container .wpcf7-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:rgba(0,0,0,.2) 0px 10px 30px 0px}.contact-form-section .form-container .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed}.contact-form-section .form-container .form-submit-wrapper{display:flex;justify-content:flex-end;margin-top:16px;grid-column:1/-1}.contact-form-section .form-container .form-submit-wrapper p{display:flex;flex-flow:row-reverse;margin:0;width:auto;justify-content:flex-end}.contact-form-section .form-container .wpcf7-not-valid-tip{color:#fff;margin-top:4px;font-size:.8rem}@media(max-width: 768px){.contact-hero{padding:100px 16px 50px;min-height:auto}.contact-hero .blog-title{font-size:36px;line-height:40px}.contact-hero .blog-subtitle{font-size:16px;line-height:24px}.contact-form-section{padding:60px 16px}.contact-form-section .form-container .form-row{grid-template-columns:1fr}.contact-form-section .form-container .wpcf7-submit{width:100%;max-width:100%}}.crm-hero{position:relative;padding:96px 25px 100px;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);overflow:hidden}.crm-hero-background{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.1;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="white" stroke-width="1" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>')}.crm-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.crm-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.crm-title{font-size:clamp(40px,4.166vw,80px);font-weight:700;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif;text-shadow:0 2px 20px rgba(0,0,0,.2)}.crm-subtitle{font-size:20px;color:hsla(0,0%,100%,.95);line-height:32px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif;text-shadow:0 1px 10px rgba(0,0,0,.1)}.crm-cta-button{background:#fff;border:none;border-radius:14px;padding:16px 40px;color:#667eea;font-size:16px;font-weight:600;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:all .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.15)}.crm-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(0,0,0,.2);background:#f8f9fa}.crm-cta-button img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(45%) sepia(93%) saturate(1352%) hue-rotate(218deg) brightness(95%) contrast(89%)}.crm-section{padding:80px 25px;background:#fff}.crm-section-alt{background:#f8f9fa}.crm-container{max-width:1408px;margin:0 auto;width:100%;padding:0 25px}.crm-section-header{text-align:center;margin-bottom:64px}.crm-section-title{font-size:42px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 24px 0;font-family:"Inter",sans-serif}.crm-section-subtitle{font-size:20px;line-height:32px;color:#6b7280;max-width:800px;margin:0 auto;font-family:"Inter",sans-serif}.crm-features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;margin-top:48px}.crm-feature-card{text-align:center;padding:40px 32px;background:#fff;border:2px solid #e5e7eb;border-radius:20px;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.crm-feature-card:hover{transform:translateY(-8px);border-color:#667eea;box-shadow:0 12px 40px rgba(102,126,234,.15)}.crm-feature-card h4{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 16px 0;font-family:"Inter",sans-serif}.crm-feature-card p{font-size:16px;line-height:26px;color:#6b7280;margin:0;font-family:"Inter",sans-serif}.crm-feature-icon{width:80px;height:80px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;box-shadow:0 4px 20px rgba(102,126,234,.3)}.crm-feature-icon svg{width:40px;height:40px}.crm-pain-points{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}.crm-pain-point{background:#fff;border-left:5px solid #ef4444;padding:28px;border-radius:12px;display:flex;gap:20px;align-items:flex-start;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.crm-pain-point:hover{background:#fef2f2;transform:translateX(5px);box-shadow:0 4px 20px rgba(239,68,68,.1)}.crm-pain-icon{flex-shrink:0;width:36px;height:36px;color:#ef4444;margin-top:4px}.crm-pain-icon svg{width:100%;height:100%}.crm-pain-content{flex:1}.crm-pain-content h5{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px 0;font-family:"Inter",sans-serif}.crm-pain-content p{font-size:16px;line-height:26px;color:#6b7280;margin:0;font-family:"Inter",sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.crm-pain-point.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.crm-solution-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.crm-solution-content h2{font-size:42px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 24px 0;text-align:left;font-family:"Inter",sans-serif}.crm-solution-content p{font-size:18px;line-height:30px;color:#6b7280;text-align:left;margin-bottom:32px;font-family:"Inter",sans-serif}.crm-solution-list{list-style:none;padding:0;margin:0 0 32px 0;display:flex;flex-direction:column;gap:20px}.crm-solution-list li{display:flex;gap:16px;align-items:flex-start}.crm-solution-list li svg{flex-shrink:0;width:24px;height:24px;color:#10b981;margin-top:2px}.crm-solution-list li div{flex:1;font-size:16px;line-height:26px;color:#6b7280;font-family:"Inter",sans-serif}.crm-solution-list li div strong{color:#1a1a1a;font-weight:600}.crm-cta-button-secondary{display:inline-flex;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:none}.crm-cta-button-secondary:hover{background:linear-gradient(135deg, #5568d3 0%, #653a8f 100%);color:#fff}.crm-cta-button-secondary img{filter:brightness(0) invert(1)}.crm-solution-features{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}.crm-benefit-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:28px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.crm-benefit-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 8px 30px rgba(102,126,234,.15)}.crm-benefit-card svg{color:#667eea;margin-bottom:16px}.crm-benefit-card h4,.crm-benefit-card h5{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 12px 0;font-family:"Inter",sans-serif}.crm-benefit-card h4{font-size:22px;margin:0 0 16px 0}.crm-benefit-card p{font-size:14px;line-height:22px;color:#6b7280;margin:0;font-family:"Inter",sans-serif}.crm-benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;margin-top:48px}.crm-benefit-icon{width:72px;height:72px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:#f8f9fa;border:2px solid #e5e7eb}.crm-benefit-icon svg{width:36px;height:36px}.crm-benefit-icon.crm-benefit-icon-success{color:#10b981;background:#ecfdf5;border-color:#d1fae5}.crm-benefit-icon.crm-benefit-icon-primary{color:#667eea;background:#eef2ff;border-color:#c7d2fe}.crm-benefit-icon.crm-benefit-icon-warning{color:#f59e0b;background:#fffbeb;border-color:#fef3c7}.crm-benefit-icon.crm-benefit-icon-info{color:#3b82f6;background:#eff6ff;border-color:#dbeafe}.crm-process-steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px;margin-top:48px}.crm-process-step{text-align:center;padding:24px}.crm-process-step h5{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px 0;font-family:"Inter",sans-serif}.crm-process-step p{font-size:16px;line-height:26px;color:#6b7280;margin:0;font-family:"Inter",sans-serif}.crm-process-number{width:72px;height:72px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:700;margin:0 auto 20px;font-family:"Inter",sans-serif;box-shadow:0 4px 20px rgba(102,126,234,.3)}.crm-process-cta{text-align:center;margin-top:64px}.crm-process-cta-text{font-size:20px;line-height:32px;color:#6b7280;margin:0 0 32px 0;font-family:"Inter",sans-serif}.crm-process-cta-text strong{color:#1a1a1a;font-weight:700}.crm-testimonials{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;margin-bottom:48px}.crm-testimonial{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.crm-testimonial:hover{box-shadow:0 8px 30px rgba(0,0,0,.1);transform:translateY(-4px)}.crm-testimonial-text{font-size:16px;line-height:28px;color:#4b5563;margin:0 0 24px 0;font-style:italic;font-family:"Inter",sans-serif}.crm-testimonial-author{display:flex;align-items:center;gap:16px}.crm-testimonial-author strong{font-size:18px;font-weight:600;color:#1a1a1a;display:block;margin-bottom:4px;font-family:"Inter",sans-serif}.crm-testimonial-author small{font-size:14px;color:#6b7280;font-family:"Inter",sans-serif}.crm-testimonial-avatar{width:56px;height:56px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;flex-shrink:0;font-family:"Inter",sans-serif;box-shadow:0 4px 15px rgba(102,126,234,.3)}.crm-testimonial-avatar.crm-testimonial-avatar-success{background:linear-gradient(135deg, #10b981 0%, #059669 100%);box-shadow:0 4px 15px rgba(16,185,129,.3)}.crm-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;text-align:center}.crm-stat h3{font-size:56px;font-weight:700;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin:0 0 12px 0;font-family:"Inter",sans-serif}.crm-stat p{font-size:18px;line-height:28px;color:#6b7280;margin:0;font-family:"Inter",sans-serif}.crm-faq{max-width:800px;margin:0 auto}.crm-faq-item{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.crm-faq-item:hover{border-color:#667eea;box-shadow:0 4px 15px rgba(102,126,234,.1)}.crm-faq-item.active{border-color:#667eea;box-shadow:0 4px 20px rgba(102,126,234,.15)}.crm-faq-question{padding:24px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#1a1a1a;font-size:18px;font-family:"Inter",sans-serif;transition:all .3s ease;background:#fff}.crm-faq-question:hover{color:#667eea;background:#f8f9fa}.crm-faq-item.active .crm-faq-question{color:#667eea;background:#f8f9fa}.crm-faq-icon{width:24px;height:24px;flex-shrink:0;margin-left:16px;transition:transform .3s ease;color:#6b7280}.crm-faq-item.active .crm-faq-icon{transform:rotate(180deg);color:#667eea}.crm-faq-answer{padding:0 24px 24px;color:#6b7280;display:none;font-size:16px;line-height:26px;font-family:"Inter",sans-serif}.crm-faq-answer p{margin:0}.crm-faq-item.active .crm-faq-answer{display:block}.crm-cta-final{text-align:center;max-width:800px;margin:0 auto;padding:60px 40px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:24px;box-shadow:0 10px 40px rgba(102,126,234,.3)}.crm-cta-title{font-size:42px;font-weight:700;line-height:1.3;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.crm-cta-subtitle{font-size:20px;line-height:32px;color:hsla(0,0%,100%,.95);margin-bottom:40px;font-family:"Inter",sans-serif}.crm-cta-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}.crm-cta-button-outline{background:rgba(0,0,0,0);border:2px solid hsla(0,0%,100%,.3);color:#fff}.crm-cta-button-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);color:#fff}.crm-cta-button-outline img{filter:brightness(0) invert(1)}.crm-cta-note{font-size:14px;color:hsla(0,0%,100%,.9);margin:0;font-family:"Inter",sans-serif}@media(max-width: 967px){.crm-hero{padding:100px 16px 60px;min-height:auto}.crm-hero-content{text-align:left;gap:24px}.crm-title{font-size:32px;line-height:42px}.crm-subtitle{font-size:16px;line-height:26px}.crm-cta-button{width:100%;justify-content:center;padding:14px 32px}.crm-container{padding:0 16px}.crm-section{padding:60px 16px}.crm-section-header{margin-bottom:40px}.crm-section-title{font-size:28px;line-height:36px;margin-bottom:16px}.crm-section-subtitle{font-size:16px;line-height:26px}.crm-features-grid{grid-template-columns:1fr;gap:20px;margin-top:32px}.crm-feature-card{padding:28px 24px}.crm-feature-icon{width:64px;height:64px;margin-bottom:20px}.crm-feature-icon svg{width:32px;height:32px}.crm-feature-card h4{font-size:20px;margin-bottom:12px}.crm-feature-card p{font-size:15px;line-height:24px}.crm-pain-points{gap:20px}.crm-pain-point{padding:20px;flex-direction:column;gap:16px}.crm-pain-icon{width:32px;height:32px;margin-top:0}.crm-pain-content h5{font-size:18px;margin-bottom:8px}.crm-pain-content p{font-size:15px;line-height:24px}.crm-solution-wrapper{grid-template-columns:1fr;gap:40px}.crm-solution-content h2{font-size:28px;line-height:36px;margin-bottom:20px}.crm-solution-content p{font-size:16px;line-height:26px;margin-bottom:24px}.crm-solution-list{gap:16px;margin-bottom:24px}.crm-solution-list li{gap:12px}.crm-solution-list li svg{width:20px;height:20px}.crm-solution-list li div{font-size:15px;line-height:24px}.crm-solution-features{grid-template-columns:1fr;gap:16px}.crm-benefit-card{padding:24px 20px}.crm-benefit-card svg{width:40px;height:40px;margin-bottom:12px}.crm-benefit-card h5{font-size:16px;margin-bottom:8px}.crm-benefit-card p{font-size:13px;line-height:20px}.crm-benefits-grid{grid-template-columns:1fr;gap:24px;margin-top:32px}.crm-benefit-icon{width:60px;height:60px;margin-bottom:20px}.crm-benefit-icon svg{width:30px;height:30px}.crm-benefit-card h4{font-size:20px;margin-bottom:12px}.crm-benefit-card p{font-size:15px;line-height:24px}.crm-process-steps{grid-template-columns:1fr;gap:32px;margin-top:32px}.crm-process-step{padding:20px}.crm-process-number{width:60px;height:60px;font-size:24px;margin-bottom:16px}.crm-process-step h5{font-size:18px;margin-bottom:10px}.crm-process-step p{font-size:15px;line-height:24px}.crm-process-cta{margin-top:48px}.crm-process-cta-text{font-size:18px;line-height:28px;margin-bottom:24px}.crm-testimonials{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.crm-testimonial{padding:24px}.crm-testimonial-text{font-size:15px;line-height:24px;margin-bottom:20px}.crm-testimonial-avatar{width:48px;height:48px;font-size:18px}.crm-testimonial-author strong{font-size:16px}.crm-testimonial-author small{font-size:13px}.crm-stats{grid-template-columns:1fr;gap:32px}.crm-stat h3{font-size:42px;margin-bottom:8px}.crm-stat p{font-size:16px;line-height:24px}.crm-faq{margin-top:32px}.crm-faq-item{margin-bottom:12px}.crm-faq-question{padding:20px;font-size:16px}.crm-faq-answer{padding:0 20px 20px;font-size:15px;line-height:24px}.crm-cta-final{padding:40px 24px;border-radius:16px}.crm-cta-title{font-size:28px;line-height:36px;margin-bottom:20px}.crm-cta-subtitle{font-size:16px;line-height:26px;margin-bottom:32px}.crm-cta-buttons{flex-direction:column;gap:16px;margin-bottom:20px}.crm-cta-button,.crm-cta-button-outline{width:100%;justify-content:center}.crm-cta-note{font-size:13px}}@media(max-width: 480px){.crm-hero{padding:80px 16px 50px}.crm-title{font-size:28px;line-height:38px}.crm-subtitle{font-size:15px;line-height:24px}.crm-section-title{font-size:24px;line-height:32px}.crm-section-subtitle{font-size:15px;line-height:24px}.crm-feature-card,.crm-benefit-card,.crm-testimonial{padding:20px 16px}.crm-pain-point{padding:16px}.crm-process-number{width:56px;height:56px;font-size:22px}.crm-stat h3{font-size:36px}.crm-cta-final{padding:32px 20px}.crm-cta-title{font-size:24px;line-height:32px}}div.sib-sms-field {
display: inline-block;
position: relative;
width: 100%;
}
.sib-sms-field .sib-country-block {
position: absolute;
right: auto;
left: 0;
top: 0;
bottom: 0;
padding: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sib-country-block .sib-toggle.sib-country-flg {
z-index: 1;
position: relative;
width: 46px;
height: 100%;
padding: 0 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #dbdbdb;
cursor: pointer;
}
.sib-country-block .sib-toggle .sib-cflags {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
width: 20px;
background-repeat: no-repeat;
background-color: #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(//maisempresa.pt/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width:  0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0px;
margin: 0px 0px 0px -1px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
background-color: white;
border: 1px solid rgb(204, 204, 204);
white-space: nowrap;
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
top: 50px;
width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
font-size: 14px;
padding:1px 10px;
cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
width: 20px;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
height: 18px;
width: 20px;
background-image: url(//maisempresa.pt/wp-content/plugins/mailin/img/flags/ad.png);
vertical-align: middle;
display: inline-block;
background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
margin-left: 20px;
}
.sib-sms-field .sib-sms {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0;
}
.sib-multi-lists.sib_error {
color: #A94442;
}