/* FloridaImmobilie.com - Verkaufen */
.seller-page{
  --seller-ink:#111111;
  --seller-ink-2:#1b1712;
  --seller-cream:#efede8;
  --seller-paper:#ffffff;
  --seller-soft:#f7f5f0;
  --seller-line:rgba(0,0,0,.12);
  --seller-muted:#6f6a62;
  --seller-shadow:0 24px 58px rgba(0,0,0,.10);
  --seller-shadow-soft:0 14px 34px rgba(0,0,0,.07);
  background:#fff;
}
.seller-page .main-nav-sell[aria-current="page"]::after{transform:scaleX(1);}

/* ---------- Hero ---------- */
.seller-hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  background:#000;
  isolation:isolate;
}
.seller-hero-media{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 78%, rgba(0,0,0,.36), rgba(0,0,0,0) 14%),
    linear-gradient(to right,rgba(0,0,0,.56),rgba(0,0,0,.18) 44%,rgba(0,0,0,.10)),
    linear-gradient(to top,rgba(0,0,0,.38),rgba(0,0,0,0) 36%),
    url('/images/verkaufen/hero-verkaufen.jpg') center/cover no-repeat;
  transform:scale(1.01);
  z-index:-2;
}
.seller-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:32vh;
  background:linear-gradient(to top,rgba(0,0,0,.38),rgba(0,0,0,0));
  pointer-events:none;
  z-index:-1;
}
.seller-hero-stage{
  position:relative;
  z-index:1;
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  padding-top:150px;
  padding-bottom:clamp(72px,9vh,118px);
}
.seller-hero-copy{
  width:min(100%,1020px);
  padding-left:0;
  border-left:0;
}
.seller-hero-copy.reveal{opacity:1;transform:none;}
.seller-hero-copy h1{
  display:grid;
  gap:8px;
  max-width:980px;
  margin-bottom:24px;
  color:#fff;
  font-size:clamp(2.85rem,5.25vw,5.25rem);
  line-height:1.01;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.seller-hero-copy h1 span:first-child{font-weight:400;}
.seller-hero-copy h1 span:last-child{font-weight:700;}
.seller-hero-lead{
  max-width:790px;
  margin-bottom:32px;
  color:rgba(255,255,255,.91);
  text-shadow:0 2px 18px rgba(0,0,0,.25);
  font-size:clamp(1.06rem,1.18vw,1.26rem);
  line-height:1.66;
}
.seller-hero-actions{display:flex;flex-wrap:wrap;gap:14px;}
.seller-hero .eyebrow{color:rgba(255,255,255,.78);}
.seller-hero .eyebrow::before{display:none;}
.seller-hero-actions .btn-primary{
  min-width:230px;
  background:#fff;
  color:#000;
  border-color:#fff;
  box-shadow:0 18px 36px rgba(0,0,0,.26);
}
.seller-hero-actions .btn-primary:hover,
.seller-hero-actions .btn-primary:focus-visible{
  background:#000;
  color:#fff;
  border-color:#fff;
}

/* ---------- Shared seller rhythm ---------- */
.seller-design-pass,
.seller-faq,
.seller-sold{
  padding-block:clamp(92px,8.6vw,148px);
}
.seller-section-head{
  width:min(92vw,980px);
  margin:0 auto 58px;
  text-align:center;
}
.seller-section-head h2{
  margin-bottom:18px;
  text-wrap:balance;
}
.seller-section-head p:last-child{
  max-width:850px;
  margin-inline:auto;
}

/* ---------- Vorteile mit Andreas / analog Persönlich begleitet ---------- */
.seller-why{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#f6f6f3 0%,#f2eee7 100%);
}
.seller-why::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:rgba(0,0,0,.08);
}
.seller-why-shell{
  position:relative;
  z-index:1;
  width:min(88vw,1360px);
  display:grid;
  grid-template-columns:minmax(260px,.38fr) minmax(0,.62fr);
  column-gap:clamp(42px,6vw,92px);
  row-gap:clamp(34px,4vw,58px);
  align-items:start;
}
.seller-why-media{
  display:grid;
  justify-items:center;
  align-content:start;
  gap:22px;
}
.seller-why-avatar{
  margin:0;
  width:100%;
  max-width:360px;
  aspect-ratio:1 / 1;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  box-shadow:0 20px 46px rgba(0,0,0,.14);
}
.seller-why-avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:translateY(7%) scale(1.03);
  transform-origin:center center;
  background:#fff;
}
.seller-why-quote{
  position:relative;
  width:min(100%,340px);
  margin:40px 0 0;
  padding:66px 26px 26px;
  background:transparent;
  color:#111;
  border:1px solid rgba(0,0,0,.18);
  box-shadow:none;
}
.seller-why-quote p{
  position:relative;
  margin:0;
  padding:0 20px;
  color:#403a34;
  font-size:clamp(1.05rem,1.18vw,1.22rem);
  line-height:1.58;
  font-style:italic;
}
.seller-why-quote p::before,
.seller-why-quote p::after{
  position:absolute;
  color:rgba(0,0,0,.32);
  font-family:Georgia, "Times New Roman", serif;
  font-size:54px;
  line-height:1;
  font-style:normal;
  font-weight:400;
}
.seller-why-quote p::before{
  content:"“";
  left:-2px;
  top:-13px;
}
.seller-why-quote p::after{
  content:"”";
  right:-2px;
  bottom:-29px;
}
.seller-why-quote cite{
  display:block;
  position:absolute;
  left:50%;
  top:0;
  width:min(76%,280px);
  margin:0;
  padding:11px 16px 12px;
  color:#111;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(0,0,0,.10);
  transform:translate(-50%,-50%);
  box-shadow:0 14px 28px rgba(38,34,28,.10);
  font-size:.82rem;
  line-height:1.38;
  font-style:normal;
  font-weight:400;
  text-align:center;
}
.seller-why-quote cite strong{
  display:block;
  margin-bottom:4px;
  font-size:clamp(1.22rem,1.42vw,1.48rem);
  line-height:1.12;
  font-weight:700;
  letter-spacing:0;
}
.seller-why-quote cite span{
  display:block;
  color:#5f5a53;
  font-size:.78rem;
  line-height:1.38;
  letter-spacing:0;
}
.seller-why-copy{
  max-width:860px;
}
.seller-why-copy .eyebrow{
  margin-bottom:18px;
}
.seller-why-copy h2{
  max-width:840px;
  margin-bottom:16px;
  font-size:clamp(2.15rem,3.55vw,3.75rem);
  line-height:1.03;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.seller-why-copy h3{
  max-width:820px;
  margin-bottom:24px;
  font-size:clamp(1.35rem,1.9vw,2.05rem);
  line-height:1.16;
  letter-spacing:-.025em;
  font-weight:400;
  color:#403a34;
  text-wrap:balance;
}
.seller-why-copy p{
  max-width:780px;
  margin-bottom:18px;
  font-size:clamp(1.03rem,1.08vw,1.16rem);
  line-height:1.72;
  color:var(--seller-text-soft);
}
.seller-why-advantages{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:4px;
}
.seller-why-card{
  position:relative;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:26px 24px 24px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(0,0,0,.09);
  box-shadow:0 12px 28px rgba(0,0,0,.045);
  overflow:hidden;
  transition:transform 320ms ease,box-shadow 320ms ease,background-color 320ms ease;
}
.seller-why-card:hover{
  transform:translateY(-3px);
  background:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,.09);
}
.seller-why-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:#111;
  transform:scaleX(.18);
  transform-origin:left center;
  transition:transform 420ms ease;
}
.seller-why-card:hover::before{
  transform:scaleX(1);
}
.seller-why-card-number{
  display:block;
  margin-bottom:18px;
  color:rgba(0,0,0,.28);
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.seller-why-card h4{
  margin-bottom:12px;
  font-size:clamp(1.14rem,1.28vw,1.34rem);
  line-height:1.16;
  letter-spacing:-.015em;
}
.seller-why-card p{
  margin:0;
  font-size:.98rem;
  line-height:1.62;
  color:var(--seller-text-soft);
}
@media(max-width:1120px){
  .seller-why-shell{
    grid-template-columns:1fr;
  }
  .seller-why-media{
    grid-template-columns:minmax(180px,280px) minmax(0,1fr);
    align-items:center;
    justify-items:start;
  }
  .seller-why-avatar{
    grid-row:1 / span 2;
  }
  .seller-why-quote{
    grid-column:2;
    grid-row:1;
    width:100%;
    max-width:720px;
  }
  .seller-why-copy{
    max-width:none;
  }
  .seller-why-advantages{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(min-width:900px) and (max-width:1120px){
  .seller-why-quote{
    align-self:center;
    margin-top:68px;
  }
}
@media(max-width:760px){
  .seller-why-shell{
    width:min(92vw,720px);
    gap:38px;
  }
  .seller-why-media{
    grid-template-columns:minmax(118px,190px) minmax(0,1fr);
    align-items:center;
    justify-items:start;
    column-gap:22px;
    row-gap:18px;
  }
  .seller-why-avatar{
    grid-row:auto;
    width:100%;
  }
  .seller-why-quote{
    grid-column:2;
    grid-row:auto;
    width:100%;
    margin-top:28px;
  }
  .seller-why-advantages{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .seller-why-card{
    min-height:0;
    padding:24px 22px 22px;
  }
}
@media(max-width:560px){
  .seller-why-media{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .seller-why-avatar{
    width:min(68vw,240px);
  }
  .seller-why-quote{
    grid-column:auto;
    max-width:340px;
    margin-inline:auto;
  }
}
@media(max-width:480px){
  .seller-why-advantages{
    grid-template-columns:1fr;
  }
}

/* ---------- Verkaufsweg / animierte Mittelachse ---------- */
.seller-road{
  position:relative;
  background:linear-gradient(180deg,#fbfaf7 0%,#efede8 100%);
  overflow:hidden;
}
.seller-road::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 8%,rgba(255,255,255,.82),rgba(255,255,255,0) 28%),
    radial-gradient(circle at 88% 42%,rgba(255,255,255,.60),rgba(255,255,255,0) 24%);
  pointer-events:none;
}
.seller-road>.stage{position:relative;z-index:1;}
.seller-road .seller-section-head{
  margin-bottom:clamp(56px,6vw,88px);
}
.seller-road .seller-section-head h2{
  max-width:960px;
  margin-inline:auto;
}
.seller-road .seller-section-head p:last-child{
  max-width:1040px;
}
.seller-road-stage{
  --road-gap:clamp(26px,4.5vw,74px);
  position:relative;
  width:min(90vw,1420px);
  display:grid;
  gap:clamp(54px,6vw,86px);
  padding-block:8px clamp(20px,3vw,44px);
}
.seller-road-line,
.seller-road-progress{
  position:absolute;
  left:50%;
  top:var(--road-line-top,0px);
  bottom:auto;
  height:var(--road-line-height,100%);
  width:2px;
  transform:translateX(-50%);
  pointer-events:none;
}
.seller-road-line{
  background:rgba(0,0,0,.18);
}
.seller-road-progress{
  transform:translateX(-50%) scaleY(var(--road-progress,0));
  transform-origin:top center;
  background:linear-gradient(to bottom,rgba(17,17,17,.14),rgba(17,17,17,.88),rgba(17,17,17,.22));
  box-shadow:0 0 0 1px rgba(255,255,255,.38),0 0 24px rgba(0,0,0,.12);
}
.seller-road-step{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr);
  column-gap:clamp(26px,4.5vw,74px);
  align-items:center;
  min-height:clamp(360px,38vw,520px);
}
.seller-road-marker{
  grid-column:2;
  justify-self:center;
  align-self:center;
  position:relative;
  z-index:4;
  display:grid;
  place-items:center;
  width:78px;
  height:78px;
  border-radius:50%;
  background:#111;
  color:#fff;
  border:9px solid #efede8;
  box-shadow:0 18px 36px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.18);
  font-size:18px;
  font-weight:700;
  letter-spacing:0;
}
.seller-road-marker::before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.10);
  background:radial-gradient(circle,rgba(255,255,255,.72),rgba(255,255,255,0) 62%);
  z-index:-1;
}
.seller-road-media,
.seller-road-content{
  position:relative;
  z-index:2;
}
.seller-road-media{
  margin:0;
  overflow:hidden;
  background:#d8d5ce;
  aspect-ratio:4 / 3;
  box-shadow:0 28px 64px rgba(0,0,0,.16);
}
.seller-road-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.28),rgba(0,0,0,0) 52%);
  pointer-events:none;
}
.seller-road-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 1100ms ease, filter 1100ms ease;
}
.seller-road-step:hover .seller-road-media img{
  transform:scale(1.035);
  filter:contrast(1.04) saturate(1.02);
}
.seller-road-content{
  padding:clamp(32px,3.4vw,52px);
  background:rgba(255,255,255,.90);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 42px rgba(0,0,0,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.seller-road-content::before{
  content:"";
  position:absolute;
  top:50%;
  width:calc(var(--road-gap) + 10px);
  height:1px;
  background:linear-gradient(to right,rgba(17,17,17,.10),#111);
  transform:translateY(-50%);
}
.seller-road-step:nth-of-type(odd) .seller-road-media{grid-column:3;grid-row:1;}
.seller-road-step:nth-of-type(odd) .seller-road-content{grid-column:1;grid-row:1;text-align:right;}
.seller-road-step:nth-of-type(odd) .seller-road-content::before{right:calc(-1 * (var(--road-gap) + 10px));}
.seller-road-step:nth-of-type(even) .seller-road-media{grid-column:1;grid-row:1;}
.seller-road-step:nth-of-type(even) .seller-road-content{grid-column:3;grid-row:1;}
.seller-road-step:nth-of-type(even) .seller-road-content::before{left:calc(-1 * (var(--road-gap) + 10px));background:linear-gradient(to left,rgba(17,17,17,.10),#111);}
.seller-road-kicker{
  margin-bottom:12px!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--seller-muted);
}
.seller-road-content h3{
  margin-bottom:16px;
  font-size:clamp(1.42rem,2.15vw,2.18rem);
  line-height:1.06;
  letter-spacing:-.026em;
  text-wrap:balance;
}
.seller-road-content p:last-child{
  font-size:1.03rem;
  line-height:1.68;
}
.seller-road-step.is-visible .seller-road-marker{
  animation:roadPulse 820ms ease both;
}
@keyframes roadPulse{
  0%{transform:scale(.92);box-shadow:0 0 0 rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.18);}
  55%{transform:scale(1.045);box-shadow:0 18px 36px rgba(0,0,0,.22),0 0 0 10px rgba(17,17,17,.08), inset 0 0 0 1px rgba(255,255,255,.18);}
  100%{transform:scale(1);box-shadow:0 18px 36px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.18);}
}
@media(max-width:980px){
  .seller-road-stage{width:min(92vw,780px);gap:42px;padding-inline:0;}
  .seller-road-line,
.seller-road-progress{left:39px;}
  .seller-road-step{grid-template-columns:78px minmax(0,1fr);grid-template-rows:auto auto;column-gap:20px;row-gap:16px;min-height:0;}
  .seller-road-marker{grid-column:1;grid-row:1 / span 2;width:70px;height:70px;border-width:8px;align-self:start;margin-top:22px;}
  .seller-road-step:nth-of-type(odd) .seller-road-media,
.seller-road-step:nth-of-type(even) .seller-road-media{grid-column:2;grid-row:1;}
  .seller-road-step:nth-of-type(odd) .seller-road-content,
.seller-road-step:nth-of-type(even) .seller-road-content{grid-column:2;grid-row:2;text-align:left;}
  .seller-road-content::before{display:none;}
  .seller-road-content{padding:28px 24px 30px;}
}
@media(max-width:620px){
  .seller-road-stage{width:min(92vw,540px);gap:34px;}
  .seller-road-line,
.seller-road-progress{left:28px;}
  .seller-road-step{grid-template-columns:56px minmax(0,1fr);column-gap:14px;}
  .seller-road-marker{width:54px;height:54px;border-width:6px;font-size:12px;margin-top:16px;}
  .seller-road-marker::before{inset:-10px;}
  .seller-road-media{aspect-ratio:4 / 3;}
  .seller-road-content{padding:24px 20px 26px;}
  .seller-road-content h3{font-size:clamp(1.24rem,6vw,1.62rem);}
}
/* ---------- FAQ für Verkäufer: Meer-Hintergrund + ruhige Karten ---------- */
.seller-faq{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding-block:clamp(92px,8vw,138px);
  background:
    linear-gradient(0deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),
    url("/images/meer5.jpg") center center / cover no-repeat fixed;
  border:0;
}
@media (hover:none) and (pointer:coarse){
  .seller-faq{
    background:
      linear-gradient(0deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),
      url("/images/meer5.jpg") center center / cover no-repeat scroll;
  }
}
.seller-faq .stage{
  position:relative;
  z-index:1;
}
.seller-faq .seller-section-head{
  width:min(88vw,980px);
  margin:0 auto clamp(38px,4vw,58px);
  text-align:center;
}
.seller-faq .seller-section-head h2{color:#0f0f0f;}
.seller-faq .seller-section-head p{color:#262626;}
.seller-faq .eyebrow{color:#333;}
.seller-faq .eyebrow::before{background:var(--accent);}
.seller-faq-list{
  width:min(88vw,980px);
  margin-inline:auto;
  display:grid;
  gap:14px;
}
.seller-faq-list details{
  background:rgba(255,255,255,.76);
  border:0;
  border-top:3px solid #111;
  box-shadow:0 16px 38px rgba(0,0,0,.13);
  -webkit-backdrop-filter:blur(14px) saturate(1.05);
  backdrop-filter:blur(14px) saturate(1.05);
  overflow:hidden;
  transition:height 360ms ease,background-color 280ms ease,box-shadow 280ms ease,transform 280ms ease;
}
.seller-faq-list details:hover,
.seller-faq-list details.is-open,
.seller-faq-list details[open]{
  background:rgba(255,255,255,.88);
  box-shadow:0 22px 48px rgba(0,0,0,.16);
}
.seller-faq-list details:hover{transform:translateY(-2px);}
.seller-faq-list summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  min-height:72px;
  display:flex;
  align-items:center;
  padding:22px 74px 22px clamp(28px,2vw,38px);
  font-size:clamp(1.06rem,1.22vw,1.24rem);
  line-height:1.24;
  font-weight:700;
  letter-spacing:-.01em;
  color:#111;
}
.seller-faq-list summary::-webkit-details-marker{display:none;}
.seller-faq-list summary::after{
  content:"+";
  position:absolute;
  right:clamp(26px,2vw,36px);
  top:50%;
  width:30px;
  height:30px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border:1px solid rgba(0,0,0,.22);
  color:#111;
  font-size:1.5rem;
  line-height:1;
  font-weight:400;
  transition:transform 300ms ease,background-color 300ms ease,color 300ms ease;
}
.seller-faq-list details.is-open summary::after,
.seller-faq-list details[open] summary::after{
  content:"–";
  background:#111;
  color:#fff;
  transform:translateY(-50%) rotate(180deg);
}
.seller-faq-answer{
  padding:0 clamp(28px,2vw,38px) clamp(28px,2vw,38px);
}
.seller-faq-answer p{
  margin:0;
  padding:0;
  font-size:clamp(1rem,1.04vw,1.08rem);
  line-height:1.72;
  color:var(--seller-text-soft,var(--text-soft));
}
.seller-faq-answer p + p{margin-top:12px;}
.seller-faq-legal{
  width:min(88vw,980px);
  margin:clamp(18px,2vw,28px) auto 0;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  font-size:.88rem;
  line-height:1.58;
  color:rgba(32,32,32,.72);
  text-align:center;
}
@media(max-width:760px){
  .seller-faq{padding-block:var(--section-y-mobile);}
  .seller-faq .stage{width:min(92vw,720px);}
  .seller-faq .seller-section-head{width:100%;margin-bottom:28px;}
  .seller-faq-list{width:100%;gap:12px;}
  .seller-faq-list details:hover{transform:none;}
  .seller-faq-list summary{min-height:64px;padding:18px 54px 18px 22px;font-size:1.02rem;}
  .seller-faq-list summary::after{right:18px;width:26px;height:26px;}
  .seller-faq-answer{padding-left:22px;padding-right:22px;padding-bottom:22px;}
  .seller-faq-answer p{font-size:.98rem;line-height:1.66;}
  .seller-faq-legal{max-width:none;margin-top:18px;font-size:.84rem;text-align:left;}
}
@media(prefers-reduced-motion:reduce){
  .seller-faq-list details,
.seller-faq-list summary::after{height:auto!important;transform:none!important;transition:none!important;}
}

/* ---------- Eine Auswahl meiner realisierten Verkäufe ---------- */
.seller-sold{
  --sold-accent:#9b7a45;
  background:#efede8;
}
.seller-sold .seller-section-head{
  margin-bottom:46px;
}
.seller-sold-wrap{
  width:min(94vw,1660px);
  margin-inline:auto;
  position:relative;
  overflow:hidden;
}
.seller-sold-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(340px,430px);
  gap:28px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:8px 4px 20px;
  scrollbar-width:thin;
}
.seller-sold-card{
  scroll-snap-align:start;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 38px rgba(0,0,0,.10);
  overflow:hidden;
  min-height:100%;
  display:flex;
  flex-direction:column;
  transition:transform 340ms ease,box-shadow 340ms ease;
}
.seller-sold-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 46px rgba(0,0,0,.14);
}
.seller-sold-media{
  position:relative;
  aspect-ratio:4/3;
  margin:0;
  background:#d8d5ce;
  overflow:hidden;
}
.seller-sold-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.30),rgba(0,0,0,0) 58%);
  pointer-events:none;
}
.seller-sold-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 850ms ease,filter 850ms ease;
}
.seller-sold-card:hover .seller-sold-media img{
  transform:scale(1.035);
  filter:contrast(1.04) saturate(1.02);
}
.seller-sold-badge{
  position:absolute;
  right:16px;
  left:auto;
  top:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.seller-sold-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:22px 18px 0;
  background:#fff;
}
.seller-sold-topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.seller-sold-location,
.seller-sold-ref{
  margin:0!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.seller-sold-location{color:#111;}
.seller-sold-ref{text-align:right;color:var(--sold-accent);white-space:nowrap;}
.seller-sold-price-label{
  margin:0 0 4px!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:var(--seller-muted);
}
.seller-sold-body h3{
  margin:0 0 14px;
  font-size:clamp(1.42rem,1.78vw,1.88rem);
  line-height:1.02;
  letter-spacing:-.035em;
  color:#111;
}
.seller-sold-text{
  margin:0 0 18px!important;
  font-size:.98rem!important;
  line-height:1.58!important;
  color:var(--seller-muted);
}
.seller-sold-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 12px;
  margin-top:auto;
  margin-left:-18px;
  margin-right:-18px;
  padding:16px 18px 18px;
  border-top:0;
  background:#f6f6f3;
}
.seller-sold-meta-item{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  column-gap:7px;
  align-items:center;
  min-height:24px;
  padding:0;
  background:transparent;
  border:0;
  color:#2c2924;
  font-size:11.5px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:.01em;
  white-space:nowrap;
}
.seller-sold-meta-item svg{
  display:block;
  width:18px;
  height:18px;
  color:var(--sold-accent);
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.seller-sold-controls{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:24px;
}
.seller-sold-btn{
  width:48px;
  height:48px;
  border:1px solid #111;
  background:#111;
  color:#fff;
  border-radius:50%;
  cursor:pointer;
  font-size:25px;
  line-height:1;
  transition:background-color 320ms ease,color 320ms ease,box-shadow 320ms ease,transform 320ms ease;
}
.seller-sold-btn:hover,
.seller-sold-btn:focus-visible{
  background:#fff;
  color:#111;
  box-shadow:5px 5px 5px 0 rgba(0,0,0,.24);
  transform:translateY(-1px);
}
@media(max-width:760px){
  .seller-sold-track{grid-auto-columns:minmax(290px,86vw);gap:16px;}
  .seller-sold-body{padding:22px 18px 0;}
  .seller-sold-meta{gap:9px 10px;}
  .seller-sold-meta-item{font-size:11px;}
}
@media(max-width:420px){
  .seller-sold-meta{grid-template-columns:1fr;}
}
/* ---------- Direct contact override ---------- */
.seller-page .broker-direct-contact{background:#111;}
.seller-page .broker-direct-box{
  background:#111;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.seller-page .broker-direct-box p{color:rgba(255,255,255,.82);}
.seller-page .broker-direct-box .eyebrow{color:rgba(255,255,255,.72);}
.seller-page .broker-direct-box .eyebrow::before{background:#fff;}

/* ---------- Responsive ---------- */
@media(max-width:1180px){
  .seller-why{background:#fff;}
  .seller-why-copy{
    position:relative;
    top:auto;
  }
  
}
@media(max-width:760px){
  .seller-design-pass,
.seller-faq,
.seller-sold{
    padding-block:var(--section-y-mobile);
  }
  .seller-hero-stage{padding-top:108px;padding-bottom:70px;}
  .seller-hero-copy{border-left:0;padding-left:0;}
  .seller-hero-copy h1{font-size:clamp(2.15rem,10vw,3.45rem);}
  .seller-hero-lead{font-size:1rem;line-height:1.58;}
  .seller-hero-actions .btn{width:100%;}
  .seller-road-stage{width:min(92vw,720px);}
  .seller-road-content{padding:30px 24px 32px;}
  .seller-sold-track{grid-auto-columns:minmax(280px,84vw);gap:16px;}
  .seller-sold-body{padding:22px 18px 0;}
}
@media(max-width:520px){
  .seller-why-copy h2{letter-spacing:-.025em;}
  .seller-why-quote{padding:66px 24px 28px;}
  .seller-road-content{padding:28px 22px 30px;}
  .seller-faq-list summary{padding:21px 54px 21px 20px;}
  .seller-faq-list summary::after{right:20px;}
  .seller-faq-answer p{padding-inline:20px;}
}

        
/* ---------- Vorteile: minimalistische SVG-Icons in den Kacheln ---------- */
.seller-why-copy .eyebrow{
  display:none;
}
.seller-why-card{
  padding:30px 25px 25px;
}
.seller-why-card-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin-bottom:22px;
  color:#111;
  background:rgba(17,17,17,.045);
  border:1px solid rgba(0,0,0,.10);
}
.seller-why-card-icon svg{
  display:block;
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.seller-why-card-number{
  position:absolute;
  top:24px;
  right:24px;
  margin:0;
  color:rgba(0,0,0,.24);
}
.seller-why-card h4{
  padding-right:34px;
}
@media(max-width:760px){
  .seller-why-card{
    padding:26px 22px 22px;
  }
  .seller-why-card-icon{
    width:54px;
    height:54px;
    margin-bottom:18px;
  }
  .seller-why-card-icon svg{
    width:35px;
    height:35px;
  }
  .seller-why-card-number{
    top:22px;
    right:22px;
  }
}

        

/* ---------- Feinschliff Vorteile + Verkaufsweg v23 ---------- */
.seller-why-copy h2{
  max-width:820px;
  margin-bottom:24px;
  font-size:clamp(1.65rem,2.35vw,2.65rem);
  line-height:1.12;
  letter-spacing:-.028em;
  font-weight:400;
  color:#403a34;
  text-wrap:balance;
}
.seller-why-card-number{
  font-size:13px;
  letter-spacing:.08em;
}
/* ---------- Feinschliff Vorteile-Überschriften: analog Lokale Präsenz ---------- */
.seller-why-copy .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:var(--seller-muted);
}
.seller-why-copy .eyebrow::before{
  content:"";
  width:20px;
  height:1px;
  background:var(--accent);
  flex:0 0 auto;
}
.seller-why-copy h2{
  max-width:840px;
  margin-bottom:24px;
  font-size:clamp(2.2rem,3.6vw,3.8rem);
  line-height:1.04;
  letter-spacing:-.035em;
  text-wrap:balance;
  color:var(--seller-text);
}

/* ---------- Vorteile: minimalistische Icon-Liste ---------- */
.seller-why-advantages{
  gap:clamp(22px,3vw,42px);
}
.seller-why-card,
.seller-why-card:hover{
  min-height:0;
  align-items:center;
  padding:4px 0 0;
  background:transparent;
  border:0;
  box-shadow:none;
  text-align:center;
  transform:none;
}
.seller-why-card::before{
  display:none;
}
.seller-why-card-icon{
  width:56px;
  height:56px;
  margin:0 auto 22px;
  color:#111;
  background:transparent;
  border:0;
}
.seller-why-card-icon svg{
  width:54px;
  height:54px;
  stroke-width:1.45;
}
.seller-why-card:nth-child(4) .seller-why-card-icon svg{
  width:62px;
  height:62px;
}
.seller-why-card-number{
  display:none;
}
.seller-why-card h4{
  max-width:320px;
  margin-inline:auto;
  padding-right:0;
}
.seller-why-card p{
  max-width:340px;
  margin-inline:auto;
}
@media(max-width:760px){
  .seller-why-advantages{
    gap:32px 26px;
  }
  .seller-why-card{
    padding:0;
  }
}
/* ---------- Verkäufer: "Was Verkäufer oft unterschätzen" im Mindmap-Design wie /kaufen/ ---------- */
.seller-underestimated--mindmap{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:#f1ede5 !important;
  border-top:1px solid rgba(0,0,0,.14);
  box-shadow:inset 0 2px 0 rgba(255,255,255,.42);
}

.seller-underestimated--mindmap::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("/images/kartensuche-bg.jpg") center 45% / cover no-repeat;
  filter:grayscale(.18) saturate(1.10) contrast(1.02) brightness(1.02) !important;
  opacity:.90 !important;
}

.seller-underestimated--mindmap::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(241,237,229,.16) !important;
}

.seller-underestimated-mindmap-stage{
  width:min(88vw, 1480px);
  display:grid;
  gap:clamp(42px, 5vw, 72px);
}

.seller-underestimated-mindmap-head{
  max-width:900px;
  margin-inline:auto;
  text-align:center;
}

.seller-underestimated-mindmap-head .eyebrow{
  justify-content:center;
}

.seller-underestimated-mindmap-head .eyebrow::before{
  display:none;
}

.seller-underestimated-mindmap-head h2{
  margin:0 auto;
  max-width:820px;
}

.seller-underestimated-mindmap{
  position:relative;
  min-height:620px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  grid-template-rows:auto auto auto;
  gap:34px 44px;
  align-items:center;
}

.seller-underestimated-mindmap-lines{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:0;
}

.seller-underestimated-mindmap-lines path{
  fill:none;
  stroke:rgba(44,38,32,.68) !important;
  stroke-width:2.35 !important;
  stroke-linecap:round !important;
  vector-effect:non-scaling-stroke;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.42)) !important;
}

.seller-underestimated-mindmap-lines circle{
  fill:rgba(44,38,32,.70) !important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.38)) !important;
}

