/* Sub-pages (imprint, privacy, FAQ, team, newsletter): same 1480 column, nav and tokens as the homepage,
   a reading column for long text and a compact dark footer. Loaded after site.css.
   Type rule (Shahad, 2026-09-09): Space Grotesk only on the page title (.page h1); every other element is Mona Sans. */
.page { position: relative; padding: 180px 0 120px; background: var(--white); }
.page .wrap { max-width: 1480px; }
.page-hd { width: 1000px; }
.eyebrow { font-family: var(--font-display); font-size: 13px; line-height: 18px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: var(--brand600); }
.page h1 { margin-top: 16px; font-family: var(--font-display); font-size: 56px; line-height: 68px; font-weight: 500; letter-spacing: -1.9px; color: var(--black); }
.page-sub { margin-top: 20px; font-size: 20px; line-height: 30px; letter-spacing: .1px; color: var(--g700); }
.page-meta { margin-top: 14px; font-size: 14px; line-height: 20px; color: var(--g500); }
.prose { width: 840px; margin-top: 56px; font-size: 17px; line-height: 28px; color: var(--g700); }
.prose h2 { margin-top: 56px; font-size: 28px; line-height: 36px; font-weight: 500; letter-spacing: -.5px; color: var(--black); }
.prose h3 { margin-top: 28px; font-size: 18px; line-height: 26px; font-weight: 500; color: var(--g900); }
.prose p, .prose ul { margin-top: 16px; }
.prose ul { padding-left: 22px; list-style: disc; }
.prose li + li { margin-top: 8px; }
.prose a { color: var(--brand600); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(79,70,229,.35); }
.prose a:hover { text-decoration-color: var(--brand600); }
.prose strong { font-weight: 500; color: var(--g900); }
.prose .note { padding: 16px 20px; border: 1px solid var(--g200); border-radius: 12px; background: var(--g50); font-size: 15px; line-height: 24px; }
.prose address { font-style: normal; }

