/* ────────────────────────────────────────────────────────────────────
   FLOWNIQ Dialekt — MINIMAL / CLEAN
   Stark reduziert. Dezente Akzente. Technische Präzision.
   Alles auf hairline borders, mono numbers, klare Raster. Akzent nur
   auf Links / Fokus / Status. Keine Shadows. Keine Tints.
   ──────────────────────────────────────────────────────────────────── */

body {
  background: #ffffff;
}

/* Cooler-cleaner page bg */
.bg-tint { background: var(--flq-ink-050); }

/* ─── Typography: lighter, tighter, mono-touched ─── */
h1, h2, h3, h4, .display { font-weight: 600 !important; letter-spacing: -0.02em; }
h1, .display { font-weight: 700 !important; letter-spacing: -0.025em; }
.overline {
  color: var(--fg-3); font-weight: var(--fw-semi);
  letter-spacing: 0.14em; font-size: 10px;
  font-family: var(--font-mono); text-transform: uppercase;
}
.eyebrow {
  background: transparent; border: 1px solid var(--border-1);
  color: var(--fg-2); padding: 6px 10px;
  font-family: var(--font-mono); font-weight: var(--fw-medium);
  letter-spacing: 0.08em; font-size: 10px; border-radius: 4px;
}
.eyebrow::before { content: none; }
.eyebrow svg { color: var(--flq-success-500); width: 8px; height: 8px; }

/* Tabular numbers everywhere */
.stat__num, .data-table, .pricing__price, .field-help, .hero__meta {
  font-variant-numeric: tabular-nums;
}

/* ─── Header: minimal w/ subtle hairline ─── */
.site-header {
  background: rgba(255,255,255,0.92); border-bottom: 1px solid var(--border-1);
  backdrop-filter: blur(12px);
}
.site-header__inner { height: 64px; }
.site-header__logo img { height: 24px; }
.site-header__nav a, .site-header__nav button { font-size: 13px; font-weight: 500; color: var(--fg-2); }
.site-header__nav a:hover, .site-header__nav button:hover { background: transparent; color: var(--fg-1); }
.site-header__nav a.is-active { background: transparent; color: var(--fg-1); }
.site-header__cta .btn { border-radius: 4px; font-size: 12px; }
.site-header__cta .btn-primary { background: var(--fg-1); }

/* ─── HERO: centered, lots of whitespace, restrained ─── */
.hero { padding: 96px 0 96px; background: #fff; }
.hero__grid { gap: 64px; align-items: center; }
.hero__copy { gap: 28px; }
.hero__title {
  font-size: clamp(36px, 5vw, 60px) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}
.hero__title em { color: var(--fg-1); font-style: italic; font-weight: 400; }
.hero__title em::after { display: none; }
.hero__sub { font-size: 18px !important; max-width: 540px; color: var(--fg-2); }
.hero__cta .btn { font-weight: 500; }
.hero__cta .btn-primary { background: var(--fg-1); }
.hero__meta { color: var(--fg-3); font-size: 12px; font-family: var(--font-mono); letter-spacing: 0.02em; }
.hero__meta strong { font-weight: 600; color: var(--fg-1); }

/* Workflow visual — flat, no shadow */
.flow-visual { box-shadow: none; border-radius: 6px; padding: 0; }
.flow-visual__head { padding: 16px 20px; }
.flow-visual__title { font-family: var(--font-mono); font-weight: 500; }
.flow-node { border-radius: 0; border-left: 0; border-right: 0; border-top: 0; padding: 14px 20px; }
.flow-node:hover { transform: none; }
.flow-arrow { display: none; }
.flow-nodes { gap: 0; }

/* ─── Buttons: small radius, light weight ─── */
.btn { font-weight: 500; border-radius: 4px; }
.btn-primary { background: var(--fg-1); }
.btn-primary:hover { background: var(--brand); }
.btn-lg { padding: 12px 20px; font-size: 14px; }

/* ─── Cards & features: hairline only ─── */
.card { border-radius: 6px; box-shadow: none; }
.card-link:hover { box-shadow: none; transform: none; background: var(--bg-tint); }
.feature {
  padding: 24px; border-radius: 6px; box-shadow: none;
  display: flex; flex-direction: column; gap: 14px;
}
.feature:hover { box-shadow: none; }
.feature__icon {
  width: 36px; height: 36px;
  background: transparent; color: var(--fg-1);
  border: 1px solid var(--border-1); border-radius: 6px;
}
.feature__title { font-size: 16px; font-weight: 600; }
.feature__body { font-size: 14px; color: var(--fg-2); }
.feature-grid { gap: 16px; }

/* Use-case cards */
.use-case-grid > a { border-radius: 6px; box-shadow: none; }
.use-case-grid > a:hover { transform: none; box-shadow: none; background: var(--bg-tint); }
.use-case-grid .card-image { aspect-ratio: 16/9; }

/* Logo wall — hairlines */
.logo-wall { border-radius: 6px; }
.logo-wall__cell { font-size: 14px; font-weight: 600; color: var(--fg-3); min-height: 80px; padding: 24px 12px; }

/* Stats — small, mono */
.stat__num { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; }
.stat__label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--font-mono); color: var(--fg-3); margin-top: 10px; }
.stat__sub { font-size: 11px; font-family: var(--font-mono); }

/* Inverse stats: keep that section dense */
.stats--inverse .stat__num { font-weight: 700; }

