/* Ultra Clean Luxury Variante – weichere Tiefen, weniger Glow, ruhiger Hero */

/* =========================================================
   JHB Stationäre Hilfen Premium – Clean Final
   Scope: .jhb-stationaer-page
   ========================================================= */

.jhb-stationaer-page{
  --jst-brand:#2f6940;
  --jst-brand-dark:#244b2a;
  --jst-accent:#e9620b;
  --jst-accent-dark:#c95409;
  --jst-ink:#183243;
  --jst-ink-strong:#102638;
  --jst-muted:#607482;
  --jst-muted-soft:#6d8190;
  --jst-bg:#f6f8f6;
  --jst-white:#fffdfa;
  --jst-line:#dde6df;
  --jst-card-top:#fffdfa;
  --jst-card-bottom:#f3f7f4;

  --jst-shadow-sm:0 14px 28px rgba(20,39,49,.05);
  --jst-shadow-md:0 18px 38px rgba(20,39,49,.07);
  --jst-shadow-lg:0 24px 52px rgba(20,39,49,.10);

  --jst-radius-xl:34px;
  --jst-radius-lg:30px;
  --jst-radius-md:24px;
  --jst-radius-pill:999px;

  --jst-max:1220px;

  position:relative;
  overflow:hidden;
  background:var(--jst-bg);
  color:var(--jst-ink);
  font-family:"Nunito Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.76;
}

.jhb-stationaer-page *,
.jhb-stationaer-page *::before,
.jhb-stationaer-page *::after{box-sizing:border-box}
.jhb-stationaer-page a{color:inherit;text-decoration:none}
.jhb-stationaer-page img{display:block;max-width:100%}
.jhb-stationaer-page .jst-wrap{width:min(var(--jst-max),calc(100% - 32px));margin:0 auto}

.jhb-stationaer-page .jst-section{position:relative;padding:104px 0;scroll-margin-top:120px}
.jhb-stationaer-page .jst-section--soft{background:linear-gradient(180deg,#f9fbf9 0%, #eef4ef 100%)}
.jhb-stationaer-page .jst-section--benefits{margin-top:-76px;z-index:3}
.jhb-stationaer-page .jst-section--intro{padding-top:60px}
.jhb-stationaer-page .jst-section--cta{padding-bottom:112px}

.jhb-stationaer-page .jst-eyebrow,
.jhb-stationaer-page .jst-pill,
.jhb-stationaer-page .jst-note{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:36px;padding:8px 16px;border-radius:var(--jst-radius-pill);
  border:1px solid rgba(47,105,64,.14);background:rgba(47,105,64,.06);
  color:#2f6940;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-align:center;
}

.jhb-stationaer-page .jst-eyebrow--hero{
  background:rgba(250,255,251,.94);
  border-color:rgba(255,255,255,.24);
  color:#2d6a3e;
}

.jhb-stationaer-page .jst-divider{
  width:88px;height:2px;margin:18px auto 0;border-radius:999px;
  background:linear-gradient(90deg,rgba(47,105,64,.10),rgba(47,105,64,.74),rgba(47,105,64,.10));
}

.jhb-stationaer-page .jst-section-head{max-width:980px;margin:0 auto 62px;text-align:center}
.jhb-stationaer-page .jst-section-head h2{
  margin:18px 0 0;font-size:clamp(2.2rem,3.45vw,3.45rem);line-height:1.02;letter-spacing:-.05em;text-wrap:balance;
}
.jhb-stationaer-page .jst-lead,
.jhb-stationaer-page .jst-section-head p{
  margin:22px auto 0;max-width:860px;color:var(--jst-muted);font-size:1.02rem;line-height:1.92;text-align:center;
}

.jhb-stationaer-page .jst-card{
  position:relative;isolation:isolate;overflow:hidden;border-radius:var(--jst-radius-lg);
  border:1px solid var(--jst-line);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.97) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(180deg,var(--jst-card-top) 0%,var(--jst-card-bottom) 100%);
  box-shadow:0 16px 30px rgba(20,39,49,.06),0 1px 0 rgba(255,255,255,.75) inset;
  transition:transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .34s cubic-bezier(.2,.8,.2,1),border-color .28s ease;
}

.jhb-stationaer-page .jst-card::before{
  content:"";position:absolute;top:-48px;right:-36px;width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle, rgba(47,105,64,.04) 0%, rgba(47,105,64,0) 72%);
  opacity:.35;pointer-events:none;transform:scale(1);transition:transform .4s ease, opacity .4s ease;
}

.jhb-stationaer-page .jst-card:hover{
  transform:translateY(-2px);
  border-color:rgba(47,105,64,.16);
  box-shadow:0 18px 32px rgba(20,39,49,.08),0 1px 0 rgba(255,255,255,.84) inset;
}
.jhb-stationaer-page .jst-card:hover::before{transform:scale(1.12);opacity:1}

.jhb-stationaer-page .jst-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:var(--jst-radius-pill);
  border:1px solid transparent;font-size:14px;font-weight:800;letter-spacing:.01em;text-align:center;white-space:nowrap;
  transition:transform .24s ease,box-shadow .24s ease,background-color .24s ease,border-color .24s ease,color .24s ease;
}

