@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600&display=swap";.politics{flex-direction:column;padding:2rem;display:flex}.politics-title{align-self:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.politics-town{margin-bottom:.5rem;padding-left:2rem;font-size:1.2rem}.politics-text{margin-bottom:.5rem;padding-left:3rem;font-size:1rem}.politics-list{margin-bottom:1rem;padding-left:5rem;list-style-type:disc}.politics-list li{margin-bottom:.5rem}.politics-subtitle{margin-top:1rem;margin-bottom:.5rem;padding-left:2rem;font-size:1.2rem;font-weight:700}.not-found{--green-dark:#123c2a;--green:#1c5b3e;--lime:#b8e986;--lime-light:#dcf8b9;--white:#fff;box-sizing:border-box;background:var(--green-dark);min-height:100vh;color:var(--white);justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.not-found__content{z-index:5;text-align:center;width:min(700px,100%);position:relative}.not-found__number{letter-spacing:-.08em;color:var(--white);margin-bottom:1rem;font-size:clamp(8rem,20vw,15rem);font-weight:900;line-height:.8}.not-found__number span{color:var(--lime)}.not-found__badge{width:fit-content;color:var(--lime);background:#b8e98614;border:1px solid #b8e98659;border-radius:999px;align-items:center;gap:.5rem;margin:2rem auto 1.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:flex}.not-found__badge span{font-size:1rem}.not-found h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.not-found h1 span{color:var(--lime)}.not-found p{color:#ffffffb3;max-width:520px;margin:1.5rem auto 2rem;font-size:1.05rem;line-height:1.7}.not-found__button{background:var(--lime);width:fit-content;color:var(--green-dark);border-radius:.8rem;align-items:center;gap:1rem;margin:0 auto;padding:.9rem 1.3rem .9rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:flex}.not-found__button span{font-size:1.3rem;line-height:1;transition:transform .2s}.not-found__button:hover{background:var(--lime-light);transform:translateY(-2px);box-shadow:0 10px 30px #b8e98633}.not-found__button:hover span{transform:translate(4px)}.not-found__decoration{pointer-events:none;border-radius:50%;position:absolute}.not-found__decoration--one{border:1px solid #b8e9861f;width:30rem;height:30rem;top:-15rem;left:-12rem;box-shadow:0 0 0 5rem #b8e98606,0 0 0 10rem #b8e98604}.not-found__decoration--two{border:1px solid #ffffff14;width:25rem;height:25rem;bottom:-13rem;right:-12rem;box-shadow:0 0 0 4rem #ffffff05,0 0 0 8rem #ffffff04}.not-found__leaf{color:#b8e98614;width:9rem;height:9rem;animation:5s ease-in-out infinite leafFloat;position:absolute;bottom:7%;right:8%;transform:rotate(-20deg)}.not-found__leaf svg{width:100%;height:100%}@keyframes leafFloat{0%,to{transform:rotate(-20deg)translateY(0)}50%{transform:rotate(-15deg)translateY(-10px)}}@media (width<=600px){.not-found{padding:2rem 1.25rem}.not-found__number{font-size:8rem}.not-found__badge{margin-top:1.5rem}.not-found h1{font-size:2rem}.not-found p{font-size:.95rem}.not-found__leaf{width:7rem;height:7rem;bottom:2rem;right:-2rem}}:root{--ink:#18312c;--deep:#123d34;--deep-2:#0d3029;--green:#2b7d65;--lime:#cfe866;--mint:#e9f2ec;--paper:#f7f6f0;--white:#fff;--muted:#64736e;--line:#18312c21;--radius:1.5rem;--shadow:0 24px 60px #0e31291f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Manrope,Arial,sans-serif;font-size:1rem;line-height:1.6}body,button,input,select,textarea{font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button{color:inherit}.container{box-sizing:border-box;width:85%;margin:auto}.header{background:var(--deep);z-index:30;color:#fff;position:fixed;top:0;left:0;right:0}.header-inner{border-bottom:1px solid #ffffff2e;align-items:center;gap:1rem;padding:1rem 0;display:flex}.logo{align-items:center;gap:.75rem;line-height:1;display:flex}.logo-mark{aspect-ratio:1;width:4rem;color:var(--deep);border-radius:1rem;place-items:center;display:grid;overflow:hidden;transform:rotate(-5deg)}.logo-img{object-fit:contain;width:100%;height:100%}.logo b{letter-spacing:.02em;font-family:Unbounded,sans-serif;font-size:1rem;display:block}.logo small{letter-spacing:.23em;margin-top:.5rem;font-size:.5rem;font-weight:700;display:block}.desktop-nav{align-items:center;gap:2rem;margin-left:auto;display:flex}.desktop-nav a{opacity:.84;font-size:1rem;font-weight:700;transition:all .2s}.desktop-nav a:hover{opacity:1;color:var(--lime)}.header-actions{align-items:center;gap:1rem;margin-left:3rem;display:flex}.header-phone{align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.button{background:var(--lime);color:var(--deep-2);cursor:pointer;border-radius:1rem;justify-content:center;align-items:center;gap:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:800;transition:transform .5s,box-shadow .2s;display:flex}.button:hover{transform:translateY(-2px);box-shadow:0 6px 28px #cfe86638}.button svg{transition:all .2s}.button:hover svg{transform:translate(3px)}.button-sm{padding:.25rem .75rem;font-size:1rem}.menu-button{color:#fff;background:0 0;border:0;display:none}.mobile-menu{display:none}.hero{background:var(--deep);color:#fff;padding-top:4rem;position:relative;overflow:hidden}.hero-grid-bg{opacity:.16;background-image:linear-gradient(#ffffff1c 1px,#0000 1px),linear-gradient(90deg,#ffffff1c 1px,#0000 1px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 78%);mask-image:linear-gradient(90deg,#000,#0000 78%)}.hero-content{z-index:2;grid-template-columns:1.03fr .97fr;align-items:center;padding-top:3rem;padding-bottom:3rem;display:grid;position:relative}.hero-copy{z-index:5}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.17em;color:var(--green);align-items:center;gap:1rem;font-size:.75rem;font-weight:800;display:inline-flex}.eyebrow{color:#d9e5e1}.eyebrow span{background:var(--lime);width:1.5rem;height:.1rem}h1,h2,h3,p{margin-top:0}.hero h1{letter-spacing:-.045em;margin:1.5rem 0;font-family:Unbounded,sans-serif;font-size:clamp(3rem,5.15vw,5rem);font-weight:500;line-height:1.08}.hero h1 em{color:var(--lime);font-style:normal}.hero-copy>p{color:#c8d6d2;font-size:1rem;line-height:1.75}.hero-buttons{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.button-link{align-items:center;gap:1rem;font-size:1rem;font-weight:800;display:inline-flex}.button-link svg{transition:all .2s}.button-link:hover svg{transform:translate(5px)}.hero-trust{border-top:1px solid #ffffff29;gap:2.5rem;margin-top:3rem;padding-top:1.8rem;display:flex}.hero-trust div{align-items:center;gap:1rem;display:flex}.hero-trust b{color:var(--lime);font-family:Unbounded,sans-serif;font-size:1.5rem}.hero-trust span{text-transform:uppercase;letter-spacing:.1em;color:#aabfba;font-size:.8rem;line-height:1.35}.hero-visual{height:100%;margin-left:2rem;position:relative}.sun{aspect-ratio:1;background:var(--lime);border-radius:50%;width:30rem;position:absolute;top:2rem;right:1rem;box-shadow:0 0 90px #cfe8661f}.land{border-radius:50% 50% 0 0;position:absolute}.land-back{background:#29705c;width:43rem;height:13rem;bottom:3.5rem;right:-5rem;transform:rotate(-7deg)}.land-front{background:#1c594b;width:45rem;height:13rem;bottom:0;right:-4rem;transform:rotate(4deg)}.road{border-top:10px solid #ecefd9a6;border-radius:50%;width:41rem;height:10%;position:absolute;bottom:6rem;right:-2rem;transform:rotate(4deg)}.tree{position:absolute}.tree span{clip-path:polygon(50% 0,100% 100%,0 100%);background:#1b5547;width:2.5rem;height:4rem;display:block}.tree i{background:#987559;width:.5rem;height:2.5rem;margin:auto;display:block}.tree-1{bottom:10.5rem;right:1.5rem}.tree-2{bottom:13.5rem;right:6rem;transform:scale(.7)}.tree-3{bottom:10rem;right:40rem;transform:scale(.55)}.truck-illustration{filter:drop-shadow(0 25px 25px #00000040);width:25rem;height:10rem;position:absolute;bottom:8.5rem;right:5rem}.truck-box{width:63%;height:8rem;color:var(--green);background:#f3f2e6;border-radius:1.5rem 1.3rem .8rem 1.1rem;place-items:center;display:grid;position:absolute;bottom:2rem;left:0}.truck-box svg{width:4rem;height:4rem}.truck-cab{background:#f3f2e6;border-radius:1.1rem 3rem .8rem .6rem;width:8.75rem;height:7rem;position:absolute;bottom:1.95rem;right:0}.truck-cab:before{content:"";background:#74a9a0;border-radius:.5rem 1.5rem .25rem .25rem;width:4rem;height:2.5rem;position:absolute;top:1rem;right:1rem}.truck-cab span{background:var(--lime);border-radius:.25rem;width:1rem;height:1.8rem;position:absolute;bottom:1.1rem;right:-.5rem}.wheel{background:#b8c7c1;border:13px solid #173d35;border-radius:50%;width:3.4rem;height:3.4rem;position:absolute;bottom:.5rem}.wheel-1{left:4rem}.wheel-2{right:3rem}.floating-card{color:var(--ink);box-shadow:var(--shadow);background:#fffffff5;border-radius:1rem;align-items:center;gap:.8rem;padding:1rem;font-size:.8rem;display:flex;position:absolute}.floating-card svg{color:var(--green)}.floating-card b,.floating-card small{display:block}.floating-card b{font-size:.8rem}.floating-card small{color:var(--muted)}.card-license{top:5rem;left:.8rem}.card-area{bottom:32px;right:-4px}.hero-marquee{z-index:3;background:var(--lime);color:var(--deep);letter-spacing:.04em;align-items:center;width:100%;padding:.75rem;font-weight:500;display:flex;position:relative;overflow:hidden;transform:scale(1.02)}.swiper-wrapper{transition-timing-function:linear!important}.swiper-slide{width:auto!important}.hero-marquee span{margin:0 25px}.section{padding:4rem 0;scroll-margin-top:5rem}.section-head.split{grid-template-columns:1fr .65fr;align-items:end;gap:5rem;margin-bottom:55px;display:grid}.section-head h2,.benefits h2,.faq h2,.request-card h2{letter-spacing:-.04em;margin:1rem 0 0;font-family:Unbounded,sans-serif;font-size:clamp(2rem,4vw,4rem);font-weight:500;line-height:1.14}.section-head>p{color:var(--muted);margin:0;font-size:1rem}.service-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.directions{background:#fff;flex-flow:wrap;display:flex}.section-head.centered{text-align:center;margin-bottom:4rem}.direction-list{flex-flow:wrap;gap:1.5rem;display:flex}.direction-card{border-radius:2rem;flex-direction:row;flex:auto;grid-template-columns:1.08fr .92fr;padding-right:5rem;display:flex;position:relative;overflow:hidden}.direction-card.lime{background:#e2efad}.direction-card.blue{background:#d8ecea}.direction-card.sand{background:#eee7da}.direction-card.green{background:#97ecbb}.direction-copy{z-index:5;padding:4rem}.direction-label{text-transform:uppercase;letter-spacing:.16em;color:#557066;font-size:.8rem;font-weight:800}.direction-copy h3{letter-spacing:-.035em;margin:1.5rem 0;font-family:Unbounded,sans-serif;font-size:2rem;font-weight:500;line-height:1.2}.direction-copy>p{color:#53645f}.direction-copy ul{grid-template-columns:1fr 1fr;gap:.8rem;margin:2rem 0;padding:0;list-style:none;display:grid}.direction-copy li{align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.button-link.dark{color:var(--deep)}.direction-art{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.direction-orb{aspect-ratio:1;height:50%;color:var(--deep);background:#ffffff8c;border-radius:50%;place-items:center;display:grid;position:absolute;top:40%;right:2rem;box-shadow:0 35px 80px #20433a1a}.art-line{border:1px solid #123d342b;border-radius:50%;position:absolute}.line-a{aspect-ratio:1;height:90%;bottom:-4rem;right:-4rem}.line-b{aspect-ratio:1;height:70%;top:-5rem;left:-1rem}.art-dot{background:var(--deep);border-radius:50%;width:1rem;height:1rem;position:absolute}.dot-a{top:1rem;left:5rem}.dot-b{background:#fff;bottom:1rem;right:15rem}.fleet{background:var(--deep);color:#fff}.section-head.light>p{color:#afc0bc}.fleet-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.fleet-card{background:#ffffff09;border:1px solid #ffffff1f;border-radius:1.5rem;transition:all .25s;overflow:hidden}.fleet-card:hover{border-color:#cfe86673;transform:translateY(-5px)}.fleet-image{background:linear-gradient(145deg,#214e43,#143a32);height:11rem;position:relative;overflow:hidden}.fleet-index{color:#ffffff47;font-family:Unbounded,sans-serif;font-size:12px;position:absolute;top:1rem;right:1rem}.vehicle{width:17.8rem;height:9rem;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.vehicle-body{width:11.8rem;height:83px;color:var(--green);letter-spacing:.1em;background:#dce4de;border-radius:.8rem .6rem .5rem .5rem;place-items:center;font-size:.6rem;font-weight:900;display:grid;position:absolute;bottom:1.7rem;left:0}.vehicle-cab{background:var(--lime);border-radius:.7rem 1.5rem .5rem .5rem;width:5.9rem;height:4.2rem;position:absolute;bottom:1.7rem;right:0}.vehicle-cab:after{content:"";background:#3f776b;border-radius:.25rem 1rem .25rem .25rem;width:2.5rem;height:1.5rem;position:absolute;top:.8rem;right:.7rem}.vehicle i{aspect-ratio:1;background:#aabbb5;border:10px solid #0c2822;border-radius:50%;width:2.7rem;position:absolute;bottom:.5rem}.vehicle i:first-of-type{left:2.5rem}.vehicle i:nth-of-type(2){right:1.7rem}.vehicle-1 .vehicle-body{border-radius:2.8rem .8rem .8rem 3rem}.vehicle-2 .vehicle-body{clip-path:polygon(0 0,100% 2%,99% 100%,8% 92%);height:6rem}.vehicle-3 .vehicle-body{transform-origin:100% 100%;height:5rem;transform:rotate(-2deg)}.vehicle-4 .vehicle-body{border-radius:3rem 1rem 1rem 3rem}.vehicle-5 .vehicle-body{background:#f1e2a9}.vehicle-6 .vehicle-body{border-radius:.5rem;height:5rem}.fleet-info{justify-content:space-between;gap:1rem;padding:1.5rem;display:flex}.fleet-info h3{margin:0 0 .5rem;font-size:1rem}.fleet-info p{color:#9fb2ad;margin:0;font-size:.8rem;line-height:1.5}.fleet-info>span{white-space:nowrap;letter-spacing:.08em;color:var(--lime);padding-top:.25rem;font-size:.6rem}.fleet-footer{color:#b6c5c1;justify-content:center;align-items:center;gap:1.25rem;margin-top:2.5rem;display:flex}.fleet-footer p{margin:0}.fleet-footer a{color:var(--lime);align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;display:flex}.benefits{background:var(--lime)}.benefits-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:7rem;display:grid}.benefits-copy>p{color:#495d57;margin:1.5rem 0 2.2rem}.benefits-copy .button{background:var(--deep);color:#fff}.benefit-list{border-top:1px solid #123d3440}.benefit-list>div{border-bottom:1px solid #123d3440;grid-template-columns:2.8rem 1fr;gap:1rem;padding:1.8rem 0;display:grid}.benefit-list svg{border:1px solid #123d3447;border-radius:50%;width:2.8rem;height:2.8rem;padding:.6rem}.benefit-list b,.benefit-list small{display:block}.benefit-list b{margin-bottom:.4rem;font-size:1rem}.benefit-list small{color:#50625d;font-size:.9rem}.faq-grid{grid-template-columns:.72fr 1.28fr;gap:5rem;display:grid}.faq-title>p{color:var(--muted);margin:1.6rem 0}.faq-title>a{align-items:center;gap:.8rem;font-weight:800;display:inline-flex}.accordion{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1.8rem 0;font-size:1.05rem;font-weight:800;display:flex}.faq-item button svg{transition:all .25s}.faq-item.open button svg{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-answer p{color:var(--muted);margin:0;padding-right:4rem;overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr;padding-bottom:1.8rem}.faq-item.open .faq-answer p{padding-bottom:0}.request-section{padding:0 0 6rem}.request-card{background:var(--green);color:#fff;border-radius:2rem;grid-template-columns:.85fr 1.15fr;gap:6rem;padding:4.5rem;display:grid;position:relative;overflow:hidden}.request-card:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:35rem;height:35rem;position:absolute;bottom:-15rem;left:-10rem}.light-kicker{color:var(--lime)}.request-copy h2{font-size:2.9rem}.request-copy>p{color:#d2e1dc}.request-contacts{gap:1rem;margin-top:2.8rem;display:grid}.request-contacts a{align-items:center;gap:.8rem;display:flex}.request-contacts svg{background:#ffffff1f;border-radius:.6rem;width:2.6rem;height:2.6rem;padding:.6rem}.request-contacts small,.request-contacts b{display:block}.request-contacts small{text-transform:uppercase;letter-spacing:.14em;color:#bad0c9;font-size:.5rem}.request-contacts b{font-size:.9rem}.request-card form{z-index:2;color:var(--ink);background:#fff;border-radius:1.5rem;padding:2rem;position:relative}.request-card label{text-transform:uppercase;letter-spacing:.08em;gap:.5rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.request-card input,.request-card select,.request-card textarea{text-transform:none;letter-spacing:0;resize:vertical;background:#f8f9f7;border:1px solid #dce2df;border-radius:.6rem;outline:none;width:100%;padding:.7rem .9rem;font-size:.8rem}.request-card input:focus,.request-card select:focus,.request-card textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2b7d651a}.button-white{background:var(--deep);color:#fff;border:0;width:100%}.form-checkbox{flex-direction:row;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.form-select{cursor:pointer;align-items:center;width:1.25rem;height:1.25rem;font-size:1rem;display:flex;position:relative}.form-select input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.form-select .checkmark{aspect-ratio:1;z-index:1;pointer-events:none;background:#fff;border:2px solid #ccc;border-radius:.25rem;width:100%;height:100%;padding:.35rem;transition:all .5s;position:absolute}.form-select:hover .checkmark{border-color:#666}.form-select input:checked+.checkmark{background-color:#1a7736;border:none}.form-select input:checked+.checkmark:after{content:"";border:3px solid #fff;border-width:0 3px 3px 0;width:.25rem;height:.6rem;position:absolute;top:.175rem;left:.45rem;transform:rotate(40deg)}.form-select input:focus-visible+.checkmark{outline-offset:2px;outline:2px solid #4caf50}.form-checkbox p{color:#295f2c;flex:1;margin:0;font-size:.8rem;font-style:italic;font-weight:600;text-decoration:none;transition:all .5s}.form-checkbox p:hover{color:#039b5c}.success-message{color:#2d694f;background:#ecf5e8;border-radius:.5rem;align-items:center;gap:.5rem;margin-top:.9rem;padding:.8rem;font-size:.7rem;display:flex}.success-message svg{width:1rem}footer{color:#fff;background:#0b2b25;padding:4rem 0 1.8rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:5rem;padding-bottom:3.5rem;display:grid}.footer-about>p{color:#9fb5af;margin-top:1.7rem;font-size:.8rem}.footer-grid h4{text-transform:uppercase;letter-spacing:.15em;color:var(--lime);margin:0 0 1.4rem;font-size:.7rem}.footer-grid>div:not(:first-child){color:#bdcbc7;flex-direction:column;gap:.7rem;font-size:.8rem;display:flex}.footer-bottom{color:#76908a;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #ffffff1f;justify-content:space-between;padding-top:1.4rem;font-size:.8rem;display:flex}.footer-bottom a{transition:all .5s}.footer-bottom a:hover{color:#9ff59c}@media (width<=1400px){.hero-visual{margin-right:-6rem}}@media (width<=1168px){.header-actions{margin-left:auto}.header-phone{font-size:.85rem}.button-sm{display:.85rem}.request-card{grid-template-columns:1fr}}@media (width<=1050px){.hero{padding-top:0}.desktop-nav,.header-phone{display:none}.header-actions{margin-left:auto}.hero-content{grid-template-columns:1fr}.hero-copy{padding-top:4rem}.hero-visual{height:30rem;margin-top:1rem;margin-bottom:-4.5rem;margin-right:10rem}.service-grid{grid-template-columns:1fr 1fr}.direction-card{grid-template-columns:1.15fr .85fr}.fleet-grid{grid-template-columns:1fr 1fr}.benefits-grid,.faq-grid{gap:55px}.request-card{gap:40px;padding:50px}.footer-grid{gap:45px}}@media (width<=900px){.hero-visual{margin-right:5rem}}@media (width<=760px){.container{width:96%}.header-inner{height:4rem}.header-actions{display:none}.menu-button{margin-left:auto;display:block}.mobile-menu{z-index:100;background:var(--deep);color:#fff;flex-direction:column;padding:1.5rem 1.5rem 2rem;transition:all .3s;display:flex;position:fixed;inset:0;transform:translate(100%)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-top{justify-content:space-between;align-items:center;display:flex}.mobile-menu-top button{color:#fff;background:0 0;border:0}.mobile-menu nav{gap:1.5rem;margin:auto 0;display:grid}.mobile-menu nav a{font-family:Unbounded,sans-serif;font-size:1.8rem}.hero-copy{padding-top:1rem}.hero-content{min-height:auto;padding:4rem 0 .6rem}.hero h1{font-size:3rem}.hero-copy>p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:flex-start;gap:1rem}.hero-trust{justify-content:space-between;gap:1rem}.hero-trust div{display:block}.hero-trust span{margin-top:.3rem}.card-license{top:2rem;left:0}.card-area{bottom:5rem;right:0}.section{padding:5rem 0}.section-head.split{margin-bottom:2rem;display:block}.section-head.split>p{margin-top:1.5rem}.section-head h2,.benefits h2,.faq h2,.request-card h2{font-size:2rem}.direction-card{flex-direction:column;min-height:0;padding-bottom:14rem;padding-right:1rem}.direction-copy{padding:2rem 1rem}.direction-copy h3{font-size:2rem}.direction-copy ul{grid-template-columns:1fr}.direction-orb{height:25%;top:70%}.line-a{height:60%}.line-b{height:40%}.fleet-grid{grid-template-columns:1fr}.fleet-footer{flex-direction:column;align-items:flex-start}.benefits-grid,.faq-grid{grid-template-columns:1fr;gap:3rem}.faq-title{position:static}.request-section{padding:0}.request-card{border-radius:0;grid-template-columns:1fr;gap:2.5rem;width:100%;padding:3.5rem 1.5rem}.request-copy h2{font-size:2rem}.form-row{grid-template-columns:1fr}.request-card form{padding:1.4rem}.footer-grid{grid-template-columns:1fr;gap:2.2rem}.footer-bottom{flex-direction:column;gap:.8rem}.hero-marquee{height:2.5rem}.hero-marquee div{font-size:.7rem}}@media (width<=480px){.hero h1{font-size:2rem}.hero-trust b{font-size:1.2rem}.hero-trust span{font-size:.7rem}.floating-card{transform:scale(.88)}.direction-copy{padding:2rem 1rem}.vehicle{transform:translate(-50%,-50%)scale(.86)}}.error-message{color:#fff;background:#791f1f38;border:1px solid #ffffff47;border-radius:.8rem;margin-top:1rem;padding:.7rem 1rem;font-size:.9rem}button:disabled{cursor:wait;opacity:.72}