.seller-underestimated-mindmap-center{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  width:min(34vw, 430px);
  min-width:320px;
  transform:translate(-50%, -50%);
  padding:34px 34px 36px;
  text-align:center;
}

.seller-underestimated-mindmap-center p{
  margin:0;
  font-size:1rem;
  line-height:1.62;
}

.seller-underestimated-mindmap-card{
  position:relative;
  z-index:2;
  min-height:174px;
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:24px 24px 24px 22px;
}

.seller-underestimated-mindmap-card--1{ grid-column:1; grid-row:1; }
.seller-underestimated-mindmap-card--2{ grid-column:2; grid-row:1; transform:translateY(-22px); }
.seller-underestimated-mindmap-card--3{ grid-column:3; grid-row:1; }
.seller-underestimated-mindmap-card--4{ grid-column:1; grid-row:3; }
.seller-underestimated-mindmap-card--5{ grid-column:2; grid-row:3; transform:translateY(22px); }
.seller-underestimated-mindmap-card--6{ grid-column:3; grid-row:3; }

.seller-underestimated-mindmap-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  color:var(--mindmap-icon-color, #9c7a52);
}

.seller-underestimated-mindmap-icon svg{
  display:block;
  width:46px;
  height:46px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.seller-underestimated-mindmap-card h3{
  margin:0 0 10px;
  font-size:clamp(1.12rem, 1.28vw, 1.34rem);
  line-height:1.12;
}

.seller-underestimated-mindmap-card p{
  margin:0;
  font-size:.96rem;
  line-height:1.55;
}

.seller-page{
  --mindmap-box-bg: rgba(255,255,255,.12);
  --mindmap-box-film: rgba(255,255,255,.34);
  --mindmap-box-blur: 22px;
  --mindmap-box-brightness: 1.42;
  --mindmap-box-saturation: .84;
  --mindmap-box-contrast: .96;
  --mindmap-box-shadow: 0 22px 58px rgba(0,0,0,.04);
  --mindmap-title-color: rgba(17,17,17,.98);
  --mindmap-text-color: rgba(24,21,18,.86);
  --mindmap-icon-color: #9c7a52;
}

.seller-underestimated-mindmap-center,
.seller-underestimated-mindmap-card{
  position:relative !important;
  overflow:hidden !important;
  background:var(--mindmap-box-bg) !important;
  border:0 !important;
  box-shadow:var(--mindmap-box-shadow) !important;
  backdrop-filter:
    blur(var(--mindmap-box-blur))
    brightness(var(--mindmap-box-brightness))
    saturate(var(--mindmap-box-saturation))
    contrast(var(--mindmap-box-contrast)) !important;
  -webkit-backdrop-filter:
    blur(var(--mindmap-box-blur))
    brightness(var(--mindmap-box-brightness))
    saturate(var(--mindmap-box-saturation))
    contrast(var(--mindmap-box-contrast)) !important;
}

.seller-underestimated-mindmap-center::before,
.seller-underestimated-mindmap-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  pointer-events:none !important;
  background:var(--mindmap-box-film) !important;
  opacity:1 !important;
  z-index:0 !important;
}

