/* dortmund-gastronomie.de — warmes, redaktionell-magaziniges Design */
:root {
  --bg: #fdf9f3;
  --surface: #ffffff;
  --ink: #2b2118;
  --ink-soft: #6b5d4f;
  --accent: #c2410c;
  --accent-dark: #9a3412;
  --accent-soft: #ffedd5;
  --gold: #b45309;
  --line: #ece2d4;
  --radius: 14px;
  --shadow: 0 1px 3px rgba(43, 33, 24, 0.08), 0 4px 16px rgba(43, 33, 24, 0.05);
  --shadow-hover: 0 6px 20px rgba(43, 33, 24, 0.14), 0 2px 6px rgba(43, 33, 24, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
}
h1, h2, h3, .site-nav, .card-meta, .chip, button, select, input, .btn, .badge, .breadcrumbs {
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
h1 { font-size: 1.9rem; line-height: 1.2; margin: 0.6em 0 0.4em; }
h2 { font-size: 1.35rem; line-height: 1.25; margin: 0 0 0.5em; }
h3 { font-size: 1.05rem; margin: 0 0 0.3em; }
a { color: var(--accent-dark); }
a:hover { color: var(--accent); }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 18px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Header */
.site-header { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; padding: 12px 18px; }
.logo { font-weight: 700; text-decoration: none; color: var(--ink); font-size: 1.02rem; display: flex; align-items: center; gap: 8px; font-family: -apple-system, "Segoe UI", sans-serif; }
.logo-mark { background: var(--accent); color: #fff; border-radius: 8px; padding: 3px 7px; font-size: 0.85rem; letter-spacing: 0.5px; }
.site-nav { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 0.92rem; margin-left: auto; }
.site-nav a { text-decoration: none; color: var(--ink-soft); padding: 4px 0; }
.site-nav a:hover { color: var(--accent); }
.nav-account { font-weight: 600; color: var(--accent-dark) !important; }
.nav-ki { color: var(--accent-dark) !important; font-weight: 600; }
.nav-ki:hover { color: var(--accent) !important; }

/* Nav-Dropdown (Gastronomie) */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  text-decoration: none; color: var(--ink-soft); padding: 4px 0;
  font-size: 0.92rem;
}
.nav-dropdown-toggle::after { content: " ▾"; font-size: 0.7em; opacity: 0.7; }
.nav-dropdown-toggle:hover { color: var(--accent); }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hover);
  padding: 6px 0;
  min-width: 185px;
  z-index: 200;
  white-space: nowrap;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block; padding: 9px 18px;
  color: var(--ink-soft); text-decoration: none; font-size: 0.9rem;
}
.nav-dropdown-menu a:first-child {
  color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); margin-bottom: 4px; padding-bottom: 11px;
}
.nav-dropdown-menu a:hover { background: var(--bg); color: var(--accent); }

