:root{
  --paper:#F4F1EA;--surface:#FCFBF7;--surface-2:#EEE9DF;
  --ink:#1C1B18;--muted:#6C665C;--muted-2:#9A9488;
  --line:#E4DED1;--line-2:#D6CFBF;
  --accent:#57534A;--accent-deep:#2A2823;--accent-soft:#ECEAE4;--gold:#9A7B44;
  --r:14px;--r-sm:9px;
  --shadow:0 1px 2px rgba(28,27,24,.04),0 10px 26px -18px rgba(28,27,24,.22);
  --shadow-lg:0 2px 6px rgba(28,27,24,.05),0 28px 60px -30px rgba(28,27,24,.3);
  --safe-b:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Manrope',system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.6;font-size:16.5px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 22px}
h1,h2,h3{font-family:'Manrope',system-ui,sans-serif;font-weight:700;line-height:1.1;letter-spacing:-.012em}
.eyebrow{font-size:11.5px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--accent)}

/* HEADER */
header{position:sticky;top:0;z-index:80;background:rgba(244,241,234,.86);backdrop-filter:saturate(150%) blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px;gap:14px}
.brand{display:flex;align-items:center;gap:11px;min-width:0}
.brand .logo-full{height:32px;width:auto;flex:none;max-width:72vw;object-fit:contain}
.wordmark{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:24px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);line-height:1;display:inline-block}
.wordmark span{color:var(--gold)}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-links{display:none;align-items:center;gap:2px}
.nav-links a{font-size:14px;font-weight:500;letter-spacing:.02em;color:var(--muted);padding:8px 13px;border-radius:8px;transition:.15s}
.nav-links a:hover{color:var(--ink)}
.nav-links a.active{color:var(--muted)}
.btn-call{display:inline-flex;align-items:center;gap:8px;font-weight:500;font-size:14px;letter-spacing:.02em;padding:11px 17px;border-radius:8px;background:var(--ink);color:#F4F1EA;white-space:nowrap}
.btn-call svg{width:15px;height:15px}
.btn-call .num{display:none}
.burger{width:44px;height:44px;border-radius:9px;border:1px solid var(--line-2);background:var(--surface);display:grid;place-items:center;cursor:pointer}
.burger svg{width:20px;height:20px;color:var(--ink)}
.menu{position:fixed;inset:0;z-index:90;background:var(--paper);display:none;flex-direction:column;padding:22px}
.menu.open{display:flex}
.menu-top{display:flex;align-items:center;justify-content:space-between;height:70px}
.menu-close{width:44px;height:44px;border-radius:9px;border:1px solid var(--line-2);background:var(--surface);display:grid;place-items:center;cursor:pointer;color:var(--ink)}
.menu-close svg{width:22px;height:22px}
.menu-links{display:flex;flex-direction:column;margin-top:6px}
.menu-links a{font-family:'Manrope',system-ui,sans-serif;font-size:21px;font-weight:600;color:var(--ink);padding:9px 2px;letter-spacing:-.01em;transition:color .15s}
.menu-links a:hover{color:var(--accent)}
.menu-links a.active{color:var(--muted)}
.menu-sub{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);margin:0 0 20px;padding-left:2px}
.menu-foot{margin-top:auto;display:flex;flex-direction:column;gap:16px;padding-bottom:calc(16px + var(--safe-b))}
.menu-tel{display:flex;align-items:center;gap:12px;padding-left:2px}
.menu-tel .ic{width:42px;height:42px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;flex:none}
.menu-tel .ic svg{width:19px;height:19px;color:var(--accent)}
.menu-tel .tx{display:flex;flex-direction:column;line-height:1.3;font-size:15px;color:var(--muted)}
.menu-tel .tx b{color:var(--ink);font-weight:700}

