@font-face{font-family:InterX25;src:url('/assets/fonts/Lato-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:InterX25;src:url('/assets/fonts/Lato-Semibold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:InterX25;src:url('/assets/fonts/Lato-Black.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
:root{--ink:#07120c;--ink-2:#0d1b13;--ink-3:#14251b;--paper:#f5f7f3;--white:#fff;--muted:#657068;--line:#dfe5df;--green:#5de340;--green-2:#42c52d;--green-soft:#e9f8e5;--shadow:0 22px 70px rgba(7,18,12,.13);--shadow-sm:0 10px 30px rgba(7,18,12,.09);--radius:28px;--radius-sm:18px;--max:1640px;--header:78px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:InterX25;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}p{margin:0 0 1.05rem}h1,h2,h3,h4{font-weight:700;letter-spacing:-.045em;line-height:1.02;margin:0 0 .65em}h1{font-size:clamp(3.25rem,6.2vw,7.25rem)}h2{font-size:clamp(2.35rem,4vw,4.75rem)}h3{font-size:clamp(1.25rem,1.7vw,1.8rem)}small{font-size:.84em}.wide{width:min(calc(100% - 64px),var(--max));margin-inline:auto}.skip-link{position:fixed;top:8px;left:8px;z-index:9999;background:var(--white);padding:10px 14px;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:#b9c8bd;margin-bottom:20px}.eyebrow:before{content:"";width:24px;height:2px;border-radius:2px;background:var(--green)}.eyebrow.dark{color:#58705e}.eyebrow.dark:before{background:var(--green-2)}.lede{font-size:clamp(1.08rem,1.45vw,1.33rem);line-height:1.55;color:#4f5c53;max-width:800px}.muted{color:var(--muted)}.kicker{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:#59705e}.button{min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:.94rem;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(93,227,64,.48);outline-offset:3px}.button.primary{background:var(--green);color:#07120c;box-shadow:0 10px 30px rgba(93,227,64,.18)}.button.primary:hover{background:#6cec50}.button.dark{background:var(--ink);color:#fff}.button.secondary{background:#eef2ed;border-color:#d9e1d9;color:var(--ink)}.button.ghost{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff}.button.compact{min-height:42px;padding:0 16px;font-size:.86rem;border-radius:11px}.button.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:7px;color:#257b1d;font-weight:700}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.78rem;background:rgba(255,255,255,.055);color:#edf5ef}.pill-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}
/* top navigation */
.topbar{background:#102b1d;color:#cbd9cf;font-size:.77rem}.topbar-inner{height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-actions{display:flex;gap:22px;align-items:center}.topbar a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:80;background:rgba(7,18,12,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.nav-shell{height:var(--header);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;gap:12px;color:#fff;min-width:max-content}.brand img{width:34px;height:34px}.brand strong{display:block;font-size:1.05rem;letter-spacing:-.02em}.brand small{display:block;color:#93a198;font-size:.69rem;margin-top:1px;letter-spacing:.01em}.main-nav{justify-self:center;display:flex;align-items:center;gap:4px}.nav-root{padding:13px 13px;color:#c6d0c9;font-size:.84rem;font-weight:700;border-radius:10px;display:flex;align-items:center;gap:5px}.nav-root:hover,.nav-root.active{color:#fff;background:rgba(255,255,255,.055)}.nav-root.active:after{content:"";height:2px;background:var(--green);position:absolute;bottom:0;left:14px;right:14px}.nav-root{position:relative}.nav-dropdown{position:relative}.nav-flyout{position:absolute;left:0;top:calc(100% + 8px);min-width:230px;padding:8px;background:#fff;border:1px solid #e2e8e2;border-radius:14px;box-shadow:var(--shadow-sm);opacity:0;transform:translateY(-4px);visibility:hidden;transition:.16s ease}.nav-dropdown:hover .nav-flyout,.nav-dropdown:focus-within .nav-flyout{opacity:1;transform:none;visibility:visible}.nav-flyout a{display:block;padding:11px 12px;border-radius:9px;color:#26352b;font-size:.88rem}.nav-flyout a:hover{background:#f1f5f0;color:#126d1d}.header-actions{display:flex;align-items:center;gap:8px}.lang-pill,.account-link{height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border:1px solid rgba(255,255,255,.11);color:#dde7e0;border-radius:10px;font-size:.8rem;font-weight:700}.account-link{min-width:64px}.global-stripe{font-size:.67rem;padding:5px 8px;border-radius:7px;background:#57451b;color:#ffe29c}.global-stripe.prod{background:#632222;color:#ffd0d0}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:11px;background:rgba(255,255,255,.06);padding:11px}.menu-toggle span{display:block;height:2px;background:white;margin:4px 0;border-radius:2px}.mobile-nav{position:absolute;left:0;right:0;top:calc(32px + var(--header));background:#0b1710;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 22px 50px rgba(0,0,0,.28)}.mobile-nav-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:18px 0 24px}.mobile-nav a{padding:13px 14px;border-radius:10px;color:#e1e9e3;background:rgba(255,255,255,.03)}.mobile-sub{display:contents}
.flash-banner{background:#eaf8e6;border-bottom:1px solid #cbe6c5}.flash-banner.cancelled{background:#fff6df;border-color:#ead79c}.flash-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:10px}.flash-inner strong{font-size:.9rem}.flash-inner span{font-size:.82rem;color:#526057}.flash-close{border:0;background:transparent;font-size:1.25rem;color:#536057;padding:7px}
/* hero */
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 57% 38%,#183522 0,#0b1a11 29%,#061008 65%,#030905 100%);color:#fff;padding:54px 0 62px}.hero:after{content:"";position:absolute;inset:auto -10% -55% 35%;height:70%;background:radial-gradient(circle,rgba(93,227,64,.13),transparent 67%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.86fr) minmax(345px,.63fr);gap:28px;align-items:center}.hero-copy{padding:22px 0}.hero-copy h1{font-size:clamp(4rem,5.45vw,6.65rem);max-width:790px;letter-spacing:-.065em}.hero-copy>p{font-size:1.08rem;line-height:1.62;color:#bdc9c0;max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.hero-image{position:relative;align-self:stretch;min-height:570px;border-radius:30px;overflow:hidden;background:#101710;box-shadow:0 30px 70px rgba(0,0,0,.32)}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:52% 55%}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(3,9,5,.45))}.vehicle-chip{position:absolute;z-index:2;left:18px;bottom:18px;padding:11px 14px;border-radius:12px;background:rgba(6,16,8,.75);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.13);color:#fff}.vehicle-chip b{display:block;font-size:.88rem}.vehicle-chip span{display:block;font-size:.7rem;color:#bfcac2}.route-chip{position:absolute;z-index:2;top:18px;right:18px;padding:10px 12px;border-radius:12px;background:#fff;color:var(--ink);font-size:.76rem;font-weight:700;box-shadow:var(--shadow-sm)}
.quote-box{background:#fff;color:var(--ink);border-radius:26px;padding:28px;box-shadow:0 28px 70px rgba(0,0,0,.25);align-self:stretch;display:flex;flex-direction:column;justify-content:center}.quote-box h2{font-size:2.05rem;letter-spacing:-.04em;margin-bottom:6px}.quote-box>p{color:#667169;font-size:.9rem}.quote-box form{display:grid;gap:12px;margin-top:17px}.quote-box label,.booking-form label,.auth-form label{display:block;position:relative}.quote-box label>span,.booking-form label>span,.auth-form label>span{display:block;font-size:.73rem;font-weight:700;margin:0 0 6px;color:#263129}.quote-box input,.quote-box select,.booking-form input,.booking-form select,.booking-form textarea,.auth-form input{width:100%;min-height:46px;border:1px solid #d8dfd8;border-radius:11px;background:#fbfcfb;padding:0 12px;color:var(--ink);transition:border .15s,box-shadow .15s}.booking-form textarea{padding:11px 12px;min-height:100px;resize:vertical}.quote-box input:focus,.quote-box select:focus,.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus,.auth-form input:focus{border-color:#71cc61;box-shadow:0 0 0 4px rgba(93,227,64,.12);outline:none}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.suggestions{position:absolute;z-index:15;top:100%;left:0;right:0;margin-top:4px;padding:5px;background:#fff;border:1px solid #dfe5df;border-radius:11px;box-shadow:0 16px 35px rgba(7,18,12,.14)}.suggestions button{width:100%;text-align:left;padding:9px 10px;border:0;background:transparent;border-radius:8px;font-size:.82rem;color:#2b372f}.suggestions button:hover,.suggestions button.active{background:#eef6ec}.quote-result{margin-top:12px;border:1px solid #cee5c7;background:#f1fbee;border-radius:14px;padding:15px;display:flex;justify-content:space-between;align-items:flex-end;gap:10px}.quote-result strong{display:block;font-size:.76rem}.quote-result small{display:block;color:#68736a;margin-top:4px;max-width:220px;line-height:1.35}.quote-result b{font-size:1.75rem;color:#227c1a;white-space:nowrap}.form-message{font-size:.78rem;min-height:1.2em;color:#4f6255;margin:8px 0 0}.form-message.error{color:#a21f1f}
/* content */
.quick-strip{background:#fff;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 0}.quick-grid article{padding:2px 24px;border-right:1px solid var(--line)}.quick-grid article:first-child{padding-left:0}.quick-grid article:last-child{border:0}.quick-grid b,.quick-grid span{display:block}.quick-grid b{font-size:.87rem}.quick-grid span{font-size:.72rem;color:#738078;margin-top:4px}.section{padding:110px 0}.section.tight{padding:76px 0}.section.white{background:#fff}.section.dark{background:var(--ink);color:#fff}.section.soft{background:#edf2ec}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:70px;align-items:end;margin-bottom:52px}.section-heading p{color:#647068;font-size:1.05rem;max-width:620px}.section.dark .section-heading p{color:#acb9b0}.split{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.78fr);gap:80px;align-items:center}.split.reverse>div:first-child{order:2}.feature-panel{background:linear-gradient(145deg,#0b2114,#06110a);color:#fff;border-radius:var(--radius);padding:42px;box-shadow:var(--shadow)}.feature-panel h3{font-size:2rem}.feature-panel p{color:#bac7bd;margin-bottom:0}.cards{display:grid;gap:18px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article,.card{background:#fff;border:1px solid #e1e7e1;border-radius:22px;padding:30px;box-shadow:0 12px 36px rgba(7,18,12,.045)}.cards article{min-height:260px;display:flex;flex-direction:column;align-items:flex-start}.cards article p{color:#657068}.cards article .text-link{margin-top:auto}.card-index{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--green-soft);color:#25791e;font-size:.74rem;font-weight:700;margin-bottom:28px}.icon-box{width:48px;height:48px;border-radius:14px;background:#e9f8e5;display:grid;place-items:center;margin-bottom:26px;color:#217419;font-weight:700}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.trust-row span{padding:8px 11px;border-radius:999px;background:#edf4ec;border:1px solid #dce7da;color:#46604b;font-size:.77rem;font-weight:700}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:steps}.process article{position:relative;padding:0 34px 0 0;counter-increment:steps}.process article:before{content:counter(steps,decimal-leading-zero);display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ink);color:#fff;font-size:.75rem;font-weight:700;margin-bottom:24px}.process article:not(:last-child):after{content:"";position:absolute;top:22px;left:60px;right:14px;height:1px;background:#cfd8cf}.process p{font-size:.9rem;color:#68736a}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fit-card{border-radius:24px;padding:34px}.fit-card.good{background:#eaf7e7;border:1px solid #cde7c8}.fit-card.no{background:#fff;border:1px solid #e0e5e0}.fit-card ul,.legal-copy ul,.legal-copy ol{padding-left:1.2rem;margin:18px 0 0}.fit-card li,.legal-copy li{margin:.55rem 0;color:#4f5c53}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.metric{padding:22px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09)}.metric b{display:block;font-size:1.65rem;color:#fff}.metric span{font-size:.78rem;color:#aebbb2}.coverage-visual{position:relative;min-height:470px;border-radius:30px;overflow:hidden;background:radial-gradient(circle at 48% 45%,#1f4229 0,#0d2416 42%,#07120c 75%);box-shadow:var(--shadow)}.coverage-visual:before{content:"";position:absolute;inset:40px;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:38px 38px;border-radius:22px}.coverage-route{position:absolute;inset:14% 12%;border:2px dashed rgba(93,227,64,.55);border-radius:48% 52% 58% 42%/42% 48% 52% 58%;transform:rotate(-8deg)}.map-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(93,227,64,.13)}.map-dot:after{content:attr(data-label);position:absolute;left:18px;top:-7px;white-space:nowrap;color:#fff;background:#0a160e;padding:6px 8px;border-radius:8px;font-size:.72rem;font-weight:700;border:1px solid rgba(255,255,255,.1)}.map-dot.wil{left:39%;top:52%;width:18px;height:18px}.map-dot.sg{left:68%;top:48%}.map-dot.tg{left:48%;top:27%}.map-dot.zh{left:18%;top:23%}.quote-band{background:#0a170e;color:#fff;border-radius:32px;padding:52px 56px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.quote-band h2{font-size:clamp(2.2rem,3.5vw,4.15rem);margin-bottom:10px}.quote-band p{color:#b8c5bc;margin:0;max-width:760px}.quote-band .hero-actions{margin:0}.faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid #e0e5df;border-radius:16px;overflow:hidden}.faq-item summary{list-style:none;padding:20px 24px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.35rem;color:#27801e}.faq-item[open] summary:after{content:"–"}.faq-item p{padding:0 24px 22px;color:#657068;margin:0;max-width:950px}
/* inner pages */
.page-hero{background:linear-gradient(145deg,#07120c,#102819);color:#fff;padding:86px 0 92px;overflow:hidden;position:relative}.page-hero:after{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(93,227,64,.13),transparent 68%);right:-180px;top:-240px}.page-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);gap:80px;align-items:end}.page-hero h1{font-size:clamp(3.2rem,5.1vw,6.25rem);max-width:1000px}.page-hero .lede{color:#b8c6bc}.page-sidefact{border-left:1px solid rgba(255,255,255,.15);padding-left:32px}.page-sidefact strong{display:block;font-size:1.12rem;margin-bottom:8px}.page-sidefact p{color:#aab8ae;font-size:.9rem}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:.74rem;color:#9daf9f;margin-bottom:23px}.breadcrumb a:hover{color:#fff}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:70px;align-items:start}.content-main h2{font-size:clamp(2rem,3vw,3.35rem);margin-top:0}.content-main h3{margin-top:2.1rem}.content-main p{color:#566258;max-width:900px}.aside-card{position:sticky;top:130px;background:#fff;border:1px solid #e0e6e0;border-radius:22px;padding:26px;box-shadow:var(--shadow-sm)}.aside-card h3{font-size:1.25rem}.aside-card ul{padding:0;margin:18px 0;list-style:none}.aside-card li{padding:9px 0;border-bottom:1px solid #edf0ed;color:#566258;font-size:.88rem}.aside-card li:last-child{border:0}.price-table,.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #dfe5df}.price-table th,.price-table td,.data-table th,.data-table td{text-align:left;padding:15px 16px;border-bottom:1px solid #e5eae5;vertical-align:top}.price-table th,.data-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:#657068;background:#f5f7f4}.price-table tr:last-child td,.data-table tr:last-child td{border-bottom:0}.notice{padding:18px 20px;border-radius:15px;background:#fff7df;border:1px solid #ead9a0;color:#5e532f;font-size:.89rem}.notice.good{background:#ebf8e8;border-color:#cbe7c5;color:#315f2e}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card{background:#fff;border:1px solid #dfe5df;border-radius:24px;padding:32px}.contact-card strong{display:block;margin-bottom:7px}.contact-card a{color:#287b21;font-weight:700}.legal-wrap{display:grid;grid-template-columns:260px minmax(0,860px);gap:70px;align-items:start}.legal-nav{position:sticky;top:126px;padding:20px;background:#fff;border:1px solid #e0e5df;border-radius:18px}.legal-nav a{display:block;padding:9px 10px;border-radius:8px;font-size:.82rem;color:#536057}.legal-nav a:hover,.legal-nav a.active{background:#edf6eb;color:#1f7719}.legal-copy{background:#fff;border:1px solid #dfe5df;border-radius:24px;padding:44px}.legal-copy h2{font-size:2rem;margin-top:2.1rem}.legal-copy h2:first-child{margin-top:0}.legal-copy h3{font-size:1.2rem;margin-top:1.7rem;letter-spacing:-.02em}.legal-copy p{color:#566158}.legal-meta{padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #e3e8e3;color:#6b756e;font-size:.85rem}
/* modal / account */
.modal,.cookie-modal{position:fixed;inset:0;z-index:160;display:grid;place-items:center;padding:24px}.modal[hidden],.cookie-modal[hidden],.cookie-banner[hidden],.mobile-nav[hidden],*[hidden]{display:none!important}.modal-backdrop{position:absolute;inset:0;background:rgba(2,8,4,.75);backdrop-filter:blur(7px)}.modal-dialog,.cookie-dialog{position:relative;width:min(940px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:26px;padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.cookie-dialog{width:min(680px,100%)}.modal-close{position:absolute;right:17px;top:15px;width:40px;height:40px;border:0;border-radius:50%;background:#eef2ee;font-size:1.5rem;line-height:1}.booking-head{padding-right:52px}.booking-head h2{font-size:2rem;margin-bottom:7px}.booking-head p{color:#657068;font-size:.9rem}.stepper{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:24px 0}.step-dot{height:5px;border-radius:999px;background:#e2e7e2}.step-dot.active{background:var(--green-2)}.booking-form{display:grid;gap:14px}.check{display:flex!important;gap:10px;align-items:flex-start}.check input{width:18px!important;height:18px!important;min-height:0!important;margin-top:2px}.check span{font-size:.82rem!important;font-weight:400!important;color:#536057!important}.booking-review{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.review-card{border:1px solid #e0e6e0;border-radius:15px;padding:17px;background:#fafcf9}.review-card b{display:block;font-size:.73rem;text-transform:uppercase;letter-spacing:.06em;color:#6c786f;margin-bottom:5px}.review-card span{display:block;font-weight:700}.review-price{grid-column:1/-1;background:#ebf8e8;border-color:#cce8c7;display:flex;justify-content:space-between;align-items:center}.review-price span:last-child{font-size:1.6rem;color:#24781d}.booking-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:150}.cookie-inner{width:min(1180px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#fff;border:1px solid #dde4dd;border-radius:18px;padding:19px;box-shadow:0 22px 60px rgba(7,18,12,.2)}.cookie-copy{flex:1;min-width:0}.cookie-copy strong{display:block}.cookie-copy p{font-size:.82rem;color:#667169;margin:4px 0 0}.cookie-actions{display:flex;gap:8px;flex-wrap:nowrap;flex:0 0 auto}.cookie-actions .button{white-space:nowrap}.consent-row{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:16px 0;border-bottom:1px solid #e6eae6}.consent-row p{font-size:.83rem;color:#667169;margin:3px 0 0}.switch input{width:42px;height:23px}.auth-shell{min-height:calc(100vh - 110px);display:grid;place-items:center;padding:70px 24px;background:linear-gradient(145deg,#edf2ec,#f8faf7)}.auth-card{width:min(520px,100%);background:#fff;border:1px solid #dee5de;border-radius:26px;padding:38px;box-shadow:var(--shadow)}.auth-card h1{font-size:2.7rem}.auth-form{display:grid;gap:15px;margin:25px 0}.auth-links{display:flex;justify-content:space-between;gap:14px;font-size:.85rem}.dashboard{padding:70px 0 110px}.dashboard-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.dashboard-head h1{font-size:3.4rem}.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.dash-card{background:#fff;border:1px solid #dde4dd;border-radius:22px;padding:28px}.dash-card.full{grid-column:1/-1}.table-wrap{overflow:auto}.status-stack{display:flex;gap:10px;flex-wrap:wrap}.status-pill{display:flex;gap:10px;align-items:center;padding:9px 11px;border-radius:10px;background:#f1f4f1;font-size:.82rem}.status-pill .ok{color:#1d7c18}.status-pill .bad{color:#b12222}.status-pill .warn{color:#8c6514}.segmented{display:flex;background:#edf1ed;padding:4px;border-radius:12px;width:max-content}.segmented button{border:0;background:transparent;border-radius:9px;padding:10px 16px;font-weight:700}.segmented button.active{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.07)}
/* footer */
.site-footer{background:#051008;color:#d6e0d8;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.footer-brand p{margin-top:24px;color:#8fa095;font-size:.78rem;line-height:1.7}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer-cols h2{font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;color:#84978b}.footer-cols ul{list-style:none;padding:0;margin:18px 0 0}.footer-cols li{margin:8px 0}.footer-cols a{font-size:.8rem;color:#c2cec5}.footer-cols a:hover{color:var(--green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;margin-top:48px;display:flex;justify-content:space-between;color:#7f9185;font-size:.73rem}.footer-cookie{border:0;background:none;padding:0;color:#91a397;font-size:.73rem}.footer-cookie:hover{color:#fff}
@media(max-width:1260px){:root{--max:1180px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr)}.quote-box{grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr;column-gap:28px}.quote-box .eyebrow,.quote-box h2,.quote-box>p{grid-column:1}.quote-box form,.quote-box .quote-result,.quote-box>#continueBooking,.quote-box>#quoteStatus{grid-column:2}.quote-box form{grid-row:1/5}.hero-image{min-height:500px}.main-nav{gap:0}.nav-root{padding-inline:9px}.desktop-book{display:none}.cards.four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.wide{width:min(calc(100% - 36px),var(--max))}.topbar-inner>span:first-child{display:none}.topbar-inner{justify-content:flex-end}.main-nav,.header-actions>.account-link,.header-actions>.lang-pill{display:none}.nav-shell{grid-template-columns:1fr auto}.menu-toggle{display:block}.hero{padding-top:34px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero-copy h1{font-size:clamp(3.6rem,10vw,6rem);max-width:760px}.hero-image{min-height:520px}.quote-box{display:block}.quote-box form{margin-top:18px}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-grid article{border-bottom:1px solid var(--line);padding:15px 20px}.quick-grid article:first-child{padding-left:20px}.quick-grid article:nth-child(2){border-right:0}.quick-grid article:nth-child(3),.quick-grid article:nth-child(4){border-bottom:0}.section{padding:80px 0}.section-heading,.split,.page-hero-inner,.content-grid{grid-template-columns:1fr;gap:35px}.section-heading{align-items:start}.cards.three{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr;gap:34px 20px}.process article:not(:last-child):after{display:none}.coverage-visual{min-height:400px}.page-sidefact{border-left:0;border-top:1px solid rgba(255,255,255,.15);padding:24px 0 0}.aside-card{position:static}.legal-wrap{grid-template-columns:1fr;gap:25px}.legal-nav{position:static;display:flex;flex-wrap:wrap}.footer-grid{grid-template-columns:1fr;gap:50px}.quote-band{grid-template-columns:1fr}.quote-band .hero-actions{margin-top:0}.contact-grid{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}.dash-card.full{grid-column:auto}}
@media(max-width:680px){body{font-size:15px}.wide{width:min(calc(100% - 28px),var(--max))}.topbar{display:none}.site-header{top:0}.nav-shell{height:68px}.mobile-nav{top:68px}.mobile-nav-inner{grid-template-columns:1fr}.brand img{width:31px;height:31px}.brand small{display:none}.hero{padding:26px 0 38px}.hero-copy h1{font-size:clamp(3rem,15vw,4.6rem);letter-spacing:-.06em}.hero-copy>p{font-size:1rem}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.hero-facts .pill{font-size:.7rem}.hero-image{min-height:380px;border-radius:22px}.route-chip{top:12px;right:12px}.vehicle-chip{left:12px;bottom:12px}.quote-box{border-radius:22px;padding:22px}.quote-box h2{font-size:1.75rem}.form-grid,.fit-grid,.booking-review{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}.quick-grid article,.quick-grid article:first-child{border-right:0;border-bottom:1px solid var(--line);padding:13px 14px}.quick-grid article:last-child{border-bottom:0}.section{padding:65px 0}.section.tight{padding:52px 0}.section-heading{margin-bottom:35px}.cards.three,.cards.four{grid-template-columns:1fr}.cards article{min-height:230px}.feature-panel{padding:28px;border-radius:22px}.feature-panel h3{font-size:1.6rem}.process{grid-template-columns:1fr}.process article{display:grid;grid-template-columns:46px 1fr;column-gap:17px;padding:0}.process article:before{grid-row:1/3}.process article h3{margin:3px 0 7px}.process article p{grid-column:2}.metric-grid{grid-template-columns:1fr}.coverage-visual{min-height:340px}.map-dot.zh{left:12%}.map-dot.sg{left:66%}.quote-band{padding:32px 26px;border-radius:22px}.page-hero{padding:60px 0}.page-hero h1{font-size:clamp(2.8rem,13vw,4.2rem)}.legal-copy{padding:26px}.legal-nav{padding:10px}.legal-nav a{padding:7px 9px}.modal,.cookie-modal{padding:10px}.modal-dialog,.cookie-dialog{padding:25px 20px;border-radius:20px;max-height:calc(100vh - 20px)}.booking-actions{display:grid;grid-template-columns:1fr}.booking-actions .button{width:100%}.review-price{display:block}.review-price span:last-child{margin-top:6px}.cookie-banner{left:10px;right:10px;bottom:10px}.cookie-inner{display:block}.cookie-actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr}.cookie-actions .button:last-child{grid-column:1/-1}.auth-shell{padding:35px 14px}.auth-card{padding:26px}.auth-card h1{font-size:2.2rem}.dashboard-head{display:block}.dashboard-head .button{margin-top:16px}.footer-grid{gap:36px}.footer-cols{grid-template-columns:1fr 1fr}.footer-cols>div:last-child{grid-column:1/-1}.footer-bottom{margin-top:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.nav-flyout{transition:none}}


/* ===== v4 approved premium redesign ===== */
:root{
  --display-font:InterX25;
  --ink:#06110b;
  --ink-2:#0a1a10;
  --ink-3:#11271a;
  --paper:#f4f6f1;
  --green:#69e348;
  --green-2:#4dcc31;
  --green-soft:#edf8e8;
  --line:#dde4dc;
  --radius:24px;
  --radius-sm:15px;
  --max:1500px;
}
body{background:#f4f6f1;color:var(--ink)}
h1,h2,h3,h4,.auth-card h1,.dashboard-head h1,.booking-head h2,.legal-copy h2,.legal-copy h3,.footer-cols h2{
  font-family:var(--display-font);
  font-weight:400;
  letter-spacing:-.035em;
  text-wrap:balance;
}
h1{line-height:.98}h2{line-height:1.01}h3,h4{line-height:1.08}
.eyebrow{letter-spacing:.16em;font-size:.68rem}
.button{border-radius:10px;min-height:48px}
.button.primary{background:linear-gradient(180deg,#79ec55,#59d63c);box-shadow:0 9px 26px rgba(91,218,61,.20)}
.button.primary:hover{background:linear-gradient(180deg,#83f260,#61df43)}

/* Header: quieter and more premium */
.topbar{background:#0d291a;border-bottom:1px solid rgba(255,255,255,.035)}
.site-header{background:rgba(4,15,9,.975);border-bottom-color:rgba(255,255,255,.06)}
.nav-shell{height:74px}
.nav-root{font-size:.8rem;font-weight:400;padding:12px 11px}
.nav-root.active{background:transparent}
.nav-root.active:after{height:1px;bottom:7px;background:#83e85f}
.brand strong{font-weight:700}.brand small{color:#8fa096}
.lang-pill,.account-link{border-radius:8px;font-weight:400}

/* Homepage hero – image and copy become one stage */
.home-page .hero{padding:34px 0 42px;background:#020a06;color:#fff;isolation:isolate}
.home-page .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 58% 44%,rgba(72,142,83,.14),transparent 35%),linear-gradient(180deg,rgba(5,22,13,.2),rgba(2,10,6,.92));pointer-events:none;z-index:0}
.home-page .hero:after{inset:auto -8% -48% 22%;height:74%;opacity:.6}
.home-page .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(360px,.61fr);gap:22px;align-items:stretch;min-height:668px}
.home-page .hero-image{grid-column:1;grid-row:1;min-height:668px;border-radius:26px;box-shadow:0 34px 90px rgba(0,0,0,.42);background:#06100a}
.home-page .hero-image img{object-fit:cover;object-position:54% 52%;filter:saturate(.9) contrast(1.06) brightness(.82)}
.home-page .hero-image:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(2,9,5,.98) 0%,rgba(2,9,5,.86) 28%,rgba(2,9,5,.40) 49%,rgba(2,9,5,.03) 69%),linear-gradient(180deg,rgba(1,7,4,.10) 46%,rgba(2,9,5,.74) 100%);pointer-events:none}
.home-page .hero-image:after{background:linear-gradient(180deg,transparent 54%,rgba(3,9,5,.52))}
.home-page .hero-copy{grid-column:1;grid-row:1;z-index:3;align-self:center;padding:58px 50% 54px 42px;min-width:0}
.home-page .hero-copy .eyebrow{color:#94da7e;margin-bottom:24px}
.home-page .hero-copy h1{font-family:var(--display-font);font-size:clamp(3.35rem,4.35vw,5.3rem);line-height:.94;letter-spacing:-.035em;text-transform:uppercase;max-width:680px;margin-bottom:28px;text-shadow:0 2px 28px rgba(0,0,0,.38)}
.home-page .hero-copy h1 em{color:#74e04e;font-style:normal}
.home-page .hero-copy>p{font-size:1rem;line-height:1.68;color:#c4d0c7;max-width:590px;text-shadow:0 2px 16px rgba(0,0,0,.55)}
.home-page .hero-actions{margin-top:28px}
.home-page .hero-facts{gap:18px;margin-top:30px}
.home-page .hero-facts .pill{position:relative;border:0;background:transparent;border-radius:0;padding:0 0 0 30px;color:#eef5f0;font-size:.72rem;min-height:22px}
.home-page .hero-facts .pill-dot{position:absolute;left:0;width:20px;height:20px;background:transparent;border:1px solid rgba(105,227,72,.72)}
.home-page .hero-facts .pill-dot:after{content:"✓";display:grid;place-items:center;width:100%;height:100%;font-size:.66rem;color:#78e454}
.home-page .route-chip{top:18px;right:18px;background:rgba(246,252,246,.94);font-weight:400;border-radius:999px;padding:8px 11px}
.home-page .vehicle-chip{left:auto;right:18px;bottom:18px;background:rgba(3,12,7,.72);border-color:rgba(255,255,255,.1);border-radius:10px}

/* Calculator: dark glass panel like approved direction */
.home-page .quote-box{grid-column:2;grid-row:1;background:linear-gradient(155deg,rgba(11,31,19,.98),rgba(5,18,10,.99));color:#fff;border:1px solid rgba(129,225,101,.18);border-radius:24px;padding:30px;box-shadow:0 35px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.025);justify-content:center}
.home-page .quote-box .eyebrow.dark{color:#79d95d;margin-bottom:13px}
.home-page .quote-box .eyebrow.dark:before{background:#69e348}
.home-page .quote-box h2{font-size:2.45rem;line-height:1;margin-bottom:8px;color:#fff}
.home-page .quote-box>p{color:#aebfb2;font-size:.82rem;line-height:1.55}
.home-page .quote-box form{gap:11px;margin-top:18px}
.home-page .quote-box label>span{color:#d6e1d9;font-size:.69rem;font-weight:700;letter-spacing:.01em}
.home-page .quote-box input,.home-page .quote-box select{min-height:44px;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.12);color:#f5faf6;border-radius:9px}
.home-page .quote-box input::placeholder{color:#8ca093}
.home-page .quote-box select{color-scheme:dark}
.home-page .quote-box input:focus,.home-page .quote-box select:focus{border-color:#71dc50;box-shadow:0 0 0 3px rgba(105,227,72,.12)}
.home-page .quote-box .suggestions{background:#102419;border-color:#284230}
.home-page .quote-box .suggestions button{color:#edf5ef}
.home-page .quote-box .suggestions button:hover,.home-page .quote-box .suggestions button.active{background:#173322}
.home-page .quote-box .quote-result{background:rgba(105,227,72,.08);border-color:rgba(105,227,72,.2);color:#fff}
.home-page .quote-box .quote-result small,.home-page .quote-box .form-message{color:#9daf9f}
.home-page .quote-box #priceValue{color:#83ed60}
.home-page .quote-box #continueBooking{background:#f4f8f4;color:#0a160e;border-color:#f4f8f4}

/* Feature strip */
.home-page .quick-strip{background:#fff;border-bottom:1px solid #e2e7e1}
.home-page .quick-grid article{position:relative;padding:18px 24px 18px 54px}
.home-page .quick-grid article:before{content:"✓";position:absolute;left:20px;top:20px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#edf7e9;color:#38882c;font-size:.7rem;border:1px solid #dcebd7}
.home-page .quick-grid b{font-family:var(--display-font);font-weight:400;font-size:1rem;letter-spacing:-.02em}

/* Main homepage rhythm */
.home-page .section{padding:96px 0}
.home-page .section-heading{gap:84px;margin-bottom:46px;align-items:end}
.home-page .section-heading h2{font-size:clamp(2.8rem,4vw,4.75rem);max-width:950px}
.home-page .section-heading p{font-size:.96rem;line-height:1.7}
.home-page .cards{gap:16px}
.home-page .cards article{min-height:246px;border-radius:18px;padding:30px;border-color:#dfe5df;box-shadow:0 16px 44px rgba(7,18,12,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.home-page .cards article:hover{transform:translateY(-3px);border-color:#cbd8ca;box-shadow:0 20px 50px rgba(7,18,12,.075)}
.home-page .cards article h3{font-size:1.62rem}
.home-page .card-index{border-radius:50%;width:36px;height:36px;margin-bottom:24px;background:#edf8e8}

/* Process section is deliberately dark and more visual */
.home-page .section.soft{position:relative;overflow:hidden;background:radial-gradient(circle at 74% 28%,#173723 0,#0b1d12 32%,#06110b 72%);color:#fff}
.home-page .section.soft:before{content:"";position:absolute;inset:0;background:linear-gradient(116deg,transparent 0 44%,rgba(92,211,62,.035) 44.2% 44.5%,transparent 44.7%),linear-gradient(151deg,transparent 0 59%,rgba(255,255,255,.035) 59.2% 59.35%,transparent 59.6%);pointer-events:none}
.home-page .section.soft>.wide{position:relative;z-index:1}
.home-page .section.soft .eyebrow.dark{color:#86d86f}
.home-page .section.soft .eyebrow.dark:before{background:#69e348}
.home-page .section.soft h2,.home-page .section.soft h3{color:#fff}
.home-page .section.soft .lede{color:#aebbb2}
.home-page .section.soft .feature-panel{background:rgba(7,23,13,.64);border:1px solid rgba(255,255,255,.11);border-radius:18px;box-shadow:none;padding:30px}
.home-page .section.soft .feature-panel p{color:#a9b7ad}
.home-page .section.soft .process{margin-top:56px}
.home-page .section.soft .process article:before{background:#07160d;color:#bdf2ab;border:1px solid rgba(105,227,72,.62);box-shadow:0 0 0 5px rgba(105,227,72,.04)}
.home-page .section.soft .process article:not(:last-child):after{background:linear-gradient(90deg,rgba(105,227,72,.6),rgba(105,227,72,.12))}
.home-page .section.soft .process p{color:#9daf9f}
.home-page .section.soft .process h3{font-size:1.38rem}

/* Suitability and overnight sections */
.home-page .fit-card{border-radius:18px;padding:32px}
.home-page .fit-card.good{background:linear-gradient(140deg,#edf8e9,#e7f4e2)}
.home-page .fit-card h3{font-size:1.6rem}
.home-page .section.dark{background:radial-gradient(circle at 67% 40%,#183822 0,#0a1c11 39%,#051009 76%)}
.home-page .section.dark h2{font-size:clamp(2.9rem,4vw,4.8rem)}
.home-page .metric{border-radius:12px;padding:18px;background:rgba(255,255,255,.055)}
.home-page .metric b{font-family:var(--display-font);font-weight:400;font-size:1.55rem}
.home-page .coverage-visual{min-height:390px;border-radius:20px;border:1px solid rgba(255,255,255,.07);box-shadow:none;background:radial-gradient(circle at 48% 45%,#1b4128 0,#0c2516 44%,#06120b 78%)}

/* FAQ and final CTA */
.home-page .faq-item{border-radius:11px;box-shadow:0 5px 18px rgba(7,18,12,.025)}
.home-page .faq-item summary{font-weight:400;padding:18px 21px}
.home-page .quote-band{border-radius:20px;padding:44px 48px;background:linear-gradient(135deg,#0a1b11,#041008);border:1px solid rgba(105,227,72,.11)}
.home-page .quote-band h2{font-size:clamp(2.7rem,3.7vw,4.45rem)}

/* Inner pages inherit the approved editorial headline system */
.page-hero{background:radial-gradient(circle at 76% 20%,#173923 0,#0b2014 31%,#06120b 72%);padding:92px 0 98px}
.page-hero h1{font-size:clamp(3.5rem,5.15vw,6.5rem);line-height:.94}
.page-sidefact{border-left-color:rgba(126,224,99,.25)}
.content-main h2{line-height:1.02}
.cards article,.card,.aside-card,.legal-copy,.auth-card,.dash-card{border-radius:18px}

/* Footer */
.site-footer{background:#030c07;padding-top:62px}
.footer-cols h2{font-size:.86rem;text-transform:none;letter-spacing:-.01em;color:#c8d6cb}
.footer-cols a{font-size:.78rem}

@media(max-width:1260px){
  :root{--max:1180px}
  .home-page .hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr);min-height:620px}
  .home-page .hero-image{min-height:620px}
  .home-page .hero-copy{padding:44px 48% 44px 34px}
  .home-page .hero-copy h1{font-size:clamp(3rem,4.7vw,4.35rem)}
  .home-page .quote-box{grid-column:2;display:flex;padding:24px}
  .home-page .quote-box .eyebrow,.home-page .quote-box h2,.home-page .quote-box>p,.home-page .quote-box form,.home-page .quote-box .quote-result,.home-page .quote-box>#continueBooking,.home-page .quote-box>#quoteStatus{grid-column:auto}
  .home-page .quote-box form{grid-row:auto}
}
@media(max-width:980px){
  .home-page .hero{padding-top:24px}
  .home-page .hero-grid{grid-template-columns:1fr;min-height:auto;gap:18px}
  .home-page .hero-image{grid-column:1;grid-row:1;min-height:620px}
  .home-page .hero-copy{grid-column:1;grid-row:1;padding:48px 44% 48px 34px}
  .home-page .hero-copy h1{font-size:clamp(3rem,7.1vw,4.5rem)}
  .home-page .quote-box{grid-column:1;grid-row:2;display:block}
  .home-page .section-heading{gap:34px}
}
@media(max-width:680px){
  h1,h2,h3,h4{letter-spacing:-.025em}
  .home-page .hero{padding:14px 0 28px}
  .home-page .hero-grid{width:100%;gap:0}
  .home-page .hero-image{min-height:585px;border-radius:0}
  .home-page .hero-image img{object-position:61% 50%;filter:saturate(.9) contrast(1.05) brightness(.68)}
  .home-page .hero-image:before{background:linear-gradient(180deg,rgba(2,9,5,.35) 0%,rgba(2,9,5,.25) 24%,rgba(2,9,5,.66) 58%,rgba(2,9,5,.97) 100%),linear-gradient(90deg,rgba(2,9,5,.74),transparent 70%)}
  .home-page .hero-copy{align-self:end;padding:34px 22px 34px;display:flex;flex-direction:column;justify-content:flex-end}
  .home-page .hero-copy .eyebrow{margin-bottom:18px}
  .home-page .hero-copy h1{font-size:clamp(2.75rem,12.6vw,4.1rem);line-height:.92;max-width:92%}
  .home-page .hero-copy>p{font-size:.92rem;max-width:95%}
  .home-page .hero-actions{grid-template-columns:1fr 1fr;gap:8px}
  .home-page .hero-actions .button{font-size:.78rem;padding-inline:10px}
  .home-page .hero-facts{display:none}
  .home-page .route-chip{top:12px;right:12px;font-size:.66rem}
  .home-page .vehicle-chip{display:none}
  .home-page .quote-box{border-radius:0;padding:25px 20px 28px;border-left:0;border-right:0}
  .home-page .quote-box h2{font-size:2.15rem}
  .home-page .quick-grid article{padding-left:50px}
  .home-page .section{padding:68px 0}
  .home-page .section-heading h2,.home-page .section.dark h2{font-size:clamp(2.35rem,10vw,3.35rem)}
  .home-page .cards article{min-height:0}
  .home-page .section.soft .process{margin-top:38px}
  .home-page .quote-band{padding:31px 24px}
  .home-page .quote-band h2{font-size:2.55rem}
  .page-hero h1{font-size:clamp(2.7rem,12vw,4.1rem)}
}

/* ===== v5 wider desktop + headline alignment ===== */
:root{
  --display-font:InterX25;
  --max:1760px;
}
.wide{width:min(calc(100% - 40px),var(--max));}
h1,h2,h3,h4,.auth-card h1,.dashboard-head h1,.booking-head h2,.legal-copy h2,.legal-copy h3,.footer-cols h2{
  font-family:var(--display-font);
  font-weight:700;
  letter-spacing:-.04em;
}
.home-page .hero-copy h1,
.home-page .section-heading h2,
.home-page .section.dark h2,
.home-page .quote-band h2,
.page-hero h1{
  font-family:var(--display-font);
  font-weight:700;
  text-transform:none;
  letter-spacing:-.05em;
}
.home-page .hero-grid{grid-template-columns:minmax(0,1.72fr) minmax(380px,.68fr);gap:26px;min-height:700px}
.home-page .hero-image{min-height:700px}
.home-page .hero-copy{padding:64px 48% 58px 48px;max-width:none}
.home-page .hero-copy h1{font-size:clamp(3.55rem,4.35vw,5.5rem);max-width:760px;line-height:.9}
.home-page .hero-copy>p{max-width:640px}
.home-page .quote-box{padding:34px}
.home-page .section-heading{gap:96px}
.home-page .section-heading h2{max-width:1120px;font-size:clamp(3rem,4.1vw,5rem)}
.home-page .cards{gap:20px}
.home-page .cards article{padding:34px}
.home-page .split{gap:64px}
.home-page .quote-band{padding:48px 54px}
.footer-grid{gap:80px}
@media(min-width:1700px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1.82fr) minmax(410px,.66fr)}
  .home-page .hero-copy{padding-right:50%}
}
@media(max-width:1260px){
  :root{--max:1440px}
  .wide{width:min(calc(100% - 32px),var(--max));}
  .home-page .hero-grid{grid-template-columns:minmax(0,1.42fr) minmax(360px,.66fr);min-height:640px}
  .home-page .hero-image{min-height:640px}
  .home-page .hero-copy{padding:48px 46% 46px 36px}
  .home-page .hero-copy h1{font-size:clamp(3.1rem,4.8vw,4.8rem);max-width:690px}
  .home-page .section-heading{gap:54px}
}
@media(max-width:980px){
  .wide{width:min(calc(100% - 28px),var(--max));}
  .home-page .hero-grid{grid-template-columns:1fr}
  .home-page .hero-image{min-height:620px}
  .home-page .hero-copy{padding:48px 42% 48px 32px}
  .home-page .hero-copy h1{font-size:clamp(3rem,7vw,4.5rem)}
}
@media(max-width:680px){
  .wide{width:min(calc(100% - 24px),var(--max));}
  h1,h2,h3,h4,.auth-card h1,.dashboard-head h1,.booking-head h2,.legal-copy h2,.legal-copy h3,.footer-cols h2{letter-spacing:-.03em}
  .home-page .hero-copy{padding:34px 22px 34px}
  .home-page .hero-copy h1{font-size:clamp(2.6rem,12.2vw,4rem);line-height:.92;max-width:100%}
  .home-page .section-heading h2,.home-page .section.dark h2{font-size:clamp(2.2rem,9vw,3.25rem)}
  .home-page .quote-band{padding:30px 22px}
}

/* ===== v6 interface polish: header, spacing, text scale, custom selects ===== */
:root{--header:88px}
body{font-size:17px;line-height:1.62}
body p{line-height:1.68}
.topbar{display:none!important}
.site-header{top:0;background:rgba(3,13,8,.94);backdrop-filter:blur(22px) saturate(1.1);border-bottom:1px solid rgba(255,255,255,.075);box-shadow:0 8px 28px rgba(0,0,0,.16)}
.site-header:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent 4%,rgba(105,227,72,.42) 28%,rgba(105,227,72,.12) 70%,transparent 96%)}
.nav-shell{height:88px;grid-template-columns:minmax(220px,.8fr) auto minmax(300px,.8fr);gap:34px}
.brand{gap:13px}.brand img{width:38px;height:38px}.brand strong{font-size:1.08rem}.brand small{font-size:.73rem;color:#9aac9f}
.main-nav{gap:6px;padding:5px;border-radius:16px;background:rgba(255,255,255,.018);border:1px solid rgba(255,255,255,.035)}
.nav-root{padding:11px 15px;font-size:.91rem;font-weight:600;border-radius:11px;color:#c8d4cb;transition:background .16s ease,color .16s ease}
.nav-root:hover{background:rgba(255,255,255,.065);color:#fff}.nav-root.active{background:rgba(105,227,72,.105);color:#eef8ef}.nav-root.active:after{display:none}
.nav-flyout{top:calc(100% + 13px);min-width:255px;padding:9px;border-radius:16px;border-color:#d9e1da;box-shadow:0 24px 60px rgba(0,0,0,.18)}
.nav-flyout a{font-size:.93rem;padding:12px 13px;border-radius:10px}
.header-actions{justify-self:end;gap:10px}.lang-pill,.account-link{height:44px;padding:0 15px;font-size:.86rem;border-radius:11px}.desktop-book{min-height:44px;padding-inline:20px}

/* Balanced hero stage */
.home-page .hero{padding:36px 0;background:#020a06}
.home-page .hero-grid{min-height:680px;align-items:stretch}
.home-page .hero-image{min-height:680px}
.home-page .hero-image img{object-position:54% 53%;filter:saturate(.94) contrast(1.06) brightness(.78)}
.home-page .hero-image:before{background:linear-gradient(90deg,rgba(2,9,5,.99) 0%,rgba(2,9,5,.9) 27%,rgba(2,9,5,.42) 48%,rgba(2,9,5,.04) 69%),linear-gradient(180deg,rgba(1,7,4,.08) 42%,rgba(2,9,5,.65) 100%)}
.home-page .hero-copy{align-self:center;padding-top:54px;padding-bottom:54px}
.home-page .hero-copy .eyebrow{margin-bottom:22px}
.home-page .hero-copy h1{margin-bottom:25px}
.home-page .hero-copy>p{font-size:1.08rem;line-height:1.7;max-width:650px;color:#c8d4cb}
.home-page .hero-actions{margin-top:29px;gap:12px}.home-page .hero-facts{margin-top:29px;gap:20px}
.home-page .hero-facts .pill{font-size:.8rem}
.home-page .quote-box{padding:34px 34px 32px;justify-content:center;border-radius:25px}
.home-page .quote-box h2{font-size:2.55rem;margin-bottom:9px}.home-page .quote-box>p{font-size:.93rem;line-height:1.62;max-width:390px}
.home-page .quote-box form{gap:14px;margin-top:24px}.home-page .quote-box label>span{font-size:.78rem;margin-bottom:7px}
.home-page .quote-box input{min-height:50px;font-size:.96rem;padding-inline:14px}
.home-page .quote-box .button.full{min-height:52px;margin-top:1px;font-size:.96rem}
.home-page .route-chip{font-size:.78rem}.home-page .vehicle-chip b{font-size:.93rem}.home-page .vehicle-chip span{font-size:.76rem}

/* Body copy and utility text: no tiny desktop typography */
.home-page .quick-grid b{font-family:InterX25;font-weight:700;font-size:1rem}.home-page .quick-grid span{font-size:.87rem;line-height:1.45}
.home-page .section-heading p{font-size:1.05rem;line-height:1.72;max-width:700px}
.home-page .cards article p{font-size:.98rem;line-height:1.68;color:#57635b}.home-page .cards article .text-link{font-size:.92rem}
.home-page .section.soft .lede,.home-page .section.dark .lede{font-size:1.08rem;line-height:1.72}
.home-page .section.soft .feature-panel p{font-size:.96rem;line-height:1.62}
.home-page .section.soft .process h3{font-size:1.45rem}.home-page .section.soft .process p{font-size:.92rem;line-height:1.58}
.home-page .fit-card li{font-size:.96rem;line-height:1.62}.home-page .metric span{font-size:.87rem}.home-page .faq-item summary{font-size:1rem}.home-page .faq-item p{font-size:.98rem}
.page-hero .lede{font-size:1.16rem}.content-main p,.content-main li,.legal-copy p,.legal-copy li{font-size:1rem;line-height:1.72}
.booking-form label>span,.auth-form label>span{font-size:.8rem}.booking-form input,.booking-form select,.booking-form textarea,.auth-form input{font-size:.98rem}
.footer-brand p,.footer-cols a,.footer-bottom{font-size:.83rem;line-height:1.7}

/* Cross-browser custom select control. This removes native OS dropdown styling. */
.x25-select{position:relative;width:100%;min-width:0;--sel-bg:#fbfcfb;--sel-fg:#07120c;--sel-border:#d8dfd8;--sel-hover:#eef5ed;--sel-active:#e5f7df;--sel-muted:#647069;--sel-menu:#fff}
.x25-native-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.x25-select-button{width:100%;min-height:48px;padding:0 44px 0 14px;border:1px solid var(--sel-border);border-radius:10px;background:var(--sel-bg);color:var(--sel-fg);display:flex;align-items:center;text-align:left;font-size:.96rem;font-weight:600;position:relative;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.x25-select-button:hover{border-color:#a9b7ac}.x25-select-button:focus-visible,.x25-select.open .x25-select-button{outline:none;border-color:#69e348;box-shadow:0 0 0 3px rgba(105,227,72,.14)}
.x25-select-button:disabled{opacity:.55;cursor:not-allowed}.x25-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.x25-select-chevron{position:absolute;right:15px;top:50%;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-68%) rotate(45deg);opacity:.75;transition:transform .16s ease}.x25-select.open .x25-select-chevron{transform:translateY(-25%) rotate(225deg)}
.x25-select-menu{position:absolute;z-index:140;left:0;right:0;top:calc(100% + 7px);padding:7px;background:var(--sel-menu);border:1px solid var(--sel-border);border-radius:12px;box-shadow:0 18px 44px rgba(3,14,8,.22);max-height:280px;overflow:auto}.x25-select-menu[hidden]{display:none}
.x25-select-option{width:100%;border:0;background:transparent;color:var(--sel-fg);border-radius:8px;min-height:42px;padding:9px 11px;text-align:left;font-size:.94rem;display:flex;align-items:center;transition:background .12s ease,color .12s ease}.x25-select-option:hover,.x25-select-option:focus-visible{outline:none;background:var(--sel-hover)}.x25-select-option.selected{background:var(--sel-active);color:#185f1d;font-weight:700}.x25-select-option:disabled{opacity:.45}
.quote-box .x25-select,.section.dark .x25-select{--sel-bg:rgba(255,255,255,.045);--sel-fg:#f4faf5;--sel-border:rgba(255,255,255,.13);--sel-hover:#173322;--sel-active:#21442c;--sel-muted:#9eb0a3;--sel-menu:#0c1e13}
.quote-box .x25-select-button:hover{border-color:rgba(128,227,96,.45)}.quote-box .x25-select-option.selected{color:#9df083}
.table-wrap .x25-select{min-width:150px}.table-wrap .x25-select-button{min-height:40px;font-size:.86rem}.table-wrap .x25-select-option{font-size:.86rem;min-height:38px}

@media(max-width:1450px){
  body{font-size:16px}.nav-shell{grid-template-columns:minmax(190px,.72fr) auto minmax(260px,.72fr);gap:22px}.main-nav{gap:2px}.nav-root{padding-inline:11px;font-size:.85rem}.brand small{font-size:.68rem}.header-actions{gap:7px}
  .home-page .hero{padding:30px 0}.home-page .hero-grid,.home-page .hero-image{min-height:640px}.home-page .hero-copy>p{font-size:1.02rem}.home-page .quote-box{padding:28px}.home-page .quote-box h2{font-size:2.3rem}
}
@media(max-width:1160px){
  .main-nav{display:none}.header-actions>.account-link,.header-actions>.lang-pill{display:none}.nav-shell{grid-template-columns:1fr auto}.menu-toggle{display:block}.desktop-book{display:inline-flex}.mobile-nav{top:88px}
  .home-page .hero-grid{grid-template-columns:1fr}.home-page .hero-image{grid-column:1;grid-row:1}.home-page .hero-copy{grid-column:1;grid-row:1;padding:50px 43% 50px 36px}.home-page .quote-box{grid-column:1;grid-row:2}
}
@media(max-width:680px){
  :root{--header:70px}.nav-shell{height:70px}.mobile-nav{top:70px}.desktop-book{display:none}.brand img{width:33px;height:33px}
  body{font-size:16px}.home-page .hero{padding:0 0 26px}.home-page .hero-image{min-height:590px}.home-page .hero-image img{object-position:54% 49%}.home-page .hero-copy{padding:36px 22px 34px}.home-page .hero-copy>p{font-size:.98rem;line-height:1.62}.home-page .quote-box{padding:28px 20px 30px}.home-page .quote-box>p{font-size:.92rem}.home-page .quote-box label>span{font-size:.78rem}.x25-select-button{min-height:50px;font-size:1rem}.x25-select-option{font-size:1rem;min-height:46px}
  .home-page .quick-grid span{font-size:.9rem}.home-page .section-heading p,.home-page .cards article p,.home-page .fit-card li,.home-page .faq-item p{font-size:1rem}
}

/* ===== v7 Tiguan R + cargo + 35 kg ===== */
.home-page .hero-image img{object-position:58% 51%;filter:saturate(.98) contrast(1.07) brightness(.82)}
.home-page .vehicle-chip{min-width:210px;padding:13px 16px}
.home-page .vehicle-chip b{font-size:1rem}
.home-page .vehicle-chip span{font-size:.79rem;color:#b9c7bd}

.cargo-section{padding:58px 0;background:#06110b;color:#fff;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.cargo-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:34px;align-items:stretch}
.cargo-copy{padding:20px 10px 16px 0;display:flex;flex-direction:column;justify-content:center}
.cargo-copy h2{font-size:clamp(2.5rem,3.3vw,4.15rem);max-width:900px;margin-bottom:20px;color:#fff}
.cargo-copy>p{font-size:1.05rem;line-height:1.72;color:#b7c5bb;max-width:900px}
.cargo-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:25px 0 18px}
.cargo-specs span{min-height:92px;padding:15px 16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);border-radius:13px;color:#aebdb2;font-size:.82rem;line-height:1.38}
.cargo-specs b{display:block;color:#8bf269;font-size:1.05rem;margin-bottom:5px;letter-spacing:-.02em}
.cargo-note{font-size:.83rem!important;color:#8fa095!important;margin-bottom:0!important}
.cargo-visual{position:relative;margin:0;border-radius:20px;overflow:hidden;border:1px solid rgba(131,231,101,.20);background:#020906;min-height:420px;box-shadow:0 28px 65px rgba(0,0,0,.28)}
.cargo-visual img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.98) contrast(1.04) brightness(.9)}
.cargo-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(2,9,5,.88) 100%);pointer-events:none}
.cargo-visual figcaption{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.cargo-visual figcaption strong{font-size:1.18rem;color:#fff}.cargo-visual figcaption span{font-size:.78rem;color:#aebdb2;text-align:right;max-width:440px}

.pricing-detail{background:#eef2ec}
.price-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.price-cards article{padding:25px 24px;border:1px solid #d7dfd6;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(7,18,12,.055)}
.price-cards b{display:block;font-size:1.35rem;letter-spacing:-.035em;margin-bottom:6px}.price-cards span{font-size:.94rem;color:#5a675e}
.pricing-note{margin-top:18px;font-size:.9rem;color:#607067}

@media(max-width:1160px){
  .cargo-grid{grid-template-columns:1fr}.cargo-visual{min-height:390px}.cargo-specs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .price-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .home-page .hero-image img{object-position:56% 50%}
  .cargo-section{padding:44px 0}.cargo-copy{padding-right:0}.cargo-copy h2{font-size:clamp(2.15rem,9vw,3rem)}.cargo-copy>p{font-size:.98rem}
  .cargo-specs{grid-template-columns:1fr 1fr}.cargo-specs span{min-height:82px}.cargo-visual{min-height:300px;border-radius:16px}
  .cargo-visual figcaption{display:block}.cargo-visual figcaption span{display:block;text-align:left;margin-top:4px}
  .price-cards{grid-template-columns:1fr 1fr}.price-cards article{padding:20px 18px}
}

/* ===== v9 hero monitor consistency fix ===== */
.home-page .hero{padding:32px 0 34px}
.home-page .hero-grid{
  grid-template-columns:minmax(0,1fr) 440px;
  gap:20px;
  min-height:auto;
  align-items:stretch;
}
.home-page .hero-image{
  min-height:auto;
  aspect-ratio:1.72/1;
  border-radius:28px;
}
.home-page .hero-image img{
  object-fit:cover;
  object-position:61% 54%;
}
.home-page .hero-copy{
  padding:clamp(34px,3.2vw,58px) clamp(300px,36%,470px) clamp(34px,3.4vw,58px) clamp(34px,3vw,56px);
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.home-page .hero-copy h1{max-width:780px}
.home-page .hero-copy>p{max-width:640px}
.home-page .quote-box{min-height:100%;padding:34px 32px}

@media(min-width:1700px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 458px}
  .home-page .hero-image{aspect-ratio:1.82/1}
  .home-page .hero-image img{object-position:59% 54%}
  .home-page .hero-copy{padding-right:clamp(360px,34%,500px)}
}
@media(max-width:1500px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 410px}
  .home-page .hero-image{aspect-ratio:1.62/1}
  .home-page .hero-image img{object-position:62% 54%}
  .home-page .hero-copy{padding-right:clamp(260px,34%,390px)}
}
@media(max-width:1260px){
  .home-page .hero{padding:28px 0 30px}
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 390px;gap:18px}
  .home-page .hero-image{aspect-ratio:1.5/1}
  .home-page .hero-copy{padding:36px clamp(235px,31%,320px) 36px 34px}
  .home-page .hero-copy h1{font-size:clamp(3rem,4.3vw,4.55rem)}
}
@media(max-width:980px){
  .home-page .hero-grid{grid-template-columns:1fr;gap:18px}
  .home-page .hero-image{grid-column:1;grid-row:1;aspect-ratio:auto;min-height:620px}
  .home-page .hero-image img{object-position:58% 52%}
  .home-page .hero-copy{grid-column:1;grid-row:1;padding:48px 44% 46px 34px}
  .home-page .quote-box{grid-column:1;grid-row:2;padding:30px 26px;min-height:0}
}
@media(max-width:680px){
  .home-page .hero{padding:0 0 24px}
  .home-page .hero-image{min-height:590px;border-radius:0}
  .home-page .hero-image img{object-position:57% 49%}
  .home-page .hero-copy{padding:34px 22px 32px}
}

/* ===== v10 modern service rail ===== */
.home-page .quick-strip{
  position:relative;
  z-index:5;
  background:#06110b;
  border:0;
  padding:0 0 34px;
}
.home-page .quick-grid{
  position:relative;
  margin-top:-18px;
  padding:10px;
  gap:9px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(15,31,21,.96),rgba(7,20,13,.98));
  box-shadow:0 22px 60px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.025);
}
.home-page .quick-grid article,
.home-page .quick-grid article:first-child,
.home-page .quick-grid article:nth-child(2),
.home-page .quick-grid article:nth-child(3),
.home-page .quick-grid article:nth-child(4){
  position:relative;
  min-height:104px;
  padding:20px 18px 19px 66px;
  border:1px solid transparent;
  border-radius:15px;
  background:rgba(255,255,255,.025);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.home-page .quick-grid article:hover{
  background:rgba(255,255,255,.045);
  border-color:rgba(105,227,72,.16);
  transform:translateY(-1px);
}
.home-page .quick-grid article:before{
  position:absolute;
  left:18px;
  top:21px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(105,227,72,.34);
  border-radius:10px;
  background:rgba(105,227,72,.075);
  color:#8af069;
  font-size:.68rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
}
.home-page .quick-grid article:nth-child(1):before{content:"01"}
.home-page .quick-grid article:nth-child(2):before{content:"02"}
.home-page .quick-grid article:nth-child(3):before{content:"03"}
.home-page .quick-grid article:nth-child(4):before{content:"04"}
.home-page .quick-grid b{
  display:block;
  margin:0;
  color:#f3f7f4;
  font-family:InterX25;
  font-size:1rem;
  line-height:1.25;
  font-weight:700;
  letter-spacing:-.025em;
}
.home-page .quick-grid span{
  display:block;
  margin-top:7px;
  color:#99aa9f;
  font-size:.84rem;
  line-height:1.42;
}
@media(max-width:980px){
  .home-page .quick-strip{padding-bottom:28px}
  .home-page .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-12px}
  .home-page .quick-grid article,
  .home-page .quick-grid article:first-child,
  .home-page .quick-grid article:nth-child(2),
  .home-page .quick-grid article:nth-child(3),
  .home-page .quick-grid article:nth-child(4){
    min-height:96px;
    padding:18px 16px 17px 62px;
    border:1px solid transparent;
  }
  .home-page .quick-grid article:before{left:16px;top:18px}
}
@media(max-width:680px){
  .home-page .quick-strip{padding:0 0 22px;background:#06110b}
  .home-page .quick-grid{
    grid-template-columns:1fr;
    width:min(calc(100% - 24px),var(--max));
    margin-top:-8px;
    padding:8px;
    gap:6px;
    border-radius:18px;
  }
  .home-page .quick-grid article,
  .home-page .quick-grid article:first-child,
  .home-page .quick-grid article:nth-child(2),
  .home-page .quick-grid article:nth-child(3),
  .home-page .quick-grid article:nth-child(4){
    min-height:84px;
    padding:16px 14px 15px 58px;
  }
  .home-page .quick-grid article:before{left:14px;top:16px;width:30px;height:30px}
  .home-page .quick-grid span{font-size:.88rem}
}

/* ===== v11 final cleanup: hero, typography, cards, mobile polish ===== */
.home-page .hero-copy > p,
.home-page .quote-box > p,
.home-page .cargo-copy > p,
.home-page .section p,
.home-page .cards article p,
.home-page .process article p,
.home-page .coverage-copy p,
.home-page .faq-note,
.footer-brand p,
.footer-meta,
.footer-cols li,
.footer-cols a{
  font-size:1rem;
  line-height:1.72;
}
.home-page .cards article{
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.home-page .cards article h3{font-size:1.3rem;line-height:1.2}
.home-page .process article h3{font-size:1.08rem}
.home-page .cargo-specs span{font-size:.86rem}
.home-page .cargo-specs b{font-size:1.08rem}
.home-page .quote-box{
  background:linear-gradient(180deg,rgba(4,30,14,.96),rgba(2,18,10,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.05);
}
.home-page .quote-box h2{font-size:clamp(2.4rem,2.3vw,3.1rem);line-height:1.02}
.home-page .quote-box label>span{font-size:.84rem;letter-spacing:.01em}
.x25-select-button,.quote-box input,.quote-box select{font-size:1rem}
.home-page .hero-facts .pill{font-size:.78rem}
.home-page .section{padding:92px 0}
.home-page .section.tight{padding:68px 0}
.home-page .faq-list button{font-size:1rem;padding:18px 20px}
.home-page .quote-band{border-radius:24px}
.footer-cols h2{font-size:.86rem;letter-spacing:.06em}

@media (max-width:1100px){
  .home-page .hero-grid{grid-template-columns:1fr !important;gap:18px}
  .home-page .hero-image{grid-column:1;grid-row:1;aspect-ratio:auto;min-height:620px}
  .home-page .hero-copy{grid-column:1;grid-row:1;padding:44px 46% 44px 34px !important}
  .home-page .quote-box{grid-column:1;grid-row:2;min-height:0;width:100%}
}
@media (max-width:860px){
  .home-page .hero-image{min-height:560px}
  .home-page .hero-copy{padding:38px 40% 38px 28px !important}
  .home-page .section{padding:76px 0}
}
@media (max-width:680px){
  .home-page .hero-copy{padding:30px 20px 30px !important}
  .home-page .hero-copy h1{max-width:100%}
  .home-page .hero-copy > p,
  .home-page .quote-box > p,
  .home-page .cargo-copy > p,
  .home-page .section p,
  .home-page .cards article p,
  .home-page .process article p,
  .home-page .coverage-copy p,
  .home-page .faq-note,
  .footer-brand p,
  .footer-meta,
  .footer-cols li,
  .footer-cols a{font-size:.96rem;line-height:1.68}
  .home-page .quote-box{padding:26px 18px 28px}
  .home-page .quote-box h2{font-size:2rem}
  .home-page .cards article{min-height:unset}
  .home-page .cargo-specs{grid-template-columns:1fr}
  .home-page .cargo-visual{min-height:260px}
  .home-page .quick-grid b{font-size:.98rem}
  .home-page .quick-grid span{font-size:.9rem}
}

/* ===== v12 light hero redesign ===== */
.home-page .site-header{
  background:rgba(246,249,245,.92);
  border-bottom:1px solid rgba(16,38,23,.08);
  box-shadow:0 8px 24px rgba(11,24,15,.04);
}
.home-page .brand{color:#112017}
.home-page .brand small{color:#5b6d62}
.home-page .nav-root{color:#304138}
.home-page .nav-root:hover,.home-page .nav-root.active{color:#0d1710;background:rgba(103,220,74,.12)}
.home-page .nav-root.active:after{background:#59c93c}
.home-page .lang-pill,.home-page .account-link{
  border-color:rgba(16,38,23,.10);
  color:#203028;
  background:rgba(255,255,255,.7);
}
.home-page .menu-toggle{background:rgba(16,38,23,.06)}
.home-page .menu-toggle span{background:#122118}
.home-page .mobile-nav{background:#f6f9f5;border-top-color:rgba(16,38,23,.08);box-shadow:0 20px 40px rgba(10,20,12,.08)}
.home-page .mobile-nav a{background:#fff;color:#1c2c24;border:1px solid rgba(16,38,23,.06)}

.home-page .hero{
  background:linear-gradient(180deg,#f6faf6 0%,#eef5ef 58%,#e7efea 100%);
  color:#112017;
  padding:34px 0 38px;
}
.home-page .hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 28%,rgba(108,219,86,.15),transparent 24%),
    radial-gradient(circle at 74% 26%,rgba(159,219,171,.16),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,0));
  pointer-events:none;
}
.home-page .hero:after{
  inset:auto -8% -48% 10%;
  height:56%;
  background:radial-gradient(circle,rgba(103,220,74,.09),transparent 67%);
  opacity:1;
}
.home-page .hero-grid{gap:22px}
.home-page .hero-image{
  border:1px solid rgba(16,38,23,.08);
  background:#dfe7df;
  box-shadow:0 22px 60px rgba(20,38,26,.14);
}
.home-page .hero-image img{
  filter:saturate(.95) contrast(1.01) brightness(.97);
  object-position:60% 54%;
}
.home-page .hero-image:before{
  background:
    linear-gradient(90deg,rgba(246,249,245,.96) 0%,rgba(246,249,245,.72) 24%,rgba(246,249,245,.18) 48%,rgba(246,249,245,0) 67%),
    linear-gradient(180deg,rgba(255,255,255,.04) 42%,rgba(246,249,245,.28) 100%);
}
.home-page .hero-image:after{background:linear-gradient(180deg,transparent 58%,rgba(246,249,245,.15))}
.home-page .hero-copy{padding-top:58px;padding-bottom:58px}
.home-page .hero-copy .eyebrow{color:#3a5d44}
.home-page .hero-copy h1{
  color:#101913;
  text-shadow:none;
  letter-spacing:-.05em;
}
.home-page .hero-copy>p{
  color:#4c5f54;
  text-shadow:none;
  max-width:620px;
}
.home-page .button.ghost{
  border-color:rgba(16,38,23,.10);
  background:rgba(255,255,255,.82);
  color:#18261f;
  box-shadow:0 10px 26px rgba(15,31,20,.05);
}
.home-page .button.ghost:hover{background:#fff}
.home-page .hero-facts .pill{
  background:rgba(255,255,255,.78);
  color:#25342c;
  border:1px solid rgba(16,38,23,.08);
  box-shadow:0 10px 24px rgba(20,38,26,.05);
}
.home-page .hero-facts .pill-dot{border-color:rgba(89,201,60,.42);background:rgba(89,201,60,.08)}
.home-page .hero-facts .pill-dot:after{color:#4cb936}
.home-page .route-chip{
  background:rgba(255,255,255,.92);
  color:#112017;
  border:1px solid rgba(16,38,23,.08);
  box-shadow:0 10px 28px rgba(20,38,26,.08);
}
.home-page .vehicle-chip{
  background:rgba(9,18,12,.74);
  border-color:rgba(255,255,255,.08);
}

.home-page .quote-box{
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(249,252,249,.97));
  color:#102017;
  border:1px solid rgba(16,38,23,.08);
  box-shadow:0 22px 60px rgba(20,38,26,.10), inset 0 1px 0 rgba(255,255,255,.8);
}
.home-page .quote-box .eyebrow.dark{color:#4b6953}
.home-page .quote-box .eyebrow.dark:before{background:#59c93c}
.home-page .quote-box h2{color:#101913}
.home-page .quote-box>p{color:#56695f}
.home-page .quote-box label>span{color:#203128}
.home-page .quote-box input,.home-page .quote-box select{
  background:#fff;
  border-color:#dbe6dd;
  color:#13221a;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.home-page .quote-box input::placeholder{color:#72857b}
.home-page .quote-box input:focus,.home-page .quote-box select:focus{
  border-color:#69d74a;
  box-shadow:0 0 0 3px rgba(89,201,60,.14);
}
.home-page .quote-box .suggestions{background:#fff;border-color:#dde6de;box-shadow:0 16px 35px rgba(10,20,12,.08)}
.home-page .quote-box .suggestions button{color:#203129}
.home-page .quote-box .suggestions button:hover,.home-page .quote-box .suggestions button.active{background:#f0f6f0}
.home-page .quote-box .quote-result{background:#f1faee;border-color:#d4e8cd;color:#102017}
.home-page .quote-box .quote-result small,.home-page .quote-box .form-message{color:#5d7066}
.home-page .quote-box #priceValue{color:#247e1f}
.home-page .quote-box #continueBooking{background:#0f1712;color:#fff;border-color:#0f1712}
.home-page .quote-box .button.dark{background:#112017;color:#fff}
.home-page .quote-box .x25-select{
  --sel-bg:#ffffff;
  --sel-fg:#13221a;
  --sel-border:#dbe6dd;
  --sel-hover:#f0f6f0;
  --sel-active:#e6f3e4;
  --sel-muted:#73857b;
  --sel-menu:#ffffff;
}
.home-page .quote-box .x25-select-button:hover{border-color:#9fd78f}
.home-page .quote-box .x25-select-option.selected{color:#247e1f}

@media (max-width:1100px){
  .home-page .hero{padding:26px 0 30px}
  .home-page .hero-copy{padding-top:48px;padding-bottom:46px}
  .home-page .hero-image:before{
    background:
      linear-gradient(180deg,rgba(246,249,245,.22) 0%,rgba(246,249,245,.10) 30%,rgba(246,249,245,.84) 100%),
      linear-gradient(90deg,rgba(246,249,245,.86),rgba(246,249,245,.12) 62%);
  }
}
@media (max-width:680px){
  .home-page .site-header{background:rgba(246,249,245,.96)}
  .home-page .hero{padding:8px 0 26px}
  .home-page .hero-image{border-radius:0;border-left:0;border-right:0}
  .home-page .hero-image img{object-position:58% 49%;filter:saturate(.95) contrast(1.01) brightness(.9)}
  .home-page .hero-image:before{
    background:
      linear-gradient(180deg,rgba(246,249,245,.12) 0%,rgba(246,249,245,.04) 22%,rgba(246,249,245,.76) 72%,rgba(246,249,245,.96) 100%),
      linear-gradient(90deg,rgba(246,249,245,.38),transparent 62%);
  }
  .home-page .hero-copy>p{color:#304138}
  .home-page .hero-facts .pill{background:rgba(255,255,255,.84)}
}

/* ===== v13 premium light hero + light service rail ===== */
.home-page .topbar{display:none}
.home-page .site-header{
  top:0;
  background:rgba(251,253,250,.94);
  border-bottom:1px solid rgba(15,38,22,.075);
  box-shadow:0 10px 32px rgba(17,39,24,.045);
}
.home-page .mobile-nav{top:var(--header)}
.home-page .hero{
  padding:22px 0 42px;
  background:
    radial-gradient(circle at 13% 13%,rgba(104,225,72,.13),transparent 26%),
    radial-gradient(circle at 79% 18%,rgba(149,198,161,.15),transparent 30%),
    linear-gradient(180deg,#fbfdfb 0%,#f3f8f3 58%,#eef5ef 100%);
  color:#0d1811;
}
.home-page .hero:before{
  background:
    radial-gradient(circle at 68% 22%,rgba(255,255,255,.82),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,0));
}
.home-page .hero:after{
  inset:auto -12% -54% 4%;
  height:66%;
  background:radial-gradient(circle,rgba(88,210,58,.08),transparent 66%);
}
.home-page .hero .wide,
.home-page .quick-strip .wide{width:min(calc(100% - 48px),1760px)}
.home-page .hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(400px,448px);
  gap:18px;
  align-items:stretch;
}
.home-page .hero-image{
  min-height:700px;
  aspect-ratio:auto;
  border-radius:28px;
  border:1px solid rgba(16,38,23,.08);
  background:#cfd9d1;
  box-shadow:0 30px 85px rgba(17,38,25,.16);
}
.home-page .hero-image img{
  object-position:57% 52%;
  filter:saturate(1.02) contrast(1.035) brightness(1.04);
  transform:scale(1.01);
}
.home-page .hero-image:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(250,253,250,.99) 0%,rgba(250,253,250,.92) 18%,rgba(250,253,250,.59) 35%,rgba(250,253,250,.13) 54%,rgba(250,253,250,0) 68%),
    linear-gradient(180deg,rgba(255,255,255,.04) 45%,rgba(8,20,12,.08) 100%);
}
.home-page .hero-image:after{
  background:linear-gradient(180deg,rgba(255,255,255,0) 55%,rgba(8,22,13,.16) 100%);
}
.home-page .hero-copy{
  padding:72px 49% 64px 52px;
  justify-content:center;
}
.home-page .hero-copy .eyebrow{
  color:#42604a;
  margin-bottom:22px;
  font-size:.72rem;
  letter-spacing:.16em;
}
.home-page .hero-copy h1{
  max-width:720px;
  margin-bottom:24px;
  color:#0b1610;
  font-family:InterX25;
  font-size:clamp(3.65rem,4.55vw,5.7rem);
  font-weight:700;
  line-height:.91;
  letter-spacing:-.066em;
  text-transform:none;
  text-shadow:none;
}
.home-page .hero-copy h1 em{
  color:#54cf35;
  font-style:normal;
}
.home-page .hero-copy>p{
  max-width:610px;
  color:#43564b;
  font-size:1.02rem;
  line-height:1.65;
  text-shadow:none;
}
.home-page .hero-actions{margin-top:26px;gap:12px}
.home-page .hero-actions .button{min-height:52px;padding-inline:20px}
.home-page .hero-facts{gap:16px;margin-top:28px}
.home-page .hero-facts .pill{
  min-height:24px;
  padding-left:28px;
  color:#2f4137;
  font-size:.74rem;
  font-weight:700;
}
.home-page .hero-facts .pill-dot{
  width:19px;height:19px;
  border-color:rgba(75,188,48,.46);
  background:rgba(102,222,72,.07);
}
.home-page .hero-facts .pill-dot:after{color:#49b632}
.home-page .route-chip{
  top:18px;right:18px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(16,38,23,.08);
  box-shadow:0 10px 30px rgba(17,38,25,.08);
  backdrop-filter:blur(12px);
}
.home-page .vehicle-chip{
  right:18px;left:auto;bottom:18px;
  padding:12px 15px;
  border-radius:12px;
  background:rgba(5,15,9,.76);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.home-page .quote-box{
  min-height:700px;
  padding:34px 30px;
  justify-content:center;
  border-radius:28px;
  background:rgba(255,255,255,.96);
  color:#0d1811;
  border:1px solid rgba(16,38,23,.085);
  box-shadow:0 30px 85px rgba(17,38,25,.13),inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(18px);
}
.home-page .quote-box .eyebrow.dark{
  width:max-content;
  padding:7px 10px;
  margin-bottom:15px;
  border-radius:999px;
  background:#eef8eb;
  color:#3d7d31;
  letter-spacing:.105em;
}
.home-page .quote-box .eyebrow.dark:before{width:8px;height:8px;border-radius:50%}
.home-page .quote-box h2{
  margin-bottom:8px;
  color:#0b1610;
  font-family:InterX25;
  font-size:clamp(2.25rem,2.25vw,2.85rem);
  font-weight:700;
  letter-spacing:-.052em;
}
.home-page .quote-box>p{color:#5b6c62;font-size:.93rem;line-height:1.55}
.home-page .quote-box form{gap:11px;margin-top:18px}
.home-page .quote-box label>span{margin-bottom:6px;color:#27382e;font-size:.76rem}
.home-page .quote-box input,.home-page .quote-box select,
.home-page .quote-box .x25-select-button{
  min-height:48px;
  border-radius:10px;
  background:#fff;
  border-color:#dde6de;
  box-shadow:0 3px 12px rgba(18,37,24,.025);
}
.home-page .quote-box .button.primary{min-height:50px;margin-top:2px}

/* The four service promises under the hero stay light as part of the hero stage. */
.home-page .quick-strip{
  background:linear-gradient(180deg,#eef5ef 0%,#f5f8f4 100%);
  border:0;
  padding:0 0 38px;
}
.home-page .quick-grid{
  margin-top:-22px;
  padding:9px;
  gap:8px;
  border:1px solid rgba(16,38,23,.075);
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 58px rgba(17,38,25,.11),inset 0 1px 0 rgba(255,255,255,.95);
}
.home-page .quick-grid article,
.home-page .quick-grid article:first-child,
.home-page .quick-grid article:nth-child(2),
.home-page .quick-grid article:nth-child(3),
.home-page .quick-grid article:nth-child(4){
  min-height:100px;
  padding:20px 18px 18px 64px;
  border:1px solid rgba(16,38,23,.045);
  border-radius:15px;
  background:linear-gradient(180deg,#fbfdfb,#f8fbf8);
}
.home-page .quick-grid article:hover{
  background:#f5faf3;
  border-color:rgba(84,196,56,.18);
  box-shadow:0 9px 24px rgba(17,38,25,.055);
  transform:translateY(-1px);
}
.home-page .quick-grid article:before{
  left:18px;top:20px;
  width:32px;height:32px;
  border-radius:10px;
  border:1px solid rgba(73,182,50,.28);
  background:#eff9ec;
  color:#3c9d2b;
}
.home-page .quick-grid b{
  color:#122018;
  font-family:InterX25;
  font-size:.96rem;
  font-weight:700;
  letter-spacing:-.025em;
}
.home-page .quick-grid span{margin-top:6px;color:#69786f;font-size:.82rem}

@media(min-width:1700px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 462px}
  .home-page .hero-image,.home-page .quote-box{min-height:730px}
  .home-page .hero-copy{padding-left:62px;padding-right:50%}
  .home-page .hero-copy h1{font-size:5.55rem}
}
@media(max-width:1260px){
  .home-page .hero .wide,.home-page .quick-strip .wide{width:min(calc(100% - 36px),1760px)}
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 390px;gap:16px}
  .home-page .hero-image,.home-page .quote-box{min-height:650px}
  .home-page .hero-copy{padding:54px 43% 50px 36px}
  .home-page .hero-copy h1{font-size:clamp(3.25rem,4.7vw,4.8rem)}
  .home-page .quote-box{padding:28px 24px}
}
@media(max-width:1100px){
  .home-page .hero{padding:14px 0 30px}
  .home-page .hero-grid{grid-template-columns:1fr!important;gap:16px}
  .home-page .hero-image{grid-column:1;grid-row:1;min-height:620px;border-radius:24px}
  .home-page .hero-copy{grid-column:1;grid-row:1;padding:46px 43% 42px 30px!important}
  .home-page .quote-box{grid-column:1;grid-row:2;min-height:0;width:100%}
  .home-page .hero-image:before{
    background:
      linear-gradient(90deg,rgba(250,253,250,.96) 0%,rgba(250,253,250,.75) 29%,rgba(250,253,250,.14) 61%,transparent 78%),
      linear-gradient(180deg,transparent 46%,rgba(8,22,13,.13) 100%);
  }
  .home-page .quick-grid{margin-top:-14px}
}
@media(max-width:860px){
  .home-page .hero-image{min-height:570px}
  .home-page .hero-copy{padding:38px 39% 38px 24px!important}
  .home-page .hero-copy h1{font-size:clamp(3rem,8vw,4.25rem)}
  .home-page .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .home-page .hero .wide{width:100%}
  .home-page .hero{padding:0 0 22px}
  .home-page .hero-grid{gap:12px}
  .home-page .hero-image{min-height:600px;border-radius:0;border-left:0;border-right:0}
  .home-page .hero-image img{object-position:55% 47%;filter:saturate(.98) contrast(1.02) brightness(.96);transform:none}
  .home-page .hero-image:before{
    background:
      linear-gradient(180deg,rgba(250,253,250,.08) 0%,rgba(250,253,250,.03) 24%,rgba(250,253,250,.60) 69%,rgba(250,253,250,.97) 100%),
      linear-gradient(90deg,rgba(250,253,250,.54),rgba(250,253,250,.04) 72%);
  }
  .home-page .hero-copy{
    justify-content:flex-end;
    padding:28px 20px 30px!important;
  }
  .home-page .hero-copy .eyebrow{margin-bottom:14px}
  .home-page .hero-copy h1{font-size:clamp(3rem,14vw,4.25rem);line-height:.92;margin-bottom:18px}
  .home-page .hero-copy>p{font-size:.96rem;line-height:1.56;max-width:94%}
  .home-page .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
  .home-page .hero-actions .button{width:100%;padding-inline:12px;font-size:.84rem}
  .home-page .hero-facts{display:none}
  .home-page .route-chip{top:12px;right:12px;font-size:.68rem}
  .home-page .vehicle-chip{right:12px;bottom:12px;left:auto;max-width:230px}
  .home-page .quote-box{margin:0 12px;width:calc(100% - 24px);padding:26px 18px 28px;border-radius:20px}
  .home-page .quick-strip{padding:0 0 24px;background:#f5f8f4}
  .home-page .quick-strip .wide{width:min(calc(100% - 24px),1760px)}
  .home-page .quick-grid{grid-template-columns:1fr;margin-top:-6px;padding:7px;gap:6px;border-radius:18px}
  .home-page .quick-grid article,
  .home-page .quick-grid article:first-child,
  .home-page .quick-grid article:nth-child(2),
  .home-page .quick-grid article:nth-child(3),
  .home-page .quick-grid article:nth-child(4){min-height:78px;padding:15px 14px 14px 56px}
  .home-page .quick-grid article:before{left:13px;top:15px;width:29px;height:29px}
  .home-page .quick-grid b{font-size:.94rem}
  .home-page .quick-grid span{font-size:.86rem}
}

/* v14 — premium light hero + structured two-step quote flow */
.home-page .hero{
  padding:26px 0 34px;
  background:
    radial-gradient(circle at 14% 12%,rgba(104,226,72,.09),transparent 28%),
    linear-gradient(180deg,#f9fbf8 0%,#f2f7f2 100%);
  color:#102018;
}
.home-page .hero:after{background:radial-gradient(circle,rgba(92,216,62,.08),transparent 69%)}
.home-page .hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(430px,470px);
  gap:20px;
  min-height:820px;
  align-items:stretch;
}
.home-page .hero-image,.home-page .quote-box{min-height:820px}
.home-page .hero-image{
  border-radius:30px;
  background:#dde5de;
  border:1px solid rgba(20,49,31,.08);
  box-shadow:0 32px 90px rgba(20,49,31,.14);
}
.home-page .hero-image img{object-position:58% 52%;filter:saturate(1.01) contrast(1.025) brightness(1.01)}
.home-page .hero-image:before{
  background:
    linear-gradient(90deg,rgba(250,253,250,.99) 0%,rgba(250,253,250,.94) 18%,rgba(250,253,250,.66) 34%,rgba(250,253,250,.18) 52%,rgba(250,253,250,0) 68%),
    linear-gradient(180deg,rgba(255,255,255,.02) 45%,rgba(4,18,10,.10) 100%);
}
.home-page .hero-copy{padding:72px 48% 66px 52px;align-self:center;justify-content:center}
.home-page .hero-copy h1{font-size:clamp(3.7rem,4.5vw,5.75rem);max-width:730px}
.home-page .hero-copy>p{max-width:610px;color:#405348}
.home-page .quote-box{
  display:block;
  padding:28px 26px 26px;
  border-radius:30px;
  background:rgba(255,255,255,.975);
  color:#0e1912;
  border:1px solid rgba(20,49,31,.09);
  box-shadow:0 32px 90px rgba(20,49,31,.115),inset 0 1px 0 #fff;
  overflow:visible;
}
.quote-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.home-page .quote-box-head h2{margin-bottom:0}
.quote-lock-badge{flex:0 0 auto;padding:8px 10px;border-radius:999px;background:#f1f8ef;border:1px solid #d9ebd4;color:#3e7d32;font-size:.69rem;font-weight:800;letter-spacing:.025em;white-space:nowrap}
.home-page .quote-box>p{margin-top:10px;max-width:390px}
.quote-tabs{display:grid;grid-template-columns:1fr 1.18fr;gap:7px;margin:18px 0 15px;padding:5px;border-radius:14px;background:#f0f4f0;border:1px solid #e1e8e1}
.quote-tab{min-height:43px;border:0;border-radius:10px;background:transparent;color:#607067;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer;transition:.18s ease}
.quote-tab span{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:6px;border-radius:8px;background:#e2e9e2;color:#617068;font-size:.66rem}
.quote-tab.active{background:#fff;color:#17241c;box-shadow:0 5px 16px rgba(23,49,31,.08)}
.quote-tab.active span{background:#e9f8e5;color:#3b9c2b}
.quote-panel{animation:quotePanelIn .18s ease}
.quote-panel[hidden]{display:none!important}
@keyframes quotePanelIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.address-block{padding:13px 13px 12px;border:1px solid #e2e9e2;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfdfb)}
.address-block-title{display:flex;align-items:center;gap:10px;margin-bottom:11px}
.address-block-title>div{display:flex;flex-direction:column;min-width:0}
.address-block-title b{font-size:.9rem;color:#17241c;letter-spacing:-.015em}
.address-block-title small{margin-top:2px;color:#849087;font-size:.66rem}
.address-index{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#eaf8e6;border:1px solid #d6edcf;color:#3a962b;font-size:.72rem;font-weight:900}
.address-grid{display:grid;grid-template-columns:108px minmax(0,1fr);gap:9px}
.address-grid .span-2{grid-column:1/-1}
.address-grid label{min-width:0;position:relative}
.address-grid input,.address-grid select,.address-grid .x25-select-button{min-height:44px!important}
.address-grid input:disabled,.schedule-fields input:disabled{background:#f2f5f2!important;color:#98a39b!important;cursor:not-allowed}
.address-grid input:disabled::placeholder{color:#9ba69e}
.address-divider{display:flex;align-items:center;gap:10px;margin:8px 4px;color:#829087;font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.address-divider:before,.address-divider:after{content:"";height:1px;flex:1;background:#e3e9e3}
.address-suggest-wrap .suggestions{top:calc(100% - 1px);left:0;right:0;z-index:50}
.quote-next{margin-top:12px!important}
.schedule-cards{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);align-items:center;gap:7px}
.schedule-card{padding:13px 12px;border-radius:15px;border:1px solid #e1e8e1;background:linear-gradient(180deg,#fff,#f9fcf9)}
.schedule-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.schedule-card-head span{color:#54a641;font-size:.61rem;font-weight:900;letter-spacing:.13em}
.schedule-card-head b{font-size:.83rem;color:#1a281f}
.schedule-fields{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(84px,.82fr);gap:7px}
.schedule-fields label{min-width:0}
.schedule-fields input{min-height:44px!important;padding-inline:9px!important;font-size:.82rem!important}
.schedule-arrow{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#eef6ec;color:#4aa238;font-weight:900}
.availability-note{display:flex;flex-direction:column;gap:3px;margin:10px 0 12px;padding:10px 12px;border-radius:12px;background:#f4f8f2;border:1px solid #e2ebdf;color:#5a685f}
.availability-note b{font-size:.75rem;color:#304438}
.availability-note span{font-size:.68rem;line-height:1.42}
.price-access-note{display:flex;align-items:center;gap:10px;margin-top:12px;padding:11px 12px;border-radius:13px;background:#111b15;color:#fff}
.price-access-note.unlocked{background:#eaf8e6;color:#18331c;border:1px solid #d1ebca}
.price-access-icon{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:9px;background:rgba(100,224,70,.15);color:#6fe14e;font-weight:900}
.price-access-note.unlocked .price-access-icon{background:#d7f1d0;color:#379329}
.price-access-note>div{display:flex;flex-direction:column;min-width:0}
.price-access-note b{font-size:.76rem}
.price-access-note small{margin-top:2px;color:#b9c3bc;font-size:.64rem;line-height:1.38;overflow-wrap:anywhere}
.price-access-note.unlocked small{color:#607364}
.quote-panel-actions{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;margin-top:10px}
.quote-panel-actions .button{min-height:49px!important;margin:0!important;padding-inline:12px}
.home-page .quote-result{margin-top:13px}
.booking-schedule-lock{display:flex;flex-direction:column;justify-content:center;min-height:50px;padding:8px 12px;border-radius:10px;background:#f2f7f1;border:1px solid #dfe8de}
.booking-schedule-lock span{font-size:.7rem;color:#65746a}.booking-schedule-lock b{margin-top:2px;font-size:.82rem;color:#24362a}

@media(min-width:1700px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 490px;min-height:850px}
  .home-page .hero-image,.home-page .quote-box{min-height:850px}
  .home-page .hero-copy{padding-left:62px;padding-right:49%}
}
@media(max-width:1260px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 430px;min-height:790px}
  .home-page .hero-image,.home-page .quote-box{min-height:790px}
  .home-page .hero-copy{padding:58px 45% 54px 36px}
  .home-page .quote-box{padding:24px 22px}
}
@media(max-width:1100px){
  .home-page .hero-grid{grid-template-columns:1fr!important;min-height:auto}
  .home-page .hero-image{min-height:660px}
  .home-page .quote-box{min-height:0}
  .home-page .hero-copy{padding:48px 43% 44px 32px!important}
}
@media(max-width:680px){
  .home-page .hero-image{min-height:610px}
  .home-page .hero-copy{padding:30px 20px 30px!important}
  .home-page .quote-box{padding:22px 15px 24px}
  .quote-box-head{display:block}.quote-lock-badge{display:inline-block;margin-top:10px}
  .quote-tabs{grid-template-columns:1fr 1fr}.quote-tab{font-size:.72rem}.quote-tab span{display:none}
  .address-grid{grid-template-columns:94px minmax(0,1fr);gap:8px}
  .schedule-cards{grid-template-columns:1fr}.schedule-arrow{transform:rotate(90deg);margin:auto}
  .schedule-fields{grid-template-columns:minmax(0,1.2fr) minmax(88px,.8fr)}
  .quote-panel-actions{grid-template-columns:1fr}.quote-panel-actions .button{width:100%}
}

/* ===== v15 hero rebuild: editorial left / structured quote right ===== */
.home-page .hero{
  padding:30px 0 34px;
  background:
    radial-gradient(circle at 12% 8%,rgba(93,227,64,.10),transparent 24%),
    radial-gradient(circle at 86% 16%,rgba(112,167,128,.10),transparent 26%),
    linear-gradient(180deg,#fbfdfb 0%,#f4f8f4 100%);
}
.home-page .hero .wide,
.home-page .quick-strip .wide{width:min(calc(100% - 48px),1780px)}
.home-page .hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(470px,510px);
  grid-template-rows:auto minmax(430px,1fr);
  gap:18px 22px;
  min-height:780px;
  align-items:stretch;
}
.home-page .hero-copy{
  grid-column:1;
  grid-row:1;
  position:relative;
  z-index:3;
  padding:28px 34px 6px 8px!important;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "eyebrow eyebrow"
    "title actions"
    "lede actions"
    "facts facts";
  column-gap:34px;
  align-content:end;
  align-items:end;
  color:#0d1811;
}
.home-page .hero-copy .eyebrow{grid-area:eyebrow;margin:0 0 14px;color:#4b6653}
.home-page .hero-copy h1{
  grid-area:title;
  margin:0 0 14px;
  max-width:900px;
  font-size:clamp(3.35rem,4.2vw,5.35rem)!important;
  line-height:.91;
  letter-spacing:-.06em;
  color:#0c1710;
  text-shadow:none;
}
.home-page .hero-copy h1 em{color:#4dcf2d}
.home-page .hero-copy>p{
  grid-area:lede;
  margin:0;
  max-width:760px;
  color:#52625a;
  font-size:1.02rem;
  line-height:1.6;
  text-shadow:none;
}
.home-page .hero-actions{
  grid-area:actions;
  align-self:end;
  display:grid;
  grid-template-columns:1fr;
  min-width:220px;
  gap:9px;
  margin:0 0 2px;
}
.home-page .hero-actions .button{width:100%;min-height:48px}
.home-page .hero-actions .button.ghost{
  background:#fff;
  color:#17251d;
  border-color:#dfe7df;
  box-shadow:0 8px 22px rgba(20,43,27,.05);
}
.home-page .hero-facts{
  grid-area:facts;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin:20px 0 0;
}
.home-page .hero-facts .pill{
  min-height:0;
  padding:0 0 0 27px;
  border:0;
  background:transparent;
  box-shadow:none;
  color:#33443a;
  font-size:.77rem;
}
.home-page .hero-facts .pill-dot{width:18px;height:18px}
.home-page .hero-image{
  grid-column:1;
  grid-row:2;
  position:relative;
  min-height:430px!important;
  height:100%;
  aspect-ratio:auto!important;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(16,38,23,.09);
  background:#dce4dd;
  box-shadow:0 24px 64px rgba(20,38,26,.12);
}
.home-page .hero-image img{
  width:100%;height:100%;object-fit:cover;
  object-position:center 49%!important;
  filter:saturate(1.03) contrast(1.035) brightness(1.02)!important;
  transform:none!important;
}
.home-page .hero-image:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(8,18,11,0) 58%,rgba(5,13,8,.18) 100%)!important;
}
.home-page .hero-image:after{display:none}
.home-page .route-chip{
  top:16px;left:16px;right:auto;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#17251d;
  border:1px solid rgba(16,38,23,.08);
  box-shadow:0 8px 24px rgba(15,31,20,.08);
  backdrop-filter:blur(10px);
}
.home-page .vehicle-chip{
  right:16px;left:auto;bottom:16px;
  padding:10px 13px;
  border-radius:12px;
  background:rgba(7,17,10,.75);
  border:1px solid rgba(255,255,255,.11);
  backdrop-filter:blur(12px);
}
.home-page .quote-box{
  grid-column:2;
  grid-row:1 / span 2;
  min-height:780px!important;
  height:100%;
  padding:30px 28px 28px;
  border-radius:30px;
  background:rgba(255,255,255,.985);
  border:1px solid rgba(16,38,23,.09);
  box-shadow:0 26px 72px rgba(17,39,24,.10),inset 0 1px 0 #fff;
}
.home-page .quote-box-head{align-items:center}
.home-page .quote-box .eyebrow.dark{margin-bottom:10px}
.home-page .quote-box h2{font-size:2.3rem;letter-spacing:-.045em}
.home-page .quote-box>p{margin-top:8px;font-size:.84rem;line-height:1.5}
.home-page .quote-tabs{margin:17px 0 15px;padding:5px;background:#f1f5f1;border-color:#e1e8e1}
.home-page .quote-tab{min-height:46px;font-size:.8rem}
.home-page .address-block{padding:13px 13px 12px;border-radius:15px}
.home-page .address-block-title{margin-bottom:10px}
.home-page .address-grid{grid-template-columns:108px minmax(0,1fr)}
.home-page .quote-box input,
.home-page .quote-box select,
.home-page .quote-box .x25-select-button{min-height:45px!important}
.home-page .quote-next{min-height:50px!important}
.home-page .schedule-card{padding:12px 11px}
.home-page .price-access-note{margin-top:11px}

.home-page .quick-strip{
  padding:0 0 34px;
  background:#f4f8f4!important;
  border:0!important;
}
.home-page .quick-grid{
  margin-top:0!important;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:10px;
  border:1px solid rgba(16,38,23,.075);
  border-radius:22px;
  background:rgba(255,255,255,.84)!important;
  box-shadow:0 16px 42px rgba(17,39,24,.055)!important;
}
.home-page .quick-grid article,
.home-page .quick-grid article:first-child,
.home-page .quick-grid article:nth-child(2),
.home-page .quick-grid article:nth-child(3),
.home-page .quick-grid article:nth-child(4){
  min-height:94px;
  padding:18px 16px 16px 60px;
  border:1px solid rgba(16,38,23,.055)!important;
  border-radius:15px;
  background:linear-gradient(180deg,#fff,#f9fbf9)!important;
}
.home-page .quick-grid b{color:#142119!important;font-size:.98rem}
.home-page .quick-grid span{color:#66756c!important;font-size:.82rem}
.home-page .quick-grid article:before{
  left:16px;top:18px;width:30px;height:30px;
  background:#eef9eb!important;
  border-color:#d8eed2!important;
  color:#3b9f2a!important;
}

@media(min-width:1680px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 520px;min-height:810px}
  .home-page .quote-box{min-height:810px!important}
  .home-page .hero-copy h1{font-size:5.45rem!important}
}
@media(max-width:1280px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 440px;min-height:760px}
  .home-page .quote-box{min-height:760px!important;padding:26px 22px}
  .home-page .hero-copy{grid-template-columns:1fr;padding-right:10px!important}
  .home-page .hero-copy{grid-template-areas:"eyebrow" "title" "lede" "actions" "facts"}
  .home-page .hero-actions{display:flex;min-width:0;margin-top:18px}
  .home-page .hero-actions .button{width:auto}
  .home-page .hero-copy h1{font-size:clamp(3.1rem,4.6vw,4.7rem)!important}
}
@media(max-width:1080px){
  .home-page .hero .wide{width:min(calc(100% - 32px),1780px)}
  .home-page .hero-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:0;gap:16px}
  .home-page .hero-copy{grid-column:1;grid-row:1;padding:26px 4px 4px!important}
  .home-page .hero-image{grid-column:1;grid-row:2;min-height:520px!important}
  .home-page .quote-box{grid-column:1;grid-row:3;min-height:0!important}
  .home-page .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .home-page .hero{padding:12px 0 22px}
  .home-page .hero .wide{width:100%}
  .home-page .hero-grid{gap:12px}
  .home-page .hero-copy{
    padding:22px 18px 8px!important;
    grid-template-areas:"eyebrow" "title" "lede" "actions" "facts";
  }
  .home-page .hero-copy h1{font-size:clamp(2.9rem,13vw,4rem)!important;line-height:.92}
  .home-page .hero-copy>p{font-size:.95rem}
  .home-page .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
  .home-page .hero-actions .button{width:100%;font-size:.82rem;padding-inline:9px}
  .home-page .hero-facts{display:none}
  .home-page .hero-image{min-height:390px!important;border-radius:0;border-left:0;border-right:0}
  .home-page .hero-image img{object-position:50% 48%!important}
  .home-page .quote-box{margin:0 12px;width:calc(100% - 24px);padding:22px 15px 24px;border-radius:20px}
  .home-page .quick-strip .wide{width:min(calc(100% - 24px),1780px)}
  .home-page .quick-grid{grid-template-columns:1fr;padding:7px;gap:7px;border-radius:18px}
}

/* ===== v16 x25pronto.ch final hero + light booking stage ===== */
:root{
  --pronto-green:#57dc38;
  --pronto-green-dark:#2f9d22;
  --pronto-ink:#0a130d;
  --pronto-soft:#f3f7f2;
}

/* Light, premium navigation to match the hero. */
.site-header{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(12,28,17,.075)!important;
  box-shadow:0 10px 34px rgba(18,39,24,.055)!important;
  backdrop-filter:blur(20px) saturate(1.15)!important;
}
.site-header:before{background:linear-gradient(90deg,transparent 8%,rgba(87,220,56,.34) 34%,rgba(87,220,56,.08) 72%,transparent 95%)!important}
.brand{color:#0c1710!important}.brand small{color:#718078!important}
.main-nav{background:rgba(20,43,27,.018)!important;border-color:rgba(18,39,24,.055)!important}
.nav-root{color:#455249!important}.nav-root:hover{background:#f0f6ef!important;color:#111c15!important}.nav-root.active{background:#eaf7e7!important;color:#235f20!important}
.lang-pill,.account-link{color:#243128!important;border-color:#dce4dd!important;background:#fff!important}
.lang-pill:hover,.account-link:hover{border-color:#bfcebf!important;background:#f8faf8!important}
.menu-toggle{background:#f1f5f1!important;border:1px solid #dfe6df!important}.menu-toggle span{background:#17231b!important}
.mobile-nav{background:#fff!important;border-top:1px solid #e1e7e1!important;box-shadow:0 24px 54px rgba(12,31,19,.12)!important}.mobile-nav a{color:#243128!important;background:#f5f8f5!important}

.home-page .hero{
  padding:26px 0 24px!important;
  background:
    radial-gradient(circle at 13% 5%,rgba(87,220,56,.10),transparent 25%),
    linear-gradient(180deg,#f8fbf8 0%,#eff5ef 100%)!important;
  color:#fff;
}
.home-page .hero:after{display:none!important}
.home-page .hero .wide,.home-page .quick-strip .wide{width:min(calc(100% - 44px),1810px)!important}
.home-page .hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(500px,540px)!important;
  grid-template-rows:minmax(790px,auto)!important;
  gap:22px!important;
  min-height:790px!important;
  align-items:stretch!important;
}
.home-page .hero-image{
  grid-column:1!important;
  grid-row:1!important;
  min-height:790px!important;
  height:100%!important;
  aspect-ratio:auto!important;
  border-radius:30px!important;
  overflow:hidden!important;
  border:1px solid rgba(8,24,13,.08)!important;
  background:#0a120d!important;
  box-shadow:0 28px 72px rgba(15,34,20,.14)!important;
}
.home-page .hero-image picture,.home-page .hero-image img{width:100%;height:100%}
.home-page .hero-image img{
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(1.03) contrast(1.035) brightness(.92)!important;
  transform:none!important;
}
.home-page .hero-image:before{
  display:block!important;
  content:"";
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(4,12,7,.91) 0%,rgba(4,12,7,.78) 23%,rgba(4,12,7,.45) 42%,rgba(4,12,7,.08) 63%,rgba(4,12,7,0) 78%),
    linear-gradient(180deg,rgba(3,10,6,.06) 48%,rgba(3,10,6,.38) 100%)!important;
}
.home-page .hero-image:after{display:none!important}
.home-page .hero-copy{
  grid-column:1!important;
  grid-row:1!important;
  z-index:3!important;
  align-self:stretch!important;
  width:min(62%,720px)!important;
  padding:62px 20px 56px 58px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  color:#fff!important;
  pointer-events:none;
}
.home-page .hero-copy>*{pointer-events:auto}
.home-page .hero-copy .eyebrow{
  margin:0 0 20px!important;
  color:#c6d5ca!important;
  text-shadow:0 1px 12px rgba(0,0,0,.25)!important;
}
.home-page .hero-copy .eyebrow:before{background:#6cec4b!important}
.home-page .hero-copy h1{
  margin:0 0 24px!important;
  max-width:690px!important;
  font-size:clamp(4rem,5.05vw,6.3rem)!important;
  line-height:.89!important;
  letter-spacing:-.066em!important;
  color:#fff!important;
  text-shadow:0 3px 30px rgba(0,0,0,.32)!important;
}
.home-page .hero-copy h1 em{color:#67ec46!important;font-style:normal!important}
.home-page .hero-copy>p{
  margin:0!important;
  max-width:590px!important;
  color:#dbe5dd!important;
  font-size:1.05rem!important;
  line-height:1.63!important;
  text-shadow:0 2px 18px rgba(0,0,0,.28)!important;
}
.home-page .hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  min-width:0!important;
  margin:30px 0 0!important;
}
.home-page .hero-actions .button{width:auto!important;min-height:50px!important}
.home-page .hero-actions .button.ghost{
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.27)!important;
  box-shadow:none!important;
  backdrop-filter:blur(12px)!important;
}
.home-page .hero-actions .button.ghost:hover{background:rgba(255,255,255,.18)!important}
.home-page .hero-facts{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
  margin:30px 0 0!important;
}
.home-page .hero-facts .pill{
  min-height:28px!important;
  padding:0 0 0 27px!important;
  border:0!important;
  background:transparent!important;
  color:#ecf4ee!important;
  font-size:.77rem!important;
  text-shadow:0 1px 12px rgba(0,0,0,.32)!important;
}
.home-page .hero-facts .pill-dot{border-color:rgba(113,238,82,.78)!important;background:rgba(10,30,14,.45)!important}
.home-page .route-chip{
  z-index:4!important;
  top:18px!important;
  left:auto!important;
  right:18px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  color:#1b2a20!important;
  border:1px solid rgba(255,255,255,.68)!important;
  box-shadow:0 9px 24px rgba(12,27,16,.10)!important;
  backdrop-filter:blur(12px)!important;
}
.home-page .vehicle-chip{
  z-index:4!important;
  left:auto!important;
  right:18px!important;
  bottom:18px!important;
  padding:11px 14px!important;
  border-radius:13px!important;
  background:rgba(4,13,8,.70)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.15)!important;
  backdrop-filter:blur(13px)!important;
}

/* Quote panel: intentionally light and equal-height to the hero image. */
.home-page .quote-box{
  grid-column:2!important;
  grid-row:1!important;
  min-height:790px!important;
  height:100%!important;
  padding:28px 27px 26px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  color:#101a13!important;
  background:rgba(255,255,255,.985)!important;
  border:1px solid rgba(15,37,21,.09)!important;
  border-radius:30px!important;
  box-shadow:0 28px 72px rgba(15,34,20,.11),inset 0 1px 0 #fff!important;
}
.home-page .quote-box .eyebrow.dark{margin-bottom:8px!important;color:#4a7250!important}
.home-page .quote-box h2{margin:0!important;font-size:2.25rem!important;line-height:1!important;color:#111b15!important}
.home-page .quote-box>p{margin:10px 0 0!important;max-width:none!important;color:#68756c!important;font-size:.84rem!important;line-height:1.52!important}
.home-page .quote-lock-badge{background:#edf8e9!important;border-color:#d7ebd2!important;color:#327528!important}
.home-page .quote-tabs{margin:18px 0 15px!important;padding:5px!important;background:#f2f5f2!important;border-color:#e0e7e0!important;border-radius:15px!important}
.home-page .quote-tab{min-height:48px!important;border-radius:11px!important;color:#68756c!important}
.home-page .quote-tab.active{background:#fff!important;color:#162019!important;box-shadow:0 6px 18px rgba(18,42,24,.08)!important}
.home-page .quote-tab.active span{background:#e6f7e1!important;color:#349225!important}
.home-page .quote-box form{margin-top:0!important;gap:12px!important}
.home-page .address-block{padding:13px!important;border-color:#e0e7e0!important;background:linear-gradient(180deg,#fff,#fbfdfb)!important}
.home-page .address-index{background:#eaf8e7!important;color:#359527!important;border-color:#d6ecd0!important}
.home-page .address-block-title b{color:#18231b!important}.home-page .address-block-title small{color:#7b887f!important}
.home-page .quote-box label>span{color:#334139!important}
.home-page .quote-box input,.home-page .quote-box select{
  min-height:46px!important;
  background:#fbfcfb!important;
  border-color:#d8e0d8!important;
  color:#101a13!important;
  border-radius:10px!important;
}
.home-page .quote-box input::placeholder{color:#98a39b!important}
.home-page .quote-box input:focus,.home-page .quote-box select:focus{border-color:#69d64e!important;box-shadow:0 0 0 4px rgba(87,220,56,.11)!important}
.home-page .quote-box input:disabled{background:#f1f4f1!important;color:#9da7a0!important}
.home-page .quote-box .x25-select{--sel-bg:#fbfcfb!important;--sel-fg:#101a13!important;--sel-border:#d8e0d8!important;--sel-hover:#f0f6ef!important;--sel-active:#e7f7e3!important;--sel-muted:#7b887f!important;--sel-menu:#fff!important}
.home-page .quote-box .x25-select-button:hover{border-color:#b8c8b9!important}
.home-page .quote-box .x25-select-option.selected{color:#2e8124!important}
.home-page .quote-box .suggestions{background:#fff!important;border-color:#d9e2da!important;box-shadow:0 16px 34px rgba(17,37,23,.12)!important}
.home-page .quote-box .suggestions button{color:#17231b!important}.home-page .quote-box .suggestions button:hover,.home-page .quote-box .suggestions button.active{background:#eef6ed!important}
.home-page .schedule-card{background:linear-gradient(180deg,#fff,#fafcfa)!important;border-color:#e0e7e0!important}
.home-page .availability-note{background:#f2f8f0!important;border-color:#dfebdc!important}
.home-page .price-access-note{background:#101914!important;color:#fff!important;border:1px solid #101914!important}
.home-page .price-access-note.unlocked{background:#eaf8e6!important;color:#18331c!important;border-color:#d1ebca!important}
.home-page .quote-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}
.home-page .quote-auth-actions[hidden]{display:none!important}
.home-page .quote-auth-actions .button{min-height:44px!important;margin:0!important;font-size:.82rem!important;padding-inline:10px!important}
.home-page .quote-auth-actions .button.dark{background:#101914!important;color:#fff!important}
.home-page .quote-panel-actions{margin-top:10px!important}
.home-page .quote-result{margin-top:12px!important;background:#eef9eb!important;border-color:#d7edd2!important;color:#162219!important}
.home-page .quote-result small{color:#617068!important}.home-page #priceValue{color:#2e9a23!important}
.home-page #continueBooking{margin-top:10px!important;background:#101914!important;color:#fff!important}

/* Light service rail directly under hero. */
.home-page .quick-strip{padding:0 0 34px!important;background:#eff5ef!important;border:0!important}
.home-page .quick-grid{
  margin-top:0!important;
  padding:9px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
  border:1px solid rgba(14,36,20,.08)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.91)!important;
  box-shadow:0 16px 44px rgba(16,37,22,.06)!important;
}
.home-page .quick-grid article,.home-page .quick-grid article:first-child,.home-page .quick-grid article:nth-child(2),.home-page .quick-grid article:nth-child(3),.home-page .quick-grid article:nth-child(4){
  min-height:94px!important;
  padding:18px 16px 16px 60px!important;
  border:1px solid #e5ebe5!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#fff,#fafcfa)!important;
}
.home-page .quick-grid article:hover{transform:translateY(-1px)!important;background:#fff!important;border-color:#d4e3d2!important}
.home-page .quick-grid article:before{left:16px!important;top:18px!important;width:30px!important;height:30px!important;background:#ecf8e9!important;border-color:#d6ecd0!important;color:#379b29!important}
.home-page .quick-grid b{color:#152019!important}.home-page .quick-grid span{color:#6b786f!important}

@media(min-width:1680px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 550px!important;grid-template-rows:minmax(820px,auto)!important;min-height:820px!important}
  .home-page .hero-image,.home-page .quote-box{min-height:820px!important}
  .home-page .hero-copy{width:min(58%,760px)!important;padding-left:66px!important}
}
@media(max-width:1320px){
  .home-page .hero-grid{grid-template-columns:minmax(0,1fr) 470px!important;grid-template-rows:minmax(760px,auto)!important;min-height:760px!important}
  .home-page .hero-image,.home-page .quote-box{min-height:760px!important}
  .home-page .hero-copy{width:min(64%,650px)!important;padding:48px 18px 46px 42px!important}
  .home-page .hero-copy h1{font-size:clamp(3.55rem,5vw,5.1rem)!important}
  .home-page .quote-box{padding:24px 21px!important}
}
@media(max-width:1080px){
  .home-page .hero{padding-top:18px!important}
  .home-page .hero .wide{width:min(calc(100% - 30px),1810px)!important}
  .home-page .hero-grid{grid-template-columns:1fr!important;grid-template-rows:minmax(650px,auto) auto!important;min-height:0!important;gap:16px!important}
  .home-page .hero-image{grid-column:1!important;grid-row:1!important;min-height:650px!important}
  .home-page .hero-copy{grid-column:1!important;grid-row:1!important;width:min(62%,650px)!important;padding:48px 20px 46px 42px!important}
  .home-page .quote-box{grid-column:1!important;grid-row:2!important;min-height:0!important;padding:28px!important}
  .home-page .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  .site-header{box-shadow:0 5px 20px rgba(18,39,24,.055)!important}
  .home-page .hero{padding:0 0 18px!important;background:#f4f8f4!important}
  .home-page .hero .wide{width:100%!important}
  .home-page .hero-grid{grid-template-rows:auto auto auto!important;gap:0!important}
  .home-page .hero-copy{
    grid-column:1!important;grid-row:1!important;position:relative!important;width:100%!important;
    padding:30px 20px 26px!important;background:#f7faf7!important;color:#101914!important;
  }
  .home-page .hero-copy .eyebrow{color:#607067!important;text-shadow:none!important;margin-bottom:16px!important}
  .home-page .hero-copy h1{font-size:clamp(3rem,13vw,4.15rem)!important;color:#0d1710!important;text-shadow:none!important;max-width:100%!important}
  .home-page .hero-copy>p{color:#59675e!important;text-shadow:none!important;font-size:.96rem!important}
  .home-page .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;margin-top:22px!important}
  .home-page .hero-actions .button{width:100%!important;font-size:.8rem!important;padding-inline:8px!important}
  .home-page .hero-actions .button.ghost{background:#fff!important;color:#162019!important;border-color:#dbe4db!important}
  .home-page .hero-facts{display:none!important}
  .home-page .hero-image{grid-column:1!important;grid-row:2!important;min-height:450px!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important}
  .home-page .hero-image img{object-position:center center!important;filter:saturate(1.02) contrast(1.03) brightness(.98)!important}
  .home-page .hero-image:before{background:linear-gradient(180deg,transparent 62%,rgba(3,10,6,.24) 100%)!important}
  .home-page .route-chip{top:12px!important;right:12px!important;font-size:.67rem!important}.home-page .vehicle-chip{display:none!important}
  .home-page .quote-box{grid-column:1!important;grid-row:3!important;margin:12px 12px 0!important;width:calc(100% - 24px)!important;min-height:0!important;padding:22px 15px 24px!important;border-radius:21px!important;box-shadow:0 18px 44px rgba(15,34,20,.09)!important}
  .home-page .quote-box-head{display:block!important}.home-page .quote-lock-badge{display:inline-block!important;margin-top:10px!important}
  .home-page .quote-tabs{grid-template-columns:1fr 1fr!important}.home-page .quote-tab{font-size:.73rem!important}.home-page .quote-tab span{display:none!important}
  .home-page .address-grid{grid-template-columns:94px minmax(0,1fr)!important;gap:8px!important}
  .home-page .schedule-cards{grid-template-columns:1fr!important}.home-page .schedule-arrow{transform:rotate(90deg)!important;margin:auto!important}
  .home-page .schedule-fields{grid-template-columns:minmax(0,1.2fr) minmax(88px,.8fr)!important}
  .home-page .quote-auth-actions{grid-template-columns:1fr!important}
  .home-page .quote-panel-actions{grid-template-columns:1fr!important}.home-page .quote-panel-actions .button{width:100%!important}
  .home-page .quick-strip{padding-bottom:24px!important}.home-page .quick-strip .wide{width:min(calc(100% - 24px),1810px)!important}.home-page .quick-grid{grid-template-columns:1fr!important;padding:7px!important;gap:7px!important;border-radius:18px!important}
}

/* ===== v17 supplied icon-only brand + stronger editorial headings ===== */
.brand{gap:0!important;min-width:74px!important;line-height:0!important}
.brand img{width:74px!important;height:auto!important;max-height:48px!important;object-fit:contain!important}
.brand span{display:none!important}
.footer-brand .brand img{width:88px!important;max-height:56px!important}

h1,h2,h3,h4,
.auth-card h1,.dashboard-head h1,.booking-head h2,
.legal-copy h2,.legal-copy h3,.footer-cols h2,
.home-page .hero-copy h1,.home-page .section-heading h2,
.home-page .section.dark h2,.home-page .quote-band h2,.page-hero h1{
  font-weight:800!important;
}
.home-page .hero-copy h1{letter-spacing:-.058em!important}
.home-page .section-heading h2,.home-page .section.dark h2,.home-page .quote-band h2,.page-hero h1{letter-spacing:-.044em!important}

@media(max-width:1080px){
  .brand{min-width:64px!important}
  .brand img{width:64px!important;max-height:44px!important}
}
@media(max-width:680px){
  .brand{min-width:58px!important}
  .brand img{width:58px!important;max-height:40px!important}
  .footer-brand .brand img{width:76px!important;max-height:50px!important}
}

/* ===== v17 final spacing & colour polish ===== */
:root{
  --paper:#f4f7f3;
  --line:#dde5dc;
  --shadow-sm:0 10px 28px rgba(8,24,13,.07);
}
body{line-height:1.58}
.eyebrow{font-weight:800;letter-spacing:.15em}
.button,.text-link{font-weight:800}
.section{padding:104px 0}
.section.tight{padding:72px 0}
.section.white{background:#fbfcfa}
.section.soft{background:#edf3ec}
.section.dark{background:linear-gradient(145deg,#06110a 0%,#071a0e 58%,#0a2112 100%)}
.section-heading{gap:76px;margin-bottom:48px}
.section-heading p{line-height:1.62;color:#5d6b62}
.cards{gap:20px}
.cards article,.card{border-color:#dfe6de;box-shadow:0 12px 34px rgba(9,25,14,.055)}
.cards article h3,.feature-panel h3,.fit-card h3,.aside-card h3{font-weight:800}
.fit-card{border-radius:20px}
.faq-item{border-color:#dde5dc;box-shadow:0 5px 18px rgba(9,25,14,.025)}
.faq-item summary{font-weight:800}
.quote-band{background:linear-gradient(135deg,#07140b,#0b2414);box-shadow:0 22px 52px rgba(4,17,8,.12)}
.site-footer{background:linear-gradient(180deg,#041008,#020905)}

.home-page .quick-grid b{font-weight:800!important}
.home-page .quote-box h2{font-weight:800!important}
.home-page .quote-tab{font-weight:800!important}
.home-page .address-block-title b{font-weight:800!important}
.home-page .schedule-card-head b{font-weight:800!important}

@media(max-width:1080px){
  .section{padding:88px 0}
  .section.tight{padding:62px 0}
}
@media(max-width:680px){
  .section{padding:68px 0}
  .section.tight{padding:52px 0}
  .section-heading{margin-bottom:34px}
}


/* ===== v18 hero CTA alignment + route-chip cleanup ===== */
.home-page .hero-actions{
  justify-content:flex-start!important;
  align-self:flex-start!important;
  width:100%!important;
}
@media(max-width:680px){
  .home-page .hero-actions{
    align-self:stretch!important;
  }
}

/* v19: Footer logo — preserve the original signet proportions exactly. */
.site-footer .footer-brand .brand{
  width:auto!important;
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  align-self:flex-start!important;
}
.site-footer .footer-brand .brand img{
  display:block!important;
  width:auto!important;
  height:48px!important;
  max-width:none!important;
  max-height:48px!important;
  aspect-ratio:597 / 333!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:none!important;
}
@media(max-width:680px){
  .site-footer .footer-brand .brand img{
    width:auto!important;
    height:42px!important;
    max-height:42px!important;
  }
}

/* ===== v22 responsive monitor/laptop polish ===== */
:root{
  --max:1680px;
  --page-gutter:clamp(22px,2.4vw,48px);
}

/* Consistent outer rhythm from laptop to ultrawide monitors. */
.wide{
  width:min(calc(100% - (var(--page-gutter) * 2)),var(--max))!important;
  margin-inline:auto!important;
}
.home-page .hero .wide,
.home-page .quick-strip .wide{
  width:min(calc(100% - (var(--page-gutter) * 2)),var(--max))!important;
}

/* Do not artificially narrow editorial copy or headings inside their grid column. */
h1,h2,h3,h4,p,.lede,
.home-page .hero-copy h1,
.home-page .hero-copy>p,
.home-page .section-heading h2,
.home-page .section-heading p,
.home-page .section.dark h2,
.home-page .section.dark .lede,
.home-page .cargo-copy h2,
.home-page .cargo-copy>p,
.quote-band p,
.faq-item p,
.content-main p,
.page-hero h1,
.page-hero .lede{
  max-width:none!important;
}
h1,h2,h3,h4{
  text-wrap:pretty!important;
  overflow-wrap:normal;
  word-break:normal;
}

/* Global headline scale: calmer on laptops, still substantial on large displays. */
h1{font-size:clamp(3rem,4.25vw,5.15rem)!important}
h2{font-size:clamp(2.25rem,3.15vw,3.75rem)!important}
h3{font-size:clamp(1.18rem,1.45vw,1.65rem)!important}

/* Homepage editorial hierarchy. */
.home-page .section-heading{
  grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr)!important;
  gap:clamp(38px,4vw,72px)!important;
  margin-bottom:44px!important;
  align-items:end!important;
}
.home-page .section-heading.single-heading{
  grid-template-columns:1fr!important;
  gap:0!important;
}
.home-page .section-heading h2,
.home-page .section.dark h2,
.home-page .quote-band h2,
.home-page .cargo-copy h2{
  font-size:clamp(2.55rem,3.2vw,3.8rem)!important;
  line-height:.98!important;
}
.home-page .positioning-heading h2{font-weight:700!important}
.home-page .headline-emphasis{
  display:inline;
  font:inherit;
  font-weight:800!important;
  color:inherit;
}
.home-page .faq-heading{margin-bottom:34px!important}

.home-page .section{padding:92px 0!important}
.home-page .section.tight{padding:68px 0!important}
.home-page .split{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  gap:clamp(44px,5vw,76px)!important;
}
.home-page .cards{gap:18px!important}
.home-page .cards article{
  padding:28px!important;
  min-height:228px!important;
}
.home-page .fit-grid{gap:16px!important}
.home-page .fit-card{padding:30px!important}
.home-page .quote-band{
  padding:44px 48px!important;
  gap:34px!important;
}

/* Hero proportions tuned for 13–16 inch laptops and large external monitors. */
.home-page .hero{padding:24px 0 24px!important}
.home-page .hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(470px,510px)!important;
  grid-template-rows:minmax(760px,auto)!important;
  min-height:760px!important;
  gap:20px!important;
}
.home-page .hero-image,
.home-page .quote-box{min-height:760px!important}
.home-page .hero-copy{
  width:min(64%,700px)!important;
  padding:54px 18px 50px 50px!important;
}
.home-page .hero-copy h1{
  font-size:clamp(3.75rem,4.65vw,5.15rem)!important;
  line-height:.9!important;
}
.home-page .hero-copy>p{font-size:1.01rem!important;line-height:1.62!important}
.home-page .hero-actions{margin-top:26px!important}
.home-page .hero-facts{margin-top:26px!important}

/* Desktop utility lines should stay together instead of breaking awkwardly. */
@media(min-width:1081px){
  .home-page .hero-facts{flex-wrap:nowrap!important;white-space:nowrap!important}
  .trust-row{flex-wrap:nowrap!important}
  .trust-row span{white-space:nowrap!important;flex:0 1 auto}
  .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* Overnight explanatory copy requested in white. */
.home-page .section.dark .lede{
  color:#fff!important;
  opacity:.92!important;
}

/* Aargau is part of the route visual and explicit coverage. */
.map-dot.ag{left:8%;top:56%}
.cards.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.coverage-cards article{min-width:0}

/* Footer signet: use intrinsic SVG ratio only; never force width/height/aspect together. */
.site-footer .footer-brand .brand{
  width:auto!important;
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.site-footer .footer-brand .brand img{
  display:block!important;
  width:74px!important;
  height:auto!important;
  max-width:74px!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 auto!important;
}

/* Large external monitors: a little more air without oversized type. */
@media(min-width:1800px){
  :root{--max:1740px;--page-gutter:52px}
  .home-page .hero-grid{
    grid-template-columns:minmax(0,1fr) 540px!important;
    grid-template-rows:minmax(810px,auto)!important;
    min-height:810px!important;
    gap:24px!important;
  }
  .home-page .hero-image,.home-page .quote-box{min-height:810px!important}
  .home-page .hero-copy{width:min(61%,760px)!important;padding-left:62px!important}
  .home-page .hero-copy h1{font-size:5.25rem!important}
  .home-page .section-heading h2,
  .home-page .section.dark h2,
  .home-page .quote-band h2,
  .home-page .cargo-copy h2{font-size:3.75rem!important}
}

/* Typical external monitor / large laptop widths. */
@media(min-width:1321px) and (max-width:1799px){
  :root{--page-gutter:clamp(28px,2.5vw,44px)}
  .home-page .hero-copy h1{font-size:clamp(4rem,4.45vw,4.85rem)!important}
  .home-page .section-heading h2,
  .home-page .section.dark h2,
  .home-page .quote-band h2,
  .home-page .cargo-copy h2{font-size:clamp(2.85rem,3vw,3.35rem)!important}
  .page-hero h1{font-size:clamp(3.65rem,4.2vw,4.7rem)!important}
}

/* 1280/1366/1440 class laptops: avoid ugly headline wraps. */
@media(min-width:1081px) and (max-width:1320px){
  :root{--page-gutter:24px}
  .home-page .hero-grid{
    grid-template-columns:minmax(0,1fr) 440px!important;
    grid-template-rows:minmax(720px,auto)!important;
    min-height:720px!important;
    gap:16px!important;
  }
  .home-page .hero-image,.home-page .quote-box{min-height:720px!important}
  .home-page .hero-copy{width:min(66%,610px)!important;padding:44px 14px 42px 36px!important}
  .home-page .hero-copy h1{font-size:clamp(3.35rem,4.25vw,4.1rem)!important}
  .home-page .section-heading{
    grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)!important;
    gap:34px!important;
  }
  .home-page .section-heading h2,
  .home-page .section.dark h2,
  .home-page .quote-band h2,
  .home-page .cargo-copy h2{font-size:clamp(2.45rem,3.25vw,2.9rem)!important}
  .home-page .section{padding:82px 0!important}
  .home-page .section.tight{padding:60px 0!important}
  .page-hero h1{font-size:clamp(3.15rem,4.4vw,4rem)!important}
  .page-hero-inner{gap:50px!important}
  .content-grid{gap:48px!important}
  .footer-grid{gap:64px!important}
}

/* Tablet / compact laptop: stack before typography gets cramped. */
@media(max-width:1080px){
  :root{--page-gutter:18px}
  .home-page .hero-grid{grid-template-columns:1fr!important;grid-template-rows:minmax(610px,auto) auto!important;min-height:0!important}
  .home-page .hero-image{min-height:610px!important}
  .home-page .hero-copy{width:min(66%,640px)!important;padding:44px 18px 42px 34px!important}
  .home-page .hero-copy h1{font-size:clamp(3.25rem,7vw,4.2rem)!important}
  .home-page .quote-box{min-height:0!important}
  .home-page .section-heading,.home-page .split{grid-template-columns:1fr!important;gap:30px!important}
  .home-page .section-heading h2,
  .home-page .section.dark h2,
  .home-page .quote-band h2,
  .home-page .cargo-copy h2{font-size:clamp(2.35rem,5.1vw,3rem)!important}
  .cards.five{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trust-row{flex-wrap:wrap!important}
}

@media(max-width:680px){
  :root{--page-gutter:12px}
  .home-page .hero-copy{width:100%!important;padding:28px 18px 24px!important}
  .home-page .hero-copy h1{font-size:clamp(2.8rem,12vw,3.75rem)!important}
  .home-page .hero-image{min-height:430px!important}
  .home-page .section{padding:64px 0!important}
  .home-page .section.tight{padding:48px 0!important}
  .home-page .section-heading h2,
  .home-page .section.dark h2,
  .home-page .quote-band h2,
  .home-page .cargo-copy h2{font-size:clamp(2.15rem,9.5vw,2.75rem)!important}
  .home-page .quote-band{padding:28px 22px!important}
  .cards.five{grid-template-columns:1fr}
  .site-footer .footer-brand .brand img{width:66px!important;max-width:66px!important;height:auto!important}
  .map-dot.ag{left:6%;top:60%}
}

/* ===== v23 address rows: street + house number stay on one row ===== */
.home-page .address-grid{
  grid-template-columns:108px minmax(0,1fr) 108px!important;
  gap:9px!important;
}
.home-page .address-grid>label:nth-child(1){grid-column:1!important}
.home-page .address-grid>label:nth-child(2){grid-column:2 / 4!important}
.home-page .address-grid>label:nth-child(3),
.home-page .address-grid>.span-2{grid-column:1 / 3!important}
.home-page .address-grid>label:nth-child(4){grid-column:3!important}
.home-page .address-grid label>span{white-space:nowrap!important}
.home-page .address-grid>label:nth-child(4) input{padding-inline:10px!important}

@media(max-width:680px){
  .home-page .address-grid{
    grid-template-columns:86px minmax(0,1fr) 86px!important;
    gap:8px!important;
  }
}

/* ===== v24 footer repair: compact headings + intrinsic logo ratio ===== */
.site-footer{
  padding:54px 0 22px!important;
}
.site-footer .footer-grid{
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.45fr)!important;
  gap:clamp(48px,5.5vw,94px)!important;
  align-items:start!important;
}
.site-footer .footer-cols{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(28px,3.2vw,54px)!important;
  align-items:start!important;
}
.site-footer .footer-cols h2{
  margin:0!important;
  font-size:clamp(.86rem,.78vw,.98rem)!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.012em!important;
  text-transform:none!important;
  color:#c8d6cb!important;
}
.site-footer .footer-cols ul{
  margin:15px 0 0!important;
}
.site-footer .footer-cols li{
  margin:7px 0!important;
  line-height:1.42!important;
}
.site-footer .footer-cols a{
  font-size:.84rem!important;
  line-height:1.42!important;
}
.site-footer .footer-brand p{
  margin-top:20px!important;
  font-size:.84rem!important;
  line-height:1.64!important;
}
.site-footer .footer-brand .brand{
  display:inline-flex!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  align-items:center!important;
  justify-content:flex-start!important;
  line-height:0!important;
}
.site-footer .footer-brand .brand img{
  display:block!important;
  width:auto!important;
  height:46px!important;
  max-width:none!important;
  max-height:46px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:none!important;
}
.site-footer .footer-bottom{
  margin-top:42px!important;
  padding-top:18px!important;
  font-size:.74rem!important;
}

@media(max-width:980px){
  .site-footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }
  .site-footer .footer-cols{
    gap:28px!important;
  }
}

@media(max-width:680px){
  .site-footer{
    padding-top:44px!important;
  }
  .site-footer .footer-cols{
    grid-template-columns:1fr 1fr!important;
    gap:28px 24px!important;
  }
  .site-footer .footer-cols>div:last-child{
    grid-column:1 / -1!important;
  }
  .site-footer .footer-cols h2{
    font-size:.9rem!important;
  }
  .site-footer .footer-brand .brand img{
    width:auto!important;
    height:42px!important;
    max-width:none!important;
    max-height:42px!important;
  }
  .site-footer .footer-bottom{
    margin-top:32px!important;
    gap:14px!important;
    flex-wrap:wrap!important;
  }
}

/* ===== v26 regression-safe final overrides =====
   1) Street + house number stay on one row.
   2) Footer headings remain compact.
   3) Footer logo keeps the SVG's intrinsic aspect ratio — never stretched.
   4) Project uses only the bundled InterX25/Lato font family. */

/* Address rows: PLZ + Ort first row, Strasse + Hausnummer second row. */
.home-page .quote-box .address-grid{
  display:grid!important;
  grid-template-columns:108px minmax(0,1fr) 108px!important;
  column-gap:9px!important;
  row-gap:9px!important;
  align-items:end!important;
}
.home-page .quote-box .address-grid>label:nth-child(1){grid-column:1!important;grid-row:1!important}
.home-page .quote-box .address-grid>label:nth-child(2){grid-column:2 / 4!important;grid-row:1!important}
.home-page .quote-box .address-grid>label:nth-child(3),
.home-page .quote-box .address-grid>.span-2{grid-column:1 / 3!important;grid-row:2!important}
.home-page .quote-box .address-grid>label:nth-child(4){grid-column:3!important;grid-row:2!important}
.home-page .quote-box .address-grid label>span{white-space:nowrap!important}
.home-page .quote-box .address-grid>label:nth-child(4) input{padding-left:10px!important;padding-right:10px!important}

/* Footer: compact navigation headings, protected from global H2 rules. */
.site-footer .footer-cols h2{
  margin:0!important;
  padding:0!important;
  font-family:InterX25!important;
  font-size:.90rem!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  text-transform:none!important;
  color:#c8d6cb!important;
}
.site-footer .footer-cols ul{margin-top:14px!important}
.site-footer .footer-cols li{margin:7px 0!important}
.site-footer .footer-cols a{font-size:.84rem!important;line-height:1.42!important}

/* Footer logo: scale on ONE axis only. Intrinsic SVG ratio controls width. */
.site-footer .footer-brand .brand{
  display:inline-flex!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  align-items:center!important;
  justify-content:flex-start!important;
  line-height:0!important;
}
.site-footer .footer-brand .brand img{
  display:block!important;
  width:auto!important;
  height:41px!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  max-height:41px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform:none!important;
  flex:none!important;
}

@media(max-width:980px){
  .site-footer .footer-brand .brand img{
    width:auto!important;
    height:39px!important;
    max-height:39px!important;
  }
}

@media(max-width:680px){
  .home-page .quote-box .address-grid{
    grid-template-columns:86px minmax(0,1fr) 86px!important;
    column-gap:8px!important;
    row-gap:8px!important;
  }
  .site-footer .footer-cols h2{font-size:.88rem!important}
  .site-footer .footer-brand .brand img{
    width:auto!important;
    height:37px!important;
    max-height:37px!important;
  }
}
