:root{
  --brand: #ea5a0c;
  --brand-d: #cf4f0a;
  --brand-dd: #b8460a;
  --gold: #f6ba00;
  --ink: #32373c;
  --muted: #5f6873;
  --faint: #98a0aa;
  --line: #e9e6e2;
  --bg: #ffffff;
  --bg-soft: #fbf8f5;
  --bg-quote: #f7f2ea;
  --dark: #1b1d21;
  --radius: 14px;
  --maxw: 1180px;
  --sans: "Helvetica Neue", Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--brand-d); text-decoration: none; }
img { max-width: 100%; }
/* Dieselbe Umbruch-Absicherung wie auf der Produktseite (#158). Hier trifft es vor allem die
   Produktnamen in .ll-card h2: feste Schriftgroesse in einer Kachel-Spalte, also genau die
   Konstellation aus dem Ticket, nur schmaler. Die 404-Seite nutzt ausschliesslich Klassen, die
   index.eta ohnehin rendert (#114), und ist damit mit abgedeckt. */
h1, h2, h3, h4 { overflow-wrap: break-word; hyphens: auto; }

.ll-top { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; height: 70px; padding: 0 1.5rem; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.9); backdrop-filter: saturate(150%) blur(10px); }
.ll-logo { height: 34px; width: auto; display: block; }
.ll-wordmark { font-weight: 800; color: var(--ink); font-size: 1.2rem; }

.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--brand-d); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 2px; background: var(--brand); }

.ll-hero { position: relative; overflow: hidden; text-align: center; padding: 4.5rem 1.5rem 3rem; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.ll-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(720px 380px at 88% -20%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%), radial-gradient(520px 320px at 8% 120%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 70%); }
.ll-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; background: linear-gradient(90deg, var(--brand), var(--gold)); }
.ll-hero > * { position: relative; z-index: 1; }
.ll-hero h1 { margin: 0 0 .6rem; font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; letter-spacing: -.025em; color: var(--ink); }
.ll-hero h1 em { font-style: normal; color: var(--brand); }
.ll-sub { margin: 0; color: var(--muted); font-size: 1.15rem; }

.ll-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.4rem; max-width: var(--maxw); margin: 0 auto; padding: 2.5rem 1.5rem; }
.ll-card { position: relative; overflow: hidden; display: block; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.6rem; color: inherit; box-shadow: 0 1px 2px rgba(50,55,60,.05), 0 8px 24px rgba(50,55,60,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.ll-card::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--brand), var(--gold)); }
.ll-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px color-mix(in srgb, var(--brand) 14%, transparent); border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); }
.ll-card h2 { margin: .2rem 0 .5rem; font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.ll-card p { margin: 0; color: var(--muted); }
.ll-card-disabled { opacity: .65; cursor: default; }
.ll-card-disabled::before { background: var(--line); }
.ll-card-disabled:hover { transform: none; box-shadow: 0 1px 2px rgba(50,55,60,.05), 0 8px 24px rgba(50,55,60,.06); border-color: var(--line); }
.ll-muted { display: block; margin-top: .6rem; color: var(--faint); font-style: italic; }
.ll-empty { color: var(--muted); text-align: center; grid-column: 1 / -1; }

.ll-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.8rem 2rem; background: var(--dark); color: rgba(255,255,255,.7); font-size: .9rem; }
.ll-foot .ll-logo { height: 26px; }

.ll-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.ll-section-intro { color: var(--muted); max-width: 680px; margin: 30px 0 18px; }
.ll-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.ll-card { position: relative; display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.ll-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(184,70,10,.14); }
.ll-card-featured { border-color: var(--brand); box-shadow: 0 10px 30px rgba(234,90,12,.18); }
.ll-card-featured::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--brand), var(--gold)); }
.ll-badge { align-self: flex-start; font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--brand-d); background: rgba(234,90,12,.09); border: 1px solid rgba(234,90,12,.2); padding: 5px 11px; border-radius: 999px; margin-bottom: 14px; }
.ll-tagline { color: var(--brand-d); font-weight: 600; margin: .2rem 0 .6rem; }
.ll-blurb { color: var(--muted); }
.ll-features { list-style: none; padding: 0; margin: .6rem 0 1rem; display: grid; gap: 8px; }
.ll-more { margin-top: auto; font-weight: 700; color: var(--brand-d); }
.ll-cta { margin: 40px 0; padding: 40px; border-radius: 20px; background: linear-gradient(120deg, var(--brand), var(--brand-d)); color: #fff; }
.ll-cta-btn { display: inline-block; margin-top: 12px; background: #fff; color: var(--brand-d); font-weight: 600; padding: 12px 22px; border-radius: 10px; text-decoration: none; }
.ll-foot-links { display: flex; gap: 22px; }
.ll-foot-links a { color: var(--muted); }