.jhb-stationaer-page .jst-btn,
.jhb-stationaer-page .jst-btn:visited,
.jhb-stationaer-page .jst-btn:hover,
.jhb-stationaer-page .jst-btn:focus-visible{color:#fff}

.jhb-stationaer-page .jst-btn:hover{transform:translateY(-2px) scale(1.02)}

.jhb-stationaer-page .jst-btn--primary{
  background:linear-gradient(135deg,var(--jst-brand),var(--jst-brand-dark));
  box-shadow:0 14px 28px rgba(47,105,64,.20);
}
.jhb-stationaer-page .jst-btn--primary:hover,
.jhb-stationaer-page .jst-btn--primary:focus-visible{
  background:linear-gradient(135deg,#38794a,#285c35);
  box-shadow:0 20px 38px rgba(47,105,64,.28);
}

.jhb-stationaer-page .jst-btn--secondary{
  background:linear-gradient(135deg,var(--jst-accent),var(--jst-accent-dark));
  box-shadow:0 14px 28px rgba(233,98,11,.20);
}
.jhb-stationaer-page .jst-btn--secondary:hover,
.jhb-stationaer-page .jst-btn--secondary:focus-visible{
  background:linear-gradient(135deg,#f07712,#ca5b0e);
  box-shadow:0 20px 38px rgba(233,98,11,.28);
}

.jhb-stationaer-page .jst-btn--ghost{
  background:linear-gradient(180deg,#f2f4f5 0%,#e2e7ea 100%);
  border-color:rgba(30,41,59,.12);
  box-shadow:0 12px 24px rgba(20,39,49,.08);
  color:#1f2937;
}
.jhb-stationaer-page .jst-btn--ghost,
.jhb-stationaer-page .jst-btn--ghost:visited,
.jhb-stationaer-page .jst-btn--ghost:hover,
.jhb-stationaer-page .jst-btn--ghost:focus-visible{
  color:#1f2937;
}
.jhb-stationaer-page .jst-btn--ghost:hover,
.jhb-stationaer-page .jst-btn--ghost:focus-visible{
  background:linear-gradient(180deg,#eceff1 0%,#d9e0e4 100%);
  border-color:rgba(30,41,59,.16);
}

.jhb-stationaer-page .jst-crumbs{
  display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:18px;
  color:rgba(255,255,255,.95);font-size:.92rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
}
.jhb-stationaer-page .jst-crumbs .sep{opacity:.56}

.jhb-stationaer-page .jst-hero{
  position:relative;min-height:900px;overflow:hidden;
  background:
    radial-gradient(1200px 460px at 12% 10%, rgba(115,165,120,.18), transparent 72%),
    radial-gradient(980px 380px at 86% 12%, rgba(255,255,255,.12), transparent 70%),
    linear-gradient(180deg, rgba(12,21,31,.62) 0%, rgba(12,21,31,.34) 40%, rgba(246,248,246,.97) 100%);
}
.jhb-stationaer-page .jst-hero__media,
.jhb-stationaer-page .jst-hero__overlay{position:absolute;inset:0}
.jhb-stationaer-page .jst-hero__media img{
  width:100%;height:100%;object-fit:cover;object-position:center center;
  transform:scale(1.01);animation:jstHeroZoom 22s ease-in-out infinite alternate;
}
.jhb-stationaer-page .jst-hero__overlay{
  background:
    radial-gradient(760px 320px at 50% 14%, rgba(255,255,255,.08), transparent 64%),
    linear-gradient(180deg, rgba(13,23,31,.50) 0%, rgba(13,23,31,.28) 40%, rgba(246,248,246,.94) 100%);
}
.jhb-stationaer-page .jst-hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:250px;
  background:linear-gradient(180deg, rgba(246,248,246,0) 0%, rgba(246,248,246,1) 100%);
}
.jhb-stationaer-page .jst-hero__inner{
  position:relative;z-index:1;padding:138px 0 220px;text-align:center;color:#fff;
}
.jhb-stationaer-page .jst-hero__inner h1{
  margin:20px auto 0;max-width:760px;color:#fff;font-size:clamp(2.2rem,4vw,3.2rem);
  line-height:1.01;letter-spacing:-.055em;text-wrap:balance;text-shadow:0 10px 24px rgba(0,0,0,.20);
}
.jhb-stationaer-page .jst-hero__sub{
  margin:18px auto 0;max-width:760px;color:rgba(255,255,255,.97);font-size:clamp(1.06rem,1.55vw,1.32rem);
  font-weight:800;line-height:1.34;text-shadow:0 2px 8px rgba(0,0,0,.26),0 1px 2px rgba(0,0,0,.14);
}
.jhb-stationaer-page .jst-hero__text{
  margin:20px auto 0;max-width:760px;color:rgba(255,255,255,.95);font-size:clamp(.98rem,1.1vw,1.04rem);
  line-height:1.78;text-shadow:0 2px 8px rgba(0,0,0,.24),0 1px 2px rgba(0,0,0,.12);
}
.jhb-stationaer-page .jst-hero__availability{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  margin:28px auto 0;padding:12px 18px;border-radius:999px;
  background:rgba(255,253,250,.94);border:1px solid rgba(20,39,49,.08);
  box-shadow:0 14px 28px rgba(16,26,34,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  color:#1f2937;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  transition:transform .24s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.jhb-stationaer-page .jst-hero__availability:hover{
  transform:translateY(-2px);background:#fffdfa;border-color:rgba(20,39,49,.12);box-shadow:0 18px 34px rgba(16,26,34,.18);
}
.jhb-stationaer-page .jst-hero__availability-dot{
  width:11px;height:11px;border-radius:50%;background:#E9620B;position:relative;flex:0 0 11px;
  box-shadow:0 0 0 6px rgba(233,98,11,.18);animation:jstPulseDot 2.2s ease-out infinite;
}
.jhb-stationaer-page .jst-hero__availability-dot::after{
  content:"";position:absolute;inset:-7px;border-radius:50%;border:1px solid rgba(233,98,11,.34);animation:jstPulseRing 2.2s ease-out infinite;
}
.jhb-stationaer-page .jst-hero__availability-text{line-height:1.2;color:#1f2937;}
.jhb-stationaer-page .jst-hero__actions{
  display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin:50px auto 0;
}
.jhb-stationaer-page .jst-hero__actions .jst-btn{min-height:56px;padding:0 26px;font-size:15px}

.jhb-stationaer-page .jst-benefits-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;
}
.jhb-stationaer-page .jst-benefit{padding:30px 26px 28px;animation:jstFloatCard 7s ease-in-out infinite}
.jhb-stationaer-page .jst-benefit:nth-child(2){animation-delay:.6s}
.jhb-stationaer-page .jst-benefit:nth-child(3){animation-delay:1.2s}
.jhb-stationaer-page .jst-benefit__icon{
  width:62px;height:62px;border-radius:20px;display:grid;place-items:center;
  background:linear-gradient(135deg,#f3faf4,#e2efe5);border:1px solid rgba(47,105,64,.16);
  color:var(--jst-brand);font-weight:900;font-size:1rem;box-shadow:0 12px 24px rgba(47,105,64,.10);
}
.jhb-stationaer-page .jst-benefit h2{
  margin:18px 0 10px;font-size:1.34rem;line-height:1.18;letter-spacing:-.02em;
}
.jhb-stationaer-page .jst-benefit p{
  margin:0;color:var(--jst-muted);font-size:.98rem;line-height:1.82;
}

.jhb-stationaer-page .jst-orientation{
  display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:38px 38px;
  box-shadow:0 18px 40px rgba(20,39,49,.07);
}
.jhb-stationaer-page .jst-orientation__left h3{
  margin:18px 0 14px;font-size:clamp(1.65rem,2.5vw,2.1rem);line-height:1.08;letter-spacing:-.03em;
}
.jhb-stationaer-page .jst-orientation__left p{margin:0;color:var(--jst-muted)}
.jhb-stationaer-page .jst-orientation__right{display:grid;gap:16px}
.jhb-stationaer-page .jst-mini-point{
  padding:20px 20px;border-radius:22px;background:rgba(255,255,255,.72);
  border:1px solid rgba(47,105,64,.10);box-shadow:0 12px 20px rgba(20,39,49,.04);
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.jhb-stationaer-page .jst-mini-point:hover{
  transform:translateY(-3px);box-shadow:0 18px 28px rgba(20,39,49,.07);border-color:rgba(47,105,64,.18);
}
.jhb-stationaer-page .jst-mini-point strong{display:block;margin-bottom:6px;color:var(--jst-ink);font-size:1rem}
.jhb-stationaer-page .jst-mini-point span{color:var(--jst-muted)}


.jhb-stationaer-page .jst-offers-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,340px));
  gap:40px 34px;
  align-items:stretch;
  justify-content:center;
  max-width:1090px;
  margin:0 auto;
}

.jhb-stationaer-page .jst-offer{
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:340px;
  margin:0 auto;
  height:100%;
  padding-top:0;
  box-shadow:0 18px 34px rgba(20,39,49,.07), 0 1px 0 rgba(255,255,255,.75) inset;
}

.jhb-stationaer-page .jst-offer::after,
.jhb-stationaer-page .jst-region::after{display:none}

.jhb-stationaer-page .jst-offer__media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/10.4;
  min-height:198px;
  border-radius:28px 28px 0 0;
  border-bottom:1px solid rgba(221,230,223,.92);
  background:linear-gradient(180deg,#f8fbf9 0%,#eef4ef 100%);
}

.jhb-stationaer-page .jst-offer__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transform:scale(1.035);
  transform-origin:center top;
  filter:saturate(1.04) contrast(1.01);
  transition:transform .9s cubic-bezier(.2,.8,.2,1), filter .45s ease;
}

.jhb-stationaer-page .jst-offer:hover .jst-offer__media img{
  transform:scale(1.075);
  filter:saturate(1.08) contrast(1.02);
}

.jhb-stationaer-page .jst-offer__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(16,26,34,.02) 0%, rgba(16,26,34,.10) 100%);
  pointer-events:none;
}

.jhb-stationaer-page .jst-offer__body{
  position:relative;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  align-items:center;
  justify-content:flex-start;
  gap:0;
  margin-top:0;
  padding:0 24px 24px;
  text-align:center;
  background:linear-gradient(180deg,rgba(255,253,250,.98) 0%, rgba(243,247,244,1) 100%);
  border-radius:0 0 28px 28px;
}

.jhb-stationaer-page .jst-offer__body::before{
  content:"";
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  width:84px;
  height:20px;
  background:#FFFDFA;
  border-radius:999px 999px 12px 12px;
  box-shadow:0 -1px 0 rgba(221,230,223,.88);
  z-index:1;
  pointer-events:none;
}

.jhb-stationaer-page .jst-pill--floating{
  position:relative;
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:-14px auto 12px;
  min-height:30px;
  padding:6px 12px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  background:rgba(248,252,249,.98);
  border:1px solid rgba(47,105,64,.20);
  color:#2f6940;
  box-shadow:
    0 8px 16px rgba(20,39,49,.06),
    0 0 0 4px #FFFDFA;
  animation:jstFloatSoft 5.2s ease-in-out infinite;
}

.jhb-stationaer-page .jst-offer__body h3{
  width:100%;
  margin:0 0 10px;
  min-height:2.45em;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
  font-size:1.32rem;
  font-weight:800;
  line-height:1.18;
  letter-spacing:-.03em;
  text-wrap:balance;
}

.jhb-stationaer-page .jst-offer__body > p{
  width:100%;
  max-width:31ch;
  min-height:5.3em;
  margin:0 auto 18px;
  text-align:center;
  font-size:.95rem;
  line-height:1.62;
  color:var(--jst-muted-soft);
}

.jhb-stationaer-page .jst-checks{
  width:100%;
  max-width:270px;
  min-height:94px;
  margin:0 auto 18px;
  padding:0;
  list-style:none;
  display:grid;
  align-content:start;
  gap:10px;
}

.jhb-stationaer-page .jst-checks li{
  position:relative;
  width:100%;
  padding-left:22px;
  text-align:left;
  font-size:.95rem;
  font-weight:700;
  line-height:1.55;
  color:#334a5a;
}

.jhb-stationaer-page .jst-checks li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:11px;
  height:11px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--jst-brand),var(--jst-brand-dark));
  box-shadow:0 0 0 5px rgba(47,105,64,.08);
  transform:translateY(-50%);
}

