/* ============================================================
   einblick.css — Editorial design module for service subpages
   "Private-Bank Quarterly Editorial" — gold/cream/dark navy
   ============================================================ */

/* === Reading-meta strip directly under header === */
.einblick-meta-strip {
  background: var(--color-cream);
  border-top: 1px solid rgba(28, 37, 57, 0.08);
  border-bottom: 1px solid rgba(28, 37, 57, 0.08);
  padding: 0.85rem 0;
}
.einblick-meta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 2rem;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(28, 37, 57, 0.65);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.einblick-meta-strip strong { color: var(--color-gold); font-weight: 600; letter-spacing: 0.22em; }
.einblick-meta-item { display: inline-flex; align-items: center; gap: 0.65rem; }
.einblick-meta-item::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--color-gold);
  transform: rotate(45deg);
  display: inline-block;
}

/* === HERO === */
.einblick-hero {
  position: relative;
  background: #1c2539;
  color: var(--color-text-light);
  overflow: hidden;
  padding: clamp(5rem, 11vw, 9rem) 0 clamp(4rem, 9vw, 7rem);
  isolation: isolate;
}
.einblick-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse at 78% 28%, rgba(201, 169, 84, 0.18), transparent 55%),
    radial-gradient(ellipse at 8% 92%, rgba(201, 169, 84, 0.07), transparent 60%);
}
.einblick-hero::after {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.4'/></svg>");
  opacity: 0.045; mix-blend-mode: overlay;
}
.einblick-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  position: relative;
}
.einblick-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (max-width: 991px) { .einblick-hero-grid { grid-template-columns: 1fr; } }

