
.hs-blog-hero{
  padding:90px 0 55px;
  background:
    radial-gradient(circle at top left, rgba(255,79,135,.18), transparent 38%),
    linear-gradient(180deg,#fff 0%,#fff7fa 100%);
}

.hs-blog-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
  align-items:center;
}

.hs-blog-hero h1{
  font-size:clamp(2.4rem,5vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.06em;
  margin:18px 0;
}

.hs-blog-hero h1 span{
  color:var(--pink);
}

.hs-blog-lead{
  font-size:1.15rem;
  color:#5f5f68;
  max-width:720px;
}

.hs-blog-visual{
  background:linear-gradient(135deg,#ff4f87,#ff9aba);
  border-radius:34px;
  padding:34px;
  color:#fff;
  box-shadow:0 25px 70px rgba(255,79,135,.28);
}

.hs-blog-visual h3{
  font-size:2rem;
  line-height:1.1;
  margin-bottom:12px;
}

.hs-blog-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}

.hs-blog-stat{
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  border-radius:22px;
  padding:18px;
}

.hs-blog-stat strong{
  display:block;
  font-size:1.8rem;
}

.hs-blog-wrap{
  padding:70px 0;
}

.hs-blog-topline{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}

.hs-blog-topline h2{
  font-size:clamp(2rem,4vw,3.2rem);
  letter-spacing:-.05em;
}

.hs-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.hs-blog-card{
  display:flex;
  flex-direction:column;
  min-height:310px;
  padding:26px;
  border-radius:28px;
  background:#fff;
  color:#17171f;
  text-decoration:none;
  box-shadow:0 18px 55px rgba(22,22,32,.08);
  border:1px solid rgba(255,79,135,.10);
  transition:.22s ease;
}

.hs-blog-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 70px rgba(255,79,135,.16);
}

.hs-blog-card-badge{
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:#fff1f6;
  color:var(--pink);
  font-size:.82rem;
  font-weight:800;
  margin-bottom:18px;
}

.hs-blog-card h3{
  font-size:1.45rem;
  line-height:1.18;
  letter-spacing:-.035em;
  margin-bottom:14px;
}

.hs-blog-card p{
  color:#666674;
  line-height:1.65;
}

.hs-blog-card-footer{
  margin-top:auto;
  padding-top:24px;
  font-weight:900;
  color:var(--pink);
}

.hs-blog-empty{
  padding:35px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 55px rgba(22,22,32,.08);
}

.hs-blog-seo{
  margin-top:60px;
  padding:34px;
  border-radius:32px;
  background:#fff7fa;
  border:1px solid rgba(255,79,135,.12);
}

.hs-blog-seo h2{
  margin-bottom:14px;
}

.hs-blog-seo p{
  color:#62626d;
  line-height:1.75;
}
/* ===============================
   HerSwipe Blog / Artikel Design
================================ */

.hs-local-hero{
  padding:90px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(255,79,135,.18), transparent 38%),
    radial-gradient(circle at bottom right, rgba(255,154,186,.22), transparent 35%),
    linear-gradient(180deg,#fff 0%,#fff7fa 100%);
  overflow:hidden;
}

.hs-breadcrumbs{
  margin-bottom:34px;
  color:#8a8a96;
  font-size:.92rem;
}

.hs-breadcrumbs a{
  color:#ff4f87;
  text-decoration:none;
  font-weight:700;
}

.hs-local-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:46px;
  align-items:center;
}

.hs-local-hero h1{
  font-size:clamp(2.5rem,5vw,5rem);
  line-height:1.02;
  letter-spacing:-.065em;
  margin:18px 0;
}

.hs-local-hero h1 span,
.hs-article h2 span{
  color:#ff4f87;
}

.hs-local-lead{
  font-size:1.18rem;
  line-height:1.75;
  color:#5f5f68;
  max-width:760px;
}

