.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}.home-hero{position:relative;min-height:85vh;width:100%;max-width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6rem 1rem 2rem;box-sizing:border-box}@media screen and (min-width:768px){.home-hero{min-height:90vh;padding:8rem 2rem 3rem}}@media screen and (min-width:1024px){.home-hero{min-height:95vh;padding:10rem 3rem 4rem}}.home-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden;background:var(--background-color)}.home-hero__background-image{position:absolute;inset:-10%;z-index:1;transition:transform .15s cubic-bezier(.25,.46,.45,.94)}.home-hero__background-image:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 30% 40%,rgba(240,121,0,.12) 0,transparent 50%),radial-gradient(ellipse at 70% 30%,#141414 0,transparent 60%),linear-gradient(135deg,#0a0a0a,#111 40%,#0d0d0d);animation:heroPlaceholderPulse 2s ease-in-out infinite}.home-hero__background-image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.4) contrast(1.2) saturate(.9);position:relative;z-index:1}@keyframes heroPlaceholderPulse{0%,to{opacity:1}50%{opacity:.7}}.home-hero__background-overlay{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 30% 40%,rgba(240,121,0,.15) 0,transparent 60%),radial-gradient(circle at 70% 60%,rgba(255,165,0,.12) 0,transparent 60%),radial-gradient(circle at 50% 80%,rgba(240,140,0,.1) 0,transparent 50%);opacity:.85}.home-hero__background-gradient{position:absolute;inset:0;z-index:3;background:linear-gradient(180deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.5) 40%,rgba(0,0,0,.6) 70%,rgba(0,0,0,.9));pointer-events:none}.home-hero__content{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;overflow:visible}@media screen and (min-width:768px){.home-hero__content{padding:0 2rem}}@media screen and (min-width:1024px){.home-hero__content{padding:0 4rem}}.home-hero__container{width:100%;position:relative;z-index:10;overflow:visible}.home-hero__trust-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;z-index:15}@media screen and (min-width:768px){.home-hero__trust-badges{gap:1.5rem;margin-bottom:2.5rem}}.home-hero__trust-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.875rem;color:hsla(0,0%,100%,.95);font-family:var(--font-base);font-weight:500}@media screen and (max-width:768px){.home-hero__trust-badge{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:.8rem;padding:.4rem .8rem}}.home-hero__trust-icon{width:16px;height:16px;color:var(--secondary-color);flex-shrink:0}.home-hero__trust-rating{font-weight:700;font-size:1rem;color:var(--white-color);margin-right:.25rem}.home-hero__trust-text{font-size:.75rem;opacity:.9}.home-hero__service-shortcuts{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem;width:100%}@media screen and (min-width:768px){.home-hero__service-shortcuts{flex-direction:row;justify-content:center;gap:1rem}}.home-hero__shortcuts-label{font-size:.875rem;color:hsla(0,0%,100%,.7);font-family:var(--font-base);font-weight:500;white-space:nowrap}.home-hero__shortcuts-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.home-hero__shortcut{padding:.4rem .9rem;background:rgba(240,121,0,.1);border:1px solid rgba(240,121,0,.3);border-radius:6px;color:var(--white-color);font-size:.8rem;font-family:var(--font-base);font-weight:500;text-decoration:none;transition:all .3s ease;white-space:nowrap}.home-hero__shortcut:hover{background:rgba(240,121,0,.2);border-color:var(--secondary-color);transform:translateY(-2px)}.home-hero__reviews-section{margin-top:2rem;width:100%;max-width:500px;margin-left:auto;margin-right:auto}.home-hero__reviews-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:hsla(0,0%,100%,.9);font-family:var(--font-base);font-weight:600}.home-hero__reviews-icon{width:16px;height:16px;color:var(--secondary-color)}.home-hero__reviews-list{display:flex;flex-direction:column;gap:.75rem}.home-hero__review-card{padding:1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width:768px){.home-hero__review-card{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.home-hero__review-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.home-hero__review-stars{display:flex;gap:2px}.home-hero__review-star{width:12px;height:12px}.home-hero__review-star,.home-hero__review-star.filled{color:var(--secondary-color)}.home-hero__review-name{font-size:.8rem;color:hsla(0,0%,100%,.9);font-weight:600}.home-hero__review-text{font-size:.8rem;color:hsla(0,0%,100%,.8);line-height:1.5;margin:0;font-style:italic}.home-hero__inner{display:flex;overflow:visible;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0;min-height:60vh}@media screen and (min-width:768px){.home-hero__inner{gap:2.5rem;min-height:70vh}}@media screen and (min-width:1024px){.home-hero__inner{gap:3rem;min-height:75vh}}.home-hero__top-button-wrapper{display:flex;justify-content:center;margin-bottom:1rem;z-index:15}.home-hero__top-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:rgba(240,121,0,.15);border:1px solid rgba(240,121,0,.4);border-radius:8px;color:var(--white-color);font-family:var(--font-base);font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(240,121,0,.15)}@media screen and (max-width:768px){.home-hero__top-button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.home-hero__top-button:hover{background-color:rgba(240,121,0,.25);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 20px rgba(240,121,0,.3)}.home-hero__top-button .home-hero__icon{width:16px;height:16px}.home-hero__title-section{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center;max-width:1000px;width:100%;margin:0 auto;z-index:15;padding:0 1rem;box-sizing:border-box}@media screen and (min-width:768px){.home-hero__title-section{gap:2rem;padding:0 2rem}}@media screen and (min-width:1024px){.home-hero__title-section{gap:2.5rem}}.home-hero__main-title{font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;font-family:var(--font-base);margin:0;display:flex;flex-direction:column;gap:.25rem;text-shadow:0 4px 20px rgba(0,0,0,.5);width:100%;max-width:100%;box-sizing:border-box;overflow:visible;position:relative;z-index:20}@media screen and (min-width:375px){.home-hero__main-title{font-size:3rem}}@media screen and (min-width:640px){.home-hero__main-title{font-size:4rem;gap:.35rem}}@media screen and (min-width:768px){.home-hero__main-title{font-size:5.5rem;gap:.4rem;line-height:1.1}}@media screen and (min-width:1024px){.home-hero__main-title{font-size:7rem;gap:.5rem}}@media screen and (min-width:1280px){.home-hero__main-title{font-size:8rem}}.home-hero__title-line{display:block;width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.home-hero__title-line--white{color:var(--white-color);text-shadow:0 2px 15px rgba(0,0,0,.6)}.home-hero__title-line--highlight{color:#f07900;font-size:.85em;white-space:normal;text-wrap:balance;text-shadow:0 4px 20px rgba(240,121,0,.4);font-weight:800;letter-spacing:-.04em;display:block;width:100%;overflow:visible;visibility:visible;opacity:1}@media screen and (min-width:768px){.home-hero__title-line--highlight{font-size:.85em}}@media screen and (min-width:1024px){.home-hero__title-line--highlight{font-size:.9em}}.home-hero__description{font-size:.95rem;line-height:1.7;letter-spacing:.01em;color:hsla(0,0%,100%,.9);font-family:var(--font-base);max-width:100%;width:100%;margin:0;text-align:center;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.4);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}@media screen and (max-width:768px){.home-hero__description{-webkit-backdrop-filter:none;backdrop-filter:none}}.home-hero__description{box-sizing:border-box;padding:0 .5rem;word-wrap:break-word;overflow-wrap:break-word}@media screen and (min-width:375px){.home-hero__description{font-size:1.05rem}}@media screen and (min-width:768px){.home-hero__description{font-size:1.2rem;line-height:1.85;max-width:900px;padding:0}}@media screen and (min-width:1024px){.home-hero__description{font-size:1.35rem;line-height:1.9;max-width:950px}}.home-hero__features{display:flex;flex-direction:row;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}@media screen and (min-width:768px){.home-hero__features{gap:3rem;margin-top:1.5rem}}@media screen and (min-width:1024px){.home-hero__features{gap:4rem;margin-top:2rem}}.home-hero__feature-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;max-width:100%;box-sizing:border-box}@media screen and (max-width:768px){.home-hero__feature-item{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.home-hero__feature-item:hover{background:rgba(240,121,0,.1);border-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 25px rgba(240,121,0,.2)}.home-hero__feature-item span{font-size:.85rem;color:hsla(0,0%,100%,.95);font-family:var(--font-base);font-weight:600;text-shadow:0 1px 5px rgba(0,0,0,.3);text-align:center;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media screen and (min-width:375px){.home-hero__feature-item span{font-size:.9rem}}@media screen and (min-width:768px){.home-hero__feature-item span{font-size:1rem;white-space:nowrap}}.home-hero__feature-icon{width:36px;height:36px;color:var(--secondary-color);filter:drop-shadow(0 2px 8px rgba(240,121,0,.4))}@media screen and (min-width:768px){.home-hero__feature-icon{width:44px;height:44px}}.home-hero__actions{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem;z-index:15}@media screen and (min-width:640px){.home-hero__actions{gap:1.25rem}}@media screen and (min-width:768px){.home-hero__actions{gap:1.5rem;margin-top:2rem}}.home-hero__action-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-base);font-size:1rem;font-weight:500;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap}@media screen and (min-width:768px){.home-hero__action-button{padding:1rem 2rem;font-size:1.125rem}}.home-hero__action-button .home-hero__icon{width:18px;height:18px}@media screen and (min-width:768px){.home-hero__action-button .home-hero__icon{width:20px;height:20px}}.home-hero__action-button--outline{background-color:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.2);color:var(--white-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width:768px){.home-hero__action-button--outline{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.home-hero__action-button--outline:hover{border-color:var(--secondary-color);background-color:rgba(240,121,0,.15);transform:translateY(-2px);box-shadow:0 8px 20px rgba(240,121,0,.25)}.home-hero__action-button--primary{background:linear-gradient(135deg,var(--secondary-color),var(--darkOrange-color));color:var(--white-color);border:none;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.06em;padding:1rem 2.25rem;box-shadow:0 4px 15px rgba(240,121,0,.3),0 0 20px rgba(240,121,0,.2)}@media(prefers-reduced-motion:no-preference){.home-hero__action-button--primary{animation:heroPulse 2.5s ease-in-out 3}}@media screen and (min-width:768px){.home-hero__action-button--primary{padding:1.125rem 2.75rem;font-size:1.2rem}}.home-hero__action-button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(240,121,0,.4),0 0 30px rgba(240,121,0,.3);background:linear-gradient(135deg,var(--lightOrange-color),var(--secondary-color));animation:none}@keyframes heroPulse{0%,to{box-shadow:0 4px 15px rgba(240,121,0,.3),0 0 20px rgba(240,121,0,.2)}50%{box-shadow:0 4px 25px rgba(240,121,0,.5),0 0 35px rgba(240,121,0,.35)}}.home-hero__reviews{margin-top:2rem;width:100%;position:relative;z-index:10}@media screen and (max-width:768px){.home-hero__reviews{margin-top:1.5rem}}.home-hero__brands-section{width:100%;background:var(--background-color);padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.05)}@media screen and (min-width:768px){.home-hero__brands-section{padding:2rem 0}}.home-hero__brands-container{max-width:1400px;margin:0 auto;padding:0 1rem}@media screen and (min-width:768px){.home-hero__brands-container{padding:0 2rem}}@media screen and (min-width:1024px){.home-hero__brands-container{padding:0 4rem}}.home-hero__brands-wrapper{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px){.home-hero__brands-wrapper{flex-direction:row}}.home-hero__brands-label{max-width:11rem;padding-right:1.5rem;margin-bottom:1.5rem;text-align:right}@media screen and (min-width:768px){.home-hero__brands-label{border-right:1px solid hsla(0,0%,100%,.1);margin-bottom:0}}.home-hero__brands-label p{font-size:.875rem;color:var(--lightGray-color);font-family:var(--font-base);margin:0}.home-hero__brands-slider-wrapper{position:relative;width:100%;overflow:hidden}@media screen and (min-width:768px){.home-hero__brands-slider-wrapper{width:calc(100% - 11rem);padding:1.5rem 0}}.home-hero__brands-slider{display:flex;gap:7rem;width:max-content;will-change:transform;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.home-hero__brands-slider::-webkit-scrollbar{display:none}@media screen and (min-width:768px){.home-hero__brands-slider{gap:7rem}}.home-hero__brand-item{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:120px;height:40px}.home-hero__brand-logo{max-height:100%;width:auto;opacity:.6;transition:opacity .3s ease;filter:grayscale(100%)}.home-hero__brand-logo:hover{opacity:1;filter:grayscale(0)}.home-hero__brand-placeholder{font-size:.875rem;color:var(--lightGray-color);font-family:var(--font-base);opacity:.5}.home-hero__brands-fade{position:absolute;top:0;bottom:0;width:5rem;pointer-events:none;z-index:5}@media screen and (min-width:768px){.home-hero__brands-fade{width:5rem}}.home-hero__brands-fade--left{left:0;background:linear-gradient(to right,var(--background-color),transparent)}.home-hero__brands-fade--right{right:0;background:linear-gradient(to left,var(--background-color),transparent)}.home__container{background:var(--background-color);min-height:100vh;width:100%;overflow-x:hidden}.home__container .home__popPackContainer h1{text-transform:uppercase;letter-spacing:2px;font-size:60px}.home__container .services-section-header{text-align:center;padding:4rem 2rem 2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.home__container .services-section-header{padding:3rem 1.5rem 1.5rem}}.home__container .services-section-title{font-size:2.5rem;font-weight:700;color:var(--white-color);letter-spacing:.5px;margin:0;font-family:var(--font-base)}@media(max-width:768px){.home__container .services-section-title{font-size:1.8rem}}@media(max-width:480px){.home__container .services-section-title{font-size:1.5rem}}