/* =====================================================================
   CBG — Website im VOIS Corporate Design
   Farbwelt: VOIS-Navy #004987, Akzentblau #2A6FF0, Weiß / Hellgrau
   ===================================================================== */

:root {
  --navy:       #004987;
  --navy-dark:  #00345f;
  --navy-deep:  #002744;
  --blue:       #2A6FF0;
  --blue-soft:  #e8f0ff;
  --cyan:       #00a9e0;
  --orange:     #e2620e;
  --orange-soft:#fff3ea;
  --ink:        #16202e;
  --muted:      #54647a;
  --bg:         #ffffff;
  --bg-soft:    #f4f7fb;
  --bg-softer:  #eef3f9;
  --line:       #e0e8f1;
  --line-soft:  #edf2f8;
  --white:      #ffffff;

  --radius:     14px;
  --radius-sm:  9px;
  --shadow-sm:  0 1px 2px rgba(16,32,48,.06), 0 2px 8px rgba(16,32,48,.05);
  --shadow-md:  0 6px 24px rgba(0,73,135,.10);
  --shadow-lg:  0 18px 48px rgba(0,55,95,.18);

  --maxw:       1180px;
  --font:       "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- Reset / Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
/* Sprungziele (z. B. #datenschutz, #kontakt) nicht unter den sticky Header scrollen */
:target { scroll-margin-top: 90px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* Schutz gegen horizontales Scrollen (clip statt hidden, damit sticky-Header funktioniert) */
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--blue); }
h1, h2, h3, h4 { line-height: 1.18; color: var(--navy-deep); font-weight: 800; letter-spacing: -.01em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.2rem; color: var(--muted); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #dfeaf6;
}
.section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.measure { max-width: 720px; margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.section--navy .eyebrow { color: var(--cyan); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(42,111,240,.30); }
.btn--primary:hover { background: #1a5be0; color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--blue-soft); color: var(--navy); }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.brand__mark { width: 38px; height: 38px; flex: 0 0 auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-size: 1.18rem; color: var(--navy-deep); letter-spacing: -.02em; }
.brand__sub { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }

.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  display: block;
  padding: 9px 15px;
  border-radius: 8px;
  font-weight: 600;
  font-size: .98rem;
  color: var(--ink);
}
.nav__links a:hover { background: var(--bg-soft); color: var(--navy); }
.nav__links a.is-active { color: var(--blue); }
.nav__cta { margin-left: 10px; }

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav__toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy-deep); border-radius: 2px; transition: .25s; }
.nav__toggle span + span { margin-top: 5px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(42,111,240,.14), transparent 60%),
    linear-gradient(180deg, #fbfcff 0%, #eef3fb 100%);
  padding: 64px 0 96px;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: center;
}
.hero h1 { margin-bottom: 18px; }
.hero h1 .accent {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.verbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}
.hero__partner {
  margin-top: 22px;
  font-size: .96rem;
  color: var(--muted);
}
.hero__partner strong { color: var(--navy); font-weight: 700; }
.hero__partner a { font-weight: 700; }