.seller-underestimated-mindmap-center::after,
.seller-underestimated-mindmap-card::after{
  content:none !important;
  display:none !important;
}

.seller-underestimated-mindmap-center > *,
.seller-underestimated-mindmap-card > *{
  position:relative !important;
  z-index:2 !important;
}

.seller-underestimated-mindmap-card h3{
  color:var(--mindmap-title-color) !important;
}

.seller-underestimated-mindmap-center p,
.seller-underestimated-mindmap-card p{
  color:var(--mindmap-text-color) !important;
}

@media(min-width:1381px){
  .seller-underestimated--mindmap{
    padding-block:clamp(96px, 7.5vw, 138px) !important;
  }

  .seller-underestimated-mindmap-stage{
    position:relative;
    z-index:1;
    width:min(88vw, 1500px) !important;
    gap:clamp(36px, 4vw, 58px) !important;
  }

  .seller-underestimated-mindmap-head{
    max-width:760px !important;
    text-align:left !important;
    margin-inline:0 !important;
  }

  .seller-underestimated-mindmap-head .eyebrow{
    justify-content:flex-start !important;
  }

  .seller-underestimated-mindmap-head .eyebrow::before{
    display:block !important;
    background:#cc3333 !important;
  }

  .seller-underestimated-mindmap-head h2{
    margin:0 !important;
    font-size:clamp(2rem, 2.8vw, 3rem) !important;
    line-height:1.06 !important;
  }

  .seller-underestimated-mindmap{
    min-height:760px !important;
    grid-template-columns:minmax(310px, 1fr) minmax(500px, .9fr) minmax(310px, 1fr) !important;
    grid-template-rows:210px 300px 210px !important;
    gap:34px 64px !important;
    align-items:center !important;
  }

  .seller-underestimated-mindmap-center{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:min(42vw, 560px) !important;
    min-width:500px !important;
    transform:translate(-50%, -50%) !important;
    padding:30px 46px 32px !important;
  }

  .seller-underestimated-mindmap-center p{
    max-width:450px !important;
    margin-inline:auto !important;
    font-size:.95rem !important;
    line-height:1.56 !important;
  }

  .seller-underestimated-mindmap-card{
    min-height:150px !important;
    max-width:420px !important;
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:16px !important;
    padding:22px 22px 22px 20px !important;
  }

  .seller-underestimated-mindmap-card--1,
.seller-underestimated-mindmap-card--4{
    justify-self:start !important;
  }

  .seller-underestimated-mindmap-card--3,
.seller-underestimated-mindmap-card--6{
    justify-self:end !important;
  }

  .seller-underestimated-mindmap-card--2,
.seller-underestimated-mindmap-card--5{
    justify-self:center !important;
    max-width:420px !important;
  }

  .seller-underestimated-mindmap-card--1,
.seller-underestimated-mindmap-card--3{
    align-self:end !important;
    margin-bottom:20px !important;
  }

  .seller-underestimated-mindmap-card--4,
.seller-underestimated-mindmap-card--6{
    align-self:start !important;
    margin-top:20px !important;
  }

  .seller-underestimated-mindmap-card--2{
    align-self:start !important;
    margin-top:0 !important;
    transform:none !important;
  }

  .seller-underestimated-mindmap-card--5{
    align-self:end !important;
    margin-bottom:0 !important;
    transform:none !important;
  }

  .seller-underestimated-mindmap-lines{
    display:block !important;
    inset:30px 3% !important;
    width:94% !important;
    height:calc(100% - 60px) !important;
  }

  .seller-underestimated-mindmap-card:hover{
    background:rgba(255,255,255,.56) !important;
    box-shadow:0 26px 68px rgba(0,0,0,.16) !important;
    transform:translateY(-3px) !important;
  }
}

