@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--vsel-red:#d50117;--vsel-red-dim:#a50012;--vsel-red-glow:#d501171f;--vsel-red-subtle:#d501170f;--vsel-bg:#f5f5f5;--vsel-bar-bg:#fff;--vsel-bar-border:#e0e0e0;--vsel-list-bg:#fff;--vsel-list-border:#e2e2e2;--vsel-row-bg:#fff;--vsel-row-hover:#fff8f8;--vsel-row-border:#eee;--vsel-inner-border:#e8e8e8;--vsel-text-white:#111;--vsel-text-soft:#333;--vsel-text-muted:#888;--vsel-text-dim:#ccc;--vsel-green:#16a34a;--vsel-amber:#b45309;--vsel-tab-idle:#f8f8f8;--vsel-tab-border:#e0e0e0;--vsel-font:"Outfit",sans-serif;--vsel-bar-h:78px;--vsel-max-w:1060px}.vsel-section{font-family:var(--vsel-font);background:var(--vsel-bg);box-sizing:border-box;width:100%}.vsel-anchor{width:100%;height:var(--vsel-bar-h)}.vsel-bar{width:100%;height:var(--vsel-bar-h);background:var(--vsel-bar-bg);border-top:1px solid var(--vsel-bar-border);border-bottom:1px solid var(--vsel-bar-border);box-sizing:border-box;z-index:900;position:relative}.vsel-bar--sticky{top:var(--header-h,64px);border-top:1px solid #e8e8e8;border-bottom:2px solid var(--vsel-red);background:#fff;width:100%;animation:.22s cubic-bezier(.16,1,.3,1) bar-in;position:fixed;left:0;right:0;box-shadow:0 4px 20px #0000001a}@keyframes bar-in{0%{opacity:.7;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.vsel-bar__inner{max-width:var(--vsel-max-w);box-sizing:border-box;align-items:center;gap:4px;height:100%;margin:0 auto;padding:0 28px;display:flex}.vsel-bar__label{flex-shrink:0;align-items:center;gap:12px;padding-right:24px;display:flex}.vsel-bar__label-icon-wrap{width:42px;height:42px;color:var(--vsel-red);background:#d5011714;border:1px solid #d501172e;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.vsel-bar__label-text{flex-direction:column;gap:3px;display:flex}.vsel-bar__label-heading{color:#111;letter-spacing:-.01em;white-space:nowrap;font-size:13.5px;font-weight:700;line-height:1}.vsel-bar__label-note{color:#c0392b;white-space:nowrap;opacity:.85;align-items:center;gap:4px;font-size:11px;font-weight:500;display:flex}.vsel-bar__label-note svg{flex-shrink:0;width:11px;height:11px}.vsel-bar__divider{background:linear-gradient(#0000,#ddd 30% 70%,#0000);flex-shrink:0;width:1px;height:34px;margin-left:24px;display:block}.vsel-tabs{flex:1;gap:10px;min-width:0;padding-left:4px;display:flex}.vsel-tab{background:var(--vsel-tab-idle);border:1.5px solid var(--vsel-tab-border);color:#999;cursor:pointer;box-sizing:border-box;border-radius:10px;outline:none;flex:1;align-items:center;gap:10px;min-width:130px;max-width:195px;height:52px;padding:0 14px;transition:background .18s,border-color .18s,box-shadow .2s,transform .16s;display:flex;position:relative;overflow:hidden}.vsel-tab:hover:not(.vsel-tab--active){color:#333;background:#efefef;border-color:#ccc;transform:translateY(-1px);box-shadow:0 4px 14px #00000014}.vsel-tab--active{border-color:var(--vsel-red);box-shadow:0 0 0 3px var(--vsel-red-glow),0 4px 14px #00000014;color:#111;background:#fff;transform:translateY(-2px)}.vsel-tab--active:before{content:"";pointer-events:none;background:linear-gradient(135deg,#d501170d 0%,#0000 55%);border-radius:9px;position:absolute;inset:0}.vsel-tab__tick{background:var(--vsel-red);opacity:0;z-index:2;border-radius:9px 0 10px;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .2s,transform .22s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:-1px;left:-1px;transform:scale(.3)}.vsel-tab__tick svg{width:9px;height:9px}.vsel-tab__tick--show{opacity:1;transform:scale(1)}.vsel-tab__imgbox{background:#0000000a;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:32px;display:flex;overflow:hidden}.vsel-tab--active .vsel-tab__imgbox{background:#d501170f}.vsel-tab__img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.vsel-tab--active .vsel-tab__img,.vsel-tab:hover .vsel-tab__img{transform:scale(1.08)}.vsel-tab__name{letter-spacing:.04em;text-transform:uppercase;text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;font-weight:700;overflow:hidden}.vsel-tab__radio{border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .18s;display:flex}.vsel-tab--active .vsel-tab__radio{border-color:var(--vsel-red)}.vsel-tab__radio-dot{background:var(--vsel-red);border-radius:50%;width:7px;height:7px;animation:.22s cubic-bezier(.34,1.56,.64,1) dot-pop}@keyframes dot-pop{0%{transform:scale(0)}to{transform:scale(1)}}.vsel-listings{box-sizing:border-box;padding:24px 24px 28px}.vsel-listings__inner{max-width:var(--vsel-max-w);background:var(--vsel-list-bg);border:1px solid var(--vsel-list-border);border-radius:12px;margin:0 auto;overflow:hidden;box-shadow:0 2px 16px #00000012}.vsel-col-header{background:#f9f9f9;border-bottom:1px solid #e8e8e8;grid-template-columns:1fr 1fr 1fr;padding:14px 24px;display:grid}.vsel-col-header__cell{letter-spacing:.1em;text-transform:uppercase;color:#aaa;font-size:10.5px;font-weight:700;line-height:1}.vsel-col-header__cell--left{text-align:left}.vsel-col-header__cell--center{text-align:center}.vsel-col-header__cell--right{text-align:right}.vsel-row{border-bottom:1px solid var(--vsel-row-border);background:var(--vsel-row-bg);grid-template-columns:1fr 1fr 1fr;align-items:center;transition:background .18s;display:grid;position:relative;overflow:hidden}.vsel-row:last-of-type{border-bottom:none}.vsel-row:hover{background:var(--vsel-row-hover)}.vsel-row:before{content:"";background:var(--vsel-red);opacity:0;width:3px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0}.vsel-row:hover:before{opacity:1}.vsel-row__col--dest{padding:20px 16px 20px 24px}.vsel-row__dest-wrap{align-items:flex-start;gap:10px;display:flex}.vsel-row__dest-info{flex-direction:column;gap:6px;min-width:0;display:flex}.vsel-row__dest{color:#111;margin:0;font-size:14.5px;font-weight:700;line-height:1.2;transition:color .18s}.vsel-row:hover .vsel-row__dest{color:var(--vsel-red)}.vsel-row__meta{color:#999;align-items:center;margin:0;font-size:12px;font-weight:500;display:flex}.vsel-row__sep{color:#ddd;margin:0 5px}.vsel-row__col--fare{border-left:1px solid var(--vsel-inner-border);border-right:1px solid var(--vsel-inner-border);flex-direction:column;justify-content:center;gap:6px;padding:20px 16px;display:flex}.vsel-row__extra-tag{letter-spacing:.05em;text-transform:uppercase;color:var(--vsel-amber);background:#b4530914;border:1px solid #b453092e;border-radius:4px;align-items:center;gap:3px;width:fit-content;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.vsel-row__extra{color:#444;margin:0;font-size:12px;font-weight:500}.vsel-fare__info{color:#888;flex-direction:row;align-items:center;gap:10px;font-size:10.5px;font-weight:500;display:inline-flex}.vsel-row__col--price{justify-content:flex-end;align-items:center;gap:14px;padding:20px 20px 20px 16px;display:flex}.vsel-row__price-wrap{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.vsel-row__price-top{align-items:baseline;gap:7px;display:flex}.vsel-row__price{color:#111;letter-spacing:-.03em;font-size:21px;font-weight:800;line-height:1}.vsel-row__original{color:#ccc;font-size:13px;font-weight:500;text-decoration:line-through}.vsel-row__tax{color:#aaa;white-space:nowrap;margin:0;font-size:10.5px;font-weight:400}.vsel-row__btn{background:var(--vsel-red);color:#fff;font-family:var(--vsel-font);letter-spacing:.07em;cursor:pointer;white-space:nowrap;border:none;border-radius:22px;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:10px 20px;font-size:11.5px;font-weight:700;transition:background .18s,box-shadow .18s,transform .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #d5011740}.vsel-row__btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff38,#0000);width:60%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.vsel-row__btn:hover{background:var(--vsel-red-dim);transform:translateY(-1px);box-shadow:0 4px 18px #d5011759}.vsel-row__btn:hover:after{left:160%}.vsel-disclaimer{background:#f9f9f9;border-top:1px solid #eee;align-items:flex-start;gap:10px;padding:14px 24px;display:flex}.vsel-disclaimer__icon{color:#ccc;flex-shrink:0;width:14px;height:14px;margin-top:2px}.vsel-disclaimer p{color:#bbb;margin:0;font-size:11.5px;line-height:1.65}@media (max-width:1024px) and (min-width:641px){.vsel-bar__inner{padding:0 20px}.vsel-listings{padding:20px 18px 24px}.vsel-bar__label-heading{font-size:12.5px}.vsel-bar__label-note{font-size:10.5px}.vsel-col-header{padding:12px 18px}.vsel-row__col--dest{padding:18px 14px 18px 18px}.vsel-row__col--fare{padding:18px 14px}.vsel-row__col--price{gap:10px;padding:18px 16px 18px 12px}.vsel-row__price{font-size:18px}.vsel-row__btn{padding:9px 14px;font-size:11px}}@media (max-width:640px){.vsel-anchor,.vsel-bar{height:auto}.vsel-bar__inner{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:4px;max-width:100%;height:auto;padding:10px 14px;display:flex}.vsel-bar__label{gap:9px;width:100%;padding-bottom:8px;padding-right:0}.vsel-bar__label-icon-wrap{border-radius:7px;width:32px;height:32px}.vsel-bar__label-heading{font-size:12px}.vsel-bar__label-note{font-size:10px}.vsel-bar__divider{display:none}.vsel-tabs{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;width:100%;padding:2px 2px 10px;display:flex;overflow:auto visible}.vsel-tabs::-webkit-scrollbar{display:none}.vsel-tab{flex-shrink:0;gap:8px;min-width:135px;max-width:150px;height:46px;padding:0 10px;overflow:visible}.vsel-tab__imgbox{width:32px;height:27px}.vsel-tab__name{font-size:11px}.vsel-tab__radio{width:14px;height:14px}.vsel-listings{padding:16px 10px 20px}.vsel-listings__inner{border-radius:8px}.vsel-col-header{display:none}.vsel-row{border-bottom:none;border:1px solid var(--vsel-row-border);border-radius:10px;grid-template-columns:1fr;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 6px #0000000f}.vsel-row:last-of-type{margin-bottom:0}.vsel-row:before{opacity:.5}.vsel-row__col--dest{border-bottom:1px solid var(--vsel-inner-border);padding:14px 14px 12px 16px}.vsel-row__dest{font-size:14px}.vsel-row__meta{font-size:11.5px}.vsel-row__col--fare{border-left:none;border-right:none;border-bottom:1px solid var(--vsel-inner-border);flex-direction:column;gap:5px;padding:12px 16px;display:flex}.vsel-row__extra-tag{font-size:9.5px}.vsel-row__extra{font-size:11.5px}.vsel-row__col--price{justify-content:space-between;align-items:center;padding:12px 14px 14px 16px}.vsel-row__price-wrap{align-items:flex-start}.vsel-row__price{font-size:18px}.vsel-row__original{font-size:12px}.vsel-row__tax{font-size:10px}.vsel-row__btn{flex-shrink:0;padding:10px 18px;font-size:11.5px}.vsel-disclaimer{padding:12px 14px}.vsel-disclaimer p{font-size:11px}}@media (max-width:380px){.vsel-bar__label-note span{display:none}.vsel-bar__label-note svg{width:13px;height:13px}.vsel-bar__label-heading{font-size:11.5px}.vsel-bar__divider{display:none}.vsel-bar__label{padding-right:8px}.vsel-tab{min-width:100px;height:44px}.vsel-tab__imgbox{width:28px;height:24px}.vsel-tab__name{font-size:10px}.vsel-row__dest{font-size:13px}.vsel-row__price{font-size:16px}.vsel-row__btn{padding:9px 13px;font-size:11px}}