.hs-local-hero-image{
  min-height:520px;
  border-radius:38px;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:flex-end;
  padding:28px;

  background-color:#ff7aa5;
  background-image:
    linear-gradient(to top, rgba(0,0,0,.42), rgba(0,0,0,.12)),
    var(--hero-img),
    linear-gradient(135deg,#ff4f87,#ff9aba);

  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  box-shadow:
    0 30px 80px rgba(255,79,135,.22),
    0 10px 35px rgba(0,0,0,.12);
}

.hs-local-hero-image::before{
  content:"♡";
  position:absolute;
  top:-35px;
  right:25px;
  font-size:10rem;
  font-weight:900;
  color:rgba(255,255,255,.16);
}

.hs-city-card{
  position:relative;
  z-index:2;
  width:100%;
  padding:28px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 55px rgba(22,22,32,.14);
}

.hs-city-badge{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#ff4f87;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.hs-city-card h3{
  font-size:1.75rem;
  line-height:1.15;
  letter-spacing:-.04em;
  margin-bottom:10px;
}

.hs-city-card p{
  color:#62626d;
  line-height:1.65;
}

/* Artikel */

.hs-article{
  max-width:980px;
  background:#fff;
  border-radius:38px;
  padding:56px;
  box-shadow:0 24px 75px rgba(22,22,32,.08);
  border:1px solid rgba(255,79,135,.09);
}

.hs-article h2{
  font-size:clamp(1.8rem,3.2vw,3rem);
  line-height:1.12;
  letter-spacing:-.055em;
  margin:54px 0 18px;
}

.hs-article h2:first-child{
  margin-top:0;
}

.hs-article p{
  font-size:1.08rem;
  line-height:1.9;
  color:#555560;
  margin:0 0 20px;
}

.hs-article ul{
  margin:18px 0 28px;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.hs-article li{
  position:relative;
  padding:15px 18px 15px 46px;
  background:#fff7fa;
  border:1px solid rgba(255,79,135,.12);
  border-radius:18px;
  color:#42424c;
  line-height:1.55;
}

.hs-article li::before{
  content:"✓";
  position:absolute;
  left:18px;
  top:14px;
  color:#ff4f87;
  font-weight:900;
}

.hs-article a{
  color:#ff4f87;
  font-weight:800;
  text-decoration:none;
}

.hs-article a:hover{
  text-decoration:underline;
}

/* FAQ */

.hs-faq{
  background:#fff7fa;
}

.hs-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.hs-faq-item{
  background:#fff;
  border-radius:26px;
  padding:28px;
  box-shadow:0 18px 55px rgba(22,22,32,.07);
  border:1px solid rgba(255,79,135,.10);
}

.hs-faq-item h3{
  font-size:1.25rem;
  margin-bottom:10px;
  letter-spacing:-.03em;
}

.hs-faq-item p{
  color:#62626d;
  line-height:1.7;
}

/* Blog Übersicht */

.hs-blog-hero{
  padding:90px 0 60px;
  background:
    radial-gradient(circle at top left, rgba(255,79,135,.18), transparent 38%),
    linear-gradient(180deg,#fff 0%,#fff7fa 100%);
}

.hs-blog-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
  align-items:center;
}

.hs-blog-hero h1{
  font-size:clamp(2.4rem,5vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.06em;
  margin:18px 0;
}

.hs-blog-hero h1 span{
  color:#ff4f87;
}

.hs-blog-lead{
  font-size:1.15rem;
  color:#5f5f68;
  line-height:1.75;
  max-width:720px;
}

.hs-blog-visual{
  background:linear-gradient(135deg,#ff4f87,#ff9aba);
  border-radius:34px;
  padding:34px;
  color:#fff;
  box-shadow:0 25px 70px rgba(255,79,135,.28);
}

.hs-blog-visual h3{
  font-size:2rem;
  line-height:1.1;
  margin-bottom:12px;
}

.hs-blog-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}

.hs-blog-stat{
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  border-radius:22px;
  padding:18px;
}

.hs-blog-stat strong{
  display:block;
  font-size:1.8rem;
}

.hs-blog-wrap{
  padding:70px 0;
}

.hs-blog-topline{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}

.hs-blog-topline h2{
  font-size:clamp(2rem,4vw,3.2rem);
  letter-spacing:-.05em;
}

.hs-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.hs-blog-card{
  display:flex;
  flex-direction:column;
  min-height:310px;
  padding:26px;
  border-radius:28px;
  background:#fff;
  color:#17171f;
  text-decoration:none;
  box-shadow:0 18px 55px rgba(22,22,32,.08);
  border:1px solid rgba(255,79,135,.10);
  transition:.22s ease;
}

.hs-blog-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 70px rgba(255,79,135,.16);
}

.hs-blog-card-badge{
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:#fff1f6;
  color:#ff4f87;
  font-size:.82rem;
  font-weight:800;
  margin-bottom:18px;
}

.hs-blog-card h3{
  font-size:1.45rem;
  line-height:1.18;
  letter-spacing:-.035em;
  margin-bottom:14px;
}

.hs-blog-card p{
  color:#666674;
  line-height:1.65;
}

.hs-blog-card-footer{
  margin-top:auto;
  padding-top:24px;
  font-weight:900;
  color:#ff4f87;
}

.hs-blog-empty,
.hs-blog-seo{
  padding:35px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 55px rgba(22,22,32,.08);
}

.hs-blog-seo{
  margin-top:60px;
  background:#fff7fa;
  border:1px solid rgba(255,79,135,.12);
}

.hs-blog-seo h2{
  margin-bottom:14px;
}

.hs-blog-seo p{
  color:#62626d;
  line-height:1.75;
}

/* Mobile */

@media(max-width:900px){
  .hs-local-hero-grid,
  .hs-blog-hero-grid,
  .hs-blog-grid,
  .hs-faq-grid{
    grid-template-columns:1fr;
  }

  .hs-local-hero{
    padding:55px 0 45px;
  }

  .hs-article{
    padding:30px 22px;
    border-radius:28px;
  }

  .hs-local-hero-image{
    min-height:330px;
  }

  .hs-blog-topline{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:560px){
  .hs-city-card{
    padding:22px;
  }

  .hs-article p{
    font-size:1rem;
  }

  .hs-blog-card{
    min-height:auto;
  }
}
@media(max-width:900px){
  .hs-blog-hero-grid,
  .hs-blog-grid{
    grid-template-columns:1fr;
  }

  .hs-blog-topline{
    align-items:flex-start;
    flex-direction:column;
  }
}