/* ==========================================================================
   peterscheerer.com — Landingpage Google Ads
   Design-System: Figtree (Sans) + Source Serif 4 (Serif-Akzent)
   Farben: Hintergrund #F8F8F5 · Text #0D0D0D · Akzent #00ff00 · Dunkel #0D0D0D
   ========================================================================== */

:root {
  --bg: #F8F8F5;
  --text: #0D0D0D;
  --text-muted: #545450;
  --text-muted-2: #888884;
  --accent: #00ff00;
  --accent-dark: #007700;
  --dark: #0D0D0D;
  --dark-2: #141414;
  --dark-3: #1A1A1A;
  --border: #E4E4DE;
  --border-2: #E8E8E2;
  --font-sans: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Source Serif 4', Georgia, serif;
  --max-width: 1170px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { text-wrap: pretty; letter-spacing: -0.02em; }
p { text-wrap: pretty; }

/* ---- Skip link (a11y) ---- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: var(--dark);
  padding: 12px 20px;
  font-weight: 700;
  z-index: 1000;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---- Layout helpers ---- */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 40px; }
.section { padding: 96px 0; }
.section-sm { padding: 60px 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.01em;
  padding: 17px 32px;
  border: none;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--dark); }
.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn-secondary-dark {
  background: transparent;
  color: rgba(255,255,255,0.65);
  border: 1px solid #2A2A2A;
}
.btn-small { padding: 14px 24px; font-size: 13px; }

/* ---- Nav ---- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248,248,245,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { height: 46px; width: auto; }
.nav-cta {
  background: var(--accent);
  color: var(--dark);
  padding: 10px 24px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---- Hero ---- */
