/* ────────────────────────────────────────────────────────────────────
   FLOWNIQ Dialekt — PREMIUM / SOPHISTICATED
   Refined. Gehoben. Großzügige Buchstaben­abstände. Viel Whitespace.
   Dezente Akzente, Eleganz im Detail. Light-Italic Display als
   Premium-Anmutung — Poppins Light 300 / Italic für Headlines.
   ──────────────────────────────────────────────────────────────────── */

body {
  background: #fafaf8;
  color: var(--flq-ink-700);
}

/* Slightly warmer surface tint — premium feel */
:root, body {
  --bg-page: #fafaf8;
  --bg-surface: #ffffff;
  --bg-surface-2: #f4f3ef;
  --bg-tint: #f4f3ef;
}

/* ─── Typography: light + italic for display, generous tracking ─── */
h1, h2, h3, h4, .display, .hero__title, .page-header__title {
  font-weight: 300 !important;
  letter-spacing: -0.015em;
}
h1, .display { letter-spacing: -0.022em; }
h2 { font-size: 40px; line-height: 1.18; font-weight: 300; }
h3 { font-size: 22px; font-weight: 400; }
h4 { font-size: 17px; font-weight: 500; letter-spacing: 0; }
p { font-size: 16px; line-height: 1.7; }
.lead { font-size: 19px; line-height: 1.65; font-weight: 300; color: var(--fg-2); font-style: italic; }

.overline {
  color: var(--flq-cyan-700);
  letter-spacing: 0.32em; font-size: 10px;
  font-weight: 500; text-transform: uppercase;
}
.eyebrow {
  background: transparent;
  border: 0; padding: 0;
  color: var(--flq-cyan-700);
  letter-spacing: 0.32em; font-weight: 500; font-size: 10px;
  text-transform: uppercase; gap: 14px;
  border-radius: 0;
}
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 0.5px; background: var(--flq-cyan-700); }
.eyebrow svg { display: none; }

/* Hairline rule above section heads */
.section-head {
  text-align: center; max-width: 740px; margin: 0 auto 80px;
  align-items: center; gap: 24px;
}
.section-head::before {
  content: ""; display: block; width: 40px; height: 0.5px;
  background: var(--flq-ink-300); margin: 0 auto var(--sp-3);
}
.section-head h2 { font-size: 48px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 300; }
.section-head h2 em { font-style: italic; color: var(--flq-cyan-700); }
.section-head .lead { font-size: 18px; font-style: italic; color: var(--fg-3); }

/* ─── Section / Container ─── */
.container { max-width: 1180px; }
.section { padding-top: 128px; padding-bottom: 128px; }
.section-sm { padding-top: 80px; padding-bottom: 80px; }

