/* ---------- Sharebly Design System ---------- */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

/* Skip-to-content link for a11y/SEO — hidden until focused */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  background: #2563EB;
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.skip-link:focus {
  left: 0;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* Related-pages inline link cluster (per-themed-page) */
.related-links {
  margin: 24px auto 32px;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
  color: var(--slate);
}
.related-links p { margin: 0; }
.related-links a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}
.related-links a:hover { text-decoration: underline; }

:root {
  /* Neutral */
  --ink: #001D2A;
  --ink-2: #1E293B;
  --slate: #475569;
  --slate-2: #64748B;
  --line: #E2E8F0;
  --line-soft: #F1F5F9;
  --bg: #FFFFFF;
  --bg-soft: #F8FAFC;

  /* Brand — Sharebly Blue (default) */
  --brand: #2563EB;
  --brand-600: #1D4ED8;
  --brand-700: #1E40AF;
  --brand-50: #EFF6FF;
  --brand-100: #DBEAFE;
  --brand-mute: #1E2A4A;

  /* Accent palettes (per mode) */
  --green: #10B981;
  --green-50: #ECFDF5;
  --green-100: #D1FAE5;

  --orange: #F59E0B;
  --orange-50: #FFFBEB;
  --orange-100: #FEF3C7;

  --purple: #8B5CF6;
  --purple-50: #F5F3FF;
  --purple-100: #F3E8FF;

  --cyan: #06B6D4;
  --cyan-50: #ECFEFF;
  --cyan-100: #CFFAFE;

  --rose: #F43F5E;
  --rose-50: #FFF1F2;
  --rose-100: #FFE4E6;

  --red: #EF4444;
  --red-50: #FEF2F2;
  --red-100: #FECACA;

  --pink: #EC4899;
  --pink-50: #FDF2F8;
  --pink-100: #FCE7F3;

  --teal: #14B8A6;
  --teal-50: #F0FDFA;

  /* Theme accent (overridden per page via .theme-*) */
  --accent: var(--brand);
  --accent-soft: var(--brand-50);
  --accent-100: var(--brand-100);

  /* Radii / shadows */
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(2,8,23,.04), 0 1px 3px rgba(2,8,23,.06);
  --shadow: 0 4px 16px -2px rgba(2, 32, 71, .08), 0 2px 6px rgba(2,8,23,.04);
  --shadow-lg: 0 24px 48px -16px rgba(2, 32, 71, .18), 0 8px 16px -8px rgba(2,8,23,.08);

  /* Container */
  --container: 1240px;
}

/* Theme variants — overrides accent triplet only */
.theme-hilfe       { --accent: var(--brand);  --accent-soft: var(--brand-50);  --accent-100: var(--brand-100); }
.theme-anbieten    { --accent: var(--green);  --accent-soft: var(--green-50);  --accent-100: var(--green-100); }
.theme-auftrag     { --accent: var(--orange); --accent-soft: var(--orange-50); --accent-100: var(--orange-100); }
.theme-projekt     { --accent: var(--purple); --accent-soft: var(--purple-50); --accent-100: var(--purple-100); }
.theme-tauschen    { --accent: var(--cyan);   --accent-soft: var(--cyan-50);   --accent-100: var(--cyan-100); }
.theme-ressourcen  { --accent: var(--red);    --accent-soft: var(--red-50);    --accent-100: var(--red-100); }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.02em; color: var(--ink); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- Container ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 22px; letter-spacing: -0.03em; color: var(--ink); }
.brand-mark {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), #5B8DEF);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 800; font-size: 16px;
  box-shadow: 0 6px 14px -4px rgba(37, 99, 235, .55);
}
.brand .dot { color: var(--brand); }

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--slate);
  position: relative;
  padding: 6px 0;
  transition: color .15s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); font-weight: 600; }
.nav-links a.active::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--accent); border-radius: 2px;
}

.nav-cta { display: flex; align-items: center; gap: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 14.5px;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 18px -6px color-mix(in srgb, var(--accent) 60%, transparent);
}
.btn-primary:hover { filter: brightness(1.05); box-shadow: 0 10px 22px -6px color-mix(in srgb, var(--accent) 70%, transparent); }

.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.btn-link {
  color: var(--accent);
  padding: 8px 0;
  font-weight: 600;
}
.btn-link:hover { text-decoration: underline; }

.btn-on-dark-primary {
  background: #fff; color: var(--ink);
}
.btn-on-dark-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.3);
}
.btn-on-dark-ghost:hover { border-color: rgba(255,255,255,.7); }

.btn-sm { padding: 8px 14px; font-size: 13.5px; }
.btn-lg { padding: 14px 24px; font-size: 15px; }

/* ---------- Eyebrow / Pill ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 50% 0%, var(--accent-soft) 0%, transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 18px 0 18px;
}
.hero h1 .accent { color: var(--accent); }
.hero p.lede {
  color: var(--slate);
  font-size: 17.5px;
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 28px;
}

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-mini-list {
  display: flex; flex-wrap: wrap; gap: 18px 24px;
  font-size: 14px; color: var(--slate);
}
.hero-mini-list li { display: flex; align-items: center; gap: 8px; }
.hero-mini-list .check {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; flex: none;
}

.hero-art {
  position: relative;
  min-height: 460px;
}
.hero-undraw {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-card-float {
  position: absolute;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line-soft);
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
  z-index: 3;
  animation: float 5s ease-in-out infinite;
}
.hero-card-float .ico {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  flex: none;
}
.hero-card-float .t { font-weight: 700; font-size: 14px; color: var(--ink); }
.hero-card-float .s { font-size: 12px; color: var(--slate); margin-top: 2px; }
.hero-card-float .stars { color: var(--orange); font-size: 12px; letter-spacing: 1px; }

.hero-icon-float {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 26px -8px rgba(15, 23, 42, .18), 0 0 0 1px rgba(15, 23, 42, .04);
  z-index: 3;
  animation: float 5s ease-in-out infinite;
}
.hero-icon-float.f1 { top: 12%;    left: 2%;    animation-delay: 0s; }
.hero-icon-float.f2 { top: 6%;     right: 4%;   animation-delay: 1.2s; }
.hero-icon-float.f3 { bottom: 18%; left: -2%;   animation-delay: 2.4s; }
.hero-icon-float.f4 { bottom: 10%; right: 0;    animation-delay: 3.6s; }

.hero-card-float.f1 { top: 14%; left: -2%; animation-delay: 0s; }
.hero-card-float.f2 { top: 6%; right: -2%; animation-delay: 1s; }
.hero-card-float.f3 { bottom: 12%; left: 2%; animation-delay: 2s; }
.hero-card-float.f4 { bottom: 4%; right: 4%; animation-delay: 3s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-orb {
  position: relative;
  width: 100%; height: 100%;
  display: grid; place-items: center;
}
.hero-orb-bg {
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--accent), color-mix(in srgb, var(--accent) 60%, #fff));
  position: relative;
  box-shadow: 0 40px 80px -20px color-mix(in srgb, var(--accent) 40%, transparent);
}
.hero-orb-avatar {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: 120px;
}

/* ---------- Trust strip ---------- */
.trust-strip {
  display: flex; align-items: center; gap: 16px;
  margin-top: 8px;
  font-size: 13.5px; color: var(--slate);
}
.avatars { display: inline-flex; }
.avatars .a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 2.5px solid #fff;
  background-size: cover; background-position: center;
  margin-left: -10px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  display: grid; place-items: center;
  font-weight: 700; color: #fff;
  font-size: 12px;
}
.avatars .a:first-child { margin-left: 0; }
.stars-row { color: var(--orange); letter-spacing: 1px; margin-right: 4px; }

/* ---------- Section ---------- */
.section { padding: 80px 0; }
.section-tight { padding: 56px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.section-head .accent { color: var(--accent); }
.section-head p { margin-top: 14px; color: var(--slate); font-size: 17px; }

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  background: linear-gradient(180deg, var(--accent-soft), #fff);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: 28px 24px;
}
.stat { text-align: center; padding: 8px; }
.stat .icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: #fff; color: var(--accent);
  display: grid; place-items: center;
  margin: 0 auto 10px;
  box-shadow: var(--shadow-sm);
}
.stat .v {
  font-size: 28px; font-weight: 800; letter-spacing: -0.02em;
  color: var(--ink);
}
.stat .l {
  font-size: 13.5px; color: var(--slate);
  margin-top: 2px;
}

/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.step {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent-100); }
.step .n {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  font-weight: 800; font-size: 15px;
  display: grid; place-items: center;
  position: absolute; top: -18px; left: 24px;
  box-shadow: 0 8px 16px -6px color-mix(in srgb, var(--accent) 60%, transparent);
}
.step .ico {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.step h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.step p { color: var(--slate); font-size: 14.5px; }

/* ---------- Category Grid ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cat {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 18px;
  display: flex; align-items: center; gap: 14px;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.cat:hover { transform: translateY(-2px); border-color: var(--accent-100); box-shadow: var(--shadow-sm); }
.cat .ico {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; flex: none;
}
.cat .ico.c-blue   { background: var(--brand-50);  color: var(--brand); }
.cat .ico.c-green  { background: var(--green-100); color: var(--green); }
.cat .ico.c-orange { background: var(--orange-100); color: var(--orange); }
.cat .ico.c-purple { background: var(--purple-100); color: var(--purple); }
.cat .ico.c-cyan   { background: var(--cyan-100);  color: var(--cyan); }
.cat .ico.c-red    { background: var(--red-100);   color: var(--red); }
.cat .ico.c-pink   { background: var(--pink-100);  color: var(--pink); }
.cat .ico.c-teal   { background: var(--teal-50);   color: var(--teal); }
.cat .t { font-weight: 700; font-size: 14.5px; line-height: 1.2; }
.cat .s { font-size: 12.5px; color: var(--slate); margin-top: 3px; }

/* ---------- Why-us grid ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px 24px;
}
.why-card .ico {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.why-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.why-card p { color: var(--slate); font-size: 14.5px; line-height: 1.6; }

/* ---------- Modes grid (for homepage) ---------- */
.modes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mode-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: 28px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mode-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.mode-card .accent-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--mc, var(--brand));
}
.mode-card .ico {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--mc-soft, var(--brand-50));
  color: var(--mc, var(--brand));
  margin-bottom: 18px;
}
.mode-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.02em; }
.mode-card p { color: var(--slate); font-size: 14.5px; margin-bottom: 18px; }
.mode-card .mode-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--mc, var(--brand)); font-weight: 700; font-size: 14px;
}
.mode-card .mode-link:hover { gap: 10px; }

.mode-card.m-hilfe     { --mc: var(--brand);  --mc-soft: var(--brand-50); }
.mode-card.m-anbieten  { --mc: var(--green);  --mc-soft: var(--green-100); }
.mode-card.m-auftrag   { --mc: var(--orange); --mc-soft: var(--orange-100); }
.mode-card.m-projekt   { --mc: var(--purple); --mc-soft: var(--purple-100); }
.mode-card.m-tauschen  { --mc: var(--cyan);   --mc-soft: var(--cyan-100); }
.mode-card.m-ressourcen{ --mc: var(--red);    --mc-soft: var(--red-100); }

