﻿*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",sans-serif;background:#000;color:#fff;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::before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 50%, rgba(93, 173, 226, 0.3) 0%, transparent 70%);pointer-events:none;z-index:0}body>*{position:relative;z-index:1}.header-desktop{display:none;border:1px solid hsla(0,0%,100%,.04);position:fixed;top:0;left:0;right:0;width:100%;padding:0 max(24px,(100% - 1408px)/2);z-index:1000;background:rgba(0,0,0,.8);backdrop-filter:blur(17px)}.header-desktop::before{content:"";position:absolute;inset:0;background-image:url("../img/bg-hero-1.png");background-size:cover;background-position:50% 50%;backdrop-filter:blur(17px);pointer-events:none;z-index:0}.header-desktop .container{position:relative;z-index:1;display:flex;height:64px;align-items:center;justify-content:space-between;width:100%}.header-desktop .logo-container{display:flex;gap:16px;align-items:center}.header-desktop .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-icon img{width:15.592px;height:25px}.header-desktop .logo-text{font-size:24px;color:#fff;line-height:0}.header-desktop .logo-text .light{font-weight:300}.header-desktop .logo-text .bold{font-weight:600}.header-desktop .navigation{display:flex;gap:32px;align-items:center}.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:color .3s ease}.header-desktop .nav-link:hover{color:#5dade2}.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;background:rgba(0,0,0,.95);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:8px 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000}.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:#fff;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}.header-desktop .nav-button{background:#5dade2;border-radius:10px;padding:8px 16px;font-size:16px;color:#000;text-decoration:none;line-height:24px}.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,.8);backdrop-filter:blur(17px);height:72px;box-sizing:border-box}.header-mobile::before{content:"";position:absolute;inset:0;background-image:url("../img/bg-hero-2.png");background-size:cover;background-position:50% 50%;pointer-events:none;z-index:0}.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}.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}.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:rgba(0,0,0,.98);backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.1);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;box-shadow:0 4px 20px rgba(0,0,0,.5);-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%,.05);transition:color .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:#5dade2}.header-mobile .submenu-toggle{background:none;border:none;padding:4px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:color .3s ease;margin-left:8px;flex-shrink:0}.header-mobile .submenu-toggle:hover{color:#5dade2}.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:rgba(0,0,0,.98);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:none;border:none;padding:12px 0;cursor:pointer;color:#fff;display:flex;align-items:center;gap:12px;font-size:16px;width:100%;text-align:left;transition:color .3s ease}.header-mobile .submenu-back-button:hover{color:#5dade2}.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%,.05);transition:color .3s ease}.header-mobile .mobile-submenu-link:hover,.header-mobile .mobile-submenu-link:active{color:#5dade2}.header-mobile .submenu-item:last-child .mobile-submenu-link{border-bottom:none}.header-mobile .mobile-nav-button{background:#5dade2;border-radius:10px;padding:14px 24px;font-size:16px;color:#000;text-decoration:none;text-align:center;font-weight:600;margin-top:8px;transition:background .3s ease,transform .2s ease;display:block;width:100%;box-sizing:border-box}.header-mobile .mobile-nav-button:hover,.header-mobile .mobile-nav-button:active{background:#4a9fd1;transform:scale(0.98)}.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}.footer-desktop{display:flex;padding:80px max(24px,(100% - 1408px)/2);position:relative;max-width:1920px;margin:0 auto;flex-direction:column}.footer-desktop::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg, #0A0A0A 0%, rgba(17, 17, 17, 0.5) 100%);pointer-events:none;z-index:0}.footer-desktop .container{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px;align-items:center;width:100%}.footer-desktop .top-section{display:flex;align-items:center;justify-content:space-between;width:100%}.footer-desktop .logo-container{display:flex;gap:16px;align-items:center}.footer-desktop .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}.footer-desktop .logo-icon img{width:15.592px;height:25px}.footer-desktop .logo-text{font-size:24px;color:#fff;line-height:0}.footer-desktop .logo-text-mobile{display:none}.footer-desktop .logo-text .light{font-weight:300}.footer-desktop .logo-text .bold{font-weight:600}.footer-desktop .footer-links{display:flex;gap:12px;font-size:14px;color:#99a1af;line-height:20px}.footer-desktop .footer-links a{color:#99a1af;text-decoration:none}.footer-desktop .bottom-section{border-top:1px solid hsla(0,0%,100%,.04);padding-top:33px;width:100%;display:flex;justify-content:space-between;align-items:center}.footer-desktop .copyright{font-size:14px;color:#99a1af;line-height:20px}.footer-desktop .copyright .copyright-line1,.footer-desktop .copyright .copyright-line2{display:inline}.footer-desktop .copyright .copyright-mobile{display:none}.footer-desktop .copyright .copyright-desktop{display:inline}.footer-desktop .social-links{display:flex;gap:24px;font-size:14px;color:#99a1af;line-height:20px}.footer-desktop .social-links a{color:#99a1af;text-decoration:none}.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("../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("../img/icon-check.svg");background-size:contain}.comparison-desktop .advantages-list li::before{background-image:url("../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("../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;gap:68px;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{border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:33px;width:100%;max-width:1408px;min-height:538px}.form-desktop .contact-form{display:flex;flex-direction:column;gap:24px;height:100%}.form-desktop .form-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;height:80px}.form-desktop .form-group{display:flex;flex-direction:column;gap:8px}.form-desktop .form-group.full-width{height:184px}.form-desktop .form-group label{font-size:16px;color:#fff;line-height:24px}.form-desktop .form-group input,.form-desktop .form-group select,.form-desktop .form-group textarea{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.05);border-radius:14px;padding:0 16px;height:48px;color:#fff;font-size:16px;font-family:"Inter",sans-serif}.form-desktop .form-group textarea{height:146px;padding:12px 16px;resize:none}.form-desktop .form-group input::placeholder,.form-desktop .form-group textarea::placeholder{color:#6a7282}.form-desktop .form-group select{color:#6a7282}.form-desktop .form-message{padding:16px;border-radius:14px;margin-bottom:24px;font-size:16px;line-height:1.5}.form-desktop .form-message-success{background:rgba(0,200,80,.15);border:1px solid rgba(0,200,80,.3);color:#00c850}.form-desktop .form-message-error{background:rgba(255,77,77,.15);border:1px solid rgba(255,77,77,.3);color:#ff4d4d}.form-desktop .form-message ul{margin:8px 0 0 0;padding-left:20px}.form-desktop .form-message li{margin:4px 0}.form-desktop .form-submit-button{background:#5dade2;border:none;border-radius:16px;height:55px;padding:0 32px;color:#000;font-size:16px;font-weight:600;line-height:24px;font-family:"Inter",sans-serif;cursor:pointer;width:fit-content;align-self:center;transition:background .3s ease,transform .2s ease}.form-desktop .form-submit-button:hover:not(:disabled){background:#4a9fd1;transform:translateY(-2px)}.form-desktop .form-submit-button:active:not(:disabled){transform:translateY(0)}.form-desktop .form-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-desktop .button-loading{display:inline-block}.form-desktop .form-dots{display:flex;gap:8px;align-items:center;justify-content:center;height:8px}.form-desktop .form-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.2)}.form-desktop .form-dot.active{width:32px;background:#5dade2;border-radius:9999px}.form-desktop .form-container .wpcf7{max-width:100%}.form-desktop .form-container .wpcf7-form{display:flex;flex-direction:column;gap:24px}.form-desktop .form-container .form-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}.form-desktop .form-container .form-group{display:flex;flex-direction:column;gap:8px}.form-desktop .form-container .form-group.full-width{grid-column:1/-1}.form-desktop .form-container .wpcf7-form-control-wrap{display:block;width:100%}.form-desktop .form-container .wpcf7-form-control{width:100%;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.05);border-radius:14px;padding:0 16px;height:48px;color:#fff;font-size:16px;font-family:"Inter",sans-serif;transition:all .3s ease;box-sizing:border-box}.form-desktop .form-container .wpcf7-form-control:focus{outline:none;border-color:#5dade2;background:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(93,173,226,.1)}.form-desktop .form-container .wpcf7-form-control::placeholder{color:#6a7282}.form-desktop .form-container .wpcf7-textarea{height:146px;padding:12px 16px;resize:none;font-family:"Inter",sans-serif}.form-desktop .form-container .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;color:#6a7282}.form-desktop .form-container .wpcf7-select option{background:#1a1a1a;color:#fff;padding:12px}.form-desktop .form-container .wpcf7-select option:hover,.form-desktop .form-container .wpcf7-select option:checked,.form-desktop .form-container .wpcf7-select option:focus{background:#2a2a2a;color:#5dade2}.form-desktop .form-container label{font-size:16px;color:#fff;line-height:24px;font-family:"Inter",sans-serif}.form-desktop .form-container .wpcf7-submit{background:#5dade2;border:none;border-radius:16px;height:55px;padding:0 32px;color:#000;font-size:16px;font-weight:600;line-height:24px;font-family:"Inter",sans-serif;cursor:pointer;width:fit-content;align-self:center;transition:background .3s ease,transform .2s ease;margin-top:8px}.form-desktop .form-container .wpcf7-submit:hover:not(:disabled){background:#4a9fd1;transform:translateY(-2px)}.form-desktop .form-container .wpcf7-submit:active:not(:disabled){transform:translateY(0)}.form-desktop .form-container .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-desktop .form-container .wpcf7-response-output{padding:16px;border-radius:14px;margin-top:24px;font-size:16px;line-height:1.5;font-family:"Inter",sans-serif}.form-desktop .form-container .wpcf7-mail-sent-ok{background:rgba(0,200,80,.15);border:1px solid rgba(0,200,80,.3);color:#00c850}.form-desktop .form-container .wpcf7-mail-sent-ng,.form-desktop .form-container .wpcf7-aborted,.form-desktop .form-container .wpcf7-spam,.form-desktop .form-container .wpcf7-validation-errors{background:rgba(255,77,77,.15);border:1px solid rgba(255,77,77,.3);color:#ff4d4d}.form-desktop .form-container .wpcf7-not-valid-tip{color:#ff4d4d;font-size:14px;margin-top:4px;font-family:"Inter",sans-serif}.form-desktop .form-container .wpcf7-not-valid{border-color:#ff4d4d !important}.form-desktop .form-container .wpcf7-form p{margin:0}.form-desktop .form-container .wpcf7-form br{display:none}.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%,.05);border:1px solid hsla(0,0%,100%,.04);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:400;line-height:1;color:#fff;text-align:center;margin:0}.faq-desktop .faq-header p{font-size:18px;color:#99a1af;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:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:0;overflow:hidden;transition:all .3s ease;cursor:pointer;margin-bottom:16px}.faq-desktop .faq-item:last-child{margin-bottom:0}.faq-desktop .faq-item.active{border-color:rgba(93,173,226,.3)}.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:#99a1af;margin:0;transition:color .3s ease;flex:1}.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;flex-shrink:0;margin-left:16px}.faq-desktop .faq-item.active .faq-icon{transform:rotate(-90deg) scaleY(1)}.faq-desktop .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 32px}.faq-desktop .faq-item.active .faq-answer{max-height:500px;padding:0 32px 24px 32px}.faq-desktop .faq-answer p{font-size:16px;color:#99a1af;line-height:24px;margin:0;padding-top:16px}.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:20px;background:linear-gradient(135deg, rgba(93, 173, 226, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);border:1px solid hsla(0,0%,100%,.08);display:flex;justify-content:space-between;align-items:center;gap:24px}.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:#99a1af}.faq-contact-cta .cta-button{white-space:nowrap}.post-type-archive-faqs .faq-desktop{display:flex}.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("../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("../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("../img/icon-check-3.svg");background-size:contain}.advantages-list li::before{content:"";width:14px;height:14px;flex-shrink:0;background-image:url("../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("../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("../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}@media(max-width: 767px){.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}}.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}@media(max-width: 967px){.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}}.artigo-hero{position:relative;height:362px;overflow:hidden;margin-top:64px}.artigo-hero-background{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg, #0A0A0A 0%, #1a1a2e 50%, #0A0A0A 100%);background-size:200% 200%;animation:gradientShift 10s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.artigo-hero-background::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%, rgba(93, 173, 226, 0.1) 0%, transparent 50%);z-index:1}.artigo-hero-thumb{position:absolute;inset:0;z-index:0;overflow:hidden}.artigo-hero-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}.artigo-hero-background::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.7) 100%);z-index:1}.artigo-hero-background img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-bg-mobile,.hero-overlay-mobile{display:none}.artigo-hero-content{position:relative;z-index:1;padding:32px max(24px,(100% - 1408px)/2) 0;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.artigo-breadcrumb{display:flex;gap:8px;align-items:center;height:24px}.breadcrumb-link{font-size:16px;color:#fff;text-decoration:none;line-height:24px;font-family:"Inter",sans-serif}.breadcrumb-back{display:none}.breadcrumb-back::before{content:"";width:15.995px;height:15.995px;display:inline-block;margin-right:7.993px;background:url("../img/icon-arrow-back.svg") no-repeat center;background-size:contain;vertical-align:middle}.breadcrumb-separator{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.breadcrumb-separator img,.breadcrumb-separator svg{width:100%;height:100%;object-fit:contain}.breadcrumb-separator svg{color:#fff}.breadcrumb-current{font-size:14px;color:#5dade2;line-height:20px;font-family:"Inter",sans-serif}.artigo-content{background:#0a0a0a;padding:40px max(24px,(100% - 1408px)/2)}.artigo-container{display:flex;gap:32px;align-items:flex-start}.artigo-main{flex:1;min-width:0}.artigo-header{margin-bottom:24px}.artigo-category{display:flex;gap:8px;align-items:center;background:rgba(93,173,226,.1);border:1px solid rgba(93,173,226,.3);border-radius:16px;padding:9px 17px;width:fit-content;margin-bottom:48px}.artigo-category img,.artigo-category svg{width:14px;height:14px;object-fit:contain;flex-shrink:0}.artigo-category svg{color:#5dade2}.artigo-category span{font-size:14px;color:#5dade2;line-height:20px;font-family:"Inter",sans-serif}.artigo-title{font-size:60px;font-weight:400;line-height:75px;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.artigo-meta{display:flex;gap:8px;align-items:center;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.04)}.meta-item{display:flex;gap:8px;align-items:center}.meta-item img,.meta-item svg{width:16px;height:16px;object-fit:contain;flex-shrink:0}.meta-item svg{color:#99a1af}.meta-item span{font-size:14px;color:#99a1af;line-height:20px;font-family:"Inter",sans-serif}.artigo-actions{display:flex;gap:16px;align-items:center;margin-left:auto}.action-btn{display:flex;gap:8px;align-items:center;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0}.action-btn img,.action-btn svg{width:16px;height:16px;object-fit:contain;flex-shrink:0}.action-btn svg{color:#fff}.action-btn span{font-size:14px;color:#99a1af;line-height:20px;font-family:"Inter",sans-serif}.action-btn:hover span{color:#fff}.artigo-intro{margin-bottom:48px}.artigo-intro p{font-size:18px;color:#d1d5dc;line-height:29.25px;margin:0;font-family:"Inter",sans-serif}.artigo-section{margin-bottom:48px}.artigo-section h2{font-size:30px;font-weight:400;line-height:36px;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.artigo-section p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0 0 24px 0;font-family:"Inter",sans-serif}.artigo-content-text{font-size:18px;line-height:1.75;color:#d1d5dc;font-family:"Inter",sans-serif;margin-bottom:48px}.artigo-content-text p{font-size:18px;line-height:1.75;color:#d1d5dc;margin:0 0 24px 0;font-family:"Inter",sans-serif}.artigo-content-text p:last-child{margin-bottom:0}.artigo-content-text strong{font-weight:600;color:#fff;font-size:18px}.artigo-content-text h2,.artigo-content-text h3,.artigo-content-text h4{font-family:"Inter",sans-serif;color:#fff;margin:32px 0 16px 0;font-weight:600}.artigo-content-text h2{font-size:28px;line-height:1.3}.artigo-content-text h3{font-size:24px;line-height:1.4}.artigo-content-text h4{font-size:20px;line-height:1.4}.artigo-content-text ul,.artigo-content-text ol{margin:24px 0;padding-left:0;list-style:none}.artigo-content-text ul li,.artigo-content-text ol li{position:relative;padding-left:28px;margin-bottom:12px;font-size:18px;line-height:1.75;color:#d1d5dc}.artigo-content-text ul li::before{content:"•";position:absolute;left:0;color:#5dade2;font-weight:bold;font-size:20px;line-height:1.75}.artigo-content-text ol{counter-reset:list-counter}.artigo-content-text ol li{counter-increment:list-counter;padding-left:32px}.artigo-content-text ol li::before{content:counter(list-counter) ".";position:absolute;left:0;color:#5dade2;font-weight:600;font-size:18px}.artigo-content-text a{color:#5dade2;text-decoration:none;transition:color .3s ease;border-bottom:1px solid rgba(93,173,226,.3)}.artigo-content-text a:hover{color:#8b5cf6;border-bottom-color:rgba(139,92,246,.5)}.artigo-content-text blockquote{border-left:4px solid #5dade2;padding-left:24px;margin:32px 0;font-style:italic;color:#99a1af;background:rgba(93,173,226,.05);padding:20px 24px;border-radius:8px}.artigo-content-text code{background:hsla(0,0%,100%,.1);padding:2px 6px;border-radius:4px;font-size:16px;color:#a3ff4d;font-family:"Courier New",monospace}.artigo-content-text pre{background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:20px;overflow-x:auto;margin:24px 0}.artigo-content-text pre code{background:rgba(0,0,0,0);padding:0;color:#d1d5dc}.artigo-stats{display:flex;gap:16px;margin:24px 0}.stat-card{border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:25px;display:flex;flex-direction:column;gap:8px;flex:1}.stat-value{font-size:30px;color:#a3ff4d;line-height:36px;font-family:"Inter",sans-serif}.stat-label{font-size:14px;color:#99a1af;line-height:20px;font-family:"Inter",sans-serif}.artigo-image{margin:24px 0;border-radius:16px;overflow:hidden}.artigo-image img{width:100%;height:auto;display:block;object-fit:cover}.artigo-conclusion{border:1px solid rgba(93,173,226,.2);border-radius:16px;padding:33px;margin:48px 0;background:rgba(93,173,226,.05)}.artigo-conclusion h3{font-size:20px;color:#5dade2;line-height:28px;margin:0 0 16px 0;font-family:"Inter",sans-serif}.artigo-conclusion p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.artigo-cta{border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:33px;text-align:center;margin:48px 0}.artigo-cta h2{font-size:24px;color:#fff;line-height:32px;margin:0 0 16px 0;font-family:"Inter",sans-serif}.artigo-cta p{font-size:16px;color:#99a1af;line-height:24px;margin:0 0 24px 0;font-family:"Inter",sans-serif}.cta-button{background:linear-gradient(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px}.cta-button:hover{opacity:.9}.artigo-sidebar{width:373px;flex-shrink:0;display:flex;flex-direction:column;gap:32px}.sidebar-section{border:1px solid hsla(0,0%,100%,.04);border-radius:16px;padding:25px}.sidebar-section h3{font-size:16px;color:#fff;line-height:24px;margin:0 0 24px 0;display:flex;gap:8px;align-items:center;font-family:"Inter",sans-serif}.related-article{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.related-article:last-child{margin-bottom:0}.related-image{border-radius:10px;overflow:hidden;height:182px}.related-image img{width:100%;height:100%;object-fit:cover}.related-content h4{font-size:14px;color:#fff;line-height:20px;margin:0 0 8px 0;font-family:"Inter",sans-serif}.related-content p{font-size:12px;color:#99a1af;line-height:16px;margin:0 0 8px 0;font-family:"Inter",sans-serif}.related-meta{display:flex;gap:8px;align-items:center;font-size:12px;color:#6a7282;line-height:16px;font-family:"Inter",sans-serif}.related-meta span:not(:last-child)::after{content:"•";margin-left:8px}.newsletter-section{border:1px solid rgba(93,173,226,.2)}.newsletter-section h3{font-size:16px;color:#fff;line-height:24px;margin:0 0 16px 0;font-family:"Inter",sans-serif}.newsletter-section h3::before{display:none}.newsletter-section p{font-size:14px;color:#99a1af;line-height:20px;margin:0 0 16px 0;font-family:"Inter",sans-serif}.newsletter-form{display:flex;flex-direction:column;gap:12px}.newsletter-input{background:#0a0a0a;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:12px 16px;color:#fff;font-size:14px;font-family:"Inter",sans-serif;outline:none}.newsletter-input::placeholder{color:hsla(0,0%,100%,.5)}.newsletter-button{background:#5dade2;border:none;border-radius:10px;padding:12px 16px;color:#000;font-size:14px;line-height:20px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease}.newsletter-button:hover{opacity:.9}@media(max-width: 967px){.artigo-hero{height:239px;margin-top:72px;position:relative}.artigo-hero-background{position:absolute;inset:0}.hero-bg-desktop,.hero-overlay-desktop{display:none}.hero-bg-mobile,.hero-overlay-mobile{display:block}.artigo-hero-content{padding:16px;position:relative;z-index:1}.artigo-breadcrumb{gap:7.993px;height:20.004px}.breadcrumb-back{display:flex;align-items:center;gap:7.993px;font-size:14px;color:#99a1af}.breadcrumb-back::before{content:"";width:15.995px;height:15.995px;display:block;background:url("../img/icon-arrow-back.svg") no-repeat center;background-size:contain}.breadcrumb-desktop{display:none}.breadcrumb-separator{display:none}.breadcrumb-current{display:none}.artigo-content{padding:0}.artigo-container{flex-direction:column;gap:64px;padding:0 16px 64px}.artigo-header{padding-top:0}.artigo-category{margin-bottom:32px;padding:9px 17px;border-width:.525px}.artigo-category img{width:13.995px;height:13.995px}.artigo-category span{font-size:14px}.artigo-title{font-size:30px;line-height:normal;margin-bottom:32px}.artigo-meta{flex-wrap:wrap;gap:24px;padding-bottom:24px;border-bottom-width:.525px}.meta-item{gap:7.993px}.meta-item img{width:15.995px;height:15.995px}.meta-item span{font-size:14px}.artigo-actions{width:100%;margin-left:0;gap:15.995px}.action-btn{gap:7.993px}.action-btn img{width:15.995px;height:15.995px}.action-btn span{font-size:14px}.artigo-intro{margin-bottom:24px}.artigo-intro p{font-size:16px;line-height:26px}.artigo-section{margin-bottom:24px}.artigo-section h2{font-size:24px;line-height:32px;margin-bottom:16px}.artigo-section p{font-size:16px;line-height:26px;margin-bottom:16px}.artigo-content-text{font-size:16px;line-height:1.7;margin-bottom:32px}.artigo-content-text p{font-size:16px;line-height:1.7;margin-bottom:20px}.artigo-content-text strong{font-size:16px}.artigo-content-text h2{font-size:24px;margin:24px 0 12px 0}.artigo-content-text h3{font-size:20px;margin:24px 0 12px 0}.artigo-content-text h4{font-size:18px;margin:20px 0 10px 0}.artigo-content-text ul,.artigo-content-text ol{margin:20px 0}.artigo-content-text ul li,.artigo-content-text ol li{font-size:16px;line-height:1.7;padding-left:24px;margin-bottom:10px}.artigo-content-text ul li::before{font-size:18px}.artigo-content-text ol li{padding-left:28px}.artigo-content-text ol li::before{font-size:16px}.artigo-content-text blockquote{margin:24px 0;padding:16px 20px}.artigo-content-text pre{padding:16px;margin:20px 0}.artigo-stats{flex-direction:column;gap:16px;margin:16px 0}.stat-card{padding:24px;border-width:.525px}.stat-value{font-size:30px;line-height:36px}.stat-label{font-size:14px;line-height:20px}.artigo-image{margin:16px 0;border-radius:16px}.artigo-conclusion{padding:24px;margin:24px 0;border-width:.525px}.artigo-conclusion h3{font-size:20px;line-height:28px;margin-bottom:16px}.artigo-conclusion p{font-size:16px;line-height:26px}.artigo-cta{padding:24px;margin:24px 0;border-width:.525px}.artigo-cta h2{font-size:24px;line-height:32px;margin-bottom:16px}.artigo-cta p{font-size:16px;line-height:24px;margin-bottom:24px}.cta-button{width:100%;padding:12px 24px}.artigo-sidebar{width:100%}.sidebar-section{padding:24px;border-width:.525px}.sidebar-section h3{font-size:16px;line-height:24px;margin-bottom:24px}.related-article{gap:12px;margin-bottom:24px}.related-image{height:182px}.related-content h4{font-size:14px;line-height:20px}.related-content p{font-size:12px;line-height:16px}.related-meta{font-size:12px;line-height:16px}.newsletter-section{border-width:.525px}.newsletter-section h3{font-size:16px;line-height:24px;margin-bottom:16px}.newsletter-section p{font-size:14px;line-height:20px;margin-bottom:16px}.newsletter-input{padding:12px 16px;font-size:14px}.newsletter-button{padding:12px 16px;font-size:14px}}.blog-hero{position:relative;padding:68px max(24px,(100% - 1408px)/2) 50px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1920px;margin:0 auto;width:100%;box-sizing:border-box}.blog-hero-container{position:relative;z-index:1;display:flex;flex-direction:column;gap:48px;align-items:center;width:100%;padding-top:30px;max-width:1280px}.blog-hero-content{display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.blog-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;justify-content:center}.blog-tag-text{font-size:14px;color:#5dade2;line-height:20px}.blog-tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.2);border-radius:50%}.blog-tag-subtext{font-size:14px;color:#99a1af;line-height:20px}.blog-title{font-size:52px;font-weight:400;line-height:75px;color:#fff;text-align:center;margin:0}.blog-subtitle{font-size:18px;color:#99a1af;line-height:29.25px;text-align:center;max-width:758px;margin:0}.blog-search{position:relative;width:672px;max-width:100%;height:58px}.blog-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;z-index:2;pointer-events:none}.blog-search-icon img{width:100%;height:100%;object-fit:contain}.blog-search-input{width:100%;height:58px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:16px 16px 16px 48px;color:#fff;font-size:16px;font-family:"Inter",sans-serif;outline:none}.blog-search-input::placeholder{color:#6a7282}.blog-filters{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}.blog-filter-btn{display:flex;gap:8px;align-items:center;justify-content:center;height:46px;padding:1px 17px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;color:#99a1af;font-size:16px;line-height:24px;font-family:"Inter",sans-serif;cursor:pointer;transition:all .3s ease}.blog-filter-btn img{width:16px;height:16px;object-fit:contain}.blog-filter-btn.active{background:rgba(93,173,226,.1);border-color:rgba(93,173,226,.3);color:#5dade2}.blog-filter-btn:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12)}.blog-filter-btn.active:hover{background:rgba(93,173,226,.15);border-color:rgba(93,173,226,.4)}.blog-content{padding:0 max(24px,(100% - 1408px)/2) 104px;display:flex;flex-direction:column;gap:64px;align-items:center;max-width:1920px;margin:0 auto;width:100%;box-sizing:border-box}.blog-featured{width:100%;display:flex;flex-direction:column;gap:32px}.blog-section-header{display:flex;gap:12px;align-items:center;height:32px}.blog-section-header img{width:20px;height:20px;object-fit:contain}.blog-section-header h2{font-size:24px;font-weight:400;color:#fff;line-height:32px;margin:0}.blog-featured-grid{display:flex;gap:24px;height:589px}.blog-article{border:1px solid hsla(0,0%,100%,.04);border-radius:16px;overflow:hidden;background:rgba(0,0,0,0)}.blog-article-featured{flex:1;display:flex;flex-direction:column;height:100%}.blog-article-image{position:relative;height:352.125px;overflow:hidden;padding:16px}.blog-article-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.blog-article-badge{position:relative;z-index:1;background:rgba(163,255,77,.9);height:28px;width:96.297px;border-radius:10px;display:flex;align-items:center;gap:6px;padding:0 12px;font-size:12px;color:#000;line-height:16px}.blog-article-badge::before{content:"";width:12px;height:12px;background:url("../img/icon-blog-badge.svg") no-repeat center;background-size:contain}.blog-article-badge-overlay{position:absolute;top:16px;left:16px;z-index:2}.blog-article-content{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}.blog-article-meta{display:flex;gap:16px;align-items:center;height:20px}.blog-meta-item{display:flex;gap:6px;align-items:center;font-size:14px;color:#6a7282;line-height:20px;height:20px}.blog-meta-item img{width:14px;height:14px;object-fit:contain}.blog-article h3{font-size:20px;font-weight:400;color:#fff;line-height:28px;margin:0}.blog-article p{font-size:14px;color:#99a1af;line-height:22.75px;margin:0}.blog-read-more{font-size:14px;color:#5dade2;line-height:20px;text-decoration:none;width:fit-content;transition:color .3s ease}.blog-read-more:hover{color:#4a9fd1}.blog-articles-grid{display:flex;flex-wrap:wrap;gap:24px;width:100%}.blog-article-small{width:calc(33.333% - 16px);min-width:0;display:flex;flex-direction:column}.blog-article-small .blog-article-image{height:229.867px;padding:0}.blog-article-meta-small{display:flex;gap:12px;align-items:center;height:16px;margin-bottom:0}.blog-meta-item-small{display:flex;gap:4px;align-items:center;font-size:12px;color:#6a7282;line-height:16px;height:16px}.blog-meta-item-small img{width:12px;height:12px;object-fit:contain}.blog-article-small h3{font-size:16px;line-height:24px;margin-bottom:0}.blog-article-small p{font-size:14px;line-height:22.75px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog-article-footer{display:flex;align-items:center;justify-content:space-between;padding-top:24px;margin-top:auto}.blog-article-date{font-size:12px;color:#6a7282;line-height:16px}.blog-read-link{font-size:14px;color:#5dade2;line-height:20px;text-decoration:none;transition:color .3s ease}.blog-read-link:hover{color:#4a9fd1}.blog-load-more{display:flex;justify-content:center;width:100%}.blog-load-more-btn{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:16px;height:50px;padding:0 25px;display:flex;align-items:center;gap:8px;color:#fff;font-size:16px;line-height:24px;font-family:"Inter",sans-serif;cursor:pointer;transition:all .3s ease}.blog-load-more-btn img{width:16px;height:16px;object-fit:contain}.blog-load-more-btn:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12)}@media(max-width: 967px){.blog-hero{padding:104px 16px 0;min-height:auto}.blog-hero-background{height:851px}.blog-hero-container{gap:40px}.blog-hero-content{gap:24px}.blog-tag{width:auto}.blog-title{font-size:36px;line-height:40px}.blog-subtitle{font-size:16px;line-height:24px}.blog-search{width:100%;max-width:100%}.blog-search-input{height:58px}.blog-filters{justify-content:flex-start;overflow-x:auto;width:100%;padding-bottom:8px}.blog-filter-btn{flex-shrink:0}.blog-content{padding:64px 16px;gap:68px}.blog-featured{gap:24px}.blog-section-header{gap:11.994px}.blog-section-header img{width:19.996px;height:19.996px}.blog-section-header h2{font-size:24px;line-height:32px}.blog-featured-grid{flex-direction:column;height:auto;gap:24px}.blog-article-featured{height:auto}.blog-article-image{height:193.769px;padding:16px}.blog-article-featured:first-child .blog-article-image{padding:16px}.blog-article-featured:first-child .blog-article-badge{position:relative}.blog-article-image-second{padding:0 !important;position:relative}.blog-article-image-second .blog-article-badge-overlay{position:absolute;top:16.01px;left:16.48px;z-index:2;height:27.989px;width:94px;padding:5px 11px}.blog-article-image-second .blog-article-badge-overlay::before{width:11.994px;height:11.994px}.blog-article-badge{height:27.989px;width:96.266px;padding:0 11.99px}.blog-article-badge::before{width:11.994px;height:11.994px}.blog-article-content{padding:24px;gap:16px}.blog-article-meta{gap:15.995px;height:40.008px;flex-wrap:wrap}.blog-meta-item{gap:6px;font-size:14px;line-height:20px;height:20.004px}.blog-meta-item img{width:12.929px;height:12.929px}.blog-article-featured h3{font-size:16px;line-height:24px;height:auto;min-height:55.979px}.blog-article-featured p{font-size:14px;line-height:22.75px;height:auto;min-height:91.002px}.blog-articles-grid{flex-direction:column;gap:24px}.blog-article-small{width:100%}.blog-article-small .blog-article-image{height:193.769px;padding:0}.blog-article-meta-small{gap:15.995px;height:40.008px;flex-wrap:wrap;align-items:center}.blog-meta-item-small{gap:6px;font-size:14px;line-height:20px;height:20.004px;display:flex;align-items:center}.blog-meta-item-small img{width:12.929px;height:12.929px;flex-shrink:0}.blog-article-small h3{font-size:16px;line-height:24px;height:auto;min-height:55.979px;width:288px}.blog-article-small p{font-size:14px;line-height:22.75px;height:auto;min-height:91.002px;width:296px;-webkit-line-clamp:4;line-clamp:4}.blog-article-footer{padding-top:0;margin-top:0;display:none}}.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(180deg, #0A0A0A 0%, #1A1A1A 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, #5dade2 0%, #8B5CF6 50%, #EC4899 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:#99a1af;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 28px;border-radius:8px;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, #5dade2 0%, #8B5CF6 100%);color:#fff}.error-404-button-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(93,173,226,.4)}.error-404-button-secondary{background:hsla(0,0%,100%,.05);color:#fff;border:1px solid hsla(0,0%,100%,.1)}.error-404-button-secondary:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);border-color:rgba(93,173,226,.3)}.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}.error-404-posts h3{font-size:24px;font-weight:600;margin-bottom:32px;color:#fff;font-family:"Inter",sans-serif;text-align:center}.error-404-posts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:24px;max-width:1000px;margin:0 auto}.error-404-post-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);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-image{width:100%;height:200px;overflow:hidden;background:hsla(0,0%,100%,.05)}.error-404-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.error-404-post-item:hover .error-404-post-image img{transform:scale(1.05)}.error-404-post-content{padding:24px}.error-404-post-content h4{font-size:18px;font-weight:600;margin-bottom:12px;color:#fff;font-family:"Inter",sans-serif;line-height:1.4}.error-404-post-content h4 a{color:#fff;text-decoration:none;transition:color .3s ease}.error-404-post-content h4 a:hover{color:#5dade2}.error-404-post-content p{font-size:14px;line-height:1.6;color:#99a1af;margin-bottom:16px;font-family:"Inter",sans-serif}.error-404-post-link{display:inline-flex;align-items:center;gap:8px;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{gap:12px;color:#8b5cf6}.error-404-post-link .link-icon{width:14px;height:14px;transition:transform .3s ease}.error-404-post-link:hover .link-icon{transform:translateX(4px)}@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:8px;color:#99a1af;text-decoration:none;font-size:16px;font-family:"Inter",sans-serif;transition:all .3s ease;padding:12px 20px;border-radius:8px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.career-hero-spontaneous-link:hover{color:#5dade2;background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-2px)}.career-hero-link-text{color:#5dade2;font-weight:600;transition:color .3s ease}.career-hero-spontaneous-link:hover .career-hero-link-text{color:#8b5cf6}.career-hero-spontaneous-link svg{transition:transform .3s ease}.career-hero-spontaneous-link:hover svg{transform:translateX(4px)}.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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;transition:all .3s ease;gap:24px}.career-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.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:600;line-height:1.3;color:#fff;font-family:"Inter",sans-serif}.career-item-header h3 a{color:#fff;text-decoration:none;transition:color .3s ease}.career-item-header h3 a:hover{color:#5dade2}.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:#99a1af;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:#99a1af;font-family:"Inter",sans-serif}.career-meta-item svg{flex-shrink:0;color:#5dade2}.career-item-action{flex-shrink:0}.career-apply-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;font-family:"Inter",sans-serif;white-space:nowrap}.career-apply-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(93,173,226,.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-icon{width:64px;height:64px;color:#5dade2;opacity:.6;margin-bottom:8px}.career-no-posts-content h2{font-size:32px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.career-no-posts-content p{font-size:18px;line-height:1.6;color:#99a1af;margin:0;font-family:"Inter",sans-serif}.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:16px 32px;background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:18px;transition:all .3s ease;font-family:"Inter",sans-serif}.career-spontaneous-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(93,173,226,.4)}.career-spontaneous-button svg{transition:transform .3s ease}.career-spontaneous-button:hover svg{transform:translateX(4px)}.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}@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-excerpt{font-size:14px}.career-meta{gap:12px}.career-item-action{width:100%}.career-apply-link{width:100%;justify-content:center}}@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}}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:800px;margin:40px auto;background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.5);overflow:hidden}.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%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10}.career-modal-close:hover{background:hsla(0,0%,100%,.1);border-color:rgba(93,173,226,.3);transform:rotate(90deg)}.career-modal-content{padding:48px}.career-modal-header{text-align:center;margin-bottom:32px}.career-modal-header h2{font-size:32px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif}.career-modal-header p{font-size:16px;line-height:1.6;color:#99a1af;margin:0;font-family:"Inter",sans-serif}.career-modal-form{max-width:100%}.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}@media(max-width: 768px){.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}}.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:32px;font-weight:600;color:#fff;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:24px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;transition:all .3s ease}.benefit-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateX(4px)}.benefit-item svg{flex-shrink:0;color:#5dade2;width:24px;height:24px}.benefit-item h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px 0;font-family:"Inter",sans-serif}.benefit-item p{font-size:14px;line-height:1.6;color:#99a1af;margin:0;font-family:"Inter",sans-serif}.candidatura-form-wrapper{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:48px}.candidatura-form-wrapper .form-header{margin-bottom:32px;text-align:center}.candidatura-form-wrapper .form-header h2{font-size:28px;font-weight:600;color:#fff;margin-bottom:12px;font-family:"Inter",sans-serif}.candidatura-form-wrapper .form-header p{font-size:16px;line-height:1.6;color:#99a1af;margin:0;font-family:"Inter",sans-serif}.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:24px}.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%;padding:14px 16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:16px;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;border-color:#5dade2;background:hsla(0,0%,100%,.08);box-shadow:0 0 0 3px rgba(93,173,226,.1)}.candidatura-form-wrapper .wpcf7-form-control::placeholder,.career-modal-form .wpcf7-form-control::placeholder{color:#99a1af}.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:#1a1a1a;color:#fff;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:#2a2a2a;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:rgba(93,173,226,.2);border:1px solid rgba(93,173,226,.3);border-radius:6px;color:#5dade2;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:rgba(93,173,226,.3)}.candidatura-form-wrapper label,.career-modal-form label{display:block;font-size:14px;font-weight:600;color:#fff;margin-bottom:8px;font-family:"Inter",sans-serif}.candidatura-form-wrapper small,.career-modal-form small{display:block;margin-top:8px;font-size:14px;color:#99a1af;font-family:"Inter",sans-serif}.candidatura-form-wrapper .wpcf7-submit,.career-modal-form .wpcf7-submit{width:100%;padding:16px 32px;background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:"Inter",sans-serif;margin-top:8px}.candidatura-form-wrapper .wpcf7-submit:hover:not(:disabled),.career-modal-form .wpcf7-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(93,173,226,.4)}.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:.5;cursor:not-allowed}.candidatura-form-wrapper .wpcf7-response-output,.career-modal-form .wpcf7-response-output{padding:16px;border-radius:8px;margin-top:24px;font-family:"Inter",sans-serif}.candidatura-form-wrapper .wpcf7-mail-sent-ok,.career-modal-form .wpcf7-mail-sent-ok{background:rgba(34,197,94,.2);border:1px solid rgba(34,197,94,.3);color:#22c55e}.candidatura-form-wrapper .wpcf7-mail-sent-ng,.candidatura-form-wrapper .wpcf7-aborted,.candidatura-form-wrapper .wpcf7-spam,.candidatura-form-wrapper .wpcf7-validation-errors,.career-modal-form .wpcf7-mail-sent-ng,.career-modal-form .wpcf7-aborted,.career-modal-form .wpcf7-spam,.career-modal-form .wpcf7-validation-errors{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);color:#ef4444}.candidatura-form-wrapper .wpcf7-not-valid-tip,.career-modal-form .wpcf7-not-valid-tip{color:#ef4444;font-size:14px;margin-top:4px;font-family:"Inter",sans-serif}.candidatura-form-wrapper .wpcf7-not-valid,.career-modal-form .wpcf7-not-valid{border-color:#ef4444 !important}.candidatura-form-wrapper .wpcf7-list-item,.career-modal-form .wpcf7-list-item{margin:8px 0}.candidatura-form-wrapper .wpcf7-checkbox .wpcf7-list-item-label,.candidatura-form-wrapper .wpcf7-radio .wpcf7-list-item-label,.career-modal-form .wpcf7-checkbox .wpcf7-list-item-label,.career-modal-form .wpcf7-radio .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:8px}.candidatura-form-wrapper .wpcf7-acceptance .wpcf7-list-item-label,.career-modal-form .wpcf7-acceptance .wpcf7-list-item-label{flex:1;line-height:1.5}.candidatura-form-wrapper .wpcf7-acceptance a,.career-modal-form .wpcf7-acceptance a{color:#5dade2;text-decoration:underline;transition:color .3s ease}.candidatura-form-wrapper .wpcf7-acceptance a:hover,.career-modal-form .wpcf7-acceptance a:hover{color:#8b5cf6}.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;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);overflow:hidden}.solucoes-hero-background{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%, rgba(93, 173, 226, 0.15) 0%, transparent 70%);pointer-events:none;z-index:0}.solucoes-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.solucoes-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.solucoes-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}.solucoes-tag .tag-number{font-size:14px;color:#5dade2;line-height:20px;font-family:"Inter",sans-serif}.solucoes-tag .tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.2);border-radius:50%}.solucoes-tag .tag-text{font-size:14px;color:#d1d5dc;line-height:20px;font-family:"Inter",sans-serif}.solucoes-title{font-size:clamp(36px,5vw,64px);font-weight:400;line-height:1.2;color:#fff;margin:0;font-family:"Inter",sans-serif}.solucoes-subtitle{font-size:18px;line-height:1.7;color:#99a1af;margin:0;max-width:800px;font-family:"Inter",sans-serif}.solucoes-cta-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 100%);color:#fff;text-decoration:none;border-radius:16px;font-size:16px;font-weight:600;line-height:24px;font-family:"Inter",sans-serif;transition:all .3s ease;margin-top:8px}.solucoes-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(93,173,226,.4)}.solucoes-cta-button img{width:16px;height:16px}.solucoes-container{width:100%;max-width:1408px;margin:0 auto;padding:0 max(24px,(100% - 1408px)/2)}.solucoes-intro{padding:80px 0;background:#0a0a0a}.solucoes-intro-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.solucoes-intro-text h2{font-size:36px;font-weight:600;line-height:1.3;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.solucoes-intro-text p{font-size:18px;line-height:1.75;color:#d1d5dc;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:24px;font-weight:600;line-height:1.4;color:#fff;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:16px;line-height:1.6;color:#d1d5dc;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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);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}.solucoes-section-tag .tag-dot{width:4px;height:4px;background:hsla(0,0%,100%,.2);border-radius:50%}.solucoes-section-tag .tag-text{font-size:14px;color:#d1d5dc;line-height:20px;font-family:"Inter",sans-serif}.solucoes-section-header h2{font-size:clamp(36px,4vw,52px);font-weight:400;line-height:1.2;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.solucoes-section-header p{font-size:18px;line-height:1.7;color:#99a1af;margin:0;max-width:700px;margin-left:auto;margin-right:auto;font-family:"Inter",sans-serif}.solucoes-deliver{padding:80px 0;background:hsla(0,0%,100%,.02)}.solucoes-deliver-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.solucoes-deliver-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:24px;transition:all .3s ease}.solucoes-deliver-card:hover{background:hsla(0,0%,100%,.05);border-color:rgba(93,173,226,.3);transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.deliver-card-icon{width:64px;height:64px;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;flex-shrink:0}.solucoes-deliver-card h3{font-size:24px;font-weight:600;line-height:1.3;color:#fff;margin:0;font-family:"Inter",sans-serif}.solucoes-deliver-card p{font-size:16px;line-height:1.7;color:#99a1af;margin:0;font-family:"Inter",sans-serif}.solucoes-benefits{padding:80px 0;background:#0a0a0a}.solucoes-benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.solucoes-benefit-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:20px;position:relative;transition:all .3s ease}.solucoes-benefit-card:hover{background:hsla(0,0%,100%,.05);border-color:rgba(93,173,226,.3);transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.benefit-card-number{position:absolute;top:24px;right:24px;font-size:48px;font-weight:700;line-height:1;color:rgba(93,173,226,.1);font-family:"Inter",sans-serif}.solucoes-benefit-card h3{font-size:22px;font-weight:600;line-height:1.3;color:#fff;margin:0;font-family:"Inter",sans-serif}.solucoes-benefit-card p{font-size:16px;line-height:1.7;color:#99a1af;margin:0;font-family:"Inter",sans-serif}.solucoes-cta{padding:80px 0;background:hsla(0,0%,100%,.02)}.solucoes-cta-content{max-width:900px;margin:0 auto;text-align:center}.solucoes-cta-content h2{font-size:clamp(36px,4vw,52px);font-weight:400;line-height:1.2;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.solucoes-cta-content p{font-size:18px;line-height:1.7;color:#99a1af;margin:0 0 48px 0;font-family:"Inter",sans-serif}.solucoes-cta-form{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:48px}@media(max-width: 967px){.solucoes-hero{padding:104px 16px 64px;min-height:auto}.solucoes-hero-content{gap:24px}.solucoes-title{font-size:36px}.solucoes-subtitle{font-size:16px}.solucoes-container{padding:0 16px}.solucoes-intro{padding:64px 0}.solucoes-intro-content{grid-template-columns:1fr;gap:48px}.solucoes-intro-text h2{font-size:28px;margin-bottom:20px}.solucoes-intro-text p{font-size:16px;margin-bottom:20px}.solucoes-intro-benefits h3{font-size:20px;margin-bottom:24px}.solucoes-benefits-list{gap:16px}.solucoes-benefits-list li{font-size:15px}.solucoes-section-header{margin-bottom:48px}.solucoes-section-header h2{font-size:32px;margin-bottom:20px}.solucoes-section-header p{font-size:16px}.solucoes-deliver{padding:64px 0}.solucoes-deliver-grid{grid-template-columns:1fr;gap:24px}.solucoes-deliver-card{padding:32px}.solucoes-deliver-card h3{font-size:20px}.solucoes-benefits{padding:64px 0}.solucoes-benefits-grid{grid-template-columns:1fr;gap:24px}.solucoes-benefit-card{padding:32px}.benefit-card-number{font-size:36px;top:20px;right:20px}.solucoes-benefit-card h3{font-size:20px}.solucoes-cta{padding:64px 0}.solucoes-cta-content h2{font-size:32px;margin-bottom:20px}.solucoes-cta-content p{font-size:16px;margin-bottom:32px}.solucoes-cta-form{padding:32px 24px}}.automacao-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);overflow:hidden}.automacao-hero-background{position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 30% 20%, rgba(93, 173, 226, 0.12) 0%, transparent 60%)}.automacao-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.automacao-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.automacao-title{font-size:clamp(40px,4.166vw,80px);font-weight:400;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif}.automacao-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.automacao-subtitle{font-size:18px;color:#99a1af;line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif}.automacao-cta-button{background:linear-gradient(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.automacao-cta-button:hover{opacity:.9}.automacao-cta-button img{width:16px;height:16px}.automacao-intro{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.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:600;line-height:1.3;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif;margin-bottom:32px}.automacao-intro-text p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0 0 24px 0;font-family:"Inter",sans-serif}.automacao-intro-text p:last-child{margin-bottom:0}.automacao-intro-highlight{position:sticky;top:100px}.highlight-box{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:16px}.highlight-box svg{flex-shrink:0}.highlight-box h3{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.highlight-box p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.automacao-deliver{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.automacao-section-title{font-size:48px;font-weight:400;color:#fff;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif}.automacao-section-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;transition:all .3s ease}.automacao-deliver-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateX(8px)}.deliver-item-icon{flex-shrink:0}.deliver-item-content h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif}.deliver-item-content p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.automacao-benefits{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.automacao-benefits-header{text-align:center;margin-bottom:64px}.automacao-benefits-header h2{font-size:48px;font-weight:400;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.automacao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.automacao-benefits-header p{font-size:18px;color:#99a1af;line-height:28px;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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.automacao-benefit-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.benefit-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(93,173,226,.1);border-radius:12px}.automacao-benefit-item h3{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.automacao-benefit-item p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.automacao-examples{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.automacao-examples-content{max-width:1200px;margin:0 auto}.automacao-examples-content h2{font-size:48px;font-weight:400;color:#fff;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif}.automacao-examples-content h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:24px}.example-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:24px;transition:all .3s ease}.example-card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3)}.example-card h4{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif}.example-card p{font-size:14px;color:#d1d5dc;line-height:22px;margin:0;font-family:"Inter",sans-serif}.automacao-cta{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.automacao-cta-content{max-width:800px;margin:0 auto;text-align:center}.automacao-cta-content h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.automacao-cta-content p{font-size:18px;color:#99a1af;line-height:28px;margin:0 0 40px 0;font-family:"Inter",sans-serif}.automacao-cta-form{max-width:600px;margin:0 auto}@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-deliver{padding:60px 16px}.automacao-section-title{font-size:32px;margin-bottom:48px}.automacao-deliver-list{gap:24px}.automacao-deliver-item{flex-direction:column;gap:20px;padding:24px}.automacao-deliver-item:hover{transform:translateY(-5px)}.automacao-benefits{padding:60px 16px}.automacao-benefits-header h2{font-size:32px}.automacao-benefits-grid{grid-template-columns:1fr;gap:24px}.automacao-examples{padding:60px 16px}.automacao-examples-content h2{font-size:32px;margin-bottom:48px}.automacao-examples-grid{grid-template-columns:1fr}.automacao-cta{padding:60px 16px}.automacao-cta-content h2{font-size:28px;margin-bottom:24px}}.gestao-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);overflow:hidden}.gestao-hero-background{position:absolute;inset:0;background:radial-gradient(circle at 70% 30%, rgba(93, 173, 226, 0.12) 0%, transparent 60%);pointer-events:none;z-index:0}.gestao-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.gestao-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.gestao-hero-badge{background:rgba(93,173,226,.1);border:1px solid rgba(93,173,226,.2);border-radius:9999px;padding:8px 20px;display:inline-block}.gestao-hero-badge span{font-size:14px;color:#5dade2;font-weight:500;font-family:"Inter",sans-serif}.gestao-title{font-size:clamp(40px,4.166vw,80px);font-weight:400;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif}.gestao-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gestao-subtitle{font-size:18px;color:#99a1af;line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif}.gestao-cta-button{background:linear-gradient(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.gestao-cta-button:hover{opacity:.9}.gestao-cta-button img{width:16px;height:16px}.gestao-intro{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.gestao-container{max-width:1408px;margin:0 auto;width:100%}.gestao-intro-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;max-width:1200px;margin:0 auto}.gestao-intro-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:24px;position:relative;transition:all .3s ease}.gestao-intro-card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.intro-card-number{position:absolute;top:24px;right:24px;font-size:48px;font-weight:700;color:rgba(93,173,226,.2);line-height:1;font-family:"Inter",sans-serif}.gestao-intro-card h2{font-size:28px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.gestao-intro-card p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.gestao-deliver{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.gestao-section-header{text-align:center;margin-bottom:64px}.gestao-section-header h2{font-size:48px;font-weight:400;color:#fff;margin:0;font-family:"Inter",sans-serif}.gestao-section-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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.featured{background:rgba(93,173,226,.05);border:2px solid rgba(93,173,226,.2);border-radius:20px;padding:48px}.deliver-card-header{display:flex;align-items:center;gap:24px;margin-bottom:24px}.deliver-card-icon-large{flex-shrink:0}.gestao-deliver-card.featured h3{font-size:32px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.gestao-deliver-card.featured p{font-size:18px;color:#d1d5dc;line-height:28px;margin:0;font-family:"Inter",sans-serif}.gestao-deliver-cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px}.gestao-deliver-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.gestao-deliver-card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.deliver-card-icon{flex-shrink:0}.gestao-deliver-card h3{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.gestao-deliver-card p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.gestao-benefits{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.gestao-benefits-content{max-width:1000px;margin:0 auto}.gestao-benefits-header{text-align:center;margin-bottom:64px}.gestao-benefits-header h2{font-size:48px;font-weight:400;color:#fff;margin:0;font-family:"Inter",sans-serif}.gestao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;transition:all .3s ease}.gestao-benefit-row:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateX(8px)}.benefit-row-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(93,173,226,.1);border-radius:12px}.benefit-row-content h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif}.benefit-row-content p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.gestao-cta{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.gestao-cta-content{max-width:800px;margin:0 auto;text-align:center}.gestao-cta-content h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.gestao-cta-content p{font-size:18px;color:#99a1af;line-height:28px;margin:0 0 40px 0;font-family:"Inter",sans-serif}.gestao-cta-form{max-width:600px;margin:0 auto}@media(max-width: 967px){.gestao-hero{padding:100px 16px 50px;min-height:auto}.gestao-title{font-size:36px;line-height:40px}.gestao-subtitle{font-size:16px;line-height:24px}.gestao-intro{padding:64px 16px}.gestao-intro-grid{grid-template-columns:1fr;gap:24px}.gestao-intro-card{padding:32px}.gestao-deliver{padding:64px 16px}.gestao-section-header h2{font-size:32px;margin-bottom:48px}.gestao-deliver-card.featured{padding:32px}.gestao-deliver-card.featured h3{font-size:24px}.gestao-deliver-cards{grid-template-columns:1fr;gap:24px}.gestao-benefits{padding:64px 16px}.gestao-benefits-header h2{font-size:32px;margin-bottom:48px}.gestao-benefit-row{flex-direction:column;gap:20px;padding:24px}.gestao-cta{padding:64px 16px}.gestao-cta-content h2{font-size:28px}}.ia-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);overflow:hidden}.ia-hero-background{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%, rgba(93, 173, 226, 0.15) 0%, transparent 70%);pointer-events:none;z-index:0}.ia-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.ia-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.ia-hero-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:rgba(93,173,226,.1);border-radius:20px;margin-bottom:16px}.ia-title{font-size:clamp(40px,4.166vw,80px);font-weight:400;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif}.ia-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.ia-subtitle{font-size:18px;color:#99a1af;line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif}.ia-cta-button{background:linear-gradient(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.ia-cta-button:hover{opacity:.9}.ia-cta-button img{width:16px;height:16px}.ia-intro{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.ia-container{max-width:1408px;margin:0 auto;width: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:36px;font-weight:600;color:#fff;margin:0 0 32px 0;font-family:"Inter",sans-serif}.ia-intro-left p{font-size:16px;color:#d1d5dc;line-height:26px;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%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:32px}.ia-importance-box h3{font-size:24px;font-weight:600;color:#fff;margin: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-label{font-size:14px;font-weight:600;color:#5dade2;text-transform:uppercase;letter-spacing:.5px;font-family:"Inter",sans-serif}.importance-item p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.ia-deliver{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.ia-deliver-header{text-align:center;margin-bottom:64px}.ia-deliver-header h2{font-size:48px;font-weight:400;color:#fff;margin:0;font-family:"Inter",sans-serif}.ia-deliver-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:grid;grid-template-columns:1fr;gap:48px}.ia-deliver-main{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:48px}.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:rgba(93,173,226,.05);border-radius:16px}.deliver-main-content h3{font-size:32px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.deliver-main-content p{font-size:18px;color:#d1d5dc;line-height:28px;margin:0;font-family:"Inter",sans-serif}.ia-deliver-secondary{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px}.deliver-secondary-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.deliver-secondary-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.secondary-item-icon{flex-shrink:0}.deliver-secondary-item h4{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.deliver-secondary-item p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.ia-benefits{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.ia-benefits-header{text-align:center;margin-bottom:64px}.ia-benefits-header h2{font-size:48px;font-weight:400;color:#fff;margin:0;font-family:"Inter",sans-serif}.ia-benefits-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:repeat(3, 1fr);gap:32px;max-width:1200px;margin:0 auto}.ia-stat-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:24px;text-align:center;transition:all .3s ease}.ia-stat-card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.stat-icon{display:flex;align-items:center;justify-content:center;margin:0 auto}.ia-stat-card h3{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.ia-stat-card p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.ia-cta{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.ia-cta-content{max-width:800px;margin:0 auto;text-align:center}.ia-cta-content h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.ia-cta-content p{font-size:18px;color:#99a1af;line-height:28px;margin:0 0 40px 0;font-family:"Inter",sans-serif}.ia-cta-form{max-width:600px;margin:0 auto}@media(max-width: 967px){.ia-hero{padding:100px 16px 50px;min-height:auto}.ia-title{font-size:36px;line-height:40px}.ia-subtitle{font-size:16px;line-height:24px}.ia-intro{padding:64px 16px}.ia-intro-content{grid-template-columns:1fr;gap:32px}.ia-intro-left h2{font-size:28px;margin-bottom:24px}.ia-deliver{padding:64px 16px}.ia-deliver-header h2{font-size:32px;margin-bottom:48px}.ia-deliver-main{grid-template-columns:1fr;padding:32px;gap:32px}.ia-deliver-secondary{grid-template-columns:1fr;gap:24px}.ia-benefits{padding:64px 16px}.ia-benefits-header h2{font-size:32px;margin-bottom:48px}.ia-benefits-stats{grid-template-columns:1fr;gap:24px}.ia-cta{padding:64px 16px}.ia-cta-content h2{font-size:28px}}.integracao-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);overflow:hidden}.integracao-hero-background{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%, rgba(93, 173, 226, 0.12) 0%, transparent 60%);pointer-events:none;z-index:0}.integracao-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.integracao-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.integracao-title{font-size:clamp(40px,4.166vw,80px);font-weight:400;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif}.integracao-subtitle{font-size:18px;color:#99a1af;line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif}.integracao-hero-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}.hero-tag{background:rgba(93,173,226,.1);border:1px solid rgba(93,173,226,.2);border-radius:9999px;padding:6px 16px;font-size:14px;color:#5dade2;font-weight:500;font-family:"Inter",sans-serif}.integracao-cta-button{background:linear-gradient(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.integracao-cta-button:hover{opacity:.9}.integracao-cta-button img{width:16px;height:16px}.integracao-problem{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.integracao-container{max-width:1408px;margin:0 auto;width:100%}.integracao-problem-content{max-width:1200px;margin:0 auto}.integracao-problem-content h2{font-size:36px;font-weight:600;color:#fff;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif}.integracao-problem-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.problem-item{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.2);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;text-align:center;transition:all .3s ease}.problem-item:hover{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.4);transform:translateY(-5px)}.problem-icon{display:flex;align-items:center;justify-content:center;margin:0 auto}.problem-item h3{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.problem-item p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.integracao-solution{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.integracao-solution-content{max-width:900px;margin:0 auto;text-align:center}.integracao-solution-content h2{font-size:48px;font-weight:400;color:#fff;margin:0 0 24px 0;font-family:"Inter",sans-serif}.integracao-solution-content h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.solution-intro{font-size:18px;color:#99a1af;line-height:28px;margin:0;font-family:"Inter",sans-serif}.integracao-deliver{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a;overflow:visible}.integracao-deliver .integracao-container{overflow:visible}.integracao-section-title{font-size:48px;font-weight:400;color:#fff;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif}.integracao-section-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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;position:relative;padding-left:0;overflow:visible}.deliver-timeline-item{display:flex;gap:32px;align-items:flex-start;position:relative;width:100%;overflow:visible}.timeline-marker{width:64px;height:64px;min-width:64px;min-height:64px;display:flex;align-items:center;justify-content:center;background:rgba(93,173,226,.1);border:2px solid #5dade2;border-radius:50%;font-size:24px;font-weight:700;color:#5dade2;flex-shrink:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.timeline-content{flex:1;min-width:0;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;transition:all .3s ease;overflow:visible;word-wrap:break-word}.timeline-content:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateX(8px)}.timeline-content h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif;word-wrap:break-word;overflow-wrap:break-word}.timeline-content p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif;word-wrap:break-word;overflow-wrap:break-word}.integracao-benefits{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.integracao-benefits-header{text-align:center;margin-bottom:64px}.integracao-benefits-header h2{font-size:48px;font-weight:400;color:#fff;margin:0;font-family:"Inter",sans-serif}.integracao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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, 1fr);gap:32px;max-width:1200px;margin:0 auto}.integracao-benefit-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.integracao-benefit-card:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.benefit-card-header{display:flex;flex-direction:column;gap:16px}.benefit-card-header svg{flex-shrink:0}.benefit-card-header h3{font-size:24px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.integracao-benefit-card p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.integracao-cta{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.integracao-cta-content{max-width:800px;margin:0 auto;text-align:center}.integracao-cta-content h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.integracao-cta-content p{font-size:18px;color:#99a1af;line-height:28px;margin:0 0 40px 0;font-family:"Inter",sans-serif}.integracao-cta-form{max-width:600px;margin:0 auto}@media(max-width: 967px){.integracao-hero{padding:100px 16px 50px;min-height:auto}.integracao-title{font-size:36px;line-height:40px}.integracao-subtitle{font-size:16px;line-height:24px}.integracao-problem{padding:64px 16px}.integracao-problem-content h2{font-size:28px;margin-bottom:48px}.integracao-problem-grid{grid-template-columns:1fr;gap:24px}.integracao-solution{padding:64px 16px}.integracao-solution-content h2{font-size:32px;margin-bottom:16px}.integracao-deliver{padding:64px 16px}.integracao-section-title{font-size:32px;margin-bottom:48px}.integracao-deliver-timeline::before{left:24px;top:24px;height:calc(100% - 48px)}.deliver-timeline-item{gap:24px}.timeline-marker{width:48px;height:48px;min-width:48px;min-height:48px;font-size:20px}.timeline-content{padding:24px;min-width:0}.integracao-benefits{padding:64px 16px}.integracao-benefits-header h2{font-size:32px;margin-bottom:48px}.integracao-benefits-cards{grid-template-columns:1fr;gap:24px}.integracao-cta{padding:64px 16px}.integracao-cta-content h2{font-size:28px}}.digitalizacao-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);overflow:hidden}.digitalizacao-hero-background{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%, rgba(93, 173, 226, 0.12) 0%, transparent 60%);pointer-events:none;z-index:0}.digitalizacao-hero-container{position:relative;z-index:1;width:100%;max-width:1408px;margin:0 auto}.digitalizacao-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:900px;margin:0 auto}.digitalizacao-title{font-size:clamp(40px,4.166vw,80px);font-weight:400;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif}.digitalizacao-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.digitalizacao-subtitle{font-size:18px;color:#99a1af;line-height:29.25px;text-align:center;max-width:758px;margin:0;font-family:"Inter",sans-serif}.digitalizacao-cta-button{background:linear-gradient(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.digitalizacao-cta-button:hover{opacity:.9}.digitalizacao-cta-button img{width:16px;height:16px}.digitalizacao-intro{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.digitalizacao-container{max-width:1408px;margin:0 auto;width:100%}.digitalizacao-intro-main{max-width:900px;margin:0 auto 64px}.digitalizacao-intro-main h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 32px 0;font-family:"Inter",sans-serif}.digitalizacao-intro-text p{font-size:16px;color:#d1d5dc;line-height:26px;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:32px;font-weight:600;color:#fff;text-align:center;margin:0 0 48px 0;font-family:"Inter",sans-serif}.impact-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.impact-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;text-align:center;transition:all .3s ease}.impact-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateY(-5px)}.impact-icon{font-size:32px;line-height:1}.impact-item h4{font-size:20px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif}.impact-item p{font-size:14px;color:#d1d5dc;line-height:22px;margin:0;font-family:"Inter",sans-serif}.digitalizacao-deliver{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.digitalizacao-section-header{text-align:center;margin-bottom:64px}.digitalizacao-section-header h2{font-size:48px;font-weight:400;color:#fff;margin:0;font-family:"Inter",sans-serif}.digitalizacao-section-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;transition:all .3s ease}.deliver-step:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateX(8px)}.step-number{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(93,173,226,.1);border:2px solid #5dade2;border-radius:12px;font-size:24px;font-weight:700;color:#5dade2;flex-shrink:0;font-family:"Inter",sans-serif}.step-content{flex:1}.step-content h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif}.step-content p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.digitalizacao-benefits{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a}.digitalizacao-benefits-content{max-width:1000px;margin:0 auto}.digitalizacao-benefits-content h2{font-size:48px;font-weight:400;color:#fff;text-align:center;margin:0 0 64px 0;font-family:"Inter",sans-serif}.digitalizacao-benefits-content h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:32px;transition:all .3s ease}.digitalizacao-benefit-item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(93,173,226,.3);transform:translateX(8px)}.benefit-item-badge{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(93,173,226,.1);border-radius:14px;flex-shrink:0}.benefit-item-text{flex:1}.benefit-item-text h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px 0;font-family:"Inter",sans-serif}.benefit-item-text p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.digitalizacao-cta{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a}.digitalizacao-cta-content{max-width:800px;margin:0 auto;text-align:center}.digitalizacao-cta-content h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif}.digitalizacao-cta-content p{font-size:18px;color:#99a1af;line-height:28px;margin:0 0 40px 0;font-family:"Inter",sans-serif}.digitalizacao-cta-form{max-width:600px;margin:0 auto}@media(max-width: 967px){.digitalizacao-hero{padding:100px 16px 50px;min-height:auto}.digitalizacao-title{font-size:36px;line-height:40px}.digitalizacao-subtitle{font-size:16px;line-height:24px}.digitalizacao-intro{padding:64px 16px}.digitalizacao-intro-main{margin-bottom:48px}.digitalizacao-intro-main h2{font-size:28px;margin-bottom:24px}.digitalizacao-impact h3{font-size:24px;margin-bottom:32px}.impact-grid{grid-template-columns:repeat(2, 1fr);gap:16px}.digitalizacao-deliver{padding:64px 16px}.digitalizacao-section-header h2{font-size:32px;margin-bottom:48px}.deliver-step{flex-direction:column;gap:20px;padding:24px}.step-number{width:48px;height:48px;font-size:20px}.digitalizacao-benefits{padding:64px 16px}.digitalizacao-benefits-content h2{font-size:32px;margin-bottom:48px}.digitalizacao-benefit-item{flex-direction:column;gap:20px;padding:24px}.digitalizacao-cta{padding:64px 16px}.digitalizacao-cta-content h2{font-size:28px}}@media(max-width: 640px){.impact-grid{grid-template-columns:1fr}}.automacao-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 80px;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 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}@keyframes pulse{0%,100%{opacity:.6}50%{opacity:.8}}.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,4.166vw,80px);font-weight:400;line-height:1.1;color:#fff;text-align:center;margin:0;font-family:"Inter",sans-serif;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, #5dade2 0%, #8B5CF6 50%, #EC4899 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, #5dade2 0%, #8B5CF6 50%, #EC4899 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}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,100%{opacity:.3}50%{opacity:.6}}.automacao-subtitle{font-size:18px;color:#99a1af;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(to bottom, #5dade2, #1a4d7a);border:none;border-radius:14px;padding:12px 32px;color:#fff;font-size:16px;line-height:24px;cursor:pointer;font-family:"Inter",sans-serif;transition:opacity .3s ease;margin-top:24px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.automacao-cta-button:hover{opacity:.9}.automacao-cta-button img{width:16px;height:16px}.automacao-cta-button{position:relative;overflow:hidden;background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 100%);box-shadow:0 4px 20px rgba(93,173,226,.4),0 0 30px rgba(93,173,226,.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(93,173,226,.6),0 0 40px rgba(93,173,226,.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 max(24px,(100% - 1408px)/2);background:#1a1a1a;position:relative}.automacao-intro::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(93, 173, 226, 0.5), transparent)}.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:600;line-height:1.3;color:#fff;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, #5dade2, #8B5CF6);border-radius:2px;box-shadow:0 0 10px rgba(93,173,226,.5)}.automacao-intro-text{display:flex;flex-direction:column;gap:24px}.automacao-intro-text p{font-size:17px;color:#d1d5dc;line-height:28px;margin:0;font-family:"Inter",sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.2)}.automacao-intro-highlight{position:sticky;top:100px}.highlight-box{background:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:20px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1)}.highlight-box::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);opacity:0;transition:opacity .4s}.highlight-box:hover{background:hsla(0,0%,100%,.06);border-color:rgba(93,173,226,.4);transform:translateY(-5px);box-shadow:0 12px 40px rgba(93,173,226,.2),0 0 60px rgba(93,173,226,.1),inset 0 1px 0 hsla(0,0%,100%,.15)}.highlight-box:hover::before{opacity:1}.highlight-box svg{flex-shrink:0;filter:drop-shadow(0 0 8px rgba(93, 173, 226, 0.5));transition:transform .3s}.highlight-box:hover svg{transform:scale(1.1) rotate(5deg)}.highlight-box h3{font-size:26px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;z-index:1}.highlight-box p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.automacao-deliver{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a;position:relative}.automacao-deliver::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(93, 173, 226, 0.3), transparent)}.automacao-section-title{font-size:52px;font-weight:300;color:#fff;text-align:center;margin:0 0 80px 0;font-family:"Inter",sans-serif;line-height:1.2;letter-spacing:-0.02em;text-shadow:0 0 20px rgba(93,173,226,.2)}.automacao-section-title .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative;display:inline-block}.automacao-section-title .gradient-text::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg, #5dade2, #8B5CF6, #EC4899);border-radius:2px;box-shadow:0 0 10px rgba(93,173,226,.6)}.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:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:40px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.automacao-deliver-item::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(93, 173, 226, 0.1), transparent);transition:left .6s}.automacao-deliver-item::after{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg, #5dade2, #8B5CF6);opacity:0;transition:opacity .4s}.automacao-deliver-item:hover{background:hsla(0,0%,100%,.06);border-color:rgba(93,173,226,.4);transform:translateX(12px) translateY(-2px);box-shadow:0 12px 48px rgba(93,173,226,.25),0 0 60px rgba(93,173,226,.1),inset 0 1px 0 hsla(0,0%,100%,.15)}.automacao-deliver-item:hover::before{left:100%}.automacao-deliver-item:hover::after{opacity:1}.automacao-deliver-item:hover .deliver-item-icon{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 15px rgba(93, 173, 226, 0.6))}.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:26px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.3);background:linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.deliver-item-content p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif}.automacao-benefits{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a;position:relative}.automacao-benefits-header{text-align:center;margin-bottom:80px;position:relative}.automacao-benefits-header h2{font-size:52px;font-weight:300;color:#fff;margin:0 0 20px 0;font-family:"Inter",sans-serif;line-height:1.2;letter-spacing:-0.02em;text-shadow:0 0 20px rgba(93,173,226,.2)}.automacao-benefits-header h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:#99a1af;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:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:24px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.automacao-benefit-item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(93, 173, 226, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);opacity:0;transition:opacity .4s}.automacao-benefit-item:hover{background:hsla(0,0%,100%,.06);border-color:rgba(93,173,226,.5);transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px rgba(93,173,226,.3),0 0 80px rgba(93,173,226,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.automacao-benefit-item:hover::before{opacity:1}.automacao-benefit-item:hover .benefit-icon-wrapper{transform:scale(1.15) rotate(10deg);box-shadow:0 8px 30px rgba(93,173,226,.5)}.benefit-icon-wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.2), rgba(139, 92, 246, 0.2));border-radius:18px;border:1px solid rgba(93,173,226,.3);flex-shrink:0;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 20px rgba(93,173,226,.25),inset 0 1px 0 hsla(0,0%,100%,.15);position:relative;z-index:1}.automacao-benefit-item h3{font-size:26px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;z-index:1}.automacao-benefit-item p{font-size:16px;color:#d1d5dc;line-height:26px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.automacao-digitalizacao{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a;position:relative}.automacao-digitalizacao::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(93, 173, 226, 0.5), transparent)}.automacao-digitalizacao-content{max-width:1400px;margin:0 auto}.automacao-digitalizacao-intro{font-size:19px;color:#99a1af;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:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:24px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.digitalizacao-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(93, 173, 226, 0.12), rgba(139, 92, 246, 0.12));opacity:0;transition:opacity .4s}.digitalizacao-card::after{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg, #5dade2, #8B5CF6, #EC4899);opacity:0;transition:opacity .4s}.digitalizacao-card:hover{background:hsla(0,0%,100%,.06);border-color:rgba(93,173,226,.5);transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px rgba(93,173,226,.3),0 0 80px rgba(93,173,226,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.digitalizacao-card:hover::before{opacity:1}.digitalizacao-card:hover::after{opacity:1}.digitalizacao-card:hover .digitalizacao-card-icon{transform:scale(1.15) rotate(10deg);box-shadow:0 8px 30px rgba(93,173,226,.6);filter:drop-shadow(0 0 20px rgba(93, 173, 226, 0.5))}.digitalizacao-card-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(93, 173, 226, 0.2), rgba(139, 92, 246, 0.2));border-radius:20px;border:1px solid rgba(93,173,226,.3);flex-shrink:0;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 20px rgba(93,173,226,.25),inset 0 1px 0 hsla(0,0%,100%,.15);position:relative;z-index:1}.digitalizacao-card-icon svg{filter:drop-shadow(0 0 8px rgba(93, 173, 226, 0.4))}.digitalizacao-card h3{font-size:28px;font-weight:600;color:#fff;margin:0;font-family:"Inter",sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.3);background:linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative;z-index:1}.digitalizacao-card p{font-size:17px;color:#d1d5dc;line-height:28px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.automacao-examples{padding:80px max(24px,(100% - 1408px)/2);background:#0a0a0a;position:relative}.automacao-examples-content{max-width:1200px;margin:0 auto}.automacao-examples-content h2{font-size:52px;font-weight:300;color:#fff;text-align:center;margin:0 0 80px 0;font-family:"Inter",sans-serif;line-height:1.2;letter-spacing:-0.02em;text-shadow:0 0 20px rgba(93,173,226,.2)}.automacao-examples-content h2 .gradient-text{background:linear-gradient(135deg, #5dade2 0%, #8B5CF6 50%, #EC4899 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:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:32px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.example-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(93, 173, 226, 0.08), rgba(139, 92, 246, 0.08));opacity:0;transition:opacity .4s}.example-card:hover{background:hsla(0,0%,100%,.06);border-color:rgba(93,173,226,.4);transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px rgba(93,173,226,.25),0 0 60px rgba(93,173,226,.1),inset 0 1px 0 hsla(0,0%,100%,.15)}.example-card:hover::before{opacity:1}.example-card h4{font-size:22px;font-weight:600;color:#fff;margin:0 0 16px 0;font-family:"Inter",sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;z-index:1}.example-card p{font-size:15px;color:#d1d5dc;line-height:24px;margin:0;font-family:"Inter",sans-serif;position:relative;z-index:1}.automacao-cta{padding:80px max(24px,(100% - 1408px)/2);background:#1a1a1a;position:relative}.automacao-cta::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(93, 173, 226, 0.5), transparent)}.automacao-cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative}.automacao-cta-content h2{font-size:42px;font-weight:600;color:#fff;margin:0 0 20px 0;font-family:"Inter",sans-serif;line-height:1.3;text-shadow:0 0 20px rgba(93,173,226,.2)}.automacao-cta-content p{font-size:19px;color:#99a1af;line-height:30px;margin:0 0 48px 0;font-family:"Inter",sans-serif}.automacao-cta-form{max-width:600px;margin:0 auto}@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}.automacao-cta{padding:60px 16px}.automacao-cta-content h2{font-size:32px}.automacao-cta-content p{font-size:16px;margin-bottom:32px}}.crm-hero{position:relative;padding:96px max(24px,(100% - 1408px)/2) 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 max(24px,(100% - 1408px)/2);background:#fff}.crm-section-alt{background:#f8f9fa}.crm-container{max-width:1408px;margin:0 auto;width:100%;padding:0 max(24px,(100% - 1408px)/2)}.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-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-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-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 h5{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 12px 0;font-family:"Inter",sans-serif}.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-benefit-card h4{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 16px 0;font-family:"Inter",sans-serif}.crm-benefit-card p{font-size:16px;line-height:26px;color:#6b7280;margin:0;font-family:"Inter",sans-serif}.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-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-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-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-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-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-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-item.active .crm-faq-answer{display:block}.crm-faq-answer p{margin:0}.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}}
/*# sourceMappingURL=style.css.map */