:root {
  --paper: #fbfaf6;
  --soft: #f0f3ef;
  --ink: #111712;
  --muted: #626c65;
  --dark: #0d1713;
  --dark-2: #17241d;
  --green: #6f9b70;
  --green-light: #dcebdd;
  --blue: #2f86df;
  --amber: #d69b28;
  --red: #d85b54;
  --line: rgba(17, 23, 18, .13);
  --radius: 28px;
  --max: 1360px;
  --shadow: 0 28px 80px rgba(18, 28, 21, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 16px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  color: white;
  transition: .3s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 250, 246, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 34px; height: 34px; border: 2px solid currentColor; border-radius: 50%; position: relative; flex: 0 0 auto; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.brand-mark::before { width: 17px; height: 17px; }
.brand-mark::after { width: 48px; height: 48px; opacity: .24; }
.brand-mark i { width: 4px; height: 4px; background: currentColor; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 750; }
.desktop-nav a { opacity: .82; }
.desktop-nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid currentColor; border-radius: 999px; padding: 10px 17px; }
.menu-button, .mobile-menu { display: none; }

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  background: var(--dark);
  overflow: hidden;
}
.hero-background { position: absolute; inset: 0; }
.hero-image { position: absolute; inset: 0 0 0 44%; background: url("./gebaeude-hero.webp") 68% center / cover no-repeat; filter: saturate(.85) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 15, 11, .98) 0%, rgba(8, 15, 11, .91) 39%, rgba(8, 15, 11, .30) 66%, rgba(8, 15, 11, .04) 100%), linear-gradient(0deg, rgba(8, 15, 11, .35), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 170px 0 155px; }
.eyebrow { margin: 0 0 23px; color: #a8cca9; font-size: 11px; line-height: 1.2; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.dark { color: #54785a; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(60px, 8.2vw, 126px); line-height: .92; letter-spacing: -.062em; }
.hero-statement { max-width: 800px; margin: 34px 0 0; font-size: clamp(24px, 2.8vw, 40px); line-height: 1.2; letter-spacing: -.032em; color: rgba(255,255,255,.92); }
.hero-intro { max-width: 700px; margin: 30px 0 0; font-size: clamp(16px, 1.35vw, 19px); color: rgba(255,255,255,.68); }
.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 42px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #a8cca9; color: #102016; }
.button-ghost { border: 1px solid rgba(255,255,255,.38); color: white; }
.hero-proof { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(13, 23, 19, .83); backdrop-filter: blur(18px); border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof > div { padding: 25px max(24px, calc((100vw - var(--max)) / 2 / 3)); border-right: 1px solid rgba(255,255,255,.1); }
.hero-proof > div:first-child { padding-left: max(24px, calc((100vw - var(--max)) / 2)); }
.hero-proof > div:last-child { border-right: 0; padding-right: max(24px, calc((100vw - var(--max)) / 2)); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 17px; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 13px; }
.signal-point { position: absolute; z-index: 2; width: 11px; height: 11px; border-radius: 50%; background: #b9d9bb; box-shadow: 0 0 0 12px rgba(185,217,187,.12), 0 0 0 27px rgba(185,217,187,.05); animation: pulse 2.8s infinite; }
.signal-water { top: 28%; right: 17%; }
.signal-moisture { top: 53%; right: 31%; animation-delay: .8s; }
.signal-value { top: 69%; right: 11%; animation-delay: 1.5s; }
@keyframes pulse { 0%,100% { transform: scale(.9); opacity: .62; } 50% { transform: scale(1.35); opacity: 1; } }

.section { padding: 145px 0; position: relative; }
.story-opening { background: #fff; }
.story-opening-grid { display: grid; grid-template-columns: 1fr .84fr; gap: clamp(60px, 10vw, 160px); align-items: start; }
h2 { margin: 0; font-size: clamp(44px, 5.6vw, 82px); line-height: 1.02; letter-spacing: -.052em; }
.story-opening-copy { padding-top: 52px; color: var(--muted); font-size: 19px; }
.story-opening-copy .large-copy { color: var(--ink); font-size: clamp(26px, 2.6vw, 39px); line-height: 1.2; letter-spacing: -.032em; }
.story-opening-copy p + p { margin-top: 27px; }

.signals-section { background: var(--soft); }
.section-heading { max-width: 940px; margin-bottom: 67px; }
.section-heading-wide { max-width: 1120px; }
.section-lead { max-width: 850px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 1.75vw, 24px); }
.signal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.signal-card { min-height: 370px; display: flex; flex-direction: column; padding: 37px; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.signal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.signal-card .number { position: absolute; right: 35px; top: 35px; color: #8b958e; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.signal-icon { width: 72px; height: 72px; margin-bottom: auto; border-radius: 50%; background: var(--green-light); position: relative; }
.water-icon::before { content: ""; position: absolute; left: 26px; top: 19px; width: 21px; height: 29px; background: #51775a; border-radius: 55% 45% 60% 40% / 64% 48% 52% 36%; transform: rotate(45deg); }
.moisture-icon::before { content: ""; position: absolute; inset: 21px; border: 2px solid #51775a; border-radius: 50%; box-shadow: 9px 9px 0 -5px var(--green-light), 9px 9px 0 -3px #51775a; }
.tech-icon::before { content: ""; position: absolute; inset: 20px; border: 2px solid #51775a; border-radius: 50%; }
.tech-icon::after { content: ""; position: absolute; width: 2px; height: 31px; left: 35px; top: 20px; background: #51775a; box-shadow: -9px 0 #51775a, 9px 0 #51775a; }
.building-icon::before { content: ""; position: absolute; left: 23px; top: 19px; width: 27px; height: 36px; border: 2px solid #51775a; border-radius: 2px; box-shadow: inset 8px 0 var(--green-light), inset 10px 0 #51775a; }
.signal-card h3 { margin: 40px 0 15px; font-size: clamp(29px, 2.9vw, 45px); line-height: 1.04; letter-spacing: -.043em; }
.signal-card p { max-width: 560px; margin: 0; color: var(--muted); }

.principle-section { padding: 160px 24px; color: white; background: radial-gradient(circle at 80% 10%, rgba(111,155,112,.19), transparent 25%), var(--dark); text-align: center; }
.principle-content { max-width: 1160px; }
.principle-content blockquote { margin: 0; font-size: clamp(46px, 6.7vw, 102px); line-height: 1; letter-spacing: -.056em; }
.principle-content strong { color: #a8cca9; font-weight: 500; }

.translation-section { background: #fff; }
.translation-grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.translation-copy p:last-child { max-width: 670px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.outcome-panel { border-top: 1px solid var(--line); }
.outcome-row { display: grid; grid-template-columns: 150px 1fr; gap: 25px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.outcome-row span { color: #54785a; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; padding-top: 5px; }
.outcome-row strong { font-size: 22px; letter-spacing: -.026em; }

.mold-section { background: var(--soft); }
.mold-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.benefit-card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 21px; }
.benefit-card > span { color: #54785a; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.benefit-card h3 { margin: 26px 0 10px; font-size: 23px; line-height: 1.12; letter-spacing: -.03em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 15px; }
.chart-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.chart-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 46px rgba(18,28,21,.045); }
.chart-card header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 17px; }
.chart-card header span { display: block; color: #718078; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.chart-card h3 { margin: 7px 0 0; font-size: 24px; line-height: 1.14; letter-spacing: -.034em; }
.pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.pill.critical { background: #ffe6e3; color: #a53e38; }
.pill.stable { background: #e3f4e8; color: #277548; }
.analytics-chart, .mini-chart { width: 100%; height: auto; display: block; background: #f9fbf9; border-radius: 17px; }
.grid-lines line { stroke: #dfe5e0; stroke-width: 1; }
.zone-safe { fill: #e8f4e9; }
.zone-watch { fill: #fff4d4; }
.zone-risk { fill: #ffe5e2; }
.chart-area.red-area { fill: url(#moldBefore); }
.chart-area.blue-area { fill: url(#moldAfter); }
.chart-line { fill: none; stroke-width: 5; stroke-linecap: round; }
.red-line { stroke: var(--red); }
.blue-line { stroke: var(--blue); }
.dark-line { stroke: #244236; }
.amber-line { stroke: var(--amber); }
.weather-line { stroke: var(--blue); }
.room-line { stroke: #447353; }
.chart-labels text, .event-label, .legend text { font: 12px Inter, Arial, sans-serif; fill: #77847c; }
.event-line { stroke: var(--red); stroke-width: 2; stroke-dasharray: 6 6; }
.pulse-bars rect { fill: #4a8461; rx: 4; ry: 4; }
.weather-dot { fill: var(--blue); }
.room-dot { fill: #447353; }
.chart-card > p, .example-card > p { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.claim-panel { margin-top: 22px; padding: clamp(35px, 5vw, 72px); color: white; background: radial-gradient(circle at 90% 10%, rgba(168,204,169,.17), transparent 25%), var(--dark); border-radius: var(--radius); }
.claim-panel h3 { max-width: 1000px; margin: 0; font-size: clamp(32px, 4vw, 60px); line-height: 1.07; letter-spacing: -.048em; }
.claim-panel p:last-child { max-width: 780px; margin: 25px 0 0; color: rgba(255,255,255,.61); font-size: 17px; }

.examples-section { background: #fff; }
.example-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.example-card { padding: 27px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.example-card header span { color: #54785a; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.example-card h3 { margin: 8px 0 18px; font-size: 24px; line-height: 1.14; letter-spacing: -.034em; }

.process-section { background: var(--soft); }
.role-flow { display: flex; justify-content: center; align-items: center; gap: 11px; margin-bottom: 53px; }
.role-card { flex: 1 1 0; min-width: 0; padding: 22px 17px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.role-card span, .role-card strong, .role-card small { display: block; }
.role-card span { color: #54785a; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.role-card strong { margin-top: 10px; font-size: 17px; line-height: 1.2; letter-spacing: -.02em; }
.role-card small { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.role-flow > i { color: #839188; font-style: normal; font-size: 24px; }
.process-steps { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-step > span { width: 43px; height: 43px; display: grid; place-items: center; color: #54785a; border: 1px solid #9db5a1; border-radius: 50%; font-size: 13px; font-weight: 850; }
.process-step h3 { margin: 0; font-size: 24px; line-height: 1.14; letter-spacing: -.03em; }
.process-step p { margin: 6px 0 0; color: var(--muted); }

.value-section { background: #fff; }
.value-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.value-copy p:last-child { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }
.value-outcomes { border-top: 1px solid var(--line); }
.value-outcomes > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.value-outcomes strong, .value-outcomes span { display: block; }
.value-outcomes strong { font-size: 22px; line-height: 1.14; letter-spacing: -.03em; }
.value-outcomes span { margin-top: 5px; color: var(--muted); }

.final-message { padding: 160px 24px; color: white; background: radial-gradient(circle at 72% 18%, rgba(111,155,112,.22), transparent 27%), var(--dark); }
.final-message-content { max-width: 1200px; }
.final-message h2 { max-width: 1050px; font-size: clamp(52px, 7vw, 108px); }
.final-message p:last-child { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 20px; }

.contact-section { padding: 105px 0; background: var(--green-light); }
.contact-card { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(55px, 9vw, 130px); align-items: end; padding: clamp(35px, 5vw, 68px); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(42px, 5vw, 72px); }
.contact-card > div:first-child > p:last-child { max-width: 700px; margin: 23px 0 0; color: var(--muted); font-size: 18px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.button-dark { background: var(--dark); color: white; }
.button-outline-dark { color: var(--dark); border: 1px solid #708078; }
.contact-actions address { margin-top: 13px; color: var(--muted); font-style: normal; font-size: 14px; }

footer { padding: 42px 0; color: white; background: #09100c; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: center; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.49); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; width: 45px; height: 45px; border: 0; background: transparent; color: inherit; position: relative; }
  .menu-button span { position: absolute; left: 8px; width: 29px; height: 2px; background: currentColor; transition: .25s ease; }
  .menu-button span:first-child { top: 16px; }
  .menu-button span:last-child { top: 27px; }
  .menu-button.active span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-button.active span:last-child { top: 21px; transform: rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 0; display: flex; flex-direction: column; gap: 25px; padding: 120px 30px 40px; color: white; background: var(--dark); font-size: 30px; font-weight: 750; transform: translateY(-102%); transition: transform .34s ease; }
  .mobile-menu.open { transform: none; }
  .story-opening-grid, .translation-grid, .value-grid, .contact-card { grid-template-columns: 1fr; }
  .story-opening-copy { padding-top: 0; }
  .mold-benefits { grid-template-columns: repeat(2, 1fr); }
  .role-flow { flex-wrap: wrap; }
  .role-card { flex: 1 1 29%; }
  .role-flow > i { display: none; }
  .hero-image { left: 25%; opacity: .68; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,15,11,.97), rgba(8,15,11,.67) 73%, rgba(8,15,11,.38)); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 74px; }
  .hero { min-height: 920px; align-items: flex-start; }
  .hero-content { padding: 125px 0 215px; }
  .hero h1 { font-size: clamp(51px, 16vw, 74px); }
  .hero-statement { font-size: 23px; }
  .hero-image { inset: 40% -15% 0 26%; opacity: .48; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div, .hero-proof > div:first-child, .hero-proof > div:last-child { padding: 13px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .signal-point { display: none; }
  .section { padding: 95px 0; }
  h2 { font-size: 43px; }
  .signal-grid, .chart-pair, .example-grid { grid-template-columns: 1fr; }
  .signal-card { min-height: 330px; padding: 28px; }
  .principle-section { padding: 110px 20px; }
  .principle-content blockquote { font-size: 43px; }
  .mold-benefits { grid-template-columns: 1fr; }
  .role-card { flex-basis: 100%; }
  .outcome-row { grid-template-columns: 1fr; gap: 6px; }
  .claim-panel { padding: 33px 25px; }
  .claim-panel h3 { font-size: 34px; }
  .final-message { padding: 110px 20px; }
  .final-message h2 { font-size: 52px; }
  .contact-section { padding: 70px 0; }
  .contact-card { padding: 30px 23px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* V6.3 – zusätzliche Bildsymbole und Visuals */
svg { display: block; }
.symbol-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #51775a;
  background: #eef4ee;
  border: 1px solid rgba(81,119,90,.12);
  flex: 0 0 auto;
}
.symbol-badge svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.symbol-badge-soft { background: var(--green-light); }
.symbol-badge-mini { width: 34px; height: 34px; }
.symbol-badge-mini svg { width: 18px; height: 18px; }
.symbol-badge-row { width: 42px; height: 42px; }

.signal-card .signal-corner {
  position: absolute;
  right: 28px;
  top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.signal-card .number { position: static; color: #8b958e; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.signal-card::after {
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,235,221,.56), rgba(220,235,221,0) 68%);
  pointer-events: none;
}

.eyebrow-with-icon { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow-with-icon .symbol-badge { transform: translateY(-1px); }
.outcome-row { grid-template-columns: 52px 150px 1fr; align-items: center; }
.outcome-row span { padding-top: 0; }

.mold-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.mold-intro-grid .section-heading { margin-bottom: 0; }
.mold-intro-visual {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
.mold-visual-card {
  width: 100%;
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(18,28,21,.05);
}
.mold-visual-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.mold-visual-head strong { font-size: 16px; letter-spacing: -.02em; }
.mold-visual-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.mold-visual-kpis div {
  padding: 12px;
  border-radius: 16px;
  background: #f7faf7;
  border: 1px solid rgba(17,23,18,.06);
}
.mold-visual-kpis small { display: block; color: #6d7a73; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.mold-visual-kpis b { display: block; margin-top: 7px; font-size: 15px; }
.mold-visual-curve { width: 100%; height: auto; margin-bottom: 15px; }
.mold-visual-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.mold-visual-tags span {
  padding: 7px 11px;
  border-radius: 999px;
  background: #eff5ef;
  color: #54785a;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
}

.benefit-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.benefit-card > .benefit-top > span { color: #54785a; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.benefit-card > span { display: none; }

.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.example-card header span { display: inline-block; }

.value-outcomes > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
}
.value-text strong, .value-text span { display: block; }

@media (max-width: 1100px) {
  .mold-intro-grid { grid-template-columns: 1fr; }
  .mold-intro-visual { max-width: 520px; }
}

@media (max-width: 900px) {
  .outcome-row { grid-template-columns: 46px 1fr; gap: 12px; }
  .outcome-row strong { grid-column: 2; }
  .value-outcomes > div { grid-template-columns: 46px 1fr; gap: 12px; }
  .mold-visual-kpis { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .signal-card .signal-corner { right: 20px; top: 20px; gap: 8px; }
  .symbol-badge-soft { width: 36px; height: 36px; }
  .symbol-badge-soft svg { width: 18px; height: 18px; }
  .mold-visual-card { padding: 18px; }
}


/* V6.4 – ruhiger, edler, kleinere Typografie, mehr Bildwirkung */
:root {
  --shadow-soft: 0 16px 44px rgba(18, 28, 21, .055);
  --shadow-card: 0 10px 30px rgba(18, 28, 21, .045);
}
html { background: #f7f7f2; }
body {
  background:
    radial-gradient(circle at 12% 6%, rgba(111,155,112,.06), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(47,134,223,.035), transparent 18%),
    linear-gradient(180deg, #fbfaf6 0%, #f7f7f2 100%);
  font-size: 16px;
  line-height: 1.58;
}
.container { width: min(var(--max), calc(100% - 56px)); }
.site-header.scrolled { background: rgba(251, 250, 246, .82); }
.brand-copy strong { font-size: 16px; }
.desktop-nav { font-size: 13px; gap: 24px; }
.nav-cta { padding: 9px 16px; }

.hero { min-height: 96vh; }
.hero-image {
  inset: 0 0 0 46%;
  background: linear-gradient(180deg, rgba(10,18,13,.02), rgba(10,18,13,.18)), url("./assets/gebaeude-hero.webp") 70% center / cover no-repeat;
  filter: saturate(.84) contrast(1.02) brightness(.92);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 15, 11, .975) 0%, rgba(8, 15, 11, .93) 36%, rgba(8, 15, 11, .54) 63%, rgba(8, 15, 11, .16) 100%),
    linear-gradient(180deg, rgba(8,15,11,.12), rgba(8,15,11,.34));
}
.hero-content { padding: 162px 0 148px; }
.eyebrow { margin-bottom: 18px; font-size: 10px; letter-spacing: .2em; }
.hero h1 { max-width: 840px; font-size: clamp(54px, 7.1vw, 108px); line-height: .93; letter-spacing: -.058em; }
.hero-statement { max-width: 720px; margin-top: 28px; font-size: clamp(22px, 2.35vw, 34px); line-height: 1.18; }
.hero-intro { max-width: 630px; margin-top: 24px; font-size: clamp(15px, 1.16vw, 18px); color: rgba(255,255,255,.7); }
.hero-actions { margin-top: 34px; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; font-size: 13px; }
.hero-proof { background: rgba(13, 23, 19, .72); }
.hero-proof strong { font-size: 15px; }
.hero-proof span { font-size: 12px; }
.signal-point { width: 10px; height: 10px; box-shadow: 0 0 0 11px rgba(185,217,187,.10), 0 0 0 24px rgba(185,217,187,.04); }

.section { padding: 132px 0; }
.story-opening { background: linear-gradient(180deg, #fff 0%, #fcfcf8 100%); }
.story-opening-grid { align-items: start; }
h2 { font-size: clamp(38px, 4.9vw, 70px); line-height: 1.03; letter-spacing: -.05em; }
.story-opening-copy { padding-top: 36px; font-size: 17px; }
.story-opening-copy .large-copy { font-size: clamp(22px, 2.1vw, 32px); line-height: 1.22; }
.story-opening-copy p + p { margin-top: 20px; }
.story-visual {
  margin-top: 34px;
  position: relative;
  min-height: 250px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(17,23,18,.08);
  box-shadow: var(--shadow-soft);
  background: #e8eeea;
}
.story-visual-image {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(12,20,15,.14), rgba(12,20,15,.14)), url("./assets/gebaeude-hero.webp") center center / cover no-repeat;
  transform: scale(1.02);
  filter: saturate(.8) contrast(1.02);
}
.story-visual-overlay {
  position: absolute; left: 22px; right: 22px; bottom: 22px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(17,23,18,.06);
}
.story-visual-overlay strong { display: block; font-size: 17px; letter-spacing: -.02em; }
.story-visual-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.story-visual-tags span {
  padding: 7px 10px; border-radius: 999px; background: #eef4ee; color: #55755c;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
}

.signals-section,
.mold-section,
.process-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(111,155,112,.07), transparent 23%),
    linear-gradient(180deg, #f1f4f0 0%, #edf1ec 100%);
}
.section-heading { max-width: 890px; margin-bottom: 56px; }
.section-heading-wide { max-width: 1080px; }
.section-lead { max-width: 800px; margin-top: 22px; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.6; }
.signal-grid { gap: 18px; }
.signal-card {
  min-height: 340px;
  padding: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.88));
  box-shadow: var(--shadow-card);
}
.signal-card:hover { box-shadow: 0 18px 40px rgba(18,28,21,.07); }
.signal-icon { width: 68px; height: 68px; }
.signal-card h3 { margin: 32px 0 12px; font-size: clamp(25px, 2.2vw, 36px); line-height: 1.05; }
.signal-card p { font-size: 16px; max-width: 500px; }
.signal-card::after { width: 116px; height: 116px; opacity: .75; }

.principle-section {
  padding: 148px 24px;
  background:
    linear-gradient(180deg, rgba(8,15,11,.14), rgba(8,15,11,.14)),
    radial-gradient(circle at 80% 10%, rgba(111,155,112,.18), transparent 25%),
    url("./assets/gebaeude-hero.webp") center center / cover no-repeat;
}
.principle-content blockquote { font-size: clamp(38px, 5.2vw, 80px); line-height: 1.02; }

.translation-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbf7 100%);
  overflow: hidden;
}
.translation-section::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 82px;
  width: 360px;
  height: 420px;
  border-radius: 32px;
  background: linear-gradient(0deg, rgba(255,255,255,.70), rgba(255,255,255,.40)), url("./assets/gebaeude-hero.webp") center / cover no-repeat;
  opacity: .10;
  pointer-events: none;
  filter: grayscale(.08) saturate(.5);
}
.translation-grid { gap: clamp(48px, 8vw, 118px); align-items: start; }
.translation-copy p:last-child { max-width: 620px; margin-top: 22px; font-size: 18px; line-height: 1.62; }
.outcome-row { padding: 19px 0; grid-template-columns: 52px 138px 1fr; gap: 18px; }
.outcome-row strong { font-size: 19px; line-height: 1.28; }
.outcome-row span { font-size: 11px; }

.mold-intro-grid { gap: 28px; margin-bottom: 28px; }
.mold-visual-card { padding: 20px; box-shadow: var(--shadow-card); }
.mold-visual-head strong { font-size: 15px; }
.mold-visual-kpis b { font-size: 14px; }
.mold-benefits { gap: 14px; margin-bottom: 20px; }
.benefit-card { padding: 22px; box-shadow: var(--shadow-card); }
.benefit-card h3 { margin: 20px 0 8px; font-size: 21px; }
.benefit-card p { font-size: 14px; line-height: 1.58; }
.chart-pair { gap: 18px; }
.chart-card { box-shadow: var(--shadow-card); }
.chart-card h3 { font-size: 22px; }
.chart-card > p, .example-card > p { font-size: 14px; line-height: 1.6; }
.claim-panel {
  margin-top: 18px;
  padding: clamp(32px, 4vw, 60px);
  background:
    linear-gradient(180deg, rgba(9,16,12,.90), rgba(9,16,12,.88)),
    url("./assets/gebaeude-hero.webp") center center / cover no-repeat;
}
.claim-panel h3 { max-width: 920px; font-size: clamp(28px, 3vw, 48px); }
.claim-panel p:last-child { max-width: 720px; font-size: 16px; }

.examples-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fafbf8 100%);
}
.example-grid { gap: 18px; }
.example-card {
  padding: 24px;
  background: linear-gradient(180deg, #f3f6f3 0%, #eff3ef 100%);
  box-shadow: var(--shadow-card);
}
.example-card h3 { margin: 8px 0 16px; font-size: 22px; }
.card-topline { margin-bottom: 4px; }

.role-flow { gap: 9px; margin-bottom: 46px; }
.role-card { padding: 20px 15px; box-shadow: var(--shadow-card); }
.role-card strong { font-size: 16px; }
.process-step { grid-template-columns: 58px 1fr; gap: 18px; padding: 23px 0; }
.process-step > span { width: 40px; height: 40px; font-size: 12px; }
.process-step h3 { font-size: 22px; }
.process-step p { font-size: 15px; }

.value-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
  overflow: hidden;
}
.value-section::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 36px;
  width: 420px;
  height: 500px;
  border-radius: 36px;
  background: linear-gradient(0deg, rgba(255,255,255,.72), rgba(255,255,255,.42)), url("./assets/gebaeude-hero.webp") center / cover no-repeat;
  opacity: .08;
  filter: saturate(.55) blur(.2px);
  pointer-events: none;
}
.value-grid { gap: clamp(48px, 8vw, 120px); align-items: start; }
.value-copy p:last-child { max-width: 620px; margin-top: 22px; font-size: 18px; line-height: 1.62; }
.value-outcomes > div { padding: 18px 0; gap: 16px; }
.value-outcomes strong { font-size: 18px; }
.value-outcomes span { font-size: 15px; }

.final-message {
  padding: 145px 24px;
  background:
    linear-gradient(180deg, rgba(8,15,11,.82), rgba(8,15,11,.88)),
    radial-gradient(circle at 72% 18%, rgba(111,155,112,.18), transparent 27%),
    url("./assets/gebaeude-hero.webp") center center / cover no-repeat;
}
.final-message h2 { max-width: 980px; font-size: clamp(44px, 5.8vw, 92px); }
.final-message p:last-child { max-width: 650px; font-size: 18px; }

.contact-section { padding: 92px 0; background: linear-gradient(180deg, #dfe9df 0%, #d7e4d8 100%); }
.contact-card { gap: clamp(46px, 8vw, 108px); padding: clamp(32px, 4vw, 60px); box-shadow: 0 20px 54px rgba(18,28,21,.08); }
.contact-card h2 { font-size: clamp(36px, 4.2vw, 60px); }
.contact-card > div:first-child > p:last-child { margin-top: 18px; font-size: 17px; line-height: 1.6; }
.contact-actions address { font-size: 13px; line-height: 1.6; }

.footer-inner p { font-size: 12px; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .42s ease, transform .42s ease; will-change: opacity, transform; }
.reveal.visible { opacity: 1; transform: none; }

.symbol-badge { width: 38px; height: 38px; }
.symbol-badge svg { width: 19px; height: 19px; }
.symbol-badge-mini { width: 32px; height: 32px; }
.symbol-badge-mini svg { width: 17px; height: 17px; }
.symbol-badge-row { width: 40px; height: 40px; }
.signal-card .signal-corner { right: 24px; top: 24px; gap: 8px; }
.signal-card .number, .benefit-card > .benefit-top > span { font-size: 10px; }
.mold-visual-tags span { font-size: 10px; }

@media (max-width: 1050px) {
  .hero-image { left: 30%; }
  .translation-section::after, .value-section::before { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 24px, var(--max)); }
  body { font-size: 15px; }
  .hero { min-height: 900px; }
  .hero-content { padding: 118px 0 208px; }
  .hero h1 { font-size: clamp(44px, 13vw, 68px); }
  .hero-statement { font-size: 21px; }
  .hero-image { inset: 42% -12% 0 20%; opacity: .44; }
  .section { padding: 88px 0; }
  h2 { font-size: 38px; }
  .story-opening-copy { padding-top: 0; font-size: 16px; }
  .story-visual { min-height: 220px; }
  .signal-card { min-height: 308px; padding: 24px; }
  .signal-card h3 { font-size: 28px; }
  .principle-section { padding: 105px 20px; }
  .principle-content blockquote { font-size: 39px; }
  .translation-copy p:last-child, .value-copy p:last-child, .section-lead, .final-message p:last-child { font-size: 16px; }
  .outcome-row { grid-template-columns: 42px 1fr; }
  .outcome-row strong { font-size: 18px; }
  .benefit-card h3, .chart-card h3, .example-card h3, .process-step h3 { font-size: 20px; }
  .claim-panel h3 { font-size: 30px; }
  .value-outcomes strong { font-size: 17px; }
  .contact-card h2 { font-size: 34px; }
}


/* V6.5 – Geschichte und Kundennutzen als roter Faden */
body { font-size: 16px; }
.hero h1 { font-size: clamp(54px, 7.2vw, 110px); }
.hero-statement { font-size: clamp(22px, 2.4vw, 35px); }
h2 { font-size: clamp(39px, 5vw, 72px); }
.section { padding: 128px 0; }
.story-benefit-bridge {
  padding: 18px 20px;
  border-left: 3px solid #7aa47d;
  border-radius: 0 16px 16px 0;
  background: rgba(220,235,221,.45);
  color: #263b2c;
  font-weight: 600;
}
.needs-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,249,245,.97)),
    url("./assets/gebaeude-hero.webp") center 42% / cover fixed;
  overflow: hidden;
}
.needs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251,250,246,.98), rgba(251,250,246,.90) 58%, rgba(251,250,246,.72));
  pointer-events: none;
}
.needs-section .container { position: relative; z-index: 1; }
.needs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.need-card {
  min-height: 320px;
  padding: 28px;
  border-radius: 26px;
  border: 1px solid rgba(17,23,18,.10);
  box-shadow: 0 16px 42px rgba(18,28,21,.055);
  display: flex;
  flex-direction: column;
}
.need-security { background: rgba(226,239,228,.94); }
.need-costs { background: rgba(247,240,216,.94); }
.need-work { background: rgba(230,237,246,.94); }
.need-icon {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.76); color: #496b51; border: 1px solid rgba(17,23,18,.08);
}
.need-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.need-label { margin: 28px 0 9px; color: #55765c; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.need-card h3 { margin: 0; max-width: 360px; font-size: clamp(24px, 2.15vw, 32px); line-height: 1.12; letter-spacing: -.035em; }
.need-card > p:last-child { margin: auto 0 0; padding-top: 24px; max-width: 390px; color: #5d6b62; font-size: 15px; line-height: 1.62; }
.final-message h2 { font-size: clamp(44px, 5.8vw, 90px); }
.contact-card h2 { font-size: clamp(36px, 4.3vw, 62px); }
.reveal { transform: translateY(12px); transition-duration: .4s; }
@media (max-width: 960px) {
  .needs-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 250px; }
  .needs-section { background-attachment: scroll; }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  .hero h1 { font-size: clamp(44px, 13vw, 68px); }
  h2 { font-size: 38px; }
  .section { padding: 88px 0; }
  .need-card { min-height: auto; padding: 24px; }
  .need-card h3 { font-size: 25px; }
  .need-card > p:last-child { margin-top: 24px; padding-top: 0; }
  .story-benefit-bridge { padding: 16px 17px; }
}


/* V6.7 – Bewohner, Raumklima und Gesundheit */
.needs-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.need-health {
  background: rgba(233, 243, 238, .95);
}
.need-health .need-icon {
  color: #397052;
}
.resident-section {
  background:
    radial-gradient(circle at 85% 12%, rgba(111,155,112,.12), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f5f8f4 100%);
  overflow: hidden;
}
.resident-grid {
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
}
.resident-copy .section-lead {
  max-width: 720px;
}
.resident-points {
  margin-top: 36px;
  border-top: 1px solid var(--line);
}
.resident-points > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.resident-points > div > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #9db5a1;
  color: #54785a;
  font-size: 11px;
  font-weight: 850;
}
.resident-points p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.resident-points strong {
  color: var(--ink);
  font-size: 18px;
  letter-spacing: -.02em;
}
.resident-panel {
  padding: 26px;
  border-radius: 28px;
  background: #102019;
  color: white;
  box-shadow: 0 26px 72px rgba(16,32,25,.16);
}
.resident-panel header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.resident-panel header small {
  display: block;
  color: rgba(255,255,255,.56);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.resident-panel header h3 {
  margin: 8px 0 0;
  max-width: 380px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.resident-status {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(168,204,169,.16);
  color: #bfe1c0;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}
.resident-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 18px;
}
.resident-values > div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
}
.resident-values small,
.resident-values strong {
  display: block;
}
.resident-values small {
  color: rgba(255,255,255,.5);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.resident-values strong {
  margin-top: 7px;
  font-size: 14px;
}
.recommendation-list {
  display: grid;
  gap: 10px;
}
.recommendation-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 15px;
  border-radius: 18px;
  background: white;
  color: var(--ink);
}
.recommendation-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.recommendation-list strong {
  color: var(--ink);
  font-size: 15px;
}
.recommendation-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-light);
  color: #51775a;
}
.recommendation-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.resident-note {
  margin: 16px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .resident-grid {
    grid-template-columns: 1fr;
  }
  .resident-visual {
    max-width: 650px;
  }
}
@media (max-width: 760px) {
  .needs-grid {
    grid-template-columns: 1fr;
  }
  .resident-panel {
    padding: 20px;
  }
  .resident-panel header {
    flex-direction: column;
  }
  .resident-values {
    grid-template-columns: 1fr;
  }
  .resident-points strong {
    font-size: 16px;
  }
  .final-message h2 {
    font-size: 44px;
  }
}


/* V6.8 – Fehlerkorrekturen: Textfluss, Symbolzentrierung, Kachel-Layout */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  word-break: normal;
  overflow-wrap: break-word;
}
.story-benefit-bridge {
  max-width: 920px;
}

/* Symbole sauber im Kreis zentrieren */
.symbol-badge,
.need-icon,
.recommendation-icon {
  display: grid !important;
  place-items: center !important;
  line-height: 0;
  overflow: hidden;
}
.symbol-badge svg,
.need-icon svg,
.recommendation-icon svg {
  display: block;
  flex: none;
  margin: 0;
  transform: none;
}

/* Kundennutzen-Karten: kleinere Schrift, saubere Umbrüche */
.needs-grid {
  align-items: stretch;
}
.need-card {
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.need-card h3,
.need-card > p:last-child,
.signal-card h3,
.signal-card p,
.outcome-row span,
.outcome-row strong,
.value-text strong,
.value-text span,
.benefit-card h3,
.benefit-card p,
.example-card h3,
.example-card p {
  overflow-wrap: anywhere;
  hyphens: auto;
}
.need-card h3 {
  max-width: 100%;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.18;
  letter-spacing: -.028em;
}
.need-card > p:last-child {
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.55;
}
.need-label {
  font-size: 11px;
}

/* Outcome-Zeilen: kein Überlappen mehr */
.translation-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
}
.outcome-row {
  grid-template-columns: 48px minmax(130px, 165px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.outcome-row span {
  font-size: 10px;
  line-height: 1.3;
  padding-top: 5px;
}
.outcome-row strong {
  font-size: 17px;
  line-height: 1.34;
  min-width: 0;
}

/* Werterhalt-Rechtsseite etwas feiner und stabiler */
.value-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
}
.value-outcomes > div {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.value-outcomes strong {
  font-size: 16px;
  line-height: 1.28;
}
.value-outcomes span {
  font-size: 14px;
  line-height: 1.45;
}

/* Signal- und Vorteilskarten insgesamt etwas ruhiger */
.signal-card h3 {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
}
.signal-card p {
  font-size: 15px;
  line-height: 1.55;
}
.benefit-card h3 {
  font-size: 19px;
  line-height: 1.18;
}
.example-card h3 {
  font-size: 21px;
  line-height: 1.16;
}

/* Mobile/kleinere Breiten */
@media (max-width: 1220px) {
  .needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .translation-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }
  .outcome-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px 12px;
  }
  .outcome-row span {
    grid-column: 2;
    padding-top: 2px;
  }
  .outcome-row strong {
    grid-column: 2;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .needs-grid {
    grid-template-columns: 1fr;
  }
  .need-card {
    padding: 22px;
  }
  .need-card h3 {
    font-size: 22px;
    line-height: 1.18;
  }
  .need-card > p:last-child {
    font-size: 14px;
    line-height: 1.5;
  }
  .signal-card h3 {
    font-size: 24px;
  }
  .signal-card p,
  .value-outcomes span {
    font-size: 14px;
  }
  .value-outcomes strong {
    font-size: 15px;
  }
}
