/* ============================================================
   erste-kapitalanlage-tom — Zusatz-Styles
   Basis: neocore.css (Creme/Navy Palette)
   ============================================================ */

/* ===== Social-Proof ===== */
.social-proof {
  padding: 48px 24px 56px;
  background: var(--nc-bg);
  text-align: center;
}
.social-proof__inner {
  max-width: 720px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 12px 22px 12px 12px;
  background: var(--nc-card);
  border: 1px solid var(--nc-line);
  border-radius: 999px;
  box-shadow: var(--nc-shadow);
}
.social-proof__avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--nc-card-2);
  flex-shrink: 0;
}
.social-proof__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.social-proof__badge { display: flex; align-items: center; gap: 12px; }
.social-proof__count { font-size: 26px; font-weight: 700; color: var(--nc-accent); letter-spacing: -0.01em; line-height: 1; }
.social-proof__label { font-size: 13px; line-height: 1.35; color: var(--nc-muted); font-weight: 500; text-align: left; }

/* ===== Repeat-CTA ===== */
.repeat-cta { padding: 72px 24px 80px; text-align: center; background: var(--nc-bg); }
.repeat-cta__inner { max-width: 640px; margin: 0 auto; }
.repeat-cta__inner h2 { color: var(--nc-text); font-size: clamp(26px, 3.6vw, 36px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.2; margin: 0 0 28px; }

/* ===== Hero-Preview (Report-Cover links unter dem Text) ===== */
.hero__preview { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.hero__preview-cover {
  width: 122px; flex-shrink: 0;
  border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(28,31,42,0.18);
  box-shadow: 0 18px 36px rgba(28,31,42,0.22);
}
.hero__preview-cover img { width: 100%; height: auto; display: block; }
.hero__preview-caption { font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: var(--nc-muted); line-height: 1.4; max-width: 180px; }

/* ===== Hero Form Card (rechte Spalte) ===== */
.hero--split .hero__inner { align-items: start; }
.hero__form { position: relative; }
.form-card--hero {
  background: var(--nc-card);
  border: 1px solid var(--nc-line);
  border-radius: var(--nc-radius-lg);
  padding: 28px 28px 30px;
  box-shadow: var(--nc-shadow-lg);
}
.form-card__lead { display: flex; align-items: center; gap: 16px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--nc-line); }
.form-card__thumb { width: 64px; flex-shrink: 0; border-radius: 6px; overflow: hidden; border: 1px solid rgba(28,31,42,0.18); box-shadow: 0 8px 18px rgba(28,31,42,0.18); }
.form-card__thumb img { width: 100%; height: auto; display: block; }
.form-card__lead-text { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.form-card__pill { display: inline-block; background: var(--nc-accent); color: #F5EDE1; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.form-card--hero h2 { color: var(--nc-text); font-size: clamp(20px, 2.2vw, 25px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; margin: 4px 0 10px; }
.form-card--hero .form-card__sub { color: var(--nc-muted); font-size: 14.5px; line-height: 1.55; margin: 0 0 22px; }
.form-card--hero .form-card__submit { width: 100%; justify-content: center; margin-top: 8px; }
.form-card--hero .form-card__hint { text-align: center; font-size: 12.5px; color: var(--nc-muted); margin: 14px 0 0; }
.form-card--hero .nc-eyebrow { font-size: 12px; color: var(--nc-accent); display: inline-flex; align-items: center; gap: 8px; }
.form-card--hero .nc-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--nc-accent); display: inline-block; }

/* ===== Cookie-Banner ===== */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; background: var(--nc-card); border-top: 1px solid var(--nc-line); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; box-shadow: 0 -8px 30px rgba(28,31,42,0.1); }
.cookie-banner.is-hidden { display: none; }
.cookie-banner p { font-size: 13px; color: var(--nc-muted); max-width: 680px; line-height: 1.5; margin: 0; }
.cookie-banner__buttons { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner__decline { background: transparent; border: 1px solid var(--nc-line-strong); color: var(--nc-muted); font-family: var(--nc-font); font-size: 13px; font-weight: 500; padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: all 0.15s; }
.cookie-banner__decline:hover { border-color: var(--nc-accent); color: var(--nc-accent); }
.cookie-banner__accept { background: var(--nc-accent); border: none; color: #F5EDE1; font-family: var(--nc-font); font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: background 0.15s; }
.cookie-banner__accept:hover { background: var(--nc-accent-2); }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .social-proof__inner { flex-direction: column; padding: 18px 22px; border-radius: var(--nc-radius-lg); }
  .social-proof__label { text-align: center; }
  .form-card--hero { padding: 24px 20px 26px; }
  .hero__form { width: 100%; }
}
@media (max-width: 720px) {
  .hero__preview-cover { width: 90px; }
}
