.hero-carousel{width:100%;padding-top:80px;position:relative}.hero-carousel__container{background:#0a0a0a;width:100%;height:520px;position:relative;overflow:hidden}@media (min-width:1024px){.hero-carousel__container{height:580px}}@media (max-width:767px){.hero-carousel__container{height:480px}}@media (max-width:639px){.hero-carousel__container{height:420px}}.hero-carousel__slide{will-change:opacity;contain:layout style paint;width:100%;height:100%;position:absolute;inset:0}.hero-carousel__image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-carousel__image img{object-fit:cover;transform:translateZ(0)}.hero-carousel__overlay{background:linear-gradient(90deg,#000000b3 0%,#0006 50%,#0003 100%);position:absolute;inset:0}.hero-carousel__content{color:#fff;will-change:opacity,transform;max-width:800px;padding:2rem 2rem 4rem;position:absolute;bottom:0;left:0;right:0}@media (min-width:1024px){.hero-carousel__content{padding:3rem 3rem 6rem}}@media (max-width:767px){.hero-carousel__content{padding:2rem 2rem 4rem}}@media (max-width:639px){.hero-carousel__content{padding:1.5rem 1.5rem 3rem}}.hero-carousel__content h1{text-shadow:0 2px 10px #0000004d;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:1024px){.hero-carousel__content h1{font-size:2.25rem}}@media (max-width:767px){.hero-carousel__content h1{margin-bottom:.5rem;font-size:1.5rem}}@media (max-width:639px){.hero-carousel__content h1{margin-bottom:.5rem;font-size:1.25rem}}.hero-carousel__content p{color:#ffffffe6;text-shadow:0 1px 5px #0003;max-width:600px;font-size:1.125rem;line-height:1.6}@media (max-width:767px){.hero-carousel__content p{font-size:1rem;line-height:1.5}}@media (max-width:639px){.hero-carousel__content p{font-size:.875rem;line-height:1.5}}.hero-carousel__nav{z-index:10;color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:opacity .3s;position:absolute;top:50%;transform:translateY(-50%)}.hero-carousel__nav svg{filter:drop-shadow(0 2px 4px #0000004d);width:32px;height:32px}.hero-carousel__nav:hover{opacity:.8}.hero-carousel__nav--prev{left:1.5rem}@media (min-width:1024px){.hero-carousel__nav--prev{left:3rem}}.hero-carousel__nav--next{right:1.5rem}@media (min-width:1024px){.hero-carousel__nav--next{right:3rem}}@media (max-width:639px){.hero-carousel__nav svg{width:24px;height:24px}.hero-carousel__nav--prev{left:1rem}.hero-carousel__nav--next{right:1rem}}.hero-carousel__dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (max-width:639px){.hero-carousel__dots{gap:.25rem;bottom:1.5rem}}.hero-carousel__dot{cursor:pointer;background:#ffffff4d;border:2px solid #ffffff80;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.hero-carousel__dot:hover{background:#ffffff80}.hero-carousel__dot--active{background:#0066b3;border-color:#0066b3;transform:scale(1.2)}@media (max-width:639px){.hero-carousel__dot{width:10px;height:10px}}@media (prefers-reduced-motion:reduce){.hero-carousel__slide,.hero-carousel__content{will-change:auto}}
.explore-section{padding:4rem 1.5rem}@media (min-width:768px){.explore-section{padding:4rem 3rem}}.explore-section{background:#fff}.explore-section__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.explore-section__container{padding:0 2rem}}.explore-section__header{text-align:center;margin-bottom:3rem}.explore-section__header .badge{color:#0066b3;background:#e8e8e8;border:1px solid #e0e0e0;border-radius:9999px;align-items:center;gap:.25rem;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.explore-section__header h2{color:#212121;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.explore-section__header h2{font-size:1.875rem}}.explore-section__header h2{margin-bottom:.5rem}.explore-section__header p{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.625}.explore-section__grid{gap:2rem;display:grid}@media (min-width:768px){.explore-section__grid{grid-template-columns:repeat(2,1fr)}.explore-section__grid>*,.explore-section__grid>* .explore-card{height:100%}}.explore-card{color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.75rem;flex-direction:column;min-height:280px;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.explore-card__background{z-index:0;position:absolute;inset:0}.explore-card__background img{object-fit:cover}.explore-card:before{content:"";z-index:1;transition:all .3s;position:absolute;inset:0}.explore-card__icon,.explore-card__content,.explore-card__features,.explore-card__arrow{z-index:2;position:relative}.explore-card--products:before,.explore-card--services:before{background:linear-gradient(135deg,#1a365d99 0%,#2d374880 100%)}.explore-card--products .explore-card__icon,.explore-card--services .explore-card__icon{background:#fff3;border:1px solid #ffffff4d}.explore-card--products .explore-card__features li,.explore-card--services .explore-card__features li{color:#fff;background:#ffffff26;border:1px solid #fff3}.explore-card--products .explore-card__arrow,.explore-card--services .explore-card__arrow{color:#fff;background:#fff3;border:1px solid #ffffff4d}.explore-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.explore-card:hover .explore-card__arrow{color:#0066b3;background:#fff;transform:translate(4px)}.explore-card__icon{background:#fff3;border-radius:.5rem;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2rem;display:flex}.explore-card__icon svg{width:28px;height:28px}.explore-card__content{flex:1}.explore-card__content h3{text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.explore-card__content p{opacity:.95;text-shadow:0 1px 3px #0003;margin-bottom:1.5rem;line-height:1.625}.explore-card__features{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}@media (min-width:1024px){.explore-card__features{flex-flow:wrap;align-items:center}}.explore-card__features li{cursor:pointer;background:#ffffff26;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.explore-card__features li:hover{background:#ffffff4d;transform:translateY(-2px)}.explore-card__features li:active{transform:translateY(0)}.explore-card__arrow{background:#fff3;border-radius:9999px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;bottom:3rem;right:3rem}.explore-card__arrow svg{width:20px;height:20px}
.why-section{background:#e8e8e8;padding:2rem 1.5rem;position:relative}@media (min-width:768px){.why-section{padding:3rem}}.why-section__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.why-section__container{padding:0 2rem}}.why-section__header{text-align:center;margin-bottom:1.5rem}.why-section__header .badge{color:#0066b3;background:#e8e8e8;border:1px solid #e0e0e0;border-radius:9999px;align-items:center;gap:.25rem;margin-bottom:.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.why-section__header h2{color:#212121;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.why-section__header h2{font-size:1.875rem}}.why-section__header h2{margin-bottom:.25rem}.why-section__header p{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.625}.why-section__grid{gap:1rem;display:grid}@media (min-width:768px){.why-section__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-section__grid{grid-template-columns:repeat(4,1fr)}}.why-card{text-align:center;background:#fff;border:1px solid #d4d4d4;border-radius:.75rem;padding:1.5rem 1rem;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014}.why-card:before{content:"";background:#0066b3;height:3px;position:absolute;top:0;left:0;right:0}.why-card:first-child:before{background:#0066b3}.why-card:nth-child(2):before{background:#7c3aed}.why-card:nth-child(3):before{background:#059669}.why-card:nth-child(4):before{background:#d97706}.why-card__icon{border-radius:.5rem;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;display:flex}.why-card__icon svg{width:24px;height:24px}.why-card:first-child .why-card__icon{background:linear-gradient(135deg,#0066b326 0%,#0066b30d 100%);border:1px solid #0066b333}.why-card:first-child .why-card__icon svg{stroke:#0066b3}.why-card:nth-child(2) .why-card__icon{background:linear-gradient(135deg,#7c3aed26 0%,#7c3aed0d 100%);border:1px solid #7c3aed33}.why-card:nth-child(2) .why-card__icon svg{stroke:#7c3aed}.why-card:nth-child(3) .why-card__icon{background:linear-gradient(135deg,#05966926 0%,#0596690d 100%);border:1px solid #05966933}.why-card:nth-child(3) .why-card__icon svg{stroke:#059669}.why-card:nth-child(4) .why-card__icon{background:linear-gradient(135deg,#d9770626 0%,#d977060d 100%);border:1px solid #d9770633}.why-card:nth-child(4) .why-card__icon svg{stroke:#d97706}.why-card h3{color:#212121;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.why-card p{color:#666;font-size:.875rem;line-height:1.625}
.clients-section{padding:4rem 1.5rem}@media (min-width:768px){.clients-section{padding:4rem 3rem}}.clients-section{background:#fff;position:relative}.clients-section__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.clients-section__container{padding:0 2rem}}.clients-section__header{text-align:center;margin-bottom:3rem}.clients-section__header .badge{color:#0066b3;background:#e8e8e8;border:1px solid #e0e0e0;border-radius:9999px;align-items:center;gap:.25rem;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.clients-section__header h2{color:#212121;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.clients-section__header h2{font-size:1.875rem}}.clients-section__header h2{margin-bottom:.5rem}.clients-section__header p{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.625}.clients-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (max-width:1024px){.clients-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.clients-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:640px){.clients-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.client-item{justify-content:center;align-items:center;animation:6s ease-in-out infinite float;display:flex}.client-item:nth-child(2){animation-delay:.5s}.client-item:nth-child(3){animation-delay:1s}.client-item:nth-child(4){animation-delay:1.5s}.client-item:nth-child(5){animation-delay:2s}.client-item:nth-child(6){animation-delay:2.5s}.client-item:nth-child(7){animation-delay:3s}.client-item:nth-child(8){animation-delay:3.5s}.client-card{cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:.75rem;justify-content:center;align-items:center;width:100%;max-width:200px;height:100px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}@media (max-width:768px){.client-card{max-width:160px;height:80px;padding:1rem}}.client-card img{object-fit:contain;z-index:1;max-width:100%;max-height:60px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}@media (max-width:768px){.client-card img{max-height:50px}}.client-card:hover{background:#fff;border-color:#0066b34d;transform:translateY(-6px);box-shadow:0 12px 24px #0066b326}.client-card:hover img{transform:scale(1.05)}.client-card:hover .card-shine{transform:translate(100%)translateY(100%)rotate(45deg)}.card-shine{pointer-events:none;background:linear-gradient(45deg,#0000 30%,#fff6 50%,#0000 70%);width:200%;height:200%;transition:transform .6s;position:absolute;top:-50%;left:-50%;transform:translate(-100%)translateY(-100%)rotate(45deg)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}}
.gallery-section{background:#e8e8e8;padding:2rem 1.5rem}@media (min-width:768px){.gallery-section{padding:3rem}}.gallery-section__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.gallery-section__container{padding:0 2rem}}.gallery-section__header{text-align:center;margin-bottom:1.5rem}.gallery-section__header .badge{color:#0066b3;background:#e8e8e8;border:1px solid #e0e0e0;border-radius:9999px;align-items:center;gap:.25rem;margin-bottom:.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.gallery-section__header h2{color:#212121;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.gallery-section__header h2{font-size:1.875rem}}.gallery-section__header h2{margin-bottom:.25rem}.gallery-section__header p{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.625}.gallery-carousel{border:1px solid #e0e0e0;border-radius:.75rem;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}.gallery-carousel__track{cursor:grab;transition:transform .5s;display:flex}.gallery-carousel__track.dragging{cursor:grabbing;transition:none}.gallery-carousel__slide{background:#fff;min-width:100%;height:320px;position:relative}@media (min-width:768px){.gallery-carousel__slide{height:400px}}.gallery-carousel__slide img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.gallery-carousel__nav{cursor:pointer;z-index:10;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.gallery-carousel__nav svg{color:#616161;width:24px;height:24px}.gallery-carousel__nav:hover{background:#0066b3;border-color:#0066b3;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #0066b34d}.gallery-carousel__nav:hover svg{color:#fff}.gallery-carousel__nav--prev{left:16px}.gallery-carousel__nav--next{right:16px}@media (max-width:768px){.gallery-carousel__nav{width:40px;height:40px}.gallery-carousel__nav svg{width:20px;height:20px}.gallery-carousel__nav--prev{left:10px}.gallery-carousel__nav--next{right:10px}}.gallery-carousel__dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.gallery-carousel__dot{cursor:pointer;background:#fff9;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s;box-shadow:0 2px 4px #0003}.gallery-carousel__dot:hover{background:#ffffffe6}.gallery-carousel__dot.active{background:#fff;border-radius:5px;width:28px}@media (max-width:768px){.gallery-carousel__slide{height:250px}}
.cta{padding:4rem 1.5rem}@media (min-width:768px){.cta{padding:4rem 3rem}}.cta{background:#fff;position:relative}.cta__background{z-index:0;background:linear-gradient(135deg,#0066b3 0%,#004080 50%,#002850 100%);border-radius:1rem;position:absolute;inset:1.5rem;overflow:hidden}.cta__background:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;right:-30%}.cta__background:after{content:"";background:radial-gradient(circle,#ffffff0d 0%,#0000 60%);width:60%;height:200%;position:absolute;bottom:-50%;left:-30%}@media (min-width:768px){.cta__background{inset:3rem 4rem}}.cta__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.cta__container{padding:0 2rem}}.cta__container{z-index:1;position:relative}.cta__content{text-align:center;color:#fff;padding:3rem 1.5rem}@media (min-width:768px){.cta__content{padding:4rem 3rem}}.cta__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:9999px;margin-bottom:2rem;padding:.25rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.cta h2{margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.cta h2{font-size:1.875rem}}@media (min-width:1024px){.cta h2{font-size:2.25rem}}.cta p{opacity:.9;max-width:600px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.625}.cta__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta__button{border-radius:.5rem;align-items:center;gap:.5rem;padding:1rem 3rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.cta__button svg{width:20px;height:20px;transition:transform .3s}.cta__button--primary{color:#0066b3;background:#fff;box-shadow:0 4px 20px #0003}.cta__button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.cta__button--primary:hover svg{transform:translate(4px)}.cta__button--secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d}.cta__button--secondary:hover{background:#fff3;border-color:#ffffff80}
