.hero,.hero__subtitle,.hero__title{color:var(--color-white)}.about__image img,.hero,.hero__content{position:relative;width:100%}.hero__title,.stat-item__number{letter-spacing:var(--letter-spacing-tight)}.hero{padding:80px 0 60px;background:linear-gradient(rgb(19 19 19 / .3),rgb(5 5 5 / .3)) fixed,url(../../../img/banners/hero-bg.webp) center center/cover no-repeat fixed;overflow:hidden;min-height:60vh;display:flex;align-items:center}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width=".3" opacity=".1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.2;pointer-events:none}.hero__content{text-align:center;max-width:800px;margin:0 auto;z-index:2;padding:0 20px;animation:.8s ease-out fadeInUp}.feature-item,.service-card{animation:.6s ease-out both fadeInUp;text-align:center}.hero__title{font-size:var(--font-size-7xl);font-weight:var(--font-weight-extrabold);margin-bottom:1.5rem;text-shadow:0 4px 8px rgb(0 0 0 / .4);word-wrap:break-word;line-height:var(--line-height-tight)}.hero__subtitle{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);margin-bottom:2rem;opacity:.95;text-shadow:0 2px 4px rgb(0 0 0 / .3);word-wrap:break-word;line-height:var(--line-height-normal)}.hero__description{font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);color:#fff;margin-bottom:2.5rem;line-height:var(--line-height-loose);opacity:.9;text-shadow:0 1px 3px rgb(0 0 0 / .4);word-wrap:break-word;max-width:700px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;width:100%}@media (max-width:768px){.hero{padding:60px 0 40px;min-height:50vh;background-attachment:scroll}.hero__title{font-size:2.2rem}.hero__subtitle{font-size:1.2rem}.hero__description{font-size:1rem}.hero__actions{gap:1rem}}@media (max-width:480px){.hero{padding:50px 0 40px;min-height:40vh;background-attachment:scroll}.hero__content{padding:0 15px}.hero__title{font-size:1.8rem}.hero__subtitle{font-size:1rem}.hero__description{font-size:.95rem}.hero__actions{flex-direction:column;align-items:center;gap:1rem}}.about{padding:80px 0;background:var(--color-gray-light)}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:400px}.about__text{display:flex;flex-direction:column;justify-content:center}.about__title{font-size:2.5rem;font-weight:var(--font-weight-bold);color:var(--color-secondary);margin-bottom:1.5rem}.about__description{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:2rem}.about__features{margin-bottom:2rem}.about__feature{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.about__feature i{color:var(--color-primary);font-size:1.2rem}.about__feature span{color:var(--color-secondary);font-weight:var(--font-weight-medium)}.about__image{display:flex;align-items:center;justify-content:center;min-height:300px}.about__image img{height:auto;max-height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px rgb(0 0 0 / .1);transition:opacity .5s;display:block;z-index:1}.stats{padding:60px 0;background:var(--color-secondary);color:var(--color-white)}.stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-item__number{font-size:var(--font-size-8xl);font-weight:var(--font-weight-black);color:var(--color-primary);margin-bottom:.75rem;line-height:var(--line-height-tight)}.stat-item__label{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:#e0e0e0;text-transform:uppercase;letter-spacing:var(--letter-spacing-wider);line-height:var(--line-height-normal)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.features,.services-cards{padding:80px 0;background:var(--color-white)}.features__grid,.services-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-card{background:var(--color-white);padding:2rem;border-radius:12px;box-shadow:0 5px 20px rgb(0 0 0 / .1);transition:var(--transition-base);border:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;min-height:320px}.feature-item__icon,.service-card__icon{background:linear-gradient(135deg,var(--color-primary),#e74c3c);display:flex;transition:var(--transition-base)}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgb(0 0 0 / .15)}.service-card__icon{width:80px;height:80px;color:var(--color-white);border-radius:50%;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;flex-shrink:0;position:relative;overflow:hidden}.service-card:hover .service-card__icon{transform:scale(1.1)}.service-card__icon::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:rgb(255 255 255 / .2);border-radius:50%;transform:translate(-50%,-50%);transition:.3s}.service-card:hover .service-card__icon::before{width:100%;height:100%}.feature-item__title,.service-card__title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--color-secondary);margin-bottom:1.25rem;line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-normal)}.service-card__description{color:#666;line-height:var(--line-height-relaxed);margin-bottom:1.5rem;flex-grow:1;font-size:var(--font-size-base);font-weight:var(--font-weight-normal)}.clients-carousel__description strong,.service-card__link{color:var(--color-primary);font-weight:var(--font-weight-semibold)}.service-card__link{text-decoration:none;font-size:var(--font-size-base);transition:var(--transition-base);margin-top:auto;text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}.service-card__link:hover{color:#b84a36}.feature-item:first-child,.service-card:first-child{animation-delay:.1s}.feature-item:nth-child(2),.service-card:nth-child(2){animation-delay:.2s}.feature-item:nth-child(3),.service-card:nth-child(3){animation-delay:.3s}.feature-item:nth-child(4),.service-card:nth-child(4){animation-delay:.4s}@media (max-width:768px){.about__content{grid-template-columns:1fr;gap:2rem}.about__text{order:2}.about__image{order:1}.about__title{font-size:2rem}.stat-item__number{font-size:2.5rem}.services-cards__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{padding:1.5rem;min-height:280px}.service-card__icon{width:70px;height:70px;font-size:1.8rem}.service-card__title{font-size:1.1rem}}@media (max-width:480px){.about,.services-cards{padding:60px 0}.about__title{font-size:1.8rem}.stats{padding:40px 0}.stats__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item__number{font-size:2rem}.service-card__description,.stat-item__label{font-size:.9rem}.services-cards__grid{grid-template-columns:1fr;gap:1rem}.service-card{min-width:0;width:100%;box-sizing:border-box;padding:1rem;min-height:250px}.service-card__icon{width:70px;height:70px;font-size:1.8rem}.service-card__title{font-size:1.1rem}}@media (max-width:380px){.hero{padding:40px 0 30px;min-height:35vh}.hero__content{padding:0 10px}.hero__title{font-size:1.6rem}.hero__subtitle{font-size:.9rem}.hero__description,.service-card__description{font-size:.85rem}.services-cards{padding:50px 0}.service-card{padding:1rem;min-height:220px}.service-card__icon{width:60px;height:60px;font-size:1.5rem}.service-card__title{font-size:1rem}}.feature-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1.5rem;border-radius:12px;transition:var(--transition-base);border:1px solid #f0f0f0}.feature-item:hover{background:var(--color-gray-light);transform:translateY(-5px);box-shadow:0 10px 30px rgb(0 0 0 / .1)}.feature-item__icon{width:70px;height:70px;color:var(--color-white);border-radius:50%;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0}.client-logo:hover,.feature-item:hover .feature-item__icon{transform:scale(1.1)}.feature-item__content{flex:1}.feature-item__description{color:#666;line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal)}.clients-carousel{padding:80px 0;background:var(--color-gray-light);overflow:hidden}.clients-carousel__header{text-align:center;margin-bottom:3rem}.clients-carousel__title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--color-secondary);margin-bottom:1rem;letter-spacing:var(--letter-spacing-tight)}.clients-carousel__description{font-size:var(--font-size-lg);color:#666;line-height:var(--line-height-relaxed);max-width:600px;margin:0 auto}.clients-carousel__wrapper{overflow:hidden;position:relative;margin:0 -1rem}.clients-carousel__track{display:flex;flex-wrap:nowrap;--carousel-duration:120s;gap:4rem;width:max-content;align-items:center;padding-right:4rem}.client-logo{flex-shrink:0;width:120px;height:60px;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:var(--transition-base)}.client-logo img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:var(--transition-base)}.client-logo:hover img{filter:grayscale(0%) opacity(1)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(var(--scroll-distance,-50%))}}.clients-carousel__track:hover{animation-play-state:paused}@media (max-width:768px){.features__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-item{padding:1.5rem}.feature-item__icon{width:60px;height:60px;font-size:1.5rem}.clients-carousel{padding:60px 0}.clients-carousel__title{font-size:var(--font-size-2xl)}.clients-carousel__description{font-size:var(--font-size-base)}.client-logo{width:90px;height:45px;padding:.375rem}.clients-carousel__track{gap:2.5rem;padding-right:2.5rem}}@media (max-width:480px){.features{padding:60px 0}.features__grid{grid-template-columns:1fr;gap:1rem}.feature-item{padding:1.5rem 1rem}.feature-item__icon{width:60px;height:60px;font-size:1.5rem}.feature-item__title{font-size:1.1rem}.feature-item__description{font-size:.9rem}.clients-carousel{padding:40px 0}.clients-carousel__title{font-size:var(--font-size-xl)}.client-logo{width:70px;height:35px;padding:.25rem}.clients-carousel__track{gap:2rem;padding-right:2rem}}