.btn-orange{background:var(--orange);color:#fff;padding:11px 26px;border-radius:8px;font-weight:600;font-size:.92rem;font-family:Outfit,sans-serif;display:inline-block;white-space:nowrap;border:none;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none}.btn-orange:hover{background:var(--orange-hover);color:#fff;transform:translateY(-1px)}.btn-outline{background:transparent;color:#374151;padding:11px 26px;border-radius:8px;font-weight:600;font-size:.92rem;font-family:Outfit,sans-serif;display:inline-block;white-space:nowrap;border:1.5px solid #d1d5db;cursor:pointer;transition:border-color .2s,color .2s,transform .15s;text-decoration:none}.btn-outline:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-1px)}.r9-nav{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #f3f4f6;box-shadow:0 1px 6px #0000000d}.r9-nav-inner{max-width:1280px;margin:0 auto;padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:32px}.r9-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.r9-logo-img{height:40px;width:auto;display:block;object-fit:contain}.r9-logo-icon{width:36px;height:36px;background:var(--orange);border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:900;font-size:1rem;color:#fff;letter-spacing:-.5px;flex-shrink:0}.r9-logo-text{font-family:Outfit,sans-serif;font-weight:800;font-size:1.1rem;color:#111827;letter-spacing:-.3px}.r9-logo-text span{color:var(--orange)}.r9-nav-links{display:flex;align-items:center;gap:32px;flex:1;justify-content:center}.r9-nav-links a{font-size:.88rem;font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s;white-space:nowrap}.r9-nav-links a:hover,.r9-nav-links a.active{color:#111827}.r9-nav-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.r9-nav-login{font-size:.88rem;font-weight:600;color:#374151;text-decoration:none;transition:color .2s}.r9-nav-login:hover{color:var(--orange)}.r9-mob-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.r9-mob-btn span{display:block;width:22px;height:2px;background:#374151;border-radius:2px;transition:all .3s}.hero-section{background:linear-gradient(to right,#fff 20%,#fff7f0,#ffe8d6);min-height:calc(100vh - 64px);display:flex;align-items:center;overflow:hidden;position:relative}.hero-inner{max-width:1280px;width:100%;margin:0 auto;padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-text h1{font-family:Outfit,sans-serif;font-size:3.4rem;font-weight:800;color:#111827;line-height:1.12;letter-spacing:-1.5px;margin-bottom:24px}.hero-text p{color:#6b7280;font-size:.98rem;line-height:1.8;margin-bottom:38px;max-width:480px}.hero-text p strong{color:var(--orange);font-weight:700}.hero-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-rider{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:480px}.rider-blob{position:absolute;bottom:-30px;right:-60px;width:520px;height:520px;background:radial-gradient(circle at 55% 55%,#fed7aa 0%,#ffedd5 55%,transparent 75%);border-radius:50%;z-index:0}.rider-img{position:relative;z-index:1;width:100%;max-width:500px;object-fit:contain;object-position:bottom;display:block;filter:drop-shadow(0 24px 48px rgba(249,115,22,.18))}.r9-mobile-menu{display:none;position:fixed;inset:0;z-index:200}.r9-mobile-menu.open{display:block}.r9-menu-backdrop{position:absolute;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.r9-menu-panel{position:absolute;top:0;right:0;width:285px;height:100vh;background:#fff;padding:24px 28px;box-shadow:-4px 0 32px #0000001a;display:flex;flex-direction:column;gap:0;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.r9-mobile-menu.open .r9-menu-panel{transform:translate(0)}.r9-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.r9-menu-close{width:34px;height:34px;background:#f3f4f6;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:background .2s}.r9-menu-close:hover{background:#fee2e2;color:#dc2626}.r9-menu-links{display:flex;flex-direction:column;gap:24px;margin-bottom:auto}.r9-menu-links a{font-size:1rem;font-weight:500;color:#374151;text-decoration:none;transition:color .2s;border-bottom:1px solid #f9fafb;padding-bottom:20px}.r9-menu-links a:last-child{border-bottom:none}.r9-menu-links a:hover{color:var(--orange)}.r9-menu-actions{display:flex;flex-direction:column;gap:10px;padding-top:24px;border-top:1px solid #f3f4f6}.r9-menu-actions .btn-orange,.r9-menu-actions .btn-outline{text-align:center}.opportunity-section{background:#fff;padding:100px 40px;border-top:1px solid #f3f4f6}.opportunity-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.opportunity-img-wrap{position:relative;border-radius:20px;overflow:hidden}.opportunity-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.opportunity-img-wrap:before{content:"";position:absolute;left:0;top:10%;bottom:10%;width:4px;background:var(--orange);border-radius:0 4px 4px 0;z-index:1}.opportunity-text h2{font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:800;color:#111827;line-height:1.15;letter-spacing:-1px;margin-bottom:24px}.opportunity-text h2 span{color:var(--orange)}.opportunity-text .lead{font-size:1rem;color:#374151;font-weight:500;line-height:1.75;margin-bottom:18px}.opportunity-text .lead strong{color:var(--orange);font-weight:700}.opportunity-text .body{font-size:.95rem;color:#6b7280;line-height:1.85;margin-bottom:38px}.opportunity-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.how-section{position:relative;background:#fff;padding:100px 40px;overflow:hidden;border-top:1px solid #f3f4f6}.how-section:before{content:"";position:absolute;top:-140px;right:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.how-section:after{content:"";position:absolute;bottom:-140px;left:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.how-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.how-head{text-align:center;margin-bottom:60px}.how-head h2{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;color:#111827;letter-spacing:-.5px;margin-bottom:14px}.how-head p{font-size:1rem;color:#6b7280;line-height:1.7;max-width:480px;margin:0 auto}.how-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.how-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:36px 30px;box-shadow:0 2px 16px #0000000d;transition:box-shadow .25s,transform .25s}.how-card:hover{box-shadow:0 8px 32px #f973161a;transform:translateY(-4px)}.how-card-num{width:44px;height:44px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:800;font-size:1.1rem;color:#fff;margin-bottom:24px;flex-shrink:0}.how-card h3{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:12px;line-height:1.3}.how-card p{font-size:.88rem;color:#6b7280;line-height:1.75}.why-section{background:#fff;padding:100px 40px;border-top:1px solid #f3f4f6;overflow:hidden;position:relative}.why-section:before{content:"";position:absolute;top:-140px;right:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.why-section:after{content:"";position:absolute;bottom:-140px;left:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.why-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.why-text h2{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:800;color:#111827;letter-spacing:-.8px;line-height:1.2;margin-bottom:18px}.why-text>p{font-size:.97rem;color:#6b7280;line-height:1.8;margin-bottom:36px;max-width:460px}.why-list{display:flex;flex-direction:column;gap:16px;margin-bottom:42px}.why-list-item{display:flex;align-items:center;gap:12px;font-size:.95rem;font-weight:500;color:#374151}.why-check{width:22px;height:22px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-check svg{width:12px;height:12px;stroke:#fff;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.why-img{display:flex;align-items:center;justify-content:center}.why-img img{width:100%;max-width:520px;object-fit:contain;display:block}.handles-section{background:#fff;padding:100px 40px;border-top:1px solid #f3f4f6;overflow:hidden;position:relative}.handles-section:before{content:"";position:absolute;top:-140px;left:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.handles-section:after{content:"";position:absolute;bottom:-140px;right:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.handles-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.handles-img{display:flex;align-items:center;justify-content:center}.handles-img img{width:100%;max-width:500px;object-fit:contain;display:block}.handles-text h2{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:800;color:#111827;letter-spacing:-.8px;line-height:1.2;margin-bottom:14px}.handles-text>p{font-size:.97rem;color:#6b7280;line-height:1.8;margin-bottom:32px;max-width:460px}.handles-list{display:flex;flex-direction:column;gap:16px;margin-bottom:42px}.handles-list-item{display:flex;align-items:center;gap:12px;font-size:.95rem;font-weight:500;color:#374151}.handles-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.reviews-section{background:#fff;padding:100px 0;border-top:1px solid #f3f4f6;overflow:hidden;position:relative}.reviews-section:before{content:"";position:absolute;top:-140px;right:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.reviews-section:after{content:"";position:absolute;bottom:-140px;left:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.reviews-head{text-align:center;margin-bottom:56px;padding:0 40px;position:relative;z-index:1}.reviews-head h2{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;color:#111827;letter-spacing:-.5px;margin-bottom:10px}.reviews-head p{font-size:1rem;color:#6b7280}.reviews-track-wrap{position:relative;z-index:1;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%)}.reviews-track{display:flex;gap:24px;width:max-content;animation:reviewsScroll 30s linear infinite}.reviews-track:hover{animation-play-state:paused}@keyframes reviewsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:#fff;border:1px solid #f0eeee;border-radius:16px;padding:28px 28px 24px;width:360px;flex-shrink:0;box-shadow:0 2px 16px #0000000d;transition:box-shadow .25s}.review-card:hover{box-shadow:0 6px 28px #f973161a}.review-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #f3f4f6}.review-author-info .name{font-family:Outfit,sans-serif;font-weight:700;font-size:.97rem;color:#111827;line-height:1.3}.review-author-info .role{font-size:.8rem;color:#9ca3af;margin-top:2px}.review-stars{display:flex;gap:3px;flex-shrink:0}.review-stars svg{width:16px;height:16px;fill:#f59e0b}.review-body{font-size:.88rem;color:#6b7280;line-height:1.75;font-style:italic}.faq-section{background:#fff;padding:100px 40px;margin-bottom:80px;border-top:1px solid #f3f4f6;overflow:hidden;position:relative}.faq-section:before{content:"";position:absolute;top:-140px;left:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.faq-section:after{content:"";position:absolute;bottom:-140px;right:-140px;width:700px;height:700px;background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,rgba(253,186,116,.06) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.faq-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.faq-head{text-align:center;margin-bottom:60px}.faq-head h2{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;color:#111827;letter-spacing:-.5px;margin-bottom:14px}.faq-head p{font-size:.97rem;color:#6b7280;line-height:1.75;max-width:520px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}.faq-item{border-bottom:1px solid #f0f0f0}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question-text{font-family:Outfit,sans-serif;font-size:.97rem;font-weight:600;color:#111827;line-height:1.4;flex:1}.faq-icon{width:28px;height:28px;border:1.5px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s,background .2s;color:#9ca3af}.faq-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;transition:transform .3s}.faq-item.open .faq-icon{border-color:var(--orange);background:var(--orange);color:#fff}.faq-item.open .faq-icon svg{transform:rotate(180deg)}.faq-item.open .faq-question-text{color:var(--orange)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}.faq-answer-inner{padding-bottom:20px;font-size:.9rem;color:#6b7280;line-height:1.8}.contact-section{background:#fff;padding:100px 0 0;border-top:1px solid #f3f4f6;overflow:hidden}.contact-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:600px}.contact-form-col{padding:80px 60px 80px 40px}.contact-form-col h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:#111827;letter-spacing:-.5px;line-height:1.2;margin-bottom:10px}.contact-form-col>p{font-size:.93rem;color:#6b7280;margin-bottom:36px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.82rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:11px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#111827;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;font-family:Inter,sans-serif;resize:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f973161a}.form-group textarea{min-height:110px}.btn-submit{width:100%;padding:14px;background:var(--orange);color:#fff;border:none;border-radius:8px;font-family:Outfit,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s,transform .15s;margin-top:4px}.btn-submit:hover{background:var(--orange-hover);transform:translateY(-1px)}.contact-photo-col{position:relative;background:linear-gradient(135deg,#fff4ed,#fde0c8,#f9c5a0);display:flex;align-items:flex-end;justify-content:center;overflow:hidden;min-height:560px}.contact-photo{position:relative;z-index:1;width:80%;max-width:380px;object-fit:contain;object-position:bottom;display:block;margin-top:auto}.contact-card{position:absolute;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 8px 32px #0000001a;display:flex;align-items:center;gap:12px;z-index:2;max-width:230px}.contact-card--address{top:30%;right:10%}.contact-card--email{top:52%;left:5%;background:#1e1b4b}.contact-card--phone{bottom:18%;right:8%;background:var(--orange)}.contact-card-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card--address .contact-card-icon{background:#f973161f;color:var(--orange)}.contact-card--email .contact-card-icon{background:#ffffff26;color:#fff}.contact-card--phone .contact-card-icon{background:#fff3;color:#fff}.contact-card-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-card-text{display:flex;flex-direction:column;gap:2px}.contact-card--address .contact-card-text span{font-size:.75rem;color:#374151;line-height:1.4}.contact-card--email .contact-card-text span{font-size:.75rem;color:#ffffffe6;line-height:1.5}.contact-card--phone .contact-card-text span{font-size:.75rem;color:#fff;line-height:1.5;font-weight:600}.contact-cta-wrap{position:relative;padding-bottom:200px}.cta-banner-section{position:absolute;bottom:-70px;left:0;right:0;padding:0 40px;z-index:10}.cta-card{max-width:1100px;margin:0 auto;background:#b85030;border-radius:24px;padding:52px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-card-text h2{font-family:Outfit,sans-serif;font-size:2.1rem;font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.5px;margin-bottom:14px;max-width:520px}.cta-card-text p{font-size:.95rem;color:#fffc;line-height:1.7;max-width:500px}.btn-cta{background:#fff;color:#b85030;padding:16px 48px;border-radius:50px;font-family:Outfit,sans-serif;font-weight:700;font-size:.95rem;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s,transform .15s;display:inline-block}.btn-cta:hover{background:#f3f4f6;transform:translateY(-1px)}.r9-footer{background:#0d1520;padding:150px 40px 0;position:relative;z-index:1;margin-top:60px}.r9-footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:28px}.footer-logo-icon{width:42px;height:42px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:900;font-size:1.2rem;color:#b85030;flex-shrink:0}.footer-logo-text{font-family:Outfit,sans-serif;font-weight:800;font-size:1rem;color:#fff}.footer-newsletter-label{font-size:.88rem;font-weight:600;color:#ffffffbf;margin-bottom:12px;display:block}.footer-newsletter-form{display:flex;align-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:5px 5px 5px 18px;gap:8px}.footer-newsletter-form input{flex:1;background:none;border:none;outline:none;font-size:.83rem;color:#fff;font-family:Inter,sans-serif;min-width:0}.footer-newsletter-form input::placeholder{color:#ffffff59}.footer-newsletter-btn{padding:12px 24px;background:var(--orange);border:none;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s;font-weight:600;color:#fff;font-size:.85rem;white-space:nowrap}.footer-newsletter-btn:hover{background:var(--orange-hover)}.footer-newsletter-btn svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-col h5{font-family:Outfit,sans-serif;font-size:.88rem;font-weight:700;color:#fff;margin-bottom:22px;letter-spacing:.3px}.footer-col ul{display:flex;flex-direction:column;gap:14px;list-style:none}.footer-col ul a{font-size:.86rem;color:#ffffff80;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--orange)}.footer-contact{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:.83rem;color:#ffffff8c;line-height:1.5}.footer-contact-item svg{width:15px;height:15px;fill:none;stroke:#fff6;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:1px}.footer-socials{display:flex;gap:10px}.footer-social{width:36px;height:36px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,transform .15s;flex-shrink:0}.footer-social:hover{background:var(--orange-hover);transform:translateY(-2px)}.footer-social svg{width:15px;height:15px;fill:#fff}.r9-footer-bottom{max-width:1280px;margin:0 auto;padding:22px 0;text-align:center}.r9-footer-bottom p{font-size:.83rem;color:#ffffff4d}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;padding:60px 32px;gap:48px}.hero-text h1{font-size:2.6rem}.hero-rider{min-height:380px}.rider-blob{width:420px;height:420px;right:-40px}.rider-img{max-width:400px}.r9-nav-inner{padding:0 28px}.opportunity-inner{grid-template-columns:1fr;gap:48px}.opportunity-text h2{font-size:2.1rem}.opportunity-section{padding:72px 32px}.how-cards{grid-template-columns:repeat(2,1fr);gap:16px}.how-section{padding:72px 32px}.how-head h2{font-size:1.8rem}.why-inner{grid-template-columns:1fr;gap:48px}.why-section{padding:72px 32px}.why-text h2{font-size:2rem}.handles-inner{grid-template-columns:1fr;gap:48px}.handles-section{padding:72px 32px}.handles-text h2{font-size:2rem}.faq-grid{grid-template-columns:1fr;gap:0}.faq-section{padding:72px 32px}.faq-head h2{font-size:1.8rem}.contact-inner{grid-template-columns:1fr}.contact-photo-col{min-height:420px}.contact-form-col{padding:60px 32px}}@media(max-width:768px){.r9-nav-links,.r9-nav-login{display:none}.r9-mob-btn{display:flex}.hero-inner{padding:48px 24px}.hero-text h1{font-size:2.2rem;letter-spacing:-.5px}.hero-rider{min-height:300px}.rider-blob{width:320px;height:320px;right:-20px;bottom:-20px}.rider-img{max-width:300px}.r9-nav-inner{padding:0 20px}.how-cards{grid-template-columns:1fr}.how-section,.opportunity-section{padding:60px 24px}.opportunity-text h2{font-size:1.9rem}.why-section{padding:60px 24px}.why-text h2{font-size:1.7rem}.handles-section{padding:60px 24px}.handles-text h2{font-size:1.7rem}.faq-section{padding:60px 24px}.faq-head h2{font-size:1.6rem}.r9-footer-inner{grid-template-columns:1fr;gap:32px}.r9-footer{padding:80px 24px 0;margin-top:40px}.footer-newsletter-label{margin-bottom:10px}.footer-newsletter-form{margin-bottom:20px}.contact-form-col{padding:48px 24px}.form-row{grid-template-columns:1fr}.contact-card--address{top:20%;right:4%}.contact-card--email{top:44%;left:2%}.contact-card--phone{bottom:20%;right:4%}.cta-card{flex-direction:column;align-items:flex-start;padding:40px 28px}.cta-card-text h2{font-size:1.6rem}.cta-banner-section{padding:0 24px}}@media(max-width:480px){.hero-text h1{font-size:1.9rem}.hero-text p{font-size:.9rem}.hero-btns{flex-direction:column;align-items:flex-start}.hero-rider{min-height:240px}.rider-blob{width:260px;height:260px}.rider-img{max-width:240px}.r9-footer{padding:60px 16px 0;margin-top:30px}.r9-footer-inner{gap:24px}.footer-logo{margin-bottom:20px}.footer-newsletter-form{flex-direction:column;gap:10px}.footer-newsletter-btn{width:100%;padding:12px 20px}.footer-col h5{font-size:.8rem;margin-bottom:14px}.footer-col ul{gap:10px}.footer-col ul a{font-size:.78rem}.footer-contact{gap:10px;margin-bottom:20px}.footer-socials{gap:8px}.footer-social{width:32px;height:32px}}
