@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}.container{margin:auto;max-width:1320px;width:92%}.header{background:#fff;border-bottom:1px solid #edf2f7;box-shadow:0 10px 35px #0f172a0f;left:0;position:fixed;top:0;transition:.35s ease;width:100%;z-index:9999}.header.scrolled{background:#fff;box-shadow:0 12px 40px #0f172a1f}.header-container{height:86px;justify-content:space-between}.header-container,.logo{align-items:center;display:flex}.logo img{display:block;height:88px;width:auto}.desktop-nav{align-items:center;display:flex;gap:40px}.desktop-nav a{color:#1e293b;font-size:15px;font-weight:600;position:relative;transition:.3s}.desktop-nav a:hover{color:#0b6cff}.desktop-nav a:after{background:#0b6cff;bottom:-8px;content:"";height:2px;left:0;position:absolute;transition:.3s;width:0}.desktop-nav a.active:after,.desktop-nav a:hover:after{width:100%}.dropdown{position:relative}.dropdown-menu{background:#fff;border-radius:14px;box-shadow:0 18px 45px #0000001a;left:0;min-width:250px;opacity:0;padding:12px 0;position:absolute;top:60px;transform:translateY(18px);transition:.35s;visibility:hidden}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu a{color:#223654;display:block;font-size:14px;font-weight:500;padding:13px 22px;transition:.3s}.dropdown-menu a:hover{background:#f4f8ff;color:#07f;padding-left:28px}.header-right{gap:16px}.consult-btn,.header-right{align-items:center;display:flex}.consult-btn{background:#0b6cff;border-radius:12px;color:#fff;font-weight:600;gap:10px;padding:13px 24px;transition:.35s}.consult-btn:hover{background:#0056d6;box-shadow:0 15px 30px #0b6cff4d;transform:translateY(-3px)}.mobile-toggle{background:#0000;color:#0937ec;display:none;font-size:28px}.header.scrolled .mobile-toggle{color:#10243f}.mobile-menu{background:#08111f;display:flex;flex-direction:column;height:100vh;max-width:90%;padding:28px;position:fixed;right:-100%;top:0;transition:.4s ease;width:330px;z-index:99999}.mobile-menu.active{right:0}.mobile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px}.mobile-header img{height:48px}.mobile-header button{background:#0000;color:#fff;font-size:28px}.mobile-menu a{border-bottom:1px solid #ffffff14;color:#fff;font-size:16px;font-weight:500;padding:15px 0;transition:.3s}.mobile-menu a:hover{color:#29b6ff;padding-left:8px}.mobile-btn{background:linear-gradient(135deg,#07f,#0052d4);border:none;border-radius:50px;color:#fff!important;margin-top:25px;padding:15px;text-align:center}@media (max-width:1200px){.desktop-nav{gap:24px}.consult-btn{font-size:14px;padding:12px 18px}}@media (max-width:992px){.header-container{height:80px}.logo img{height:50px}.consult-btn,.desktop-nav{display:none}.mobile-toggle{align-items:center;display:flex;justify-content:center}}@media (max-width:768px){.container{width:94%}.header-container{height:74px}.logo img{height:50px}.mobile-menu{padding:24px;width:300px}.mobile-header img{height:42px}.mobile-menu a{font-size:15px;padding:14px 0}.mobile-btn{font-size:15px;padding:14px}}@media (max-width:576px){.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-container{height:70px}.logo img{height:50px}.mobile-toggle{font-size:24px}.mobile-menu{max-width:100%;padding:20px;width:100%}.mobile-header{margin-bottom:25px}.mobile-header img{height:38px}.mobile-header button{font-size:26px}.mobile-btn{margin-top:22px;padding:14px}}@media (max-width:380px){.header-container{height:66px}.logo img{height:50px}.mobile-menu a{font-size:14px}}.mobile-menu::-webkit-scrollbar{width:6px}.mobile-menu::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:10px}.mobile-menu::-webkit-scrollbar-track{background:#0000}.desktop-nav a.active,.mobile-menu a.active{color:#07f;font-weight:600}.consult-btn:focus,.desktop-nav a:focus,.drop-btn:focus,.mobile-header button:focus,.mobile-menu a:focus,.mobile-toggle:focus{outline:2px solid #07f;outline-offset:2px}.consult-btn,.desktop-nav a,.drop-btn,.dropdown-menu,.dropdown-menu a,.header,.logo img,.mobile-menu,.mobile-menu a,.mobile-toggle{transition:all .3s ease}.footer{background:#081423;color:#fff;margin-top:80px;padding:80px 0 0}.footer-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:2fr 1fr 1.2fr 1.4fr}.footer-logo{display:flex;margin-bottom:25px;width:120px}.company p{color:#b8c4d4;font-size:13px;line-height:1.5;margin-bottom:30px;text-align:justify}.footer-social{display:flex;gap:14px}.footer-social a{align-items:center;background:#10243f;border-radius:50%;color:#fff;display:flex;font-size:18px;height:45px;justify-content:center;transition:.35s;width:45px}.footer-social a:hover{background:#0b6cff;transform:translateY(-6px)}.footer-column h3{font-size:16px;margin-bottom:28px;position:relative}.footer-column h3:after{background:#0b6cff;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.footer-column ul{list-style:none;padding:0}.footer-column li{margin-bottom:16px}.footer-column a{align-items:center;color:#c6d2e3;display:flex;font-size:13px;gap:10px;text-decoration:none;transition:.3s}.footer-column a svg{color:#0b6cff}.footer-column a:hover{color:#fff;padding-left:8px}.contact-item{align-items:flex-start;display:flex;gap:16px;margin-bottom:22px}.contact-item svg{color:#0b6cff;font-size:18px;margin-top:5px}.contact-item span{color:#c6d2e3;font-size:13px;line-height:1.7;text-align:justify}.support-box{background:#10243f;border-left:4px solid #0b6cff;border-radius:14px;margin-top:30px;padding:22px}.support-box h4{font-size:18px;margin-bottom:10px}.support-box p{color:#c6d2e3;font-size:14px;line-height:1.7}.footer-bottom{border-top:1px solid #ffffff14;margin-top:5px}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:25px 0}.footer-bottom p{color:#9eb2ca;font-size:13px}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:30px}.footer-bottom-links a{color:#9eb2ca;font-size:12px;text-decoration:none;transition:.3s}.footer-bottom-links a:hover{color:#0b6cff}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:60px 0 0}.footer-grid{gap:40px;grid-template-columns:1fr}.footer-logo{width:180px}.footer-column h3{font-size:20px}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{gap:20px;justify-content:center}}@media(max-width:480px){.footer{padding:50px 0 0}.footer-logo{width:160px}.company p{font-size:14px}.footer-column h3{font-size:18px}.contact-item span,.footer-column a{font-size:14px}.support-box{padding:18px}.footer-social{gap:10px}.footer-social a{font-size:16px;height:40px;width:40px}.footer-bottom{margin-top:50px}.footer-bottom p,.footer-bottom-links a{font-size:13px}}.hero{overflow:hidden;position:relative;width:100%}.hero-slide,.hero-slider{height:100vh;width:100%}.hero-slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;position:relative}.overlay{background:linear-gradient(90deg,#040f23e0,#040f23b8 45%,#040f2373);inset:0;position:absolute;z-index:1}.hero-content,.hero-tag{color:#fff}.hero-tag{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:40px;display:inline-flex;font-size:15px;font-weight:600;gap:10px;margin-bottom:28px;padding:10px 22px}.hero-tag svg{color:#27c2ff}.hero-content h1{font-size:68px;line-height:1.15;margin-bottom:28px}.hero-content h1 span{color:#27c2ff;display:block}.hero-content p{color:#dbe7f7;margin-bottom:40px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px}.primary-btn{align-items:center;background:#0b6cff;border-radius:10px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 34px;transition:.35s}.primary-btn:hover{background:#0056d6;box-shadow:0 15px 35px #0b6cff59;transform:translateY(-4px)}.secondary-btn{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff40;border-radius:10px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 34px;transition:.35s}.secondary-btn:hover{background:#fff;color:#0b6cff;transform:translateY(-4px)}.swiper-button-next,.swiper-button-prev{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border-radius:50%;color:#fff!important;height:55px!important;transition:.35s;width:55px!important}.swiper-button-next:hover,.swiper-button-prev:hover{background:#0b6cff}.swiper-button-next:after,.swiper-button-prev:after{font-size:20px!important;font-weight:700}.swiper-pagination{bottom:35px!important}.swiper-pagination-bullet{background:#fff!important;height:12px;opacity:.45;width:12px}.swiper-pagination-bullet-active{background:#27c2ff!important;border-radius:20px;width:34px}.hero-buttons,.hero-content h1,.hero-content p,.hero-tag{animation:fadeUp 1s ease forwards}.hero-content h1{animation-delay:.2s}.hero-content p{animation-delay:.4s}.hero-buttons{animation-delay:.6s}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-stats{bottom:0;left:0;padding:0 0 40px;position:absolute;width:100%;z-index:10}.stats-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.stat-card{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;padding:28px 20px}.stat-card:hover{background:#0b6cff2e}.stat-card h2{font-size:34px;font-weight:700;margin-bottom:10px}.stat-card p{color:#fff;font-size:15px;line-height:1.6;margin:0}.scroll-indicator{align-items:center;bottom:150px;color:#fff;display:flex;flex-direction:column;left:50%;position:absolute;transform:translateX(-50%);z-index:11}.scroll-indicator span{font-size:13px;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.mouse{border:2px solid #fff;border-radius:25px;display:flex;height:48px;justify-content:center;padding-top:8px;width:28px}.wheel{animation:scrollWheel 1.6s infinite;background:#27c2ff;border-radius:10px;height:10px;width:4px}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(18px)}}@media(max-width:992px){.hero-slide,.hero-slider{height:90vh}.hero-content{max-width:620px}.hero-content h1{font-size:52px}.hero-content p{font-size:17px}.stats-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{padding-bottom:25px}.scroll-indicator{display:none}}@media(max-width:768px){.hero-slide,.hero-slider{height:auto;min-height:100vh}.hero-slide{padding:120px 0 260px}.hero-content{margin:auto;text-align:center}.hero-content h1{font-size:40px;line-height:1.2}.hero-content h1 span{display:inline}.hero-content p{font-size:16px;line-height:1.8;margin:25px auto 35px}.hero-buttons{justify-content:center}.primary-btn,.secondary-btn{justify-content:center;width:100%}.hero-tag{margin:auto auto 25px}.swiper-button-next,.swiper-button-prev{display:none!important}.stats-grid{gap:18px;grid-template-columns:1fr}.hero-stats{background:#081423;padding:35px 0;position:relative}}@media(max-width:576px){.hero-slide{padding:110px 0 220px}.hero-content h1{font-size:34px}.hero-content p{font-size:15px}.hero-tag{font-size:13px;padding:8px 16px}.primary-btn,.secondary-btn{font-size:15px;padding:14px 24px}.stat-card{padding:22px 15px}.stat-card h2{font-size:28px}.stat-card p{font-size:14px}.swiper-pagination{bottom:15px!important}}@media(max-width:380px){.hero-content h1{font-size:30px}.hero-content p{font-size:14px}.hero-tag{font-size:12px}.primary-btn,.secondary-btn{font-size:14px;padding:13px 18px}.footer,.header{overflow-x:hidden}}.hero,.hero-buttons,.hero-content,.hero-slide,.hero-tag,.primary-btn,.secondary-btn,.stat-card,.swiper-button-next,.swiper-button-prev{transition:all .35s ease}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.home-about-section{background:#fff;overflow:hidden;padding:40px 0;position:relative}.home-about-section:before{background:#0b6cff0d;border-radius:50%;content:"";height:450px;position:absolute;right:-150px;top:-200px;width:450px}.home-about-section:after{background:#27c2ff0d;border-radius:50%;bottom:-180px;content:"";height:400px;left:-150px;position:absolute;width:400px}.home-about-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.home-section-tag{align-items:center;background:#eaf4ff;border-radius:40px;color:#0b6cff;display:inline-flex;font-weight:600;gap:10px;margin-bottom:30px;padding:10px 24px}.home-about-content h2{color:#081423;font-size:52px;font-weight:800;line-height:1.2;margin-bottom:25px}.home-about-content h2 span{color:#0b6cff}.home-about-content p{color:#64748b;font-size:17px;line-height:1.9;margin-bottom:20px}.home-feature-list{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin:45px auto;max-width:700px}.home-feature-item{align-items:center;background:#f8fbff;border:1px solid #edf2f7;border-radius:12px;display:flex;gap:12px;padding:16px 20px;text-align:left}.home-feature-item svg{color:#0b6cff;font-size:18px}.home-service-cards{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);margin-top:50px}.home-service-card{background:#fff;border:1px solid #edf2f7;border-radius:18px;box-shadow:0 12px 30px #0000000d;padding:35px 28px;transition:.35s}.home-service-card:hover{border-color:#0b6cff;box-shadow:0 20px 40px #0b6cff26;transform:translateY(-8px)}.home-icon{background:#eaf4ff;border-radius:50%;color:#0b6cff;height:70px;margin:0 auto 20px;padding:18px;width:70px}.home-service-card h4{color:#081423;font-size:22px;margin-bottom:12px}.home-service-card p{margin:0}.home-about-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:45px}@media(max-width:992px){.home-about-content h2{font-size:42px}.home-service-cards{grid-template-columns:1fr}}@media(max-width:768px){.home-about-section{padding:80px 0}.home-about-content{text-align:center}.home-about-content h2{font-size:34px}.home-about-content p{font-size:15px}.home-feature-list{grid-template-columns:1fr}.home-feature-item{text-align:left}.home-about-buttons{flex-direction:column}.home-about-buttons a{justify-content:center;width:100%}}@media(max-width:480px){.home-about-content h2{font-size:28px}.home-section-tag{font-size:13px}.home-service-card{padding:28px 20px}}.solutions-section{background:#f8fbff;overflow:hidden;padding:40px 0;position:relative}.solutions-section:before{background:#0b6cff0d;border-radius:50%;content:"";height:500px;position:absolute;right:-250px;top:-250px;width:500px}.solutions-section:after{background:#27c2ff0f;border-radius:50%;bottom:-220px;content:"";height:450px;left:-220px;position:absolute;width:450px}.section-heading{margin:0 auto 70px;position:relative;z-index:2}.section-heading .section-tag{align-items:center;background:#eaf4ff;border-radius:40px;color:#0b6cff;display:inline-flex;font-size:15px;font-weight:600;justify-content:center;margin-bottom:25px;padding:10px 22px}.section-heading h2{color:#081423;font-size:52px;font-weight:800}.section-heading h2 span{color:#0b6cff}.section-heading p{line-height:1.9}.solutions-grid{position:relative;z-index:2}.solution-card{border:1px solid #edf2f7;box-shadow:0 12px 35px #0f172a0f;display:flex;flex-direction:column;height:100%;padding:35px 28px}.solution-card:before{background:linear-gradient(90deg,#0b6cff,#27c2ff);height:5px;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.solution-card:hover:before{transform:scaleX(1)}.solution-card:hover{border-color:#0b6cff;box-shadow:0 25px 50px #0b6cff26}.solution-icon{background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:18px;color:#fff;font-size:30px;height:72px;transition:.35s;width:72px}.solution-card:hover .solution-icon{transform:rotate(-8deg) scale(1.08)}.solution-card h3{color:#081423;font-size:22px;line-height:1.35;margin-bottom:18px}.solution-card p{flex:1 1;margin-bottom:30px}.solution-link{align-items:center;color:#0b6cff;display:inline-flex;font-weight:600;gap:10px}.solution-link,.solution-link svg{transition:.35s}.solution-link:hover{color:#0056d6}.solution-link:hover svg{transform:translateX(6px)}.solutions-cta{align-items:center;background:linear-gradient(135deg,#081423,#0b2447);border-radius:30px;display:flex;gap:50px;justify-content:space-between;margin-top:90px;overflow:hidden;padding:70px 60px;position:relative;z-index:2}.solutions-cta:before{background:#27c2ff1a;height:380px;right:-180px;top:-180px;width:380px}.solutions-cta:after,.solutions-cta:before{border-radius:50%;content:"";position:absolute}.solutions-cta:after{background:#0b6cff1f;bottom:-150px;height:300px;left:-150px;width:300px}.cta-content{max-width:650px;position:relative;z-index:2}.cta-tag{background:#ffffff1f;border-radius:40px;color:#27c2ff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:20px;padding:10px 20px}.cta-content h2{color:#fff;font-size:42px;font-weight:800;line-height:1.2;margin-bottom:20px}.cta-content p{color:#d8e3f3;font-size:16px;line-height:1.9}.cta-buttons{display:flex;flex-direction:column;gap:18px;position:relative;z-index:2}.cta-buttons .primary-btn{align-items:center;background:#0b6cff;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:10px;justify-content:center;min-width:240px;padding:16px 30px;transition:.35s}.cta-buttons .primary-btn:hover{background:#0056d6;box-shadow:0 15px 35px #0b6cff59;transform:translateY(-4px)}.cta-buttons .secondary-btn{align-items:center;border:2px solid #ffffff40;border-radius:12px;color:#fff;display:flex;justify-content:center;min-width:240px;padding:16px 30px;transition:.35s}.cta-buttons .secondary-btn:hover{background:#fff;color:#0b6cff}@media(max-width:1200px){.solutions-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.solutions-section{padding:90px 0}.section-heading h2{font-size:42px}.section-heading p{font-size:16px}.solutions-grid{grid-template-columns:repeat(2,1fr)}.solutions-cta{flex-direction:column;padding:55px 40px;text-align:center}.cta-content{max-width:100%}.cta-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.solutions-section{padding:80px 0}.section-heading{margin-bottom:50px}.section-heading h2{font-size:34px}.section-heading p{font-size:15px;line-height:1.8}.solutions-grid{gap:22px;grid-template-columns:1fr}.solution-card{padding:30px 24px}.solution-icon{font-size:26px;height:65px;width:65px}.solution-card h3{font-size:20px}.solutions-cta{border-radius:22px;padding:45px 25px}.cta-content h2{font-size:30px}.cta-content p{font-size:15px}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{min-width:auto;width:100%}}@media(max-width:480px){.solutions-section{padding:70px 0}.section-heading .section-tag{font-size:13px;padding:8px 18px}.section-heading h2{font-size:28px}.solution-card{padding:26px 20px}.solution-icon{font-size:24px;height:60px;width:60px}.solution-card h3{font-size:18px}.solution-card p{font-size:14px}.cta-content h2{font-size:25px}.cta-content p{font-size:14px}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{font-size:15px;padding:14px 20px}}.primary-btn,.secondary-btn,.solution-card,.solution-icon,.solution-link,.solutions-cta{transition:all .35s ease}.home-product{background:#fff;overflow:hidden;padding:40px 0;position:relative}.home-product:before{background:#0b6cff0d;height:500px;right:-220px;top:-220px;width:500px}.home-product:after,.home-product:before{border-radius:50%;content:"";position:absolute}.home-product:after{background:#27c2ff0d;bottom:-180px;height:420px;left:-180px;width:420px}.product-wrapper{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1.2fr;z-index:2}.product-image,.product-wrapper{position:relative}.product-image img{border-radius:24px;display:block;filter:drop-shadow(0 30px 60px rgba(11,108,255,.18));margin:auto;max-width:520px;transition:.4s;width:100%}.product-image:hover img{transform:translateY(-10px) scale(1.03)}.product-content{width:100%}.product-content .section-tag{align-items:center;background:#eaf4ff;border-radius:40px;color:#0b6cff;display:inline-flex;font-weight:600;gap:10px;margin-bottom:25px;padding:10px 22px}.product-content .section-tag svg{font-size:18px}.product-content h2{color:#081423;font-size:52px;font-weight:800;line-height:1.2;margin-bottom:10px}.product-content h2 span{color:#0b6cff}.product-content h4{color:#0b6cff;font-size:22px;font-weight:600;margin-bottom:25px}.product-content p{color:#64748b;font-size:17px;line-height:1.9;margin-bottom:18px}.product-features{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-top:35px}.feature-box{align-items:center;background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 10px 25px #0000000d;display:flex;gap:15px;padding:18px;transition:.35s}.feature-box:hover{border-color:#0b6cff;box-shadow:0 20px 40px #0b6cff1f;transform:translateY(-6px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:50%;color:#fff;display:flex;font-size:22px;height:55px;justify-content:center;min-width:55px;width:55px}.feature-box span{color:#081423;font-size:15px;font-weight:600;line-height:1.5}.product-highlights{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:40px}.highlight-card{background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:18px;box-shadow:0 18px 40px #0b6cff2e;color:#fff;padding:28px 20px;text-align:center;transition:.35s}.highlight-card:hover{transform:translateY(-8px)}.highlight-card h3{font-size:34px;font-weight:800;margin-bottom:10px}.highlight-card p{color:#fff;font-size:15px;line-height:1.6;margin:0}.product-buttons{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px}.product-buttons .primary-btn{align-items:center;background:#0b6cff;border-radius:12px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 34px;text-decoration:none;transition:.35s}.product-buttons .primary-btn:hover{background:#0056d6;box-shadow:0 18px 35px #0b6cff4d;transform:translateY(-4px)}.product-buttons .primary-btn svg{transition:.35s}.product-buttons .primary-btn:hover svg{transform:translateX(6px)}@media(max-width:992px){.product-wrapper{gap:50px;grid-template-columns:1fr}.product-image{order:-1;text-align:center}.product-image img{max-width:420px}.product-content{text-align:center}.product-content h2{font-size:42px}.product-content h4{font-size:20px}.product-features{grid-template-columns:repeat(2,1fr)}.product-buttons{justify-content:center}}@media(max-width:768px){.home-product{padding:80px 0}.product-wrapper{gap:40px}.product-image img{max-width:320px}.product-content{text-align:center}.product-content h2{font-size:34px}.product-content h4{font-size:18px}.product-content p{font-size:15px}.product-features{gap:16px;grid-template-columns:1fr;margin-top:30px}.feature-box{text-align:left}.product-highlights{gap:18px;grid-template-columns:1fr}.product-buttons{flex-direction:column;width:100%}.product-buttons .primary-btn{justify-content:center;width:100%}}@media(max-width:480px){.home-product{padding:70px 0}.product-content .section-tag{font-size:13px;padding:8px 18px}.product-content h2{font-size:28px}.product-content h4{font-size:17px}.product-content p{font-size:14px;line-height:1.8}.product-image img{max-width:260px}.feature-box{padding:16px}.feature-icon{font-size:18px;height:48px;min-width:48px;width:48px}.feature-box span{font-size:14px}.highlight-card{padding:24px 18px}.highlight-card h3{font-size:28px}.highlight-card p{font-size:14px}.product-buttons .primary-btn{font-size:15px;padding:14px 20px}}@media(max-width:360px){.product-content h2{font-size:24px}.product-content h4{font-size:16px}.product-content p{font-size:13px}.feature-box{flex-direction:column;text-align:center}.feature-icon{margin-bottom:10px}}.feature-box,.highlight-card,.home-product,.primary-btn,.product-image img,.product-wrapper{transition:all .35s ease}.threat-section{background:linear-gradient(135deg,#07111f,#0b1f38,#102b4f);overflow:hidden;padding:40px 0;position:relative}.threat-section:before{background:#0b6cff1a;height:520px;right:-220px;top:-220px;width:520px}.threat-section:after,.threat-section:before{border-radius:50%;content:"";filter:blur(10px);position:absolute}.threat-section:after{background:#27c2ff14;bottom:-220px;height:450px;left:-220px;width:450px}.threat-section .section-heading{margin:0 auto 70px;max-width:900px;position:relative;text-align:center;z-index:2}.threat-section .section-tag{align-items:center;background:#27c2ff1f;border:1px solid #4cc9ff40;border-radius:50px;color:#4cc9ff;display:inline-flex;font-size:15px;font-weight:600;justify-content:center;margin-bottom:25px;padding:10px 24px}.threat-section .section-heading h2{color:#fff;font-size:52px;font-weight:800;line-height:1.2;margin-bottom:20px}.threat-section .section-heading h2 span{color:#27c2ff}.threat-section .section-heading p{color:#c7d4e7;font-size:17px;line-height:1.9}.threat-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);position:relative;z-index:2}.threat-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 15px 40px #0000002e;overflow:hidden;padding:35px 30px;position:relative;transition:.35s}.threat-card:before{background:linear-gradient(90deg,#0b6cff,#27c2ff);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.threat-card:hover:before{transform:scaleX(1)}.threat-card:hover{border-color:#27c2ff59;box-shadow:0 30px 60px #0b6cff38;transform:translateY(-10px)}.threat-icon{align-items:center;background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:20px;color:#fff;display:flex;font-size:30px;height:72px;justify-content:center;margin-bottom:25px;transition:.35s;width:72px}.threat-card:hover .threat-icon{transform:rotate(-8deg) scale(1.08)}.threat-card h3{color:#fff;font-size:24px;font-weight:700;line-height:1.4;margin-bottom:18px}.threat-card p{color:#c7d4e7;font-size:15px;line-height:1.9}.threat-stats{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin-top:80px;position:relative;z-index:2}.stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 15px 35px #00000026;padding:35px 25px;text-align:center;transition:.35s}.stat-card:hover{border-color:#27c2ff;box-shadow:0 25px 50px #27c2ff2e;transform:translateY(-8px)}.stat-card h2{color:#27c2ff;font-size:42px;font-weight:800;margin-bottom:12px}.stat-card span{color:#d8e6f7;font-size:15px;line-height:1.7}.threat-cta{background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:30px;margin-top:90px;overflow:hidden;padding:70px 50px;position:relative;text-align:center;z-index:2}.threat-cta:before{background:#ffffff14;height:320px;right:-140px;top:-140px;width:320px}.threat-cta:after,.threat-cta:before{border-radius:50%;content:"";position:absolute}.threat-cta:after{background:#ffffff0f;bottom:-130px;height:260px;left:-130px;width:260px}.threat-cta h2{color:#fff;font-size:42px;font-weight:800;margin-bottom:20px;position:relative;z-index:2}.threat-cta p{color:#eef6ff;font-size:17px;line-height:1.9;margin:0 auto 35px;max-width:850px;position:relative;z-index:2}.threat-cta strong{color:#fff}.threat-cta .primary-btn{align-items:center;background:#fff;border-radius:12px;color:#0b6cff;display:inline-flex;font-weight:700;gap:12px;padding:16px 34px;position:relative;text-decoration:none;transition:.35s;z-index:2}.threat-cta .primary-btn:hover{background:#081423;box-shadow:0 18px 40px #00000040;color:#fff;transform:translateY(-5px)}.threat-cta .primary-btn svg{transition:.35s}.threat-cta .primary-btn:hover svg{transform:translateX(6px)}@media(max-width:1200px){.threat-grid,.threat-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.threat-section{padding:90px 0}.threat-section .section-heading{margin-bottom:60px}.threat-section .section-heading h2{font-size:42px}.threat-section .section-heading p{font-size:16px}.threat-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.threat-cta{padding:60px 35px}.threat-cta h2{font-size:34px}}@media(max-width:768px){.threat-section{padding:80px 0}.threat-section .section-heading{margin-bottom:50px}.threat-section .section-heading h2{font-size:34px}.threat-section .section-heading p{font-size:15px;line-height:1.8}.threat-grid{grid-template-columns:1fr}.threat-card{padding:30px 24px}.threat-icon{font-size:26px;height:64px;width:64px}.threat-card h3{font-size:21px}.threat-card p{font-size:14px}.threat-stats{gap:20px;grid-template-columns:1fr;margin-top:60px}.stat-card{padding:28px 20px}.stat-card h2{font-size:34px}.threat-cta{border-radius:22px;margin-top:70px;padding:45px 25px}.threat-cta h2{font-size:28px}.threat-cta p{font-size:15px;margin-bottom:28px}.threat-cta .primary-btn{justify-content:center;width:100%}}@media(max-width:480px){.threat-section{padding:70px 0}.threat-section .section-tag{font-size:13px;padding:8px 18px}.threat-section .section-heading h2{font-size:28px}.threat-card{padding:25px 20px}.threat-card h3{font-size:19px}.threat-card p{font-size:14px}.stat-card h2{font-size:30px}.stat-card span{font-size:14px}.threat-cta h2{font-size:24px}.threat-cta p{font-size:14px}.threat-cta .primary-btn{font-size:15px;padding:14px 22px}}.stat-card,.threat-card,.threat-cta,.threat-cta .primary-btn,.threat-icon{transition:all .35s ease}.whychoose-section{background:#f8fafc;padding:40px 0;position:relative}.section-heading{margin:0 auto 60px;max-width:850px;text-align:center}.section-tag{background:#dbeafe;border-radius:30px;color:#2563eb;font-size:15px;margin-bottom:20px;padding:8px 22px}.section-heading h2{color:#0f172a;font-size:42px;font-weight:700;line-height:1.2;margin-bottom:20px}.section-heading h2 span{color:#2563eb;display:block}.section-heading p{color:#64748b;font-size:17px;line-height:1.8}.why-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.why-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;padding:35px 30px;position:relative;transition:.35s ease}.why-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transition:.4s;width:0}.why-card:hover:before{width:100%}.why-card:hover{box-shadow:0 20px 40px #0f172a1f;transform:translateY(-10px)}.why-icon{align-items:center;background:#eff6ff;border-radius:16px;color:#2563eb;display:flex;font-size:30px;height:65px;justify-content:center;margin-bottom:25px;width:65px}.why-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.why-card p{color:#64748b;font-size:15px;line-height:1.7}.why-cta{align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a);border-radius:25px;display:flex;gap:30px;justify-content:space-between;margin-top:70px;padding:45px}.cta-content h3{color:#fff;font-size:32px;margin-bottom:15px}.cta-content p{color:#cbd5e1;line-height:1.7;max-width:650px}.cta-btn{align-items:center;background:#fff;border-radius:50px;color:#2563eb;display:flex;font-weight:600;gap:12px;padding:15px 30px;text-decoration:none;transition:.3s;white-space:nowrap}.cta-btn:hover{background:#2563eb;color:#fff}@media(max-width:992px){.why-grid{grid-template-columns:repeat(2,1fr)}.section-heading h2{font-size:36px}.why-cta{flex-direction:column;text-align:center}}@media(max-width:768px){.whychoose-section{padding:70px 0}.section-heading{margin-bottom:40px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}.why-grid{gap:20px;grid-template-columns:1fr}.why-card{padding:28px 22px}.why-card h3{font-size:20px}.why-cta{margin-top:45px;padding:30px 20px}.cta-content h3{font-size:24px}.cta-btn{justify-content:center;width:100%}}.faq-section{background:#fff;padding:40px 0}.faq-heading{margin:auto auto 60px;max-width:800px;text-align:center}.faq-tag{align-items:center;background:#dbeafe;border-radius:30px;color:#2563eb;display:inline-flex;font-weight:600;gap:8px;margin-bottom:20px;padding:8px 20px}.faq-heading h2{color:#0f172a;font-size:42px;font-weight:700;line-height:1.2}.faq-heading h2 span{color:#2563eb;display:block}.faq-heading p{color:#64748b;font-size:17px;line-height:1.8}.faq-wrapper{display:flex;flex-direction:column;gap:18px;margin:auto;max-width:900px}.faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;transition:.3s}.faq-item.active{background:#fff;box-shadow:0 15px 35px #0f172a14}.faq-question{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:25px 30px}.faq-question h3{color:#0f172a;font-size:18px;font-weight:600;margin:0}.faq-question span{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;font-size:14px;height:35px;justify-content:center;width:35px}.faq-answer{max-height:0;overflow:hidden;transition:.4s ease}.faq-item.active .faq-answer{max-height:200px}.faq-answer p{color:#64748b;font-size:15px;line-height:1.8;margin:0;padding:0 30px 25px}@media(max-width:992px){.faq-heading h2{font-size:36px}}@media(max-width:768px){.faq-section{padding:70px 0}.faq-heading h2{font-size:30px}.faq-heading p{font-size:15px}.faq-wrapper{gap:14px}.faq-question{padding:20px}.faq-question h3{font-size:16px}.faq-answer p{font-size:14px;padding:0 20px 20px}}.about-hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:650px;overflow:hidden;position:relative}.about-hero:after{background:linear-gradient(90deg,#0f172aeb,#0f172aa6,#0f172a73);content:"";inset:0;position:absolute}.about-hero-content{position:relative;z-index:2}.about-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:30px;color:#bfdbfe;display:inline-block;font-weight:600;margin-bottom:25px;padding:8px 22px}.about-hero h1{color:#fff;font-size:58px;font-weight:800;line-height:1.15;margin-bottom:25px}.about-hero h1 span{color:#60a5fa;display:block}.about-hero p{color:#dbeafe;font-size:18px;line-height:1.8}.about-company{background:#fff;padding:100px 0}.about-grid{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1.1fr .9fr}.about-text h2{color:#0f172a;font-size:42px;font-weight:700;margin-bottom:25px}.about-text p{color:#64748b;font-size:16px;line-height:1.8;margin-bottom:18px}.security-box{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr}.security-box>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:30px;transition:.3s}.security-box>div:hover{box-shadow:0 20px 40px #0f172a1a;transform:translateY(-8px)}.security-box svg{color:#2563eb;font-size:35px;margin-bottom:18px}.security-box h3{color:#0f172a;font-size:22px;margin-bottom:10px}.security-box p{color:#64748b;line-height:1.7;margin:0}.mission-section{background:#f8fafc;padding:45px 0}.mission-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.mission-card{background:#fff;border:1px solid #e2e8f0;border-radius:25px;padding:45px 35px;text-align:center;transition:.35s}.mission-card:hover{box-shadow:0 20px 45px #0f172a1f;transform:translateY(-10px)}.mission-card svg{background:#dbeafe;border-radius:20px;color:#2563eb;font-size:35px;height:70px;margin-bottom:25px;padding:18px;width:70px}.mission-card h3{color:#0f172a;font-size:26px;margin-bottom:15px}.mission-card p{color:#64748b;font-size:16px;line-height:1.8}.values-section{background:#fff;padding:50px 0}.section-title{margin:0 auto 60px;max-width:750px;text-align:center}.section-title h2{color:#0f172a;font-size:42px;font-weight:700;margin-bottom:15px}.section-title p{color:#64748b;font-size:17px;line-height:1.7}.values-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.value-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:35px 25px;text-align:center;transition:.35s}.value-card:hover{background:#fff;box-shadow:0 20px 40px #0f172a1a;transform:translateY(-10px)}.value-icon{align-items:center;background:#dbeafe;border-radius:20px;color:#2563eb;display:flex;font-size:32px;height:70px;justify-content:center;margin:0 auto 25px;width:70px}.value-card h3{color:#0f172a;font-size:21px;margin-bottom:15px}.value-card p{color:#64748b;font-size:15px;line-height:1.7}.expertise-section{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:90px 0}.expertise-section h2{color:#fff;font-size:42px;margin-bottom:50px;text-align:center}.expertise-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.expertise-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:18px;color:#fff;display:flex;font-size:17px;font-weight:500;gap:15px;padding:25px;transition:.3s}.expertise-item:hover{background:#ffffff2e;transform:translateY(-5px)}.expertise-item svg{color:#60a5fa;font-size:22px}.about-cta{background:#f8fafc;padding:90px 0;text-align:center}.about-cta h2{color:#0f172a;font-size:42px;margin-bottom:20px}.about-cta p{color:#64748b;font-size:17px;line-height:1.7;margin:0 auto 35px;max-width:650px}.about-cta a{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;justify-content:center;padding:16px 35px;text-decoration:none;transition:.3s}.about-cta a:hover{background:#1d4ed8;transform:translateY(-3px)}@media(max-width:1100px){.expertise-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.about-hero h1{font-size:48px}}@media(max-width:768px){.about-hero{min-height:550px}.about-hero h1{font-size:34px}.about-hero p{font-size:15px}.about-company{padding:70px 0}.about-grid{gap:40px;grid-template-columns:1fr}.about-text h2{font-size:32px}.security-box>div{padding:25px}.mission-section{padding:70px 0}.mission-grid{grid-template-columns:1fr}.mission-card{padding:35px 25px}.values-section{padding:70px 0}.section-title h2{font-size:32px}.values-grid{grid-template-columns:1fr}.value-card{padding:30px 22px}.expertise-section{padding:70px 0}.expertise-section h2{font-size:32px}.expertise-grid{grid-template-columns:1fr}.expertise-item{font-size:15px;padding:20px}.about-cta{padding:70px 20px}.about-cta h2{font-size:30px}.about-cta p{font-size:15px}.about-cta a{width:100%}}.story-section{background:#f8fafc;padding:40px 0}.story-grid{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1fr}.story-shield{align-items:center;background:#dbeafe;border-radius:50%;color:#2563eb;display:flex;font-size:120px;height:300px;justify-content:center;margin:auto;width:300px}.story-content h2{color:#0f172a;font-size:40px;margin:20px 0}.story-content p{color:#64748b;line-height:1.8}.difference-section{padding:50px 0}.difference-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.difference-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:35px}.difference-card h3{color:#2563eb;margin-bottom:15px}.difference-card p{color:#64748b;line-height:1.7}.approach-section{background:#f8fafc;padding:100px 0}.approach-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.approach-item{background:#fff;border-radius:20px;padding:30px}.approach-item span{color:#2563eb;font-size:30px;font-weight:700}.approach-item h3{margin:15px 0}.industries-section{padding:100px 0}.industry-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.industry-grid div{background:#eff6ff;border-radius:15px;color:#1e3a8a;font-weight:600;padding:25px;text-align:center}.solutions-hero{align-items:center;background:linear-gradient(90deg,#0f172af2,#1e3a8ad9);display:flex;min-height:650px;overflow:hidden;position:relative}.solutions-hero:before{background:#60a5fa40;border-radius:50%;content:"";filter:blur(40px);height:500px;position:absolute;right:-150px;top:-150px;width:500px}.solutions-hero-content{position:relative;z-index:2}.solutions-hero-content span{background:#ffffff26;border-radius:30px;color:#bfdbfe;display:inline-block;font-weight:600;margin-bottom:25px;padding:8px 22px}.solutions-hero-content h1{color:#fff;font-size:58px;font-weight:800;line-height:1.15;margin-bottom:25px}.solutions-hero-content p{color:#dbeafe;font-size:18px;line-height:1.8}.solutions-intro{background:#fff;padding:90px 0;text-align:center}.solutions-intro h2{color:#0f172a;font-size:42px;font-weight:700;margin:0 auto 25px;max-width:850px}.solutions-intro p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:900px}.solutions-section{background:#f8fafc;padding:100px 0}.solutions-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.solution-process{background:#fff;padding:100px 0}.solution-process h2{color:#0f172a;font-size:42px;font-weight:700;margin-bottom:55px;text-align:center}.process-grid>div:hover{box-shadow:0 20px 40px #0f172a1a;transform:translateY(-8px)}.process-grid>div:first-letter{color:#2563eb}.process-grid div{color:#2563eb;font-size:30px;font-weight:700}.process-grid h3{margin-bottom:10px;margin-top:15px}.process-grid p{margin:0}.solution-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:90px 0;text-align:center}.solution-cta h2{color:#fff;font-size:42px;font-weight:700;margin-bottom:20px}.solution-cta p{color:#cbd5e1;font-size:17px;line-height:1.7;margin:0 auto 35px;max-width:650px}.solution-cta a{align-items:center;background:#fff;border-radius:50px;color:#2563eb;display:inline-flex;font-weight:600;gap:12px;justify-content:center;padding:16px 35px;text-decoration:none;transition:.3s}.solution-cta a:hover{background:#2563eb;color:#fff;transform:translateY(-4px)}@media(max-width:1100px){.solutions-hero-content h1{font-size:48px}.process-grid,.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.solutions-hero{min-height:550px}.solutions-hero-content h1{font-size:34px}.solutions-hero-content p{font-size:15px}.solutions-intro{padding:70px 0}.solutions-intro h2{font-size:30px}.solutions-intro p{font-size:15px}.solutions-section{padding:70px 0}.solutions-grid{gap:20px;grid-template-columns:1fr}.solution-card{padding:28px 22px}.solution-card h3{font-size:20px}.solution-icon{font-size:26px;height:60px;width:60px}.solution-process{padding:70px 0}.solution-process h2{font-size:32px}.process-grid{gap:20px;grid-template-columns:1fr}.process-grid>div{padding:28px 22px}.solution-cta{padding:70px 20px}.solution-cta h2{font-size:30px}.solution-cta p{font-size:15px}.solution-cta a{width:100%}}.solution-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;padding:35px 30px;position:relative;transition:.35s}.solution-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transition:.4s;width:0}.solution-card:hover:before{width:100%}.solution-card:hover{box-shadow:0 20px 45px #0f172a1f;transform:translateY(-10px)}.solution-icon{align-items:center;background:#dbeafe;border-radius:20px;color:#2563eb;display:flex;font-size:32px;height:70px;justify-content:center;margin-bottom:25px;width:70px}.solution-card h3{color:#0f172a;font-size:23px;font-weight:700;margin-bottom:15px}.solution-card p{color:#64748b;font-size:15px;line-height:1.8;margin-bottom:20px}.solution-card ul{list-style:none;margin:0;padding:0}.solution-card ul li{color:#475569;font-size:14px;margin-bottom:10px;padding-left:22px;position:relative}.solution-card ul li:before{color:#2563eb;content:"✓";font-weight:700;left:0;position:absolute}.solution-details{background:#fff;padding:40px 0}.solution-detail-row{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1fr;margin-bottom:100px}.solution-detail-row.reverse{direction:rtl}.solution-detail-row.reverse .solution-detail-content{direction:ltr}.solution-detail-content{position:relative;text-align:justify}.solution-number{color:#dbeafe;font-size:60px;font-weight:800}.solution-detail-content h2{color:#0f172a;font-size:38px;margin:10px 0 20px}.solution-detail-content p{color:#64748b;font-size:17px;line-height:1.8}.solution-detail-content h4{color:#0f172a;font-size:20px;margin-bottom:25px;margin-top:25px}.solution-detail-content ul{list-style:none;padding:0}.solution-detail-content li{color:#475569;margin-bottom:12px}.solution-detail-content li:before{color:#2563eb;content:"✓";font-weight:700;margin-right:10px}.solution-detail-content a{background:#2563eb;border-radius:50px;color:#fff;display:inline-block;font-weight:600;margin-top:20px;padding:14px 30px;text-decoration:none}.solution-detail-image img{border-radius:25px;box-shadow:0 20px 50px #0f172a26;height:420px;object-fit:cover;width:100%}@media(max-width:768px){.solution-detail-row,.solution-detail-row.reverse{direction:ltr;grid-template-columns:1fr;margin-bottom:60px}.solution-detail-content h2{font-size:30px}.solution-detail-content p{font-size:15px}.solution-detail-image img{height:280px}}.contact-hero{align-items:center;background:linear-gradient(90deg,#0f172af2,#1e3a8ad9);display:flex;min-height:620px;overflow:hidden;position:relative}.contact-hero:before{background:#60a5fa40;border-radius:50%;content:"";filter:blur(45px);height:500px;position:absolute;right:-150px;top:-150px;width:500px}.contact-hero-content{position:relative;z-index:2}.contact-hero-content span{background:#ffffff26;border-radius:30px;color:#bfdbfe;display:inline-block;font-weight:600;margin-bottom:25px;padding:8px 22px}.contact-hero-content h1{color:#fff;font-size:58px;font-weight:800;line-height:1.15;margin-bottom:25px}.contact-hero-content p{color:#dbeafe;font-size:18px;line-height:1.8}.contact-section{background:#f8fafc;padding:100px 0}.contact-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:.9fr 1.1fr}.contact-info h2{color:#0f172a;font-size:42px;margin-bottom:20px}.contact-info>p{color:#64748b;font-size:16px;line-height:1.8;margin-bottom:35px}.contact-box{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;display:flex;gap:20px;margin-bottom:18px;padding:22px;transition:.3s}.contact-box:hover{box-shadow:0 15px 35px #0f172a14;transform:translateX(8px)}.contact-icon{align-items:center;background:#dbeafe;border-radius:15px;color:#2563eb;display:flex;font-size:24px;height:55px;justify-content:center;width:55px}.contact-box h4{color:#0f172a;font-size:18px;margin:0 0 5px}.contact-box p{color:#64748b;line-height:1.6;margin:0}.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:25px;box-shadow:0 20px 45px #0f172a14;padding:45px}.contact-form h2{color:#0f172a;font-size:32px;margin-bottom:10px}.contact-form>p{color:#64748b;margin-bottom:30px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;font-size:15px;margin-bottom:20px;outline:none;padding:15px 18px;transition:.3s;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-form textarea{resize:none}.contact-form button{background:#2563eb;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:.3s;width:100%}.contact-form button:hover{background:#1d4ed8;transform:translateY(-3px)}.contact-benefits{background:#fff;padding:100px 0}.contact-benefits>.container>h2{color:#0f172a;font-size:42px;font-weight:700;margin-bottom:55px;text-align:center}.benefit-grid div{background:#f8fafc}.benefit-grid p{font-size:15px}.contact-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:90px 0;text-align:center}.contact-cta h2{color:#fff;font-size:42px;font-weight:700;margin-bottom:20px}.contact-cta p{color:#cbd5e1;font-size:18px;line-height:1.7;margin:auto;max-width:650px}@media(max-width:1100px){.contact-grid{gap:50px;grid-template-columns:1fr}.contact-info{max-width:750px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.contact-hero-content h1{font-size:48px}}@media(max-width:768px){.contact-hero{min-height:520px}.contact-hero-content h1{font-size:34px;line-height:1.25}.contact-hero-content p{font-size:15px}.contact-section{padding:70px 0}.contact-grid{gap:35px}.contact-info h2{font-size:32px}.contact-box{padding:18px}.contact-icon{font-size:20px;height:50px;width:50px}.contact-form{border-radius:20px;padding:25px 20px}.contact-form h2{font-size:26px}.form-grid{gap:0;grid-template-columns:1fr}.contact-form input,.contact-form select,.contact-form textarea{font-size:14px;padding:14px}.contact-benefits{padding:70px 0}.contact-benefits>.container>h2{font-size:32px}.benefit-grid{gap:20px;grid-template-columns:1fr}.benefit-grid div{padding:30px 20px}.contact-cta{padding:70px 20px}.contact-cta h2{font-size:30px}.contact-cta p{font-size:15px}}.consult-hero{align-items:center;background:linear-gradient(90deg,#0f172af2,#1e3a8ad9);display:flex;min-height:620px;overflow:hidden;position:relative}.consult-hero:before{background:#60a5fa40;border-radius:50%;content:"";filter:blur(50px);height:520px;position:absolute;right:-170px;top:-150px;width:520px}.consult-hero-content{position:relative;z-index:2}.consult-hero-content span{background:#ffffff26;border-radius:30px;color:#bfdbfe;display:inline-block;font-weight:600;margin-bottom:25px;padding:8px 22px}.consult-hero-content h1{color:#fff;font-size:58px;font-weight:800;line-height:1.15;margin-bottom:25px}.consult-hero-content p{color:#dbeafe;font-size:18px;line-height:1.8}.consult-intro{background:#fff;padding:40px 0;text-align:center}.consult-intro h2{color:#0f172a;font-size:42px;margin:0 auto 25px;max-width:850px}.consult-intro p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:900px}.consult-section{background:#f8fafc;padding:70px 0}.consult-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:.9fr 1.1fr}.consult-info h2{color:#0f172a;font-size:40px;margin-bottom:20px}.consult-info>p{color:#64748b;line-height:1.8;margin-bottom:35px}.consult-feature{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:18px;display:flex;gap:20px;margin-bottom:18px;padding:25px;transition:.3s}.consult-feature:hover{box-shadow:0 15px 35px #0f172a14;transform:translateX(8px)}.consult-feature svg{background:#dbeafe;border-radius:14px;color:#2563eb;font-size:22px;height:45px;min-width:45px;padding:12px}.consult-feature h3{color:#0f172a;font-size:20px;margin:0 0 8px}.consult-feature p{color:#64748b;line-height:1.6;margin:0}.consult-form{background:#fff;border:1px solid #e2e8f0;border-radius:25px;box-shadow:0 20px 45px #0f172a14;padding:45px}.consult-form h2{color:#0f172a;font-size:32px;margin-bottom:10px}.consult-form>p{color:#64748b;margin-bottom:30px}.consult-form input,.consult-form select,.consult-form textarea{border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;font-size:15px;margin-bottom:18px;outline:none;padding:15px 18px;transition:.3s;width:100%}.consult-form input:focus,.consult-form select:focus,.consult-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.consult-form textarea{resize:none}.consult-form button{background:#2563eb;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:.3s;width:100%}.consult-form button:hover{background:#1d4ed8;transform:translateY(-3px)}.consult-process{background:#fff;padding:100px 0}.consult-process h2{color:#0f172a;font-size:42px;font-weight:700;margin-bottom:55px;text-align:center}.process-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.process-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:35px 25px;transition:.35s}.process-grid>div:hover{box-shadow:0 20px 45px #0f172a1a;transform:translateY(-10px)}.process-grid span{align-items:center;background:#dbeafe;border-radius:50%;color:#2563eb;display:inline-flex;font-size:22px;font-weight:700;height:55px;justify-content:center;margin-bottom:20px;width:55px}.process-grid h3{color:#0f172a;font-size:22px;margin-bottom:12px}.process-grid p{color:#64748b;font-size:15px;line-height:1.7}.consult-areas{background:#f8fafc;padding:100px 0}.consult-areas h2{color:#0f172a;font-size:42px;margin-bottom:55px;text-align:center}.area-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.area-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:35px 20px;text-align:center;transition:.35s}.area-grid div:hover{box-shadow:0 20px 40px #0f172a1a;transform:translateY(-8px)}.area-grid svg{color:#2563eb;font-size:45px;margin-bottom:18px}.area-grid h3{color:#0f172a;font-size:20px;margin:0}.consult-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:90px 0;text-align:center}.consult-cta h2{color:#fff;font-size:42px;font-weight:700;margin-bottom:20px}.consult-cta p{color:#cbd5e1;font-size:18px;line-height:1.7;margin:auto;max-width:650px}@media(max-width:1100px){.consult-grid{grid-template-columns:1fr}.area-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.consult-hero-content h1{font-size:48px}}@media(max-width:768px){.consult-hero{min-height:520px}.consult-hero-content h1{font-size:34px;line-height:1.25}.consult-hero-content p{font-size:15px}.consult-intro{padding:70px 0}.consult-intro h2{font-size:30px}.consult-intro p{font-size:15px}.consult-section{padding:70px 0}.consult-grid{gap:35px}.consult-info h2{font-size:30px}.consult-feature{padding:20px}.consult-feature h3{font-size:18px}.consult-form{padding:25px 20px}.consult-form h2{font-size:26px}.consult-process{padding:70px 0}.consult-areas h2,.consult-process h2{font-size:32px}.process-grid{gap:20px;grid-template-columns:1fr}.process-grid>div{padding:28px 22px}.consult-areas{padding:70px 0}.area-grid{gap:20px;grid-template-columns:1fr}.area-grid div{padding:30px 20px}.consult-cta{padding:70px 20px}.consult-cta h2{font-size:30px}.consult-cta p{font-size:15px}}.shield-hero{align-items:center;background:linear-gradient(90deg,#0f172af5,#1e3a8ad9);display:flex;min-height:650px;overflow:hidden;position:relative}.shield-hero:before{background:#60a5fa40;border-radius:50%;content:"";filter:blur(55px);height:550px;position:absolute;right:-180px;top:-160px;width:550px}.shield-hero-content{position:relative;z-index:2}.shield-hero-content span{align-items:center;background:#ffffff26;border-radius:30px;color:#bfdbfe;display:inline-flex;font-weight:600;gap:10px;margin-bottom:25px;padding:9px 22px}.shield-hero-content span svg{color:#60a5fa}.shield-hero-content h1{color:#fff;font-size:64px;font-weight:800;line-height:1.1;margin-bottom:15px}.shield-hero-content h1 span{background:none;color:#60a5fa;margin:0;padding:0}.shield-hero-content h3{color:#dbeafe;font-size:28px;margin-bottom:25px}.shield-hero-content p{color:#dbeafe;font-size:18px;line-height:1.8;margin-bottom:35px}.shield-hero-content a{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:15px 32px;text-decoration:none;transition:.3s}.shield-hero-content a:hover{background:#1d4ed8;transform:translateY(-3px)}.shield-overview{background:#fff;padding:100px 0}.shield-grid{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1fr}.shield-grid img{border-radius:25px;box-shadow:0 25px 50px #0f172a1f;width:100%}.shield-grid h2{color:#0f172a;font-size:42px;line-height:1.3;margin-bottom:25px}.shield-grid p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:18px}.shield-grid ul{list-style:none;margin-top:25px;padding:0}.shield-grid ul li{align-items:center;color:#334155;display:flex;font-weight:500;gap:12px;margin-bottom:15px}.shield-grid ul svg{color:#2563eb;font-size:18px}.shield-features{background:#f8fafc;padding:100px 0}.shield-features h2{color:#0f172a;font-size:42px;margin-bottom:55px;text-align:center}.shield-feature-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.shield-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:35px 30px;transition:.35s}.shield-card:hover{box-shadow:0 20px 45px #0f172a1a;transform:translateY(-10px)}.shield-icon{align-items:center;background:#dbeafe;border-radius:18px;color:#2563eb;display:flex;font-size:28px;height:60px;justify-content:center;margin-bottom:22px;width:60px}.shield-card h3{color:#0f172a;font-size:21px;margin-bottom:12px}.shield-card p{color:#64748b;font-size:15px;line-height:1.7}.shield-process{background:#fff;padding:100px 0}.shield-process h2{color:#0f172a;font-size:42px;margin-bottom:55px;text-align:center}.process-box{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.process-box>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:35px 25px;transition:.35s}.process-box>div:hover{box-shadow:0 20px 45px #0f172a1a;transform:translateY(-10px)}.process-box span{align-items:center;background:#dbeafe;border-radius:50%;color:#2563eb;display:flex;font-size:22px;font-weight:700;height:55px;justify-content:center;margin-bottom:20px;width:55px}.process-box h3{color:#0f172a;font-size:22px;margin-bottom:12px}.process-box p{color:#64748b;font-size:15px;line-height:1.7}.shield-benefits{background:#f8fafc;padding:100px 0}.shield-benefits h2{color:#0f172a;font-size:42px;margin-bottom:55px;text-align:center}.benefit-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.benefit-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:40px 30px;text-align:center;transition:.35s}.benefit-grid div:hover{box-shadow:0 20px 45px #0f172a1a;transform:translateY(-10px)}.benefit-grid svg{color:#2563eb;font-size:45px;margin-bottom:20px}.benefit-grid h3{color:#0f172a;font-size:22px;margin-bottom:15px}.benefit-grid p{color:#64748b;line-height:1.7}.shield-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:90px 0;text-align:center}.shield-cta h2{color:#fff;font-size:44px;font-weight:800;margin-bottom:20px}.shield-cta p{color:#cbd5e1;font-size:18px;line-height:1.8;margin:0 auto 35px;max-width:700px}.shield-cta a{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 35px;text-decoration:none;transition:.3s}.shield-cta a:hover{background:#1d4ed8;transform:translateY(-3px)}@media(max-width:1100px){.shield-grid{gap:45px;grid-template-columns:1fr}.benefit-grid,.process-box,.shield-feature-grid{grid-template-columns:repeat(2,1fr)}.shield-hero-content h1{font-size:52px}}@media(max-width:768px){.shield-hero{min-height:560px}.shield-hero-content h1{font-size:36px;line-height:1.2}.shield-hero-content h3{font-size:22px}.shield-hero-content p{font-size:15px}.shield-overview{padding:70px 0}.shield-grid{grid-template-columns:1fr}.shield-grid h2{font-size:32px}.shield-grid p{font-size:15px}.shield-features{padding:70px 0}.shield-benefits h2,.shield-features h2,.shield-process h2{font-size:32px}.shield-feature-grid{gap:20px;grid-template-columns:1fr}.shield-card{padding:28px 22px}.shield-process{padding:70px 0}.process-box{gap:20px;grid-template-columns:1fr}.process-box>div{padding:28px 22px}.shield-benefits{padding:70px 0}.benefit-grid{gap:20px;grid-template-columns:1fr}.benefit-grid div{padding:30px 20px}.shield-cta{padding:70px 20px}.shield-cta h2{font-size:30px}.shield-cta p{font-size:15px}}.privacy-hero{background:linear-gradient(135deg,#081423,#0b2b52,#0b6cff);overflow:hidden;padding:140px 0 100px;position:relative}.privacy-hero:before{background:#ffffff0d;height:450px;right:-180px;top:-180px;width:450px}.privacy-hero:after,.privacy-hero:before{border-radius:50%;content:"";position:absolute}.privacy-hero:after{background:#ffffff0a;bottom:-180px;height:380px;left:-180px;width:380px}.privacy-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.privacy-hero-content span{background:#ffffff1f;border-radius:40px;color:#fff;display:inline-block;font-weight:600;margin-bottom:25px;padding:10px 24px}.privacy-hero-content h1{color:#fff;font-size:60px;font-weight:800;margin-bottom:25px}.privacy-hero-content p{color:#ffffffe0;font-size:18px;line-height:1.9}.privacy-intro{background:#fff;padding:100px 0}.privacy-intro .container{max-width:1000px}.privacy-tag{align-items:center;background:#e8f2ff;border-radius:40px;color:#0b6cff;display:inline-flex;font-weight:600;gap:10px;margin-bottom:25px;padding:10px 22px}.privacy-tag svg{font-size:18px}.privacy-intro h2{color:#081423;font-size:46px;font-weight:800;margin-bottom:25px}.privacy-intro p{color:#5f7287;font-size:17px;line-height:1.9}.policy-section{background:#f8fbff;padding:20px 0 100px}.policy-section .container{display:flex;flex-direction:column;gap:30px}.policy-card{align-items:flex-start;background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 10px 35px #0000000d;display:flex;gap:30px;padding:35px;transition:.35s}.policy-card:hover{border-color:#0b6cff;box-shadow:0 25px 50px #0b6cff1f;transform:translateY(-8px)}.policy-icon{align-items:center;background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:18px;color:#fff;display:flex;font-size:30px;height:80px;justify-content:center;min-width:80px;transition:.35s;width:80px}.policy-card:hover .policy-icon{transform:rotate(-8deg) scale(1.08)}.policy-content{flex:1 1}.policy-content h3{color:#081423;font-size:28px;font-weight:700;margin-bottom:18px}.policy-content p{color:#607489;font-size:16px;line-height:1.9}.policy-card:not(:last-child){position:relative}.policy-card:not(:last-child):after{background:#eef3f8;bottom:-15px;content:"";height:1px;left:35px;position:absolute;right:35px}.privacy-extra{background:#fff;padding:100px 0}.privacy-extra .container{display:flex;flex-direction:column;gap:30px}.extra-card{border-radius:20px}.extra-icon{font-size:28px;height:75px;min-width:75px;width:75px}.extra-card p{color:#607489}@media(max-width:992px){.privacy-hero{padding:120px 0 90px}.privacy-hero-content h1{font-size:48px}.privacy-intro{padding:80px 0}.privacy-intro h2{font-size:38px}.extra-card,.policy-card{padding:30px}.contact-card{padding:45px 35px}.contact-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.privacy-hero{padding:100px 0 70px}.privacy-hero-content h1{font-size:36px}.privacy-hero-content p{font-size:15px}.privacy-intro{padding:70px 0}.privacy-intro h2{font-size:30px}.privacy-intro p{font-size:15px}.extra-card,.policy-card{flex-direction:column;gap:20px;padding:25px;text-align:center}.extra-icon,.policy-icon{margin:auto}.extra-card h3,.policy-content h3{font-size:24px}.extra-card p,.policy-content p{font-size:15px}.privacy-contact{padding:70px 0}.contact-card{padding:35px 25px}.contact-card h2{font-size:32px}.contact-card p{font-size:15px}.contact-list{grid-template-columns:1fr}.contact-item{padding:25px}}@media(max-width:480px){.privacy-hero-content span{font-size:13px;padding:8px 18px}.privacy-hero-content h1{font-size:30px}.privacy-intro h2{font-size:26px}.extra-card h3,.policy-content h3{font-size:21px}.extra-card p,.policy-content p{font-size:14px;line-height:1.8}.contact-card{padding:30px 20px}.contact-card h2{font-size:28px}.contact-card p{font-size:14px}.contact-item svg{font-size:20px;height:55px;padding:15px;width:55px}.contact-item span{font-size:14px}}.contact-card,.contact-item,.extra-card,.extra-icon,.policy-card,.policy-icon{transition:all .35s ease}.terms-hero{background:linear-gradient(135deg,#081423,#0b2b52,#0b6cff);overflow:hidden;padding:140px 0 100px;position:relative}.terms-hero:before{background:#ffffff0d;height:450px;right:-180px;top:-180px;width:450px}.terms-hero:after,.terms-hero:before{border-radius:50%;content:"";position:absolute}.terms-hero:after{background:#ffffff0a;bottom:-180px;height:380px;left:-180px;width:380px}.terms-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.terms-hero-content span{background:#ffffff1f;border-radius:40px;color:#fff;display:inline-block;font-weight:600;margin-bottom:25px;padding:10px 24px}.terms-hero-content h1{color:#fff;font-size:60px;font-weight:800;margin-bottom:25px}.terms-hero-content p{color:#ffffffe0;font-size:18px;line-height:1.9}.terms-intro{background:#fff;padding:100px 0}.terms-intro .container{max-width:1000px}.terms-tag{align-items:center;background:#eaf3ff;border-radius:40px;color:#0b6cff;display:inline-flex;font-weight:600;gap:10px;margin-bottom:25px;padding:10px 22px}.terms-tag svg{font-size:18px}.terms-intro h2{color:#081423;font-size:46px;font-weight:800;margin-bottom:25px}.terms-intro p{color:#64748b;font-size:17px;line-height:1.9}.terms-section{background:#f8fbff;padding:20px 0 100px}.terms-section .container{display:flex;flex-direction:column;gap:30px}.terms-card{align-items:flex-start;background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0000000d;display:flex;gap:30px;padding:35px;transition:.35s}.terms-card:hover{border-color:#0b6cff;box-shadow:0 25px 50px #0b6cff1f;transform:translateY(-8px)}.terms-icon{align-items:center;background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:18px;color:#fff;display:flex;font-size:30px;height:80px;justify-content:center;min-width:80px;transition:.35s;width:80px}.terms-card:hover .terms-icon{transform:rotate(-8deg) scale(1.08)}.terms-content{flex:1 1}.terms-content h3{color:#081423;font-size:28px;font-weight:700;margin-bottom:18px}.terms-content p{color:#64748b;font-size:16px;line-height:1.9}.terms-card:not(:last-child){position:relative}.terms-card:not(:last-child):after{background:#edf2f7;bottom:-15px;content:"";height:1px;left:35px;position:absolute;right:35px}.terms-extra{background:#fff;padding:100px 0}.terms-extra .container{display:flex;flex-direction:column;gap:30px}.extra-card{align-items:flex-start;background:#f8fbff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0000000d;display:flex;gap:30px;padding:35px;transition:.35s}.extra-card:hover{border-color:#0b6cff;box-shadow:0 25px 50px #0b6cff1f;transform:translateY(-8px)}.extra-icon{align-items:center;background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:18px;color:#fff;display:flex;font-size:30px;height:80px;justify-content:center;min-width:80px;transition:.35s;width:80px}.extra-card:hover .extra-icon{transform:rotate(-8deg) scale(1.08)}.extra-card h3{color:#081423;font-size:28px;font-weight:700;margin-bottom:18px}.extra-card p{color:#64748b;font-size:16px;line-height:1.9}@media(max-width:992px){.terms-hero{padding:120px 0 90px}.terms-hero-content h1{font-size:48px}.terms-intro{padding:80px 0}.terms-intro h2{font-size:38px}.extra-card,.terms-card{padding:30px}}@media(max-width:768px){.terms-hero{padding:100px 0 70px}.terms-hero-content h1{font-size:36px}.terms-hero-content p{font-size:15px;line-height:1.8}.terms-intro{padding:70px 0}.terms-intro h2{font-size:30px}.terms-intro p{font-size:15px}.extra-card,.terms-card{flex-direction:column;gap:20px;padding:25px;text-align:center}.extra-icon,.terms-icon{margin:auto}.extra-card h3,.terms-content h3{font-size:24px}.extra-card p,.terms-content p{font-size:15px}}@media(max-width:480px){.terms-hero{padding:90px 0 60px}.terms-hero-content span{font-size:13px;padding:8px 18px}.terms-hero-content h1{font-size:30px}.terms-hero-content p{font-size:14px}.terms-intro{padding:60px 0}.terms-tag{font-size:13px;padding:8px 18px}.terms-intro h2{font-size:26px}.terms-intro p{font-size:14px}.extra-card,.terms-card{padding:20px}.extra-icon,.terms-icon{border-radius:16px;font-size:24px;height:65px;min-width:65px;width:65px}.extra-card h3,.terms-content h3{font-size:21px}.extra-card p,.terms-content p{font-size:14px;line-height:1.8}}@media(min-width:1400px){.terms-hero-content{max-width:950px}.terms-intro .container{max-width:1050px}.terms-extra .container,.terms-section .container{max-width:1200px}}.extra-card,.extra-icon,.terms-card,.terms-icon{transition:all .35s ease}.sitemap-hero{background:linear-gradient(135deg,#081423,#0b2b52,#0b6cff);overflow:hidden;padding:140px 0 100px;position:relative}.sitemap-hero:before{background:#ffffff0d;height:450px;right:-180px;top:-180px;width:450px}.sitemap-hero:after,.sitemap-hero:before{border-radius:50%;content:"";position:absolute}.sitemap-hero:after{background:#ffffff0a;bottom:-180px;height:380px;left:-180px;width:380px}.hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.hero-content span{align-items:center;background:#ffffff1f;border-radius:40px;color:#fff;display:inline-flex;font-weight:600;gap:10px;margin-bottom:25px;padding:10px 24px}.hero-content span svg{font-size:18px}.hero-content h1{color:#fff;font-size:60px;font-weight:800;margin-bottom:25px}.hero-content p{color:#ffffffe0;font-size:18px;line-height:1.9}.hero-content strong{color:#fff}.sitemap-intro{background:#fff;padding:100px 0}.intro-content{margin:auto;max-width:950px;text-align:center}.section-tag{background:#eaf3ff;border-radius:40px;color:#0b6cff;display:inline-block;font-weight:600;margin-bottom:25px;padding:10px 22px}.intro-content h2{color:#081423;font-size:46px;font-weight:800;margin-bottom:25px}.intro-content h2 span{color:#0b6cff}.intro-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:850px}.sitemap-section{background:#f8fbff;padding:20px 0 100px}.sitemap-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.sitemap-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 15px 35px #0000000d;padding:35px;transition:.35s}.sitemap-card:hover{border-color:#0b6cff;box-shadow:0 25px 50px #0b6cff1f;transform:translateY(-8px)}.card-icon{align-items:center;background:linear-gradient(135deg,#0b6cff,#27c2ff);border-radius:18px;color:#fff;display:flex;font-size:30px;height:75px;justify-content:center;margin-bottom:25px;transition:.35s;width:75px}.sitemap-card:hover .card-icon{transform:rotate(-8deg) scale(1.08)}.sitemap-card h3{color:#081423;font-size:28px;font-weight:700;margin-bottom:20px}.sitemap-card ul{list-style:none;margin:0;padding:0}.sitemap-card ul li{border-bottom:1px solid #edf2f7;padding:12px 0}.sitemap-card ul li:last-child{border-bottom:none}.sitemap-card ul li a{align-items:center;color:#4b5563;display:flex;font-size:16px;font-weight:500;text-decoration:none;transition:.3s}.sitemap-card ul li a:before{color:#0b6cff;content:"➜";margin-right:12px;transition:.3s}.sitemap-card ul li a:hover{color:#0b6cff;padding-left:8px}.sitemap-card ul li a:hover:before{transform:translateX(4px)}@media(max-width:992px){.hero-content h1{font-size:48px}.intro-content h2{font-size:38px}.sitemap-grid{grid-template-columns:1fr}}@media(max-width:768px){.sitemap-hero{padding:100px 0 70px}.hero-content h1{font-size:36px}.hero-content p{font-size:15px}.sitemap-intro{padding:70px 0}.intro-content h2{font-size:30px}.intro-content p{font-size:15px}.sitemap-card{padding:28px 24px}.card-icon{font-size:26px;height:65px;width:65px}.sitemap-card h3{font-size:24px}.contact-box{padding:35px 25px}}@media(max-width:480px){.hero-content span{font-size:13px;padding:8px 18px}.hero-content h1{font-size:30px}.hero-content p{font-size:14px}.section-tag{font-size:13px;padding:8px 18px}.intro-content h2{font-size:26px}.intro-content p{font-size:14px}.sitemap-card{padding:22px 20px}.card-icon{font-size:22px;height:58px;width:58px}.sitemap-card h3{font-size:21px}.sitemap-card ul li a{font-size:15px}}.card-icon,.contact-box,.contact-item,.cta-box,.primary-btn,.sitemap-card{transition:all .35s ease}
/*# sourceMappingURL=main.7154f2b2.css.map*/