/* ============================================================
   Homepage (Website.html) section styles
   ============================================================ */

.accent.is-strong { font-weight: 400; }
.hl { color: var(--rost); }

/* ── Hero A (editorial) ────────────────────────────────── */
.hero-a { background: var(--cream); padding: 64px 56px 64px; overflow: hidden; position: relative; }
.hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: stretch;
}
.hero-a .eyebrow { display: block; margin-bottom: 20px; font-size: 14px; }
.hero-title {
  font-size: clamp(40px, 4.6vw, 64px); font-weight: 800; line-height: 1.06;
  letter-spacing: -0.03em; color: var(--schwarzbraun); margin-bottom: 12px;
}
.hero-lead { font-size: 18px; line-height: 1.65; color: var(--erdbraun); max-width: 520px; margin: 28px 0 40px; }
.hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.hero-media { position: relative; display: flex; }
.hero-badge {
  position: absolute; top: -24px; right: -16px; z-index: 3;
  background: var(--rost); border-radius: 14px; padding: 16px 20px;
  box-shadow: 0 8px 28px rgba(107,74,50,0.18); max-width: 200px; transform: rotate(2deg);
}
.hero-badge .t { font-family: 'Geologica Cursive', sans-serif; font-weight: 300; font-size: 14px; color: var(--cream); line-height: 1.4; }
.hero-badge .t strong { font-weight: 700; font-family: 'Geologica', sans-serif; color: var(--cream); }
.hero-portrait { width: 100%; min-height: 500px; margin-left: auto; border-radius: 24px; position: relative; background: var(--sand); overflow: hidden; }
.hero-portrait img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 50%; pointer-events: none;
}

/* ── Trusted bar ───────────────────────────────────────── */
.trusted {
  background: var(--surface);
  border-top: 1px solid var(--rosegrau); border-bottom: 1px solid var(--rosegrau);
  padding: 44px 56px; display: flex; flex-direction: column; align-items: center; gap: 32px;
}
.trusted-stats { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: clamp(28px, 6vw, 80px); }
.trusted-stat { display: flex; align-items: baseline; gap: 12px; }
.trusted-stat .num { font-size: clamp(30px, 3.4vw, 40px); font-weight: 800; color: var(--rost); letter-spacing: -0.02em; line-height: 1; }
.trusted-stat .lbl { font-size: 14px; color: var(--erdbraun); line-height: 1.3; max-width: 150px; }
.trusted-rule { width: 100%; max-width: 760px; height: 1px; background: var(--rosegrau); opacity: 0.6; }
.trusted-logos-wrap { display: flex; flex-direction: column; align-items: center; gap: 22px; width: 100%; }
.trusted-logos-label { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--warmgrau); text-align: center; }
.trusted-logos { display: flex; gap: clamp(40px, 6vw, 88px); flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; max-width: 900px; }
.trusted-logos img { width: auto; object-fit: contain; opacity: 0.9; transition: opacity 240ms; }
.trusted-logos img:hover { opacity: 1; }

/* ── Pain point ────────────────────────────────────────── */
.painpoint { background: var(--cream); padding: 112px 56px; }
.painpoint-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center; }
.painpoint h2 { font-size: clamp(36px, 3.8vw, 54px); font-weight: 800; letter-spacing: -0.03em; color: var(--schwarzbraun); line-height: 1.05; margin-bottom: 28px; }
.painpoint .p1 { font-size: 17px; line-height: 1.75; color: var(--erdbraun); margin-bottom: 20px; }
.painpoint .p2 { font-size: 18px; line-height: 1.6; color: var(--schwarzbraun); font-weight: 600; }
.painpoint .eyebrow { display: block; margin-bottom: 16px; }
.pain-card { background: var(--surface); border-radius: 20px; padding: 44px 40px; border: 1px solid var(--rosegrau); display: flex; flex-direction: column; }
.pain-card .eyebrow { display: block; font-size: 13px; margin-bottom: 14px; }
.pain-card h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: var(--schwarzbraun); line-height: 1.2; margin-bottom: 20px; }
.pain-card p { font-size: 15px; line-height: 1.7; color: var(--erdbraun); margin-bottom: 18px; }
.pain-card p.italic { font-style: italic; margin-bottom: 24px; }
.pain-quote { background: var(--cream); border-left: 3px solid var(--rost); padding: 18px 22px; margin-bottom: 32px; border-radius: 0 8px 8px 0; }
.pain-quote p { font-size: 16px; line-height: 1.55; color: var(--schwarzbraun); font-weight: 600; margin: 0; }

