*{box-sizing:border-box}html,body{overflow-x:hidden}.navbar{position:fixed;top:0;left:0;width:100%;box-sizing:border-box;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 50px;background:#0f172a8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000026;z-index:1000;transition:all .3s ease}.logo{cursor:pointer;display:flex;align-items:center}.logo-img{height:200px;width:auto;object-fit:contain;transition:transform .3s ease}.logo:hover .logo-img{transform:scale(1.05)}.nav-links{list-style:none;display:flex;gap:35px;margin:0;padding:0}.nav-links li{position:relative;font-size:16px;font-weight:500;color:#fff;cursor:pointer;transition:color .3s ease}.nav-links li:hover{color:#06b6d4}.nav-links li:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:linear-gradient(90deg,#06b6d4,#0ea5e9);transition:width .3s ease}.nav-links li:hover:after,.nav-links li.active:after{width:100%}.nav-links li.active{color:#06b6d4}.burger{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:1100}.burger span{width:25px;height:3px;background:#fff;border-radius:2px;transition:.3s ease}.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:575.98px){.navbar{padding:0 20px}.logo-img{height:150px}.nav-links{position:fixed;top:70px;right:-100%;width:100%;height:calc(100vh - 70px);flex-direction:column;justify-content:center;align-items:center;gap:30px;background:#0f172af2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:right .4s ease}.nav-links.open{right:0}.burger{display:flex}.nav-links li{font-size:18px}}@media(min-width:576px)and (max-width:767.98px){.navbar{padding:0 30px}.logo-img{height:200px}.nav-links{position:fixed;top:70px;right:-100%;width:75%;height:calc(100vh - 70px);flex-direction:column;justify-content:center;align-items:center;gap:32px;background:#0f172af2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:-10px 0 30px #0003;transition:right .4s ease}.nav-links.open{right:0}.burger{display:flex}.nav-links li{font-size:18px}}@media(min-width:768px)and (max-width:991.98px){.navbar{padding:0 40px}.logo-img{height:200px}.nav-links{position:fixed;top:70px;right:0;width:55%;height:calc(100vh - 70px);flex-direction:column;justify-content:center;align-items:center;gap:35px;background:#0f172af2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:-10px 0 30px #00000040;transform:translate(100%);transition:transform .4s ease}.nav-links.open{transform:translate(0)}.nav-links.open{right:0}.burger{display:flex}.nav-links li{font-size:19px}}@media(min-width:992px)and (max-width:1199.98px){.navbar{padding:0 40px}.logo-img{height:200px}.nav-links{position:static;flex-direction:row;gap:28px;height:auto;background:transparent;backdrop-filter:none;box-shadow:none}.burger{display:none}.nav-links li{font-size:15px}}@media(min-width:1200px)and (max-width:1399.98px){.navbar{padding:0 60px}.logo-img{height:200px}.nav-links{position:static;flex-direction:row;gap:35px;height:auto;background:transparent;backdrop-filter:none;box-shadow:none}.burger{display:none}.nav-links li{font-size:16px}}@media(min-width:1400px){.navbar{padding:0 80px}.logo-img{height:200px}.nav-links{position:static;flex-direction:row;gap:45px;height:auto;background:transparent;backdrop-filter:none;box-shadow:none}.burger{display:none}.nav-links li{font-size:17px}}.footer{position:relative;background:#0f172a;color:#fff;overflow:hidden;padding-top:80px}.footer-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.footer-dots{width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px}.footer-content{position:relative;z-index:2}.footer-container{max-width:1200px;margin:auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:50px;padding-bottom:60px}.footer-logo{font-size:22px;font-weight:700;margin-bottom:15px;cursor:pointer;transition:color .3s ease}.footer-logo:hover{color:#38bdf8}.footer-description{font-size:14px;line-height:1.7;color:#cbd5e1;margin-bottom:20px}.footer-social{display:flex;gap:12px}.footer-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#1e293b;border-radius:50%;transition:all .3s ease;color:#fff}.footer-social a:hover{background:#38bdf8;transform:translateY(-4px)}.footer-heading{font-size:16px;font-weight:600;margin-bottom:18px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links button{background:none;border:none;color:#cbd5e1;font-size:14px;cursor:pointer;padding:0;transition:all .3s ease}.footer-links button:hover{color:#38bdf8;transform:translate(5px)}.footer-contact{list-style:none;padding:0}.footer-contact li{margin-bottom:15px}.footer-contact a{display:flex;align-items:flex-start;gap:10px;color:#cbd5e1;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#38bdf8}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;background:#0b1120}.footer-bottom-container{max-width:1200px;margin:auto;padding:0 20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}.footer-bottom p{font-size:13px;color:#94a3b8}.footer-policy{display:flex;gap:20px}.footer-policy a{font-size:13px;color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-policy a:hover{color:#38bdf8}.floating-buttons{position:fixed;right:25px;bottom:30px;display:flex;flex-direction:column;gap:16px;z-index:9999}.scroll-top{width:50px;height:50px;background:#cd0404;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000040;transition:all .3s ease}.scroll-top:hover{background:#cd0404;transform:translateY(-4px)}.whatsapp-float{width:55px;height:55px;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 6px 18px #00000040;transition:all .3s ease}.whatsapp-float:hover{background:#1ebe5d;transform:translateY(-4px)}@media(max-width:575.98px){.footer{padding-top:60px}.footer-grid{grid-template-columns:1fr;gap:35px;text-align:center}.footer-social{justify-content:center}.footer-contact a{justify-content:center;align-items:center}.footer-heading{margin-bottom:14px}.footer-bottom-container{flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-policy{justify-content:center;flex-wrap:wrap;gap:15px}.floating-buttons{right:15px;bottom:20px;gap:12px}.scroll-top{width:44px;height:44px}.whatsapp-float{width:48px;height:48px}}@media(min-width:576px)and (max-width:767.98px){.footer{padding-top:70px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}.footer-description,.footer-links button,.footer-contact a{font-size:13px}.footer-social{justify-content:flex-start}.footer-bottom-container{flex-direction:column;align-items:center;text-align:center;gap:12px}.footer-policy{justify-content:center;flex-wrap:wrap;gap:15px}.floating-buttons{right:20px;bottom:25px;gap:14px}.scroll-top{width:46px;height:46px}.whatsapp-float{width:50px;height:50px}}@media(min-width:768px)and (max-width:991.98px){.footer{padding-top:75px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:45px}.footer-description,.footer-links button,.footer-contact a{font-size:14px}.footer-heading{margin-bottom:16px}.footer-bottom-container{flex-direction:column;align-items:center;text-align:center;gap:14px}.footer-policy{justify-content:center;flex-wrap:wrap;gap:18px}.floating-buttons{right:22px;bottom:28px;gap:15px}.scroll-top{width:48px;height:48px}.whatsapp-float{width:52px;height:52px}}@media(min-width:992px)and (max-width:1199.98px){.footer-container{max-width:960px}.footer-grid{gap:40px}.footer-description,.footer-links button,.footer-contact a{font-size:14px}.footer-bottom-container{gap:20px}.footer-policy{gap:18px}.floating-buttons{right:25px;bottom:30px}.scroll-top{width:48px;height:48px}.whatsapp-float{width:52px;height:52px}}@media(min-width:1200px)and (max-width:1399.98px){.footer-container{max-width:1140px}.footer-grid{gap:55px}.footer-description{font-size:15px;line-height:1.8}.footer-links button,.footer-contact a{font-size:14px}.footer-contact a{align-items:center}.footer-contact a svg{min-width:18px;flex-shrink:0}.footer-bottom-container{gap:25px}.footer-policy{gap:22px}.floating-buttons{right:30px;bottom:32px;gap:18px}.scroll-top{width:50px;height:50px}.whatsapp-float{width:56px;height:56px}}@media(min-width:1400px){.footer-container{max-width:1320px}.footer-grid{gap:65px}.footer-description{font-size:15px;line-height:1.8}.footer-links button,.footer-contact a{font-size:15px}.footer-contact a{align-items:center}.footer-contact a svg{min-width:18px;flex-shrink:0}.footer-heading{font-size:17px}.footer-bottom-container{gap:30px}.footer-policy{gap:25px}.floating-buttons{right:35px;bottom:35px;gap:20px}.scroll-top{width:52px;height:52px}.whatsapp-float{width:60px;height:60px}}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.layout-main{flex:1;display:block}.hero-section{position:relative;width:100%;overflow:hidden;background:#000;margin-top:-10px}.hero-image-wrapper{width:100%;max-width:1600px;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:575.98px){.hero-section{position:relative;width:100%;overflow:hidden;background:#000;margin-top:50px}.hero-image-wrapper{width:100%;max-width:100%;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:contain;object-position:center top;display:block;background:#000}}@media(min-width:576px)and (max-width:767.98px){.hero-section{position:relative;width:100%;overflow:hidden;background:#000;margin-top:60px}.hero-image-wrapper{width:100%;max-width:100%;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#000}}@media(min-width:768px)and (max-width:991.98px){.hero-section{position:relative;width:100%;overflow:hidden;background:#000;margin-top:70px}.hero-image-wrapper{width:100%;max-width:100%;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#000}}@media(min-width:992px)and (max-width:1199.98px){.hero-section{position:relative;width:100%;overflow:hidden;background:#000;margin-top:75px}.hero-image-wrapper{width:100%;max-width:1400px;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}}@media(min-width:1200px)and (max-width:1399.98px){.hero-section{position:relative;width:100%;height:92vh;overflow:hidden;background:#000;margin-top:80px}.hero-image-wrapper{width:100%;max-width:1500px;height:100%;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}}@media(min-width:1400px){.hero-section{position:relative;width:100%;height:100vh;overflow:hidden;background:#000;margin-top:85px}.hero-image-wrapper{width:100%;max-width:1650px;height:100%;margin:0 auto}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}}.about-section{padding:60px 20px;background:#fff}.about-container{max-width:1200px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-badge{padding:8px 20px;background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff;border-radius:999px;font-weight:600;display:inline-block;margin-bottom:20px}.about-title{font-size:54px;font-weight:800;color:#0a1628;margin-bottom:30px}.about-gradient{background:linear-gradient(to right,#06b6d4,#3b82f6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-text p{font-size:18px;color:#4b5563;margin-bottom:20px;line-height:1.7}.text-cyan{color:#0891b2;font-weight:600}.text-blue{color:#2563eb;font-weight:600}.text-purple{color:#7c3aed;font-weight:600}.about-image{position:relative}.about-image img{width:100%;height:550px;object-fit:cover;border-radius:30px}.about-overlay{position:absolute;inset:0;border-radius:30px;background:linear-gradient(to top right,#06b6d433,#a855f733)}.about-stats{margin-top:100px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.stat-card{position:relative;padding:50px 40px;border-radius:40px;background:#f3f4f6;border:1px solid #e5e7eb;overflow:hidden;cursor:pointer;transition:all .35s ease}.stat-card:after{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:#0ea5e90f;border-radius:50%}.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;background:#fff}.stat-icon{width:70px;height:70px;border-radius:22px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;color:#fff;font-size:28px;box-shadow:0 15px 25px #00000014;background:linear-gradient(to bottom right,#a855f7,#ec4899)}.stat-number{font-size:56px;font-weight:800;margin-bottom:12px;line-height:1;background:linear-gradient(to right,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:16px;color:#374151;font-weight:500}@media(max-width:575.98px){.about-section{padding:40px 16px}.about-container{max-width:100%}.about-grid{grid-template-columns:1fr;gap:40px}.about-badge{font-size:13px;padding:6px 16px;margin-bottom:16px}.about-title{font-size:32px;margin-bottom:20px;line-height:1.3}.about-text p{font-size:15px;margin-bottom:16px;line-height:1.6}.about-image img{height:500px;border-radius:20px}.about-overlay{border-radius:20px}.about-stats{margin-top:60px;grid-template-columns:1fr;gap:24px}.stat-card{padding:30px 24px;border-radius:24px}.stat-card:after{width:140px;height:140px;top:-40px;right:-40px}.stat-icon{width:55px;height:55px;border-radius:16px;font-size:22px;margin-bottom:20px}.stat-number{font-size:36px;margin-bottom:8px}.stat-label{font-size:14px}}@media(min-width:576px)and (max-width:767.98px){.about-section{padding:40px 24px}.about-container{max-width:100%}.about-grid{grid-template-columns:1fr;gap:50px}.about-badge{font-size:14px;padding:7px 18px;margin-bottom:18px}.about-title{font-size:38px;margin-bottom:24px;line-height:1.25}.about-text p{font-size:16px;margin-bottom:18px;line-height:1.65}.about-image img{height:540px;border-radius:24px}.about-overlay{border-radius:24px}.about-stats{margin-top:80px;grid-template-columns:1fr;gap:28px}.stat-card{padding:36px 28px;border-radius:28px}.stat-card:after{width:160px;height:160px;top:-45px;right:-45px}.stat-icon{width:60px;height:60px;border-radius:18px;font-size:24px;margin-bottom:24px}.stat-number{font-size:42px;margin-bottom:10px}.stat-label{font-size:15px}}@media(min-width:768px)and (max-width:991.98px){.about-section{padding:50px 40px}.about-container{max-width:100%}.about-grid{grid-template-columns:1fr;gap:60px}.about-badge{font-size:14px;padding:8px 20px;margin-bottom:20px}.about-title{font-size:44px;margin-bottom:26px;line-height:1.2}.about-text p{font-size:17px;margin-bottom:20px;line-height:1.7}.about-image img{height:700px;border-radius:26px}.about-overlay{border-radius:26px}.about-stats{margin-top:50px;grid-template-columns:repeat(2,1fr);gap:30px}.stat-card{padding:40px 30px;border-radius:30px}.stat-card:after{width:170px;height:170px;top:-50px;right:-50px}.stat-icon{width:65px;height:65px;border-radius:20px;font-size:26px;margin-bottom:26px}.stat-number{font-size:48px;margin-bottom:10px}.stat-label{font-size:16px}}@media(min-width:992px)and (max-width:1199.98px){.about-section{padding:55px 60px}.about-container{max-width:100%}.about-grid{grid-template-columns:1fr 1fr;gap:60px}.about-badge{font-size:15px;padding:8px 22px;margin-bottom:22px}.about-title{font-size:48px;margin-bottom:28px;line-height:1.15}.about-text p{font-size:18px;margin-bottom:20px;line-height:1.7}.about-image img{height:460px;border-radius:28px}.about-overlay{border-radius:28px}.about-stats{margin-top:55px;grid-template-columns:repeat(3,1fr);gap:32px}.stat-card{padding:45px 34px;border-radius:34px}.stat-card:after{width:180px;height:180px;top:-55px;right:-55px}.stat-icon{width:68px;height:68px;border-radius:22px;font-size:27px;margin-bottom:28px}.stat-number{font-size:52px;margin-bottom:12px}.stat-label{font-size:16px}}@media(min-width:1200px)and (max-width:1399.98px){.about-section{padding:50px 80px}.about-container{max-width:1200px;margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;gap:70px}.about-badge{font-size:15px;padding:9px 24px;margin-bottom:24px}.about-title{font-size:52px;margin-bottom:30px;line-height:1.15}.about-text p{font-size:18px;margin-bottom:22px;line-height:1.75}.about-image img{height:480px;border-radius:30px}.about-overlay{border-radius:30px}.about-stats{margin-top:60px;grid-template-columns:repeat(3,1fr);gap:36px}.stat-card{padding:48px 36px;border-radius:36px}.stat-card:after{width:190px;height:190px;top:-60px;right:-60px}.stat-icon{width:70px;height:70px;border-radius:22px;font-size:28px;margin-bottom:30px}.stat-number{font-size:54px;margin-bottom:12px}.stat-label{font-size:17px}}@media(min-width:1400px){.about-section{padding:40px 100px}.about-container{max-width:1320px;margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;gap:80px}.about-badge{font-size:16px;padding:10px 26px;margin-bottom:26px}.about-title{font-size:58px;margin-bottom:32px;line-height:1.1}.about-text p{font-size:19px;margin-bottom:24px;line-height:1.8}.about-image img{height:620px;border-radius:32px}.about-overlay{border-radius:32px}.about-stats{margin-top:60px;grid-template-columns:repeat(3,1fr);gap:40px}.stat-card{padding:52px 40px;border-radius:40px}.stat-card:after{width:210px;height:210px;top:-65px;right:-65px}.stat-icon{width:75px;height:75px;border-radius:24px;font-size:30px;margin-bottom:32px}.stat-number{font-size:60px;margin-bottom:14px}.stat-label{font-size:18px}}.why-section{padding:120px 0;background:linear-gradient(135deg,#0a1628,#1a2f4f,#0a1628);position:relative;overflow:hidden;color:#fff}.why-container{max-width:1600px;margin:auto;position:relative;z-index:2;padding:0 40px}.why-bg .bg-circle{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);top:20%;left:20%;pointer-events:none}.why-header{text-align:center;margin-bottom:80px}.why-badge{display:inline-block;padding:10px 25px;border-radius:40px;background:#ffffff14;border:1px solid rgba(6,182,212,.4);color:#06b6d4;font-weight:600;font-size:14px}.why-title{font-size:60px;font-weight:800;margin:30px 0;line-height:1.15}.why-title span{background:linear-gradient(90deg,#06b6d4,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.why-subtitle{max-width:700px;margin:auto;color:#cbd5e1;font-size:16px}.why-scroll{display:flex;gap:24px;overflow-x:auto;padding:20px 40px;cursor:grab;scroll-behavior:smooth}.why-scroll:active{cursor:grabbing}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.why-card{min-width:340px;padding:40px;border-radius:28px;background:#ffffff0d;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.why-card:hover{transform:scale(1.05);box-shadow:0 20px 50px #06b6d440}.card-overlay,.card-spotlight{position:absolute;inset:0;opacity:0;transition:.4s ease;pointer-events:none}.card-overlay{background:#06b6d41a}.card-spotlight{background:radial-gradient(circle at 50% 0%,rgba(6,182,212,.15),transparent 70%)}.why-card:hover .card-overlay{opacity:.08}.why-card:hover .card-spotlight{opacity:1}.card-content{position:relative;z-index:2}.icon-wrapper{margin-bottom:20px}.icon-box{width:70px;height:70px;border-radius:18px;display:flex;align-items:center;justify-content:center}.why-card h3{font-size:22px;margin-bottom:15px}.why-card p{color:#cbd5e1;font-size:15px;line-height:1.6}.hover-line{margin-top:20px;height:4px;background:#ffffff1a;border-radius:4px;overflow:hidden}.line-fill{height:100%;width:0;transition:width .5s ease}.why-card:hover .line-fill{width:100%}.gradient-1{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.gradient-2{background:linear-gradient(135deg,#3b82f6,#6366f1)}.gradient-3{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.gradient-4{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.gradient-5{background:linear-gradient(135deg,#ec4899,#f43f5e)}.gradient-6{background:linear-gradient(135deg,#f43f5e,#f97316)}.why-cta{margin-top:80px;display:flex;justify-content:center}.cta-btn{padding:18px 40px;border-radius:18px;border:none;background:linear-gradient(90deg,#06b6d4,#3b82f6,#8b5cf6);color:#fff;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #06b6d466}@media(max-width:575.98px){.why-section{padding:40px 0}.why-container{padding:0 20px}.why-header{margin-bottom:50px}.why-badge{font-size:12px;padding:8px 18px}.why-title{font-size:32px;margin:20px 0;line-height:1.3}.why-subtitle{font-size:14px}.why-scroll{gap:16px;padding:20px}.why-card{min-width:230px;padding:20px;border-radius:16px}.why-card:hover{transform:none}.icon-box{width:48px;height:48px}.why-card h3{font-size:16px}.why-card p{font-size:13px}.hover-line{height:3px}.why-bg .bg-circle{width:180px;height:180px;top:10%;left:10%}.why-cta{margin-top:50px}.cta-btn{width:100%;padding:14px 20px;border-radius:14px;font-size:14px}}@media(min-width:576px)and (max-width:767.98px){.why-section{padding:40px 0}.why-container{padding:0 30px}.why-header{margin-bottom:60px;text-align:center}.why-badge{font-size:13px;padding:9px 20px}.why-title{font-size:38px;margin:22px 0;line-height:1.3}.why-subtitle{font-size:15px}.why-scroll{gap:20px;padding:25px}.why-card{min-width:260px;padding:24px;border-radius:18px}.why-card:hover{transform:none}.icon-box{width:54px;height:54px}.why-card h3{font-size:18px}.why-card p{font-size:14px}.why-bg .bg-circle{width:220px;height:220px;top:12%;left:12%}.why-cta{margin-top:60px;display:flex;justify-content:center;align-items:center}.cta-btn{width:auto;padding:15px 28px;border-radius:16px;font-size:15px}}@media(min-width:768px)and (max-width:991.98px){.why-section{padding:50px 0}.why-container{padding:0 40px}.why-header{margin-bottom:70px;text-align:center}.why-badge{font-size:14px;padding:10px 22px}.why-title{font-size:44px;margin:24px 0;line-height:1.25}.why-subtitle{font-size:16px}.why-scroll{gap:24px;padding:30px}.why-card{min-width:300px;padding:28px;border-radius:20px}.why-card:hover{transform:translateY(-6px)}.icon-box{width:58px;height:58px}.why-card h3{font-size:20px}.why-card p{font-size:15px}.why-cta{margin-top:70px;display:flex;justify-content:center;align-items:center}.cta-btn{padding:16px 32px;border-radius:18px;font-size:16px}}@media(min-width:992px)and (max-width:1199.98px){.why-section{padding:50px 0}.why-container{padding:0 60px}.why-header{margin-bottom:80px;text-align:center}.why-title{font-size:48px}.why-scroll{gap:28px;padding:40px 0}.why-card{min-width:320px;padding:32px;border-radius:22px}.icon-box{width:62px;height:62px}.why-card h3{font-size:22px}.why-card p{font-size:16px}.why-cta{margin-top:80px;display:flex;justify-content:center}.cta-btn{padding:18px 36px;border-radius:20px;font-size:17px}}@media(min-width:1200px)and (max-width:1399.98px){.why-section{padding:60px 0}.why-container{max-width:1200px;margin:0 auto;padding:0 80px}.why-title{font-size:54px}.why-card{min-width:340px;padding:36px;border-radius:24px}.icon-box{width:66px;height:66px}.why-card h3{font-size:23px}.why-card p{font-size:16px}.why-cta{margin-top:90px;display:flex;justify-content:center}.cta-btn{padding:20px 40px;border-radius:22px;font-size:18px}}@media(min-width:1400px){.why-section{padding:60px 0}.why-container{max-width:1320px;margin:0 auto;padding:0 100px}.why-title{font-size:60px}.why-card{min-width:360px;padding:40px;border-radius:26px}.icon-box{width:70px;height:70px}.why-card h3{font-size:24px}.why-card p{font-size:17px}.why-cta{margin-top:100px;display:flex;justify-content:center}.cta-btn{padding:22px 44px;border-radius:24px;font-size:19px}}html{scroll-behavior:smooth}section{scroll-margin-top:80px}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;scroll-behavior:smooth;background-color:#0a1628;font-family:Inter,sans-serif;font-weight:400}body{width:100%;height:100%;margin:0;min-height:100vh;overflow-x:hidden;background-color:#0a1628;scrollbar-gutter:stable;font-family:inherit;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:.3px}p{font-weight:400}button{font-family:inherit}#root{width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a1628}::-webkit-scrollbar-thumb{background:#1a2f4f;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#223a63}
