
/* =========================================================
   JHB STARTSEITE – CLEAN STRUCTURE / CONSOLIDATED
   Basis: reorganized from uploaded file
   Ziel: gleiche Optik beibehalten, Duplikate reduzieren,
         alles thematisch zusammenführen
   ========================================================= */

/* =========================================================
   01. TOKENS / ROOT
   ========================================================= */
.jhb-startseite{
  --orange:#e9620b;
  --orange-dark:#ca5409;
  --navy:#173244;
  --navy-soft:#627684;
  --border:#e8dbc9;
  --border-strong:#dfcfbc;
  --shadow:0 26px 62px rgba(20,39,49,.09);
  --shadow-soft:0 16px 32px rgba(20,39,49,.05);
  --shadow-orange:0 16px 34px rgba(233,98,11,.18);
  --accent-rgb:233,98,11;

  --space-1:8px;
  --space-2:14px;
  --space-3:20px;
  --space-4:28px;
  --space-5:40px;

  --hover-lift:translateY(-10px) scale(1.012);
  --hover-lift-strong:translateY(-9px) scale(1.012);
  --hover-shadow-strong:0 28px 60px rgba(20,39,49,.12),0 14px 34px rgba(233,98,11,.10);

  font-family:system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  color:var(--navy);
  background:linear-gradient(180deg,#f7f3ec 0%,#fbf9f5 40%,#fffdfa 100%);
  line-height:1.74;
}

/* =========================================================
   02. RESET / GLOBAL
   ========================================================= */
.jhb-startseite *{box-sizing:border-box}
.jhb-startseite a{color:inherit;text-decoration:none}
.jhb-startseite img{max-width:100%;display:block;height:auto}

.jhb-startseite h1,
.jhb-startseite h2,
.jhb-startseite h3,
.jhb-startseite h4{
  margin:0;
  color:var(--navy);
  letter-spacing:-.028em;
  text-wrap:balance;
}

.jhb-startseite p{
  margin:0;
  color:var(--navy-soft);
  font-size:1.06rem;
}

/* =========================================================
   03. LAYOUT / SECTIONS
   ========================================================= */
.jhs-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}

.jhs-section{padding:82px 0}
.jhs-section--tight{padding:54px 0 86px}
.jhs-section--white{background:linear-gradient(180deg,#fffdfa 0%,#fffcf8 100%)}
.jhs-section--soft{background:linear-gradient(180deg,#f8f5ef 0%,#f4efe7 100%)}

.jhs-section + .jhs-section{position:relative}
.jhs-section + .jhs-section::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:min(1040px,calc(100% - 40px));
  height:1px;
  background:linear-gradient(90deg,rgba(233,98,11,0),rgba(233,98,11,.10),rgba(233,98,11,0));
  opacity:.58;
}

/* =========================================================
   04. TYPO / SECTION HEAD
   ========================================================= */
.jhs-section-head{
  max-width:820px;
  margin:0 auto 58px;
  text-align:center;
}

.jhs-section-head--faq{margin-bottom:34px}

.jhs-section-head h2{
  font-size:clamp(2.15rem,3.2vw,3.3rem);
  line-height:1.08;
}

.jhs-lead{
  max-width:780px;
  margin:0 auto;
  line-height:1.88;
  font-size:1.08rem;
}

.jhb-startseite .jhs-section-head .jhs-eyebrow{margin-bottom:16px}
.jhb-startseite .jhs-section-head .jhs-divider{margin-top:18px}
.jhb-startseite .jhs-section-head .jhs-lead{
  max-width:760px;
  margin:14px auto 0;
  text-align:center;
  line-height:1.78;
}

.jhs-divider{
  width:88px;
  height:2px;
  border-radius:999px;
  margin:18px auto 0;
  background:linear-gradient(90deg,rgba(var(--accent-rgb),.16),rgba(var(--accent-rgb),.8),rgba(var(--accent-rgb),.16));
}

/* =========================================================
   05. EYEBROWS / TAGS
   ========================================================= */
.jhs-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:7px 14px;
  border-radius:999px;
  border:1px solid rgba(var(--accent-rgb),.24);
  background:linear-gradient(180deg,#fff2e6 0%,#ffdcbf 100%);
  color:#8d470e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 10px 22px rgba(233,98,11,.10);
}

.jhs-eyebrow--hero{
  margin-bottom:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(248,242,234,.92) 100%);
  color:#8d470e;
  border-color:rgba(255,255,255,.48);
  box-shadow:0 12px 26px rgba(20,39,49,.10);
}

.jhs-eyebrow--accent{
  background:linear-gradient(180deg,#ffe9d4 0%,#ffd6b2 100%);
  color:#8a4109;
  border-color:rgba(var(--accent-rgb),.26);
}

.jhs-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(var(--accent-rgb),.22);
  background:linear-gradient(180deg,#fff1e4 0%,#ffdcbf 100%);
  color:#8d470e;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 10px 18px rgba(233,98,11,.08);
}

/* =========================================================
   06. BUTTONS
   ========================================================= */
.jhs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:13px;
  font-weight:600;
  line-height:1;
  cursor:pointer;
  text-align:center;
  transition:
    transform .34s cubic-bezier(.22,1,.36,1),
    box-shadow .34s cubic-bezier(.22,1,.36,1),
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease,
    filter .28s ease;
}

.jhs-btn--full{width:auto}

.jhs-btn--primary{
  background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);
  background-size:120% 120%;
  color:#fff;
  box-shadow:var(--shadow-orange);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-position .4s ease,
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease,
    filter .28s ease;
}

.jhs-btn--secondary{
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  border-color:var(--border-strong);
  color:var(--navy);
  box-shadow:0 10px 22px rgba(20,39,49,.04);
}

.jhs-btn--ghost{
  background:rgba(255,252,249,.94);
  color:#173243;
  border-color:rgba(255,255,255,.38);
  box-shadow:0 14px 34px rgba(20,39,49,.16);
}

.jhs-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(233,98,11,.14);
}