/* ---------- CTA banner ---------- */
.cta-banner {
  position: relative;
  background: linear-gradient(135deg, var(--ink) 0%, #0B2B59 60%, color-mix(in srgb, var(--accent) 80%, #0B2B59) 100%);
  border-radius: var(--r-xl);
  padding: 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  overflow: hidden;
  color: #fff;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.08), transparent 35%),
    radial-gradient(circle at 10% 80%, color-mix(in srgb, var(--accent) 50%, transparent), transparent 35%);
}
.cta-banner > * { position: relative; }
.cta-banner h3 { font-size: 28px; line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.cta-banner p { color: rgba(255,255,255,.7); margin-top: 8px; font-size: 15px; max-width: 520px; }
.cta-banner .cta-acts { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 18px 22px;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.faq-item:hover { border-color: var(--accent-100); }
.faq-item summary {
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-weight: 600; font-size: 15px;
  color: var(--ink);
  min-height: 28px;
}
.faq-item summary > span:first-child {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .arrow {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
  flex: none;
  transition: transform .2s ease;
}
.faq-item[open] .arrow { transform: rotate(180deg); }
.faq-item p { margin-top: 12px; color: var(--slate); font-size: 14.5px; overflow-wrap: anywhere; }
.faq-item > div { margin-top: 0; }

/* ---------- Testimonial ---------- */
.testimonial-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.testimonial {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px;
}
.testimonial .quote { font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.testimonial .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testimonial .who .ava {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
}
.testimonial .who .name { font-weight: 700; font-size: 14.5px; }
.testimonial .who .role { font-size: 13px; color: var(--slate); }

/* ---------- Footer ---------- */
footer {
  background: linear-gradient(180deg, #061a32 0%, #021126 100%);
  color: #C7D2DE;
  padding: 64px 0 28px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
  align-items: flex-start;
}
footer h5 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 18px; letter-spacing: 0.02em; }
footer ul li { margin-bottom: 10px; }
footer a { color: #94A3B8; font-size: 14px; transition: color .15s ease; }
footer a:hover { color: #fff; }
.footer-brand { font-size: 22px; font-weight: 800; color: #fff; }
.footer-brand .dot { color: var(--brand); }
.footer-about { color: #94A3B8; font-size: 14px; max-width: 280px; margin: 14px 0 18px; line-height: 1.6; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.06);
  display: grid; place-items: center;
  color: #C7D2DE;
}
.socials a:hover { background: var(--accent); color: #fff; }
.foot-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: #94A3B8;
  flex-wrap: wrap; gap: 12px;
}

/* ---------- Card showcase (homepage device) ---------- */
.device {
  background: #fff;
  border-radius: 20px;
  padding: 12px 12px 14px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -20px rgba(15, 23, 42, .15), 0 8px 16px -8px rgba(15,23,42,.08);
  position: relative;
}
.device-bar {
  display: flex; gap: 6px; padding: 4px 4px 10px;
}
.device-bar span {
  width: 10px; height: 10px; border-radius: 50%;
  background: #E2E8F0;
}
.device-bar span:nth-child(1) { background: #F87171; }
.device-bar span:nth-child(2) { background: #F59E0B; }
.device-bar span:nth-child(3) { background: #10B981; }
.device-body {
  background: var(--bg-soft);
  border-radius: 14px;
  padding: 18px;
}

/* ---------- Tabs (used in some screens) ---------- */
.pill-tabs {
  display: inline-flex; padding: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  gap: 4px;
}
.pill-tabs button {
  padding: 8px 16px; border-radius: var(--r-pill);
  font-size: 13.5px; font-weight: 600;
  color: var(--slate);
}
.pill-tabs button.is-active {
  background: var(--accent); color: #fff;
}

/* ---------- Tiny utility ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.center { text-align: center; }
.mtop-lg { margin-top: 56px; }
.mtop { margin-top: 24px; }
.mb { margin-bottom: 16px; }
.muted { color: var(--slate); }
.lead { font-size: 17.5px; color: var(--slate); }

/* ---------- Reveal animation on load ---------- */
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.rise { animation: rise .7s cubic-bezier(.16,.84,.36,1) both; }
.rise-1 { animation-delay: .05s; }
.rise-2 { animation-delay: .15s; }
.rise-3 { animation-delay: .25s; }
.rise-4 { animation-delay: .35s; }
.rise-5 { animation-delay: .45s; }

/* ---------- Page header (sub-pages) ---------- */
.crumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--slate);
  margin-bottom: 14px;
}
.crumb a { color: var(--slate); }
.crumb a:hover { color: var(--accent); }
.crumb span.sep { opacity: .5; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 340px; margin-top: 24px; }
  .stats, .steps, .cat-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .modes-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-row, .faq-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .stats, .steps, .cat-grid, .why-grid, .modes-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 56px 0 72px; }
  .section { padding: 56px 0; }
  .cta-banner { padding: 28px; }
}

/* ---------- Circle-icon row (was möchtest du tun?) ---------- */
.circle-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  text-align: center;
}
.circle-mode { text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 12px 6px; border-radius: var(--r-lg); transition: background .15s ease, transform .15s ease; }
.circle-mode:hover { background: var(--bg-soft); transform: translateY(-3px); }
.circle-mode .circle {
  width: 76px; height: 76px; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 8px 18px -6px rgba(2,8,23,.12);
  position: relative;
}
.circle-mode .circle::after {
  content: ''; position: absolute; inset: -4px;
  border-radius: 50%; border: 2px dashed currentColor; opacity: 0;
  transition: opacity .2s ease;
}
.circle-mode:hover .circle::after { opacity: .3; }
.circle-mode .label { font-weight: 700; font-size: 13.5px; color: var(--ink); }
.circle-mode .sub { font-size: 12px; color: var(--slate); margin-top: -4px; }

.c-bg-blue   { background: linear-gradient(135deg, #DBEAFE, #93C5FD); color: var(--brand); }
.c-bg-green  { background: linear-gradient(135deg, #D1FAE5, #6EE7B7); color: var(--green); }
.c-bg-orange { background: linear-gradient(135deg, #FEF3C7, #FCD34D); color: var(--orange); }
.c-bg-purple { background: linear-gradient(135deg, #F3E8FF, #C4B5FD); color: var(--purple); }
.c-bg-cyan   { background: linear-gradient(135deg, #CFFAFE, #67E8F9); color: var(--cyan); }
.c-bg-red    { background: linear-gradient(135deg, #FEE2E2, #FCA5A5); color: var(--red); }
.c-bg-pink   { background: linear-gradient(135deg, #FCE7F3, #F9A8D4); color: var(--pink); }

@media (max-width: 1100px) { .circle-row { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 720px)  { .circle-row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Numbered process flow with arrows ---------- */
.flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.flow-step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 6px;
}
.flow-step .badge {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 18px;
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 10px 22px -8px color-mix(in srgb, var(--accent) 50%, transparent);
}
.flow-step .badge::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--accent-100);
}
.flow-step:nth-child(1) .badge { background: var(--brand); }
.flow-step:nth-child(2) .badge { background: var(--green); }
.flow-step:nth-child(3) .badge { background: var(--purple); }
.flow-step:nth-child(4) .badge { background: var(--red); }
.flow-step:nth-child(5) .badge { background: var(--orange); }
.flow-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.flow-step p { font-size: 13.5px; color: var(--slate); }
.flow-arrow {
  flex: none;
  width: 32px;
  display: grid; place-items: center;
  align-self: center;
  margin-top: 14px;
  color: var(--accent);
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .flow { flex-wrap: wrap; gap: 24px; }
  .flow-arrow { display: none; }
  .flow-step { flex: 1 1 45%; }
}

/* ---------- Trust mini-row under hero ---------- */
.trust-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.trust-mini-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--slate);
  font-weight: 500;
}
.trust-mini-item .ico {
  width: 32px; height: 32px; border-radius: 8px;
  display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent);
  flex: none;
}
@media (max-width: 720px) { .trust-mini { grid-template-columns: 1fr 1fr; } }

/* ---------- Hero pill row (small trust pills near the CTA) ---------- */
.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
}
.hero-pill-row .trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--line-soft);
  color: var(--ink, #0F2A44);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
  overflow-wrap: anywhere;
}
.hero-pill-row .trust-pill .ico {
  width: 16px; height: 16px;
  display: grid; place-items: center;
  flex: none;
  color: var(--green);
}
.hero-pill-row .trust-pill .ico svg { width: 12px; height: 12px; }
.hero-pill-row .trust-pill.is-green { background: var(--green-100); border-color: transparent; color: var(--green); }
.hero-pill-row .trust-pill.is-orange { background: var(--orange-100); border-color: transparent; color: var(--orange); }
.hero-pill-row .trust-pill.is-purple { background: var(--purple-100); border-color: transparent; color: var(--purple); }
.hero-pill-row .trust-pill.is-blue { background: var(--brand-50); border-color: transparent; color: var(--brand); }
.hero-pill-row .trust-pill.is-green .ico,
.hero-pill-row .trust-pill.is-orange .ico,
.hero-pill-row .trust-pill.is-purple .ico,
.hero-pill-row .trust-pill.is-blue .ico { color: currentColor; }
@media (max-width: 480px) {
  .hero-pill-row { gap: 6px; }
  .hero-pill-row .trust-pill { font-size: 11.5px; padding: 5px 10px; }
}
/* Dark variant for so-funktioniert dark hero */
.sf-hero-pill-row { justify-content: center; margin: 16px auto 0; }
.sf-hero-pill-row .trust-pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #E2E8F0;
}
.sf-hero-pill-row .trust-pill .ico { color: #6EE7B7; }

/* ---------- Hero with laptop ---------- */
.laptop {
  position: relative;
  perspective: 1000px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  filter: drop-shadow(0 24px 38px rgba(15, 23, 42, .18));
}
.laptop-screen {
  background: #0F172A;
  border-radius: 14px 14px 4px 4px;
  padding: 10px;
  position: relative;
}
.laptop-screen::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%; transform: translateX(-50%);
  width: 50px; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,.1);
}
.laptop-screen .screen-inner {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.laptop-base {
  height: 14px;
  background: linear-gradient(180deg, #1E293B, #0F172A);
  border-radius: 0 0 18px 18px;
  position: relative;
  margin: 0 auto;
  width: 110%;
  margin-left: -5%;
}
.laptop-base::after {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 100px; height: 6px;
  background: rgba(255,255,255,.05);
  border-radius: 0 0 8px 8px;
}

/* Fake dashboard inside laptop */
.dash {
  padding: 14px;
  background: linear-gradient(180deg, #F8FAFC, #fff);
  height: 100%;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  font-size: 11px;
}
.dash-side {
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--line-soft);
  padding: 10px;
  display: flex; flex-direction: column; gap: 4px;
}
.dash-side .logo { display: flex; align-items: center; gap: 6px; font-weight: 800; color: var(--brand); margin-bottom: 8px; font-size: 12px; }
.dash-side .mini-mark { width: 18px; height: 18px; border-radius: 5px; background: var(--brand); display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 800; }
.dash-side .item { padding: 5px 8px; border-radius: 5px; color: var(--slate); font-size: 10px; }
.dash-side .item.active { background: var(--brand-50); color: var(--brand); font-weight: 600; }
.dash-main { display: flex; flex-direction: column; gap: 8px; }
.dash-top { display: flex; justify-content: space-between; align-items: center; }
.dash-top .title { font-weight: 800; color: var(--ink); font-size: 13px; }
.dash-search {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 10px;
  color: var(--slate);
  display: flex; align-items: center; gap: 4px;
  width: 100px;
}
.dash-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
.dash-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 8px;
  display: flex; flex-direction: column; gap: 4px;
}
.dash-card .k { font-size: 9px; color: var(--slate); }
.dash-card .v { font-weight: 800; font-size: 13px; color: var(--ink); }
.dash-card .badge {
  font-size: 8px; padding: 1px 5px; border-radius: 4px;
  background: var(--green-100); color: var(--green); width: fit-content;
}
.dash-rows {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 8px;
  display: flex; flex-direction: column; gap: 5px;
  flex: 1;
}
.dash-row { display: flex; align-items: center; gap: 6px; }
.dash-row .av { width: 16px; height: 16px; border-radius: 50%; flex: none; }
.dash-row .t { font-size: 10px; flex: 1; color: var(--ink); }
.dash-row .pr { font-size: 9px; font-weight: 800; color: var(--brand); }

/* Hero with plant decoration */
.plant {
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: -1;
  opacity: 0.85;
}

/* ---------- Newsletter inline form ---------- */
.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
  color: #fff;
  font: inherit;
  font-size: 14px;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form input:focus { outline: 0; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.1); }

/* ---------- FAQ + contact split layout ---------- */
.faq-split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  align-items: flex-start;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.contact-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.contact-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.contact-card p { color: var(--slate); margin-bottom: 22px; font-size: 14px; }
.contact-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px;
  background: var(--bg-soft);
  border-radius: var(--r);
  margin-bottom: 10px;
}
.contact-row .ico {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--accent); color: #fff;
  flex: none;
}
.contact-row .k { font-size: 12px; color: var(--slate); }
.contact-row .v { font-weight: 700; font-size: 14.5px; }
@media (max-width: 1100px) { .faq-split { grid-template-columns: 1fr; } }

/* ---------- CTA banner with email form ---------- */
.cta-form {
  display: flex; gap: 8px;
  background: rgba(255,255,255,.08);
  padding: 6px;
  border-radius: var(--r-pill);
  border: 1.5px solid rgba(255,255,255,.12);
}
.cta-form input {
  flex: 1;
  padding: 10px 16px;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 14.5px;
  color: #fff;
}
.cta-form input::placeholder { color: rgba(255,255,255,.55); }
.cta-form input:focus { outline: 0; }
.cta-form button {
  padding: 10px 22px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  border-radius: var(--r-pill);
  font-size: 14px;
}

/* ---------- Footer with newsletter ---------- */
.foot-newsletter {
  background: rgba(255,255,255,.04);
  border-radius: var(--r);
  padding: 18px;
}
.foot-newsletter h5 { margin-bottom: 8px; }
.foot-newsletter p { font-size: 13px; color: #94A3B8; margin-bottom: 14px; }
.foot-newsletter form { display: flex; gap: 8px; }
.foot-newsletter input {
  flex: 1; min-width: 0;
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: #fff; font: inherit; font-size: 13px;
}
.foot-newsletter input:focus { outline: 0; border-color: var(--brand); }
.foot-newsletter button {
  padding: 10px 14px;
  background: var(--brand); color: #fff;
  border-radius: 8px; font-weight: 700; font-size: 13px;
}

/* ---------- People collage ---------- */
.people-collage {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.people-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: end;
}
.person {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: grid; place-items: end center;
  box-shadow: var(--shadow);
}
.person:nth-child(1) { background: linear-gradient(180deg, #DBEAFE, #93C5FD); }
.person:nth-child(2) { background: linear-gradient(180deg, #FEE2E2, #FCA5A5); transform: translateY(-14px); }
.person:nth-child(3) { background: linear-gradient(180deg, #D1FAE5, #6EE7B7); }
.person:nth-child(4) { background: linear-gradient(180deg, #FEF3C7, #FCD34D); transform: translateY(-14px); }
.person svg { width: 100%; height: 100%; }

/* circle people decoration */
.people-orbit {
  position: relative;
  width: 100%;
  height: 360px;
  display: grid; place-items: center;
}
.people-orbit .center {
  width: 110px; height: 110px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), #5B8DEF);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.02em;
  box-shadow: 0 18px 40px -10px color-mix(in srgb, var(--brand) 50%, transparent);
}
.people-orbit::before {
  content: '';
  position: absolute;
  inset: 60px;
  border: 2px dashed var(--brand-100);
  border-radius: 50%;
}
.people-orbit .satellite {
  position: absolute;
  width: 88px; height: 88px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid; place-items: center;
}
.people-orbit .s1 { top: 0; left: 20%; }
.people-orbit .s2 { top: 30%; right: 0; }
.people-orbit .s3 { bottom: 0; left: 30%; }

/* ---------- 3-Column comparison cards ---------- */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
}
.compare-card {
  background: #fff;
  border: 2px solid var(--cc, var(--line-soft));
  border-radius: var(--r-lg);
  padding: 28px 24px;
  position: relative;
}
.compare-card.c-green  { --cc: var(--green-100); }
.compare-card.c-orange { --cc: var(--orange-100); }
.compare-card.c-purple { --cc: var(--purple-100); }
.compare-card .label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700;
  margin-bottom: 10px;
}
.compare-card.c-green .label  { color: var(--green); }
.compare-card.c-orange .label { color: var(--orange); }
.compare-card.c-purple .label { color: var(--purple); }
.compare-card h4 { font-size: 18px; margin-bottom: 10px; font-weight: 800; }
.compare-card p { color: var(--slate); font-size: 14px; line-height: 1.6; }
.compare-card .arrow-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  margin-bottom: 16px;
  background: var(--cc, var(--accent-soft));
  color: var(--cc-dark, var(--accent));
}
.compare-card.c-green  .arrow-icon { background: var(--green-100); color: var(--green); }
.compare-card.c-orange .arrow-icon { background: var(--orange-100); color: var(--orange); }
.compare-card.c-purple .arrow-icon { background: var(--purple-100); color: var(--purple); }
.compare-card .plus-bridge {
  position: absolute;
  top: 50%; right: -30px;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line);
  display: grid; place-items: center;
  color: var(--slate-2);
  font-weight: 800;
}
@media (max-width: 1100px) {
  .compare-grid { grid-template-columns: 1fr; }
  .compare-card .plus-bridge { display: none; }
}

/* ---------- 2-Column comparison (vs) ---------- */
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 28px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
}
.vs-col h4 {
  display: flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-soft);
}
.vs-col ul li {
  display: flex; align-items: start; gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  color: var(--ink-2);
}
.vs-col .ico-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-100); color: var(--green);
  display: grid; place-items: center;
  flex: none;
}
.vs-col .ico-x {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--red-100); color: var(--red);
  display: grid; place-items: center;
  flex: none;
}
.vs-col.is-sharebly h4 { color: var(--brand); }
.vs-col.is-classic h4 { color: var(--slate-2); }
@media (max-width: 720px) { .vs-grid { grid-template-columns: 1fr; } }

/* ---------- Share row ---------- */
.share-row {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--slate);
  margin-top: 16px;
}
.share-row a {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  color: var(--slate);
  display: grid; place-items: center;
}
.share-row a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- Search bar (Ressourcen) ---------- */
.searchbar {
  display: flex;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  margin-bottom: 18px;
  max-width: 520px;
  box-shadow: var(--shadow-sm);
}
.searchbar input {
  flex: 1;
  padding: 10px 12px 10px 36px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.searchbar input:focus { outline: 0; }
.searchbar button {
  padding: 10px 22px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
}

/* ---------- Phone mockup ---------- */
.phone {
  width: 220px;
  margin: 0 auto;
  background: #1E293B;
  border-radius: 36px;
  padding: 10px;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.phone::before {
  content: '';
  position: absolute;
  top: 16px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 5px; border-radius: 3px;
  background: rgba(255,255,255,.12);
  z-index: 2;
}
.phone-screen {
  background: #fff;
  border-radius: 28px;
  padding: 28px 14px 16px;
  display: flex; flex-direction: column;
  gap: 8px;
}
.phone-screen .row {
  background: var(--bg-soft);
  border-radius: 10px;
  padding: 10px;
  display: flex; align-items: center; gap: 10px;
}
.phone-screen .row .ic {
  width: 28px; height: 28px; border-radius: 7px;
  display: grid; place-items: center;
  flex: none;
}
.phone-screen .row .t { font-size: 11px; font-weight: 700; }
.phone-screen .row .s { font-size: 9.5px; color: var(--slate); }

/* ---------- Top sub-nav (filter tabs) ---------- */
/* ---------- Orange/coral CTA buttons row ---------- */
.cta-row-coral {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.btn-coral {
  background: linear-gradient(135deg, #FB923C, #F97316);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--r);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 18px -6px rgba(249, 115, 22, .4);
}
.btn-coral:hover { filter: brightness(1.05); }

/* ---------- Chip row (mini filters) ---------- */
.chips {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.chip {
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  color: var(--slate);
}
.chip.active { background: var(--accent-soft); color: var(--accent); border-color: var(--accent-100); }

/* ---------- Image card with circle icon + photo + bullets (Projekt) ---------- */
.image-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.image-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 22px;
  position: relative;
  transition: transform .15s ease, box-shadow .15s ease;
}
.image-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.image-card .badge-circle {
  position: absolute;
  top: -16px; left: 22px;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  box-shadow: var(--shadow);
}
.image-card .photo {
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: var(--r);
  background: var(--bg-soft);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  display: grid; place-items: center;
}
.image-card .photo svg { width: 100%; height: 100%; }
.image-card h4 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.image-card .desc { color: var(--slate); font-size: 13px; margin-bottom: 12px; line-height: 1.5; }
.image-card ul li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12.5px;
  color: var(--ink-2);
  padding: 3px 0;
}
.image-card ul li::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent);
  margin-top: 7px;
  flex: none;
}
@media (max-width: 1100px) { .image-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .image-card-grid { grid-template-columns: 1fr; } }

/* ---------- Purple trust banner with stats + testimonial ---------- */
.trust-banner {
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, #1E1B4B));
  border-radius: var(--r-xl);
  padding: 32px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
}
.trust-banner-l h3 { color: #fff; margin-bottom: 18px; font-size: 18px; }
.trust-banner-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.tb-stat { text-align: center; }
.tb-stat .ic { display: inline-grid; place-items: center; margin-bottom: 6px; color: rgba(255,255,255,.9); }
.tb-stat .v { font-size: 22px; font-weight: 800; }
.tb-stat .l { font-size: 11.5px; color: rgba(255,255,255,.7); margin-top: 2px; }

.testimonial-mini {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r);
  padding: 18px;
  backdrop-filter: blur(4px);
}
.testimonial-mini .q { font-size: 13.5px; line-height: 1.5; }
.testimonial-mini .who { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.testimonial-mini .who .av {
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; color: var(--accent);
  display: grid; place-items: center;
  font-weight: 800; font-size: 12px;
  flex: none;
}
.testimonial-mini .who .name { font-weight: 700; font-size: 13px; }
.testimonial-mini .who .role { font-size: 11px; opacity: .7; }
.testimonial-mini .stars { color: var(--orange); margin-top: 4px; font-size: 11px; }

@media (max-width: 1100px) { .trust-banner { grid-template-columns: 1fr; } .trust-banner-stats { grid-template-columns: 1fr 1fr; } }

/* ---------- Mini icon row (8 icons in a horizontal scroll) ---------- */
.tausch-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tausch-cat {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 20px 18px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  text-decoration: none;
  color: inherit;
}
.tausch-cat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--accent-100);
}
.tausch-cat img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.tausch-cat .t {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
@media (max-width: 1100px) { .tausch-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .tausch-cat-grid { grid-template-columns: 1fr 1fr; } .tausch-cat img { height: 100px; } }

.mini-icon-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
.mini-icon {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 14px 8px;
  text-align: center;
  transition: transform .15s ease, border-color .15s ease;
}
.mini-icon:hover { transform: translateY(-2px); border-color: var(--accent-100); }
.mini-icon .ic {
  width: 36px; height: 36px; border-radius: 10px;
  margin: 0 auto 8px;
  display: grid; place-items: center;
}
.mini-icon .t { font-size: 11px; font-weight: 700; line-height: 1.2; color: var(--ink-2); }
@media (max-width: 1100px) { .mini-icon-row { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 720px) { .mini-icon-row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Light CTA with illustration ---------- */
.cta-light {
  background: linear-gradient(135deg, var(--accent-soft), #fff);
  border: 1px solid var(--accent-100);
  border-radius: var(--r-xl);
  padding: 28px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  position: relative;
}
.cta-light h3 { font-size: 22px; font-weight: 800; }
.cta-light .ill {
  position: absolute;
  right: 220px;
  bottom: -10px;
  width: 120px;
  height: 100px;
}
@media (max-width: 1100px) { .cta-light { flex-direction: column; align-items: flex-start; } .cta-light .ill { display: none; } }

/* ---------- Bottom feature badges (kostenlos / sicher / etc) ---------- */
.feature-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.feature-badge {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 10px;
}
.feature-badge .ic {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
  flex: none;
}
.feature-badge .t { font-weight: 700; font-size: 13px; }
.feature-badge .s { font-size: 11.5px; color: var(--slate); }
@media (max-width: 720px) { .feature-badges { grid-template-columns: 1fr; } }

/* ---------- Map+calendar preview card (Auftrag vergeben) ---------- */
.preview-card {
  background: #fff;
  border-radius: var(--r-xl);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.preview-top {
  padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
}
.preview-top .ti { font-weight: 800; font-size: 15px; }
.preview-top .badge {
  font-size: 11px; padding: 4px 10px;
  border-radius: 999px;
  background: var(--green-100); color: var(--green);
  font-weight: 700;
}
.mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 16px 20px;
}
.mini-calendar .dow { font-size: 10px; color: var(--slate); text-align: center; font-weight: 600; padding-bottom: 4px; }
.mini-calendar .d {
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
  border-radius: 6px;
  color: var(--ink-2);
  cursor: pointer;
}
.mini-calendar .d:hover { background: var(--accent-soft); }
.mini-calendar .d.muted { color: var(--line); }
.mini-calendar .d.active { background: var(--accent); color: #fff; font-weight: 700; }
.mini-calendar .d.range { background: var(--accent-soft); color: var(--accent); }

.map-preview {
  height: 180px;
  background:
    radial-gradient(circle at 30% 40%, #DBEAFE 0, transparent 30%),
    radial-gradient(circle at 70% 60%, #BFDBFE 0, transparent 30%),
    linear-gradient(135deg, #EFF6FF, #E0E7FF);
  position: relative;
  border-top: 1px solid var(--line-soft);
}
.map-preview::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(0deg, rgba(255,255,255,.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 30px 30px;
}
.map-pin {
  position: absolute;
  display: flex; flex-direction: column; align-items: center;
}
.map-pin .head {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid #fff;
  display: grid; place-items: center;
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
  font-size: 12px;
}
.map-pin .stalk {
  width: 2px;
  height: 14px;
  background: var(--accent);
}
.map-pin .name {
  background: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  margin-top: 4px;
  white-space: nowrap;
}
.preview-bottom {
  padding: 16px 20px;
  border-top: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; align-items: center;
}
.preview-bottom .label { font-size: 12px; color: var(--slate); }
.preview-bottom .price { font-size: 18px; font-weight: 800; color: var(--ink); }

/* ---------- 4 inline trust strip (2x2 small cards) ---------- */
.hero-trust-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 22px 0;
}
.hero-trust-4 .ti {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
}
.hero-trust-4 .ti .ico {
  width: 30px; height: 30px; border-radius: 8px;
  display: grid; place-items: center;
  flex: none;
}
.hero-trust-4 .ti .t { font-weight: 700; font-size: 13px; }

/* ---------- Category big grid (12 items) ---------- */
.cat-big-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cat-big {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 16px 18px;
  display: flex; align-items: center; gap: 12px;
  transition: transform .15s ease, border-color .15s ease;
}
.cat-big:hover { transform: translateY(-2px); border-color: var(--accent-100); }
.cat-big .ico {
  width: 40px; height: 40px; border-radius: 10px;
  display: grid; place-items: center;
  flex: none;
}
.cat-big .t { font-weight: 700; font-size: 14px; line-height: 1.2; }
.cat-big .s { font-size: 12px; color: var(--slate); margin-top: 2px; }
@media (max-width: 1100px) { .cat-big-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .cat-big-grid { grid-template-columns: 1fr; } }

/* ---------- Mobile-style bottom nav (in CTA banner area) ---------- */
/* ---------- Profile card (Anbieten hero) ---------- */
.profile-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 32px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-lg);
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.profile-card .top {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 24px;
}
.profile-card .ava-big {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FCD34D, #F59E0B);
  display: grid; place-items: center;
  position: relative;
}
.profile-card .ava-big::after {
  content: '✓';
  position: absolute;
  bottom: -2px; right: -2px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: grid; place-items: center;
  border: 3px solid #fff;
}
.profile-card .ava-big svg { width: 100%; height: 100%; }
.profile-card .skills {
  display: flex; flex-direction: column; gap: 8px;
}
.profile-card .skill-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}
.profile-card .skill-tag svg { color: var(--accent); }
.profile-card .earn-card {
  background: var(--bg-soft);
  border-radius: var(--r);
  padding: 14px 16px;
  margin-top: 18px;
  display: flex; align-items: center; justify-content: space-between;
}
.profile-card .earn-card .k { font-size: 12px; color: var(--slate); }
.profile-card .earn-card .v { font-size: 22px; font-weight: 800; color: var(--ink); }
.profile-card .earn-graph {
  width: 90px; height: 30px;
}

/* Floating skill tags around profile */
.profile-floats { position: absolute; }
.profile-skill-float {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  box-shadow: var(--shadow);
  white-space: nowrap;
  animation: float 5s ease-in-out infinite;
}

/* ---------- Inline trust strip (3 mini-cards in hero) ---------- */
.hero-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.hero-trust-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
}
.hero-trust-card .ico {
  width: 32px; height: 32px; border-radius: 8px;
  display: grid; place-items: center; flex: none;
}
.hero-trust-card .t { font-weight: 700; font-size: 13.5px; }
.hero-trust-card .s { font-size: 11.5px; color: var(--slate); }
@media (max-width: 720px) { .hero-trust-cards { grid-template-columns: 1fr; } }

/* ---------- Carousel-style row with arrows ---------- */
.carousel-row {
  position: relative;
}
.carousel-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  box-shadow: var(--shadow);
  color: var(--ink);
  cursor: pointer;
  z-index: 2;
}
.carousel-arrow:hover { color: var(--accent); border-color: var(--accent); }
.carousel-arrow.left { left: -22px; }
.carousel-arrow.right { right: -22px; }
@media (max-width: 720px) { .carousel-arrow { display: none; } }

/* ---------- Category card grid (with description) ---------- */
.cat-detail-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.cat-detail-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cat-detail {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 22px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.cat-detail:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent-100); }
.cat-detail .ico-large {
  width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.cat-detail h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.cat-detail p { font-size: 12.5px; color: var(--slate); line-height: 1.5; margin-bottom: 12px; }
.cat-detail .more {
  font-size: 12.5px; font-weight: 700;
  color: var(--accent);
}
@media (max-width: 1100px) { .cat-detail-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .cat-detail-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- 4-card row with colored backgrounds & person ---------- */
.hilfe-card-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.hilfe-card {
  background: var(--hc-bg, var(--bg-soft));
  border-radius: var(--r-lg);
  padding: 24px;
  border: 1px solid var(--hc-border, transparent);
  display: flex; flex-direction: column;
  gap: 16px;
  transition: transform .15s ease, box-shadow .15s ease;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
  min-height: 360px;
}
.hilfe-card ul { flex: 1; }
.hilfe-card .corner-ill {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 130px;
  height: 110px;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  z-index: 1;
}
.hilfe-card .btn-link {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  max-width: calc(100% - 110px);
}
.hilfe-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hilfe-card .head { display: flex; align-items: center; gap: 12px; }
.hilfe-card .avatar-circle {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--hc-ring, var(--brand));
  flex: none;
  position: relative;
  overflow: hidden;
}
.hilfe-card .avatar-circle svg { width: 100%; height: 100%; }
.hilfe-card h4 { font-size: 16px; font-weight: 800; }
.hilfe-card .sub { font-size: 13px; color: var(--slate); }
.hilfe-card ul li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13.5px; color: var(--ink-2);
  padding: 4px 0;
}
.hilfe-card ul li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--hc-ring, var(--brand));
  margin-top: 8px;
  flex: none;
}
.hilfe-card .stars { color: var(--orange); font-size: 13px; letter-spacing: 1px; }

.hilfe-card.h-yellow { --hc-bg: #FFFBEB; --hc-border: #FEF3C7; --hc-ring: #F59E0B; }
.hilfe-card.h-blue   { --hc-bg: #EFF6FF; --hc-border: #DBEAFE; --hc-ring: #2563EB; }
.hilfe-card.h-orange { --hc-bg: #FFF7ED; --hc-border: #FFEDD5; --hc-ring: #EA580C; }
.hilfe-card.h-purple { --hc-bg: #F5F3FF; --hc-border: #EDE9FE; --hc-ring: #8B5CF6; }
.hilfe-card.h-pink   { --hc-bg: #FDF2F8; --hc-border: #FCE7F3; --hc-ring: #EC4899; }
.hilfe-card.h-green  { --hc-bg: #ECFDF5; --hc-border: #D1FAE5; --hc-ring: #10B981; }

@media (max-width: 1100px) { .hilfe-card-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .hilfe-card-row { grid-template-columns: 1fr; } }

/* ---------- Mini process row at bottom ---------- */
.mini-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 22px;
  border: 1px solid var(--line-soft);
}
.mini-flow-step {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--ink-2);
}
.mini-flow-step .num {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
  font-weight: 800; flex: none; font-size: 13px;
}
.mini-flow-step .t { font-weight: 600; }
.mini-flow-step .s { font-size: 11.5px; color: var(--slate); margin-top: 2px; }
@media (max-width: 1100px) { .mini-flow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .mini-flow { grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; } }
@media (max-width: 360px) { .mini-flow { grid-template-columns: 1fr; } }
.mini-flow-step > div { min-width: 0; }
.mini-flow-step .t { overflow-wrap: anywhere; }
.mini-flow-step .s { overflow-wrap: anywhere; }

/* ---------- Hilfe-finden specific: Bento ---------- */
.bento {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 16px;
}
.bento-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.bento-card.b-feature {
  grid-row: span 2;
  background: linear-gradient(160deg, var(--accent-soft), #fff);
  border-color: var(--accent-100);
}
.bento-card .b-num {
  font-size: 38px; font-weight: 800; color: var(--accent);
  letter-spacing: -0.04em;
}
.bento-card h4 { font-size: 16px; font-weight: 700; }
.bento-card p { font-size: 13.5px; color: var(--slate); }
@media (max-width: 1100px) {
  .bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .bento-card.b-feature { grid-row: span 1; }
}

/* =========================================================
   REFINEMENT PASS — overrides for spacing, typography,
   gradients & shadow to fix cramped/cartoonish look
   ========================================================= */

:root {
  /* Softer shadows */
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);
  --shadow:    0 4px 12px -2px rgba(15, 23, 42, .06), 0 2px 4px rgba(15, 23, 42, .03);
  --shadow-lg: 0 16px 36px -16px rgba(15, 23, 42, .12), 0 4px 12px -4px rgba(15, 23, 42, .05);
  --container: 1200px;
}

/* === Typography === */
body { font-size: 15.5px; line-height: 1.6; color: #0F172A; }
h1, h2, h3, h4, h5, h6 { letter-spacing: -0.022em; }

.hero h1 {
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin-bottom: 16px;
  text-wrap: balance;
}
.hero p.lede {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
  max-width: 520px;
  margin-bottom: 24px;
}
.section-head h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.section-head p {
  font-size: 16px;
  margin-top: 12px;
  color: #475569;
  text-wrap: balance;
}
.section-head { margin-bottom: 44px; max-width: 700px; }

/* === Eyebrow refined === */
.eyebrow {
  padding: 5px 12px;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  text-transform: uppercase;
}

/* === Hero refined === */
.hero { padding: 56px 0 64px; }
.hero::before {
  background:
    radial-gradient(50% 40% at 50% 0%, var(--accent-soft) 0%, transparent 60%),
    linear-gradient(180deg, #FCFCFD 0%, #FFFFFF 100%);
}
.hero-grid { gap: 48px; align-items: center; }
.hero-cta { gap: 10px; margin-bottom: 20px; }

/* === Buttons refined === */
.btn {
  padding: 11px 18px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  border-width: 1px;
}
.btn-lg { padding: 13px 22px; font-size: 14.5px; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-primary {
  box-shadow: 0 4px 12px -4px color-mix(in srgb, var(--accent) 50%, transparent);
}
.btn-primary:hover { box-shadow: 0 6px 16px -4px color-mix(in srgb, var(--accent) 55%, transparent); }
.btn-ghost { border-color: #E2E8F0; }

/* === Nav refined === */
.nav { background: rgba(255, 255, 255, 0.92); border-bottom: 1px solid #F1F5F9; }
.nav-inner { height: 68px; }
.nav-links { gap: 28px; }
.nav-links a { font-size: 14px; color: #475569; }
.nav-links a.active { color: #0F172A; }
.brand { font-size: 20px; font-weight: 800; }
.brand-mark {
  width: 28px; height: 28px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 4px 10px -3px rgba(37, 99, 235, .4);
}

/* === Section spacing === */
.section { padding: 72px 0; }
.section-tight { padding: 40px 0; }

/* === Cards (why, step, cat) === */
.why-card, .step, .cat, .image-card, .hilfe-card, .mode-card {
  border-radius: 14px;
  border-color: #EEF2F7;
}
.why-card { padding: 24px; }
.why-card .ico, .step .ico {
  width: 42px; height: 42px;
  border-radius: 11px;
  margin-bottom: 14px;
}
.why-card h4 { font-size: 16px; margin-bottom: 6px; font-weight: 700; }
.why-card p { font-size: 14px; color: #475569; line-height: 1.55; }

/* === Floating cards refined === */
.hero-card-float {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #EEF2F7;
  background: #fff;
  box-shadow: 0 12px 28px -10px rgba(15, 23, 42, .12);
  animation-duration: 6s;
}
.hero-card-float .ico { width: 32px; height: 32px; border-radius: 8px; }
.hero-card-float .t { font-size: 13px; font-weight: 700; }
.hero-card-float .s { font-size: 11.5px; }

/* === Orb refined: less saturated === */
.hero-orb-bg {
  width: 280px; height: 280px;
  background: radial-gradient(circle at 35% 35%, color-mix(in srgb, var(--accent) 90%, #fff), color-mix(in srgb, var(--accent) 45%, #fff));
  box-shadow: 0 30px 60px -16px color-mix(in srgb, var(--accent) 28%, transparent);
}

/* === Trust mini refined === */
.trust-mini {
  margin-top: 24px;
  padding-top: 20px;
  gap: 12px;
}
.trust-mini-item { font-size: 12.5px; gap: 8px; }
.trust-mini-item .ico { width: 28px; height: 28px; border-radius: 7px; }

/* === Stats refined === */
.stats {
  padding: 22px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 70%, #fff), #fff);
  border-radius: 16px;
  border-color: var(--accent-100);
}
.stat .icon { width: 38px; height: 38px; border-radius: 10px; }
.stat .v { font-size: 24px; }
.stat .l { font-size: 13px; }

/* === Steps/flow refined === */
.flow { gap: 24px; }
.flow-step { position: relative; }
.flow-step .step-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  position: relative;
  background: var(--sic-bg, var(--accent-soft));
  color: var(--sic-fg, var(--accent));
  box-shadow: 0 12px 24px -10px color-mix(in srgb, var(--sic-fg, var(--accent)) 30%, transparent);
}
.flow-step:nth-child(1) .step-icon { --sic-bg: var(--brand-50);  --sic-fg: var(--brand); }
.flow-step:nth-child(3) .step-icon { --sic-bg: var(--green-100); --sic-fg: var(--green); }
.flow-step:nth-child(5) .step-icon { --sic-bg: var(--purple-100); --sic-fg: var(--purple); }
.flow-step:nth-child(7) .step-icon { --sic-bg: var(--orange-100); --sic-fg: var(--orange); }
.flow-step .step-num {
  position: absolute;
  top: -8px; right: -8px;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--sic-fg, var(--accent));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px -3px rgba(15, 23, 42, .2);
}
.flow-step .badge {
  display: none; /* Replaced by step-icon + step-num */
}
.flow-step h4 { font-size: 15px; }
.flow-step p { font-size: 13px; }
.flow-arrow { color: #CBD5E1; opacity: 1; margin-top: 18px; }

/* === Step cards (numbered top-corner badge) === */
.step { padding: 24px 22px; }
.step .n {
  width: 30px; height: 30px;
  top: -15px;
  font-size: 13px;
  box-shadow: 0 4px 10px -4px color-mix(in srgb, var(--accent) 50%, transparent);
}
.step .ico { width: 40px; height: 40px; border-radius: 10px; margin-bottom: 14px; }
.step h4 { font-size: 15.5px; }
.step p { font-size: 13.5px; }

/* === Circle modes refined === */
.circle-row { gap: 14px; }
.circle-mode .circle {
  width: 66px; height: 66px;
  box-shadow: 0 8px 18px -6px rgba(15, 23, 42, .14);
}
.circle-mode .circle svg { width: 26px; height: 26px; }
.circle-mode .label { font-size: 12.5px; }
.c-bg-blue   { background: #DBEAFE; color: var(--brand); }
.c-bg-green  { background: #D1FAE5; color: var(--green); }
.c-bg-orange { background: #FEF3C7; color: var(--orange); }
.c-bg-purple { background: #EDE9FE; color: var(--purple); }
.c-bg-cyan   { background: #CFFAFE; color: var(--cyan); }
.c-bg-red    { background: #FEE2E2; color: var(--red); }
.c-bg-pink   { background: #FCE7F3; color: var(--pink); }

/* === CTA banners refined === */
.cta-banner {
  padding: 36px 40px;
  border-radius: 18px;
  background: linear-gradient(135deg, #172554 0%, #1E3A8A 55%, #1E40AF 100%);
}
.cta-banner h3 { font-size: 24px; line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; }
.cta-banner p { font-size: 14.5px; margin-top: 6px; }

/* === Mode cards (homepage) === */
.mode-card { padding: 24px; border-radius: 16px; }
.mode-card .ico { width: 48px; height: 48px; border-radius: 12px; margin-bottom: 14px; }
.mode-card h3 { font-size: 19px; font-weight: 700; }
.mode-card p { font-size: 14px; margin-bottom: 14px; }

/* === Compare cards === */
.compare-card { padding: 24px; border-radius: 14px; }
.compare-card .arrow-icon { width: 38px; height: 38px; border-radius: 10px; margin-bottom: 14px; }
.compare-card h4 { font-size: 17px; }
.compare-card p { font-size: 13.5px; line-height: 1.6; }
.compare-card .plus-bridge {
  width: 32px; height: 32px;
  border-width: 1px;
  right: -22px;
  font-size: 14px;
}

/* === People orbit refined === */
.people-orbit { height: 320px; }
.people-orbit .center {
  width: 90px; height: 90px;
  font-size: 28px;
  box-shadow: 0 12px 32px -12px color-mix(in srgb, var(--brand) 45%, transparent);
}
.people-orbit::before {
  inset: 40px;
  border-width: 1.5px;
  border-style: dashed;
  border-color: color-mix(in srgb, var(--brand) 22%, #fff);
}
.people-orbit .satellite {
  width: 72px; height: 72px;
  border-width: 3px;
  box-shadow: 0 12px 24px -8px rgba(15, 23, 42, .15);
}

/* === Hilfe cards refined === */
.hilfe-card { padding: 22px; border-radius: 16px; }
.hilfe-card .avatar-circle { width: 50px; height: 50px; }
.hilfe-card h4 { font-size: 15px; }
.hilfe-card .sub { font-size: 12px; }
.hilfe-card ul li { font-size: 13px; padding: 3px 0; }

/* === Footer refined === */
footer { padding: 56px 0 24px; margin-top: 64px; }
footer h5 { margin-bottom: 14px; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
footer a { font-size: 13.5px; }
.footer-about { font-size: 13.5px; max-width: 260px; }

/* === Profile card refined === */
.profile-card { padding: 24px; border-radius: 18px; }
.profile-card .ava-big { width: 72px; height: 72px; }
.profile-card .ava-big::after { width: 22px; height: 22px; font-size: 12px; }
.profile-card .skill-tag { font-size: 12px; padding: 6px 10px; }
.profile-card .earn-card { padding: 14px; }
.profile-card .earn-card .v { font-size: 20px; }

/* === Trust banner refined === */
.trust-banner { padding: 28px; border-radius: 18px; }
.trust-banner-l h3 { font-size: 16px; margin-bottom: 16px; }
.tb-stat .v { font-size: 20px; }
.tb-stat .l { font-size: 11px; }
.testimonial-mini { padding: 16px; }
.testimonial-mini .q { font-size: 13px; }

/* === Image cards refined === */
.image-card { padding: 20px; border-radius: 16px; }
.image-card .badge-circle { width: 36px; height: 36px; top: -14px; left: 20px; }
.image-card .badge-circle svg { width: 16px; height: 16px; }
.image-card .photo { aspect-ratio: 16/7; border-radius: 10px; margin-bottom: 14px; }
.image-card h4 { font-size: 15px; }
.image-card .desc { font-size: 12.5px; margin-bottom: 10px; }
.image-card ul li { font-size: 12px; }

/* === Hero trust strip (4 small cards) refined === */
.hero-trust-cards, .hero-trust-4 { gap: 8px; margin: 18px 0; }
.hero-trust-card, .hero-trust-4 .ti { padding: 10px 12px; border-radius: 10px; }
.hero-trust-card .ico, .hero-trust-4 .ti .ico { width: 26px; height: 26px; border-radius: 7px; }
.hero-trust-card .t, .hero-trust-4 .ti .t { font-size: 12.5px; }
.hero-trust-card .s { font-size: 11px; }

/* === Cat detail refined === */
.cat-detail { padding: 18px; border-radius: 12px; }
.cat-detail .ico-large { width: 38px; height: 38px; border-radius: 10px; margin-bottom: 12px; }
.cat-detail h4 { font-size: 14px; }
.cat-detail p { font-size: 12px; line-height: 1.5; margin-bottom: 10px; }
.cat-detail .more { font-size: 12px; }

/* === Cat big grid refined === */
.cat-big { padding: 14px 16px; }
.cat-big .ico { width: 36px; height: 36px; border-radius: 9px; }
.cat-big .t { font-size: 13.5px; }
.cat-big .s { font-size: 11.5px; }

/* === Mini icon row === */
.mini-icon { padding: 14px 6px; }
.mini-icon .ic { width: 32px; height: 32px; border-radius: 9px; margin-bottom: 6px; }
.mini-icon .t { font-size: 11px; }

/* === FAQ refined === */
.faq-item { padding: 16px 20px; border-radius: 12px; }
.faq-item summary { font-size: 14.5px; }
.faq-item .arrow { width: 24px; height: 24px; }
.faq-item p { font-size: 13.5px; margin-top: 10px; }
.faq-item > div p { margin-top: 12px; }
@media (max-width: 480px) {
  .faq-item { padding: 14px 16px; }
  .faq-item summary { font-size: 14px; gap: 10px; }
  .faq-item .arrow { width: 22px; height: 22px; }
  .faq-item p { font-size: 13px; }
}

/* === Newsletter footer refined === */
.foot-newsletter { padding: 16px; border-radius: 12px; }
.foot-newsletter p { font-size: 12.5px; }
.foot-newsletter input { font-size: 13px; padding: 9px 12px; }
.foot-newsletter button { padding: 9px 12px; font-size: 13px; }

/* === Laptop refined: less harsh contrast === */
.laptop-screen { background: #1E293B; padding: 8px; border-radius: 12px 12px 4px 4px; }
.laptop-base { background: linear-gradient(180deg, #334155, #1E293B); }
.dash { font-size: 10px; }
.dash-side .logo { font-size: 11px; }
.dash-side .mini-mark { width: 16px; height: 16px; font-size: 9px; }
.dash-side .item { font-size: 9.5px; padding: 4px 7px; }
.dash-top .title { font-size: 12px; }

/* === Preview card refined === */
.preview-card { border-radius: 18px; }
.preview-top { padding: 16px 18px; }
.preview-top .ti { font-size: 14px; }
.mini-calendar { padding: 14px 18px; }
.mini-calendar .d { font-size: 11px; padding: 5px 0; }
.map-preview { height: 160px; }
.map-pin .head { width: 30px; height: 30px; font-size: 11px; border-width: 2px; }
.map-pin .name { padding: 3px 9px; font-size: 10.5px; }

/* === Coral button === */
.btn-coral {
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 13.5px;
  box-shadow: 0 4px 12px -4px rgba(249, 115, 22, .35);
}

/* === Chips === */
.chip { padding: 5px 12px; font-size: 12.5px; border-radius: 999px; }

/* === Avatars row === */
.avatars .a {
  width: 30px; height: 30px;
  font-size: 11px;
  border-width: 2px;
  margin-left: -8px;
}

/* === Hero floating positions: ensure no overlap on smaller widths === */
.hero-art { min-height: 380px; }

/* === Hero composition: professional multi-device showcase === */
.hero-composition {
  position: relative;
  width: 100%;
  min-height: 460px;
  display: grid;
  place-items: center;
  padding: 20px 0;
}
/* Soft radial backdrop behind the devices */
.hero-composition::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 88%; height: 78%;
  background: radial-gradient(ellipse at center, rgba(37, 99, 235, .08) 0%, transparent 60%);
  filter: blur(20px);
  z-index: 0;
  border-radius: 50%;
}
.hero-composition .laptop {
  max-width: 460px;
  position: relative;
  z-index: 2;
  transform: translateX(-3%);
}
/* Phone next to the laptop — clean, standalone */
.hero-mobile {
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: 138px;
  background: #0F172A;
  border-radius: 26px;
  padding: 6px;
  box-shadow:
    0 30px 60px -20px rgba(15, 23, 42, .35),
    0 12px 24px -8px rgba(15, 23, 42, .22);
  z-index: 4;
  border: 1.5px solid #1E293B;
}
.hero-mobile::before {
  content: '';
  position: absolute;
  top: 10px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,.12);
  z-index: 2;
}
.hero-mobile-screen {
  background: #fff;
  border-radius: 20px;
  padding: 20px 9px 10px;
  display: flex; flex-direction: column;
  gap: 6px;
  aspect-ratio: 9 / 19;
}
.hero-mobile-screen .m-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 2px 4px;
}
.hero-mobile-screen .m-head .m-logo {
  display: flex; align-items: center; gap: 4px;
  font-weight: 800; font-size: 9px; color: var(--brand);
}
.hero-mobile-screen .m-head .m-logo .mm {
  width: 12px; height: 12px; border-radius: 4px;
  background: var(--brand); color: #fff;
  display: grid; place-items: center;
  font-size: 7px;
}
.hero-mobile-screen .m-section {
  font-size: 8px; font-weight: 700;
  margin: 3px 4px;
  color: var(--ink);
}
.hero-mobile-screen .m-card {
  background: var(--bg-soft);
  border-radius: 6px;
  padding: 6px 7px;
  display: flex; align-items: center; gap: 5px;
}
.hero-mobile-screen .m-card .m-ic {
  width: 16px; height: 16px; border-radius: 4px;
  display: grid; place-items: center;
  flex: none;
}
.hero-mobile-screen .m-card .m-t {
  font-size: 7.5px; font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}
.hero-mobile-screen .m-card .m-s {
  font-size: 6.5px;
  color: var(--slate);
}
.hero-mobile-screen .m-tab {
  margin-top: auto;
  display: flex; justify-content: space-around;
  padding: 6px 0 2px;
  border-top: 1px solid var(--line-soft);
}
.hero-mobile-screen .m-tab span {
  width: 4px; height: 4px; border-radius: 50%;
  background: #CBD5E1;
}
.hero-mobile-screen .m-tab span.on { background: var(--brand); width: 14px; border-radius: 2px; }

/* Tablet device — sits left/behind */
.hero-tablet {
  position: absolute;
  left: 0;
  top: 10%;
  width: 110px;
  background: #0F172A;
  border-radius: 14px;
  padding: 5px;
  box-shadow: 0 24px 48px -16px rgba(15, 23, 42, .3);
  z-index: 1;
  transform: rotate(-6deg);
  border: 1.5px solid #1E293B;
}
.hero-tablet-screen {
  background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
  border-radius: 10px;
  padding: 12px 8px;
  aspect-ratio: 3 / 4;
  display: flex; flex-direction: column;
  gap: 6px;
}
.hero-tablet-screen .t-header {
  display: flex; align-items: center; gap: 4px;
  font-size: 8px; font-weight: 800;
  color: var(--brand);
}
.hero-tablet-screen .t-header .tm {
  width: 12px; height: 12px; border-radius: 3px;
  background: var(--brand); color: #fff;
  display: grid; place-items: center;
  font-size: 7px;
}
.hero-tablet-screen .t-stat {
  background: #fff;
  border-radius: 6px;
  padding: 5px 6px;
  font-size: 7px;
  color: var(--ink-2);
  display: flex; justify-content: space-between; align-items: center;
}
.hero-tablet-screen .t-stat strong { color: var(--brand); font-weight: 800; font-size: 9px; }
.hero-tablet-screen .t-bars {
  display: flex; align-items: flex-end; gap: 3px;
  height: 24px;
  margin-top: auto;
}
.hero-tablet-screen .t-bars span {
  flex: 1;
  background: var(--brand);
  border-radius: 1.5px;
  opacity: .7;
}

/* Decorative orbit ring behind devices */
.hero-orbit-ring {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 92%; aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px dashed rgba(37, 99, 235, .18);
  z-index: 0;
}
.hero-orbit-ring::before {
  content: '';
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, .08);
}

/* Floating accent shape (replaces plant) */
.hero-accent-shape {
  position: absolute;
  z-index: 1;
}
.hero-accent-shape.shape-1 {
  top: 6%; left: 14%;
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--orange), var(--orange));
  border-radius: 14px;
  transform: rotate(15deg);
  opacity: .15;
}
.hero-accent-shape.shape-2 {
  bottom: 10%; left: 8%;
  width: 24px; height: 24px;
  border: 2.5px solid var(--purple);
  border-radius: 50%;
  opacity: .25;
}
.hero-accent-shape.shape-3 {
  top: 22%; right: 6%;
  width: 14px; height: 14px;
  background: var(--green);
  border-radius: 50%;
  opacity: .35;
}

/* === Navbar Plattform dropdown (CSS-only, hover + focus-within) === */
.nav-dropdown {
  position: relative;
}
.nav-dropdown > button.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--slate);
  padding: 6px 0;
  cursor: pointer;
  background: none;
  border: 0;
  font-family: inherit;
}
.nav-dropdown > button.nav-trigger:hover { color: var(--ink); }
.nav-dropdown > button.nav-trigger svg.chev {
  transition: transform .2s ease;
}
.nav-dropdown:hover > button.nav-trigger svg.chev,
.nav-dropdown:focus-within > button.nav-trigger svg.chev {
  transform: rotate(180deg);
}
.nav-dropdown > button.nav-trigger.active {
  color: var(--ink);
  font-weight: 600;
}

.nav-panel {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: 580px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  box-shadow: 0 24px 48px -16px rgba(15, 23, 42, .18), 0 4px 12px rgba(15, 23, 42, .06);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 100;
}
.nav-panel::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}
.nav-dropdown:hover .nav-panel,
.nav-dropdown:focus-within .nav-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Bridge the gap so hover doesn't drop */
.nav-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 16px;
}

.nav-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.nav-panel-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  transition: background .15s ease;
}
.nav-panel-item:hover { background: var(--bg-soft); }
.nav-panel-item.is-active { background: var(--bg-soft); }
.nav-panel-item.is-active .np-t { color: var(--brand); }
.nav-panel-item .np-ic {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: none;
}
.nav-panel-item .np-t {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 2px;
}
.nav-panel-item .np-s {
  font-size: 12px;
  color: var(--slate);
  line-height: 1.4;
}

.nav-panel-foot {
  margin-top: 8px;
  padding: 12px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.nav-panel-foot a {
  color: var(--brand);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .nav-panel { display: none; }
}

/* Compact dropdown variant (Unternehmen) — single column, no icons */
.nav-panel.is-compact {
  width: 240px;
  padding: 10px;
}
.nav-panel.is-compact .nav-panel-grid {
  grid-template-columns: 1fr;
  gap: 2px;
}
.nav-panel.is-compact .nav-panel-item {
  padding: 10px 12px;
  gap: 10px;
}
.nav-panel.is-compact .np-t {
  font-size: 14px;
  margin-bottom: 0;
}
.nav-panel.is-compact .np-mark {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
  margin-top: 7px;
}

/* === CTA banner with fully blended team photo === */
.cta-banner-people {
  position: relative;
  overflow: hidden;
}
.cta-team-photo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  height: 100%;
  object-fit: cover;
  object-position: 20% center;
  /* Strong desaturation + brightness lift so the photo's luminance
     can lighten the banner without introducing competing colors */
  filter: grayscale(0.85) brightness(0.9) contrast(1);
  opacity: 0.55;
  /* Lighten blend so highlights merge into the banner gradient
     instead of sitting on top as a discrete picture */
  mix-blend-mode: lighten;
  /* No border-radius — the radial mask does all the shaping;
     the photo dissolves into the banner edges */
  -webkit-mask-image: radial-gradient(ellipse 65% 75% at 70% center, black 0%, rgba(0,0,0,.6) 50%, transparent 100%);
          mask-image: radial-gradient(ellipse 65% 75% at 70% center, black 0%, rgba(0,0,0,.6) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.cta-banner-people > *:not(.cta-team-photo) { position: relative; z-index: 2; }

@media (max-width: 1100px) {
  .cta-team-photo { display: none; }
}

/* === Contact split section (Fragen oder Anliegen) === */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.contact-info-heading h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  margin-bottom: 8px;
}
.contact-info-heading p {
  color: var(--slate);
  font-size: 15px;
  margin-bottom: 28px;
}
.contact-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease;
}
.contact-option:hover { transform: translateX(2px); }
.contact-option .co-ic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--brand-50);
  color: var(--brand);
  flex: none;
}
.contact-option .co-k {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.contact-option .co-v {
  font-size: 13.5px;
  color: var(--slate);
  margin-top: 2px;
}
.contact-option .co-v a { color: var(--brand); }
.contact-option .co-v a:hover { text-decoration: underline; }

/* Contact form */
.contact-form {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.contact-form .field { display: flex; flex-direction: column; gap: 6px; }
.contact-form .field label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--bg-soft);
  color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--slate-2); }
.contact-form textarea {
  resize: vertical;
  min-height: 130px;
  font-family: inherit;
}
.contact-form-row { margin-bottom: 14px; }
.contact-form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-form-note {
  font-size: 11.5px;
  color: var(--slate-2);
  line-height: 1.45;
  max-width: 320px;
}
.contact-form button[type="submit"] {
  padding: 12px 24px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 14px -4px color-mix(in srgb, var(--brand) 50%, transparent);
}
.contact-form button[type="submit"]:hover { filter: brightness(1.05); }

@media (max-width: 1100px) {
  .contact-split { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 720px) {
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
}

/* === Dark themed section (Warum Sharebly · Für Unternehmen, Menschen, alle) === */
.section-dark {
  background: linear-gradient(180deg, #0B1E3D 0%, #0F2A52 100%);
  color: #E2E8F0;
  border-radius: 24px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}
.section-dark .section-head h2 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
}
.section-dark .section-head p {
  color: rgba(226, 232, 240, 0.7);
  max-width: 720px;
  margin: 12px auto 0;
}
.section-dark .section-head { text-align: center; margin-bottom: 36px; }

/* Partnership grid (3 themed cards on dark bg, with + between) */
.partnership-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 12px;
}
.partnership-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid var(--pc-border, rgba(255,255,255,0.1));
  border-radius: 16px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.partnership-card.pc-green  { --pc-border: #10B981; }
.partnership-card.pc-purple { --pc-border: #8B5CF6; }
.partnership-card.pc-blue   { --pc-border: #2563EB; }
.partnership-card .pc-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.partnership-card .pc-icons .pc-ic {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.partnership-card .pc-icons .pc-arrow {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 700;
}
.partnership-card.pc-green .pc-icons .pc-ic { background: rgba(16, 185, 129, 0.18); color: #34D399; }
.partnership-card.pc-purple .pc-icons .pc-ic { background: rgba(139, 92, 246, 0.18); color: #A78BFA; }
.partnership-card.pc-blue .pc-icons .pc-ic { background: rgba(37, 99, 235, 0.18); color: #60A5FA; }
.partnership-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.partnership-card.pc-green h3 { color: #34D399; }
.partnership-card.pc-purple h3 { color: #A78BFA; }
.partnership-card.pc-blue h3 { color: #60A5FA; }
.partnership-card p {
  color: rgba(226, 232, 240, 0.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.partnership-plus {
  display: grid;
  place-items: center;
  width: 28px;
  font-size: 22px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1100px) {
  .partnership-grid { grid-template-columns: 1fr; gap: 16px; }
  .partnership-plus { display: none; }
}

/* Values row (4 columns on dark bg with icons) */
.dark-values-head {
  text-align: center;
  margin: 56px 0 28px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-values-head h3 {
  color: #fff;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.values-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.value-col { text-align: center; }
.value-col .val-ic {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}
.value-col h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.value-col p {
  color: rgba(226, 232, 240, 0.65);
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .values-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .values-row { grid-template-columns: 1fr; }
  .section-dark { padding: 36px 24px; }
}

/* Sprenge CTA banner — light split with blue dots decoration */
.cta-sprenge {
  background: linear-gradient(135deg, #0B1E3D 0%, #0F2A52 100%);
  border-radius: 20px;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-sprenge h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.cta-sprenge .accent-bg { color: var(--brand); }
.cta-sprenge .sprenge-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cta-sprenge .dots {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 80px;
  height: 60px;
  opacity: 0.6;
}
.cta-sprenge .dots span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
@media (max-width: 720px) {
  .cta-sprenge { grid-template-columns: 1fr; padding: 24px; }
  .cta-sprenge .sprenge-actions { justify-content: flex-start; }
}

/* === Vorteile panel (Deine Vorteile mit Sharebly) === */
.vorteile-panel {
  background: linear-gradient(180deg, #F1F5F9 0%, #E2E8F0 100%);
  border-radius: 24px;
  padding: 56px 40px;
  position: relative;
}
.vorteile-panel .section-head {
  margin-bottom: 36px;
  text-align: center;
}
.vorteile-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}
.vorteile-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  border: 0;
  padding: 0;
}
.vorteile-card .vp-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vorteile-card .vp-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  flex: none;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .06);
}
.vorteile-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 0;
}
.vorteile-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--slate);
  margin: 0;
}
@media (max-width: 1100px) {
  .vorteile-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 720px) {
  .vorteile-grid { grid-template-columns: 1fr; }
  .vorteile-panel { padding: 36px 24px; }
}

/* === Circle mode with sub-text — refined === */
.circle-mode {
  padding: 16px 8px;
}
.circle-mode .label {
  font-size: 14px;
  margin-bottom: 2px;
}
.circle-mode .desc {
  font-size: 12px;
  color: var(--slate);
  text-align: center;
  line-height: 1.4;
  max-width: 130px;
  font-weight: 400;
}

/* === Container max width adjust === */
.container { padding: 0 28px; }
@media (min-width: 1280px) {
  .container { padding: 0 24px; }
}

/* =========================================================
   MOBILE / RESPONSIVE PASS — fixes for ≤1100px viewports
   ========================================================= */

/* === Hamburger button (hidden on desktop) === */
.nav-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nav-toggle-label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 60;
}
.nav-toggle-label span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle-input:checked + .nav-toggle-label span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle-input:checked + .nav-toggle-label span:nth-child(2) { opacity: 0; }
.nav-toggle-input:checked + .nav-toggle-label span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* === Tablet & mobile (≤1100px) === */
@media (max-width: 1100px) {
  /* Hide desktop nav, show hamburger */
  .nav-links { display: none !important; }
  .nav-toggle-label { display: inline-flex !important; }

  /* Mobile nav panel — overlay when checkbox is checked */
  .nav-toggle-input:checked ~ .nav-links {
    display: flex !important;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 24px 48px;
    gap: 4px;
    overflow-y: auto;
    z-index: 55;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    border-top: 1px solid var(--line-soft);
  }
  .nav-toggle-input:checked ~ .nav-links > a {
    padding: 14px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    border-bottom: 1px solid var(--line-soft);
  }
  .nav-toggle-input:checked ~ .nav-links > a.active::after { display: none; }

  /* Inline the dropdown contents in mobile */
  .nav-toggle-input:checked ~ .nav-links .nav-dropdown {
    border-bottom: 1px solid var(--line-soft);
    padding: 8px 0 12px;
  }
  .nav-toggle-input:checked ~ .nav-links .nav-dropdown > .nav-trigger {
    width: 100%;
    text-align: left;
    padding: 12px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-toggle-input:checked ~ .nav-links .nav-panel {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--bg-soft) !important;
    padding: 8px !important;
    margin-top: 4px;
  }
  .nav-toggle-input:checked ~ .nav-links .nav-panel::before { display: none !important; }
  .nav-toggle-input:checked ~ .nav-links .nav-panel-grid { grid-template-columns: 1fr !important; }
  .nav-toggle-input:checked ~ .nav-links .nav-panel-foot { display: none; }
  .nav-toggle-input:checked ~ .nav-links .nav-dropdown::after { display: none; }

  /* Hide nav-cta buttons that don't fit on mobile (use hamburger menu link instead) */
  .nav-cta .btn-ghost { display: none; }
}

/* === Smaller mobile (≤720px) — already partly covered === */
@media (max-width: 720px) {
  /* Tighter container padding to maximize usable width */
  .container { padding: 0 18px; }

  /* Smaller H1 + headings */
  .hero h1 { font-size: clamp(28px, 8vw, 40px); line-height: 1.1; word-break: break-word; }
  .section-head h2 { font-size: clamp(22px, 6.5vw, 32px); word-break: break-word; }
  .section-head { margin-bottom: 28px; }

  /* Hero: stack vertically, ditch the multi-device showcase */
  .hero-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .hero-art, .hero-composition { min-height: 0; }
  .hero-tablet { display: none; }     /* drop the tablet — saves space */
  .hero-mobile { display: none; }     /* drop the phone — laptop is enough on mobile */
  .hero-composition .laptop {
    max-width: 360px !important;
    margin: 0 auto;
    transform: none;
  }
  .hero-orbit-ring { display: none; }
  .hero-accent-shape { display: none; }
  .hero-card-float { display: none; } /* floating cards crowd the small viewport */
  .hero-orb-bg { width: 200px; height: 200px; }

  /* Trust mini: stay 2 columns max, don't overflow */
  .trust-mini { grid-template-columns: 1fr 1fr; }
  .trust-mini-item { font-size: 11.5px; }

  /* Sections: tighter padding */
  .section { padding: 48px 0; }
  .section-tight { padding: 28px 0; }

  /* Hero CTA buttons stack */
  .hero-cta { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-cta .btn { justify-content: center; }

  /* CTA banner — drop the team photo, stack content */
  .cta-banner { padding: 28px 22px; flex-direction: column !important; align-items: stretch !important; text-align: center !important; }
  .cta-banner h3 { font-size: 22px; }
  .cta-banner .cta-acts { justify-content: center; flex-wrap: wrap; }
  .cta-banner-people .cta-team-photo { display: none; }

  /* Stats / steps / why / cat grids: 1 column */
  .stats { grid-template-columns: 1fr 1fr; padding: 18px; }
  .stat .v { font-size: 22px; }
  .stat .l { font-size: 11.5px; }
  .why-grid, .steps, .cat-grid, .modes-grid, .hilfe-card-row,
  .cat-big-grid, .cat-detail-grid, .mini-icon-row, .image-card-grid,
  .compare-grid, .partnership-grid, .values-row, .vorteile-grid { grid-template-columns: 1fr !important; }

  /* Circle modes: 2-col grid only */
  .circle-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .circle-mode .desc { font-size: 11px; max-width: 100%; }

  /* Flow steps: stack with arrows hidden */
  .flow { flex-direction: column; gap: 24px; }
  .flow-arrow { display: none; }
  .flow-step { flex: 1 1 100%; }

  /* Step number badges: smaller */
  .step .n, .flow-step .badge { width: 28px; height: 28px; font-size: 13px; }

  /* Contact split: stack */
  .contact-split { grid-template-columns: 1fr !important; gap: 28px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .contact-form-bottom { flex-direction: column; align-items: stretch; }
  .contact-form-bottom button { width: 100%; justify-content: center; }

  /* Section-dark: smaller padding */
  .section-dark { padding: 36px 20px; }
  .partnership-plus { display: none; }

  /* Vorteile panel: smaller padding */
  .vorteile-panel { padding: 28px 20px; }

  /* Profile / preview cards / laptop dashboard mock — scale to fit */
  .profile-card, .preview-card, .device { max-width: 100%; }
  .preview-card { margin: 0 auto; }
  .map-preview { height: 140px; }

  /* Vorteile cards: keep horizontal head layout but with tighter spacing */
  .vorteile-card { gap: 10px; }

  /* Brand mark: keep it visible but tiny */
  .brand { font-size: 18px; }
  .nav-inner { height: 64px; }
}

/* === Very small (≤400px) — iPhone SE etc. === */
@media (max-width: 400px) {
  .container { padding: 0 14px; }
  .nav-cta .btn-primary { padding: 8px 10px; font-size: 12.5px; }
  .hero { padding: 32px 0 48px; }
  .hero h1 { font-size: 28px; }
  .circle-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}

/* === Prevent horizontal overflow without breaking position:sticky === */
html, body { overflow-x: clip; }

/* === Tightened mobile fixes === */
@media (max-width: 720px) {
  /* The "Kostenlos starten" button doesn't fit next to logo+hamburger — hide it */
  .nav-cta .btn-primary { display: none; }

  /* Hero h1: force wrapping, never overflow */
  .hero h1 {
    font-size: clamp(26px, 7.5vw, 36px);
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .section-head h2 {
    font-size: clamp(22px, 6vw, 30px);
    overflow-wrap: break-word;
  }

  /* Container max width never exceeds viewport */
  .container { max-width: 100vw; }
  .section-head { max-width: 100%; }

  /* Hero composition must fit inside viewport */
  .hero-composition { width: 100%; max-width: 100%; }
  .hero-composition .laptop { max-width: min(360px, 90vw) !important; }

  /* Trust mini items: don't truncate */
  .trust-mini { gap: 8px; }
  .trust-mini-item { font-size: 11.5px; overflow: hidden; text-overflow: ellipsis; }

  /* All cards/sections inside containers must not exceed parent */
  .stats, .why-grid, .steps, .cat-grid, .modes-grid,
  .vorteile-panel, .section-dark, .partnership-grid, .image-card-grid {
    max-width: 100%;
  }

  /* Stat values smaller so 2-col stats fit */
  .stat { padding: 6px 2px; }
  .stat .v { font-size: 18px; }
  .stat .l { font-size: 10.5px; }
  .stat .icon { width: 32px; height: 32px; }

  /* Footer grid: stack to 1 column on tiny */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  footer { padding: 40px 0 24px; }
}

@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
  .trust-mini { grid-template-columns: 1fr; }
}

/* === Final mobile clamp — kill all overflow === */
@media (max-width: 720px) {
  *, *::before, *::after { max-width: 100%; }
  .hero h1, .section-head h2, .section-head p, p.lede {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  /* Drop laptop entirely on small mobile — too wide and complex to render at this size */
  .hero-composition { display: none; }
  /* Hero becomes 1 column with just text + CTAs (most informative content) */
  .hero { padding-bottom: 32px; }

  /* Section heads safe wrap */
  .section-head h2 { hyphens: auto; }
}

@media (max-width: 400px) {
  /* Ultra-small: even tighter typography */
  .hero h1 { font-size: 24px !important; line-height: 1.15; }
  .section-head h2 { font-size: 22px !important; }
  .section-head p, p.lede { font-size: 14.5px; }
  .btn-lg { padding: 11px 18px; font-size: 13.5px; }
}

/* === Wie funktioniert section (Warum Sharebly) === */
.wie-section { padding: 64px 0; }
.wie-section .section-head { margin-bottom: 48px; }

.wie-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 40px;
}
.wie-step {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 22px 20px;
  position: relative;
}
.wie-step .ws-num {
  position: absolute;
  top: -14px;
  left: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ws-color, var(--brand));
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px -3px rgba(15, 23, 42, .15);
}
.wie-step .ws-ic {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--ws-bg, var(--brand-50));
  color: var(--ws-color, var(--brand));
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.wie-step h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--ink);
}
.wie-step h3 .ws-em {
  color: var(--ws-color, var(--brand));
}
.wie-step ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wie-step ul li {
  font-size: 13px;
  color: var(--ink-2);
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}
.wie-step ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ws-color, var(--brand));
  opacity: .8;
}
.wie-arrow {
  color: var(--slate-2);
  display: grid;
  place-items: center;
  align-self: center;
  margin-top: 28px;
}

.wie-step.s1 { --ws-color: var(--brand);  --ws-bg: var(--brand-50); }
.wie-step.s2 { --ws-color: var(--green);  --ws-bg: var(--green-100); }
.wie-step.s3 { --ws-color: var(--orange); --ws-bg: var(--orange-100); }
.wie-step.s4 { --ws-color: var(--red);    --ws-bg: var(--red-100); }

/* Payment options row */
.wie-pay {
  background: var(--bg-soft);
  border-radius: var(--r-lg);
  padding: 28px;
  text-align: center;
}
.wie-pay h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
.wie-pay-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  max-width: 740px;
  margin: 0 auto;
}
.wie-pay-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.wie-pay-card.wp-money { border-color: var(--brand-100); }
.wie-pay-card.wp-swap  { border-color: var(--green-100); }
.wie-pay-card .wpc-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: none;
}
.wie-pay-card.wp-money .wpc-ic { background: var(--brand-50); color: var(--brand); }
.wie-pay-card.wp-swap  .wpc-ic { background: var(--green-100); color: var(--green); }
.wie-pay-card .wpc-t { font-weight: 700; font-size: 14.5px; }
.wie-pay-card.wp-money .wpc-t { color: var(--brand); }
.wie-pay-card.wp-swap  .wpc-t { color: var(--green); }
.wie-pay-card .wpc-s { font-size: 12.5px; color: var(--slate); margin-top: 2px; }
.wie-pay-or {
  font-weight: 800;
  color: var(--slate-2);
  font-size: 13px;
}

/* Trust row at the bottom */
.wie-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding: 18px 20px;
  background: var(--accent-soft);
  border-radius: var(--r);
}
.wie-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
}
.wie-trust-item .wti-ic {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #fff;
  color: var(--accent);
  display: grid;
  place-items: center;
  flex: none;
}
.wie-trust-item .wti-t { font-weight: 700; color: var(--ink); }
.wie-trust-item .wti-s { font-size: 11px; color: var(--slate); margin-top: 1px; }

@media (max-width: 1100px) {
  .wie-flow { grid-template-columns: 1fr; gap: 32px; }
  .wie-arrow { display: none; }
  .wie-trust { grid-template-columns: 1fr 1fr; }
  .wie-pay-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .wie-trust { grid-template-columns: 1fr; }
}

/* === 6-mode cards section (from so funktioniert main.png) === */
.wie-modes-section {
  background: var(--bg-soft);
  padding: 56px 0 64px;
  margin-top: 56px;
  border-radius: 24px;
}
.wie-modes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wie-mode-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.wie-mode-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--wmc-color, var(--brand));
}
.wie-mode-card .wm-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--wmc-bg, var(--brand-50));
  color: var(--wmc-color, var(--brand));
}
.wie-mode-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
}
.wie-mode-card p {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.55;
}
.wie-mode-card .wm-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wmc-color, var(--brand));
  font-weight: 700;
  font-size: 13.5px;
}
.wie-mode-card .wm-link:hover { gap: 10px; }

.wie-mode-card.m-hilfe     { --wmc-color: var(--brand);  --wmc-bg: var(--brand-50); }
.wie-mode-card.m-anbieten  { --wmc-color: var(--green);  --wmc-bg: var(--green-100); }
.wie-mode-card.m-auftrag   { --wmc-color: var(--orange); --wmc-bg: var(--orange-100); }
.wie-mode-card.m-projekt   { --wmc-color: var(--purple); --wmc-bg: var(--purple-100); }
.wie-mode-card.m-tauschen  { --wmc-color: var(--cyan);   --wmc-bg: var(--cyan-100); }
.wie-mode-card.m-ressourcen{ --wmc-color: var(--red);    --wmc-bg: var(--red-100); }

@media (max-width: 1100px) { .wie-modes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .wie-modes-grid { grid-template-columns: 1fr; } .wie-modes-section { padding: 36px 0 40px; } }

/* === So funktioniert standalone page === */
.sf-dark-hero {
  background: linear-gradient(135deg, #0B1E3D 0%, #0F2A52 60%, #1E3A8A 100%);
  color: #E2E8F0;
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}
.sf-dark-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.06), transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(37, 99, 235, .3), transparent 35%);
  pointer-events: none;
}
.sf-hero-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.sf-logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-weight: 800;
  color: #fff;
  font-size: 22px;
}
.sf-bm {
  background: linear-gradient(135deg, #2563EB, #5B8DEF);
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  font-size: 16px;
}
.sf-brand .dot { color: #60A5FA; }
.sf-dark-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 18px;
}
.sf-lede {
  font-size: 17px;
  color: rgba(226, 232, 240, 0.75);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 28px;
}
.sf-hero-cta {
  display: flex; gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Im Detail grid */
.sf-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.sf-detail-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sf-detail-card .sf-num {
  position: absolute;
  top: 18px; right: 18px;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--slate);
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 12px;
}
.sf-detail-card .sf-ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  margin-bottom: 8px;
}
.sf-detail-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.sf-detail-card p {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 720px) {
  .sf-detail-grid { grid-template-columns: 1fr; }
  .sf-dark-hero { padding: 48px 0 40px; }
}

/* === Use-case expansion grid (Phase 5 content) === */
.ueb-section {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  padding: 56px 0;
}
.ueb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ueb-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 22px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ueb-card:hover { border-color: var(--accent-100); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.ueb-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--ink);
}
.ueb-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
}
.ueb-ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 14px;
  box-shadow:
    0 8px 18px -6px var(--ueb-shadow, rgba(37, 99, 235, .45)),
    inset 0 1px 0 rgba(255, 255, 255, .25);
  background: linear-gradient(135deg, var(--ueb-from, #60A5FA), var(--ueb-to, #2563EB));
  position: relative;
  overflow: hidden;
}
.ueb-ic::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0) 55%);
  pointer-events: none;
}
.ueb-ic svg { position: relative; z-index: 1; }

.ueb-ic-haushalt  { --ueb-from: #60A5FA; --ueb-to: #2563EB; --ueb-shadow: rgba(37, 99, 235, .42); }
.ueb-ic-umzug     { --ueb-from: #FBBF24; --ueb-to: #EA580C; --ueb-shadow: rgba(234, 88, 12, .40); }
.ueb-ic-garten    { --ueb-from: #34D399; --ueb-to: #059669; --ueb-shadow: rgba(5, 150, 105, .40); }
.ueb-ic-reparatur { --ueb-from: #94A3B8; --ueb-to: #475569; --ueb-shadow: rgba(71, 85, 105, .38); }
.ueb-ic-bildung   { --ueb-from: #C4B5FD; --ueb-to: #7C3AED; --ueb-shadow: rgba(124, 58, 237, .40); }
.ueb-ic-technik   { --ueb-from: #67E8F9; --ueb-to: #0891B2; --ueb-shadow: rgba(8, 145, 178, .40); }
.ueb-ic-familie   { --ueb-from: #F9A8D4; --ueb-to: #DB2777; --ueb-shadow: rgba(219, 39, 119, .40); }
.ueb-ic-kreativ   { --ueb-from: #5EEAD4; --ueb-to: #0F766E; --ueb-shadow: rgba(15, 118, 110, .40); }

@media (max-width: 720px) {
  .ueb-grid { grid-template-columns: 1fr; }
}

/* === Dark-mode eyebrow for so-funktioniert hero === */
.sf-eyebrow {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #93C5FD !important;
  margin-bottom: 18px;
  display: inline-flex;
}
.sf-eyebrow .dot { background: #93C5FD !important; }

/* === Im Detail panel (calendar left, 5-item list right) === */
.sf-detail-panel {
  background: linear-gradient(180deg, var(--brand-50), #fff);
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
.sf-cal-ill {
  display: grid;
  place-items: center;
}
.sf-cal-ill svg {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(37, 99, 235, 0.18));
}

.sf-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sf-detail-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: start;
}
.sf-detail-list .sf-li-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-50);
  color: var(--brand);
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  flex: none;
}
.sf-detail-list h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--ink);
}
.sf-detail-list p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--slate);
  margin: 0;
}

@media (max-width: 1100px) {
  .sf-detail-panel { grid-template-columns: 1fr; padding: 32px; }
  .sf-cal-ill svg { max-width: 260px; }
}
@media (max-width: 720px) {
  .sf-detail-panel { padding: 24px; gap: 24px; }
  .sf-detail-list { gap: 14px; }
}

/* === Fix: drop the default <ol> numbering on the 4-step wie-flow === */
.wie-flow {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wie-flow > li {
  list-style: none !important;
}
.wie-flow > li::marker {
  display: none;
  content: '';
}

/* === Founder section (about.html) === */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}
.founder-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.founder-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--accent-100);
}
.founder-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--accent-soft);
  border: 3px solid var(--accent-100);
  flex-shrink: 0;
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.founder-role {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin: 0;
}
.founder-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink, #0F2A44);
  margin: 0;
  line-height: 1.2;
}
.founder-bio {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.founder-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  margin-top: auto;
}
.founder-link:hover { text-decoration: underline; }
.founder-link svg { flex-shrink: 0; }

@media (max-width: 760px) {
  .founder-grid { grid-template-columns: 1fr; gap: 20px; }
  .founder-card { padding: 22px; }
  .founder-photo { width: 120px; height: 120px; }
}

/* === Utility: visually hidden (sr-only) === */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* === Compare table (warum-sharebly.html · Im Vergleich) === */
.compare-table-wrap {
  border-radius: var(--r-xl);
  overflow-x: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  padding: 6px;
}
.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14.5px;
  background: #fff;
}

/* All header cells */
.compare-table thead th {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--slate-2);
  padding: 18px 18px;
  background: var(--bg-soft);
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.compare-table thead th:first-child { text-align: left; }

/* Sharebly winning column header */
.compare-table thead th.ct-sharebly-col {
  background: linear-gradient(180deg, var(--brand), var(--brand-700));
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  position: relative;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding-top: 22px;
  padding-bottom: 22px;
  box-shadow: 0 -8px 24px -8px rgba(37, 99, 235, .35);
}
.compare-table thead th.ct-sharebly-col::before {
  content: "★ Empfohlen";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #FCD34D;
  color: #0F172A;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 10px -2px rgba(15, 23, 42, .2);
}

/* Row label cells (left "Attribut" column) */
.compare-table tbody th {
  text-align: left;
  font-weight: 700;
  color: var(--ink);
  padding: 16px 18px;
  font-size: 14px;
  vertical-align: middle;
  background: var(--bg-soft);
}

/* Generic competitor cells */
.compare-table tbody td {
  padding: 16px 18px;
  text-align: center;
  font-size: 13.5px;
  color: var(--slate);
  vertical-align: middle;
  background: #fff;
  position: relative;
  border-bottom: 1px solid var(--line-soft);
}

/* Subtle ✗ icon before competitor values */
.compare-table tbody td:not(.ct-sharebly)::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-color: #FECACA;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='18' y1='6' x2='6' y2='18'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='18' y1='6' x2='6' y2='18'/></svg>") center/contain no-repeat;
  vertical-align: -2px;
  opacity: .9;
}

/* Sharebly winning cells */
.compare-table td.ct-sharebly {
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--brand-700) 60%, transparent);
  position: relative;
}
.compare-table td.ct-sharebly::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-color: #FCD34D;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
  vertical-align: -3px;
}
.compare-table tbody tr:last-child td.ct-sharebly {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td { border-bottom: 0; }

/* Subtle row hover for non-Sharebly cells */
.compare-table tbody tr:hover th,
.compare-table tbody tr:hover td:not(.ct-sharebly) { background: color-mix(in srgb, var(--bg-soft) 60%, #fff); }

@media (max-width: 720px) {
  .compare-table thead th,
  .compare-table tbody th,
  .compare-table tbody td { padding: 12px 12px; }
  .compare-table { font-size: 13px; }
  .compare-table thead th.ct-sharebly-col::before { font-size: 9px; padding: 2px 8px; top: -8px; }
}

/* === Polyadic network section (so-funktioniert.html) === */
.polyadic-section { background: var(--bg-soft); }
.polyadic-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.polyadic-copy .eyebrow { margin-bottom: 14px; }
.polyadic-copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.15;
}
.polyadic-lede {
  color: var(--slate);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 520px;
}
.polyadic-diagram {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin-top: 8px;
}
.polyadic-diagram svg { width: 100%; height: auto; display: block; }
.polyadic-diagram-label {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-2);
  text-align: center;
}
.polyadic-cards {
  display: grid;
  gap: 18px;
}
.polyadic-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.polyadic-card-ic {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-50);
  color: var(--brand);
  display: grid;
  place-items: center;
}
.polyadic-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 6px;
}
.polyadic-card p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 900px) {
  .polyadic-grid { grid-template-columns: 1fr; gap: 32px; }
  .polyadic-diagram { max-width: 260px; margin-left: auto; margin-right: auto; }
}

/* Cookie consent banner --------------------------------------------------- */
.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 640px;
  background: #fff;
  color: var(--ink, #0f172a);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 32px -8px rgba(15, 23, 42, 0.18), 0 4px 10px -4px rgba(15, 23, 42, 0.08);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  z-index: 9999;
}
.cookie-consent[hidden] { display: none; }
.cookie-consent.show { display: flex; }
.cookie-consent-msg {
  flex: 1 1 260px;
  color: var(--slate, #475569);
  margin: 0;
}
.cookie-consent-msg a {
  color: var(--brand, #2563EB);
  font-weight: 600;
  text-decoration: underline;
}
.cookie-consent-btn {
  flex: 0 0 auto;
  background: var(--brand, #2563EB);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px -6px color-mix(in srgb, var(--brand, #2563EB) 60%, transparent);
}
.cookie-consent-btn:hover { filter: brightness(1.05); }
@media (max-width: 540px) {
  .cookie-consent { width: calc(100% - 24px); padding: 12px; font-size: 13px; }
  .cookie-consent-btn { width: 100%; }
}


/* === Jetzt testen / Early Access page === */
.early-access-hero {
  padding: 56px 0 72px;
}
.early-access-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.early-access-inner h1 {
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-top: 14px;
}
.early-access-lede {
  font-size: 18px;
  color: var(--slate);
  line-height: 1.6;
  margin-top: 18px;
}
.early-access-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}
.early-access-card {
  margin-top: 40px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  text-align: center;
}
.early-access-card h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.early-access-card .ea-sub {
  color: var(--slate);
  font-size: 15px;
  margin-bottom: 22px;
}
.early-access-form {
  max-width: 520px;
  margin: 0 auto;
  min-height: 64px;
}
.early-access-form > * {
  width: 100% !important;
}
.early-access-card .ea-fine {
  font-size: 12.5px;
  color: var(--muted, #94A3B8);
  margin-top: 16px;
}
.ea-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.ea-tile {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ea-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--accent-100);
}
@media (max-width: 720px) {
  .early-access-hero { padding: 40px 0 48px; }
  .early-access-card { padding: 24px 18px; }
  .ea-tiles { grid-template-columns: 1fr; }
  .early-access-form { max-width: 100%; }
}

/* ============================================================
   BLOG — index + per-post
   ============================================================ */
.blog-hero {
  padding: 64px 0 32px;
  text-align: center;
}
.blog-hero h1 {
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-top: 14px;
}
.blog-hero p.lede {
  font-size: 17px;
  color: var(--slate);
  margin-top: 14px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}
@media (max-width: 1100px) { .blog-index-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .blog-index-grid { grid-template-columns: 1fr; } }
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--accent-100);
}
.blog-card .blog-card-meta {
  font-size: 12.5px;
  color: var(--slate);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--ink);
}
.blog-card p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}
.blog-card .more {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}