.hero { padding: 88px 0 96px; }
.hero-grid { display: flex; align-items: stretch; gap: 72px; }
.hero-text { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.hero-eyebrow-line { display: inline-block; width: 28px; height: 2px; background: var(--accent); }
.hero-eyebrow-text { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-dark); }
.hero-title { font-weight: 800; font-size: clamp(32px, 5.2vw, 66px); line-height: 1.05; letter-spacing: -0.035em; margin-bottom: 28px; }
.hero-title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--accent); }
.hero-sub { font-size: clamp(16px, 1.7vw, 19px); color: var(--text-muted); line-height: 1.75; margin-bottom: 44px; max-width: 490px; }
.hero-sub strong { color: var(--text); font-weight: 700; }
.hero-ctas { margin-bottom: 44px; }
.hero-cta-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.hero-microcopy { font-size: 13px; color: #AEAEA6; font-weight: 500; }
.hero-badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero-badges-label { font-size: 11px; font-weight: 700; color: #C8C8C0; text-transform: uppercase; letter-spacing: 0.09em; }
.hero-badge { border: 1px solid var(--border); padding: 5px 13px; font-size: 11px; font-weight: 700; color: #666660; letter-spacing: 0.04em; }
.hero-photo { flex: 0 0 370px; position: relative; }
.hero-photo-inner { width: 100%; height: 100%; min-height: 520px; position: relative; overflow: hidden; background: #1a1a1a; }
.hero-photo-inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-photo-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(13,13,13,0.55) 100%); }
.hero-photo-caption { position: absolute; bottom: 28px; left: 28px; right: 28px; }
.hero-photo-name { color: #fff; font-weight: 700; font-size: 17px; margin-bottom: 5px; }
.hero-photo-meta { color: rgba(255,255,255,0.55); font-size: 12px; line-height: 1.5; }
.hero-photo-accent { position: absolute; left: -4px; top: 20px; bottom: 20px; width: 4px; background: var(--accent); }
.hero-mobile-photo { display: none; margin-top: 36px; position: relative; border-left: 3px solid var(--accent); overflow: hidden; }
.hero-mobile-photo img { width: 100%; max-height: 380px; object-fit: cover; object-position: center 20%; }

/* ---- Claim strip ---- */
.claim-strip { background: var(--accent); padding: 17px 0; overflow: hidden; }
.claim-strip-inner {
  display: flex; gap: 44px; align-items: center; white-space: nowrap; padding: 0 40px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.claim-strip-inner::-webkit-scrollbar { display: none; } /* Chrome/Safari */
.claim-item { color: var(--dark); font-weight: 800; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.claim-sep { color: rgba(0,0,0,0.25); font-size: 12px; }
.claim-quote { color: rgba(0,0,0,0.6); font-family: var(--font-serif); font-style: italic; font-size: 14px; font-weight: 400; }

/* ---- Section variants ---- */
.section-dark { background: var(--dark); color: #fff; }
.section-tint { background: #F2F2EE; }

/* ---- Problem ---- */
.problem-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.eyebrow-accent { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.problem-title { font-weight: 800; font-size: clamp(28px, 3.8vw, 48px); line-height: 1.1; letter-spacing: -0.025em; color: #fff; margin-bottom: 12px; }
.problem-sub { font-size: 15px; line-height: 1.6; font-weight: 600; color: oklch(0.78 0.14 145); }

.tabs { display: flex; gap: 2px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.tab-btn {
  background: var(--dark-3);
  color: #555;
  border: none;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.15s, color 0.15s;
}
.tab-btn[aria-selected="true"] { background: var(--accent); color: #fff; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.problem-grid[hidden] { display: none; } /* Fix: class display:grid was beating the [hidden] UA rule */
.problem-card { background: var(--dark-2); padding: 44px 36px; }
.problem-num { font-weight: 800; font-size: 48px; color: var(--accent); line-height: 1; margin-bottom: 22px; letter-spacing: -0.05em; }
.problem-card h3 { font-weight: 700; font-size: 20px; color: #fff; margin-bottom: 14px; line-height: 1.25; }
.problem-card p { font-size: 15px; color: #606060; line-height: 1.7; }
.problem-card p + p { margin-top: 12px; color: #505050; }

.problem-quote-bar {
  margin-top: 2px;
  background: var(--dark-2);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  flex-wrap: wrap;
}
.problem-quote-bar p { font-family: var(--font-serif); font-style: italic; font-size: clamp(17px, 2vw, 23px); color: #fff; line-height: 1.55; flex: 1; min-width: 260px; }

/* ---- Stats ---- */
.stats-section { background: #DEDED8; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: #CCCCC6; }
.stat-card { background: #EEEEEA; padding: 36px 24px; }
.stat-num { font-weight: 800; font-size: 40px; letter-spacing: -0.045em; color: var(--text); line-height: 1; }
.stat-num.accent { color: var(--accent); }
.stat-label { font-size: 12px; font-weight: 500; color: var(--text-muted-2); margin-top: 8px; line-height: 1.55; }
.stat-label small { font-size: 10px; color: #666; display: block; margin-top: 3px; }

/* ---- USP ---- */
.usp-head { margin-bottom: 56px; }
.usp-title { font-weight: 800; font-size: clamp(28px, 3.8vw, 48px); line-height: 1.1; letter-spacing: -0.025em; }
.usp-title .accent { color: var(--accent); }
.usp-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.usp-card { background: #fff; border: 1px solid var(--border-2); padding: 36px 26px; }
.usp-card.featured { background: var(--accent); border: none; }
.usp-num { font-weight: 800; font-size: 34px; letter-spacing: -0.045em; color: var(--accent); margin-bottom: 18px; line-height: 1; }
.usp-card.featured .usp-num { color: rgba(0,0,0,0.25); }
.usp-card h3 { font-weight: 700; font-size: 16px; margin-bottom: 10px; line-height: 1.3; }
.usp-card p { font-size: 14px; color: #777772; line-height: 1.65; }
.usp-card.featured p { color: rgba(0,0,0,0.65); }

/* ---- Warum Peter (split) ---- */
.split-dark { background: var(--dark); display: grid; grid-template-columns: 1fr 1px 1fr; }
.split-col { padding: 52px; }
.split-col-divider { background: #1A1A1A; }
.split-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #444; margin-bottom: 20px; }
.split-quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(16px, 1.6vw, 20px); color: #fff; line-height: 1.6; margin-bottom: 20px; }
.split-body { font-size: 15px; color: #555; line-height: 1.75; }
.split-title { font-weight: 800; font-size: clamp(20px, 2.2vw, 28px); color: #fff; line-height: 1.25; letter-spacing: -0.02em; margin-bottom: 18px; }
.split-accent-line { font-family: var(--font-serif); font-style: italic; font-size: 18px; color: var(--accent); margin-top: 18px; line-height: 1.5; }

/* ---- Targets ---- */
.targets-head { margin-bottom: 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.targets-title { font-weight: 800; font-size: clamp(28px, 3.8vw, 48px); line-height: 1.1; letter-spacing: -0.025em; }
.targets-desc { font-size: 16px; color: #666660; max-width: 420px; line-height: 1.7; }
.targets-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.target-card { background: #fff; padding: 32px 24px; border: 1px solid var(--border); }
.target-card-title { font-weight: 800; font-size: 12px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--accent); }
.target-list { display: flex; flex-direction: column; gap: 10px; }
.target-item { display: flex; gap: 9px; align-items: flex-start; }
.target-item .arrow { color: var(--accent); font-weight: 700; font-size: 13px; flex-shrink: 0; line-height: 1.5; }
.target-item span:last-child { font-size: 13px; color: #555550; line-height: 1.45; }

/* ---- Method (Qualifying Attraction) ---- */
.method-section { background: oklch(0.46 0.06 146.71); color: #fff; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.method-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: oklch(0.72 0.18 145); margin-bottom: 20px; }
.method-title { font-weight: 800; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 22px; }
.method-quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(16px, 1.8vw, 21px); color: rgba(255,255,255,0.80); line-height: 1.6; margin-bottom: 32px; }
.method-rule { width: 48px; height: 3px; background: oklch(0.72 0.18 145); margin-bottom: 32px; }
.method-body { font-size: 15px; color: rgba(255,255,255,0.78); line-height: 1.8; }
.method-body + .method-body { margin-top: 14px; }
.method-body strong { color: #fff; font-weight: 800; }
.method-req-label { font-size: 12px; font-weight: 700; color: oklch(0.72 0.18 145); letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 28px; }
.method-reqs { display: flex; flex-direction: column; gap: 2px; margin-bottom: 44px; }
.method-req { background: rgba(0,0,0,0.22); padding: 24px 28px; display: flex; gap: 18px; align-items: flex-start; }
.method-req-num { color: oklch(0.80 0.20 145); font-weight: 800; font-size: 20px; line-height: 1.3; flex-shrink: 0; }
.method-req span:last-child { font-size: 15px; color: rgba(255,255,255,0.9); line-height: 1.65; }
.method-examples-label { font-size: 12px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: oklch(0.65 0.15 145); margin-bottom: 16px; }
.method-examples { display: flex; flex-direction: column; gap: 10px; }
.method-example { border-left: 3px solid oklch(0.80 0.20 145); padding: 14px 20px; background: rgba(0,0,0,0.20); }
.method-example p { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.6; }
.method-note { font-size: 13px; color: rgba(255,255,255,0.50); margin-top: 18px; line-height: 1.65; }
.method-note strong { color: oklch(0.80 0.20 145); }

/* ---- Qualifying (fit check) ---- */
.fit-wrap { background: var(--dark-2); border: 1px solid #222; padding: 52px 56px; display: grid; grid-template-columns: 1fr 1px 1fr; gap: 0; align-items: start; }
.fit-col { padding: 0 48px; }
.fit-col:first-child { padding-left: 0; }
.fit-col:last-child { padding-right: 0; }
.fit-divider { background: #1E1E1E; }
.fit-title { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 22px; line-height: 1.2; }
.fit-title.no { color: #fff; }
.fit-title.yes { color: var(--accent); }
.fit-list { display: flex; flex-direction: column; gap: 16px; }
.fit-item { display: flex; gap: 14px; align-items: flex-start; }
.fit-item .mark { font-weight: 700; font-size: 15px; flex-shrink: 0; line-height: 1.5; }
.fit-item.no .mark { color: #2E2E2E; }
.fit-item.no span:last-child { font-size: 15px; color: #555; line-height: 1.55; }
.fit-item.yes .mark { color: var(--accent); }
.fit-item.yes span:last-child { font-size: 15px; color: #ccc; line-height: 1.55; }

/* ---- Cases ---- */
.cases-head { margin-bottom: 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cases-title { font-weight: 800; font-size: clamp(28px, 3.8vw, 48px); line-height: 1.1; letter-spacing: -0.025em; }
.cases-desc { font-size: 15px; color: var(--text-muted-2); max-width: 380px; line-height: 1.7; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.case-card { background: #fff; border: 1px solid var(--border-2); padding: 36px 32px; }
.case-card.cta { background: var(--accent); }
.case-title { font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--accent); }
.case-title.cta { color: rgba(0,0,0,0.5); border-bottom-color: rgba(0,0,0,0.2); }
.case-revenue-label { font-size: 10px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--text-muted-2); margin-bottom: 8px; }
.case-revenue { font-weight: 800; font-size: 36px; letter-spacing: -0.04em; color: oklch(0.6 0.06 145.18); line-height: 1; margin-bottom: 24px; }
.case-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 20px; padding-top: 20px; border-top: 1px solid var(--border-2); }
.case-stat-num { font-weight: 800; font-size: 16px; letter-spacing: -0.02em; color: var(--text); line-height: 1; }
.case-stat-num.accent { color: var(--accent); }
.case-stat-label { font-size: 11px; color: var(--text-muted-2); margin-top: 4px; line-height: 1.3; }
.case-note { font-size: 13px; color: var(--text-muted-2); line-height: 1.6; }
.case-cta-quote { font-family: var(--font-serif); font-style: italic; font-size: 20px; color: var(--text); line-height: 1.6; margin-bottom: 28px; }
.case-cta-body { font-size: 14px; color: rgba(0,0,0,0.65); line-height: 1.7; margin-bottom: 32px; }
.roas-note { max-width: var(--max-width); margin: 24px auto 0; font-size: 12px; color: #B0B0A8; line-height: 1.6; }
.roas-note strong { color: var(--text-muted-2); }

/* ---- Testimonials ---- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.testi-card { background: #fff; padding: 44px 40px; display: flex; flex-direction: column; gap: 28px; }
.testi-stars { display: flex; gap: 3px; margin-bottom: 20px; }
.testi-quote { font-family: var(--font-serif); font-style: italic; font-size: 18px; color: var(--text); line-height: 1.65; }
.testi-footer { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--border-2); }
.testi-name { font-weight: 700; font-size: 14px; }
.testi-meta { font-size: 13px; color: var(--text-muted-2); margin-top: 4px; }

/* ---- Offer + Guarantee ---- */
.offer-section { background: rgb(42 58 38); color: #fff; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.offer-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.offer-title { font-weight: 800; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 36px; }
.offer-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; }
.offer-item { display: flex; gap: 14px; align-items: flex-start; }
.offer-item .check { color: var(--accent); font-weight: 700; font-size: 15px; flex-shrink: 0; line-height: 1.5; }
.offer-item span:last-child { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.55; }
.offer-item strong { color: #fff; font-weight: 600; }
.offer-item .optional { color: rgba(255,255,255,0.3); font-size: 13px; }
.price-box { background: var(--dark-2); border: 1px solid #1E1E1E; padding: 28px 32px; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; }
.price-row + .price-row { margin-top: 10px; padding-top: 10px; border-top: 1px solid #1E1E1E; }
.price-label { font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }
.price-value { font-weight: 800; font-size: 22px; color: #fff; letter-spacing: -0.02em; }
.price-tiers-label { font-size: 10px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.4); padding-top:14px; margin-top:4px; border-top: 1px solid #1E1E1E; margin-bottom: 4px; }
.price-tier-row { display: flex; justify-content: space-between; align-items: center; font-size: 12px; padding: 6px 0; border-bottom: 1px solid #1E1E1E; }
.price-tier-row:last-child { border-bottom: none; }
.price-tier-row span:first-child { color: rgba(255,255,255,0.45); }
.price-tier-row span:last-child { font-weight: 700; color: #fff; }
.price-footnote { margin-top: 14px; font-size: 12px; color: oklch(0.75 0.10 145); line-height: 1.6; }

.guarantee-list { display: flex; flex-direction: column; gap: 2px; }
.guarantee-card { background: var(--dark-2); border: 1px solid #1E1E1E; padding: 28px 32px; }
.guarantee-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.guarantee-title { font-weight: 800; font-size: 16px; color: var(--accent); letter-spacing: -0.01em; }
.guarantee-body { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.65; }

/* ---- Final CTA + Form ---- */
.final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.final-title { font-weight: 800; font-size: clamp(28px, 3.8vw, 52px); line-height: 1.05; letter-spacing: -0.03em; color: #fff; margin-bottom: 22px; }
.final-title em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--accent); }
.final-body { font-size: 16px; color: rgba(255,255,255,0.50); line-height: 1.75; margin-bottom: 40px; }
.final-ctas { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.final-ctas .btn { width: fit-content; }
.final-microcopy { font-size: 13px; color: #444; margin-top: 4px; line-height: 1.5; }
.final-checklist { font-size: 13px; color: rgba(255,255,255,0.25); line-height: 1.8; }
.final-contact { margin-top: 48px; padding-top: 36px; border-top: 1px solid #1C1C1C; display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.final-contact-label { font-size: 11px; color: #3A3A3A; text-transform: uppercase; letter-spacing: 0.10em; font-weight: 700; margin-bottom: 6px; }
.final-contact-value { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.final-contact-divider { width: 1px; height: 28px; background: #1C1C1C; }

.form-panel { background: #111; border: 1px solid #1E1E1E; padding: 44px 40px; }
.form-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.form-title { font-weight: 700; font-size: 22px; color: #fff; margin-bottom: 28px; line-height: 1.3; }
.form-field, .form-select, .form-textarea {
  background: var(--dark-3);
  border: 1px solid #2A2A2A;
  color: #fff;
  padding: 14px 16px;
  font-size: 14px;
  font-family: var(--font-sans);
  width: 100%;
  outline: none;
}
.form-select { appearance: none; cursor: pointer; }
.form-textarea { resize: vertical; }
.form-field::placeholder, .form-textarea::placeholder { color: #666; }
.form-label-visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.form-radio-row { display: flex; gap: 2px; flex-wrap: wrap; }
.form-radio-label { flex: 1; min-width: 140px; display: flex; align-items: center; gap: 10px; background: var(--dark-3); border: 1px solid #2A2A2A; padding: 13px 14px; cursor: pointer; }
.form-radio-label span { font-size: 13px; color: #888; }
.form-radio-label input { accent-color: var(--accent); }
form { display: flex; flex-direction: column; gap: 14px; }
.form-submit {
  background: var(--accent);
  color: var(--dark);
  border: none;
  padding: 17px 28px;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--font-sans);
  cursor: pointer;
  text-align: left;
  letter-spacing: 0.02em;
}
.form-submit:disabled { opacity: 0.6; cursor: wait; }
.form-fineprint { font-size: 12px; color: #333; line-height: 1.6; }
.form-fit-box { margin-top: 6px; padding: 14px 16px; background: oklch(0.14 0.06 145); border-left: 3px solid var(--accent); }
.form-fit-label { font-size: 12px; font-weight: 700; color: oklch(0.72 0.18 145); margin-bottom: 8px; letter-spacing: 0.04em; text-transform: uppercase; }
.form-fit-list { display: flex; flex-direction: column; gap: 6px; }
.form-fit-item { display: flex; gap: 8px; }
.form-fit-item .check { color: var(--accent); font-weight: 700; font-size: 12px; flex-shrink: 0; }
.form-fit-item span:last-child { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.5; }

.form-msg { padding: 20px 24px; margin-bottom: 8px; }
.form-msg.success { background: oklch(0.18 0.06 145); border: 1px solid var(--accent); }
.form-msg.error { background: #1a0a0a; border: 1px solid #ff4444; }
.form-msg-title { font-weight: 700; font-size: 15px; color: var(--accent); margin-bottom: 6px; }
.form-msg-body { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.form-msg.error .form-msg-body { color: #ff8888; }
.form-msg.error a { color: #ff8888; }

/* ---- Footer ---- */
.footer { background: #080808; padding: 32px 0; border-top: 1px solid #161616; color: #888; }
.footer-top {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #181818;
}
.footer-logo { height: 40px; }
.footer-contact { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.footer-contact a { font-size: 13px; color: #888; text-decoration: none; }
.footer-contact span { color: #222; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 12px; color: #666; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom div { font-size: 12px; color: #888; }

/* ---- FAQ (native details/summary, no JS needed) ---- */
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: #fff; border: 1px solid var(--border-2); padding: 4px 28px; }
.faq-item summary {
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 22px;
  font-weight: 400;
  color: var(--accent-dark);
  line-height: 1;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item p { font-size: 14px; color: var(--text-muted); line-height: 1.7; padding-bottom: 22px; max-width: 620px; }

/* ---- Section variant: pale olive (distinguishes Positionierung from grey tint sections) ---- */
.section-olive { background: #EEF2E6; }

/* ---- Fix: button that sits on an already-green card needs dark contrast ---- */
.btn-on-accent { background: #0D0D0D; color: var(--accent); }

/* ---- Simple inline secondary text-link under a CTA row ("oder: Termin direkt buchen ↗") ---- */
.cta-alt-link { font-size: 13px; font-weight: 600; text-decoration: none; margin-top: 2px; display: inline-block; }
.cta-alt-link.on-light { color: var(--text-muted-2); }
.cta-alt-link.on-dark { color: rgba(255,255,255,0.45); }

/* ---- DopaminVibes Sprint block (radar chart + copy, dark card) ---- */
.dopamin-card { background: var(--dark); overflow: hidden; }
.dopamin-grid { display: flex; gap: 0; align-items: stretch; flex-wrap: wrap; }
.dopamin-visual { flex: 0 0 480px; background: var(--dark); padding: 44px 40px; }
.dopamin-visual-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 20px; }
.dopamin-visual img { width: 100%; display: block; }
.dopamin-visual-caption { font-size: 11px; color: rgba(255,255,255,0.2); margin-top: 14px; line-height: 1.5; }
.dopamin-text { flex: 1; min-width: 280px; padding: 44px 48px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.dopamin-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.dopamin-title { font-weight: 800; font-size: 26px; color: #fff; letter-spacing: -0.02em; line-height: 1.15; }
.dopamin-body { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.75; }

/* ---- Godfather-offer tier grid (Gratis / Zweitmeinung / Komplett-System) ---- */
.tier-intro { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.tier-intro-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.tier-intro-title { font-weight: 800; font-size: clamp(28px, 3.6vw, 50px); line-height: 1.08; letter-spacing: -0.03em; color: #fff; margin-bottom: 18px; }
.tier-intro-body { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; }
.tier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-bottom: 2px; }
.tier-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); padding: 40px 36px; display: flex; flex-direction: column; }
.tier-card.featured { background: var(--accent); border: none; }
.tier-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.tier-card.featured .tier-label { color: rgba(0,0,0,0.4); }
.tier-price { font-weight: 800; font-size: 28px; color: #fff; letter-spacing: -0.03em; margin-bottom: 4px; }
.tier-card.featured .tier-price { color: #0D0D0D; }
.tier-sub { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 4px; line-height: 1.4; }
.tier-card.featured .tier-sub { color: rgba(0,0,0,0.5); }
.tier-sub2 { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 28px; }
.tier-card.featured .tier-sub2 { color: rgba(0,0,0,0.4); }
.tier-body { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 14px; }
.tier-card.featured .tier-body { color: rgba(0,0,0,0.6); }
.tier-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; flex: 1; }
.tier-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.tier-item .check { color: var(--accent); font-weight: 700; flex-shrink: 0; }
.tier-card.featured .tier-item { color: rgba(0,0,0,0.65); }
.tier-card.featured .tier-item .check { color: #0D0D0D; font-weight: 800; }
.tier-price-rows { display: flex; flex-direction: column; gap: 4px; margin-bottom: 20px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.12); }
.tier-price-row { display: flex; justify-content: space-between; font-size: 12px; padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.tier-price-row:last-child { border-bottom: none; }
.tier-price-row span:first-child { color: rgba(0,0,0,0.5); }
.tier-price-row span:last-child { font-weight: 700; color: #0D0D0D; }
.tier-cta { display: block; text-align: center; padding: 14px 20px; font-weight: 700; font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase; text-decoration: none; background: rgba(255,255,255,0.08); color: #fff; }
.tier-card.featured .tier-cta { background: #0D0D0D; color: var(--accent); }
.guarantee-banner { background: rgba(0,255,0,0.06); border: 1px solid rgba(0,255,0,0.15); padding: 32px 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.guarantee-banner-title { font-weight: 800; font-size: 17px; color: #fff; margin-bottom: 8px; }
.guarantee-banner-body { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.guarantee-badge { width: 80px; height: 80px; border: 2px solid rgba(0,255,0,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; flex-shrink: 0; }
.guarantee-badge-text { font-weight: 800; font-size: 11px; color: var(--accent); letter-spacing: 0.04em; line-height: 1.3; }
.guarantee-footnote { font-size: 11px; color: rgba(255,255,255,0.2); margin-top: 12px; }

/* ---- "Warum nicht Homepage" split block ---- */
.homepage-split { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.homepage-col { padding: 40px 40px; }
.homepage-col.problem { background: #fff; border: 1px solid var(--border-2); }
.homepage-col.solution { background: var(--dark); }
.homepage-col-label { font-size: 10px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 16px; }
.homepage-col.problem .homepage-col-label { color: var(--text-muted-2); }
.homepage-col.solution .homepage-col-label { color: var(--accent); }
.homepage-col p { font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.homepage-col.problem p { color: var(--text-muted); }
.homepage-col.solution p { color: rgba(255,255,255,0.65); }
.homepage-col.solution p strong { color: #fff; }
.homepage-highlight { font-weight: 700; }
.homepage-col.problem .homepage-highlight { color: var(--text); }
.homepage-col.solution .homepage-highlight { color: var(--accent); }

/* ---- "Substanz" pre-offer section ---- */
.substance-example { border-left: 3px solid var(--accent-dark); background: #F2F2EE; padding: 24px 28px; margin: 32px 0; }
.substance-example p { font-family: var(--font-serif); font-style: italic; font-size: 16px; color: var(--text); line-height: 1.7; }
.substance-caveat { background: #0D0D0D; padding: 28px 32px; margin-top: 36px; }
.substance-caveat p { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.7; }
.substance-caveat strong { color: #fff; }

/* ---- Simple legal / thank-you pages ---- */
.legal-page { padding: 96px 0 120px; max-width: 760px; margin: 0 auto; }
.legal-page h1 { font-weight: 800; font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.03em; margin-bottom: 32px; }
.legal-page h2 { font-weight: 700; font-size: 20px; margin: 40px 0 14px; letter-spacing: -0.01em; }
.legal-page h3 { font-weight: 700; font-size: 16px; margin: 24px 0 10px; }
.legal-page p { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-bottom: 14px; }
.legal-page a { color: var(--accent-dark); }
.legal-page ul { margin: 0 0 14px 20px; color: var(--text-muted); font-size: 15px; line-height: 1.75; }
.legal-back { display: inline-block; margin-bottom: 40px; font-size: 14px; font-weight: 600; color: var(--text); text-decoration: none; }

.thanks-page { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 60px 40px; }
.thanks-box { max-width: 560px; text-align: center; }
.thanks-icon { width: 64px; height: 64px; margin: 0 auto 28px; }
.thanks-title { font-weight: 800; font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.03em; margin-bottom: 18px; }
.thanks-body { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 36px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
  .hero-grid { flex-direction: column; }
  .hero-photo { display: none; }
  .hero-mobile-photo { display: block; }
  .method-grid, .offer-grid, .final-grid, .split-dark, .homepage-split { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: 1fr; }
  .dopamin-grid { flex-direction: column; }
  .dopamin-visual { flex: none; }
  .split-dark { display: flex; flex-direction: column; }
  .split-col-divider { display: none; }
  .fit-wrap { grid-template-columns: 1fr; }
  .fit-divider { display: none; }
  .fit-col { padding: 0; }
  .fit-col + .fit-col { margin-top: 36px; }
  .stats-grid { grid-template-columns: 1fr 1fr 1fr; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .targets-grid { grid-template-columns: 1fr 1fr; }
  .problem-grid, .cases-grid, .testi-grid { grid-template-columns: 1fr; }
  .container { padding: 0 28px; }
}
@media (max-width: 580px) {
  .container { padding: 0 20px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .usp-grid { grid-template-columns: 1fr; }
  .targets-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 12px; }
  .case-stats { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   /zweitmeinung/ page — legacy inline-style class hooks (kept separate,
   no naming collision with the classes above)
   ========================================================================== */
@media (max-width: 960px) {
  .hi  { flex-direction: column !important; }
  .hpc { display: none !important; }
  .mpo { display: block !important; }
  .pg  { grid-template-columns: 1fr !important; }
  .sg  { grid-template-columns: 1fr 1fr 1fr !important; }
  .ug  { grid-template-columns: 1fr 1fr !important; }
  .tag { grid-template-columns: 1fr !important; }
  .teg { grid-template-columns: 1fr !important; }
  .nc  { display: none !important; }
}
@media (max-width: 580px) {
  .sp  { padding-left: 20px !important; padding-right: 20px !important; }
  .ug  { grid-template-columns: 1fr !important; }
  .sg  { grid-template-columns: 1fr 1fr !important; }
  .tag { grid-template-columns: 1fr !important; }
  .fi  { flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }
}