@media(min-width:761px) and (max-width:1380px){
  .seller-underestimated--mindmap{
    padding-block:80px !important;
  }

  .seller-underestimated-mindmap-stage{
    position:relative;
    z-index:1;
    width:min(90vw, 1040px) !important;
    gap:34px !important;
  }

  .seller-underestimated-mindmap-head{
    max-width:760px !important;
    text-align:left !important;
    margin-inline:0 !important;
  }

  .seller-underestimated-mindmap-head .eyebrow{
    justify-content:flex-start !important;
  }

  .seller-underestimated-mindmap-head .eyebrow::before{
    display:block !important;
    background:#cc3333 !important;
  }

  .seller-underestimated-mindmap-head h2{
    margin:0 !important;
    font-size:clamp(2rem, 4.6vw, 2.75rem) !important;
    line-height:1.06 !important;
  }

  .seller-underestimated-mindmap{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    grid-template-rows:auto !important;
    gap:18px !important;
    min-height:0 !important;
    align-items:stretch !important;
  }

  .seller-underestimated-mindmap-lines{
    display:none !important;
  }

  .seller-underestimated-mindmap-center{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:auto !important;
    min-width:0 !important;
    grid-column:1 / -1 !important;
    grid-row:auto !important;
    padding:28px 32px 30px !important;
    text-align:left !important;
  }

  .seller-underestimated-mindmap-center p{
    max-width:760px !important;
    margin:0 !important;
    font-size:.98rem !important;
    line-height:1.58 !important;
  }

  .seller-underestimated-mindmap-card,
.seller-underestimated-mindmap-card--1,
.seller-underestimated-mindmap-card--2,
.seller-underestimated-mindmap-card--3,
.seller-underestimated-mindmap-card--4,
.seller-underestimated-mindmap-card--5,
.seller-underestimated-mindmap-card--6{
    grid-column:auto !important;
    grid-row:auto !important;
    transform:none !important;
    align-self:stretch !important;
    justify-self:stretch !important;
    max-width:none !important;
    min-height:0 !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:48px minmax(0,1fr) !important;
    gap:15px !important;
    padding:21px 20px !important;
  }

  .seller-underestimated-mindmap-icon{
    width:46px !important;
    height:46px !important;
  }

  .seller-underestimated-mindmap-icon svg{
    width:39px !important;
    height:39px !important;
  }

  .seller-underestimated-mindmap-card h3{
    margin:0 0 8px !important;
    font-size:1.08rem !important;
    line-height:1.12 !important;
  }

  .seller-underestimated-mindmap-card p{
    margin:0 !important;
    font-size:.93rem !important;
    line-height:1.48 !important;
  }
}

