/* flexitag.de Landingpage. 1:1 aus dem ursprünglichen site/index.html
   übernommen (Design kommt von jemand anderem, docs/07) -- nur aus dem
   <style>-Block herausgelöst, damit CSS nicht in einer Blade-Datei steht
   (CLAUDE.md). Keine inhaltliche Änderung. */

/* ─── Design Tokens ─────────────────────────────────────────── */
:root {
  --orange:       #F58220;
  --orange-dark:  #d96d10;
  --orange-soft:  #fef2e6;
  --navy:         #1d2a3a;
  --ink:          #1d2a3a;
  --body:         #3f4a5a;
  --muted:        #7a8595;
  --hairline:     #e6e3dc;
  --canvas:       #ffffff;
  --soft:         #faf8f3;
  --accent:       var(--orange);
  --accent-dark:  var(--orange-dark);
  --accent-soft:  var(--orange-soft);
  --font-display: 'Inter', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

/* ─── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { margin: 0; padding: 0; background: #f0ece3; }
body { margin: 0 auto; padding: 0; max-width: 1280px; background: var(--canvas); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; box-shadow: 0 0 80px rgba(20,30,50,0.12); }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }

/* ─── Type ───────────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; margin: 0; line-height: 1.05; color: var(--ink); }
p { margin: 0; line-height: 1.55; color: var(--body); }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.lede    { font-size: 17px; line-height: 1.55; color: var(--body); }
.muted   { color: var(--muted); }
.italic-serif { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-weight: 400; }

/* ─── Buttons ────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 26px; border-radius: 999px; font-family: var(--font-body); font-size: 16px; font-weight: 600; text-decoration: none; cursor: pointer; border: 0; transition: background .15s, transform .05s; }
.btn-primary   { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-primary:active { transform: scale(0.99); }
.btn-secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost     { background: transparent; color: var(--ink); }
.btn-ghost:hover { color: var(--accent); }

/* ─── Nav ────────────────────────────────────────────────────── */
.tn { display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; border-bottom: 1px solid var(--hairline); background: #fff; position: sticky; top: 0; z-index: 100; }
.tn-logo { height: 36px; width: auto; }
.tn-links { display: flex; gap: 28px; font-size: 14px; }
.tn-links a { color: var(--ink); text-decoration: none; font-weight: 500; }
.tn-links a:hover { color: var(--accent); }
.tn-utils { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.tn-utils a.tn-login { text-decoration: none; color: inherit; }
.tn-cart { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border: 1.5px solid var(--ink); border-radius: 999px; font-weight: 500; text-decoration: none; color: var(--ink); }
.tn-cart:hover { border-color: var(--accent); color: var(--accent); }
.tn-mob-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 4px; }
.tn-mob-burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; display: block; }

/* ─── Hero ───────────────────────────────────────────────────── */
.hero { padding: 64px 80px 56px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: var(--accent-soft); color: var(--accent-dark); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 24px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 64px; line-height: 1.0; letter-spacing: -0.035em; margin-bottom: 20px; max-width: 720px; }
.hero h1 .accent { color: var(--accent); }
.hero h1 .quiet  { color: var(--muted); font-weight: 500; }
.hero-text p.lede { font-size: 19px; max-width: 460px; margin-bottom: 20px; }
.hero-pull { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 18px; color: var(--ink); border-left: 3px solid var(--accent); padding: 4px 0 4px 16px; margin: 24px 0; max-width: 420px; line-height: 1.5; }
.hero-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-stats { margin-top: 24px; display: flex; gap: 24px; font-size: 13px; color: var(--muted); }
.hero-stats strong { color: var(--ink); }
.hero-image { aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #fef2e6 0%, #f4f1ea 100%); position: relative; display: flex; align-items: center; justify-content: center; }
.hero-image .keychain-large { width: 70%; height: auto; filter: drop-shadow(0 30px 50px rgba(20,30,50,0.15)); transform: rotate(-6deg); }
.hero-image .ph-tag { position: absolute; bottom: 18px; left: 18px; background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); padding: 8px 14px; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }

/* ─── Trust strip ────────────────────────────────────────────── */
.trust { display: flex; gap: 32px; align-items: center; justify-content: center; padding: 22px 40px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: #fff; flex-wrap: wrap; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--body); }
.trust-item .check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; }

/* ─── Press ──────────────────────────────────────────────────── */
.press { padding: 32px 60px; border-bottom: 1px solid var(--hairline); background: var(--soft); }
.press-label { text-align: center; font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; }
.press-row { display: flex; gap: 48px; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; }
.press-logo { font-family: 'Source Serif 4', serif; font-weight: 600; color: var(--muted); font-size: 18px; opacity: 0.7; transition: opacity .2s; letter-spacing: -0.01em; }
.press-logo.sans   { font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: -0.02em; }
.press-logo.italic { font-style: italic; }
.press-logo:hover  { opacity: 1; color: var(--ink); }

/* ─── Stories ────────────────────────────────────────────────── */
.stories { padding: 80px; }
.stories-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 24px; flex-wrap: wrap; }
.stories-header h2 { font-size: 44px; max-width: 540px; }
.stories-header p  { max-width: 360px; font-size: 16px; }
.stories-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
.story-card { display: flex; flex-direction: column; gap: 16px; }
.story-image { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; position: relative; }
.story-image .scene { width: 100%; height: 100%; display: block; }
.story-num { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,0.9); backdrop-filter: blur(6px); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--accent); }
.story-card h3 { font-size: 22px; }
.story-card p  { font-size: 15px; }