.jhb-stationaer-page .jst-offer__actions{
  width:100%;
  margin-top:auto;
  padding-top:14px;
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

.jhb-stationaer-page .jst-offer .jst-btn,
.jhb-stationaer-page .jst-region .jst-btn{
  min-width:182px;
  min-height:42px;
  padding:0 18px;
  font-size:12px;
}


.jhb-stationaer-page .jst-process-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;
}
.jhb-stationaer-page .jst-process-card{
  min-height:286px;padding:30px 24px 24px;box-shadow:0 18px 38px rgba(20,39,49,.07);
}
.jhb-stationaer-page .jst-process-card h3{
  margin:16px 0 12px;text-align:left;font-size:1.4rem;line-height:1.12;letter-spacing:-.025em;
}
.jhb-stationaer-page .jst-process-card p{
  margin:0;text-align:left;font-size:.97rem;line-height:1.82;color:var(--jst-muted-soft);
}
.jhb-stationaer-page .jst-process-card .jst-checks{
  max-width:none;margin-inline:0;
}
.jhb-stationaer-page .jst-process-card .jst-checks li{width:100%;text-align:left}

.jhb-stationaer-page .jst-region-grid{
  display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:28px;align-items:stretch;
}
.jhb-stationaer-page .jst-region{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-height:280px;
  padding:30px 24px 24px;
  text-align:center;
}

.jhb-stationaer-page .jst-region > .jst-pill{
  align-self:center;
  width:auto;
  max-width:max-content;
  min-width:96px;
  min-height:32px;
  padding:7px 16px;
  font-size:11px;
  letter-spacing:.10em;
}

.jhb-stationaer-page .jst-region h3{
  margin:18px 0 12px;text-align:center;font-size:1.34rem;line-height:1.14;letter-spacing:-.025em;
}
.jhb-stationaer-page .jst-region p{
  margin:0;text-align:center;font-size:.96rem;line-height:1.82;color:var(--jst-muted-soft);
}
.jhb-stationaer-page .jst-region .jst-offer__actions{justify-content:center}