/* ── Mid CTA ───────────────────────────────────────────── */
.midcta { background: var(--sand); padding: 64px 56px; text-align: center; }
.midcta-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.midcta p { font-family: 'Geologica Cursive', sans-serif; font-weight: 300; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.4; color: var(--schwarzbraun); }

/* ── Method ────────────────────────────────────────────── */
.method { background: var(--cream); padding: 112px 56px; }
.method-inner { max-width: 1200px; margin: 0 auto; }
.method-top { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; margin-bottom: 48px; }
.method-top .eyebrow { display: block; margin-bottom: 16px; }
.method-top h2 { font-size: clamp(38px, 4vw, 60px); font-weight: 800; letter-spacing: -0.03em; color: var(--schwarzbraun); line-height: 1.05; margin-bottom: 20px; max-width: 640px; }
.method-top p { font-size: 17px; line-height: 1.7; color: var(--erdbraun); max-width: 560px; }
.method-img { border-radius: 24px; overflow: hidden; box-shadow: 0 16px 44px rgba(55,50,60,0.12); aspect-ratio: 4/3; }
.method-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }

.las-block { background: var(--surface); border-radius: 28px; padding: 64px 60px; margin-bottom: 48px; position: relative; overflow: hidden; border: 1px solid var(--rosegrau); }
.las-block::before { content: ''; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(255,207,167,0.33) 0%, transparent 65%); }
.las-block::after { content: ''; position: absolute; left: -60px; bottom: -100px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(246,242,234,0.53) 0%, transparent 65%); }
.las-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.las-venn { display: flex; justify-content: center; }
.las-venn svg { max-width: 400px; width: 100%; }
.las-text .eyebrow { display: block; margin-bottom: 14px; }
.las-text h3 { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; color: var(--schwarzbraun); line-height: 1.15; margin-bottom: 28px; }
.discipline-list { display: flex; flex-direction: column; gap: 12px; }
.discipline { display: flex; align-items: center; gap: 16px; padding: 14px 18px; border-radius: 12px; background: rgba(55,50,60,0.03); border: 1px solid var(--rosegrau); }
.discipline .dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.discipline .name { font-size: 14px; font-weight: 700; color: var(--schwarzbraun); margin-bottom: 2px; }
.discipline .role { font-size: 12px; color: var(--erdbraun); line-height: 1.4; opacity: 0.75; }

.method-cards-title { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; color: var(--schwarzbraun); margin-bottom: 24px; }
.method-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.method-card { border-radius: 20px; padding: 36px 30px; display: flex; flex-direction: column; min-height: 360px; position: relative; }
.method-card .num { font-size: 52px; font-weight: 900; line-height: 0.85; letter-spacing: -0.03em; color: var(--cream); margin-bottom: 18px; opacity: 0.7; }
.method-card .tag { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--erdbraun); margin-bottom: 10px; }
.method-card h4 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--schwarzbraun); line-height: 1.15; margin-bottom: 14px; }
.method-card p { font-size: 14px; line-height: 1.65; color: var(--schwarzbraun); opacity: 0.8; flex: 1; margin-bottom: 20px; }
.method-card .effect { border-top: 2px dashed rgba(55,50,60,0.2); padding-top: 16px; font-size: 13px; font-weight: 700; color: var(--schwarzbraun); line-height: 1.5; }
.method-card .effect .lbl { font-size: 9px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.5; margin-bottom: 4px; }