.jhs-btn:active{
  transform:translateY(0);
  box-shadow:0 6px 12px rgba(233,98,11,.18);
}

.jhs-btn:focus-visible{
  outline:none;
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.9),
    0 0 0 4px rgba(233,98,11,0.35);
}

.jhs-btn--primary:hover{
  background-position:100% 50%;
}

.jhs-btn--ghost:hover,
.jhs-btn--secondary:hover{
  box-shadow:0 14px 28px rgba(20,39,49,.10),0 10px 22px rgba(233,98,11,.08);
}

/* keep primary button text consistently white without broad overrides */
.jhb-startseite .jhs-btn--primary,
.jhb-startseite .jhs-btn--primary:link,
.jhb-startseite .jhs-btn--primary:visited,
.jhb-startseite .jhs-btn--primary:hover,
.jhb-startseite .jhs-btn--primary:focus-visible{
  color:#fff;
}

.jhb-startseite .jhs-btn--primary span,
.jhb-startseite .jhs-btn--primary strong,
.jhb-startseite .jhs-btn--primary svg{
  color:inherit;
  fill:currentColor;
  stroke:currentColor;
}

/* =========================================================
   07. HERO
   FINAL SOURCE OF TRUTH
   ========================================================= */
.jhs-hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:#fff;
  filter:saturate(.98) contrast(1.01);
  background:
    linear-gradient(180deg, rgba(10,16,22,.28) 0%, rgba(10,16,22,.08) 28%, rgba(10,16,22,.20) 62%, rgba(10,16,22,.34) 100%),
    radial-gradient(720px 380px at 50% 40%, rgba(0,0,0,.22), rgba(0,0,0,.08) 46%, transparent 72%),
    url('https://jhb-gmbh.de/wp-content/uploads/2026/04/Gemeinsam-im-Sonnenuntergang-ueber-Huegel.webp') center 38% / cover no-repeat;
}

.jhs-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(560px 280px at 50% 46%, rgba(7,12,18,.34) 0%, rgba(7,12,18,.14) 48%, rgba(7,12,18,0) 76%);
}

.jhs-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:26px;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(247,243,236,0) 0%,
    rgba(247,243,236,.02) 72%,
    #f7f3ec 100%
  );
}

.jhs-hero__inner{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:min(760px,calc(100% - 40px));
  margin:0 auto;
  text-align:center;
  padding:124px 0 148px;
}

.jhs-hero__title{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.12em;
  width:100%;
  max-width:700px;
  margin:16px auto 0;
  text-align:center;
}

.jhb-startseite .jhs-hero__title,
.jhb-startseite .jhs-hero__title *,
.jhb-startseite .jhs-hero__top,
.jhb-startseite .jhs-hero__bottom,
.jhb-startseite .jhs-hero__lead,
.jhb-startseite .jhs-hero__lead p,
.jhb-startseite .jhs-hero h1,
.jhb-startseite .jhs-hero h2,
.jhb-startseite .jhs-hero h3,
.jhb-startseite .jhs-hero p{
  color:#fff;
}

.jhs-eyebrow--hero{
  min-height:38px;
  padding:7px 16px;
  margin-bottom:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(247,243,236,.92) 100%);
  color:#9a5514;
  border-color:rgba(255,255,255,.56);
  box-shadow:0 10px 22px rgba(20,39,49,.10);
  letter-spacing:.12em;
}

