/* ── SCOPED TO .mk-ankauf – kein Konflikt mit Elementor/WordPress ── */

.mk-ankauf *,
.mk-ankauf *::before,
.mk-ankauf *::after {
  box-sizing: border-box;
}

.mk-ankauf {
  font-family: 'DM Sans', sans-serif;
  background: #FDFCFA;
  color: #1C1A17;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── HERO ── */
.mk-ankauf .mk-hero {
  min-height: 101vh; /* inkl. fixem Header = 101vh */
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.mk-ankauf .mk-hero-image-panel {
  position: relative;
  overflow: hidden;
}

.mk-ankauf .mk-hero-image-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../img/objekte/ankauf-hero.jpg) center/cover no-repeat;
  transform: scale(1.04);
  transition: transform 3s ease;
  z-index: 0;
}

.mk-ankauf .mk-hero-image-panel:hover::before { transform: scale(1.0); }

.mk-ankauf .mk-hero-image-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(247,244,239,0.45), rgba(247,244,239,0.05));
  z-index: 1;
}

.mk-ankauf .mk-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 7vw 80px 5vw;
  position: relative;
  z-index: 2;
  background: #FDFCFA;
}

.mk-ankauf .mk-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A8832A;
  margin-bottom: 2rem;
  font-weight: 500;
}

.mk-ankauf .mk-hero-badge::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #A8832A;
  flex-shrink: 0;
}

.mk-ankauf .mk-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  color: #1C1A17;
  margin: 0 0 1.5rem 0;
  padding: 0;
  letter-spacing: -0.01em;
}

.mk-ankauf .mk-hero-title em {
  font-style: italic;
  color: #C9A44A;
}

.mk-ankauf .mk-hero-body {
  font-size: 15px;
  color: #5A5550;
  max-width: 420px;
  line-height: 1.8;
  margin: 0 0 2.5rem 0;
  font-weight: 300;
}

.mk-ankauf .mk-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.mk-ankauf .mk-btn-primary {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 14px 32px;
  background: #A8832A;
  color: #FDFCFA !important;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
  line-height: 1.4;
}

.mk-ankauf .mk-btn-primary:hover {
  background: #C9A44A;
  transform: translateY(-1px);
  color: #FDFCFA !important;
}

.mk-ankauf .mk-btn-ghost {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #5A5550 !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.mk-ankauf .mk-btn-ghost:hover { color: #A8832A !important; }

.mk-ankauf .mk-btn-ghost-arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s;
}

.mk-ankauf .mk-btn-ghost:hover .mk-btn-ghost-arrow { transform: translateX(3px); }

/* ── TRUST STRIP ── */
.mk-ankauf .mk-trust-strip {
  background: #F2EDE4;
  border-top: 0.5px solid rgba(168,131,42,0.15);
  border-bottom: 0.5px solid rgba(168,131,42,0.15);
  padding: 28px 5vw;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.mk-ankauf .mk-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #8A847C;
  white-space: nowrap;
}

.mk-ankauf .mk-trust-icon {
  width: 36px;
  height: 36px;
  border: 0.5px solid rgba(168,131,42,0.30);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #FDFCFA;
}

.mk-ankauf .mk-trust-icon svg {
  width: 16px;
  height: 16px;
  stroke: #A8832A;
  fill: none;
  stroke-width: 1.5;
}

.mk-ankauf .mk-trust-label {
  font-weight: 500;
  color: #1C1A17;
  font-size: 14px;
  display: block;
}

.mk-ankauf .mk-trust-sub {
  font-size: 12px;
  color: #8A847C;
  display: block;
}

/* ── SECTION COMMON ── */
.mk-ankauf .mk-section {
  padding: 96px 5vw;
}

.mk-ankauf .mk-section-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A8832A;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 1.25rem 0;
}

.mk-ankauf .mk-section-tag::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #A8832A;
  flex-shrink: 0;
}

