.hero-section{width:100%;min-height:600px;position:relative;overflow:hidden;padding:80px 0}.hero-loading{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.hero-container{max-width:1400px;margin:0 auto;padding:0 80px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-content{display:flex;flex-direction:column;gap:24px;z-index:2}.hero-badges{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:8px}.hero-badge{display:flex;align-items:center;gap:12px;padding:12px 20px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.hero-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.badge-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.badge-icon img{width:100%;height:100%;object-fit:contain}.badge-content{display:flex;flex-direction:column;gap:2px}.badge-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.badge-value{font-size:14px;font-weight:700;color:#0a0f2c}.hero-subtitle{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#3b82f6;margin-bottom:8px}.hero-title{font-size:56px;font-weight:800;line-height:1.1;letter-spacing:-1px;margin:0}.hero-title-gradient{background:linear-gradient(135deg,#0a0f2c,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:18px;line-height:1.7;color:#4b5563;max-width:600px;margin:0}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}.hero-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.hero-button-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px rgba(59,130,246,.3)}.hero-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4);background:linear-gradient(135deg,#2563eb,#1d4ed8)}.hero-button-secondary{background:#fff;color:#000;border:2px solid #e5e7eb}.hero-button-secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px);color:#000}.button-icon{width:20px;height:20px;transition:transform .3s ease}.hero-button-secondary:hover .button-icon,.hero-button:hover .button-icon{transform:translateX(4px)}.hero-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.hero-image{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);transition:transform .5s ease}.hero-image:hover{transform:scale(1.02)}@media (max-width:1200px){.hero-container{padding:0 60px;gap:60px}.hero-title{font-size:48px}.hero-description{font-size:17px}}@media (max-width:968px){.hero-section{padding:60px 0;min-height:auto}.hero-container{grid-template-columns:1fr;padding:0 40px;gap:40px}.hero-content{order:1;text-align:center;align-items:center}.hero-image-container{order:2}.hero-title{font-size:40px}.hero-description{max-width:100%;text-align:center}.hero-badges,.hero-buttons{justify-content:center}}@media (max-width:640px){.hero-section{padding:40px 0}.hero-container{padding:0 24px;gap:32px}.hero-title{font-size:32px}.hero-subtitle{font-size:14px}.hero-description{font-size:16px}.hero-button{padding:14px 24px;font-size:15px;width:100%;justify-content:center}.hero-buttons{flex-direction:column;width:100%}.hero-badge{padding:10px 16px}.badge-title{font-size:10px}.badge-value{font-size:13px}}@media (prefers-color-scheme:dark){.hero-badge{background:rgba(17,24,39,.95)}.badge-title{color:#9ca3af}.badge-value{color:#f9fafb}.hero-description{color:#9ca3af}.hero-button-secondary{border-color:#374151;color:#000;background:#fff}.hero-button-secondary:hover{background:#f9fafb;border-color:#4b5563;color:#000}}.carousel-container{min-height:560px;height:clamp(560px,90vh,700px);background:linear-gradient(135deg,#f8f9fa,#e8eef3)}.carousel-container,.carousel-wrapper{position:relative;width:100%;overflow:visible}.carousel-wrapper{height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-in-out;transform:scale(.98);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;align-items:stretch;max-width:100%;box-sizing:border-box}.carousel-slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.carousel-slide.prev{transform:translateX(-100%) scale(.95)}.carousel-slide.next{transform:translateX(100%) scale(.95)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.95);border:1px solid rgba(0,0,0,.05);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 12px rgba(0,0,0,.08)}.carousel-arrow:hover{background:#3babd9;color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 4px 20px rgba(59,171,217,.3);border-color:transparent}.carousel-arrow-left{left:clamp(12px,3vw,50px)}.carousel-arrow-right{right:clamp(12px,3vw,50px)}.carousel-dots{position:absolute;bottom:clamp(16px,3vh,40px);left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.carousel-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.6);border:none;cursor:pointer;transition:all .4s ease;padding:0}.carousel-dot:hover{background:rgba(59,171,217,.6);transform:scale(1.15)}.carousel-dot.active{background:#3babd9;width:36px;border-radius:5px}.slide-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slide-content h1{font-size:4rem;color:#3babd9;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.left-container-head{grid-row:1;justify-content:center;padding:clamp(24px,4vh,40px) clamp(20px,4vw,60px) clamp(24px,6vh,60px) clamp(24px,8vw,200px)}.left-container-actions,.left-container-head{grid-column:1;min-width:0;display:flex;flex-direction:column;box-sizing:border-box}.left-container-actions{grid-row:2;gap:16px;padding:0 clamp(20px,4vw,60px) clamp(16px,2vh,28px) clamp(24px,8vw,200px)}.left-container-content{display:flex;flex-direction:column;gap:20px}.left-container-mini-title{font-size:11px;font-weight:700;letter-spacing:2.5px;color:#0d65f2;text-transform:uppercase;margin-bottom:8px;background-color:#e6effe;padding:5px 10px;border-radius:6px;width:max-content}.left-container-main-title h1{font-size:clamp(1.75rem,4vw + 1rem,4.5rem);font-weight:600;line-height:1.05;color:#1a1a1a;margin:0;letter-spacing:-1px;width:100%;max-width:90%}.left-container-main-title .highlight-text{color:#0d65f2}.left-container-description{margin-top:4px}.left-container-description p{font-size:clamp(13px,1.2vw + 10px,15px);line-height:1.8;color:#5a6c7d;margin:0;font-weight:400;width:100%;max-width:90%}.left-container-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.btn-primary{background:#0d65f2;color:#fff;border:none;padding:clamp(12px,1.2vw,16px) clamp(20px,2vw,32px);font-size:clamp(13px,.9vw + 10px,14px);font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(59,171,217,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,171,217,.35)}.btn-secondary{background:#fff;color:#1a1a1a;border:2px solid #ddd;padding:clamp(12px,1.2vw,16px) clamp(20px,2vw,32px);font-size:clamp(13px,.9vw + 10px,14px);font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{border-color:#3babd9;color:#3babd9;background:#f8fbfd}.stat-line{width:1px;height:40%;background-color:#c2c8ca;margin:0}.left-container-stats{display:flex;flex-wrap:wrap;gap:clamp(12px,2vw,20px);max-width:max-content;background-color:#fff;border-radius:10px;padding:clamp(12px,2vw,20px)}.stat-item{display:flex;flex-direction:column;gap:6px;position:relative}.stat-value{font-size:clamp(16px,1.5vw + 10px,23px);font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.stat-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#999}.right-container{position:relative;grid-column:2;grid-row:1/-1;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;padding-right:clamp(20px,4vw,60px);padding-left:clamp(16px,2vw,40px);box-sizing:border-box}.carousel-image-badge-group{position:relative;width:100%;max-width:min(520px,90%);aspect-ratio:1;max-height:85%}.caro1image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;display:flex;align-items:center;justify-content:center}.caro1image img{width:100%;height:100%;object-fit:contain;object-position:center}.module-badge{position:absolute;top:8%;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;box-shadow:0 2px 12px rgba(0,0,0,.08);white-space:nowrap}.module-badge .module-label{font-size:10px;font-weight:700;letter-spacing:1px;color:#6b7280;text-transform:uppercase}.module-badge .module-name{font-size:14px;font-weight:700;color:#1a1a1a}.impact-badge{position:absolute;bottom:10%;left:5%;background:#fff;border:1px solid #86efac;border-radius:8px;padding:10px 14px;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;align-items:center;gap:8px}.impact-badge .impact-icon{color:#22c55e;flex-shrink:0}.impact-badge .impact-label{font-size:10px;font-weight:700;letter-spacing:1px;color:#6b7280;text-transform:uppercase}.impact-badge .impact-value{font-size:13px;font-weight:700;color:#1a1a1a}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1400px){.carousel-container{height:clamp(520px,88vh,680px)}.carousel-image-badge-group{max-width:min(460px,88%)}}@media (max-width:1200px){.carousel-container{height:clamp(500px,85vh,640px)}.left-container-main-title h1{font-size:clamp(1.5rem,3.5vw + .5rem,3.5rem)}.left-container-actions,.left-container-head{padding-left:clamp(32px,5vw,60px);padding-right:32px}.right-container{padding-left:16px;padding-right:clamp(24px,4vw,40px)}.carousel-image-badge-group{max-width:min(400px,90%)}}@media (max-width:992px){.carousel-container{min-height:380px;height:clamp(380px,50vh,480px)}.left-container-head{padding:20px 20px 24px 32px}.left-container-actions{padding-left:32px;padding-right:20px;padding-bottom:16px}.left-container-main-title h1{font-size:clamp(1.35rem,3vw + .5rem,2.25rem)}.left-container-description p{font-size:13px}.left-container-buttons{margin-top:12px}.right-container{padding-left:12px;padding-right:24px}.carousel-image-badge-group{max-width:min(320px,85%);max-height:80%}.carousel-arrow-left{left:16px}.carousel-arrow-right{right:16px}.carousel-dots{bottom:12px}.left-container-stats{display:none}.module-badge{padding:8px 12px;border-radius:6px}.module-badge .module-label{font-size:9px;letter-spacing:.5px}.module-badge .module-name{font-size:12px}.impact-badge{padding:8px 12px;gap:6px;border-radius:6px}.impact-badge .impact-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center}.impact-badge .impact-icon svg{width:14px;height:14px;min-width:14px;min-height:14px}.impact-badge .impact-label{font-size:9px;letter-spacing:.5px}.impact-badge .impact-value{font-size:11px}}@media (max-width:768px){.carousel-container{height:auto;margin-bottom:12px;padding-bottom:28px}.carousel-container,.carousel-wrapper{min-height:420px;overflow:visible}.carousel-slide{display:flex!important;flex-direction:column!important;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;padding-bottom:0;width:100%;min-height:100%;gap:0;position:absolute}.carousel-slide .left-container-head{flex:0 0 auto;padding:12px 20px 4px;order:1;text-align:center}.carousel-slide .left-container-head,.carousel-slide .right-container{width:100%!important;max-width:100%!important;min-width:0;align-items:center;box-sizing:border-box;justify-content:center;grid-column:unset;grid-row:unset}.carousel-slide .right-container{flex:1 1 auto;min-height:200px;max-height:260px;padding:4px 16px;order:2;display:flex!important}.carousel-slide .left-container-actions{flex:0 0 auto;width:100%!important;max-width:100%!important;min-width:0;padding:8px 20px 12px;order:3;align-items:center;box-sizing:border-box;align-self:stretch;grid-column:unset;grid-row:unset}.left-container-description,.left-container-mini-title{display:none!important}.left-container-content{align-items:center;max-width:100%;width:100%}.left-container-main-title{width:100%}.left-container-main-title h1{font-size:clamp(1.4rem,4.5vw + .5rem,2rem);margin-left:auto;margin-right:auto;text-align:center;max-width:100%;margin-bottom:0}.left-container-buttons{justify-content:center;margin-top:0;gap:8px}.carousel-image-badge-group{max-width:min(260px,90%);width:100%;max-height:100%;aspect-ratio:1;margin:0 auto;overflow:visible;position:relative}.impact-badge{bottom:22%;left:6%;padding:5px 8px;border-radius:5px;gap:4px}.impact-badge .impact-icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.impact-badge .impact-icon svg{width:12px;height:12px;min-width:12px;min-height:12px}.left-container-stats{gap:12px;padding:14px}.stat-line{height:30%}.module-badge{padding:5px 8px;border-radius:5px}.module-badge .module-label{font-size:8px;letter-spacing:.5px}.module-badge .module-name{font-size:10px}.impact-badge .impact-label{font-size:8px;letter-spacing:.5px}.impact-badge .impact-value{font-size:9px}.carousel-arrow{width:44px;height:44px}.carousel-arrow-left{left:12px}.carousel-arrow-right{right:12px}.carousel-dots{bottom:6px;left:50%;transform:translateX(-50%)}}@media (max-width:576px){.carousel-container{min-height:480px}.carousel-slide{justify-content:center}.carousel-slide .right-container{flex:0 1 auto}.left-container-head{padding:24px 16px 16px}.left-container-actions{padding:0 16px 16px}.left-container-main-title h1{font-size:1.5rem}.left-container-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}.left-container-buttons .btn-primary,.left-container-buttons .btn-secondary{width:auto;padding:8px 14px;font-size:12px;justify-content:center}.right-container{min-height:220px;height:240px;padding:12px}.carousel-image-badge-group{max-width:min(260px,95%)}.carousel-arrow{width:38px;height:38px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.carousel-dots{bottom:8px}}@media (max-width:360px){.carousel-container{min-height:440px}.left-container-head{padding:16px 12px 12px}.left-container-actions{padding:0 12px 12px}.left-container-main-title h1{font-size:1.25rem}.right-container{min-height:180px;height:200px;padding:10px}.carousel-image-badge-group{max-width:220px}.module-badge .module-name{font-size:10px}.impact-badge .impact-value{font-size:9px}.carousel-arrow{width:34px;height:34px}.carousel-arrow-left{left:6px}.carousel-arrow-right{right:6px}}.products-section{width:100%;padding:80px 0;background-color:#fff}.products-section-loading{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.products-container{max-width:1600px;margin:0 auto;padding:0 80px}.products-header{text-align:center;margin-bottom:60px}.products-section-label{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;margin-bottom:20px}.section-label-text{font-size:17px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#3babd9;white-space:nowrap}.section-label-line{width:60px;height:1px;background-color:#3babd9;flex-shrink:0}.products-title{font-size:42px;font-weight:700;line-height:1.2;color:#0a0f2c;margin:0 0 20px;letter-spacing:-.5px}.products-subtitle{font-size:18px;line-height:1.7;color:gray;max-width:800px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.product-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.product-image-container{position:relative;width:100%;height:300px;overflow:hidden;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;padding:20px}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.02)}.product-badge{position:absolute;top:16px;right:16px;background-color:#000;color:#fff;padding:6px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;z-index:10}.product-content{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}.product-name{font-size:24px;font-weight:700;color:#0a0f2c;margin:0;line-height:1.3;transition:color .3s ease}.product-card:hover .product-name{color:#3babd9}.product-description{font-size:15px;line-height:1.6;color:#4b5563;margin:0;flex:1}.product-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.product-feature-tag{display:inline-block;padding:6px 14px;background-color:#f3f4f6;color:#6b7280;font-size:13px;font-weight:500;border-radius:8px;transition:background-color .2s ease}.product-card:hover .product-feature-tag{background-color:#e5e7eb}.product-cta{display:inline-flex;align-items:center;gap:8px;color:#1e40af;font-size:15px;font-weight:600;text-decoration:none;margin-top:4px;transition:color .3s ease,gap .2s ease}.product-cta-text{position:relative;display:inline-block}.product-cta-text:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#3babd9;transition:width .3s ease}.product-cta:hover{color:#3babd9;gap:12px}.product-cta:hover .product-cta-text:after{width:100%}.cta-arrow{width:16px;height:16px;transition:transform .2s ease}.product-cta:hover .cta-arrow{transform:translateX(4px)}@media (max-width:1200px){.products-container{padding:0 60px}.products-title{font-size:42px}.products-grid{gap:32px}}@media (max-width:968px){.products-section{padding:60px 0}.products-container{padding:0 40px}.products-header{margin-bottom:40px}.products-title{font-size:36px}.products-subtitle{font-size:16px}.products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.product-image-container{height:250px;padding:16px}}@media (max-width:640px){.products-section{padding:40px 0}.products-container{padding:0 24px}.products-header{margin-bottom:32px}.products-title{font-size:28px}.products-subtitle{font-size:15px}.products-grid{grid-template-columns:1fr;gap:32px}.product-image-container{height:220px;padding:12px}.product-content{padding:20px}.product-name{font-size:20px}.product-description{font-size:14px}}@media (prefers-color-scheme:dark){.product-card,.products-section{background-color:#fff}.product-image-container{background-color:#f9fafb}}.partner-stats-section{width:100%;padding:100px 0;position:relative;overflow:hidden}.partner-stats-loading{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.partner-stats-container{max-width:1400px;margin:0 auto;padding:0 80px}.partner-stats-content{display:flex;flex-direction:column;gap:48px}.partner-stats-align-left{text-align:left;align-items:flex-start}.partner-stats-align-center{text-align:center;align-items:center}.partner-stats-align-right{text-align:right;align-items:flex-end}.partner-stats-title{font-size:48px;font-weight:800;line-height:1.2;letter-spacing:-1px;margin:0;color:#000}.partner-stats-description{font-size:20px;line-height:1.7;color:#000;opacity:.7;max-width:800px;margin:0}.partner-stats-align-center .partner-stats-description{margin:0 auto}.partner-stats-align-right .partner-stats-description{margin-left:auto}.partner-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;width:100%;margin-top:24px}.partner-stat-card{display:flex;flex-direction:column;align-items:center;padding:40px 24px;background:#fff;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;overflow:hidden}.partner-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#000;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.partner-stat-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#000}.partner-stat-card:hover:before{transform:scaleX(1)}.stat-number-wrapper{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.stat-number{font-size:56px;font-weight:900;line-height:1;color:#000;font-variant-numeric:tabular-nums;transition:all .3s ease}.partner-stat-card:hover .stat-number{transform:scale(1.05)}.stat-suffix{font-size:32px;font-weight:700;color:#000}.stat-label{font-size:16px;font-weight:600;color:#000;opacity:.7;text-transform:uppercase;letter-spacing:1px;margin-top:8px;transition:opacity .3s ease}.partner-stat-card:hover .stat-label{opacity:1}@media (max-width:1200px){.partner-stats-container{padding:0 60px}.partner-stats-title{font-size:42px}.partner-stats-description{font-size:18px}.stat-number{font-size:48px}.stat-suffix{font-size:28px}}@media (max-width:968px){.partner-stats-section{padding:80px 0}.partner-stats-container{padding:0 40px}.partner-stats-content{gap:36px}.partner-stats-title{font-size:36px}.partner-stats-description{font-size:17px}.partner-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.partner-stat-card{padding:32px 20px}.stat-number{font-size:42px}.stat-suffix{font-size:24px}}@media (max-width:640px){.partner-stats-section{padding:60px 0}.partner-stats-container{padding:0 24px}.partner-stats-content{gap:28px}.partner-stats-title{font-size:28px}.partner-stats-description{font-size:16px}.partner-stats-grid{grid-template-columns:1fr;gap:24px}.partner-stat-card{padding:28px 20px}.stat-number{font-size:36px}.stat-suffix{font-size:20px}.stat-label{font-size:14px}}.partner-stats-section[style*="background-color: #000000"],.partner-stats-section[style*="background-color: #111827"],.partner-stats-section[style*="background-color: #1a1a1a"]{color:#fff}.partner-stats-section[style*="background-color: #000000"] .partner-stat-card,.partner-stats-section[style*="background-color: #111827"] .partner-stat-card,.partner-stats-section[style*="background-color: #1a1a1a"] .partner-stat-card{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2)}.partner-stats-section[style*="background-color: #000000"] .partner-stat-card:hover,.partner-stats-section[style*="background-color: #111827"] .partner-stat-card:hover,.partner-stats-section[style*="background-color: #1a1a1a"] .partner-stat-card:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.4)}.partner-stats-section[style*="background-color: #000000"] .partner-stat-card:before,.partner-stats-section[style*="background-color: #111827"] .partner-stat-card:before,.partner-stats-section[style*="background-color: #1a1a1a"] .partner-stat-card:before{background:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.partner-stat-card{animation:fadeInUp .6s ease-out backwards}.partner-stat-card:first-child{animation-delay:.1s}.partner-stat-card:nth-child(2){animation-delay:.2s}.partner-stat-card:nth-child(3){animation-delay:.3s}.partner-stat-card:nth-child(4){animation-delay:.4s}.partner-stat-card:nth-child(5){animation-delay:.5s}.global-certifications-section{background-color:#f8f8f8;padding:80px 20px;min-height:80vh;display:flex;align-items:center;justify-content:center}.global-certifications-container{max-width:1200px;width:100%;margin:0 auto}.global-certifications-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.global-certifications-badge{display:inline-block;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.global-certifications-title{font-size:48px;font-weight:700;color:#1a202c;margin-bottom:20px;line-height:1.2;display:block;text-align:center;position:relative;padding-bottom:16px}.global-certifications-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background-color:#29a9d3;border-radius:2px}.global-certifications-title .title-with-underline{display:inline}.global-certifications-description{font-size:18px;color:#4a5568;line-height:1.6;margin-top:20px}.global-certifications-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:60px}.global-certification-card{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.global-certification-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.card-link{text-decoration:none;color:inherit;display:block}.card-icon-container{display:flex;align-items:center;justify-content:center;margin:0 auto 24px;padding:0}.card-icon{width:180px;height:120px;object-fit:contain}.card-title{font-size:20px;font-weight:700;color:#1a202c;margin-bottom:12px;line-height:1.3}.card-description{font-size:14px;color:#4a5568;line-height:1.5;margin:0}.global-certifications-loading{min-height:400px}@media (max-width:768px){.global-certifications-section{padding:60px 16px}.global-certifications-title{font-size:36px}.global-certifications-title:after{width:160px}.global-certifications-description{font-size:16px}.global-certifications-cards{grid-template-columns:1fr;gap:24px;margin-top:40px}.global-certification-card{padding:30px 24px}.card-icon-container{margin-bottom:20px}.card-icon{width:100px;height:100px}.card-title{font-size:18px}.card-description{font-size:13px}}@media (min-width:769px) and (max-width:1024px){.global-certifications-cards{grid-template-columns:repeat(2,1fr)}}.global-presence-section{background-color:#fff;height:100vh;padding:40px 20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.global-presence-container{max-width:1200px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px 0}.global-presence-header{flex-shrink:0}.global-presence-title{font-size:48px;font-weight:700;color:#1a202c;margin-bottom:20px;line-height:1.2}.global-presence-description{font-size:18px;color:#4a5568;line-height:1.6;margin-bottom:0;max-width:900px;margin-left:auto;margin-right:auto}.global-presence-map-container{flex:1;display:flex;justify-content:center;align-items:center;min-height:0;margin:20px 0}.global-presence-map{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.global-presence-footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center}.global-presence-bottom-description{font-size:18px;color:#4a5568;line-height:1.6;margin-bottom:24px;max-width:900px;margin-left:auto;margin-right:auto}.global-presence-button-container{display:flex;justify-content:center;margin-top:0}.global-presence-button{background-color:#1a202c;color:#fff;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:background-color .3s ease,transform .2s ease}.global-presence-button:hover{background-color:#29a9d3;transform:translateY(-2px)}.global-presence-loading{min-height:400px}@media (max-width:768px){.global-presence-section{padding:30px 16px;height:100vh}.global-presence-container{padding:10px 0}.global-presence-title{font-size:32px;margin-bottom:16px}.global-presence-description{font-size:16px;margin-bottom:0}.global-presence-map-container{margin:16px 0}.global-presence-bottom-description{font-size:16px;margin-bottom:20px}.global-presence-button{padding:12px 24px;font-size:14px}}