/* VOIS-Modulkarten (Plattform-Sektion) */
.vois-modules { display: grid; gap: 14px; align-content: center; }
.vois-mod {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  padding: 16px 20px;
  transition: background .15s ease, transform .15s ease;
}
.vois-mod:hover { background: rgba(255,255,255,.12); transform: translateX(4px); }
.vois-mod__brand { font-weight: 800; letter-spacing: .05em; color: #8ed1fc; font-size: .98rem; }
.vois-mod__name { color: #dfeaf6; font-size: .95rem; }

.verbs span {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

/* Isometric "Baukasten"-Würfel (VOIS-Leitmotiv) */
.cube-stage { display: flex; justify-content: center; align-items: center; min-height: 320px; }
.cube {
  width: 220px;
  height: 220px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-26deg) rotateY(-38deg);
  animation: cube-float 7s ease-in-out infinite;
}
@keyframes cube-float {
  0%,100% { transform: rotateX(-26deg) rotateY(-38deg) translateY(0); }
  50%     { transform: rotateX(-26deg) rotateY(-38deg) translateY(-16px); }
}
.cube__face {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid #d2dcea;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Original-Logos (navy auf transparent) auf weißem Würfel; dezente Flächen-Schattierung für die 3D-Form */
.cube__logo { width: 100%; height: 100%; object-fit: contain; }
.face--top   { background: #ffffff; transform: rotateX(90deg) translateZ(110px); }
.face--right { background: #ffffff; transform: rotateY(90deg) translateZ(110px); }
.face--front { background: #ffffff; transform: translateZ(110px); }
@media (prefers-reduced-motion: reduce) { .cube { animation: none; } }

/* VOIS-Produktlogos auf den Würfelseiten */
.face-logo { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #fff; }
.face-logo__icon { width: 50px; height: 50px; opacity: .95; }
.cube__face .face-logo__icon { width: 50px; height: 50px; } /* überschreibt generische .cube__face svg */
.face-logo__word { display: flex; align-items: center; gap: 9px; line-height: 1; }
.face-logo__word span { font-size: 1rem; font-weight: 700; letter-spacing: .22em; opacity: .92; }
.face-logo__word i { width: 2px; height: 24px; background: #fff; opacity: .65; border-radius: 2px; }
.face-logo__word strong { font-size: 1.7rem; font-weight: 800; letter-spacing: .01em; }

/* ---------- Cards / Grids ---------- */
.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #cfe0f5; }
.card__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--blue-soft);
  margin-bottom: 18px;
}
.card__icon svg { width: 26px; height: 26px; stroke: var(--navy); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* VOIS-Produktkarte mit Wortmarken-Badge */
.vcard__brand {
  display: inline-block;
  font-weight: 800;
  letter-spacing: .05em;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  padding: 7px 13px;
  border-radius: 9px;
  font-size: .86rem;
  margin-bottom: 16px;
}

/* Verfahren-Kacheln */
.tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tile__tag { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }
.tile h3 { margin: 0; font-size: 1.1rem; }
.tile p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat__num { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -.02em; }
.stat__label { font-size: .92rem; color: #bcd2e8; }

/* ---------- Split / Feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.checklist { list-style: none; margin: 18px 0 0; padding: 0; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: var(--ink); }
.checklist svg { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; }

.panel {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #dfeaf6;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}
.panel h3 { color: #fff; }
.panel .big { font-size: 3.4rem; font-weight: 800; color: #fff; line-height: 1; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy-deep), var(--navy));
  border-radius: 20px;
  padding: 56px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: auto -60px -120px auto;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(42,111,240,.5), transparent 70%);
}
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #c9dcef; position: relative; margin-bottom: 26px; }
.cta-band .btn { position: relative; }

/* ---------- Page hero (Unterseiten) ---------- */
.pagehead {
  background:
    radial-gradient(700px 380px at 90% -40%, rgba(42,111,240,.16), transparent 60%),
    linear-gradient(180deg,#fbfcff,#eef3fb);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb { font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--blue); }

/* ---------- Prose / content ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; color: var(--navy); }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5em; }

/* Timeline (Unternehmen) */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content:""; position:absolute; left: 11px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.timeline li { position: relative; padding: 0 0 26px 44px; }
.timeline li::before {
  content:""; position:absolute; left: 4px; top: 4px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--blue); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--blue);
}
.timeline .year { font-weight: 800; color: var(--navy); }

/* Definition rows (Impressum/Kontakt) */
.info-rows { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.info-rows div { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 16px 22px; border-bottom: 1px solid var(--line-soft); }
.info-rows div:last-child { border-bottom: 0; }
.info-rows dt { font-weight: 700; color: var(--navy); }
.info-rows dd { margin: 0; color: var(--ink); }

/* Support cards */
.contact-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 26px; }

/* Notice / cookie */
.notice {
  background: var(--blue-soft);
  border: 1px solid #cfe0f5;
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  color: var(--navy-dark);
  font-size: .95rem;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #b9cde2; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer a { color: #b9cde2; }
.site-footer a:hover { color: #fff; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 10px; font-size: .95rem; }
.footer-brand .brand__name { color: #fff; }
.footer-brand p { color: #95b1cf; font-size: .95rem; max-width: 300px; }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: .88rem; color: #87a4c4;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1; transform:none; } }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; }
  .cube-stage { min-height: 260px; margin-top: 32px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .grid--3 { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  .nav__toggle { display: block; }
  .nav__links {
    position: absolute; top: 74px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 12px 16px; box-shadow: var(--shadow-md);
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 12px 14px; border-radius: 8px; }
  .nav__cta { margin: 8px 0 0; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .info-rows div { grid-template-columns: 1fr; gap: 4px; }
  .cta-band { padding: 36px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ===================================================================
   VOIS-Erweiterungen: echte Logos, Produkt-Status, Downloads, Partner
   =================================================================== */

/* Echte VOIS-Logos auf den Würfelseiten */

/* Produkt-Status-Badges */
.badge-active {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange-soft); color: var(--orange);
  border: 1px solid #ffd9bf;
  font-weight: 700; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
}
.badge-active::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.badge-soft {
  display: inline-block; background: var(--bg-softer); color: var(--muted);
  border: 1px solid var(--line);
  font-weight: 700; font-size: .76rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
}
.badge-dev {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange-soft); color: var(--orange);
  border: 1px solid #ffd9bf;
  font-weight: 700; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
}
.badge-dev::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

/* Produktkopf mit echtem Logo */
.product { display: flex; flex-direction: column; }
.product-head { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; flex-wrap: wrap; }
.product-logo { width: 66px; height: 66px; border-radius: 15px; flex: 0 0 auto; box-shadow: var(--shadow-sm); }
/* navy Logo (transparent) auf dunklen Sektionen auf weiße Kachel legen */
.section--navy .product-logo { background: #fff; background-clip: content-box; padding: 3px; }
.product-head h2, .product-head h3 { margin: 0; }
.product-meta { display: flex; flex-direction: column; gap: 6px; }

/* Tag-Liste (Module/Bestandteile) */
.taglist { display: flex; flex-wrap: wrap; gap: 9px; margin: 6px 0 0; padding: 0; list-style: none; }
.taglist li {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px;
  padding: 8px 13px; font-size: .9rem; font-weight: 600; color: var(--navy);
}
.section--navy .taglist li { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); color: #eaf2fb; }

/* Download-Link (PDF) */
.doc-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.doc-link svg { width: 20px; height: 20px; flex: 0 0 auto; }

/* Roadmap als nummerierte Schritte */
.roadmap { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; gap: 18px; }
.roadmap li { position: relative; padding-left: 62px; }
.roadmap li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem;
}
.roadmap h4 { margin: 4px 0 4px; color: var(--navy); font-size: 1.05rem; }
.roadmap p { margin: 0; color: var(--muted); font-size: .96rem; }

/* Partner-Karten */
.partner-card { display: flex; flex-direction: column; gap: 6px; }
.partner-card .partner-head { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; }
.partner-logo {
  width: 66px; height: 66px; border-radius: 14px; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--line); padding: 10px;
}
.partner-logo img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.partner-featured { border-color: #cfe0f5; box-shadow: var(--shadow-md); }
.partner-featured .partner-logo { width: 88px; height: 88px; }

/* Helle Checklisten-Schrift auf dunklen Panels / Navy-Sektionen */
.panel .checklist li,
.section--navy .checklist li { color: #fff; }

/* Kontaktdaten (Support): schmalere Label-Spalte, damit der Unternehmensname nicht umbricht */
@media (min-width: 561px) {
  #kontakt .info-rows div { grid-template-columns: 120px 1fr; }
}

/* ===================================================================
   Responsive-Feinschliff — Desktop / Tablet / Handy
   (ergänzt die Breakpoints bei 940px und 560px weiter oben)
   =================================================================== */

/* Kleinerer Desktop & Tablet quer */
@media (max-width: 1024px) {
  .wrap { padding: 0 22px; }
  .hero__grid { gap: 40px; }
}

/* Tablet (Hochformat) */
@media (max-width: 768px) {
  .hero { padding: 64px 0 72px; }
  .lead { font-size: 1.12rem; }
  .product-logo { width: 58px; height: 58px; }
  .partner-featured .partner-logo { width: 74px; height: 74px; }
  .panel { padding: 34px 30px; }
}

/* Handy */
@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .panel { padding: 28px 22px; }
  .panel .big { font-size: 2.8rem; }
  .product-head { gap: 14px; }
  .roadmap li { padding-left: 52px; }
  .roadmap li::before { width: 38px; height: 38px; border-radius: 11px; font-size: 1rem; }
  .verbs span { font-size: .76rem; padding: 7px 11px; }
  .btn--lg { padding: 14px 24px; font-size: 1rem; }
  .breadcrumb { font-size: .85rem; }
}

/* Sehr schmale Geräte */
@media (max-width: 360px) {
  .stats { grid-template-columns: 1fr; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { flex: 1 1 auto; justify-content: center; }
}
.partner-card h3 { margin: 0; font-size: 1.15rem; }
.partner-role { font-size: .82rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--blue); }
.partner-card p { color: var(--muted); margin: 8px 0 0; font-size: .96rem; }
.partner-card .partner-foot { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.partner-place { font-size: .85rem; color: var(--muted); }