/* Testimonial — restrained */
.testimonial { padding: 56px; border-radius: 6px; box-shadow: none; }
.testimonial__quote { font-size: 22px !important; line-height: 1.45 !important; font-weight: 500 !important; font-style: normal; }
.testimonial__quote::before { display: none; }
.testimonial__logo { background: var(--bg-tint); border-radius: 6px; min-height: 160px; }
.testimonial__logo .l { font-size: 22px; font-weight: 600; }

/* Pricing — flat */
.pricing { border-radius: 6px; padding: 32px; box-shadow: none; }
.pricing.is-featured { box-shadow: 0 0 0 2px var(--brand); }
.pricing__price .amt { font-size: 36px; font-weight: 700; }
.pricing__badge { border-radius: 4px; background: var(--fg-1); font-weight: 500; padding: 3px 10px; }
.pricing__list li { font-size: 13px; }
.pricing__name { font-size: 18px; font-weight: 600; }

/* CTA Banner — flat, white-on-dark */
.cta-banner { background: var(--fg-1); border-radius: 6px; padding: 56px; }
.cta-banner .watermark-dots { display: none; }
.cta-banner h2 { font-weight: 600 !important; font-size: 36px; letter-spacing: -0.02em; }
.cta-banner p { font-size: 16px; }
.cta-banner .btn-primary { background: var(--accent); color: var(--flq-navy-900); }
.cta-banner .btn-secondary { background: transparent; border-color: rgba(255,255,255,0.25); color: #fff; }

/* Page header — minimal */
.page-header { background: #fff; padding: 80px 0 64px; border-bottom: 1px solid var(--border-1); }
.page-header__title { font-size: clamp(36px, 4.5vw, 56px) !important; font-weight: 600 !important; letter-spacing: -0.025em !important; }
.page-header__sub { font-size: 18px; }

/* Anchor nav — mono pills */
.anchor-nav { background: #fff; border-radius: 6px; padding: 6px; }
.anchor-nav a { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 8px 12px; font-weight: 500; }

/* Tabs — flat */
.tabs__list { background: var(--bg-page); border-radius: 6px; }
.tabs__tab { font-weight: 500; font-size: 13px; }
.tabs__tab.is-active { box-shadow: none; border: 1px solid var(--border-1); }

/* Accordion — flat, hairline */
.accordion__item { border-radius: 6px; box-shadow: none; }
.accordion__item.is-open { box-shadow: none; border-color: var(--fg-1); }
.accordion__head { font-size: 16px; font-weight: 500; padding: 20px 24px; }
.accordion__icon { background: transparent; border: 1px solid var(--border-1); color: var(--fg-2); }
.accordion__item.is-open .accordion__icon { background: var(--fg-1); border-color: var(--fg-1); }

/* Alerts — hairline left stripe, no fill */
.alert { background: #fff; border-color: var(--border-1); border-left: 3px solid; border-radius: 4px; padding: 16px 20px; }
.alert-info { border-left-color: var(--flq-info-600); }
.alert-success { border-left-color: var(--flq-success-600); }
.alert-warning { border-left-color: var(--flq-warning-600); }
.alert-danger { border-left-color: var(--flq-danger-600); }
.alert__icon { background: transparent !important; color: var(--fg-1) !important; width: 18px; height: 18px; }
.alert-info .alert__icon { color: var(--flq-info-600) !important; }
.alert-success .alert__icon { color: var(--flq-success-600) !important; }
.alert-warning .alert__icon { color: var(--flq-warning-600) !important; }
.alert-danger .alert__icon { color: var(--flq-danger-600) !important; }
.alert__title { font-size: 13px; font-weight: 600; }
.alert__msg { font-size: 13px; }

/* Badges — small, mono */
.badge { font-family: var(--font-mono); font-weight: 500; letter-spacing: 0.02em; padding: 2px 8px; font-size: 10px; }
.chip { border-radius: 4px; font-size: 12px; padding: 5px 10px; }
.chip.is-active { background: var(--fg-1); border-color: var(--fg-1); }

/* Form inputs — hairline + smaller */
.input, .select, .textarea { border-radius: 4px; padding: 9px 12px; font-size: 14px; }
.field-label { font-size: 12px; letter-spacing: 0.02em; font-weight: 600; }

/* Table — very dense */
.data-table { font-size: 12px; }
.data-table th, .data-table td { padding: 10px 14px; }
.data-table th { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; }
.table-wrap { border-radius: 6px; }

/* Pagination */
.pagination .page, .pagination .step { font-family: var(--font-mono); font-size: 12px; min-width: 32px; height: 32px; border-radius: 4px; }
.pagination .page.is-active { background: var(--fg-1); border-color: var(--fg-1); }

/* Modal — flat */
.modal { border-radius: 6px; }

/* Section heads centered, smaller */
.section-head h2 { font-size: 32px; font-weight: 600; }
.section-head .lead { font-size: 16px; }
.section { padding: 80px 0; }

/* Footer — hairline */
.site-footer { background: var(--fg-1); padding-top: 64px; }

/* Charts cleaner */
.chart-card { border-radius: 6px; }
.chart-card__title { font-size: 14px; font-weight: 600; }

/* Code block: matches the technical feel */
.code-block { border-radius: 6px; font-size: 12px; }

/* Pricing grid */
.pricing-grid { gap: 16px; }

/* Subtle horizontal rules between hairline-bordered sections */
.section-head { gap: 16px; margin-bottom: 56px; }