/* per-post layout */
.blog-post {
  padding: 48px 0 64px;
}
.blog-post .crumb { margin-bottom: 24px; }
.blog-post-head {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.blog-post-head h1 {
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 10px 0 18px;
  color: var(--ink);
}
.blog-post-meta {
  font-size: 13px;
  color: var(--slate);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.blog-post-lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--slate);
  margin-top: 8px;
  font-weight: 500;
}
.blog-post-body {
  font-size: 16.5px;
  color: var(--ink);
}
.blog-post-body p {
  line-height: 1.75;
  margin-bottom: 18px;
}
.blog-post-body h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 36px 0 14px;
  color: var(--ink);
}
.blog-post-body h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 28px 0 12px;
  color: var(--ink);
}
.blog-post-body ul,
.blog-post-body ol {
  margin: 0 0 20px 22px;
  line-height: 1.7;
}
.blog-post-body li { margin-bottom: 6px; }
.blog-post-body img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
  display: block;
}
.blog-post-body blockquote {
  border-left: 3px solid var(--accent);
  background: var(--bg-soft);
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: var(--ink);
}
.blog-post-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-post-footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--slate);
}

/* === /about — Vision restructure (icon-prefixed paragraphs) === */
.about-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-vision-points {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about-vision-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: flex-start;
}
.about-vision-point .about-vision-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  flex: none;
}
.about-vision-point h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px;
  line-height: 1.3;
}
.about-vision-point p {
  color: var(--slate);
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}
.about-vision-quote {
  position: relative;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.about-vision-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 60% at 100% 0%, var(--accent-soft), transparent 70%);
  pointer-events: none;
}
.about-vision-quote-mark {
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 1;
  color: var(--accent);
  opacity: .35;
  position: relative;
  margin-bottom: -28px;
}
.about-vision-quote blockquote {
  position: relative;
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.about-vision-quote blockquote .accent { color: var(--accent); }
.about-vision-quote cite {
  position: relative;
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* === /about — final CTA panel === */
.about-cta-panel {
  background: linear-gradient(180deg, var(--accent-soft), #fff);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: 56px 32px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}
.about-cta-panel .section-head { margin-bottom: 24px; }

@media (max-width: 900px) {
  .about-vision-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .about-vision-quote { padding: 28px 22px; }
  .about-vision-quote blockquote { font-size: 17px; }
  .about-cta-panel { padding: 40px 22px; }
}

/* byline */
.blog-post-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 6px 0 18px;
}
.blog-post-author-photo,
.blog-post-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  background: linear-gradient(135deg, var(--accent) 0%, #1e40af 100%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
}
.blog-post-author-name {
  font-weight: 700;
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.2;
}
.blog-post-author-meta {
  font-size: 12.5px;
  color: var(--slate);
  margin-top: 2px;
  letter-spacing: 0.01em;
}

/* hero image */
.blog-post-hero-image {
  margin: 24px 0 32px;
}
.blog-post-hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* in-body figure + caption */
.blog-post-body figure {
  margin: 28px 0;
}
.blog-post-body figure img {
  margin: 0;
}
.blog-post-body figcaption {
  font-size: 13px;
  color: var(--slate);
  margin-top: 8px;
  text-align: center;
  font-style: italic;
}

/* sources block */
.blog-post-sources {
  margin-top: 40px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
  font-size: 14px;
}
.blog-post-sources h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.blog-post-sources ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.6;
}
.blog-post-sources li {
  margin-bottom: 6px;
  color: var(--slate);
}
.blog-post-sources a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

/* blog index card image + byline */
.blog-card-image {
  display: block;
  width: calc(100% + 44px);
  height: 160px;
  margin: -22px -22px 14px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px 14px 0 0;
  background: var(--bg-soft);
}
.blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 720px) {
  .blog-card-image { height: 140px; }
}
.blog-card-byline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  font-size: 12.5px;
  color: var(--slate);
}
.blog-card-byline .blog-card-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent) 0%, #1e40af 100%);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.blog-card-byline .blog-card-author-name {
  font-weight: 600;
  color: var(--ink);
}