@media(max-width:760px){
  .seller-underestimated--mindmap{
    padding-block:var(--section-y-mobile) !important;
  }

  .seller-underestimated--mindmap::before{
    filter:grayscale(.28) saturate(1.04) contrast(1.02) brightness(1.02) !important;
    opacity:.82 !important;
  }

  .seller-underestimated--mindmap::after{
    background:rgba(241,237,229,.26) !important;
  }

  .seller-underestimated-mindmap-stage{
    position:relative;
    z-index:1;
    width:min(92vw, 720px);
    gap:34px;
  }

  .seller-underestimated-mindmap-head{
    text-align:left;
    margin-inline:0;
  }

  .seller-underestimated-mindmap-head .eyebrow{
    justify-content:flex-start;
  }

  .seller-underestimated-mindmap{
    grid-template-columns:1fr;
    gap:14px;
    min-height:0;
  }

  .seller-underestimated-mindmap-lines{
    display:none;
  }

  .seller-underestimated-mindmap-center{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:auto !important;
    min-width:0 !important;
    grid-column:auto !important;
    grid-row:auto !important;
    padding:28px 24px 30px;
    text-align:left;
    background:rgba(255,255,255,.62) !important;
  }

  .seller-underestimated-mindmap-center::before{
    background:rgba(255,255,255,.28) !important;
  }

  .seller-underestimated-mindmap-card,
.seller-underestimated-mindmap-card--1,
.seller-underestimated-mindmap-card--2,
.seller-underestimated-mindmap-card--3,
.seller-underestimated-mindmap-card--4,
.seller-underestimated-mindmap-card--5,
.seller-underestimated-mindmap-card--6{
    grid-column:auto !important;
    grid-row:auto !important;
    transform:none !important;
    min-height:0;
    grid-template-columns:48px minmax(0,1fr);
    gap:16px;
    padding:22px 20px;
    background:rgba(255,255,255,.62) !important;
  }

  .seller-underestimated-mindmap-card::before{
    background:rgba(255,255,255,.28) !important;
  }

  .seller-underestimated-mindmap-icon{
    width:46px;
    height:46px;
  }

  .seller-underestimated-mindmap-icon svg{
    width:40px;
    height:40px;
  }
}