.jhb-stationaer-page .jst-faq-wrap{max-width:940px}
.jhb-stationaer-page .jst-faq-list{display:grid;gap:16px}
.jhb-stationaer-page .jst-faq-item{
  border-radius:26px;border:1px solid var(--jst-line);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.97) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(180deg,var(--jst-card-top) 0%,var(--jst-card-bottom) 100%);
  box-shadow:var(--jst-shadow-sm);overflow:hidden;transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.jhb-stationaer-page .jst-faq-item:hover{
  transform:translateY(-1px);box-shadow:0 18px 34px rgba(20,39,49,.07);border-color:rgba(47,105,64,.16);
}
.jhb-stationaer-page .jst-faq-item summary{
  position:relative;cursor:pointer;list-style:none;padding:24px 62px 24px 24px;font-size:1.1rem;font-weight:800;line-height:1.45;
}
.jhb-stationaer-page .jst-faq-item summary::-webkit-details-marker{display:none}
.jhb-stationaer-page .jst-faq-item summary::after{
  content:"+";position:absolute;right:22px;top:50%;width:28px;height:28px;border-radius:50%;transform:translateY(-50%);
  display:grid;place-items:center;background:rgba(47,105,64,.08);color:var(--jst-brand);font-size:20px;font-weight:900;
  transition:transform .22s ease, background-color .22s ease;
}
.jhb-stationaer-page .jst-faq-item[open] summary::after{
  transform:translateY(-50%) rotate(45deg);background:rgba(47,105,64,.14);
}
.jhb-stationaer-page .jst-faq-answer{padding:0 24px 24px}
.jhb-stationaer-page .jst-faq-answer p{
  margin:0;font-size:1rem;line-height:1.82;color:var(--jst-muted);
}

.jhb-stationaer-page .jst-cta{
  position:relative;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:32px;
  padding:44px 44px;
  border-radius:32px;
  background:linear-gradient(180deg,#ffffff 0%,#f3f7f4 100%);
  border:1px solid rgba(20,39,49,.06);
  box-shadow:
    0 30px 60px rgba(20,39,49,.10),
    0 8px 18px rgba(20,39,49,.04),
    inset 0 1px 0 rgba(255,255,255,.8);
  overflow:hidden;
}
.jhb-stationaer-page .jst-cta::after{display:none}
.jhb-stationaer-page .jst-cta__copy h2{
  margin:14px 0 10px;
  font-size:clamp(2.2rem,3.2vw,3.2rem);
  line-height:1.05;
  letter-spacing:-.045em;
  color:#102638;
}
.jhb-stationaer-page .jst-cta__copy p{
  margin:0;max-width:640px;color:#607482;font-size:1rem;line-height:1.85;
}
.jhb-stationaer-page .jst-cta__actions{
  display:flex;justify-content:flex-end;gap:16px;flex-wrap:wrap;
}

.jhb-stationaer-page .jst-reveal{
  opacity:0;transform:translateY(28px) scale(.98);
  transition:opacity .68s cubic-bezier(.2,.8,.2,1),transform .68s cubic-bezier(.2,.8,.2,1);
  transition-delay:var(--jst-delay,0ms);
}
.jhb-stationaer-page .jst-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}

@keyframes jstHeroZoom{
  from{transform:scale(1.01) translate3d(0,0,0)}
  to{transform:scale(1.04) translate3d(0,-4px,0)}
}
@keyframes jstFloatSoft{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@keyframes jstFloatCard{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@keyframes jstPulse{
  0%,100%{transform:scale(1);opacity:.85}
  50%{transform:scale(1.08);opacity:1}
}
@keyframes jstPulseDot{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.14);opacity:.92}
}
@keyframes jstPulseRing{
  0%{transform:scale(.7);opacity:.72}
  70%{transform:scale(1.45);opacity:0}
  100%{transform:scale(1.45);opacity:0}
}

@media (max-width: 1199px){
  .jhb-stationaer-page .jst-section{padding:96px 0}
  .jhb-stationaer-page .jst-hero{min-height:840px}
  .jhb-stationaer-page .jst-hero__inner{padding:128px 0 198px}
}

@media (max-width: 1024px){
  .jhb-stationaer-page .jst-wrap{width:min(var(--jst-max),calc(100% - 26px))}
  .jhb-stationaer-page .jst-benefits-grid,
  .jhb-stationaer-page .jst-process-grid,
  .jhb-stationaer-page .jst-cta,
  .jhb-stationaer-page .jst-orientation{
    grid-template-columns:1fr;
  }
  .jhb-stationaer-page .jst-offers-grid,
  .jhb-stationaer-page .jst-region-grid{
    grid-template-columns:1fr;
    max-width:420px;
  }
  .jhb-stationaer-page .jst-offer__media{
    aspect-ratio:16/10.1;
    min-height:184px;
  }
  .jhb-stationaer-page .jst-cta{padding:34px 24px;gap:22px}
  .jhb-stationaer-page .jst-cta__actions{justify-content:flex-start}
  .jhb-stationaer-page .jst-section-head{margin-bottom:52px}
  .jhb-stationaer-page .jst-hero{min-height:790px}
  .jhb-stationaer-page .jst-hero__inner{padding:118px 0 176px}
}

@media (max-width: 767px){
  .jhb-stationaer-page .jst-wrap{width:min(var(--jst-max),calc(100% - 22px))}
  .jhb-stationaer-page .jst-section{padding:78px 0}
  .jhb-stationaer-page .jst-section--benefits{margin-top:-46px}
  .jhb-stationaer-page .jst-section--intro{padding-top:34px}
  .jhb-stationaer-page .jst-section-head{margin-bottom:38px}
  .jhb-stationaer-page .jst-section-head h2{font-size:clamp(1.9rem,8vw,2.45rem)}
  .jhb-stationaer-page .jst-hero{min-height:720px}
  .jhb-stationaer-page .jst-hero__inner{padding:108px 0 152px}
  .jhb-stationaer-page .jst-hero__inner h1{max-width:320px;font-size:clamp(1.95rem,8.4vw,2.8rem);line-height:1.12}
  .jhb-stationaer-page .jst-hero__sub{max-width:320px;margin:12px auto 0;font-size:clamp(.98rem,4.4vw,1.08rem);line-height:1.32}
  .jhb-stationaer-page .jst-hero__text{max-width:320px;margin:12px auto 0;font-size:.92rem;line-height:1.58;opacity:.96}
  .jhb-stationaer-page .jst-hero__availability{max-width:320px;width:100%;margin-top:20px;padding:11px 14px;font-size:11px;letter-spacing:.08em;}
  .jhb-stationaer-page .jst-card,
  .jhb-stationaer-page .jst-faq-item{border-radius:24px}
  .jhb-stationaer-page .jst-benefit,
  .jhb-stationaer-page .jst-region,
  .jhb-stationaer-page .jst-process-card,
  .jhb-stationaer-page .jst-cta,
  .jhb-stationaer-page .jst-orientation{padding:24px 20px 22px}
  .jhb-stationaer-page .jst-region > .jst-pill{min-height:30px;padding:6px 14px;font-size:10px;}
  .jhb-stationaer-page .jst-offer__body{padding:0 20px 22px}
  .jhb-stationaer-page .jst-pill--floating{
    margin:-13px auto 12px;
    box-shadow:
      0 8px 16px rgba(20,39,49,.06),
      0 0 0 4px #FFFDFA;
  }
  .jhb-stationaer-page .jst-offer__body::before{
    top:-9px;
    width:84px;
    height:20px;
  }
  .jhb-stationaer-page .jst-offer__media{
    aspect-ratio:16/10.8;
    min-height:210px;
  }
  .jhb-stationaer-page .jst-faq-item summary{padding:21px 54px 21px 20px}
  .jhb-stationaer-page .jst-faq-answer{padding:0 20px 20px}
  .jhb-stationaer-page .jst-btn{width:100%;min-width:0 !important;white-space:normal}
  .jhb-stationaer-page .jst-hero__actions,
  .jhb-stationaer-page .jst-cta__actions{display:grid;grid-template-columns:1fr;width:100%}
  .jhb-stationaer-page .jst-checks{max-width:100%}
}