/* =========================================================
   RESPONSIVE PASS 2 — overflow + density fixes
   ========================================================= */

/* Grid items must allow shrinking below their intrinsic min-content
   width on small viewports — otherwise long German words push cards
   wider than the container and trigger horizontal scroll. */
@media (max-width: 1100px) {
  .grid-2 > *, .grid-3 > *,
  .hero-grid > *,
  .hilfe-card-row > *, .cat-big-grid > *,
  .vorteile-grid > *, .why-grid > *,
  .image-card-grid > *, .compare-grid > *,
  .modes-grid > *, .partnership-grid > *,
  .blog-index-grid > *, .steps > *,
  .feature-badges > *, .mini-icon-row > *,
  .tausch-cat-grid > *, .cat-detail-grid > *,
  .mini-flow > *, .wie-modes-grid > *,
  .circle-row > * {
    min-width: 0;
  }
}

/* Universal min-width:0 for any grid-display element on mobile —
   catches the many ad-hoc inline grids used across pages. */
@media (max-width: 720px) {
  [style*="display: grid"] > *,
  [style*="display:grid"] > * {
    min-width: 0;
  }
}

/* Tighter padding for ad-hoc inline-styled cards (used on auftraege/
   ressourcen "Warum / Beliebte Suchanfragen" two-up panels) on mobile.
   These pages set padding: 32px inline; that plus container padding
   overflows narrow phones. */