/* ── For whom ──────────────────────────────────────────── */
.fuerwen { background: var(--sand); padding: 112px 56px; }
.fuerwen-inner { max-width: 1200px; margin: 0 auto; }
.fuerwen-head { text-align: center; margin-bottom: 64px; }
.fuerwen-head .eyebrow { display: block; margin-bottom: 16px; }
.fuerwen-head h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 800; letter-spacing: -0.03em; color: var(--schwarzbraun); line-height: 1.05; max-width: 720px; margin: 0 auto; }
.fuerwen-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fw-card { border-radius: 24px; padding: 48px 44px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.fw-card--fk { background: var(--rost); border: 1px solid transparent; }
.fw-card--hr { background: var(--surface); border: 1px solid var(--rosegrau); }
.fw-card--fk::before { content: ''; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,0.07); }
.fw-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: var(--schwarzbraun); color: var(--cream); padding: 6px 14px; border-radius: 999px; margin-bottom: 24px; align-self: flex-start; position: relative; z-index: 1; }
.fw-card h3 { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 14px; min-height: 104px; position: relative; z-index: 1; }
.fw-card--fk h3 { color: var(--cream); }
.fw-card--hr h3 { color: var(--schwarzbraun); }
.fw-lead { font-size: 15px; line-height: 1.65; margin-bottom: 24px; min-height: 124px; position: relative; z-index: 1; }
.fw-card--fk .fw-lead { color: rgba(254,250,240,0.85); }
.fw-card--hr .fw-lead { color: var(--erdbraun); }
.fw-list { list-style: none; margin-bottom: 24px; display: flex; flex-direction: column; position: relative; z-index: 1; }
.fw-list li { padding: 11px 0; font-size: 14px; line-height: 1.5; display: flex; gap: 14px; align-items: flex-start; }
.fw-list li .arrow { font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.fw-card--fk .fw-list li { color: rgba(254,250,240,0.92); border-bottom: 1px solid rgba(254,250,240,0.14); }
.fw-card--fk .fw-list li .arrow { color: var(--cream); }
.fw-card--hr .fw-list li { color: var(--erdbraun); border-bottom: 1px solid var(--rosegrau); }
.fw-card--hr .fw-list li .arrow { color: var(--rost); }
.fw-foot { margin-top: auto; position: relative; z-index: 1; }
.fw-note { margin-bottom: 20px; font-size: 13px; font-style: italic; font-family: 'Geologica Cursive', sans-serif; font-weight: 300; }
.fw-card--fk .fw-note { color: rgba(254,250,240,0.7); }
.fw-card--hr .fw-note { color: var(--warmgrau); }
.fw-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 28px; border-radius: 8px; font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; font-family: 'Geologica', sans-serif; }
.fw-card--fk .fw-btn { background: var(--cream); color: var(--rost); }
.fw-card--hr .fw-btn { background: var(--erdbraun); color: var(--cream); }

/* ── Antreiber check ───────────────────────────────────── */
.antreiber { background: var(--surface); padding: 112px 56px; position: relative; overflow: hidden; }
.antreiber-bg { position: absolute; inset: 0; background-image: url('../uploads/judith_postits.web.jpg'); background-size: cover; background-position: center 25%; z-index: 0; }
.antreiber-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(250,248,243,0.96) 0%, rgba(250,248,243,0.9) 50%, rgba(250,248,243,0.8) 100%); z-index: 0; }
.antreiber-inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.antreiber .eyebrow { display: block; margin-bottom: 16px; }
.antreiber h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; letter-spacing: -0.03em; color: var(--schwarzbraun); line-height: 1.12; margin-bottom: 16px; }
.antreiber .sub { font-size: 16px; color: var(--erdbraun); line-height: 1.6; max-width: 520px; margin: 0 auto 36px; }
.driver-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.driver-btn { padding: 14px 24px; border-radius: 999px; border: 1.5px solid var(--rosegrau); background: var(--cream); color: var(--schwarzbraun); font-family: 'Geologica', sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 200ms; }
.driver-btn:hover { border-color: var(--rost); }
.driver-btn.is-active { border-color: var(--rost); background: var(--rost); color: var(--cream); }
.erlauber { background: var(--sand); border-radius: 24px; padding: 44px 40px; margin-top: 40px; }
.erlauber[hidden] { display: none; }
.erlauber-label { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rost); margin-bottom: 16px; }
.erlauber-text { font-family: 'Geologica Cursive', sans-serif; font-weight: 300; font-size: clamp(24px, 3vw, 36px); color: var(--schwarzbraun); line-height: 1.3; margin-bottom: 16px; }
.erlauber-note { font-size: 16px; color: var(--erdbraun); line-height: 1.65; max-width: 520px; margin: 0 auto 28px; }
.erlauber-cta-text { font-size: 15px; color: var(--schwarzbraun); font-weight: 600; line-height: 1.6; max-width: 520px; margin: 0 auto 28px; }