.jhs-hero__top{
  display:block;
  width:100%;
  margin:0 auto;
  font-size:clamp(2.55rem,4vw,4.05rem);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:800;
  text-align:center;
  color:#fff;
  text-shadow:
    0 12px 34px rgba(0,0,0,.28),
    0 2px 8px rgba(0,0,0,.18);
}

.jhs-hero__bottom{
  display:block;
  width:100%;
  max-width:34ch;
  margin:14px auto 0;
  font-size:clamp(1.02rem,1.22vw,1.24rem);
  line-height:1.42;
  font-weight:700;
  text-align:center;
  color:#fff;
  text-shadow:
    0 6px 18px rgba(0,0,0,.18),
    0 1px 3px rgba(0,0,0,.12);
}

.jhs-hero__lead,
.jhs-hero__lead p{
  max-width:48ch;
  margin:16px auto 0;
  font-size:.98rem;
  line-height:1.66;
  color:rgba(255,255,255,.96);
  text-align:center;
  text-shadow:
    0 4px 14px rgba(0,0,0,.18),
    0 1px 2px rgba(0,0,0,.10);
}

.jhs-hero .jhs-hero__lead{display:none;}

.jhs-hero__actions{
  margin-top:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.jhs-hero__actions .jhs-btn{
  min-width:196px;
  min-height:48px;
  padding:0 20px;
  font-size:13px;
}

.jhb-startseite .jhs-hero__actions .jhs-btn--primary,
.jhb-startseite .jhs-hero__actions .jhs-btn--primary:link,
.jhb-startseite .jhs-hero__actions .jhs-btn--primary:visited,
.jhb-startseite .jhs-hero__actions .jhs-btn--primary:hover,
.jhb-startseite .jhs-hero__actions .jhs-btn--primary:focus-visible{
  color:#fff;
  box-shadow:
    0 12px 28px rgba(233,98,11,.24),
    inset 0 1px 0 rgba(255,255,255,.14);
}

.jhb-startseite .jhs-hero__actions .jhs-btn--ghost,
.jhb-startseite .jhs-hero__actions .jhs-btn--ghost:link,
.jhb-startseite .jhs-hero__actions .jhs-btn--ghost:visited,
.jhb-startseite .jhs-hero__actions .jhs-btn--ghost:hover,
.jhb-startseite .jhs-hero__actions .jhs-btn--ghost:focus-visible{
  background:rgba(255,255,255,.94);
  color:#173244;
  border-color:rgba(23,50,68,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}

.jhb-startseite .jhs-hero__actions .jhs-btn--ghost span,
.jhb-startseite .jhs-hero__actions .jhs-btn--ghost strong,
.jhb-startseite .jhs-hero__actions .jhs-btn--ghost svg{
  color:inherit;
  fill:currentColor;
  stroke:currentColor;
}

.jhs-hero__trust{
  margin-top:22px;
  margin-bottom:0;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 10px;
  width:100%;
  max-width:520px;
}

.jhs-hero__trust span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.92);
  font-size:11px;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
  backdrop-filter:blur(4px);
}

/* =========================================================
   08. SHARED CARD FOUNDATION
   ========================================================= */
.jhs-audience-card,
.jhs-offer-card,
.jhs-cta-card,
.jhs-stats-panel{
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  border:1px solid var(--border);
  box-shadow:var(--shadow-soft);
}

.jhb-startseite .jhs-audience-card,
.jhb-startseite .jhs-offer-card,
.jhb-startseite .jhs-why-card,
.jhb-startseite .jhs-seo-card,
.jhb-startseite .jhs-cta-card{
  transition:
    transform .42s cubic-bezier(.22,1,.36,1),
    box-shadow .42s cubic-bezier(.22,1,.36,1),
    border-color .30s ease,
    background-color .30s ease,
    filter .30s ease;
}

@media (min-width:768px){
  .jhb-startseite .jhs-audience-card,
  .jhb-startseite .jhs-offer-card,
  .jhb-startseite .jhs-why-card,
  .jhb-startseite .jhs-seo-card,
  .jhb-startseite .jhs-cta-card{
    will-change:transform, box-shadow;
  }
}

/* =========================================================
   09. AUDIENCE
   ========================================================= */
.jhs-audience-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:36px;
  align-items:stretch;
}

.jhs-audience-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  min-height:100%;
  height:100%;
  border-radius:28px;
  padding:32px 26px 28px;
  text-align:center;
  overflow:hidden;
  border-color:rgba(233,98,11,.15);
}

.jhs-audience-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 22%);
  pointer-events:none;
}

.jhs-audience-card > *{
  position:relative;
  z-index:1;
}

.jhs-audience-card--highlight{
  border-color:rgba(var(--accent-rgb),.28);
  box-shadow:0 20px 46px rgba(233,98,11,.11),var(--shadow-soft);
}

.jhb-startseite .jhs-audience-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(20,39,49,.10);
  border-color:rgba(233,98,11,.22);
}