/* ---------- v31: Desktop-Heading im mittleren Mindmap-Kasten,
Mobile/Text frei ---------- */
.seller-underestimated-mindmap-center-head{
  display:none;
}

@media(min-width:1381px){
  .seller-underestimated-mindmap-head{
    display:none !important;
  }

  .seller-underestimated-mindmap-center{
    padding:38px 46px 40px !important;
  }

  .seller-underestimated-mindmap-center-head{
    display:block;
    margin-bottom:18px;
  }

  .seller-underestimated-mindmap-center-head .eyebrow{
    justify-content:center !important;
    margin-bottom:15px !important;
    color:var(--seller-muted) !important;
  }

  .seller-underestimated-mindmap-center-head .eyebrow::before{
    display:block !important;
    background:#cc3333 !important;
  }

  .seller-underestimated-mindmap-center-head h2{
    max-width:440px;
    margin:0 auto;
    font-size:clamp(1.72rem, 1.95vw, 2.36rem);
    line-height:1.06;
    letter-spacing:-.03em;
    text-wrap:balance;
    color:var(--mindmap-title-color) !important;
  }

  .seller-underestimated-mindmap-center p:not(.eyebrow){
    max-width:455px !important;
    margin-inline:auto !important;
    font-size:1rem !important;
    line-height:1.6 !important;
  }
}

