:root{--primary-blue:#315eff;--accent-cyan:#1cb8ea;--accent-yellow:#ffd02f;--dark-text:#2D3142;--light-text:#7D8597;--bg-white:#ffffff;--capsule-1-bg:#E3F2FD;--capsule-2-bg:#00B4FF;--dot-orange:#FF8F50;--dot-purple:#B686C1;--dot-green:#89C765;--dot-blue:#D1E9FF}body{font-family:Inter,sans-serif;background-color:var(--bg-white);color:var(--dark-text);margin:0;padding:0}.offcanvas-body .navbar-nav{align-items:center}.navbar-nav .nav-link{font-weight:600;line-height:24px;letter-spacing:0;font-size:14px}.nav-link.active,.nav-link:hover{color:var(--primary-blue)!important}.navbar{box-shadow:0 0 0 transparent;transition:box-shadow .25s,background-color .25s}.navbar.navbar-scrolled{box-shadow:0 10px 28px rgba(36,49,92,.08)}.btn-demo{background-color:#00c9ff;font-size:12px;font-weight:700;text-transform:uppercase;line-height:18px;padding:21px 44px;border-radius:50px;border:none;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:color .3s,background-color .3s}.btn-demo i{display:inline-block;width:12px;transition:width .3s,margin .3s,opacity .3s}.btn-demo .left{width:0;margin-left:0;opacity:0}.btn-demo .right{width:12px;margin-left:0;opacity:1}.btn-demo:hover .left{width:12px;margin-right:10px;opacity:1}.btn-demo:hover .right{width:0;margin-left:0;opacity:0}.btn-demo:hover{background-color:#00c9ff;color:#fff}.hero-section{position:relative;display:flex;align-items:center;padding:40px 0;overflow:hidden;background-color:transparent}.hero-shape{position:absolute;z-index:0;pointer-events:none;opacity:0;animation-duration:1.2s;animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);animation-fill-mode:forwards}.hero-shape span{display:block;width:100%;height:100%;border-radius:50%}.hero-shape-blue{left:33.2%;top:15.2%;width:clamp(26px,2.63vw,50px);aspect-ratio:1;animation-name:heroShapeDown;animation-delay:70ms}.hero-shape-blue span{background-color:#00c9ff;animation:3s ease-in-out 1.4s infinite alternate heroFloatY}.hero-shape-purple{left:5.6%;top:66.8%;width:clamp(80px,7.9vw,150px);aspect-ratio:1;animation-name:heroShapeUp;animation-delay:.22s}.hero-shape-purple span{background-color:#ecf3ff;animation:3s ease-in-out 1.4s infinite alternate heroFloatX}.hero-shape-yellow{left:33.4%;top:71.8%;width:clamp(100px,10.53vw,200px);aspect-ratio:1;animation-name:heroShapeRight;animation-delay:.31s;animation-duration:1s}.hero-shape-yellow span{background-color:#ffda2b;animation:3s ease-in-out 1.4s infinite alternate heroFloatY}@keyframes heroShapeDown{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes heroShapeUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes heroShapeRight{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes heroFloatY{from{transform:translateY(-15px)}to{transform:translateY(10px)}}@keyframes heroFloatX{from{transform:translateX(-50px)}to{transform:translateX(50px)}}.hero-container{position:relative;max-width:min(1600px,100% - 48px)}.hero-wrapper{position:relative;z-index:2;display:flex;align-items:center;gap:clamp(20px,2.6vw,50px)}.hero-slider{flex:1;min-width:0}.hero-slide{display:grid;grid-template-columns:clamp(300px,27.4vw,520px) 1fr;align-items:center;gap:clamp(16px,2.1vw,40px)}.hero-copy{max-width:520px}.hero-media{height:clamp(360px,52vw,988px)}.hero-img{width:100%;height:100%;display:block;object-fit:contain;object-position:center bottom}.hero-tabs{flex:0 0 60px;width:60px;display:flex;flex-direction:column;gap:5px}.hero-tabs .owl-dot{display:block!important;width:60px;padding:9px 10px;margin:0;background:0 0;border:0;cursor:pointer}.hero-tab-title{position:relative;display:block;text-align:right;font-family:Sora,Inter,sans-serif;font-weight:700;font-size:16px;line-height:16px;color:rgba(49,94,255,.2);transition:color .3s}.hero-tab-title::before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto 0;width:30px;height:2px;background-color:rgba(49,94,255,.2);transition:background-color .3s}.hero-tabs .owl-dot.active .hero-tab-title,.hero-tabs .owl-dot:hover .hero-tab-title{color:var(--primary-blue)}.hero-tabs .owl-dot.active .hero-tab-title::before,.hero-tabs .owl-dot:hover .hero-tab-title::before{background-color:var(--primary-blue)}.hero-title{font-family:Sora,Inter,sans-serif;font-weight:700;font-size:clamp(28px, 2.63vw, 50px);line-height:1.4;letter-spacing:-.04em;color:#3d4250;margin:0 0 30px}.hero-title .highlight{color:#3d4250}.hero-subtitle{font-family:Inter,sans-serif;font-weight:600;font-size:clamp(16px, 1.05vw, 20px);line-height:1.5;color:#8b909c;max-width:520px;margin:0 0 43px}.hero-btn{display:inline-block;padding:0 clamp(32px,2.9vw,55px);border-radius:50px;background-color:var(--primary-blue);color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:clamp(56px, 4.2vw, 80px);text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background-color .3s}.hero-btn:focus,.hero-btn:hover{background-color:#00c9ff;color:#fff}.hero-btn i{display:inline-block;font-size:12px;transition:margin-right .3s,margin-left .3s,opacity .3s,width .3s}.btn-request{background-color:var(--primary-blue);border:none;padding:15px 35px;border-radius:50px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;transition:transform .3s,box-shadow .3s,background-color .3s}.btn-request:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(58,100,240,.3);background-color:#2a52d0}.hero-btn i.left{width:0;margin-right:0;opacity:0}.hero-btn i.right{width:12px;margin-left:10px;opacity:1}.hero-btn:hover i.left{width:12px;margin-right:10px;opacity:1}.hero-btn:hover i.right{width:0;margin-left:0;opacity:0}.hero-slider.owl-loaded .hero-btn,.hero-slider.owl-loaded .hero-img,.hero-slider.owl-loaded .hero-subtitle,.hero-slider.owl-loaded .hero-title{opacity:0}.hero-slider .owl-item.active:not(.cloned) .hero-btn,.hero-slider .owl-item.active:not(.cloned) .hero-img,.hero-slider .owl-item.active:not(.cloned) .hero-subtitle,.hero-slider .owl-item.active:not(.cloned) .hero-title{animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);animation-fill-mode:forwards}.hero-slider .owl-item.active:not(.cloned) .hero-title{animation-name:heroLayerLeft;animation-duration:1s}.hero-slider .owl-item.active:not(.cloned) .hero-subtitle{animation-name:heroLayerLeft;animation-duration:1s;animation-delay:.27s}.hero-slider .owl-item.active:not(.cloned) .hero-btn{animation-name:heroLayerUp;animation-duration:1.2s;animation-delay:.49s}.hero-slider .owl-item.active:not(.cloned) .hero-img{animation-name:heroLayerRight;animation-duration:1s}.hero-slider .owl-item.active:not(.cloned) .image-zoom-out{animation-name:heroImageZoomOut;animation-duration:1.8s}@keyframes heroLayerLeft{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes heroLayerRight{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes heroImageZoomOut{from{opacity:0;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@keyframes heroLayerUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.hero-section{padding:60px 0 40px}.hero-wrapper{gap:24px}.hero-slide{grid-template-columns:1fr;gap:28px;text-align:center}.hero-copy{max-width:none;margin:0 auto}.hero-subtitle{margin:0 auto 32px}.hero-media{height:clamp(280px,46vw,420px)}.hero-img{object-position:center}.hero-shape,.hero-tabs{display:none}}@media (prefers-reduced-motion:reduce){.hero-shape,.hero-shape span,.hero-slider .owl-item.active .hero-btn,.hero-slider .owl-item.active .hero-img,.hero-slider .owl-item.active .hero-subtitle,.hero-slider .owl-item.active .hero-title{animation:none}.hero-shape,.hero-slider.owl-loaded .hero-btn,.hero-slider.owl-loaded .hero-img,.hero-slider.owl-loaded .hero-subtitle,.hero-slider.owl-loaded .hero-title{opacity:1}}.clients-carousel .owl-stage,.clients-carousel-reverse .owl-stage{display:flex;align-items:center}.client-logo-card{min-height:90px;display:flex;align-items:center;justify-content:center}.hero-visuals{min-height:620px;display:flex;justify-content:center;align-items:center}.hero-backdrop-shape{position:absolute;width:470px;height:470px;border:40px solid var(--accent-yellow);border-bottom:0;border-radius:240px 240px 0 0;right:40px;bottom:0;z-index:0}.hero-backdrop-dot{position:absolute;width:76px;height:76px;border-radius:50%;background:var(--accent-cyan);left:20px;bottom:110px;z-index:0}.capsule-container{display:flex;gap:18px;position:relative;z-index:2;align-items:end}.capsule{overflow:hidden;position:relative}.capsule-2{width:155px;height:215px;border-radius:34px;background:#eff6ff;margin-left:-50px;margin-bottom:22px;border:10px solid #fff}.hero-main-image,.hero-side-image{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.circle{position:absolute;border-radius:50%;z-index:1}.circle-light-blue{width:100px;height:100px;background-color:var(--dot-blue);top:10%;left:-2%;opacity:.6}.circle-orange{width:30px;height:30px;background-color:var(--dot-orange);top:8%;right:7%}.circle-purple{width:60px;height:60px;background-color:var(--dot-purple);bottom:7%;right:32%}.circle-green{width:20px;height:20px;background-color:var(--dot-green);bottom:32%;left:8%}.whatsapp-float{position:fixed;bottom:30px;right:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:1000;transition:transform .3s}.whatsapp-float img{width:50%;border-radius:120px}.whatsapp-float:hover{transform:scale(1.1);color:#fff}.cloud-transition-section{padding:0;background:#fff}.cloud-carousel-panel{min-height:740px;background-image:url("images/Culture-bg.png");background-position:top right;background-repeat:no-repeat;background-color:#3a5af2;border-top-right-radius:160px;position:relative;overflow:hidden;padding:120px 0 70px 66px}.cloud-carousel-track-wrap{overflow:hidden;width:100%;padding:20px}.cloud-carousel-track{display:flex;gap:24px;transition:transform .45s;margin-left:0;padding-left:0}.cloud-feature-card{flex:0 0 calc((100% - 24px)/ 2);background:#fff;border-radius:18px;padding:34px 24px 30px;box-shadow:0 18px 50px rgba(32,64,148,.14);cursor:pointer}.cloud-laptop-frame{position:relative;margin-bottom:24px}.cloud-laptop-screen{height:376px;overflow:hidden;position:relative}.cloud-laptop-screen img{width:100%;height:100%;object-fit:cover;display:block}.cloud-laptop-camera{position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:40px;height:12px;background:#0f1219;border-radius:0 0 10px 10px;z-index:2}.cloud-laptop-base{width:calc(100% + 18px);height:10px;margin-left:-9px;margin-top:2px;background:linear-gradient(180deg,#b7b7b7 0,#8b8b8b 100%);border-radius:0 0 12px 12px;position:relative}.cloud-laptop-base::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-2px;width:74px;height:3px;border-radius:999px;background:rgba(255,255,255,.65)}.cloud-feature-card h3{font-size:18px;line-height:1.35;font-weight:700;margin-bottom:12px;color:#3e4657}.cloud-feature-card p{font-size:15px;line-height:1.6;color:#666f82;margin-bottom:0;max-width:290px}.cloud-carousel-dots{display:flex;align-items:center;gap:14px;margin-top:48px;padding-left:4px}.cloud-dot{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.28);padding:0}.cloud-dot.active{width:14px;height:14px;background:#fff}.cloud-content-panel{padding:88px 72px}.cloud-section-label{display:inline-flex;align-items:center;justify-content:center;min-width:110px;padding:7px 16px;border-radius:8px;background:linear-gradient(to right,#dff6ff 50%,transparent 50%);color:#3f4658;font-size:11px;font-weight:700;letter-spacing:.28em;margin-bottom:22px}.cloud-section-title{font-size:2.5rem;line-height:44px;letter-spacing:-1px;font-weight:800;color:#36425d;max-width:520px;margin-bottom:30px}.cloud-section-text{font-size:15px;line-height:1.75;color:#59647c;max-width:530px;margin-bottom:28px}.cloud-feature-list{list-style:none;padding:0;margin:18px 0 34px}.cloud-feature-list li{position:relative;padding-left:44px;margin-bottom:18px;font-size:15px;font-weight:600;color:#39445d}.cloud-feature-list li::before{content:"\2713";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;border:1px solid #cfd7ea;color:var(--primary-blue);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.cloud-feature-list li:hover{color:var(--primary-blue)}.cloud-cta-btn{background:linear-gradient(90deg,#3a64f0 0,#3c5af4 100%);border:0;color:#fff;font-size:12px;font-weight:700;padding:16px 38px;border-radius:999px}.cloud-cta-btn:hover{background:linear-gradient(90deg,#345be0 0,#3551e4 100%);color:#fff}.stats-section{position:relative;padding:110px 0 90px;background-color:#f8fbff;background-image:url("images/Static background.webp");background-repeat:no-repeat;background-position:center bottom;background-size:cover;overflow:hidden}.stats-row{row-gap:34px}.stats-item{position:relative;z-index:2}.stats-value{font-size:4.2rem;line-height:1;font-weight:800;letter-spacing:-.06em;color:#325cff;margin-bottom:6px}.stats-suffix{color:#17b8ea;font-size:.58em;vertical-align:top;margin-left:1px}.stats-label{margin:0;color:#7a859c;font-size:14px;font-weight:700}.stats-247{color:#325cff}.stats-divider{color:#17b8ea;margin:0 2px}.stats-decoration{position:absolute;border-radius:50%;z-index:1}.stats-yellow{width:30px;height:30px;background:#ffda2b;left:8%;top:13%}.stats-blue{width:20px;height:20px;background:#315eff;left:7%;top:52%}.stats-red{width:40px;height:40px;background:#fe2f01;left:31%;top:81%}.stats-cyan{width:20px;height:20px;background:#00c9ff;left:89%;top:8%}.stats-orange{width:40px;height:40px;background:#fea901;left:93%;top:63%}.smart-essentials-section{position:relative;background:#fff;padding-bottom:70px;overflow:hidden}.smart-essentials-top{position:relative;background:linear-gradient(180deg,#3b5cf7 0,#3d61f6 100%);padding:78px 0 120px;overflow:hidden}.smart-copy{position:relative;z-index:2;color:#fff;max-width:430px}.smart-kicker{display:inline-block;padding:6px 12px;border-radius:6px;background:linear-gradient(to right,#fffFFF30 30%,transparent 30%);color:#dfe7ff;font-size:.75rem;letter-spacing:.18em;font-weight:700;margin-bottom:20px}.smart-title{font-size:2.6rem;line-height:1.05;letter-spacing:-.05em;font-weight:800;margin-bottom:22px;color:#fff;max-width:360px}.smart-text{font-size:18px;text-transform:capitalize;letter-spacing:inherit;font-weight:inherit!important;line-height:28px;color:#fff;margin-bottom:18px}.smart-btn{margin-top:8px;background-color:var(--primary-blue);color:#fff;border-radius:999px;padding:13px 26px;box-shadow:1px 2px 10px 4px #95a6e3;font-size:12px;font-weight:700;line-height:1.5;cursor:pointer;border:none!important;text-decoration:none;text-shadow:none;text-transform:uppercase}.smart-btn:hover{background-color:#0037fd;color:#fff}.smart-image-card{position:relative;z-index:2;margin:0 auto;border-radius:24px;overflow:hidden}.smart-image-card img{width:100%;height:100%;object-fit:cover;display:block}.smart-essentials-heading{position:relative;z-index:2;color:#fff;font-size:2.1rem;line-height:1.1;letter-spacing:-.04em;font-weight:800;margin-top:34px}.smart-shape{position:absolute;z-index:1}.smart-shape-cyan{width:900px;height:900px;left:-34%;top:53%;background:#00c9ff;border-radius:50%}.smart-shape-purple{width:85px;height:85px;left:85%;top:13%;background:#a74fff;border-radius:50%}.smart-shape-yellow{width:120px;height:120px;left:54%;top:22%;background:#ffda2b;border-radius:50%}.smart-shape-pink{width:200px;height:200px;left:54%;top:51%;background:#f9b8c4;border-radius:50%}.smart-shape-soft{width:117px;height:117px;left:79%;top:65%;background:rgba(255,255,255,.31);border-radius:50%}.smart-cards-shell{position:relative;margin-top:-58px;z-index:5}.smart-cards-viewport{overflow:hidden}.smart-cards-track{display:flex;gap:22px;transition:transform .45s;will-change:transform}.smart-card{position:relative;flex:0 0 calc(33.333% - 15px);min-height:270px;background:#fff;border-radius:18px;padding:44px 34px 30px;box-shadow:0 24px 45px rgba(28,46,113,.12);overflow:hidden}.smart-card-header{display:flex;align-items:center;gap:18px}.smart-card-badge{width:58px;height:58px;border-radius:50%;background:#1ebcf0;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;margin-bottom:24px}.smart-card h3{font-size:22px;font-weight:700;line-height:28px;letter-spacing:0;color:#4f5258;margin-bottom:16px}.smart-card p{color:#5e667a;margin-bottom:0;max-width:245px;position:relative;z-index:2;font-size:16px;font-weight:400;line-height:26px;margin-top:40px}.smart-card-ghost{position:absolute;right:18px;bottom:-18px;font-size:7.7rem;line-height:1;font-weight:800;color:rgba(60,68,95,.07);letter-spacing:-.08em;pointer-events:none}.order-process-section{padding:96px 0 84px;background:#fff}.order-process-header{max-width:760px;margin:0 auto 70px}.order-process-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:10px;background:linear-gradient(to right,#ccf4ff 30%,transparent 30%);color:#3a465f;font-size:12px;font-weight:700;letter-spacing:.28em;margin-bottom:24px}.order-process-title{font-size:3.35rem;line-height:1.08;letter-spacing:-.05em;color:#36425d;margin-bottom:26px;font-weight:700}.order-process-subtitle{font-size:16px;line-height:1.7;font-weight:600;color:#8a97ad;margin:0}.order-step-card{max-width:292px;margin:0 auto}.order-step-icon{width:92px;height:92px;border-radius:18px;background:linear-gradient(180deg,#3d64f6 0,#3654ee 100%);display:flex;align-items:center;justify-content:center;margin-bottom:28px}.order-step-icon:hover{transform:scale(.9)}.order-step-icon svg{width:48px;height:48px;stroke:#ffffff;stroke-width:2.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.order-step-card h3{font-size:18px;line-height:1.45;font-weight:800;color:#38425c;margin-bottom:10px}.order-step-card h3:hover{color:var(--primary-blue)}.order-step-card p{font-size:15px;line-height:2;color:#3f4658;margin:0;max-width:240px}.order-process-cta-wrap{margin-top:72px}.order-process-btn{min-width:254px;padding:18px 34px;border-radius:999px;background:linear-gradient(90deg,#3c63f6 0,#3553ee 100%);color:#fff;border:0;font-size:14px;font-weight:700}.order-process-btn:hover{background:linear-gradient(90deg,#355ae6 0,#304ae0 100%);color:#fff}.testimonials-section{margin-top:70px;background:linear-gradient(180deg,#3e60f6 0,#3656ef 100%)}.testimonials-image-panel{min-height:645px;height:100%}.testimonials-image-panel img{width:100%;height:100%;object-fit:cover;display:block;border-top-right-radius:120px}.testimonials-content-panel{position:relative;min-height:645px;height:100%;background:linear-gradient(180deg,#3e60f6 0,#3656ef 100%);overflow:hidden;display:flex;align-items:center}.testimonials-copy{position:relative;z-index:2;max-width:430px;margin-left:112px;margin-right:48px;color:#fff}.testimonials-title{font-size:3.05rem;line-height:1.05;letter-spacing:-.05em;font-weight:800;margin-bottom:42px;color:#fff}.testimonials-text{font-size:18px;line-height:1.15;letter-spacing:-.03em;font-weight:500;margin-bottom:42px;color:#fff;max-width:310px}.testimonials-author-block h3{font-size:17px;font-weight:800;margin-bottom:8px;color:#fff}.testimonials-author-block span{font-size:12px;font-weight:700;color:#fff}.testimonials-quote-icon{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;background:#1ab9eb;color:#fff;font-size:60px;display:flex;align-items:center;justify-content:center;z-index:5}.testimonials-yellow-shape{position:absolute;right:-150px;bottom:-200px;width:520px;height:520px;border-radius:50%;background:#ffda2b;z-index:1}.testimonials-dots{display:flex;gap:12px;margin-top:64px}.testimonial-dot{width:8px;height:8px;border-radius:50%;border:0;padding:0;background:rgba(255,255,255,.28)}.testimonial-dot.active{width:14px;height:14px;background:#fff}.advantages-section{padding:92px 0 80px;background:#f7fbff}.advantages-top-row{margin-bottom:64px}.advantages-copy{max-width:420px}.advantages-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:10px;background:linear-gradient(to right,#ccf4ff 30%,transparent 30%);color:#3f465a;font-size:12px;font-weight:700;letter-spacing:.24em;margin-bottom:26px}.advantages-title{font-size:3.15rem;line-height:1.08;letter-spacing:-.05em;font-weight:800;color:#39435c;margin-bottom:28px}.advantages-text{font-size:16px;line-height:1.65;font-weight:600;color:#8a96ab;margin:0;max-width:405px}.advantages-image-wrap{border-radius:34px;overflow:hidden;box-shadow:0 18px 42px rgba(49,68,122,.08)}.advantages-image-wrap img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.advantages-grid{row-gap:48px}.advantages-item{text-align:left}.advantages-icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.advantages-icon svg{width:34px;height:34px;stroke:#ffffff;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.advantages-icon-orange{background:#ff4a12}.advantages-icon-cyan{background:#1dbbf0}.advantages-icon-yellow{background:#ffb011}.advantages-icon-purple{background:#a758ff}.advantages-icon-green{background:#99c800}.advantages-item h3{font-size:19px;line-height:1.35;font-weight:800;color:#38425c;margin:0;max-width:300px}.advantages-item:hover h3{color:var(--primary-blue)}.advantages-item:hover .advantages-icon{background:#1dbbf0}.advantages-item:hover .advantages-icon.advantages-icon-cyan{background:var(--primary-blue)}.latest-articles-section{position:relative;padding:92px 0 72px;background:#fff;overflow:hidden}.latest-articles-header{max-width:760px;margin:0 auto 58px}.latest-articles-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:10px;background:linear-gradient(to right,#ccf4ff 30%,transparent 30%);color:#3e4659;font-size:12px;font-weight:700;letter-spacing:.26em;margin-bottom:24px}.latest-articles-title{font-size:3.25rem;line-height:1.06;letter-spacing:-.05em;font-weight:800;color:#36425d;max-width:520px;margin:0 auto 22px}.latest-articles-subtitle{font-size:16px;line-height:1.7;font-weight:600;color:#8a96ab;margin:0}.article-card{position:relative;height:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 18px 48px rgba(48,65,119,.1)}.article-card-media{height:216px;overflow:hidden}.article-card-media img{width:100%;height:100%;object-fit:cover;display:block}.article-card-body{padding:26px 24px 28px}.article-meta{font-size:10px;line-height:1.5;font-weight:700;letter-spacing:.08em;color:#94a0b5;margin-bottom:14px}.article-meta span{margin:0 6px}.article-card h3{font-size:18px;line-height:1.25;letter-spacing:-.03em;font-weight:800;color:#36425d;margin-bottom:14px}.article-card p{font-size:15px;line-height:1.7;color:#5f6980;margin-bottom:26px}.article-read-more{font-size:12px;font-weight:800;color:#355cff;text-decoration:none;letter-spacing:.04em}.article-read-more:hover{color:#244ae8}.latest-articles-cta{margin-top:50px}.latest-articles-btn{display:inline-block;background:linear-gradient(90deg,#3a64f0 0,#3c5af4 100%);border:0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:16px 44px;border-radius:999px}.latest-articles-btn:hover{background:linear-gradient(90deg,#345be0 0,#3551e4 100%);color:#fff}.articles-shape{position:absolute;border-radius:50%;z-index:0}.articles-shape-left{width:200px;height:200px;background:#ecf3ff;left:88px;bottom:-42px}.articles-shape-right{width:120px;height:120px;background:#ffda2b;right:62px;bottom:54px}.clients-logo-section{position:relative;padding:78px 0 64px;background:#fff;overflow:hidden}.clients-logo-bg-circle{position:absolute;top:-40px;left:200px;width:150px;height:150px;border-radius:50%;background:#dfe8ff;z-index:0}.clients-logo-heading{text-align:center;font-size:3rem;line-height:1.08;letter-spacing:-.05em;font-weight:800;color:#35415c;margin-bottom:34px}.slider-wrapper{overflow:hidden;width:100%;position:relative}.slider{display:flex;transition:transform .6s ease-in-out}.logo{width:200px;height:200px;margin:0 15px;object-fit:contain;background:#fff;padding:10px;border-radius:10px}.logo-teal{background:#1698bb;color:#fff;font-size:56px;font-weight:300;letter-spacing:-.08em}.logo-wordmark{font-size:22px;font-weight:700;letter-spacing:-.03em}.accent-cyan{color:#29aeb6}.accent-purple{color:#8f84a6}.accent-dark{color:#2d2d2d}.accent-orange{color:#ff6d0f}.accent-bluepink{color:#295bff;text-shadow:18px 0 0 #ff2b7d}.accent-gold{color:#b88a2a;font-weight:500;font-size:34px}.logo-green{background:#97cc39;color:#fff;font-size:44px;font-weight:700}.logo-monogram{background:#f2f2f2;color:#ec3d27;font-size:54px;font-weight:800}.site-footer{position:relative}.footer-cta-wrap{position:relative;z-index:2;margin-bottom:-40px}.footer-cta-card{position:relative;background:#1fbbe8;border-radius:120px 120px 120px 0;min-height:206px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:34px 40px 34px 120px}.footer-cta-content{max-width:520px;position:relative;z-index:2}.footer-cta-content h2{font-size:2.15rem;line-height:1.1;letter-spacing:-.04em;font-weight:800;color:#fff;margin-bottom:18px}.footer-cta-content p{font-size:17px;line-height:1.4;color:#fff;margin:0;max-width:480px}.footer-cta-pink{position:absolute;left:60%;top:8%;width:200px;height:200px;border-radius:50%;background:#f9b8c4}.footer-cta-yellow{position:absolute;left:69%;top:-9%;width:430px;height:430px;border-radius:50%;background:#ffda2b;z-index:1;pointer-events:none}.footer-cta-btn-wrap{position:absolute;right:40px;top:50%;transform:translateY(-50%);z-index:2}.footer-cta-btn{min-width:184px;padding:20px 28px;border-radius:999px;background:#fff;color:#3b5cff;font-size:13px;font-weight:800;border:0;display:inline-flex;align-items:center;gap:10px;justify-content:center;transition:transform .3s,color .3s}.footer-cta-btn i{width:12px;transition:width .3s,margin .3s,opacity .3s}.footer-cta-btn .left{width:0;margin-left:0;opacity:0}.footer-cta-btn .right{width:12px;margin-left:10px;opacity:1}.footer-cta-btn:hover .left{width:12px;margin-right:10px;opacity:1}.footer-cta-btn:hover .right{width:0;margin-left:0;opacity:0}.footer-cta-btn:hover{background:#fff;color:#2e52f0}.footer-main{padding:72px 0 56px;background:#3d5ef6}.footer-main .row{--bs-gutter-x:1.875rem}@media (min-width:992px){.footer-main .row>div:first-of-type{flex:0 0 41.5%;max-width:41.5%;padding-left:0}.footer-main .row>div:nth-of-type(2){flex:0 0 20.2%;max-width:20.2%}.footer-main .row>div:nth-of-type(3){flex:0 0 20%;max-width:20%}.footer-main .row>div:nth-of-type(4){flex:0 0 18.3%;max-width:18.3%;padding-right:0}}.footer-newsletter h3,.footer-office h3{font-size:2rem;line-height:1.1;font-weight:800;color:#fff;margin-bottom:16px}.footer-links a,.footer-newsletter p,.footer-office a,.footer-office p,.footer-social span{color:#fff}.footer-newsletter p{font-size:16px;line-height:1.55;max-width:430px;margin-bottom:28px}.footer-newsletter-form{display:flex;align-items:center;width:100%;max-width:405px;background:#fff;border-radius:999px;overflow:hidden;margin-bottom:22px}.footer-newsletter-form input{flex:1;border:0;outline:0;padding:16px 24px;font-size:15px;color:#6d7689}.footer-newsletter-form button{border:0;min-width:122px;padding:18px 22px;background:#1eb9e9;color:#fff;font-size:12px;font-weight:800}.footer-social{display:flex;align-items:center;gap:18px}.footer-social span{font-size:15px;font-weight:700}.footer-social-icons{display:flex;align-items:center;gap:12px}.footer-social-icons a{color:rgba(255,255,255,.45);text-decoration:none;font-size:13px;font-weight:700}.footer-social-icons a:hover{color:#00c9ff}.footer-app-badges{display:flex;align-items:center;gap:14px;margin-top:24px}.footer-app-badges img{height:42px;width:auto}.footer-links{list-style:none;padding:10px 0 0;margin:0}.footer-links li{margin-bottom:16px}.footer-links a{text-decoration:none;font-size:16px;font-weight:700}.footer-links a:hover{color:#00c9ff}.footer-office p{font-size:16px;line-height:1.55;margin-bottom:10px;max-width:250px}.footer-office a{display:block;text-decoration:none;font-size:16px;line-height:1.7;margin-bottom:4px}.footer-bottom{background:#fff;padding:10px 0}.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-brand img{height:44px;width:auto;display:block}.footer-bottom p{margin:0;font-size:15px;color:#36425d}.footer-bottom p span{color:#1f8eff}.footer-back-top{text-decoration:none;color:#36425d;font-size:15px;display:inline-flex;align-items:center;gap:8px;font-weight:700}.footer-back-top i{font-size:14px;transition:transform .3s}.footer-back-top:hover i{transform:translateY(-2px)}@keyframes clientsMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:991px){.hero-visuals{min-height:auto;margin-top:45px;padding-bottom:10px}.hero-backdrop-shape{width:320px;height:320px;border-width:28px;right:50%;transform:translateX(50%)}.hero-backdrop-dot{width:58px;height:58px;left:8px;bottom:60px}.capsule-container{width:100%;justify-content:center}.capsule-1{width:min(100%,340px);height:380px}.capsule-2{width:118px;height:158px;margin-left:-38px;margin-bottom:15px}.cloud-carousel-panel{min-height:auto;border-top-right-radius:80px;padding:70px 20px 44px}.cloud-feature-card{flex:0 0 100%}.cloud-carousel-dots{margin-top:30px}.cloud-content-panel{padding:56px 22px 60px}.cloud-section-title{font-size:2.4rem}.stats-section{padding:88px 0 70px;background-size:1400px auto}.stats-value{font-size:3.1rem}.smart-essentials-top{padding:64px 0 100px}.smart-title{font-size:2.2rem;max-width:100%}.smart-image-card{transform:rotate(5deg);width:236px;height:320px}.smart-essentials-heading{font-size:1.8rem;margin-top:28px}.smart-card{flex:0 0 calc(50% - 11px);min-height:248px;padding:36px 24px 28px}.smart-shape-cyan{width:320px;height:320px;left:-140px;top:220px}.order-process-section{padding:80px 0 70px}.order-process-header{margin-bottom:54px}.order-process-title{font-size:2.55rem}.order-process-cta-wrap{margin-top:56px}.testimonials-content-panel,.testimonials-image-panel{min-height:auto}.testimonials-image-panel{height:420px}.testimonials-content-panel{border-top-left-radius:60px;padding:70px 24px}.testimonials-copy{margin:0 auto;max-width:100%}.testimonials-title{font-size:2.45rem;margin-bottom:28px}.testimonials-text{max-width:100%}.testimonials-quote-icon{top:40px;left:24px;width:70px;height:70px;font-size:58px}.testimonials-yellow-shape{width:360px;height:360px;right:-120px;bottom:-140px}.advantages-section{padding:76px 0 68px}.advantages-top-row{margin-bottom:52px}.advantages-title{font-size:2.45rem}.advantages-image-wrap img{min-height:280px}.latest-articles-section{padding:76px 0 62px}.latest-articles-title{font-size:2.5rem}.articles-shape-left{left:12px}.articles-shape-right{right:-36px;bottom:20px}.clients-logo-section{padding:68px 0 54px}.clients-logo-heading{font-size:2.35rem}.client-logo-card{width:130px;height:100px}.logo-wordmark{font-size:18px}.footer-cta-card{border-radius:60px 60px 0 0;min-height:auto;padding:34px 24px 32px;display:block}.footer-cta-content{max-width:100%;margin-bottom:28px}.footer-cta-content h2{font-size:1.9rem}.footer-cta-pink{left:45%;top:24px;width:120px;height:120px}.footer-cta-yellow{position:relative;width:100%;height:auto;min-height:130px;border-radius:60px 60px 0}.footer-cta-btn-wrap{right:auto;left:28px;top:auto;bottom:0;height:130px;display:flex;align-items:center;transform:none}.footer-main{padding:56px 0 42px}.footer-bottom-row{flex-direction:column;text-align:center}}@media (max-width:575px){.hero-title{font-size:26px;line-height:36px}.hero-btn{display:block;padding:0 24px;text-align:center}.capsule-1{height:340px}.cloud-section-title{font-size:2rem}.cloud-feature-card{padding:24px 18px}.cloud-laptop-screen{height:376px}.stats-section{padding:72px 0 58px;background-size:980px auto}.stats-value{font-size:2.65rem}.smart-essentials-top{padding:54px 0 92px}.smart-title{font-size:1.9rem}.smart-essentials-heading{font-size:1.45rem}.smart-card{flex:0 0 88%;min-height:230px}.smart-card-ghost{font-size:6rem}.order-process-title{font-size:2rem}.order-process-subtitle{font-size:15px}.order-step-card{text-align:center}.order-step-card p{max-width:100%}.order-process-btn{width:100%;min-width:0}.testimonials-image-panel{height:320px}.testimonials-content-panel{border-top-left-radius:34px;padding:56px 18px 48px}.testimonials-title{font-size:2rem}.testimonials-text{font-size:16px;margin-bottom:30px}.testimonials-dots{margin-top:40px}.advantages-title{font-size:2rem}.advantages-text{font-size:15px}.advantages-grid{row-gap:34px}.latest-articles-title{font-size:2rem}.latest-articles-subtitle{font-size:15px}.article-card-body{padding:22px 18px 24px}.clients-logo-heading{font-size:2rem}.clients-logo-track{gap:24px}.client-logo-card{width:112px;height:86px}.logo-teal{font-size:42px}.logo-green{font-size:34px}.logo-monogram{font-size:40px}.footer-cta-content h2{font-size:1.6rem}.footer-back-top,.footer-bottom p,.footer-cta-content p,.footer-links a,.footer-newsletter p,.footer-office a,.footer-office p{font-size:14px}.footer-newsletter h3,.footer-office h3{font-size:1.7rem}.footer-newsletter-form{flex-direction:column;border-radius:24px;background:0 0;gap:12px;overflow:visible}.footer-newsletter-form button,.footer-newsletter-form input{width:100%;border-radius:999px}.footer-social{flex-wrap:wrap}}.logo-section{padding:30px 0}.logo-section .container{display:flex;align-items:center;justify-content:space-around;background-color:#f0f0f0}.logo-section .spacer{flex:1}.logo-section .logo-item{flex:0 0 auto;text-align:center}.logo-section img{max-width:100%;height:auto;transition:transform .3s}.logo-section img:hover{transform:scale(1.05)}@media (max-width:768px){.logo-section .container{flex-direction:column;gap:20px}.logo-section .spacer{display:none}}.articles-shape,.circle,.clients-logo-bg-circle,.hero-backdrop-dot,.smart-shape,.stats-decoration,.testimonials-yellow-shape{transition:transform .15s ease-out;will-change:transform}