.jhs-audience-icon-wrap{
  position:relative;
  overflow:hidden;
  width:92px;
  height:92px;
  border-radius:26px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#fff7ef 0%,#ffeddc 100%);
  border:1px solid rgba(var(--accent-rgb),.14);
  box-shadow:0 14px 26px rgba(233,98,11,.08);
  transition:
    transform .42s cubic-bezier(.22,1,.36,1),
    box-shadow .42s cubic-bezier(.22,1,.36,1),
    border-color .28s ease;
}

.jhs-audience-icon-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.58),transparent 46%);
  pointer-events:none;
}

.jhs-audience-icon-wrap img{
  width:60px;
  height:60px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 8px 18px rgba(233,98,11,.10));
  transition:
    transform .42s cubic-bezier(.22,1,.36,1),
    filter .42s ease;
}

.jhb-startseite .jhs-audience-card:hover .jhs-audience-icon-wrap{
  transform:translateY(-4px) scale(1.02);
  box-shadow:0 18px 30px rgba(233,98,11,.12);
  border-color:rgba(var(--accent-rgb),.22);
}

.jhs-audience-card:hover .jhs-audience-icon-wrap img{
  transform:translateY(-2px) scale(1.05);
  filter:drop-shadow(0 12px 24px rgba(233,98,11,.16));
}

.jhs-audience-icon-svg{
  width:50px;
  height:50px;
  fill:none;
  stroke:#203748;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.jhs-audience-card--highlight .jhs-audience-icon-svg{stroke:var(--orange)}

.jhs-audience-card h3{
  margin-bottom:10px;
  font-size:clamp(1.35rem,1.7vw,1.6rem);
  line-height:1.18;
  font-weight:600;
  letter-spacing:-0.01em;
}

.jhs-audience-copy{
  margin:0 auto;
  max-width:30ch;
  font-size:.95rem;
  line-height:1.7;
  letter-spacing:0.01em;
}

.jhs-audience-card p{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.jhb-startseite .jhs-audience-card .jhs-audience-list,
.jhb-startseite .jhs-audience-card .jhs-audience-list li,
.jhb-startseite .jhs-audience-card .jhs-audience-list__text{
  text-align:left;
  margin-left:0;
  margin-right:0;
}

.jhs-audience-divider{
  width:100%;
  max-width:140px;
  height:1.5px;
  border-radius:999px;
  margin:16px auto 18px;
  background:linear-gradient(90deg,rgba(var(--accent-rgb),0),rgba(var(--accent-rgb),.34),rgba(var(--accent-rgb),0));
  opacity:.55;
}

.jhb-startseite .jhs-audience-list{
  list-style:none;
  padding:0;
  width:min(100%,300px);
  margin:0 auto 22px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}

.jhb-startseite .jhs-audience-list li{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  align-items:start;
  column-gap:12px;
  width:100%;
  min-height:30px;
  color:var(--navy);
  font-size:.94rem;
  line-height:1.55;
  text-align:left;
}

.jhb-startseite .jhs-audience-list__icon{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:22px;
  color:var(--orange);
  font-weight:800;
  font-size:1.9rem;
  line-height:1;
  transform:translateY(-1px);
}

.jhb-startseite .jhs-audience-list__text{
  display:block;
  min-width:0;
  text-align:left;
}

.jhs-audience-btn{
  display:inline-flex;
  justify-content:center;
  align-self:center;
  margin-top:auto;
  margin-left:auto;
  margin-right:auto;
  min-width:200px;
  width:auto;
  max-width:none;
  min-height:38px;
  padding:0 16px;
  font-size:13px;
}

/* =========================================================
   AUDIENCE – RESPONSIVE REFINEMENT
   ========================================================= */
@media (max-width:1100px){
  .jhs-audience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }

  .jhs-audience-card{
    padding:28px 24px 24px;
  }
}

@media (max-width:767px){
  .jhs-audience-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .jhs-audience-card{
    border-radius:24px;
    padding:24px 18px 28px;
  }

  .jhs-audience-icon-wrap{
    width:82px;
    height:82px;
    border-radius:22px;
    margin:0 auto 12px;
  }

  .jhs-audience-icon-wrap img{
    width:52px;
    height:52px;
  }

  .jhs-audience-card h3{
    font-size:clamp(1.28rem,5.2vw,1.5rem);
    margin-bottom:8px;
  }

  .jhs-audience-copy{
    max-width:30ch;
    font-size:.95rem;
    line-height:1.56;
  }

  .jhs-audience-divider{
    max-width:140px;
    margin:12px auto;
  }

  .jhb-startseite .jhs-audience-list{
    width:min(100%,300px);
    gap:10px;
    margin:0 auto 18px;
  }

  .jhb-startseite .jhs-audience-list li{
    grid-template-columns:20px minmax(0,1fr);
    column-gap:10px;
    min-height:auto;
    font-size:.92rem;
    line-height:1.45;
  }

  .jhb-startseite .jhs-audience-list__icon{
    width:20px;
    font-size:1.6rem;
    transform:none;
  }

  .jhs-audience-btn{
    width:100%;
    min-width:0;
  }
}

/* =========================================================
   10. STATS
   ========================================================= */
.jhs-stats-panel{
  border-radius:38px;
  padding:32px 20px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  box-shadow:0 24px 60px rgba(20,39,49,.08);
}

.jhs-stats-item{
  position:relative;
  text-align:center;
  padding:8px 12px;
}

.jhs-stats-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-9px;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:72px;
  background:linear-gradient(180deg,rgba(233,98,11,0),rgba(233,98,11,.16),rgba(233,98,11,0));
}

