.stp{max-width:1120px;margin:0 auto;padding:28px 16px}
.stp *{box-sizing:border-box}

.stp-hero{padding:28px 18px;border:1px solid rgba(0,0,0,.08);border-radius:26px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.06);margin-bottom:18px}
.stp-hero-inner{text-align:center}
.stp-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid rgba(0,0,0,.10);border-radius:999px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;opacity:.85}
.stp-hero h1{margin:12px 0 0;font-size:42px;line-height:1.05;letter-spacing:-.02em}
.stp-sub{margin:10px auto 0;max-width:60ch;opacity:.82;font-size:16px;line-height:1.5}
.stp-cta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}

.stp-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.14);text-decoration:none;font-weight:700;background:#fff;box-shadow:0 10px 22px rgba(0,0,0,.06);transition:transform .12s ease, box-shadow .12s ease}
.stp-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(0,0,0,.08)}
.stp-btn-primary{border-color:rgba(0,0,0,.22)}
.stp-btn-ghost{background:transparent;box-shadow:none;opacity:.9}

.stp-h2{margin:22px 0 12px;font-size:18px;letter-spacing:-.01em}

.stp-featured{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}
@media (max-width: 760px){.stp-featured{grid-template-columns:1fr}}

.stp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width: 1040px){.stp-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 640px){.stp-grid{grid-template-columns:1fr}}

.stp-card{border:1px solid rgba(0,0,0,.08);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.05)}
.stp-card-featured{box-shadow:0 18px 44px rgba(0,0,0,.06)}

.stp-img{display:block;position:relative;text-decoration:none}
.stp-img img{width:100%;height:170px;object-fit:cover;display:block}
.stp-card-featured .stp-img img{height:260px}

.stp-pill{position:absolute;left:10px;bottom:10px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.45);color:#fff;font-size:12px}
.stp-intl{position:absolute;right:10px;bottom:10px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.45);color:#fff;font-size:12px}

.stp-body{padding:12px 12px 14px}
.stp-date{font-size:12px;opacity:.72;margin:2px 0 8px}
.stp-title{margin:0 0 8px;font-size:16px;line-height:1.25}
.stp-title a{text-decoration:none}
.stp-desc{margin:0 0 12px;opacity:.82;line-height:1.45}
.stp-more{display:flex;justify-content:flex-end}
.stp-more a{text-decoration:none;font-weight:800}

.stp-footer{margin-top:22px;padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:22px;background:linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,0));display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.stp-footer-kicker{font-size:12px;opacity:.7;text-transform:uppercase;letter-spacing:.04em}
.stp-footer h3{margin:4px 0 6px;font-size:18px}
.stp-footer p{margin:0;opacity:.82;max-width:70ch}

}
/* 2.1.8 – Cookie-aware Safe Space (nur /medien/) */
:root{ --stp-cookie-offset: 0px; }
.stp{padding-bottom:calc(28px + env(safe-area-inset-bottom, 0px) + 90px + var(--stp-cookie-offset));}
@media (max-width: 760px){
  .stp{padding-bottom:calc(28px + env(safe-area-inset-bottom, 0px) + 130px + var(--stp-cookie-offset));}
}

.stp{
  --stp-blue-1:#0b5aa3;
  --stp-blue-2:#0a3e73;
  --stp-ink:#0a1520;
  --stp-muted:rgba(10,21,32,.72);
  --stp-border:rgba(10,21,32,.10);
  --stp-card:#ffffff;
}

.stp a{color:inherit;text-decoration:none}
.stp a:hover{opacity:.92}
.stp a:focus-visible{outline:2px solid rgba(11,90,163,.45);outline-offset:3px;border-radius:10px}

.stp-hero{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.90));
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 26px 70px rgba(11,90,163,.10), 0 10px 28px rgba(0,0,0,.06);
  backdrop-filter:saturate(1.2) blur(10px);
}
.stp-hero h1{color:var(--stp-ink)}
.stp-sub{color:var(--stp-muted)}

.stp-btn{
  border:1px solid rgba(11,90,163,.18);
  color:var(--stp-blue-2);
}
.stp-btn-primary{
  color:#fff;
  border-color:rgba(11,90,163,.35);
  background:linear-gradient(135deg, var(--stp-blue-1), var(--stp-blue-2));
  box-shadow:0 18px 40px rgba(11,90,163,.22);
}
.stp-btn-primary:hover{box-shadow:0 22px 52px rgba(11,90,163,.28)}
.stp-btn-ghost{
  border-color:rgba(10,21,32,.10);
  background:rgba(255,255,255,.55);
  backdrop-filter:blur(8px);
}