.mk-ankauf .mk-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.15;
  color: #1C1A17;
  margin: 0 0 1rem 0;
  padding: 0;
}

.mk-ankauf .mk-section-title em {
  font-style: italic;
  color: #C9A44A;
}

.mk-ankauf .mk-section-lead {
  font-size: 15px;
  color: #5A5550;
  line-height: 1.8;
  font-weight: 300;
  max-width: 560px;
  margin: 0;
}

/* ── PROPERTY TYPES ── */
.mk-ankauf .mk-prop-types {
  background: #F2EDE4;
  padding: 96px 5vw;
}

.mk-ankauf .mk-prop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(168,131,42,0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 3rem;
  background: rgba(168,131,42,0.15);
}

.mk-ankauf .mk-prop-card {
  background: #FDFCFA;
  padding: 2.5rem 2rem;
  position: relative;
  cursor: pointer;
  transition: background 0.25s;
}

.mk-ankauf .mk-prop-card:hover { background: #F0E4C4; }

.mk-ankauf .mk-prop-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  opacity: 0.85;
}

.mk-ankauf .mk-prop-card-icon svg {
  width: 100%;
  height: 100%;
  stroke: #A8832A;
  fill: none;
  stroke-width: 1.2;
}

.mk-ankauf .mk-prop-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1A17;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.mk-ankauf .mk-prop-card p {
  font-size: 13px;
  color: #5A5550;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.mk-ankauf .mk-prop-card-tag {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A8832A;
  padding: 4px 10px;
  border: 0.5px solid rgba(168,131,42,0.30);
  border-radius: 2px;
}

/* ── PROCESS ── */
.mk-ankauf .mk-process {
  background: #FDFCFA;
  padding: 96px 5vw;
}

.mk-ankauf .mk-process-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: start;
  margin-top: 3rem;
}

.mk-ankauf .mk-process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mk-ankauf .mk-step {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 0.5px solid rgba(168,131,42,0.15);
}

.mk-ankauf .mk-step:first-child { padding-top: 0; }
.mk-ankauf .mk-step:last-child { border-bottom: none; padding-bottom: 0; }

.mk-ankauf .mk-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: rgba(168,131,42,0.30);
  line-height: 1;
  min-width: 48px;
  transition: color 0.2s;
}

.mk-ankauf .mk-step:hover .mk-step-num { color: #A8832A; }

.mk-ankauf .mk-step-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1A17;
  margin: 0 0 0.4rem 0;
  padding: 0;
}

.mk-ankauf .mk-step-body p {
  font-size: 14px;
  color: #5A5550;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

.mk-ankauf .mk-process-aside {
  position: sticky;
  top: 100px;
}

.mk-ankauf .mk-aside-card {
  background: #EDE8DF;
  border: 0.5px solid rgba(168,131,42,0.30);
  border-radius: 4px;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
}

.mk-ankauf .mk-aside-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #1C1A17;
  margin: 0 0 1rem 0;
  padding: 0;
  line-height: 1.25;
}

.mk-ankauf .mk-aside-card p {
  font-size: 14px;
  color: #5A5550;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

.mk-ankauf .mk-aside-tel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.25rem 1.5rem;
  background: #A8832A;
  border-radius: 2px;
  text-decoration: none !important;
  transition: background 0.2s;
  margin-top: 1.25rem;
}

.mk-ankauf .mk-aside-tel:hover { background: #C9A44A; }

.mk-ankauf .mk-aside-tel svg {
  width: 18px;
  height: 18px;
  stroke: #FDFCFA;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.mk-ankauf .mk-aside-tel span {
  font-size: 14px;
  font-weight: 500;
  color: #FDFCFA !important;
  letter-spacing: 0.03em;
}

.mk-ankauf .mk-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}

.mk-ankauf .mk-check-list li {
  font-size: 13px;
  color: #5A5550;
  display: flex;
  gap: 8px;
  align-items: center;
}