.jhs-stats-icon{
  width:68px;
  height:68px;
  border-radius:50%;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#fff7ef 0%,#ffeddc 100%);
  border:1px solid rgba(var(--accent-rgb),.12);
}

.jhs-stats-icon-svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:var(--orange);
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.jhs-stats-value{
  display:inline-block;
  will-change:transform;
  font-size:clamp(3.2rem,5vw,4.6rem);
  line-height:1;
  font-weight:800;
  color:var(--orange);
}

.jhs-stats-value.is-counted{
  animation:jhsCounterPulse 2.8s ease-in-out infinite;
}

.jhs-stats-label{
  margin-top:10px;
  font-size:clamp(1.2rem,2.2vw,1.45rem);
  line-height:1.26;
  color:var(--navy-soft);
}

@keyframes jhsCounterPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.045)}
}

/* =========================================================
   11. WHY
   ========================================================= */
.jhs-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.jhs-why-card{
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  border:1px solid rgba(233,98,11,.14);
  border-radius:26px;
  padding:26px 22px 22px;
  text-align:center;
  box-shadow:var(--shadow-soft);
}

.jhb-startseite .jhs-why-card:hover{
  transform:var(--hover-lift-strong);
  box-shadow:0 28px 64px rgba(20,39,49,.12),0 16px 34px rgba(233,98,11,.10);
  border-color:rgba(233,98,11,.22);
}

.jhs-why-icon{
  width:72px;
  height:72px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(180deg,#fff7ef 0%,#ffeddc 100%);
  border:1px solid rgba(233,98,11,.14);
  box-shadow:0 12px 24px rgba(233,98,11,.08);
  transition:transform .40s cubic-bezier(.22,1,.36,1),box-shadow .40s cubic-bezier(.22,1,.36,1),border-color .30s ease,background-color .30s ease;
}

.jhs-why-icon img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
}

.jhb-startseite .jhs-why-card:hover .jhs-why-icon{
  transform:translateY(-6px) scale(1.07) rotate(-1deg);
  box-shadow:0 18px 30px rgba(233,98,11,.14);
  border-color:rgba(233,98,11,.22);
  background:linear-gradient(180deg,#fff3e7 0%,#ffe3c7 100%);
}

.jhs-why-card h3{
  margin-bottom:8px;
  font-size:1.26rem;
  font-weight:700;
}

.jhs-why-card p{
  max-width:28ch;
  margin:0 auto;
  line-height:1.7;
}

/* =========================================================
   12. SEO
   ========================================================= */
.jhs-seo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:8px;
}

.jhs-seo-card{
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  border:1px solid rgba(233,98,11,.14);
  border-radius:28px;
  padding:28px 24px 24px;
  text-align:center;
  box-shadow:var(--shadow-soft);
}

.jhb-startseite .jhs-seo-card:hover{
  transform:var(--hover-lift-strong);
  box-shadow:0 28px 64px rgba(20,39,49,.12),0 16px 34px rgba(233,98,11,.10);
  border-color:rgba(233,98,11,.20);
}

.jhs-seo-card h3{
  font-size:1.22rem;
  line-height:1.18;
  margin-bottom:10px;
  letter-spacing:-.02em;
  font-weight:700;
}

.jhs-seo-card p{
  font-size:1rem;
  line-height:1.74;
  color:var(--navy-soft);
}

.jhs-seo-highlight{
  margin-top:24px;
  padding:24px 26px;
  border-radius:24px;
  border:1px solid rgba(233,98,11,.14);
  background:linear-gradient(180deg,#fff8f2 0%,#fff2e7 100%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.jhs-seo-highlight p{
  text-align:left;
  color:#7b5f4c;
  line-height:1.74;
}

/* =========================================================
   13. OFFERS
   ========================================================= */
.jhs-offer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.jhs-offer-card{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  text-align:center;
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  border:1px solid rgba(233,98,11,.12);
  box-shadow:0 16px 34px rgba(20,39,49,.06);
  min-height:0;
  transition:
    transform .38s cubic-bezier(.22,1,.36,1),
    box-shadow .38s cubic-bezier(.22,1,.36,1),
    border-color .28s ease;
}

.jhb-startseite .jhs-offer-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(20,39,49,.10), 0 10px 24px rgba(233,98,11,.08);
  border-color:rgba(233,98,11,.18);
}