.stp-card{
  border:1px solid var(--stp-border);
  box-shadow:0 18px 46px rgba(10,21,32,.07);
}
.stp-card:hover{transform:translateY(-2px);transition:transform .12s ease}
.stp-img img{filter:saturate(1.05) contrast(1.02)}
.stp-pill, .stp-intl{
  border:1px solid rgba(255,255,255,.55);
  background:rgba(10,21,32,.45);
  backdrop-filter:blur(8px);
}
.stp-body{color:var(--stp-ink)}
.stp-title a{color:var(--stp-ink)}
.stp-title a:hover{color:var(--stp-blue-2)}
.stp-desc{color:var(--stp-muted)}
.stp-more a{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(11,90,163,.16);
  background:rgba(255,255,255,.70);
  color:var(--stp-blue-2);
  font-weight:800;
}
.stp-more a:hover{background:#fff}

.stp-footer{
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 18px 52px rgba(11,90,163,.10);
  backdrop-filter:saturate(1.2) blur(10px);
}
.stp-footer h3{color:var(--stp-ink)}
.stp-footer p{color:var(--stp-muted)}

/* 2.2.0 – SchneeToni Premium: hell, lesbar, mobile-first */
.stp{
  --stp-blue-1:#1877d6;
  --stp-blue-2:#0b5aa3;
  --stp-ink:#0a1520;
  --stp-muted:rgba(10,21,32,.74);
  --stp-border:rgba(10,21,32,.10);
  --stp-card:#ffffff;
  --stp-soft:rgba(255,255,255,.70);
}

.stp a{color:inherit;text-decoration:none}
.stp a:focus-visible{outline:2px solid rgba(24,119,214,.45);outline-offset:3px;border-radius:12px}

.stp-hero{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  border:1px solid rgba(10,21,32,.08);
  box-shadow:0 22px 60px rgba(11,90,163,.10), 0 10px 26px rgba(0,0,0,.06);
  backdrop-filter:saturate(1.15) blur(10px);
  padding:clamp(18px, 4vw, 30px) clamp(14px, 3vw, 22px);
}
.stp-kicker{background:rgba(255,255,255,.85)}
.stp-hero h1{
  color:var(--stp-ink);
  font-size:clamp(30px, 5vw, 44px);
}
.stp-sub{color:var(--stp-muted);font-size:clamp(15px, 2.2vw, 16px)}

.stp-cta{gap:10px}
/* Buttons: high contrast & tap-friendly */
.stp-btn{
  border:1px solid rgba(10,21,32,.10);
  color:var(--stp-ink);
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  padding:12px 16px;
  min-height:44px;
}
.stp-btn:hover{box-shadow:0 14px 28px rgba(0,0,0,.08)}
.stp-btn-primary{
  color:#fff !important;
  border-color:rgba(24,119,214,.22);
  background:linear-gradient(135deg, var(--stp-blue-1), var(--stp-blue-2));
  box-shadow:0 18px 40px rgba(24,119,214,.20);
}
.stp-btn-primary:hover{box-shadow:0 22px 52px rgba(24,119,214,.24)}
.stp-btn-ghost{
  color:var(--stp-ink);
  background:rgba(255,255,255,.72);
  border-color:rgba(10,21,32,.10);
  backdrop-filter:blur(10px);
}

/* Mobile CTA layout: full-width stacked, no tiny buttons */
@media (max-width: 520px){
  .stp-cta{flex-direction:column;align-items:stretch}
  .stp-btn{width:100%;justify-content:center}
}

.stp-card{
  border:1px solid var(--stp-border);
  box-shadow:0 16px 44px rgba(10,21,32,.07);
  background:var(--stp-card);
}
.stp-card:hover{transform:translateY(-2px);transition:transform .12s ease}
.stp-img img{filter:saturate(1.03) contrast(1.01)}
.stp-pill, .stp-intl{
  border:1px solid rgba(255,255,255,.55);
  background:rgba(10,21,32,.38);
  color:#fff;
  backdrop-filter:blur(10px);
}
.stp-body{color:var(--stp-ink)}
.stp-title a{color:var(--stp-ink)}
.stp-title a:hover{color:var(--stp-blue-2)}
.stp-desc{color:var(--stp-muted)}

/* "Zum Beitrag" as elegant light pill, not dark link */
.stp-more a{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 12px;border-radius:999px;
  border:1px solid rgba(24,119,214,.18);
  background:rgba(255,255,255,.82);
  color:var(--stp-blue-2);
  font-weight:800;
}
.stp-more a:hover{background:#fff}

/* Footer CTA box: light glass */
.stp-footer{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  border:1px solid rgba(10,21,32,.08);
  box-shadow:0 18px 52px rgba(11,90,163,.10);
  backdrop-filter:saturate(1.15) blur(10px);
}
.stp-footer h3{color:var(--stp-ink)}
.stp-footer p{color:var(--stp-muted)}

/* Improve spacing on very small phones */
@media (max-width: 380px){
  .stp{padding-left:12px;padding-right:12px}
  .stp-card-featured .stp-img img{height:220px}
}
