:root {
  --sat-green: #9dad32;
  --sat-text: #18181b;
  --sat-muted: #52525b;
  --sat-border: #e4e4e7;
  --sat-bg: #fafafa;
  --sat-accent: #7a8f28;
}

* { box-sizing: border-box; }

html {
  font-size: 106.25%;
  scroll-padding-top: 4.5rem;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  color: var(--sat-text);
  background: #fff;
  line-height: 1.55;
}

a { color: var(--sat-text); }

.wrap {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-header {
  border-bottom: 1px solid var(--sat-border);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
}

.site-header__brand img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.site-header__title {
  font-size: 0.9rem;
  font-weight: 600;
}

.site-header__sub {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--sat-muted);
}

.site-header__cta {
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.45rem 0.9rem;
  border-radius: 0.5rem;
  background: var(--sat-text);
  color: #fff;
}

.site-header__cta:hover { background: #27272a; }

.hero {
  padding: 2.5rem 0 2rem;
}

.hero__eyebrow {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sat-muted);
  margin: 0 0 0.75rem;
}

.hero__title {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 600;
}

.hero__lead {
  font-size: 1.05rem;
  color: var(--sat-muted);
  max-width: 42rem;
  margin: 0 0 1.5rem;
}

.section {
  padding: 2rem 0;
  border-top: 1px solid var(--sat-border);
}

.section__title {
  font-size: 1.45rem;
  margin: 0 0 0.75rem;
  font-weight: 600;
}

.section__text {
  color: var(--sat-muted);
  max-width: 42rem;
  margin: 0 0 1.25rem;
}

.grid-2 {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .grid-2 { grid-template-columns: 1fr 1fr; align-items: start; }
}

.list-check {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-check li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
  color: var(--sat-muted);
}

.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--sat-green);
}

.cta-box {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--sat-bg);
  border: 1px solid var(--sat-border);
}

.cta-box__title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 0.5rem;
}

.btn--primary {
  background: var(--sat-text);
  color: #fff;
}

.btn--secondary {
  border: 1px solid var(--sat-border);
  color: var(--sat-text);
}

.related {
  font-size: 0.88rem;
  color: var(--sat-muted);
}

.related a { color: var(--sat-accent); }

.site-footer {
  border-top: 1px solid var(--sat-border);
  padding: 1.5rem 0 2rem;
  font-size: 0.78rem;
  color: var(--sat-muted);
}

.site-footer a { color: var(--sat-muted); }

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0.75rem;
}

.hub-card {
  display: block;
  padding: 1rem 1.1rem;
  border: 1px solid var(--sat-border);
  border-radius: 0.75rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.hub-card:hover {
  border-color: var(--sat-green);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.hub-card__num {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--sat-green);
  letter-spacing: 0.1em;
}

.hub-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.35rem 0;
}

.hub-card__desc {
  font-size: 0.82rem;
  color: var(--sat-muted);
  margin: 0;
}

.hub-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bild-Platzhalter + Gemini-Banana-Prompt */

.photo-slot { margin: 0 0 1.25rem; }

.photo-slot__frame {
  position: relative;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f4f5 0%, #e4e4e7 50%, #fafafa 100%);
  border: 2px dashed rgba(157, 173, 50, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 10rem;
}

.photo-slot__frame:has(img) {
  border-style: solid;
  border-color: var(--sat-border);
  background: #0a0a0a;
}

.photo-slot__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.photo-slot__frame:has(img) .photo-slot__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
}

.photo-slot__frame--wide { aspect-ratio: 16 / 9; min-height: 0; }
.photo-slot__frame--square { aspect-ratio: 4 / 3; min-height: 0; }
.photo-slot__frame--portrait { aspect-ratio: 3 / 4; min-height: 0; max-width: 22rem; }

.photo-slot__tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sat-accent);
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(157, 173, 50, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.photo-slot__caption {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: var(--sat-muted);
}

.photo-slot__prompt-wrap {
  margin-top: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #f4f4f5;
  border: 1px solid var(--sat-border);
}

.photo-slot__prompt-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sat-accent);
  margin-bottom: 0.35rem;
}

.photo-slot__prompt {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #3f3f46;
}