.jhs-offer-card__media{
  position:relative;
  aspect-ratio:16/10;
  background:#eae2d8;
  overflow:hidden;
}

.jhs-offer-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(15,23,42,.02) 0%,rgba(15,23,42,.10) 100%);
  pointer-events:none;
}

.jhs-offer-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.22,1,.36,1),filter .42s ease;
}

.jhs-offer-card:hover .jhs-offer-card__media img{
  transform:scale(1.04);
  filter:saturate(1.02) contrast(1.02);
}

.jhs-offer-card .jhs-tag{
  min-height:34px;
  padding:7px 13px;
  font-size:11px;
  letter-spacing:.06em;
  box-shadow:0 8px 16px rgba(233,98,11,.08);
}

.jhs-offer-card__body{
  padding:20px 20px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  flex:1;
}

.jhs-offer-card__body h3{
  font-size:clamp(1.5rem,1.8vw,1.82rem);
  line-height:1.12;
  font-weight:750;
  letter-spacing:-.03em;
  max-width:14ch;
  text-wrap:balance;
}

.jhs-offer-card__body p{
  max-width:28ch;
  margin:0 auto;
  font-size:.95rem;
  line-height:1.6;
}

.jhs-offer-card .jhs-btn{
  min-height:38px;
  margin-top:auto;
  padding:0 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

/* =========================================================
   14. FAQ / CTA
   ========================================================= */
.jhs-faq-stack{
  display:grid;
  gap:24px;
}

.jhs-faq-column,
.jhs-cta-card{
  max-width:980px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.jhs-faq-item{
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  box-shadow:var(--shadow-soft);
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    box-shadow .28s cubic-bezier(.22,1,.36,1),
    border-color .28s ease;
}

.jhs-faq-item + .jhs-faq-item{
  margin-top:16px;
}

.jhs-faq-item:hover{
  transform:translateY(-2px);
  box-shadow:
    0 12px 24px rgba(20,39,49,.06),
    0 6px 14px rgba(233,98,11,.06);
  border-color:rgba(233,98,11,.14);
}

.jhs-faq-item.is-open{
  box-shadow:
    0 18px 34px rgba(20,39,49,.07),
    0 8px 18px rgba(233,98,11,.05);
  border-color:rgba(233,98,11,.16);
}

.jhs-faq-item summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  padding:24px 52px 24px 28px;
  min-height:unset;
  font-size:1.05rem;
  font-weight:700;
  letter-spacing:-.01em;
  line-height:1.45;
  color:var(--navy);
  text-align:left;
  transition:background-color .25s ease;
}

.jhs-faq-item summary::-webkit-details-marker{
  display:none;
}

.jhs-faq-item:hover summary{
  background:rgba(255,255,255,.35);
}

.jhs-faq-item summary::after{
  content:"";
  position:absolute;
  top:50%;
  right:22px;
  width:14px;
  height:14px;
  transform:translateY(-50%);
  background:
    linear-gradient(var(--orange),var(--orange)) center/2px 100% no-repeat,
    linear-gradient(var(--orange),var(--orange)) center/100% 2px no-repeat;
  transition:transform .30s cubic-bezier(.22,1,.36,1);
}

.jhs-faq-item[open] summary::after{
  transform:translateY(-50%) rotate(45deg);
}

.jhs-faq-answer{
  padding:0 28px 24px;
  opacity:.96;
  transform:translateY(-2px);
  transition:
    opacity .25s ease,
    transform .35s cubic-bezier(.22,1,.36,1);
}

.jhs-faq-item[open] .jhs-faq-answer{
  opacity:1;
  transform:none;
}

.jhb-startseite .jhs-faq-answer{
  text-align:left;
}

.jhb-startseite .jhs-faq-answer,
.jhb-startseite .jhs-faq-answer p,
.jhb-startseite .jhs-faq-answer a,
.jhb-startseite .jhs-faq-answer span,
.jhb-startseite .jhs-faq-answer strong,
.jhb-startseite .jhs-faq-answer em{
  text-align:left;
}

.jhb-startseite .jhs-faq-answer p{
  max-width:70ch;
  margin:0;
  line-height:1.8;
}

.jhs-cta-card{
  margin-top:12px;
  padding:38px 42px 32px;
  text-align:center;
  border:1px solid var(--border);
  border-radius:30px;
  background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%);
  box-shadow:0 26px 70px rgba(20,39,49,.09),0 16px 34px rgba(233,98,11,.08);
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    box-shadow .32s cubic-bezier(.22,1,.36,1),
    border-color .28s ease;
}