/* ── Testimonials ──────────────────────────────────────── */
.testimonials { background: var(--rost); padding: 96px 56px; }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-head { text-align: center; margin-bottom: 48px; }
.testimonials-head .eyebrow { display: block; color: rgba(254,250,240,0.6); }
.testi-scroll { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(254,250,240,0.55) rgba(254,250,240,0.14); }
.testi-scroll::-webkit-scrollbar { height: 8px; }
.testi-scroll::-webkit-scrollbar-track { background: rgba(254,250,240,0.14); border-radius: 99px; }
.testi-scroll::-webkit-scrollbar-thumb { background: rgba(254,250,240,0.5); border-radius: 99px; }
.testi-scroll::-webkit-scrollbar-thumb:hover { background: rgba(254,250,240,0.7); }
.testi-card { background: var(--cream); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; flex: 0 0 340px; scroll-snap-align: start; }
.testi-stars { display: flex; gap: 4px; margin-bottom: 18px; }
.testi-card p { font-size: 15px; line-height: 1.65; color: var(--schwarzbraun); flex: 1; margin-bottom: 22px; }
.testi-foot { border-top: 1px solid var(--rosegrau); padding-top: 16px; }
.testi-author { font-size: 14px; font-weight: 700; color: var(--schwarzbraun); }
.testi-role { font-size: 11px; color: var(--warmgrau); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

/* ── About ─────────────────────────────────────────────── */
.about { background: var(--cream); padding: 112px 56px; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: flex-start; }
.about-portrait { position: sticky; top: 90px; }
.about-portrait .frame { width: 100%; aspect-ratio: 3/4; border-radius: 24px; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 38% 25%; }
.about .eyebrow { display: block; margin-bottom: 16px; }
.about h2 { font-size: clamp(36px, 4vw, 52px); font-weight: 800; letter-spacing: -0.03em; color: var(--schwarzbraun); line-height: 1.1; margin-bottom: 28px; }
.about .p1 { font-size: 18px; color: var(--erdbraun); line-height: 1.7; margin-bottom: 20px; }
.about .p2 { font-size: 16px; color: var(--erdbraun); line-height: 1.7; margin-bottom: 40px; }
.about .p2 em { font-family: 'Geologica Cursive', sans-serif; font-weight: 400; font-style: normal; }
.about .p2 strong { color: var(--schwarzbraun); font-weight: 700; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; padding: 28px 0; border-top: 1px solid var(--rosegrau); border-bottom: 1px solid var(--rosegrau); }
.about-stat .num { font-size: 36px; font-weight: 800; color: var(--rost); letter-spacing: -0.02em; line-height: 1; font-family: 'Geologica', sans-serif; }
.about-stat .lbl { font-size: 12px; color: var(--warmgrau); letter-spacing: 0.04em; margin-top: 6px; }
.about-block { margin-bottom: 24px; }
.about-block.certs { margin-bottom: 36px; }
.about-sub { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--warmgrau); margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 6px 14px; border-radius: 999px; border: 1px solid var(--rosegrau); font-size: 12px; font-weight: 500; color: var(--erdbraun); }
.cert { display: flex; align-items: center; padding: 4px 10px; border-radius: 6px; background: var(--cream); border: 1px solid var(--rosegrau); height: 38px; }
.cert img { height: 28px; width: auto; object-fit: contain; }