@media (prefers-reduced-motion: reduce){
  .jhb-stationaer-page *,
  .jhb-stationaer-page *::before,
  .jhb-stationaer-page *::after{
    animation:none !important;transition:none !important;scroll-behavior:auto !important;
  }
  .jhb-stationaer-page .jst-reveal{opacity:1 !important;transform:none !important}
}


/* =========================================================
   Hero Mockup Integration – bildlos, Apple-like, ehrlich
   Direkt für die bestehende Stationäre-Hilfen-PHP
   ========================================================= */

.jhb-stationaer-page .hero{
  position:relative;
  min-height:920px;
  overflow:hidden;
  background:
    radial-gradient(980px 420px at 14% 10%, rgba(233,98,11,.14), transparent 68%),
    radial-gradient(760px 320px at 86% 8%, rgba(255,255,255,.08), transparent 70%),
    linear-gradient(180deg, #1A2D36 0%, #29424C 44%, #F7F3EC 100%);
}

.jhb-stationaer-page .hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 38%),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.05), transparent 42%);
  pointer-events:none;
}

.jhb-stationaer-page .hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:240px;
  background:linear-gradient(180deg, rgba(246,248,246,0) 0%, rgba(246,248,246,1) 100%);
  pointer-events:none;
}

.jhb-stationaer-page .hero-bg,
.jhb-stationaer-page .hero-graphic,
.jhb-stationaer-page .hero-more,
.jhb-stationaer-page .hero-bottom-pill{
  display:none !important;
}

.jhb-stationaer-page .hero-inner{
  position:relative;
  z-index:2;
  padding:138px 0 220px;
  color:#fff;
}

.jhb-stationaer-page .hero-content{
  max-width:760px;
}

.jhb-stationaer-page .hero-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
}

.jhb-stationaer-page .crumbs{
  margin:0;
}

.jhb-stationaer-page .crumbs-list{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  list-style:none;
  margin:0;
  padding:0;
  color:rgba(255,255,255,.92);
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.jhb-stationaer-page .crumbs-list li{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.jhb-stationaer-page .crumbs-list li + li::before{
  content:"/";
  opacity:.56;
}

.jhb-stationaer-page .crumbs-list a,
.jhb-stationaer-page .crumbs-list span{
  color:inherit;
  text-decoration:none;
}

.jhb-stationaer-page .hero .pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,250,245,.92);
  color:#8E4D1B;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(15,25,32,.10), inset 0 1px 0 rgba(255,255,255,.72);
}

.jhb-stationaer-page .hero h1{
  margin:22px 0 0;
  max-width:760px;
  color:#fff;
  font-size:clamp(3rem,5.8vw,5.35rem);
  line-height:.96;
  letter-spacing:-.065em;
  text-wrap:balance;
  text-shadow:0 18px 34px rgba(0,0,0,.22), 0 3px 10px rgba(0,0,0,.14);
}

.jhb-stationaer-page .hero-sub{
  margin:22px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.97);
  font-size:clamp(1.08rem,1.7vw,1.48rem);
  font-weight:800;
  line-height:1.38;
  text-shadow:0 6px 18px rgba(0,0,0,.28), 0 2px 6px rgba(0,0,0,.16);
}

.jhb-stationaer-page .hero-intro{
  margin:22px 0 0;
  max-width:700px;
  color:rgba(255,255,255,.92);
  font-size:clamp(1rem,1.18vw,1.08rem);
  line-height:1.84;
  text-shadow:0 6px 18px rgba(0,0,0,.24), 0 2px 6px rgba(0,0,0,.14);
}

.jhb-stationaer-page .hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:42px 0 0;
}

.jhb-stationaer-page .hero .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 26px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:800;
  letter-spacing:.01em;
  text-decoration:none;
  transition:transform .24s ease, box-shadow .24s ease, background-color .24s ease, border-color .24s ease, color .24s ease;
}

.jhb-stationaer-page .hero .btn:hover{
  transform:translateY(-2px) scale(1.02);
}

.jhb-stationaer-page .hero .btn-primary,
.jhb-stationaer-page .hero .btn-primary:visited{
  background:linear-gradient(135deg,#E9620B,#C95409);
  color:#fff;
  box-shadow:0 16px 30px rgba(233,98,11,.22);
}

.jhb-stationaer-page .hero .btn-primary:hover,
.jhb-stationaer-page .hero .btn-primary:focus-visible{
  background:linear-gradient(135deg,#f07712,#ca5b0e);
  color:#fff;
  box-shadow:0 20px 38px rgba(233,98,11,.28);
}

.jhb-stationaer-page .hero .btn-ghost,
.jhb-stationaer-page .hero .btn-ghost:visited{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.22);
  color:#fff;
  box-shadow:0 12px 24px rgba(20,39,49,.10);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.jhb-stationaer-page .hero .btn-ghost:hover,
.jhb-stationaer-page .hero .btn-ghost:focus-visible{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.30);
  color:#fff;
}

.jhb-stationaer-page .hero-strip{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:-104px;
  padding-bottom:72px;
}

.jhb-stationaer-page .hero-strip .strip-item{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(232,221,208,.82);
  background:linear-gradient(180deg, rgba(255,253,249,.94) 0%, rgba(248,242,233,.96) 100%);
  box-shadow:0 18px 40px rgba(20,39,49,.10), inset 0 1px 0 rgba(255,255,255,.7);
  padding:28px 24px 24px;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.jhb-stationaer-page .hero-strip .strip-item::before{
  content:"";
  position:absolute;
  top:-42px;
  right:-34px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(233,98,11,.10) 0%, rgba(233,98,11,0) 72%);
  opacity:.7;
  pointer-events:none;
}

.jhb-stationaer-page .hero-strip .strip-item:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 54px rgba(20,39,49,.14), inset 0 1px 0 rgba(255,255,255,.82);
  border-color:rgba(233,98,11,.16);
}