/* HERO */
.hero{padding:34px 0 12px}
.hero-grid{display:grid;gap:28px}
.tagline{margin-bottom:18px}
.avail{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}
.avail i{width:6px;height:6px;border-radius:50%;background:var(--accent);font-style:normal}
.hero h1{font-size:clamp(38px,9vw,60px);font-weight:700;margin-bottom:16px;letter-spacing:0}
.hero h1 em{font-style:normal;color:var(--accent)}
.hero .lead{font-size:17.5px;color:var(--muted);max-width:44ch;margin-bottom:22px}
.inline-trust{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:14px;color:var(--ink);font-weight:500}
.inline-trust span{display:inline-flex;align-items:center;gap:8px}
.inline-trust svg{width:15px;height:15px;color:var(--accent);flex:none}

/* HERO photo media */
.hero-media{position:relative;border-radius:18px;overflow:hidden;min-height:320px;display:flex;align-items:flex-end;box-shadow:var(--shadow-lg);isolation:isolate}
.hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;z-index:-2;filter:saturate(.82) contrast(1.02)}
.hero-media::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(20,18,15,.12) 0%,rgba(20,18,15,.3) 42%,rgba(20,18,15,.8) 100%),linear-gradient(90deg,rgba(20,18,15,.5),transparent 60%)}
.hero-media-in{padding:24px 24px 26px;width:100%}
.hero-media .avail{color:rgba(251,248,241,.8)}
.hero-media .avail i{background:rgba(251,248,241,.9)}
.hero-media h1{color:#FBF8F1;font-weight:600}
.hero-media h1 em{color:#FBF8F1}
.hero-media .lead{color:rgba(251,248,241,.9);display:none}
.hero-media .inline-trust{color:#FBF8F1}
.hero-media .inline-trust svg{color:rgba(251,248,241,.85)}

/* SUBHERO */
.subhero{padding:36px 0 8px}
.crumb{font-size:12.5px;color:var(--muted-2);margin-bottom:16px;letter-spacing:.04em}
.crumb a{color:var(--muted)}
.subhero h1{font-size:clamp(34px,8vw,50px);font-weight:700;margin-bottom:14px}
.subhero h1 em{font-style:normal;color:var(--accent)}
.subhero p{color:var(--muted);font-size:17.5px;max-width:56ch}

/* TOOL */
.tool{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-lg);overflow:hidden}
.tool-head{padding:18px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}
.tool-head .eyebrow{display:block}
.tool-head .sub{font-size:12.5px;color:var(--muted)}
.tool-body{padding:20px 22px 22px}
.field{margin-bottom:15px;position:relative}
label.lab{display:block;font-size:12.5px;font-weight:600;color:var(--muted);margin-bottom:7px;letter-spacing:.03em;white-space:nowrap}
.lab .opt{font-size:10.5px;font-weight:400;color:var(--muted-2);letter-spacing:0}
.input,select.input{width:100%;font-family:inherit;font-size:17px;color:var(--ink);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm);padding:14px 15px;outline:none;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;appearance:none}
.input::placeholder{color:var(--muted-2)}
.input:focus,select.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.input.ok{border-color:var(--accent)}
select.input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%236C665C' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;padding-right:42px}
.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hint{font-size:12.5px;color:var(--accent);margin-top:6px;display:none;align-items:center;gap:5px;font-weight:600}
.hint.show{display:flex}
.hint svg{width:13px;height:13px}
.seg{display:flex;flex-wrap:wrap;gap:5px;background:var(--surface-2);border:1px solid var(--line-2);border-radius:var(--r-sm);padding:4px}
.seg button{flex:1 1 calc(50% - 3px);min-width:calc(50% - 3px);font-family:inherit;font-size:14px;font-weight:600;color:var(--muted);background:transparent;border:none;border-radius:6px;padding:12px 8px;cursor:pointer;transition:.15s}
.seg button.active{background:var(--surface);color:var(--accent);box-shadow:var(--shadow)}
.sugg{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:30;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm);box-shadow:var(--shadow-lg);overflow:hidden;display:none}
.sugg.show{display:block}
.sugg button{display:flex;gap:10px;align-items:center;width:100%;text-align:left;font-family:inherit;font-size:14px;color:var(--ink);background:transparent;border:none;border-bottom:1px solid var(--line);padding:12px 14px;cursor:pointer}
.sugg button:last-child{border-bottom:none}
.sugg button:hover{background:var(--accent-soft)}
.sugg button svg{width:15px;height:15px;color:var(--accent);flex:none}
.sugg button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* FARE */
.fare{margin-top:18px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);padding:17px 18px}
.fare-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}
.fare-label{font-size:11.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.fare-status{font-size:12px;color:var(--accent);font-weight:600}
.fare-amount{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:clamp(40px,11vw,54px);letter-spacing:0;color:var(--ink);line-height:1.02}
.fare-amount .cur{color:var(--muted);font-size:.42em;font-weight:600;margin-right:.22em;vertical-align:.28em}
.fare-amount .pre{color:var(--muted);font-size:.36em;font-weight:500;margin-right:.22em;font-style:italic}
.fare-vehicle{font-size:13.5px;color:var(--muted);margin-top:2px}
.fare-route{display:none;align-items:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.fare-route.show{display:flex}
.fare-route .dot{width:9px;height:9px;border-radius:50%;border:2px solid var(--muted-2);flex:none}
.fare-route .dot.end{border-color:var(--accent);background:var(--accent)}
.fare-route .ln{flex:1;height:1px;background:linear-gradient(90deg,var(--muted-2),var(--accent));transform-origin:left;transform:scaleX(0);transition:transform .7s ease}
.fare-route.show .ln{transform:scaleX(1)}
.fare-route .rmeta{font-size:12.5px;color:var(--muted);font-weight:600;white-space:nowrap}
.fare-note{font-size:12.5px;color:var(--muted-2);margin-top:12px;line-height:1.5}

/* BUTTONS */
.actions{display:grid;gap:10px;margin-top:16px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:600;font-size:16px;letter-spacing:.02em;cursor:pointer;padding:16px 18px;border-radius:9px;border:1px solid transparent;width:100%;transition:transform .12s,background .15s,color .15s}
.btn:active{transform:scale(.985)}
.btn svg{width:19px;height:19px;flex:none}
.btn-primary{background:var(--ink);color:#F4F1EA}
.btn-primary:hover{background:#000}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-2)}
.btn-ghost:hover{border-color:var(--ink)}
.btn-ink{background:var(--ink);color:#F4F1EA}
.btn-ink:hover{background:#000}
.reassure{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;font-size:12.5px;color:var(--muted);text-align:center}
.reassure svg{width:14px;height:14px;color:var(--accent);flex:none}

/* SECTIONS */
section.block{padding:52px 0}
.sec-head{margin-bottom:30px;max-width:62ch}
.sec-head .eyebrow{display:block;margin-bottom:12px}
.sec-head h2{font-size:clamp(28px,7vw,42px);font-weight:700;letter-spacing:-.015em}
.sec-head h2 em{font-style:italic;color:var(--accent)}
.sec-head p{color:var(--muted);margin-top:12px;font-size:16.5px}

/* STEPS */
.steps{display:grid;gap:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--surface)}
.step{padding:26px 24px;border-bottom:1px solid var(--line)}
.step:last-child{border-bottom:none}
.step .k{font-size:11.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.step h3{font-size:22px;font-weight:600;margin-bottom:7px}
.step p{font-size:15px;color:var(--muted)}

/* FLEET */
.fleet{display:grid;gap:20px}
.car{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:transform .25s,box-shadow .25s}
.car:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.car .ph{aspect-ratio:16/10;background:var(--surface-2) center/cover no-repeat;position:relative;border-bottom:1px solid var(--line)}
.car .tag{position:absolute;top:14px;left:14px;font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);background:var(--surface);padding:6px 12px;border-radius:999px;box-shadow:var(--shadow)}
.car .ci{padding:20px}
.car .ci h3{font-size:24px;font-weight:600;margin-bottom:3px}
.car .ci .sub{font-size:14px;color:var(--muted);margin-bottom:15px;font-style:italic}
.car .ci .feat{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:14px;color:var(--muted);margin-bottom:15px}
.car .ci .feat span{display:inline-flex;align-items:center;gap:7px}
.car .ci .feat svg{width:14px;height:14px;color:var(--accent)}
.car .pr{display:flex;align-items:baseline;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px}
.car .pr .v{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:22px}
.car .pr .l{font-size:11px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.1em}

/* REGIONS */
.regions{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--surface)}
.region{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid var(--line);transition:background .15s}
.region:last-child{border-bottom:none}
.region:hover{background:var(--surface-2)}
.region .nm{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:22px}
.region .md{font-size:14px;color:var(--muted);margin-top:2px}
.region .rt{text-align:right;display:flex;align-items:center;gap:16px}
.region .ab{font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:20px;color:var(--ink);white-space:nowrap}
.region .go{width:34px;height:34px;border-radius:50%;border:1px solid var(--line-2);display:grid;place-items:center;color:var(--muted);flex:none;transition:.15s}
.region:hover .go{background:var(--ink);border-color:var(--ink);color:#F4F1EA}
.region .go svg{width:15px;height:15px}

/* PROMISES */
.reviews{display:grid;gap:18px}
.promise{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:26px 24px}
.promise .pico{width:46px;height:46px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;margin-bottom:16px}
.promise .pico svg{width:21px;height:21px;color:var(--accent)}
.promise h3{font-size:22px;font-weight:600;margin-bottom:6px}
.promise p{font-size:15px;color:var(--muted)}

/* PROSE */
.prose{max-width:68ch}
.prose p{color:var(--muted);font-size:16.5px;margin-bottom:16px;line-height:1.68}
.prose h2{font-size:clamp(26px,6vw,34px);font-weight:600;margin:34px 0 14px}
.prose ul{list-style:none;margin:0 0 18px}
.prose li{position:relative;padding-left:26px;color:var(--muted);margin-bottom:10px}
.prose li::before{content:"";position:absolute;left:0;top:12px;width:12px;height:1px;background:var(--accent)}
.prose a{color:var(--accent-deep);text-decoration:underline;text-underline-offset:3px;font-weight:500}
.prose strong{color:var(--ink);font-weight:600}

/* FORMULA */
.formula{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px 0 4px}
.fcell{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:24px 16px;text-align:center}
.fcell .v{font-family:'Manrope',system-ui,sans-serif;font-size:30px;font-weight:600;color:var(--ink)}
.fcell .l{font-size:12.5px;color:var(--muted);margin-top:6px}

/* CONTACT */
.ccards{display:grid;gap:14px}
.ccard{display:flex;align-items:center;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:22px;transition:transform .2s}
.ccard:hover{transform:translateY(-2px);border-color:var(--line-2)}
.ccard .ci2{width:50px;height:50px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;flex:none}
.ccard .ci2 svg{width:22px;height:22px;color:var(--accent)}
.ccard .lbl2{font-size:12px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}
.ccard .val2{font-family:'Manrope',system-ui,sans-serif;font-size:22px;font-weight:600}

/* FAQ */
.faq{display:grid;gap:12px}
.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.faq summary{padding:19px 21px;font-family:'Manrope',system-ui,sans-serif;font-weight:600;font-size:21px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--accent);font-size:24px;line-height:1;font-family:'Inter'}
.faq details[open] summary::after{content:"–"}
.faq .ans{padding:0 21px 18px;color:var(--muted);font-size:15px}

/* FINAL */
.final{background:#201E1A;color:#F4F1EA;border-radius:20px;padding:52px 26px;text-align:center}
.final .eyebrow{color:rgba(244,241,234,.55)}
.final h2{font-size:clamp(30px,7vw,44px);font-weight:600;margin:14px 0 14px;color:#FBF8F1}
.final h2 em{font-style:normal;color:#FBF8F1}
.final p{color:#C3BCAF;font-size:16.5px;max-width:46ch;margin:0 auto 26px}
.final .actions{max-width:400px;margin:0 auto}
.final .btn-primary{background:#F4F1EA;color:#201E1A}
.final .btn-primary:hover{background:#FFFFFF;color:#201E1A}
.final .btn-ghost{background:transparent;color:#F4F1EA;border-color:rgba(244,241,234,.28)}
.final .btn-ghost:hover{background:rgba(244,241,234,.08);border-color:rgba(244,241,234,.5)}

/* FOOTER */
footer{border-top:1px solid var(--line);margin-top:22px;padding:44px 0 110px;color:var(--muted);font-size:14px}
.foot-grid{display:grid;gap:28px}
footer h4{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);margin-bottom:14px}
footer a:hover{color:var(--accent)}
.foot-links{display:flex;flex-direction:column;gap:9px}
.foot-contact div{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.foot-contact svg{width:15px;height:15px;color:var(--accent);flex:none}
.legal{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12.5px;color:var(--muted-2)}
.legal a{color:var(--muted)}

/* DOCK */
.dock{position:fixed;left:0;right:0;bottom:0;z-index:70;padding:10px 14px calc(10px + var(--safe-b));background:rgba(252,251,247,.92);backdrop-filter:saturate(160%) blur(14px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dock a{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15.5px;font-weight:600;padding:14px;border-radius:9px}
.dock a svg{width:18px;height:18px}
.dock a.call{background:var(--surface);color:var(--ink);border:1px solid var(--line-2)}
.dock a.wa{background:var(--ink);color:#F4F1EA}

/* reveal */
[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1)}
[data-reveal].revealed{opacity:1;transform:none}
.stagger>*{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1)}
.stagger.revealed>*{opacity:1;transform:none}

@media(min-width:600px){.fleet{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:repeat(3,1fr)}}
@media(min-width:880px){
  .wrap{padding:0 30px}
  .hero{padding:64px 0 22px}
  .hero-grid{grid-template-columns:1.05fr .95fr;align-items:stretch;gap:48px}
  .hero-media{min-height:100%}
  .hero-media-in{padding:40px 36px}
  .hero-media .lead{display:block;max-width:38ch}
  .nav-links{display:flex}
  .btn-call .num{display:inline}
  .burger{display:none}
  .steps{grid-template-columns:repeat(3,1fr)}
  .steps .step{border-bottom:none;border-right:1px solid var(--line)}
  .steps .step:last-child{border-right:none}
  .fleet{grid-template-columns:repeat(3,1fr)}
  .foot-grid{grid-template-columns:2fr 1fr 1.3fr}
  .ccards{grid-template-columns:repeat(3,1fr)}
  .dock{display:none}
  footer{padding-bottom:40px}
}
@media(max-width:600px){
  .hero{padding:20px 0 8px}
  .hero-media{min-height:250px}
  .hero-media-in{padding:18px 20px 20px}
  .hero-media h1{font-size:34px}
  .hero-grid{gap:20px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}[data-reveal],.stagger>*{opacity:1;transform:none}.fare-route .ln{transform:scaleX(1)}}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}


/* ===== Luxlane-näher: Vollbild-Hero, Leistungen, Vorteile, Intro ===== */
.hero-full{position:relative;min-height:64vh;display:flex;align-items:flex-start;justify-content:center;text-align:center;overflow:hidden;isolation:isolate;padding:40px 22px 96px}
.hero-full>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;z-index:-2;filter:saturate(.82) contrast(1.02)}
.hero-full::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(18,16,13,.5),rgba(18,16,13,.74))}
.hero-full .inner{max-width:780px}
.hero-full .tagline{margin-bottom:16px}
.hero-full .avail{color:rgba(251,248,241,.8);justify-content:center}
.hero-full .avail i{background:rgba(251,248,241,.9)}
.hero-full h1{color:#FBF8F1;font-weight:800;font-size:clamp(38px,8.4vw,64px);line-height:1.05;letter-spacing:-.018em;margin-bottom:18px}
.hero-full h1 em{font-style:normal;color:#FBF8F1}
.hero-full .lead{color:rgba(251,248,241,.9);font-size:clamp(16px,2.4vw,20px);max-width:52ch;margin:0 auto 28px}
.hero-full .hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.hero-full .hero-cta .btn{width:auto;min-width:210px}
.hero-full .btn-ghost{color:#FBF8F1;border-color:rgba(251,248,241,.45)}
.hero-full .btn-ghost:hover{background:rgba(251,248,241,.1);border-color:#FBF8F1}
.calc-section{margin-top:-64px;position:relative;z-index:5;padding-bottom:6px}
.calc-section .wrap{max-width:660px}
.services{display:grid;gap:18px}
.service{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;transition:transform .2s,box-shadow .2s}
.service:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.service .si{width:48px;height:48px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;margin-bottom:16px}
.service .si svg{width:22px;height:22px;color:var(--accent)}
.service h3{font-size:20px;font-weight:700;margin-bottom:8px}
.service p{font-size:14.5px;color:var(--muted)}
.feature-grid{display:grid;gap:14px}
.feature{display:flex;gap:13px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px}
.feature .fi{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;flex:none}
.feature .fi svg{width:18px;height:18px;color:var(--accent)}
.feature h3{font-size:16px;font-weight:700;margin-bottom:3px}
.feature p{font-size:13.5px;color:var(--muted)}
.intro{display:grid;gap:26px;align-items:center}
.intro .img{border-radius:18px;overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-lg)}
.intro .img img{width:100%;height:100%;object-fit:cover}
@media(min-width:700px){.services{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.services{grid-template-columns:repeat(4,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:880px){.intro{grid-template-columns:1fr 1fr;gap:46px}}

/* Hero-CTA: weisser Rahmen auch auf dem Haupt-Button */
.hero-full .btn-primary{border:1px solid rgba(251,248,241,.5)}
.hero-full .btn-primary:hover{border-color:#FBF8F1}
/* Wortmarke auf dem Handy schmaler, damit sie nicht mit den Buttons kollidiert */
@media(max-width:600px){.brand .logo-full{height:32px}}

/* Footer-Logo grösser (volles Lockup) */
footer .foot-logo img{height:46px;max-width:260px;width:auto}

/* Volles Logo im Menü-Kopf */
.menu-top .logo-menu{height:32px;width:auto;max-width:60vw;object-fit:contain}

/* Fixpreis-Karten (Preise-Seite) */
.pricecards{display:grid;gap:14px}
.pcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:26px 20px;text-align:center}
.pcard .pk{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.pcard .pv{font-family:'Manrope',system-ui,sans-serif;font-size:30px;font-weight:700;color:var(--ink)}
.pcard .pl{font-size:13.5px;color:var(--muted);margin-top:10px}
@media(min-width:700px){.pricecards{grid-template-columns:repeat(3,1fr)}}

/* Cookie-Banner (Consent Mode v2) */
.cookie{position:fixed;left:12px;right:12px;bottom:12px;z-index:9999;background:#201E1A;color:#F4F1EA;border-radius:16px;box-shadow:0 14px 44px rgba(0,0,0,.4);padding:18px}
.cookie[hidden]{display:none}
.cookie-in{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.cookie p{font-size:13.5px;color:#D8D3C8;line-height:1.55;margin:0}
.cookie a{color:#F4F1EA;text-decoration:underline}
.cookie-btns{display:flex;gap:10px}
.cookie-btns .btn{flex:1;width:auto;min-width:0}
.cookie-btns .btn-ghost{color:#F4F1EA;border-color:rgba(244,241,234,.4)}
.cookie-btns .btn-ghost:hover{background:rgba(244,241,234,.08);border-color:#F4F1EA}
.cookie-btns .btn-primary{background:#F4F1EA;color:#201E1A}
.cookie-btns .btn-primary:hover{background:#fff}
@media(min-width:720px){.cookie-in{flex-direction:row;align-items:center;justify-content:space-between}.cookie-btns{flex:none}.cookie-btns .btn{min-width:150px}}

/* Language switcher */
.lang-switch{font-size:12.5px;font-weight:700;letter-spacing:.08em;color:var(--muted);border:1px solid rgba(28,26,23,.22);border-radius:999px;padding:8px 12px;line-height:1;white-space:nowrap;transition:.15s}
.lang-switch:hover{color:var(--ink);border-color:var(--ink)}
.menu-links .lang-switch-m{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:26px;padding:13px 26px;background:var(--ink);color:#F4F1EA;font-size:15px;font-weight:700;letter-spacing:.12em;border-radius:10px;transition:.15s}
.menu-links .lang-switch-m:hover{opacity:.85;color:#F4F1EA}
