.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;box-shadow:0 2px 8px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:0 160px;display:flex;align-items:center;justify-content:space-between;height:40px}.logo img{width:100px;height:24px;object-fit:contain}.navigation{display:flex;gap:32px;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#015faf;text-decoration:none;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0%;transition:opacity .3s ease;white-space:nowrap}.nav-link:hover{opacity:.7}.nav-link.active{color:#ffc20f;font-weight:600}.header-actions{display:flex;gap:24px;align-items:center}.text-button{color:#015faf;text-decoration:none;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0%;transition:opacity .3s ease;white-space:nowrap}.text-button:hover{opacity:.7}.text-button.active{color:#ffc20f;font-weight:600}@media (max-width: 1280px){.header-container{padding:0 100px}.navigation{gap:28px}.header-actions{gap:20px}}@media (max-width: 1024px){.header-container{padding:0 40px}.navigation{gap:24px}.nav-link,.text-button{font-size:11px}.header-actions{gap:16px}}@media (max-width: 768px){.header-container{padding:0 24px;height:38px}.logo img{width:90px;height:22px}.navigation{position:static;transform:none;gap:20px}.nav-link,.text-button{font-size:11px}.header-actions{gap:14px}}@media (max-width: 600px){.header-container{padding:0 24px;height:44px}.navigation{display:none}.logo img{width:80px;height:20px}.header-actions{display:none}}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger-line{display:block;width:24px;height:2px;background:#015faf;border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:280px;height:100vh;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:4px 0 25px #00000026;transform:translate(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1002;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB}.mobile-logo img{width:100px;height:24px;object-fit:contain}.mobile-close-btn{width:36px;height:36px;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.mobile-close-btn:hover{background:#e5e7eb}.mobile-close-btn span{position:absolute;width:16px;height:2px;background:#374151;border-radius:2px}.mobile-close-btn span:first-child{transform:rotate(45deg)}.mobile-close-btn span:last-child{transform:rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;padding:16px 0;flex:1;overflow-y:auto}.mobile-nav-link{display:flex;align-items:center;gap:14px;color:#374151;text-decoration:none;font-size:15px;font-weight:500;padding:14px 24px;transition:all .3s ease;border-left:3px solid transparent}.mobile-nav-link:hover{background:#015faf0d;color:#015faf;border-left-color:#015faf}.mobile-nav-link.active{background:#015faf1a;color:#015faf;font-weight:600;border-left-color:#015faf}.mobile-nav-link .nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:inherit}.mobile-nav-link .nav-icon svg{width:20px;height:20px}.mobile-menu-footer{padding:20px 24px;border-top:1px solid #E5E7EB}.mobile-cta-btn{display:block;width:100%;padding:14px 24px;background:linear-gradient(135deg,#015faf,#00a1d6);color:#fff;text-decoration:none;font-size:14px;font-weight:600;text-align:center;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 12px #015faf4d}.mobile-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #015faf66}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;opacity:0;transition:opacity .3s ease}@media (max-width: 600px){.mobile-menu-btn,.mobile-menu{display:flex}.mobile-menu-overlay{display:block;opacity:1}}.hero{position:relative;width:100%;height:calc(100vh + 120px);background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-circles{position:absolute;bottom:0;right:0;width:auto;height:97%;max-height:800px;object-fit:contain;object-position:bottom right;z-index:1;pointer-events:none}.circle-icons{position:absolute;bottom:0;right:0;width:100%;height:100%;z-index:2;pointer-events:none}.circle-icon{position:absolute;width:48px;height:48px;background:#1e283cd9;border-radius:12px;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);animation-timing-function:ease-in-out;animation-iteration-count:infinite}.circle-icon img{width:28px;height:28px;object-fit:contain}@keyframes popInOut{0%,to{opacity:0;transform:scale(0)}15%,85%{opacity:1;transform:scale(1)}20%,80%{opacity:1;transform:scale(1.05)}25%,75%{opacity:1;transform:scale(1)}}.icon-row7{animation:popInOut 4s ease-in-out infinite;animation-delay:0s}.icon-row6-1{animation:popInOut 4.5s ease-in-out infinite;animation-delay:.8s}.icon-row6-2{animation:popInOut 5s ease-in-out infinite;animation-delay:2s}.icon-row5{animation:popInOut 4s ease-in-out infinite;animation-delay:1.2s}.icon-row4-1{animation:popInOut 4.8s ease-in-out infinite;animation-delay:.5s}.icon-row4-2{animation:popInOut 4.2s ease-in-out infinite;animation-delay:2.5s}.icon-row3{animation:popInOut 5s ease-in-out infinite;animation-delay:1.8s}.hero-content{position:relative;z-index:2;text-align:left;padding:140px 80px 0 120px;color:#fff}.hero-badge{display:flex;align-items:center;gap:8px;margin-bottom:16px}.badge-text{font-family:Poppins,sans-serif;font-size:12.7px;font-weight:500;line-height:20.8px;letter-spacing:0;color:#fff!important}.hero-title{font-family:Poppins,sans-serif;font-size:clamp(36px,5vw,87px);font-weight:500;line-height:1.2;letter-spacing:-2.88px;margin-bottom:32px;color:#fff}.hero-search{margin-bottom:0}.search-button{display:flex;align-items:center;justify-content:center;gap:10px;width:auto;height:48px;padding:12px 24px;font-size:14px;font-weight:500;background:#fff;color:#015faf;border:none;border-radius:80px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.button-arrow{width:36px;height:36px;border-radius:80px;padding:8px;object-fit:contain}.search-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.hero-subtitle{font-family:Poppins,sans-serif;font-size:clamp(14px,1.5vw,20px);font-weight:500;line-height:1.5;letter-spacing:-.4px;color:#fff;max-width:600px;margin:0;padding:0 80px 80px 120px;z-index:2}.explore-button{position:absolute;bottom:60px;right:80px;display:flex;flex-direction:column;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;padding:0;z-index:3;transition:all .3s ease}.explore-text{font-size:16px;font-weight:500;color:#fff;transition:opacity .3s ease}.arrow-down{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid #FFFFFF;transition:transform .3s ease}.explore-button:hover .explore-text{opacity:.8}.explore-button:hover .arrow-down{transform:translateY(4px)}@media (max-width: 1024px){.hero-content{padding:120px 60px 0}.hero-title{font-size:64px;line-height:72px}.hero-subtitle{padding:0 60px 80px;font-size:22px;line-height:32px}.explore-button{right:60px}}@media (max-width: 768px){.hero{height:auto;min-height:auto;padding-bottom:30px}.hero-circles{max-height:380px;opacity:.4}.circle-icon{width:36px;height:36px;border-radius:10px}.circle-icon img{width:20px;height:20px}.hero-content{padding:100px 40px 0}.hero-title{font-size:48px;line-height:56px;letter-spacing:-1.5px;margin-bottom:24px}.hero-search{margin-bottom:16px}.hero-subtitle{font-size:16px;line-height:26px;padding:0 40px 50px;max-width:320px}.search-button{width:auto;height:44px;font-size:13px;padding:10px 18px}.button-arrow{width:28px;height:28px}.explore-button{position:relative;bottom:auto;right:auto;margin:0 auto;padding-bottom:20px}}@media (max-width: 480px){.hero{height:auto;min-height:auto;padding-bottom:30px}.hero-circles{max-height:280px;opacity:.35}.circle-icon{width:28px;height:28px;border-radius:8px}.circle-icon img{width:16px;height:16px}.hero-content{padding:80px 24px 0}.hero-title{font-size:28px;line-height:36px;letter-spacing:-.8px;margin-bottom:18px}.hero-search{margin-bottom:60px}.hero-subtitle{font-size:13px;line-height:20px;letter-spacing:-.3px;padding:0 24px 40px;max-width:260px}.search-button{width:auto;height:40px;font-size:12px;padding:8px 16px;gap:8px}.button-arrow{width:32px;height:32px}.explore-button{position:relative;bottom:auto;right:auto;margin:0 auto;padding-bottom:10px}.explore-text{font-size:13px}}.trusted-by{position:relative;width:100%;padding:60px 120px;background-color:transparent;overflow:hidden}.trusted-greater{position:absolute;top:0;right:0;width:120px;height:auto;max-height:100%;object-fit:contain;object-position:top right;pointer-events:none;z-index:1}.trusted-less{position:absolute;bottom:0;left:0;width:120px;height:auto;max-height:100%;object-fit:contain;object-position:bottom left;pointer-events:none;z-index:1}.trusted-by-scroll{width:100%;overflow:hidden;position:relative}.trusted-by-track{display:flex;align-items:center;gap:60px;animation:scroll 30s linear infinite;width:fit-content}.trusted-logo{height:40px;width:auto;object-fit:contain;opacity:.8;transition:opacity .3s ease}.trusted-logo:hover{opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1024px){.trusted-by{padding:50px 80px}.trusted-greater,.trusted-less{width:80px}}@media (max-width: 768px){.trusted-by{padding:40px}.trusted-by-track{gap:40px}.trusted-logo{height:32px}.trusted-greater,.trusted-less{width:40px;opacity:.7}}@media (max-width: 480px){.trusted-by{padding:30px 24px}.trusted-by-track{gap:30px}.trusted-logo{height:28px}.trusted-greater,.trusted-less{width:24px;opacity:.5}}.about{width:100%;padding:80px 0;background-color:#fff}.about-container{max-width:1200px;margin:0 auto;padding:0 120px;display:flex;flex-direction:column;align-items:center;gap:12px}.about-badge{display:flex;align-items:center;gap:8px;margin-bottom:8px}.badge-dot{width:8px;height:8px;background:gold;border-radius:50%}.about .badge-text{font-size:14px;font-weight:500;color:#000!important}.about-title{font-size:clamp(24px,3vw,32px);font-weight:500;line-height:1.4;letter-spacing:-.8px;text-align:center;margin:0 0 4px;color:#666;max-width:900px}.about-title .text-dark{color:#000;font-weight:600}.about-title .text-accent{color:#005faf;font-weight:500}.about-title .text-highlight{color:#000;font-weight:600}.about-subtitle{font-size:clamp(13px,1.2vw,15px);font-weight:500;line-height:1.6;letter-spacing:0;text-align:center;margin:0 0 32px;color:#666;max-width:800px}.about-video-wrapper{position:relative;width:100%;max-width:900px;display:flex;justify-content:center;align-items:center;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.video-sound-btn{position:absolute;bottom:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.video-sound-btn:hover{background:#000c;transform:scale(1.05)}.video-sound-btn svg{width:20px;height:20px}.about-video{width:100%;height:400px;object-fit:cover;object-position:center;display:block}@media (max-width: 1024px){.about-container{padding:0 80px;gap:20px}.about-title{font-size:28px;line-height:1.4}.about-subtitle{font-size:14px;line-height:1.6}.about-video{height:350px}}@media (max-width: 768px){.about{padding:60px 0}.about-container{padding:0 40px;gap:18px}.about-title{font-size:32px;line-height:40px;margin-bottom:12px}.about-subtitle{font-size:14px;line-height:20px;margin-bottom:32px}.badge-text{font-size:13px}.about-video-wrapper{border-radius:12px}.about-video{height:280px}}@media (max-width: 480px){.about{padding:40px 0}.about-container{padding:0 24px;gap:16px}.about-title{font-size:18px;line-height:28px;margin-bottom:10px}.about-subtitle{font-size:12px;line-height:18px;margin-bottom:24px}.badge-dot{width:6px;height:6px}.badge-text{font-size:12px}.about-video-wrapper{border-radius:10px}.about-video{height:200px}}.partners{width:100%;padding:100px 0;background-color:#fff}.partners-container{max-width:1400px;margin:0 auto;padding:0 160px;display:flex;align-items:center;gap:80px}.partners-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.partners-image{width:100%;max-width:616.63px;height:auto;border-radius:16px;background:#49494940;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0000001a;object-fit:cover}.partners-content{flex:1;display:flex;flex-direction:column;gap:15px}.partners-badge{display:flex;align-items:center;gap:8px;margin-bottom:10px}.partners-badge .badge-dot{width:8px;height:8px;background:gold;border-radius:50%}.partners-badge .badge-text{font-size:14px;font-weight:500;color:#000!important}.partners-title{font-size:clamp(28px,3vw,36px);font-weight:600;line-height:1.3;margin:0;color:#000}.partners-title .text-accent{color:#005faf}.partners-description{font-size:clamp(13px,1.2vw,15px);font-weight:400;line-height:1.6;margin:0 0 12px;color:#666}.partners-features{display:flex;flex-direction:column;gap:24px}.partner-feature{padding:16px 0;border-bottom:1px solid #E5E5E5;cursor:pointer;transition:all .3s ease}.partner-feature:last-child{border-bottom:none}.partner-feature:hover{background-color:#005faf05}.feature-header{display:flex;justify-content:space-between;align-items:center}.feature-title{font-size:clamp(14px,1.3vw,16px);font-weight:600;margin:0;color:#000;transition:color .3s ease}.partner-feature.expanded .feature-title{color:#005faf}.feature-icon{font-size:20px;font-weight:300;color:#666;transition:transform .3s ease,color .3s ease;line-height:1}.feature-icon.rotated{transform:rotate(45deg);color:#005faf}.feature-content{max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease}.feature-content.show{max-height:200px;margin-top:10px}.feature-description{font-size:clamp(12px,1.1vw,13px);font-weight:400;line-height:1.6;margin:0;color:#666}@media (max-width: 1024px){.partners-container{padding:0 100px;gap:60px}}@media (max-width: 768px){.partners{padding:80px 0}.partners-container{padding:0 40px;flex-direction:column;gap:40px}.partners-image{max-width:100%}}@media (max-width: 480px){.partners{padding:60px 0}.partners-container{padding:0 24px;gap:32px}.partners-badge .badge-text{font-size:12px}.partners-badge .badge-dot{width:6px;height:6px}.partner-feature{padding:14px 0}}.achievement{width:100%;padding:100px 0;background-color:#f9fafb}.achievement-container{max-width:1400px;margin:0 auto;padding:0 160px;display:flex;align-items:center;gap:80px}.achievement-content{flex:1;display:flex;flex-direction:column;gap:24px}.achievement-badge{display:flex;align-items:center;gap:8px;margin-bottom:8px}.achievement-badge .badge-dot{width:8px;height:8px;background:gold;border-radius:50%}.achievement-badge .badge-text{font-size:14px;font-weight:500;color:#000!important}.achievement-title{font-size:clamp(28px,3vw,36px);font-weight:600;line-height:1.3;margin:0;color:#000}.achievement-description{font-size:clamp(13px,1.2vw,15px);font-weight:400;line-height:1.6;margin:0 0 12px;color:#666;max-width:500px}.achievement-stats{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:16px}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-number{font-size:clamp(32px,3.5vw,40px);font-weight:700;margin:0;color:#000}.stat-label{font-size:clamp(12px,1.1vw,13px);font-weight:400;line-height:1.4;margin:0;color:#666}.achievement-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.achievement-image{width:100%;max-width:616px;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001a;object-fit:cover}@media (max-width: 1024px){.achievement-container{padding:0 100px;gap:60px}.achievement-stats{gap:24px}}@media (max-width: 768px){.achievement{padding:80px 0}.achievement-container{padding:0 40px;flex-direction:column-reverse;gap:40px}.achievement-image,.achievement-description{max-width:100%}.achievement-stats{gap:20px}}@media (max-width: 480px){.achievement{padding:60px 0}.achievement-container{padding:0 24px;gap:32px}.achievement-badge .badge-text{font-size:12px}.achievement-badge .badge-dot{width:6px;height:6px}.achievement-stats{gap:16px}}.services{width:100%;padding:100px 0;background-color:transparent}.services-container{max-width:1200px;margin:0 auto;padding:0 40px}.services-badge{display:inline-block;padding:8px 16px;border-radius:9999px;background-color:#00d9ff1a;color:#00d9ff;font-size:14px;font-weight:500;margin-bottom:16px}.services-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#000}.services-title .text-accent{color:#00d9ff}.services-subtitle{font-size:16px;font-weight:400;line-height:1.6;color:#666;max-width:600px;margin:0 auto}.service-card{width:100%;max-width:384px;height:276px;border-radius:12px;border:1px solid #E6E6E6;background:transparent;box-shadow:0 1px 2px #0000000d;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.service-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.service-card-background{height:100px;background-image:url(/assets/overlay_bg.png);background-size:318px 64px;background-repeat:no-repeat;background-position:center top 18px;position:relative;display:flex;align-items:flex-start;padding:18px 24px 0}.service-icon-wrapper{width:64px;height:64px;border-radius:12px;background:transparent;display:flex;align-items:center;justify-content:center}.service-icon{width:64px;height:64px;object-fit:contain}.service-card-content{padding:24px;flex:1;display:flex;flex-direction:column;gap:8px}.service-card-title{font-size:18px;font-weight:600;line-height:1.4;margin:0;color:#000}.service-card-description{font-size:14px;font-weight:400;line-height:1.6;margin:0;color:#666}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:24px}.service-card{max-width:100%}}@media (max-width: 768px){.services{padding:60px 0}.services-container{padding:0 24px}.services-header{margin-bottom:40px}.services-badge{font-size:13px;padding:6px 14px}.services-title{font-size:32px}.services-subtitle{font-size:15px}.services-grid{gap:20px}.service-card{height:auto;min-height:240px}.service-card-background{height:90px;background-size:280px 56px;background-position:center top 17px;padding:17px 20px 0}.service-icon-wrapper,.service-icon{width:56px;height:56px}.service-card-content{padding:20px}.service-card-title{font-size:16px}.service-card-description{font-size:13px}}@media (max-width: 600px){.services{padding:40px 0}.services-container{padding:0 20px}.services-header{margin-bottom:32px}.services-badge{font-size:12px;padding:6px 12px}.services-title{font-size:28px}.services-subtitle{font-size:14px}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{height:auto;min-height:220px}.service-card-background{height:80px;background-size:240px 48px;background-position:center top 16px;padding:16px 16px 0}.service-icon-wrapper,.service-icon{width:48px;height:48px}.service-card-content{padding:16px}.service-card-title{font-size:15px}.service-card-description{font-size:12px}}.why-choose{width:100%;padding:100px 0;background:#00a1d61a}.why-choose-container{max-width:1200px;margin:0 auto;padding:0 40px}.why-choose-header{text-align:center;margin-bottom:60px}.why-choose-badge{display:inline-block;padding:8px 16px;border-radius:9999px;background-color:#00d9ff26;color:#00a3cc;font-size:14px;font-weight:500;margin-bottom:16px}.why-choose-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#000}.why-choose-subtitle{font-size:16px;font-weight:400;line-height:1.6;color:#666;max-width:600px;margin:0 auto}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.why-choose-item{text-align:center;display:flex;flex-direction:column;align-items:center}.why-choose-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#00d9ff,#00b8e6);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 24px #00d9ff40;opacity:1}.why-choose-icon img{width:80px;height:80px;object-fit:contain}.why-choose-item-title{font-size:18px;font-weight:600;line-height:1.4;margin:0 0 12px;color:#000}.why-choose-item-description{font-size:14px;font-weight:400;line-height:1.6;margin:0;color:#666}@media (max-width: 1024px){.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 768px){.why-choose{padding:60px 0}.why-choose-container{padding:0 24px}.why-choose-header{margin-bottom:40px}.why-choose-badge{font-size:13px;padding:6px 14px}.why-choose-title{font-size:32px}.why-choose-subtitle{font-size:15px}.why-choose-grid{gap:24px}.why-choose-icon{width:72px;height:72px;margin-bottom:20px}.why-choose-icon img{width:36px;height:36px}.why-choose-item-title{font-size:16px}.why-choose-item-description{font-size:13px}}@media (max-width: 600px){.why-choose{padding:40px 0}.why-choose-container{padding:0 20px}.why-choose-header{margin-bottom:32px}.why-choose-badge{font-size:12px;padding:6px 12px}.why-choose-title{font-size:28px}.why-choose-subtitle{font-size:14px}.why-choose-grid{grid-template-columns:1fr;gap:32px}.why-choose-icon{width:64px;height:64px;margin-bottom:16px}.why-choose-icon img{width:32px;height:32px}.why-choose-item-title{font-size:15px}.why-choose-item-description{font-size:12px}}.how-we-make-it{width:100%;padding:100px 0;background-color:transparent}.how-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;gap:80px}.how-content{flex:1;color:#000}.how-badge{display:inline-block;padding:8px 16px;border-radius:9999px;background-color:#00d9ff1a;color:#00d9ff;font-size:14px;font-weight:500;margin-bottom:16px}.how-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#000}.how-description{font-size:16px;font-weight:400;line-height:1.6;margin-bottom:20px;color:#666}.how-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.how-image-background{position:relative;width:608px;height:435.19px;border-radius:16px;background:linear-gradient(90deg,#00a1d633,#22d3ee33);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;align-items:center;justify-content:center}.how-image{width:576px;height:403.19px;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;object-fit:cover;opacity:1}@media (max-width: 1024px){.how-container{gap:60px}.how-image-background{width:500px;height:358px}.how-image{width:472px;height:330px}}@media (max-width: 768px){.how-we-make-it{padding:60px 0}.how-container{flex-direction:column-reverse;gap:40px;padding:0 24px}.how-badge{font-size:13px;padding:6px 14px}.how-title{font-size:32px}.how-description{font-size:15px}.how-image-background{width:100%;max-width:500px;height:auto;aspect-ratio:608 / 435.19}.how-image{width:100%;max-width:472px;height:auto;aspect-ratio:576 / 403.19}}@media (max-width: 480px){.how-we-make-it{padding:40px 0}.how-container{padding:0 20px;gap:32px}.how-badge{font-size:12px;padding:6px 12px}.how-title{font-size:28px}.how-description{font-size:14px;margin-bottom:16px}}.benefits{width:100%;padding:100px 0;background-color:transparent}.benefits-container{max-width:1920px;margin:0 auto;padding:0}.benefits-header{text-align:center;margin-bottom:60px}.benefits-badge{display:inline-block;padding:8px 16px;border-radius:9999px;background-color:#00d9ff1a;color:#00d9ff;font-size:14px;font-weight:500;margin-bottom:16px}.benefits-title{font-size:clamp(24px,2.5vw,32px);font-weight:600;line-height:1.2;margin:0;color:#000}.benefits-title .text-accent{color:#00d9ff}.benefits-scroll-wrapper{overflow-x:hidden;overflow-y:hidden;width:100%;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.benefits-scroll-wrapper::-webkit-scrollbar{display:none}.benefits-cards{display:flex;gap:40px;padding:0}.benefit-card{min-width:800px;width:800px;height:350px;border-radius:24px;padding:40px;display:flex;flex-direction:column;justify-content:space-between;position:relative;box-shadow:0 25px 50px -12px #00000026;flex-shrink:0;scroll-snap-align:center;overflow:hidden;background-size:200% 200%;animation:gradientMove 6s ease infinite}.card-gradient-1{background:linear-gradient(61.2deg,#081935 -28.06%,#2d1d8e 35.44%,#00a1d6 89.27%);background-size:200% 200%}.card-gradient-2{background:linear-gradient(61.2deg,#081935 -28.06%,#2d1d8e 35.44%,#ffc20f 89.27%);background-size:200% 200%}.card-gradient-3{background:linear-gradient(61.2deg,#081935 -28.06%,#2d1d8e 35.44%,#00a1d6 89.27%);background-size:200% 200%}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.benefit-card-top{display:flex;justify-content:space-between;align-items:flex-start}.benefit-number{font-size:clamp(48px,5vw,60px);font-weight:700;color:#fff;line-height:1}.benefit-card-icon{position:absolute;top:0;right:0;width:80px;height:auto;object-fit:contain;background:transparent}.benefit-card-bottom{display:flex;flex-direction:column;gap:10px}.benefit-title{font-size:clamp(20px,2vw,26px);font-weight:600;line-height:1.3;margin:0;color:#fff}.benefit-description{font-size:clamp(12px,1.1vw,14px);font-weight:400;line-height:1.6;margin:0;color:#ffffffe6;max-width:650px}.benefits-navigation{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px}.nav-button{width:56px;height:56px;border-radius:200px;border:1px solid #E5E5E5;background:#fff;padding:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-button:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.nav-button:disabled{opacity:.4;cursor:not-allowed}.nav-button img{width:24px;height:24px;object-fit:contain}@media (max-width: 1400px){.benefit-card{min-width:700px;width:700px;height:320px;padding:36px}.benefit-card-icon{width:70px}}@media (max-width: 1024px){.benefits{padding:80px 0}.benefits-header{margin-bottom:48px}.benefit-card{min-width:550px;width:550px;height:300px;padding:32px}.benefit-card-icon{width:60px}.nav-button{width:50px;height:50px}.nav-button img{width:20px;height:20px}}@media (max-width: 768px){.benefits{padding:60px 0}.benefits-header{margin-bottom:40px}.benefits-badge{font-size:13px;padding:6px 14px}.benefits-cards{gap:24px}.benefit-card{min-width:400px;width:400px;height:280px;padding:28px;border-radius:20px}.benefit-card-icon{width:50px}.benefits-navigation{margin-top:32px}.nav-button{width:46px;height:46px}.nav-button img{width:18px;height:18px}}@media (max-width: 600px){.benefits{padding:40px 0}.benefits-header{margin-bottom:32px}.benefits-badge{font-size:12px;padding:6px 12px}.benefits-cards{gap:20px}.benefit-card{min-width:calc(100vw - 40px);width:calc(100vw - 40px);height:260px;padding:24px;border-radius:16px}.benefit-card-icon{width:45px}.benefits-navigation{margin-top:28px}.nav-button{width:44px;height:44px}.nav-button img{width:16px;height:16px}}.put-trust{width:100%;padding:100px 0;background:linear-gradient(180deg,#60b7ff,#002849);position:relative}.put-trust-container{max-width:1400px;margin:0 auto;padding:0 160px;display:flex;flex-direction:column;align-items:center;gap:32px}.put-trust-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.put-trust-badge{display:flex;align-items:center;gap:6px;margin-bottom:4px}.put-trust-badge .badge-dot{width:6px;height:6px;background:#fff;border-radius:50%}.put-trust-badge .badge-text{font-size:12px;font-weight:500;color:#fff}.put-trust-title{font-size:clamp(22px,2.5vw,28px);font-weight:600;line-height:1.2;margin:0;color:#fff}.put-trust-title .text-highlight{color:#ffc20f}.put-trust-subtitle{font-size:clamp(11px,1vw,13px);font-weight:500;line-height:1.6;margin:0;color:#fff;max-width:600px;text-align:center}.put-trust-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.filter-button{height:32px;padding:6px 12px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:80px;font-size:clamp(10px,.9vw,11px);font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-button:hover{background:#ffffff1a;border-color:#ffffff80}.filter-button.active{background:#ffc20f;color:#000;border-color:#ffc20f}.filter-button.active:hover{background:gold;border-color:gold}.put-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%}.trust-card{border:1px solid #FFFFFF;border-radius:8px;padding:20px 16px;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;cursor:pointer;position:relative}.trust-card:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 10px 24px #0003}.trust-card-icon{width:100px;height:32px;display:flex;align-items:center;justify-content:center}.trust-card-icon img{width:100%;height:100%;object-fit:contain;opacity:1}.trust-card-name{font-size:clamp(11px,1vw,12px);font-weight:500;margin:0;color:#fff;text-align:center}.ipo-badge{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:32px;height:18px;display:flex;align-items:center;justify-content:center}.ipo-badge img{width:100%;height:100%;object-fit:contain}@media (max-width: 1024px){.put-trust-container{padding:0 100px;gap:28px}.put-trust-grid{grid-template-columns:repeat(3,1fr);gap:14px}.trust-card-icon{width:90px;height:28px}}@media (max-width: 768px){.put-trust{padding:80px 0}.put-trust-container{padding:0 40px;gap:24px}.put-trust-badge .badge-text{font-size:11px}.put-trust-badge .badge-dot{width:5px;height:5px}.put-trust-grid{grid-template-columns:repeat(2,1fr);gap:12px}.trust-card{padding:16px 14px}.trust-card-icon{width:80px;height:26px}.filter-button{height:28px;padding:4px 10px}}@media (max-width: 480px){.put-trust{padding:60px 0}.put-trust-container{padding:0 24px;gap:20px}.put-trust-badge .badge-text{font-size:10px}.put-trust-badge .badge-dot{width:4px;height:4px}.filter-button{height:26px;padding:4px 8px}.put-trust-grid{grid-template-columns:repeat(2,1fr);gap:10px}.trust-card{padding:14px 12px;gap:8px}.trust-card-icon{width:70px;height:22px}.ipo-badge{width:28px;height:16px;bottom:8px}}.core{width:100%;padding:100px 0;background:linear-gradient(180deg,#ffc20fd1 31.54%,#ffffffd1 74.65%);position:sticky;top:0;z-index:0}.core-container{max-width:1400px;margin:0 auto;padding:0 160px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.core-badge{display:flex;align-items:center;gap:6px;margin-bottom:4px}.core-badge .badge-dot{width:6px;height:6px;background:#000;border-radius:50%}.core-badge .badge-text{font-size:12px;font-weight:500;color:#000!important}.core-title{font-family:inherit;font-size:clamp(22px,2.5vw,28px);font-weight:500;line-height:1.3;letter-spacing:-.5px;margin:0;color:#404040;max-width:600px}.core-principles{display:flex;gap:20px;width:100%;margin-top:16px;flex-wrap:nowrap;justify-content:center}.principle-card{flex:1;max-width:280px;height:300px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .4s ease}.principle-card:hover{transform:scale(1.02)}.principle-image{width:100%;height:100%;object-fit:contain;display:block}.principle-card.expanded{flex:3;max-width:600px}.principle-card.collapsed{flex:.3;max-width:80px;opacity:.7}.principle-card.collapsed .principle-image{filter:brightness(.8)}@media (max-width: 1024px){.core{padding:80px 0}.core-container{padding:0 100px;gap:20px}.core-badge .badge-text{font-size:11px}.core-badge .badge-dot{width:5px;height:5px}.core-principles{gap:16px}.principle-card{max-width:240px;height:260px}.principle-card.expanded{max-width:500px}.principle-card.collapsed{max-width:60px}}@media (max-width: 768px){.core{padding:60px 0}.core-container{padding:0 40px;gap:18px}.core-badge .badge-text{font-size:10px}.core-principles{gap:12px}.principle-card{max-width:180px;height:200px;border-radius:8px}.principle-card.expanded{max-width:400px}.principle-card.collapsed{max-width:50px}}@media (max-width: 600px){.core{padding:50px 0}.core-container{padding:0 24px;gap:16px}.core-principles{gap:8px}.principle-card{max-width:140px;height:160px;border-radius:6px}.principle-card.expanded{max-width:300px}.principle-card.collapsed{max-width:40px}}@media (max-width: 480px){.core{padding:40px 0}.core-container{padding:0 20px;gap:14px}.core-badge .badge-text{font-size:9px}.core-badge .badge-dot{width:4px;height:4px}.core-principles{gap:6px}.principle-card{max-width:100px;height:120px;border-radius:4px}.principle-card.expanded{max-width:200px}.principle-card.collapsed{max-width:30px}}.case-study-wrapper{width:100%;background-color:transparent;transform:none!important;position:relative;z-index:1;overflow:visible}.case-study-header-section{width:100%;padding:60px 0 40px;background-color:#fff;position:sticky;top:0;z-index:5}.case-study-header-content{max-width:1400px;margin:0 auto;padding:0 160px}.case-study-badge{display:flex;align-items:center;gap:6px;margin-bottom:12px}.case-study-badge .badge-dot{width:6px;height:6px;background:gold;border-radius:50%}.case-study-badge .badge-text{font-size:12px;font-weight:500;color:#000!important}.case-study-main-title{font-size:clamp(22px,2.5vw,28px);font-weight:600;line-height:1.3;margin:0;color:#000}.case-study-stack-container{position:relative;width:100%}.case-study-section{position:sticky;width:100%;min-height:500px;padding:60px 0;border-radius:24px 24px 0 0;box-shadow:0 -8px 30px #00000026}.case-study-section.section-1{top:0;z-index:10}.case-study-section.section-2{top:40px;z-index:11}.case-study-section.section-3{top:80px;z-index:12}.case-study-content-wrapper{max-width:1400px;margin:0 auto;padding:0 160px}.case-study-content{display:flex;gap:80px;align-items:flex-start}.case-number{font-size:clamp(120px,15vw,200px);font-weight:700;color:#000;line-height:.85;min-width:200px}.case-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.case-title{font-size:clamp(24px,3vw,36px);font-weight:700;margin:0;color:#000}.case-subtitle{font-size:clamp(14px,1.2vw,16px);font-weight:400;margin:0;color:#666}.case-logo{width:220px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:20px;margin:10px 0}.case-logo img{max-width:100%;max-height:100%;object-fit:contain}.case-details{display:flex;flex-direction:column;gap:20px;text-align:left}.case-detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{font-size:clamp(14px,1.3vw,16px);font-weight:600;margin:0;color:#000}.detail-text{font-size:clamp(13px,1.1vw,15px);font-weight:400;line-height:1.6;margin:0;color:#666;max-width:500px}@media (max-width: 1024px){.case-study-header-content,.case-study-content-wrapper{padding:0 100px}.case-study-section{padding:50px 0;min-height:420px;border-radius:20px 20px 0 0}.case-study-section.section-1{border-radius:20px 20px 0 0}.case-study-content{gap:60px}.case-number{min-width:150px}.case-study-section.section-2{top:40px}.case-study-section.section-3{top:80px}.case-logo{width:180px;height:70px}}@media (max-width: 768px){.case-study-header-section{padding:80px 0 32px}.case-study-header-content,.case-study-content-wrapper{padding:0 40px}.case-study-badge .badge-text{font-size:11px}.case-study-badge .badge-dot{width:5px;height:5px}.case-study-section{padding:40px 0;min-height:380px;border-radius:16px 16px 0 0}.case-study-section.section-1{border-radius:16px 16px 0 0}.case-study-section.section-2{top:30px}.case-study-section.section-3{top:60px}.case-study-content{flex-direction:column;gap:24px}.case-number{min-width:auto}.case-logo{width:160px;height:60px}}@media (max-width: 480px){.case-study-header-section{padding:60px 0 24px}.case-study-header-content,.case-study-content-wrapper{padding:0 24px}.case-study-badge .badge-text{font-size:10px}.case-study-badge .badge-dot{width:4px;height:4px}.case-study-section{padding:32px 0;min-height:340px;border-radius:12px 12px 0 0}.case-study-section.section-1{border-radius:12px 12px 0 0}.case-study-section.section-2{top:24px}.case-study-section.section-3{top:48px}.case-study-content{gap:20px}.case-logo{width:140px;height:50px;padding:14px}.case-details{gap:16px}}.portfolio{width:100%;padding:100px 0;background-color:#f9fafb}.portfolio-container{max-width:1920px;margin:0 auto;padding:0 80px}.portfolio-header{text-align:center;margin-bottom:60px}.portfolio-badge{display:inline-block;padding:8px 16px;border-radius:9999px;background-color:#00d9ff1a;color:#00d9ff;font-size:14px;font-weight:500;margin-bottom:16px}.portfolio-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px;color:#000}.portfolio-subtitle{font-size:16px;font-weight:400;line-height:1.6;color:#666;max-width:600px;margin:0 auto}.portfolio-grid{display:flex;justify-content:center;gap:32px;flex-wrap:nowrap}.portfolio-card{width:384px;height:438px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column;opacity:1;flex-shrink:0}.portfolio-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.portfolio-image-wrapper{width:100%;height:192px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.portfolio-image{width:100%;height:100%;object-fit:cover;opacity:1}.portfolio-content{padding:24px;display:flex;flex-direction:column;flex:1}.portfolio-card-title{font-size:20px;font-weight:600;line-height:1.3;margin:0 0 12px;color:#000}.portfolio-card-description{font-size:14px;font-weight:400;line-height:1.6;margin:0 0 16px;color:#666;flex:1}.portfolio-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.portfolio-tag{display:inline-block;padding:6px 12px;border-radius:6px;background-color:#f3f4f6;color:#4b5563;font-size:12px;font-weight:500}.portfolio-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#00d9ff;text-decoration:none;transition:gap .3s ease}.portfolio-link:hover{gap:10px}.portfolio-link .arrow{font-size:16px;transition:transform .3s ease}.portfolio-link:hover .arrow{transform:translate(4px)}@media (max-width: 1400px){.portfolio-container{padding:0 60px}.portfolio-grid{gap:28px}.portfolio-card{width:340px;height:400px}.portfolio-image-wrapper{height:170px}.portfolio-content{padding:20px}.portfolio-card-title{font-size:18px}.portfolio-card-description{font-size:13px}}@media (max-width: 1200px){.portfolio-container{padding:0 40px}.portfolio-grid{gap:24px}.portfolio-card{width:300px;height:370px}.portfolio-image-wrapper{height:150px}.portfolio-content{padding:18px}.portfolio-card-title{font-size:16px;margin-bottom:10px}.portfolio-card-description{font-size:12px;margin-bottom:12px}.portfolio-tags{gap:6px;margin-bottom:14px}.portfolio-tag{padding:4px 10px;font-size:11px}.portfolio-link{font-size:13px}}@media (max-width: 1024px){.portfolio{padding:80px 0}.portfolio-title{font-size:36px}.portfolio-grid{gap:20px}.portfolio-card{width:260px;height:340px;border-radius:12px}.portfolio-image-wrapper{height:130px}.portfolio-content{padding:16px}.portfolio-card-title{font-size:15px;margin-bottom:8px}.portfolio-card-description{font-size:11px;margin-bottom:10px;line-height:1.5}.portfolio-tags{gap:4px;margin-bottom:12px}.portfolio-tag{padding:3px 8px;font-size:10px}.portfolio-link{font-size:12px}}@media (max-width: 860px){.portfolio{padding:60px 0}.portfolio-container{padding:0 24px}.portfolio-header{margin-bottom:40px}.portfolio-title{font-size:32px}.portfolio-subtitle{font-size:15px}.portfolio-grid{gap:16px}.portfolio-card{width:220px;height:300px;border-radius:10px}.portfolio-image-wrapper{height:110px}.portfolio-content{padding:14px}.portfolio-card-title{font-size:14px;margin-bottom:6px}.portfolio-card-description{font-size:10px;margin-bottom:8px}.portfolio-tags{gap:4px;margin-bottom:10px}.portfolio-tag{padding:2px 6px;font-size:9px}.portfolio-link{font-size:11px}}@media (max-width: 720px){.portfolio-container{padding:0 16px}.portfolio-grid{gap:12px}.portfolio-card{width:190px;height:270px;border-radius:8px}.portfolio-image-wrapper{height:95px}.portfolio-content{padding:12px}.portfolio-card-title{font-size:13px;margin-bottom:5px}.portfolio-card-description{font-size:9px;margin-bottom:6px;line-height:1.4}.portfolio-tags{gap:3px;margin-bottom:8px}.portfolio-tag{padding:2px 5px;font-size:8px;border-radius:4px}.portfolio-link{font-size:10px}}@media (max-width: 620px){.portfolio{padding:40px 0}.portfolio-header{margin-bottom:32px}.portfolio-badge{font-size:12px;padding:6px 12px}.portfolio-title{font-size:28px}.portfolio-subtitle{font-size:14px}.portfolio-grid{gap:10px}.portfolio-card{width:160px;height:240px}.portfolio-image-wrapper{height:80px}.portfolio-content{padding:10px}.portfolio-card-title{font-size:12px;margin-bottom:4px}.portfolio-card-description{font-size:8px;margin-bottom:5px}.portfolio-tags{gap:2px;margin-bottom:6px}.portfolio-tag{padding:2px 4px;font-size:7px}.portfolio-link{font-size:9px}}@media (max-width: 520px){.portfolio-container{padding:0 12px}.portfolio-grid{gap:8px}.portfolio-card{width:140px;height:210px}.portfolio-image-wrapper{height:70px}.portfolio-content{padding:8px}.portfolio-card-title{font-size:11px;margin-bottom:3px}.portfolio-card-description{font-size:7px;margin-bottom:4px}.portfolio-tags{margin-bottom:5px}.portfolio-tag{padding:1px 3px;font-size:6px}.portfolio-link{font-size:8px}}@media (max-width: 450px){.portfolio-grid{gap:6px}.portfolio-card{width:120px;height:185px;border-radius:6px}.portfolio-image-wrapper{height:60px}.portfolio-content{padding:6px}.portfolio-card-title{font-size:10px;margin-bottom:2px}.portfolio-card-description{font-size:6px;margin-bottom:3px;line-height:1.3}.portfolio-tags{margin-bottom:4px}.portfolio-tag{padding:1px 2px;font-size:5px}.portfolio-link{font-size:7px}.portfolio-link .arrow{font-size:8px}}.trusted-founders{width:100%;padding:100px 0;background:linear-gradient(175.05deg,#ffcd3a 11.57%,#fff 63.63%)}.trusted-founders-container{max-width:1400px;margin:0 auto;padding:0 160px}.trusted-founders-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.trusted-founders-header-content{text-align:left}.trusted-founders-badge{display:inline-block;padding:6px 12px;border-radius:9999px;background-color:#0000001a;color:#000;font-size:12px;font-weight:500;margin-bottom:12px}.trusted-founders-title{font-size:clamp(22px,2.5vw,28px);font-weight:600;line-height:1.2;margin-bottom:12px;color:#000}.trusted-founders-title .text-accent{color:#b8860b}.trusted-founders-subtitle{font-size:clamp(11px,1vw,13px);font-weight:400;line-height:1.6;color:#666;max-width:500px}.trusted-founders-nav{display:flex;gap:12px}.founder-nav-button{width:56px;height:56px;border-radius:200px;border:1px solid #AAAAAA;background:transparent;padding:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.founder-nav-button:hover{background:#0000000d;border-color:#000}.founder-nav-button img{width:24px;height:24px;object-fit:contain}.trusted-founders-grid{display:flex;justify-content:center;gap:274.25px;flex-wrap:nowrap}.founder-card{width:525px;height:560px;border-radius:8px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0;cursor:pointer}.founder-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000040}.founder-card.active{box-shadow:0 0 0 3px #ffcd3a}.founder-title-badge{display:flex;align-items:center;transition:opacity .3s ease}.founder-title-image{height:48px;width:auto;object-fit:contain}.founder-content{display:flex;flex-direction:column;gap:12px;transition:opacity .3s ease;text-align:left}.founder-testimonial{font-size:16px;font-weight:400;line-height:1.5;color:#fff;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5);text-align:left}.founder-info{display:flex;flex-direction:column;gap:2px;text-align:left}.founder-name{font-size:16px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.founder-role{font-size:14px;font-weight:400;color:#ffffffe6;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media (max-width: 1800px){.trusted-founders-grid{gap:80px}.founder-card{width:450px;height:480px}}@media (max-width: 1500px){.trusted-founders-grid{gap:50px}.founder-card{width:380px;height:420px;padding:28px}.founder-title-image{height:42px}.founder-testimonial{font-size:15px}}@media (max-width: 1280px){.trusted-founders-container{padding:0 100px}.trusted-founders-grid{gap:32px}.founder-card{width:340px;height:380px;padding:24px}.founder-title-image{height:38px}.founder-testimonial,.founder-name{font-size:14px}.founder-role{font-size:12px}.founder-nav-button{width:48px;height:48px}.founder-nav-button img{width:20px;height:20px}}@media (max-width: 1100px){.trusted-founders{padding:80px 0}.trusted-founders-grid{gap:24px}.founder-card{width:300px;height:340px;padding:20px}.founder-title-image{height:34px}.founder-testimonial{font-size:13px;line-height:1.4}.founder-name{font-size:13px}.founder-role{font-size:11px}}@media (max-width: 960px){.trusted-founders-container{padding:0 40px}.trusted-founders-grid{gap:16px}.founder-card{width:260px;height:300px;padding:16px}.founder-title-image{height:30px}.founder-testimonial,.founder-name{font-size:12px}.founder-role{font-size:10px}.founder-nav-button{width:44px;height:44px}}@media (max-width: 840px){.trusted-founders{padding:60px 0}.trusted-founders-header{flex-direction:column;align-items:flex-start;gap:20px}.trusted-founders-grid{gap:12px}.founder-card{width:220px;height:260px;padding:14px;border-radius:6px}.founder-title-image{height:26px}.founder-testimonial{font-size:11px;line-height:1.3}.founder-name{font-size:11px}.founder-role{font-size:9px}}@media (max-width: 720px){.trusted-founders-container{padding:0 24px}.trusted-founders-grid{gap:10px}.founder-card{width:190px;height:230px;padding:12px}.founder-title-image{height:22px}.founder-testimonial,.founder-name{font-size:10px}.founder-role{font-size:8px}.founder-nav-button{width:40px;height:40px}.founder-nav-button img{width:18px;height:18px}}@media (max-width: 620px){.trusted-founders{padding:40px 0}.trusted-founders-badge{font-size:10px;padding:5px 10px}.trusted-founders-grid{gap:8px}.founder-card{width:160px;height:200px;padding:10px}.founder-title-image{height:20px}.founder-content{gap:6px}.founder-testimonial,.founder-name{font-size:9px}.founder-role{font-size:8px}.founder-nav-button{width:36px;height:36px}.founder-nav-button img{width:16px;height:16px}}@media (max-width: 520px){.trusted-founders-container{padding:0 24px}.trusted-founders-grid{gap:6px}.founder-card{width:140px;height:180px;padding:8px}.founder-title-image{height:18px}.founder-testimonial{font-size:8px;line-height:1.2}.founder-name{font-size:8px}.founder-role{font-size:7px}}@media (max-width: 450px){.trusted-founders-grid{gap:4px}.founder-card{width:120px;height:160px;padding:6px}.founder-title-image{height:16px}.founder-content{gap:4px}.founder-testimonial,.founder-name{font-size:7px}.founder-role{font-size:6px}}.founder-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:fadeIn .3s ease}.founder-modal{position:relative;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:linear-gradient(175.05deg,#ffcd3a 11.57%,#fff 63.63%);border-radius:20px;padding:32px 28px;box-shadow:0 25px 50px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.founder-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#0000001a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:all .2s ease;z-index:10}.founder-modal-close svg{width:18px;height:18px}.founder-modal-close:hover{background:#0003;transform:scale(1.05)}.founder-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fffffff2;border:1px solid rgba(0,0,0,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:all .2s ease;z-index:10}.founder-modal-nav svg{width:18px;height:18px}.founder-modal-nav:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.05)}.founder-modal-nav-prev{left:8px}.founder-modal-nav-next{right:8px}.founder-modal-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:8px}.founder-modal-image-wrapper{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #FFFFFF;box-shadow:0 6px 16px #00000026;margin-bottom:16px}.founder-modal-image{width:100%;height:100%;object-fit:cover}.founder-modal-details{display:flex;flex-direction:column;align-items:center;max-width:100%}.founder-modal-company{margin-bottom:12px}.founder-modal-company-logo{height:36px;width:auto;object-fit:contain}.founder-modal-quote-icon{margin-bottom:10px;opacity:.6}.founder-modal-quote-icon svg{width:28px;height:28px}.founder-modal-testimonial{font-size:15px;font-weight:400;line-height:1.6;color:#333;margin:0 0 16px;font-style:italic}.founder-modal-info{display:flex;flex-direction:column;gap:2px}.founder-modal-name{font-size:17px;font-weight:700;color:#000;margin:0}.founder-modal-role{font-size:13px;font-weight:400;color:#666;margin:0}.founder-modal-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.founder-modal-dot{width:8px;height:8px;border-radius:50%;background:#0003;border:none;cursor:pointer;transition:all .2s ease}.founder-modal-dot:hover{background:#0006}.founder-modal-dot.active{background:#b8860b;transform:scale(1.2)}@media (max-width: 560px){.founder-modal-overlay{padding:16px}.founder-modal{padding:28px 20px;border-radius:16px}.founder-modal-close{top:10px;right:10px;width:32px;height:32px}.founder-modal-close svg{width:16px;height:16px}.founder-modal-nav{width:32px;height:32px}.founder-modal-nav svg{width:16px;height:16px}.founder-modal-nav-prev{left:6px}.founder-modal-nav-next{right:6px}.founder-modal-image-wrapper{width:80px;height:80px;margin-bottom:12px}.founder-modal-company-logo{height:28px}.founder-modal-quote-icon{margin-bottom:8px}.founder-modal-quote-icon svg{width:24px;height:24px}.founder-modal-testimonial{font-size:13px;margin-bottom:12px}.founder-modal-name{font-size:15px}.founder-modal-role{font-size:12px}.founder-modal-dots{margin-top:16px}}.business{width:100%;height:612px;background-color:#1a365d;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}.business-container{width:100%;max-width:1920px;height:100%;padding:0 169px;display:flex;align-items:center;justify-content:space-between;gap:100px}.business-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:500px}.business-icon{margin-bottom:20px}.business-mail-icon{width:100px;height:100px;object-fit:contain}.business-title{font-size:32px;font-weight:700;line-height:1.2;margin:0;color:#fff}.business-title .text-accent{color:#60b5ff}.business-description{font-size:16px;font-weight:400;line-height:1.6;margin:0;color:#fff;opacity:.9}.business-form-wrapper{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.business-form{width:100%}.business-input-group{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:6px 6px 6px 30px;box-shadow:0 4px 20px #0000001a;width:480px}.business-input{flex:1;border:none;outline:none;font-size:16px;font-weight:400;color:#333;background:transparent;padding:12px 0}.business-input::placeholder{color:#9ca3af}.business-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#2563eb;border:none;border-radius:9999px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;white-space:nowrap}.business-button:hover{background:#1d4ed8;transform:translateY(-2px)}.business-button-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.business-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding-left:8px}.business-checkbox{width:20px;height:20px;accent-color:#2563EB;cursor:pointer}.business-checkbox-text{font-size:14px;font-weight:400;color:#fff;opacity:.9}.business-status{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;text-align:center;animation:businessFadeIn .3s ease;width:100%;max-width:480px}.business-status-success{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.business-status-error{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.business-status-info{background:#3b82f633;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}@keyframes businessFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.business-input:disabled,.business-button:disabled,.business-checkbox:disabled{opacity:.7;cursor:not-allowed}.business-button:disabled:hover{transform:none;background:#2563eb}@media (max-width: 1400px){.business-container{padding:0 80px;gap:60px}.business-input-group{width:420px}}@media (max-width: 1200px){.business{height:auto;min-height:612px;padding:80px 0}.business-container{padding:0 60px;gap:50px}.business-mail-icon{width:80px;height:80px}.business-title{font-size:28px}.business-description{font-size:15px}.business-input-group{width:380px}.business-input{font-size:15px}.business-button{padding:12px 24px;font-size:15px}}@media (max-width: 1024px){.business-container{flex-direction:column;padding:60px 40px;gap:40px;text-align:center;align-items:center}.business-content{align-items:center;max-width:600px}.business-icon{margin-bottom:16px}.business-mail-icon{width:70px;height:70px}.business-title{font-size:26px}.business-description{text-align:center}.business-form-wrapper{align-items:center}.business-input-group{width:100%;max-width:480px}}@media (max-width: 768px){.business{min-height:auto;padding:60px 0}.business-container{padding:40px 24px;gap:32px}.business-mail-icon{width:60px;height:60px}.business-title{font-size:24px}.business-description{font-size:14px}.business-input-group{flex-direction:column;border-radius:16px;padding:16px;gap:12px}.business-input{width:100%;text-align:center;padding:12px}.business-button{width:100%;justify-content:center;padding:14px 24px}.business-checkbox-label{padding-left:0}.business-checkbox-text{font-size:13px;text-align:left}.business-status{font-size:13px;padding:8px 16px}}@media (max-width: 480px){.business{padding:40px 0}.business-container{padding:32px 20px;gap:24px}.business-mail-icon{width:50px;height:50px}.business-title{font-size:20px}.business-description{font-size:13px}.business-input-group{padding:12px}.business-input{font-size:14px}.business-button{font-size:14px;padding:12px 20px}.business-button-icon{width:16px;height:16px}.business-checkbox-text{font-size:12px}.business-status{font-size:12px;padding:8px 12px}}.testimonials{width:100%;padding:100px 0;background-color:transparent}.testimonials-container{max-width:1920px;margin:0 auto;padding:0 40px}.testimonials-header{margin-bottom:60px}.testimonials-badge{display:inline-block;padding:8px 16px;border-radius:9999px;background-color:#00d9ff1a;color:#00d9ff;font-size:14px;font-weight:500;margin-bottom:16px}.testimonials-title{font-size:42px;font-weight:700;line-height:1.2;margin:0;color:#000}.testimonials-scroll-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none;margin-bottom:40px}.testimonials-scroll-wrapper::-webkit-scrollbar{display:none}.testimonials-scroll-wrapper:active{cursor:grabbing}.testimonials-cards{display:flex;gap:32px;padding:20px 0}.testimonial-card{min-width:918.5px;width:918.5px;height:529.22px;background:#fff;border-radius:16px;padding:0;box-shadow:0 4px 12px #00000014;flex-shrink:0;scroll-snap-align:start;display:flex;flex-direction:row;gap:0;transition:all .3s ease;opacity:1;overflow:hidden}.testimonial-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.testimonial-image-wrapper{width:382.34px;max-width:382.34px;min-width:382.34px;height:529.22px;min-height:254.13px;border-radius:11.66px;overflow:hidden;background:#f3f4f6;flex-shrink:0;opacity:1}.testimonial-image{width:100%;height:100%;object-fit:cover}.testimonial-header{display:flex;justify-content:space-between;align-items:center;width:100%}.testimonial-company-logo{display:flex;align-items:center}.company-logo-image{width:94.63px;height:26px;min-width:1px;max-width:94.63px;object-fit:contain;opacity:1}.testimonial-country{display:flex;align-items:center;gap:8px}.testimonial-flag{width:27.97px;height:27.97px;min-width:1px;max-width:111.09px;border-radius:50%;object-fit:cover;opacity:1}.testimonial-country-name{font-size:14px;font-weight:500;color:#666}.testimonial-content{display:flex;flex-direction:column;gap:20px;padding:32px;flex:1;justify-content:space-between}.testimonial-quote{font-size:14px;font-weight:400;line-height:1.6;color:#333;margin:0}.testimonial-author{display:flex;flex-direction:column;gap:4px}.testimonial-name{font-size:18px;font-weight:600;margin:0;color:#000}.testimonial-title{font-size:14px;font-weight:400;margin:0;color:#666}.testimonial-company{font-weight:600;color:#000}.testimonial-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#1e3a8a;border:none;border-radius:9999px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;align-self:flex-start}.testimonial-button:hover{background:#1e40af;transform:translateY(-2px)}.testimonial-button-icon{width:14px;height:14px;object-fit:contain;filter:brightness(0) invert(1)}.testimonials-pagination{display:flex;justify-content:space-between;align-items:center;gap:8px}.pagination-dots{display:flex;align-items:center;gap:8px}.pagination-dot{width:6.98px;height:6.98px;min-width:1px;border-radius:3.49px;background:#0f0f10;cursor:pointer;transition:all .3s ease;opacity:1}.pagination-dot.active{width:27.97px;height:6.98px;min-width:1px;border-radius:34.97px;background:#9118db;opacity:1}.pagination-dot:hover{opacity:.7}.pagination-arrows{display:flex;gap:12px}.pagination-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #E5E7EB;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.pagination-arrow:hover{background:#f9fafb;border-color:#d1d5db}.pagination-arrow img{width:16px;height:16px;object-fit:contain;filter:brightness(0)}.pagination-arrow.prev img{transform:rotate(180deg)}@media (max-width: 1024px){.testimonials{padding:80px 0}.testimonials-container{padding:0 24px}.testimonial-card{min-width:700px;width:700px;height:auto;flex-direction:column}.testimonial-image-wrapper{width:100%;max-width:100%;min-width:100%;height:300px;border-radius:16px 16px 0 0}.testimonial-content{padding:24px}}@media (max-width: 768px){.testimonials{padding:60px 0}.testimonials-header{margin-bottom:40px}.testimonials-badge{font-size:13px;padding:6px 14px}.testimonials-title{font-size:32px}.testimonial-card{min-width:500px;width:500px;height:auto;flex-direction:column}.testimonial-image-wrapper{width:100%;max-width:100%;min-width:100%;height:250px;border-radius:16px 16px 0 0}.testimonial-content{padding:20px}.testimonial-quote{font-size:13px}.testimonial-name{font-size:16px}.testimonial-title{font-size:13px}}@media (max-width: 600px){.testimonials{padding:40px 0}.testimonials-container{padding:0 20px}.testimonials-header{margin-bottom:32px}.testimonials-badge{font-size:12px;padding:6px 12px}.testimonials-title{font-size:28px}.testimonials-cards{gap:20px}.testimonial-card{min-width:calc(100vw - 60px);width:calc(100vw - 60px);height:auto;flex-direction:column}.testimonial-image-wrapper{width:100%;max-width:100%;min-width:100%;height:200px;border-radius:16px 16px 0 0}.testimonial-content{padding:16px}.testimonial-quote{font-size:12px}.testimonial-name{font-size:15px}.testimonial-title{font-size:12px}.testimonial-button{padding:10px 20px;font-size:13px}.testimonial-button-icon{width:12px;height:12px}.pagination-arrows{gap:8px}.pagination-arrow{width:36px;height:36px}.pagination-arrow img{width:14px;height:14px}}.contact{width:100%;padding:100px 0;background:#05051c;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.contact-bubbles-top{position:absolute;top:-35px;left:-50px;width:286px;height:244px;border-radius:9999px;z-index:1;pointer-events:none}.contact-bubbles-middle{position:absolute;top:320px;left:250px;width:344px;height:307px;border-radius:9999px;z-index:1;pointer-events:none}.contact-bubbles-bottom{position:absolute;bottom:-15px;left:-40px;width:286px;height:244px;border-radius:9999px;z-index:1;pointer-events:none}.contact-container{max-width:1400px;width:100%;margin:0 auto;padding:0 160px;position:relative;z-index:2;display:flex;gap:80px;align-items:center}.contact-left{flex:1;display:flex;flex-direction:column;gap:24px}.contact-badge{display:inline-flex;align-items:center;justify-content:center;padding:9px 17px;border-radius:9999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:14px;font-weight:500;line-height:20px;text-align:center;align-self:flex-start}.contact-title,.contact-subtitle-gradient{font-size:clamp(28px,3vw,36px);font-weight:600;line-height:1.2;margin:0;color:#fff}.contact-subtitle-gradient .text-accent{color:#00d9ff}.contact-description{font-size:clamp(13px,1.2vw,15px);font-weight:400;line-height:1.6;margin:0;color:#fffc;max-width:500px}.contact-right{flex:1;max-width:600px}.contact-form-container{background:transparent;border-radius:24px;padding:0}.form-title{font-size:22px;font-weight:600;margin:0 0 12px;color:#fff}.form-subtitle{font-size:14px;font-weight:400;line-height:1.6;margin:0 0 24px;color:#fffc}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{width:100%}.form-input,.form-textarea{width:100%;padding:12px 0;background:transparent;border:none;border-bottom:1px solid #FFFFFF;border-radius:0;font-size:13px;font-weight:400;color:#fff;transition:all .3s ease}.form-input::placeholder,.form-textarea::placeholder{color:#fff9}.form-input:focus,.form-textarea:focus{outline:none;border-bottom-color:#00d9ff;box-shadow:none;background:transparent}.form-textarea{resize:none;min-height:auto;height:auto;overflow:hidden}.file-upload-group{margin:8px 0}.file-upload-label{display:block;cursor:pointer}.file-input{display:none}.file-upload-area{display:flex;align-items:center;gap:12px;padding:20px;border:2px dashed #D1D5DB;border-radius:8px;background:#00d9ff0d;transition:all .3s ease}.file-upload-area:hover{border-color:#00d9ff;background:#00d9ff0d}.upload-icon{width:24px;height:24px;object-fit:contain}.file-upload-text{font-size:14px;color:#6b7280}.form-checkboxes{display:flex;flex-direction:column;gap:12px;margin:8px 0}.checkbox-button-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.checkbox-input{width:18px;height:18px;min-width:18px;margin-top:2px;cursor:pointer;accent-color:#00D9FF;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid rgba(255,255,255,.3);border-radius:3px;background:transparent;position:relative;transition:all .3s ease}.checkbox-input:checked{background:#00d9ff;border-color:#00d9ff}.checkbox-input:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-text{font-size:14px;color:#ffffffe6;line-height:1.5}.privacy-link{color:#00d9ff;text-decoration:underline;transition:color .3s ease}.privacy-link:hover{color:#00b8e6}.contact-submit-button{width:182px;height:51px;min-height:40px;padding:28px 40px;background:linear-gradient(90deg,#00a1d6,#22d3ee);border:none;border-radius:80px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 10px -6px #00a1d680,0 20px 25px -5px #00a1d680;display:flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0}.contact-submit-button:hover{background:linear-gradient(90deg,#0090c0,#1bc3de);box-shadow:0 10px 12px -6px #00a1d699,0 24px 30px -5px #00a1d699;transform:translateY(-2px)}@media (max-width: 1024px){.contact-container{padding:0 60px;gap:60px}.contact-title,.contact-subtitle-gradient{font-size:40px}.contact-description{font-size:16px}}@media (max-width: 768px){.contact{padding:80px 0}.contact-container{padding:0 40px;flex-direction:column;gap:40px}.contact-right{max-width:100%}.contact-title,.contact-subtitle-gradient{font-size:32px}.contact-description{font-size:15px}.form-title{font-size:24px}.form-subtitle{font-size:15px}.contact-form-container{padding:32px}}@media (max-width: 480px){.contact{padding:60px 0}.contact-container{padding:0 24px;gap:32px}.contact-title,.contact-subtitle-gradient{font-size:28px}.contact-description{font-size:14px}.contact-badge{font-size:12px;padding:6px 12px}.form-title{font-size:20px}.form-subtitle{font-size:14px;margin-bottom:24px}.contact-form-container{padding:24px}.form-input,.form-textarea{padding:12px 16px;font-size:14px}.contact-submit-button{width:auto;height:auto;padding:10px 20px;font-size:12px}.checkbox-button-row{flex-direction:column;align-items:flex-start;gap:16px}.file-upload-area{padding:16px}.checkbox-text{font-size:13px}}.form-status{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px;margin-bottom:20px;font-size:14px;line-height:1.5;animation:statusSlideIn .3s ease-out}@keyframes statusSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-status svg{flex-shrink:0;margin-top:2px}.form-status-success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#4ade80}.form-status-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171}.contact-submit-button:disabled{cursor:not-allowed;opacity:.7}.contact-submit-button.submitting{background:linear-gradient(90deg,#6b7280,#9ca3af);box-shadow:none;transform:none}.contact-submit-button.submitting:hover{transform:none;box-shadow:none}.submit-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.form-input:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.file-upload-label:has(.file-input:disabled){cursor:not-allowed;opacity:.6}.checkbox-input:disabled{cursor:not-allowed;opacity:.6}.footer{width:100%;background:#fff}.footer-container{max-width:1400px;margin:0 auto;padding:50px 160px 32px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.footer-logo{display:flex;flex-wrap:wrap;align-items:baseline;gap:0}.logo-omni{font-size:28px;font-weight:700;color:#0968af}.logo-softex{font-size:28px;font-weight:700;color:#000}.logo-tagline{width:100%;font-size:12px;font-weight:400;color:#ffcd3a;margin:4px 0 0}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.footer-phone{font-size:18px;font-weight:600;color:#000;text-decoration:underline;transition:color .3s ease}.footer-phone:hover{color:#0968af}.footer-email{font-size:14px;font-weight:400;color:#000;text-decoration:underline;transition:color .3s ease}.footer-email:hover{color:#0968af}.footer-divider{width:100%;height:1px;background:#e5e7eb;margin-bottom:40px}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:32px;max-width:400px}.footer-tagline{font-size:14px;font-weight:600;line-height:1.5;margin:0;color:#000}.footer-badges{display:flex;align-items:center;gap:20px}.footer-badge-img{object-fit:contain}.footer-badge-1{width:110px;height:80px}.footer-badge-2{width:98px;height:80px}.footer-columns{display:flex;gap:60px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column-title{font-size:12px;font-weight:400;margin:0;color:#9ca3af}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-links li a,.footer-links li span{font-size:13px;font-weight:400;color:#000;text-decoration:none;transition:color .3s ease;display:inline-block}.footer-links li a:hover{color:#0968af}.footer-links li span{cursor:default}.footer-consultation-btn{font-size:13px;font-weight:500;color:#0968af;background:none;border:none;padding:0;cursor:pointer;transition:all .3s ease;text-align:left}.footer-consultation-btn:hover{color:#054d7a;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;padding-bottom:12px}.footer-copyright{font-size:12px;font-weight:400;margin:0;color:#6b7280}.footer-back-to-top{font-size:12px;font-weight:400;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .3s ease}.footer-back-to-top:hover{color:#0968af}.footer-bottom-divider{width:100%;height:8px;background:#0968af;margin-bottom:40px}@media (max-width: 1280px){.footer-container{padding:50px 100px 32px}.footer-columns{gap:50px}}@media (max-width: 1024px){.footer-container{padding:40px 40px 28px}.logo-omni,.logo-softex{font-size:24px}.footer-phone{font-size:16px}.footer-email{font-size:13px}.footer-columns{gap:40px}.footer-badge-1{width:90px;height:65px}.footer-badge-2{width:80px;height:65px}.footer-main{flex-direction:column;gap:32px}.footer-brand{max-width:100%}.footer-columns{width:100%;justify-content:space-between}.footer-tagline{font-size:13px}}@media (max-width: 768px){.footer-container{padding:32px 24px 24px}.footer-top{flex-direction:column;gap:24px;margin-bottom:32px}.footer-contact{align-items:flex-start}.logo-omni,.logo-softex{font-size:26px}.footer-phone{font-size:18px}.footer-email{font-size:15px}.footer-divider,.footer-main{margin-bottom:32px}.footer-columns{flex-wrap:wrap;gap:32px 24px}.footer-column{min-width:calc(50% - 12px);flex:0 0 calc(50% - 12px)}.footer-badges{gap:16px}.footer-badge-1{width:100px;height:72px}.footer-badge-2{width:88px;height:72px}.footer-links li a,.footer-links li span,.footer-consultation-btn{font-size:14px}}@media (max-width: 480px){.footer-container{padding:24px 20px 20px}.footer-top{margin-bottom:24px}.logo-omni,.logo-softex{font-size:22px}.logo-tagline{font-size:12px}.footer-phone{font-size:16px}.footer-email{font-size:14px}.footer-divider,.footer-main{margin-bottom:24px}.footer-tagline{font-size:14px}.footer-columns{gap:24px 16px}.footer-column{min-width:calc(50% - 8px);flex:0 0 calc(50% - 8px)}.footer-column-title{font-size:12px}.footer-badges{gap:12px}.footer-badge-1{width:80px;height:58px}.footer-badge-2{width:70px;height:58px}.footer-links li a,.footer-links li span,.footer-consultation-btn{font-size:13px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-copyright,.footer-back-to-top{font-size:12px}}.about-page{width:100%;overflow-x:hidden}@keyframes pulseRing{0%{box-shadow:0 0 #0052b466}70%{box-shadow:0 0 0 20px #0052b400}to{box-shadow:0 0 #0052b400}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.pulse-ring{animation:pulseRing 2s ease-out infinite}.number-float{animation:float 3s ease-in-out infinite}.text-shimmer{color:#000!important;-webkit-text-fill-color:#000000!important}.hover-glow{transition:all .3s ease}.hover-glow:hover{background:#ffffff0d}.rotate-on-hover{transition:transform .3s ease}.rotate-on-hover:hover{transform:rotate(90deg)}.slide-in-left-text{animation:slideInLeft .8s ease-out .3s forwards;opacity:0}.slide-in-right-text{animation:slideInRight .8s ease-out .5s forwards;opacity:0}.counter-animate{display:inline-block;color:#000!important;-webkit-text-fill-color:#000000!important}.counter-animate:hover{color:#000!important;-webkit-text-fill-color:#000000!important}.about-hero{width:100%;min-height:600px;padding:160px 0 80px;background-image:url(/assets/about_us_bg.gif);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#005faf;position:relative}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);opacity:.85;z-index:0}.about-hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 160px;display:flex;flex-direction:column;justify-content:center;height:100%}.about-hero-content{max-width:550px;padding-left:40px}.about-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:0;border-radius:0;background:transparent;color:#fff;font-size:11px;font-weight:500;margin-bottom:16px}.about-hero-badge .badge-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.about-hero-title{font-size:48px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 16px}.about-hero-description{font-size:13px;font-weight:400;line-height:1.6;color:#ffffffe6;max-width:450px;margin:0 0 24px}.about-hero-button{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:transparent;border:1px solid #FFFFFF;border-radius:9999px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.about-hero-button:hover{background:#fff;color:#0968af}.about-hero-button svg{transition:transform .3s ease}.about-hero-button:hover svg{transform:translate(4px)}.about-hero-badges{display:flex;gap:16px;margin-top:40px;padding-left:40px}.certification-card{width:150px;height:150px;min-width:1px;border-radius:10px;overflow:hidden}.certification-card img{width:100%;height:100%;object-fit:cover}.about-vision{width:100%;padding:60px 0 100px;background:#fff}.about-vision-container{max-width:1400px;margin:0 auto;padding:0 200px}.vision-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#000;margin-bottom:20px}.vision-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.vision-text{font-size:18px;font-weight:500;line-height:1.6;color:#000;margin:0 0 50px;max-width:100%}.vision-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.vision-stat{display:flex;flex-direction:column;gap:12px}.stat-number{display:flex;align-items:baseline;gap:4px}.stat-value{font-size:80px;font-weight:700;line-height:1;color:#000!important}.stat-value:hover{color:#000!important}.stat-suffix{font-size:16px;font-weight:500;color:#000}.stat-description{font-size:12px;font-weight:400;line-height:1.6;color:#666;margin:0}.vision-video-wrapper{position:relative;margin-top:50px;margin-left:-200px;margin-right:-200px;padding:0 200px}.vision-edge-img{position:absolute;z-index:2;pointer-events:none}.vision-edge-less{top:0;right:0;width:180px;height:auto}.vision-edge-great{bottom:0;left:0;width:180px;height:auto}.vision-video{width:100%;height:480px;border-radius:16px;overflow:hidden;position:relative}.vision-video-player{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vision-video-sound-btn{position:absolute;bottom:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;z-index:10}.vision-video-sound-btn:hover{background:#000c;transform:scale(1.05)}.vision-video-sound-btn svg{width:20px;height:20px}.vision-video-image{width:100%;height:100%;object-fit:cover;object-position:center}.vision-video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0000004d}.vision-play-button{width:74.59px;height:74.59px;border-radius:37.3px;background:#0052b4;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.vision-play-button:hover{background:#003d87;transform:scale(1.1)}.vision-play-button svg{margin-left:4px}.vision-video-text{font-size:18px;font-weight:500;color:#fff;margin:20px 0 0}.how-we-work{width:100%;padding:50px 0;background:linear-gradient(180deg,#00a1d61a,#fafafa1a)}.how-we-work-container{max-width:1400px;margin:0 auto;padding:0 200px}.how-we-work-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#000;margin-bottom:12px}.how-we-work-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.how-we-work-title{font-size:36px;font-weight:700;line-height:1.2;color:#000;margin:0 0 32px}.how-we-work-content{max-width:1000px}.how-we-work-text{font-size:13px;font-weight:400;line-height:1.8;color:#333;margin:0 0 20px}.how-we-work-section{margin:32px 0}.how-we-work-subtitle{font-size:13px;font-weight:600;color:#000;margin:0 0 12px}.how-we-work-list{list-style:disc;padding-left:40px;margin:0}.how-we-work-list li{font-size:13px;font-weight:400;line-height:1.8;color:#333;margin-bottom:6px}.how-we-work-list li:last-child{margin-bottom:0}.how-we-work-tagline{font-size:18px;font-weight:700;line-height:1.3;color:#000;margin:32px 0 0}.how-we-work-image-section{position:relative;width:100%;height:180px;margin-top:60px;border-radius:16px;overflow:hidden;background-image:url(/assets/work_img.png);background-size:cover;background-position:center;background-repeat:no-repeat}.how-we-work-image{display:none}.how-we-work-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:flex-start;align-items:center;gap:60px;padding:24px}.how-we-work-left-text{font-size:24px;font-weight:500;line-height:1.4;color:#fff;margin:0;text-align:left}.how-we-work-right-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}.how-we-work-image-text{font-size:13px;font-weight:400;line-height:1.6;color:#fff;margin:0;max-width:400px;text-align:left}.how-we-work-btn{width:180px;height:40px;padding:0;border-radius:24px;border:none;background:transparent;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:flex-start}.how-we-work-btn:hover{transform:scale(1.05)}.how-we-work-btn img{width:100%;height:100%;object-fit:contain}.about-ethics{width:100%;padding:100px 0;background:linear-gradient(179.95deg,#f4f5f5 43.99%,#fff 91.36%)}.about-ethics-container{max-width:1400px;margin:0 auto;padding:0 200px;display:flex;gap:60px}.ethics-header{flex-shrink:0;width:220px}.ethics-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#000;margin-bottom:12px}.ethics-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.ethics-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0}.ethics-list{flex:1;display:flex;flex-direction:column;gap:32px}.ethics-item{display:flex;flex-direction:column;gap:4px}.ethics-number{font-size:60px;font-weight:400;color:#bbbdbe;line-height:1.2}.ethics-content{flex:1}.ethics-item-title{font-size:16px;font-weight:600;color:#000;margin:0 0 8px}.ethics-item-description{font-size:12px;font-weight:400;line-height:1.6;color:#666;margin:0}.about-section-title{font-size:40px;font-weight:700;line-height:1.2;color:#000;margin:0 0 24px}.about-section-title.centered{text-align:center}.about-values{width:100%;padding:100px 0;background:linear-gradient(219.73deg,#01a1d6 9.71%,#014a88 40.21%,#002849 88.46%);border-radius:20px}.about-values-container{max-width:1400px;margin:0 auto;padding:0 200px}.values-header{margin-bottom:40px}.values-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#fff;margin-bottom:12px}.values-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.values-title{font-size:32px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 16px}.values-subtitle{font-size:13px;font-weight:400;line-height:1.6;color:#fffc;margin:0;max-width:500px}.values-accordion{display:flex;flex-direction:column;padding-left:150px}.values-accordion-item{border-top:1px solid rgba(255,255,255,.2);padding:20px 0}.values-accordion-item:last-child{border-bottom:1px solid rgba(255,255,255,.2)}.values-accordion-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.values-accordion-title{font-size:16px;font-weight:500;color:#fff}.values-accordion-btn{width:24px;height:24px;border-radius:12px;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.values-accordion-btn:hover{transform:scale(1.1)}.values-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.values-accordion-item.active .values-accordion-content{max-height:200px;padding-top:16px}.values-accordion-text{font-size:12px;font-weight:400;line-height:1.6;color:#fffc;margin:0}.values-accordion-item.active .values-accordion-btn{transform:rotate(45deg)}.values-accordion-btn img{width:100%;height:100%;object-fit:contain}.about-call{width:100%;padding:100px 0;background:#f8f9fa}.about-call-container{max-width:1400px;margin:0 auto;padding:0 200px;text-align:center}.call-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#000;margin-bottom:12px}.call-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.call-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0 0 32px}.call-booking-card{display:flex;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden;text-align:left;min-height:420px}.call-profile-section{flex:1;padding:40px}.call-profile-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;margin-bottom:12px;background:#ffc20f}.call-profile-avatar img{width:100%;height:100%;object-fit:cover}.call-profile-name{font-size:12px;font-weight:400;color:#6b7280;margin:0 0 4px}.call-profile-service{font-size:18px;font-weight:700;color:#000;margin:0 0 16px}.call-profile-duration{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:400;color:#6b7280;margin-bottom:12px}.call-profile-info{display:flex;align-items:flex-start;gap:6px;font-size:11px;font-weight:400;color:#6b7280;line-height:1.5}.call-profile-info svg{flex-shrink:0;margin-top:2px}.call-divider{width:1px;background:#e5e7eb}.call-calendar-section{flex:1;padding:40px;display:flex;flex-direction:column}.call-calendar-title{font-size:14px;font-weight:700;color:#000;margin:0 0 16px}.call-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.call-calendar-nav{width:28px;height:28px;border-radius:50%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.call-calendar-nav:hover{background:#f3f4f6}.call-calendar-nav.active{background:#0968af;color:#fff}.call-calendar-month{font-size:13px;font-weight:600;color:#000}.call-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:2px}.call-calendar-weekdays span{font-size:10px;font-weight:500;color:#6b7280;text-align:center;padding:4px 0}.call-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);column-gap:2px;row-gap:22px}.call-calendar-days span{font-size:11px;font-weight:400;color:#000;text-align:center;aspect-ratio:1;max-width:32px;max-height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s ease;margin:0 auto}.call-calendar-days span:hover:not(.empty):not(.selected):not(.past){background:#f3f4f6}.call-calendar-days span.empty{cursor:default}.call-calendar-days span.past{color:#d1d5db;cursor:not-allowed}.call-calendar-days span.today{border:2px solid #0968AF;font-weight:600}.call-calendar-days span.selected{background:#0069ff14;color:#005fb1;font-family:Poppins,sans-serif;font-weight:700;font-size:12px;line-height:150%;width:35px;height:35px;max-width:35px;max-height:35px}.call-timezone{margin-top:20px}.call-timezone-title{font-size:11px;font-weight:700;color:#000;margin:0 0 8px}.call-timezone-select{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:400;color:#6b7280;cursor:pointer}.call-footer-links{display:flex;justify-content:space-between;margin-top:16px;padding:0 12px}.call-footer-link{font-size:11px;font-weight:400;color:#0968af;text-decoration:none;transition:color .3s ease}.call-footer-link:hover{color:#044a7a}.call-timeslots-section{flex:0 0 200px;padding:40px 24px;max-height:420px;overflow-y:auto}.call-timeslots-title{font-size:14px;font-weight:600;color:#000;margin:0 0 16px}.call-timeslots-list{display:flex;flex-direction:column;gap:8px}.call-timeslot-item{width:100%}.call-timeslot-btn{width:100%;padding:12px 16px;background:#fff;border:1px solid #0968AF;border-radius:8px;color:#0968af;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.call-timeslot-btn:hover{background:#0968af0d}.call-timeslot-expanded{display:flex;gap:8px;width:100%}.call-timeslot-time-btn{flex:1;padding:12px 16px;background:#6b7280;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.call-timeslot-next-btn{flex:1;padding:12px 16px;background:#0968af;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.call-timeslot-next-btn:hover{background:#044a7a}.call-details-card{min-height:420px}.call-profile-datetime,.call-profile-timezone{display:flex;align-items:flex-start;gap:6px;font-size:11px;font-weight:400;color:#6b7280;line-height:1.5;margin-top:12px}.call-profile-datetime svg,.call-profile-timezone svg{flex-shrink:0;margin-top:2px}.call-form-section{flex:1;padding:40px}.call-form-title{font-size:18px;font-weight:700;color:#000;margin:0 0 24px}.call-form-group{margin-bottom:20px}.call-form-label{display:block;font-size:14px;font-weight:600;color:#0968af;margin-bottom:8px}.call-form-input{width:100%;padding:12px 16px;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;color:#000;background:#fff;transition:border-color .2s ease}.call-form-input:focus{outline:none;border-color:#0968af}.call-form-terms{font-size:12px;font-weight:400;color:#6b7280;line-height:1.6;margin:0 0 20px}.call-form-terms a{color:#0968af;text-decoration:none}.call-form-terms a:hover{text-decoration:underline}.call-schedule-btn{padding:14px 24px;background:#0968af;border:none;border-radius:9999px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.call-schedule-btn:hover:not(:disabled){background:#044a7a}.call-schedule-btn:disabled{opacity:.5;cursor:not-allowed}.call-schedule-btn.scheduling{display:flex;align-items:center;justify-content:center;gap:8px}.call-schedule-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:callSpinnerSpin .8s linear infinite}@keyframes callSpinnerSpin{to{transform:rotate(360deg)}}.call-form-error{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;margin-bottom:16px;color:#dc2626;font-size:13px;line-height:1.5}.call-form-error svg{flex-shrink:0;margin-top:1px}.call-success-card{min-height:420px;justify-content:center;align-items:center;padding:40px}.call-success-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px;margin:0 auto}.call-success-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:24px;background:#ffc20f;border:4px solid #FFC20F}.call-success-avatar img{width:100%;height:100%;object-fit:cover}.call-success-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.call-success-header h3{font-size:20px;font-weight:700;color:#000;margin:0}.call-success-message{font-size:14px;font-weight:400;color:#6b7280;margin:0 0 24px}.call-success-details{width:100%;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:24px;text-align:left}.call-success-details-title{font-size:16px;font-weight:700;color:#000;margin:0 0 16px}.call-success-info{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:500;color:#374151;margin-bottom:12px}.call-success-info:last-child{margin-bottom:0}.call-success-info svg{flex-shrink:0;margin-top:2px}.calendar-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.calendar-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:fit-content;width:auto;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.calendar-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;z-index:10}.calendar-modal-close:hover{background:#f3f4f6}.calendar-modal-content{display:flex;min-height:450px}.calendar-modal-content .call-profile-section{flex:0 0 270px;padding:40px 30px;border-right:none}.calendar-modal-content .call-calendar-section{flex:0 0 280px;padding:40px 20px}.calendar-modal-content .call-timeslots-section{flex:0 0 200px;padding:40px 24px;max-height:450px;overflow-y:auto;overflow-x:hidden}.calendar-modal-content .call-divider{width:1px;background:#e5e7eb}.calendar-modal-details{min-height:420px}.calendar-modal-details .call-profile-section{flex:0 0 280px}.calendar-modal-details .call-form-section{flex:1;padding:40px}.calendar-modal-success{min-height:420px;justify-content:center;padding:40px}.calendar-modal-footer{display:flex;justify-content:space-between;padding:16px 30px;border-top:1px solid #E5E7EB}.about-team{width:100%;padding:100px 0;background:#fff}.about-team-container{max-width:1200px;margin:0 auto;padding:0 80px;text-align:center}.about-team-subtitle{font-size:18px;font-weight:400;line-height:1.6;color:#666;max-width:500px;margin:16px auto 60px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.team-card{text-align:center}.team-image{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;margin-bottom:20px;background:#f3f4f6}.team-image img{width:100%;height:100%;object-fit:cover}.team-name{font-size:18px;font-weight:600;color:#000;margin:0 0 8px}.team-role{font-size:14px;font-weight:400;color:#666;margin:0}.about-cta{width:100%;padding:100px 0;background:linear-gradient(135deg,#ffcd3a,#ffb800)}.about-cta-container{max-width:800px;margin:0 auto;padding:0 80px;text-align:center}.about-cta-title{font-size:40px;font-weight:700;line-height:1.2;color:#000;margin:0 0 16px}.about-cta-description{font-size:18px;font-weight:400;line-height:1.6;color:#333;margin:0 0 32px}.about-cta-button{display:inline-block;padding:16px 40px;background:#0968af;color:#fff;font-size:16px;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .3s ease}.about-cta-button:hover{background:#044a7a;transform:translateY(-2px)}@media (max-width: 1280px){.about-hero-container{padding:0 100px}.about-hero-badges{gap:16px}.about-vision-container{padding:0 160px}.vision-video-wrapper{margin-left:-160px;margin-right:-160px;padding:0 160px}.vision-edge-less,.vision-edge-great{width:160px}}@media (max-width: 1024px){.about-hero{padding:140px 0 60px;min-height:500px}.about-hero-container{padding:0 40px}.about-hero-title{font-size:40px}.about-hero-description{font-size:13px}.about-hero-badges{gap:16px;margin-top:40px}.certification-card{width:130px;height:130px}.about-vision-container,.how-we-work-container{padding:0 40px}.vision-text{font-size:16px}.stat-value{font-size:64px}.how-we-work-title{font-size:32px;margin-bottom:28px}.how-we-work-tagline{font-size:16px}.how-we-work-image-section{width:100%;height:160px;margin-top:50px}.how-we-work-left-text{font-size:20px;line-height:1.4}.how-we-work-image-text{font-size:12px;line-height:1.6;max-width:350px}.how-we-work-btn{width:160px;height:36px}.about-ethics-container{padding:0 40px;gap:40px}.ethics-header{width:180px}.ethics-title{font-size:28px}.ethics-number{font-size:48px;line-height:1.2}.ethics-item-title{font-size:14px}.ethics-item-description{font-size:11px}.about-vision-container{padding:0 40px}.vision-text{font-size:26px;margin-bottom:60px}.vision-stats{grid-template-columns:repeat(2,1fr);gap:40px}.stat-value{font-size:60px}.stat-suffix{font-size:18px}.vision-video-wrapper{margin-left:-40px;margin-right:-40px;padding:0 40px}.vision-edge-less,.vision-edge-great{width:140px}.vision-video{height:380px}.about-section-title{font-size:34px}.about-values-container,.about-team-container,.about-cta-container{padding:0 40px}.values-header{margin-bottom:32px}.values-title{font-size:28px}.values-subtitle{font-size:12px}.values-accordion{padding-left:20px}.values-accordion-title{font-size:14px}.values-accordion-text{font-size:11px}.about-call-container{padding:0 40px}.call-title{font-size:28px}.call-profile-section{padding:24px;min-width:200px}.call-calendar-section{padding:24px}.call-timeslots-section{flex:0 0 180px;padding:24px 16px}.call-timeslots-title{font-size:13px}.call-timeslot-btn,.call-timeslot-time-btn,.call-timeslot-next-btn{padding:10px 12px;font-size:13px}.call-form-section{padding:24px}.call-form-title{font-size:16px}.call-form-input{padding:10px 14px;font-size:13px}.call-schedule-btn{padding:12px 20px;font-size:13px}.call-success-avatar{width:70px;height:70px}.call-success-header h3{font-size:18px}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-hero{padding:120px 0 50px;min-height:auto}.about-hero-container{padding:0 24px}.about-hero-title{font-size:36px}.about-hero-description{font-size:15px}.about-hero-button{padding:12px 24px;font-size:14px}.about-hero-badges{flex-wrap:wrap;gap:16px;margin-top:40px}.certification-card{width:130px;height:130px}.about-vision,.about-values,.about-team,.about-cta,.how-we-work{padding:60px 0}.about-vision-container,.about-values-container,.about-team-container,.about-cta-container,.how-we-work-container{padding:0 24px}.how-we-work-title{font-size:28px;margin-bottom:24px}.how-we-work-text,.how-we-work-list li{font-size:12px}.how-we-work-tagline{font-size:15px;margin-top:28px}.how-we-work-image-section{width:100%;height:150px;margin-top:40px;border-radius:12px}.how-we-work-image-overlay{padding:16px}.how-we-work-left-text{font-size:18px;line-height:1.4}.how-we-work-image-text{font-size:11px;line-height:1.5;max-width:280px}.how-we-work-btn{width:140px;height:32px;border-radius:20px}.about-ethics{padding:60px 0}.about-ethics-container{padding:0 24px;flex-direction:column;gap:32px}.ethics-header{width:100%}.ethics-title{font-size:26px}.ethics-list{gap:28px}.ethics-number{font-size:42px;line-height:1.2}.ethics-item-title{font-size:14px}.ethics-item-description{font-size:11px}.vision-text{font-size:22px;margin-bottom:48px}.vision-stats{gap:32px}.stat-value{font-size:50px}.stat-suffix{font-size:16px}.stat-description{font-size:13px}.vision-video{height:320px;margin-top:48px;border-radius:12px}.about-section-title{font-size:28px}.values-header{margin-bottom:28px}.values-title{font-size:26px}.values-subtitle{font-size:12px}.values-accordion{padding-left:16px}.values-accordion-item{padding:16px 0}.values-accordion-title{font-size:14px}.values-accordion-text{font-size:11px}.values-accordion-btn{width:22px;height:22px;border-radius:11px}.about-call{padding:60px 0}.about-call-container{padding:0 24px}.call-title{font-size:24px;margin-bottom:24px}.call-booking-card{flex-direction:column}.call-profile-section{padding:20px;min-width:auto}.call-divider{width:100%;height:1px}.call-calendar-section{padding:20px}.call-timeslots-section{flex:1;padding:20px;max-height:none}.call-timeslots-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.call-timeslot-expanded{flex-direction:column;gap:6px}.call-form-section{padding:20px}.call-form-title{font-size:16px;margin-bottom:20px}.call-form-group{margin-bottom:16px}.call-form-label{font-size:13px;margin-bottom:6px}.call-form-input{padding:10px 12px;font-size:13px}.call-form-terms{font-size:11px;margin-bottom:16px}.call-schedule-btn{width:100%;padding:12px 20px;font-size:13px}.call-success-card{min-height:auto;padding:30px 20px}.call-success-avatar{width:64px;height:64px;margin-bottom:20px}.call-success-header h3{font-size:18px}.call-success-message{font-size:13px;margin-bottom:20px}.call-success-details{padding:20px}.call-success-details-title{font-size:15px;margin-bottom:12px}.call-success-info{font-size:13px;gap:10px;margin-bottom:10px}.calendar-modal{max-width:100%;max-height:95vh;border-radius:12px;margin:10px}.calendar-modal-content{flex-direction:column;min-height:auto}.calendar-modal-content .call-profile-section{flex:none;padding:20px;border-bottom:1px solid #E5E7EB}.calendar-modal-content .call-calendar-section{flex:none;padding:20px}.calendar-modal-content .call-timeslots-section{flex:none;padding:20px;max-height:none;border-top:1px solid #E5E7EB}.calendar-modal-content .call-divider{display:none}.calendar-modal-details .call-profile-section{flex:none}.calendar-modal-details .call-form-section{padding:20px}.calendar-modal-success{padding:30px 20px}.calendar-modal-footer{padding:16px 20px}.call-calendar-title{font-size:12px}.call-profile-service{font-size:16px}.team-grid{gap:24px}.about-team-subtitle{margin:12px auto 40px}.about-cta-title{font-size:32px}.about-cta-description{font-size:16px}}@media (max-width: 480px){.about-hero{padding:100px 0 40px}.about-hero-container{padding:0 20px}.about-hero-badge{font-size:12px;padding:6px 14px}.about-hero-badge .badge-dot{width:6px;height:6px}.about-hero-title{font-size:28px}.about-hero-description{font-size:14px;margin-bottom:24px}.about-hero-button{padding:10px 20px;font-size:13px}.about-hero-badges{gap:12px;margin-top:32px}.certification-card{width:100px;height:100px;border-radius:8px}.about-vision,.about-values,.about-team,.about-cta,.how-we-work{padding:40px 0}.about-vision-container,.about-values-container,.about-team-container,.about-cta-container,.how-we-work-container{padding:0 20px}.how-we-work-label{font-size:10px}.how-we-work-dot{width:5px;height:5px}.how-we-work-title{font-size:24px;margin-bottom:20px}.how-we-work-text{font-size:11px;margin-bottom:16px}.how-we-work-section{margin:20px 0}.how-we-work-subtitle{font-size:11px}.how-we-work-list{padding-left:20px}.how-we-work-list li{font-size:11px}.how-we-work-tagline{font-size:16px;margin-top:24px}.how-we-work-image-section{width:100%;height:140px;margin-top:32px;border-radius:10px}.how-we-work-image-overlay{padding:12px}.how-we-work-left-text{font-size:14px;line-height:1.4}.how-we-work-image-text{font-size:10px;line-height:1.4;max-width:150px}.how-we-work-btn{width:110px;height:28px;border-radius:16px;padding:0}.about-ethics{padding:40px 0}.about-ethics-container{padding:0 20px;gap:24px}.ethics-label{font-size:10px}.ethics-dot{width:5px;height:5px}.ethics-title{font-size:22px}.ethics-list{gap:20px}.ethics-item{gap:2px}.ethics-number{font-size:36px;line-height:1.2}.ethics-item-title{font-size:13px;margin-bottom:6px}.ethics-item-description{font-size:10px;line-height:1.5}.vision-label{font-size:12px;margin-bottom:16px}.vision-dot{width:6px;height:6px}.vision-text{font-size:18px;margin-bottom:40px}.vision-stats{grid-template-columns:repeat(2,1fr);gap:24px}.stat-value{font-size:40px}.stat-suffix{font-size:14px}.stat-description{font-size:12px}.vision-video{height:240px;margin-top:40px;border-radius:10px}.about-section-title{font-size:24px}.values-header{margin-bottom:24px}.values-label{font-size:10px}.values-dot{width:5px;height:5px}.values-title{font-size:22px}.values-subtitle{font-size:11px}.values-accordion{padding-left:0}.values-accordion-item{padding:14px 0}.values-accordion-title{font-size:13px}.values-accordion-text{font-size:10px}.values-accordion-btn{width:22px;height:22px;border-radius:11px}.about-call{padding:40px 0}.about-call-container{padding:0 20px}.call-label{font-size:12px}.call-dot{width:6px;height:6px}.call-title{font-size:28px;margin-bottom:24px}.call-booking-card{border-radius:12px}.call-profile-section{padding:20px}.call-profile-avatar{width:48px;height:48px}.call-profile-service{font-size:18px;margin-bottom:16px}.call-profile-duration,.call-profile-info{font-size:12px}.call-calendar-section{padding:20px}.call-calendar-title{font-size:14px;margin-bottom:16px}.call-calendar-header{margin-bottom:16px}.call-calendar-nav{width:28px;height:28px}.call-calendar-month{font-size:14px}.call-calendar-weekdays span{font-size:10px;padding:4px 0}.call-calendar-days{gap:4px}.call-calendar-days span{font-size:12px;padding:8px 0}.call-timezone{margin-top:24px}.call-timezone-title,.call-timezone-select{font-size:12px}.call-footer-links{margin-top:16px;padding:0}.call-footer-link{font-size:12px}.call-timeslots-section{padding:16px}.call-timeslots-title{font-size:12px;margin-bottom:12px}.call-timeslots-list{grid-template-columns:repeat(2,1fr);gap:6px}.call-timeslot-btn,.call-timeslot-time-btn,.call-timeslot-next-btn{padding:10px 8px;font-size:12px;border-radius:6px}.call-profile-datetime,.call-profile-timezone{font-size:10px;margin-top:10px}.call-form-section{padding:16px}.call-form-title{font-size:15px;margin-bottom:16px}.call-form-group{margin-bottom:14px}.call-form-label{font-size:12px;margin-bottom:5px}.call-form-input{padding:10px;font-size:12px;border-radius:6px}.call-form-terms{font-size:10px;margin-bottom:14px}.call-schedule-btn{width:100%;padding:12px 16px;font-size:12px}.call-success-card{min-height:auto;padding:24px 16px}.call-success-avatar{width:56px;height:56px;margin-bottom:16px;border-width:3px}.call-success-header{gap:6px;margin-bottom:6px}.call-success-header svg{width:20px;height:20px}.call-success-header h3{font-size:16px}.call-success-message{font-size:12px;margin-bottom:16px}.call-success-details{padding:16px;border-radius:10px}.call-success-details-title{font-size:14px;margin-bottom:10px}.call-success-info{font-size:12px;gap:8px;margin-bottom:8px}.call-success-info svg{width:14px;height:14px}.calendar-modal-overlay{padding:10px}.calendar-modal{border-radius:10px;margin:0}.calendar-modal-close{top:12px;right:12px;width:28px;height:28px}.calendar-modal-close svg{width:20px;height:20px}.calendar-modal-content .call-profile-section,.calendar-modal-content .call-calendar-section,.calendar-modal-content .call-timeslots-section,.calendar-modal-details .call-form-section{padding:16px}.calendar-modal-success{padding:24px 16px}.calendar-modal-footer{padding:12px 16px}.team-grid{grid-template-columns:1fr;gap:20px}.team-name{font-size:16px}.team-role{font-size:13px}.about-cta-title{font-size:24px}.about-cta-description{font-size:14px}.about-cta-button{padding:14px 32px;font-size:14px}}.expertise-page{width:100%;overflow-x:hidden}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-animate{animation:fadeInUp .8s ease-out forwards}.fade-in-down{opacity:0;animation:fadeInDown .6s ease-out forwards}.fade-in-up{opacity:0;animation:fadeInUp .6s ease-out forwards}.delay-5{animation-delay:.5s}.animate-on-scroll{opacity:0;transition:all .6s ease-out}.animate-on-scroll.animate-in{opacity:1}.fade-up{transform:translateY(40px)}.fade-up.animate-in{transform:translateY(0)}.scale-in{transform:scale(.9)}.scale-in.animate-in{transform:scale(1)}.slide-in-left{transform:translate(-50px)}.slide-in-left.animate-in{transform:translate(0)}.slide-in-right{transform:translate(50px)}.slide-in-right.animate-in{transform:translate(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}.pulse{animation:pulse 2s ease-in-out infinite}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.expertise-hero{width:100%;min-height:600px;padding:100px 0 80px;background-image:url(/assets/expertise_bg.gif);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#005faf;position:relative}.expertise-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0968afd9,#002849e6);z-index:0}.expertise-hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 200px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.expertise-hero-content{max-width:700px;text-align:center;display:flex;flex-direction:column;align-items:center}.expertise-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;color:#fff;font-size:12.7px;font-weight:500;margin-bottom:24px}.expertise-hero-badge .badge-dot{width:8px;height:8px;background:#ffc20f;border-radius:50%}.expertise-hero-title{font-size:52px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 20px}.expertise-hero-description{font-size:16px;font-weight:400;line-height:1.7;color:#ffffffe6;max-width:600px;margin:0 0 32px}.expertise-hero-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:1px solid #FFFFFF;border-radius:9999px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}.expertise-hero-button:hover{background:#fff;color:#0968af}.expertise-hero-button svg{transition:transform .3s ease}.expertise-hero-button:hover svg{transform:translate(4px)}.expertise-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.hero-feature-card{background:#0003;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:12px;padding:24px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.hero-feature-card:hover{background:#0000004d;transform:translateY(-5px)}.hero-feature-icon{width:36px;height:36px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:14px}.hero-feature-icon svg{width:18px;height:18px}.hero-feature-title{font-size:11px;font-weight:700;letter-spacing:.5px;color:#fff;margin:0 0 8px;text-transform:uppercase}.hero-feature-description{font-size:12px;font-weight:400;line-height:1.6;color:#fffc;margin:0}.why-it-matters{width:100%;padding:100px 0;background:#fff}.why-it-matters-container{max-width:1400px;margin:0 auto;padding:0 240px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.why-it-matters-header{position:sticky;top:120px}.why-it-matters-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;color:#000;margin-bottom:20px}.why-it-matters-dot{width:8px;height:8px;background:#ffc20f;border-radius:50%}.why-it-matters-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0}.why-it-matters-flow{margin-top:32px;display:flex;align-items:center;gap:8px}.flow-item{display:flex;flex-direction:column;align-items:center;gap:8px}.flow-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ffcd3a,#ffb800);display:flex;align-items:center;justify-content:center;color:#000;box-shadow:0 4px 12px #ffcd3a4d;transition:transform .3s ease,box-shadow .3s ease}.flow-icon:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffcd3a66}.flow-label{font-size:11px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.flow-connector{color:#ccc;display:flex;align-items:center;margin-bottom:20px}.flow-connector svg{width:20px;height:20px}.why-it-matters-content{display:flex;flex-direction:column;gap:24px}.why-it-matters-text{font-size:13px;font-weight:400;line-height:1.8;color:#333;margin:0}.why-it-matters-image-section{grid-column:1 / -1;position:relative;width:100%;height:261px;margin-top:60px;border-radius:16px;overflow:hidden;background-image:url(/assets/matters_img.png);background-size:cover;background-position:center;background-repeat:no-repeat}.why-it-matters-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:flex-start;align-items:center;gap:60px;padding:24px}.why-it-matters-left-text{font-size:24px;font-weight:500;line-height:1.4;color:#fff;margin:0;text-align:left}.why-it-matters-right-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}.why-it-matters-image-text{font-size:13px;font-weight:400;line-height:1.75;color:#fff;margin:0;text-align:left;max-width:400px}.why-it-matters-btn{width:200px;height:48px;padding:0;border-radius:33px;border:none;background:transparent;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:flex-start}.why-it-matters-btn:hover{transform:scale(1.05)}.why-it-matters-btn img{width:100%;height:100%;object-fit:contain}.services-accordion-section{width:100%;padding:100px 0;background:#f5f7fa}.services-accordion-container{max-width:1400px;margin:0 auto;padding:0 240px}.services-accordion-header{margin-bottom:32px}.services-accordion-label{font-size:11px;font-weight:500;color:#666;display:block;margin-bottom:12px}.services-accordion-title{font-size:32px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 16px;max-width:600px}.services-accordion-subtitle{font-size:13px;font-weight:400;color:#666;margin:0;padding-left:100px}.services-accordion-list{display:flex;flex-direction:column;padding-left:80px}.services-accordion-item{border-top:1px solid #E0E0E0}.services-accordion-item:last-child{border-bottom:1px solid #E0E0E0}.services-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.services-accordion-trigger:hover .services-accordion-item-title{color:#005faf}.services-accordion-item-title{font-size:18px;font-weight:500;color:#1a1a1a;transition:color .3s ease}.services-accordion-icon{color:#1a1a1a;transition:color .3s ease}.services-accordion-item.active .services-accordion-icon{color:#005faf}.services-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.services-accordion-item.active .services-accordion-content{max-height:300px;padding-bottom:24px}.services-accordion-description{font-size:13px;font-weight:400;line-height:1.7;color:#666;margin:0 0 18px;max-width:700px}.services-accordion-read-more{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#005faf;color:#fff;border:none;border-radius:50px;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.services-accordion-read-more:hover{background:#004a8c;transform:translate(4px)}.services-accordion-read-more svg{transition:transform .3s ease}.services-accordion-read-more:hover svg{transform:translate(4px)}.detailed-services-section{width:100%;padding:100px 0;background:linear-gradient(215.35deg,#01a1d6 12.97%,#014a88 37.83%,#002849 77.88%);overflow:hidden}.detailed-services-container{max-width:1400px;margin:0 auto;padding:0 80px}.detailed-services-header{margin-bottom:32px}.detailed-services-label{font-size:12px;font-weight:500;color:#ffffffb3;display:block;margin-bottom:12px}.detailed-services-title{font-size:36px;font-weight:700;line-height:1.2;color:#fff;margin:0}.detailed-services-content{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:60px}.detailed-services-left{flex-shrink:0}.detailed-services-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;color:#002849;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.detailed-services-btn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.detailed-services-btn svg{transition:transform .3s ease}.detailed-services-btn:hover svg{transform:translate(4px)}.detailed-services-right{max-width:500px}.detailed-services-description{font-size:13px;font-weight:400;line-height:1.8;color:#ffffffb3;margin:0}.detailed-services-divider{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:1px;background:#22d3ee;margin-top:60px;margin-bottom:0}.detailed-services-divider:after{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:1px;height:200px;background:linear-gradient(180deg,#22d3ee,#044670 89.78%,#013662)}.detailed-services-main{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;min-height:420px;position:relative;padding-top:100px}.stacked-cards-container{position:absolute;left:0;top:200px;width:500px;height:590px}.stacked-card{position:absolute;width:300px;height:140px;background:var(--card-color);border-radius:14px;padding:14px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;transform-origin:top left;transform:rotate(-35deg);box-shadow:0 8px 24px #00000040}.stacked-card-label,.stacked-card-number{opacity:0}.stacked-card-label{font-size:13px;font-weight:500;color:#fff;text-transform:capitalize;animation:textFadeIn 8s ease-in-out infinite}.stacked-card-number{font-size:32px;font-weight:700;color:#fff;line-height:1;animation:textFadeIn 8s ease-in-out infinite}.stacked-card.card-5{top:120px;left:0;z-index:1;animation:cardSlideIn5 8s ease-in-out infinite}.stacked-card.card-4{top:190px;left:50px;z-index:2;animation:cardSlideIn4 8s ease-in-out infinite}.stacked-card.card-3{top:260px;left:100px;z-index:3;animation:cardSlideIn3 8s ease-in-out infinite}.stacked-card.card-2{top:330px;left:150px;z-index:4;animation:cardSlideIn2 8s ease-in-out infinite}.stacked-card.card-1{top:400px;left:200px;z-index:5;animation:cardSlideIn1 8s ease-in-out infinite}.stacked-card.card-5 .stacked-card-label,.stacked-card.card-5 .stacked-card-number{animation-delay:0s}.stacked-card.card-4 .stacked-card-label,.stacked-card.card-4 .stacked-card-number{animation-delay:.15s}.stacked-card.card-3 .stacked-card-label,.stacked-card.card-3 .stacked-card-number{animation-delay:.3s}.stacked-card.card-2 .stacked-card-label,.stacked-card.card-2 .stacked-card-number{animation-delay:.45s}.stacked-card.card-1 .stacked-card-label,.stacked-card.card-1 .stacked-card-number{animation-delay:.6s}@keyframes cardSlideIn5{0%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}5%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}60%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}70%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}to{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}}@keyframes cardSlideIn4{0%,3%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}8%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}63%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}73%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}to{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}}@keyframes cardSlideIn3{0%,6%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}11%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}66%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}76%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}to{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}}@keyframes cardSlideIn2{0%,9%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}14%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}69%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}79%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}to{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}}@keyframes cardSlideIn1{0%,12%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}17%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}72%{opacity:1;transform:rotate(-35deg) translate(0) translateY(0)}82%{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}to{opacity:0;transform:rotate(-35deg) translate(-60px) translateY(-40px)}}@keyframes textFadeIn{0%,17%{opacity:0}25%{opacity:1}55%{opacity:1}62%{opacity:0}to{opacity:0}}.service-details-container{flex:1;max-width:450px;padding-bottom:40px;margin-left:auto}.service-details-number{font-size:80px;font-weight:300;color:#ffffff26;line-height:1;margin-bottom:8px}.service-details-title{font-size:28px;font-weight:600;color:#fff;margin:0 0 16px}.service-details-description{font-size:14px;font-weight:400;line-height:1.8;color:#ffffffb3;margin:0 0 32px;max-width:450px}.service-details-nav{display:flex;align-items:center;gap:24px}.nav-arrows{display:flex;gap:12px}.nav-arrow{width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-arrow:hover{background:#fff3;border-color:#fff6}.nav-dots{display:flex;gap:8px}.nav-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.nav-dot:hover{background:#ffffff80}.nav-dot.active{background:#fff;width:24px;border-radius:4px}.technologies-section{width:100%;padding:100px 0;background:#fff}.technologies-container{max-width:1400px;margin:0 auto;padding:0 200px}.technologies-header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:32px}.technologies-title{font-size:28px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0;flex-shrink:0;text-align:left}.technologies-description{font-size:12px;font-weight:400;line-height:1.6;color:#666;margin:0;max-width:320px;padding-top:6px}.technologies-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px}.technologies-column{display:flex;flex-direction:column;gap:16px}.tech-category{display:flex;flex-direction:column;gap:6px}.tech-category-title{font-size:11px;font-weight:600;color:#1a1a1a;margin:0}.tech-tag img{width:14px;height:14px;object-fit:contain;flex-shrink:0}.tech-tag:hover{background:#005faf;color:#fff;border-color:#005faf;transform:translateY(-2px)}.technologies-cta-section{position:relative;width:100%;height:261px;margin-top:60px;border-radius:16px;overflow:hidden;background-image:url(/assets/matters_img.png);background-size:cover;background-position:center;background-repeat:no-repeat}.technologies-cta-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:flex-start;align-items:center;gap:60px;padding:24px}.technologies-cta-title{font-size:24px;font-weight:500;line-height:1.4;color:#fff;margin:0;text-align:left}.technologies-cta-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}.technologies-cta-text{font-size:13px;font-weight:400;line-height:1.75;color:#fff;margin:0;text-align:left;max-width:400px}.technologies-cta-btn{width:200px;height:48px;padding:0;border-radius:33px;border:none;background:transparent;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:flex-start}.technologies-cta-btn:hover{transform:scale(1.05)}.technologies-cta-btn img{width:100%;height:100%;object-fit:contain}.expertise-services{width:100%;padding:100px 0;background:#fff}.expertise-services-container{max-width:1200px;margin:0 auto;padding:0 80px}.services-header{text-align:center;margin-bottom:60px}.services-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#000;margin-bottom:16px}.services-dot{width:8px;height:8px;background:#ffc20f;border-radius:50%}.services-title{font-size:48px;font-weight:700;line-height:1.2;color:#000;margin:0 0 16px}.services-subtitle{font-size:18px;font-weight:400;line-height:1.6;color:#666;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.service-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:32px;transition:all .3s ease}.service-card:hover{border-color:#0968af;box-shadow:0 8px 32px #0968af1a}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,#0968af,#01a1d6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px}.service-title{font-size:22px;font-weight:600;color:#000;margin:0 0 12px}.service-description{font-size:15px;font-weight:400;line-height:1.7;color:#666;margin:0 0 20px}.service-features{list-style:none;padding:0;margin:0}.service-features li{font-size:14px;font-weight:500;color:#333;padding:8px 0;border-bottom:1px solid #F3F4F6;display:flex;align-items:center;gap:8px}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"";width:6px;height:6px;background:#0968af;border-radius:50%}.expertise-technologies{width:100%;padding:100px 0;background:linear-gradient(180deg,#f8f9fa,#fff)}.expertise-technologies-container{max-width:1200px;margin:0 auto;padding:0 80px}.technologies-header{text-align:center;margin-bottom:60px}.technologies-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#000!important;margin-bottom:16px}.technologies-dot{width:8px;height:8px;background:#ffc20f;border-radius:50%}.technologies-title{font-size:48px;font-weight:700;line-height:1.2;color:#000;margin:0 0 16px}.technologies-subtitle{font-size:18px;font-weight:400;line-height:1.6;color:#666;margin:0}.technologies-categories{display:flex;flex-direction:column;gap:40px}.tech-category-title{font-size:24px;font-weight:600;color:#000;margin:0 0 20px}.tech-tags{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.tech-tag{display:flex;align-items:center;justify-content:center;gap:3px;padding:2px 8px;background:#f4f5f5;border:1px solid #E8ECF0;border-radius:50px;font-size:10px;font-weight:500;color:#333;transition:all .3s ease}.tech-tag:hover{background:#005faf;color:#fff;border-color:#005faf}.expertise-process{width:100%;padding:100px 0;background:linear-gradient(219.73deg,#01a1d6 9.71%,#014a88 40.21%,#002849 88.46%)}.expertise-process-container{max-width:1200px;margin:0 auto;padding:0 80px}.process-header{text-align:center;margin-bottom:60px}.process-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#fff;margin-bottom:16px}.process-dot{width:8px;height:8px;background:#ffc20f;border-radius:50%}.process-title{font-size:48px;font-weight:700;line-height:1.2;color:#fff;margin:0}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-step{text-align:center}.step-number{font-size:64px;font-weight:700;color:#fff3;line-height:1;margin-bottom:16px;animation:float 3s ease-in-out infinite}.step-content{background:#ffffff1a;border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px}.step-description{font-size:14px;font-weight:400;line-height:1.7;color:#fffc;margin:0}@media (max-width: 1400px){.expertise-hero-container{padding:0 80px}.why-it-matters-container,.services-accordion-container{padding:0 120px}.services-accordion-title{font-size:28px}.services-accordion-subtitle,.services-accordion-list{padding-left:60px}.detailed-services-container{padding:0 60px}.detailed-services-title{font-size:32px}.stacked-cards-container{left:-60px;width:380px;height:410px}.stacked-card{width:250px;height:130px;padding:12px 20px}.stacked-card-number{font-size:28px}.stacked-card-label{font-size:12px}.stacked-card.card-5{top:0;left:0}.stacked-card.card-4{top:65px;left:40px}.stacked-card.card-3{top:130px;left:80px}.stacked-card.card-2{top:195px;left:120px}.stacked-card.card-1{top:260px;left:160px}.service-details-number{font-size:64px}.service-details-title{font-size:24px}.service-details-description{font-size:13px}.technologies-container{padding:0 80px}.technologies-header{gap:32px;margin-bottom:24px}.technologies-title{font-size:24px}.technologies-description{font-size:11px}.technologies-grid{gap:16px 32px}.technologies-column{gap:14px}.tech-category{gap:5px}.tech-category-title{font-size:10px}.tech-tags{gap:6px}.tech-tag{padding:6px 10px;font-size:10px;gap:4px}.tech-tag img{width:12px;height:12px}}@media (max-width: 1024px){.expertise-hero{padding:140px 0 60px;min-height:500px}.expertise-hero-container{padding:0 40px}.expertise-hero-title{font-size:44px}.expertise-hero-description{font-size:16px}.expertise-hero-features{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.hero-feature-card{padding:24px}.hero-feature-title,.hero-feature-description{font-size:13px}.why-it-matters{padding:80px 0}.why-it-matters-container{padding:0 40px;gap:48px}.why-it-matters-title{font-size:28px}.why-it-matters-image-section{height:220px;margin-top:48px}.why-it-matters-image-overlay{padding:20px;gap:40px}.why-it-matters-left-text{font-size:20px}.why-it-matters-image-text{font-size:12px;max-width:350px}.why-it-matters-btn{width:180px;height:42px}.expertise-services,.expertise-technologies,.expertise-process{padding:80px 0}.expertise-services-container,.expertise-technologies-container,.expertise-process-container{padding:0 40px}.services-title,.technologies-title,.process-title{font-size:40px}.services-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(2,1fr);gap:40px}.step-number{font-size:56px}.services-accordion-section{padding:80px 0}.services-accordion-container{padding:0 40px}.services-accordion-title{font-size:26px}.services-accordion-subtitle,.services-accordion-list{padding-left:40px}.services-accordion-item-title{font-size:16px}.services-accordion-trigger{padding:16px 0}.services-accordion-description{font-size:12px}.services-accordion-read-more{padding:8px 16px;font-size:11px}.detailed-services-section{padding:80px 0}.detailed-services-container{padding:0 40px}.detailed-services-title{font-size:28px}.detailed-services-content{gap:40px;margin-bottom:40px}.detailed-services-main{flex-direction:column;align-items:center;gap:40px;min-height:auto;padding-top:0}.stacked-cards-container{position:relative;left:0;width:340px;height:378px}.stacked-card{width:220px;height:116px;padding:12px 18px;border-radius:12px}.stacked-card-number{font-size:24px}.stacked-card-label{font-size:11px}.stacked-card.card-5{top:0;left:0}.stacked-card.card-4{top:58px;left:35px}.stacked-card.card-3{top:116px;left:70px}.stacked-card.card-2{top:174px;left:105px}.stacked-card.card-1{top:232px;left:140px}.service-details-container{max-width:100%;text-align:center;padding-bottom:20px;margin-left:0}.service-details-number{font-size:56px}.service-details-title{font-size:22px}.service-details-description{font-size:12px;max-width:500px;margin-left:auto;margin-right:auto}.service-details-nav{justify-content:center}.nav-arrow{width:40px;height:40px}.technologies-section{padding:60px 0}.technologies-container{padding:0 40px}.technologies-header{gap:20px;margin-bottom:20px}.technologies-title{font-size:20px}.technologies-description{font-size:10px;max-width:260px}.technologies-grid{gap:14px 24px}.technologies-column{gap:12px}.tech-category{gap:4px}.tech-category-title{font-size:10px}.tech-tags{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.tech-tag{padding:5px 8px;font-size:9px;gap:3px}.tech-tag img{width:11px;height:11px}.technologies-cta-section{height:260px;margin-top:32px}.technologies-cta-overlay{padding:40px}.technologies-cta-title{font-size:30px}.technologies-cta-right{max-width:400px}.technologies-cta-text{font-size:15px}.technologies-cta-btn{width:220px;height:48px}}@media (max-width: 768px){.expertise-hero{padding:120px 0 50px;min-height:auto}.expertise-hero-container{padding:0 24px}.expertise-hero-title{font-size:36px}.expertise-hero-description{font-size:15px}.expertise-hero-button{padding:12px 24px;font-size:14px}.expertise-hero-features{grid-template-columns:1fr;gap:20px;margin-top:48px}.hero-feature-card{padding:24px}.hero-feature-icon{width:44px;height:44px}.hero-feature-title,.hero-feature-description{font-size:13px}.why-it-matters{padding:60px 0}.why-it-matters-container{padding:0 24px;grid-template-columns:1fr;gap:32px}.why-it-matters-header{position:static}.why-it-matters-title{font-size:26px}.why-it-matters-flow{gap:4px;flex-wrap:wrap;justify-content:flex-start}.flow-icon{width:40px;height:40px;border-radius:10px}.flow-icon svg{width:18px;height:18px}.flow-label{font-size:9px}.flow-connector svg{width:16px;height:16px}.why-it-matters-text{font-size:13px}.why-it-matters-image-section{height:200px;margin-top:32px;border-radius:12px}.why-it-matters-image-overlay{padding:20px 24px;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px}.why-it-matters-left-text{font-size:18px;line-height:1.4}.why-it-matters-right-content{width:100%;flex-direction:row;align-items:flex-end;justify-content:space-between;max-width:none;height:auto}.why-it-matters-image-text{font-size:11px;line-height:1.5;max-width:55%}.why-it-matters-btn{width:160px;height:40px;border-radius:24px}.expertise-services,.expertise-technologies,.expertise-process{padding:60px 0}.expertise-services-container,.expertise-technologies-container,.expertise-process-container{padding:0 24px}.services-title,.technologies-title,.process-title{font-size:34px}.services-subtitle,.technologies-subtitle{font-size:16px}.services-grid{grid-template-columns:1fr;gap:24px}.service-card{padding:24px}.service-title{font-size:20px}.service-description{font-size:14px}.tech-category{padding:24px}.tech-category-title{font-size:18px}.tech-tag{padding:8px 16px;font-size:13px}.process-steps{grid-template-columns:1fr;gap:32px}.step-number{font-size:48px}.step-content{padding:20px}.step-title{font-size:18px}.services-accordion-section{padding:60px 0}.services-accordion-container{padding:0 24px}.services-accordion-header{margin-bottom:24px}.services-accordion-label{font-size:10px}.services-accordion-title{font-size:24px}.services-accordion-subtitle{font-size:12px}.services-accordion-subtitle,.services-accordion-list{padding-left:24px}.services-accordion-item-title{font-size:15px}.services-accordion-trigger{padding:14px 0}.services-accordion-icon svg{width:18px;height:18px}.services-accordion-description{font-size:11px}.services-accordion-read-more{padding:8px 16px;font-size:11px}.detailed-services-section{padding:60px 0}.detailed-services-container{padding:0 24px}.detailed-services-header{margin-bottom:24px}.detailed-services-title{font-size:24px}.detailed-services-content{flex-direction:column;gap:20px;margin-bottom:32px}.detailed-services-btn{padding:10px 20px;font-size:13px}.detailed-services-description{font-size:12px}.detailed-services-main{flex-direction:column;align-items:flex-start;gap:0;min-height:auto;padding-top:0}.stacked-cards-container{position:relative;left:0;width:100%;height:300px;display:block;z-index:1}.stacked-card{width:190px;height:100px;padding:10px 16px;border-radius:10px;transform:rotate(0);animation:none}.stacked-card-number{font-size:20px;opacity:1;animation:none}.stacked-card-label{font-size:10px;opacity:1;animation:none}.stacked-card.card-5{top:0;left:0}.stacked-card.card-4{top:50px;left:32px}.stacked-card.card-3{top:100px;left:64px}.stacked-card.card-2{top:150px;left:96px}.stacked-card.card-1{top:200px;left:128px}.service-details-container{max-width:100%;text-align:left;padding-bottom:16px;margin-left:0;position:relative;z-index:2}.service-details-number{font-size:48px;margin-bottom:4px}.service-details-title{font-size:20px;margin-bottom:12px}.service-details-description{font-size:11px;max-width:400px;margin-left:0;margin-right:0;margin-bottom:24px}.service-details-nav{justify-content:flex-start;gap:16px}.nav-arrows{gap:8px}.nav-arrow{width:36px;height:36px}.nav-arrow svg{width:16px;height:16px}.nav-dots{gap:6px}.nav-dot{width:6px;height:6px}.nav-dot.active{width:18px}.technologies-section{padding:40px 0}.technologies-container{padding:0 24px}.technologies-header{flex-direction:column;gap:12px;margin-bottom:16px}.technologies-title{font-size:18px}.technologies-description{font-size:9px;max-width:none;padding-top:0}.technologies-grid{grid-template-columns:1fr;gap:12px}.technologies-column{gap:10px}.tech-category{gap:4px}.tech-category-title{font-size:9px}.tech-tags{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.tech-tag{padding:4px 6px;font-size:8px;gap:2px}.tech-tag img{width:10px;height:10px}.technologies-cta-section{height:240px;margin-top:24px;border-radius:12px}.technologies-cta-overlay{padding:28px;flex-direction:column;justify-content:space-between}.technologies-cta-title{font-size:24px;max-width:none}.technologies-cta-right{width:100%;flex-direction:row;align-items:flex-end;justify-content:space-between;max-width:none;height:auto}.technologies-cta-text{font-size:13px;line-height:1.5;max-width:55%}.technologies-cta-btn{width:180px;height:42px;border-radius:24px}}@media (max-width: 480px){.expertise-hero{padding:100px 0 40px}.expertise-hero-container{padding:0 20px}.expertise-hero-badge{font-size:12px;padding:6px 14px}.expertise-hero-badge .badge-dot{width:6px;height:6px}.expertise-hero-title{font-size:28px}.expertise-hero-description{font-size:14px;margin-bottom:24px}.expertise-hero-button{padding:10px 20px;font-size:13px}.expertise-hero-features{gap:16px;margin-top:32px}.hero-feature-card{padding:20px}.hero-feature-icon{width:40px;height:40px;border-radius:10px;margin-bottom:16px}.hero-feature-icon svg{width:20px;height:20px}.hero-feature-title{font-size:12px;margin-bottom:8px}.hero-feature-description{font-size:12px;line-height:1.6}.why-it-matters{padding:40px 0}.why-it-matters-container{padding:0 20px;gap:24px}.why-it-matters-label{font-size:10px;margin-bottom:14px}.why-it-matters-dot{width:6px;height:6px}.why-it-matters-title{font-size:22px}.why-it-matters-content{gap:20px}.why-it-matters-text{font-size:12px;line-height:1.7}.why-it-matters-image-section{height:180px;margin-top:24px;border-radius:10px}.why-it-matters-image-overlay{padding:16px;gap:16px}.why-it-matters-left-text{font-size:14px;line-height:1.3}.why-it-matters-right-content{gap:8px}.why-it-matters-image-text{font-size:10px;line-height:1.4;max-width:50%}.why-it-matters-btn{width:140px;height:36px;border-radius:20px}.services-accordion-section{padding:40px 0}.services-accordion-container{padding:0 20px}.services-accordion-header{margin-bottom:20px}.services-accordion-label{font-size:10px;margin-bottom:10px}.services-accordion-title{font-size:20px;margin-bottom:12px}.services-accordion-subtitle{font-size:11px}.services-accordion-subtitle,.services-accordion-list{padding-left:20px}.services-accordion-item-title{font-size:14px}.services-accordion-trigger{padding:12px 0}.services-accordion-icon svg{width:16px;height:16px}.services-accordion-item.active .services-accordion-content{max-height:400px;padding-bottom:20px}.services-accordion-description{font-size:11px;line-height:1.6;margin-bottom:16px}.services-accordion-read-more{padding:8px 14px;font-size:10px;gap:4px}.services-accordion-read-more svg{width:12px;height:12px}.detailed-services-section{padding:40px 0}.detailed-services-container{padding:0 20px}.detailed-services-header{margin-bottom:20px}.detailed-services-label{font-size:10px;margin-bottom:10px}.detailed-services-title{font-size:20px}.detailed-services-content{flex-direction:column;gap:16px;margin-bottom:24px}.detailed-services-btn{padding:10px 20px;font-size:12px;gap:8px}.detailed-services-btn svg{width:14px;height:14px}.detailed-services-description{font-size:11px;line-height:1.6}.detailed-services-main{flex-direction:column;align-items:flex-start;gap:0;min-height:auto;padding-top:0}.stacked-cards-container{position:relative;left:0;width:100%;height:264px;display:block;z-index:1}.stacked-card{width:160px;height:88px;padding:8px 14px;border-radius:8px;transform:rotate(0);animation:none}.stacked-card-number{font-size:18px;opacity:1;animation:none}.stacked-card-label{font-size:9px;opacity:1;animation:none}.stacked-card.card-5{top:0;left:0}.stacked-card.card-4{top:44px;left:28px}.stacked-card.card-3{top:88px;left:56px}.stacked-card.card-2{top:132px;left:84px}.stacked-card.card-1{top:176px;left:112px}.service-details-container{max-width:100%;text-align:left;padding-bottom:12px;margin-left:0;position:relative;z-index:2}.service-details-number{font-size:40px;margin-bottom:4px}.service-details-title{font-size:18px;margin-bottom:10px}.service-details-description{font-size:10px;max-width:320px;margin-left:0;margin-right:0;margin-bottom:20px;line-height:1.6}.service-details-nav{justify-content:flex-start;gap:12px}.nav-arrows{gap:6px}.nav-arrow{width:32px;height:32px}.nav-arrow svg{width:14px;height:14px}.nav-dots{gap:5px}.nav-dot{width:5px;height:5px}.nav-dot.active{width:14px}.technologies-section{padding:28px 0}.technologies-container{padding:0 16px}.technologies-header{gap:10px;margin-bottom:12px}.technologies-title{font-size:16px}.technologies-description{font-size:8px;line-height:1.5}.technologies-grid{grid-template-columns:1fr;gap:10px}.technologies-column{gap:8px}.tech-category{gap:3px}.tech-category-title{font-size:9px}.tech-tags{grid-template-columns:repeat(3,1fr);gap:3px}.tech-tag{padding:3px 5px;font-size:7px;gap:2px}.tech-tag img{width:9px;height:9px}.technologies-cta-section{height:200px;margin-top:20px;border-radius:10px}.technologies-cta-overlay{padding:20px}.technologies-cta-title{font-size:20px;line-height:1.3}.technologies-cta-right{gap:12px}.technologies-cta-text{font-size:11px;line-height:1.4;max-width:50%}.technologies-cta-btn{width:140px;height:36px;border-radius:20px;padding:8px}.expertise-services,.expertise-technologies,.expertise-process{padding:40px 0}.expertise-services-container,.expertise-technologies-container,.expertise-process-container{padding:0 20px}.services-header,.technologies-header,.process-header{margin-bottom:40px}.services-label,.technologies-label,.process-label{font-size:12px}.services-dot,.technologies-dot,.process-dot{width:6px;height:6px}.services-title,.technologies-title,.process-title{font-size:28px}.services-subtitle,.technologies-subtitle{font-size:14px}.service-card{padding:20px}.service-icon{width:56px;height:56px;border-radius:10px;margin-bottom:20px}.service-icon svg{width:28px;height:28px}.service-title{font-size:18px}.service-description{font-size:13px}.service-features li{font-size:13px;padding:6px 0}.technologies-categories{gap:24px}.tech-category{padding:20px}.tech-category-title{font-size:16px;margin-bottom:16px}.step-number{font-size:40px;margin-bottom:12px}.step-content{padding:16px}.step-title{font-size:16px;margin-bottom:8px}.step-description{font-size:13px}}.why-choose-us-section{width:100%;padding:100px 0;background:#fff}.why-choose-us-container{max-width:1400px;margin:0 auto;padding:0 200px}.why-choose-us-header{text-align:center;margin-bottom:40px}.why-choose-us-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#000;margin-bottom:12px}.why-choose-us-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.why-choose-us-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0 0 12px}.why-choose-us-subtitle{font-size:13px;font-weight:400;line-height:1.6;color:#666;margin:0 auto;max-width:500px}.why-choose-us-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-choose-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #E5E7EB;border-radius:16px;padding:24px;transition:all .4s ease;position:relative;overflow:hidden}.why-choose-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0968af,#01a1d6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.why-choose-card:hover{border-color:#0968af;box-shadow:0 8px 24px #0968af1f;transform:translateY(-5px)}.why-choose-card:hover:before{transform:scaleX(1)}.why-choose-card-icon{width:44px;height:44px;background:linear-gradient(135deg,#0968af,#01a1d6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:16px;transition:transform .3s ease}.why-choose-card:hover .why-choose-card-icon{transform:scale(1.1)}.why-choose-card-title{font-size:16px;font-weight:600;color:#000;margin:0 0 8px}.why-choose-card-description{font-size:12px;font-weight:400;line-height:1.6;color:#666;margin:0 0 16px}.why-choose-card-stat{display:flex;align-items:baseline;gap:6px;padding-top:14px;border-top:1px solid #E5E7EB}.stat-number{font-size:24px;font-weight:700;background:linear-gradient(135deg,#0968af,#01a1d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:11px;font-weight:500;color:#666}@media (max-width: 1400px){.why-choose-us-container{padding:0 80px}.why-choose-us-title{font-size:28px}.why-choose-us-subtitle{font-size:12px}.why-choose-card{padding:20px}.why-choose-card-icon{width:40px;height:40px}.why-choose-card-title{font-size:14px}.why-choose-card-description{font-size:11px}.stat-number{font-size:20px}.stat-label{font-size:10px}}@media (max-width: 1024px){.why-choose-us-section{padding:60px 0}.why-choose-us-container{padding:0 40px}.why-choose-us-header{margin-bottom:32px}.why-choose-us-title{font-size:26px}.why-choose-us-subtitle{font-size:11px}.why-choose-us-grid{grid-template-columns:repeat(2,1fr);gap:20px}.why-choose-card{padding:18px}.why-choose-card-icon{width:36px;height:36px;border-radius:10px;margin-bottom:12px}.why-choose-card-title{font-size:13px}.why-choose-card-description{font-size:10px}.stat-number{font-size:18px}.stat-label{font-size:9px}}@media (max-width: 768px){.why-choose-us-section{padding:50px 0}.why-choose-us-container{padding:0 24px}.why-choose-us-header{margin-bottom:28px}.why-choose-us-label{font-size:10px;gap:5px}.why-choose-us-dot{width:5px;height:5px}.why-choose-us-title{font-size:24px}.why-choose-us-subtitle{font-size:11px;max-width:400px}.why-choose-us-grid{grid-template-columns:1fr;gap:16px}.why-choose-card{padding:20px;border-radius:12px}.why-choose-card:hover{transform:translateY(-3px)}.why-choose-card-icon{width:38px;height:38px;border-radius:10px;margin-bottom:12px}.why-choose-card-icon svg{width:18px;height:18px}.why-choose-card-title{font-size:14px;margin-bottom:6px}.why-choose-card-description{font-size:11px;margin-bottom:12px}.why-choose-card-stat{padding-top:12px}.stat-number{font-size:20px}.stat-label{font-size:10px}}@media (max-width: 480px){.why-choose-us-section{padding:36px 0}.why-choose-us-container{padding:0 16px}.why-choose-us-header{margin-bottom:24px}.why-choose-us-label{font-size:9px;gap:4px;margin-bottom:8px}.why-choose-us-dot{width:4px;height:4px}.why-choose-us-title{font-size:20px;margin-bottom:8px}.why-choose-us-subtitle{font-size:10px;line-height:1.5;max-width:280px}.why-choose-us-grid{gap:12px}.why-choose-card{padding:16px;border-radius:10px}.why-choose-card-icon{width:32px;height:32px;border-radius:8px;margin-bottom:10px}.why-choose-card-icon svg{width:16px;height:16px}.why-choose-card-title{font-size:13px;margin-bottom:5px}.why-choose-card-description{font-size:10px;line-height:1.5;margin-bottom:10px}.why-choose-card-stat{padding-top:10px;gap:4px}.stat-number{font-size:18px}.stat-label{font-size:9px}}.service-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:modalOverlayFadeIn .3s ease-out}@keyframes modalOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.service-modal{position:relative;width:100%;max-width:800px;max-height:90vh;background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .4s cubic-bezier(.16,1,.3,1);box-shadow:0 25px 80px #00000059,0 10px 30px #0003}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.service-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.service-modal-close:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 20px #0003}.service-modal-close:focus{outline:none;box-shadow:0 0 0 3px #005faf66,0 4px 12px #00000026}.service-modal-close svg{color:#1a1a1a;transition:color .2s ease}.service-modal-close:hover svg{color:#005faf}.service-modal-header{position:relative;width:100%;height:200px;flex-shrink:0}.service-modal-image-container{width:100%;height:100%;background:linear-gradient(135deg,#005faf,#0078d4,#00a3e0);position:relative;overflow:hidden}.service-modal-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.service-modal-image-gradient{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#fff,#fff0);z-index:2}.service-modal-icon-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #ffffff4d}50%{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 0 30px 10px #ffffff1a}}.service-modal-icon-badge svg{color:#fff}.service-modal-content{flex:1;overflow-y:auto;padding:32px 40px 40px;scrollbar-width:thin;scrollbar-color:#E5E5E5 transparent}.service-modal-content::-webkit-scrollbar{width:6px}.service-modal-content::-webkit-scrollbar-track{background:transparent}.service-modal-content::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:3px}.service-modal-content::-webkit-scrollbar-thumb:hover{background:#ccc}.service-modal-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}.service-modal-description{margin-bottom:32px}.service-modal-description p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0 0 16px}.service-modal-description p:last-child{margin-bottom:0}.service-modal-section-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 16px;display:flex;align-items:center;gap:10px}.service-modal-section-title:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#005faf,#00a3e0);border-radius:2px}.service-modal-benefits{margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#f8fafc,#eef2f7);border-radius:16px}.service-modal-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-modal-benefit-card{background:#fff;padding:20px;border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.service-modal-benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.service-modal-benefits .benefit-metric{font-size:28px;font-weight:700;color:#005faf;line-height:1}.service-modal-benefits .benefit-label{font-size:13px;color:#666;line-height:1.4}.service-modal-features{margin-bottom:32px}.service-modal-features-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.service-modal-features-list li{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fafafa;border-radius:10px;transition:all .2s ease}.service-modal-features-list li:hover{background:#f0f7ff;transform:translate(4px)}.service-modal-features-list li svg{flex-shrink:0;color:#10b981;margin-top:2px}.service-modal-features-list li span{font-size:15px;color:#333;line-height:1.5}.service-modal-technologies{margin-bottom:32px}.service-modal-tech-tags{display:flex;flex-wrap:wrap;gap:10px}.service-modal-tech-tag{display:inline-flex;align-items:center;padding:8px 16px;background:linear-gradient(135deg,#005faf,#0078d4);color:#fff;font-size:13px;font-weight:500;border-radius:20px;transition:all .2s ease}.service-modal-tech-tag:hover{transform:scale(1.05);box-shadow:0 4px 12px #005faf4d}.service-modal-cta{display:flex;gap:16px;padding-top:24px;border-top:1px solid #E5E5E5;margin-top:8px}.service-modal-cta-button{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;background:linear-gradient(135deg,#005faf,#0078d4);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.service-modal-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #005faf66}.service-modal-cta-button:focus{outline:none;box-shadow:0 0 0 3px #005faf66}.service-modal-cta-button svg{transition:transform .3s ease}.service-modal-cta-button:hover svg{transform:translate(4px)}.service-modal-secondary-button{padding:16px 28px;background:transparent;color:#666;font-size:16px;font-weight:500;border:2px solid #E5E5E5;border-radius:12px;cursor:pointer;transition:all .3s ease}.service-modal-secondary-button:hover{border-color:#ccc;color:#333;background:#f5f5f5}.service-modal-secondary-button:focus{outline:none;box-shadow:0 0 0 3px #0000001a}@media (max-width: 992px){.service-modal{max-width:700px;max-height:85vh}.service-modal-header{height:180px}.service-modal-content{padding:28px 32px 32px}.service-modal-title{font-size:28px}.service-modal-benefits-grid{grid-template-columns:repeat(3,1fr);gap:12px}.service-modal-benefits .benefit-metric{font-size:24px}.service-modal-benefits .benefit-label{font-size:12px}}@media (max-width: 768px){.service-modal-overlay{padding:16px;align-items:flex-end}.service-modal{max-width:100%;max-height:90vh;border-radius:24px 24px 0 0;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.service-modal-close{top:12px;right:12px;width:40px;height:40px}.service-modal-header{height:160px}.service-modal-icon-badge{width:80px;height:80px;border-radius:20px}.service-modal-icon-badge svg{width:40px;height:40px}.service-modal-content{padding:24px 24px 32px}.service-modal-title{font-size:24px;margin-bottom:20px}.service-modal-description p{font-size:15px}.service-modal-benefits{padding:20px}.service-modal-benefits-grid{grid-template-columns:1fr;gap:10px}.service-modal-benefit-card{flex-direction:row;justify-content:flex-start;text-align:left;padding:16px;gap:16px}.service-modal-benefits .benefit-metric{font-size:24px;min-width:60px}.service-modal-benefits .benefit-label{font-size:13px}.service-modal-features-list li{padding:12px 14px}.service-modal-features-list li span{font-size:14px}.service-modal-cta{flex-direction:column;gap:12px}.service-modal-cta-button,.service-modal-secondary-button{width:100%;padding:14px 24px}}@media (max-width: 480px){.service-modal-overlay{padding:0}.service-modal{max-height:95vh;border-radius:20px 20px 0 0}.service-modal-close{top:10px;right:10px;width:36px;height:36px}.service-modal-close svg{width:20px;height:20px}.service-modal-header{height:140px}.service-modal-icon-badge{width:70px;height:70px;border-radius:16px}.service-modal-icon-badge svg{width:36px;height:36px}.service-modal-content{padding:20px 20px 28px}.service-modal-title{font-size:22px;margin-bottom:16px}.service-modal-description{margin-bottom:24px}.service-modal-description p{font-size:14px;line-height:1.6}.service-modal-section-title{font-size:16px;margin-bottom:12px}.service-modal-section-title:before{width:3px;height:16px}.service-modal-benefits{padding:16px;margin-bottom:24px;border-radius:12px}.service-modal-benefit-card{padding:14px;border-radius:10px}.service-modal-benefits .benefit-metric{font-size:22px}.service-modal-benefits .benefit-label{font-size:12px}.service-modal-features{margin-bottom:24px}.service-modal-features-list{gap:8px}.service-modal-features-list li{padding:10px 12px;border-radius:8px;gap:10px}.service-modal-features-list li svg{width:18px;height:18px}.service-modal-features-list li span{font-size:13px}.service-modal-technologies{margin-bottom:24px}.service-modal-tech-tags{gap:8px}.service-modal-tech-tag{padding:6px 12px;font-size:12px;border-radius:16px}.service-modal-cta{padding-top:20px}.service-modal-cta-button{font-size:15px;padding:14px 20px;border-radius:10px}.service-modal-secondary-button{font-size:15px;padding:12px 20px;border-radius:10px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:modalOverlayFadeIn .3s ease-out}@keyframes modalOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.modal-container{position:relative;background:linear-gradient(135deg,#05051c,#0a1432);border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-container::-webkit-scrollbar{width:6px}.modal-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.modal-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.modal-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.modal-close-button{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#ffffff1a;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .2s ease;z-index:10}.modal-close-button:hover{background:#fff3;color:#fff;transform:scale(1.05)}.modal-close-button:focus{outline:2px solid #00D9FF;outline-offset:2px}.modal-content{padding:40px}.modal-title{font-size:24px;font-weight:600;color:#fff;margin:0 0 24px;padding-right:40px}.contact-modal-wrapper{width:100%}.contact-modal-wrapper .contact-form-container{background:transparent;padding:0}.contact-modal-wrapper .form-title{font-size:24px;font-weight:600;margin:0 0 12px;color:#fff;padding-right:40px}.contact-modal-wrapper .form-subtitle{font-size:14px;font-weight:400;line-height:1.6;margin:0 0 24px;color:#ffffffb3}.contact-modal-wrapper .form-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:14px 16px;color:#fff;font-size:14px;transition:all .2s ease}.contact-modal-wrapper .form-input:focus{border-color:#00d9ff;background:#ffffff14;box-shadow:0 0 0 3px #00d9ff1a}.contact-modal-wrapper .form-input::placeholder{color:#ffffff80}.contact-modal-wrapper .contact-form{gap:16px}.contact-modal-wrapper .form-checkboxes{margin-top:8px}.contact-modal-wrapper .checkbox-text{font-size:13px;color:#fffc}.contact-modal-wrapper .contact-submit-button{width:100%;margin-top:8px}.contact-modal-wrapper .checkbox-button-row{flex-direction:column;align-items:stretch;gap:16px}@media (max-width: 768px){.modal-overlay{padding:16px;align-items:flex-end}.modal-container{max-height:85vh;border-radius:24px 24px 0 0;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-content{padding:32px 24px 40px}.modal-close-button{top:12px;right:12px;width:36px;height:36px}.contact-modal-wrapper .form-title{font-size:20px}.contact-modal-wrapper .form-subtitle{font-size:13px}}@media (max-width: 480px){.modal-content{padding:28px 20px 36px}.contact-modal-wrapper .form-input{padding:12px 14px;font-size:14px}.contact-modal-wrapper .checkbox-text{font-size:12px}.contact-modal-wrapper .contact-submit-button{padding:14px 24px;font-size:14px}}.events-page{width:100%;min-height:100vh}.events-hero{width:100%;min-height:auto;padding:100px 0 60px;background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);position:relative;display:flex;align-items:center;justify-content:center}.events-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/about_us_bg.gif);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;z-index:0}.events-hero-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 200px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.events-hero-content{max-width:600px;text-align:center;display:flex;flex-direction:column;align-items:center}.events-hero-label{display:inline-block;font-size:11px;font-weight:500;color:#fffc;margin-bottom:12px;letter-spacing:1px;text-transform:uppercase}.events-hero-title{font-size:36px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 14px}.events-hero-description{font-size:13px;font-weight:400;line-height:1.6;color:#ffffffd9;margin:0 0 16px;max-width:500px}.events-hero-date{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#fff;margin-bottom:12px}.events-hero-date svg{color:#fff;width:14px;height:14px}.events-hero-spots{margin-bottom:20px}.spots-badge{display:inline-block;padding:6px 16px;background:#fff;border:none;border-radius:50px;font-size:11px;font-weight:600;color:#000}.events-countdown{display:flex;align-items:center;padding:14px 24px;background:transparent;border:1px solid #FFFFFF;border-radius:10px;margin-bottom:28px}.countdown-item{display:flex;flex-direction:column;align-items:center;min-width:55px;padding:0 18px;position:relative}.countdown-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:#ffffff4d}.countdown-value{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:6px}.countdown-label{font-size:10px;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.events-register-form{display:flex;gap:10px;width:100%;max-width:400px;margin-bottom:14px}.events-email-input{width:240px;height:44px;padding:10px;background:transparent;border:1px solid #FFFFFF;border-radius:6px;font-size:12px;color:#fff;outline:none;transition:all .3s ease}.events-email-input::placeholder{color:#ffffff80}.events-email-input:focus{background:#ffffff26;border-color:#fff6}.events-register-btn{padding:12px 28px;background:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;color:#002849;cursor:pointer;transition:all .3s ease;white-space:nowrap}.events-register-btn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.events-terms{font-size:10px;font-weight:400;color:#fff9;margin:0}.events-terms a{color:#fffc;text-decoration:underline;transition:color .3s ease}.events-terms a:hover{color:#fff}.events-hero-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:13px;font-weight:600;color:#60b5ff;text-decoration:none;transition:all .3s ease}.events-hero-link:hover{color:#fff;transform:translate(4px)}.spots-badge.online{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.featured-speakers-section{width:100%;padding:60px 0;background:#fff}.featured-speakers-container{max-width:1400px;margin:0 auto;padding:0 200px}.featured-speakers-header{text-align:center;margin-bottom:40px}.featured-speakers-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#666;margin-bottom:12px}.featured-speakers-dot{width:5px;height:5px;background:#ffc20f;border-radius:50%}.featured-speakers-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0}.featured-speakers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.speaker-card{height:220px;background:#fff;border:1px solid #F4F5F5;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;transition:all .3s ease}.speaker-card:hover{border-color:#01a1d6;box-shadow:0 6px 24px #01a1d61a;transform:translateY(-3px)}.speaker-avatar{width:72px;height:72px;border-radius:36px;overflow:hidden;margin-bottom:16px;border:2px solid #01A1D6}.speaker-avatar img{width:100%;height:100%;object-fit:cover}.speaker-info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3px}.speaker-name{font-size:14px;font-weight:600;color:#000;margin:0}.speaker-role{font-size:11px;font-weight:500;color:#01a1d6}.speaker-company{font-size:11px;font-weight:400;color:#666}.past-events-section{width:100%;padding:60px 0;background:#fff}.past-events-container{max-width:1400px;margin:0 auto;padding:0 200px}.past-events-header{text-align:center;margin-bottom:40px}.past-events-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#666;margin-bottom:12px}.past-events-dot{width:5px;height:5px;background:#ffc20f;border-radius:50%}.past-events-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0}.past-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.past-event-card{display:flex;flex-direction:column}.past-event-image{width:100%;height:200px;border-radius:10px;overflow:hidden;margin-bottom:16px}.past-event-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.past-event-card:hover .past-event-image img{transform:scale(1.05)}.past-event-details{display:flex;flex-direction:column;gap:8px}.past-event-meta{display:flex;align-items:center;gap:16px}.past-event-date,.past-event-location{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:400;color:#666}.past-event-date svg,.past-event-location svg{color:#666;width:12px;height:12px}.past-event-title{font-size:16px;font-weight:600;color:#000;margin:0}.past-event-description{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0}.past-event-link{font-size:11px;font-weight:500;color:#015faf;text-decoration:none;transition:color .3s ease}.past-event-link:hover{color:#01a1d6}.past-events-action{display:flex;justify-content:center}.view-all-btn{display:inline-flex;align-items:center;gap:12px;padding:10px 10px 10px 24px;background:#015faf;color:#fff;border:none;border-radius:33px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-all-btn:hover{background:#014a8c;transform:translateY(-2px);box-shadow:0 6px 20px #015faf4d}.view-all-btn svg{transition:transform .3s ease;width:16px;height:16px}.view-all-btn:hover svg{transform:translate(4px)}@media (max-width: 1024px){.events-hero{padding:80px 0 50px}.events-hero-container{padding:0 40px}.events-hero-label{font-size:10px}.events-hero-title{font-size:30px}.events-hero-description{font-size:12px}.events-hero-date{font-size:11px}.spots-badge{padding:5px 14px;font-size:10px}.events-countdown{padding:12px 20px;margin-bottom:24px}.countdown-item{min-width:48px;padding:0 14px}.countdown-item:not(:last-child):after{height:35px}.countdown-value{font-size:20px}.countdown-label{font-size:9px}.events-register-form{max-width:360px}.events-email-input{width:200px;height:40px;font-size:11px}.events-register-btn{padding:10px 22px;font-size:11px}.events-terms{font-size:9px}.featured-speakers-section{padding:50px 0}.featured-speakers-container{padding:0 100px}.featured-speakers-header{margin-bottom:32px}.featured-speakers-title{font-size:28px}.featured-speakers-grid{grid-template-columns:repeat(2,1fr);gap:16px}.speaker-card{height:200px}.speaker-avatar{width:64px;height:64px}.past-events-section{padding:50px 0}.past-events-container{padding:0 100px}.past-events-header{margin-bottom:32px}.past-events-title{font-size:28px}.past-events-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}.past-event-image{height:180px}.past-event-title{font-size:14px}.past-event-description,.past-event-date,.past-event-location,.past-event-link{font-size:10px}}@media (max-width: 768px){.events-hero{padding:70px 0 40px}.events-hero-container{padding:0 24px}.events-hero-label{font-size:9px;margin-bottom:10px}.events-hero-title{font-size:26px;margin-bottom:12px}.events-hero-description{font-size:11px;margin-bottom:12px}.events-hero-date{font-size:10px;margin-bottom:10px}.events-hero-date svg{width:12px;height:12px}.events-hero-spots{margin-bottom:16px}.spots-badge{padding:5px 12px;font-size:9px}.events-countdown{padding:10px 16px;margin-bottom:20px;border-radius:8px}.countdown-item{min-width:42px;padding:0 12px}.countdown-item:not(:last-child):after{height:30px}.countdown-value{font-size:18px;margin-bottom:4px}.countdown-label{font-size:8px}.events-register-form{flex-direction:column;gap:10px;max-width:300px}.events-email-input{width:100%;height:38px;font-size:10px;text-align:center}.events-register-btn{padding:10px 20px;font-size:10px}.events-terms{font-size:8px}.featured-speakers-section{padding:40px 0}.featured-speakers-container{padding:0 40px}.featured-speakers-header{margin-bottom:28px}.featured-speakers-label{font-size:10px}.featured-speakers-title{font-size:24px}.featured-speakers-grid{grid-template-columns:repeat(2,1fr);gap:14px}.speaker-card{height:180px;padding:20px 14px}.speaker-avatar{width:56px;height:56px;margin-bottom:14px}.speaker-name{font-size:13px}.speaker-role,.speaker-company{font-size:10px}.past-events-section{padding:40px 0}.past-events-container{padding:0 40px}.past-events-header{margin-bottom:28px}.past-events-label{font-size:10px}.past-events-title{font-size:24px}.past-events-grid{grid-template-columns:1fr;gap:24px;margin-bottom:28px}.past-event-image{height:200px}.past-event-title{font-size:15px}.past-event-description{font-size:11px}.past-event-date,.past-event-location,.past-event-link{font-size:10px}.view-all-btn{padding:10px 10px 10px 20px;font-size:11px}}@media (max-width: 480px){.events-hero{padding:60px 0 32px}.events-hero-container{padding:0 16px}.events-hero-label{font-size:8px;margin-bottom:8px}.events-hero-title{font-size:22px;margin-bottom:10px}.events-hero-description{font-size:10px;line-height:1.5;margin-bottom:10px}.events-hero-date{font-size:9px;margin-bottom:8px}.events-hero-date svg{width:10px;height:10px}.events-hero-spots{margin-bottom:14px}.spots-badge{padding:4px 10px;font-size:8px}.events-countdown{padding:8px 10px;margin-bottom:16px;border-radius:6px}.countdown-item{min-width:36px;padding:0 8px}.countdown-item:not(:last-child):after{height:26px}.countdown-value{font-size:16px;margin-bottom:3px}.countdown-label{font-size:7px}.events-register-form{max-width:260px;gap:8px;margin-bottom:10px}.events-email-input{width:100%;height:34px;font-size:9px}.events-register-btn{padding:8px 18px;font-size:9px}.events-terms{font-size:7px;line-height:1.4}.featured-speakers-section{padding:32px 0}.featured-speakers-container{padding:0 24px}.featured-speakers-header{margin-bottom:24px}.featured-speakers-label{font-size:9px;margin-bottom:10px}.featured-speakers-dot{width:4px;height:4px}.featured-speakers-title{font-size:20px}.featured-speakers-grid{grid-template-columns:1fr 1fr;gap:10px}.speaker-card{height:160px;padding:16px 10px;border-radius:8px}.speaker-avatar{width:50px;height:50px;border-radius:25px;margin-bottom:12px;border-width:2px}.speaker-name{font-size:12px}.speaker-role,.speaker-company{font-size:9px}.past-events-section{padding:32px 0}.past-events-container{padding:0 24px}.past-events-header{margin-bottom:24px}.past-events-label{font-size:9px;margin-bottom:10px}.past-events-dot{width:4px;height:4px}.past-events-title{font-size:20px}.past-events-grid{grid-template-columns:1fr;gap:20px;margin-bottom:24px}.past-event-image{height:160px;border-radius:8px;margin-bottom:12px}.past-event-details{gap:6px}.past-event-meta{gap:10px}.past-event-date,.past-event-location{font-size:9px;gap:4px}.past-event-date svg,.past-event-location svg{width:10px;height:10px}.past-event-title{font-size:13px}.past-event-description{font-size:10px}.past-event-link{font-size:9px}.view-all-btn{padding:8px 8px 8px 16px;font-size:10px;gap:8px}.view-all-btn svg{width:12px;height:12px}}.register-status{margin-top:10px;padding:8px 16px;border-radius:6px;font-size:11px;font-weight:500;text-align:center;animation:fadeIn .3s ease}.register-status-success{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.register-status-error{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.register-status-info{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.events-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}.events-loading-spinner{width:40px;height:40px;border:3px solid #F4F5F5;border-top-color:#015faf;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.events-loading p,.events-error p,.events-empty p{font-size:13px;color:#666;margin:0}.events-error,.events-empty{text-align:center;padding:60px 20px}.event-badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase}.event-badge.online{background:#22c55ee6;color:#fff}.event-badge.large{padding:6px 14px;font-size:11px}.event-badge-small{padding:2px 8px;border-radius:10px;font-size:9px;font-weight:600;text-transform:uppercase}.event-badge-small.online{background:#22c55e26;color:#22c55e}button.past-event-link{background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.event-detail-modal{padding:0}.event-detail-image{position:relative;width:100%;height:200px;overflow:hidden;border-radius:24px 24px 0 0}.event-detail-image img{width:100%;height:100%;object-fit:cover}.event-detail-content{padding:24px 32px 32px}.event-detail-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}.event-detail-info{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.event-detail-info-row{display:flex;align-items:flex-start;gap:12px}.event-detail-info-row svg{color:#00a1d6;flex-shrink:0;margin-top:2px}.event-detail-info-row>div{display:flex;flex-direction:column;gap:2px}.event-detail-label{font-size:11px;font-weight:500;color:#fff9}.event-detail-value{font-size:14px;font-weight:500;color:#fff}.event-detail-social{margin-bottom:20px;padding:14px;background:#ffffff0d;border-radius:10px}.event-detail-social-label{display:block;font-size:11px;font-weight:500;color:#fff9;margin-bottom:8px}.event-detail-social-links{display:flex;flex-wrap:wrap;gap:8px}.social-link{padding:6px 12px;background:#ffffff1a;border-radius:20px;font-size:12px;font-weight:500;color:#00a1d6;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ffffff26;color:#fff}.event-detail-actions{display:flex;gap:12px}.event-detail-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:50px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease}.event-detail-btn.primary{background:linear-gradient(135deg,#015faf,#00a1d6);color:#fff}.event-detail-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #015faf66}.event-detail-btn.secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.event-detail-btn.secondary:hover{background:#ffffff26;transform:translateY(-2px)}.event-detail-btn svg{transition:transform .3s ease}.event-detail-btn:hover svg{transform:translate(3px)}.all-events-modal{padding:0;max-height:70vh;display:flex;flex-direction:column}.all-events-header{padding:24px 28px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.all-events-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 6px}.all-events-subtitle{font-size:13px;font-weight:400;color:#ffffffb3;margin:0 0 16px}.all-events-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{padding:6px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:20px;font-size:12px;font-weight:500;color:#fffc;cursor:pointer;transition:all .3s ease}.filter-chip:hover{background:#ffffff1f;border-color:#ffffff40}.filter-chip.active{background:linear-gradient(135deg,#015faf,#00a1d6);border-color:transparent;color:#fff}.all-events-list{flex:1;overflow-y:auto;padding:12px 0}.all-events-empty{text-align:center;padding:40px 20px;color:#fff9}.all-events-item{display:flex;align-items:center;gap:16px;padding:14px 28px;cursor:pointer;transition:background .3s ease}.all-events-item:hover{background:#ffffff0d}.all-events-item-image{width:60px;height:60px;border-radius:10px;overflow:hidden;flex-shrink:0}.all-events-item-image img{width:100%;height:100%;object-fit:cover}.all-events-item-content{flex:1;min-width:0}.all-events-item-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.all-events-item-date{font-size:11px;font-weight:500;color:#00a1d6}.all-events-item-title{font-size:14px;font-weight:600;color:#fff;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-events-item-location{font-size:12px;font-weight:400;color:#fff9;margin:0}.all-events-item-arrow{color:#fff6;flex-shrink:0;transition:all .3s ease}.all-events-item:hover .all-events-item-arrow{color:#00a1d6;transform:translate(3px)}@media (max-width: 768px){.event-detail-image{height:160px}.event-detail-content{padding:20px 24px 28px}.event-detail-title{font-size:18px}.event-detail-value{font-size:13px}.event-detail-actions{flex-direction:column}.event-detail-btn{padding:11px 18px;font-size:12px}.all-events-header{padding:20px}.all-events-title{font-size:18px}.all-events-subtitle{font-size:12px}.filter-chip{padding:5px 12px;font-size:11px}.all-events-item{padding:12px 20px;gap:12px}.all-events-item-image{width:50px;height:50px}.all-events-item-title{font-size:13px}.all-events-item-location{font-size:11px}}@media (max-width: 480px){.register-status{font-size:10px;padding:6px 12px}.event-detail-image{height:140px}.event-detail-content{padding:16px 20px 24px}.event-detail-title{font-size:16px;margin-bottom:16px}.event-detail-info{gap:12px;margin-bottom:16px}.event-detail-info-row{gap:10px}.event-detail-info-row svg{width:16px;height:16px}.event-detail-label{font-size:10px}.event-detail-value{font-size:12px}.event-detail-social{padding:12px;margin-bottom:16px}.social-link{padding:5px 10px;font-size:11px}.event-detail-btn{padding:10px 16px;font-size:11px}.all-events-modal{max-height:80vh}.all-events-header{padding:16px}.all-events-title{font-size:16px}.all-events-subtitle{font-size:11px;margin-bottom:12px}.all-events-filters{gap:6px}.filter-chip{padding:4px 10px;font-size:10px}.all-events-item{padding:10px 16px;gap:10px}.all-events-item-image{width:45px;height:45px;border-radius:8px}.all-events-item-date{font-size:10px}.all-events-item-title{font-size:12px}.all-events-item-location{font-size:10px}.all-events-item-arrow{width:16px;height:16px}}.clubs-page{min-height:100vh;background-color:#0a0a0a}.clubs-hero{position:relative;min-height:auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);overflow:hidden}.clubs-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.clubs-hero-gif{width:100%;height:100%;object-fit:cover;opacity:.3}.clubs-hero-container{position:relative;z-index:2;max-width:1400px;width:100%;padding:100px 200px 60px;display:flex;flex-direction:column;align-items:center;min-height:auto;justify-content:center}.clubs-hero-content{text-align:center;max-width:600px;margin-bottom:50px}.clubs-hero-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#fffc;margin-bottom:12px}.clubs-hero-label:before{content:"";width:6px;height:6px;background:#ffc20f;border-radius:50%}.clubs-hero-title{font-size:36px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.clubs-hero-description{font-size:13px;line-height:1.6;color:#fffc;margin-bottom:24px}.clubs-browse-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;background:#fff;color:#005faf;border:none;border-radius:50px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.clubs-browse-btn:hover{background:#ffffffe6;transform:translateY(-2px)}.clubs-browse-btn svg{transition:transform .3s ease;width:14px;height:14px}.clubs-browse-btn:hover svg{transform:translate(4px)}.clubs-features{display:flex;gap:20px;width:100%;justify-content:center;flex-wrap:wrap}.clubs-feature-box{width:320px;height:160px;padding:16px 24px;border-radius:10px;display:flex;flex-direction:column;justify-content:center}.clubs-feature-box-1{background:#22d3ee59;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.clubs-feature-box-2{background:#ffdb704a;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.clubs-feature-box-3{background:#ffebeb33;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.clubs-feature-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.clubs-feature-description{font-size:12px;color:#fffc;line-height:1.5}.communities-section{width:100%;padding:60px 0;background:#fff}.communities-container{max-width:1400px;margin:0 auto;padding:0 200px}.communities-header{text-align:center;margin-bottom:40px}.communities-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#666;margin-bottom:12px}.communities-dot{width:5px;height:5px;background:#ffc20f;border-radius:50%}.communities-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0}.communities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.community-card{width:100%;max-width:100%;height:280px;padding:28px 24px;background:#fff;border:1px solid #F4F5F5;border-radius:10px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.community-card:hover{border-color:#015faf;box-shadow:0 6px 24px #015faf1a;transform:translateY(-3px)}.community-icon-wrapper{width:72px;height:64px;background:#015faf26;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.community-icon{width:36px;height:36px;object-fit:contain}.community-name{font-size:16px;font-weight:600;color:#000;margin:0 0 8px}.community-description{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0 0 auto;max-width:280px}.community-join-btn{display:inline-flex;align-items:center;gap:10px;width:130px;height:40px;padding:10px 10px 10px 20px;background:#015faf;color:#fff;border:none;border-radius:30px;font-size:11px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:16px}.community-join-btn:hover{background:#014a8c;transform:translateY(-2px);box-shadow:0 6px 20px #015faf4d}.community-join-btn svg{transition:transform .3s ease;width:14px;height:14px}.community-join-btn:hover svg{transform:translate(4px)}.why-join-section{width:100%;padding:60px 0;background:linear-gradient(180deg,#00a1d6,#8fb1b6)}.why-join-container{max-width:1400px;margin:0 auto;padding:0 200px}.why-join-header{text-align:center;margin-bottom:40px}.why-join-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#fff;margin-bottom:12px}.why-join-label svg path{fill:#fff}.why-join-title{font-size:32px;font-weight:700;line-height:1.2;color:#fff;margin:0}.why-join-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-join-card{width:100%;max-width:100%;height:180px;padding:24px;border-radius:16px;display:flex;flex-direction:column;transition:all .3s ease}.why-join-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003}.why-join-card-1{background:linear-gradient(61.2deg,#081935 -28.06%,#2d1d8e 35.44%,#00a1d6 89.27%)}.why-join-card-2{background:linear-gradient(67.72deg,#081935 -26.73%,#2d1d8e 70.32%,#ffc20f 105.39%)}.why-join-card-3{background:linear-gradient(69.75deg,#081935 -24.8%,#2d1d8e 29.76%,#666 76%)}.why-join-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#fff}.why-join-card-icon svg{width:24px;height:24px}.why-join-card-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.why-join-card-description{font-size:11px;font-weight:400;line-height:1.6;color:#fffc;margin:0}.upcoming-events-section{width:100%;padding:60px 0;background:#fff}.upcoming-events-container{max-width:1400px;margin:0 auto;padding:0 200px}.upcoming-events-header{text-align:center;margin-bottom:40px}.upcoming-events-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#666;margin-bottom:12px}.upcoming-events-dot{width:5px;height:5px;background:#ffc20f;border-radius:50%}.upcoming-events-title{font-size:32px;font-weight:700;line-height:1.2;color:#000;margin:0}.upcoming-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.upcoming-event-card{display:flex;flex-direction:column}.upcoming-event-image{width:100%;height:200px;border-radius:10px;overflow:hidden;margin-bottom:16px}.upcoming-event-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.upcoming-event-card:hover .upcoming-event-image img{transform:scale(1.05)}.upcoming-event-details{display:flex;flex-direction:column;gap:8px}.upcoming-event-meta{display:flex;align-items:center;gap:16px}.upcoming-event-date,.upcoming-event-location{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:400;color:#666}.upcoming-event-date svg,.upcoming-event-location svg{color:#666;width:12px;height:12px}.upcoming-event-title{font-size:16px;font-weight:600;color:#000;margin:0}.upcoming-event-description{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0}.upcoming-event-register-btn{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 18px;background:#015faf;color:#fff;border:none;border-radius:50px;font-size:11px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:6px}.upcoming-event-register-btn:hover{background:#014a8c;transform:translateY(-2px);box-shadow:0 6px 20px #015faf4d}.upcoming-event-register-btn svg{transition:transform .3s ease;width:12px;height:12px}.upcoming-event-register-btn:hover svg{transform:translate(4px)}.upcoming-events-loading,.upcoming-events-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.upcoming-events-loading p,.upcoming-events-empty p{font-size:14px;color:#666;margin:16px 0 0}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#015faf;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.join-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.join-dialog{background:#fff;border-radius:16px;padding:40px;max-width:480px;width:100%;position:relative;box-shadow:0 20px 60px #0003;animation:dialogSlideIn .3s ease}@keyframes dialogSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.join-dialog-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.join-dialog-close:hover{color:#000}.join-dialog-title{font-size:24px;font-weight:700;color:#000;margin:0 0 8px}.join-dialog-club-name{color:#015faf}.join-dialog-subtitle{font-size:15px;font-weight:400;color:#666;margin:0 0 32px}.join-dialog-form{display:flex;flex-direction:column;gap:24px}.join-dialog-field{display:flex;flex-direction:column;gap:8px}.join-dialog-label{font-size:14px;font-weight:600;color:#000}.join-dialog-input{width:100%;padding:14px 16px;background:#fff;border:1px solid #E5E5E5;border-radius:8px;font-size:15px;color:#000;outline:none;transition:all .3s ease}.join-dialog-input::placeholder{color:#999}.join-dialog-input:focus{border-color:#015faf;box-shadow:0 0 0 3px #015faf1a}.join-dialog-submit{width:100%;padding:16px 24px;background:#015faf;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.join-dialog-submit:hover{background:#014a8c;transform:translateY(-2px);box-shadow:0 8px 24px #015faf4d}@media (max-width: 1600px){.clubs-features{max-width:1000px}.clubs-feature-box{width:calc(33.333% - 14px);min-width:260px;height:auto;min-height:140px}}@media (max-width: 1024px){.clubs-hero-container{padding:80px 40px 50px}.clubs-hero-title{font-size:30px}.clubs-hero-description{font-size:12px}.clubs-hero-label{font-size:10px}.clubs-browse-btn{padding:8px 18px;font-size:11px}.clubs-feature-box{width:calc(50% - 10px);height:auto;min-height:130px;padding:14px 20px}.clubs-feature-title{font-size:14px}.clubs-feature-description{font-size:11px}.communities-section{padding:50px 0}.communities-container{padding:0 100px}.communities-header{margin-bottom:32px}.communities-title{font-size:28px}.communities-grid{grid-template-columns:repeat(2,1fr);gap:20px}.community-card{height:auto;min-height:260px;padding:24px 20px}.community-name{font-size:14px}.community-description{font-size:10px}.community-join-btn{width:120px;height:36px;font-size:10px}.why-join-section{padding:50px 0}.why-join-container{padding:0 100px}.why-join-header{margin-bottom:32px}.why-join-title{font-size:28px}.why-join-cards{grid-template-columns:repeat(3,1fr);gap:20px}.why-join-card{height:auto;min-height:160px;padding:20px}.why-join-card-title{font-size:14px}.why-join-card-description{font-size:10px}.upcoming-events-section{padding:50px 0}.upcoming-events-container{padding:0 100px}.upcoming-events-header{margin-bottom:32px}.upcoming-events-title{font-size:28px}.upcoming-events-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}.upcoming-event-image{height:180px}.upcoming-event-title{font-size:14px}.upcoming-event-description,.upcoming-event-date,.upcoming-event-location{font-size:10px}}@media (max-width: 768px){.clubs-hero-container{padding:80px 40px 40px}.clubs-hero-title{font-size:26px}.clubs-hero-description{font-size:11px}.clubs-hero-label{font-size:9px}.clubs-hero-content{margin-bottom:40px}.clubs-browse-btn{padding:8px 16px;font-size:10px}.clubs-features{flex-direction:column;align-items:center}.clubs-feature-box{width:100%;max-width:320px;min-height:120px;padding:12px 16px}.clubs-feature-title{font-size:13px}.clubs-feature-description{font-size:10px}.communities-section{padding:40px 0}.communities-container{padding:0 40px}.communities-header{margin-bottom:28px}.communities-label{font-size:10px}.communities-title{font-size:24px}.communities-grid{grid-template-columns:repeat(2,1fr);gap:16px}.community-card{padding:20px 16px;min-height:220px}.community-icon-wrapper{width:60px;height:54px;margin-bottom:12px}.community-icon{width:30px;height:30px}.community-name{font-size:13px}.community-description{font-size:9px}.community-join-btn{width:110px;height:32px;font-size:9px;padding:8px 8px 8px 16px}.why-join-section{padding:40px 0}.why-join-container{padding:0 40px}.why-join-header{margin-bottom:28px}.why-join-label{font-size:10px}.why-join-title{font-size:24px}.why-join-cards{grid-template-columns:1fr;gap:16px}.why-join-card{max-width:100%;min-height:140px;padding:18px}.why-join-card-title{font-size:13px}.why-join-card-description{font-size:9px}.upcoming-events-section{padding:40px 0}.upcoming-events-container{padding:0 40px}.upcoming-events-header{margin-bottom:28px}.upcoming-events-label{font-size:10px}.upcoming-events-title{font-size:24px}.upcoming-events-grid{grid-template-columns:1fr;gap:24px;margin-bottom:28px}.upcoming-event-image{height:160px}.upcoming-event-title{font-size:13px}.upcoming-event-description,.upcoming-event-date,.upcoming-event-location{font-size:9px}.upcoming-event-register-btn{padding:6px 14px;font-size:9px}}@media (max-width: 480px){.clubs-hero-container{padding:70px 24px 32px}.clubs-hero-title{font-size:22px}.clubs-hero-description{font-size:10px}.clubs-hero-label{font-size:8px}.clubs-hero-content{margin-bottom:32px}.clubs-browse-btn{padding:7px 14px;font-size:9px}.clubs-feature-box{max-width:280px;min-height:100px;padding:10px 14px}.clubs-feature-title{font-size:12px}.clubs-feature-description{font-size:9px}.communities-section{padding:32px 0}.communities-container{padding:0 24px}.communities-header{margin-bottom:24px}.communities-label{font-size:9px;margin-bottom:10px}.communities-dot{width:4px;height:4px}.communities-title{font-size:20px}.communities-grid{grid-template-columns:1fr;gap:14px}.community-card{padding:18px 14px;min-height:auto;max-width:100%}.community-icon-wrapper{width:54px;height:48px;margin-bottom:10px}.community-icon{width:26px;height:26px}.community-name{font-size:12px;margin-bottom:6px}.community-description{font-size:9px}.community-join-btn{width:100px;height:30px;font-size:9px;padding:6px 6px 6px 14px;gap:6px;margin-top:12px}.why-join-section{padding:32px 0}.why-join-container{padding:0 24px}.why-join-header{margin-bottom:24px}.why-join-label{font-size:9px;margin-bottom:10px}.why-join-label svg{width:12px;height:12px}.why-join-title{font-size:20px}.why-join-cards{gap:12px}.why-join-card{min-height:120px;padding:16px;border-radius:12px}.why-join-card-icon{width:32px;height:32px;margin-bottom:12px}.why-join-card-icon svg{width:20px;height:20px}.why-join-card-title{font-size:12px;margin-bottom:6px}.why-join-card-description{font-size:9px}.upcoming-events-section{padding:32px 0}.upcoming-events-container{padding:0 24px}.upcoming-events-header{margin-bottom:24px}.upcoming-events-label{font-size:9px;margin-bottom:10px}.upcoming-events-dot{width:4px;height:4px}.upcoming-events-title{font-size:20px}.upcoming-events-grid{grid-template-columns:1fr;gap:20px;margin-bottom:24px}.upcoming-event-image{height:140px}.upcoming-event-details{padding:12px 0 0}.upcoming-event-meta{gap:10px;margin-bottom:8px}.upcoming-event-date,.upcoming-event-location{font-size:9px}.upcoming-event-title{font-size:12px;margin-bottom:6px}.upcoming-event-description{font-size:9px;margin-bottom:10px}.upcoming-event-register-btn{padding:6px 12px;font-size:9px}.join-dialog{padding:28px 20px;margin:0 16px}.join-dialog-close{top:14px;right:14px}.join-dialog-title{font-size:18px;padding-right:20px}.join-dialog-subtitle{font-size:12px;margin-bottom:20px}.join-dialog-form{gap:16px}.join-dialog-label{font-size:11px}.join-dialog-input{padding:10px 12px;font-size:12px}.join-dialog-submit{padding:12px 18px;font-size:13px}}.portfolio-page{min-height:100vh;background-color:#fff}.portfolio-hero{position:relative;min-height:auto;display:flex;align-items:center;background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);overflow:hidden}.portfolio-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/about_us_bg.gif);background-size:cover;background-position:center;opacity:.15}.portfolio-hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:100px 200px 60px;width:100%}.portfolio-hero-content{max-width:600px;margin-bottom:50px}.portfolio-hero-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#fffc;margin-bottom:12px}.portfolio-hero-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.portfolio-hero-title{font-size:36px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 16px}.portfolio-hero-description{font-size:13px;font-weight:400;line-height:1.6;color:#ffffffd9;margin:0}.portfolio-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.portfolio-stat{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:20px;text-align:center}.portfolio-stat-number{display:block;font-size:28px;font-weight:700;color:#fff;margin-bottom:6px}.portfolio-stat-label{font-size:11px;font-weight:500;color:#ffffffb3}.projects-section{padding:60px 0;background:#fff}.projects-container{max-width:1400px;margin:0 auto;padding:0 200px}.projects-header{text-align:center;margin-bottom:32px}.projects-title{font-size:32px;font-weight:700;color:#000;margin:0 0 12px}.projects-subtitle{font-size:13px;font-weight:400;color:#666;margin:0}.projects-filters{display:flex;justify-content:center;gap:10px;margin-bottom:40px;flex-wrap:wrap}.filter-btn{padding:8px 18px;background:transparent;border:1px solid #E5E5E5;border-radius:50px;font-size:11px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#015faf;color:#015faf}.filter-btn.active{background:#015faf;border-color:#015faf;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:#fff;border:1px solid #F4F5F5;border-radius:12px;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#015faf;box-shadow:0 12px 40px #015faf1a;transform:translateY(-5px)}.project-image{position:relative;height:180px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#015fafe6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-view-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#fff;border:none;border-radius:50px;font-size:11px;font-weight:600;color:#015faf;cursor:pointer;transition:all .3s ease}.project-view-btn:hover{transform:scale(1.05)}.project-content{padding:18px}.project-client{font-size:10px;font-weight:600;color:#00a1d6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.project-title{font-size:15px;font-weight:600;color:#000;margin:0 0 8px}.project-description{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0 0 12px}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-tag{padding:4px 10px;background:#f4f5f5;border-radius:20px;font-size:10px;font-weight:500;color:#666}.process-section{padding:60px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.process-container{max-width:1400px;margin:0 auto;padding:0 200px}.process-header{text-align:center;margin-bottom:40px}.process-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#666;margin-bottom:12px}.process-title{font-size:32px;font-weight:700;color:#000;margin:0}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-step{text-align:center;padding:20px 16px}.process-step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#015faf,#00a1d6);border-radius:50%;font-size:14px;font-weight:700;color:#fff;margin-bottom:16px}.process-step-title{font-size:14px;font-weight:600;color:#000;margin:0 0 8px}.process-step-description{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0}.portfolio-cta-section{padding:60px 0;background:linear-gradient(135deg,#015faf,#002849)}.portfolio-cta-container{max-width:1400px;margin:0 auto;padding:0 200px;text-align:center}.portfolio-cta-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 12px}.portfolio-cta-description{font-size:13px;font-weight:400;line-height:1.6;color:#ffffffd9;max-width:500px;margin:0 auto 24px}.portfolio-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#fff;border:none;border-radius:50px;font-size:12px;font-weight:600;color:#015faf;cursor:pointer;transition:all .3s ease}.portfolio-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.portfolio-cta-btn svg{transition:transform .3s ease;width:14px;height:14px}.portfolio-cta-btn:hover svg{transform:translate(4px)}@media (max-width: 1024px){.portfolio-hero-container{padding:80px 100px 50px}.portfolio-hero-content{margin-bottom:40px}.portfolio-hero-label{font-size:10px}.portfolio-hero-title{font-size:30px}.portfolio-hero-description{font-size:12px}.portfolio-stats{grid-template-columns:repeat(4,1fr);gap:16px}.portfolio-stat{padding:16px;border-radius:10px}.portfolio-stat-number{font-size:24px}.portfolio-stat-label{font-size:10px}.projects-section{padding:50px 0}.projects-container{padding:0 100px}.projects-header{margin-bottom:28px}.projects-title{font-size:28px}.projects-subtitle{font-size:12px}.projects-filters{margin-bottom:32px}.filter-btn{padding:7px 16px;font-size:10px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-image{height:160px}.project-content{padding:16px}.project-title{font-size:14px}.project-description{font-size:10px}.process-section{padding:50px 0}.process-container{padding:0 100px}.process-header{margin-bottom:32px}.process-title{font-size:28px}.process-steps{grid-template-columns:repeat(4,1fr);gap:16px}.process-step{padding:16px 12px}.process-step-number{width:42px;height:42px;font-size:12px;margin-bottom:12px}.process-step-title{font-size:13px}.process-step-description{font-size:10px}.portfolio-cta-section{padding:50px 0}.portfolio-cta-container{padding:0 100px}.portfolio-cta-title{font-size:24px}.portfolio-cta-description{font-size:12px}.portfolio-cta-btn{padding:9px 20px;font-size:11px}}@media (max-width: 768px){.portfolio-hero{min-height:auto}.portfolio-hero-container{padding:70px 40px 40px}.portfolio-hero-content{margin-bottom:32px}.portfolio-hero-label{font-size:9px}.portfolio-hero-title{font-size:26px}.portfolio-hero-description{font-size:11px}.portfolio-stats{grid-template-columns:repeat(2,1fr);gap:12px}.portfolio-stat{padding:14px;border-radius:8px}.portfolio-stat-number{font-size:20px}.portfolio-stat-label{font-size:9px}.projects-section{padding:40px 0}.projects-container{padding:0 40px}.projects-header{margin-bottom:24px}.projects-title{font-size:24px}.projects-subtitle{font-size:11px}.projects-filters{margin-bottom:28px}.filter-btn{padding:6px 14px;font-size:9px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:16px}.project-image{height:140px}.project-content{padding:14px}.project-client{font-size:9px}.project-title{font-size:13px}.project-description{font-size:9px}.project-tag{padding:3px 8px;font-size:9px}.process-section{padding:40px 0}.process-container{padding:0 40px}.process-header{margin-bottom:28px}.process-label{font-size:10px}.process-title{font-size:24px}.process-steps{grid-template-columns:repeat(2,1fr);gap:14px}.process-step{padding:14px 10px}.process-step-number{width:36px;height:36px;font-size:11px;margin-bottom:10px}.process-step-title{font-size:12px}.process-step-description{font-size:9px}.portfolio-cta-section{padding:40px 0}.portfolio-cta-container{padding:0 40px}.portfolio-cta-title{font-size:22px}.portfolio-cta-description{font-size:11px}.portfolio-cta-btn{padding:8px 18px;font-size:10px}}@media (max-width: 480px){.portfolio-hero-container{padding:60px 24px 32px}.portfolio-hero-content{margin-bottom:28px}.portfolio-hero-label{font-size:8px;margin-bottom:10px}.portfolio-hero-dot{width:5px;height:5px}.portfolio-hero-title{font-size:22px}.portfolio-hero-description{font-size:10px}.portfolio-stats{grid-template-columns:repeat(2,1fr);gap:10px}.portfolio-stat{padding:12px;border-radius:8px}.portfolio-stat-number{font-size:18px;margin-bottom:4px}.portfolio-stat-label{font-size:8px}.projects-section{padding:32px 0}.projects-container{padding:0 24px}.projects-header{margin-bottom:20px}.projects-title{font-size:20px}.projects-subtitle{font-size:10px}.projects-filters{gap:6px;margin-bottom:24px}.filter-btn{padding:5px 12px;font-size:8px}.projects-grid{grid-template-columns:1fr;gap:14px}.project-image{height:140px}.project-content{padding:12px}.project-client{font-size:8px;margin-bottom:4px}.project-title{font-size:12px;margin-bottom:6px}.project-description{font-size:9px;margin-bottom:10px}.project-tags{gap:4px}.project-tag{padding:3px 6px;font-size:8px}.process-section{padding:32px 0}.process-container{padding:0 24px}.process-header{margin-bottom:24px}.process-label{font-size:9px}.process-title{font-size:20px}.process-steps{grid-template-columns:repeat(2,1fr);gap:12px}.process-step{padding:12px 8px}.process-step-number{width:32px;height:32px;font-size:10px;margin-bottom:8px}.process-step-title{font-size:11px;margin-bottom:6px}.process-step-description{font-size:8px}.portfolio-cta-section{padding:32px 0}.portfolio-cta-container{padding:0 24px}.portfolio-cta-title{font-size:18px}.portfolio-cta-description{font-size:10px;margin-bottom:20px}.portfolio-cta-btn{padding:7px 16px;font-size:9px}.portfolio-cta-btn svg{width:12px;height:12px}}.project-modal-content{padding:0}.project-modal-image{width:100%;height:220px;overflow:hidden;border-radius:24px 24px 0 0}.project-modal-image img{width:100%;height:100%;object-fit:cover}.project-modal-details{padding:24px 32px 32px}.project-modal-client{display:inline-block;font-size:11px;font-weight:600;color:#00a1d6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.project-modal-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}.project-modal-description{font-size:14px;font-weight:400;line-height:1.7;color:#fffc;margin:0 0 20px}.project-modal-info{margin-bottom:20px}.project-modal-info-item{display:flex;align-items:center;gap:12px}.project-modal-info-label{font-size:12px;font-weight:500;color:#fff9}.project-modal-info-value{font-size:13px;font-weight:600;color:#fff}.project-modal-tags{margin-bottom:24px}.project-modal-tags-label{display:block;font-size:12px;font-weight:500;color:#fff9;margin-bottom:10px}.project-modal-tags-list{display:flex;flex-wrap:wrap;gap:8px}.project-modal-tag{padding:6px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:12px;font-weight:500;color:#ffffffe6}.project-modal-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:linear-gradient(135deg,#015faf,#00a1d6);border:none;border-radius:50px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center}.project-modal-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #015faf66}.project-modal-cta svg{transition:transform .3s ease}.project-modal-cta:hover svg{transform:translate(4px)}@media (max-width: 768px){.project-modal-image{height:180px}.project-modal-details{padding:20px 24px 28px}.project-modal-title{font-size:20px}.project-modal-description{font-size:13px}.project-modal-tag{padding:5px 12px;font-size:11px}.project-modal-cta{padding:11px 24px;font-size:13px}}@media (max-width: 480px){.project-modal-image{height:160px}.project-modal-details{padding:16px 20px 24px}.project-modal-client{font-size:10px}.project-modal-title{font-size:18px}.project-modal-description{font-size:12px;margin-bottom:16px}.project-modal-info-label,.project-modal-tags-label{font-size:11px}.project-modal-info-value{font-size:12px}.project-modal-tag{padding:4px 10px;font-size:10px}.project-modal-cta{padding:10px 20px;font-size:12px}}.contact-page{min-height:100vh;background-color:#fff}.contact-hero{position:relative;padding:100px 200px 60px;background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);overflow:hidden}.contact-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/about_us_bg.gif);background-size:cover;background-position:center;opacity:.15}.contact-hero-container{position:relative;z-index:1;max-width:600px;margin:0 auto;padding:0;text-align:center}.contact-hero-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#fffc;margin-bottom:16px}.contact-hero-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.contact-hero-title{font-size:36px;font-weight:700;color:#fff;line-height:1.1;margin:0 0 16px}.contact-hero-description{font-size:13px;font-weight:400;line-height:1.7;color:#ffffffd9;margin:0}.contact-main-section{padding:60px 200px;background:#fff}.contact-main-container{max-width:1000px;margin:0 auto;padding:0;display:grid;grid-template-columns:1fr 1.5fr;gap:40px}.contact-info{background:linear-gradient(135deg,#015faf,#002849);border-radius:16px;padding:32px;color:#fff}.contact-info-title{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px}.contact-info-description{font-size:12px;font-weight:400;line-height:1.6;color:#fffc;margin:0 0 28px}.contact-info-items{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.contact-info-item{display:flex;align-items:flex-start;gap:12px}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border-radius:8px;color:#00a1d6;flex-shrink:0}.contact-info-content{display:flex;flex-direction:column;gap:4px}.contact-info-label{font-size:10px;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.contact-info-value{font-size:13px;font-weight:500;color:#fff}.contact-social{padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.contact-social-label{font-size:11px;font-weight:500;color:#ffffffb3;margin-bottom:12px;display:block}.contact-social-links{display:flex;gap:10px}.contact-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border-radius:8px;color:#fff;transition:all .3s ease}.contact-social-link:hover{background:#00a1d6;transform:translateY(-2px)}.contact-form-wrapper{background:#fff;border:1px solid #F4F5F5;border-radius:16px;padding:32px;box-shadow:0 4px 24px #0000000a}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form-field{display:flex;flex-direction:column;gap:6px}.contact-form-label{font-size:12px;font-weight:500;color:#333}.contact-form-input{padding:12px 16px;background:#f8fafc;border:1px solid #E5E5E5;border-radius:8px;font-size:13px;font-weight:400;color:#333;transition:all .3s ease}.contact-form-input::placeholder{color:#999}.contact-form-input:focus{outline:none;border-color:#015faf;background:#fff;box-shadow:0 0 0 3px #015faf1a}.contact-form-textarea{padding:12px 16px;background:#f8fafc;border:1px solid #E5E5E5;border-radius:8px;font-size:13px;font-weight:400;color:#333;font-family:inherit;resize:vertical;min-height:100px;transition:all .3s ease}.contact-form-textarea::placeholder{color:#999}.contact-form-textarea:focus{outline:none;border-color:#015faf;background:#fff;box-shadow:0 0 0 3px #015faf1a}.contact-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;background:linear-gradient(135deg,#015faf,#00a1d6);border:none;border-radius:50px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;align-self:flex-start}.contact-form-submit:hover{transform:translateY(-2px);box-shadow:0 12px 32px #015faf4d}.contact-form-submit svg{transition:transform .3s ease}.contact-form-submit:hover svg{transform:translate(4px)}.contact-form-status{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-radius:10px;margin-bottom:20px;font-size:13px;font-weight:500;line-height:1.5;animation:contactStatusFadeIn .3s ease}.contact-form-status svg{flex-shrink:0;margin-top:1px}.contact-form-status-success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.contact-form-status-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}@keyframes contactStatusFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-form-submit:disabled:hover{transform:none;box-shadow:none}.contact-form-submit.submitting{background:linear-gradient(135deg,#6b9dcf,#7cbae5)}.contact-submit-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:contactSpinnerSpin .8s linear infinite}@keyframes contactSpinnerSpin{to{transform:rotate(360deg)}}.contact-form-input:disabled,.contact-form-textarea:disabled{background:#f8fafc;opacity:.7;cursor:not-allowed}.contact-map-section{padding:0 200px 60px}.contact-map-placeholder{max-width:1000px;margin:0 auto;height:300px;background:linear-gradient(135deg,#f8fafc,#e5e9ed);border-radius:16px;overflow:hidden;position:relative}.contact-map-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:24px 36px;border-radius:12px;text-align:center;box-shadow:0 8px 32px #0000001a}.contact-map-overlay h3{font-size:16px;font-weight:600;color:#000;margin:0 0 6px}.contact-map-overlay p{font-size:12px;font-weight:400;color:#666;margin:0}@media (max-width: 1024px){.contact-hero{padding:80px 100px 50px}.contact-hero-title{font-size:28px}.contact-hero-description{font-size:12px}.contact-hero-label{font-size:10px}.contact-main-section{padding:50px 100px}.contact-main-container{grid-template-columns:1fr;gap:32px}.contact-info{padding:28px}.contact-info-title{font-size:18px}.contact-info-description{font-size:11px}.contact-form-wrapper{padding:28px}.contact-map-section{padding:0 100px 50px}.contact-map-placeholder{height:250px}.contact-map-overlay h3{font-size:14px}.contact-map-overlay p{font-size:11px}}@media (max-width: 768px){.contact-hero{padding:70px 40px 40px}.contact-hero-title{font-size:24px}.contact-hero-description{font-size:11px}.contact-hero-label{font-size:9px}.contact-main-section{padding:40px}.contact-main-container{gap:24px}.contact-info{padding:24px}.contact-info-title{font-size:16px}.contact-info-description{font-size:10px}.contact-info-items{gap:16px;margin-bottom:24px}.contact-info-icon{width:32px;height:32px}.contact-info-label{font-size:9px}.contact-info-value{font-size:11px}.contact-social-label{font-size:10px}.contact-social-link{width:32px;height:32px}.contact-form-wrapper{padding:24px}.contact-form-label{font-size:11px}.contact-form-input,.contact-form-textarea{padding:10px 14px;font-size:12px;border-radius:6px}.contact-form-row{grid-template-columns:1fr;gap:14px}.contact-form-submit{width:100%;justify-content:center;padding:10px 24px;font-size:12px}.contact-map-section{padding:0 40px 40px}.contact-map-placeholder{height:220px}.contact-map-overlay{padding:20px 28px}.contact-map-overlay h3{font-size:13px}.contact-map-overlay p{font-size:10px}}@media (max-width: 480px){.contact-hero{padding:60px 24px 32px}.contact-hero-title{font-size:20px}.contact-hero-description{font-size:10px}.contact-hero-label{font-size:8px;margin-bottom:12px}.contact-hero-dot{width:5px;height:5px}.contact-main-section{padding:32px 24px}.contact-main-container{gap:20px}.contact-info{padding:20px}.contact-info-title{font-size:14px}.contact-info-description{font-size:9px;margin-bottom:20px}.contact-info-items{gap:14px;margin-bottom:20px}.contact-info-icon{width:28px;height:28px}.contact-info-icon svg{width:14px;height:14px}.contact-info-label{font-size:8px}.contact-info-value{font-size:10px}.contact-social{padding-top:16px}.contact-social-label{font-size:9px;margin-bottom:10px}.contact-social-link{width:28px;height:28px}.contact-form-wrapper{padding:20px}.contact-form{gap:14px}.contact-form-label{font-size:10px}.contact-form-input,.contact-form-textarea{padding:10px 12px;font-size:11px}.contact-form-textarea{min-height:80px}.contact-form-submit{padding:10px 20px;font-size:11px}.contact-map-section{padding:0 24px 32px}.contact-map-placeholder{height:180px;border-radius:12px}.contact-map-overlay{padding:16px 20px}.contact-map-overlay h3{font-size:12px}.contact-map-overlay p{font-size:9px}}.consultation-page{min-height:100vh;background-color:#fff}.consultation-hero{position:relative;padding:100px 200px 60px;background:linear-gradient(116.23deg,#005faf 42.5%,#002849 72.58%);overflow:hidden}.consultation-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/about_us_bg.gif);background-size:cover;background-position:center;opacity:.15}.consultation-hero-container{position:relative;z-index:1;max-width:600px;margin:0 auto;padding:0;text-align:center}.consultation-hero-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#fffc;margin-bottom:16px}.consultation-hero-dot{width:6px;height:6px;background:#ffc20f;border-radius:50%}.consultation-hero-title{font-size:36px;font-weight:700;color:#fff;line-height:1.1;margin:0 0 16px}.consultation-hero-description{font-size:13px;font-weight:400;line-height:1.7;color:#ffffffd9;margin:0}.consultation-benefits{padding:50px 200px;background:#f8fafc}.consultation-benefits-container{max-width:1000px;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.consultation-benefit{background:#fff;border:1px solid #F4F5F5;border-radius:12px;padding:24px;text-align:center;transition:all .3s ease}.consultation-benefit:hover{border-color:#015faf;box-shadow:0 12px 32px #015faf1a;transform:translateY(-4px)}.consultation-benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#015faf1a,#00a1d61a);border-radius:12px;color:#015faf;margin-bottom:14px}.consultation-benefit-title{font-size:14px;font-weight:600;color:#000;margin:0 0 8px}.consultation-benefit-description{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0}.consultation-booking{padding:60px 200px;background:#fff}.consultation-booking-container{max-width:800px;margin:0 auto;padding:0}.consultation-booking-header{text-align:center;margin-bottom:32px}.consultation-booking-title{font-size:28px;font-weight:700;color:#000;margin:0 0 10px}.consultation-booking-subtitle{font-size:13px;font-weight:400;color:#666;margin:0}.consultation-form{background:#fff;border:1px solid #F4F5F5;border-radius:16px;padding:32px;box-shadow:0 4px 24px #0000000a}.consultation-section-title{font-size:14px;font-weight:600;color:#000;margin:0 0 14px}.consultation-datetime{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #F4F5F5}.consultation-dates{margin-bottom:20px}.consultation-dates-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.consultation-date-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 10px;background:#f8fafc;border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .3s ease}.consultation-date-btn:hover{background:#fff;border-color:#015faf}.consultation-date-btn.selected{background:#015faf;border-color:#015faf}.consultation-date-btn .date-day{font-size:10px;font-weight:500;color:#666;text-transform:uppercase}.consultation-date-btn .date-number{font-size:18px;font-weight:700;color:#000}.consultation-date-btn .date-month{font-size:10px;font-weight:500;color:#666}.consultation-date-btn.selected .date-day,.consultation-date-btn.selected .date-number,.consultation-date-btn.selected .date-month{color:#fff}.consultation-times-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.consultation-time-btn{padding:10px 12px;background:#f8fafc;border:2px solid transparent;border-radius:8px;font-size:12px;font-weight:500;color:#333;cursor:pointer;transition:all .3s ease}.consultation-time-btn:hover{background:#fff;border-color:#015faf}.consultation-time-btn.selected{background:#015faf;border-color:#015faf;color:#fff}.consultation-contact-info{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #F4F5F5}.consultation-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.consultation-form-field{display:flex;flex-direction:column;gap:6px}.consultation-form-field-full{grid-column:1 / -1}.consultation-form-label{font-size:12px;font-weight:500;color:#333}.consultation-form-input,.consultation-form-select{padding:12px 14px;background:#f8fafc;border:1px solid #E5E5E5;border-radius:8px;font-size:13px;font-weight:400;color:#333;transition:all .3s ease}.consultation-form-input::placeholder{color:#999}.consultation-form-input:focus,.consultation-form-select:focus{outline:none;border-color:#015faf;background:#fff;box-shadow:0 0 0 3px #015faf1a}.consultation-form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.consultation-project-details{margin-bottom:24px}.consultation-project-details .consultation-form-grid{margin-bottom:14px}.consultation-form-textarea{padding:12px 14px;background:#f8fafc;border:1px solid #E5E5E5;border-radius:8px;font-size:13px;font-weight:400;color:#333;font-family:inherit;resize:vertical;min-height:100px;transition:all .3s ease}.consultation-form-textarea::placeholder{color:#999}.consultation-form-textarea:focus{outline:none;border-color:#015faf;background:#fff;box-shadow:0 0 0 3px #015faf1a}.consultation-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 28px;background:linear-gradient(135deg,#015faf,#00a1d6);border:none;border-radius:50px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}.consultation-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #015faf4d}.consultation-submit-btn svg{transition:transform .3s ease}.consultation-submit-btn:hover svg{transform:translate(4px)}.consultation-faq{padding:60px 200px;background:#f8fafc}.consultation-faq-container{max-width:900px;margin:0 auto;padding:0}.consultation-faq-title{font-size:28px;font-weight:700;color:#000;text-align:center;margin:0 0 32px}.consultation-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.consultation-faq-item{background:#fff;border:1px solid #F4F5F5;border-radius:12px;padding:20px}.consultation-faq-question{font-size:13px;font-weight:600;color:#000;margin:0 0 8px}.consultation-faq-answer{font-size:11px;font-weight:400;line-height:1.6;color:#666;margin:0}@media (max-width: 1024px){.consultation-hero{padding:80px 100px 50px}.consultation-hero-title{font-size:28px}.consultation-hero-description{font-size:12px}.consultation-hero-label{font-size:10px}.consultation-benefits{padding:40px 100px}.consultation-benefits-container{grid-template-columns:repeat(2,1fr);gap:16px}.consultation-benefit{padding:20px}.consultation-benefit-icon{width:42px;height:42px}.consultation-benefit-title{font-size:13px}.consultation-benefit-description{font-size:10px}.consultation-booking{padding:50px 100px}.consultation-booking-title{font-size:24px}.consultation-booking-subtitle{font-size:12px}.consultation-form{padding:28px}.consultation-section-title{font-size:13px}.consultation-dates-grid{grid-template-columns:repeat(5,1fr)}.consultation-times-grid{grid-template-columns:repeat(4,1fr)}.consultation-faq{padding:50px 100px}.consultation-faq-title{font-size:24px;margin-bottom:28px}.consultation-faq-grid{gap:16px}.consultation-faq-item{padding:18px}.consultation-faq-question{font-size:12px}.consultation-faq-answer{font-size:10px}}@media (max-width: 768px){.consultation-hero{padding:70px 40px 40px}.consultation-hero-title{font-size:24px}.consultation-hero-description{font-size:11px}.consultation-hero-label{font-size:9px}.consultation-benefits{padding:32px 40px}.consultation-benefits-container{grid-template-columns:1fr 1fr;gap:14px}.consultation-benefit{padding:18px}.consultation-benefit-icon{width:38px;height:38px;margin-bottom:12px}.consultation-benefit-title{font-size:12px}.consultation-benefit-description{font-size:9px}.consultation-booking{padding:40px}.consultation-booking-header{margin-bottom:24px}.consultation-booking-title{font-size:22px}.consultation-booking-subtitle{font-size:11px}.consultation-form{padding:24px}.consultation-section-title{font-size:12px;margin-bottom:12px}.consultation-datetime{margin-bottom:24px;padding-bottom:24px}.consultation-dates-grid{grid-template-columns:repeat(5,1fr);gap:8px}.consultation-date-btn{padding:10px 6px}.consultation-date-btn .date-day{font-size:9px}.consultation-date-btn .date-number{font-size:16px}.consultation-date-btn .date-month{font-size:9px}.consultation-times-grid{grid-template-columns:repeat(3,1fr);gap:8px}.consultation-time-btn{padding:8px 10px;font-size:11px}.consultation-contact-info{margin-bottom:24px;padding-bottom:24px}.consultation-form-grid{grid-template-columns:1fr;gap:12px}.consultation-form-label{font-size:11px}.consultation-form-input,.consultation-form-select{padding:10px 12px;font-size:12px}.consultation-project-details{margin-bottom:20px}.consultation-form-textarea{padding:10px 12px;font-size:12px;min-height:80px}.consultation-submit-btn{padding:10px 24px;font-size:12px}.consultation-faq{padding:40px}.consultation-faq-title{font-size:22px;margin-bottom:24px}.consultation-faq-grid{grid-template-columns:1fr;gap:14px}.consultation-faq-item{padding:16px}.consultation-faq-question{font-size:11px}.consultation-faq-answer{font-size:9px}}@media (max-width: 480px){.consultation-hero{padding:60px 24px 32px}.consultation-hero-label{font-size:8px;margin-bottom:12px}.consultation-hero-dot{width:5px;height:5px}.consultation-hero-title{font-size:20px}.consultation-hero-description{font-size:10px}.consultation-benefits{padding:28px 24px}.consultation-benefits-container{grid-template-columns:1fr;gap:12px}.consultation-benefit{padding:16px}.consultation-benefit-icon{width:34px;height:34px;border-radius:8px;margin-bottom:10px}.consultation-benefit-title{font-size:11px;margin-bottom:6px}.consultation-benefit-description{font-size:9px}.consultation-booking{padding:32px 24px}.consultation-booking-header{margin-bottom:20px}.consultation-booking-title{font-size:18px}.consultation-booking-subtitle{font-size:10px}.consultation-form{padding:20px}.consultation-section-title{font-size:11px;margin-bottom:10px}.consultation-datetime{margin-bottom:20px;padding-bottom:20px}.consultation-dates{margin-bottom:16px}.consultation-dates-grid{grid-template-columns:repeat(5,1fr);gap:6px}.consultation-date-btn{padding:8px 4px}.consultation-date-btn .date-day{font-size:8px}.consultation-date-btn .date-number{font-size:14px}.consultation-date-btn .date-month{font-size:8px}.consultation-times-grid{grid-template-columns:repeat(2,1fr);gap:6px}.consultation-time-btn{padding:8px 6px;font-size:10px}.consultation-contact-info{margin-bottom:20px;padding-bottom:20px}.consultation-form-grid{gap:10px}.consultation-form-label{font-size:10px}.consultation-form-input,.consultation-form-select{padding:10px;font-size:11px}.consultation-project-details{margin-bottom:16px}.consultation-project-details .consultation-form-grid{margin-bottom:10px}.consultation-form-textarea{padding:10px;font-size:11px;min-height:70px}.consultation-submit-btn{padding:10px 20px;font-size:11px}.consultation-faq{padding:32px 24px}.consultation-faq-title{font-size:18px;margin-bottom:20px}.consultation-faq-grid{gap:10px}.consultation-faq-item{padding:14px}.consultation-faq-question{font-size:10px;margin-bottom:6px}.consultation-faq-answer{font-size:9px}}.animate-on-scroll{opacity:0;transform:translateY(60px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.hero-animate{animation:heroFadeIn .8s ease-out forwards}.fade-in-down{opacity:0;transform:translateY(-20px);animation:fadeInDown .6s ease-out forwards}.fade-in-up{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.App{width:100%;min-height:100vh}.homepage{width:100%;overflow:visible}.sticky-stack-container{position:relative;width:100%}html{scroll-behavior:smooth}.homepage>section{opacity:0;transform:translateY(80px) scale(.95);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform}.homepage>section.visible{opacity:1;transform:translateY(0) scale(1)}.homepage .case-study-wrapper,.homepage .case-study-wrapper.visible,.case-study-wrapper,.case-study-wrapper.visible,.homepage .core,.homepage .core.visible,.core,.core.visible{transform:none!important;opacity:1!important}.homepage>section:first-child{opacity:1;transform:translateY(0) scale(1)}.sticky-stack-container .core,.sticky-stack-container .case-study-wrapper{transform:none!important;opacity:1!important}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