/* Hamburger */
.nav-toggle-input { display: none; }
.nav-toggle-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px 4px; margin-left: auto; order: 2; }
.nav-toggle-btn span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.22s ease; }
.nav-toggle-input:checked ~ .nav-toggle-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle-input:checked ~ .nav-toggle-btn span:nth-child(2) { opacity: 0; }
.nav-toggle-input:checked ~ .nav-toggle-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO MIT BILD ===== */
.hero {
  padding: 44px 0 26px;
  text-align: center;
}
.hero-img {
  position: relative;
  background-image: url('/assets/images/hero.jpg');
  background-size: cover;
  background-position: center 55%;
  background-color: var(--accent-dark);
  border-radius: 0;
  overflow: hidden;
  /* Full-bleed breakout from .wrap */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0;
  margin-bottom: 36px;
  padding: 0;
  text-align: center;
}
.hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(18, 8, 3, 0.38) 0%,
    rgba(18, 8, 3, 0.52) 55%,
    rgba(18, 8, 3, 0.76) 100%
  );
  z-index: 0;
}
.hero-overlay {
  position: relative;
  z-index: 1;
  padding: 56px 24px 44px;
  max-width: 780px;
  margin: 0 auto;
}
.hero-img h1 {
  font-family: Georgia, serif;
  font-size: clamp(1.9rem, 5vw, 3rem);
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  margin-bottom: 0.3em;
}
.hero-img h1 em { color: #fbbf78; font-style: italic; }
.hero-img .hero-sub {
  color: rgba(255,255,255,0.88);
  max-width: 600px;
  margin: 0 auto 24px;
  font-size: 1.05rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.hero-img .hero-chips { justify-content: center; margin: 18px 0 0; }
.hero-img .chip {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.35);
  color: #fff;
  backdrop-filter: blur(4px);
}
.hero-img .chip:hover {
  background: rgba(255,255,255,0.26);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

/* ===== HERO SUCH-TABS ===== */
.hero-search-tabs {
  max-width: 660px;
  margin: 0 auto;
}
.htab-input { display: none; }

.htab-bar {
  display: flex;
  gap: 3px;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 16px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
}
.htab-label {
  flex: 1;
  text-align: center;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  color: rgba(255,255,255,0.72);
  font-size: 0.97rem;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
  font-family: -apple-system, "Segoe UI", sans-serif;
  user-select: none;
}
.htab-label:hover { color: #fff; background: rgba(255,255,255,0.14); }

/* KI tab active by default */
.htab-label-ki {
  background: rgba(255,255,255,0.22);
  color: #fff;
}
/* When klassisch is checked: swap active styles */
#htab-kl:checked ~ .htab-bar .htab-label-ki { background: transparent; color: rgba(255,255,255,0.72); }
#htab-kl:checked ~ .htab-bar label[for="htab-kl"] { background: rgba(255,255,255,0.22); color: #fff; }
/* When ki is explicitly checked: reset */
#htab-ki:checked ~ .htab-bar .htab-label-ki { background: rgba(255,255,255,0.22); color: #fff; }
#htab-ki:checked ~ .htab-bar label[for="htab-kl"] { background: transparent; color: rgba(255,255,255,0.72); }

/* Panel visibility: KI panel shown by default */
.htab-panel-kl { display: none; }
#htab-kl:checked ~ .htab-panel-ki { display: none; }
#htab-kl:checked ~ .htab-panel-kl { display: block; }
#htab-ki:checked ~ .htab-panel-ki { display: block; }
#htab-ki:checked ~ .htab-panel-kl { display: none; }

/* KI Hero Form */
.ki-hero-form { display: flex; flex-direction: column; gap: 12px; }
.ki-hero-form textarea {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 16px 20px;
  font-size: 1rem;
  font-family: inherit;
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  resize: none;
  outline: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  line-height: 1.5;
}
.ki-hero-form textarea:focus { box-shadow: 0 4px 20px rgba(0,0,0,0.3), 0 0 0 3px rgba(194,65,12,0.4); }
.ki-hero-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.btn-ghost {
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  color: #fff !important;
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.28) !important; }

/* Original-Hero (ohne Bild, Fallback) */
.hero h1 { font-family: Georgia, serif; font-size: clamp(1.8rem, 4.5vw, 2.7rem); }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero-sub { color: var(--ink-soft); max-width: 620px; margin: 0 auto 22px; }
.hero-search {
  display: flex; max-width: 620px; margin: 0 auto 14px;
  box-shadow: var(--shadow); border-radius: 999px; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
}
.hero-img .hero-search {
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
  border: none;
}
.hero-search input { flex: 1; border: 0; padding: 14px 22px; font-size: 1rem; outline: none; background: transparent; min-width: 0; }
.hero-search button { border: 0; background: var(--accent); color: #fff; padding: 14px 26px; font-size: 1rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
.hero-search button:hover { background: var(--accent-dark); }
.hero-ai { font-size: 0.95rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 12px 0; }
.chip { display: inline-block; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: 0.88rem; text-decoration: none; color: var(--ink); }
.chip:hover { border-color: var(--accent); color: var(--accent-dark); }
.chip-static { cursor: default; color: var(--ink-soft); }
main .chip-row { justify-content: flex-start; }

/* Sections */
.section { margin: 40px 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.section-intro { color: var(--ink-soft); margin-top: 0; }
.more-link { font-size: 0.92rem; white-space: nowrap; font-family: -apple-system, "Segoe UI", sans-serif; }
.lead { font-size: 1.12rem; }

/* ===== KARTEN — vollständig klickbar mit Hover ===== */
.card-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); }
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  position: relative; cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}
/* Bild-Bereich */
.card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-soft) 0%, var(--line) 100%);
}
.card-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.35s ease;
}
.card:hover .card-img img { transform: scale(1.05); }

.card-body { padding: 14px 16px 16px; }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }

/* Stretched-Link: der h3-Link überspannt die ganze Karte */
.card-main-link { text-decoration: none; color: var(--ink); }
.card-main-link:hover { color: var(--accent); }
.card-main-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
}
/* Interaktive Elemente über dem Stretched-Link */
.card-top .fav-btn,
.card-meta a,
.card-body .btn,
.card-body form { position: relative; z-index: 1; }

