/* === from: dokumentation.json === */
/* ── Dokumentation 77 v2 – Premium Manuals Page ── */

.dk77-hero {
  padding-bottom: 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(237,243,249,0.6) 0%, rgba(245,248,252,0) 100%);
}
.dk77-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(13,78,136,0.12);
  background: rgba(13,78,136,0.06);
  color: var(--brand-main-darker, #083A66);
  border-radius: var(--radius-full, 999px);
  font-size: var(--type-xs); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 28px;
}
.dk77-hero h1 {
  color: var(--text-primary, #122033);
  margin: 0 0 28px;
}
.dk77-hero-intro {
  max-width: 600px; margin: 0 auto;
  text-align: center;
}
.dk77-hero-intro p {
  font-size: var(--type-md); color: var(--text-secondary, #42566E);
  line-height: var(--lh-relaxed); margin: 0 0 20px;
}
.dk77-hero-intro p:last-child { margin-bottom: 0; }
.dk77-hero-intro a {
  color: var(--brand-main-color, #0D4E88);
  font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(13,78,136,0.25);
  transition: border-color 150ms ease, color 150ms ease;
}
.dk77-hero-intro a:hover {
  border-bottom-color: var(--brand-main-color, #0D4E88);
  color: var(--brand-main-darker, #083A66);
}
.dk77-hint-block {
  margin-top: 24px;
  padding: 16px 24px;
  background: rgba(13,78,136,0.04);
  border: 1px solid rgba(13,78,136,0.08);
  border-radius: var(--radius-md, 12px);
  display: inline-block;
  text-align: left;
  max-width: 560px;
}
.dk77-hint-block p {
  font-size: var(--type-sm);
  color: var(--text-muted, #6A7C93);
  line-height: var(--lh-normal);
  margin: 0;
}
.dk77-hint-block strong {
  color: var(--text-secondary, #42566E);
  font-weight: 700;
  font-size: var(--type-sm);
  letter-spacing: 0.03em;
}
.dk77-hint-block a {
  font-size: var(--type-sm);
  border-bottom-color: rgba(13,78,136,0.2);
}

@media (max-width: 575.98px) {
  .dk77-hero { padding-bottom: 16px; }
  .dk77-hero h1 { margin-bottom: 22px; }
  .dk77-hero-intro p { font-size: var(--type-base); }
  .dk77-hero-intro { text-align: left; }
  .dk77-hint-block { padding: 14px 16px; }
}

/* Cards Grid */
.dk77-grid-section {
  padding: var(--space-system-48, 48px) 0 var(--space-system-96, 96px);
}
.dk77-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .dk77-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 575.98px) {
  .dk77-grid { grid-template-columns: 1fr; gap: 16px; }
  .dk77-grid-section { padding: var(--space-system-36, 36px) 0 var(--space-system-48, 48px); }
}

/* Manual Card */
.dk77-card {
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-subtle, #DCE4EC);
  border-radius: var(--radius-xl, 22px);
  box-shadow: var(--shadow-soft, 0 16px 40px rgba(10,36,67,0.08));
  padding: 36px 30px 30px;
  display: flex; flex-direction: column;
  transition: transform 260ms ease, box-shadow 260ms ease;
}
.dk77-card:hover {
  box-shadow: var(--shadow-strong, 0 24px 60px rgba(9,34,63,0.16));
  transform: translateY(-2px);
}

/* Icon container – fixed size, centered content */
.dk77-card-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md, 12px);
  background: rgba(13,78,136,0.07);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; flex-shrink: 0;
}
.dk77-card-icon .iconfa {
  width: 26px; height: 26px; display: block;
  color: var(--brand-main-color, #0D4E88);
  --fa-primary-color: var(--brand-main-color, #0D4E88);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--brand-high-color, #FA6923);
  --fa-secondary-opacity: 0.85;
}

.dk77-card h4 {
  font-size: var(--type-md); font-weight: 800;
  color: var(--text-primary, #122033);
  letter-spacing: -0.02em; line-height: var(--lh-normal);
  margin: 0 0 10px;
  min-height: 1.25em; /* stabilize across cards */
}
.dk77-card-desc {
  font-size: var(--type-sm); color: var(--text-secondary, #42566E);
  line-height: var(--lh-relaxed); margin: 0;
  flex-grow: 1;
  min-height: 2.8em; /* ensure consistent text block height */
}
.dk77-card-btn {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(196,208,220,0.3);
}
.dk77-card-btn .btn { width: 100%; }

/* Service Callout */
.dk77-service-section {
  padding: 0 0 var(--space-system-120, 120px);
}
.dk77-service {
  max-width: 700px; margin: 0 auto;
  padding: 30px 36px;
  background: linear-gradient(180deg, rgba(237,243,249,0.7), rgba(245,248,252,0.5));
  border: 1px solid rgba(13,78,136,0.08);
  border-radius: var(--radius-xl, 22px);
  display: flex; align-items: flex-start; gap: 18px;
}
.dk77-service-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-md, 12px);
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-subtle, #DCE4EC);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(10,36,67,0.05);
}
.dk77-service-icon svg {
  width: 20px; height: 20px;
  stroke: var(--brand-main-color, #0D4E88); fill: none; stroke-width: 2;
}
.dk77-service-text {
  font-size: var(--type-sm); color: var(--text-secondary, #42566E); line-height: var(--lh-relaxed);
}
.dk77-service-text a {
  color: var(--brand-main-color, #0D4E88); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(13,78,136,0.25);
  transition: border-color 150ms ease;
}
.dk77-service-text a:hover {
  border-bottom-color: var(--brand-main-color, #0D4E88);
}

@media (max-width: 575.98px) {
  .dk77-service { padding: 22px 18px; gap: 14px; border-radius: var(--radius-lg, 16px); flex-direction: column; }
  .dk77-service-section { padding-bottom: var(--space-system-72, 72px); }
  .dk77-service-icon { width: 38px; height: 38px; }
}

/* === from: onlinehilfen.json (additional rules) === */
/* ── Dokumentation 77 v2 – Premium Manuals Page ── */

.dk77-hero {
  padding-bottom: 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(237,243,249,0.6) 0%, rgba(245,248,252,0) 100%);
}
.dk77-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(13,78,136,0.12);
  background: rgba(13,78,136,0.06);
  color: var(--brand-main-darker, #083A66);
  border-radius: var(--radius-full, 999px);
  font-size: var(--type-xs); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 28px;
}
.dk77-hero h1 {
  color: var(--text-primary, #122033);
  margin: 0 0 28px;
}
.dk77-hero-intro {
  max-width: 600px; margin: 0 auto;
  text-align: center;
}
.dk77-hero-intro p {
  font-size: var(--type-md); color: var(--text-secondary, #42566E);
  line-height: var(--lh-relaxed); margin: 0 0 20px;
}
.dk77-hero-intro p:last-child { margin-bottom: 0; }
.dk77-hero-intro a {
  color: var(--brand-main-color, #0D4E88);
  font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(13,78,136,0.25);
  transition: border-color 150ms ease, color 150ms ease;
}
.dk77-hero-intro a:hover {
  border-bottom-color: var(--brand-main-color, #0D4E88);
  color: var(--brand-main-darker, #083A66);
}
.dk77-hint-block {
  margin-top: 24px;
  padding: 16px 24px;
  background: rgba(13,78,136,0.04);
  border: 1px solid rgba(13,78,136,0.08);
  border-radius: var(--radius-md, 12px);
  display: inline-block;
  text-align: left;
  max-width: 560px;
}
.dk77-hint-block p {
  font-size: var(--type-sm);
  color: var(--text-muted, #6A7C93);
  line-height: var(--lh-normal);
  margin: 0;
}
.dk77-hint-block strong {
  color: var(--text-secondary, #42566E);
  font-weight: 700;
  font-size: var(--type-sm);
  letter-spacing: 0.03em;
}
.dk77-hint-block a {
  font-size: var(--type-sm);
  border-bottom-color: rgba(13,78,136,0.2);
}

@media (max-width: 575.98px) {
  .dk77-hero { padding-bottom: 16px; }
  .dk77-hero h1 { margin-bottom: 22px; }
  .dk77-hero-intro p { font-size: var(--type-base); }
  .dk77-hero-intro { text-align: left; }
  .dk77-hint-block { padding: 14px 16px; }
}

/* Cards Grid */
.dk77-grid-section {
  padding: var(--space-system-48, 48px) 0 var(--space-system-96, 96px);
}
.dk77-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .dk77-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 575.98px) {
  .dk77-grid { grid-template-columns: 1fr; gap: 16px; }
  .dk77-grid-section { padding: var(--space-system-36, 36px) 0 var(--space-system-48, 48px); }
}
.dk77-grid--2col {
  max-width: 820px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .dk77-grid--2col { grid-template-columns: 1fr; }
}

/* Manual Card */
.dk77-card {
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-subtle, #DCE4EC);
  border-radius: var(--radius-xl, 22px);
  box-shadow: var(--shadow-soft, 0 16px 40px rgba(10,36,67,0.08));
  padding: 36px 30px 30px;
  display: flex; flex-direction: column;
  transition: transform 260ms ease, box-shadow 260ms ease;
}
.dk77-card:hover {
  box-shadow: var(--shadow-strong, 0 24px 60px rgba(9,34,63,0.16));
  transform: translateY(-2px);
}

/* Icon container – fixed size, centered content */
.dk77-card-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md, 12px);
  background: rgba(13,78,136,0.07);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; flex-shrink: 0;
}
.dk77-card-icon .iconfa {
  width: 26px; height: 26px; display: block;
  color: var(--brand-main-color, #0D4E88);
  --fa-primary-color: var(--brand-main-color, #0D4E88);
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--brand-high-color, #FA6923);
  --fa-secondary-opacity: 0.85;
}

.dk77-card h4 {
  font-size: var(--type-md); font-weight: 800;
  color: var(--text-primary, #122033);
  letter-spacing: -0.02em; line-height: var(--lh-normal);
  margin: 0 0 10px;
  min-height: 1.25em; /* stabilize across cards */
}
.dk77-card-desc {
  font-size: var(--type-sm); color: var(--text-secondary, #42566E);
  line-height: var(--lh-relaxed); margin: 0;
  flex-grow: 1;
  min-height: 2.8em; /* ensure consistent text block height */
}
.dk77-card-btn {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(196,208,220,0.3);
}
.dk77-card-btn .btn { width: 100%; }

/* Service Callout */
.dk77-service-section {
  padding: 0 0 var(--space-system-120, 120px);
}
.dk77-service {
  max-width: 700px; margin: 0 auto;
  padding: 30px 36px;
  background: linear-gradient(180deg, rgba(237,243,249,0.7), rgba(245,248,252,0.5));
  border: 1px solid rgba(13,78,136,0.08);
  border-radius: var(--radius-xl, 22px);
  display: flex; align-items: flex-start; gap: 18px;
}
.dk77-service-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-md, 12px);
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-subtle, #DCE4EC);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(10,36,67,0.05);
}
.dk77-service-icon svg {
  width: 20px; height: 20px;
  stroke: var(--brand-main-color, #0D4E88); fill: none; stroke-width: 2;
}
.dk77-service-text {
  font-size: var(--type-sm); color: var(--text-secondary, #42566E); line-height: var(--lh-relaxed);
}
.dk77-service-text a {
  color: var(--brand-main-color, #0D4E88); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(13,78,136,0.25);
  transition: border-color 150ms ease;
}
.dk77-service-text a:hover {
  border-bottom-color: var(--brand-main-color, #0D4E88);
}

@media (max-width: 575.98px) {
  .dk77-service { padding: 22px 18px; gap: 14px; border-radius: var(--radius-lg, 16px); flex-direction: column; }
  .dk77-service-section { padding-bottom: var(--space-system-72, 72px); }
  .dk77-service-icon { width: 38px; height: 38px; }
}