/* Schriften lokal eingebunden – keine Verbindung zu Google (DSGVO). */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(assets/fonts/manrope-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(assets/fonts/manrope-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 600 800; font-display: swap; src: url(assets/fonts/outfit-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 600 800; font-display: swap; src: url(assets/fonts/outfit-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* Foodfluence – Landingpage. Gleiche Palette und Schriften wie die App (nur Dark Mode). */
:root {
  --bg: #0A0A0B;
  --surface: #141416;
  --surface-2: #1C1C1F;
  --surface-3: #27272B;
  --line: rgba(255, 255, 255, 0.08);
  --text: #FFFFFF;
  --text-2: #A3A3AB;
  --text-3: #6E6E76;
  --lime: #B5FF00;
  --lime-soft: rgba(181, 255, 0, 0.12);
  --on-lime: #0A0A0A;
  --green: #34D399;
  --glass: rgba(255, 255, 255, 0.055);
  --glass-border: rgba(255, 255, 255, 0.10);
  --display: 'Outfit', system-ui, sans-serif;
  --body: 'Manrope', system-ui, sans-serif;
  --wrap: 1160px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 500 16px/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; letter-spacing: -0.02em; }
p { margin: 0; }
.lime { color: var(--lime); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700; transition: transform .15s ease, opacity .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-lime { background: var(--lime); color: var(--on-lime); }
.btn-sm { padding: 9px 18px; font-size: 14px; }

.appstore {
  display: inline-flex; align-items: center; gap: 12px;
  height: 60px; padding: 0 24px 0 20px;
  background: #000; color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 14px;
  transition: border-color .15s ease, transform .15s ease;
}
.appstore:hover { border-color: var(--lime); transform: translateY(-1px); }
.appstore svg { width: 30px; height: 30px; }
.appstore span { display: flex; flex-direction: column; font: 600 22px/1.05 system-ui, -apple-system, sans-serif; letter-spacing: -0.01em; }
.appstore small { font-size: 12px; font-weight: 500; letter-spacing: 0.01em; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10, 10, 11, 0.72);
  backdrop-filter: saturate(160%) blur(18px); -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 32px; height: 68px; }
.nav-logo img { height: 19px; width: auto; }
.nav-links { display: flex; gap: 28px; margin-left: auto; font-size: 15px; color: var(--text-2); }
.nav-links a:hover { color: var(--text); }

/* ---------- Hero ---------- */
.hero { padding: 72px 0 96px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 48px; align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: var(--glass); border: 1px solid var(--glass-border);
  font-size: 13px; font-weight: 700; color: var(--text-2);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }

.hero h1 { margin: 22px 0 20px; font-size: clamp(42px, 6.2vw, 76px); line-height: 1.0; font-weight: 800; letter-spacing: -0.035em; }
.lead { max-width: 520px; font-size: 18px; line-height: 1.6; color: var(--text-2); }

.download { display: flex; align-items: center; gap: 20px; margin-top: 36px; }
.qr-card {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 18px 10px 10px; border-radius: 18px;
  background: var(--surface); border: 1px solid var(--line);
}
.qr { background: #fff; color: #000; padding: 7px; border-radius: 10px; width: 76px; height: 76px; }
.qr.big { width: 168px; height: 168px; padding: 14px; border-radius: 20px; }
.qr img { width: 100%; height: 100%; }
.qr-card p { display: flex; flex-direction: column; font-size: 13px; color: var(--text-2); line-height: 1.4; }
.qr-card strong { font-size: 15px; color: var(--text); }
.fineprint { margin-top: 18px; font-size: 13px; color: var(--text-3); }

/* ---------- Handy-Mockup ---------- */
.hero-visual { position: relative; display: flex; justify-content: center; padding: 20px 0; }
.glow {
  position: absolute; width: 420px; height: 420px; top: 50%; left: 50%;
  transform: translate(-50%, -50%); border-radius: 50%;
  background: var(--lime); opacity: 0.13; filter: blur(90px);
}
.phone {
  position: relative; width: 318px; aspect-ratio: 9 / 19.3;
  padding: 11px; border-radius: 54px;
  background: #1a1a1c;
  box-shadow: inset 0 0 0 1.5px #3a3a3e, 0 40px 80px -20px rgba(0, 0, 0, 0.8);
}
.screen {
  position: relative; height: 100%; overflow: hidden;
  border-radius: 44px; background: var(--bg);
  padding: 14px 14px 0;
  font-size: 12px;
}
.status { display: flex; align-items: center; justify-content: space-between; padding: 0 12px; height: 26px; font: 700 13px var(--body); }
.island { width: 86px; height: 24px; border-radius: 20px; background: #000; }
.status-icons { display: flex; gap: 3px; align-items: flex-end; }
.status-icons i { display: block; width: 4px; background: #fff; border-radius: 1px; }
.status-icons i:nth-child(1) { height: 5px; } .status-icons i:nth-child(2) { height: 8px; } .status-icons i:nth-child(3) { height: 11px; }

.app-head { display: flex; align-items: center; justify-content: space-between; margin: 16px 4px 12px; }
.app-wordmark { height: 11px; width: auto; }
.round-btn { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--glass); border: 1px solid var(--glass-border); color: var(--text); }
.round-btn svg { width: 16px; height: 16px; }

.app-row { display: flex; gap: 6px; margin: 0 2px 10px; }
.pill { display: inline-flex; align-items: center; gap: 4px; padding: 6px 10px; border-radius: 999px; background: var(--surface-2); font-weight: 700; font-size: 11.5px; }
.pill svg { width: 12px; height: 12px; color: var(--lime); }
.pill.ghost { background: transparent; border: 1px solid var(--line); color: var(--text-2); }

.chips { display: flex; gap: 6px; margin: 0 2px 12px; white-space: nowrap; }
.chip { padding: 6px 11px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--text-2); font-weight: 600; font-size: 11px; }
.chip.on { background: var(--lime); color: var(--on-lime); border-color: var(--lime); }

.card { margin: 0 2px 12px; border-radius: 18px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.card-img { position: relative; aspect-ratio: 16 / 9; background-size: cover; background-position: center; }
.badge {
  position: absolute; left: 8px; bottom: 8px;
  padding: 4px 9px; border-radius: 999px;
  background: rgba(10, 10, 11, 0.78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: var(--lime); font: 700 11px var(--display); font-variant-numeric: tabular-nums;
}
.card-body { padding: 9px 11px 11px; }
.card-top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.card h4 { font-size: 15px; font-weight: 700; }
.dist { font-size: 10.5px; color: var(--text-3); font-weight: 600; }
.meta { margin-top: 1px; color: var(--text-2); font-size: 11px; }
.deliver { margin-top: 6px; color: var(--text-3); font-size: 10.5px; }
.deliver b { color: var(--text); font-weight: 700; }

.tabbar {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  display: flex; justify-content: space-around; padding: 8px 6px;
  border-radius: 26px;
  background: rgba(28, 28, 31, 0.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
}
.tab { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 9.5px; font-weight: 700; color: var(--text-3); }
.tab svg { width: 20px; height: 20px; }
.tab.on { color: var(--lime); }
.tab em { position: absolute; top: -3px; right: 6px; min-width: 15px; height: 15px; padding: 0 4px; border-radius: 8px; background: var(--lime); color: var(--on-lime); font: 800 9px/15px var(--body); font-style: normal; text-align: center; }

.float {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px 12px 12px; border-radius: 18px;
  background: rgba(28, 28, 31, 0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.7);
}
.float div { display: flex; flex-direction: column; line-height: 1.3; }
.float strong { font-size: 14px; }
.float span { font-size: 12px; color: var(--text-2); }
.float-a { top: 41%; left: -7%; }
.float-b { bottom: 16%; right: -4%; }
.ok { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(52, 211, 153, 0.16); color: var(--green); }
.ok svg { width: 18px; height: 18px; }
.float .amount { padding: 6px 10px; border-radius: 10px; background: var(--lime-soft); color: var(--lime); font: 800 16px var(--display); font-variant-numeric: tabular-nums; }

/* ---------- Abschnitte ---------- */
.section { padding: 64px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.kicker { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--lime); }
.section h2 { margin-top: 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; font-weight: 800; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.side { padding: 32px; border-radius: 28px; background: var(--surface); border: 1px solid var(--line); scroll-margin-top: 90px; }
.side-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--lime-soft); color: var(--lime); }
.side-icon svg { width: 24px; height: 24px; }
.side h3 { margin-top: 20px; font-size: 26px; font-weight: 800; }
.side > p { margin-top: 6px; color: var(--text-2); }
.checks { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.checks li { position: relative; padding-left: 30px; line-height: 1.5; }
.checks li::before {
  content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12.5 4 4 8-9' fill='none' stroke='%230A0A0A' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps li { padding: 26px 24px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); }
.num { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--lime); color: var(--lime); font: 800 16px var(--display); }
.steps h3 { margin: 18px 0 8px; font-size: 19px; font-weight: 700; }
.steps p { color: var(--text-2); font-size: 15px; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-top: 40px; padding-bottom: 8px; border-top: 1px solid var(--line); }
.trust-item svg { width: 28px; height: 28px; color: var(--lime); }
.trust-item h3 { margin: 14px 0 6px; font-size: 18px; font-weight: 700; }
.trust-item p { color: var(--text-2); font-size: 15px; }

.cta {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 56px; border-radius: 36px;
  background: var(--surface); border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.cta::after { content: ''; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: var(--lime); opacity: 0.08; filter: blur(70px); pointer-events: none; }
.cta h2 { margin: 0; }
.cta > div > p { margin: 12px 0 28px; color: var(--text-2); font-size: 18px; }
.cta-qr { display: flex; flex-direction: column; align-items: center; gap: 12px; position: relative; z-index: 1; }
.cta-qr p { font-size: 13px; color: var(--text-2); }

/* ---------- Footer ---------- */
.footer { margin-top: 48px; padding: 36px 0 48px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 32px; font-size: 14px; color: var(--text-3); }
.footer-logo { height: 15px; width: auto; }
.footer nav { display: flex; gap: 24px; margin-left: auto; }
.footer nav a { color: var(--text-2); }
.footer nav a:hover { color: var(--text); }

/* ---------- Einblenden ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > *, .phone, .float { animation: rise .7s cubic-bezier(.2, .7, .2, 1) both; }
  .hero-copy > *:nth-child(2) { animation-delay: .06s; }
  .hero-copy > *:nth-child(3) { animation-delay: .12s; }
  .hero-copy > *:nth-child(4) { animation-delay: .18s; }
  .hero-copy > *:nth-child(5) { animation-delay: .24s; }
  .phone { animation-delay: .1s; }
  .float-a { animation-delay: .45s; }
  .float-b { animation-delay: .6s; }
  @keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
}

/* ---------- Tablet ---------- */
@media (max-width: 960px) {
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-inner .btn { margin-left: auto; }
}

/* ---------- Handy ---------- */
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .nav-inner { height: 60px; }
  .nav-logo img { height: 17px; }
  .hero { padding: 36px 0 56px; }
  .hero h1 { font-size: 44px; }
  .lead { font-size: 17px; }
  .qr-card, .cta-qr { display: none; }
  .download { margin-top: 28px; }
  .appstore { width: 100%; justify-content: center; }
  .phone { width: 280px; }
  .float { padding: 10px 12px 10px 10px; }
  .float strong { font-size: 13px; }
  .float span { font-size: 11px; }
  .float-a { left: -2px; top: 36%; }
  .float-b { right: -2px; bottom: 24%; }
  .section { padding: 44px 0; }
  .duo, .steps, .trust { grid-template-columns: 1fr; }
  .trust { gap: 28px; }
  .side { padding: 24px; border-radius: 24px; }
  .cta { flex-direction: column; align-items: stretch; padding: 32px 24px; border-radius: 28px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer nav { margin-left: 0; flex-wrap: wrap; gap: 16px 20px; }
}

/* ---------- Rechtstexte ---------- */
.legal { padding: 56px 0 24px; }
.legal .wrap { max-width: 760px; }
.legal .back { display: inline-flex; gap: 6px; font-size: 14px; font-weight: 700; color: var(--text-2); }
.legal .back:hover { color: var(--lime); }
.legal h1 { margin: 20px 0 8px; font-size: clamp(34px, 5vw, 48px); font-weight: 800; letter-spacing: -0.03em; }
.legal .stand { color: var(--text-3); font-size: 14px; }
.legal h2 { margin: 40px 0 10px; font-size: 21px; font-weight: 700; }
.legal p, .legal li { color: var(--text-2); line-height: 1.7; }
.legal p + p { margin-top: 10px; }
.legal a { color: var(--lime); }
.legal .note { margin-top: 28px; padding: 16px 18px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); font-size: 14px; }