.einblick-print-caption {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(201, 169, 84, 0.85);
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  animation: einblick-fade-up 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.einblick-print-caption::before {
  content: ''; width: 32px; height: 1px; background: var(--color-gold); display: inline-block;
}

.einblick-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(201, 169, 84, 0.55);
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  background: rgba(201, 169, 84, 0.04);
  animation: einblick-fade-up 800ms 60ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.einblick-hero-eyebrow::before, .einblick-hero-eyebrow::after {
  content: ''; width: 6px; height: 6px; background: var(--color-gold); transform: rotate(45deg);
}

.einblick-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.04;
  font-size: clamp(2.5rem, 5.4vw, 4.6rem);
  margin: 1.5rem 0 1.25rem;
  color: #fff;
  animation: einblick-fade-up 900ms 140ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.einblick-hero h1 em {
  font-style: italic; color: var(--color-gold); font-weight: 600;
}

.einblick-hero-lead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  line-height: 1.65;
  color: rgba(242, 237, 224, 0.8);
  max-width: 36em;
  animation: einblick-fade-up 900ms 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.einblick-hero-tail {
  display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap;
  margin-top: 2.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(242, 237, 224, 0.5);
  animation: einblick-fade-up 900ms 380ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.einblick-hero-tail .einblick-dots { display: inline-flex; gap: 0.5rem; align-items: center; }
.einblick-hero-tail .einblick-dots i {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(201, 169, 84, 0.28);
  display: inline-block; transition: all 0.3s ease;
}
.einblick-hero-tail .einblick-dots i.is-on {
  background: var(--color-gold);
  box-shadow: 0 0 0 4px rgba(201, 169, 84, 0.13);
}

/* Giant chapter numeral */
.einblick-chapter-num {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(9rem, 20vw, 20rem);
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 169, 84, 0.45);
  text-stroke: 1px rgba(201, 169, 84, 0.45);
  text-align: right;
  user-select: none;
  animation: einblick-num-in 1200ms 200ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.einblick-chapter-num small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  -webkit-text-stroke: 0; text-stroke: 0;
  color: var(--color-gold);
  text-transform: uppercase;
  margin-top: 0.4rem;
  text-align: right;
}
@media (max-width: 991px) {
  .einblick-chapter-num { text-align: left; font-size: clamp(7rem, 26vw, 12rem); }
  .einblick-chapter-num small { text-align: left; }
}

@keyframes einblick-fade-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes einblick-num-in { from { opacity: 0; transform: translateY(24px) scale(1.04); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes einblick-line-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* === Section base === */
.einblick-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #fff;
  overflow: hidden;
}
.einblick-section--cream { background: var(--color-cream); }
.einblick-section--dark { background: #1c2539; color: var(--color-text-light); }

.einblick-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}

/* Giant section number watermark */
.einblick-section-bg-num {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(18rem, 38vw, 38rem);
  line-height: 0.8;
  letter-spacing: -0.06em;
  top: 50%;
  right: -5vw;
  transform: translateY(-50%);
  color: transparent;
  -webkit-text-stroke: 1px rgba(28, 37, 57, 0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.einblick-section--cream .einblick-section-bg-num { -webkit-text-stroke-color: rgba(28, 37, 57, 0.055); }
.einblick-section--dark .einblick-section-bg-num { -webkit-text-stroke-color: rgba(201, 169, 84, 0.13); }

/* Chapter label per section */
.einblick-chapter-label {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 1.5rem;
}
.einblick-chapter-label::before { content: ''; width: 32px; height: 1px; background: var(--color-gold); display: inline-block; }
.einblick-chapter-label span { letter-spacing: 0.32em; }

.einblick-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  align-items: end;
}
@media (max-width: 767px) { .einblick-section-head { grid-template-columns: 1fr; gap: 1.25rem; } }

.einblick-section-head h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--color-foreground-heading);
}
.einblick-section--dark .einblick-section-head h2 { color: #fff; }
.einblick-section-head h2 em { font-style: italic; color: var(--color-gold); font-weight: 600; }

.einblick-section-aside {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(28, 37, 57, 0.65);
  border-left: 1px solid var(--color-gold);
  padding: 0.2rem 0 0.2rem 1.25rem;
}
.einblick-section--dark .einblick-section-aside { color: rgba(242, 237, 224, 0.72); }

/* Prose container with drop-cap */
.einblick-prose {
  max-width: 38em;
  font-family: 'Inter', sans-serif;
  font-size: 1.06rem;
  line-height: 1.78;
  color: var(--color-foreground);
}
.einblick-section--dark .einblick-prose { color: rgba(242, 237, 224, 0.85); }
.einblick-prose p + p { margin-top: 1.1em; }
.einblick-prose > p:first-of-type::first-letter {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 0.9;
  float: left;
  padding: 0.16rem 0.6rem 0 0;
  color: var(--color-gold);
}

.einblick-disclaimer {
  margin-top: 1.75rem;
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(28, 37, 57, 0.58);
  border-top: 1px solid rgba(28, 37, 57, 0.1);
  padding-top: 1.1rem;
  max-width: 40em;
}
.einblick-section--dark .einblick-disclaimer {
  color: rgba(242, 237, 224, 0.55);
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* === Pull quote === */
.einblick-quote {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 3rem);
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  border-top: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  text-align: center;
  max-width: 900px;
}
.einblick-quote::before {
  content: '◆   ◆   ◆';
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  color: var(--color-gold);
  margin-bottom: 1.75rem;
}
.einblick-quote q {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--color-foreground-heading);
  quotes: '\201E' '\201C';
  max-width: 30em;
  display: inline-block;
}
.einblick-section--dark .einblick-quote q { color: #fff; }
.einblick-quote-attr {
  margin-top: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(28, 37, 57, 0.55);
}
.einblick-section--dark .einblick-quote-attr { color: rgba(242, 237, 224, 0.55); }

/* === Keyfacts strip (dark) === */
.einblick-keyfacts {
  position: relative;
  background: #1c2539;
  color: var(--color-text-light);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  overflow: hidden;
}
.einblick-keyfacts::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(201, 169, 84, 0.13), transparent 50%);
  z-index: 0;
}
.einblick-keyfacts-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}
.einblick-keyfacts-head {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.einblick-keyfacts-head::before { content: ''; width: 32px; height: 1px; background: var(--color-gold); }
.einblick-keyfacts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
}
@media (max-width: 767px) { .einblick-keyfacts-grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.einblick-fact { position: relative; padding-top: 1.25rem; border-top: 1px solid rgba(201, 169, 84, 0.4); }
.einblick-fact-num {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 4.6vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 0.55rem;
}
.einblick-fact-num em { color: var(--color-gold); font-style: normal; }
.einblick-fact-num sup {
  font-family: 'Poppins', sans-serif;
  font-size: 0.55em; font-weight: 500;
  vertical-align: super; color: var(--color-gold);
  margin-left: 0.1em;
}
.einblick-fact-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(242, 237, 224, 0.78);
}

/* === Divider (between same-bg sections) === */
.einblick-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: clamp(2rem, 4vw, 3rem) 0;
}
.einblick-divider span {
  display: inline-block;
  height: 1px; width: clamp(80px, 14vw, 200px);
  background: var(--color-gold);
  opacity: 0.5;
}
.einblick-divider::before, .einblick-divider::after {
  content: '◆';
  color: var(--color-gold);
  font-size: 0.7rem;
}

