/* v16: two clear routes in the legal teaser and five native FAQ disclosures. */

/* Only the two visible links navigate. The surrounding card is a plain group;
   no stretched link covers its title, description or empty space. */
.hero .legal-teaser__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  min-width: 0;
}
.hero .legal-teaser__links > .legal-teaser__action { position: static; flex: 1 1 auto; }
.hero .legal-teaser__action,
.hero .legal-teaser__faq-link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(230, 135, 35, .15);
}
.hero .legal-teaser__faq-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 8px 4px;
  border-radius: 10px;
  color: #23494a;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #87988b;
  text-underline-offset: 4px;
  text-wrap: balance;
}
.hero .legal-teaser__action:focus-visible {
  outline: 3px solid var(--petrol);
  outline-offset: 2px;
}
.hero .legal-teaser__faq-link:focus-visible {
  outline: 3px solid var(--petrol);
  outline-offset: 2px;
}

/* One reading column connects the legal section to the personal contact. */
#legal { padding-bottom: 52px; }
.leader-faq { padding: 0 0 96px; background: var(--paper); }
#questions { scroll-margin-top: 12px; }
.leader-faq__content {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 48px;
  border-top: 1px solid #b8c8bd;
}
.leader-faq__heading { margin-bottom: 32px; }
.leader-faq h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4.4vw, 3.75rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.leader-faq__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 28px;
  margin-top: 18px;
}
.leader-faq__meta > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.6;
  text-wrap: pretty;
}
.leader-faq__legal-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  padding: 6px 0;
  color: var(--petrol);
  font-size: .9375rem;
  line-height: 1.5;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: #90a799;
  text-underline-offset: 5px;
  text-wrap: balance;
}
.leader-faq__list { display: grid; gap: 12px; }
.leader-faq__item {
  min-width: 0;
  border: 1px solid #aebfb4;
  border-radius: 20px;
  background: #fffefa;
  box-shadow: 0 4px 16px rgba(18, 62, 64, .035);
}
.leader-faq__item[open] {
  border-color: #78978a;
  background: #f6f9f4;
  box-shadow: inset 3px 0 0 #c99248, 0 8px 24px rgba(18, 62, 64, .055);
}
.leader-faq__item > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 23px 28px;
  border-radius: 19px;
  color: var(--petrol);
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(230, 135, 35, .12);
}
.leader-faq__item > summary::-webkit-details-marker { display: none; }
.leader-faq__item > summary::marker { content: ""; }
.leader-faq__question {
  min-width: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-wrap: balance;
}
.leader-faq__toggle {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #c4d1c8;
  border-radius: 10px;
  color: var(--petrol);
  background: #edf2ed;
}
.leader-faq__toggle::before,
.leader-faq__toggle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  border-radius: 1px;
  background: currentColor;
}
.leader-faq__toggle::after { transform: rotate(90deg); }
.leader-faq__item[open] .leader-faq__toggle {
  border-color: #d8b887;
  color: #84521d;
  background: #f7e9d5;
}
.leader-faq__item[open] .leader-faq__toggle::after { transform: rotate(90deg) scaleX(0); }
.leader-faq__answer { padding: 0 84px 26px 28px; }
.leader-faq__answer > p {
  max-width: 780px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-wrap: pretty;
}
.leader-faq__answer > p + p { margin-top: 12px; }
.leader-faq__item > summary:focus-visible {
  outline: 3px solid var(--orange-deep);
  outline-offset: 4px;
}
.leader-faq__legal-link:focus-visible {
  outline: 3px solid var(--orange-deep);
  outline-offset: 4px;
  border-radius: 3px;
}
.leader-faq__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #b6c8ba;
  border-radius: 22px;
  background: #eaf0e8;
}
.leader-faq__footer > .button {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-wrap: balance;
}
.leader-faq__footer > p {
  max-width: 530px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .9375rem;
  line-height: 1.6;
  text-wrap: pretty;
}

@media (max-width: 1040px) {
  .leader-faq__footer { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 24px; }
  .leader-faq__footer > .button { justify-self: start; max-width: 100%; }
  .leader-faq__footer > p { max-width: 600px; }
}
@media (max-width: 820px) {
  #legal { padding-bottom: 40px; }
  .leader-faq { padding-bottom: 72px; }
  .leader-faq__content { padding-top: 36px; }
  .leader-faq__heading { margin-bottom: 26px; }
  .leader-faq__meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .leader-faq__item > summary { padding: 22px 24px; gap: 20px; }
  .leader-faq__answer { padding: 0 24px 24px; }
}
@media (max-width: 560px) {
  .hero .legal-teaser__links { display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .hero .legal-teaser__faq-link { width: 100%; }
  #legal { padding-bottom: 32px; }
  .leader-faq { padding-bottom: 60px; }
  .leader-faq__content { padding-top: 28px; }
  .leader-faq__heading { margin-bottom: 22px; }
  .leader-faq__meta { margin-top: 16px; gap: 4px; }
  .leader-faq__meta > p { font-size: 1rem; }
  .leader-faq__legal-link { font-size: .875rem; }
  .leader-faq__list { gap: 10px; }
  .leader-faq__item { border-radius: 18px; }
  .leader-faq__item > summary {
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 14px;
    min-height: 76px;
    padding: 19px 18px;
    border-radius: 17px;
  }
  .leader-faq__question { font-size: 1rem; }
  .leader-faq__toggle { width: 28px; height: 28px; border-radius: 9px; }
  .leader-faq__answer { padding: 0 18px 22px; }
  .leader-faq__answer > p { font-size: 1rem; }
  .leader-faq__footer { gap: 16px; margin-top: 22px; padding: 20px 18px; border-radius: 18px; }
  .leader-faq__footer > .button { width: 100%; padding: 13px 16px; }
}

@media (hover: hover) and (pointer: fine) {
  .hero .legal-teaser__faq-link:hover { color: #102f30; background: rgba(255, 255, 255, .6); text-decoration-color: currentColor; }
  .leader-faq__legal-link:hover { color: var(--orange-deep); text-decoration-color: currentColor; }
  .leader-faq__item:hover { border-color: #648576; box-shadow: 0 8px 24px rgba(18, 62, 64, .075); }
  .leader-faq__item[open]:hover { box-shadow: inset 3px 0 0 #c99248, 0 8px 24px rgba(18, 62, 64, .075); }
}
@media (prefers-reduced-motion: no-preference) {
  .leader-faq__item { transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
  .leader-faq__toggle::after { transition: transform .18s ease; }
  .leader-faq__item[open] .leader-faq__answer { animation: leader-faq-answer-enter .2s ease-out; }
}
@keyframes leader-faq-answer-enter {
  from { opacity: 0; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .leader-faq *, .leader-faq *::before, .leader-faq *::after { animation: none; transition: none; }
}
@media print {
  #legal { padding-bottom: 24px; }
  .leader-faq { padding: 0 0 24px; }
  .leader-faq__content { padding-top: 24px; }
  .leader-faq h2 { font-size: 28pt; }
  .leader-faq__legal-link, .leader-faq__toggle, .leader-faq__footer { display: none; }
  .leader-faq__item, .leader-faq__item[open] { break-inside: avoid; border-color: #777; background: #fff; box-shadow: none; }
  .leader-faq__item > summary { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 14px 18px; }
  .leader-faq__answer { padding: 0 18px 18px; }
}