/* ── Next round CTA ────────────────────────────────────── */
.nextround { background: var(--cream); padding: 96px 56px; }
.nextround-box { max-width: 1100px; margin: 0 auto; background: var(--rost); border-radius: 32px; padding: 80px 64px; color: var(--cream); position: relative; overflow: hidden; text-align: center; }
.nextround-box::before { content: ''; position: absolute; top: -100px; right: -100px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,0.08); }
.nextround-box::after { content: ''; position: absolute; bottom: -120px; left: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.nextround-content { position: relative; z-index: 1; }
.nr-badge { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; background: var(--schwarzbraun); color: var(--peach); padding: 10px 22px; border-radius: 999px; margin-bottom: 28px; box-shadow: 0 4px 14px rgba(0,0,0,0.18); }
.nextround h2 { font-size: clamp(40px, 4.4vw, 64px); font-weight: 800; letter-spacing: -0.03em; color: var(--cream); line-height: 1.02; margin-bottom: 24px; }
.nextround h2 .cursive { font-family: 'Geologica Cursive', sans-serif; font-weight: 300; }
.nr-p1 { font-size: 19px; line-height: 1.6; color: rgba(254,250,240,0.9); max-width: 560px; margin: 0 auto 16px; }
.nr-p1 strong { color: var(--cream); font-weight: 800; }
.nr-p2 { font-size: 16px; line-height: 1.6; color: rgba(254,250,240,0.78); max-width: 560px; margin: 0 auto 28px; font-style: italic; }
.nr-quote { max-width: 480px; margin: 0 auto 36px; padding: 18px 24px; background: rgba(255,255,255,0.1); border-radius: 14px; text-align: left; }
.nr-quote p { font-family: 'Geologica Cursive', sans-serif; font-weight: 300; font-size: 17px; color: var(--cream); line-height: 1.5; margin-bottom: 8px; }
.nr-quote .who { font-size: 12px; color: rgba(254,250,240,0.72); letter-spacing: 0.06em; }
.nr-judith { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 32px; }
.nr-judith img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(254,250,240,0.5); }
.nr-judith .meta { text-align: left; }
.nr-judith .name { font-weight: 700; color: var(--cream); font-size: 15px; }
.nr-judith .role { font-size: 13px; color: rgba(254,250,240,0.8); }
.nr-cta { display: inline-flex; align-items: center; gap: 12px; padding: 18px 40px; background: var(--cream); color: var(--rost); border-radius: 10px; font-size: 16px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.nr-fine { margin-top: 20px; font-size: 14px; color: rgba(254,250,240,0.78); }

/* ── Contact ───────────────────────────────────────────── */
.contact { background: var(--cream); padding: 96px 56px; }
.contact-card { max-width: 1080px; margin: 0 auto; background: var(--sand); border: 1px solid var(--rosegrau); border-radius: 24px; overflow: hidden; position: relative; display: grid; grid-template-columns: 0.85fr 1fr; align-items: stretch; }
.contact-media { position: relative; min-height: 420px; overflow: hidden; }
.contact-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; transform: scale(1.15); transform-origin: center 38%; }
.contact-media .fade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, transparent 45%, rgba(246,242,234,0.8) 80%, var(--sand) 100%); pointer-events: none; }
.contact-body { padding: 56px 48px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.contact-glow { position: absolute; top: -40px; right: -40px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,207,167,0.22) 0%, transparent 58%); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; }
.contact-title { font-family: 'Geologica Cursive', sans-serif; font-weight: 300; font-size: clamp(28px, 3.2vw, 40px); color: var(--rost); line-height: 1.15; margin-bottom: 14px; }
.contact-sub { font-size: 16px; color: var(--erdbraun); line-height: 1.6; margin-bottom: 32px; max-width: 440px; }
.email-pill { display: inline-flex; align-items: center; gap: 14px; padding: 16px 28px 16px 22px; background: var(--cream); border: 1.5px solid var(--rosegrau); border-radius: 999px; text-decoration: none; box-shadow: 0 6px 20px rgba(100,75,80,0.10); transition: transform 200ms, box-shadow 200ms, border-color 200ms; align-self: flex-start; }
.email-pill:hover { border-color: var(--rost); transform: translateY(-2px); }
.email-pill .icon { width: 36px; height: 36px; border-radius: 50%; background: var(--rost); color: var(--cream); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.email-pill .addr { font-family: 'Geologica', sans-serif; font-size: 17px; font-weight: 600; color: var(--schwarzbraun); letter-spacing: -0.005em; }
.copied { margin-top: 20px; min-height: 18px; font-size: 12px; color: var(--rost); font-weight: 600; letter-spacing: 0.04em; font-family: 'Geologica', sans-serif; opacity: 0; transition: opacity 200ms; }
.copied.is-shown { opacity: 1; }

/* ── Newsletter ────────────────────────────────────────── */
.newsletter { background: var(--sand); padding: 96px 56px; }
.newsletter-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.newsletter .eyebrow { display: inline-block; margin-bottom: 20px; }
.newsletter h2 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.03em; color: var(--schwarzbraun); line-height: 1.1; margin-bottom: 20px; }
.newsletter .sub { font-size: 17px; line-height: 1.65; color: var(--erdbraun); max-width: 520px; margin: 0 auto 36px; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 12px; max-width: 560px; margin: 0 auto; align-items: stretch; }
.newsletter-form input[type="text"], .newsletter-form input[type="email"] { flex: 1 1 200px; min-width: 0; padding: 16px 22px; font-size: 16px; font-family: 'Geologica', sans-serif; color: var(--schwarzbraun); background: var(--cream); border: 1.5px solid var(--rosegrau); border-radius: 999px; outline: none; transition: border-color 200ms, box-shadow 200ms; }
.newsletter-form input[name="VORNAME"] { flex: 1 1 140px; }
.newsletter-form input:focus { border-color: var(--rost); box-shadow: 0 0 0 3px rgba(210,100,65,0.13); }
.newsletter-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.newsletter-form button { flex: 0 0 auto; padding: 16px 32px; font-family: 'Geologica', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.01em; color: var(--cream); background: var(--rost); border: none; border-radius: 999px; cursor: pointer; transition: background 200ms, transform 200ms; }
.newsletter-form button:hover { background: var(--rost-hover); transform: translateY(-2px); }
.newsletter-form button.is-sending { opacity: 0.7; cursor: default; }
.newsletter-fine { font-size: 13px; color: var(--warmgrau); font-family: 'Geologica', sans-serif; margin-top: 18px; }
.newsletter-success { background: var(--cream); border: 1.5px solid var(--rosegrau); border-radius: 20px; padding: 32px 28px; max-width: 520px; margin: 0 auto; }
.newsletter-success[hidden] { display: none; }
.newsletter-success .t { font-family: 'Geologica', sans-serif; font-size: 20px; font-weight: 700; color: var(--schwarzbraun); margin-bottom: 8px; }
.newsletter-success p { font-size: 15px; line-height: 1.6; color: var(--erdbraun); }

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-inner { display: flex; flex-direction: column; gap: 0; }
  .hero-inner > div:first-child { display: contents; }
  .hero-media { order: 2; margin-top: 8px; }
  .hero-actions { order: 3; margin-top: 28px; }
  .painpoint-inner { grid-template-columns: 1fr; gap: 40px; }
  .method-top { grid-template-columns: 1fr; gap: 32px; }
  .las-grid { grid-template-columns: 1fr; gap: 40px; }
  .fuerwen-cards { grid-template-columns: 1fr; }
  .method-cards { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-portrait { position: static; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-media { min-height: 280px; }
  .contact-media .fade { background: linear-gradient(0deg, var(--sand) 0%, transparent 60%); }
}
@media (max-width: 620px) {
  .hero-a, .painpoint, .method, .fuerwen, .antreiber, .testimonials, .about, .nextround, .contact, .newsletter, .midcta, .trusted { padding-left: 22px; padding-right: 22px; }
  /* Vertikale Abstände auf Mobil deutlich reduzieren (weniger leere Flächen) */
  .painpoint, .method, .fuerwen, .antreiber, .about { padding-top: 56px; padding-bottom: 56px; }
  .testimonials, .nextround, .contact, .newsletter { padding-top: 52px; padding-bottom: 52px; }
  .hero-a { padding-top: 36px; padding-bottom: 36px; }
  .midcta, .trusted { padding-top: 44px; padding-bottom: 44px; }
  .las-block { margin-bottom: 28px; }
  .hero-portrait { min-height: 360px; }
  .hero-portrait img { object-position: center 22%; }
  .about-portrait .frame { width: min(280px, 76vw); margin: 0 auto; }
  .las-block { padding: 40px 28px; }
  .nextround-box { padding: 56px 28px; }
  .fw-card, .pain-card { padding: 36px 28px; }
  /* "Wen ich begleite": Abstände auf Mobil reduzieren */
  .fuerwen-head { margin-bottom: 32px; }
  .fuerwen-cards { gap: 16px; }
  .fw-card h3 { min-height: 0; margin-bottom: 12px; }
  .fw-lead { min-height: 0; margin-bottom: 18px; }
  .fw-list { margin-bottom: 18px; }
  .fw-list li { padding: 9px 0; }
  .fw-note { margin-bottom: 16px; }
  /* About-Stats kompakt in einer Reihe */
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 20px 0; margin-bottom: 32px; }
  .about-stat { text-align: center; }
  .about-stat .num { font-size: 26px; }
  .about-stat .lbl { font-size: 10px; line-height: 1.3; margin-top: 4px; }

  /* Zertifikate in einer Reihe (scrollbar bei Bedarf) */
  .certs .chips { flex-wrap: nowrap; gap: 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .certs .cert { flex: 0 0 auto; height: 34px; padding: 4px 8px; }
  .certs .cert img { height: 24px; }

  /* Trusted-Zahlen kompakt in einer Reihe (wie System-Stats) */
  .trusted-stats { gap: 8px; flex-wrap: nowrap; justify-content: space-between; }
  .trusted-stat { flex-direction: column; align-items: center; text-align: center; gap: 4px; flex: 1; }
  .trusted-stat .num { font-size: 24px; }
  .trusted-stat .lbl { font-size: 10px; line-height: 1.3; max-width: none; }
  /* Logos kleiner — proportional ~35% verkleinert (Verhältnis wie Desktop) */
  .trusted-logos { gap: 26px 34px; }
  .trusted-logos img[alt="smight"] { height: 22px !important; }
  .trusted-logos img[alt="Monheim am Rhein"] { height: 32px !important; }
  .trusted-logos img[alt="coool"] { height: 22px !important; }
  .trusted-logos img[alt="SFR Umwelt"] { height: 34px !important; }

  /* Contact card: let the stacked column shrink to the screen */
  .contact-media, .contact-body { min-width: 0; }
  .contact-body { padding: 40px 24px; }
  .contact-media { min-height: 220px; }
  .email-pill { padding: 14px 18px; gap: 10px; }
  .email-pill .icon { width: 32px; height: 32px; }
  .email-pill .addr { font-size: 15px; }

  /* Newsletter: full-width inputs + button, comfortable to tap */
  .newsletter-form { flex-direction: column; }
  .newsletter-form input[type="text"], .newsletter-form input[type="email"],
  .newsletter-form input[name="VORNAME"] { flex: 1 1 auto; width: 100%; }
  .newsletter-form button { width: 100%; }
}
