.hero{position:relative;height:max(25vh,485px);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__company-name{position:relative;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;opacity:.7}.hero__logo{width:28px;height:28px;color:var(--color-text-secondary);margin-right:.1em}.hero__logo img{width:100%;height:100%;object-fit:contain}.hero__company-text{display:flex;gap:.25rem;font-size:1.25rem;font-weight:600}.hero__company-infinity,.hero__company-medical{color:var(--color-text-secondary)}.hero__decoration{position:absolute;inset:0;pointer-events:none;z-index:1}.hero__pulse-icon{position:absolute;width:120px;height:120px;top:15%;right:10%;color:var(--color-primary);opacity:.1;transform:rotate(-15deg)}.hero__cross-icon{position:absolute;width:80px;height:80px;bottom:15%;left:10%;color:var(--color-primary);opacity:.1;transform:rotate(15deg)}.hero__slides{position:relative;width:100%;max-width:1200px;height:100%;z-index:2;display:flex;align-items:center;padding:0 2rem}.hero__slide{position:absolute;width:100%;opacity:0;visibility:hidden;transform:translateY(30px);transition:opacity .8s ease,visibility .8s ease,transform .8s ease;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.hero__slide--active{opacity:1;visibility:visible;transform:translateY(0)}.hero__content{max-width:600px;text-align:left;padding:2rem 0}.hero__image{height:75%;width:75%;display:flex;align-items:center;justify-content:flex-end;position:relative}.hero__image:before{content:"";position:absolute;top:-15%;left:12.5%;width:125%;height:125%;background:url(/star.svg) center center no-repeat;background-size:contain}.hero__image img{width:100%;height:100%;object-fit:contain;filter:grayscale(20%) brightness(1);opacity:1;transition:filter .3s ease}.hero__title{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem;line-height:1.2}.hero__description{font-size:1.25rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:2rem}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:1.125rem;padding:.875rem 1.75rem;transition:transform .3s ease,box-shadow .3s ease}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #c6243333}.hero__cta-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.hero__cta:hover .hero__cta-icon{transform:translate(4px)}.hero__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;z-index:3}.hero__arrow{width:2.5rem;height:2.5rem;border-radius:50%;background:transparent;border:1px solid rgba(198,36,51,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);transition:all .3s ease}.hero__arrow:hover{background:var(--color-primary);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;transform:scale(1.05);box-shadow:0 2px 10px #0000001a}.hero__arrow svg{width:1.25rem;height:1.25rem}.hero__indicators{display:flex;gap:.5rem}.hero__indicator{width:2rem;height:.25rem;border:none;background-color:#0003;cursor:pointer;transition:all .3s ease;border-radius:.125rem}.hero__indicator--active{background-color:var(--color-primary);width:3rem}.hero__autoplay{position:absolute;bottom:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;background:transparent;border:1px solid rgba(198,36,51,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);transition:all .3s ease;z-index:3}.hero__autoplay:hover{background:var(--color-primary);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;box-shadow:0 2px 10px #0000001a}.hero__autoplay svg{width:1.2rem;height:1.2rem}@media (max-width: 768px){.hero{height:max(60vh,650px);max-width:100vw}.hero__slide{grid-template-columns:1fr;gap:1rem}.hero__content{padding:2rem 0;text-align:left}.hero__image{display:block;display:flex;align-items:end;justify-content:flex-end;position:relative;width:100%;height:60%;left:0;margin-bottom:1em}.hero__title{font-size:1.75rem;margin-bottom:1rem}.hero__description{font-size:1rem;margin-bottom:1.5rem}.hero__cta{font-size:.85rem;padding:.75rem 1.5rem}.hero__arrow{width:2rem;height:2rem}.hero__arrow svg{width:1rem;height:1rem}.hero__indicator{width:1.5rem}.hero__indicator--active{width:2.5rem}.hero__autoplay{width:2.2rem;height:2.2rem;right:1rem;bottom:1.75rem}.hero__company-name{margin-bottom:1rem;gap:.5rem}.hero__logo{width:20px;height:20px}.hero__company-text{font-size:1rem}.hero__pulse-icon,.hero__cross-icon{width:60px;height:60px}.hero__controls{left:2.5em;transform:translate(0)}.hero__autoplay{right:2.5em}.hero__slide{width:calc(100vw - 4rem);padding-bottom:2.5em}.services__grid,.vehicles__features{padding:0!important}}.services{padding:3em 0;background:var(--color-background-ternary);border-radius:10em 10em 0 0;position:relative;box-shadow:inset 0 15px 8px -15px #0000001a,inset 0 -15px 8px -15px #0000001a}@media (max-width: 767px){.services{border-radius:4em 4em 0 0}}.services__header{text-align:center;max-width:800px;margin:0 auto 4rem}.services__title{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.services__subtitle{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.services__grid--two-cards{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.services__grid--two-cards{grid-template-columns:1fr}}.services__card{background:#fff;border-radius:1rem;padding:2rem;transition:all .3s ease;border:1px solid var(--color-border);box-shadow:0 4px 20px #0000000d;position:relative;display:flex;flex-direction:column;height:100%}.services__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px #0000001a}.services__card-icon{width:3rem;height:3rem;color:var(--color-primary);margin-bottom:1.5rem}@media (max-width: 768px){.services__card-icon{width:2.35rem;height:2.35rem}}.services__card-icon svg{width:100%;height:100%}.services__card-title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.services__card-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.25rem}.service-card__list{margin-top:.5rem}.service-card__list-item{font-size:.95rem;color:var(--color-text-secondary);line-height:1.5;margin-bottom:.5rem;padding-left:.5rem;display:flex;align-items:flex-start}.service-card__list-item:last-child{margin-bottom:0}.services__card-link{display:flex;align-items:center;font-weight:500;color:var(--color-primary);text-decoration:none;transition:all .3s ease;margin-top:auto}.services__card-link svg{width:1.25rem;height:1.25rem;margin-left:.5rem;transition:transform .3s ease}.services__card-link:hover{color:var(--color-primary-dark, #b31f2d)}.services__card-link:hover svg{transform:translate(4px)}.services__map-card{width:100%;margin-top:3rem;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 8px 30px #0000000d;border:1px solid var(--color-border);position:relative}.services__left-decorator:after{content:"";position:absolute;top:2.25rem;left:0;height:2.5em;width:.25em;background:var(--color-primary);display:block;border-radius:0 .25em .25em 0}.services__left-decorator-light:after{content:"";position:absolute;top:2.25rem;left:0;height:2.5em;width:.25em;background:#e306134d;display:block;border-radius:0 .25em .25em 0}.services__map-content{display:flex;flex-direction:row}.services__map-info{flex:1;padding:2.5rem}.services__map-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:var(--color-text)}.services__map-description{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1.5rem}.services__map-list{list-style:none;padding:0;margin:0}.services__map-list li{display:flex;align-items:center;margin-bottom:1rem}.services__map-list li svg{width:1.5rem;height:1.5rem;margin-right:.75rem;color:var(--color-primary)}.services__map-list li span{font-size:1rem;color:var(--color-text)}.services__map{flex:1;position:relative;min-height:350px}.services__map-container{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem}.services__map-image{width:100%;height:100%;object-fit:contain;z-index:1}.services__map-arrows{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.services__map-arrow{fill:none;stroke-width:.7;stroke-linecap:round;filter:drop-shadow(0 1px 2px rgba(227,6,19,.2));animation:fadeIn 1s ease-out forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;stroke-dashoffset:500}to{opacity:1;stroke-dashoffset:0}}.services__map-travel-dot{opacity:.8;filter:drop-shadow(0 0 2px rgba(227,6,19,.4))}.services__map-travel-dot--1{animation-delay:.5s}.services__map-travel-dot--2{animation-delay:1.5s}.services__map-marker{position:absolute;z-index:10;transform:translate(-50%,-50%)}.services__map-marker--base{z-index:15}.services__map-marker-pin{width:12px;height:12px;background:var(--color-primary);border-radius:50%;position:relative;top:3px;transform:translate(-50%,-50%)}.services__map-marker--base .services__map-marker-pin{width:10px;height:10px;background:var(--color-primary);box-shadow:0 0 0 4px #e3061333}.services__map-marker-pin--destination{background:var(--color-primary);opacity:.8}.services__map-marker:hover .services__map-marker-pin{transform:translate(-50%,-50%) scale(1.2)}.services__map-marker-label{position:absolute;top:17px;left:50%;transform:translate(-50%);background:var(--color-primary-dark);padding:4px 8px;border-radius:4px;font-size:.65rem;color:#fff;white-space:nowrap;box-shadow:0 2px 4px #0000001a;z-index:20}@media (max-width: 992px){.services__map-content{flex-direction:column}.services__map{min-height:300px;margin-top:2rem}.services__map-title{font-size:1.5rem}}@media (max-width: 768px){.services{padding:2em 0}.services__title{font-size:2rem}.services__subtitle{font-size:1rem}.services__grid{grid-template-columns:1fr}.services__map-info{padding:1.5rem}.services__map{min-height:250px}}.vehicles{padding:4em 0;background-color:#fff;border-top:1px solid var(--color-border)}.vehicles__header{text-align:center;max-width:800px;margin:0 auto 4rem}.vehicles__title{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.vehicles__subtitle{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.6}.vehicles__content{position:relative;padding:0 0 2em;max-width:1200px;margin:0 auto}.vehicles__carousel{position:relative;overflow:visible;padding:0 4rem}.vehicles__carousel-container{position:relative;height:340px;margin:0 auto;perspective:1000px;transform-style:preserve-3d;max-width:900px}.vehicles__carousel-item{position:absolute;width:320px;height:300px;left:50%;top:10px;transform-origin:center center;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex;justify-content:center;align-items:center;border-radius:10px}.vehicles__carousel-item--prev{transform:translate(-150%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}.vehicles__carousel-item--active{transform:translate(-50%) scale(1) translateZ(0);opacity:1;z-index:3}.vehicles__carousel-item .vehicles__carousel-image{filter:grayscale(.9)}.vehicles__carousel-item--active .vehicles__carousel-image{filter:grayscale(0)}.vehicles__carousel-item--next{transform:translate(50%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}.vehicles__carousel-container.animate-right .vehicles__carousel-item--prev{animation:moveRightFromPrev .5s forwards}.vehicles__carousel-container.animate-right .vehicles__carousel-item--active{animation:moveRightFromActive .5s forwards}.vehicles__carousel-container.animate-right .vehicles__carousel-item--next{animation:moveRightFromNext .5s forwards}.vehicles__carousel-container.animate-left .vehicles__carousel-item--prev{animation:moveLeftFromPrev .5s forwards}.vehicles__carousel-container.animate-left .vehicles__carousel-item--active{animation:moveLeftFromActive .5s forwards}.vehicles__carousel-container.animate-left .vehicles__carousel-item--next{animation:moveLeftFromNext .5s forwards}@keyframes moveRightFromPrev{0%{transform:translate(-150%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}to{transform:translate(-350%) scale(.6) translateZ(-350px);opacity:0;z-index:0}}@keyframes moveRightFromActive{0%{transform:translate(-50%) scale(1) translateZ(0);opacity:1;z-index:3}to{transform:translate(-150%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}}@keyframes moveRightFromNext{0%{transform:translate(50%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}50%{z-index:2}to{transform:translate(-50%) scale(1) translateZ(0);opacity:1;z-index:3}}@keyframes moveLeftFromPrev{0%{transform:translate(-150%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}50%{z-index:2}to{transform:translate(-50%) scale(1) translateZ(0);opacity:1;z-index:3}}@keyframes moveLeftFromActive{0%{transform:translate(-50%) scale(1) translateZ(0);opacity:1;z-index:3}to{transform:translate(50%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}}@keyframes moveLeftFromNext{0%{transform:translate(50%) scale(.8) translateZ(-200px);opacity:.7;z-index:1}to{transform:translate(250%) scale(.6) translateZ(-350px);opacity:0;z-index:0}}.vehicles__carousel-image-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:10px}.vehicles__carousel-image{max-width:100%;max-height:200px;object-fit:contain;transition:transform .4s ease;filter:drop-shadow(0 5px 15px rgba(0,0,0,.1))}.vehicles__carousel-item--active .vehicles__carousel-image{max-height:240px;filter:drop-shadow(0 10px 25px rgba(0,0,0,.15));transform:scale(1.2)}.vehicles__carousel-item--active:hover .vehicles__carousel-image{transform:scale(1.3)}.vehicles__model-tag{position:absolute;top:-15px;left:50%;transform:translate(-50%);background-color:#0000000d;color:var(--color-primary);padding:.4rem 1.2rem;border-radius:20px;font-weight:600;z-index:5;white-space:nowrap}.vehicles__carousel-item--prev .vehicles__model-tag,.vehicles__carousel-item--next .vehicles__model-tag{padding:.3rem .9rem;opacity:.8;font-size:.85rem}.vehicles__model{font-size:.9rem;letter-spacing:1px;text-transform:uppercase}@media (max-width: 768px){.vehicles__model{font-size:.7rem}}.vehicles__carousel-item--prev .vehicles__model,.vehicles__carousel-item--next .vehicles__model{font-size:.8rem}.vehicles__navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;width:100%;padding:0 1rem;z-index:10;pointer-events:none}.vehicles__navigation .slider-button{pointer-events:auto;width:3.5rem;height:3.5rem;background:var(--color-primary-gradient);box-shadow:0 5px 15px #00000026;opacity:.9;transition:all .3s ease}.vehicles__navigation .slider-button:hover{opacity:1;transform:scale(1.1)}.vehicles__navigation .slider-button:active{transform:scale(.95)}.vehicles__info{text-align:center;margin-bottom:3rem}.vehicles__vehicle-name{font-size:2em;font-weight:700;color:var(--color-text);margin-bottom:1rem;letter-spacing:-.5px}.vehicles__vehicle-description{font-size:1.125rem;color:var(--color-text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.vehicles__features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.vehicles__feature-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid var(--color-border);box-shadow:0 10px 30px #00000013;transition:transform .3s ease,box-shadow .3s ease;height:100%}.vehicles__feature-card:hover{transform:translateY(-7px);box-shadow:0 20px 40px #0000001a}.vehicles__feature-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.vehicles__feature-icon-container{width:40px;height:40px;background:#c624331a;display:flex;align-items:center;justify-content:center;border-radius:50%}.vehicles__feature-header-icon{width:24px;height:24px;color:var(--color-primary)}.vehicles__feature-title{font-size:1.25rem;font-weight:600;color:var(--color-text)}.vehicles__feature-list{display:flex;flex-direction:column;gap:1rem;padding-left:0;list-style:none}.vehicles__feature-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--color-text-secondary);font-size:1rem;line-height:1.5}.vehicles__feature-icon{width:1.25rem;height:1.25rem;color:var(--color-primary);flex-shrink:0;margin-top:.125rem}.vehicles__indicators{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.vehicles__indicator{width:2.5rem;height:.25rem;border:none;background:var(--color-border);cursor:pointer;transition:all .3s ease;border-radius:2px}.vehicles__indicator--active{background:var(--color-primary);width:3.5rem}@media (max-width: 991px){.vehicles__features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.vehicles__carousel-item{width:280px}.vehicles__carousel-item--prev{transform:translate(-120%) scale(.8) translateZ(-150px)}.vehicles__carousel-item--next{transform:translate(20%) scale(.8) translateZ(-150px)}}@media (max-width: 768px){.vehicles{padding:4rem 0}.vehicles__carousel{padding-top:0;margin-bottom:3rem}.vehicles__carousel-item{width:260px}.vehicles__carousel-container{height:280px}.vehicles__carousel-item--prev,.vehicles__carousel-item--next{opacity:.5}.vehicles__carousel-item--prev{transform:translate(-110%) scale(.7) translateZ(-100px) rotateY(15deg)}.vehicles__carousel-item--next{transform:translate(10%) scale(.7) translateZ(-100px) rotateY(-15deg)}.vehicles__navigation{padding:0 .5rem}.vehicles__navigation .slider-button{width:2.5rem;height:2.5rem}@keyframes moveRightFromPrev{0%{transform:translate(-110%) scale(.7) translateZ(-100px) rotateY(15deg);opacity:.5}to{transform:translate(-200%) scale(.5) translateZ(-150px) rotateY(30deg);opacity:0}}@keyframes moveRightFromActive{0%{transform:translate(-50%) scale(1) translateZ(0);opacity:1}to{transform:translate(-110%) scale(.7) translateZ(-100px) rotateY(15deg);opacity:.5}}@keyframes moveRightFromNext{0%{transform:translate(10%) scale(.7) translateZ(-100px) rotateY(-15deg);opacity:.5}to{transform:translate(-50%) scale(1) translateZ(0);opacity:1}}@keyframes moveLeftFromPrev{0%{transform:translate(-110%) scale(.7) translateZ(-100px) rotateY(15deg);opacity:.5}to{transform:translate(-50%) scale(1) translateZ(0);opacity:1}}@keyframes moveLeftFromActive{0%{transform:translate(-50%) scale(1) translateZ(0);opacity:1}to{transform:translate(10%) scale(.7) translateZ(-100px) rotateY(-15deg);opacity:.5}}@keyframes moveLeftFromNext{0%{transform:translate(10%) scale(.7) translateZ(-100px) rotateY(-15deg);opacity:.5}to{transform:translate(200%) scale(.5) translateZ(-150px) rotateY(-30deg);opacity:0}}.vehicles__vehicle-name{font-size:2rem}.vehicles__features{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.vehicles__feature-card{padding:1.5rem}}@media (max-width: 576px){.vehicles__carousel{padding:0 2.5rem}.vehicles__carousel-container{height:250px}.vehicles__carousel-item{width:220px}.vehicles__carousel-item--prev{transform:translate(-90%) scale(.6) translateZ(-80px) rotateY(20deg)}.vehicles__carousel-item--next{transform:translate(-10%) scale(.6) translateZ(-80px) rotateY(-20deg)}.vehicles__navigation .slider-button{width:2rem;height:2rem}.vehicles__vehicle-name{font-size:1.75rem}.vehicles__vehicle-description{font-size:1rem;padding:0 1rem}}.about-us{padding:6em 0;background-color:#fff;border-top:1px solid var(--color-border);position:relative;overflow:hidden}.about-us:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background-image:radial-gradient(circle at 10% 20%,rgba(223,42,59,.03) 0%,transparent 50%),radial-gradient(circle at 90% 60%,rgba(223,42,59,.03) 0%,transparent 50%);z-index:0;pointer-events:none}.about-us .container{position:relative;z-index:1}.about-us .container:before{content:"";position:absolute;top:10%;left:-50px;width:20px;height:20px;border-radius:50%;background-color:#df2a3b1a;box-shadow:100px 200px 0 5px #df2a3b0d,250px 50px 0 10px #df2a3b08,-30px 300px 0 8px #df2a3b12,300px 400px 0 12px #df2a3b08;z-index:-1;animation:float-dots 15s ease-in-out infinite alternate}@keyframes float-dots{0%{transform:translate(0) rotate(0)}to{transform:translate(20px,20px) rotate(5deg)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-in{opacity:1;transform:translateY(0)}.about-us__header{text-align:center;max-width:800px;margin:0 auto 5rem;position:relative}@media (max-width: 768px){.about-us__header{margin:0 auto 3.5rem}}.about-us__stats-grid{grid-column:span 6;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;align-content:center;position:relative}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}.about-us__team-section{padding-top:4rem;padding-bottom:1rem;position:relative}.about-us__testimonials-section{position:relative;margin:5rem 0 0;padding:5rem 0;background:linear-gradient(to right,#df2a3b05,#df2a3b0a 25% 75%,#df2a3b05);border-top:1px solid rgba(223,42,59,.2);border-bottom:1px solid rgba(223,42,59,.2);overflow:hidden;box-shadow:inset 0 0 40px #df2a3b08}.about-us__testimonials-section:before{content:"";position:absolute;top:-5%;left:-5%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(223,42,59,.08) 0%,transparent 70%);z-index:0}.about-us__testimonials-section:after{content:"";position:absolute;bottom:-10%;right:-5%;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(223,42,59,.08) 0%,transparent 70%);z-index:0}.about-us__testimonials-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;position:relative}.about-us__testimonials-header .section-badge{background-color:#df2a3b26}.about-us__testimonial-card{flex:0 0 calc(50% - 1.5rem);background-color:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 8px 30px #00000012;border:1px solid rgba(0,0,0,.15);scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column;min-height:220px;max-height:300px}.about-us__testimonial-rating{position:absolute;top:1.25rem;right:1.5rem;display:flex;gap:.25rem}.about-us__testimonial-star{display:inline-block;width:1rem;height:1rem;color:var(--color-primary)}.about-us__testimonial-star.filled{color:var(--color-primary)}.about-us__testimonial-star svg{width:100%;height:100%}.about-us__testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.about-us__testimonial-quote-icon{width:30px;height:30px;color:var(--color-primary);opacity:.2;margin-bottom:.75rem}.about-us__testimonial-text{font-size:.95rem;color:var(--color-text);line-height:1.5;margin-bottom:1rem;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.about-us__testimonial-author{display:flex;align-items:center;margin-top:auto;max-width:65%}.about-us__testimonial-firmycz{position:absolute;bottom:1.4rem;right:1.6rem;width:5em;transition:transform .3s ease}.about-us__testimonial-firmycz img{width:100%;height:100%;object-fit:contain}.about-us__testimonial-firmycz:hover{transform:translateY(-3px)}.about-us__testimonial-photo-container{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid rgba(223,42,59,.1);margin-right:.75rem;flex-shrink:0;background-color:#df2a3b00}.about-us__testimonial-photo{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.about-us__testimonial-card:hover .about-us__testimonial-photo{transform:scale(1.1)}.about-us__testimonial-info{overflow:hidden}.about-us__testimonial-name{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem}.about-us__testimonial-date,.about-us__testimonial-role{font-size:.875rem;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-us__testimonials-title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem;line-height:1.3}.about-us__testimonials-description{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.6;max-width:600px;margin-bottom:1.5rem}.about-us__testimonials-slider-container{position:relative;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;margin:0 -1rem;padding:0 1rem}.about-us__testimonials-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.about-us__testimonials-slider::-webkit-scrollbar{display:none}@media (max-width: 992px){.about-us__testimonials-slider-container{margin:0 -.5rem;padding:0 .5rem}.about-us__testimonials-header{flex-direction:column}.about-us__slider-controls{margin-top:1rem;position:relative;align-self:flex-end}}@media (max-width: 768px){.about-us__testimonials-title{font-size:1.75rem}.about-us__testimonials-description{font-size:1rem}.about-us__testimonial-card{flex:0 0 calc(100% - 1rem);min-height:auto;max-height:none}.about-us__testimonial-text{-webkit-line-clamp:unset}}.about-us__team-decoration{position:absolute;inset:0;pointer-events:none;z-index:0}.decoration-circle{position:absolute;border-radius:50%;opacity:.15;z-index:-1}.decoration-circle--1{width:300px;height:300px;top:-100px;left:-150px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);animation:float 15s ease-in-out infinite}.decoration-circle--2{width:200px;height:200px;top:20%;right:-100px;background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary-darker) 100%);animation:float 18s ease-in-out infinite reverse}.decoration-circle--3{width:150px;height:150px;bottom:10%;left:10%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-darker) 100%);animation:float 12s ease-in-out infinite}.about-us__card--highlight{grid-column:span 7;background:var(--color-primary-gradient);color:#fff;position:relative;overflow:hidden}.about-us__card--highlight:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='diagonalPattern' patternUnits='userSpaceOnUse' width='60' height='60' patternTransform='scale(1) rotate(45)'%3E%3Cpath d='M0 20h60M0 40h60' stroke='rgba(255, 255, 255, 0.05)' fill='none' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23diagonalPattern)'/%3E%3C/svg%3E");z-index:0;pointer-events:none}.about-us__badge{display:inline-block;background-color:#df2a3b1a;color:var(--color-primary);font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:2rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.about-us__title{font-size:2.75rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.about-us__subtitle{font-size:1.25rem;color:var(--color-text-secondary);line-height:1.6}.about-us__cards{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1.5rem;margin-bottom:5rem}.about-us__card{border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000000d;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.about-us__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.about-us__card--main{grid-column:span 5;grid-row:span 1;background-color:#fff;border:1px solid rgba(0,0,0,.08)}.about-us__card--image{grid-column:span 7;grid-row:span 1;overflow:hidden;max-height:300px}.about-us__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-us__card--image:hover .about-us__image{transform:scale(1.05)}.about-us__card-inner{padding:2rem;height:100%;display:flex;flex-direction:column}.about-us__card-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text)}.about-us__card-text{font-size:1.125rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:1.5rem}.about-us__card-text:last-of-type{margin-bottom:2rem}.about-us__cta{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem}.about-us__cta-icon{width:1.25rem;height:1.25rem}.about-us__highlight-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.about-us__highlight-text{font-size:1.5rem;line-height:1.6;color:#ffffffe6;font-style:italic}.about-us__stat-card{background-color:#fff;border-radius:1rem;padding:1.5rem;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #00000013;transition:transform .3s ease,box-shadow .3s ease}.about-us__stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.about-us__stat-number{font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.about-us__stat-label{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.about-us__stat-description{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.about-us__team-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;position:relative}.about-us__team-title{font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.about-us__team-description{max-width:500px;font-size:1.125rem;color:var(--color-text-secondary);line-height:1.6}.about-us__team-controls{display:flex;gap:1rem}.about-us__team-button{width:3rem;height:3rem;border:none;border-radius:50%;background:#fff;border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.about-us__team-button:hover{background:var(--color-background-secondary);transform:scale(1.1)}.about-us__team-button-icon{width:1.5rem;height:1.5rem}.about-us__team-slider-container{position:relative;overflow:hidden;padding-left:125px}.about-us__team-slider{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding:1rem 0}.about-us__team-slider::-webkit-scrollbar{display:none}.about-us__team-card{flex:0 0 300px;background:var(--color-background);border-radius:1rem;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about-us__team-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.about-us__team-card-photo-container{width:100%;height:170px;overflow:hidden;position:relative;background:#fff;border-bottom:1px solid var(--color-border)}.about-us__team-card-photo{width:100%;height:80%;object-fit:contain;transition:transform .5s ease;position:absolute;bottom:-.25em}.about-us__team-card:hover .about-us__team-card-photo{transform:scale(1.05)}.about-us__team-card-name{padding:1.5rem 1.5rem .5rem;font-size:1.25rem;font-weight:600;color:var(--color-text)}.about-us__team-card-position{padding:0 1.5rem;font-size:.875rem;color:var(--color-primary);font-weight:600;margin-bottom:.75rem}.about-us__team-card-description{padding:0 1.5rem 1.5rem;font-size:.875rem;color:var(--color-text-secondary);line-height:1.6}@media (max-width: 1200px){.about-us__cards{grid-template-columns:repeat(6,1fr)}.about-us__card--main,.about-us__card--image{grid-column:span 6;grid-row:auto}.about-us__stats-grid,.about-us__card--highlight{grid-column:span 6}}@media (max-width: 992px){.about-us__team-slider-container{padding-left:0}.about-us__team-header{flex-direction:column;gap:1.5rem}.about-us__team-controls{align-self:center}.about-us__stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-us{padding:4rem 0}.about-us__title{font-size:2rem}.about-us__subtitle{font-size:1rem}.about-us__cards{grid-template-columns:1fr;gap:1rem}.about-us__card--main,.about-us__card--image,.about-us__stats-grid,.about-us__card--highlight{grid-column:span 1}.about-us__stats-grid{grid-template-columns:1fr}.about-us__team-title{font-size:1.5rem}.about-us__team-description{font-size:1rem}.about-us__team-card{flex:0 0 260px}.about-us__card-text,.about-us__highlight-text{font-size:1rem}}.about-us__slider-controls{position:absolute;bottom:0;right:0;display:block}.about-us__slider-controls .slider-button{display:inline-block}.about-us__slider-controls .slider-button:last-child{margin-left:1em}@media only screen and (max-width: 640px){.about-us__slider-controls{position:relative}}.about-us__social{margin-top:2rem;border-top:1px solid var(--color-border-secondary);padding-top:1.5rem}.about-us__social-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.about-us__social-icons{display:flex;gap:1rem}.about-us__social-icon-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#df2a3b1a;color:var(--color-primary);transition:all .3s ease}.about-us__social-icon-link:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #df2a3b4d}.about-us__social-icon{width:1.25rem;height:1.25rem}.about-us__text-red{color:var(--color-primary);position:relative}.about-us__text-red:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-.05em;width:100%;height:.1em;background:#df2a3b4d;border-radius:1em}.faq{padding:6rem 0;background-color:var(--color-background);border-top:1px solid var(--color-border)}.faq__content{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}@media (min-width: 992px){.faq__content{grid-template-columns:2fr 1fr;gap:2rem}}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq__item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #00000013;border:1px solid var(--color-border-ternary);transition:all .3s ease}.faq__item--active{box-shadow:0 8px 30px #0000001a}.faq__question{width:100%;background:none;border:none;padding:1em;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:1rem;outline:none;transition:all .3s ease;font-weight:400;font-size:1em;color:#000000e6;line-height:1.3}.faq__question-content{display:flex;align-items:center;gap:1rem;flex:1}.faq__question-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;transition:all .3s ease}.faq__question-icon svg{width:18px;height:18px}.faq__item--active .faq__question-icon{background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));transform:scale(1.1)}.faq__toggle-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;position:relative}.faq__icon{width:100%;height:100%;transition:transform .3s ease;color:var(--color-primary)}.faq__item--active .faq__icon{transform:rotate(180deg)}.horizontal-line{opacity:0;transition:opacity .3s ease}.faq__item:hover .faq__question{color:var(--color-primary)}.faq__item:hover .faq__question-icon{transform:scale(1.1)}.faq__answer-wrapper{transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__answer{padding:0 1.25rem 1.25rem 4.5rem;color:var(--color-text-light);font-size:.95rem;line-height:1.6}.faq__cta-container{display:flex;align-items:flex-start}.faq__cta-card{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;padding:2rem;border-radius:1.25em;box-shadow:0 10px 30px #00000026;height:auto;display:flex;flex-direction:column;position:sticky;top:6em}.faq__cta-title{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.faq__cta-text{margin-bottom:1.5rem;opacity:.9;line-height:1.6}.faq__cta-buttons{margin-top:auto;display:flex;flex-direction:column;gap:1rem}.faq__cta-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:50px;background-color:#fff;color:var(--color-primary-dark);font-weight:600;transition:all .3s ease;text-decoration:none;width:100%}.faq__cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.faq__cta-button--secondary{background-color:#ffffff26;color:#fff}.faq__cta-icon{width:18px;height:18px}@media (max-width: 767px){.faq{padding:4rem 0}.faq__content{gap:2rem}.faq__answer{padding:0 1.25rem 1.25rem 3.5rem}}