.jhb-startseite .jhs-cta-card:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 72px rgba(20,39,49,.12),0 18px 38px rgba(233,98,11,.10);
  border-color:rgba(233,98,11,.16);
}

.jhs-cta-card h3{
  margin-top:18px;
  font-size:clamp(2rem,3vw,2.8rem);
  line-height:1.08;
  font-weight:700;
}

.jhs-cta-card p{
  margin-top:16px;
  max-width:42ch;
  margin-left:auto;
  margin-right:auto;
}

.jhs-cta-card__meta{
  display:grid;
  gap:10px;
  justify-items:center;
  margin-top:22px;
}

.jhs-cta-card__actions{
  display:grid;
  gap:12px;
  width:100%;
  max-width:420px;
  margin:24px auto 0;
}

.jhb-startseite .jhs-cta-card h3,
.jhb-startseite .jhs-cta-card p,
.jhb-startseite .jhs-cta-card__meta,
.jhb-startseite .jhs-cta-card__actions{
  max-width:440px;
  margin-left:auto;
  margin-right:auto;
}
/* =========================================================
   15. REVEAL / STAGGER
   ========================================================= */
.jhs-reveal{
  opacity:0;
  transform:translateY(22px);
  transition:
    opacity .56s cubic-bezier(.22,1,.36,1),
    transform .56s cubic-bezier(.22,1,.36,1);
}

.jhs-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

.jhs-audience-grid > *:nth-child(2),
.jhs-offer-grid > *:nth-child(2),
.jhs-why-grid > *:nth-child(2),
.jhs-seo-grid > *:nth-child(2){transition-delay:.04s}

.jhs-audience-grid > *:nth-child(3),
.jhs-offer-grid > *:nth-child(3),
.jhs-why-grid > *:nth-child(3),
.jhs-seo-grid > *:nth-child(3){transition-delay:.08s}

.jhs-why-grid > *:nth-child(4){transition-delay:.12s}

/* =========================================================
   16. TABLET
   ========================================================= */
@media (max-width:1024px){
  .jhs-section{padding:82px 0}
  .jhs-audience-grid,
  .jhs-offer-grid{grid-template-columns:1fr 1fr;gap:20px}

  .jhs-stats-panel{grid-template-columns:1fr 1fr 1fr}
  .jhs-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .jhs-seo-grid{grid-template-columns:1fr;gap:18px}

  .jhs-seo-highlight{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }

  .jhs-seo-highlight p{text-align:center}
  .jhb-startseite .jhs-cta-card{padding:34px 30px 28px}
}

/* =========================================================
   17. MOBILE
   ========================================================= */