/* ─── Made in DE ─────────────────────────────────────────────── */
.miade { display: grid; grid-template-columns: 1fr 1fr; background: var(--soft); }
.miade-img { min-height: 480px; background: linear-gradient(135deg, #1d2a3a 0%, #2a3a4f 100%); position: relative; overflow: hidden; }
.miade-img .scene { width: 100%; height: 100%; display: block; }
.miade-text { padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.miade-text .eyebrow { color: var(--accent); margin-bottom: 16px; }
.miade-text h2  { font-size: 44px; margin-bottom: 20px; }
.miade-text p   { font-size: 16px; margin-bottom: 16px; max-width: 440px; }
.miade-list { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.miade-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--body); }
.miade-list li::before { content: ""; flex-shrink: 0; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; margin-top: 9px; }

/* ─── How it works ───────────────────────────────────────────── */
.how { padding: 80px; text-align: center; }
.how h2 { font-size: 44px; margin-bottom: 56px; }
.how-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; max-width: 1000px; margin: 0 auto; }
.how-step { text-align: center; }
.how-step-num { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 56px; color: var(--accent); line-height: 1; font-weight: 500; margin-bottom: 16px; }
.how-step h3 { font-size: 20px; margin-bottom: 8px; }
.how-step p  { font-size: 15px; max-width: 280px; margin: 0 auto; }
.how-subtitle { font-size: 0.8em; color: var(--muted); }

/* ─── Bundle ─────────────────────────────────────────────────── */
.bundle { padding: 72px 80px; background: var(--soft); }
.bundle-header { text-align: center; margin-bottom: 48px; }
.bundle-header h2 { font-size: 40px; margin-bottom: 12px; }
.bundle-header p  { font-size: 16px; max-width: 460px; margin: 0 auto; }
.bundle-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; max-width: 1100px; margin: 0 auto; }
.bundle-card { background: #fff; border: 1.5px solid var(--hairline); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; position: relative; transition: transform .15s, border-color .15s; }
.bundle-card:hover { transform: translateY(-2px); border-color: var(--ink); }
.bundle-card.featured { border-color: var(--accent); border-width: 2px; box-shadow: 0 20px 40px -16px rgba(245,130,32,0.25); }
.bundle-card.featured::before { content: "Beliebt"; position: absolute; top: -10px; left: 24px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase; }
.bundle-qty   { font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.bundle-title { font-size: 22px; font-weight: 600; }
.bundle-price { display: flex; align-items: baseline; gap: 8px; }
.bundle-price .num  { font-size: 36px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink); }
.bundle-price .per  { font-size: 13px; color: var(--muted); }
.bundle-price .strike { font-size: 14px; color: var(--muted); text-decoration: line-through; }
.bundle-save { display: inline-block; background: var(--accent-soft); color: var(--accent-dark); padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; }
.bundle-card .btn { margin-top: 12px; height: 46px; }
.bundle-list { font-size: 13px; color: var(--body); display: flex; flex-direction: column; gap: 6px; }
.bundle-list li { display: flex; gap: 8px; }

/* ─── Privacy ────────────────────────────────────────────────── */
.privacy { padding: 72px 80px; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1200px; margin: 0 auto; }
.privacy-text .eyebrow { color: var(--accent); }
.privacy-text h2 { font-size: 40px; margin-bottom: 16px; }
.privacy-text p  { font-size: 16px; max-width: 440px; }
.privacy-card { background: var(--ink); color: #fff; border-radius: 24px; padding: 40px; }
.privacy-card .eyebrow { color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.privacy-card h3 { color: #fff; font-size: 26px; margin-bottom: 18px; }
.privacy-card h3 .accent { color: var(--accent); }
.privacy-card .row { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 14px; }
.privacy-card .row:last-child { border-bottom: 0; }
.privacy-card .row.yes::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.privacy-card .row.no::before  { content: "✕"; color: rgba(255,255,255,0.4); flex-shrink: 0; }
.privacy-card .row span { color: rgba(255,255,255,0.85); }
.privacy-card .row.no span { color: rgba(255,255,255,0.5); text-decoration: line-through; text-decoration-color: rgba(255,255,255,0.3); }

/* ─── Reviews ────────────────────────────────────────────────── */
.reviews { padding: 72px 80px; background: var(--soft); }
.reviews-header { display: flex; gap: 32px; align-items: baseline; margin-bottom: 40px; flex-wrap: wrap; }
.reviews-rating { font-size: 56px; font-weight: 600; letter-spacing: -0.03em; }
.reviews-stars  { font-size: 18px; color: var(--accent); letter-spacing: 2px; }
.reviews-meta   { font-size: 14px; color: var(--muted); }
.reviews-grid   { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.review-card { background: #fff; border: 1px solid var(--hairline); border-radius: 16px; padding: 28px; }
.review-card .stars { color: var(--accent); font-size: 14px; letter-spacing: 1px; margin-bottom: 14px; }
.review-card p  { font-size: 15px; margin-bottom: 18px; color: var(--ink); }
.review-card .who { font-size: 13px; color: var(--muted); }

/* ─── Final CTA ──────────────────────────────────────────────── */
.final-cta { padding: 96px 80px; text-align: center; background: var(--ink); color: #fff; }
.final-cta h2 { color: #fff; font-size: 56px; margin-bottom: 16px; max-width: 720px; margin-left: auto; margin-right: auto; }
.final-cta h2 .accent { color: var(--accent); }
.final-cta p  { color: rgba(255,255,255,0.7); font-size: 17px; margin-bottom: 32px; }
.final-cta .btn-primary:hover { background: #fff; color: var(--ink); }

/* ─── Footer ─────────────────────────────────────────────────── */
.foot { background: #fff; padding: 60px 80px 28px; border-top: 1px solid var(--hairline); }
.foot-grid  { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.foot-brand .tn-logo { height: 36px; width: auto; }
.foot-brand p   { font-size: 13px; max-width: 280px; margin-top: 14px; }
.foot-col h4    { font-size: 13px; font-weight: 600; margin-bottom: 14px; color: var(--ink); }
.foot-col a     { display: block; font-size: 14px; color: var(--body); text-decoration: none; padding: 5px 0; }
.foot-col a:hover { color: var(--accent); }
.foot-legal { padding-top: 24px; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--muted); }
.foot-legal a { color: var(--muted); text-decoration: none; }
.foot-legal a:hover { color: var(--ink); }

/* ─── Mobile ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .tn { padding: 14px 18px; }
  .tn-links, .tn-utils { display: none; }
  .tn-mob-burger { display: flex; }

  .hero { padding: 28px 20px 36px; }
  .hero h1 { font-size: 36px; max-width: 100%; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-text p.lede { font-size: 16px; }
  .hero-pull { font-size: 16px; }
  .hero-image { aspect-ratio: 5/4; }
  .hero-cta-row .btn { flex: 1; height: 50px; padding: 0 18px; font-size: 15px; }
  .hero-stats { gap: 14px; font-size: 12px; flex-wrap: wrap; }

  .trust { padding: 14px 16px; gap: 14px 18px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .trust-item { font-size: 12px; flex-shrink: 0; }

  .press { padding: 24px 20px; }
  .press-row { gap: 20px 28px; justify-content: center; }
  .press-logo { font-size: 14px; }

  .stories { padding: 48px 20px; }
  .stories-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px; }
  .stories-header h2 { font-size: 30px; }
  .stories-header p  { font-size: 15px; }
  .stories-grid { grid-template-columns: 1fr; gap: 24px; }
  .story-card h3 { font-size: 18px; }
  .story-card p  { font-size: 14px; }

  .miade { grid-template-columns: 1fr; }
  .miade-img { min-height: 260px; }
  .miade-text { padding: 36px 20px; }
  .miade-text h2 { font-size: 30px; }
  .miade-text p  { font-size: 15px; }

  .how { padding: 48px 20px; }
  .how h2 { font-size: 30px; margin-bottom: 32px; }
  .how-steps { grid-template-columns: 1fr; gap: 28px; }
  .how-step-num { font-size: 44px; }

  .bundle { padding: 48px 20px; }
  .bundle-header h2 { font-size: 28px; }
  .bundle-grid { grid-template-columns: 1fr; gap: 14px; }

  .privacy { padding: 48px 20px; }
  .privacy-grid { grid-template-columns: 1fr; gap: 24px; }
  .privacy-text h2 { font-size: 28px; }
  .privacy-card { padding: 28px; border-radius: 18px; }
  .privacy-card h3 { font-size: 22px; }

  .reviews { padding: 48px 20px; }
  .reviews-rating { font-size: 44px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .review-card { padding: 22px; }

  .final-cta { padding: 64px 24px; }
  .final-cta h2 { font-size: 32px; }
  .final-cta p  { font-size: 15px; }

  .foot { padding: 36px 20px 20px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .foot-brand { grid-column: 1 / -1; }
}