.card h3 a, .card h2 a { text-decoration: none; color: var(--ink); }
.card h3 a:hover, .card h2 a:hover { color: var(--accent); }
.card-claim { color: var(--ink-soft); margin: 4px 0 8px; font-size: 0.97rem; }
.card-meta { font-size: 0.84rem; color: var(--ink-soft); margin: 0; }
.card-meta a { color: var(--ink-soft); }
.card-why { font-size: 0.92rem; border-left: 3px solid var(--accent-soft); padding-left: 10px; margin: 10px 0 0; }
.d26-pos { color: var(--gold); font-weight: 700; font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; margin: 0; font-family: -apple-system, sans-serif; }

/* Betriebsart-Badge (oben links auf Kartenbild) */
.kind-badge {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,0,0,0.62); color: #fff; backdrop-filter: blur(4px);
  border-radius: 999px; padding: 3px 10px; font-size: 0.75rem; font-weight: 600;
  pointer-events: none; white-space: nowrap;
}
.kind-cafe    { background: rgba(134,62,2,0.75); }
.kind-imbiss  { background: rgba(180,60,0,0.75); }
.kind-baecker { background: rgba(120,80,0,0.75); }
.kind-trinkhalle { background: rgba(10,80,40,0.75); }

/* Öffnungsstatus-Badge */
.opening-badge {
  display: inline-block; margin-top: 7px; border-radius: 999px;
  padding: 3px 10px; font-size: 0.78rem; font-weight: 600;
  font-family: -apple-system, "Segoe UI", sans-serif;
}
.status-open { background: #dcfce7; color: #15803d; }
.status-soon { background: #fef9c3; color: #92400e; }
.status-closed { background: #f3f4f6; color: #6b7280; }

/* Merken */
.fav-btn { background: none; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 1rem; line-height: 1; padding: 6px 9px; color: var(--accent-dark); position: relative; z-index: 1; }
.fav-btn:hover, .fav-btn.is-fav { background: var(--accent-soft); border-color: var(--accent); }
.fav-btn.is-fav::before { content: ""; }
.fav-btn-large { font-size: 0.95rem; padding: 8px 16px; }

/* Buttons */
.btn { display: inline-block; background: var(--accent); color: #fff !important; text-decoration: none; border: 0; border-radius: 999px; padding: 10px 22px; font-weight: 600; font-size: 0.95rem; cursor: pointer; }
.btn:hover { background: var(--accent-dark); }
.btn-small { padding: 7px 16px; font-size: 0.85rem; }

/* Filter */
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; margin: 18px 0; }
.filter-bar label { display: flex; flex-direction: column; gap: 4px; font-size: 0.85rem; color: var(--ink-soft); }
.filter-bar select { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 0.95rem; }
.filter-bar button { background: var(--accent); color: #fff; border: 0; border-radius: 8px; padding: 9px 20px; font-weight: 600; cursor: pointer; }

/* ===== PROFIL ===== */
.profile-hero {
  width: 100%; height: 320px; overflow: hidden; border-radius: var(--radius);
  margin-bottom: 22px;
  background: linear-gradient(135deg, var(--accent-soft), var(--line));
}
.profile-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-head { border-bottom: 2px solid var(--accent-soft); padding-bottom: 18px; }
.profile-claim { font-size: 1.15rem; color: var(--ink-soft); margin: 4px 0 8px; font-style: italic; }
.d26-callout { background: linear-gradient(120deg, #fff7ed, #ffedd5); border: 1px solid #fed7aa; border-radius: var(--radius); padding: 12px 16px; margin-top: 14px; font-size: 0.97rem; }
.badge { display: inline-block; border-radius: 999px; padding: 2px 10px; font-size: 0.75rem; font-weight: 600; }
.badge-demo { background: #f3f4f6; color: #4b5563; border: 1px dashed #9ca3af; }
.badge-fresh { background: #ecfdf5; color: #047857; }
.badge-pass { background: var(--accent-soft); color: var(--accent-dark); }
.data-note { margin: 8px 0 0; }

/* Menü */
.menu-cat h3 { border-bottom: 1px solid var(--line); padding-bottom: 4px; margin-top: 18px; color: var(--accent-dark); }
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-list li { padding: 8px 0; border-bottom: 1px dotted var(--line); }
.menu-line { display: flex; justify-content: space-between; gap: 14px; font-weight: 600; }
.menu-price { white-space: nowrap; color: var(--accent-dark); font-family: -apple-system, sans-serif; font-size: 0.95rem; }
.menu-desc { margin: 2px 0 0; color: var(--ink-soft); font-size: 0.92rem; }
.diet { font-size: 0.85em; }

/* Zeiten */
.two-col { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hours-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.hours-table caption { text-align: left; font-weight: 700; padding: 10px 14px 4px; font-family: -apple-system, sans-serif; caption-side: top; }
.hours-table th, .hours-table td { padding: 6px 14px; text-align: left; font-size: 0.92rem; border-top: 1px solid var(--line); }
.hours-table th { width: 3.2em; color: var(--ink-soft); font-family: -apple-system, sans-serif; }

/* Dortmund 26 */
.d26-list { margin-top: 26px; }
.d26-entry { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.d26-entry-img { flex: 0 0 100px; height: 70px; border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, var(--accent-soft), var(--line)); }
.d26-entry-img img { width: 100%; height: 100%; object-fit: cover; }
.d26-num { flex: 0 0 52px; height: 52px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.25rem; font-family: -apple-system, sans-serif; }
.d26-entry h2 { margin: 2px 0 2px; }
.d26-entry h2 a { text-decoration: none; color: var(--ink); }
.d26-entry h2 a:hover { color: var(--accent); }
.d26-just { margin: 8px 0 0; }

/* Touren */
.tour-stops { list-style: none; padding: 0; counter-reset: stop; }
.tour-stop { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin: 14px 0; box-shadow: var(--shadow); }
.tour-stop h2 { font-size: 1.15rem; }
.tour-stop h2 a { color: var(--accent-dark); text-decoration: none; }

/* ===== KACHELN MIT BILD (Touren, Stadtteile, Themenwelten) ===== */
.card-tile-img {
  aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(135deg, var(--accent-soft), var(--line));
  position: relative;
}
.card-tile-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.card:hover .card-tile-img img { transform: scale(1.05); }

/* FAQ */
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 18px; margin: 10px 0; }
.faq-item summary { font-weight: 600; cursor: pointer; padding: 10px 0; font-family: -apple-system, sans-serif; }
.faq-item p { margin-top: 0; color: var(--ink-soft); }

/* Tipps & Angebote */
.tips-list { display: grid; gap: 16px; }
.tip, .offer { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow); }
.tip h2, .tip h3, .offer h2, .offer h3 { margin-top: 0; }
.tip-locked { border-left-color: #9ca3af; text-align: center; padding: 28px 20px; }
.offer { border-left-color: var(--accent); }
.offer-members { background: linear-gradient(120deg, #fffbf5, #fff7ed); }
.offer-valid { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 0; }

/* Teaser */
.teaser-band { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.teaser-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.teaser { display: flex; flex-direction: column; gap: 4px; text-decoration: none; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; color: var(--ink); }
.teaser:hover { border-color: var(--accent); }
.teaser strong { font-family: -apple-system, sans-serif; }
.teaser span { font-size: 0.9rem; color: var(--ink-soft); }

/* Challenges */
.challenge-done { opacity: 0.75; background: #f0fdf4; }

/* Breadcrumbs */
.breadcrumbs { font-size: 0.83rem; margin-top: 16px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; color: var(--ink-soft); }
.breadcrumbs li + li::before { content: "›"; margin-right: 6px; }
.breadcrumbs a { color: var(--ink-soft); }

/* ===== ANGEBOTS-STRIP (Startseite) ===== */
.offers-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-top: 6px;
}
.offer-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 16px 18px;
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.offer-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); border-left-color: var(--accent-dark); }
.offer-card-head { display: flex; align-items: flex-start; gap: 8px; }
.offer-card-emoji { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
.offer-card-head strong { font-size: 0.97rem; color: var(--ink); line-height: 1.35; }
.offer-card-rest { font-size: 0.85rem; color: var(--accent-dark); font-weight: 600; margin: 0; font-family: -apple-system, sans-serif; }
.offer-card-valid { font-size: 0.8rem; color: var(--ink-soft); margin: 0; font-family: -apple-system, sans-serif; }

/* ===== KI-SUCHE SEITE ===== */
.ki-search-page { max-width: 780px; margin: 0 auto; }
.ki-search-intro { margin-bottom: 22px; }
.ki-search-form-wrap { position: relative; margin-bottom: 24px; }
.ki-search-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow);
}
.ki-search-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--ink);
  resize: vertical;
  outline: none;
  background: var(--bg);
  line-height: 1.5;
  min-height: 90px;
}
.ki-search-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(194,65,12,0.12); }
.ki-form-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-outline {
  background: transparent !important;
  border: 1px solid var(--accent) !important;
  color: var(--accent-dark) !important;
}
.btn-outline:hover { background: var(--accent-soft) !important; }

.ki-loading {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--accent-soft);
  border: 1px solid #fed7aa;
  border-radius: var(--radius);
  padding: 16px 20px;
  color: var(--accent-dark);
  font-weight: 600;
  font-family: -apple-system, sans-serif;
  font-size: 0.97rem;
  margin-top: 12px;
}
.ki-spinner {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(194,65,12,0.3);
  border-top-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.ki-results-section { margin-top: 8px; }
.ki-answer-box {
  background: linear-gradient(120deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 22px;
}
.ki-answer-label { font-size: 0.82rem; font-weight: 700; color: var(--accent-dark); letter-spacing: 0.5px; text-transform: uppercase; font-family: -apple-system, sans-serif; margin: 0 0 8px; }
.ki-answer-text { font-size: 1.05rem; margin: 0; line-height: 1.6; }
.ki-error { margin: 0 0 20px; }
.ki-prompts { margin: 10px 0 24px; }
.ki-prompts-label { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 10px; font-family: -apple-system, sans-serif; }
.ki-disclaimer { font-size: 0.82rem; color: var(--ink-soft); margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); }

/* ===== FOOTER ===== */
.site-footer { border-top: 1px solid var(--line); margin-top: 60px; padding: 40px 0 32px; background: var(--surface); font-size: 0.92rem; color: var(--ink-soft); }
.footer-inner { display: grid; gap: 32px 40px; grid-template-columns: 2fr 1fr 1fr; }
.footer-brand { }
.footer-logo { font-size: 1.02rem; color: var(--ink); margin: 0 0 8px; font-family: -apple-system, "Segoe UI", sans-serif; }
.footer-tagline { margin: 0 0 14px; max-width: 300px; line-height: 1.5; }
.footer-social { margin: 0; font-size: 0.88rem; }
.footer-social a { color: var(--ink-soft); }
.footer-social a:hover { color: var(--accent); }
.footer-col-head { font-weight: 700; color: var(--ink); margin: 0 0 10px; font-family: -apple-system, "Segoe UI", sans-serif; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col nav { display: flex; flex-direction: column; gap: 6px; }
.footer-col nav a { color: var(--ink-soft); text-decoration: none; font-size: 0.9rem; }
.footer-col nav a:hover { color: var(--accent); }
.footer-note { font-size: 0.82rem; color: #9ca3af; }
.error-note { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; border-radius: var(--radius); padding: 12px 16px; }

address { font-style: normal; }

/* Portal-bezogene öffentliche Elemente */
.badge-premium { background: #eef2ff; color: #4338ca; }
.notice-live { background: #fef9c3; border: 1px solid #fde047; border-radius: 10px; padding: 8px 14px; font-size: 0.95rem; }
.img-grid { display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.img-grid img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.special-hours { padding-left: 1.2em; }
.allergens { color: #9ca3af; }
.report-form { display: flex; flex-direction: column; gap: 10px; padding: 8px 0 14px; }
.report-form label { display: flex; flex-direction: column; gap: 4px; font-size: 0.88rem; color: var(--ink-soft); font-family: -apple-system, sans-serif; }
.report-form input, .report-form select, .report-form textarea { padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 0.95rem; font-family: inherit; }
.bo-notice { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; border-radius: 10px; padding: 10px 16px; }

/* Stempelkarte */
.loyalty { max-width: 520px; margin: 30px auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 26px 20px; text-align: center; }
.stamp-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 20px 0; }
.stamp { aspect-ratio: 1; border: 2px dashed var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #d1d5db; }
.stamp.filled { border-style: solid; border-color: var(--accent); background: var(--accent-soft); color: var(--accent-dark); }

/* Redaktionelle Inhaltsseiten */
.content-page { max-width: 760px; margin: 20px auto; }
.content-page img { max-width: 100%; border-radius: 10px; }

/* ===== BLOG ===== */
.blog-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.blog-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  position: relative; cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.blog-card-img-link { display: block; overflow: hidden; }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.3s ease; }
.blog-card:hover .blog-card-img { transform: scale(1.04); }
.blog-card-body { padding: 16px 18px; }
.blog-card h2 { margin: 0 0 6px; font-size: 1.08rem; }
.blog-card h2 a { text-decoration: none; color: var(--ink); }
.blog-card h2 a::after { content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit; }
.blog-card h2 a:hover { color: var(--accent); }
.blog-card-meta { font-size: 0.82rem; color: var(--ink-soft); margin: 0 0 8px; }
.blog-card-intro { color: var(--ink-soft); font-size: 0.93rem; margin: 0; }
.badge-ai   { background: #f0f9ff; color: #0369a1; border: 1px solid #bae6fd; }

/* ===== PREMIUM SLIDER ===== */
.premium-slider {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow-hover);
  width: 100%;
  height: clamp(220px, 38vw, 440px);
}
.premium-slider-track {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.premium-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-color: var(--ink);
}
.premium-slide::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to right,
    rgba(18,8,3,0.88) 0%,
    rgba(18,8,3,0.62) 45%,
    rgba(18,8,3,0.06) 100%);
  transition: opacity 0.3s;
  pointer-events: none;
}
.premium-slide:hover::after { opacity: 0.82; }
.premium-slide-body {
  position: relative;
  z-index: 1;
  padding: 28px 36px 28px 72px;
  max-width: 560px;
}
@media (max-width: 600px) {
  .premium-slide-body { padding: 20px 20px 20px 58px; }
}
.premium-slide-body .badge-premium {
  background: rgba(255,221,170,0.18);
  color: #fbbf78;
  border: 1px solid rgba(251,191,120,0.4);
  font-size: 0.72rem;
}
.premium-slide-body h3 {
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  color: #fff; margin: 8px 0 6px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.premium-slide-body > p {
  color: rgba(255,255,255,0.88);
  margin: 0 0 6px; font-size: 1rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.premium-slide-meta {
  font-size: 0.85rem !important;
  color: rgba(255,255,255,0.6) !important;
  font-family: -apple-system, sans-serif;
  margin-bottom: 0 !important;
}
.premium-slide-cta {
  margin-top: 16px !important;
  background: rgba(255,255,255,0.16) !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  backdrop-filter: blur(4px);
  font-size: 0.88rem !important;
}
.premium-slide-cta:hover { background: rgba(255,255,255,0.28) !important; }

/* Slider-Buttons */
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(6px);
  color: #fff; border-radius: 50%;
  width: 44px; height: 44px;
  font-size: 1.6rem; line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.18s;
}
.slider-btn:hover { background: rgba(255,255,255,0.3); }
.slider-prev { left: 14px; }
.slider-next { right: 14px; }

/* Slider-Punkte */
.slider-dots {
  position: absolute; bottom: 14px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.38);
  border: none; cursor: pointer; padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.slider-dot.active { background: #fff; transform: scale(1.35); }

/* ===== EVENTS-TEASER (Startseite) ===== */
.events-teaser-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.event-teaser-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 18px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.event-teaser-card:hover {
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}
.event-teaser-date {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 700;
  font-family: -apple-system, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.event-teaser-title {
  font-size: 0.97rem;
  line-height: 1.35;
  color: var(--ink);
}
.event-teaser-loc {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ===== VERANSTALTUNGEN-SEITE ===== */
.events-month-group {
  margin-bottom: 36px;
}
.events-month-heading {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: -apple-system, sans-serif;
  font-weight: 700;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.events-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: box-shadow 0.18s;
}
.event-card:hover { box-shadow: var(--shadow-hover); }
.event-card-date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  padding-top: 2px;
  text-align: center;
}
.event-day {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--primary);
  font-family: var(--font-serif, Georgia, serif);
}
.event-month {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  font-family: -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2px;
}
.event-card-body { flex: 1; min-width: 0; }
.event-title {
  font-size: 1.05rem;
  margin: 0 0 7px;
  color: var(--ink);
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 8px;
}
.event-desc {
  margin: 0 0 10px;
  font-size: 0.93rem;
  color: var(--body);
  line-height: 1.5;
}
.event-source-link {
  font-size: 0.83rem;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.event-source-link:hover { text-decoration: underline; }
@media (max-width: 480px) {
  .event-card { gap: 14px; padding: 14px; }
  .event-card-date { width: 38px; }
  .event-day { font-size: 1.4rem; }
}

/* ===== EVENTFLÄCHEN-SEITE ===== */
.filter-chips-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.filter-chips-label {
  font-size: 0.83rem;
  color: var(--muted);
  font-weight: 600;
  font-family: -apple-system, sans-serif;
  margin-right: 2px;
}
.filter-chip {
  background: none;
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--body);
  font-family: inherit;
  transition: all 0.15s;
  line-height: 1.5;
}
.filter-chip:hover { border-color: var(--primary); color: var(--primary); }
.filter-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.filter-hint {
  font-size: 0.83rem;
  color: var(--muted);
  margin-bottom: 20px;
}
.event-space-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 12px;
  align-items: center;
  font-size: 0.82rem;
}
.event-space-cap {
  color: var(--primary);
  font-weight: 600;
}
.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.cta-band {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px 36px;
  text-align: center;
  border: 1px solid var(--border);
}
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { margin-bottom: 20px; color: var(--muted); max-width: 480px; margin-left: auto; margin-right: auto; }
.badge-auto { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }

/* ===== Hero-Ergebnisse (KI-Suche inline) ===== */
#hero-results {
  background: var(--surface);
  border-top: 3px solid var(--accent);
  padding: 24px var(--page-pad);
  max-width: 100%;
}
.hero-res-loading { color: var(--ink-soft); font-style: italic; margin: 0; }
.hero-res-empty   { color: var(--ink-soft); margin: 0; }
.hero-res-answer  {
  font-size: 1.05rem; color: var(--ink); margin: 0 0 18px;
  max-width: 700px; line-height: 1.55;
}
.hero-res-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-bottom: 14px;
}
.hero-res-card {
  display: flex; gap: 10px; align-items: center;
  text-decoration: none; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.hero-res-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.hero-res-card img { width: 80px; height: 60px; object-fit: cover; flex-shrink: 0; display: block; }
.hero-res-body { padding: 8px 10px 8px 0; }
.hero-res-body strong { display: block; font-size: 0.93rem; margin-bottom: 3px; }
.hero-res-body span { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.35; }
.hero-res-more { margin: 4px 0 0; font-size: 0.88rem; }
.hero-res-more a { color: var(--accent-dark); text-decoration: underline; }

.blog-post { max-width: 760px; margin: 0 auto; }
.blog-post-hero { margin: 0 0 28px; border-radius: var(--radius); overflow: hidden; }
.blog-post-hero img { width: 100%; max-height: 400px; object-fit: cover; display: block; }
.blog-post-header { margin-bottom: 28px; }
.blog-post-header h1 { margin-bottom: 10px; }
.blog-post-body p { margin: 0 0 1.2em; }
.blog-source { background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; font-size: 0.88rem; color: var(--ink-soft); margin-top: 28px; }
.blog-source a { color: var(--accent-dark); }

/* ===== BETRIEBSART-STRIP (Startseite) ===== */
.kind-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 6px;
}
@media (max-width: 700px) {
  .kind-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 420px) {
  .kind-strip { grid-template-columns: repeat(2, 1fr); }
}
.kind-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 10px 16px;
  color: var(--ink);
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s;
  box-shadow: var(--shadow);
}
.kind-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: var(--accent); }
.kind-tile-icon { font-size: 2rem; line-height: 1; }
.kind-tile-label { font-weight: 700; font-family: -apple-system, "Segoe UI", sans-serif; font-size: 0.92rem; color: var(--ink); }
.kind-tile-count { font-size: 0.78rem; color: var(--ink-soft); }

/* Betriebsanzahl-Badge auf Stadtteile-Kacheln */
.card-tile-img { position: relative; }
.tile-count-badge {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.60); backdrop-filter: blur(4px);
  border-radius: 999px; padding: 3px 9px;
  color: #fff; font-size: 0.74rem; font-weight: 600;
  font-family: -apple-system, "Segoe UI", sans-serif;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 860px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  /* Mobile Navigation */
  .nav-toggle-btn { display: flex; }
  .site-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    order: 4;
    padding: 10px 0 6px;
    gap: 2px;
    border-top: 1px solid var(--line);
    margin-top: 8px;
  }
  .site-nav a { padding: 8px 4px; border-radius: 8px; }
  .nav-toggle-input:checked ~ .site-nav { display: flex; }
  /* Dropdown auf Mobile: flache Liste, kein Flyout */
  .nav-dropdown { width: 100%; }
  .nav-dropdown-toggle::after { display: none; }
  .nav-dropdown-menu {
    display: flex !important;
    flex-direction: column;
    position: static;
    box-shadow: none;
    border: none;
    border-left: 2px solid var(--accent-soft);
    border-radius: 0;
    padding: 0 0 4px 12px;
    min-width: auto;
    margin: 2px 0 4px;
    gap: 0;
  }
  .nav-dropdown-menu a:first-child { border-bottom: none; font-weight: 400; padding: 7px 10px; }
  .nav-dropdown-menu a { padding: 7px 10px; font-size: 0.88rem; }
  .header-inner { flex-wrap: wrap; }

  /* Hero tabs stack */
  .htab-bar { gap: 2px; padding: 3px; }
  .htab-label { padding: 9px 12px; font-size: 0.9rem; }
  .ki-hero-actions { flex-direction: column; }
  .ki-hero-actions .btn { width: 100%; text-align: center; }
}

@media (max-width: 640px) {
  .hero-img .hero-overlay { padding: 36px 16px 28px; }
  .hero-img h1 { font-size: 1.65rem; }
  .profile-hero { height: 200px; }
  .d26-entry { gap: 12px; }
  .d26-entry-img { display: none; }
  .d26-num { flex-basis: 42px; height: 42px; font-size: 1.05rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .offers-strip { grid-template-columns: 1fr; }
  .ki-form-actions { flex-direction: column; }
  .ki-form-actions .btn { width: 100%; text-align: center; }
}

/* ===== GASTRONOMEN-LANDINGPAGE ===== */

/* Hero */
.gastro-hero {
  background: linear-gradient(135deg, #1c0f07 0%, #3b1a0a 45%, #2d1106 100%);
  position: relative;
  overflow: hidden;
  margin: 0 0 0;
  padding: 0;
}
.gastro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(194,65,12,0.22) 0%, transparent 70%);
  pointer-events: none;
}
.gastro-hero-inner {
  position: relative;
  z-index: 1;
  padding: 72px 18px 64px;
  max-width: 760px;
}
.gastro-hero-label {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 0.82rem;
  font-family: -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.gastro-hero-h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  color: #fff;
  line-height: 1.15;
  margin: 0 0 22px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.4);
}
.gastro-hero-h1 em {
  color: #fbbf78;
  font-style: italic;
}
.gastro-hero-sub {
  color: rgba(255,255,255,0.82);
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 0 32px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.gastro-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.gastro-cta-primary {
  background: var(--accent) !important;
  color: #fff !important;
  font-size: 1rem !important;
  padding: 13px 28px !important;
  box-shadow: 0 4px 16px rgba(194,65,12,0.4);
}
.gastro-cta-primary:hover {
  background: var(--accent-dark) !important;
  box-shadow: 0 6px 20px rgba(194,65,12,0.5);
}
.gastro-cta-ghost {
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  color: #fff !important;
  backdrop-filter: blur(4px);
  font-size: 1rem !important;
  padding: 12px 24px !important;
}
.gastro-cta-ghost:hover {
  background: rgba(255,255,255,0.22) !important;
}

/* Section title */
.gastro-section-title {
  font-size: 1.55rem;
  margin-bottom: 6px;
  color: var(--ink);
}

/* Feature Grid */
.feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-top: 22px;
}
.feature-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 20px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
.feature-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
}
.feature-card-body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-family: -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--ink);
}
.feature-card-body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* Steps Row */
.steps-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  position: relative;
}
.steps-row::before {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(50% / 3 + 16px);
  right: calc(50% / 3 + 16px);
  height: 2px;
  background: linear-gradient(to right, var(--accent-soft), var(--accent-soft));
  z-index: 0;
}
.step-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}
.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: -apple-system, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.step-body h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-family: -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}
.step-body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* Quote Banner */
.quote-banner {
  margin: 48px 0;
  padding: 32px 36px;
  background: linear-gradient(120deg, #fff7ed, #ffedd5);
  border-left: 5px solid var(--accent);
  border-radius: var(--radius);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quote-text {
  font-family: Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--ink);
  font-style: italic;
  margin: 0 0 14px;
}
.quote-source {
  font-size: 0.88rem;
  color: var(--ink-soft);
  font-family: -apple-system, "Segoe UI", sans-serif;
  font-style: normal;
}

/* Final CTA Band */
.gastro-cta-band {
  background: linear-gradient(135deg, #1c0f07 0%, #3b1a0a 100%);
  border-radius: var(--radius);
  padding: 48px 36px;
  margin: 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gastro-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(194,65,12,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.gastro-cta-band-inner {
  position: relative;
  z-index: 1;
}
.gastro-cta-band h2 {
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  margin: 0 0 10px;
}
.gastro-cta-band p {
  color: rgba(255,255,255,0.75);
  margin: 0 0 28px;
  font-size: 1rem;
}
.gastro-cta-ghost-dark {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  color: rgba(255,255,255,0.85) !important;
  font-size: 1rem !important;
  padding: 12px 24px !important;
}
.gastro-cta-ghost-dark:hover {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}

/* Extra Cards (Förderung, Gastro-Pass, Versprechen) */
.gastro-extra { margin-top: 0; padding-top: 0; }
.gastro-extra-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 16px;
}
.gastro-extra-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 22px;
  box-shadow: var(--shadow);
}
.gastro-extra-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-family: -apple-system, "Segoe UI", sans-serif;
}
.gastro-extra-card p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin: 0 0 14px;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .gastro-hero-inner { padding: 48px 18px 44px; }
  .gastro-hero-h1 { font-size: 2rem; }
  .steps-row { grid-template-columns: 1fr; }
  .steps-row::before { display: none; }
  .gastro-cta-band { padding: 36px 22px; }
  .quote-banner { padding: 24px 22px; }
}

@media (max-width: 480px) {
  .gastro-hero-ctas { flex-direction: column; }
  .gastro-hero-ctas .btn { width: 100%; text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }
}