@media (max-width:767px){
  .jhs-wrap{width:min(1180px,calc(100% - 24px))}
  .jhs-section{padding:64px 0}
  .jhs-section--tight{padding:40px 0 58px}
  .jhs-section + .jhs-section::before{width:calc(100% - 24px)}

  .jhs-reveal{
    transform:translateY(16px);
    transition-duration:.42s;
  }

  .jhs-audience-grid > *:nth-child(2),
  .jhs-offer-grid > *:nth-child(2),
  .jhs-why-grid > *:nth-child(2),
  .jhs-seo-grid > *:nth-child(2),
  .jhs-audience-grid > *:nth-child(3),
  .jhs-offer-grid > *:nth-child(3),
  .jhs-why-grid > *:nth-child(3),
  .jhs-seo-grid > *:nth-child(3),
  .jhs-why-grid > *:nth-child(4){
    transition-delay:0s;
  }

  .jhs-hero{
    min-height:640px;
    align-items:flex-start;
    background:
      linear-gradient(180deg, rgba(10,16,22,.18) 0%, rgba(10,16,22,.06) 24%, rgba(10,16,22,.18) 58%, rgba(10,16,22,.34) 100%),
      radial-gradient(420px 220px at 50% 34%, rgba(0,0,0,.20), rgba(0,0,0,.06) 48%, transparent 76%),
      url('https://jhb-gmbh.de/wp-content/uploads/2026/04/Gemeinsam-im-Sonnenuntergang-ueber-Huegel.webp') 54% 20% / cover no-repeat;
  }

  .jhs-hero::before{
    background:radial-gradient(320px 180px at 50% 34%, rgba(7,12,18,.26) 0%, rgba(7,12,18,.10) 50%, rgba(7,12,18,0) 78%);
  }

  .jhs-hero__inner{
    width:min(100%, calc(100% - 28px));
    padding:92px 0 72px;
  }

  .jhs-eyebrow--hero{
    min-height:34px;
    max-width:min(90vw,292px);
    padding:7px 14px;
    margin-bottom:16px;
    font-size:10px;
    letter-spacing:.11em;
  }

  .jhs-hero__title{
    max-width:18.2rem;
    gap:.12em;
    margin-top:6px;
  }

  .jhs-hero__top{
    font-size:clamp(2.02rem,7vw,2.7rem);
    line-height:1.04;
    letter-spacing:-.05em;
    text-wrap:balance;
    text-shadow:
      0 8px 22px rgba(0,0,0,.18),
      0 1px 4px rgba(0,0,0,.10);
  }

  .jhs-hero__bottom{
    max-width:18rem;
    margin-top:12px;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(.94rem,3.9vw,1.02rem);
    line-height:1.44;
    text-wrap:balance;
    text-shadow:
      0 3px 10px rgba(0,0,0,.12),
      0 1px 2px rgba(0,0,0,.06);
  }

  .jhs-hero__lead,
  .jhs-hero__lead p{
    max-width:24ch;
    margin-top:10px;
    font-size:.82rem;
    line-height:1.44;
    color:rgba(255,255,255,.97);
    text-wrap:pretty;
    text-shadow:
      0 2px 8px rgba(0,0,0,.10),
      0 1px 2px rgba(0,0,0,.05);
  }

  .jhs-hero__actions{
    display:grid;
    gap:12px;
    justify-items:center;
    width:100%;
    max-width:100%;
    margin:24px auto 0;
  }

  .jhs-hero__actions .jhs-btn{
    width:min(100%,260px);
    max-width:100%;
    min-width:0;
    min-height:44px;
    padding-inline:16px;
    font-size:.92rem;
    border-radius:999px;
  }

  .jhs-hero__trust{
    max-width:280px;
    margin-top:18px;
    margin-bottom:0;
    gap:8px;
  }

  .jhs-hero__trust span{
    min-height:28px;
    padding:6px 10px;
    font-size:10px;
    line-height:1.2;
  }

  .jhs-hero::after{
    height:18px;
    background:linear-gradient(
      180deg,
      rgba(247,243,236,0) 0%,
      rgba(247,243,236,.01) 76%,
      #f7f3ec 100%
    );
  }

  .jhs-audience-grid,
  .jhs-offer-grid,
  .jhs-why-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .jhs-offer-card{
    border-radius:24px;
  }

  .jhs-offer-card__body{
    padding:18px 18px 16px;
    gap:10px;
  }

  .jhs-offer-card__body h3{
    font-size:clamp(1.42rem,6vw,1.72rem);
    max-width:13ch;
  }

  .jhs-offer-card__body p{
    max-width:29ch;
    font-size:.94rem;
    line-height:1.58;
  }

      .jhs-audience-icon-svg{
    width:46px;
    height:46px;
  }

    
  .jhs-stats-panel{
    grid-template-columns:1fr;
    gap:28px;
    padding:26px 18px;
  }

  .jhs-stats-item{padding:4px 8px}
  .jhs-stats-item:not(:last-child)::after{display:none}

  .jhs-stats-value{font-size:clamp(2.8rem,12vw,4rem)}
  .jhs-stats-label{font-size:clamp(1.05rem,5vw,1.35rem)}

  
  .jhs-seo-grid{grid-template-columns:1fr;gap:18px}
  .jhs-seo-card{padding:24px 18px 20px;border-radius:24px}
  .jhs-seo-highlight{
    padding:20px 16px;
    border-radius:20px;
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
  .jhs-seo-highlight p{text-align:center}

  .jhs-faq-item summary{
    padding:20px 52px 20px 18px;
    font-size:1.02rem;
  }

  .jhs-cta-card{padding:28px 18px 24px}
}

/* =========================================================
   18. REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce){
  .jhs-stats-value.is-counted{
    animation:none;
  }

  .jhs-audience-card,
  .jhs-offer-card,
  .jhs-faq-item,
  .jhs-btn,
  .jhs-audience-icon-wrap,
  .jhs-audience-icon-wrap img,
  .jhs-offer-card__media img,
  .jhs-why-card,
  .jhs-why-icon,
  .jhs-seo-card,
  .jhs-reveal{
    transition:none !important;
    animation:none !important;
    filter:none !important;
  }

  .jhs-audience-card:hover,
  .jhs-offer-card:hover,
  .jhs-faq-item:hover,
  .jhs-btn:hover,
  .jhs-why-card:hover,
  .jhs-seo-card:hover{
    transform:none !important;
  }
}



/* =========================================================
   19. STARTSEITE – STRUCTURAL ALIGNMENT FIXES
   ========================================================= */
.jhb-startseite .jhs-faq-answer__text{
  text-align:left;
}