@media (max-width: 720px) {
  .grid-2 > div[style*="padding: 32px"],
  .grid-3 > div[style*="padding: 32px"] {
    padding: 22px !important;
  }
}

/* CTA banner / light-cta inline button rows must wrap on small viewports */
.cta-light > div[style*="display: flex"],
.cta-light > div[style*="display:flex"] {
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .cta-light > div[style*="display: flex"],
  .cta-light > div[style*="display:flex"] {
    width: 100%;
  }
  .cta-light > div[style*="display: flex"] > .btn,
  .cta-light > div[style*="display:flex"] > .btn {
    flex: 1 1 160px;
    justify-content: center;
  }
}

/* Final safety: never let the .container itself overflow */
.container { min-width: 0; }

/* Belt-and-suspenders: force hard wrap on hero H1 and section H2 at narrow widths */
@media (max-width: 720px) {
  .hero h1,
  .section-head h2,
  .section-head p,
  p.lede,
  .eyebrow {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  /* Constrain hero text wrapper to not exceed container width */
  .hero-grid > .rise,
  .hero-grid > div {
    min-width: 0;
    max-width: 100%;
  }
}

/* Long German compound words (Dienstleistungen, Projektzusammenarbeit) need stronger handling at ≤400px */
@media (max-width: 400px) {
  .hero h1 { font-size: 22px !important; line-height: 1.18; }
  .section-head h2 { font-size: 20px !important; }
  .eyebrow { font-size: 10.5px !important; }
}

/* =========================================================
   Lifestyle callout (mid-page two-column with trust card)
   ========================================================= */
.callout-2col .callout-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.callout-2col .callout-visual > img,
.callout-2col .callout-visual > span {
  max-width: 100%;
  height: auto;
}
.callout-2col > div { min-width: 0; }
.callout-2col .callout-list { min-width: 0; }
.callout-2col .callout-list li > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.callout-trust-card {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  max-width: 280px;
}
.callout-trust-card .ctc-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.callout-trust-card .ctc-row > div {
  min-width: 0;
  flex: 1 1 auto;
}
.callout-trust-card .ctc-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.callout-trust-card .ctc-t {
  font-weight: 800;
  font-size: 15px;
  color: var(--ink, #0F2A44);
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.callout-trust-card .ctc-s {
  font-size: 12px;
  color: var(--slate);
  line-height: 1.3;
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .callout-2col {
    grid-template-columns: 1fr;
  }
  .callout-trust-card {
    position: static;
    margin-top: 16px;
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .callout-2col { gap: 28px !important; }
  .callout-trust-card { padding: 12px 14px; gap: 10px; }
  .callout-trust-card .ctc-t { font-size: 14px; }
  .callout-2col .btn.btn-lg {
    width: 100%;
    justify-content: center;
  }
}

