/**
 * HUB34 Logo & IT-Recht Trust
 */

/* ─── Logo: nur Original-PNG (assets/images/logos/hub34_logo.png) ─── */
.h34-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.h34-header .h34-logo,
.h34-footer-brand .h34-logo,
.h34-mobile-panel .h34-logo {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.h34-logo .logo,
img.logo {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  max-width: none !important;
}

@media (min-width: 992px) {
  .h34-logo .logo,
  img.logo {
    height: 48px;
  }
}

.h34-footer-brand .h34-logo .logo {
  height: 40px;
}

@media (min-width: 768px) {
  .h34-footer-brand .h34-logo .logo {
    height: 44px;
  }
}

.hub-site .h34-header .h34-logo img,
.hub-site .h34-footer-brand .h34-logo img,
.hub-site .h34-mobile-panel .h34-logo img {
  transform: none !important;
}

.h34-footer-brand .h34-logo {
  margin-bottom: 0.75rem;
}

/* ─── Trust-Bar (unter Hero) ─── */
.h34-trust-bar {
  padding: 1rem 0 1.35rem;
  border-bottom: 1px solid var(--h34-border);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
}

.h34-trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.h34-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.h34-trust-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--h34-text-secondary);
}

.h34-trust-points li i {
  color: var(--h34-accent);
  font-size: 0.65rem;
}

.h34-trust-bar__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.h34-trust-bar__legal-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--h34-text-tertiary);
  white-space: nowrap;
}

.h34-trust-bar__rosettes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.h34-trust-rosette-link {
  display: inline-flex;
  line-height: 0;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.h34-trust-rosette-link:hover {
  opacity: 1;
}

.h34-legal-rosette {
  display: block;
  height: 28px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%) contrast(1.08);
  opacity: 0.9;
}

.h34-legal-rosette--bar {
  height: 26px;
}

.h34-legal-rosette--footer {
  height: 34px;
  max-width: 200px;
}

.h34-legal-rosette--compact {
  height: 22px;
  max-width: 140px;
}

.h34-trust-mini-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--h34-text-secondary);
  background: var(--h34-bg-elevated);
  border: 1px solid var(--h34-border);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

a.h34-trust-mini-badge:hover {
  border-color: rgba(255, 107, 0, 0.35);
  color: var(--h34-text);
}

.h34-trust-mini-badge--muted {
  color: var(--h34-text-tertiary);
  cursor: default;
}

/* ─── Footer Trust ─── */
.h34-footer-trust {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--h34-border);
}

.h34-footer-trust__main {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .h34-footer-trust__main {
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
  }
}

.h34-footer-trust__text h4 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--h34-text);
  margin: 0 0 0.5rem;
}

.h34-footer-trust__text p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--h34-text-secondary);
  max-width: 42rem;
}

.h34-footer-trust__text a {
  color: var(--h34-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.h34-footer-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}

.h34-footer-trust__links a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--h34-accent);
  text-decoration: none;
}

.h34-footer-trust__links a:hover {
  text-decoration: underline;
}

.h34-footer-trust__badges {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .h34-footer-trust__badges {
    align-items: flex-end;
  }
}

.h34-footer-rosette-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 1rem;
  background: var(--h34-bg-elevated);
  border: 1px solid var(--h34-border);
  border-radius: var(--h34-radius);
  text-decoration: none;
  transition: box-shadow 0.25s var(--h34-ease), border-color 0.25s;
}

.h34-footer-rosette-card:hover {
  border-color: var(--h34-border-strong);
  box-shadow: var(--h34-shadow-sm);
}

.h34-footer-rosette-card span {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--h34-text-tertiary);
}

.h34-footer-badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .h34-footer-badge-grid {
    justify-content: flex-end;
  }
}

.h34-footer-legal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--h34-text-secondary);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--h34-border);
  border-radius: 8px;
}

.h34-footer-legal-pill i {
  color: var(--h34-accent);
  font-size: 0.7rem;
}

/* ─── Bewerbung / Calendly ─── */
.h34-trust-compact {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: #f5f5f7;
  border: 1px solid var(--h34-border);
  border-radius: 14px;
}

.rc-trust-logo {
  display: inline-flex;
  margin-bottom: 0.75rem;
}

.h34-trust-compact__row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.h34-trust-compact__rosette {
  flex-shrink: 0;
  line-height: 0;
  padding-top: 0.15rem;
}

.h34-trust-compact__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--h34-text-secondary);
}

.h34-trust-compact__text strong {
  display: block;
  font-size: 0.88rem;
  color: var(--h34-text);
  margin-bottom: 0.2rem;
}

.h34-trust-compact__text span {
  font-size: 0.78rem;
  color: var(--h34-text-tertiary);
}

.rc-profile-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
