﻿:root {
  --zeist-deep: #12243e;
  --zeist-forest: #2156c9;
  --zeist-mint: #eaf2ff;
  --zeist-sky: #dbe8fb;
  --zeist-warm: #ea7a1f;
  --zeist-ink: #12243e;
  --zeist-muted: #4f6380;
  --zeist-line: #d2dff1;
  --zeist-panel: #ffffff;
}

body.local-page {
  font-family: 'Manrope', system-ui, sans-serif;
}

.local-zeist {
  background:
    radial-gradient(980px 460px at 6% -18%, rgba(33, 86, 201, 0.15), transparent 58%),
    radial-gradient(760px 340px at 96% -14%, rgba(234, 122, 31, 0.14), transparent 56%),
    #f7faff;
  padding-bottom: 2.2rem;
}

.local-section {
  width: min(1320px, 100% - 2rem);
  margin: 2rem auto;
}

.zeist-hero {
  width: min(1320px, 100% - 2rem);
  margin: 1.1rem auto 0;
  border-radius: 26px;
  background: linear-gradient(150deg, var(--zeist-deep) 0%, #173f9b 55%, var(--zeist-forest) 100%);
  color: #fff;
  padding: 2.35rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.3rem;
  box-shadow: 0 24px 46px rgba(12, 28, 48, 0.24);
}

.zeist-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.12);
  padding: 0.44rem 0.82rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.zeist-hero-copy h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 1.2rem + 2.8vw, 3.4rem);
  line-height: 1.07;
  margin: 0.95rem 0 0.85rem;
}

.zeist-hero-copy p {
  color: #d9eef2;
  margin: 0;
  max-width: 62ch;
}

.zeist-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.zeist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 800;
  padding: 0.74rem 1rem;
  border: 1px solid transparent;
  transition: transform 0.16s ease;
}

.zeist-btn:hover {
  transform: translateY(-1px);
}

.zeist-btn-primary {
  background: linear-gradient(135deg, var(--zeist-warm), #d86712);
  color: #fff;
}

.zeist-btn-ghost {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}

.zeist-hero-aside img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.26);
}

.zeist-badges {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.zeist-badges div {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.1);
  padding: 0.55rem;
}

.zeist-badges strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
}

.zeist-badges span {
  font-size: 0.78rem;
  color: #d7ecef;
}

.section-head {
  margin-bottom: 1rem;
}

.zeist-head-left {
  text-align: left;
}

.section-head h2 {
  margin: 0 0 0.42rem;
  font-family: 'Outfit', sans-serif;
  color: var(--zeist-ink);
  font-size: clamp(1.55rem, 1.1rem + 1.25vw, 2.25rem);
}

.section-head p {
  margin: 0;
  max-width: 72ch;
  color: var(--zeist-muted);
}

.zeist-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.zeist-service-card {
  border: 1px solid var(--zeist-line);
  background: var(--zeist-panel);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(16, 37, 62, 0.06);
}

.accent-blue {
  background: #f0f6ff;
}

.accent-orange {
  background: #fff3e9;
}

.accent-green {
  background: #edf7ff;
}

.zeist-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--zeist-mint);
  color: var(--zeist-forest);
}

.zeist-service-card h3 {
  margin: 0.62rem 0 0.35rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
}

.zeist-service-card p {
  margin: 0;
  color: #38506e;
  line-height: 1.58;
}

.zeist-check {
  background: #ffffff;
  border: 1px solid var(--zeist-line);
  border-radius: 18px;
  padding: 1rem;
}

.zeist-check-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.zeist-check-list article {
  border: 1px solid var(--zeist-line);
  border-radius: 13px;
  padding: 0.8rem;
  background: #f8fbff;
}

.zeist-check-list span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #1d4ed8;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.zeist-check-list h3 {
  margin: 0.5rem 0 0.3rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
}

.zeist-check-list p {
  margin: 0;
  color: #415976;
  font-size: 0.9rem;
}

.zeist-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.zeist-gallery figure {
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--zeist-line);
  box-shadow: 0 8px 18px rgba(16, 37, 62, 0.06);
}

.zeist-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.zeist-gallery figcaption {
  padding: 0.58rem;
  font-size: 0.88rem;
  color: #3e5876;
  font-weight: 600;
}

.zeist-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0.75rem;
}

.zeist-copy,
.zeist-region {
  background: #fff;
  border: 1px solid var(--zeist-line);
  border-radius: 16px;
  padding: 1rem;
}

.zeist-copy h2,
.zeist-region h3 {
  margin: 0 0 0.5rem;
  font-family: 'Outfit', sans-serif;
}

.zeist-copy p {
  margin: 0 0 0.62rem;
  color: #3d5574;
  line-height: 1.64;
}

.zeist-region ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.zeist-region li {
  border: 1px solid var(--zeist-line);
  border-radius: 10px;
  padding: 0.58rem;
  background: #f4f8ff;
  color: #274666;
  font-size: 0.9rem;
}

.zeist-flow {
  background: #fff;
  border: 1px solid var(--zeist-line);
  border-radius: 16px;
  padding: 1rem;
}

.zeist-flow ol {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
  color: #34506e;
}

.zeist-flow li {
  line-height: 1.6;
}

.zeist-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.zeist-faq-grid details {
  background: #fff;
  border: 1px solid var(--zeist-line);
  border-radius: 12px;
  padding: 0.72rem;
}

.zeist-faq-grid summary {
  cursor: pointer;
  font-weight: 700;
  color: #203f61;
}

.zeist-faq-grid p {
  margin: 0.55rem 0 0;
  color: #42607f;
  line-height: 1.58;
}

.zeist-cta {
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #112540 0%, #173f9b 60%, #1d4ed8 100%);
  color: #fff;
  padding: 1.75rem 1rem;
}

.zeist-cta h2 {
  margin: 0 0 0.45rem;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 1.1rem + 1.2vw, 2.2rem);
}

.zeist-cta p {
  margin: 0 auto 1rem;
  max-width: 66ch;
  color: #d5ecef;
}

.zeist-center-actions {
  justify-content: center;
}

@media (max-width: 1240px) {
  .zeist-service-grid,
  .zeist-check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1060px) {
  .zeist-hero,
  .zeist-gallery,
  .zeist-split,
  .zeist-faq-grid {
    grid-template-columns: 1fr;
  }

  .zeist-badges {
    grid-template-columns: 1fr;
  }
}
