:root{--m5-blue:#3b6bff;--m5-purple:#8b5cf6;--m5-black:#071426;--m5-white:#ffffff;--m5-muted:#8ba0ba;--m5-line:#1c2b42;--m5-bg:#071426}
*{box-sizing:border-box}
html,body{overflow-x:hidden}
html{scroll-behavior:smooth}
body.landing{margin:0;font-family:Inter,Arial,sans-serif;background:var(--m5-bg);color:#e6f1fb;-webkit-font-smoothing:antialiased;line-height:1.6}
.l-wrap{width:min(1140px,calc(100% - 20px));margin:0 auto}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.l-steps>*,.l-features>*,.l-screens>*{min-width:0}

/* ---------- Header ---------- */
.l-head{position:sticky;top:0;z-index:50;background:rgba(7,20,38,.82);backdrop-filter:blur(12px);border-bottom:1px solid #1c2b42}
.l-head .l-wrap{display:flex;align-items:center;gap:16px;min-height:64px}
.l-brand{flex-shrink:0}
.l-brand img{height:62px;width:auto;filter:brightness(0) invert(1)}
.l-nav{display:none;margin-left:auto;align-items:center;gap:26px;font-weight:600;font-size:15px}
.l-nav a{color:#b9c8dd;transition:color .15s}
.l-nav a:hover{color:#fff}
.l-burger{margin-left:auto;border:1px solid #1c2b42;background:#0d1d33;border-radius:10px;width:40px;height:40px;font-size:20px;cursor:pointer;color:#e6f1fb}
.l-nav.open{display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#0a1830;border-bottom:1px solid #1c2b42;padding:8px 16px;margin:0}
.l-nav.open a{padding:14px 4px;border-top:1px solid #1c2b42}
.l-nav.open a:first-child{border-top:0}

/* ---------- Hero ---------- */
.l-hero{background:radial-gradient(900px 500px at 85% -10%,#2d62ff26,transparent 60%),radial-gradient(800px 500px at 0% 10%,#7c3aed1f,transparent 55%),#071426;color:#e6f1fb;overflow:hidden}
.l-hero .l-wrap{padding:48px 0 72px}
.l-hero-card{background:radial-gradient(700px 340px at 82% -8%,#2d62ff1f,transparent 60%),#0d1d33;border:1px solid #1c2d49;border-radius:26px;box-shadow:0 30px 70px rgba(0,0,0,.4);padding:clamp(22px,5vw,64px);text-align:left;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr;gap:32px}
.l-hero-card::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#3b6bff,#8b5cf6)}
.l-hero-copy{min-width:0}
.l-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}
.l-monitor{position:relative;width:100%;max-width:400px}
.l-monitor-frame{background:#14243b;border-radius:18px;padding:12px;box-shadow:0 30px 60px rgba(0,0,0,.5)}
.l-monitor-screen{aspect-ratio:16/9;border-radius:9px;overflow:hidden;position:relative;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;padding:18px;color:#fff}
.l-monitor-screen::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,38,0) 35%,rgba(7,20,38,.7) 100%)}
.l-monitor-screen small,.l-monitor-screen strong,.l-monitor-screen span{position:relative;z-index:1}
.l-monitor-screen small{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;opacity:.85}
.l-monitor-screen strong{font-size:22px;font-weight:800;line-height:1.1}
.l-monitor-screen span{font-size:12.5px;opacity:.92}
.l-monitor-stand{display:block;width:80px;height:16px;background:#14243b;margin:0 auto;border-radius:0 0 10px 10px}
.l-monitor-base{display:block;width:140px;height:8px;background:#14243b;margin:0 auto;border-radius:6px}
.l-live-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:6px;background:#071426;border:1px solid #1c2b42;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;color:#4ade80;box-shadow:0 8px 20px rgba(0,0,0,.4)}
.l-live-badge i{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.25)}
@media(min-width:900px){.l-hero-card{grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}}
.l-kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--m5-blue);text-transform:uppercase;margin-bottom:18px}
.l-hero h1{font-size:clamp(30px,5.5vw,50px);line-height:1.1;font-weight:800;margin:0 0 20px;letter-spacing:-.02em;color:#fff}
.l-hero h1 .grad{background:linear-gradient(90deg,#6c8cff,#b18cff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.l-sub{font-size:clamp(16px,2.4vw,20px);color:var(--m5-muted);max-width:640px;margin:0 0 32px}
.l-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}
.l-btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 26px;border-radius:13px;font-weight:700;font-size:16px}
.l-btn-primary{background:linear-gradient(135deg,#3b6bff,#8b5cf6);color:#fff}
.l-btn-primary:hover{box-shadow:0 10px 26px rgba(59,107,255,.35)}
.l-btn-ghost{border:1px solid #26395a;color:#dbe7f6;background:transparent}
.l-btn-ghost:hover{border-color:#3b6bff;background:#0e213b}
/* ---------- Sections ---------- */
.l-section{padding:64px 0}
.l-section-alt{background:#0a1830;border-top:1px solid #14243b;border-bottom:1px solid #14243b}
.l-section h2{font-size:clamp(26px,4.4vw,38px);font-weight:800;letter-spacing:-.02em;margin:0 0 10px;color:#fff}
.l-lead{color:var(--m5-muted);font-size:17px;max-width:560px;margin:0 0 40px}

/* Steps */
.l-steps{display:grid;gap:16px}
.l-step{background:#0d1d33;border:1px solid #1c2d49;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.25)}
.l-num{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#3b6bff,#8b5cf6);color:#fff;font-weight:800;font-size:18px;margin-bottom:14px}
.l-step h3{font-size:19px;margin:0 0 8px;color:#fff}
.l-step p{margin:0;color:var(--m5-muted);font-size:15px}

/* Features */
.l-features{display:grid;gap:16px}
.l-feature{background:#0d1d33;border:1px solid #1c2d49;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.25)}
.l-feature .l-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#15284a;color:var(--m5-blue);font-size:22px;margin-bottom:14px}
.l-feature h3{font-size:17px;margin:0 0 8px;color:#fff}
.l-feature p{margin:0;color:var(--m5-muted);font-size:14.5px}

/* Screens / Branchen */
.l-screens{display:grid;gap:26px}
.l-screen{margin:0;display:flex;flex-direction:column;align-items:center}
.l-frame{width:100%;background:#14243b;border-radius:16px;padding:11px;box-shadow:0 22px 46px rgba(0,0,0,.4)}
.l-display{aspect-ratio:16/9;border-radius:8px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;color:#fff;overflow:hidden;position:relative;overflow-wrap:break-word;min-width:0;background-size:cover;background-position:center}
.l-display::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,38,0) 35%,rgba(7,20,38,.62) 100%)}
.l-display strong,.l-display span{position:relative;z-index:1}
.l-display strong{font-size:clamp(20px,3vw,28px);font-weight:800;line-height:1.1}
.l-display span{font-size:13.5px;opacity:.95}
.l-stand{width:74px;height:16px;background:#14243b;border-radius:0 0 10px 10px;margin-top:-2px}
.l-screen figcaption{margin-top:12px;font-weight:700;font-size:15px;color:#dbe7f6}
.l-d-obst{background-image:url('/assets/v5/screens/obst.jpg');background-color:#e06a2b}
.l-d-kleidung{background-image:url('/assets/v5/screens/kleidung.jpg');background-color:#b453d1}
.l-d-smartphone{background-image:url('/assets/v5/screens/smartphone.jpg');background-color:#2563eb}
.l-d-restaurant{background-image:url('/assets/v5/screens/restaurant.jpg');background-color:#0d9488}
.l-d-aktion{background-image:url('/assets/v5/screens/aktion.jpg');background-color:#dc2626}
.l-d-angebote{background-image:url('/assets/v5/screens/angebote.jpg');background-color:#0891b2}

/* Devices / CTA */
.l-cta-panel{background:linear-gradient(135deg,#12285a,#251a4d);color:#fff;border:1px solid #2b3f6b;border-radius:20px;padding:40px 26px;text-align:center}
.l-cta-panel h2{margin-bottom:12px}
.l-cta-panel p{color:#b9c8dd;max-width:560px;margin:0 auto 28px}
.l-cta-panel .l-btn-ghost{border-color:#3b5484;color:#fff}

/* ---------- Footer ---------- */
.l-foot{background:#0a1830;color:#8ba0ba;border-top:1px solid #14243b;font-size:14px}
.l-foot .l-wrap{padding:36px 0 28px;display:flex;flex-direction:column;gap:24px}
.l-foot-cols{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.l-foot-cols{grid-template-columns:repeat(3,1fr)}}
.l-foot-col{display:flex;align-items:flex-start;gap:12px}
.l-foot-ico{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#15284a;color:var(--m5-blue);flex-shrink:0}
.l-foot-col-body{display:flex;flex-direction:column;gap:6px;min-width:0}
.l-foot-col-body small{font-size:11px;color:#8ba0ba;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.l-foot-col-links{display:flex;flex-direction:column;gap:4px}
.l-foot a{color:#b9c8dd;text-decoration:none}
.l-foot a:hover{color:#fff}
.l-foot-email{color:#e6f1fb;font-weight:600}
.l-foot-copy{margin:0;color:#8ba0ba;border-top:1px solid #14243b;padding-top:18px}

/* Install prompt (mobil) */
.l-installbar{position:fixed;left:16px;right:16px;bottom:16px;z-index:100;display:flex;align-items:center;gap:12px;background:#0d1d33;border:1px solid #1c2d49;color:#fff;border-radius:16px;padding:12px 14px;box-shadow:0 18px 40px rgba(0,0,0,.4)}
.l-installbar img{width:40px;height:40px;border-radius:10px;flex-shrink:0}
.l-installbar-copy{flex:1;min-width:0;display:flex;flex-direction:column}
.l-installbar-copy strong{font-size:14px;line-height:1.2}
.l-installbar-copy small{font-size:12px;color:#8ba0ba}
.l-installbar-go{border:0;background:var(--m5-blue);color:#fff;font-weight:700;font-size:13px;border-radius:10px;padding:9px 14px;cursor:pointer;white-space:nowrap}
.l-installbar-x{border:0;background:transparent;color:#8ba0ba;font-size:18px;cursor:pointer;padding:4px;line-height:1}
.l-installbar[hidden]{display:none}
@media(min-width:768px){.l-installbar{display:none!important}}

/* Cookie banner */
.l-cookie{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;background:#0d1d33;border:1px solid #1c2d49;border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.5);padding:22px 20px;width:min(420px,calc(100% - 32px));display:flex;flex-direction:column;gap:16px}
.l-cookie p{margin:0;font-size:14px;color:#b9c8dd;line-height:1.6;text-align:center}
.l-cookie-actions{display:flex;flex-direction:column;gap:8px}
.l-cookie button{height:44px;border-radius:11px;font-weight:700;font-size:14px;cursor:pointer;border:1px solid #26395a;background:#0a1830;color:#b9c8dd;width:100%}
.l-cookie .l-cookie-accept{background:var(--m5-blue);border-color:var(--m5-blue);color:#fff}
.l-cookie .l-cookie-accept:hover{background:#2b57e6}
.l-cookie[hidden]{display:none}
@media(min-width:768px){.l-cookie-actions{flex-direction:row}.l-cookie button{flex:1;width:auto}}

/* ---------- Desktop ---------- */
@media (min-width: 768px){
  .l-nav{display:flex}
  .l-burger{display:none}
  .l-brand img{height:70px}
  .l-hero .l-wrap{padding:64px 0 88px}
  .l-steps{grid-template-columns:repeat(2,1fr)}
  .l-features{grid-template-columns:repeat(2,1fr)}
  .l-screens{grid-template-columns:repeat(2,1fr)}
  .l-cta-panel{padding:56px 40px}
}
@media (min-width: 1024px){
  .l-steps{grid-template-columns:repeat(4,1fr)}
  .l-features{grid-template-columns:repeat(3,1fr)}
  .l-screens{grid-template-columns:repeat(3,1fr)}
}
