.header{background:#0c141d}.header .header-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;background:rgba(12,20,29,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(51,51,51,.5);box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.header .header-nav .header-container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1280px){.header .header-nav .header-container{padding-left:2rem;padding-right:2rem}}.header .header-nav .header-container .header-content{display:flex;align-items:center;justify-content:space-between;height:5rem}.header .header-nav .header-container .header-content .logo-section{display:flex;align-items:center}.header .header-nav .header-container .header-content .logo-section .logo-image{object-fit:contain;height:3rem;width:auto;transition:transform .3s ease}.header .header-nav .header-container .header-content .logo-section .logo-image:hover{transform:scale(1.05)}@media(min-width:1024px){.header .header-nav .header-container .header-content .logo-section .logo-image{height:3.5rem}}.header .header-nav .header-container .header-content .desktop-nav{display:none}@media(min-width:1024px){.header .header-nav .header-container .header-content .desktop-nav{display:flex;flex:1 1;align-items:center;justify-content:flex-end;gap:2rem}}.header .header-nav .header-container .header-content .desktop-nav .nav-links{display:flex;align-items:center;gap:1.5rem}.header .header-nav .header-container .header-content .desktop-nav .nav-links .nav-link{color:#94a3b8;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0}.header .header-nav .header-container .header-content .desktop-nav .nav-links .nav-link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#2563eb;transform:scaleX(0);transition:transform .3s ease}.header .header-nav .header-container .header-content .desktop-nav .nav-links .nav-link:hover{color:#fff}.header .header-nav .header-container .header-content .desktop-nav .nav-links .nav-link:hover:after{transform:scaleX(1)}.header .header-nav .header-container .header-content .desktop-nav .language-switcher-wrapper{display:flex;align-items:center;justify-content:center;padding-bottom:.35rem}.header .header-nav .header-container .header-content .desktop-nav .action-buttons{display:flex;align-items:center;gap:1rem}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button{padding:.32rem 1.5rem;min-width:6rem;background-color:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);color:#ededed;font-weight:500;font-size:.875rem;transition:all .3s;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);transform:translateY(0);position:relative;overflow:hidden;cursor:pointer}@media(min-width:1024px){.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button{font-size:1rem;min-width:7rem}}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button .button-text{position:relative;z-index:10}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button .button-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(37,99,235,0),rgba(37,99,235,.3),rgba(37,99,235,0));transform:scaleX(0);transition:transform .3s;border-radius:.5rem;transform-origin:center}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button:hover{border-color:#3b82f6;color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -2px rgba(0,0,0,.3);background-color:rgba(37,99,235,.2);transform:translateY(-2px)}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button:hover .button-gradient{transform:scaleX(1)}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .login-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5);border-color:#3b82f6}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .register-button{padding:.45rem 2rem;min-width:7rem;background:#2563eb;color:#fff;font-weight:500;font-size:.875rem;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.3);transform:translateY(0);transition:all .3s;position:relative;overflow:hidden;cursor:pointer}@media(min-width:1024px){.header .header-nav .header-container .header-content .desktop-nav .action-buttons .register-button{font-size:1rem;min-width:8rem}}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .register-button .button-text{position:relative;z-index:10}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .register-button:hover{background:#1d4ed8;box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 8px 10px -6px rgba(0,0,0,.4);transform:translateY(-2px)}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .register-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5),0 0 0 4px rgba(59,130,246,.2)}.header .header-nav .header-container .header-content .desktop-nav .action-buttons .register-button:active{transform:translateY(0)}.header .header-nav .header-container .header-content .mobile-menu-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(0,0,0,0);border:none;cursor:pointer}@media(min-width:1024px){.header .header-nav .header-container .header-content .mobile-menu-button{display:none}}.header .header-nav .header-container .header-content .mobile-menu-button .menu-icon{position:relative;width:1.5rem;height:1.25rem;display:flex;flex-direction:column;justify-content:space-between}.header .header-nav .header-container .header-content .mobile-menu-button .menu-icon span{display:block;width:100%;height:2px;background:#fff;transition:all .3s ease;transform-origin:center}.header .header-nav .header-container .header-content .mobile-menu-button .menu-icon.open span:first-child{transform:translateY(9px) rotate(45deg)}.header .header-nav .header-container .header-content .mobile-menu-button .menu-icon.open span:nth-child(2){opacity:0}.header .header-nav .header-container .header-content .mobile-menu-button .menu-icon.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header .header-nav .mobile-nav{position:fixed;top:5rem;left:0;right:0;bottom:0;background:rgba(12,20,29,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto;z-index:999}@media(min-width:1024px){.header .header-nav .mobile-nav{display:none}}.header .header-nav .mobile-nav.open{transform:translateX(0)}.header .header-nav .mobile-nav .mobile-nav-content{padding:2rem 1.5rem}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-link{display:block;padding:1rem;color:#94a3b8;font-weight:500;font-size:1.125rem;transition:all .3s ease;border-bottom:1px solid rgba(51,65,85,.3)}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-link:hover{color:#fff;background:rgba(37,99,235,.1);padding-left:1.5rem}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-actions{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-actions button{width:100%;padding:.875rem;font-weight:600;font-size:1rem;border-radius:.5rem;transition:all .3s ease;cursor:pointer}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-actions .mobile-login-button{background:rgba(0,0,0,0);border:2px solid hsla(0,0%,100%,.2);color:#fff}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-actions .mobile-login-button:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-actions .mobile-register-button{background:#2563eb;border:none;color:#fff}.header .header-nav .mobile-nav .mobile-nav-content .mobile-nav-actions .mobile-register-button:hover{background:#1d4ed8}.header .main-content{flex:1 1}.header .main-content .hero-section{position:relative;padding-top:5rem;padding-bottom:5rem}@media(min-width:1024px){.header .main-content .hero-section{padding-top:8rem;padding-bottom:8rem}}.header .main-content .hero-section .hero-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1280px){.header .main-content .hero-section .hero-container{padding-left:2rem;padding-right:2rem}}.header .main-content .hero-section .hero-container .hero-content{text-align:center}.header .main-content .hero-section .hero-container .hero-content .hero-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:#ededed;margin-bottom:1.5rem}@media(min-width:1024px){.header .main-content .hero-section .hero-container .hero-content .hero-title{font-size:3.75rem;line-height:1}}.header .main-content .hero-section .hero-container .hero-content .hero-title .gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.header .main-content .hero-section .hero-container .hero-content .hero-subtitle{font-size:1.25rem;line-height:1.75rem;color:#a3a3a3;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}@media(min-width:1024px){.header .main-content .hero-section .hero-container .hero-content .hero-subtitle{font-size:1.5rem;line-height:2rem}}.header .main-content .hero-section .hero-container .hero-content .hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.header .main-content .hero-section .hero-container .hero-content .hero-buttons{flex-direction:row}}.header .main-content .hero-section .hero-container .hero-content .hero-buttons .primary-button{padding:1rem 2rem;background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:1.125rem;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.3);transform:translateY(0);transition:all .2s;cursor:pointer}.header .main-content .hero-section .hero-container .hero-content .hero-buttons .primary-button:hover{background:linear-gradient(90deg,#1d4ed8,#1e40af);box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 8px 10px -6px rgba(0,0,0,.4);transform:translateY(-4px)}.header .main-content .hero-section .hero-container .hero-content .hero-buttons .secondary-button{padding:1rem 2rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#ededed;font-weight:600;font-size:1.125rem;border-radius:.75rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);transition:all .2s;cursor:pointer}.header .main-content .hero-section .hero-container .hero-content .hero-buttons .secondary-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -2px rgba(0,0,0,.3)}.header .main-content .hero-section .background-decoration{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.header .main-content .hero-section .background-decoration .decoration-circle-1{position:absolute;top:-10rem;right:-10rem;width:20rem;height:20rem;background:rgba(37,99,235,.1);border-radius:50%}.header .main-content .hero-section .background-decoration .decoration-circle-2{position:absolute;bottom:-10rem;left:-10rem;width:20rem;height:20rem;background:rgba(139,92,246,.1);border-radius:50%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-fade-in{animation:fadeIn 1s ease-out forwards}.homepage{background:#0c141d;min-height:100vh;font-family:Urbanist,sans-serif}.homepage .hero-section{position:relative;padding:6rem 0;overflow:hidden;background:linear-gradient(135deg,#0c141d,#1a2332)}@media(min-width:1024px){.homepage .hero-section{padding:8rem 0}}.homepage .hero-section .hero-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;text-align:center;position:relative;z-index:10}@media(min-width:1280px){.homepage .hero-section .hero-container{padding:0 2rem}}.homepage .hero-section .hero-container .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.3);border-radius:9999px;color:#60a5fa;font-size:.875rem;font-weight:500;margin-bottom:2rem}.homepage .hero-section .hero-container .hero-badge .badge-icon{width:1rem;height:1rem}.homepage .hero-section .hero-container .hero-title{font-size:3.5rem;line-height:1.1;font-weight:400;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.homepage .hero-section .hero-container .hero-title{font-size:3.5rem}}@media(min-width:1024px){.homepage .hero-section .hero-container .hero-title{font-size:3.5rem;white-space:nowrap}}.homepage .hero-section .hero-container .hero-title .gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.homepage .hero-section .hero-container .hero-subtitle{font-size:1.125rem;line-height:1.75;color:#94a3b8;max-width:60rem;margin:0 auto 3rem}@media(min-width:768px){.homepage .hero-section .hero-container .hero-subtitle{font-size:1.25rem;white-space:nowrap}}@media(min-width:1024px){.homepage .hero-section .hero-container .hero-subtitle{font-size:1.5rem;line-height:1.8;white-space:nowrap}}.homepage .hero-section .hero-container .hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:640px){.homepage .hero-section .hero-container .hero-actions{flex-direction:row;gap:1.5rem}}.homepage .hero-section .hero-container .hero-actions .primary-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:1.125rem;border-radius:.75rem;box-shadow:0 10px 25px -5px rgba(37,99,235,.3);transition:all .3s ease;cursor:pointer;border:none;position:relative;overflow:hidden}.homepage .hero-section .hero-container .hero-actions .primary-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.homepage .hero-section .hero-container .hero-actions .primary-btn:hover{transform:translateY(-2px);box-shadow:0 20px 30px -5px rgba(37,99,235,.4)}.homepage .hero-section .hero-container .hero-actions .primary-btn:hover:after{width:300px;height:300px}.homepage .hero-section .hero-container .hero-actions .primary-btn:active{transform:translateY(0)}.homepage .hero-section .hero-container .hero-actions .secondary-btn{padding:1rem 2.5rem;background:rgba(0,0,0,0);border:2px solid hsla(0,0%,100%,.2);color:#fff;font-weight:600;font-size:1.125rem;border-radius:.75rem;transition:all .3s ease;cursor:pointer}.homepage .hero-section .hero-container .hero-actions .secondary-btn:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.homepage .hero-section .hero-container .hero-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:4rem}@media(min-width:768px){.homepage .hero-section .hero-container .hero-stats{grid-template-columns:repeat(3,1fr)}}.homepage .hero-section .hero-container .hero-stats .stat-item{text-align:center}.homepage .hero-section .hero-container .hero-stats .stat-item .stat-value{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media(min-width:768px){.homepage .hero-section .hero-container .hero-stats .stat-item .stat-value{font-size:2.5rem}}.homepage .hero-section .hero-container .hero-stats .stat-item .stat-label{font-size:.875rem;color:#64748b}@media(min-width:768px){.homepage .hero-section .hero-container .hero-stats .stat-item .stat-label{font-size:1rem}}.homepage .hero-section .hero-bg-decoration{position:absolute;inset:0;overflow:hidden;pointer-events:none}.homepage .hero-section .hero-bg-decoration .decoration-gradient-1{position:absolute;top:-20%;right:-10%;width:40rem;height:40rem;background:radial-gradient(circle,rgba(37,99,235,.15) 0,transparent 70%);filter:blur(80px);animation:float 8s ease-in-out infinite}.homepage .hero-section .hero-bg-decoration .decoration-gradient-2{position:absolute;bottom:-20%;left:-10%;width:40rem;height:40rem;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 70%);filter:blur(80px);animation:float 8s ease-in-out infinite;animation-delay:4s}.homepage .hero-section .hero-bg-decoration .decoration-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:50px 50px}.homepage .features-section{padding:5rem 0;background:#040d1c}@media(min-width:1024px){.homepage .features-section{padding:6rem 0}}.homepage .features-section .features-container{margin:0 auto;padding:0 1.5rem}@media(min-width:1280px){.homepage .features-section .features-container{padding:0 6rem}}@media(min-width:2048px){.homepage .features-section .features-container{padding:0 18rem}}.homepage .features-section .features-container .section-header{text-align:center;margin-bottom:4rem;max-width:537px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:18px}.homepage .features-section .features-container .section-header .section-badge{display:inline-block;padding:.375rem 1rem;background:rgba(44,84,193,.1);border:1px solid rgba(44,84,193,.3);border-radius:9999px;color:#2c54c1;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:32px;margin-bottom:0;white-space:nowrap}.homepage .features-section .features-container .section-header .section-title{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:4rem;font-weight:600;color:#eeeeef;line-height:32px;margin:0;text-align:center;white-space:nowrap}@media(max-width:768px){.homepage .features-section .features-container .section-header .section-title{font-size:32px;white-space:normal}}@media(max-width:480px){.homepage .features-section .features-container .section-header .section-title{font-size:28px}}.homepage .features-section .features-container .section-header .section-subtitle{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#9491a7;line-height:32px;margin-top:1rem;text-align:center;max-width:537px;width:100%}@media(max-width:768px){.homepage .features-section .features-container .section-header .section-subtitle{font-size:14px;line-height:24px}}.homepage .features-section .features-container .features-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.homepage .features-section .features-container .features-content{grid-template-columns:1fr auto;gap:4rem}}@media(min-width:1280px){.homepage .features-section .features-container .features-content{gap:5rem}}.homepage .features-section .features-container .features-content .features-grid{display:flex;flex-direction:column;gap:24px;max-width:580px}@media(max-width:1023px){.homepage .features-section .features-container .features-content .features-grid{max-width:100%;gap:16px;margin:0 auto}}@media(min-width:1024px){.homepage .features-section .features-container .features-content .features-grid{margin:0}}.homepage .features-section .features-container .features-content .features-grid .feature-card{display:flex;align-items:center;padding:20px;border-radius:16px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;min-height:120px}.homepage .features-section .features-container .features-content .features-grid .feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(37,99,235,.1),transparent);transition:left .5s ease}.homepage .features-section .features-container .features-content .features-grid .feature-card:hover{background:rgba(26,35,50,.8);border-color:rgba(37,99,235,.5);transform:translateY(-2px);box-shadow:0 10px 20px -5px rgba(0,0,0,.3)}.homepage .features-section .features-container .features-content .features-grid .feature-card:hover:before{left:100%}.homepage .features-section .features-container .features-content .features-grid .feature-card:hover .feature-icon{transform:scale(1.05)}@media(max-width:768px){.homepage .features-section .features-container .features-content .features-grid .feature-card{padding:16px;min-height:100px}}.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-icon{width:88px;height:88px;background:rgba(46,63,128,.26);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;margin-right:24px}@media(max-width:768px){.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-icon{width:64px;height:64px;margin-right:16px}}.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-icon svg{width:40px;height:40px;color:#498dff}@media(max-width:768px){.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-icon svg{width:32px;height:32px}}.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-content{flex:1 1;display:flex;flex-direction:column;gap:12px}.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-content .feature-title{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.8rem;font-weight:600;color:#fff;line-height:32px;margin:0;white-space:nowrap}@media(max-width:768px){.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-content .feature-title{font-size:16px;line-height:24px}}.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-content .feature-description{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;font-weight:400;color:#9491a7;line-height:22px;margin:0}@media(max-width:768px){.homepage .features-section .features-container .features-content .features-grid .feature-card .feature-content .feature-description{font-size:13px;line-height:20px}}.homepage .features-section .features-container .features-content .features-image{width:100%;border-radius:16px;overflow:hidden}.homepage .features-section .features-container .features-content .features-image img{width:100%;height:auto;object-fit:contain;transition:transform .3s ease;display:block}@media(max-width:480px){.homepage .features-section .features-container .features-content .features-image{margin:1.5rem auto 0;max-width:100%;border-radius:12px}.homepage .features-section .features-container .features-content .features-image img{max-height:200px}}@media(min-width:481px)and (max-width:768px){.homepage .features-section .features-container .features-content .features-image{margin:2rem auto 0;max-width:500px}.homepage .features-section .features-container .features-content .features-image img{max-height:250px}}@media(min-width:769px)and (max-width:1023px){.homepage .features-section .features-container .features-content .features-image{margin:2rem auto 0;max-width:600px}.homepage .features-section .features-container .features-content .features-image img{max-height:300px}}@media(min-width:1024px)and (max-width:1279px){.homepage .features-section .features-container .features-content .features-image{max-width:700px}.homepage .features-section .features-container .features-content .features-image img{max-height:400px}}@media(min-width:1280px)and (max-width:1439px){.homepage .features-section .features-container .features-content .features-image{max-width:900px}.homepage .features-section .features-container .features-content .features-image img{max-height:450px}}@media(min-width:1440px){.homepage .features-section .features-container .features-content .features-image{max-width:1024px}.homepage .features-section .features-container .features-content .features-image img{max-height:500px}}@media(min-width:1680px){.homepage .features-section .features-container .features-content .features-image{max-width:1024px}.homepage .features-section .features-container .features-content .features-image img{max-height:600px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.homepage .features-section .features-container .features-content .features-image img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.homepage .features-section .features-container .features-content .features-image:hover img{transform:scale(1.02)}.homepage .metrics-section{padding:5rem 0;background:linear-gradient(135deg,#1a2332,#0c141d);position:relative;overflow:hidden}@media(min-width:1024px){.homepage .metrics-section{padding:6rem 0}}.homepage .metrics-section .metrics-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}@media(min-width:1280px){.homepage .metrics-section .metrics-container{padding:0 2rem}}.homepage .metrics-section .metrics-container .metrics-header{text-align:center;margin-bottom:4rem}.homepage .metrics-section .metrics-container .metrics-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.homepage .metrics-section .metrics-container .metrics-header h2{font-size:2.5rem}}@media(min-width:1024px){.homepage .metrics-section .metrics-container .metrics-header h2{font-size:3rem}}.homepage .metrics-section .metrics-container .metrics-header p{font-size:1.125rem;color:#94a3b8}@media(min-width:768px){.homepage .metrics-section .metrics-container .metrics-header p{font-size:1.25rem}}.homepage .metrics-section .metrics-container .metrics-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.homepage .metrics-section .metrics-container .metrics-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.homepage .metrics-section .metrics-container .metrics-grid{grid-template-columns:repeat(4,1fr)}}.homepage .metrics-section .metrics-container .metrics-grid .metric-card{padding:2rem;background:rgba(26,35,50,.3);border:1px solid rgba(51,65,85,.3);border-radius:1rem;text-align:center;transition:all .3s ease}.homepage .metrics-section .metrics-container .metrics-grid .metric-card:hover{background:rgba(26,35,50,.5);border-color:rgba(37,99,235,.5);transform:translateY(-5px)}.homepage .metrics-section .metrics-container .metrics-grid .metric-card .metric-value{font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}@media(min-width:768px){.homepage .metrics-section .metrics-container .metrics-grid .metric-card .metric-value{font-size:3rem}}.homepage .metrics-section .metrics-container .metrics-grid .metric-card .metric-label{font-size:1rem;color:#94a3b8}@media(min-width:768px){.homepage .metrics-section .metrics-container .metrics-grid .metric-card .metric-label{font-size:1.125rem}}.homepage .metrics-section .metrics-bg-decoration{position:absolute;inset:0;overflow:hidden;pointer-events:none}.homepage .metrics-section .metrics-bg-decoration .decoration-circle{position:absolute;width:30rem;height:30rem;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.1) 0,transparent 70%);filter:blur(100px)}.homepage .metrics-section .metrics-bg-decoration .decoration-circle.circle-1{top:-10rem;right:-10rem}.homepage .metrics-section .metrics-bg-decoration .decoration-circle.circle-2{bottom:-10rem;left:-10rem}.homepage .testimonials-section{padding:5rem 0;background:#0f1923}@media(min-width:1024px){.homepage .testimonials-section{padding:6rem 0}}.homepage .testimonials-section .testimonials-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1280px){.homepage .testimonials-section .testimonials-container{padding:0 2rem}}.homepage .testimonials-section .testimonials-container .section-header{text-align:center;margin-bottom:4rem}.homepage .testimonials-section .testimonials-container .section-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.homepage .testimonials-section .testimonials-container .section-header h2{font-size:2.5rem}}@media(min-width:1024px){.homepage .testimonials-section .testimonials-container .section-header h2{font-size:3rem}}.homepage .testimonials-section .testimonials-container .section-header p{font-size:1.125rem;color:#94a3b8}@media(min-width:768px){.homepage .testimonials-section .testimonials-container .section-header p{font-size:1.25rem}}.homepage .testimonials-section .testimonials-container .testimonials-carousel{position:relative}.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card{padding:2.5rem;background:rgba(26,35,50,.5);border:1px solid rgba(51,65,85,.3);border-radius:1rem;margin:0 .5rem}.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card .testimonial-content{font-size:1.125rem;color:#e2e8f0;line-height:1.8;margin-bottom:2rem;font-style:italic}@media(min-width:768px){.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card .testimonial-content{font-size:1.25rem}}.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card .testimonial-author .author-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem}.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card .testimonial-author .author-info .author-name{font-weight:600;color:#fff;margin-bottom:.25rem}.homepage .testimonials-section .testimonials-container .testimonials-carousel .testimonial-card .testimonial-author .author-info .author-role{font-size:.875rem;color:#94a3b8}.homepage .partners-section{padding:5rem 0;background:#040d1c}@media(min-width:1024px){.homepage .partners-section{padding:6rem 0}}.homepage .partners-section .partners-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1280px){.homepage .partners-section .partners-container{padding:0 2rem}}.homepage .partners-section .partners-container .section-header{text-align:center;margin-bottom:3rem;max-width:319px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:18px}.homepage .partners-section .partners-container .section-header .section-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;color:#2c54c1;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:32px;text-transform:uppercase;margin-bottom:0;white-space:nowrap}.homepage .partners-section .partners-container .section-header h2{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:4rem;font-weight:600;color:#eeeeef;line-height:32px;margin:0;text-align:center;white-space:nowrap}@media(max-width:768px){.homepage .partners-section .partners-container .section-header h2{font-size:32px;white-space:normal}}@media(max-width:480px){.homepage .partners-section .partners-container .section-header h2{font-size:28px}}.homepage .partners-section .partners-container .section-header .section-subtitle{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#9491a7;line-height:32px;margin-top:1rem;text-align:center;white-space:nowrap}@media(max-width:768px){.homepage .partners-section .partners-container .section-header .section-subtitle{font-size:14px;line-height:24px}}.homepage .partners-section .partners-container .partners-scroll-container{overflow:hidden;width:100%}.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track{display:flex;align-items:center;animation:scroll-left 20s linear infinite;width:calc(200% + 2rem)}.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1rem;margin:0 1rem;border-radius:.75rem;filter:grayscale(100%);opacity:.7;transition:all .3s ease;height:100px;min-width:120px;width:auto}@media(min-width:768px){.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo{min-width:140px;padding:1.5rem}}@media(min-width:1024px){.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo{min-width:160px;padding:2rem}}.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo:hover{filter:grayscale(0);opacity:1;transform:scale(1.05)}.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo .partner-text{color:#94a3b8;font-size:1rem;font-weight:600;text-align:center;white-space:nowrap;width:100%;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo .partner-text{font-size:1.125rem}}@media(min-width:1024px){.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo .partner-text{font-size:1.25rem}}.homepage .partners-section .partners-container .partners-scroll-container .partners-scroll-track .partner-logo .partner-text img{max-width:100%;max-height:100%;object-fit:contain;filter:brightness(.8)}.homepage .partners-section .partners-container .partners-scroll-container:hover .partners-scroll-track{animation-play-state:paused}.homepage .partners-section .partners-container .slick-dots{bottom:-2rem}.homepage .partners-section .partners-container .slick-dots li button:before{color:#64748b}.homepage .partners-section .partners-container .slick-dots li.slick-active button:before{color:#3b82f6}.team-section{padding-top:16rem;padding-bottom:6rem;position:relative;overflow:hidden;background-color:#040d1c;background-image:url(/images/offices/team.png);background-position:50%;background-size:100% 100%;background-repeat:no-repeat;width:100%}@media(min-width:768px){.team-section{padding:5rem 0}}@media(min-width:1024px){.team-section{padding-top:16rem;padding-bottom:6rem}}.team-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(11,25,41,0),rgba(7,18,31,.2));pointer-events:none;z-index:1}.team-section .team-container{max-width:1440px;margin:0 auto;padding:4rem 1.5rem;position:relative;z-index:2}@media(min-width:768px){.team-section .team-container{padding:5rem 2rem}}@media(min-width:1024px){.team-section .team-container{padding:6rem 3rem}}@media(min-width:1280px){.team-section .team-container{padding:6rem 4rem}}.team-section .team-container .team-content{display:grid;grid-gap:4rem;gap:4rem;align-items:center}@media(min-width:1024px){.team-section .team-container .team-content{grid-template-columns:340px 1fr;gap:3rem}}@media(min-width:1280px){.team-section .team-container .team-content{grid-template-columns:380px 1fr;gap:4rem}}@media(min-width:1440px){.team-section .team-container .team-content{grid-template-columns:420px 1fr;gap:5rem}}.team-section .team-container .team-content .team-info{text-align:center}@media(min-width:1024px){.team-section .team-container .team-content .team-info{text-align:left}}.team-section .team-container .team-content .team-info .team-badge{display:inline-block;padding:.375rem 0;border-radius:9999px;color:#2c54c1;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:32px;text-transform:uppercase;margin-bottom:10px;white-space:nowrap}.team-section .team-container .team-content .team-info h2{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:42px;font-weight:600;color:#eeeeef;line-height:32px;margin:0 0 18px}@media(max-width:768px){.team-section .team-container .team-content .team-info h2{font-size:32px;line-height:36px}}@media(max-width:480px){.team-section .team-container .team-content .team-info h2{font-size:28px;line-height:32px}}.team-section .team-container .team-content .team-info p{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:400;color:#9491a7;line-height:32px;margin:0;text-align:left}@media(max-width:1023px){.team-section .team-container .team-content .team-info p{text-align:center}}@media(max-width:768px){.team-section .team-container .team-content .team-info p{font-size:16px;line-height:28px}}.team-section .team-container .team-content .team-logos{display:grid;grid-gap:.5rem;gap:.5rem;width:100%}@media(min-width:640px){.team-section .team-container .team-content .team-logos{grid-template-columns:repeat(2,1fr);gap:.75rem;row-gap:1rem}}@media(min-width:768px){.team-section .team-container .team-content .team-logos{grid-template-columns:repeat(3,1fr);gap:.5rem;row-gap:1rem}}@media(min-width:1024px){.team-section .team-container .team-content .team-logos{grid-template-columns:repeat(3,1fr);gap:.75rem;row-gap:1.25rem}}@media(min-width:1200px){.team-section .team-container .team-content .team-logos{grid-template-columns:repeat(3,1fr);gap:.5rem;row-gap:1rem}}@media(min-width:1280px){.team-section .team-container .team-content .team-logos{gap:.75rem;row-gap:1.25rem}}@media(min-width:1440px){.team-section .team-container .team-content .team-logos{gap:1rem;row-gap:1.5rem}}.team-section .team-container .team-content .team-logos .logo-item{display:flex;align-items:center;justify-content:center;min-height:160px;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.team-section .team-container .team-content .team-logos .logo-item{min-height:200px}}@media(min-width:1024px){.team-section .team-container .team-content .team-logos .logo-item{min-height:220px}}@media(min-width:1280px){.team-section .team-container .team-content .team-logos .logo-item{min-height:220px}}@media(min-width:1440px){.team-section .team-container .team-content .team-logos .logo-item{min-height:220px}}.team-section .team-container .team-content .team-logos .logo-item .logo-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0}@media(min-width:768px){.team-section .team-container .team-content .team-logos .logo-item .logo-container{padding:.25rem}}@media(min-width:1024px){.team-section .team-container .team-content .team-logos .logo-item .logo-container{padding:0}}.team-section .team-container .team-content .team-logos .logo-item .logo-container .team-logo{width:100%;height:auto;max-width:none;max-height:150px;object-fit:contain;filter:brightness(0) invert(1);opacity:.85;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.team-section .team-container .team-content .team-logos .logo-item .logo-container .team-logo{max-height:180px}}@media(min-width:1024px){.team-section .team-container .team-content .team-logos .logo-item .logo-container .team-logo{max-height:200px}}@media(min-width:1280px){.team-section .team-container .team-content .team-logos .logo-item .logo-container .team-logo{max-height:220px}}@media(min-width:1440px){.team-section .team-container .team-content .team-logos .logo-item .logo-container .team-logo{max-height:240px}}.team-section .team-container .team-content .team-logos .logo-item:hover{transform:translateY(-3px)}.team-section .team-container .team-content .team-logos .logo-item:hover .team-logo{opacity:1;transform:scale(1.05);filter:brightness(0) invert(1) drop-shadow(0 4px 12px rgba(255,255,255,.15))}.cta-section{padding:5rem 0;background-color:#040d1c;background-image:url(/images/offices/lianxi1.png);background-size:90% 100%;background-position:50%;background-repeat:no-repeat}@media(min-width:1024px){.cta-section{padding:6rem 0}}.cta-section .cta-container{padding-bottom:6rem;margin:0 6rem;text-align:center;background-image:url(/images/offices/lianxi2.png);background-size:90% 100%;background-position:50%;background-repeat:no-repeat}@media(max-width:1024px){.cta-section .cta-container{margin:0 3rem;padding:4rem 0}}@media(max-width:768px){.cta-section .cta-container{margin:0 1.5rem;padding:3rem 0}}.cta-section .cta-container .cta-content{display:flex;flex-direction:column;align-items:center;gap:4.125rem;max-width:685px;margin:0 auto;padding:4rem 0}@media(max-width:1024px){.cta-section .cta-container .cta-content{padding:3rem 2rem;gap:3rem}}@media(max-width:768px){.cta-section .cta-container .cta-content{padding:2rem 1rem;gap:2rem}}.cta-section .cta-container .cta-content .cta-main{display:flex;flex-direction:column;align-items:center;gap:2.25rem;width:100%}.cta-section .cta-container .cta-content .cta-main .cta-badge{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 1rem;background:linear-gradient(180deg,#3B4480,rgba(59,77,128,0));border:1px solid #514388;border-radius:485px;color:#f0e5fd;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:auto;white-space:nowrap;min-height:32px;width:91px}.cta-section .cta-container .cta-content .cta-main .cta-text-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.cta-section .cta-container .cta-content .cta-main .cta-text-content h2{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:42px;font-weight:600;color:#eeeeef;line-height:32px;margin:0;text-align:center;width:100%;max-width:685px}@media(max-width:768px){.cta-section .cta-container .cta-content .cta-main .cta-text-content h2{font-size:32px;line-height:36px}}@media(max-width:480px){.cta-section .cta-container .cta-content .cta-main .cta-text-content h2{font-size:28px;line-height:32px}}@media(min-width:769px){.cta-section .cta-container .cta-content .cta-main .cta-text-content h2{white-space:nowrap}}.cta-section .cta-container .cta-content .cta-main .cta-text-content p{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;color:#9491a7;line-height:32px;margin:0;text-align:center;max-width:545px}@media(max-width:768px){.cta-section .cta-container .cta-content .cta-main .cta-text-content p{font-size:16px;line-height:28px}}.cta-section .cta-container .cta-content .cta-action{display:flex;justify-content:center;width:100%}.cta-section .cta-container .cta-content .cta-action .cta-button{padding:1rem 3.125rem;background:#f1edff;color:#0c061a;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;line-height:auto;border-radius:6px;border:none;cursor:pointer;transition:all .3s ease;min-height:57px;min-width:175px;display:flex;align-items:center;justify-content:center}.cta-section .cta-container .cta-content .cta-action .cta-button:hover{background:#e8dfff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(241,237,255,.3)}.cta-section .cta-container .cta-content .cta-action .cta-button:active{transform:translateY(0)}.footer-section{padding:50px 100px;background:#010316}@media(max-width:1024px){.footer-section{padding:40px 60px}}@media(max-width:768px){.footer-section{padding:30px 20px}}.footer-section .footer-container{max-width:1760px;margin:0 auto;display:flex;flex-direction:column;gap:36px}.footer-section .footer-container .footer-top{display:flex;gap:360px;align-items:flex-start}@media(max-width:1200px){.footer-section .footer-container .footer-top{gap:200px}}@media(max-width:1024px){.footer-section .footer-container .footer-top{flex-direction:column;gap:40px}}.footer-section .footer-container .footer-top .footer-brand{flex:0 0 361px;display:flex;flex-direction:column;gap:36px}@media(max-width:1024px){.footer-section .footer-container .footer-top .footer-brand{flex:none;width:100%;max-width:361px}}.footer-section .footer-container .footer-top .footer-brand .footer-logo .logo-wrapper{display:flex;align-items:center}.footer-section .footer-container .footer-top .footer-brand .footer-logo .logo-wrapper img{height:auto;max-height:44px;width:auto;max-width:120px;object-fit:contain}.footer-section .footer-container .footer-top .footer-brand .footer-description{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;color:#9491a7;line-height:auto;margin:0;text-align:center}@media(max-width:1024px){.footer-section .footer-container .footer-top .footer-brand .footer-description{text-align:left}}.footer-section .footer-container .footer-top .footer-links-grid{flex:1 1;display:flex;gap:110px}@media(max-width:1200px){.footer-section .footer-container .footer-top .footer-links-grid{gap:60px}}@media(max-width:1024px){.footer-section .footer-container .footer-top .footer-links-grid{flex-wrap:wrap;gap:40px}}@media(max-width:768px){.footer-section .footer-container .footer-top .footer-links-grid{flex-direction:column;gap:30px}}.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group{display:flex;flex-direction:column;gap:18px;min-width:63px}.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group h4{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#dededf;line-height:auto;margin:0;text-align:center}@media(max-width:1024px){.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group h4{text-align:left}}.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group ul li{margin:0}.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group ul li a{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;color:#9491a7;line-height:auto;text-decoration:none;text-align:center;display:block;transition:color .3s ease}@media(max-width:1024px){.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group ul li a{text-align:left}}.footer-section .footer-container .footer-top .footer-links-grid .footer-links-group ul li a:hover{color:#dededf}.footer-section .footer-container .footer-bottom{display:flex;flex-direction:column;gap:32px}.footer-section .footer-container .footer-bottom .footer-divider{width:100%;height:1px;background:rgba(36,37,62,.8)}.footer-section .footer-container .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 0}@media(max-width:768px){.footer-section .footer-container .footer-bottom .footer-bottom-content{flex-direction:column;gap:20px;padding:0}}.footer-section .footer-container .footer-bottom .footer-bottom-content .copyright{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;color:#9491a7;line-height:auto;margin:0}.footer-section .footer-container .footer-bottom .footer-bottom-content .footer-social{display:flex;gap:31px}.footer-section .footer-container .footer-bottom .footer-bottom-content .footer-social .social-icon{width:50px;height:50px;background:rgba(216,216,216,.1);border:.86px solid #212332;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.footer-section .footer-container .footer-bottom .footer-bottom-content .footer-social .social-icon svg{width:28px;height:28px}.footer-section .footer-container .footer-bottom .footer-bottom-content .footer-social .social-icon:hover{background:rgba(216,216,216,.2);border-color:#4aa4ff;color:#4aa4ff;transform:translateY(-2px)}