/* style.css */

:root{--navy:#101e2b;--deep:#09141e;--ink:#142533;--muted:#576672;--blue:#007da6;--ice:#70dcf1;--paper:#f1f5f6;--line:#d7e1e5;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font:16px/1.65 Arial,Helvetica,sans-serif;color:var(--ink);background:white}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(3rem,5.7vw,5.6rem);font-weight:600}h2{font-size:clamp(2rem,3.6vw,3.6rem);font-weight:500}h3{font-size:1.6rem;font-weight:500}p+p{margin-top:1rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #078db5;outline-offset:5px}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.eyebrow{font-size:.75rem;letter-spacing:.17em;text-transform:uppercase;font-weight:700;display:block;margin-bottom:22px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;background:var(--ice);color:var(--deep);border:1px solid transparent;border-radius:3px;padding:15px 23px;font-weight:700;font-size:.9rem;line-height:1.4;min-height:52px;text-decoration:none}.button:hover{background:#a0edfa;text-decoration:none}.button.dark{background:var(--navy);color:white}.button.dark:hover{background:#294454}.button.outline{background:transparent;border-color:#ffffff70;color:white}.button.outline:hover{background:#ffffff16}.skip{position:fixed;left:20px;top:-100px;z-index:10;background:white;padding:15px}.skip:focus{top:10px}.header{position:sticky;top:0;z-index:9;background:#fff;border-bottom:1px solid var(--line)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand:hover{text-decoration:none}.brand-mark{height:36px;width:29px;border:2px solid var(--ink);border-radius:12px 12px 15px 15px;display:grid;place-items:center;font-size:23px;font-weight:700;color:var(--blue)}.brand-name{font-size:1.5rem;letter-spacing:.09em;font-weight:700}.brand small{display:block;font-size:.6rem;letter-spacing:.27em;margin-top:7px}.navlinks{display:flex;gap:28px;align-items:center;font-size:.875rem}.navlinks .button{padding:12px 17px;min-height:44px}.menu{display:none}.hero{position:relative;min-height:680px;background:var(--deep);color:white;isolation:isolate;overflow:hidden}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,31,.90),rgba(6,19,31,.45) 55%,rgba(6,19,31,.1)),linear-gradient(0deg,#0a1929aa,transparent 55%);z-index:-1}.hero-content{padding-top:87px;padding-bottom:125px}.hero .eyebrow{color:#ade6f3}.hero h1{max-width:800px}.hero h1 span{color:var(--ice)}.hero p{max-width:490px;color:#e0e9ed;margin-top:26px;font-size:1.1rem}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:33px}.hero-bottom{position:absolute;bottom:29px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#e0e9ed}.hero-bottom span:last-child{font-size:.75rem;letter-spacing:.07em}.trust{background:var(--navy);color:#fff}.trust .wrap{display:grid;grid-template-columns:repeat(3,1fr);padding-block:26px}.trust p{margin:0;padding-left:28px;border-left:1px solid #63727e}.trust p:first-child{padding:0;border:0}.trust strong{display:block;font-size:.95rem}.trust small{color:#adbdc9;font-size:.8rem}.section{padding-block:100px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:42px}.section-head p{max-width:340px;color:var(--muted)}.section .eyebrow{color:var(--blue);margin-bottom:17px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{display:flex;flex-direction:column;position:relative;padding:32px;background:var(--paper);border:1px solid #e4ebee;min-height:345px}.card .num{font-size:.8rem;color:var(--blue);letter-spacing:.12em;margin-bottom:54px}.card h3{margin-bottom:16px}.card p{font-size:.95rem;color:var(--muted);margin-bottom:28px}.card a{font-size:.9rem;font-weight:700;margin-top:auto;display:flex;justify-content:space-between}.card:hover{border-color:#86b7c6}.feature{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-copy p{color:var(--muted);margin-top:23px}.feature-copy .textlink{display:inline-block;font-weight:700;color:var(--blue);margin-top:28px}.feature-panel{background:var(--navy);color:white;padding:45px;position:relative}.feature-panel .eyebrow{color:var(--ice)}.feature-panel h3{font-size:2rem;max-width:360px}.feature-panel ol{list-style:none;padding:0;margin:28px 0 0;counter-reset:features}.feature-panel li{padding:18px 0;border-top:1px solid #43505b;display:flex;gap:20px;counter-increment:features}.feature-panel li:before{content:"0" counter(features);color:var(--ice);font-size:.8rem}.feature-panel small{display:block;color:#afc2ce;font-size:.85rem}.config-section{background:var(--paper)}.config{display:grid;grid-template-columns:1.25fr 1fr;border:1px solid var(--line);background:white}.config-options{padding:40px}.config fieldset{border:0;padding:0;margin:0 0 30px;min-width:0}.config legend{font-weight:700;font-size:1rem;margin-bottom:18px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.choice{display:flex;align-items:center;gap:10px;padding:18px 12px;min-height:72px;border:1px solid var(--line);border-radius:3px;font-size:.9rem;cursor:pointer}.choice:has(input:checked){border-color:var(--blue);background:#eaf7fa;color:#005b79}.choice input{accent-color:var(--blue);width:17px;height:17px;flex-shrink:0}.checks{display:grid;gap:12px}.checks label{display:flex;gap:12px;align-items:flex-start;cursor:pointer}.checks input{accent-color:var(--blue);margin-top:6px;width:17px;height:17px}.checks small{display:block;color:var(--muted);font-size:.85rem}.config-result{background:var(--navy);color:white;padding:40px;display:flex;flex-direction:column}.config-result .eyebrow{color:var(--ice)}.config-result h3{font-size:2.45rem;margin-bottom:18px}.config-result p{color:#c1d1dd}.config-result ul{padding:0;list-style:none;margin:24px 0 30px}.config-result li{padding:10px 0;border-bottom:1px solid #40505c;font-size:.9rem}.config-result li:before{content:"+";color:var(--ice);margin-right:13px}.config-result .button{margin-top:auto;align-self:flex-start}.config-result small{font-size:.8rem;color:#bacbd6;display:block;margin-top:17px}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.process>div{border-top:1px solid var(--line);padding-top:25px}.process span{color:var(--blue);font-size:.8rem}.process h3{font-size:1.4rem;margin:18px 0 15px}.process p{font-size:.95rem;color:var(--muted)}.contact{background:var(--paper)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.contact-info>p{margin-top:24px;color:var(--muted)}.contact-details{margin-top:36px}.contact-details a{display:block;width:fit-content;font-size:1.2rem;margin:8px 0}.contact-details small{display:block;color:var(--muted);font-size:.85rem}.contact-details address{font-style:normal;margin-top:30px}.contact-form{background:white;padding:35px;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:block;font-size:.875rem;font-weight:700}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{display:block;width:100%;padding:12px;margin-top:7px;border:1px solid #a5b4bd;border-radius:2px;background:white;color:var(--ink);font-weight:400;min-height:48px}.field textarea{resize:vertical}.field input[readonly]{background:var(--paper);color:var(--muted)}.required-note{color:var(--muted);font-size:.8rem;margin-bottom:21px}.privacy-check{display:flex;gap:12px;align-items:flex-start;font-size:.85rem;margin:22px 0}.privacy-check input{margin-top:6px;width:18px;height:18px;flex-shrink:0;accent-color:var(--blue)}.privacy-check a{text-decoration:underline}.form-status{font-size:.9rem;margin-top:17px;min-height:1em}.form-status.error{color:#a12222}.form-status.success{color:#146043}.hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.contact-form button{width:100%}.contact-form button:disabled{opacity:.55;cursor:wait}.footer{background:var(--deep);color:white;padding:45px 0 25px}.footer .brand-mark{border-color:white}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:36px}.footer-top p{color:#a7bdcb;font-size:.9rem}.footer-bottom{border-top:1px solid #35434f;padding-top:23px;display:flex;gap:25px;justify-content:space-between;font-size:.8rem;color:#afc1cd}.footer-bottom nav{display:flex;gap:25px}.legal{max-width:850px;padding-block:70px}.legal h1{font-size:3rem;margin-bottom:32px}.legal h2{font-size:1.55rem;margin:32px 0 15px;letter-spacing:-.02em}.legal p,.legal ul{color:var(--muted)}.legal a{text-decoration:underline}.notice{background:#e7f5f9;border-left:3px solid var(--blue);padding:18px;margin:24px 0}.mobile-cta{display:none}[hidden]{display:none!important} @media(min-width:1600px){.hero{min-height:750px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.navlinks{gap:15px}.navlinks>a{font-size:.8rem}.section{padding-block:70px}.feature{gap:35px}.contact-grid{gap:35px}.config-options,.config-result{padding:28px}.choice-grid{grid-template-columns:1fr}.choice{min-height:50px;padding:10px 15px}.card{padding:25px}.hero{min-height:620px}.hero-content{padding-top:70px}}@media(max-width:760px){.wrap{width:calc(100% - 36px)}.nav{height:74px}.brand-name{font-size:1.25rem}.brand small{font-size:.53rem}.menu{display:block;background:transparent;border:1px solid var(--line);padding:8px 12px;min-height:44px;color:var(--ink)}.navlinks{display:none;position:absolute;left:0;right:0;top:74px;background:white;padding:18px;box-shadow:0 12px 22px #12233220}.navlinks.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.navlinks>a{padding:13px;font-size:1rem}.hero{min-height:660px}.hero-content{padding-top:60px;padding-bottom:120px}.hero h1{font-size:clamp(2.8rem,10.7vw,4.5rem)}.hero p{font-size:1rem}.hero:after{background:linear-gradient(90deg,#06131fd9,#06131f55),linear-gradient(0deg,#06131fbb,transparent)}.hero picture img{object-position:58% center}.hero-bottom{bottom:24px;display:block}.hero-bottom span{display:block;margin-top:8px}.actions{gap:12px}.actions .button{font-size:.85rem;padding:14px 17px;gap:15px}.trust .wrap{grid-template-columns:1fr;padding-block:8px}.trust p,.trust p:first-child{padding:16px 0;border:0;border-bottom:1px solid #354754}.trust p:last-child{border:0}.trust strong{display:inline;margin-right:8px}.trust small{display:block}.section{padding-block:59px}.section-head{display:block;margin-bottom:28px}.section-head p{margin-top:20px}.cards,.process{grid-template-columns:1fr;gap:16px}.card{min-height:unset;padding:26px}.card .num{margin-bottom:30px}.card h3{font-size:1.7rem}.card p{max-width:420px}.feature,.config,.contact-grid{grid-template-columns:1fr;gap:30px}.feature-panel{padding:30px}.config{gap:0}.config-options,.config-result{padding:27px}.choice-grid{grid-template-columns:1fr}.config-result h3{font-size:2rem}.form-grid{grid-template-columns:1fr}.contact-form{padding:24px}.contact-details a{font-size:1rem;overflow-wrap:anywhere}.process{gap:27px}.footer{padding-bottom:93px}.footer-top,.footer-bottom{display:flex;align-items:flex-start;flex-direction:column;gap:24px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--line);padding:10px 18px calc(10px + env(safe-area-inset-bottom));z-index:8;gap:15px;align-items:center;justify-content:space-between}.mobile-cta .button{min-height:44px;padding:10px 16px;font-size:.85rem}.mobile-cta>a:first-child{font-size:.85rem}.legal h1{font-size:2.4rem}.legal{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

/* Reference-led revision: bright alpine panorama, teal condensed headlines, personal installer focus. */
@font-face{font-family:Oswald;src:url('oswald.woff2') format('woff2');font-style:normal;font-weight:200 700;font-display:swap}
:root{--blue:#006d80;--ice:#a7e7ee;--navy:#0c3541;--deep:#082630;--paper:#f2f6f6;--ink:#18383f}
h1,h2,h3{font-family:Oswald,'Arial Narrow',Arial,sans-serif;letter-spacing:-.02em}h2{text-transform:uppercase;font-size:clamp(2rem,3.3vw,3.3rem);font-weight:500;color:var(--blue);line-height:1.18}h3{letter-spacing:0}
.brand-name{font-size:2rem;letter-spacing:-.055em;font-weight:800}.brand-mark{display:none}.brand small{letter-spacing:.14em;font-size:.65rem}.navlinks{font-family:Oswald,Arial,sans-serif;text-transform:uppercase;font-size:1rem;gap:26px}.navlinks .button{font-family:Arial,sans-serif;text-transform:none}
.homepage .header{position:absolute;top:0;left:0;right:0;background:linear-gradient(#082630a6,transparent);color:white;border:0}.homepage .header .button{background:white;color:var(--deep)}.homepage .nav{height:104px}.hero{min-height:570px}.hero-content{padding-top:188px;padding-bottom:112px;text-align:center}.hero h1{max-width:none;font-size:clamp(2.8rem,5vw,4.9rem);font-weight:500;text-transform:uppercase;line-height:1.23}.hero h1 span{font-family:Arial,sans-serif;color:#0b4854;font-size:clamp(1.2rem,2.2vw,2rem);background:white;padding:10px 22px;display:inline-block;letter-spacing:-.025em;text-transform:none;margin-top:10px;font-weight:700}.hero p{margin:24px auto 0;max-width:670px;color:white;font-size:1.08rem}.hero .eyebrow{color:white;letter-spacing:.15em;margin-bottom:13px}.hero:after{background:linear-gradient(180deg,#06232e44,#06232e28 45%,#06232e77)}.hero .actions{justify-content:center;margin-top:24px}.hero .button{background:white;color:#084453}.hero .button.outline{background:#006d80;color:white;border:1px solid #006d80}.hero-bottom{font-size:.8rem}.hero-bottom span:last-child{display:none}.hero-bottom{justify-content:center;bottom:20px}.hero picture img{object-position:center 45%}.trust{background:white;color:var(--ink);border-bottom:1px solid var(--line)}.trust p{border-color:var(--line)}.trust strong{color:var(--blue)}.trust small{color:var(--muted)}.section{padding-block:72px}.feature-panel{background:var(--paper);color:var(--ink);border-top:4px solid var(--blue);padding:35px}.feature-panel .eyebrow{color:var(--blue)}.feature-panel li{border-color:var(--line)}.feature-panel li:before{color:var(--blue)}.feature-panel small{color:var(--muted)}.advisor-role{color:var(--muted);font-size:.9rem;margin-top:12px}.advisor-phone{font-family:Oswald,Arial,sans-serif;font-size:1.8rem;color:var(--blue);display:block;margin-top:16px}.feature-copy .button{margin-top:25px}.config-result h3{font-size:2.5rem}.config-result .eyebrow{color:#b1e9f0}.config-result .button{background:white}.contact{background:white}.contact-form{background:var(--paper)}.card{background:white;border-top:3px solid var(--blue)}.card .num{margin-bottom:35px;font-weight:700}.card h3{color:var(--blue)}.section-head{margin-bottom:35px}.footer .brand-name{font-family:Arial,sans-serif}.menu{color:inherit}.homepage .menu{border-color:#ffffff80;background:#083e4aad}
@media(max-width:760px){.homepage .nav{height:82px}.homepage .navlinks{top:82px;background:#fff;color:var(--ink)}.homepage .navlinks .button{background:var(--navy);color:white}.hero-content{padding-top:143px;padding-bottom:80px}.hero{min-height:650px}.hero h1{font-size:clamp(2.35rem,9vw,3.5rem)}.hero h1 span{font-size:1.4rem;line-height:1.4;padding:10px 14px;margin-top:17px}.hero p{font-size:1rem}.hero .eyebrow{font-size:.72rem;max-width:270px;margin-inline:auto}.hero .actions{flex-direction:column;max-width:300px;margin-inline:auto}.hero-bottom{bottom:20px;text-align:center}.hero-bottom span:first-child{font-size:.73rem}.trust p,.trust p:first-child{border-color:var(--line)}.section{padding-block:48px}.brand-name{font-size:1.7rem}.brand small{font-size:.55rem}.navlinks{font-family:Arial,sans-serif;text-transform:none}.feature-panel{padding:26px}.hero picture img{object-position:50% center}}

/* Hero-only update: original image and left-aligned editorial typography. */
.hero{min-height:680px}.hero-content{text-align:left;padding-top:175px;padding-bottom:115px}.hero h1{font-family:Arial,Helvetica,sans-serif;text-transform:none;font-size:clamp(3.1rem,4.7vw,4.6rem);font-weight:600;line-height:1.1;letter-spacing:-.048em;max-width:920px}.hero h1 span{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;letter-spacing:inherit;display:inline;background:none;padding:0;margin:0;color:#b2edf1}.hero p{max-width:560px;margin:27px 0 0;font-size:1.1rem;line-height:1.75;color:#f1f6f8}.hero .eyebrow{margin:0 0 24px;color:#d2f2f6}.hero .actions{justify-content:flex-start;margin:30px 0 0}.hero .button{background:#b2edf1;color:#0b3540}.hero .button:hover{background:#d8f9fb}.hero .button.outline{background:#092a3633;color:white;border:1px solid #d7eaf0aa}.hero .button.outline:hover{background:#ffffff22}.hero:after{background:linear-gradient(90deg,rgba(4,23,32,.78),rgba(4,23,32,.50) 42%,rgba(4,23,32,.08) 78%),linear-gradient(0deg,rgba(4,23,32,.35),transparent 35%)}.hero picture img{object-position:center 48%}.hero-bottom{justify-content:flex-start;text-align:left;bottom:28px}.hero-bottom span:first-child{font-size:.8rem}
@media(max-width:760px){.hero{min-height:690px}.hero-content{padding-top:145px;padding-bottom:92px}.hero h1{font-size:clamp(2.45rem,8.8vw,3.55rem);line-height:1.12;max-width:580px}.hero h1 span{font-size:inherit;line-height:inherit;background:none;padding:0;margin:0}.hero p{font-size:1rem;margin-top:24px;line-height:1.7;max-width:440px}.hero .eyebrow{max-width:280px;margin:0 0 22px;font-size:.73rem;line-height:1.7}.hero .actions{margin:27px 0 0;max-width:310px;align-items:stretch}.hero picture img{object-position:58% center}.hero:after{background:linear-gradient(90deg,#061e2ad9,#061e2a55),linear-gradient(0deg,#061e2a55,transparent 50%)}.hero-bottom{bottom:22px}.hero-bottom span:first-child{font-size:.72rem}}

/* Requested review refinements only. */
.brand-logo{display:block;width:350px;max-width:100%;height:auto}.header .brand{min-width:0;flex-shrink:1;background:var(--navy);padding:10px 13px;border-radius:3px}.homepage .header .brand{background:transparent;padding:0}.footer .brand{flex-shrink:0}.footer .brand-logo{width:340px}
.hero .button.outline{background:#f8cd7a;border:2px solid #f8cd7a;color:#083440;box-shadow:0 6px 20px #001b2933}.hero .button.outline:hover{background:#edbf65;border-color:#edbf65;color:#083440}.hero .button.outline:focus-visible{outline-color:white;outline-offset:6px}
.trust{background:#eef5f6;border:0;padding:24px 0}.trust .wrap{padding:0;gap:18px}.trust-item{display:flex;align-items:center;gap:18px;padding:25px;background:#fff;border:1px solid #dbe7e9;border-radius:7px;box-shadow:0 4px 14px #153c4810}.trust .trust-item p,.trust .trust-item p:first-child{padding:0;border:0}.trust strong{font-size:1.04rem;font-weight:700;line-height:1.4;margin-bottom:5px}.trust small{font-size:.85rem;line-height:1.5}.trust-icon{display:grid;place-items:center;flex:0 0 48px;height:48px;color:#006d80;background:#e8f5f6;border-radius:50%}.trust-icon svg{width:26px;height:26px}
.advisor-intro{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center}.advisor-photo{width:170px;height:190px;object-fit:cover;object-position:center 25%;border-radius:4px}.advisor-intro h3{font-size:1.8rem;line-height:1.2}.advisor-intro .advisor-role{font-size:.84rem;line-height:1.6}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.card .vehicle-photo{width:calc(100% + 64px);max-width:none;height:auto;aspect-ratio:16/9;object-fit:cover;margin:-32px -32px 27px}.card{overflow:hidden}.journey .section-head{align-items:flex-end}.journey h2{text-transform:none;font-family:Arial,Helvetica,sans-serif;line-height:1.14;letter-spacing:-.045em;font-weight:600;color:var(--ink);font-size:clamp(2rem,3.3vw,3.3rem)}.journey-link{font-weight:700;color:var(--blue);font-size:.95rem;white-space:nowrap}.journey .process{gap:45px}.journey .process>div{border-color:#9cb4ba;padding-top:22px}.journey .process span{font-size:.8rem;font-weight:700;letter-spacing:.06em}.journey .process h3{font-family:Arial,Helvetica,sans-serif;font-size:1.4rem;font-weight:600;letter-spacing:-.02em}.journey .process p{font-size:1rem}
@media(max-width:1100px){.header .brand-logo{width:270px}.trust-item{padding:19px;gap:13px}.trust-icon{flex-basis:40px;height:40px}.advisor-intro{grid-template-columns:130px 1fr;gap:18px}.advisor-photo{width:130px;height:150px}}
@media(max-width:1000px){.card .vehicle-photo{width:calc(100% + 50px);margin:-25px -25px 24px}.journey-link{white-space:normal}}
@media(max-width:760px){.header .brand-logo{width:min(250px,calc(100vw - 125px))}.nav{gap:15px}.homepage .nav{height:90px}.homepage .navlinks{top:90px}.trust{padding:20px 0}.trust .wrap{padding:0;gap:12px}.trust-item{padding:20px;gap:18px}.trust .trust-item p,.trust .trust-item p:first-child{padding:0;border:0}.trust strong{display:block;margin-right:0}.trust-icon{flex-basis:44px;height:44px}.advisor-intro{grid-template-columns:110px 1fr;gap:17px}.advisor-photo{width:110px;height:140px}.advisor-intro h3{font-size:1.55rem}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.choice{padding:12px 10px;font-size:.87rem}.card .vehicle-photo{width:calc(100% + 52px);margin:-26px -26px 26px}.journey .section-head{display:block}.journey-link{display:inline-block;margin-top:22px}.journey .process{gap:28px}.footer .brand-logo{width:min(340px,100%)}}

/* Original-path subpages, extending the preserved V2 design. */
.more-nav{position:relative}.more-nav>summary{cursor:pointer;padding:12px 0;font-size:1rem;white-space:nowrap}.more-panel{position:absolute;right:0;top:100%;display:grid;grid-template-columns:1fr 1fr;gap:24px;width:min(660px,calc(100vw - 48px));padding:26px;background:white;color:var(--ink);box-shadow:0 12px 35px #08263030;border:1px solid var(--line);font:1rem/1.5 Arial,sans-serif;text-transform:none;max-height:70vh;overflow:auto}.more-panel>div:last-child{grid-column:1/-1}.more-panel strong,.site-directory strong{display:block;color:var(--blue);margin-bottom:10px}.more-panel a,.site-directory a{display:block;padding:7px 0;font-size:.9375rem;overflow-wrap:anywhere}.site-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:30px 0;border-top:1px solid #35434f}.site-directory strong{color:var(--ice)}.site-directory a{color:#d6e5e9}.subpage-hero{background:var(--paper);border-bottom:1px solid var(--line);padding:56px 0}.subpage-hero h1{font-family:Oswald,Arial,sans-serif;color:var(--blue);font-size:clamp(2.4rem,5vw,4rem);line-height:1.2;overflow-wrap:anywhere}.subpage-hero p{max-width:760px;margin-top:20px;font-size:1.1rem}.breadcrumbs{font-size:.875rem;margin-bottom:28px;color:var(--muted)}.breadcrumbs a{text-decoration:underline}.article-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(230px,1fr);gap:60px;align-items:start}.article-body{min-width:0}.article-photo{width:100%;height:auto;max-height:470px;object-fit:cover;margin-bottom:36px;border-radius:3px}.article-section{margin-bottom:34px}.article-section h2{font-size:clamp(1.5rem,2.4vw,2rem);margin-bottom:16px;text-transform:none}.article-section p{font-size:1rem;line-height:1.8;color:var(--muted)}.article-aside{padding:28px;background:var(--paper);border-top:3px solid var(--blue)}.article-aside h2{font-size:1.7rem}.article-aside p{margin:20px 0}.article-aside .button{width:100%}.article-aside>a:last-child{display:block;margin-top:22px;color:var(--blue);font-size:.9375rem}.news-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card{border:1px solid var(--line);background:white}.news-card img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.news-card-copy{padding:24px}.news-card h3{font-size:1.6rem;color:var(--blue);line-height:1.25}.news-card p{margin:14px 0;color:var(--muted)}.news-card a{font-weight:700}.news-section{background:var(--paper)}
@media(min-width:761px){.navlinks{gap:18px}.header .brand-logo{width:280px}}
@media(max-width:1000px){.navlinks{gap:12px}.header .brand-logo{width:230px}.navlinks .button{padding:10px;font-size:.8rem}.article-layout{gap:28px}.news-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.more-nav{width:100%}.more-panel{position:static;width:100%;box-shadow:none;grid-template-columns:1fr;padding:16px;max-height:none}.more-panel>div:last-child{grid-column:auto}.navlinks.open{max-height:calc(100dvh - 100px);overflow:auto}.site-directory,.article-layout,.news-cards{grid-template-columns:1fr}.subpage-hero{padding:38px 0}.article-aside{margin-top:8px}.site-directory{gap:24px}.header .brand-logo{width:min(250px,calc(100vw - 125px))}}

@media(min-width:761px) and (max-width:1050px){.menu{display:block;background:transparent;border:1px solid var(--line);padding:8px 12px;min-height:44px;color:inherit}.navlinks{display:none;position:absolute;left:0;right:0;top:88px;background:white;color:var(--ink);padding:18px;box-shadow:0 12px 22px #12233220}.homepage .navlinks{top:104px}.navlinks.open{display:flex;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100dvh - 104px);overflow:auto}.navlinks>a{padding:13px;font-size:1rem}.homepage .navlinks .button{background:var(--navy);color:white}.more-nav{width:100%}.more-panel{position:static;width:100%;box-shadow:none;max-height:none}.header .brand-logo{width:280px}}

/* Restored original pages */
.original-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.original-gallery a{display:block;overflow:hidden;border-radius:12px;background:#e8edf0}.original-gallery img{display:block;width:100%;height:240px;object-fit:cover;transition:transform .2s}.original-gallery a:hover img{transform:scale(1.025)}.original-gallery a:focus-visible{outline:3px solid #167c85;outline-offset:4px}.video-placeholder{background:#edf2f2;border-radius:12px;padding:30px}.video-player{width:100%;aspect-ratio:16/9;border:0;border-radius:12px}.legacy-anchor{display:block;position:relative;top:-100px}.article-body .contact-form{padding:24px}.article-body .contact-form input,.article-body .contact-form select,.article-body .contact-form textarea{max-width:100%;min-width:0}.site-directory a{overflow-wrap:anywhere}@media(max-width:600px){.original-gallery{grid-template-columns:1fr}.original-gallery img{height:auto}.video-placeholder{padding:20px}.article-body .contact-form{padding:16px}.article-body .form-grid{grid-template-columns:1fr}}

/* Configuration button matching the hero configuration action */
.header .navlinks > .button.dark{background:#b2edf1;border-color:#b2edf1;color:#0b3540}.header .navlinks > .button.dark:hover{background:#d8f9fb;border-color:#d8f9fb;color:#0b3540}

/* Keep phone action buttons clear and text-centered. */
.button .button-arrow{display:none}@media(max-width:760px){.button{justify-content:center}}
#ablauf .process .journey-service-links{display:grid;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid #d7e6e9}
#ablauf .journey-service-links a{display:block;color:#006879;font-size:14px;font-weight:700;line-height:1.55;text-decoration:none}
#ablauf .journey-service-links a:hover{color:#0b3540;text-decoration:none}

/* Personal consultation: portrait with three benefits. */
#beratung.portrait-consultation{background:#f3f7f7;padding:65px 28px}
#beratung .scene-inner{max-width:1170px;margin:auto;display:grid;grid-template-columns:.85fr 1.25fr;gap:38px 70px;align-items:center}
#beratung .copy{grid-column:2;grid-row:1}
#beratung .copy h2{font:700 41px/1.15 Arial,sans-serif;text-transform:none;letter-spacing:-.6px;color:#006e80;margin:0 0 23px}
#beratung .copy p{font:400 16px/1.75 Arial,sans-serif;margin:0 0 17px}
#beratung .consultation{display:inline-flex;margin-top:8px;background:#123d49;color:#ffffff;border:0;padding:17px 22px;font:700 14px/1.4 Arial,sans-serif;text-decoration:none}
#beratung .person{grid-column:1;grid-row:1;position:relative}
#beratung .person>.eyebrow{display:none}
#beratung .portrait img{display:block;width:100%;height:390px;object-fit:cover;object-position:center 30%;border-radius:9px}
#beratung .identity{background:#fff;padding:20px 24px;margin:-65px 18px 0;position:relative;border-radius:5px;box-shadow:0 8px 24px #163c4812}
#beratung .identity h3{font:700 22px/1.3 Arial,sans-serif;margin:0 0 10px}
#beratung .identity p{font:400 13px/1.6 Arial,sans-serif;margin:0;color:#587078}
#beratung .phone{display:block;margin:18px 18px 0;color:#00758a;font:600 25px/1.4 Arial,sans-serif;text-decoration:none}
#beratung .steps{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;border-top:1px solid #d8e5e8;padding-top:28px}
#beratung .steps>div{position:relative;padding-left:32px}
#beratung .steps span{font-size:0;position:absolute;left:0;top:0;color:#00758a}
#beratung .steps span:after{content:'✓';font:700 20px/1.4 Arial,sans-serif}
#beratung .steps h3{font:700 17px/1.4 Arial,sans-serif;margin:0 0 8px}
#beratung .steps p{font:400 14px/1.7 Arial,sans-serif;color:#5b7079;margin:0}
@media(max-width:800px){#beratung.portrait-consultation{padding:38px 22px}#beratung .scene-inner{grid-template-columns:1fr;gap:30px}#beratung .copy,#beratung .person{grid-column:auto;grid-row:auto}#beratung .copy h2{font-size:32px}#beratung .steps{grid-template-columns:1fr;gap:23px}#beratung .portrait img{height:340px}#beratung .consultation{max-width:100%;text-align:center}}

/* Roboto throughout the website, served locally. */
@font-face{font-family:Roboto;src:url("roboto-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url("roboto-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url("roboto-italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:Roboto;src:url("roboto-bolditalic.woff2") format("woff2");font-weight:700;font-style:italic;font-display:swap}
html body,html body *{font-family:Roboto,Arial,sans-serif!important}

/* Floating mobile contact and configuration bar. */
@media(max-width:760px){
 .mobile-cta{left:10px;right:10px;bottom:calc(3px + env(safe-area-inset-bottom));padding:9px;gap:10px;border:1px solid #d7e6e9;border-radius:16px;background:#fff;box-shadow:0 6px 28px #092e4030;align-items:center}
 .mobile-cta>a:first-child{display:flex;flex-direction:column;justify-content:center;padding:3px 6px;min-height:48px;white-space:nowrap;color:#123d49;font-size:13px;font-weight:600;line-height:1.6;text-decoration:none}
 .mobile-cta>a:first-child:before{content:'Direkt anrufen';font-size:10px;font-weight:400;color:#526b74;letter-spacing:.2px}
 .mobile-cta .button.dark{flex:1;min-height:48px;padding:12px 10px;border:1px solid #b2edf1;border-radius:10px;background:#b2edf1;color:#083440;font-size:12px;line-height:1.35;text-align:center;gap:0;text-decoration:none}
 .mobile-cta .button.dark:hover{background:#d8f9fb;border-color:#d8f9fb}
 .mobile-cta a:focus-visible{outline:3px solid #00758a;outline-offset:2px}
 .footer{padding-bottom:120px}
}

@media(max-width:760px){.mobile-cta{background:rgba(229,242,245,.3);border-color:rgba(229,242,245,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}}

/* Three clear stages from inquiry to installation. */
#ablauf.journey{padding:48px;margin-top:24px;margin-bottom:64px;background:#edf5f6;border:1px solid #dce9ec;border-radius:20px}
#ablauf .section-head{align-items:center;gap:28px;margin-bottom:35px}
#ablauf h2{font-size:clamp(29px,3.2vw,43px);line-height:1.15;letter-spacing:-1px;margin-bottom:0;color:#123d49}
#ablauf .journey-link{display:inline-flex;align-items:center;justify-content:center;padding:16px 22px;background:#123d49;color:#fff;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;white-space:normal;max-width:100%}
#ablauf .journey-link:hover{background:#006e80}
#ablauf .process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;counter-reset:journey}
#ablauf .process>div{position:relative;padding:27px;background:#fff;border:1px solid #dce9ec;border-radius:13px;box-shadow:0 6px 18px #123d4907;counter-increment:journey}
#ablauf .process>div>span{display:flex;align-items:center;gap:12px;color:#00758a;font-size:11px;font-weight:700;letter-spacing:1px;margin:0 0 24px}
#ablauf .process>div>span:before{content:'0' counter(journey);display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:50%;background:#e5f2f5;color:#00758a;font-size:19px;letter-spacing:0}
#ablauf .process>div:last-child>span:before{background:#123d49;color:#b2edf1}
#ablauf .process h3{font-size:21px;line-height:1.3;margin:0 0 13px;color:#123d49}
#ablauf .process p{font-size:15px;line-height:1.7;margin:0;color:#526b74}
@media(max-width:800px){#ablauf.journey{padding:26px 20px;border-radius:14px;margin-bottom:40px}#ablauf .section-head{align-items:flex-start;flex-direction:column;gap:22px}#ablauf .process{grid-template-columns:1fr;gap:14px}#ablauf .process>div{padding:23px}#ablauf .process>div>span{margin-bottom:15px}#ablauf .journey-link{width:100%;text-align:center}}

/* Fine accent beside the hero heading. */
.hero #hero-title{border-left:0;padding-left:0}
.hero #hero-title>br{display:none}
.hero #hero-title>span{display:block;font-size:.70em;line-height:1.18;margin-top:12px}
@media(max-width:760px){.hero #hero-title{padding-left:0}.hero #hero-title>span{margin-top:10px}}

/* More breathing room in the hero heading. */
.hero #hero-title,.hero #hero-title>span{letter-spacing:-.01em}

/* Slightly stronger hero typography. */
.hero #hero-title,.hero #hero-title>span{font-weight:700;-webkit-text-stroke:1.8px currentColor}
@media(max-width:760px){.hero #hero-title{-webkit-text-stroke:.75px currentColor}.hero #hero-title>span{-webkit-text-stroke:.60px currentColor}}

@media(min-width:761px){.hero #hero-title>span{-webkit-text-stroke:.75px currentColor}}

#beratung .identity .detail-label{font:700 22px/1.3 Arial,sans-serif;margin:0 0 10px;letter-spacing:0}#beratung .steps .detail-label{font:700 17px/1.4 Arial,sans-serif;margin:0 0 8px;letter-spacing:0}#beratung .detail-label+p{margin-top:0}

/* Consistent phone symbols across the website */
a[href^="tel:"] .phone-icon{display:inline-block;vertical-align:-.16em;margin-right:.7em;flex-shrink:0;width:1em;height:1em}

.article-aside a.telephone-card{gap:16px}

a[href^="tel:"] .phone-icon{width:1.08em;height:1.08em;vertical-align:-.19em;margin-right:.7em}.article-aside a.telephone-card .phone-icon{margin-right:0}

/* Align telephone symbols and numbers with one consistent gap. */
a[href^="tel:"]:has(.phone-icon){display:inline-flex;align-items:center;gap:10px}
a[href^="tel:"] .phone-icon{width:1em;height:1em;margin:0;vertical-align:middle}
a[href^="tel:"] .phone-number{white-space:nowrap}
#beratung a.phone{display:flex;align-items:center;gap:12px}
.article-aside a.telephone-card,.personal-advice a.advice-phone{display:flex;align-items:center;justify-content:center;gap:10px}
@media(max-width:760px){.mobile-cta>a[href^="tel:"]{display:grid;grid-template-columns:15px auto;column-gap:8px;row-gap:3px;align-items:center;justify-content:start}.mobile-cta>a[href^="tel:"]:before{grid-column:1 / -1}.mobile-cta>a[href^="tel:"] .phone-icon{width:15px;height:15px}}

#use-config{background:#b2edf1;border-color:#b2edf1;color:#083440}#use-config:hover{background:#d8f9fb;border-color:#d8f9fb}
/* Consistent subpage header matching the homepage navigation. */
body:not(.homepage) .header{position:relative;background:#082630;color:#fff;border:0}
body:not(.homepage) .nav{height:104px}
body:not(.homepage) .header .button{background:#b2edf1;color:#083440}
body:not(.homepage) .header .button:hover{background:#d8f9fb}
@media(max-width:760px){body:not(.homepage) .nav{height:90px}body:not(.homepage) .navlinks{top:90px;background:#fff;color:var(--ink)}body:not(.homepage) .navlinks .button{background:var(--navy);color:#fff}}

.video-placeholder{padding:0;overflow:hidden;border:1px solid var(--line)}
.video-preview{position:relative;aspect-ratio:16/9;background:#082630;overflow:hidden}
.video-preview img{display:block;width:100%;height:100%;object-fit:contain}
.video-preview .button{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:10px;width:max-content;max-width:calc(100% - 24px);white-space:normal;text-align:center;box-shadow:0 3px 18px #0006}
.video-play-symbol{font-size:22px;line-height:1}
.video-placeholder>p{padding:18px 20px;margin:0;font-size:.875rem;line-height:1.6}
.video-preview .button:focus-visible{outline:3px solid white;outline-offset:3px}
@media(max-width:600px){.video-placeholder{padding:0}.video-preview .button{bottom:12px;font-size:.875rem;padding:10px 14px}}

#ablauf .journey-service-links a,#ablauf .journey-service-links a:hover,#ablauf .journey-service-links a:focus{font-weight:700;text-decoration:none!important;border-bottom:0;box-shadow:none}

/* Consistent form controls, including native date inputs on iOS. */
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.form-grid>.field,.field{min-width:0}
.field input,.field select,.field textarea{box-sizing:border-box;min-width:0;max-width:100%;width:100%;font-size:16px}
.field input:not([type="checkbox"]):not([type="radio"]),.field select{height:52px;min-height:52px;padding:12px;line-height:1.4}
.field input[type="date"],.field input[type="time"],.field input[type="datetime-local"]{appearance:none;-webkit-appearance:none;min-inline-size:0}
.field input::-webkit-date-and-time-value{text-align:left;min-height:1.4em}
.field input::-webkit-datetime-edit{padding:0;min-width:0}
@media(max-width:760px){.form-grid{grid-template-columns:minmax(0,1fr)}}
@media(max-width:600px){.article-body .form-grid{grid-template-columns:minmax(0,1fr)}}
/* Mehr-Menü: klare Gruppen, großzügige Klickflächen und warme Akzente */
.more-nav>summary{list-style:none;display:flex;align-items:center;gap:9px;font-weight:600}
.more-nav>summary::-webkit-details-marker{display:none}
.more-nav>summary::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s}
.more-nav[open]>summary::after{transform:rotate(225deg)}
.more-nav .more-panel{z-index:100;width:min(820px,calc(100vw - 48px));grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px;background:#fffdf8;border:1px solid #e5ded0;border-top:3px solid #e7c780;border-radius:12px;box-shadow:0 20px 55px #08263035;max-height:calc(100dvh - 140px)}
.more-nav .more-panel>div{padding:14px 10px;border-radius:8px;background:#fff}
.more-nav .more-panel>div:last-child{grid-column:auto}
.more-nav .more-panel strong{font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:#56707a;margin:0 10px 14px;padding-bottom:12px;border-bottom:1px solid #e9e4da}
.more-nav .more-panel a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px;border-radius:6px;color:#153844;font-size:14px;font-weight:600;line-height:1.35;text-decoration:none;transition:background .15s,color .15s;min-height:42px}
.more-nav .more-panel a::after{content:"›";font-size:19px;color:#a88a49;font-weight:400}
.more-nav .more-panel a:hover,.more-nav .more-panel a:focus-visible{background:#f7edda;color:#092a36;text-decoration:underline;text-underline-offset:3px}
@media(max-width:1050px){.more-nav .more-panel{position:static;width:100%;max-height:none;box-shadow:none;margin-top:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.more-nav>summary{padding:14px}}
@media(max-width:600px){.more-nav .more-panel{grid-template-columns:1fr;padding:10px;gap:8px}.more-nav .more-panel>div{padding:10px 6px}.more-nav .more-panel a{min-height:44px}}
/* Ruhiges, dunkles Mehr-Menü */
.more-nav .more-panel{gap:0;padding:28px 18px;background:#102a33;border:1px solid #ffffff20;border-top:2px solid #cfb47e;border-radius:4px;box-shadow:0 22px 60px #03141955}
.more-nav .more-panel>div{padding:4px 18px;background:transparent;border-radius:0}
.more-nav .more-panel>div+div{border-left:1px solid #cfb47e35}
.more-nav .more-panel strong{color:#d9c395;font-size:11px;letter-spacing:.12em;margin:0 8px 15px;padding-bottom:15px;border-bottom:1px solid #cfb47e35}
.more-nav .more-panel a{color:#eef2f1;font-weight:400;font-size:14px;padding:10px 8px;border-radius:2px;min-height:42px}
.more-nav .more-panel a::after{color:#cfb47e;opacity:0;transform:translateX(-4px);transition:opacity .2s,transform .2s}
.more-nav .more-panel a:hover,.more-nav .more-panel a:focus-visible{color:#fff;background:#ffffff0c;text-decoration:underline;text-decoration-color:#cfb47e;text-underline-offset:5px}
.more-nav .more-panel a:hover::after,.more-nav .more-panel a:focus-visible::after{opacity:1;transform:translateX(0)}
@media(max-width:1050px){.more-nav .more-panel{grid-template-columns:1fr;padding:18px}.more-nav .more-panel>div{padding:12px 6px}.more-nav .more-panel>div+div{border-left:0;border-top:1px solid #cfb47e35;padding-top:22px;margin-top:10px}.more-nav .more-panel strong{border-bottom:0;padding-bottom:0}.more-nav .more-panel a{min-height:44px}}
/* Helles Mehr-Menü, abgestimmt auf die mobile Navigation */
.more-nav .more-panel{background:#fff;border:1px solid #e1e7e8;border-top:2px solid #d9c395;box-shadow:0 18px 45px #18323a1a;border-radius:4px}
.more-nav .more-panel>div+div{border-left-color:#e6e9e7}
.more-nav .more-panel strong{color:#687b80;border-bottom-color:#e6e9e7}
.more-nav .more-panel a{color:#173b48;font-weight:500}
.more-nav .more-panel a::after{color:#a48b59}
.more-nav .more-panel a:hover,.more-nav .more-panel a:focus-visible{color:#102d38;background:#f7f4ed;text-decoration-color:#b99b60}
@media(max-width:1050px){.more-nav .more-panel{background:#fff;border:0;border-top:1px solid #e3e8e8;border-radius:0;box-shadow:none;padding:10px 14px 16px;margin-top:0}.more-nav .more-panel>div+div{border-top-color:#e3e8e8}.more-nav .more-panel strong{color:#78868a;font-size:11px;letter-spacing:.1em}.more-nav .more-panel a{color:#173b48;font-size:15px;padding:12px 8px}.more-nav .more-panel a::after{opacity:.55;transform:none}}
/* Petrolfarbene Gruppenüberschriften im Handy-Menü */
@media(max-width:760px){.more-nav .more-panel strong{color:var(--blue)}}

/* contact-success.css */
.contact-success-dialog{box-sizing:border-box;width:min(480px,calc(100% - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:40px 32px 32px;border:0;border-top:6px solid #087f89;border-radius:18px;background:#fff;color:#101e2b;text-align:center;box-shadow:0 24px 90px #00182066;overflow:auto}.contact-success-dialog::backdrop{background:rgba(5,23,33,.72);backdrop-filter:blur(3px)}.contact-success-dialog .success-check{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 22px;border-radius:50%;background:#e1f5ed;color:#16724f;font-family:Arial,sans-serif;font-size:44px;line-height:1}.contact-success-dialog h2{margin:0 0 16px;font-size:clamp(30px,6vw,40px);line-height:1.15}.contact-success-dialog p{font-size:18px;line-height:1.65;margin:0 0 28px}.contact-success-dialog form{margin:0}.contact-success-dialog .button{width:100%;justify-content:center;min-height:50px}.contact-success-dialog .button:focus-visible{outline:3px solid #087f89;outline-offset:4px}@media(max-width:480px){.contact-success-dialog{padding:30px 22px 24px}.contact-success-dialog p{font-size:17px}}
/* benefits.css */
.trust.trust-benefits .wrap{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trust-benefits .trust-item{padding:22px;align-items:flex-start;min-width:0}.trust-benefits .trust-item p{min-width:0}.trust-benefits strong{display:block}.trust-benefits small{display:block}@media(max-width:1000px){.trust.trust-benefits .wrap{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.trust.trust-benefits .wrap{grid-template-columns:1fr;gap:10px}.trust-benefits .trust-item{padding:18px;gap:15px}.trust-benefits .trust-icon{flex-basis:42px;height:42px}}

/* reviews.css */
.reviews-section{background:#eef5f6}.reviews-panel{background:#fff;border:1px solid #dbe7e9;border-radius:8px;padding:28px;min-height:160px}.reviews-link{display:inline-flex;gap:18px;margin-top:24px;font-weight:700;color:#006d80}.reviews-panel iframe{max-width:100%}#reviews-loading{color:#536779;margin:20px 0}@media(max-width:600px){.reviews-panel{padding:16px}.reviews-section .section-head{display:block}.reviews-section .section-head p{margin-top:20px}}

.review-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:2px 2px 15px}.review-card{flex:0 0 calc((100% - 40px)/3);min-width:0;scroll-snap-align:start;padding:22px;border:1px solid #e0e7e9;border-radius:5px;box-shadow:0 4px 16px #153c4808}.review-card .review-author{font-size:1.1rem;line-height:1.4;margin:0 0 4px;text-transform:none}.review-source{float:right;font-weight:700;color:#006d80;font-size:.85rem;margin-left:8px}.review-stars{color:#e95040;letter-spacing:2px}.review-date{font-size:.85rem;margin:8px 0 18px}.review-text{font-size:1rem;line-height:1.65;height:180px;overflow:auto;margin:0;white-space:pre-line}.review-controls{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:18px}.review-arrow{border:1px solid #c6dadd;background:#fff;color:#006d80;border-radius:50%;width:44px;height:44px;font-size:28px;cursor:pointer}.review-arrow:disabled{opacity:.3;cursor:default}.review-counter{font-size:.9rem;color:#536779}@media(max-width:900px){.review-card{flex-basis:calc((100% - 20px)/2)}}@media(max-width:600px){.review-card{flex-basis:100%;padding:18px}}
.review-card{border-radius:8px;border-color:#dadce0}.review-card .review-author{font-family:Arial,sans-serif;font-size:1rem;font-weight:600;color:#202124;line-height:1.5;margin-bottom:6px;padding-right:38px}.review-card .review-source{float:right;display:block;width:28px;height:28px;object-fit:contain;margin:0 0 0 10px}.review-stars{display:flex;gap:1px;line-height:1;letter-spacing:0}.review-stars svg{width:20px;height:20px;flex:none;fill:currentColor}.review-star-filled{color:#fbbc04}.review-star-empty{color:#dadce0}.review-card .review-date{color:#70757a;margin-top:8px}.review-card .review-text{color:#3c4043}

.review-playback{font:inherit;font-size:.85rem;border:1px solid #c6dadd;border-radius:20px;padding:10px 15px;background:#fff;color:#006d80;cursor:pointer}.review-controls{flex-wrap:wrap;gap:16px}@media(prefers-reduced-motion:reduce){.review-track{scroll-behavior:auto}}

/* Compact carousel navigation */
.review-track{scrollbar-width:none;padding-bottom:4px}.review-track::-webkit-scrollbar{display:none}
.review-controls{width:max-content;max-width:100%;margin:26px auto 2px;padding:6px;gap:6px;flex-wrap:nowrap;background:#f1f7f8;border:1px solid #dbe9eb;border-radius:999px;box-shadow:0 3px 12px #123d4810}
.review-controls .review-arrow{display:grid;place-items:center;width:44px;height:44px;border:0;background:#fff;color:#006d80;box-shadow:0 1px 4px #123d4810;transition:background .18s,color .18s,box-shadow .18s;font-size:0}
.review-arrow::before{content:"";width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);margin-right:4px}.review-arrow:first-child::before{transform:rotate(-135deg);margin-right:0;margin-left:4px}
.review-controls .review-arrow:hover:not(:disabled){background:#006d80;color:#fff;box-shadow:0 2px 7px #006d8030}
.review-controls .review-counter{min-width:64px;text-align:center;font-size:13px;font-weight:600;letter-spacing:.06em;font-variant-numeric:tabular-nums;color:#48636d}
.review-controls .review-playback{display:flex;align-items:center;justify-content:center;gap:8px;min-width:100px;min-height:44px;margin-left:5px;padding:10px 15px;border:0;border-left:1px solid #d4e4e7;border-radius:0 999px 999px 0;background:transparent;font-size:13px;font-weight:600;color:#006d80;transition:background .18s}
.review-playback::before{content:"";display:block;box-sizing:border-box;width:10px;height:12px;border-left:3px solid currentColor;border-right:3px solid currentColor}
.review-playback[aria-label="Automatischen Wechsel starten"]::before{width:0;height:0;border:6px solid transparent;border-right:0;border-left:9px solid currentColor}
.review-controls .review-playback:hover{background:#e2eef0}.review-controls button:focus-visible{outline:3px solid #006d80;outline-offset:3px}
@media(max-width:400px){.review-controls{gap:3px;padding:5px}.review-controls .review-counter{min-width:52px}.review-controls .review-playback{min-width:92px;padding-inline:10px;margin-left:2px}}
@media(prefers-reduced-motion:reduce){.review-controls button{transition:none}}

.review-controls .review-arrow{position:relative;display:block}.review-controls .review-arrow::before{position:absolute;top:50%;left:50%;margin:0;transform:translate(-65%,-50%) rotate(45deg)}.review-controls .review-arrow:first-child::before{margin:0;transform:translate(-35%,-50%) rotate(-135deg)}

/* Google overall rating, separate from the selected review excerpts. */
.reviews-overall{display:flex;align-items:center;gap:20px;padding:0 2px 24px;margin-bottom:24px;border-bottom:1px solid #dbe7e9}.reviews-overall-score{font-size:42px;line-height:1.1;color:#0c3543;font-weight:700;white-space:nowrap}.reviews-overall-score span{font-size:18px;font-weight:400;color:#536779}.reviews-overall-stars{position:relative;width:max-content;font-size:25px;line-height:1.2;letter-spacing:2px;color:#dadce0}.reviews-overall-stars span:last-child{position:absolute;inset:0 auto 0 0;width:98%;overflow:hidden;white-space:nowrap;color:#fbbc04}.reviews-overall-label{display:block;margin-top:4px;font-size:14px;color:#536779}

.reviews-overall{flex-wrap:wrap}.review-highlight{margin:0 0 0 auto;padding:4px 0 4px 26px;border-left:3px solid #e6c98c;max-width:560px;flex:0 1 55%;text-align:right}.review-highlight figcaption{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#006d80}.review-highlight blockquote{margin:8px 0;font-size:clamp(19px,2vw,25px);line-height:1.4;font-weight:600;color:#0c3543}.review-highlight a{font-size:12px;color:#536779;text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.review-highlight{flex-basis:100%;max-width:none;margin:4px 0 0;padding:12px 0 4px 16px;text-align:left}}

.review-highlight-stars{display:inline-block;margin-left:10px;color:#fbbc04;font-size:17px;letter-spacing:1px;vertical-align:middle}.review-highlight blockquote{font-size:clamp(17px,1.65vw,22px)}

/* Compact window for the featured customer review. */
.review-highlight{background:#f6fafb;border:1px solid #d8e5e8;border-top:3px solid #e6c98c;border-radius:12px;padding:20px 24px;box-shadow:0 5px 18px #0c354310;text-align:left}
.review-highlight figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #dce8ea}
.review-highlight-stars{margin-left:0;white-space:nowrap}
.review-highlight blockquote{margin:16px 0;font-size:clamp(17px,1.5vw,20px);line-height:1.55;font-weight:500}
.review-highlight a{display:inline-block;font-weight:600;color:#006d80}
@media(max-width:700px){.review-highlight{padding:18px;margin-top:8px}}

/* Selected design: white card with gold edge and speech-bubble tail. */
.review-highlight{position:relative;background:#fff;border:1px solid #d8e5e8;border-top:4px solid #e6c98c;border-radius:14px;box-shadow:0 5px 18px #0c354310}
.review-highlight::after{content:"";position:absolute;bottom:-12px;left:35px;width:22px;height:22px;background:#fff;border-right:1px solid #d8e5e8;border-bottom:1px solid #d8e5e8;transform:rotate(45deg)}

html body .review-highlight blockquote{font-family:Georgia,serif!important}

.reviews-overall-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.reviews-overall-brand img{display:block;width:36px;height:36px;object-fit:contain}

.reviews-rating-block{flex-shrink:0}.reviews-rating-block .reviews-overall-brand{margin-bottom:12px}.reviews-rating-block .reviews-overall-score,.reviews-rating-block .reviews-overall-score span{color:#fbbc04}.reviews-rating-block .reviews-overall-stars{margin-bottom:4px}

.reviews-rating-block{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.reviews-rating-block .reviews-overall-stars{margin-inline:auto}@media(max-width:700px){.reviews-rating-block{flex-basis:100%}}

/* Selected compact reviews layout: variant 5. */
.reviews-section{padding-block:48px}
.reviews-section .section-head{margin-bottom:22px}
.reviews-panel{padding:24px}
.reviews-overall{background:#0c3543;border:0;border-radius:10px;padding:18px;margin:0 0 12px;gap:28px}
.reviews-rating-block{flex:0 0 230px}
.reviews-rating-block .reviews-overall-brand{margin-bottom:6px}
.reviews-rating-block .reviews-overall-score{font-size:32px}
.reviews-rating-block .reviews-overall-score span{font-size:16px}
.reviews-overall-brand img{width:30px;height:30px}
.reviews-rating-block .reviews-overall-label{color:#d4e5ea;font-size:12px}
.reviews-overall .review-highlight{flex:1;max-width:none;margin:0;padding:16px 20px;box-shadow:none;border-radius:10px}
.review-highlight::after{display:none}
.review-highlight figcaption{padding-bottom:0;border-bottom:0}
html body .review-highlight blockquote{font-size:18px;line-height:1.4;margin:10px 0}
.review-highlight a{font-size:12px}
.review-track{gap:14px}
.review-card{flex-basis:calc((100% - 28px)/3);background:#f4f8f9;border:0;padding:14px;box-shadow:none}
.review-card .review-author{font-size:14px}
.review-card .review-text{font-size:13px;line-height:1.5;height:100px}
.review-card .review-date{font-size:12px;margin:6px 0 10px}
.review-controls{margin-top:14px}
#reviews-loading{font-size:12px;margin:12px 0 0}
.reviews-link{font-size:13px;margin-top:14px}
@media(max-width:900px){.review-card{flex-basis:calc((100% - 14px)/2)}.reviews-rating-block{flex-basis:190px}}
@media(max-width:700px){.reviews-section{padding-block:32px}.reviews-panel{padding:16px}.reviews-overall{flex-direction:column;gap:16px;padding:16px}.reviews-rating-block{flex-basis:auto;width:100%}.reviews-overall .review-highlight{width:100%;padding:16px}.review-highlight blockquote{font-size:17px}}
@media(max-width:600px){.review-card{flex-basis:100%}}

/* Match the heading size of compact variant 5. */
html body .reviews-section #reviews-title{font-size:24px;font-weight:500;line-height:1.25;text-transform:none}
@media(max-width:760px){html body .reviews-section #reviews-title{font-size:20px}}

/* White background separates reviews from the tinted consultation section. */
html body #rezensionen{background:#fff}

/* social.css */
.social-links,.share-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.social-links{padding:24px 0;border-top:1px solid #ffffff30}.social-links a,.share-actions a,.share-actions button{padding:10px 16px;border:1px solid currentColor;border-radius:6px;text-decoration:none;font:inherit;cursor:pointer}.share-panel{margin-top:32px;padding:24px;background:#edf5f6;border-radius:10px;color:#123d49}.share-panel p{margin:0 0 14px}.share-actions button{background:transparent;color:inherit}.share-panel [role=status]{display:block;margin-top:10px}.social-links a:focus-visible,.share-actions :focus-visible{outline:3px solid #00788b;outline-offset:3px}
.social-links .social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:9px;border-radius:50%;transition:background .15s}.social-links .social-icon:hover{background:#ffffff20}.social-icon svg{display:block;flex-shrink:0}

.social-links .social-icon{border:1px solid #ffffff30;color:#fff;background:#ffffff12;border-radius:12px}

.social-row{display:flex;align-items:center;flex-wrap:wrap;gap:16px 24px;padding:24px 0;border-top:1px solid #ffffff30}.social-row .social-links{padding:0;border:0}.footer-share.share-panel{padding:0;margin:0;background:transparent;color:inherit;border-radius:0}.footer-share [role=status]:empty{display:none}.footer-share .share-actions a,.footer-share .share-actions button{min-height:44px;display:inline-flex;align-items:center;box-sizing:border-box;border-color:#ffffff40}.footer-share .share-actions a:hover,.footer-share .share-actions button:hover{background:#ffffff12}

.share-actions .share-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:9px;border-radius:12px}.share-icon svg{display:block;flex-shrink:0}.footer-share .share-icon{background:#ffffff12;border:1px solid #ffffff30;color:#fff}

/* consent.css */
.consent-dialog{
  width:min(480px,calc(100% - 24px));
  max-height:88dvh;
  box-sizing:border-box;
  overflow:auto;
  border:1px solid #d9e7ea;
  border-top:4px solid #00788b;
  border-radius:14px;
  padding:15px 16px;
  color:#284d59;
  line-height:1.4;
  background:#fff;
  font:12px/1.38 Roboto,Arial,sans-serif;
  box-shadow:0 18px 45px #062b4050;
}
.consent-dialog::backdrop{
  background:#082e3b99;
  backdrop-filter:blur(2px);
}
.consent-dialog h2{
  margin:0 0 8px;
  font-size:18px;
  font-weight:700;
  line-height:1.2;
  color:#123d49;
}
.consent-dialog p{
  margin:0 0 9px;
  font:300 14px/1.5 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family:"Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  color:#203e48;
}
.consent-dialog > p:nth-of-type(-n+3){
  text-align:left;
  text-align-last:auto;
}
.consent-dialog > p:nth-of-type(2){font-weight:600;color:#123d49}
.consent-dialog label{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  margin:5px 0;
  background:#f2f7f8;
  border:1px solid #dbe8eb;
  border-radius:8px;
  cursor:pointer;
  font-size:12px;
  font-weight:500;
}
.consent-dialog label:has(input:checked){
  background:#e5f4f5;
  border-color:#00788b;
}
.consent-dialog input{
  margin:0;
  flex-shrink:0;
  accent-color:#00788b;
  width:16px;
  height:16px;
}
.consent-dialog label+p{margin:8px 0 6px;font-size:11px}
.consent-dialog a{text-underline-offset:3px}
.consent-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  border-top:1px solid #e0eaed;
  padding-top:9px;
}
.consent-actions button{
  flex:1;
  min-width:100px;
  border-radius:8px;
  min-height:34px;
  font-size:calc(11px + 2pt);
  font-weight:600;
  padding:6px;
  cursor:pointer;
  background:#dff1f4;
  color:#123d49;
  border:1px solid #7299a2;
  box-shadow:none;
}
.consent-actions button[data-action="none"]{
  background:#dff1f4;
  color:#123d49;
  border:1px solid #7299a2;
  box-shadow:none;
}
.consent-actions button[data-action="settings"]{
  background:#dff1f4;
  color:#123d49;
  border:1px solid #7299a2;
}
.consent-actions button[data-action="all"]{
  background:#dff1f4;
  color:#123d49;
  border:1px solid #7299a2;
  box-shadow:none;
}
.consent-actions button:hover{filter:brightness(.985)}
.consent-dialog button:focus-visible,
.consent-dialog a:focus-visible,
.consent-dialog input:focus-visible{outline:3px solid #00788b;outline-offset:3px}
.consent-dialog h2:focus{outline:none}
[data-consent-settings]{
  font:inherit;
  background:none;
  border:0;
  color:inherit;
  text-decoration:underline;
  cursor:pointer;
}

.footer-bottom nav{align-items:baseline;flex-wrap:wrap}
.footer-bottom [data-consent-settings]{
  margin:0;
  padding:0;
  text-align:left;
  text-decoration:none;
}
.footer-bottom [data-consent-settings]:hover{text-decoration:underline}

@media(max-width:520px){
  .consent-dialog{
    width:min(480px,calc(100% - 16px));
    padding:13px 12px;
    max-height:90dvh;
  }
  .consent-dialog h2{font-size:17px}
  .consent-dialog p{font-size:14px}
  .consent-dialog label{font-size:11px}
  .consent-dialog label+p{font-size:10px}
  .consent-actions{display:grid;grid-template-columns:1fr}
  .consent-actions button{
    width:100%;
    min-height:34px;
    font-size:calc(11px + 2pt);
  }
}

/* form-validation.css */
.checkbox-error{padding:12px 16px;margin:10px 0 18px;border-left:4px solid #a32720;border-radius:6px;background:#fff1ee;color:#85251f;font-size:15px;line-height:1.5;font-weight:600}.checkbox-error[hidden]{display:none}.checkbox-invalid{outline:2px solid #a32720;outline-offset:6px;border-radius:3px}

.required-error{display:flex;align-items:flex-start;gap:10px;font-weight:700}.validation-warning{display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;height:22px;border-radius:50%;background:#a32720;color:white;font-weight:800}input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"]{border:2px solid #a32720;background-color:#fff8f6}

/* footer-unterwegs.css */
/* Footer design 4: Unterwegs */
.footer{background:#062d39;position:relative;overflow:hidden;border-top:7px solid #83ddd8}
.footer:before{content:"";position:absolute;right:-80px;top:-170px;width:480px;height:480px;border:1px solid #327083;border-radius:50%;box-shadow:0 0 0 55px #ffffff03,0 0 0 110px #ffffff03;pointer-events:none}
.footer .wrap{position:relative;width:min(1180px,calc(100% - 48px))}
.footer .brand-logo{max-width:330px}
.footer .footer-top p{font-size:clamp(24px,3vw,36px);line-height:1.25;color:#c4f7ef;font-weight:300;max-width:450px}
.footer .site-directory{grid-template-columns:repeat(3,minmax(0,1fr));border-color:#2b5360}
.footer .site-directory strong{color:#a9eac8}
.footer .site-directory a{width:fit-content}
.footer .site-directory a:before,.footer .waiting-footer-links a:before{content:"↗︎";display:inline-block;margin-right:9px;color:#77c3c7}
.footer .site-directory a:hover{color:#70dcf1}
.footer .social-icon,.footer .share-icon{border-radius:50%}
.footer .social-row{flex-wrap:wrap}
.footer .footer-share{margin:0}
.footer .share-panel{background:transparent}
.footer .footer-bottom{flex-wrap:wrap}
.footer .footer-bottom nav{flex-wrap:wrap;align-items:baseline}
.footer .footer-bottom nav>*{white-space:nowrap}
@media(max-width:650px){
 .footer .wrap{width:calc(100% - 36px)}
 .footer .footer-top{display:block}
 .footer .footer-top p{margin-top:22px}
 .footer .brand{width:fit-content}
 .footer .brand-logo{max-width:275px}
 .footer .site-directory{grid-template-columns:1fr;gap:24px}
 .footer .site-directory>div{min-width:0}
 .footer .footer-bottom{display:block}
 .footer .footer-bottom nav{margin-top:18px;gap:12px 20px}
 .footer .social-row{display:flex;flex-direction:column;align-items:flex-start}
}

/* Selected palette 01: darker petrol and sand. */
.footer{background:#07262f;border-top-color:#e6c98c;color:#e5edef}
.footer:before{border-color:#42616a}
.footer .footer-top p,.footer .site-directory strong{color:#e6c98c}
.footer a,.footer button{color:#e5edef}
.footer .site-directory a:before,.footer .waiting-footer-links a:before{color:#e6c98c}
.footer .site-directory,.footer .footer-bottom,.footer .social-row{border-color:#42616a}
.footer .footer-bottom,.footer .social-links>span,.footer .share-label{color:#a8bec5}
.footer .social-icon,.footer .share-icon{background:transparent;border-color:#42616a;color:#e5edef}
.footer a:hover,.footer button:hover,.footer .site-directory a:hover{color:#e6c98c}

.link-text-arrow{display:inline-block;margin-left:10px;white-space:nowrap}
.footer .site-directory a:before,.footer .waiting-footer-links a:before{margin-right:10px}
@media (hover:none) and (pointer:coarse) and (min-width:768px){.link-text-arrow,.footer .site-directory a:before,.footer .waiting-footer-links a:before{font-weight:900;-webkit-text-stroke:1px currentColor}}

.link-text-arrow,.footer .site-directory a:before,.footer .waiting-footer-links a:before{font-weight:900;-webkit-text-stroke:.6px currentColor}@media (hover:none) and (pointer:coarse) and (min-width:768px){.link-text-arrow,.footer .site-directory a:before,.footer .waiting-footer-links a:before{-webkit-text-stroke:1px currentColor}}

#ablauf .process .journey-service-links a,#ablauf .process .journey-service-links a *{text-decoration:none!important;border-bottom:none!important;box-shadow:none!important}#ablauf .process .journey-service-links a{font-weight:700}

/* camper-dimensions.css */
.camper-dimensions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:8px}.config .camper-dimension{margin:0;min-width:0}.camper-dimension legend span{display:block;font-weight:400;font-size:14px}.camper-dimension .choice{padding:12px;min-height:0}.camper-exact{margin-top:14px}.camper-exact label{display:block;margin-bottom:6px;font-size:14px}.camper-exact input{width:100%;box-sizing:border-box;padding:12px;border:1px solid #b7cbd1;border-radius:2px;font:inherit;background:#fff}.camper-exact[hidden]{display:none}@media(max-width:540px){.camper-dimensions{grid-template-columns:1fr}}

.config-result .config-product-image{display:block;width:200px;max-width:100%;height:150px;object-fit:contain;background:transparent;margin:12px auto 16px;padding:0;box-sizing:border-box}.config-result .config-product-image[hidden]{display:none}

.config-result #result-title{font-weight:700}

/* Empfehlung: Variante 1 – Petrol und Gold */
.config-result{background:#0c3543;color:#fff;border-top:5px solid #e6c98c}.config-result .eyebrow{color:#e6c98c}.config-result #result-features li{border-bottom-color:#355661}

.config-result #result-features li::before{content:"✓"}

.config-result .product-symbol{filter:invert(1)}

#extra-options label[hidden]{display:none}

#extra-options > .required-note{margin-top:20px}

/* Clear hierarchy for the required dimensions heading. */
#konfigurator .camper-dimensions-title{font-size:1rem!important;font-weight:700!important;line-height:1.5!important;letter-spacing:normal!important;margin:28px 0 14px!important;color:var(--ink,#123c4b)}
#konfigurator .camper-dimensions{margin-top:0}

#konfigurator .camper-dimension legend,#konfigurator .camper-dimension label{font-weight:400!important}

#ablauf .journey-service-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:18px}#ablauf .journey-service-links a{color:#00788a!important;font-weight:700;text-decoration:underline!important;text-underline-offset:4px;text-decoration-thickness:1px;line-height:1.5}#ablauf .journey-service-links a:hover{color:#0c3543!important;text-decoration-thickness:2px}#ablauf .journey-service-links a:focus-visible{outline:2px solid #00788a;outline-offset:5px}
#ablauf.journey,#ablauf .process>div,#ablauf .journey-link{border-radius:0!important}
#news .news-card>img,#news .news-image-link>img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
#news .news-image-link{display:block}#news .news-image-link:focus-visible{outline:3px solid #00788a;outline-offset:3px}#news .news-image-link:hover{filter:brightness(1.05)}
/* footer-arrival.css */
.footer .footer-arrival{position:relative;display:flex;align-items:center;gap:20px;margin:26px 0;padding:22px 26px;border:1px solid #42606a;border-left:0;background:#10333d;overflow:hidden}.footer-arrival>*{position:relative;z-index:1}.footer-arrival .arrival-pin{width:38px;height:44px;flex-shrink:0;color:#e6c98c}.footer-arrival .arrival-copy{flex:1}.footer-arrival .arrival-copy strong{display:block;color:#e6c98c;font-size:18px;margin-bottom:3px}.footer-arrival .arrival-copy p{margin:0;color:#d5e3e7;font-size:14px}.footer .footer-arrival .arrival-link{display:inline-block;padding:11px 18px;background:#e6c98c;color:#0b303c;font-weight:700;text-decoration:none;white-space:nowrap}.footer-arrival .arrival-link:hover{background:#f3dba7}.footer-arrival .arrival-link:focus-visible{outline:3px solid white;outline-offset:4px}.footer-arrival .arrival-map{position:absolute;right:0;top:0;width:420px;height:100%;opacity:.18;z-index:0;pointer-events:none}@media(max-width:650px){.footer .footer-arrival{flex-wrap:wrap;padding:20px;gap:14px}.footer-arrival .arrival-copy{flex-basis:calc(100% - 60px)}.footer-arrival .arrival-link{margin-left:52px}.footer-arrival .arrival-map{width:100%}}

/* Blend arrival background into the footer. */
.footer .footer-arrival{border:0;background:linear-gradient(90deg,#10333d 0%,#10333d 55%,transparent 100%)}
.footer-arrival .arrival-map{-webkit-mask-image:linear-gradient(90deg,transparent,#000 25%,#000 65%,transparent);mask-image:linear-gradient(90deg,transparent,#000 25%,#000 65%,transparent)}

.footer .footer-arrival-title{margin:28px 0 10px;color:#e6c98c;font-size:18px;font-weight:700;line-height:1.4;text-transform:none;letter-spacing:normal}.footer .footer-arrival-title+.footer-arrival{margin-top:0}

/* back-to-top.css */
.back-to-top{position:fixed;right:20px;bottom:20px;z-index:90;border:1px solid #73929c;border-radius:0;background:#103c4b;color:#fff;padding:12px 16px;font:600 14px/1.3 Arial,sans-serif;cursor:pointer;box-shadow:0 4px 14px #082a3633;display:flex;align-items:center;gap:9px}.back-to-top[hidden]{display:none}.back-to-top span{font-size:22px}.back-to-top:hover{background:#006e80}.back-to-top:focus-visible{outline:3px solid #e6c98c;outline-offset:3px}@media(max-width:600px){.back-to-top{right:12px;padding:10px 12px}}
@media(max-width:600px){.back-to-top{width:44px;height:44px;padding:0;justify-content:center;gap:0;font-size:0;background:#f4f3ef;color:#103c4b;border-color:#d5dad8;box-shadow:0 2px 8px #082a3614}.back-to-top span{font-size:24px;line-height:1}.back-to-top:hover{background:#e9e9e3}}

@media(max-width:600px){.back-to-top{border-radius:50%}.back-to-top span{font-size:0;width:24px;height:26px;position:relative}.back-to-top span:before{content:"";position:absolute;left:9px;top:5px;width:6px;height:21px;background:currentColor;border-radius:1px}.back-to-top span:after{content:"";position:absolute;width:13px;height:13px;left:5px;top:3px;border-top:6px solid currentColor;border-left:6px solid currentColor;transform:rotate(45deg);box-sizing:border-box}}
@media(max-width:760px){.mobile-cta{transition:transform .22s ease}.mobile-cta.is-scroll-tucked{transform:translateY(calc(50% + 3px + env(safe-area-inset-bottom)))}.mobile-cta:focus-within{transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.mobile-cta{transition:none}}

@media(max-width:600px){.back-to-top{background:rgba(255,255,255,.3);border:2px solid #899da2}}

@media(max-width:600px){.back-to-top span:before{left:10.236px;width:3.528px}.back-to-top span:after{border-top-width:3.528px;border-left-width:3.528px}}

@media(max-width:600px){.back-to-top span{transform:scale(.8);transform-origin:center}}

/* home-faq.css */
.home-faq{background:#fff}.home-faq .wrap{background:#edf3f3;padding:32px;border-top:2px solid #a4bcc1;counter-reset:faq-item}.home-faq .section-head{margin-bottom:26px}.home-faq-item{counter-increment:faq-item;margin:0;border:0;border-bottom:1px solid #c8d6d9;border-radius:0;background:transparent}.home-faq-item:first-child{border-top:1px solid #c8d6d9}.home-faq-item summary{display:grid;grid-template-columns:30px 1fr 30px;gap:16px;padding:24px 16px;font-family:inherit;font-size:1.05rem;font-weight:600;color:#0b303b;cursor:pointer;list-style:none}.home-faq-item summary::-webkit-details-marker{display:none}.home-faq-item summary:before{content:counter(faq-item,decimal-leading-zero);font-size:.75rem;font-weight:400;color:#72888f;letter-spacing:.08em}.home-faq-item summary:after{content:'+';display:grid;place-items:center;width:30px;height:30px;border:1px solid #b6c8cc;color:#137b8b;font-size:1.3rem}.home-faq-item summary:hover{background:#eaf1f1}.home-faq-item[open],.home-faq-item[open] summary{background:#0b303b;color:#f2f5f4}.home-faq-item[open] summary:before{color:#ccb68a}.home-faq-item[open] summary:after{content:'−';border-color:#8e8469;color:#e2cfa7}.home-faq-answer{padding:0 62px 28px;color:#c7d6da}.home-faq-answer p{color:inherit;margin:0 0 12px;line-height:1.8}.home-faq-answer a{color:#e2cfa7;font-weight:600;text-decoration:underline;text-underline-offset:4px}.home-faq-item summary:focus-visible{outline:2px solid #b69b66;outline-offset:-3px}@media(max-width:600px){.home-faq .wrap{padding:24px 14px}.home-faq-item summary{padding:21px 12px;grid-template-columns:22px 1fr 26px;gap:10px;font-size:1rem}.home-faq-item summary:after{width:26px;height:26px}.home-faq-answer{padding:0 18px 24px 44px}}
/* home-prices.css */
.home-prices{background:#fff;padding-block:22px}.home-prices #home-prices-title{font-size:18px;line-height:1.3;margin:0 0 12px;text-transform:none;letter-spacing:normal}.home-price-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d4e1e5;border-bottom:1px solid #d4e1e5}.home-price-strip>a{display:flex;flex-direction:column;gap:4px;padding:12px 18px;text-decoration:none;border-right:1px solid #d4e1e5;color:#123c4b}.home-price-strip>a:first-child{padding-left:0}.home-price-strip>a:last-child{border-right:0}.home-price-strip>a>span{font-size:13px}.home-price-strip strong{font-size:22px;color:#00788a;line-height:1.2}.home-price-strip small{font-size:13px;font-weight:400}.home-price-strip strong span{font-size:15px}.home-price-strip>a:hover{background:#f1f6f7}.home-price-strip>a:focus-visible{outline:2px solid #00788a;outline-offset:-2px}.home-price-note{font-size:11px;color:#526e79;line-height:1.5;margin:9px 0 0}@media(max-width:700px){.home-price-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-price-strip>a{padding:12px}.home-price-strip>a:first-child{padding-left:12px}.home-price-strip>a:nth-child(2){border-right:0}.home-price-strip>a:nth-child(-n+2){border-bottom:1px solid #d4e1e5}.home-price-strip strong{font-size:20px}}
.home-price-equipment{font-size:12px;line-height:1.5;color:#526e79;margin:10px 0 0}.home-price-equipment strong{color:#123c4b;font-weight:600}

.home-price-strip>a{display:grid;grid-template-columns:minmax(0,1fr) 76px;grid-template-rows:auto auto;column-gap:10px;align-content:center;align-items:center;min-height:94px}.home-price-strip>a>span,.home-price-strip>a>strong{grid-column:1}.home-price-strip .price-product-image{grid-column:2;grid-row:1 / 3;width:76px;height:70px;object-fit:contain;justify-self:end}@media(max-width:1050px){.home-price-strip>a{grid-template-columns:minmax(0,1fr) 60px;padding:12px 10px;column-gap:6px}.home-price-strip .price-product-image{width:60px;height:64px}}@media(max-width:400px){.home-price-strip>a{grid-template-columns:minmax(0,1fr) 44px;column-gap:4px}.home-price-strip .price-product-image{width:44px;height:58px}.home-price-strip strong{font-size:18px}}

/* config-card.css */
.config .config-card-option {
  display: block;
  width: 100%;
  min-width: 0;
}
.config .config-card-option > .config-option-with-info { width: 100%; }
.config #card-choice { display: flex; align-items: flex-start; gap: 12px; }
.config #card-choice > span { flex: 1; min-width: 0; }
.config #card-choice > img {
  flex: 0 0 64px;
  width: 64px;
  height: 44px;
  object-fit: contain;
  border-radius: 5px;
}
.config .config-card-option > p {
  margin: 4px 44px 0 32px;
  font-size: 13px !important;
  line-height: 1.5;
}
.config-result #result-product-link{display:inline-block;margin:0 0 16px;color:#b2edf1;font-size:14px;font-weight:700;text-decoration:none}.config-result #result-product-link:hover{text-decoration:underline}.config-result #result-product-link[hidden]{display:none}

.config .config-card-option[hidden]{display:none!important}

/* Configurator information buttons and dialog; external for the live CSP. */
.config-option-with-info { display: flex; align-items: flex-start; gap: 8px; min-width: 0; }
.config-option-with-info > label { flex: 1; min-width: 0; }
.config-option-info { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; margin: -4px 0 0; border: 0; background: transparent; color: #00788a; cursor: pointer; appearance: none; -webkit-appearance: none; line-height: 1; }
.config-option-info svg { display: block; width: 22px; height: 22px; overflow: visible; pointer-events: none; }
.config-option-info:hover { color: #0c3543; background: #eaf5f7; border-radius: 50%; }
.config-info-dialog { width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 48px); padding: 32px; border: 0; border-top: 3px solid #c6a565; color: #123b49; background: #fff; box-shadow: 0 20px 80px #0005; }
.config-info-dialog::backdrop { background: #061e2bbb; }
.config-info-dialog h2 { font-size: 1.55rem; line-height: 1.3; margin: 12px 0 18px; }
.config-info-dialog p { line-height: 1.65; }
.config-info-dialog .button { margin-top: 24px; }

/* camper-security.css */
.camper-security-notice{margin:32px 0;padding:28px;background:#f2f6f6;border:0;border-left:3px solid #bdcfd2;border-radius:0;color:#123d48}.camper-security-notice h2{margin:12px 0 18px}.camper-security-notice p{margin:12px 0;line-height:1.7}.camper-security-notice .security-detail{font-size:14px}.config .camper-security-notice{padding:18px;margin:24px 0;font-size:14px}.config .camper-security-notice p{font-size:14px;margin:8px 0}.camper-security-notice a{font-weight:700}.camper-security-notice[hidden]{display:none}@media(max-width:600px){.camper-security-notice{padding:20px}}

.camper-security-photo{background:linear-gradient(90deg,rgba(7,34,44,.97),rgba(7,34,44,.86) 58%,rgba(7,34,44,.67)),url('camper-schluesselraub.webp') center/cover;color:#f2f7f8;border-left:3px solid #a8cdd3}.camper-security-photo h2,.camper-security-photo .eyebrow{color:#b2edf1}.camper-security-photo p,.camper-security-photo strong{color:#f2f7f8}

.camper-security-editorial{padding:0;border:0;background:#eff4f4;color:#173c46;overflow:hidden;border-radius:0}.camper-security-editorial .security-banner{display:block;width:100%;height:auto;max-height:none;aspect-ratio:3 / 1;object-fit:contain;object-position:center;border-radius:0}.camper-security-editorial .security-copy{padding:30px;border-top:3px solid #8cbbc3}.camper-security-editorial .security-copy h2{font-size:clamp(24px,2.4vw,32px);line-height:1.3;text-transform:none;color:#126779}.camper-security-editorial .eyebrow{color:#126779}.camper-security-editorial p,.camper-security-editorial strong{color:#173c46}@media(max-width:600px){.camper-security-editorial{padding:0}.camper-security-editorial .security-copy{padding:22px}.camper-security-editorial .security-banner{height:auto}}

.camper-security-editorial .security-subtitle{margin:0 0 18px;font-size:clamp(22px,2.2vw,28px);line-height:1.3;font-weight:700;color:#173c46;text-transform:none}

.camper-security-editorial{margin-top:80px}@media(max-width:600px){.camper-security-editorial{margin-top:56px}}

.camper-security-editorial .security-scene{position:relative}.camper-security-editorial .security-speech{position:absolute;left:27%;top:8%;padding:8px 14px;background:#fff8e9;color:#173c46;font-size:clamp(12px,1.5vw,20px);font-weight:700;line-height:1.2;white-space:nowrap;box-shadow:0 2px 8px #0003;border-radius:8px}.camper-security-editorial .security-speech:after{content:"";position:absolute;right:10px;top:100%;width:0;height:0;border-left:12px solid transparent;border-top:14px solid #fff8e9}@media(max-width:600px){.camper-security-editorial .security-speech{left:21%;top:5%;padding:5px 8px}.camper-security-editorial .security-speech:after{border-left-width:8px;border-top-width:8px}}

/* leihwagen-service.css */
.loaner-service{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:32px;padding:30px;background:#edf5f5;border-top:2px solid #008398;margin:36px 0}.loaner-service h2{margin:8px 0 14px}.loaner-service p{margin:0 0 14px}.loaner-service img{display:block;width:100%;height:auto;object-fit:contain}.loaner-service .loaner-badge{display:inline-block;font-size:13px;font-weight:700;color:#123b48;border-bottom:2px solid #e6c98c;padding-bottom:5px}.loaner-home{max-width:1200px;margin:48px auto}.loaner-short{font-weight:600;color:#123b48;margin:16px 0}@media(max-width:650px){.loaner-service{grid-template-columns:1fr;gap:20px;padding:22px}.loaner-service img{max-width:420px;margin:auto}.loaner-home{margin:28px 20px}}

.loaner-product-service{display:flex;align-items:center;gap:14px;border-top:1px solid #d9bf83;padding:16px 0 2px;margin-top:18px;color:#123b48}.loaner-product-service svg{flex:0 0 36px;color:#007f91}.loaner-product-service strong{display:block;font-size:15px;line-height:1.4}.loaner-product-service span{display:block;font-size:13px;line-height:1.5;margin-top:3px;color:#526e79}

.loaner-product-service{align-items:flex-start}.loaner-product-service svg{margin-top:3px}.loaner-product-service .loaner-service-label{font-size:10px;line-height:1.5;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#007f91;margin:0 0 5px}

.loaner-service-scene{position:relative;isolation:isolate;display:flex;align-items:center;min-height:440px;padding:32px;overflow:hidden;background:#f4f2e9;border-top:0;border-radius:4px}
.loaner-service-scene .loaner-scene-image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}
.loaner-service-scene:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(247,249,243,.98) 0%,rgba(247,249,243,.95) 29%,rgba(247,249,243,.75) 44%,rgba(247,249,243,0) 64%)}
.loaner-service-scene>div{width:44%;max-width:440px}.loaner-service-scene h2{font-size:27px;line-height:1.25}.loaner-service-scene p{font-size:15px;line-height:1.7}
@media(max-width:650px){.loaner-service-scene{min-height:610px;align-items:flex-start;padding:24px}.loaner-service-scene>div{width:100%;max-width:none}.loaner-service-scene .loaner-scene-image{height:290px;top:auto;bottom:0;object-position:right center}.loaner-service-scene:before{background:linear-gradient(180deg,#f4f5ee 0%,#f4f5ee 47%,rgba(244,245,238,0) 70%)}.loaner-service-scene h2{font-size:25px}}

/* config-included.css */
.config .config-included-hint { display: none; }
.config-result #result-features { margin-top: 20px; }
.config-result #result-features h4 { color: #aee8ed; font-size: 14px; margin: 18px 0 6px; }
.config-result #result-features p { font-size: 14px; line-height: 1.6; margin: 0 0 12px; }
.config-result #result-features .config-required-summary { padding-top: 14px; margin-top: 18px; border-top: 1px solid #51717b; font-size: 13px; }

html body .config-result > small { font-size: 11px; line-height: 1.5; }

/* alpin-design.css */
/* Alpin & klar: presentation layer over the complete preserved V2 site. */
:root,body.reference-page{--navy:#143b42;--deep:#102a32;--ink:#172e36;--muted:#526870;--blue:#087e7c;--ice:#d5f3ed;--paper:#f0f9f7;--line:#dceae6;--alpin-teal:#087e7c}
html{scroll-padding-top:108px}body{color:var(--ink);background:#fff}h1,h2,h3{letter-spacing:-.035em;line-height:1.2}h2{text-transform:none;color:var(--ink);font-weight:700;font-size:clamp(1.9rem,3.2vw,2.9rem)}h3{font-weight:700}p{line-height:1.75}.eyebrow{font-size:.78rem;letter-spacing:.16em}.wrap{width:min(1280px,calc(100% - 80px))}
body .header,body.homepage .header,body.reference-page.reference-photo-header .header,body:not(.homepage) .header{position:sticky;inset:0 0 auto;z-index:40;background:#fffffff5;color:var(--ink);border-bottom:1px solid #e2eeeb;backdrop-filter:blur(16px)}
body .header .nav{height:88px;gap:24px}body .header .brand,body.homepage .header .brand{background:transparent;padding:0;border-radius:0}body .header .brand-logo{width:255px;filter:brightness(0) saturate(100%);opacity:.88}
body .header .navlinks{font-size:15px;text-transform:none;gap:24px}body .header .navlinks>a{font-weight:500}body .header .navlinks>.button.dark{background:var(--alpin-teal);border-color:var(--alpin-teal);color:white;border-radius:100px;padding:13px 22px;font-size:14px;min-height:46px}
body .header .menu{color:var(--ink);border-color:#cddfda;background:#f2faf7;border-radius:8px}body .more-nav .more-panel{border-top-color:var(--alpin-teal);border-radius:10px;box-shadow:0 18px 45px #183a321c}body .more-nav .more-panel a:hover{background:#edf9f5;text-decoration-color:var(--alpin-teal)}body .more-nav .more-panel strong{color:var(--alpin-teal);font-size:12px}
body .button,body .button.dark,body #use-config,body .consultation{background:var(--alpin-teal);border-color:var(--alpin-teal);color:#fff;border-radius:100px;box-shadow:none;padding:15px 24px;font-size:15px;line-height:1.4;min-height:50px;font-weight:700}
body .button:hover,body .button.dark:hover,body #use-config:hover{background:#056562;border-color:#056562;color:#fff}body .button:focus-visible{outline-color:#18a7a2;outline-offset:4px}
body .hero .button,body.reference-page .reference-hero-actions .button{background:var(--alpin-teal);border-color:var(--alpin-teal);color:#fff;border-radius:100px;box-shadow:none}
body .hero .button.outline,body.reference-page .reference-hero-actions .button.outline{background:#10352f33;border:1px solid #ffffffbd;color:#fff;box-shadow:none;border-radius:100px}
body.alpin-home .hero{min-height:655px}body.alpin-home .hero-content{padding-top:80px;padding-bottom:110px;text-align:left}body.alpin-home .hero .eyebrow{margin-bottom:24px;color:#def6f0}
body.alpin-home .hero .alpin-headline{font-size:clamp(3rem,5.2vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.045em;color:white;max-width:810px;margin:0 0 23px}
body.alpin-home .hero #hero-title{font-size:clamp(1.25rem,2vw,1.75rem);max-width:730px;letter-spacing:-.025em;line-height:1.35;-webkit-text-stroke:0;font-weight:700}body.alpin-home .hero #hero-title>span{display:inline;color:#fff;font-size:inherit;line-height:inherit;margin:0;-webkit-text-stroke:0}body.alpin-home .hero #hero-title>br{display:inline}
body.alpin-home .hero p:not(.alpin-headline){max-width:590px;font-size:1rem;line-height:1.7;margin:18px 0 0;color:#f0faf7}body.alpin-home .hero:after{background:linear-gradient(90deg,#061f26d9 0%,#062b3385 48%,#062b3305 86%),linear-gradient(0deg,#062b3359,transparent 45%)}body.alpin-home .hero picture img{object-position:center 50%}body.alpin-home .hero .actions{margin-top:28px;gap:16px}
body .section{padding-block:80px}body .section-head{gap:36px;margin-bottom:36px}body .section .eyebrow{color:var(--alpin-teal)}
body.alpin-home #fahrzeuge .section-head{display:block;text-align:center;margin-inline:auto;max-width:960px}body.alpin-home #fahrzeuge .section-head p{max-width:660px;margin:18px auto 0}body.alpin-home #fahrzeuge .cards{gap:28px}
body.alpin-home #fahrzeuge .card{padding:0 0 22px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:white;overflow:visible;min-height:0}body.alpin-home #fahrzeuge .card .vehicle-photo{width:100%;max-width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;margin:0 0 24px;border-radius:9px}body.alpin-home #fahrzeuge .card .num{margin:0 0 12px;color:var(--alpin-teal)}body.alpin-home #fahrzeuge .card h3{font-size:1.5rem;color:var(--ink)}body.alpin-home #fahrzeuge .card p{font-size:1rem;margin-bottom:22px}body.alpin-home #fahrzeuge .card a{font-size:15px;color:var(--alpin-teal)}
body .trust.trust-benefits{background:#f2faf8;border-block:1px solid #e2eeea;padding:34px 0}body .trust-benefits .trust-item{border:0;box-shadow:none;background:transparent;border-radius:0;padding:20px 16px;gap:16px}body .trust-benefits .trust-icon{background:#e1f3ee;color:var(--alpin-teal)}body .trust-benefits strong{color:var(--ink);font-size:1rem}body .trust-benefits small{font-size:14px;color:var(--muted)}
body .config-section{background:#eef9f6}body .config{border:1px solid #d7ebe4;border-radius:16px;overflow:hidden;box-shadow:0 16px 45px #153d3210;gap:0}body .config-options{padding:40px}body .config-result{background:#153d42;padding:40px}body .config-result h3{color:white;font-size:2.2rem;line-height:1.2}body .config-result .eyebrow{color:#bce7df}body .config-result .button{color:white;background:var(--alpin-teal)}body .config-result p,body .config-result small{color:#d1e9e4}
body .choice{border-radius:8px;min-height:66px;font-size:15px;line-height:1.4}body .choice:has(input:checked){background:#e3f7f0;border:2px solid var(--alpin-teal);color:#075e59}body .config legend{font-size:17px}body .checks{gap:18px}body .checks small{font-size:14px}body .checks input,body .choice input{accent-color:var(--alpin-teal)}
body #beratung.portrait-consultation{padding:80px 30px;background:white}body #beratung .scene-inner{max-width:1220px;gap:42px 80px}body #beratung .copy h2{font-size:clamp(1.9rem,3vw,2.7rem);color:var(--ink);letter-spacing:-.035em}body #beratung .portrait img{border-radius:12px}body #beratung .identity{border-radius:8px;box-shadow:0 12px 30px #173c3214}body #beratung .identity p{font-size:14px}body #beratung .phone{color:var(--alpin-teal)}body #beratung .steps{border-color:var(--line)}
body .home-prices{padding-block:38px;background:white}body .home-price-strip{border-color:var(--line)}body .home-price-strip strong{color:var(--alpin-teal)}body .home-price-strip>a>span{font-size:14px}body .home-price-note,body .home-price-equipment{font-size:13px;line-height:1.65}
body #ablauf.journey{background:#fff;border:0;padding:54px 0;margin-top:0;margin-bottom:34px}body #ablauf .process{gap:28px}body #ablauf .process>div{box-shadow:none;border:0;border-top:1px solid #cce1db;background:#fff;padding:26px 0}body #ablauf .process>div>span:before{background:#eaf7f2;color:var(--alpin-teal)}body #ablauf .process p{font-size:16px}body #ablauf .journey-link{background:var(--alpin-teal);border-radius:100px!important}
body .news-section{background:#f3faf8}body .news-card{border:1px solid #e0ece6;border-radius:10px;overflow:hidden;box-shadow:none}body .news-card h3{color:var(--ink);font-weight:700;font-size:1.4rem}body .news-card p{font-size:16px}body .news-card-copy{padding:26px}body .news-card-copy a{color:var(--alpin-teal)}
body .contact{background:#edf8f5}body .contact-grid{gap:64px}body .contact-info h2{color:var(--ink)}body .contact-form{background:#fff;border:1px solid #dbe9e4;border-radius:12px;padding:32px;box-shadow:0 12px 35px #123c3208}body .field input,body .field select,body .field textarea{border:1px solid #cbded6;border-radius:6px;background:#fff;font-size:16px}body .field input:focus,body .field select:focus,body .field textarea:focus{border-color:var(--alpin-teal)}body .required-note,body .privacy-check{font-size:14px}
body .home-faq{background:#fff}body .home-faq-item{border-color:#dceae4;border-radius:6px}body .home-faq-item summary{color:var(--ink)}body .home-faq-answer p{font-size:16px}
body .footer{background:#112d35;color:#fff;padding-top:58px}body .footer .brand-logo{width:280px;filter:none}body .footer .site-directory strong{color:#b6e8dc}body .footer .site-directory a{font-size:15px;padding-block:8px}body .footer-bottom{font-size:13px;line-height:1.6}body .footer-bottom nav{gap:18px;flex-wrap:wrap}body .footer-arrival{border-color:#ffffff26}body .footer-top p{color:#d0e7e1}
/* Subpages keep their photographs, article structure, demos and galleries. */
body .subpage-hero:not(.reference-hero){background:#eff9f5}body .subpage-hero h1{color:var(--ink);font-weight:700;letter-spacing:-.035em}body.reference-page .reference-hero h1,body.reference-page .waiting-hero h1{color:#fff;font-weight:700;-webkit-text-stroke:0;letter-spacing:-.035em}body.reference-page .reference-hero,body.reference-page .waiting-hero{padding-top:80px;min-height:570px}body .transporter-hero .hero-content{padding-top:85px}body .transporter-hero #hero-title,body .transporter-hero #hero-title span{-webkit-text-stroke:0}body .reference-hero h2{color:#fff}
body .article-section h2{color:var(--ink);font-weight:700;letter-spacing:-.03em}body .article-section p{font-size:16px}body .article-aside,body.reference-page .personal-advice{border-top-color:var(--alpin-teal);background:#f0f9f5;border-radius:10px;padding:26px}body .article-body .vehicle-offer,body .article-body .vehicle-faq{border-top-color:var(--alpin-teal);background:#f0f9f5;border-radius:10px}body .original-gallery{gap:20px}body .original-gallery a{border-radius:8px}body .installation-card{border-radius:8px;overflow:hidden}body .reference-page .reference-caption{font-size:14px}
body .consent-dialog{border-top-color:var(--alpin-teal);box-shadow:0 20px 70px #062b4040}body .consent-dialog::backdrop{background:#092f3b66;backdrop-filter:blur(1px)}body .consent-actions button{min-height:44px;border-color:#a9c9be;background:#edf8f3;font-size:14px}
body .mobile-cta .button.dark{background:var(--alpin-teal);color:white;border-color:var(--alpin-teal);font-size:14px}
@media(min-width:1051px){body .navlinks{display:flex}body .header .menu{display:none}}
@media(max-width:1050px){body .header .navlinks{top:88px;color:var(--ink);background:white}body .header .navlinks.open{gap:0;max-height:calc(100dvh - 88px)}body .header .navlinks>a{font-size:16px}body .header .navlinks>.button.dark{margin:12px 0}body .header .navlinks{gap:12px}body .header .navlinks.open{display:flex}body .header .brand-logo{width:230px}.wrap{width:calc(100% - 48px)}body .contact-grid{gap:32px}body .config-options,body .config-result{padding:28px}}
@media(max-width:760px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 36px)}body .header .nav{height:76px;gap:16px}body .header .brand-logo{width:min(225px,calc(100vw - 132px))}body .header .navlinks{top:76px}body .header .navlinks.open{max-height:calc(100dvh - 76px)}body .section{padding-block:52px}body.alpin-home .hero{min-height:680px}body.alpin-home .hero-content{padding-top:52px;padding-bottom:100px}body.alpin-home .hero .alpin-headline{font-size:clamp(2.65rem,9.8vw,4rem);line-height:1.07;letter-spacing:-.035em;margin-bottom:22px}body.alpin-home .hero #hero-title{font-size:1.2rem;line-height:1.4}body.alpin-home .hero p:not(.alpin-headline){font-size:16px;line-height:1.65}body.alpin-home .hero .eyebrow{font-size:12px;line-height:1.5;max-width:100%;margin-bottom:20px}body.alpin-home .hero .actions{max-width:340px;flex-direction:column}body.alpin-home .hero .button{font-size:15px;min-height:52px}body.alpin-home .hero:after{background:linear-gradient(90deg,#06252bdf,#06302d66),linear-gradient(0deg,#06252b55,transparent)}body .section-head{gap:24px}body.alpin-home #fahrzeuge .section-head{text-align:left}body.alpin-home #fahrzeuge .cards{gap:32px}body.alpin-home #fahrzeuge .card .vehicle-photo{aspect-ratio:16/10}body #beratung.portrait-consultation{padding:52px 18px}body #beratung .scene-inner{gap:30px}body #beratung .steps{grid-template-columns:1fr}body .contact-form{padding:22px}body .form-grid{grid-template-columns:1fr}body .config-options,body .config-result{padding:24px}body .config{border-radius:12px}body .config-result h3{font-size:1.9rem}body .config .choice-grid{grid-template-columns:1fr}body .choice{min-height:58px}body #ablauf .process{grid-template-columns:1fr;gap:20px}body #ablauf.journey{padding:46px 0}body #ablauf .journey-link{font-size:15px}body .news-card-copy{padding:24px}body.reference-page .reference-hero,body.reference-page .waiting-hero{padding-top:55px;min-height:560px}body .transporter-hero .hero-content{padding-top:55px}body .footer{padding-bottom:130px}body .mobile-cta{background:#fffffff2;border:1px solid #d4e6de;box-shadow:0 8px 30px #0e332c26}body .mobile-cta .button.dark{font-size:13px;min-height:48px;padding:12px}body .mobile-cta>a:first-child{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Reference reconstruction: same composition, real HTML controls and retained details. */
body.alpin-home{--alpin-teal:#119c96;--blue:#087f7c;--ink:#142d37}body.alpin-home .wrap{width:min(1160px,calc(100% - 80px))}body .header .nav{height:76px}body .header .brand-logo{width:210px}body .header .navlinks{gap:26px;font-size:14px}body .header .navlinks>.button.dark{min-height:40px;padding:11px 20px;font-size:13px}
body.alpin-home .hero{min-height:500px}body.alpin-home .hero-content{padding-top:65px;padding-bottom:48px}body.alpin-home .hero .alpin-headline{font-size:clamp(42px,4.8vw,66px);max-width:680px;line-height:1.05;margin:0 0 20px}body.alpin-home .hero #hero-title{font-size:19px;max-width:670px;line-height:1.4}body.alpin-home .hero #hero-title>br{display:none}body.alpin-home .hero .eyebrow{font-size:11px;letter-spacing:.2em;margin-bottom:24px}body.alpin-home .hero .reference-subline{font-size:15px;margin-top:6px;max-width:650px}body.alpin-home .hero:after{background:linear-gradient(90deg,#032423a8,#05292638 52%,transparent 82%)}body.alpin-home .hero picture img{object-position:center center}body.alpin-home .hero .actions{gap:16px;margin-top:22px;max-width:580px}body.alpin-home .hero .button{font-size:14px;padding:12px 23px;min-height:44px}body.alpin-home .hero .button.outline{background:transparent;border-color:#bce8e3}body.alpin-home .hero-bottom{position:static;margin-top:0;padding-bottom:16px;opacity:.8}body.alpin-home .hero-bottom span{font-size:11px!important}
.hero-promises{display:flex;gap:40px;margin-top:28px}.hero-promises>span{display:flex;gap:13px;align-items:center;font-size:26px;color:#d0f3eb}.hero-promises small{font-size:10px;letter-spacing:.08em;line-height:1.5;color:white}
body.alpin-home .retained-details,body.alpin-home .vehicle-details{font-size:14px;color:var(--muted);margin-top:22px}body.alpin-home .retained-details>summary,body.alpin-home .vehicle-details>summary{cursor:pointer;list-style:none;display:flex;gap:16px;align-items:center;width:fit-content;min-height:32px;font-weight:500;color:#087e7c}body.alpin-home .retained-details>summary::after,body.alpin-home .vehicle-details>summary::after{content:'+';font-size:20px}body.alpin-home details[open]>summary::after{content:'−'}body.alpin-home .detail-content{padding-top:22px}body.alpin-home .hero-intro-details{margin-top:4px}body.alpin-home .hero-intro-details>summary{color:#d5ede7;font-size:12px;min-height:24px}body.alpin-home .hero-intro-details .detail-content{padding-top:0}body.alpin-home .hero-intro-details[open]{padding-bottom:12px}
body.alpin-home .section{padding-block:52px}.reference-section-head{text-align:center;margin:0 auto 30px;max-width:1000px}.reference-section-head .eyebrow{font-size:11px;letter-spacing:.19em;margin:0 0 16px;color:#547175}.reference-section-head h2{font-size:clamp(25px,2.65vw,34px);line-height:1.2;font-weight:700;letter-spacing:-.035em}.reference-section-head p{font-size:15px;color:var(--muted);margin:12px auto 0;max-width:750px}
body.alpin-home #fahrzeuge .cards{gap:28px}body.alpin-home #fahrzeuge .card{padding-bottom:0;border:0}body.alpin-home #fahrzeuge .card .alpin-photo{display:block;position:relative;aspect-ratio:16/9;border-radius:6px;overflow:hidden;margin:0 0 18px}body.alpin-home .alpin-photo img,body.alpin-home .pick-photo img{position:absolute;top:0;left:0;width:100%;height:300%;max-width:none;object-fit:fill}body.alpin-home .photo-1 img{top:-100%}body.alpin-home .photo-2 img{top:-200%}body.alpin-home #fahrzeuge .card h3{font-size:21px;margin:0 0 6px}body.alpin-home #fahrzeuge .card h3 a{font-size:inherit;color:var(--ink)}body.alpin-home #fahrzeuge .card .vehicle-short{font-size:14px;margin:0 0 8px}body.alpin-home #fahrzeuge .card>a:not(.alpin-photo){font-size:13px;margin-top:6px}body.alpin-home #fahrzeuge .vehicle-details{margin-top:6px}body.alpin-home #fahrzeuge .vehicle-details summary{font-size:12px}body.alpin-home #fahrzeuge .vehicle-details .vehicle-photo{width:100%;margin:16px 0 0}body.alpin-home #fahrzeuge>.retained-details{margin-top:12px}
body.alpin-home .trust.trust-benefits{padding:20px 0;background:linear-gradient(90deg,#f6fbfc,#edf8f7,#f6fbfc);border:0}body.alpin-home .trust-benefits .wrap{gap:0}body.alpin-home .trust-benefits .trust-item{padding:12px 22px;border-right:1px solid #d9e8e6;align-items:center}body.alpin-home .trust-benefits .trust-item:first-child{padding-left:0}body.alpin-home .trust-benefits .trust-item:last-child{border:0}body.alpin-home .trust-icon{background:transparent;flex-basis:38px;height:38px;color:var(--alpin-teal)}body.alpin-home .trust-benefits strong{font-size:16px}body.alpin-home .trust-benefits small{font-size:13px}body.alpin-home .benefits-details{margin-top:8px}body.alpin-home .benefits-details>summary{font-size:12px}body.alpin-home .extra-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
body.alpin-home .config-section{background:#eaf8f8;padding-block:38px}body.alpin-home .config{display:block;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}body.alpin-home .config-options{padding:0}body.alpin-home .config .vehicle-step{margin:0}body.alpin-home .config .vehicle-step>legend{font-size:14px;color:#506c73;margin-bottom:12px}body.alpin-home .config .vehicle-step .choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}body.alpin-home .vehicle-pick{position:relative;display:flex;flex-direction:column;gap:9px;text-align:center;background:#fff;border:1px solid #d4e5e6;border-radius:6px;padding:14px;min-height:165px;font-weight:700;font-size:17px;color:var(--ink)}body.alpin-home .vehicle-pick:has(input:checked){background:#e9f7f4;border:2px solid #1a9e98;padding:13px;color:var(--ink)}body.alpin-home .vehicle-pick>input{position:absolute;top:13px;left:13px;z-index:1;width:19px;height:19px}body.alpin-home .pick-photo{display:block;position:relative;overflow:hidden;aspect-ratio:16/9;width:100%;border-radius:3px}body.alpin-home .other-pick{grid-column:1/-1;display:flex;flex-direction:row;justify-content:flex-start;min-height:35px;padding:8px 12px;font-size:13px;width:fit-content;background:transparent;border:0}body.alpin-home .other-pick:has(input:checked){padding:7px 11px}body.alpin-home .other-pick input{position:static;width:15px;height:15px}
.config-progress{display:flex;justify-content:center;align-items:center;gap:20px;max-width:770px;margin:0 auto 25px}.config-progress>span{height:1px;background:#ccdfdf;flex:1}.config-progress button{display:flex;align-items:center;gap:10px;background:transparent;border:0;font-size:14px;color:#456168;white-space:nowrap;padding:0}.config-progress b{display:grid;place-items:center;border-radius:50%;width:32px;height:32px;background:#d8e6e8;color:#456168}.config-progress [aria-current="step"]{color:#17373f;font-weight:700}.config-progress [aria-current="step"] b{background:#149d98;color:#fff}
.config-navigation{display:flex;align-items:center;gap:20px;background:white;border:1px solid #d5e7e5;border-radius:6px;padding:15px 20px;margin-top:14px}.config-navigation>span{margin-right:auto;font-size:14px;color:#527075}.config-navigation strong{color:#183842;margin-left:8px}.config-navigation .button{min-height:42px;font-size:14px;padding:11px 28px}.config-back{background:transparent;border:0;color:#267c79;font-size:14px;padding:10px}.config-navigation .config-back{display:none}.config[data-step="2"] .config-back,.config[data-step="3"] .config-back{display:block}.config[data-step="3"] #alpin-next{display:none}
.config.wizard-ready[data-step="1"] .protection-step,.config.wizard-ready[data-step="1"] .config-result,.config.wizard-ready[data-step="2"] .config-result,.config.wizard-ready[data-step="3"] .config-options{display:none}
body.alpin-home .config-result{background:#fff;color:var(--ink);border:1px solid #d5e7e5;border-radius:8px;padding:30px}body.alpin-home .config-result h3{color:var(--ink)}body.alpin-home .config-result p,body.alpin-home .config-result small{color:var(--muted)}body.alpin-home .config-result .eyebrow,body.alpin-home .config-result #result-product-link{color:#0c807b}body.alpin-home .config-result li{border-color:#dceae5}body.alpin-home .config-result .config-product-image{max-width:240px;margin:10px 0}.config-error-hint{color:#aa2934;font-size:15px;margin:16px 0}.protection-step{background:#fff;padding:30px;border-radius:8px;border:1px solid #d7e6e4}body.alpin-home .config .protection-step .choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body.alpin-home #beratung.portrait-consultation{padding:52px 40px}body.alpin-home #beratung .scene-inner{max-width:1160px;grid-template-columns:1fr 1fr;gap:45px;align-items:center}body.alpin-home #beratung .copy{grid-column:2;grid-row:1}body.alpin-home #beratung .philosophy-photo{grid-column:1;grid-row:1;position:relative;margin:0;align-self:stretch}body.alpin-home #beratung .philosophy-photo>img{width:100%;height:100%;max-height:620px;min-height:460px;object-fit:cover;border-radius:6px}body.alpin-home .philosophy-photo figcaption{position:absolute;right:25px;bottom:25px;color:white;font-style:italic;font-size:28px;line-height:1.1;transform:rotate(-7deg);text-shadow:0 2px 7px #0009}body.alpin-home #beratung .reference-philosophy-title .eyebrow{font-size:11px;margin-bottom:10px;letter-spacing:.18em}body.alpin-home #beratung .reference-philosophy-title h2{font-size:32px;line-height:1.1;margin-bottom:18px}body.alpin-home #beratung .copy>h2.retained-subtitle{font-size:16px;line-height:1.4;margin:0 0 12px;color:#5f747a;font-weight:400}body.alpin-home #beratung .copy>p{font-size:15px;line-height:1.65;margin:0 0 12px}body.alpin-home #beratung .copy>.eyebrow{font-size:10px;margin-bottom:10px}body.alpin-home #beratung .steps{display:grid;grid-template-columns:1fr;border:0;gap:16px;padding:20px 0 0}body.alpin-home #beratung .steps .detail-label{font-size:16px;margin:0 0 2px}body.alpin-home #beratung .steps p{font-size:14px;line-height:1.5}body.alpin-home #beratung .consultation{font-size:13px;min-height:40px;padding:10px 18px}body.alpin-home #beratung .person{grid-column:auto;grid-row:auto}body.alpin-home #beratung .portrait img{width:140px;height:150px}body.alpin-home #beratung .identity{margin:0;padding:12px;box-shadow:none}body.alpin-home #beratung .portrait{display:flex;gap:12px;align-items:center}
body.alpin-home #ablauf.journey{padding:16px 0 44px;margin:0 auto}body.alpin-home #ablauf .reference-section-head h2{font-size:28px}body.alpin-home #ablauf .process{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:20px}body.alpin-home #ablauf .process>div{border:0;padding:0}body.alpin-home #ablauf .process>div>span{margin-bottom:14px;font-size:10px;gap:8px}body.alpin-home #ablauf .process>div>span:before{border:1px solid #149d98;background:white;color:#149d98;width:35px;height:35px;font-size:14px}body.alpin-home #ablauf .process h3{font-size:17px;margin-bottom:8px}body.alpin-home #ablauf .process p{font-size:14px;line-height:1.5}body.alpin-home #ablauf .journey-service-links a{font-size:13px}
body.alpin-home .news-section{background:#fff;padding:20px 0 44px}body.alpin-home #news .section-head{display:block;text-align:center;margin-bottom:24px}body.alpin-home #news .section-head p{margin:12px auto;max-width:800px}body.alpin-home #news .section-head h2{font-size:30px}body.alpin-home .news-card{border:0;border-radius:4px}body.alpin-home .news-card>img,body.alpin-home .news-card .news-image-link>img{aspect-ratio:16/9;border-radius:5px}body.alpin-home .news-card-copy{padding:14px 0}body.alpin-home .news-card h3{font-size:19px}body.alpin-home .news-card p{font-size:14px;margin:8px 0}body.alpin-home .news-card a{font-size:13px}
body.alpin-home .contact{padding:42px 0;background:#eef8fa}body.alpin-home .contact-grid{grid-template-columns:.85fr 1.25fr;gap:56px;align-items:start}body.alpin-home .contact-info .reference-contact-title{font-size:32px;max-width:330px}body.alpin-home .contact-info>.eyebrow{font-size:11px}body.alpin-home .contact-form{background:transparent;border:0;padding:0;border-radius:0;box-shadow:none}body.alpin-home .form-grid{gap:12px 16px}body.alpin-home .field{font-size:12px}body.alpin-home .field input,body.alpin-home .field select{height:42px;min-height:42px;padding:10px;font-size:14px;margin-top:4px;border-color:#d4e3e7}body.alpin-home .field textarea{min-height:96px;font-size:14px;margin-top:4px}body.alpin-home .required-note{font-size:12px;margin-bottom:12px}body.alpin-home .privacy-check{font-size:12px;line-height:1.5;margin:16px 0}body.alpin-home .contact-form .button{min-height:42px;font-size:14px;padding:11px}body.alpin-home .contact-details{margin-top:25px}body.alpin-home .contact-details a{font-size:16px}body.alpin-home .contact-details small{font-size:12px}body.alpin-home .contact-details address{font-size:14px;line-height:1.6;margin-top:20px}
body.alpin-home .home-faq{padding:35px 0}body.alpin-home .home-faq .wrap{max-width:900px}body.alpin-home .home-faq h2{font-size:28px;text-align:center}body.alpin-home .home-faq-item summary{font-size:15px;padding:16px 20px}body.alpin-home .home-faq-answer p{font-size:15px}.alpin-panorama{position:relative;isolation:isolate;height:175px;display:grid;place-items:center;overflow:hidden;color:#fff;background:#163d45}.alpin-panorama picture,.alpin-panorama img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;z-index:-2}.alpin-panorama:after{content:'';position:absolute;inset:0;background:#082b3d35;z-index:-1}.alpin-panorama>p{font-size:30px;font-weight:700;letter-spacing:-.025em;text-shadow:0 2px 10px #0005}
body.alpin-home .footer{padding-top:38px}body.alpin-home .footer .footer-top{margin-bottom:20px}body.alpin-home .footer .brand-logo{width:210px}body.alpin-home .footer .site-directory{padding:24px 0}body.alpin-home .footer .site-directory a{font-size:13px;padding:5px 0}body.alpin-home .footer .site-directory strong{font-size:14px}body.alpin-home .footer .footer-arrival{margin-top:15px}
@media(max-width:1050px){body .header .navlinks{top:76px}.config-progress{gap:12px}body.alpin-home #beratung .scene-inner{gap:28px}body.alpin-home .contact-grid{gap:30px}body.alpin-home #ablauf .process{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body.alpin-home .wrap{width:calc(100% - 36px)}body .header .brand-logo{width:180px}body .header .nav{height:70px}body .header .navlinks{top:70px}body.alpin-home .hero{min-height:660px}body.alpin-home .hero-content{padding-top:42px;padding-bottom:25px}body.alpin-home .hero .alpin-headline{font-size:43px;max-width:430px}body.alpin-home .hero #hero-title{font-size:17px;max-width:330px}body.alpin-home .hero .reference-subline{max-width:300px;font-size:14px}body.alpin-home .hero picture img{object-position:73% center}body.alpin-home .hero:after{background:linear-gradient(90deg,#032423df,#05292660 85%)}body.alpin-home .hero .actions{max-width:300px}.hero-promises{gap:18px;margin-top:30px;flex-wrap:wrap}.hero-promises>span{font-size:22px;gap:8px}.hero-promises small{font-size:9px}body.alpin-home .hero-bottom{font-size:10px}.reference-section-head{margin-bottom:24px}.reference-section-head h2{font-size:26px}.reference-section-head p{font-size:14px}body.alpin-home .section{padding-block:36px}body.alpin-home .trust-benefits .wrap{grid-template-columns:1fr}body.alpin-home .trust-benefits .trust-item{padding:15px 0;border:0;border-bottom:1px solid #dae8e5}body.alpin-home .extra-benefits{grid-template-columns:1fr}body.alpin-home .config .vehicle-step .choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}body.alpin-home .vehicle-pick{min-height:110px;padding:7px;font-size:12px;gap:8px}body.alpin-home .vehicle-pick:has(input:checked){padding:6px}body.alpin-home .vehicle-pick>input{top:6px;left:6px;width:15px;height:15px}body.alpin-home .other-pick{min-height:32px;font-size:13px}body.alpin-home .config-progress{gap:8px;margin-bottom:20px}.config-progress button{font-size:12px;gap:5px}.config-progress b{width:25px;height:25px}.config-progress>span{min-width:10px}.config-navigation{padding:14px;gap:12px;flex-wrap:wrap}.config-navigation>span{width:100%;font-size:13px}.config-navigation .button{flex:1;padding:10px 14px;font-size:13px}.protection-step{padding:20px 15px}body.alpin-home .config .protection-step .choice-grid{grid-template-columns:1fr}body.alpin-home #beratung.portrait-consultation{padding:36px 18px}body.alpin-home #beratung .scene-inner{grid-template-columns:1fr}body.alpin-home #beratung .copy,body.alpin-home #beratung .philosophy-photo{grid-column:1;grid-row:auto}body.alpin-home #beratung .philosophy-photo>img{min-height:0;height:390px;object-position:center 40%}body.alpin-home #beratung .reference-philosophy-title h2{font-size:29px}body.alpin-home #ablauf .process{grid-template-columns:1fr 1fr;gap:28px 20px}body.alpin-home #ablauf .process h3{font-size:16px}body.alpin-home #ablauf .process p{font-size:13px}body.alpin-home .contact-grid{grid-template-columns:1fr}body.alpin-home .field input,body.alpin-home .field select,body.alpin-home .field textarea{font-size:16px}body.alpin-home .field{font-size:14px}.alpin-panorama{height:150px}.alpin-panorama>p{font-size:22px;text-align:center}body.alpin-home .footer{padding-bottom:115px}}
body.alpin-home .vehicle-pick .pick-photo{order:0}body.alpin-home .vehicle-pick .pick-label{order:1}
@media(max-width:760px){body.alpin-home .hero picture img{object-position:82% center}}
/* Always-visible price overview, immediately before the configurator. */
body.alpin-home #preise.home-prices{padding-block:32px;background:#fff}
body.alpin-home #preise #home-prices-title{font-size:22px;line-height:1.35;margin-bottom:18px;color:var(--ink)}
body.alpin-home #preise .home-price-strip{border:1px solid #d9e8e3;border-radius:8px;overflow:hidden}
body.alpin-home #preise .home-price-strip>a{padding:18px 16px;min-height:106px}
body.alpin-home #preise .home-price-strip strong{font-size:25px;line-height:1.3;color:#087f7c}
body.alpin-home #preise .home-price-note{font-size:13px;margin-top:12px}
@media(max-width:700px){body.alpin-home #preise.home-prices{padding-block:26px}body.alpin-home #preise .home-price-strip>a{padding:14px 10px}body.alpin-home #preise .home-price-strip strong{font-size:21px}}

/* Button-inspired turquoise, lightened for the dark hero photograph. */
body.alpin-home .hero #hero-title,body.alpin-home .hero #hero-title>span{color:#5ddbd0}

/* Keep the trades van at the right edge visible in the selected hero. */
body.alpin-home .hero picture img { object-position: right center; }

/* Individual vehicle category pictures; camper sprite remains unchanged. */
body.alpin-home #fahrzeuge .single-photo img { top: 0; width: 100%; height: 100%; object-fit: cover; }
/* Expanded benefits use the full content width instead of the trust-strip grid. */
body.alpin-home .trust-benefits details.benefits-details {
  display: block;
}
body.alpin-home .benefits-details .detail-content {
  width: 100%;
}
body.alpin-home .benefits-details .extra-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
body.alpin-home .benefits-details .trust-item {
  min-width: 0;
  padding: 20px 0;
  align-items: flex-start;
  border-right: 0;
  border-bottom: 1px solid #d9e8e6;
}
body.alpin-home .benefits-details .trust-item p {
  min-width: 0;
  margin: 0;
}
@media (max-width: 760px) {
  body.alpin-home .benefits-details .extra-benefits {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Match configurator pictures to the category cards. */
body.alpin-home .pick-photo.single-pick-photo img { top: 0; width: 100%; height: 100%; object-fit: cover; }

/* Vehicle selection advances directly to protection requirements. */
.config[data-step="1"] #alpin-next { display: none; }

/* Keep vehicle choices above the protection options. */
body.alpin-home .config[data-step="2"] .vehicle-step { margin-bottom: 24px; }

/* Show the complete personal portrait beside the consultation copy. */
body.alpin-home #beratung .philosophy-photo.marco-photo { align-self: center; }
body.alpin-home #beratung .philosophy-photo.marco-photo > img { display: block; height: auto; min-height: 0; max-height: none; aspect-ratio: 1; object-fit: contain; }

/* Personal contact stays visible beside the main portrait. */
body.alpin-home #beratung .personal-contact { margin-top: 24px; }
body.alpin-home #beratung .personal-contact .identity { padding: 0; }
/* Separate news clearly from the contact form. */
body.alpin-home #news.news-section {
  padding-top: 80px;
}
@media (max-width: 760px) {
  body.alpin-home #news.news-section {
    padding-top: 56px;
  }
}

/* Dedicated portrait hero: retain the complete three-vehicle composition on phones. */
@media(max-width:760px){
 body.alpin-home .hero{background:#234c61;min-height:0;}
 body.alpin-home .hero picture img{object-fit:contain;object-position:center bottom;}
 body.alpin-home .hero-content{padding-top:32px;padding-bottom:calc(70vw + 65px);}
 body.alpin-home .hero:after{background:linear-gradient(180deg,rgba(3,30,39,.7) 0%,rgba(3,30,39,.3) 45%,transparent 70%);}
}

/* Prominent next step from configuration to inquiry. */
body.alpin-home .config-navigation #alpin-next {
 min-height:68px;min-width:320px;padding:20px 34px;font-size:20px;font-weight:700;
 background:#007a77;border:2px solid #005c59;box-shadow:0 5px 0 #004f4c,0 8px 20px #007a7726;
}
body.alpin-home .config-navigation #alpin-next:hover {background:#005f5c;box-shadow:0 5px 0 #003e3c,0 10px 24px #007a7738;}
body.alpin-home .config-navigation #alpin-next:focus-visible {outline:3px solid #005c59;outline-offset:5px;}
@media(max-width:760px){
 body.alpin-home .config-navigation #alpin-next {flex:1 0 100%;width:100%;min-width:0;min-height:68px;padding:18px 12px;font-size:19px;order:2;}
 body.alpin-home .config-navigation .config-back {order:3;margin:4px auto 0;}
}