.mk-ankauf .mk-check-list li span.mk-check {
  color: #A8832A;
  font-size: 16px;
}

/* ── FAQ ── */
.mk-ankauf .mk-faq {
  background: #F2EDE4;
  padding: 96px 5vw;
}

.mk-ankauf .mk-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 3rem;
  max-width: 860px;
  border-top: 0.5px solid rgba(168,131,42,0.15);
}

.mk-ankauf .mk-faq-item {
  padding: 2rem 0;
  border-bottom: 0.5px solid rgba(168,131,42,0.15);
}

.mk-ankauf .mk-faq-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1C1A17;
  margin: 0 0 0.75rem 0;
  padding: 0;
  line-height: 1.25;
}

.mk-ankauf .mk-faq-item p {
  font-size: 14px;
  color: #5A5550;
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 600px) {
  .mk-ankauf .mk-faq { padding: 60px 5vw; }
}

/* ── ANIMATIONS ── */
@keyframes mkFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.mk-ankauf .mk-fade-up {
  opacity: 0;
  animation: mkFadeUp 0.7s ease forwards;
}

.mk-ankauf .mk-fade-up-1 { animation-delay: 0.1s; }
.mk-ankauf .mk-fade-up-2 { animation-delay: 0.25s; }
.mk-ankauf .mk-fade-up-3 { animation-delay: 0.4s; }
.mk-ankauf .mk-fade-up-4 { animation-delay: 0.55s; }

/* ══════════════════════════════════════════
   RESPONSIVE FIXES
   ══════════════════════════════════════════ */

/* ── TABLET / iPad (max 1024px) ── */
@media (max-width: 1024px) {
  .mk-ankauf .mk-prop-grid { grid-template-columns: 1fr 1fr; }
}

/* ── iPad (max 900px): Bild oben, Content direkt darunter ── */
@media (max-width: 900px) {
  /* Hero: Bild oben, Content direkt darunter – kein leerer Raum */
  .mk-ankauf .mk-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;   /* ← Zeilen auto, nicht fixed */
    min-height: unset;
  }

  .mk-ankauf .mk-hero-image-panel {
    height: 55vw;
    min-height: 280px;
    max-height: 420px;
    order: 0;
  }

  .mk-ankauf .mk-hero-content {
    order: 1;
    padding: 48px 6vw 52px;
    justify-content: flex-start;    /* ← direkt oben anfangen, nicht mittig */
  }

  .mk-ankauf .mk-process-layout { grid-template-columns: 1fr; }
  .mk-ankauf .mk-process-aside { position: static; }

  /* Trust Strip: 2 Spalten auf iPad */
  .mk-ankauf .mk-trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 2rem;
    justify-items: start;
  }

  .mk-ankauf .mk-trust-item {
    white-space: normal;
  }
}

/* ── Mobile (max 600px) ── */
@media (max-width: 600px) {
  /* Hero */
  .mk-ankauf .mk-hero-image-panel {
    height: 62vw;
    min-height: 220px;
  }

  .mk-ankauf .mk-hero-content {
    padding: 36px 5vw 44px;
  }

  /* Telefonnummer im Hero ausblenden auf Mobile */
  .mk-ankauf .mk-btn-ghost {
    display: none;
  }

  /* Hero Actions: Button volle Breite */
  .mk-ankauf .mk-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .mk-ankauf .mk-btn-primary {
    width: 100%;
    text-align: center;
  }

  /* Trust Strip: sauber untereinander, gleicher Abstand */
  .mk-ankauf .mk-trust-strip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 24px 5vw;
  }

  .mk-ankauf .mk-trust-item {
    white-space: normal;
    width: 100%;
  }

  /* Prop Grid: 1 Spalte */
  .mk-ankauf .mk-prop-grid { grid-template-columns: 1fr; }

  /* Abschnitte weniger padding */
  .mk-ankauf .mk-prop-types,
  .mk-ankauf .mk-process {
    padding: 60px 5vw;
  }
}