/* ─── Header: thin, generous, hairline only ─── */
.site-header {
  background: rgba(250,250,248,0.92); backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--flq-ink-200);
}
.site-header__inner { height: 88px; gap: var(--sp-9); }
.site-header__logo img { height: 24px; }
.site-header__nav { gap: 4px; }
.site-header__nav a, .site-header__nav button {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500; padding: 8px 14px; color: var(--fg-2);
}
.site-header__nav a:hover, .site-header__nav button:hover {
  background: transparent; color: var(--flq-cyan-700);
}
.site-header__nav a.is-active {
  background: transparent; color: var(--fg-1); border-bottom: 0;
  position: relative;
}
.site-header__nav a.is-active::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px;
  height: 0.5px; background: var(--flq-cyan-700);
}
.site-header__cta .btn-ghost {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.site-header__cta .btn-primary {
  background: transparent; color: var(--fg-1);
  border: 0.5px solid var(--fg-1); border-radius: 0;
  padding: 12px 24px; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 500;
}
.site-header__cta .btn-primary:hover { background: var(--fg-1); color: #fff; }

/* ─── HERO: centered, restrained, large light-italic ─── */
.hero { padding: 144px 0 128px; background: transparent; }
.hero__grid { grid-template-columns: 1fr; gap: 56px; text-align: center; }
.hero__copy { align-items: center; gap: 32px; max-width: 760px; margin: 0 auto; }
.hero__title {
  font-size: clamp(40px, 5.5vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  font-weight: 300 !important;
}
.hero__title em {
  color: var(--flq-cyan-700);
  font-style: italic; font-weight: 300;
}
.hero__title em::after { display: none; }
.hero__sub {
  font-size: 19px !important; line-height: 1.65 !important;
  color: var(--fg-2); max-width: 580px; font-weight: 300;
}
.hero__cta { justify-content: center; gap: 24px; }
.hero__meta {
  justify-content: center; padding-top: 32px; margin-top: 16px;
  border-top: 0.5px solid var(--flq-ink-200); gap: 32px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fg-3); font-weight: 500;
}
.hero__meta strong { color: var(--fg-1); font-weight: 600; }
.hero__meta .dot { width: 3px; height: 3px; background: var(--flq-ink-300); }

/* Workflow visual on hero — hidden / replaced with photo placeholder */
.hero__visual { display: none; }

/* ─── Buttons: thin borders, generous padding, all-caps tiny ─── */
.btn {
  border-radius: 0; padding: 14px 28px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 500;
}
.btn-lg { padding: 18px 36px; font-size: 12px; letter-spacing: 0.22em; }
.btn-sm { padding: 9px 16px; font-size: 10px; letter-spacing: 0.16em; }
.btn-primary { background: var(--fg-1); color: #fff; border: 0; }
.btn-primary:hover { background: var(--flq-cyan-700); }
.btn-secondary { background: transparent; border: 0.5px solid var(--fg-1); color: var(--fg-1); }
.btn-secondary:hover { background: var(--fg-1); color: #fff; border-color: var(--fg-1); }
.btn-ghost { letter-spacing: 0.18em; }
.btn-ghost:hover { background: transparent; color: var(--flq-cyan-700); }

/* ─── Cards: hairline borders, no shadow ─── */
.card, .feature, .card-lg, .accordion__item, .testimonial, .pricing, .chart-card, .table-wrap, .article-card {
  border-color: var(--flq-ink-200); border-radius: 0; box-shadow: none;
  border-width: 0.5px;
}
.card:hover, .card-link:hover, .feature:hover, .article-card:hover {
  border-color: var(--flq-cyan-700);
  transform: none; box-shadow: none;
}
.card-link:hover { background: #fff; }

/* Cards on tint pages with subtle paper feel */
.bg-tint, .bg-surface-2 { background: #f4f3ef; }

.feature {
  padding: 48px 32px; gap: 24px; text-align: center; align-items: center;
  background: transparent;
}
.feature__icon {
  width: 56px; height: 56px; background: transparent;
  color: var(--flq-cyan-700);
  border: 0.5px solid var(--flq-cyan-700); border-radius: 999px;
}
.feature__title { font-size: 20px; font-weight: 400; }
.feature__body { font-size: 15px; line-height: 1.7; color: var(--fg-2); }
.feature-grid { gap: 0; }
.feature-grid .feature {
  border-right: 0.5px solid var(--flq-ink-200);
}
.feature-grid .feature:last-child { border-right: 0; }
@media (max-width: 900px) { .feature-grid .feature { border-right: 0; border-bottom: 0.5px solid var(--flq-ink-200); } }

/* Use-case cards — frame, no rounded */
.use-case-grid > a { border-radius: 0; box-shadow: none; border: 0.5px solid var(--flq-ink-200); }
.use-case-grid > a:hover { transform: none; box-shadow: none; border-color: var(--flq-cyan-700); }
.use-case-grid .card-image { aspect-ratio: 4/5; border-radius: 0; }

/* Logo wall — quiet */
.logo-wall { background: transparent; border: 0; border-top: 0.5px solid var(--flq-ink-200); border-bottom: 0.5px solid var(--flq-ink-200); border-radius: 0; }
.logo-wall__cell { border-right: 0.5px solid var(--flq-ink-200); border-bottom: 0; padding: 40px 16px; color: var(--fg-3); font-weight: 400; letter-spacing: 0.08em; font-size: 15px; font-family: var(--font-display); font-style: italic; }
.logo-wall__cell:hover { background: transparent; color: var(--fg-1); }

/* Stats — large, refined */
.stat__num { font-size: 64px; font-weight: 300; letter-spacing: -0.04em; line-height: 1; color: var(--fg-1); }
.stat__num .accent { color: var(--flq-cyan-700); font-style: italic; }
.stat__label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--fg-3); margin-top: 24px; }
.stat__sub { font-style: italic; color: var(--fg-3); }

/* Testimonial — magazine pull-quote */
.testimonial {
  background: transparent; border: 0; padding: 80px 0;
  grid-template-columns: 1fr; text-align: center; gap: 32px;
}
.testimonial__quote {
  font-size: 32px !important; line-height: 1.45 !important;
  font-weight: 300 !important; font-style: italic;
  letter-spacing: -0.01em; color: var(--fg-1);
  max-width: 780px; margin: 0 auto;
}
.testimonial__quote::before { color: var(--flq-cyan-700); font-size: 80px; height: 36px; }
.testimonial__person { justify-content: center; margin-top: 32px; }
.testimonial__avatar { background: var(--fg-1); border: 0.5px solid var(--flq-ink-200); }
.testimonial__name { font-weight: 500; font-style: italic; }
.testimonial__role { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3); margin-top: 6px; }
.testimonial__logo { display: none; }

/* Pricing — minimalist frames */
.pricing {
  padding: 48px 36px; gap: 28px; border-radius: 0;
  border-width: 0.5px; border-color: var(--flq-ink-200);
}
.pricing.is-featured {
  border-color: var(--fg-1);
  background: #fff;
}
.pricing__name { font-size: 13px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-1); font-family: var(--font-sans); }
.pricing__desc { font-style: italic; color: var(--fg-3); margin-top: 8px; }
.pricing__price .amt { font-size: 56px; font-weight: 300; letter-spacing: -0.04em; }
.pricing__price .per { font-size: 13px; font-style: italic; color: var(--fg-3); }
.pricing__list li { font-size: 13px; letter-spacing: 0.01em; }
.pricing__list li .ic { color: var(--flq-cyan-700); }
.pricing__badge {
  background: var(--fg-1); color: #fff;
  font-size: 9px; letter-spacing: 0.24em; padding: 5px 14px; border-radius: 0;
}
.pricing .btn { width: 100%; }

/* CTA banner — paper-ivory, not navy */
.cta-banner {
  background: var(--fg-1); color: #fff; border-radius: 0;
  padding: 112px 80px; align-items: center;
}
.cta-banner h2 { font-size: 48px; font-weight: 300; letter-spacing: -0.02em; }
.cta-banner h2 em { color: var(--flq-cyan-400); font-style: italic; }
.cta-banner p { font-size: 19px; font-style: italic; }
.cta-banner .watermark-dots { display: none; }
.cta-banner .btn-primary { background: transparent; border: 0.5px solid #fff; color: #fff; }
.cta-banner .btn-primary:hover { background: #fff; color: var(--fg-1); }
.cta-banner .btn-secondary { background: transparent; border-color: rgba(255,255,255,0.4); color: #fff; }

/* Team — restrained portraits */
.team-card { background: transparent; border: 0; border-top: 0.5px solid var(--flq-ink-200); border-radius: 0; padding: 32px 0; text-align: center; align-items: center; }
.team-card__photo { aspect-ratio: 3/4; background: linear-gradient(160deg, #c9cbd9, #5b5fa0); border-radius: 0; font-weight: 400; font-style: italic; font-size: 42px; letter-spacing: -0.03em; }
.team-card__name { font-size: 17px; font-weight: 500; }
.team-card__role { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); margin-top: 4px; }
.team-card__bio { font-style: italic; }

/* Page header */
.page-header { background: transparent; padding: 128px 0 80px; border-bottom: 0.5px solid var(--flq-ink-200); }
.page-header__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.page-header__title {
  font-size: clamp(48px, 6vw, 88px) !important;
  letter-spacing: -0.03em !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
}
.page-header__sub { font-size: 19px; font-style: italic; color: var(--fg-2); margin: 0 auto; }
.breadcrumbs { justify-content: center; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); }
.breadcrumbs .current { font-weight: 500; }

/* Anchor nav */
.anchor-nav { background: transparent; border: 0; border-top: 0.5px solid var(--flq-ink-200); border-bottom: 0.5px solid var(--flq-ink-200); border-radius: 0; gap: 32px; padding: 16px 0; backdrop-filter: none; }
.anchor-nav a { padding: 4px 0; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--fg-3); }
.anchor-nav a:hover { background: transparent; color: var(--fg-1); }

/* Tabs */
.tabs__list { background: transparent; border: 0; border-bottom: 0.5px solid var(--flq-ink-200); padding: 0; gap: 40px; border-radius: 0; }
.tabs__tab { padding: 14px 0; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; border-radius: 0; }
.tabs__tab.is-active { background: transparent; box-shadow: none; border-bottom: 1px solid var(--fg-1); margin-bottom: -1px; color: var(--fg-1); }

/* Accordion: very flat */
.accordion__item { border: 0; border-top: 0.5px solid var(--flq-ink-200); border-radius: 0; background: transparent; padding: 0; }
.accordion__item:last-child { border-bottom: 0.5px solid var(--flq-ink-200); }
.accordion__head { padding: 28px 0; font-size: 19px; font-weight: 400; gap: 24px; font-family: var(--font-display); letter-spacing: -0.005em; }
.accordion__head:hover { background: transparent; color: var(--flq-cyan-700); }
.accordion__icon { background: transparent; border: 0.5px solid var(--flq-ink-300); border-radius: 999px; color: var(--fg-3); }
.accordion__item.is-open { box-shadow: none; border-color: var(--fg-1); }
.accordion__item.is-open .accordion__icon { background: var(--fg-1); border-color: var(--fg-1); color: #fff; }
.accordion__body { padding: 0 0 8px; }
.accordion__body-inner { font-size: 16px; line-height: 1.75; padding: 0 80px 24px 0; font-style: italic; color: var(--fg-2); }
.accordion__body-inner p { font-style: italic; }

/* Alerts — slim */
.alert { border-radius: 0; border: 0; border-left: 1px solid; padding: 16px 22px; background: transparent; }
.alert-info { border-color: var(--flq-info-600); }
.alert-success { border-color: var(--flq-success-600); }
.alert-warning { border-color: var(--flq-warning-600); }
.alert-danger { border-color: var(--flq-danger-600); }
.alert__icon { background: transparent !important; color: currentColor !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; }

/* Badges / chips — refined */
.badge { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; padding: 4px 10px; border-radius: 0; }
.chip { border-radius: 0; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px; font-weight: 500; }
.chip.is-active { background: var(--fg-1); border-color: var(--fg-1); color: #fff; }

/* Form inputs — hairline */
.input, .select, .textarea { border-radius: 0; border-width: 0.5px; padding: 14px 0; border-left: 0; border-right: 0; border-top: 0; background: transparent; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--fg-1); box-shadow: none; }
.input::placeholder, .textarea::placeholder { font-style: italic; color: var(--fg-3); }
.field-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; }
.field-help { font-style: italic; }

/* Footer ivory variant */
.site-footer { background: var(--fg-1); padding-top: 96px; padding-bottom: 32px; }

/* Cookie banner restrained */
.cookie-banner { border-radius: 0; border-width: 0.5px; box-shadow: 0 8px 32px rgba(26,28,61,0.06); }

/* CTA banner inside light sections */
.bg-tint { background: #f4f3ef; }

/* Blockquote — pull-quote magazine style */
.blockquote {
  background: transparent; border: 0; border-left: 1px solid var(--flq-cyan-700);
  padding: 32px 40px; font-size: 21px; line-height: 1.55;
  font-style: italic; font-weight: 300; letter-spacing: -0.01em;
  color: var(--fg-1);
}

/* Map / drawn details get hairline */
.flow-visual { background: transparent; border: 0.5px solid var(--flq-ink-200); border-radius: 0; box-shadow: none; padding: 32px; }
.flow-visual__head { padding-bottom: 20px; border-color: var(--flq-ink-200); }
.flow-node { background: transparent; border: 0; border-bottom: 0.5px solid var(--flq-ink-200); border-radius: 0; padding: 16px 0; }
.flow-node:hover { transform: none; border-color: var(--flq-cyan-700); }
.flow-node__t { font-weight: 500; }
.flow-arrow { display: none; }

/* Modal */
.modal { border-radius: 0; border-width: 0.5px; }
.modal__head h3 { font-weight: 400; font-style: italic; }
