/* Popular airport routes, placed directly below the booking form. */
.at-land .at-land-section--popular-routes{position:relative;overflow:hidden;padding-top:54px;padding-bottom:58px;background:#fff}
.at-land .at-land-section--popular-routes::before{display:none}
.at-land .at-land-popular-routes__header{position:relative;display:flex;align-items:flex-end;justify-content:space-between;max-width:none;margin:0 0 24px;text-align:left}
.at-land .at-land-popular-routes__eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:#64843e;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.at-land .at-land-popular-routes__eyebrow .material-symbols-outlined{font-size:17px;font-variation-settings:'FILL' 1}
.at-land .at-land-popular-routes__header h2{margin:0;color:#26352b;font-size:clamp(1.6rem,2.4vw,2.15rem);letter-spacing:-.035em}
.at-land .at-land-popular-routes__header p{margin:8px 0 0;color:#68736a;font-size:14px;line-height:1.6}
.at-land .at-land-popular-routes__tools{display:flex;align-items:center;gap:9px}.at-land .at-land-popular-routes__tools>span{display:grid;width:76px;height:76px;place-items:center;border:1px solid #d7e2cd;border-radius:20px;background:#fff;color:#537633}.at-land .at-land-popular-routes__tools strong{font-size:25px;line-height:1}.at-land .at-land-popular-routes__tools small{margin-top:-18px;font-size:10px;font-weight:800}.at-land .at-land-popular-routes__tools button{display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #d7e2cd;border-radius:50%;background:#fff;color:#5a8037;cursor:pointer}
.at-land .at-land-popular-routes{position:relative;display:flex;gap:14px;overflow-x:auto;padding:5px 1px 12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.at-land .at-land-popular-routes::-webkit-scrollbar{display:none}
.at-land .at-land-popular-route{position:relative;display:flex;min-width:0;min-height:210px;padding:22px 20px 18px;overflow:hidden;border:1px solid #ded8ca;border-radius:16px;background:#fff;color:#26352b;box-shadow:0 10px 28px rgba(38,53,43,.07);flex-direction:column;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.at-land .at-land-popular-route{flex:0 0 calc((100% - 42px)/4);scroll-snap-align:start}
.at-land .at-land-popular-route__ranking{position:relative;display:flex;align-items:center;gap:7px;margin-bottom:12px;color:#6f796e;font-size:10px;font-weight:800}.at-land .at-land-popular-route__ranking>span{display:inline-flex;align-items:center;gap:3px}.at-land .at-land-popular-route__ranking>span:nth-child(2){margin-left:auto}.at-land .at-land-popular-route__ranking .material-symbols-outlined{color:#e5a800;font-size:14px}.at-land .at-land-popular-route__ranking>span:nth-child(2) .material-symbols-outlined{font-variation-settings:'FILL' 1}.at-land .at-land-popular-route__rank{padding:7px 10px;border-radius:9px!important;background:#f2c318!important;color:#26352b!important}.at-land .at-land-popular-route__rank--2{background:#dce2e7!important}.at-land .at-land-popular-route__rank--3{background:#db985e!important;color:#fff!important}.at-land .at-land-popular-route__rank--4{background:#568bca!important;color:#fff!important}.at-land .at-land-popular-route__rank--5{background:#806cb1!important;color:#fff!important}.at-land .at-land-popular-route__rank--6{background:#42958e!important;color:#fff!important}.at-land .at-land-popular-route__rank--7{background:#d17945!important;color:#fff!important}.at-land .at-land-popular-route__rank--8{background:#68747d!important;color:#fff!important}.at-land .at-land-popular-route__rank .material-symbols-outlined{color:inherit;font-size:14px}
.at-land .at-land-popular-route::before{position:absolute;top:0;right:0;width:82px;height:82px;border-radius:0 0 0 82px;background:#f0f5ea;content:'';transition:transform .2s ease}
.at-land .at-land-popular-route:hover{border-color:#aebc9e;box-shadow:0 16px 34px rgba(38,53,43,.12);transform:translateY(-3px)}
.at-land .at-land-popular-route:hover::before{transform:scale(1.1)}
.at-land .at-land-popular-route__code{position:relative;align-self:flex-start;margin-bottom:14px;padding:5px 9px;border-radius:999px;background:#eef3e8;color:#5f7f3a;font-size:11px;font-weight:850;letter-spacing:.06em}
.at-land .at-land-popular-route h3{position:relative;margin:0;color:#26352b;font-size:15px;font-weight:850;line-height:1.42}
.at-land .at-land-popular-route h3 span{color:#d17945}
.at-land .at-land-popular-route p{margin:8px 0 18px;color:#707a71;font-size:12px;line-height:1.55}
.at-land .at-land-popular-route footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid #ece9e1}
.at-land .at-land-popular-route footer>span:first-child{display:flex;color:#7a837b;font-size:11px;line-height:1.25;flex-direction:column}
.at-land .at-land-popular-route footer strong{margin-top:3px;color:#bd5636;font-size:16px;font-weight:900}
.at-land .at-land-popular-route footer>.material-symbols-outlined{display:grid;width:34px;height:34px;border-radius:50%;background:#607d3b;color:#fff;font-size:18px;place-items:center;transition:transform .2s ease}
.at-land .at-land-popular-route:hover footer>.material-symbols-outlined{transform:translateX(3px)}

/* Clear service benefit cards for the airport-transfer landing page. */
.at-land-main > .at-land-section--commitments{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfcf8 100%)}
.at-land-main > .at-land-section--commitments::before{position:absolute;top:-90px;left:50%;width:540px;height:180px;border-radius:50%;background:rgba(96,125,59,.055);content:'';pointer-events:none;transform:translateX(-50%);filter:blur(8px)}
.at-land-main > .at-land-section--commitments .car-rental-shell{position:relative}
.at-land-main > .at-land-section--commitments .at-land-section__header{max-width:720px;margin-right:auto;margin-bottom:24px;margin-left:auto}
.at-land-main > .at-land-section--commitments .at-land-section__header h2{font-size:clamp(1.45rem,2vw,1.9rem);letter-spacing:-.025em}
.at-land .at-land-commit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;counter-reset:airport-service}
.at-land .at-land-commit__item{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:4px 14px;min-width:0;min-height:112px;padding:18px 42px 18px 18px;overflow:hidden;border:1px solid #e1ddd3;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(38,53,43,.07);text-align:left;counter-increment:airport-service;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.at-land .at-land-commit__item::after{position:absolute;top:13px;right:14px;color:#d9ded3;content:counter(airport-service,decimal-leading-zero);font-size:11px;font-weight:800;letter-spacing:.08em}
.at-land .at-land-commit__item:hover{border-color:#bdc9b1;box-shadow:0 14px 30px rgba(38,53,43,.11);transform:translateY(-2px)}
.at-land .at-land-commit__icon{grid-row:1/3;width:48px;height:48px;border-color:#dce4d5;background:#f1f5ec;color:#607d3b;box-shadow:none}
.at-land .at-land-commit__icon .material-symbols-outlined{font-size:23px}
.at-land .at-land-commit__item strong{align-self:end;color:#26352b;font-size:14px;font-weight:800;line-height:1.35}
.at-land .at-land-commit__item p{align-self:start;color:#707b70;font-size:12px;line-height:1.45}
.at-land .at-land-commit__arrow{display:none}
@media(max-width:1024px){.at-land .at-land-popular-route{flex-basis:calc((100% - 14px)/2);min-height:190px}}
@media(max-width:900px){.at-land .at-land-commit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;margin:0;padding:0}.at-land .at-land-commit__item{max-width:none;min-height:104px;padding:16px 38px 16px 16px}}
@media(max-width:640px){.at-land .at-land-section--popular-routes{padding-top:38px;padding-bottom:42px}.at-land .at-land-popular-routes__header{align-items:flex-start;margin-bottom:18px}.at-land .at-land-popular-routes__header p{font-size:13px}.at-land .at-land-popular-routes__tools>span{width:58px;height:58px}.at-land .at-land-popular-routes__tools button{display:none}.at-land .at-land-popular-routes{gap:12px;overflow-x:auto;margin-inline:-16px;padding:5px 16px 16px;scroll-padding-left:16px}.at-land .at-land-popular-route{flex:0 0 min(84vw,320px);min-height:205px}.at-land-main > .at-land-section--commitments .at-land-section__header{margin-bottom:16px}.at-land .at-land-commit{display:flex;gap:12px;overflow-x:auto;margin-inline:-16px;padding:2px 16px 16px;scroll-padding-left:16px;scroll-snap-type:x mandatory;scrollbar-width:none}.at-land .at-land-commit::-webkit-scrollbar{display:none}.at-land .at-land-commit__item{flex:0 0 min(82vw,310px);min-height:112px;scroll-snap-align:start}}
