@media (max-width:600px){.wz-price-box::before{animation:none}}@keyframes badgePulse{0%,100%{opacity:1}50%{opacity:.7}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes promoPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 20px rgba(231,76,60,.4)}}.hero-form{max-width:540px;margin:0 auto 2rem;background:rgba(10,10,10,.7);backdrop-filter:blur(12px);border:1px solid #1a1a1a;border-radius:14px;padding:1.5rem;text-align:left}.hero-form-fields{display:flex;flex-direction:column;gap:.8rem}.hero-form-field{position:relative}.hero-form-label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#666;font-weight:500;margin-bottom:.3rem;display:block}.hero-form-input{background:#0a0a0a;border:1px solid #222;color:#fff;padding:.85rem 1rem .85rem 2.6rem;font-family:'DM Sans',sans-serif;font-size:16px;border-radius:8px;outline:0;width:100%;box-sizing:border-box;transition:border-color .3s,box-shadow .3s}.hero-form-input:focus{border-color:#1a4a8a;box-shadow:0 0 0 3px rgba(26,74,138,.15)}.hero-form-input::placeholder{color:#444}.hero-form-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#4a90e2;pointer-events:none;display:flex;align-items:center;z-index:3}.hero-form-field .autosuggest{top:calc(100% + .25rem)}.hero-form-btn{width:100%;background:linear-gradient(135deg,#1a4a8a 0,#2563a8 100%);border:none;color:#fff;padding:.95rem;border-radius:8px;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.4rem}.hero-form-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(26,74,138,.45)}.autosuggest{position:absolute;top:calc(100% + .35rem);left:0;right:0;background:#fff;border:1px solid #dadce0;border-radius:8px;width:100%;box-sizing:border-box;z-index:9999;max-height:300px;overflow-y:auto;display:none;box-shadow:0 1px 6px rgba(32,33,36,.28);padding:.35rem 0}.autosuggest-item{padding:.55rem 1rem;cursor:pointer;color:#202124;border-bottom:none;font-size:.92rem;line-height:1.3;transition:background .12s;display:flex;align-items:center;gap:.85rem;min-height:40px}.autosuggest-item:hover,.autosuggest-item.active{background:#f1f3f4;color:#202124}.autosuggest-item:last-child{border-bottom:none}.autosuggest-item .sug-icon{color:#5f6368;font-size:.9rem;flex-shrink:0;display:flex;align-items:center}.autosuggest-item .sug-text{flex:1;color:#202124;font-weight:400}.autosuggest-item .sug-sub{display:block;font-size:.78rem;color:#70757a;margin-top:.05rem;font-weight:400}.price-box{background:linear-gradient(135deg,#0d1520 0,#0a0a0a 100%);border:1px solid #1a3055;border-radius:4px;padding:1.5rem 1.6rem;margin-bottom:1.2rem;position:relative;overflow:hidden}.price-box::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#1a4a8a,#4a90e2)}.price-label-text{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#667;margin-bottom:.4rem}.price-old{font-family:'DM Sans',sans-serif;font-size:1.1rem;color:#666;text-decoration:line-through;margin-bottom:.2rem}.price-discount-badge{display:inline-block;background:#e74c3c;color:#fff;font-size:.65rem;font-weight:700;padding:.25rem .7rem;border-radius:20px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.price-big{font-family:'Playfair Display',serif;font-size:2.8rem;color:#4a90e2;line-height:1}.price-big span{font-family:'DM Sans',sans-serif;font-size:.8rem;color:#667;margin-left:5px}.price-caption{font-size:.78rem;color:#9bb8e0;margin-top:.5rem}.price-detail{font-size:.8rem;color:#bbb;margin-top:.45rem}@keyframes btnPulse{0%,100%{box-shadow:0 0 0 0 rgba(26,74,138,.4)}50%{box-shadow:0 0 0 10px rgba(26,74,138,0)}}.wizard-outer{background:#111;border-bottom:1px solid #1a1a1a;scroll-margin-top:10px}.wizard-container{max-width:620px;margin:0 auto;padding:3rem 2rem}.wizard-progress{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.wz-dot{width:42px;height:42px;border-radius:50%;background:#0a0a0a;border:2px solid #222;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#555;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1)}.wz-dot.active{background:#1a4a8a;border-color:#1a4a8a;color:#fff;transform:scale(1.15);box-shadow:0 0 20px rgba(26,74,138,.4)}.wz-dot.done{background:#1a4a8a;border-color:#1a4a8a;color:#fff}.wz-dot.done span{display:none}.wz-dot.done::after{content:'✓'}.wz-line{flex:1;max-width:60px;height:2px;background:#222;margin:0 .5rem;transition:background .5s}.wz-line.done{background:linear-gradient(90deg,#1a4a8a,#4a90e2)}.wz-step{display:none;animation:wzFadeIn .3s ease-out}.wz-step.active{display:block}@keyframes wzFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-header{text-align:center;margin-bottom:2rem}.step-emoji{font-size:3rem;margin-bottom:.5rem;line-height:1}.step-title{font-family:'Playfair Display',serif;font-size:1.8rem;margin-bottom:.3rem}.step-sub{color:#777;font-size:.88rem}.wz-fields{display:flex;flex-direction:column;gap:1rem}.wz-field{display:flex;flex-direction:column;gap:.3rem;position:relative}.wz-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.wz-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#666;font-weight:500}.wz-input{background:#0a0a0a;border:1px solid #222;color:#fff;padding:.85rem 1rem;font-family:'DM Sans',sans-serif;font-size:16px;border-radius:8px;outline:0;width:100%;transition:border-color .3s,box-shadow .3s}.wz-input:focus{border-color:#1a4a8a;box-shadow:0 0 0 3px rgba(26,74,138,.15)}.wz-input.error{border-color:#e74c3c;box-shadow:0 0 0 3px rgba(231,76,60,.15)}.wz-input.error::placeholder{color:#e74c3c;opacity:.6}.wz-error-msg{font-size:.85rem;color:#e74c3c;margin-top:.7rem;padding:.6rem .9rem;text-align:center;display:none;background:rgba(231,76,60,.1);border:1px solid rgba(231,76,60,.35);border-radius:8px;font-weight:600;animation:errorShake .35s ease-out}@keyframes errorShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.wz-input::placeholder{color:#444}.stepper{display:flex;align-items:center;gap:0;background:#0a0a0a;border:1px solid #222;border-radius:8px;overflow:hidden;height:48px}.stepper-btn{width:48px;height:100%;background:0 0;border:none;color:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-tap-highlight-color:transparent;user-select:none}.stepper-btn:active{background:rgba(26,74,138,.3)}.stepper-val{flex:1;text-align:center;font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:600;color:#fff;min-width:32px}.phone-wrap{display:flex;gap:.5rem}.phone-code{flex:0 0 110px;font-size:16px;padding:.75rem .5rem}.phone-num{flex:1}.phone-error{font-size:.72rem;color:#e74c3c;margin-top:.3rem}.wz-extra{display:flex;align-items:center;gap:.5rem;background:#0a0a0a;border:1px solid #222;border-radius:8px;padding:.85rem 1rem;cursor:pointer;transition:border-color .2s;margin-top:.3rem}.wz-extra:hover{border-color:#333}.wz-extra input{accent-color:#1a4a8a;cursor:pointer}.wz-extra span{font-size:.85rem;color:#bbb}.wz-extra em{color:#1a4a8a;font-style:normal;font-weight:500;margin-left:auto}.step-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #1a1a1a}.step-back{background:0 0;border:1px solid #222;color:#888;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:.82rem;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.step-back:hover{border-color:#444;color:#fff}.step-next{background:linear-gradient(135deg,#1a4a8a 0,#2563a8 100%);border:none;color:#fff;padding:.75rem 2rem;border-radius:8px;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:.85rem;font-weight:600;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.step-next:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(26,74,138,.35)}.wz-summary{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem}.wz-sum-row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #111}.wz-sum-row:last-child{border-bottom:none}.wz-sum-lbl{font-size:.8rem;color:#666}.wz-sum-val{font-size:.8rem;color:#ddd;font-weight:500;text-align:right;max-width:65%;word-break:break-word}.wz-price-box{background:linear-gradient(135deg,#0d1520 0,#0a0a0a 100%);border:1px solid #1a3055;border-radius:12px;padding:2rem;margin-bottom:1.5rem;text-align:center;position:relative;overflow:hidden;animation:wzPriceReveal .6s cubic-bezier(.4,0,.2,1)}.wz-price-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a4a8a,#4a90e2,#1a4a8a);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes wzPriceReveal{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wz-book-btns{display:flex;justify-content:center;gap:.8rem;margin-bottom:1rem}.wz-agree-box{background:#0a0a0a;border:1px solid #1f2c3f;border-radius:8px;padding:.85rem 1rem;margin-bottom:1rem}.wz-agree-label{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:#bbb;line-height:1.5;cursor:pointer;user-select:none}.wz-agree-label input[type="checkbox"]{flex-shrink:0;margin-top:2px;width:18px;height:18px;accent-color:#4a90e2;cursor:pointer}.wz-agree-label a{color:#4a90e2}.wz-agree-error{font-size:.78rem;color:#e74c3c;margin-top:.5rem;padding-left:1.8rem;display:none;font-weight:500}.wz-book-btns .bwa{width:100%;max-width:100%;padding:1.35rem 2rem;font-size:1.15rem;border-radius:12px}@media (max-width:600px){.hero-form{padding:1rem}.hero-form-input{padding:.75rem .85rem .75rem 2.4rem}.hero-form-btn{padding:.85rem;font-size:.88rem}.wizard-container{padding:1rem 1rem}.wizard-progress{margin-bottom:1rem}.wz-dot{width:32px;height:32px;font-size:.7rem}.wz-line{max-width:40px}.step-header{margin-bottom:.8rem}.step-emoji{font-size:1.4rem;margin-bottom:.2rem}.step-title{font-size:1.15rem;margin-bottom:.15rem}.step-sub{font-size:.78rem;margin-bottom:0}.wz-fields{gap:.7rem}.wz-row{grid-template-columns:1fr;gap:.7rem}.wz-input{padding:.7rem .85rem}.wz-label{font-size:.62rem}.wz-price-box{padding:1.2rem 1rem;margin-bottom:1rem}.price-big{font-size:2.2rem}.price-caption{font-size:.72rem;margin-top:.3rem}.price-detail{font-size:.72rem;margin-top:.3rem}.step-nav{margin-top:1rem;padding-top:.8rem}.step-next{padding:.7rem 1.5rem;font-size:.8rem}.step-back{padding:.7rem 1.2rem;font-size:.78rem}.wz-summary{padding:1rem;margin-bottom:1rem}.wz-sum-row{padding:.45rem 0}.wz-sum-lbl{font-size:.72rem}.wz-sum-val{font-size:.72rem}.wz-book-btns{grid-template-columns:1fr;margin-bottom:.5rem}.wz-book-btns .bwa{padding:1.2rem 1.5rem;font-size:1.1rem}.wz-extra{padding:.7rem .85rem}}@keyframes heroFadeUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{from{opacity:0}to{opacity:1}}
.step-next,.step-back{padding:.95rem 1.6rem;min-height:48px;font-size:.85rem}
.bp-action-btn{padding:.85rem 1.1rem;min-height:48px;font-size:.88rem}
.stepper-btn{min-width:48px;min-height:48px}
.wz-input{padding:.85rem 1rem;min-height:48px}
.phone-code,.phone-num{min-height:48px}
.gps-btn{min-height:38px;padding:.5rem .65rem}
.hero-form-input{padding:.85rem .95rem .85rem 2.4rem;min-height:50px}
#step-2 .qb-seg{display:grid;grid-template-columns:1fr 1fr;background:#141414;border:1px solid #2a2a2a;border-radius:12px;padding:.25rem;gap:.25rem;margin:.7rem 0 .45rem}
#step-2 .qb-seg button{border:0;background:transparent;color:#8a919c;font-family:inherit;font-size:.88rem;font-weight:600;padding:.6rem 0;border-radius:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:all .18s}
#step-2 .qb-seg button.on{background:linear-gradient(135deg,#1a4a8a,#2563a8);color:#fff;box-shadow:0 4px 14px rgba(26,74,138,.35)}
#step-2 .qb-hint{font-size:.76rem;color:#7fb2e8;font-weight:600;margin:0 0 .6rem .2rem}
#step-2 #when{display:none}
#step-2 #when.open{display:block;animation:qbslide .22s ease}
@keyframes qbslide{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
#step-2 .qb-chips{display:flex;gap:.5rem;margin:.2rem 0 .6rem}
#step-2 .qb-chip{flex:1;background:#141414;border:1px solid #2a2a2a;border-radius:12px;color:#fff;font-family:inherit;font-size:.84rem;font-weight:600;padding:.65rem .4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:46px;transition:all .15s}
#step-2 .qb-chip svg{width:16px;height:16px;color:#4a90e2;flex:none}
#step-2 .qb-chip.on{border-color:#4a90e2;background:rgba(74,144,226,.10)}
#step-2 .qb-panel{display:none;background:#141414;border:1px solid #2a2a2a;border-radius:12px;padding:.7rem .9rem;margin-bottom:.6rem}
#step-2 .qb-panel.open{display:block;animation:qbslide .22s ease}
#step-2 #qb-msglink{background:none;border:0;color:#8a919c;font-family:inherit;font-size:.8rem;cursor:pointer;padding:.1rem 0 .55rem .2rem;display:block}
#step-2 .qb-bottom{display:grid;grid-template-columns:1fr 1.25fr;gap:.6rem;margin-top:.5rem;align-items:stretch}
#step-2 .qb-bottom .wz-price-box{margin:0;padding:.55rem .8rem;text-align:left;display:flex;flex-direction:column;justify-content:center;border-radius:13px}
#step-2 .qb-bottom .price-big{font-size:1.28rem;color:#50c878}
#step-2 .qb-bottom .price-label-text{font-size:.68rem;letter-spacing:.4px;text-transform:uppercase}
#step-2 .qb-bottom .price-caption,#step-2 .qb-bottom .price-detail{font-size:.68rem}
#step-2 .qb-bottom #book-btn{font-size:1.05rem;font-weight:700;border-radius:13px;margin:0}

/* mockup-fidelity card */
#step-2{background:#121417;border:1px solid #23272d;border-radius:18px;padding:1.15rem;box-shadow:0 18px 50px rgba(0,0,0,.5);max-width:460px;margin:0 auto}
#step-2 .step-header{margin:0 0 .9rem!important;padding:0}
#step-2 .step-title{font-family:'Playfair Display',serif;font-size:1.35rem;text-align:center}
#step-2 .step-sub,#step-2 .step-emoji{display:none!important}
#step-2 .wz-label,#step-2 .hero-form-label{display:none!important}
#step-2 .wz-fields{margin:0}
#step-2 .wz-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin:0 0 .6rem}
#step-2 .wz-field{position:relative;margin:0}
#step-2 .wz-input,#step-2 .hero-form-input{width:100%;background:#181b1f;border:1px solid #23272d;border-radius:11px;color:#f2f4f7;font-size:.95rem;padding:.85rem .95rem .85rem 2.5rem;outline:none;transition:border-color .15s,box-shadow .15s}
#step-2 .wz-input:focus,#step-2 .hero-form-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.15)}
#step-2 .qb-ic{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);width:17px;height:17px;color:#4a90e2;pointer-events:none;z-index:2}
#step-2 .hero-form-field{position:relative;margin:0 0 .6rem}
#step-2 .hero-form-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#4a90e2;z-index:2;display:flex}
#step-2 .input-with-gps{display:flex;align-items:center;gap:.4rem}
#step-2 .gps-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:#1c2126;border:1px solid #2a3138;border-radius:8px;padding:.35rem .5rem;color:#7fb2e8;z-index:2}
#step-2 .gps-btn-txt{display:none}
#step-2 .phone-wrap{display:flex;gap:.4rem}
#step-2 .phone-wrap .phone-code{flex:0 0 auto;width:auto;padding:.85rem .4rem;font-size:.85rem}
#step-2 .phone-wrap .phone-num{padding-left:.8rem}
#step-2 .qb-bottom .wz-price-box{background:#181b1f;border:1px solid #23272d}
#step-2 .qb-bottom .price-label-text{color:#8a919c}
#step-2 .qb-bottom #book-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 8px 24px rgba(26,74,138,.4)}
#step-2 #wz-trust{background:none!important;border:0!important;padding:.2rem 0 0!important;margin:.7rem 0 0!important;color:#9fd3a8!important;font-size:.85rem!important;display:flex;align-items:center;justify-content:center;gap:.45rem}
#step-2 #wz-trust strong{font-weight:600}
@media(max-width:520px){#step-2{border-radius:16px;padding:1rem}}

#step-2 .hero-form{background:none!important;border:0!important;padding:0!important;margin:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;position:relative;z-index:5}
#step-2 .gps-btn{background:#1c2126}
@media(max-width:520px){#step-2 .wz-row{grid-template-columns:1fr}}

.qb-stage{background:linear-gradient(180deg,rgba(8,10,14,.88),rgba(8,10,14,.95)),url('/fixataxi-tesla-fleet-stockholm.webp') center 35%/cover no-repeat;border-bottom:1px solid #191d23;padding:0 1rem 3rem;margin-bottom:1.5rem}
.qb-stage .hero{background:none!important;padding:2.4rem 0 1.2rem!important}
#step-2 .wz-row.qb-contact{grid-template-columns:1fr}
#step-2 .qb-contact .phone-wrap{display:flex;gap:.5rem}
#step-2 .qb-contact .phone-wrap .phone-num{flex:1;min-width:0}

@media(max-width:640px){
.qb-stage{padding:0 .8rem 1.2rem;margin-bottom:1rem}
.qb-stage .hero{display:none!important}
.hero .hero-greeting,.hero h1,.hero .hero-sub,.hero-badges,.hero-trust{display:none!important}
.hero{padding-top:.8rem!important;padding-bottom:.4rem!important}
#step-2{padding:.85rem;margin-top:.8rem}
#step-2 .step-header{margin-bottom:.45rem!important}
#step-2 .step-title{font-size:1.02rem}
#step-2 .wz-input,#step-2 .hero-form-input{padding:.6rem .7rem .6rem 2.2rem;font-size:.9rem}
#step-2 .qb-contact .phone-wrap .phone-code{padding:.6rem .3rem}
#step-2 .wz-row{gap:.45rem;margin-bottom:.45rem}
#step-2 .hero-form-field{margin-bottom:.45rem}
#step-2 .qb-seg{margin:.45rem 0 .3rem}
#step-2 .qb-seg button{padding:.45rem 0;font-size:.82rem}
#step-2 .qb-hint{font-size:.7rem;margin-bottom:.45rem}
#step-2 .qb-chips{margin:.1rem 0 .45rem;gap:.45rem}
#step-2 .qb-chip{min-height:40px;padding:.5rem .3rem;font-size:.78rem}
#step-2 #qb-msglink{font-size:.75rem;padding:.05rem 0 .4rem .2rem}
#step-2 .qb-bottom{margin-top:.3rem;gap:.5rem}
#step-2 .qb-bottom .price-big{font-size:1.1rem}
#step-2 .qb-bottom .price-caption,#step-2 .qb-bottom .price-detail{font-size:.62rem}
#step-2 .qb-bottom #book-btn{font-size:.95rem}
#step-2 #wz-trust{font-size:.76rem;margin-top:.45rem}
}

@media(max-width:640px){
.hero-area h1,.hero-area p,.hero-area .hero-trust,.hero-area .hero-badges{display:none!important}
.hero-area{padding:.4rem 0 0!important;min-height:0!important}
.breadcrumbs,.breadcrumb{display:none!important}
}

@media(max-width:640px){
.wizard-outer{margin:0!important;padding-top:0!important}
#step-2{margin-top:.5rem}
#step-2 .hero-form-input{height:auto!important;min-height:0!important}
#step-2 .hero-form-fields{display:flex!important;flex-direction:column;gap:.45rem!important}
#step-2 .hero-form-field{margin:0!important}
}

@media(max-width:640px){
#step-2{padding-bottom:.7rem}
#step-2 .qb-hint{line-height:1.25}
#step-2 #wz-trust{margin-top:.35rem;font-size:.72rem}
#step-2 .qb-bottom .wz-price-box{padding:.45rem .7rem}
}

.trust-strip{display:flex;justify-content:center;gap:.5rem;padding:1.2rem 2rem 2rem;flex-wrap:wrap;max-width:620px;margin:0 auto}
.trust-pill{font-size:.72rem;color:#aaa;background:#0a0a0a;border:1px solid #1f1f1f;padding:.5rem .75rem;border-radius:20px;white-space:nowrap;text-align:center;display:flex;align-items:center;justify-content:center;gap:.3rem}
@media (max-width:600px){.trust-strip{padding:1rem 1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;max-width:340px;justify-items:stretch}}

#price-time{display:none!important}
#price-caption:empty{display:none}
.qb-bottom #book-btn{min-height:60px}

/* Bag/luggage panel (was homepage-inline only — missing on card pages) */
.bag-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.4rem}
.bag-row{display:flex;align-items:center;gap:.6rem;background:#101216;border:1px solid #262a31;border-radius:10px;padding:.6rem .8rem;transition:border-color .2s ease}
.bag-row:hover{border-color:#39404c}
.bag-row.active{border-color:#4a90e2;background:#0d1520}
.bag-ic{flex-shrink:0;color:#4a90e2;display:flex;align-items:center}
.bag-lbl{flex:1;font-size:.88rem;color:#ddd;font-weight:500;line-height:1.3}
.bag-sub{display:block;font-size:.7rem;color:#777;font-weight:400;margin-top:.1rem}
.bag-stepper{display:inline-flex;align-items:center;gap:.4rem;background:#111;border:1px solid #1a1a1a;border-radius:8px;padding:.15rem .3rem;flex-shrink:0}
.bag-btn{width:24px;height:24px;border-radius:4px;background:#1a1a1a;border:none;color:#fff;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;transition:background .15s ease,transform .15s cubic-bezier(.4,1.5,.5,1)}
.bag-btn:hover{background:#2a2a2a}
.bag-btn:active{transform:scale(.85)}
.bag-btn:disabled{opacity:.4;cursor:not-allowed}
.bag-val{min-width:1.6rem;text-align:center;color:#fff;font-weight:600;font-size:.9rem}

/* Vehicle type selector (Bil / Storbil) */
.veh-row{margin-bottom:.45rem}.veh-btn svg{width:56px;height:23px}.bag-sub .seat-price{font-style:normal;font-weight:700}.bag-sub .seat-free{color:#50c878}.bag-sub .seat-fee{color:#e8b34b}
.veh-seg{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.veh-btn{display:flex;flex-direction:column;align-items:center;gap:.15rem;background:#101216;border:1px solid #262a31;border-radius:10px;padding:.42rem .35rem;color:#bbb;cursor:pointer;transition:border-color .2s ease,background .2s ease}
.veh-btn .veh-ic{color:#7eb6ff;display:flex;align-items:center;margin-bottom:.03rem}
.veh-btn .veh-t{font-size:.85rem;font-weight:600;color:#eee}
.veh-btn .veh-s{font-size:.66rem;color:#888}
.veh-btn.active{border-color:#4a90e2;background:#0d1520}
.veh-btn.active .veh-t{color:#fff}
.veh-btn:hover{border-color:#39404c}
.veh-note{margin-top:.4rem;font-size:.74rem;color:#e0a94a;background:rgba(224,169,74,.1);border:1px solid rgba(224,169,74,.3);border-radius:8px;padding:.5rem .65rem;line-height:1.45}

/* ===== Area pages: desktop two-column hero (matches homepage). Mobile unchanged. ===== */
.hero-usp{list-style:none;padding:0;margin:1.5rem 0 0;display:none;flex-direction:column;gap:.8rem;max-width:520px}
.hero-usp li{display:flex;align-items:flex-start;gap:.7rem;font-size:1rem;color:#c3cdd9;line-height:1.4;text-align:left}
.hero-usp li svg{flex:none;width:19px;height:19px;color:#4a90e2;margin-top:.15rem}
.hero-usp strong{color:#fff;font-weight:600}
@media(min-width:960px){
.area-stage{display:grid;grid-template-columns:1fr minmax(400px,455px);gap:3.5rem;align-items:center;padding:3.5rem max(2rem,calc((100% - 1180px)/2)) 4.5rem;background:linear-gradient(180deg,rgba(8,10,14,.88),rgba(8,10,14,.95)),url('/fixataxi-tesla-fleet-stockholm.webp') center 35%/cover no-repeat;border-bottom:1px solid #191d23}
.area-stage .hero-area{text-align:left!important;padding:0!important;margin:0;background:none!important;border:0!important;min-height:0!important}
.area-stage .hero-area h1{font-size:3.1rem;text-align:left;line-height:1.12;margin:0 0 1rem}
.area-stage .hero-area>p{font-size:1.12rem;max-width:520px;margin:0;text-align:left;color:#c3cdd9}
.area-stage .hero-usp{display:flex;margin:1.9rem 0 0}
.area-stage .wizard-outer{background:none!important;border:0!important;margin:0;padding:0}
.area-stage .wizard-container{padding:0!important;max-width:none;margin:0}
.area-stage #step-2{max-width:none;margin:0;width:100%;padding:1.05rem 1.1rem}
.area-stage #step-2 .step-header{margin-bottom:.6rem!important}
.area-stage .trust-strip{display:none}
.area-stage .hero-trust{display:none}
.area-stage+.stats-strip{margin-top:2.4rem}
}
/* Anchor jumps must clear the sticky nav (it overlays ~64px of the viewport top) */
#omraden,#boka,#boka-wizard,#faq,#hur-det-funkar{scroll-margin-top:84px}
html,body{touch-action:manipulation}
#step-2 input.phone-code{flex:0 0 4.8em;width:4.8em;text-align:center;padding:.85rem .3rem}
@media(max-width:640px){#step-2 input.phone-code{padding:.6rem .3rem}}
#step-2 .wz-input,#step-2 .hero-form-input,#step-2 .phone-code{box-sizing:border-box}
#step-2 #dat,#step-2 #tid,#step-2 .flatpickr-mobile{padding:.85rem .95rem;-webkit-appearance:none;appearance:none;min-width:0;width:100%;display:block;min-height:48px;text-align:left}
#step-2 #dat::-webkit-date-and-time-value,#step-2 #tid::-webkit-date-and-time-value,#step-2 .flatpickr-mobile::-webkit-date-and-time-value{text-align:left}
@media(max-width:640px){#step-2 #dat,#step-2 #tid,#step-2 .flatpickr-mobile{padding:.6rem .7rem;min-height:42px}}

/* Flight-number label visible + premium price box (2026-07-19) */
#step-2 #flight-row .wz-label{display:block!important;font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:#9fb4cf;font-weight:700;margin:0 0 .35rem .15rem}
#step-2 #flight-row .wz-label::before{content:"✈️ "}
.qb-bottom .wz-price-box{background:#12161c;border:1px solid #24405e;border-radius:13px;padding:.6rem .95rem}
.qb-bottom .price-label-text{font-size:.64rem;letter-spacing:.12em;color:#7fa6d9;font-weight:700}
.qb-bottom .price-big{font-family:"DM Sans",-apple-system,"Segoe UI",Arial,sans-serif;font-size:1.7rem;font-weight:800;letter-spacing:-.01em;color:#50c878;font-variant-numeric:tabular-nums;line-height:1.15}
.qb-bottom .price-big span{font-size:.82rem;font-weight:700;color:#6fae87;letter-spacing:.05em}
@media (max-width:600px){.qb-bottom .price-big{font-size:1.5rem}}

