/* SZP - WERTUNG design tokens
   Palette: #2ECC71 green, #1A1A1A charcoal, #FFFFFF white, #3498DB blue
   Typography: Montserrat headings, Inter body
*/

:root {
  --szp-green: #2ecc71;
  --szp-green-bright: #54e98a;
  --szp-charcoal: #1a1a1a;
  --szp-charcoal-soft: #242424;
  --szp-panel: #111315;
  --szp-white: #ffffff;
  --szp-blue: #3498db;
  --szp-muted: rgba(255, 255, 255, 0.72);
  --szp-border: rgba(46, 204, 113, 0.2);
  --szp-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.szp-body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--szp-white);
  background:
    radial-gradient(circle at top right, rgba(52, 152, 219, 0.18), transparent 24%),
    radial-gradient(circle at top left, rgba(46, 204, 113, 0.18), transparent 26%),
    linear-gradient(180deg, #0e1012 0%, #121416 42%, #0c0f10 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.szp-brand__mark {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

a {
  color: var(--szp-green-bright);
  text-decoration: none;
}

a:hover {
  color: #9df8bf;
}

.szp-main {
  min-height: 50vh;
}

.szp-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.szp-navbar {
  background: rgba(15, 17, 19, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.szp-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}

.szp-brand__mark {
  color: var(--szp-green-bright);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.szp-brand__sub,
.szp-kicker,
.szp-section__hint {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.szp-brand__sub,
.szp-section__hint {
  color: var(--szp-muted);
}

.szp-kicker {
  color: var(--szp-green-bright);
}

.szp-nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.szp-nav-link:hover,
.szp-nav-link:focus {
  color: var(--szp-green-bright);
}

.szp-toggler {
  border-color: rgba(255, 255, 255, 0.14);
}

.szp-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.szp-account-dot {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.szp-hero {
  position: relative;
  overflow: hidden;
}

.szp-hero__media,
.szp-hero__overlay {
  position: absolute;
  inset: 0;
}

.szp-hero__media {
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}

.szp-hero__overlay {
  background:
    linear-gradient(90deg, rgba(12, 15, 16, 0.94) 0%, rgba(12, 15, 16, 0.74) 44%, rgba(12, 15, 16, 0.2) 100%),
    linear-gradient(180deg, rgba(12, 15, 16, 0.12) 0%, rgba(12, 15, 16, 0.75) 100%);
}

.szp-hero__logo {
  max-width: 12rem;
  margin-bottom: 1rem;
}

.szp-hero__title {
  max-width: 58rem;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.szp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.4rem;
  border-radius: 0.7rem;
  border: 1px solid var(--szp-green);
  background: linear-gradient(135deg, var(--szp-green-bright), var(--szp-green));
  color: #08210f;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.szp-btn:hover {
  background: linear-gradient(135deg, #70f3a0, var(--szp-green-bright));
  color: #08210f;
}

.szp-btn--ghost,
.szp-btn--light {
  background: transparent;
  color: var(--szp-white);
  border-color: rgba(255, 255, 255, 0.18);
}

.szp-btn--ghost:hover,
.szp-btn--light:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--szp-white);
}

.szp-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.szp-section--dark {
  background: rgba(9, 11, 13, 0.78);
}

.szp-section--soft {
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.15), rgba(52, 152, 219, 0.08));
}

.szp-section--archive,
.szp-section--article {
  background: rgba(15, 17, 19, 0.55);
}

.szp-copy {
  color: var(--szp-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.szp-mini-card,
.szp-progress-card,
.szp-partner-card,
.szp-article-card,
.szp-category-card,
.szp-sidebar,
.szp-contact-shell,
.szp-event-card,
.szp-listing-card {
  border: 1px solid var(--szp-border);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.92), rgba(18, 20, 22, 0.96));
  box-shadow: var(--szp-shadow);
}

.szp-mini-card,
.szp-partner-card,
.szp-contact-shell {
  padding: 1rem;
}

.szp-mini-card strong,
.szp-partner-card strong {
  display: block;
  margin-bottom: 0.45rem;
}

.szp-progress-card {
  height: 100%;
  padding: 1rem;
  text-align: center;
}

.szp-progress-ring {
  --pct: 50;
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #16191b 58%, transparent 59%),
    conic-gradient(var(--szp-green) calc(var(--pct) * 1%), rgba(255, 255, 255, 0.08) 0);
  display: grid;
  place-items: center;
}

.szp-progress-ring span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: var(--szp-white);
}

.szp-progress-card h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.szp-progress-card p,
.szp-partner-card p,
.szp-footer__copy,
.szp-article-lead,
.szp-block p,
.szp-archive-stream p,
.szp-list li,
.szp-table-shell td,
.szp-table-shell th,
.szp-figure figcaption,
.szp-gallery-card figcaption {
  color: var(--szp-muted);
}

.szp-event-card {
  height: 100%;
  overflow: hidden;
}

.szp-event-card__media {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.szp-event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.szp-event-card:hover .szp-event-card__media img {
  transform: scale(1.06);
}

.szp-event-card .card-body,
.szp-listing-card .card-body {
  padding: 1rem;
}

.szp-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
}

.szp-archive-stream {
  display: grid;
  gap: 1rem;
}

.szp-figure,
.szp-gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.szp-figure img,
.szp-gallery-card img,
.szp-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.szp-main-image {
  max-width: 20rem;
  margin: 0 0 1rem 1rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--szp-border);
}

.szp-rich-copy {
  display: grid;
  gap: 1rem;
}

.szp-list {
  padding-left: 1.2rem;
}

.szp-separator {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 1.2rem 0;
}

.szp-blockquote {
  margin: 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--szp-green);
  background: rgba(46, 204, 113, 0.08);
}

.szp-code {
  margin: 0;
  padding: 1rem;
  border-radius: 0.85rem;
  background: #0b0d0f;
  color: #c9f8da;
}

.szp-table-shell {
  border-radius: 0.9rem;
  overflow: hidden;
}

.szp-table-shell table {
  margin-bottom: 0;
}

.szp-content-toc {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--szp-border);
  background: rgba(255, 255, 255, 0.03);
}

.szp-content-toc ul {
  margin: 0;
  padding-left: 1rem;
}

.szp-content-toc__level--3 { padding-left: 0.75rem; }
.szp-content-toc__level--4 { padding-left: 1.25rem; }

.szp-breadcrumbs {
  padding: 1rem 0 0;
}

.szp-breadcrumbs .breadcrumb-item,
.szp-breadcrumbs a {
  color: var(--szp-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.szp-breadcrumbs .active {
  color: var(--szp-green-bright);
}

.szp-footer {
  padding: 2.5rem 0 1.5rem;
  background: #0b0d0e;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.szp-footer__title {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.szp-footer__links {
  display: grid;
  gap: 0.5rem;
}

.szp-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--szp-muted);
  font-size: 0.82rem;
}

.szp-input {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--szp-white);
}

.szp-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991.98px) {
  .szp-hero__title {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .szp-main-image {
    float: none !important;
    margin: 0 0 1rem;
    max-width: 100%;
  }
}

@media print {
  body.szp-body {
    background: #fff;
    color: #000;
  }

  .szp-header,
  .szp-footer {
    display: none !important;
  }

  .szp-article-card,
  .szp-category-card,
  .szp-event-card {
    box-shadow: none;
    background: #fff;
    color: #000;
  }
}
