:root {
  color: #173f3a;
  background: #f8f1df;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8f1df; color: #173f3a; }
a { color: #146f68; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 8px; left: 8px; padding: 10px 14px; border-radius: 10px; background: #173f3a; color: #fffaf0; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: #173f3a; color: #f8f1df; box-shadow: 0 5px 0 #bed0c4; }
.brand-mark svg { display: block; width: 38px; height: 38px; }
.brand-wordmark { font: 700 18px/1.05 Georgia, serif; letter-spacing: -.01em; }
.toplinks { display: flex; gap: 18px; font-weight: 700; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding: 56px 0 72px; }
.eyebrow { color: #b44731; font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, serif; line-height: 1.05; }
h1 { max-width: 700px; margin: 14px 0 22px; font-size: clamp(48px, 7vw, 86px); }
.lede { max-width: 650px; margin: 0 0 28px; color: #3f6158; font: 24px/1.45 Georgia, serif; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 0 26px; border-radius: 18px; background: #b44731; color: #fff7e6; font-weight: 800; text-decoration: none; box-shadow: 0 6px 0 #8f3828; }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .68; }
.fine { margin-top: 16px; color: #58746b; font-size: 14px; }
.feature-art { width: min(620px, 100%); justify-self: center; overflow: hidden; margin: 0; border-radius: 30px; background: #173f3a; box-shadow: 0 24px 60px rgb(23 63 58 / .25); }
.feature-art img { display: block; width: 100%; height: auto; }
.section { padding: 70px 0; border-top: 1px solid #d6d6c3; }
.section h2 { margin: 0 0 30px; font-size: clamp(38px, 5vw, 60px); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid #d4d2bd; border-radius: 26px; background: #fffaf0; }
.card h3 { margin: 0 0 10px; font-size: 27px; }
.card p, .prose { color: #3f6158; line-height: 1.65; }
.screens { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.screens img { display: block; width: 100%; border-radius: 24px; border: 1px solid #d4d2bd; box-shadow: 0 14px 35px rgb(23 63 58 / .13); }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 30px; padding: 0; list-style: none; }
.facts li { padding: 14px 0 14px 28px; border-bottom: 1px solid #d6d6c3; position: relative; }
.facts li::before { content: "•"; position: absolute; left: 5px; color: #e76f51; font-weight: 900; }
.policy { width: min(780px, calc(100% - 36px)); margin: 0 auto; padding: 54px 0 90px; }
.policy h1 { font-size: clamp(42px, 6vw, 68px); }
.policy h2 { margin-top: 42px; font-size: 30px; }
.policy p, .policy li { color: #3f6158; line-height: 1.7; }
.policy address { color: #3f6158; font-style: normal; line-height: 1.7; margin: 0 0 1rem; }
.policy code { overflow-wrap: anywhere; }
.language-switcher { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 42px; }
.language-switcher a { min-width: 112px; padding: 10px 16px; border: 1px solid #b9c8bd; border-radius: 999px; background: #fffaf0; text-align: center; text-decoration: none; font-weight: 800; }
.language-switcher a:hover, .language-switcher a:focus-visible { border-color: #146f68; outline: 3px solid rgb(20 111 104 / .18); outline-offset: 2px; }
body:not(:has(#deutsch:target, #deutsch :target)) .language-switcher a[href="#english"],
body:has(#deutsch:target, #deutsch :target) .language-switcher a[href="#deutsch"] { border-color: #173f3a; background: #173f3a; color: #fffaf0; }
.home-language-tools { padding-top: 20px; }
.home-language-tools .language-switcher { margin-bottom: 0; }
.language-section { scroll-margin-top: 24px; }
.language-section + .language-section { margin-top: 80px; padding-top: 80px; border-top: 2px solid #c9ccba; }
.notice { padding: 18px 20px; border-left: 5px solid #e6aa3c; background: #fff6d7; }
.join-intro { max-width: 680px; font: 22px/1.5 Georgia, serif; }
.join-steps { display: grid; gap: 20px; margin: 38px 0 48px; padding: 0; list-style: none; }
.join-step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; border: 1px solid #d4d2bd; border-radius: 26px; background: #fffaf0; }
.join-step h2 { margin: 2px 0 10px; font-size: 30px; }
.join-step p { margin: 0 0 20px; }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #173f3a; color: #fffaf0; font: 700 25px/1 Georgia, serif; box-shadow: 0 5px 0 #bed0c4; }
.join-expectations { margin-top: 48px; padding-top: 8px; }
.join-expectations h2 { margin-top: 0; }
.contact-panel { margin-top: 42px; padding: 26px; border: 1px solid #d4d2bd; border-radius: 26px; background: #fffaf0; }
.contact-panel h2 { margin-top: 0; }
.contact-form { position: relative; display: grid; gap: 10px; margin-top: 24px; }
.contact-form label { margin-top: 8px; color: #173f3a; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; border: 1px solid #9fb2a8; border-radius: 12px; background: #fffdf6; color: #173f3a; font: inherit; }
.contact-form input, .contact-form select { padding: 0 13px; }
.contact-form textarea { min-height: 150px; padding: 12px 13px; resize: vertical; line-height: 1.5; }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { border-color: #146f68; outline: 3px solid rgb(20 111 104 / .18); outline-offset: 2px; }
.contact-help, .contact-fallback { margin: 2px 0 8px; font-size: 14px; }
.contact-submit { justify-self: start; border: 0; cursor: pointer; font: inherit; }
.contact-submit:disabled { cursor: wait; opacity: .84; }
.contact-status { min-height: 1.7em; margin: 4px 0 0; font-weight: 800; }
.contact-status[data-state="success"] { color: #146f68; }
.contact-status[data-state="invalid"], .contact-status[data-state="quota"], .contact-status[data-state="forbidden"], .contact-status[data-state="unavailable"], .contact-status[data-state="rateLimited"], .contact-status[data-state="network"], .contact-status[data-state="unexpected"] { color: #9b3527; }
.contact-native-success { display: none; }
.contact-native-success:target { display: block; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
footer { padding: 36px 0 54px; border-top: 1px solid #d6d6c3; color: #58746b; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 28px; }
  .cards { grid-template-columns: 1fr; }
  .screens { grid-template-columns: repeat(2, 1fr); }
  .toplinks { font-size: 14px; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 24px, 1120px); }
  .topbar { align-items: flex-start; }
  .brand-wordmark { max-width: 105px; font-size: 15px; }
  .toplinks { flex-direction: column; gap: 6px; text-align: right; }
  .hero { gap: 36px; }
  .lede { font-size: 20px; }
  .screens, .facts { grid-template-columns: 1fr; }
  .language-switcher a { flex: 1; }
  .language-section + .language-section { margin-top: 60px; padding-top: 60px; }
  .policy h1 {
    font-size: clamp(36px, 12vw, 42px);
    hyphens: manual;
    overflow-wrap: normal;
  }
  .policy h2 { hyphens: manual; overflow-wrap: normal; }
  .join-step { grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 16px; }
  .step-number { width: 38px; height: 38px; font-size: 21px; }
  .join-step .button { width: 100%; min-height: 52px; padding: 0 18px; text-align: center; }
  .contact-panel { padding: 20px 16px; }
}

@media (max-width: 360px) {
  .join-step { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
