/* VeloMenu Landing + Content-Seiten — gemeinsames Stylesheet */
/* Selbst gehostete Fonts (DSGVO) */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/inter-800.woff2") format("woff2"); }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/dm-sans-500.woff2") format("woff2"); }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/dm-sans-700.woff2") format("woff2"); }

:root {
  --ink: #07090f; --panel: #10141d; --gold: #c9a84c; --gold-light: #e8c97a; --gold-dark: #997a15;
  --text: #e8e4dc; --muted: #8a8680; --teal: #0d9488; --line: rgba(232,228,220,.14);
  --radius: 12px; --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 85% 0%, rgba(201,168,76,.09), transparent 34rem), var(--ink); color: var(--text); font-family: "Inter", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.shell { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

/* Header */
header.top { padding: 18px 0; border-bottom: 1px solid var(--line); }
.top-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.logo { font-family: "DM Sans", sans-serif; font-weight: 700; font-size: 1.25rem; letter-spacing: .02em; }
.logo b { color: var(--gold); }
.logo small { display: block; font-size: .68rem; color: var(--muted); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.top-nav { display: flex; gap: 4px 18px; align-items: center; flex-wrap: wrap; font-size: .86rem; font-weight: 600; }
.top-nav a { color: var(--muted); padding: 6px 2px; }
.top-nav a:hover, .top-nav a[aria-current="page"] { color: var(--gold-light); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 1px solid var(--line); font-weight: 700; font-size: .92rem; cursor: pointer; transition: transform .16s ease, border-color .16s ease, background .16s ease; font-family: "Inter", sans-serif; }
.btn:hover { transform: translateY(-2px); border-color: var(--gold); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #14100a; border: none; }
.btn-ghost { background: transparent; color: var(--gold-light); border-color: rgba(201,168,76,.4); }

/* Hero (Startseite) */
.hero { padding: clamp(48px, 8vw, 96px) 0 clamp(36px, 6vw, 72px); text-align: center; }
.kicker { display: inline-block; border: 1px solid rgba(201,168,76,.4); color: var(--gold-light); border-radius: 999px; padding: 7px 16px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 22px; }
h1 { margin: 0 auto; max-width: 860px; font-family: "DM Sans", sans-serif; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.12; letter-spacing: -.01em; }
h1 em { font-style: normal; color: var(--gold); }
.sub { max-width: 680px; margin: 22px auto 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.usp-bar { border-block: 1px solid var(--line); background: rgba(255,255,255,.02); padding: 18px 0; }
.usp-inner { display: flex; gap: 10px 34px; flex-wrap: wrap; justify-content: center; font-size: .88rem; color: var(--muted); }
.usp-inner b { color: var(--text); font-weight: 600; }
.usp-inner span::before { content: "✓ "; color: var(--gold); font-weight: 800; }

/* Sektionen (Startseite) */
section { padding: clamp(48px, 7vw, 84px) 0; }
h2 { font-family: "DM Sans", sans-serif; font-size: clamp(1.5rem, 3.2vw, 2.3rem); margin: 0 0 10px; text-align: center; }
.lead { text-align: center; color: var(--muted); max-width: 640px; margin: 0 auto 44px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 26px 22px; }
.step .num { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #14100a; font-weight: 800; font-size: 1.1rem; margin-bottom: 14px; }
.step h3 { margin: 0 0 8px; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.plan { border: 1px solid var(--line); border-radius: 16px; background: var(--panel); padding: 32px 28px; display: flex; flex-direction: column; position: relative; }
.plan.featured { border-color: rgba(201,168,76,.55); box-shadow: 0 24px 70px rgba(201,168,76,.08); }
.plan .flag { position: absolute; top: -13px; left: 28px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #14100a; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; border-radius: 999px; padding: 5px 14px; }
.plan h3 { margin: 0; font-family: "DM Sans", sans-serif; font-size: 1.25rem; }
.plan .for { color: var(--muted); font-size: .88rem; margin: 6px 0 18px; }
.price { font-family: "DM Sans", sans-serif; font-size: 2.5rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
.price small { font-size: 1rem; color: var(--muted); font-weight: 500; }
.price-note { color: var(--muted); font-size: .8rem; margin: 8px 0 20px; }
.plan ul { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 10px; font-size: .92rem; }
.plan li::before { content: "✓  "; color: var(--gold); font-weight: 800; }
.plan li.no { color: var(--muted); }
.plan li.no::before { content: "—  "; color: var(--muted); }
.plan .btn { margin-top: auto; }
.aufsteller { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.auf-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 24px; }
.auf-card h3 { margin: 0 0 6px; font-size: 1.02rem; }
.auf-card .tagp { color: var(--gold-light); font-weight: 700; }
.auf-card p { color: var(--muted); font-size: .88rem; margin: 8px 0 0; }
.compare { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 640px; }
th, td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: rgba(255,255,255,.03); font-family: "DM Sans", sans-serif; }
td.check { color: var(--gold); font-weight: 800; }
td.cross { color: var(--muted); }
.demo-box { border: 1px solid rgba(201,168,76,.4); border-radius: 16px; padding: 36px 28px; text-align: center; background: linear-gradient(160deg, rgba(201,168,76,.07), transparent); }

/* Formulare */
form.contact { max-width: 620px; margin: 0 auto; display: grid; gap: 14px; }
form.contact label { display: grid; gap: 6px; font-size: .84rem; font-weight: 600; color: var(--muted); }
form.contact input, form.contact textarea { min-height: 48px; border: 1px solid var(--line); border-radius: 10px; padding: 12px 15px; background: rgba(255,255,255,.035); color: var(--text); font: 400 .95rem "Inter", sans-serif; }
form.contact textarea { min-height: 120px; resize: vertical; }
form.contact input:focus, form.contact textarea:focus { outline: 2px solid rgba(201,168,76,.5); outline-offset: 1px; }
.form-msg { text-align: center; font-weight: 700; font-size: .92rem; }
.form-msg.ok { color: var(--gold-light); }
.form-msg.err { color: #e07a5f; }

/* Onboarding-Formular */
.ob-shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 40px 0 80px; }
.ob-shell h1 { text-align: left; font-size: clamp(1.6rem, 4vw, 2.3rem); margin: 0 0 8px; max-width: none; }
.ob-lead { color: var(--muted); margin: 0 0 34px; }
fieldset { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 22px; margin: 0 0 20px; display: grid; gap: 14px; }
legend { font-family: "DM Sans", sans-serif; font-weight: 700; color: var(--gold-light); padding: 0 8px; }
fieldset label { display: grid; gap: 6px; font-size: .84rem; font-weight: 600; color: var(--muted); }
fieldset input, fieldset select, fieldset textarea { min-height: 46px; border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; background: rgba(255,255,255,.035); color: var(--text); font: 400 .95rem "Inter", sans-serif; width: 100%; }
fieldset textarea { min-height: 96px; resize: vertical; }
fieldset input:focus, fieldset select:focus, fieldset textarea:focus { outline: 2px solid rgba(201,168,76,.5); outline-offset: 1px; }
fieldset input[type="color"] { padding: 4px; height: 46px; cursor: pointer; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.check { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--text); font-weight: 500; }
.check input { width: auto; min-height: auto; }
.hint { font-size: .78rem; color: var(--muted); font-weight: 400; margin: 0; }
.ob-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 26px; border-radius: 999px; border: none; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #14100a; font-weight: 800; font-size: 1rem; cursor: pointer; width: 100%; font-family: "Inter", sans-serif; }

/* Artikel / Content-Seiten */
.article { max-width: 780px; margin: 0 auto; padding: clamp(32px, 5vw, 56px) 0 24px; }
.article h1 { text-align: left; max-width: none; font-size: clamp(1.7rem, 4vw, 2.6rem); }
.article .meta-line { color: var(--muted); font-size: .82rem; margin: 14px 0 0; }
.article h2 { text-align: left; font-size: clamp(1.25rem, 2.6vw, 1.7rem); margin: 44px 0 12px; }
.article h3 { font-family: "DM Sans", sans-serif; font-size: 1.08rem; margin: 28px 0 8px; }
.article p, .article li { color: #c9c5bd; font-size: 1rem; line-height: 1.75; }
.article ul, .article ol { padding-left: 22px; }
.article li { margin-bottom: 6px; }
.article strong { color: var(--text); }
.article a { color: var(--gold-light); text-decoration: underline; text-decoration-color: rgba(201,168,76,.4); text-underline-offset: 3px; }
.article .compare { margin: 18px 0; }
.article table { font-size: .84rem; }
.article blockquote { border-left: 3px solid var(--gold); margin: 20px 0; padding: 8px 0 8px 18px; color: var(--text); font-style: normal; background: rgba(201,168,76,.05); border-radius: 0 8px 8px 0; }
.breadcrumbs { font-size: .78rem; color: var(--muted); padding: 18px 0 0; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--gold-light); }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 18px 20px; margin: 0 0 12px; }
.faq-item h3 { margin: 0 0 8px; font-size: 1rem; }
.faq-item p { margin: 0; font-size: .94rem; }
.info-box { border: 1px solid rgba(201,168,76,.45); border-radius: var(--radius); background: linear-gradient(160deg, rgba(201,168,76,.08), transparent); padding: 20px 22px; margin: 22px 0; }
.info-box h3 { margin: 0 0 8px; }
.info-box p { margin: 0; }
.article-cta { border: 1px solid rgba(201,168,76,.45); border-radius: 16px; background: linear-gradient(160deg, rgba(201,168,76,.09), transparent); padding: 28px 26px; margin: 44px 0 0; text-align: center; }
.article-cta h2 { margin-top: 0; text-align: center; }
.article-cta p { color: var(--muted); max-width: 560px; margin: 8px auto 20px; }
.related { max-width: 780px; margin: 0 auto; padding: 34px 0 64px; }
.related h2 { text-align: left; font-size: 1.2rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.related-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 16px 16px 14px; font-size: .86rem; transition: border-color .16s ease, transform .16s ease; }
.related-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.related-card b { display: block; font-family: "DM Sans", sans-serif; margin-bottom: 6px; color: var(--text); }
.related-card span { color: var(--muted); }
.source-note { font-size: .78rem; color: var(--muted); border-top: 1px solid var(--line); margin-top: 34px; padding-top: 14px; line-height: 1.6; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 34px 0 44px; color: var(--muted); font-size: .84rem; }
.foot-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-grid a { color: var(--gold-light); }
.foot-nav { display: flex; gap: 4px 16px; flex-wrap: wrap; margin-top: 10px; }
.foot-nav a { color: var(--muted); }
.foot-nav a:hover { color: var(--gold-light); }

/* Cookie-Consent */
.cc-banner { position: fixed; inset: auto 16px 16px 16px; z-index: 100; max-width: 560px; margin: 0 auto; background: var(--panel); border: 1px solid rgba(201,168,76,.5); border-radius: 14px; padding: 20px 22px; box-shadow: 0 24px 70px rgba(0,0,0,.55); font-size: .88rem; }
.cc-banner h3 { margin: 0 0 8px; font-family: "DM Sans", sans-serif; font-size: 1rem; }
.cc-banner p { margin: 0 0 14px; color: var(--muted); line-height: 1.55; }
.cc-banner p a { color: var(--gold-light); }
.cc-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cc-actions .btn { min-height: 42px; padding: 10px 18px; font-size: .86rem; }
.cc-hidden { display: none !important; }

@media (max-width: 860px) {
  .steps, .plans, .aufsteller, .related-grid { grid-template-columns: 1fr; }
  .row, .row3 { grid-template-columns: 1fr; }
}