/* FAQ */
.faq-group { margin-top: 48px; }
.faq-group h2 { margin: 0 0 8px; }
.faq details { border-bottom: 1px solid var(--g200); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 18px; line-height: 26px; font-weight: 500; color: var(--g900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 1.5px solid var(--g500); border-bottom: 1.5px solid var(--g500); transform: rotate(45deg); transition: transform .2s ease; margin-right: 6px; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { margin: 0 0 22px; padding-right: 48px; }

/* Team */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; width: 1000px; }
.person { padding: 32px; border: 1px solid var(--g200); border-radius: 20px; background: var(--g50); }
.person h3 { font-size: 24px; line-height: 32px; font-weight: 500; letter-spacing: -.4px; color: var(--black); }
.person .role { margin-top: 4px; font-size: 14px; line-height: 20px; font-weight: 500; color: var(--indigo); }
.person p.bio { margin-top: 16px; font-size: 16px; line-height: 26px; color: var(--g700); }
.team-photo { margin-top: 56px; width: 1000px; border-radius: 20px; overflow: hidden; border: 1px solid var(--g200); }
.team-photo img { width: 100%; height: auto; }
.team-photo figcaption { padding: 14px 20px; font-size: 14px; line-height: 20px; color: var(--g500); background: var(--white); border-top: 1px solid var(--g200); }
.promise { margin-top: 56px; width: 1000px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.promise div { padding: 24px; border: 1px solid var(--g200); border-radius: 16px; background: var(--white); font-size: 16px; line-height: 26px; color: var(--g700); }
.page-cta { margin-top: 72px; width: 1000px; padding: 48px; border-radius: 20px; background: var(--g900); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-cta h2 { font-size: 32px; line-height: 40px; font-weight: 500; letter-spacing: -.6px; }
.page-cta p { margin-top: 10px; font-size: 16px; line-height: 24px; color: var(--g400); max-width: 560px; }

/* Newsletter */
.nl-form { margin-top: 48px; width: 640px; padding: 40px; border: 1px solid var(--g200); border-radius: 20px; background: var(--g50); }
.nl-form label.lbl { display: block; font-size: 14px; line-height: 20px; font-weight: 500; color: var(--g900); }
.nl-form input[type=email] { margin-top: 8px; width: 100%; box-sizing: border-box; height: 48px; padding: 0 16px; border: 1px solid var(--g300); border-radius: 10px; background: var(--white); font: inherit; font-size: 16px; color: var(--black); outline: none; }
.nl-form input[type=email]:focus { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(99,102,241,.18); }
.nl-hint { margin-top: 8px; font-size: 13px; line-height: 18px; color: var(--g500); }
.nl-consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; font-size: 14px; line-height: 22px; color: var(--g700); }
.nl-consent input { margin: 4px 0 0; width: 16px; height: 16px; flex: none; accent-color: var(--indigo); }
.nl-consent a { color: var(--brand600); text-decoration: underline; text-underline-offset: 3px; }
.nl-form .btn { margin-top: 24px; }
.nl-form .btn[disabled] { opacity: .6; pointer-events: none; }
.nl-status { margin-top: 16px; font-size: 14px; line-height: 22px; min-height: 22px; }
.nl-status.ok { color: #15803d; }
.nl-status.err { color: #b91c1c; }
.nl-what { margin-top: 48px; width: 640px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nl-what div { padding: 20px; border: 1px solid var(--g200); border-radius: 14px; background: var(--white); }
.nl-what b { display: block; font-size: 22px; line-height: 28px; font-weight: 500; color: var(--black); }
.nl-what span { display: block; margin-top: 6px; font-size: 14px; line-height: 20px; color: var(--g700); }

/* Compact footer for sub-pages */
.pfoot { background: var(--black); color: var(--white); }
.pfoot .wrap { display: flex; align-items: center; justify-content: space-between; height: 96px; border-top: 1px solid var(--fborder); }
.pfoot ul { display: flex; gap: 28px; font-size: 15px; line-height: 20px; color: var(--g400); }
.pfoot ul a:hover, .pfoot ul button:hover { color: var(--white); }
.pfoot ul button { background: none; border: 0; padding: 0; color: inherit; cursor: pointer; }
.pfoot .copy { font-size: 15px; line-height: 20px; color: var(--g700); }
.pfoot .li { display: flex; align-items: center; gap: 12px; }
.pfoot .li img { width: 20px; height: 20px; }

/* The box is a flex row with space-between, so a long headline squeezes the button. .btn is
   white-space:nowrap and overflow:hidden (it clips its own light sweep), which means a squeezed button
   silently cuts its label rather than wrapping it -- flash-survey.html lost 31 px of "Margin Scan
   ansehen" that way. flex:none keeps the button at its content width and lets the text block take the
   rest. Below 1100 the box is a column, where this changes nothing. */
.page-cta .btn { flex: none; }

/* CTA box button: white with a black outline and black text (Shahad, 2026-09-09). Hover keeps the shared lift/sweep. */
.page-cta .btn-ghost { border-color: var(--g900); color: var(--g900); box-shadow: none; }
.page-cta .btn-ghost:hover { border-color: var(--g900); box-shadow: 0 8px 20px rgba(0,0,0,.35); }

/* ---------- Booking page (book.html) ----------------------------------------
   The Microsoft Bookings calendar is embedded, not linked, so a visitor books
   without leaving the site. Everything around it is our own frame: the same
   card, radius, border and type scale as the rest of the sub-pages. */
.book-page .page-hd { width: 1000px; }
.book-grid { margin-top: 56px; display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 32px; align-items: start; }
.book-cal { border: 1px solid var(--g200); border-radius: 20px; background: var(--white); overflow: hidden; }
.book-cal-hd { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 28px; border-bottom: 1px solid var(--g200); }
.book-cal-ttl { font-size: 20px; line-height: 28px; font-weight: 500; color: var(--black); }
.book-cal-sub { margin-top: 6px; font-size: 15px; line-height: 22px; color: var(--g700); }
.book-cal-out { flex: none; font-size: 15px; line-height: 22px; color: var(--brand600); text-decoration: underline; text-underline-offset: 3px; }
.book-embed { background: var(--white); }
.book-embed iframe { display: block; width: 100%; height: 860px; border: 0; }
.book-side { display: grid; gap: 20px; position: sticky; top: 104px; }
.book-card { padding: 28px; border: 1px solid var(--g200); border-radius: 20px; background: var(--g50); }
.book-card-ttl { font-size: 18px; line-height: 26px; font-weight: 500; color: var(--black); }
.book-steps { margin-top: 18px; display: grid; gap: 16px; }
.book-steps li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; line-height: 23px; color: var(--g700); }
.book-steps b { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--g900); color: var(--white); display: grid; place-items: center; font-size: 12px; font-weight: 500; }
.book-steps strong { color: var(--g900); font-weight: 500; }
.book-facts { margin-top: 16px; display: grid; gap: 10px; }
.book-facts li { padding-left: 18px; position: relative; font-size: 15px; line-height: 23px; color: var(--g700); }
.book-facts li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--indigo); }
.book-who { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--g200); font-size: 15px; line-height: 23px; color: var(--g700); }
.book-who b { font-weight: 500; color: var(--g900); }
.book-alt { font-size: 15px; line-height: 23px; color: var(--g700); }
.book-alt a { color: var(--brand600); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1100px) {
  .book-grid { grid-template-columns: 1fr; }
  .book-side { position: static; }
  .book-page .page-hd { width: auto; }
}
@media (max-width: 640px) {
  .book-cal-hd { flex-wrap: wrap; padding: 20px; }
  .book-embed iframe { height: 700px; }
  .book-card { padding: 22px; }
}