/* === FAQ refinement === */
.einblick-faq {
  background: var(--color-cream);
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.einblick-faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.einblick-faq-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}
@media (max-width: 767px) { .einblick-faq-header { grid-template-columns: 1fr; gap: 1rem; } }
.einblick-faq-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0;
}
.einblick-faq-header p {
  font-family: 'Inter', sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(28, 37, 57, 0.65);
  margin: 0;
}
.einblick-faq .accordion-list { border-top: 1px solid rgba(28, 37, 57, 0.14); }
.einblick-faq .accordion-block {
  border-bottom: 1px solid rgba(28, 37, 57, 0.14);
  padding: 1.6rem 0;
  transition: padding 0.3s ease;
}
.einblick-faq .accordion-opener {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 500;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  color: var(--color-foreground-heading);
  line-height: 1.4;
}
.einblick-faq .accordion-opener .svg-wrapper {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border: 1px solid rgba(28, 37, 57, 0.2);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.3s ease;
  background: transparent;
}
.einblick-faq .accordion-opener .svg-wrapper svg { width: 16px; height: 16px; transition: transform 0.3s ease; }
.einblick-faq .accordion-block.accordion-active .accordion-opener .svg-wrapper,
.einblick-faq .accordion-block.is-open .accordion-opener .svg-wrapper {
  background: var(--color-gold); border-color: var(--color-gold); color: #fff;
}
.einblick-faq .accordion-block.accordion-active .accordion-opener .svg-wrapper svg,
.einblick-faq .accordion-block.is-open .accordion-opener .svg-wrapper svg { transform: rotate(180deg); }
.einblick-faq .accordion-content-inner {
  padding-top: 1.2rem;
  max-width: 42em;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(28, 37, 57, 0.78);
}

/* === Cross-nav (Andere Einblicke) === */
.einblick-related {
  background: #fff;
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-top: 1px solid rgba(28, 37, 57, 0.06);
}
.einblick-related-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.einblick-related-head {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 0.85rem;
  display: inline-flex; gap: 0.85rem; align-items: center;
}
.einblick-related-head::before { content: ''; width: 32px; height: 1px; background: var(--color-gold); }
.einblick-related h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.018em;
  margin: 0 0 2.75rem;
  max-width: 18em;
}
.einblick-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) { .einblick-related-grid { grid-template-columns: 1fr; } }
.einblick-related-card {
  display: block;
  padding: 2.25rem 2.25rem 2rem;
  background: var(--color-cream);
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  min-height: 200px;
}
.einblick-related-card::before {
  content: attr(data-num);
  position: absolute;
  top: -0.5rem; right: 0.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 6.5rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 169, 84, 0.45);
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.3s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.einblick-related-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-gold);
  box-shadow: 0 18px 48px rgba(28, 37, 57, 0.09);
}
.einblick-related-card:hover::before {
  -webkit-text-stroke-color: rgba(201, 169, 84, 0.85);
  transform: translateY(-4px);
}
.einblick-related-cat {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(28, 37, 57, 0.55);
  margin-bottom: 0.85rem;
  display: block;
}
.einblick-related-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1.22;
  margin: 0 0 1.25rem;
  max-width: 12em;
}
.einblick-related-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.einblick-related-arrow svg { width: 14px; height: 14px; transition: transform 0.3s ease; }
.einblick-related-card:hover .einblick-related-arrow svg { transform: translateX(4px); }