@media(max-width:1380px){
  .seller-underestimated-mindmap-center{
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    padding:2px 0 6px !important;
  }

  .seller-underestimated-mindmap-center::before,
.seller-underestimated-mindmap-center::after{
    content:none !important;
    display:none !important;
  }

  .seller-underestimated-mindmap-center p{
    max-width:820px !important;
    margin:0 !important;
    font-size:clamp(1.05rem, 1.85vw, 1.18rem) !important;
    line-height:1.68 !important;
    color:rgba(24,21,18,.88) !important;
  }
}

@media(max-width:760px){
  .seller-underestimated-mindmap-center{
    padding:0 0 4px !important;
  }

  .seller-underestimated-mindmap-center p{
    font-size:1.05rem !important;
    line-height:1.66 !important;
  }
}


/* ---------- v32: Feinschliff Unterschätzt-Intro mobil/tablet ---------- */
@media(max-width:1380px){
  .seller-underestimated-mindmap-center p{
    max-width:960px !important;
  }
}

@media(max-width:760px){
  .seller-underestimated-mindmap-stage{
    width:min(95vw, 760px) !important;
  }
  .seller-underestimated-mindmap-center p{
    max-width:none !important;
  }
}


/* ---------- v33: FIRPTA kompakter + Mobile-Intro näher an Überschrift ---------- */
@media(max-width:760px){
  .seller-underestimated-mindmap-stage{
    gap:20px !important;
  }
}


/* ---------- v34: Unterschätzt-Feinschliff Text,
FIRPTA und Abstände ---------- */
@media(min-width:1381px){
  .seller-underestimated-mindmap-center{
    padding:30px 40px 32px !important;
  }

  .seller-underestimated-mindmap-center-head{
    margin-bottom:12px !important;
  }
}