.jhb-stationaer-page .hero-strip .ico{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#fff8f2,#f8e7d6);
  border:1px solid rgba(233,98,11,.14);
  color:#E9620B;
  box-shadow:0 10px 24px rgba(233,98,11,.10);
  font-size:1.3rem;
  line-height:1;
  margin-bottom:18px;
}

.jhb-stationaer-page .hero-strip .label{
  margin:0 0 10px;
  color:#183243;
  font-size:1.34rem;
  font-weight:800;
  line-height:1.14;
  letter-spacing:-.02em;
}

.jhb-stationaer-page .hero-strip .value{
  margin:0;
  color:#607482;
  font-size:.98rem;
  line-height:1.74;
}

@media (max-width:1199px){
  .jhb-stationaer-page .hero{min-height:840px}
  .jhb-stationaer-page .hero-inner{padding:128px 0 198px}
}

@media (max-width:1024px){
  .jhb-stationaer-page .hero{min-height:790px}
  .jhb-stationaer-page .hero-inner{padding:118px 0 176px}
  .jhb-stationaer-page .hero-strip{
    grid-template-columns:1fr;
    margin-top:-72px;
  }
}

@media (max-width:767px){
  .jhb-stationaer-page .hero{
    min-height:760px;
    background:
      radial-gradient(620px 260px at 18% 8%, rgba(233,98,11,.12), transparent 68%),
      linear-gradient(180deg, #1A2D36 0%, #29424C 44%, #F7F3EC 100%);
  }

  .jhb-stationaer-page .hero-inner{
    padding:112px 0 156px;
    text-align:center;
  }

  .jhb-stationaer-page .hero-content{
    max-width:100%;
  }

  .jhb-stationaer-page .hero-meta{
    align-items:center;
  }

  .jhb-stationaer-page .crumbs-list{
    justify-content:center;
  }

  .jhb-stationaer-page .hero .pill{
    min-height:34px;
    padding:7px 14px;
    font-size:11px;
    letter-spacing:.1em;
  }

  .jhb-stationaer-page .hero h1{
    max-width:96%;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.1rem,8vw,2.8rem);
    line-height:1.04;
  }

  .jhb-stationaer-page .hero-sub{
    max-width:94%;
    margin-left:auto;
    margin-right:auto;
    font-size:1rem;
    line-height:1.45;
  }

  .jhb-stationaer-page .hero-intro{
    max-width:95%;
    margin-left:auto;
    margin-right:auto;
    font-size:.98rem;
    line-height:1.72;
  }

  .jhb-stationaer-page .hero-actions{
    justify-content:center;
    gap:12px;
    margin-top:34px;
  }

  .jhb-stationaer-page .hero .btn{
    width:100%;
    min-height:50px;
    padding:0 20px;
    font-size:14px;
  }

  .jhb-stationaer-page .hero-strip{
    margin-top:-54px;
    gap:18px;
    padding-bottom:56px;
  }
}

/* =========================================================
   Featured Single Offer + Verfügbarkeit
   Sauber für den Ein-Angebot-Fall
   ========================================================= */

.jhb-stationaer-page .jst-section--offer-feature{
  padding-top:34px;
}