/* === CTA — Letter Card === */
.einblick-cta {
  background: #1c2539;
  color: var(--color-text-light);
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(4.5rem, 8vw, 7rem);
  position: relative;
  overflow: hidden;
}
.einblick-cta::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(201, 169, 84, 0.16), transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(201, 169, 84, 0.07), transparent 50%);
}
.einblick-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}
.einblick-cta-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem);
  border: 1px solid rgba(201, 169, 84, 0.4);
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}
.einblick-cta-card::before,
.einblick-cta-card::after {
  content: ''; position: absolute; width: 32px; height: 32px;
  border: 1.5px solid var(--color-gold);
}
.einblick-cta-card::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.einblick-cta-card::after  { bottom: -1px; right: -1px; border-left: none; border-top: none; }
.einblick-cta-eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 1.5rem;
}
.einblick-cta-eyebrow::before { content: '◆'; font-size: 0.55rem; }
.einblick-cta-card h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(1.85rem, 3.5vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -0.018em;
  margin: 0 0 1.25rem;
  color: #fff;
  max-width: 18em;
}
.einblick-cta-card p {
  font-family: 'Inter', sans-serif;
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(242, 237, 224, 0.83);
  max-width: 36em;
  margin: 0 0 2.25rem;
}
.einblick-cta-actions {
  display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; align-items: center;
}
.einblick-cta-btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  padding: 1.05rem 1.85rem;
  background: var(--color-gold);
  color: #1c2539;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid var(--color-gold);
  transition: all 0.25s ease;
}
.einblick-cta-btn:hover {
  background: transparent; color: var(--color-gold); transform: translateY(-2px);
}
.einblick-cta-btn svg { width: 18px; height: 18px; }
.einblick-cta-tel {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: rgba(242, 237, 224, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 237, 224, 0.28);
  padding-bottom: 0.18rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.einblick-cta-tel:hover { color: var(--color-gold); border-color: var(--color-gold); }
.einblick-cta-tel svg { width: 17px; height: 17px; }

/* === Hide existing patterns that we override (defensive) === */
.einblick-page .hero-banner { display: none; }
.einblick-page main > .section-padding,
.einblick-page main > .final-cta,
.einblick-page main > .faq { display: revert; }

/* === Reduced motion === */
@media (prefers-reduced-motion: reduce) {
  .einblick-print-caption,
  .einblick-hero-eyebrow,
  .einblick-hero h1,
  .einblick-hero-lead,
  .einblick-hero-tail,
  .einblick-chapter-num {
    animation: none !important;
  }
}

/* ============================================================
   Homepage echoes — surgical editorial overlays
   ============================================================ */

/* Quarterly print caption (above slider H2) */
.einblick-quarterly-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 1.25rem;
}
.einblick-quarterly-tag::before,
.einblick-quarterly-tag::after {
  content: ''; width: 32px; height: 1px; background: var(--color-gold); display: inline-block;
}
.einblick-quarterly-tag::after { width: 8px; }

/* Subtle italic-gold flourish for existing H2s — only when wrapped */
.einblick-h2-flourish em {
  font-style: italic;
  color: var(--color-gold);
  font-weight: 600;
}

/* Editorial chapter badge on existing slider cards (no markup change — uses data-num) */
.card-project[data-num] {
  position: relative;
}
.card-project[data-num]::after {
  content: 'Nr. ' attr(data-num);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  background: rgba(28, 37, 57, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(201, 169, 84, 0.5);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.2,0.8,0.2,1) 0.1s;
}
.our-services .card-project[data-num].card-loaded::after,
.our-services .swiper-slide-active .card-project[data-num]::after,
.our-services .swiper-slide-visible .card-project[data-num]::after,
.our-services .card-project[data-num]:hover::after {
  opacity: 1;
  transform: translateY(0);
}
/* Always-on variant for non-Swiper-active environments — show subtly */
.our-services .card-project[data-num]::after { opacity: 0.92; transform: translateY(0); }

/* Refine the bottom title block on each slider card */
.our-services .card-project[data-num] .card-project-content-absolute {
  background: linear-gradient(to top, rgba(28,37,57,0.96) 30%, rgba(28,37,57,0.78) 65%, transparent 100%);
}
.our-services .card-project[data-num] .card-project-content p {
  position: relative;
  padding-left: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 0.5rem !important;
  margin-top: 0;
  opacity: 0.95;
}
.our-services .card-project[data-num] .card-project-content p::before {
  content: '';
  position: absolute;
  left: 0; top: 50%; transform: translateY(-50%);
  width: 18px; height: 1px;
  background: var(--color-gold);
}
.our-services .card-project[data-num] .card-project-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.18;
}

/* Subtle interaction polish on slider cards */
.our-services .card-project[data-num] { transition: transform 0.45s cubic-bezier(0.2,0.8,0.2,1); }
.our-services .card-project[data-num]:hover { transform: translateY(-4px); }
.our-services .card-project[data-num] img { transition: transform 0.7s cubic-bezier(0.2,0.8,0.2,1); }
.our-services .card-project[data-num]:hover img { transform: scale(1.04); }

/* Final-CTA gold corner brackets (additive — keeps existing layout) */
.final-cta .final-cta__card {
  position: relative;
  isolation: isolate;
}
.final-cta .final-cta__card::before,
.final-cta .final-cta__card::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--color-gold);
  pointer-events: none;
  z-index: 2;
}
.final-cta .final-cta__card::before {
  top: -1px; left: -1px;
  border-right: none; border-bottom: none;
}
.final-cta .final-cta__card::after {
  bottom: -1px; right: -1px;
  border-left: none; border-top: none;
}

/* Add a small editorial diamond-eyebrow above the existing Kontakt label */
.final-cta .final-cta__card .section-headings::before {
  content: '◆   ERSTGESPRÄCH';
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--color-gold);
  margin-bottom: 1rem;
}

/* Tighten reassurance list visual rhythm */
.final-cta .reassurance li svg { color: var(--color-gold); }

