:root {
  --navy-950:#071c32; --navy-900:#0d2949; --navy-800:#173c62; --navy-700:#255782;
  --orange-700:#0d6078; --orange-600:#147a96; --orange-500:#32a9c2; --orange-100:#e7f7fb;
  --ink:#10243b; --muted:#637181; --line:#dbe3eb; --line-strong:#c5d1dd; --canvas:#f3f6f9;
  --success:#11765b; --success-soft:#e9f7f2; --danger:#b42318; --danger-soft:#fff0ef; --warning:#8a4b08;
  --shadow:0 22px 55px rgba(13,41,73,.11); --shadow-soft:0 9px 24px rgba(13,41,73,.08);
  --radius-lg:22px; --radius-md:14px; --radius-sm:10px; --ease:cubic-bezier(.22,1,.36,1);
}
*{box-sizing:border-box} [hidden]{display:none!important} html{color-scheme:light;scroll-behavior:smooth}
body{margin:0;min-width:320px;background:var(--canvas);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit} button,label,select{touch-action:manipulation;-webkit-tap-highlight-color:transparent} button{color:inherit} svg{display:block}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;border-radius:8px;background:#fff;color:var(--navy-950);font-weight:800;text-decoration:none;box-shadow:var(--shadow-soft);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:relative;z-index:5;border-top:5px solid var(--orange-500);background:var(--navy-900);color:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;width:min(1360px,calc(100% - 48px));min-height:88px;margin:auto}.brand{display:inline-flex;align-items:center;gap:13px;color:#fff;text-decoration:none}.brand-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:7px;background:#fff;color:var(--navy-900)}.brand-mark svg{width:42px;height:42px}.brand-name{display:flex;flex-direction:column;font-size:18px;line-height:.93;letter-spacing:.075em}.brand-name strong{font-size:26px;letter-spacing:.035em}.phone-link{display:flex;flex-direction:column;align-items:flex-end;color:#fff;text-decoration:none}.phone-link span{color:#b9c8d6;font-size:12px}.phone-link strong{font-size:18px}
main{width:min(1360px,calc(100% - 48px));margin:auto}.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;padding:48px 0 30px}.eyebrow,.section-kicker{margin:0 0 8px;color:var(--orange-600);font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:740px;margin-bottom:12px;color:var(--navy-950);font-size:clamp(36px,5vw,58px);line-height:1.02;letter-spacing:-.047em;text-wrap:balance}.intro>div>p:last-child{max-width:700px;margin-bottom:0;color:var(--muted);font-size:17px}.trust-row{display:grid;gap:7px;flex:0 0 auto;padding:16px 20px;border-left:3px solid var(--orange-500);color:var(--navy-800);font-size:13px;font-weight:750}.trust-row span,.summary-benefits span{display:flex;align-items:center;gap:9px}.trust-row svg{width:17px;height:17px;fill:none;stroke:var(--success);stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.calculator-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;padding-bottom:68px}.calculator-card{overflow:hidden;border:1px solid rgba(13,41,73,.09);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow)}
.stepper{display:flex;align-items:center;padding:20px 28px;border-bottom:1px solid var(--line);background:#fbfcfd}.stepper>i{flex:1;height:1px;margin:0 8px;background:var(--line)}.stepper-item{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:3px;border:0;background:transparent;color:#8b98a5;cursor:pointer}.stepper-item span{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line-strong);border-radius:50%;background:#fff;font-size:12px;font-weight:850}.stepper-item strong{font-size:12px}.stepper-item.is-active{color:var(--navy-900)}.stepper-item.is-active span{border-color:var(--navy-900);background:var(--navy-900);color:#fff}.stepper-item.is-complete{color:var(--success)}.stepper-item.is-complete span{border-color:var(--success);background:var(--success-soft)}
.step-panel{min-height:690px;padding:36px;animation:panel-in 260ms var(--ease) both}@keyframes panel-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.section-heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:28px}.section-icon{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border-radius:13px;background:var(--orange-100);color:var(--orange-600)}.section-icon svg,.notice svg,.availability-card svg,.button svg,.inline-button svg,.fake-check svg,.customer-icon svg,.mobile-price-bar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.section-heading h2{margin:0 0 5px;color:var(--navy-950);font-size:27px;line-height:1.15;letter-spacing:-.025em}.section-heading p:last-child{margin:0;color:var(--muted)}
.error-summary{margin:20px 36px 0;padding:15px 17px;border:1px solid #f1b5b0;border-radius:12px;background:var(--danger-soft);color:var(--danger);font-size:14px}.error-summary ul{margin:7px 0 0;padding-left:20px}.error-summary a{color:inherit}
.field,.country-field{display:flex;flex-direction:column;gap:7px;min-width:0;color:var(--navy-950);font-weight:700}.field>span:first-child,.field>label,.country-field>span{font-size:13px}.field input,.field select,.country-field select,.goods-value input{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;color:var(--ink);outline:none;transition:border-color 160ms,box-shadow 160ms}.field input:focus,.field select:focus,.country-field select:focus,.goods-value input:focus,.place-host:focus-within{border-color:var(--navy-700);box-shadow:0 0 0 4px rgba(37,87,130,.12)}.field input[aria-invalid="true"],.field select[aria-invalid="true"]{border-color:var(--danger)}.field input::placeholder{color:#929eaa}.field small{min-height:18px;color:var(--muted);font-size:11px;font-weight:500}.country-field select:disabled{color:#4f6070;background:#f6f8fa;opacity:1}.route-fields{display:grid;gap:14px}.route-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px}.place-host{min-height:50px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff}.place-host>input{border:0!important;box-shadow:none!important}.place-host gmp-place-autocomplete{display:block;width:100%;min-height:48px;color-scheme:light}.stops-list{display:grid;gap:10px}.stop-row{display:grid;grid-template-columns:190px minmax(0,1fr) auto;gap:14px;align-items:end;padding:14px;border:1px dashed var(--line-strong);border-radius:12px;background:#f8fafc}.stop-index{align-self:center;color:var(--orange-600);font-size:13px;font-weight:850}.icon-button{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--danger);cursor:pointer}.inline-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:max-content;min-height:42px;padding:0 13px;border:1px solid #e4a27d;border-radius:999px;background:#fff;color:var(--orange-700);font-size:13px;font-weight:800;cursor:pointer}.inline-button svg{width:17px;height:17px}.route-fields>.inline-button{justify-self:end;margin-top:-4px}.schedule-grid,.service-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.schedule-grid{margin-top:20px}.toggle-card{position:relative;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:12px;padding:14px 15px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.toggle-card.compact{margin-top:18px;background:#f8fafc}.toggle-card input,.option-card>input{position:absolute;opacity:0}.toggle-card>span:nth-child(3),.option-card>span:nth-child(3){display:flex;flex-direction:column}.toggle-card small,.option-card small{color:var(--muted);font-size:11px}.fake-check{display:grid;place-items:center;width:25px;height:25px;border:1.5px solid var(--line-strong);border-radius:7px;background:#fff}.fake-check svg{width:16px;height:16px;stroke:transparent}.toggle-card input:checked+.fake-check,.option-card input:checked+.fake-check{border-color:var(--orange-600);background:var(--orange-600)}.toggle-card input:checked+.fake-check svg,.option-card input:checked+.fake-check svg{stroke:#fff}.availability-card{display:flex;align-items:flex-start;gap:12px;margin-top:14px;padding:14px 16px;border:1px solid #d7e6f3;border-radius:12px;background:#f2f8fd;color:#315371}.availability-card svg{flex:0 0 auto;width:19px;height:19px;margin-top:2px}.availability-card strong{font-size:13px}.availability-card p{margin:2px 0 0;font-size:12px}.urgent-note{margin:12px 0 0;padding:12px 14px;border-radius:10px;background:var(--danger-soft);color:var(--danger);font-size:13px;font-weight:750}.urgent-note a{color:inherit}.route-result{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;margin-top:18px;border:1px solid var(--line);border-radius:14px;background:var(--line)}.route-result>div{padding:15px;background:#fff}.route-result span{display:block;color:var(--muted);font-size:11px}.route-result strong{color:var(--navy-950);font-size:18px}.route-result>p{grid-column:1/-1;margin:0;padding:10px 15px;background:#f7f9fb;color:var(--muted);font-size:11px}.route-result.is-ready>p{background:var(--success-soft);color:var(--success)}.route-result.is-error>p{background:var(--danger-soft);color:var(--danger)}.route-actions{display:flex;gap:10px;margin-top:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 20px;border-radius:10px;font-weight:800;text-decoration:none;cursor:pointer;transition:background 160ms,border-color 160ms,box-shadow 160ms}.button svg{width:18px;height:18px}.button-primary{border:1px solid var(--orange-700);background:var(--orange-700);color:#fff;box-shadow:0 8px 18px rgba(166,61,8,.22)}.button-primary:hover{background:#8e3104}.button-secondary{border:1px solid var(--navy-800);background:var(--navy-800);color:#fff}.button-secondary:hover{background:var(--navy-950)}.button-ghost{border:1px solid var(--line-strong);background:#fff;color:var(--navy-800)}.button-ghost:hover{border-color:var(--navy-700);background:#f7f9fb}.button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.panel-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:32px;padding-top:22px;border-top:1px solid var(--line)}.panel-actions-end{justify-content:flex-end}
.preset-fieldset,.vehicle-fieldset{padding:0;border:0;margin:0}.preset-fieldset legend{margin-bottom:9px;color:var(--navy-950);font-size:13px;font-weight:800}.preset-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.preset-chip{position:relative}.preset-chip input{position:absolute;opacity:0}.preset-chip span{display:block;padding:9px 13px;border:1px solid #efb18e;border-radius:999px;color:var(--orange-700);font-size:12px;font-weight:800;cursor:pointer}.preset-chip input:checked+span{border-color:var(--orange-700);background:var(--orange-700);color:#fff}.pieces-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:24px 0 12px}.pieces-head h3{margin:0;color:var(--navy-950);font-size:17px}.pieces-head p{margin:2px 0 0;color:var(--muted);font-size:12px}.pieces-list{display:grid;gap:12px}.piece-card{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.piece-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.piece-title strong{color:var(--navy-950);font-size:14px}.piece-title button{border:0;background:transparent;color:var(--danger);font-size:12px;font-weight:800;cursor:pointer}.piece-grid{display:grid;grid-template-columns:.8fr 1fr repeat(3,1fr);gap:10px}.piece-grid label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:10px;font-weight:700}.piece-grid input{width:100%;min-height:45px;padding:0 10px;border:1px solid var(--line-strong);border-radius:9px}.piece-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.stack-check{display:flex;align-items:center;gap:8px;color:var(--navy-800);font-size:12px;font-weight:700}.piece-weight{color:var(--navy-900);font-size:12px;font-weight:800}.shipment-total{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;overflow:hidden;margin-top:14px;border:1px solid var(--line);border-radius:12px;background:var(--line)}.shipment-total>div,.shipment-total>label{display:flex;flex-direction:column;justify-content:center;min-height:72px;padding:12px 15px;background:#f7f9fb}.shipment-total span{color:var(--muted);font-size:11px}.shipment-total strong{font-size:20px}.shipment-total input{max-width:110px;min-height:36px;margin-top:3px;padding:0 8px;border:1px solid var(--line-strong);border-radius:8px}.recommendation{margin-top:14px;padding:15px 17px;border-left:4px solid var(--success);border-radius:9px;background:var(--success-soft)}.recommendation span{display:block;color:var(--success);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.recommendation strong{display:block;margin-top:3px;color:#0d5945}.recommendation p{margin:2px 0 0;color:#447467;font-size:12px}.recommendation.is-error{border-color:var(--danger);background:var(--danger-soft)}.recommendation.is-error span,.recommendation.is-error strong,.recommendation.is-error p{color:var(--danger)}
.vehicle-reason{margin-bottom:14px;padding:14px 16px;border-radius:12px;background:var(--success-soft);color:#0d5945;font-size:13px}.vehicle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.vehicle-card{position:relative;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:11px;min-height:105px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.vehicle-card:hover{border-color:#9cb2c6;box-shadow:var(--shadow-soft)}.vehicle-card:has(input:checked){border-color:var(--orange-500);background:#fffaf7;box-shadow:0 0 0 2px rgba(255,139,72,.17)}.vehicle-card.is-too-small{cursor:not-allowed;opacity:.52;background:#f5f6f7}.vehicle-card input{position:absolute;opacity:0}.vehicle-art{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:#eef3f7;color:var(--navy-700)}.vehicle-art svg{width:33px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.vehicle-copy{display:flex;flex-direction:column;min-width:0}.vehicle-copy strong{color:var(--navy-950);font-size:13px}.vehicle-copy small{color:var(--muted);font-size:10px}.vehicle-copy em{margin-top:3px;color:var(--navy-700);font-size:10px;font-style:normal;font-weight:700}.vehicle-price{display:flex;flex-direction:column;align-items:flex-end;color:var(--navy-800);white-space:nowrap}.vehicle-price strong{font-size:15px}.vehicle-price small{font-size:9px}.vehicle-fit{grid-column:2/-1;color:var(--success);font-size:10px;font-weight:800}.is-too-small .vehicle-fit{color:var(--danger)}.subheading{margin:28px 0 12px;color:var(--navy-950);font-size:17px}.option-list{display:grid;gap:9px}.option-card{position:relative;display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:12px;min-height:72px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.option-card:has(input:checked){border-color:var(--orange-500);background:#fffaf7}.option-card>b{color:var(--navy-800);font-size:12px}.service-grid{margin-top:14px;padding:16px;border-radius:13px;background:#f7f9fb}.insurance-card,.customer-card{display:grid;grid-template-columns:50px minmax(0,1fr) minmax(150px,.65fr) auto;align-items:center;gap:13px;margin-top:13px;padding:15px;border:1px solid #cfe1f2;border-radius:13px;background:#f4f9fd}.insurance-card>span:nth-child(2),.customer-card>span:nth-child(2){display:flex;flex-direction:column}.insurance-card small,.customer-card small{color:var(--muted);font-size:11px}.insurance-card>b{color:var(--navy-800);font-size:13px}.goods-value{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:10px;font-weight:750}.input-unit{position:relative}.input-unit b{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--muted)}.goods-value input{min-height:42px;padding-right:30px}.switch{position:relative;width:46px;height:28px}.switch input{position:absolute;opacity:0}.switch i{position:absolute;inset:0;border-radius:99px;background:#a9b8c4;transition:background 160ms}.switch i:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.25);transition:transform 180ms var(--ease)}.switch input:checked+i{background:var(--success)}.switch input:checked+i:after{transform:translateX(18px)}.customer-card{grid-template-columns:44px minmax(0,1fr) auto 50px;border-color:#c7e2d7;background:var(--success-soft)}.customer-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--success)}.customer-card>b{color:var(--success);font-size:12px}
.contact-sections{display:grid;gap:16px}.contact-card{padding:19px;border:1px solid var(--line);border-radius:14px}.contact-card legend{padding:0 8px;color:var(--navy-950);font-size:16px;font-weight:850}.address-copy{margin:0 0 16px;padding:11px 13px;border-radius:9px;background:#f5f7f9;color:var(--navy-700);font-size:12px;font-weight:700}.field-wide{grid-column:1/-1}.form-grid .toggle-card{align-self:end;min-height:50px;padding:9px 13px}
.result-hero{text-align:center;padding:4px 0 24px}.result-check{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border-radius:50%;background:var(--success-soft);color:var(--success)}.result-check svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2}.result-hero h2{margin-bottom:10px;color:var(--navy-950);font-size:27px}.result-hero>strong{display:block;color:var(--navy-900);font-size:clamp(46px,7vw,66px);line-height:1;letter-spacing:-.05em}.result-hero>span:last-child{color:var(--muted);font-size:12px}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.overview-card{padding:17px;border:1px solid var(--line);border-radius:13px}.overview-card h3{margin-bottom:12px;color:var(--navy-950);font-size:14px}.overview-card dl{display:grid;gap:8px;margin:0}.overview-card dl>div{display:flex;justify-content:space-between;gap:14px}.overview-card dt{color:var(--muted);font-size:11px}.overview-card dd{margin:0;color:var(--navy-950);font-size:11px;font-weight:800;text-align:right}.notice{display:flex;align-items:flex-start;gap:11px;margin-top:14px;padding:14px 16px;border:1px solid #cfe1f2;border-radius:12px;background:#eff7ff;color:#315371;font-size:12px}.notice svg{flex:0 0 auto;width:18px;height:18px;margin-top:1px}.notice p{margin:0}.notice.warning{border-color:#efc78f;background:#fff8e9;color:var(--warning)}
.price-summary{position:sticky;top:20px;overflow:hidden;padding:25px;border-radius:var(--radius-lg);background:var(--navy-900);color:#fff;box-shadow:var(--shadow)}.price-summary:after{content:"";position:absolute;right:-75px;bottom:-92px;width:190px;height:190px;border:38px solid rgba(255,139,72,.09);border-radius:50%;pointer-events:none}.summary-close{display:none}.summary-topline{display:flex;align-items:center;gap:9px}.summary-topline span{width:26px;height:3px;border-radius:99px;background:var(--orange-500)}.summary-topline p{margin:0;color:#ffc6a4;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.price-summary h2{margin:13px 0 3px;font-size:24px}.summary-state{min-height:21px;margin:0 0 16px;color:#b9c7d5;font-size:12px}.summary-total{display:block;font-size:42px;line-height:1;letter-spacing:-.045em}.summary-tax{display:block;margin-top:5px;color:#aabac9;font-size:11px}.summary-breakdown{display:grid;gap:9px;margin:24px 0 18px;padding:17px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.summary-breakdown>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.summary-breakdown dt{color:#b9c7d5;font-size:12px}.summary-breakdown dd{margin:0;font-size:12px;font-weight:800;text-align:right}.summary-breakdown .summary-discount dt,.summary-breakdown .summary-discount dd{color:#81dec0}.summary-breakdown .summary-net{margin-top:3px;padding-top:10px;border-top:1px dashed rgba(255,255,255,.15)}.summary-breakdown .summary-net dt,.summary-breakdown .summary-net dd{color:#fff;font-size:14px}.distance-explainer{position:relative;z-index:1;padding:13px;border-radius:10px;background:rgba(255,255,255,.07)}.distance-explainer strong{font-size:12px}.distance-explainer p{margin:3px 0 0;color:#b9c7d5;font-size:10px}.summary-caption{position:relative;z-index:1;margin:18px 0 0;color:#90a4b7;font-size:10px}
.price-summary.is-quote-required .summary-total{max-width:220px;font-size:29px;line-height:1.08;letter-spacing:-.02em}.result-hero.is-quote-required>strong{font-size:clamp(32px,5vw,48px);letter-spacing:-.025em}.mobile-price-bar.is-quote-required strong{font-size:17px}
.mobile-price-bar,.summary-scrim{display:none}footer{border-top:1px solid var(--line);background:#fff}footer>div{display:flex;align-items:center;justify-content:space-between;width:min(1360px,calc(100% - 48px));min-height:74px;margin:auto;color:var(--muted);font-size:11px}footer span{color:var(--navy-800);font-weight:800}footer p{margin:0}
.brand:focus-visible,.phone-link:focus-visible,.button:focus-visible,.stepper-item:focus-visible,.inline-button:focus-visible,.icon-button:focus-visible,.mobile-price-bar:focus-visible,.summary-close:focus-visible,.preset-chip:has(input:focus-visible),.vehicle-card:has(input:focus-visible),.option-card:has(input:focus-visible),.toggle-card:has(input:focus-visible),.switch:has(input:focus-visible){outline:3px solid #ffd0b5;outline-offset:3px}
@media(max-width:1100px){.calculator-shell{grid-template-columns:minmax(0,1fr) 315px}.stepper-item strong{display:none}.vehicle-grid{grid-template-columns:1fr}.piece-grid{grid-template-columns:repeat(3,1fr)}.piece-grid label:nth-child(-n+2){grid-column:span 1}}
@media(max-width:820px){body{padding-bottom:78px}.header-inner,main,footer>div{width:min(100% - 32px,720px)}.header-inner{min-height:76px}.brand-mark{width:44px;height:44px}.brand-mark svg{width:36px;height:36px}.brand-name{font-size:15px}.brand-name strong{font-size:22px}.phone-link span{display:none}.phone-link strong{font-size:14px}.intro{align-items:flex-start;flex-direction:column;padding:35px 0 24px}.trust-row{display:none}.calculator-shell{display:block;padding-bottom:34px}.calculator-card{border-radius:17px}.stepper{justify-content:space-between;padding:14px 17px}.stepper>i{margin:0 4px}.step-panel{min-height:0;padding:25px 21px}.error-summary{margin:16px 21px 0}.price-summary{position:fixed;z-index:50;right:0;bottom:0;left:0;top:auto;max-height:calc(100vh - 42px);overflow-y:auto;padding:27px 21px calc(27px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;transform:translateY(110%);transition:transform 260ms var(--ease)}body.summary-open{overflow:hidden}body.summary-open .price-summary{transform:none}.summary-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:26px;cursor:pointer}.mobile-price-bar{position:fixed;z-index:40;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:9px 14px 9px 18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:var(--navy-900);color:#fff;box-shadow:0 12px 35px rgba(7,28,50,.3)}.mobile-price-bar>span{display:flex;flex-direction:column;align-items:flex-start}.mobile-price-bar small{color:#aec0d0;font-size:10px}.mobile-price-bar strong{font-size:22px}.mobile-price-bar b{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 13px;border-radius:9px;background:var(--orange-700);font-size:12px}.summary-scrim{position:fixed;z-index:45;inset:0;background:rgba(2,14,27,.64)}body.summary-open .summary-scrim{display:block}footer{display:none}}
@media(max-width:600px){.route-row{grid-template-columns:1fr}.country-field{display:none}.stop-row{grid-template-columns:1fr auto}.stop-index{grid-column:1}.stop-row .field{grid-column:1}.stop-row .icon-button{grid-column:2;grid-row:2}.schedule-grid,.service-grid,.form-grid,.overview-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.route-result{grid-template-columns:1fr}.route-result>p{grid-column:auto}.route-actions,.pieces-head{align-items:stretch;flex-direction:column}.route-actions .button,.pieces-head .inline-button{width:100%}.piece-grid{grid-template-columns:repeat(2,1fr)}.piece-grid label:nth-child(-n+2){grid-column:auto}.shipment-total{grid-template-columns:1fr}.vehicle-card{grid-template-columns:42px 1fr}.vehicle-price{grid-column:2;align-items:flex-start;flex-direction:row;gap:6px}.option-card{grid-template-columns:27px 1fr}.option-card>b{grid-column:2}.insurance-card{grid-template-columns:46px 1fr}.insurance-card .goods-value,.insurance-card>b{grid-column:2}.customer-card{grid-template-columns:42px 1fr 48px}.customer-card>b{grid-column:2}.customer-card .switch{grid-column:3;grid-row:1/span 2}.panel-actions,.result-actions{align-items:stretch;flex-direction:column-reverse}.panel-actions-end{align-items:stretch}.button{width:100%}.section-heading{gap:11px}.section-icon{width:41px;height:41px}.section-heading h2,.result-hero h2{font-size:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media print{body{padding:0;background:#fff}.site-header,.intro,.stepper,.price-summary,.mobile-price-bar,.summary-scrim,footer,.step-panel:not([data-step="5"]),.panel-actions,.notice{display:none!important}main,.calculator-shell{display:block;width:100%;padding:0}.calculator-card{border:0;box-shadow:none}.step-panel[data-step="5"]{display:block!important;padding:0}}
.eta-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:9px;padding:11px 14px;border-radius:10px;background:#f7f9fb;color:var(--muted);font-size:11px}.eta-card strong{color:var(--navy-900);font-size:13px}.eta-card small{text-align:right}
.schedule-planner{margin-top:20px;padding:18px;border:1px solid #cddce7;border-radius:16px;background:linear-gradient(145deg,#f8fbfd,#f1f7fa)}.schedule-planner .schedule-grid{margin-top:0}.schedule-planner-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}.schedule-planner-head>div>span{color:var(--navy-700);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.schedule-planner-head h3{margin:3px 0 2px;color:var(--navy-950);font-size:17px}.schedule-planner-head p{max-width:650px;margin:0;color:var(--muted);font-size:12px;line-height:1.45}.schedule-route-state{flex:0 0 auto;padding:8px 11px;border:1px solid #b9cedd;border-radius:999px;background:#fff;color:var(--navy-700);font-size:11px;white-space:nowrap}.schedule-route-state.is-ready{border-color:#9bcebd;background:var(--success-soft);color:var(--success)}.schedule-leg{min-width:0;margin:0;padding:14px;border:1px solid #d4e0e8;border-radius:13px;background:#fff}.schedule-leg.is-delivery{border-color:#abd3dc;box-shadow:inset 0 3px 0 #33a9c2}.schedule-leg legend{display:flex;align-items:center;gap:8px;padding:0 7px;color:var(--navy-950);font-size:14px}.schedule-leg legend span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--navy-900);color:#fff;font-size:11px}.schedule-leg.is-delivery legend span{background:#187f96}.schedule-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.schedule-leg .field input,.schedule-leg .field select{min-height:48px;background:#fcfdfe;font-weight:700}.schedule-leg-help{min-height:34px;margin:10px 0 0;padding-top:9px;border-top:1px solid #e3eaf0;color:var(--muted);font-size:11px;line-height:1.4}
@media(max-width:960px){.schedule-planner .schedule-grid{grid-template-columns:1fr}}
@media(max-width:600px){.eta-card{grid-template-columns:1fr}.eta-card small{text-align:left}}
@media(max-width:600px){.schedule-planner{padding:14px}.schedule-planner-head{flex-direction:column;gap:10px}.schedule-route-state{align-self:flex-start}.schedule-planner .schedule-grid{grid-template-columns:1fr}.schedule-fields{grid-template-columns:1fr 1fr}}
@media(max-width:410px){.schedule-fields{grid-template-columns:1fr}.schedule-leg-help{min-height:0}}
.billing-block{display:grid;gap:12px;margin-top:16px}.billing-toggle{background:#f8fafc}.billing-fields{margin:0}.billing-fields[hidden]{display:none}.is-confirmed{color:var(--success)!important}
.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-note{margin:8px 16px 0;color:var(--muted);font-size:11px}.service-note.is-included{color:var(--success);font-weight:750}.protection-card{grid-template-columns:50px minmax(0,1fr) auto;border-color:#ead9c7;background:#fffaf4}.legal-consent{position:relative;display:grid;grid-template-columns:28px 1fr;align-items:start;gap:12px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer}.legal-consent>input{position:absolute;opacity:0}.legal-consent>span:last-child{display:flex;flex-direction:column;color:var(--navy-900)}.legal-consent small{margin-top:3px;color:var(--muted);font-size:11px}.legal-consent input:checked+.fake-check{border-color:var(--success);background:var(--success)}.legal-consent input:checked+.fake-check svg{stroke:#fff}.booking-status{margin-top:14px;padding:14px 16px;border-radius:12px;background:#eff7ff;color:#315371;font-size:13px}.booking-status.is-success{background:var(--success-soft);color:var(--success)}.booking-status.is-error{background:var(--danger-soft);color:var(--danger)}.booking-button{min-width:300px}.result-actions{flex-wrap:wrap}
.waiting-info{grid-column:1/-1;display:flex;flex-direction:column;gap:4px;margin:0;padding:13px 15px;border:1px solid #cfe1f2;border-radius:11px;background:#f4f9fd;color:var(--navy-800);font-size:12px;line-height:1.5}
.waiting-info strong{color:var(--navy-950);font-size:13px}
.waiting-info span{color:var(--muted)}
@media(max-width:900px){.service-grid{grid-template-columns:1fr}}
@media(max-width:600px){.protection-card{grid-template-columns:46px 1fr}.protection-card>b{grid-column:2}.booking-button{min-width:0}}

/* Falken-Farbwelt: Marineblau mit kühlem Cyan-Akzent, ohne Orange. */
.inline-button{border-color:#9bcddb;color:var(--orange-700)}
.button-primary{border-color:var(--orange-700);background:var(--orange-700);box-shadow:0 8px 18px rgba(13,96,120,.22)}
.button-primary:hover{background:#084b60}
.preset-chip span{border-color:#a8d2dd}
.vehicle-card:has(input:checked),.option-card:has(input:checked){border-color:var(--orange-500);background:#f1fafc;box-shadow:0 0 0 2px rgba(50,169,194,.17)}
.notice.warning{border-color:#b9dce6;background:#f1f9fc;color:#245c70}
.price-summary:after{border-color:rgba(50,169,194,.10)}
.summary-topline p{color:#9fe5ef}
.brand:focus-visible,.phone-link:focus-visible,.button:focus-visible,.stepper-item:focus-visible,.inline-button:focus-visible,.icon-button:focus-visible,.mobile-price-bar:focus-visible,.summary-close:focus-visible,.preset-chip:has(input:focus-visible),.vehicle-card:has(input:focus-visible),.option-card:has(input:focus-visible),.toggle-card:has(input:focus-visible),.switch:has(input:focus-visible){outline-color:#83d4e2}
.protection-card{border-color:#cbe5ec;background:#f3fafc}
.fleet-banner{overflow:hidden;margin:0 0 16px;border:1px solid var(--line);border-radius:14px;background:#eef2f5}
.fleet-banner img{display:block;width:100%;height:auto;aspect-ratio:2.5/1;object-fit:cover}
.vehicle-card{grid-template-columns:92px minmax(0,1fr) auto}
.vehicle-photo{width:92px;height:62px;border:1px solid #d7e1e8;border-radius:10px;background:#edf1f4 url("assets/falken-fleet.png") var(--vehicle-position) 54%/560% auto no-repeat}
.vehicle-fit{grid-column:2/-1}
.address-status.is-incomplete,.is-incomplete{color:var(--danger)!important}
.schedule-grid .field-wide small{min-height:auto}
@media(max-width:820px){.mobile-price-bar b{background:var(--orange-700)}}
@media(max-width:600px){.country-field{display:flex}.stop-row{grid-template-columns:1fr auto}.stop-row .country-field{grid-column:1/-1}.stop-row .field{grid-column:1}.vehicle-card{grid-template-columns:76px 1fr}.vehicle-photo{width:76px;height:56px}.vehicle-price{grid-column:2}.vehicle-fit{grid-column:2}}

.saved-address-select{min-height:42px!important;background:#f5f8fa!important;color:var(--navy-800)!important;font-size:12px;font-weight:750}
.step-panel h2:focus{border-radius:4px;outline:3px solid #83d4e2;outline-offset:4px}
.saved-address-select:disabled{color:var(--muted)!important;opacity:1}
.place-host{position:relative}
.place-host>input{display:block;width:100%;min-height:48px;padding:0 14px;background:transparent;color:var(--ink);outline:none}
.place-suggestions{position:absolute;z-index:120;top:calc(100% + 6px);right:0;left:0;overflow:hidden;border:1px solid var(--line-strong);border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(7,28,50,.18)}
.place-suggestions button{display:block;width:100%;min-height:48px;padding:10px 14px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);font-size:13px;text-align:left;cursor:pointer}
.place-suggestions button:last-child{border-bottom:0}
.place-suggestions button:hover,.place-suggestions button:focus-visible{background:#eef8fb;color:var(--navy-950);outline:none}
.account-card{margin-bottom:18px;border:2px solid #a9d4df;background:#f5fbfd}
.account-card>p{margin:0 0 16px;color:var(--muted);font-size:12px}
.has-customer-profile .account-card{border-color:#9bd2c0;background:var(--success-soft)}
.account-card input[readonly],.account-card select:disabled{background:#edf4f6;color:var(--navy-800);opacity:1}
.billing-block{padding:16px;border:1px solid #9fcbd7;border-radius:15px;background:#f7fbfc}
.billing-toggle{border-color:#91c5d2;background:#fff}
.billing-toggle strong{color:var(--navy-950);font-size:14px}
.review-process{margin-top:18px;padding:15px 17px;border-left:4px solid var(--orange-500);border-radius:10px;background:#eef8fb;color:var(--navy-800)}
.review-process strong{display:block;font-size:13px}
.review-process p{margin:3px 0 0;color:#48677e;font-size:12px}
@media(max-width:600px){.place-suggestions{position:static;margin-top:5px}.account-card{padding:16px}.billing-block{padding:12px}}
.team-page{min-height:100vh;background:linear-gradient(145deg,var(--navy-950),var(--navy-800))}

/* Dokumentnachweis und automatisch ermittelte Zuschläge */
.document-handover-note{display:flex;align-items:flex-start;gap:14px;margin:-4px 0 22px;padding:18px 20px;border:2px solid #82c8b2;border-radius:15px;background:linear-gradient(135deg,#e9f7f2,#f6fcfa);color:#0d5945;font-size:14px;line-height:1.5;box-shadow:0 8px 20px rgba(17,118,91,.08)}
.document-handover-note svg,.automatic-check svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.document-handover-note strong{display:block;margin-bottom:4px;color:#084c3b;font-size:18px;line-height:1.2}
.option-card.is-included-service{border-color:#9bd2c0;background:var(--success-soft)}
.option-card.is-included-service>b{color:var(--success)}
.automatic-surcharges{display:grid;gap:9px;margin-top:9px}
.automatic-surcharge{display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:13px 15px;border:1px solid #9bd2c0;border-radius:12px;background:var(--success-soft);color:#0d5945}
.automatic-surcharge>span:nth-child(2){display:flex;flex-direction:column}
.automatic-surcharge small{margin-top:2px;color:#447467;font-size:11px}
.automatic-surcharge>b{font-size:12px;white-space:nowrap}
.automatic-check{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--success);color:#fff}

/* Fahrzeugauswahl: immer nur die aktive Klasse aufgeklappt */
.vehicle-grid{display:grid;grid-template-columns:1fr;gap:10px}
.vehicle-card{position:relative;display:block;min-height:0;padding:0;overflow:hidden;border:1px solid var(--line-strong);border-radius:15px;background:#fff;cursor:pointer;transition:border-color 160ms ease,box-shadow 160ms ease,opacity 160ms ease}
.vehicle-card:hover{border-color:#85b9c7;box-shadow:var(--shadow-soft)}
.vehicle-card:has(input:checked){border-color:var(--orange-500);background:#fff;box-shadow:0 0 0 2px rgba(50,169,194,.17),var(--shadow-soft)}
.vehicle-card.is-too-small{background:#f5f7f8;cursor:not-allowed;opacity:.55}
.vehicle-card>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.vehicle-card-summary{display:grid;grid-template-columns:22px minmax(0,1fr) auto 16px;align-items:center;gap:12px;min-height:76px;padding:12px 16px}
.vehicle-radio{width:18px;height:18px;border:2px solid #7c8d9d;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #fff}
.vehicle-card input:checked+.vehicle-card-summary .vehicle-radio{border-color:var(--orange-700);background:var(--orange-700)}
.vehicle-summary-copy{display:flex;flex-direction:column;min-width:0}
.vehicle-summary-copy>strong{color:var(--navy-950);font-size:14px}
.vehicle-summary-copy>small{margin-top:2px;color:var(--navy-700);font-size:11px;line-height:1.35}
.vehicle-summary-copy>em{margin-top:3px;color:var(--success);font-size:10px;font-style:normal;font-weight:800}
.vehicle-card.is-too-small .vehicle-summary-copy>em{color:var(--danger)}
.vehicle-price{display:flex;flex-direction:column;align-items:flex-end;color:var(--navy-900);white-space:nowrap}
.vehicle-price>strong{font-size:17px;line-height:1.1}
.vehicle-price>small{margin-top:3px;color:var(--muted);font-size:9px}
.vehicle-chevron{width:10px;height:10px;border-right:2px solid var(--navy-700);border-bottom:2px solid var(--navy-700);transform:rotate(45deg);transition:transform 160ms ease}
.vehicle-card input:checked+.vehicle-card-summary .vehicle-chevron{transform:rotate(225deg)}
.vehicle-details{display:none;grid-template-columns:minmax(0,1fr) minmax(250px,43%);grid-template-areas:"copy photo";align-items:center;gap:22px;padding:18px 20px;border-top:1px solid var(--line);background:linear-gradient(135deg,#f8fafb,#eef7f9)}
.vehicle-card input:checked~.vehicle-details{display:grid}
.vehicle-detail-copy{grid-area:copy;display:flex;flex-direction:column;gap:8px;color:var(--navy-800)}
.vehicle-detail-copy>strong{color:var(--navy-950);font-size:14px}
.vehicle-detail-copy>small{position:relative;padding-left:18px;font-size:11px;line-height:1.4}
.vehicle-detail-copy>small:before{content:"";position:absolute;left:1px;top:5px;width:7px;height:4px;border-left:2px solid var(--success);border-bottom:2px solid var(--success);transform:rotate(-45deg)}
.vehicle-photo{grid-area:photo;display:block;width:100%;height:180px;padding:0;border:0;border-radius:0;background:transparent;object-fit:contain;object-position:center;filter:drop-shadow(0 10px 8px rgba(7,28,50,.15))}

.gross-total-label,.summary-total-label{display:block;color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.result-hero .gross-total-label{margin:18px 0 5px;color:var(--success)}
.price-summary .summary-total-label{margin-bottom:6px;color:#9fe5ef}
.summary-total{font-size:46px}

@media(max-width:700px){
  .vehicle-card-summary{grid-template-columns:20px minmax(0,1fr) 14px;padding:12px}
  .vehicle-price{grid-column:2;align-items:flex-start;flex-direction:column;gap:0;margin-top:5px}
  .vehicle-chevron{grid-column:3;grid-row:1/span 2}
  .vehicle-details{grid-template-columns:1fr;grid-template-areas:"photo" "copy";gap:8px;padding:14px}
  .vehicle-photo{height:150px}
  .automatic-surcharge{grid-template-columns:27px 1fr}
  .automatic-surcharge>b{grid-column:2}
}
.team-shell{display:grid;place-items:center;min-height:100vh;padding:24px}
.team-card{width:min(680px,100%);padding:34px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.team-card h1{font-size:clamp(30px,5vw,44px)}
.team-card>p:not(.eyebrow){color:var(--muted)}
.team-card form{display:grid;gap:16px;margin-top:26px}
.team-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:6px}
.team-reject{border:1px solid #d9534f;background:#fff;color:#9f231b}
.team-reject:hover{background:var(--danger-soft)}
@media(max-width:600px){.team-card{padding:24px}.team-actions{grid-template-columns:1fr}}

/* Widget-Modus: nur der Rechner, ohne doppelten Seitenkopf und Footer. */
.is-embedded body{padding-bottom:0;background:transparent}
.is-embedded .site-header,.is-embedded .intro,.is-embedded footer{display:none}
.is-embedded main{width:100%;margin:0}
.is-embedded .calculator-shell{padding:0}
.is-embedded .calculator-card{border:1px solid rgba(13,41,73,.09);border-radius:18px;background:#fff;box-shadow:none}
.is-embedded.has-host-pricebar .calculator-shell{display:block!important}
.is-embedded.has-host-pricebar .price-summary{display:none!important}
@media(max-width:820px){.is-embedded .calculator-shell{display:flex;flex-direction:column}.is-embedded .price-summary{position:relative;inset:auto;order:-1;max-height:none;margin-bottom:14px;border-radius:17px;transform:none}.is-embedded .summary-close,.is-embedded .mobile-price-bar,.is-embedded .summary-scrim{display:none!important}}

/* Kompakte Auswahl und kundengebundene Rechnungs-/Rabattdarstellung. */
.route-result{grid-template-columns:repeat(2,minmax(0,1fr))}
.vehicle-card{min-height:84px;padding:10px;transition:min-height 180ms var(--ease),border-color 160ms,box-shadow 160ms,background 160ms}
.vehicle-card .vehicle-copy em{display:none}
.vehicle-card:has(input:checked){min-height:116px}
.vehicle-card:has(input:checked) .vehicle-copy em{display:block}
.service-toggle:has(input:disabled){cursor:default;opacity:.72;background:#f1f4f6}
.discount-card{grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto}
.discount-card progress{grid-column:2/-1;width:100%;height:8px;border:0;border-radius:99px;overflow:hidden;background:#cce5dc;color:var(--success)}
.discount-card progress::-webkit-progress-bar{border-radius:99px;background:#cce5dc}
.discount-card progress::-webkit-progress-value{border-radius:99px;background:var(--success)}
.discount-card progress::-moz-progress-bar{border-radius:99px;background:var(--success)}
.discount-card .discount-scale{grid-column:2/-1;color:#447467;font-size:10px}
.standard-billing-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:11px;background:var(--success-soft);color:#0d5945}
.standard-billing-summary>span{display:flex;flex-direction:column;min-width:0}
.standard-billing-summary small{margin-top:2px;color:#447467;font-size:11px;font-weight:500;overflow-wrap:anywhere}
.standard-billing-summary>b{flex:0 0 auto;font-size:11px}
.summary-breakdown>.summary-extras-group{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;row-gap:7px;padding:9px 10px;border-radius:9px;background:rgba(255,255,255,.07)}
.summary-extra-details{grid-column:1/-1;width:100%;text-align:left!important;font-weight:500!important}
.summary-extra-details ul{display:grid;gap:5px;margin:0;padding:8px 0 0;border-top:1px solid rgba(255,255,255,.12);list-style:none}
.summary-extra-details li{display:flex;justify-content:space-between;gap:12px;color:#dce7ef;font-size:11px}
.summary-extra-details li b{color:#fff;white-space:nowrap}
.billing-in-pickup{margin-top:18px}
.billing-fields{border-color:#c2dce3;background:#fff}
.billing-fields h3{margin:0 0 14px;color:var(--navy-950);font-size:15px}
@media(max-width:600px){.route-result{grid-template-columns:1fr}.vehicle-card{min-height:78px}.vehicle-card:has(input:checked){min-height:130px}.discount-card{grid-template-columns:42px 1fr auto}.discount-card progress,.discount-card .discount-scale{grid-column:1/-1}.standard-billing-summary{flex-direction:column}.standard-billing-summary>b{align-self:flex-start}.billing-in-pickup{padding:10px}}

/* Angebots-PDF speichern und später sicher fortsetzen. */
.offer-import{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,310px);gap:16px;align-items:center;margin:-4px 0 24px;padding:17px;border:1px solid #b7d8e2;border-radius:15px;background:linear-gradient(135deg,#f6fbfc,#edf7f9)}
.offer-import-copy{display:flex;align-items:flex-start;gap:13px;min-width:0}
.offer-import-icon{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:11px;background:#fff;color:var(--orange-700);box-shadow:0 5px 14px rgba(13,41,73,.08)}
.offer-import-icon svg,.offer-dropzone svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.offer-import h3{margin:1px 0 3px;color:var(--navy-950);font-size:15px}
.offer-import p{margin:0;color:#4f6b7e;font-size:12px}
.offer-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:78px;padding:12px;border:1.5px dashed #65a7b8;border-radius:12px;background:#fff;color:var(--navy-800);text-align:center;cursor:pointer;transition:border-color 160ms,background 160ms,box-shadow 160ms}
.offer-dropzone:hover,.offer-dropzone.is-dragging,.offer-dropzone:focus-within{border-color:var(--orange-700);background:#eef9fb;box-shadow:0 0 0 4px rgba(20,122,150,.10)}
.offer-dropzone strong{font-size:13px}.offer-dropzone span{color:var(--muted);font-size:11px}
.offer-dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.offer-import-status{grid-column:1/-1;margin:0!important;padding:10px 12px;border-radius:9px;background:#eef5f8;color:var(--navy-800)!important;font-weight:700}
.offer-import-status.is-success{background:var(--success-soft);color:var(--success)!important}
.offer-import-status.is-error{background:var(--danger-soft);color:var(--danger)!important}
.offer-save-copy{display:flex;flex-direction:column;gap:2px;margin-top:18px;padding:14px 16px;border-left:4px solid var(--orange-500);border-radius:10px;background:#eef8fb;color:var(--navy-800)}
.offer-save-copy strong{font-size:13px}.offer-save-copy span{color:#4f6b7e;font-size:12px}
@media(max-width:720px){.offer-import{grid-template-columns:1fr}.offer-dropzone{min-height:72px}.offer-import-status{grid-column:auto}}
.turnstile-shell{min-height:70px;margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8fafc}
.security-check{margin-top:12px;padding:14px;border:1px solid var(--line);border-radius:13px;background:#f8fafc}
.security-start{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:flex-start;gap:11px;cursor:pointer}
.security-start>input{position:absolute;width:1px;height:1px;opacity:0}
.security-start>span:last-child{display:flex;flex-direction:column}
.security-start small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.45}
.security-start:has(input:checked){color:var(--success)}
.security-start:has(input:focus-visible){outline:3px solid #83d4e2;outline-offset:5px}
.cancellation-disclosure{margin-top:14px;padding:14px 16px;border:1px solid #d7c58c;border-radius:12px;background:#fff9e8;color:#654f16}
.cancellation-disclosure.is-protected{border-color:#9bd2c0;background:var(--success-soft);color:#0d5945}
.cancellation-disclosure strong{font-size:13px}.cancellation-disclosure p{margin:4px 0 0;font-size:11px;line-height:1.55}.cancellation-disclosure a{color:inherit;font-weight:800}
.legal-consent{transition:border-color 160ms ease,background 160ms ease,color 160ms ease,box-shadow 160ms ease}
.legal-consent:has(input:checked){border-color:#65b697;background:var(--success-soft);color:#0d5945;box-shadow:0 0 0 2px rgba(31,137,101,.12)}
.legal-consent:has(input:checked)>span:last-child,.legal-consent:has(input:checked) small{color:#0d5945}
.legal-consent:has(input:focus-visible){outline:3px solid #83d4e2;outline-offset:4px}
.onboard-note{margin:0 0 15px;border-color:#a9d8e3;background:#f0f9fb;color:var(--navy-800)}
.onboard-note strong{color:var(--navy-950)}.onboard-note a{color:var(--orange-700);font-weight:850}

/* Geschütztes Fahrerportal und digitaler Zustellnachweis. */
.driver-page{min-height:100vh;background:#eef3f7}
.driver-header{border-top:5px solid var(--orange-500);background:var(--navy-900);color:#fff;box-shadow:0 8px 24px rgba(7,28,50,.15)}
.driver-header>div{display:flex;align-items:center;gap:22px;width:min(1440px,calc(100% - 40px));min-height:82px;margin:auto}
.driver-header .brand-mark{font-size:25px;font-weight:900}.driver-area-label{padding-left:22px;border-left:1px solid rgba(255,255,255,.24);color:#c8d8e5;font-size:13px;font-weight:800}.driver-header .button{margin-left:auto;min-height:42px;border-color:rgba(255,255,255,.35);background:transparent;color:#fff}
.driver-main{width:min(1440px,calc(100% - 40px));margin:auto;padding:38px 0 64px}
.driver-auth-card{width:min(560px,100%);margin:4vh auto 0;padding:34px;border:1px solid rgba(13,41,73,.1);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.driver-auth-card h1,.driver-dashboard h1{margin-bottom:10px;font-size:clamp(31px,5vw,48px)}.driver-auth-card>p:not(.eyebrow),.driver-dashboard-head p:last-child{color:var(--muted)}.driver-auth-form{display:grid;gap:16px;margin-top:24px}.driver-auth-form .button{margin-top:4px}
.password-control{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;overflow:hidden}.password-control:focus-within{border-color:var(--navy-700);box-shadow:0 0 0 4px rgba(37,87,130,.12)}.password-control input{min-height:48px;border:0!important;border-radius:0!important;box-shadow:none!important}.password-control button{min-width:84px;border:0;border-left:1px solid var(--line);background:#f5f8fa;color:var(--navy-800);font-size:11px;font-weight:850;cursor:pointer}.password-control button:hover{background:#eaf3f7}.password-control button:focus-visible,.driver-job-card:focus-visible,.signature-field button:focus-visible{outline:3px solid #83d4e2;outline-offset:-3px}
.driver-dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.driver-dashboard-head h1{max-width:none}.driver-layout{display:grid;grid-template-columns:330px minmax(0,1fr);align-items:start;gap:20px}.driver-jobs,.driver-job-detail{border:1px solid rgba(13,41,73,.09);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}.driver-jobs{position:sticky;top:18px;overflow:hidden}.driver-jobs>div{display:grid;gap:1px;background:var(--line)}
.driver-job-card{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-height:48px;padding:17px;border:0;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.driver-job-card:hover,.driver-job-card.is-active{background:#eef8fb}.driver-job-card.is-active{box-shadow:inset 4px 0 var(--orange-600)}.driver-job-card>strong{margin-top:5px;color:var(--navy-950)}.driver-job-card>span:not(.driver-job-status){color:var(--navy-700);font-size:12px;font-weight:750}.driver-job-card>small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.45}.driver-job-status{display:inline-flex;align-items:center;min-height:23px;padding:2px 8px;border-radius:999px;background:#eef3f7;color:var(--navy-700);font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.driver-job-status.is-confirmed,.driver-job-status.is-in_progress{background:#eef8fb;color:#0d6078}.driver-job-status.is-completed{background:var(--success-soft);color:var(--success)}
.driver-job-detail{min-height:420px;padding:28px}.driver-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:28px;color:var(--muted);text-align:center}.driver-empty strong{margin-bottom:5px;color:var(--navy-900);font-size:18px}.driver-order-head{margin-bottom:20px}.driver-order-head h2,.driver-complete h2{margin:9px 0 3px;color:var(--navy-950);font-size:28px}.driver-order-head p{margin:0;color:var(--muted)}.driver-route-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.driver-route-cards article{padding:17px;border:1px solid var(--line);border-radius:13px;background:#f8fafc}.driver-route-cards span{display:block;margin-bottom:4px;color:var(--orange-700);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.driver-route-cards strong{color:var(--navy-950)}.driver-route-cards p{margin:5px 0;color:var(--muted);font-size:12px}.driver-route-cards a{color:var(--orange-700);font-size:12px;font-weight:800}.driver-document-banner{display:flex;flex-direction:column;margin:0 0 18px;padding:18px;border:2px solid #82c8b2;border-radius:14px;background:linear-gradient(135deg,#e9f7f2,#f6fcfa);color:#0d5945}.driver-document-banner strong{font-size:19px}.driver-document-banner span{margin-top:3px;font-size:12px}
.pod-form{display:grid;gap:16px}.pod-form fieldset{min-width:0;margin:0;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.pod-form legend{padding:0 7px;color:var(--navy-950);font-size:15px;font-weight:900}.pod-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.pod-check-grid label{display:flex;align-items:flex-start;gap:8px;padding:10px;border-radius:9px;background:#f5f8fa;color:var(--navy-800);font-size:12px;font-weight:750}.pod-check-grid input{width:18px;height:18px;accent-color:var(--success)}.field-help{margin:12px 0 0;color:var(--muted);font-size:11px}.signature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.signature-field{min-width:0}.signature-field>div{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px}.signature-field strong{font-size:12px}.signature-field button{padding:0;border:0;background:transparent;color:var(--danger);font-size:10px;font-weight:800;cursor:pointer}.signature-field>input{width:100%;height:34px;padding:0 9px;border:1px solid var(--line);border-radius:8px 8px 0 0;background:#f8fafc;color:var(--ink);font-size:11px}.signature-field canvas{display:block;width:100%;height:115px;border:1px solid var(--line-strong);border-top:0;border-radius:0 0 9px 9px;background:#fff;touch-action:none}.signature-field small{color:var(--muted);font-size:9px}.pod-form .legal-consent{margin:15px 0}.driver-complete{display:flex;flex-direction:column;align-items:flex-start}.driver-complete code{display:block;max-width:100%;margin:8px 0 20px;padding:10px;border-radius:8px;background:#eef3f7;color:var(--navy-800);font-size:10px;overflow-wrap:anywhere}
.team-driver-panel{margin-top:24px;padding:22px;border:1px solid #9fcbd7;border-radius:16px;background:#f3fafc}.team-driver-panel h2{margin:0 0 4px;color:var(--navy-950);font-size:22px}.team-driver-panel>div:first-child>p:last-child{margin-bottom:16px;color:var(--muted);font-size:12px}.team-driver-panel form{display:grid;gap:14px}.team-driver-panel form>.button{justify-self:start}.team-driver-panel>#team-pod-pdf{margin-top:14px}
@media(max-width:900px){.driver-layout{grid-template-columns:1fr}.driver-jobs{position:static}.driver-jobs>div{grid-template-columns:repeat(2,minmax(0,1fr))}.signature-grid{grid-template-columns:1fr}.signature-field canvas{height:135px}}
@media(max-width:620px){.driver-header>div,.driver-main{width:min(100% - 24px,1440px)}.driver-area-label{display:none}.driver-main{padding-top:22px}.driver-auth-card,.driver-job-detail{padding:20px}.driver-dashboard-head{align-items:flex-start;flex-direction:column}.driver-dashboard-head .button{width:100%}.driver-jobs>div,.driver-route-cards,.pod-check-grid,.pod-form .form-grid{grid-template-columns:1fr}.driver-job-detail{border-radius:15px}.pod-form fieldset{padding:15px}}

/* Breiter Widget-Rahmen und kompaktere Formabstaende. */
@media(min-width:1101px){
  main,.header-inner,footer>div{width:min(1540px,calc(100% - 28px))}
  .calculator-shell{grid-template-columns:minmax(0,1fr) 350px;gap:18px}
  .step-panel{padding:28px 30px}
  .error-summary{margin:18px 30px 0}
}
.is-embedded .calculator-shell{gap:18px}
.is-embedded .step-panel{padding:28px 30px}

/* Im eingebetteten Mobilmodus erscheint der Preis als kompakte Kopfkarte. */
@media(max-width:960px){
  .is-embedded body{min-width:0;padding-bottom:0;overflow-x:hidden}
  .is-embedded .calculator-shell{display:flex;align-items:stretch;flex-direction:column;gap:12px;width:100%}
  .is-embedded .calculator-card{width:100%;border-radius:14px}
  .is-embedded .price-summary{position:relative;inset:auto;order:-1;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;column-gap:14px;width:100%;max-width:none;min-width:0;max-height:none;margin:0;padding:17px 18px;border-radius:14px;transform:none}
  .is-embedded .summary-topline{grid-column:1;grid-row:1}
  .is-embedded .price-summary h2{grid-column:1;grid-row:2;margin:7px 0 0;font-size:20px;line-height:1.15}
  .is-embedded .summary-state{grid-column:1;grid-row:3;min-height:0;margin:2px 0 0;font-size:11px}
  .is-embedded .summary-total-label{grid-column:2;grid-row:1;margin:0;text-align:right}
  .is-embedded .summary-total{grid-column:2;grid-row:2;align-self:end;font-size:32px;text-align:right}
  .is-embedded .summary-tax{grid-column:2;grid-row:3;margin:2px 0 0;text-align:right}
  .is-embedded .summary-breakdown,.is-embedded .distance-explainer,.is-embedded .summary-caption{display:none}
  .is-embedded .stepper{padding:10px 12px}
  .is-embedded .step-panel{padding:20px 16px}
  .is-embedded .error-summary{margin:14px 16px 0}
  .is-embedded .section-heading{gap:11px;margin-bottom:20px}
  .is-embedded .offer-import{margin:0 0 18px;padding:14px}
  .is-embedded .route-fields{gap:11px}
  .is-embedded .schedule-grid{margin-top:16px}
  .is-embedded .panel-actions{margin-top:24px;padding-top:18px}
  .is-embedded .summary-close,.is-embedded .mobile-price-bar,.is-embedded .summary-scrim{display:none!important}
  .is-embedded.has-host-pricebar .calculator-shell{gap:0}
  .is-embedded.has-host-pricebar .price-summary{display:none}
}

@media(max-width:520px){
  .is-embedded .price-summary{grid-template-columns:1fr auto;padding:15px 14px}
  .is-embedded .summary-topline p{font-size:9px}
  .is-embedded .price-summary h2{font-size:18px}
  .is-embedded .summary-total-label{font-size:9px}
  .is-embedded .summary-total{font-size:28px}
  .is-embedded .summary-tax{font-size:9px}
  .is-embedded .step-panel{padding:18px 13px}
  .is-embedded .section-heading p:last-child{font-size:14px;line-height:1.45}
  .is-embedded .offer-import{padding:12px}
  .is-embedded .contact-card,.is-embedded .piece-card{padding:14px}
  .is-embedded .inline-button{min-height:44px}
}

/* Vollständige interne Auftragsansicht. */
.team-shell{align-items:start}
.team-card-wide{width:min(1240px,100%)}
.team-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.team-head-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.team-head h1{margin:5px 0 8px;font-size:clamp(28px,4vw,42px)}
.team-head p:last-child{margin:0;color:var(--muted)}
.team-details{margin-top:20px}
.team-status-banner{display:flex;align-items:flex-start;flex-direction:column;gap:3px;margin-bottom:18px;padding:17px 19px;border-left:5px solid var(--orange-500);border-radius:12px;background:#eef8fb;color:var(--navy-800)}
.team-status-banner>span{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.team-status-banner>strong{font-size:19px}.team-status-banner>small{color:var(--muted)}
.team-status-banner.is-confirmed{border-color:var(--success);background:var(--success-soft);color:var(--success)}
.team-status-banner.is-rejected{border-color:var(--danger);background:var(--danger-soft);color:var(--danger)}
.team-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.team-detail-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:14px;background:#f9fbfc}
.team-detail-card h2,.team-pieces>h2{margin:0 0 13px;color:var(--navy-950);font-size:17px}
.team-detail-card dl{display:grid;gap:0;margin:0}.team-detail-card dl>div{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1.3fr);gap:14px;padding:8px 0;border-bottom:1px solid var(--line)}.team-detail-card dl>div:last-child{border-bottom:0}
.team-detail-card dt{color:var(--muted);font-size:11px}.team-detail-card dd{margin:0;color:var(--navy-900);font-size:12px;font-weight:750;text-align:right;overflow-wrap:anywhere}
.team-price-card{border-color:#a8d8c8;background:var(--success-soft)}
.team-pieces{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.team-piece-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.team-piece-card{background:#fff}.team-piece-card dl>div{grid-template-columns:1fr 1fr}
.team-card-wide form{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}
.team-card-wide textarea{width:100%;padding:12px 14px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--ink);font:inherit;resize:vertical}
@media(max-width:800px){.team-head{flex-direction:column}.team-head-actions{justify-content:flex-start;width:100%}.team-detail-grid{grid-template-columns:1fr}.team-piece-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.team-shell{padding:10px}.team-card-wide{padding:18px}.team-piece-grid{grid-template-columns:1fr}.team-detail-card dl>div{grid-template-columns:1fr;gap:3px}.team-detail-card dd{text-align:left}.team-head .button{width:100%}}

/* Geschützte Gesamtübersicht */
.dashboard-page{min-height:100vh;background:#edf2f6;color:var(--ink)}
.dashboard-header{position:sticky;z-index:80;top:0;border-top:4px solid var(--orange-500);background:var(--navy-950);color:#fff;box-shadow:0 8px 24px rgba(7,28,50,.16)}
.dashboard-header>div{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1560px,calc(100% - 40px));min-height:76px;margin:auto}
.dashboard-brand{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.dashboard-logo{display:grid;place-items:center;width:44px;height:44px;border-radius:9px;background:#fff;color:var(--navy-900)}.dashboard-logo svg{width:34px;height:34px}.dashboard-brand>span:last-child{display:flex;flex-direction:column;line-height:1.1}.dashboard-brand strong{font-size:18px;letter-spacing:.055em}.dashboard-brand small{margin-top:4px;color:#b9c9d7;font-size:12px;font-weight:700}
.dashboard-header-actions{display:flex;align-items:center;gap:9px}.dashboard-header-actions>span{max-width:240px;margin-right:5px;color:#b9c9d7;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-text-button{min-height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.26);border-radius:9px;background:transparent;color:#fff;font-size:12px;font-weight:800;cursor:pointer;transition:background 160ms,border-color 160ms}.dashboard-text-button:hover{border-color:#fff;background:rgba(255,255,255,.09)}.dashboard-text-button:disabled{cursor:wait;opacity:.55}
.dashboard-main{width:min(1560px,calc(100% - 40px));margin:auto;padding:30px 0 64px}
.dashboard-login{width:min(560px,100%);margin:7vh auto 0;padding:38px;border:1px solid rgba(13,41,73,.1);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.dashboard-login-mark{display:grid;place-items:center;width:54px;height:54px;margin-bottom:19px;border-radius:15px;background:#e7f7fb;color:var(--orange-700)}.dashboard-login-mark svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dashboard-login h1{margin-bottom:13px;font-size:clamp(32px,5vw,46px)}.dashboard-login>p:not(.eyebrow,.dashboard-login-note){color:var(--muted)}.dashboard-login-form{display:grid;gap:15px;margin-top:24px}.dashboard-login-note{margin:22px 0 0;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}
.dashboard-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:24px}.dashboard-title-row h1{max-width:none;margin:0 0 8px;font-size:clamp(35px,4vw,52px)}.dashboard-title-row>div:first-child>p:last-child{max-width:760px;margin:0;color:var(--muted)}.dashboard-live{display:grid;grid-template-columns:10px auto;align-items:center;gap:4px 8px;flex:0 0 auto;padding:13px 16px;border:1px solid #b8d9cf;border-radius:12px;background:var(--success-soft);color:var(--success)}.dashboard-live>span{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px rgba(17,118,91,.1)}.dashboard-live strong{font-size:12px}.dashboard-live small{color:#487568;font-size:12px}
.dashboard-flash{position:fixed;z-index:100;top:92px;right:20px;max-width:min(470px,calc(100% - 40px));padding:14px 17px;border:1px solid #9bd2c0;border-radius:12px;background:var(--success-soft);color:var(--success);font-size:13px;font-weight:750;box-shadow:var(--shadow)}.dashboard-flash.is-error{border-color:#f1b5b0;background:var(--danger-soft);color:var(--danger)}.dashboard-flash.is-warning{border-color:#e9c884;background:#fff8e8;color:var(--warning)}
.dashboard-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:20px}.dashboard-kpis article{position:relative;min-width:0;padding:18px;border:1px solid rgba(13,41,73,.09);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(13,41,73,.05)}.dashboard-kpis article:before{content:"";position:absolute;top:0;right:18px;left:18px;height:3px;border-radius:0 0 4px 4px;background:#abc0d1}.dashboard-kpis article.is-attention:before{background:var(--orange-500)}.dashboard-kpis article.is-success:before{background:var(--success)}.dashboard-kpis article.is-money{background:var(--navy-900);color:#fff}.dashboard-kpis article.is-money:before{background:#64c9da}.dashboard-kpis article.is-invoice:before{background:#8e6eaf}.dashboard-kpis span{display:block;color:var(--muted);font-size:12px;font-weight:800}.dashboard-kpis article.is-money span{color:#b9c9d7}.dashboard-kpis strong{display:block;margin:7px 0 1px;color:var(--navy-950);font-size:clamp(22px,2vw,32px);line-height:1.1;letter-spacing:-.035em;overflow-wrap:anywhere}.dashboard-kpis article.is-money strong{color:#fff}.dashboard-kpis small{color:#8a98a6;font-size:12px}.dashboard-kpis article.is-money small{color:#aebfce}
.dashboard-tabs{display:flex;gap:4px;margin-bottom:16px;padding:5px;border:1px solid rgba(13,41,73,.09);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(13,41,73,.04)}.dashboard-tabs button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:13px;font-weight:850;cursor:pointer;transition:background 160ms,color 160ms}.dashboard-tabs button span{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#e9eef3;color:var(--navy-700);font-size:11px}.dashboard-tabs button:hover{background:#f4f7f9;color:var(--navy-900)}.dashboard-tabs button.is-active{background:var(--navy-900);color:#fff}.dashboard-tabs button.is-active span{background:rgba(255,255,255,.14);color:#fff}
.dashboard-toolbar{display:flex;align-items:end;gap:12px;margin-bottom:14px}.dashboard-search{position:relative;display:block;flex:1}.dashboard-search svg{position:absolute;top:50%;left:15px;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round}.dashboard-search input,.dashboard-filter select{width:100%;min-height:48px;border:1px solid var(--line-strong);border-radius:11px;background:#fff;color:var(--ink);outline:none}.dashboard-search input{padding:0 15px 0 44px}.dashboard-filter{display:flex;flex-direction:column;gap:5px;width:220px;color:var(--navy-900);font-size:12px;font-weight:800}.dashboard-filter select{padding:0 13px}.dashboard-search input:focus,.dashboard-filter select:focus{border-color:var(--navy-700);box-shadow:0 0 0 4px rgba(37,87,130,.12)}
.dashboard-orders-layout{display:grid;grid-template-columns:380px minmax(0,1fr);align-items:start;gap:14px}.dashboard-order-list-panel,.dashboard-order-detail,.dashboard-table-card{border:1px solid rgba(13,41,73,.09);border-radius:17px;background:#fff;box-shadow:var(--shadow-soft)}.dashboard-order-list-panel{overflow:hidden}.dashboard-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.dashboard-panel-heading h2{margin:0;color:var(--navy-950);font-size:21px}.dashboard-panel-heading p{margin:2px 0 0;color:var(--muted);font-size:12px}.dashboard-order-list{display:grid;gap:1px;max-height:calc(100vh - 330px);min-height:360px;overflow-y:auto;background:var(--line)}
.dashboard-order-card{display:flex;flex-direction:column;align-items:stretch;gap:4px;min-height:44px;padding:16px 17px;border:0;background:#fff;color:var(--ink);text-align:left;cursor:pointer;transition:background 160ms,box-shadow 160ms}.dashboard-order-card:hover{background:#f4f9fb}.dashboard-order-card.is-active{position:relative;background:#eef8fb;box-shadow:inset 4px 0 var(--orange-500)}.dashboard-order-card-top,.dashboard-order-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-order-card-top time{color:var(--muted);font-size:11px}.dashboard-order-card>strong{margin-top:3px;color:var(--navy-950);font-size:15px}.dashboard-order-customer{color:var(--navy-700);font-size:12px;font-weight:800}.dashboard-order-card>small{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:7px;margin:4px 0;color:var(--muted);font-size:11px;line-height:1.4}.dashboard-order-card>small b{color:#9aabba}.dashboard-order-card-bottom em{color:var(--navy-700);font-size:11px;font-style:normal}.dashboard-order-card-bottom b{color:var(--navy-950);font-size:13px}.dashboard-order-driver{margin-top:3px;padding-top:7px;border-top:1px solid #d9e9ee;color:var(--success);font-size:11px;font-weight:800}
.dashboard-status{display:inline-flex;align-items:center;width:max-content;min-height:24px;padding:2px 9px;border-radius:999px;background:#edf2f6;color:var(--navy-700);font-size:10px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.dashboard-status.is-pending_review{background:#e9f7fb;color:#0d6078}.dashboard-status.is-confirmed,.dashboard-status.is-in_progress{background:#e6f2ff;color:#175b91}.dashboard-status.is-completed{background:var(--success-soft);color:var(--success)}.dashboard-status.is-cancellation_requested{background:#fff4de;color:#795017}.dashboard-status.is-rejected,.dashboard-status.is-withdrawn{background:var(--danger-soft);color:var(--danger)}
.dashboard-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 15px;border-top:1px solid var(--line);background:#fbfcfd}.dashboard-pagination button{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy-800);font-size:12px;font-weight:800;cursor:pointer}.dashboard-pagination button:disabled{cursor:not-allowed;opacity:.45}.dashboard-pagination span{color:var(--muted);font-size:12px}
.dashboard-order-detail{position:sticky;top:96px;max-height:calc(100vh - 116px);min-height:540px;padding:22px;overflow-y:auto}.dashboard-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;padding:30px;color:var(--muted);text-align:center}.dashboard-empty strong{margin-bottom:4px;color:var(--navy-900);font-size:18px}.dashboard-empty p{max-width:410px;margin:0}.dashboard-empty.is-error strong,.dashboard-empty.is-error p{color:var(--danger)}
.dashboard-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.dashboard-detail-head h2{margin:8px 0 3px;color:var(--navy-950);font-size:26px}.dashboard-detail-head p{margin:0;color:var(--muted);font-size:12px}.dashboard-detail-head>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.dashboard-compact-button{min-height:42px;padding:0 12px;border:1px solid var(--navy-700);border-radius:9px;background:#fff;color:var(--navy-800);font-size:12px;font-weight:800;cursor:pointer}.dashboard-compact-button:hover{background:#f1f6f9}.dashboard-compact-button.is-success{border-color:#7bbca8;color:var(--success);background:var(--success-soft)}
.dashboard-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.dashboard-detail-card{min-width:0;padding:15px;border:1px solid var(--line);border-radius:12px;background:#f9fbfc}.dashboard-detail-card h3,.dashboard-piece-section>h3{margin:0 0 10px;color:var(--navy-950);font-size:15px}.dashboard-detail-card dl{display:grid;margin:0}.dashboard-detail-card dl>div{display:grid;grid-template-columns:minmax(115px,.75fr) minmax(0,1.25fr);gap:10px;padding:7px 0;border-bottom:1px solid var(--line)}.dashboard-detail-card dl>div:last-child{border-bottom:0}.dashboard-detail-card dt{color:var(--muted);font-size:11px}.dashboard-detail-card dd{margin:0;color:var(--navy-900);font-size:11px;font-weight:750;text-align:right;overflow-wrap:anywhere}.dashboard-detail-card.is-price{border-color:#a8d8c8;background:var(--success-soft)}
.dashboard-action-card{margin-bottom:14px;padding:17px;border:1px solid #9fcbd7;border-radius:13px;background:#f2fafc}.dashboard-action-card.is-driver{border-color:#b8d9cf;background:#f3faf8}.dashboard-action-card h3{margin:0 0 12px;color:var(--navy-950);font-size:18px}.dashboard-action-card textarea{width:100%;padding:11px 13px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--ink);font:inherit;resize:vertical}.dashboard-action-card>div:last-child{display:flex;gap:9px;margin-top:12px}.dashboard-danger-button{border:1px solid #d6807a;background:#fff;color:var(--danger)}.dashboard-danger-button:hover{background:var(--danger-soft)}.dashboard-action-card .button{min-height:44px;font-size:12px}.dashboard-action-card .form-grid{margin-bottom:12px}
.dashboard-piece-section{margin-top:14px;padding-top:15px;border-top:1px solid var(--line)}.dashboard-piece-section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.dashboard-detail-card.is-piece{background:#fff}.dashboard-piece-section>p{color:var(--muted)}
.dashboard-table-card{overflow:hidden}.dashboard-table-scroll{overflow-x:auto}.dashboard-table-card table{width:100%;border-collapse:collapse}.dashboard-table-card th,.dashboard-table-card td{padding:14px 20px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.dashboard-table-card th{background:#f5f8fa;color:var(--muted);font-size:11px;letter-spacing:.045em;text-transform:uppercase}.dashboard-table-card td{color:var(--navy-800);font-size:13px}.dashboard-table-card td strong{color:var(--navy-950)}.dashboard-table-card td small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.dashboard-table-card td a{color:var(--orange-700);font-weight:750}.dashboard-access{display:inline-flex;padding:4px 8px;border-radius:999px;background:#fff4de;color:#795017;font-size:11px;font-weight:850}.dashboard-access.is-active{background:var(--success-soft);color:var(--success)}.dashboard-driver-link{min-height:42px;font-size:12px}
.dashboard-invoice-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-bottom:14px}.dashboard-invoice-summary article{padding:18px;border:1px solid rgba(13,41,73,.09);border-radius:14px;background:#fff;box-shadow:var(--shadow-soft)}.dashboard-invoice-summary span{display:block;color:var(--muted);font-size:12px;font-weight:800}.dashboard-invoice-summary strong{display:block;margin-top:4px;color:var(--navy-950);font-size:26px}.dashboard-billing-queue{overflow:hidden;margin-bottom:14px;border:1px solid #b9d9cf;border-radius:16px;background:#fff;box-shadow:var(--shadow-soft)}.dashboard-billing-queue>#dashboard-billing-queue-list{display:grid;gap:1px;background:var(--line)}.dashboard-billing-queue article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;background:#f5fbf8}.dashboard-billing-queue article>div{display:flex;flex-direction:column}.dashboard-billing-queue article strong{color:var(--navy-950)}.dashboard-billing-queue article span{color:var(--muted);font-size:12px}.dashboard-table-actions{display:flex;flex-wrap:wrap;gap:5px}.dashboard-table-actions button,.dashboard-table-link{min-height:36px;padding:0 9px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--navy-800);font-size:11px;font-weight:800;cursor:pointer}.dashboard-table-link{border:0;padding:0;color:var(--orange-700);text-decoration:underline}.dashboard-table-actions button:hover{border-color:#8bb5c1;background:#eef8fb}.dashboard-table-actions button:disabled{cursor:wait;opacity:.55}.dashboard-action-card.is-invoice{border-color:#b9d9cf;background:#f5fbf8}.dashboard-action-card.is-invoice>p:not(.eyebrow){color:var(--muted);font-size:12px}.dashboard-driver-invite{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(360px,1.2fr) auto;align-items:end;gap:18px;margin-bottom:14px;padding:20px;border:1px solid #9fcbd7;border-radius:16px;background:#f4fafc;box-shadow:var(--shadow-soft)}.dashboard-driver-invite h2{margin:0 0 3px;color:var(--navy-950);font-size:20px}.dashboard-driver-invite>div:first-child>p:last-child{margin:0;color:var(--muted);font-size:12px}.dashboard-driver-invite .button{min-height:48px}
.dashboard-brand:focus-visible,.dashboard-text-button:focus-visible,.dashboard-tabs button:focus-visible,.dashboard-order-card:focus-visible,.dashboard-pagination button:focus-visible,.dashboard-compact-button:focus-visible,.dashboard-danger-button:focus-visible{outline:3px solid #83d4e2;outline-offset:2px}
@media(max-width:1240px){.dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-kpis article.is-money{grid-column:auto}.dashboard-orders-layout{grid-template-columns:330px minmax(0,1fr)}.dashboard-detail-grid{grid-template-columns:1fr}.dashboard-piece-section>div{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-driver-invite{grid-template-columns:1fr 1.4fr}.dashboard-driver-invite>.button{grid-column:2;justify-self:start}}
@media(max-width:900px){.dashboard-header{position:relative}.dashboard-header>div{align-items:flex-start;flex-direction:column;padding:14px 0}.dashboard-header-actions{width:100%;padding-top:10px;border-top:1px solid rgba(255,255,255,.14)}.dashboard-header-actions>span{margin-right:auto}.dashboard-title-row{align-items:flex-start;flex-direction:column}.dashboard-live{width:100%}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpis article.is-money{grid-column:auto}.dashboard-orders-layout{grid-template-columns:1fr}.dashboard-order-list{max-height:560px}.dashboard-order-detail{position:static;max-height:none}.dashboard-piece-section>div{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.dashboard-main,.dashboard-header>div{width:min(100% - 24px,1560px)}.dashboard-main{padding-top:22px}.dashboard-header-actions>span{display:none}.dashboard-title-row{gap:17px;margin-bottom:18px}.dashboard-title-row h1{font-size:36px}.dashboard-kpis{grid-template-columns:1fr 1fr;gap:9px}.dashboard-kpis article{padding:15px}.dashboard-kpis article.is-money{grid-column:1/-1}.dashboard-kpis strong{font-size:27px}.dashboard-tabs{overflow-x:auto}.dashboard-tabs button{flex:1;min-width:max-content;padding:0 13px}.dashboard-toolbar{align-items:stretch;flex-direction:column}.dashboard-filter{width:100%}.dashboard-order-detail{padding:16px}.dashboard-detail-head{flex-direction:column}.dashboard-detail-head>div:last-child,.dashboard-detail-head .dashboard-compact-button{width:100%}.dashboard-action-card>div:last-child{align-items:stretch;flex-direction:column}.dashboard-action-card .button{width:100%}.dashboard-piece-section>div{grid-template-columns:1fr}.dashboard-invoice-summary{grid-template-columns:1fr}.dashboard-billing-queue article{align-items:stretch;flex-direction:column}.dashboard-billing-queue article button{width:100%}.dashboard-driver-invite{grid-template-columns:1fr;padding:17px}.dashboard-driver-invite>.button{grid-column:auto;width:100%}.dashboard-table-scroll{overflow:visible}.dashboard-table-card table,.dashboard-table-card tbody,.dashboard-table-card tr,.dashboard-table-card td{display:block;width:100%}.dashboard-table-card thead{display:none}.dashboard-table-card tbody{display:grid;gap:9px;padding:10px;background:#edf2f6}.dashboard-table-card tr{padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff}.dashboard-table-card td{display:grid;grid-template-columns:125px minmax(0,1fr);gap:12px;padding:7px 3px;border-bottom:1px solid var(--line);text-align:right}.dashboard-table-card td:last-child{border-bottom:0}.dashboard-table-card td:before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:800;text-align:left;text-transform:uppercase}.dashboard-table-card td small{text-align:right}.dashboard-table-actions{justify-content:flex-end}.dashboard-panel-heading{align-items:flex-start;flex-direction:column}.dashboard-driver-link{width:100%}}
@media(max-width:480px){.dashboard-login{margin-top:2vh;padding:24px}.dashboard-kpis{grid-template-columns:1fr}.dashboard-kpis article.is-money{grid-column:auto}.dashboard-order-card>small{grid-template-columns:1fr}.dashboard-order-card>small b{display:none}.dashboard-detail-card dl>div{grid-template-columns:1fr;gap:2px}.dashboard-detail-card dd{text-align:left}.dashboard-table-card td{grid-template-columns:1fr;gap:3px;text-align:left}.dashboard-table-card td small{text-align:left}.dashboard-tabs{scrollbar-width:none}}

/* Kompakter Preisrechner mit automatischer Routenprüfung. */
.calculator-card .step-panel{min-height:560px;padding:26px 28px}
.calculator-card .section-heading{margin-bottom:20px}
.calculator-card .route-fields{gap:10px}
.calculator-card .route-row{gap:10px}
.calculator-card .toggle-card.compact{margin-top:12px}
.calculator-card .schedule-planner{margin-top:13px;padding:14px}
.calculator-card .schedule-planner-head{margin-bottom:10px}
.calculator-card .schedule-grid{gap:10px}
.calculator-card .schedule-leg{padding:11px 12px}
.calculator-card .schedule-leg.is-delivery{border-color:#74c3d2;box-shadow:none}
.calculator-card .schedule-leg legend{position:relative;z-index:2;margin-left:-2px;padding:0 10px;background:#fff;line-height:24px}
.calculator-card .schedule-leg-help{min-height:29px;margin-top:7px;padding-top:7px}
.calculator-card .eta-card{margin-top:7px;padding:9px 12px}
.calculator-card .route-result{margin-top:11px}
.calculator-card .route-result>div{padding:11px 14px}
.calculator-card .route-result>p{padding:8px 14px}
.route-result.is-loading>p{background:#eef8fb;color:var(--navy-700);font-weight:750}
.option-card.is-disabled{cursor:not-allowed;opacity:.55;background:#f3f5f7}
.option-card.is-disabled:has(input:checked){border-color:var(--line);background:#f3f5f7}
.onboard-route-note{margin:9px 0 0}
.onboard-note p{display:flex;flex-wrap:wrap;align-items:center;gap:7px}
.onboard-note p strong{width:100%}
.onboard-note .onboard-call{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 13px;border-radius:9px;background:var(--navy-800);color:#fff;text-decoration:none}
.onboard-note .onboard-call:hover{background:var(--navy-950)}
.onboard-note .onboard-call:focus-visible{outline:3px solid #83d4e2;outline-offset:2px}
.calculator-card .panel-actions{margin-top:24px;padding-top:17px}
.calculator-card .pieces-head{margin-top:19px}
.calculator-card .piece-card{padding:14px}
.calculator-card .contact-card{padding:16px}

@media(max-width:820px){.calculator-card .step-panel{min-height:0;padding:21px 18px}.calculator-card .schedule-planner{padding:12px}.calculator-card .panel-actions{margin-top:20px;padding-top:15px}}
@media(max-width:600px){.calculator-card .schedule-fields{grid-template-columns:1fr 1fr}.calculator-card .schedule-leg legend{margin-left:0}.onboard-note .onboard-call{width:100%}}
@media(max-width:410px){.calculator-card .schedule-fields{grid-template-columns:1fr}}

/* Verdichteter Buchungsfluss, Rückfahrttermin und automatisch berechnete Ladehilfe. */
.calculator-card .step-panel{min-height:0;padding:20px 22px}
.calculator-card .section-heading{gap:12px;margin-bottom:14px}
.calculator-card .section-icon{width:42px;height:42px}
.calculator-card .section-heading h2{font-size:24px}
.calculator-card .section-heading p:last-child{font-size:13px;line-height:1.4}
.calculator-card .offer-import{margin-bottom:12px;padding:11px 13px}
.calculator-card .field,.calculator-card .country-field{gap:5px}
.calculator-card .field input,.calculator-card .field select,.calculator-card .country-field select,.calculator-card .goods-value input{min-height:46px}
.calculator-card .place-host,.calculator-card .place-host gmp-place-autocomplete{min-height:46px}
.calculator-card .route-fields,.calculator-card .route-row,.calculator-card .form-grid{gap:9px 11px}
.calculator-card .toggle-card.compact{margin-top:9px;padding:10px 12px}
.calculator-card .schedule-planner{margin-top:10px;padding:11px 12px}
.calculator-card .schedule-planner-head{margin-bottom:8px}
.calculator-card .schedule-planner-head h3{font-size:16px}
.calculator-card .schedule-planner-head p{font-size:11px}
.calculator-card .schedule-leg{padding:9px 10px}
.calculator-card .schedule-leg-help{min-height:25px;margin-top:6px;padding-top:6px}
.calculator-card .eta-card{margin-top:6px;padding:8px 11px}
.calculator-card .route-result{margin-top:8px}
.calculator-card .route-result>div{padding:9px 12px}
.calculator-card .route-result>p{padding:7px 12px}
.calculator-card .route-result>p:empty{display:none}
.return-schedule{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(230px,.8fr);align-items:center;gap:10px;margin:10px 0 0;padding:10px;border:1px solid #9bcfda;border-radius:12px;background:#fff}
.return-schedule[hidden]{display:none}
.return-schedule legend{display:flex;align-items:center;gap:7px;padding:0 7px;color:var(--navy-950);font-size:13px}
.return-schedule legend span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--success);color:#fff;font-size:10px}
.return-schedule .schedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.return-schedule p{margin:0;color:var(--muted);font-size:10px;line-height:1.4}
.calculator-card .pieces-head{margin:15px 0 9px}
.calculator-card .piece-card{padding:11px 12px}
.calculator-card .piece-title{margin-bottom:9px}
.calculator-card .piece-bottom{margin-top:8px}
.calculator-card .shipment-total{margin-top:10px}
.calculator-card .shipment-total>div,.calculator-card .shipment-total>label{min-height:60px;padding:9px 12px}
.calculator-card .recommendation{margin-top:10px;padding:11px 13px}
.calculator-card .vehicle-card-summary{min-height:58px;padding:8px 12px}
.calculator-card .vehicle-details{padding:11px 13px}
.calculator-card .vehicle-grid{gap:8px}
.calculator-card .subheading{margin:15px 0 8px}
.calculator-card .option-list{gap:8px}
.calculator-card .option-card{min-height:54px;padding:9px 12px}
.calculator-card .insurance-card{margin-top:8px;padding:10px 12px}
.calculator-card .contact-sections{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:11px}
.calculator-card .contact-card{padding:12px 13px}
.calculator-card .address-copy{margin-bottom:10px;padding:8px 10px}
.calculator-card .delivery-company-copy{margin:0 0 9px!important;background:#f3faf8}
.calculator-card .field.is-prefilled input,.calculator-card input.is-prefilled{border-color:#9bd2c0;background:#f1faf6;color:var(--navy-900)}
.calculator-card .billing-block{margin-top:11px}
.calculator-card .panel-actions{margin-top:16px;padding-top:13px}
.calculator-card .result-hero{padding-bottom:14px}
.calculator-card .result-check{width:44px;height:44px;margin-bottom:9px}
.calculator-card .result-hero h2{margin-bottom:7px;font-size:24px}
.calculator-card .result-hero>strong{font-size:clamp(40px,6vw,56px)}
.calculator-card .overview-grid{gap:9px}
.calculator-card .overview-card{padding:12px 13px}
.calculator-card .review-process,.calculator-card .cancellation-disclosure,.calculator-card .security-check{margin-top:10px;padding:11px 13px}
.calculator-card .security-check:has(#human-confirmation:checked){border-color:#79bea6;background:var(--success-soft);color:#0d5945}
.calculator-card .security-check:has(#human-confirmation:checked) small,.calculator-card .security-check:has(#human-confirmation:checked) a{color:#0d5945}
.privacy-link{margin:7px 0 0 35px;font-size:11px}.privacy-link a{color:var(--navy-700);font-weight:800}
.calculator-card .offer-save-copy{margin-top:10px;padding:10px 13px}
.summary-breakdown>.summary-loading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;padding:9px 10px;border-radius:9px;background:rgba(48,173,194,.11)}
.summary-loading dt{display:flex;flex-direction:column;gap:3px;color:#fff!important}
.summary-loading dt span{font-size:12px;font-weight:850}
.summary-loading dt strong{max-width:190px;color:#9fe5ef;font-size:9px;line-height:1.35}
.summary-loading dd{padding-top:2px}
.driver-return-card{grid-column:1/-1;border-color:#9bd2c0!important;background:var(--success-soft)!important}

@media(max-width:1080px){.calculator-card .contact-sections{grid-template-columns:1fr}}
@media(max-width:820px){.calculator-card .step-panel{padding:17px 15px}.return-schedule{grid-template-columns:1fr}.return-schedule legend{grid-column:1/-1}.calculator-card .panel-actions{margin-top:14px;padding-top:12px}}
@media(max-width:600px){.return-schedule .schedule-fields{grid-template-columns:1fr 1fr}.calculator-card .section-heading p:last-child{font-size:12px}.calculator-card .overview-card{padding:11px}.privacy-link{margin-left:0}.calculator-card .schedule-route-state{padding:6px 9px}}
@media(max-width:410px){.return-schedule .schedule-fields{grid-template-columns:1fr}}
@media(max-width:600px){
  .calculator-card .offer-import{grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:9px 10px}
  .calculator-card .offer-import-copy{align-items:center;gap:9px}
  .calculator-card .offer-import-copy p{display:none}
  .calculator-card .offer-import-icon{width:34px;height:34px}
  .calculator-card .offer-dropzone{min-height:46px;padding:7px 10px}
  .calculator-card .offer-dropzone strong{font-size:11px}
  .calculator-card .offer-dropzone span{display:none}
  .calculator-card .offer-import-status{grid-column:1/-1}
}