.jhb-stationaer-page .jst-feature-offer{
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(221,230,223,.92);
  background:linear-gradient(180deg,#fffdfa 0%,#f3f7f4 100%);
  box-shadow:0 24px 52px rgba(20,39,49,.09),0 1px 0 rgba(255,255,255,.76) inset;
}

.jhb-stationaer-page .jst-feature-offer__media{
  position:relative;
  min-height:360px;
  overflow:hidden;
  margin:12px 12px 0;
  border-radius:28px;
  background:linear-gradient(180deg,#f8fbf9 0%,#eef4ef 100%);
}

.jhb-stationaer-page .jst-feature-offer__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 38%;
}

.jhb-stationaer-page .jst-feature-offer__body{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(240px,.5fr);
  gap:28px;
  padding:24px 28px 28px;
  align-items:start;
}

.jhb-stationaer-page .jst-feature-offer__eyebrows{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}

.jhb-stationaer-page .jst-feature-offer__main h2{
  margin:0;
  font-size:clamp(1.9rem,2.35vw,2.65rem);
  line-height:1.06;
  letter-spacing:-.045em;
}

.jhb-stationaer-page .jst-feature-offer__subtitle{
  margin:14px 0 0;
  color:var(--jst-ink-strong);
  font-size:1.18rem;
  font-weight:800;
  line-height:1.38;
  max-width:720px;
}

.jhb-stationaer-page .jst-feature-offer__text{
  margin:18px 0 0;
  max-width:700px;
  color:var(--jst-muted);
  font-size:.98rem;
  line-height:1.76;
}

.jhb-stationaer-page .jst-checks--feature{
  max-width:100%;
  min-height:0;
  margin:20px 0 0;
  grid-template-columns:1fr;
  gap:10px;
}

.jhb-stationaer-page .jst-checks--feature li{
  font-size:.98rem;
}

.jhb-stationaer-page .jst-feature-offer__side{
  display:grid;
  gap:12px;
  align-content:start;
}

.jhb-stationaer-page .jst-mini-point--soft{
  padding:18px 18px;
  background:linear-gradient(180deg,#ffffff 0%,#f4f8f5 100%);
  border-color:rgba(47,105,64,.12);
  box-shadow:0 12px 20px rgba(20,39,49,.035);
}

.jhb-stationaer-page .jst-feature-offer__actions{
  display:flex;
  justify-content:flex-start;
  margin-top:24px;
  align-items:center;
}

.jhb-stationaer-page .jst-feature-offer__actions .jst-btn{
  min-width:220px;
  min-height:48px;
  padding:0 24px;
}

.jhb-stationaer-page .jst-availability{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.95fr);
  gap:30px;
  padding:30px;
  background:linear-gradient(180deg,#fbfdfb 0%,#eef5ef 100%);
}

.jhb-stationaer-page .jst-availability__main{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
}

.jhb-stationaer-page .jst-availability__main h2{
  margin:16px 0 0;
  max-width:420px;
  font-size:clamp(2rem,3.2vw,3rem);
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.jhb-stationaer-page .jst-availability__main p{
  margin:28px 0 0;
  max-width:640px;
  color:var(--jst-muted);
  font-size:1rem;
  line-height:1.86;
}

.jhb-stationaer-page .jst-availability__facts{
  display:grid;
  gap:14px;
}

.jhb-stationaer-page .jst-availability__brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:108px;
  padding:18px 20px;
  border-radius:24px;
  border:1px solid rgba(20,39,49,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(243,247,244,.98) 100%);
  box-shadow:0 12px 28px rgba(20,39,49,.05), inset 0 1px 0 rgba(255,255,255,.7);
}

.jhb-stationaer-page .jst-availability__brand img{
  width:auto;
  max-width:220px;
  max-height:78px;
  object-fit:contain;
}

.jhb-stationaer-page .jst-availability__actions{
  padding-top:6px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  align-items:center;
}

.jhb-stationaer-page .jst-availability__actions .jst-btn{
  min-width:188px;
  min-height:46px;
}


@media (min-width: 1025px){
  .jhb-stationaer-page .jst-feature-offer__main h2{
    white-space:nowrap;
  }
}

@media (max-width: 1024px){
  .jhb-stationaer-page .jst-feature-offer__body,
  .jhb-stationaer-page .jst-availability{
    grid-template-columns:1fr;
  }

  .jhb-stationaer-page .jst-feature-offer__body{
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  .jhb-stationaer-page .jst-feature-offer__main{
    order:1;
    width:100%;
  }

  .jhb-stationaer-page .jst-feature-offer__side{
    order:2;
    width:100%;
  }

  .jhb-stationaer-page .jst-feature-offer__actions{
    order:3;
  }

  .jhb-stationaer-page .jst-mini-point{
    width:100%;
  }

  .jhb-stationaer-page .jst-checks--feature{
    grid-template-columns:1fr;
  }

  .jhb-stationaer-page .jst-feature-offer__media{
    min-height:300px;
    margin:0;
    border-radius:0;
  }
}

@media (max-width: 767px){
  .jhb-stationaer-page .jst-section--offer-feature{
    padding-top:12px;
  }

  .jhb-stationaer-page .jst-feature-offer,
  .jhb-stationaer-page .jst-availability{
    border-radius:24px;
  }

  .jhb-stationaer-page .jst-feature-offer__media{
    min-height:220px;
  }

  .jhb-stationaer-page .jst-feature-offer__body,
  .jhb-stationaer-page .jst-availability{
    padding:20px;
    gap:18px;
  }

  .jhb-stationaer-page .jst-feature-offer__eyebrows,
  .jhb-stationaer-page .jst-feature-offer__actions{
    justify-content:center;
  }

  .jhb-stationaer-page .jst-feature-offer__actions{
    margin-top:20px;
    padding-bottom:10px;
  }

  .jhb-stationaer-page .jst-feature-offer__main h2,
  .jhb-stationaer-page .jst-availability__main h2,
  .jhb-stationaer-page .jst-availability__main p{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  .jhb-stationaer-page .jst-availability__actions{
    justify-content:center;
  }
}

/* =========================================================
   Featured Offer – final sauber integriert
   Kompakt, ruhig, Desktop sauber ausgerichtet
   ========================================================= */

.jhb-stationaer-page .jst-feature-offer{
  border-radius:30px;
}

.jhb-stationaer-page .jst-feature-offer__media{
  min-height:280px;
  max-height:360px;
  aspect-ratio:16 / 4.8;
}

.jhb-stationaer-page .jst-feature-offer__media img{
  object-position:center 42%;
}

.jhb-stationaer-page .jst-feature-offer__body{
  grid-template-columns:minmax(0,1.42fr) minmax(260px,.58fr);
  gap:28px;
  padding:28px 30px 30px;
  align-items:stretch;
}

.jhb-stationaer-page .jst-feature-offer__eyebrows{
  margin-bottom:14px;
}

.jhb-stationaer-page .jst-feature-offer__main h2{
  font-size:clamp(1.95rem,2.95vw,2.8rem);
}

.jhb-stationaer-page .jst-feature-offer__subtitle{
  margin:14px 0 0;
  font-size:1.16rem;
  line-height:1.36;
  max-width:680px;
}

.jhb-stationaer-page .jst-feature-offer__text{
  margin:18px 0 0;
  max-width:680px;
  line-height:1.78;
}

.jhb-stationaer-page .jst-checks--feature{
  width:100%;
  max-width:420px;
  min-height:0;
  margin:22px 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:14px;
  list-style:none;
}

.jhb-stationaer-page .jst-checks--feature li{
  width:100%;
  padding-left:26px;
  text-align:left;
  font-size:.98rem;
  font-weight:600;
  line-height:1.65;
  letter-spacing:.01em;
  color:#334a5a;
}

.jhb-stationaer-page .jst-checks--feature li::before{
  width:10px;
  height:10px;
  top:.7em;
  background:linear-gradient(135deg,#2f6940,#244b2a);
  box-shadow:
    0 0 0 4px rgba(47,105,64,.08),
    0 2px 6px rgba(47,105,64,.18);
}

.jhb-stationaer-page .jst-feature-offer__side{
  display:grid;
  grid-template-rows:repeat(3,minmax(0,1fr));
  align-self:stretch;
  justify-self:end;
  width:100%;
  max-width:332px;
  gap:14px;
}

.jhb-stationaer-page .jst-feature-offer__side .jst-mini-point{
  height:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 18px 17px;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f6faf7 100%);
  border:1px solid rgba(47,105,64,.11);
  box-shadow:0 10px 20px rgba(20,39,49,.035);
}

.jhb-stationaer-page .jst-feature-offer__side .jst-mini-point strong{
  margin-bottom:4px;
  font-size:.98rem;
}

.jhb-stationaer-page .jst-feature-offer__side .jst-mini-point span{
  font-size:.95rem;
  line-height:1.62;
}

.jhb-stationaer-page .jst-feature-offer__actions{
  justify-content:flex-start;
  margin-top:22px;
}

.jhb-stationaer-page .jst-feature-offer__actions .jst-btn{
  min-width:204px;
  min-height:46px;
}

@media (min-width: 1025px){
  .jhb-stationaer-page .jst-feature-offer__main h2{
    white-space:nowrap;
  }
}

@media (max-width: 1024px){
  .jhb-stationaer-page .jst-feature-offer{
    border-radius:26px;
  }

  .jhb-stationaer-page .jst-feature-offer__body,
  .jhb-stationaer-page .jst-availability{
    grid-template-columns:1fr;
  }

  .jhb-stationaer-page .jst-feature-offer__body{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding:24px 24px 26px;
  }

  .jhb-stationaer-page .jst-feature-offer__main{
    order:1;
    width:100%;
  }

  .jhb-stationaer-page .jst-feature-offer__side{
    order:2;
    max-width:none;
    width:100%;
    grid-template-rows:none;
    gap:12px;
  }

  .jhb-stationaer-page .jst-feature-offer__actions{
    order:3;
  }

  .jhb-stationaer-page .jst-feature-offer__media{
    min-height:260px;
    max-height:none;
    aspect-ratio:16 / 7.2;
    margin:0;
    border-radius:0;
  }

  .jhb-stationaer-page .jst-checks--feature{
    max-width:100%;
  }

  .jhb-stationaer-page .jst-mini-point{
    width:100%;
  }
}

@media (max-width: 767px){
  .jhb-stationaer-page .jst-feature-offer__media{
    min-height:220px;
    aspect-ratio:16 / 10.2;
  }

  .jhb-stationaer-page .jst-feature-offer__body{
    padding:20px;
    gap:18px;
  }

  .jhb-stationaer-page .jst-feature-offer__eyebrows,
  .jhb-stationaer-page .jst-feature-offer__actions{
    justify-content:center;
  }

  .jhb-stationaer-page .jst-feature-offer__actions{
    margin-top:20px;
    padding-bottom:10px;
  }
}


/* =========================================================
   Ankerplatz-Konzeption – kompakte Website-Zusammenfassung
   ========================================================= */

.jhb-stationaer-page .jst-section--concept{
  padding-top:38px;
}

.jhb-stationaer-page .jst-concept{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:42px;
  border:1px solid rgba(221,230,223,.92);
  background:
    radial-gradient(720px 260px at 8% 0%, rgba(233,98,11,.08), transparent 70%),
    radial-gradient(520px 240px at 92% 6%, rgba(47,105,64,.10), transparent 72%),
    linear-gradient(180deg,#fffdfa 0%,#f2f7f3 100%);
  box-shadow:0 24px 54px rgba(20,39,49,.08), inset 0 1px 0 rgba(255,255,255,.75);
}

.jhb-stationaer-page .jst-concept::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.68);
  pointer-events:none;
}

.jhb-stationaer-page .jst-concept__head{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:28px;
}

.jhb-stationaer-page .jst-concept__head h2{
  margin:18px 0 0;
  max-width:720px;
  color:var(--jst-ink-strong);
  font-size:clamp(2.25rem,4vw,4rem);
  line-height:1.02;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.jhb-stationaer-page .jst-concept__kicker{
  flex:0 0 auto;
  max-width:260px;
  padding:12px 16px;
  border-radius:22px;
  border:1px solid rgba(47,105,64,.12);
  background:rgba(255,255,255,.72);
  color:#2f6940;
  font-size:.82rem;
  font-weight:800;
  line-height:1.45;
  text-align:center;
  box-shadow:0 12px 24px rgba(20,39,49,.04);
}

.jhb-stationaer-page .jst-concept__lead{
  position:relative;
  z-index:1;
  margin:26px 0 0;
  max-width:900px;
  color:var(--jst-muted);
  font-size:1.04rem;
  line-height:1.86;
}

.jhb-stationaer-page .jst-concept-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}

.jhb-stationaer-page .jst-concept-card{
  min-height:245px;
  padding:22px 20px 20px;
  border-radius:26px;
  border:1px solid rgba(47,105,64,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(248,252,249,.92) 100%);
  box-shadow:0 14px 28px rgba(20,39,49,.045), inset 0 1px 0 rgba(255,255,255,.72);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.jhb-stationaer-page .jst-concept-card:hover{
  transform:translateY(-3px);
  border-color:rgba(47,105,64,.18);
  box-shadow:0 20px 36px rgba(20,39,49,.075), inset 0 1px 0 rgba(255,255,255,.82);
}

.jhb-stationaer-page .jst-concept-card__number{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:16px;
  background:linear-gradient(135deg,#f2faf4,#e3efe6);
  border:1px solid rgba(47,105,64,.14);
  color:var(--jst-brand);
  font-size:.86rem;
  font-weight:900;
  box-shadow:0 10px 20px rgba(47,105,64,.08);
}

.jhb-stationaer-page .jst-concept-card h3{
  margin:18px 0 10px;
  color:var(--jst-ink-strong);
  font-size:1.18rem;
  line-height:1.2;
  letter-spacing:-.025em;
  text-wrap:balance;
}

.jhb-stationaer-page .jst-concept-card p{
  margin:0;
  color:var(--jst-muted-soft);
  font-size:.94rem;
  line-height:1.72;
}

.jhb-stationaer-page .jst-concept__footer{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  margin-top:28px;
  padding:20px;
  border-radius:26px;
  border:1px solid rgba(47,105,64,.10);
  background:rgba(255,255,255,.68);
  box-shadow:0 12px 26px rgba(20,39,49,.04);
}

.jhb-stationaer-page .jst-concept__notice strong,
.jhb-stationaer-page .jst-concept__notice span{
  display:block;
}

.jhb-stationaer-page .jst-concept__notice strong{
  color:var(--jst-ink-strong);
  font-size:.98rem;
  margin-bottom:4px;
}

.jhb-stationaer-page .jst-concept__notice span{
  color:var(--jst-muted);
  font-size:.95rem;
  line-height:1.65;
}

.jhb-stationaer-page .jst-concept__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.jhb-stationaer-page .jst-concept__actions .jst-btn{
  min-height:44px;
  padding:0 18px;
  font-size:13px;
}

@media (max-width: 1024px){
  .jhb-stationaer-page .jst-concept{
    padding:32px 24px;
    border-radius:28px;
  }

  .jhb-stationaer-page .jst-concept__head,
  .jhb-stationaer-page .jst-concept__footer{
    grid-template-columns:1fr;
  }

  .jhb-stationaer-page .jst-concept__head{
    flex-direction:column;
  }

  .jhb-stationaer-page .jst-concept__kicker{
    max-width:none;
  }

  .jhb-stationaer-page .jst-concept-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .jhb-stationaer-page .jst-concept__actions{
    justify-content:flex-start;
  }
}

@media (max-width: 767px){
  .jhb-stationaer-page .jst-section--concept{
    padding-top:10px;
  }

  .jhb-stationaer-page .jst-concept{
    padding:26px 18px;
    border-radius:24px;
  }

  .jhb-stationaer-page .jst-concept::before{
    inset:10px;
    border-radius:20px;
  }

  .jhb-stationaer-page .jst-concept__head,
  .jhb-stationaer-page .jst-concept__lead,
  .jhb-stationaer-page .jst-concept-card,
  .jhb-stationaer-page .jst-concept__notice{
    text-align:center;
  }

  .jhb-stationaer-page .jst-concept__head{
    align-items:center;
    gap:18px;
  }

  .jhb-stationaer-page .jst-concept__head h2{
    font-size:clamp(2rem,9vw,2.7rem);
  }

  .jhb-stationaer-page .jst-concept__lead{
    margin-top:20px;
    font-size:.98rem;
    line-height:1.72;
  }

  .jhb-stationaer-page .jst-concept-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:24px;
  }

  .jhb-stationaer-page .jst-concept-card{
    min-height:0;
    padding:20px 18px;
  }

  .jhb-stationaer-page .jst-concept__footer{
    padding:18px;
  }

  .jhb-stationaer-page .jst-concept__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
}
