*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #071530;--primary-orange: #f07c28;--secondary-orange: #ff710c;--text-dark: #071530;--text-gray: #2b2e30;--text-light-gray: #5e5e5e;--white: #ffffff;--border-light: rgba(255, 255, 255, .15)}body{font-family:Urbanist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-orange);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-orange)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 3.75rem;transition:all .3s ease;background:transparent}.header.scrolled{background:#071530f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;padding:1rem 3.75rem}.header-container{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{height:34px;width:auto;cursor:pointer}.header-actions{display:flex;gap:1rem;align-items:center}.icon-button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);background:#ffffff1a;transition:all .3s ease}.icon-button:hover{background:var(--primary-orange);transform:translateY(-2px)}@media(max-width:768px){.header{padding:1rem 1.5rem}.header.scrolled{padding:.75rem 1.5rem}.logo{height:28px}.icon-button{width:36px;height:36px}.header-actions{gap:.5rem}}@media(max-width:480px){.header{padding:1rem}.logo{height:24px}.icon-button{width:32px;height:32px}}.footer-section{width:100%;background-color:transparent;position:relative}.footer-newsletter-section{width:100%;display:flex;justify-content:center;align-items:center;padding:0 60px 60px;position:absolute;z-index:9999;margin-top:-20px}.footer-newsletter-container{max-width:660px;width:100%;display:flex;justify-content:center}.newsletter-form{width:100%;position:relative;display:flex;align-items:center}.newsletter-input-wrapper{flex:1;position:relative;height:50px;background-color:var(--primary-orange);border-radius:100px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;padding:0 160px 0 24px}.newsletter-input{width:100%;height:100%;background:transparent;border:none;outline:none;font-family:Urbanist,sans-serif;font-weight:600;color:var(--white);font-size:16px}.newsletter-input::placeholder{color:#ffffff80}.newsletter-button{position:absolute;right:5px;width:140px;height:40px;background-color:var(--white);border-radius:100px;font-family:Urbanist,sans-serif;font-weight:600;color:var(--primary-blue);font-size:16px;cursor:pointer;transition:all .3s ease}.newsletter-button:hover{background-color:#f0f0f0;box-shadow:0 4px 12px #0003}.footer-main{width:100%;background-color:var(--primary-blue);position:relative;padding:60px 60px 40px}.footer-mask{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.05}.footer-container{position:relative;z-index:2;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.footer-content-grid{display:grid;grid-template-columns:auto 1fr;gap:200px;align-items:start}.footer-brand{display:flex;flex-direction:column}.footer-logo{width:185px;height:42px}.footer-description-wrapper{display:flex;align-items:center}.footer-description{font-family:Urbanist,sans-serif;font-weight:400;color:var(--white);font-size:14px;line-height:1.4;max-width:100%}.footer-divider{width:100%;height:1px;background-color:#ffffff1a}.footer-bottom{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}.footer-copyright{font-family:Urbanist,sans-serif;font-weight:400;color:var(--white);font-size:16px;line-height:1.4;white-space:nowrap}.footer-social{display:flex;gap:12px;align-items:center;justify-content:center}.social-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.social-icon:hover{background:var(--primary-orange);transform:translateY(-3px)}.footer-links{display:flex;gap:50px;align-items:center;justify-content:flex-end}.footer-link{font-family:Urbanist,sans-serif;font-weight:400;color:var(--white);font-size:16px;line-height:1.4;transition:color .3s ease;white-space:nowrap}.footer-link:hover{color:var(--primary-orange)}@media(max-width:1024px){.footer-content-grid{grid-template-columns:1fr;gap:20px}.footer-bottom{grid-template-columns:1fr;gap:20px;text-align:center}.footer-social,.footer-links{justify-content:center}}@media(max-width:768px){.footer-newsletter-section{padding:0 20px 30px}.footer-main{padding:70px 20px 30px}.footer-bottom{gap:15px}.footer-links{flex-direction:column;gap:15px}.newsletter-form{max-width:100%}.newsletter-input-wrapper{padding:0 150px 0 20px}.footer-copyright{font-size:14px}}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden;background-color:var(--primary-blue);padding:80px 60px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}.hero-content{position:relative;z-index:10;max-width:1440px;width:100%;margin:0 auto;display:flex;justify-content:flex-start;align-items:center;height:100%}.hero-text-container{display:flex;flex-direction:column;gap:30px;max-width:600px}.hero-text-block{display:flex;flex-direction:column;gap:12px}.all-in-one-place{font-family:Urbanist,sans-serif;font-weight:900;font-size:clamp(40px,8vw,80px);line-height:1.1;color:transparent;-webkit-text-stroke:2px #ffffff;margin-left:-2px}.your-motorcycle{font-family:Urbanist,sans-serif;font-weight:400;font-size:17px;line-height:1.5;color:#fff;margin-top:10px}.your-motorcycle .span{font-weight:700}.arrow-button{width:134px;height:134px;position:relative;display:flex;align-items:center;justify-content:center;margin-top:20px;cursor:pointer}.rotating-text-circle{position:absolute;width:100%;height:100%}.rotating-text-svg{width:100%;height:100%;fill:var(--primary-orange);font-family:Urbanist,sans-serif;font-weight:500;font-size:13px;letter-spacing:2px;text-transform:uppercase;animation:rotate 10s linear infinite}.circle-border{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.15);pointer-events:none}.circle-border.outer{width:136px;height:136px}.circle-border.inner{width:80px;height:80px}.arrow-icon{width:44px;height:44px;z-index:2}.hero-decorative-group{position:absolute;bottom:10%;left:80px;transform:translateY(-50%);width:526px;height:auto;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.hero-section{padding:100px 40px;min-height:auto;height:auto}}@media(max-width:768px){.hero-section{padding:80px 20px;align-items:flex-start}.hero-content{flex-direction:column}.hero-text-container{width:100%;align-items:center;text-align:center}.hero-decorative-group{display:none}.all-in-one-place{text-align:center}}.trusted-banner-wrapper{width:100%;background-color:var(--white);padding:0 0 40px;display:flex;justify-content:center;align-items:center;overflow:hidden}.trusted-image{width:100%;height:auto;object-fit:contain}@media(max-width:768px){.trusted-banner-wrapper{padding:0 0 20px}}.categories-section{width:100%;padding:60px 60px 40px;background-color:var(--white)}.categories-container{max-width:1440px;margin:0 auto}.categories-header{display:flex;justify-content:space-between;gap:40px}.categories-header-content{display:flex;flex-direction:column;gap:10px;max-width:650px}.categories-title{font-family:Urbanist,sans-serif;font-weight:900;color:var(--primary-blue);font-size:40px;line-height:normal;margin:0}.categories-description{font-family:Urbanist,sans-serif;font-weight:400;color:#2b2e30b3;font-size:16px;line-height:1.5;margin:0}.categories-nav-arrows{display:flex;gap:12px;align-items:center;flex-shrink:0}.category-nav-btn{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:#fff;box-shadow:0 2px 8px #0000001a}.category-nav-btn.prev{background-color:#f07c28;color:#fff}.category-nav-btn.prev:hover{background-color:#e55a2b;transform:translate(-2px)}.category-nav-btn.next{background-color:#fff;color:#f07c28;border:2px solid #f0f0f0}.category-nav-btn.next:hover{background-color:#f8f8f8;transform:translate(2px)}@media(max-width:768px){.categories-section{padding:40px 20px}.categories-header{flex-direction:column;gap:20px}.categories-title{font-size:32px}.categories-nav-arrows{align-self:flex-end}}.directory-section{width:100%;background-color:var(--white);overflow:hidden}.directory-container{max-width:100%;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center}.directory-grid{display:flex;flex-wrap:nowrap;gap:30px;overflow-x:auto;padding:20px 0;width:100%;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-overflow-scrolling:touch}.directory-grid:active{cursor:grabbing}.directory-grid::-webkit-scrollbar{display:none}.directory-item{flex-shrink:0;border-radius:20px;overflow:hidden;position:relative;cursor:pointer;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.large-item,.small-item{width:428px;height:266px}.directory-text-content{display:flex;flex-direction:column;gap:8px;overflow:hidden}.directory-card-bg{width:100%;height:100%;position:relative;background-color:#f5f5f5;border-radius:20px;display:flex;flex-direction:column;padding:20px;gap:50px}.directory-bg-image{position:absolute;right:-10px;top:0;height:50%;filter:grayscale(100%) brightness(.9)}.directory-item:hover .directory-bg-image{transform:none}.directory-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;z-index:2;background:transparent;overflow:hidden}.large-item .directory-content{justify-content:space-between}.directory-description{font-family:Urbanist,sans-serif;font-weight:400;color:#2b2e30b3;font-size:14px;line-height:1.6;margin:0;background:transparent;padding:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;position:relative;top:auto;left:auto;right:auto;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.directory-title{font-family:Urbanist,sans-serif;font-weight:700;color:var(--primary-blue);font-size:18px;text-align:left;background:transparent;padding:0;border-radius:0;align-self:flex-start;margin:0 0 8px;width:auto;min-width:auto;box-shadow:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-icon-overlay{position:relative;top:auto;right:auto;width:67px;height:67px;z-index:3;background-color:#f07c28;border-radius:8px;padding:10px;margin-bottom:auto}.directory-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;z-index:10;cursor:pointer;display:none}.directory-nav.left{left:10px}.directory-nav.right{right:10px}.pagination-dots{display:flex;justify-content:center;align-items:center;gap:10px;padding:30px 0;margin-top:20px}.pagination-dot{width:10px;height:10px;border-radius:50%;background-color:#d0d0d0;transition:all .3s ease;cursor:pointer}.pagination-dot.active{background-color:#ff6b35;width:12px;height:12px;box-shadow:0 0 8px #ff6b3566}.pagination-dot:hover{background-color:#ff6b35;opacity:.7}@media(max-width:768px){.directory-section{padding:40px 20px}.large-item,.small-item{width:300px;height:auto}.pagination-dots{padding:20px 0;margin-top:10px}.pagination-dot{width:8px;height:8px}.pagination-dot.active{width:10px;height:10px}}.features-section{width:100%;padding:80px 60px;background-color:var(--white);overflow:hidden}.features-containers{display:flex;gap:20px;align-items:center}@media(max-width:768px){.features-containers{flex-direction:column;text-align:center}}.features-container{max-width:1440px;margin:0 auto}.features-content-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:40px;position:relative}.features-header-block{grid-column:1 / -1;max-width:800px;margin-bottom:40px}.built-for-riders{font-family:Urbanist,sans-serif;font-weight:800;color:var(--primary-blue);font-size:clamp(32px,5vw,40px);line-height:normal;margin-bottom:24px}.features-description{font-family:Urbanist,sans-serif;font-weight:500;color:#2b2e3099;font-size:16px;line-height:1.5;max-width:600px;margin-bottom:30px}.explore-button{margin-top:20px;display:inline-flex;align-items:center;justify-content:center;width:240px;height:50px;background-color:var(--primary-orange);border-radius:100px;transition:all .3s ease}.explore-button:hover{background-color:var(--secondary-orange);transform:translateY(-2px);box-shadow:0 4px 12px #f07c284d}.explore-text{font-family:Urbanist,sans-serif;font-weight:600;color:var(--white);font-size:20px}.features-image-wrapper{grid-column:1 / 2;grid-row:2 / 3;border-radius:20px 120px 20px 20px;overflow:hidden;height:447px;width:100%}.features-main-image{width:100%;height:100%;object-fit:cover}.features-list{grid-column:2 / 3;grid-row:2 / 3;display:flex;flex-direction:column;justify-content:center;gap:40px;padding-left:40px}.feature-item{display:flex;align-items:center;gap:32px}.feature-number-box{width:53px;height:54px;position:relative;flex-shrink:0}.feature-number-box:before{content:"";position:absolute;top:10px;left:0;width:44px;height:44px;background-color:var(--primary-orange);border-radius:10px;opacity:1}.feature-number{position:absolute;top:0;left:18px;font-family:Urbanist,sans-serif;font-weight:700;color:#77380c;font-size:36px;line-height:normal}.feature-text{display:flex;flex-direction:column;gap:4px}.feature-title{font-family:Urbanist,sans-serif;font-weight:600;color:#2d2d2d;font-size:28px;line-height:normal}.feature-subtitle{font-family:Urbanist,sans-serif;font-weight:500;color:#5e5e5e;font-size:16px;line-height:normal}@media(max-width:1024px){.features-content-wrapper{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:60px}.features-image-wrapper{grid-column:1 / -1;grid-row:2;max-width:600px;margin:0 auto}.features-list{grid-column:1 / -1;grid-row:3;padding-left:0;max-width:600px;margin:0 auto}}@media(max-width:768px){.features-section{padding:60px 20px}.feature-item{gap:20px}.feature-title{font-size:24px}.features-image-wrapper{height:300px}}.app-download-section{width:100%;padding:80px 60px;background-color:var(--white);display:flex;justify-content:center;align-items:center}.app-download-container{max-width:1440px;width:100%;background-color:#f07c2866;border-radius:22px;position:relative;overflow:hidden}.app-download-decorative-elements{position:absolute;width:100%;height:100%;pointer-events:none}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}.decorative-circle-1{position:absolute;top:-185px;right:247px;width:316px;height:351px;border-radius:50%;border:40px solid var(--primary-orange);opacity:.3}.decorative-circle-2{position:absolute;bottom:-131px;right:97px;width:316px;height:351px;border-radius:50%;border:40px solid var(--primary-orange);opacity:.3}.decorative-circle-3{position:absolute;bottom:-95px;right:48px;width:48px;height:53px;background-color:var(--primary-orange);border-radius:50%;opacity:.3}.app-download-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:space-between;padding:64px 80px}.app-download-text{max-width:600px;display:flex;flex-direction:column;gap:18px}.app-download-title{font-family:Urbanist,sans-serif;font-weight:800;color:#401a00;font-size:clamp(40px,6vw,58px);line-height:1.4}.app-download-subtitle{font-family:Urbanist,sans-serif;font-weight:500;color:#401a00;font-size:26px;line-height:1.5;max-width:488px}.qr-code-section{display:flex;flex-direction:column;gap:20px;margin-top:20px}.qr-code-text{font-family:Urbanist,sans-serif;font-weight:700;color:#000;font-size:19px}.qr-and-buttons-wrapper{display:flex;align-items:flex-end;gap:60px}.qr-code-image{width:162px;height:162px;flex-shrink:0}.store-buttons{display:flex;gap:12px}.store-button{display:flex;align-items:center;gap:10px;padding:12px 20px;background-color:#000;border:1.35px solid #a5a5a5;border-radius:8px;color:var(--white);transition:all .3s ease;cursor:pointer}.store-button:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.store-button-text{display:flex;flex-direction:column;gap:2px}.store-button-label{font-family:Urbanist,sans-serif;font-weight:400;font-size:12px;color:var(--white)}.store-button-name{font-family:Urbanist,sans-serif;font-weight:600;font-size:18px;color:var(--white)}.app-phone-mockup{position:absolute;right:0;width:372px;height:700px;margin-top:241px;margin-right:72px;object-fit:contain}@media(max-width:1400px){.app-download-content{padding:50px 60px}.app-phone-mockup{width:340px;height:640px;margin-top:200px;margin-right:50px}}@media(max-width:1200px){.app-download-section{padding:60px 40px}.app-download-content{padding:40px 50px}.app-phone-mockup{width:300px;height:580px;margin-top:160px;margin-right:30px}.qr-and-buttons-wrapper{gap:30px}.decorative-circle-1,.decorative-circle-2{width:250px;height:280px;border:30px solid var(--primary-orange)}}@media(max-width:1024px){.app-download-section{padding:50px 30px}.app-download-container{height:auto;border-radius:18px}.app-download-content{flex-direction:column;gap:40px;padding:40px 30px;align-items:center}.app-download-text{order:2;text-align:center;align-items:center;max-width:100%}.app-phone-mockup{position:relative;order:1;margin:0;width:280px;height:auto}.qr-and-buttons-wrapper{justify-content:center;gap:20px}.decorative-circle-1{top:-100px;right:150px}.decorative-circle-2{bottom:-80px;right:50px}.decorative-circle-3{bottom:-50px;right:30px}}@media(max-width:768px){.app-download-section{padding:40px 20px}.app-download-container{border-radius:16px}.app-download-content{padding:30px 20px;gap:30px}.app-download-text{gap:15px}.app-download-title{font-size:32px;line-height:1.3}.app-download-subtitle{font-size:18px;line-height:1.4}.qr-code-section{margin-top:15px;gap:15px}.qr-code-text{font-size:17px}.qr-and-buttons-wrapper{flex-direction:column;align-items:center;gap:20px}.qr-code-image{width:140px;height:140px}.store-buttons{width:100%;max-width:300px;flex-direction:column;gap:10px}.store-button{width:100%;justify-content:center;padding:12px 18px}.app-phone-mockup{width:240px;height:auto}.decorative-circle-1,.decorative-circle-2{width:180px;height:200px;border:20px solid var(--primary-orange)}.decorative-circle-1{top:-80px;right:80px}.decorative-circle-2{bottom:-60px;right:30px}.decorative-circle-3{width:35px;height:38px;bottom:-30px;right:20px}}@media(max-width:640px){.app-download-section{padding:30px 15px}.app-download-content{padding:25px 15px}.app-download-title{font-size:28px}.app-download-subtitle,.qr-code-text{font-size:16px}.qr-code-image{width:130px;height:130px}.store-buttons{max-width:280px}.store-button{padding:11px 16px}.store-button-label{font-size:11px}.store-button-name{font-size:16px}.app-phone-mockup{width:220px}}@media(max-width:480px){.app-download-section{padding:25px 12px}.app-download-container{border-radius:14px}.app-download-content{padding:20px 12px;gap:25px}.app-download-text{gap:12px}.app-download-title{font-size:24px;line-height:1.2}.app-download-subtitle{font-size:15px}.qr-code-section{margin-top:10px;gap:12px}.qr-code-text{font-size:15px}.qr-code-image{width:110px;height:110px}.store-buttons{max-width:260px;gap:8px}.store-button{padding:10px 14px;gap:8px}.store-button svg{width:20px;height:20px}.store-button-label{font-size:10px}.store-button-name{font-size:15px}.app-phone-mockup{width:180px}.decorative-circle-1,.decorative-circle-2{width:120px;height:130px;border:15px solid var(--primary-orange)}.decorative-circle-1{top:-50px;right:40px}.decorative-circle-2{bottom:-40px;right:15px}.decorative-circle-3{width:25px;height:28px;bottom:-20px;right:10px}}@media(max-width:360px){.app-download-title{font-size:22px}.app-download-subtitle{font-size:14px}.qr-code-image{width:100px;height:100px}.store-buttons{max-width:240px}.store-button{padding:9px 12px}.store-button-name{font-size:14px}.app-phone-mockup{width:160px}}.testimonials-section{width:100%;padding:80px 60px;background-color:var(--white)}.testimonials-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.testimonials-header{max-width:750px;display:flex;flex-direction:column;gap:10px}.testimonials-title{font-family:Urbanist,sans-serif;font-weight:900;color:var(--primary-blue);font-size:40px;line-height:normal}.testimonials-description{font-family:Urbanist,sans-serif;font-weight:400;color:#2b2e30b3;font-size:16px;line-height:1.25}.testimonials-carousel-wrapper{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y}.testimonials-carousel-wrapper:active{cursor:grabbing}.testimonials-carousel{display:flex;gap:26px;padding:20px 0}.testimonial-card{flex-shrink:0;width:calc(50% - 13px);height:250px;position:relative;border-radius:20px;overflow:hidden;transition:transform .3s ease;background-color:#fff;box-shadow:0 4px 20px #0000000f}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.testimonial-card-bg{position:absolute;width:31.6%;height:100%;top:0;left:0;background-color:#f5f5f5;border-radius:20px}.testimonial-avatar{position:absolute;bottom:0;left:0;object-fit:cover;border-radius:20px 0 0 20px}.testimonial-info{position:absolute;top:98px;left:29px;display:flex;flex-direction:column;gap:14px;z-index:2}.testimonial-name{font-family:Urbanist,sans-serif;font-weight:700;color:var(--primary-blue);font-size:16px;line-height:1.25}.testimonial-rating{width:100px;height:20px}.testimonial-rating img{width:100%;height:100%}.testimonial-decorative{position:absolute;width:23.7%;height:60%;top:20%;left:22%;object-fit:cover}.testimonial-review{position:absolute;top:105px;left:321px;width:308px;font-family:Urbanist,sans-serif;font-weight:400;color:#2b2e30b3;font-size:14px;line-height:1.4}.testimonials-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.testimonial-dot{width:10px;height:10px;border-radius:50%;background-color:#f07c2826;border:none;cursor:pointer;transition:all .3s ease;padding:0}.testimonial-dot:hover{background-color:#d1d5db}.testimonial-dot.active{width:10px;height:10px;background-color:var(--primary-orange);border:1px solid var(--primary-orange)}@media(max-width:1200px){.testimonials-section{padding:70px 40px}.testimonial-card{width:calc(50% - 13px)}.testimonial-review{width:240px;left:270px;font-size:13px}}@media(max-width:1024px){.testimonials-section{padding:60px 30px}.testimonials-carousel{flex-direction:column;align-items:center;gap:20px}.testimonial-card{width:100%;max-width:651px}.testimonial-review{width:280px;left:300px}}@media(max-width:768px){.testimonials-section{padding:50px 20px}.testimonials-title{font-size:28px}.testimonials-description{font-size:14px}.testimonial-card{width:100%;max-width:100%;min-width:280px;height:auto;min-height:320px;padding-bottom:20px;display:flex;flex-direction:column;position:relative}.testimonial-card-bg{width:100%;height:180px;background-color:#f5f5f5;position:absolute!important;top:0;left:0;z-index:0}.testimonial-avatar{height:180px!important;position:relative!important;inset:auto!important;transform:none!important;border-radius:20px 20px 0 0!important;margin:0 auto;object-fit:cover;z-index:1;display:block}.testimonial-info{position:relative!important;top:auto!important;left:auto!important;text-align:center;padding:15px 20px 0;display:flex;flex-direction:column;align-items:center;z-index:2}.testimonial-name{font-size:16px;margin-bottom:8px}.testimonial-rating{width:90px;height:18px;margin:0 auto;display:block}.testimonial-decorative{display:block!important;position:absolute!important;width:130px;height:auto;top:10px;left:20px;z-index:2}.testimonial-review{position:relative!important;top:auto!important;left:auto!important;width:auto;padding:0 20px;margin-top:12px;font-size:13px;line-height:1.5;text-align:center;z-index:3}.testimonials-dots{gap:6px;margin-top:25px}.testimonial-dot,.testimonial-dot.active{width:9px;height:9px}}@media(max-width:640px){.testimonials-section{padding:40px 15px}.testimonials-title{font-size:24px}.testimonial-card{min-width:260px;min-height:300px}.testimonial-card-bg{height:160px}.testimonial-avatar{height:160px!important}.testimonial-name{font-size:15px}.testimonial-rating{width:85px;height:17px}.testimonial-review{font-size:12px}}@media(max-width:480px){.testimonials-section{padding:35px 12px}.testimonials-title{font-size:22px;line-height:1.3}.testimonials-description{font-size:13px}.testimonial-card{min-width:240px;min-height:280px}.testimonial-card-bg{height:150px}.testimonial-avatar{height:150px!important}.testimonial-name{font-size:14px}.testimonial-rating{width:80px;height:16px}.testimonial-review{font-size:11px;padding:0 15px}.testimonials-dots{gap:5px;margin-top:20px}.testimonial-dot,.testimonial-dot.active{width:8px;height:8px}}@media(max-width:360px){.testimonials-section{padding:30px 10px}.testimonials-title{font-size:20px}.testimonial-card{min-width:220px;min-height:260px}.testimonial-card-bg{height:140px}.testimonial-avatar{width:110px!important;height:140px!important}.testimonial-name{font-size:13px}.testimonial-rating{width:75px;height:15px}.testimonial-review{font-size:10px;padding:0 12px}}.faq-section{width:100%;padding:80px 60px;background-color:var(--white);position:relative;overflow:hidden}.faq-background-blur{position:absolute;top:163px;left:152px;width:280px;height:280px;filter:blur(137px);pointer-events:none}.faq-background-blur:before{content:"";position:absolute;top:0;left:0;width:187px;height:187px;background-color:#ffdec1;border-radius:50%}.faq-background-blur:after{content:"";position:absolute;top:93px;left:93px;width:187px;height:187px;background-color:#ffedde;border-radius:50%}.faq-background-vector{position:absolute;top:-200px;left:-600px;width:1385px;height:1302px;pointer-events:none;opacity:.3}.faq-container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;position:relative;z-index:1}.faq-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.faq-rider-image{width:100%;max-width:654px;height:auto;object-fit:cover;border-radius:20px}.faq-vector-1,.faq-vector-2{position:absolute;pointer-events:none}.faq-vector-1{width:62px;height:60px;top:14.68%;left:8.41%}.faq-vector-2{width:40px;height:39px;bottom:14.86%;right:36.97%}.faq-content{display:flex;flex-direction:column;gap:40px}.faq-header{display:flex;flex-direction:column;gap:13px}.faq-title{font-family:Urbanist,sans-serif;font-weight:900;color:var(--primary-blue);font-size:40px;line-height:1.25}.faq-description{font-family:Urbanist,sans-serif;font-weight:400;color:#2b2e30b3;font-size:16px;line-height:1.25}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{position:relative}.faq-question-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question-button:hover{color:var(--primary-orange)}.faq-question{font-family:Urbanist,sans-serif;font-weight:600;color:#000;font-size:18px;line-height:normal;flex:1}.faq-icon{display:flex;align-items:center;justify-content:center;color:var(--primary-orange);transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden}.faq-answer{font-family:Urbanist,sans-serif;font-weight:500;color:#0009;font-size:16px;line-height:1.4;padding:0 0 20px}.faq-divider{width:100%;height:1px;background-color:#0000001a}@media(max-width:1024px){.faq-container{grid-template-columns:1fr;gap:40px}.faq-image-wrapper{order:2}.faq-content{order:1}}@media(max-width:768px){.faq-section{padding:60px 20px}.faq-title{font-size:32px}.faq-question{font-size:16px}}.cms-content-body h1,.cms-content-body h2,.cms-content-body h3,.cms-content-body h4{color:var(--primary-blue);margin-top:1.5em;margin-bottom:.8em;font-weight:700}.cms-content-body h1{font-size:2rem}.cms-content-body h2{font-size:1.75rem}.cms-content-body h3{font-size:1.5rem}.cms-content-body p{margin-bottom:1.2em}.cms-content-body ul,.cms-content-body ol{margin-bottom:1.2em;padding-left:1.5em}.cms-content-body li{margin-bottom:.5em}.cms-content-body strong{color:var(--primary-blue);font-weight:600}.cms-content-body a{color:var(--primary-orange);text-decoration:underline;transition:color .2s ease}.cms-content-body a:hover{color:var(--secondary-orange)}.app{width:100%;min-height:100vh;background-color:var(--white)}