@media(min-width:761px) and (max-width:1380px){
  .seller-underestimated-mindmap-stage{
    gap:22px !important;
  }
}
/* ---------- Erfolgte Verkäufe: Transform-Marquee statt scrollLeft ----------
   Diese Version nutzt keine native Scroll-Animation. Dadurch läuft das Karussell
   auch dann,
wenn Browser/Server/Scroll-Snap das scrollLeft-Autoplay blockieren. */
.seller-sold-wrap{
  overflow:hidden;
}
.seller-sold-track.is-marquee-loop{
  display:flex !important;
  grid-auto-flow:unset !important;
  grid-auto-columns:unset !important;
  flex-wrap:nowrap;
  gap:28px;
  width:max-content;
  max-width:none;
  overflow:visible !important;
  scroll-snap-type:none !important;
  scroll-behavior:auto !important;
  scrollbar-width:none;
  cursor:grab;
  user-select:none;
  touch-action:pan-y;
  transform:translate3d(calc(var(--sold-marquee-x,0px) * -1),0,0);
  will-change:transform;
}
.seller-sold-track.is-marquee-loop.is-dragging{
  cursor:grabbing;
}
.seller-sold-track.is-marquee-loop::-webkit-scrollbar{
  display:none;
}
.seller-sold-track.is-marquee-loop .seller-sold-card{
  flex:0 0 clamp(320px,25.625vw,410px);
  scroll-snap-align:none !important;
}
.seller-sold-track.is-marquee-loop img{
  -webkit-user-drag:none;
  user-select:none;
}
@media(max-width:760px){
  .seller-sold-track.is-marquee-loop{
    gap:18px;
  }
  .seller-sold-track.is-marquee-loop .seller-sold-card{
    flex-basis:min(84vw,410px);
  }
}
/* ---------- Konsolidierung: eindeutige Hintergründe und Karussell-Breiten ---------- */
.seller-why{background:linear-gradient(180deg,#f6f6f3 0%,#f2eee7 100%);}
.seller-underestimated--mindmap{background:#fff;}
.seller-faq{background:linear-gradient(0deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),url("/images/meer5.jpg") center center / cover no-repeat fixed;}
.seller-sold{background:#efede8;}
.seller-sold-card{background:#fff;}
.seller-sold-meta{background:#f6f6f3;}
.seller-page .seller-why-copy .eyebrow{
  max-width:none;
  font-size:13px;
  line-height:1.3;
}
.seller-page .seller-why-copy h2{
  font-weight:700;
}
.seller-page .broker-company-copy{width:min(100%,1180px);}
.seller-sold-track.is-marquee-loop .seller-sold-card{flex:0 0 clamp(340px,26.25vw,430px);}
@media (hover:none) and (pointer:coarse){
  .seller-faq{background:linear-gradient(0deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),url("/images/meer5.jpg") center center / cover no-repeat scroll;}
}
@media(max-width:760px){
  .seller-sold-track.is-marquee-loop .seller-sold-card{flex-basis:min(86vw,430px);}
}

/* ---------- Final: FAQ Meer + Referenzen-Feinschliff ---------- */
.seller-faq{
  background:
    linear-gradient(0deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),
    url("/images/meer5.jpg") center center / cover no-repeat fixed !important;
}
@media (hover:none) and (pointer:coarse){
  .seller-faq{
    background:
      linear-gradient(0deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),
      url("/images/meer5.jpg") center center / cover no-repeat scroll !important;
  }
}
.seller-sold{
  background:#efede8 !important;
}
.seller-sold-card{
  background:#fff !important;
}
.seller-sold-body{
  background:#fff !important;
}
.seller-sold-badge{
  left:auto !important;
  right:16px !important;
}
.seller-sold-meta{
  background:#f6f6f3 !important;
  border-top:0 !important;
}



/* ---------- Final: FAQ Meer sichtbar wie Kundenstimmen ---------- */
.seller-faq{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:#0f181b !important;
}
.seller-faq::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:url("/images/meer5.jpg") center center / cover no-repeat fixed;
  transform:scale(1.01);
}
.seller-faq::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(0deg,rgba(255,255,255,.22),rgba(255,255,255,.06));
  pointer-events:none;
}
.seller-faq > .stage{
  position:relative !important;
  z-index:1 !important;
}
.seller-faq .seller-section-head h2,
.seller-faq .seller-section-head p,
.seller-faq .eyebrow{
  text-shadow:0 1px 16px rgba(255,255,255,.46);
}
.seller-faq-list details{
  background:rgba(255,255,255,.72) !important;
  -webkit-backdrop-filter:blur(16px) saturate(1.04) !important;
  backdrop-filter:blur(16px) saturate(1.04) !important;
  border-color:rgba(255,255,255,.60) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.12) !important;
}
.seller-faq-list details[open],
.seller-faq-list details.is-open{
  background:rgba(255,255,255,.82) !important;
}
@media (hover:none) and (pointer:coarse){
  .seller-faq::before{
    background-attachment:scroll;
  }
}
@media(max-width:760px){
  .seller-faq::after{
    background:linear-gradient(0deg,rgba(255,255,255,.30),rgba(255,255,255,.12));
  }
  .seller-faq-list details{
    -webkit-backdrop-filter:blur(12px) saturate(1.02) !important;
    backdrop-filter:blur(12px) saturate(1.02) !important;
  }
}



/* ---------- Final: FAQ Meer-Hintergrund exakt wie Kundenstimmen /makler/ ----------
   Hintergrund liegt direkt auf der Section,
nicht auf ::before.
   Desktop fixed,
Touch-Geräte scroll. Spätere Pseudo-Overlays werden deaktiviert.
   ------------------------------------------------------------------------------- */
.seller-faq{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:
    linear-gradient(0deg, rgba(255,255,255,.42), rgba(255,255,255,.16)),
    url("/images/meer5.jpg") center center / cover no-repeat fixed !important;
  color:var(--text) !important;
}
.seller-faq::before,
.seller-faq::after{
  content:none !important;
  display:none !important;
  background:none !important;
}
.seller-faq > .stage{
  position:relative !important;
  z-index:1 !important;
}
.seller-faq .seller-section-head h2{
  color:#0f0f0f !important;
}
.seller-faq .seller-section-head p{
  color:#262626 !important;
}
.seller-faq .eyebrow{
  color:#333 !important;
}
.seller-faq .eyebrow::before{
  background:var(--accent) !important;
}
@media (hover:none) and (pointer:coarse){
  .seller-faq{
    background:
      linear-gradient(0deg, rgba(255,255,255,.42), rgba(255,255,255,.16)),
      url("/images/meer5.jpg") center center / cover no-repeat scroll !important;
  }
}
