    :root {
      --contact-accent: #0b67ff;
      --contact-accent-strong: #0b4db5;
      --contact-text-strong: #0f2d4f;
      --contact-text-soft: #4c6380;
      --contact-surface: rgba(255, 255, 255, 0.9);
      --contact-line: rgba(188, 211, 242, 0.9);
    }

    .contact-page {
      width: min(1280px, 98vw);
    }

    .contact-hero {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .contact-hero .hero-inner {
      position: relative;
      z-index: 1;
      align-items: start;
      gap: 16px;
      grid-template-columns: minmax(0, 1fr);
    }

    .lead-anchor {
      position: absolute;
      top: -12px;
      left: 0;
    }

    .contact-intro-stack {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .contact-intro-stack h1,
    .contact-intro-stack .hero-heading-alt {
      margin: 0 0 8px;
      max-width: 24ch;
      font-size: clamp(30px, 3.4vw, 44px);
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: var(--contact-text-strong);
    }

    .contact-intro-stack .subtle {
      margin: 0;
      max-width: 72ch;
      color: var(--contact-text-soft);
    }

    .contact-profile {
      margin-top: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      align-items: center;
      gap: 20px;
      padding: 20px 22px;
      border-radius: 20px;
      border: 1px solid rgba(212, 227, 248, 0.72);
      background: rgba(255, 255, 255, 0.68);
      box-shadow:
        0 14px 32px rgba(15, 45, 79, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.88) inset;
      backdrop-filter: blur(18px) saturate(148%);
      -webkit-backdrop-filter: blur(18px) saturate(148%);
      position: relative;
      overflow: hidden;
    }

    .contact-profile-content {
      display: grid;
      gap: 6px;
      min-width: 0;
    }

    .contact-profile-title {
      margin: 0;
      font-size: 13px;
      font-weight: 700;
      color: #5f79a0;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .contact-profile-role {
      margin: 0;
      font-size: 1.16rem;
      line-height: 1.22;
      color: #2a4b71;
      font-weight: 600;
    }

    .contact-profile-name {
      margin: 0;
      color: #0f2943;
      font-size: 2.05rem;
      line-height: 1.08;
      font-weight: 700;
    }

    .contact-profile-points {
      margin: 2px 0 0;
      padding-left: 22px;
      color: #213f63;
      font-size: 15px;
      line-height: 1.45;
      display: grid;
      gap: 4px;
    }

    .contact-profile-links {
      display: grid;
      gap: 6px;
      margin-top: 4px;
    }

    .contact-profile-link {
      display: inline-flex;
      align-items: baseline;
      gap: 10px;
      width: fit-content;
      max-width: 100%;
      color: #19395d;
      text-decoration: none;
      transition: color 0.18s ease, transform 0.18s ease;
    }

    .contact-profile-link:hover {
      color: var(--contact-accent);
      transform: translateX(2px);
    }

    .contact-profile-link-label {
      min-width: 64px;
      font-size: 11px;
      font-weight: 700;
      color: #6c86ab;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .contact-profile-link-value {
      font-size: 15px;
      font-weight: 600;
      text-decoration: underline;
      text-decoration-color: rgba(31, 73, 123, 0.36);
      text-underline-offset: 2px;
      text-decoration-thickness: 1px;
      overflow-wrap: anywhere;
    }

    .contact-profile-data {
      margin: 0;
      color: #2b4768;
      font-size: 14px;
    }

    .contact-form-shell {
      margin-top: 16px;
      padding: 20px 22px;
      border-radius: 20px;
      border: 1px solid rgba(212, 227, 248, 0.72);
      background: rgba(255, 255, 255, 0.68);
      box-shadow:
        0 14px 30px rgba(15, 45, 79, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
      backdrop-filter: blur(18px) saturate(148%);
      -webkit-backdrop-filter: blur(18px) saturate(148%);
      position: relative;
      overflow: hidden;
    }

    .contact-profile::before,
    .contact-form-shell::before,
    .contact-profile::after,
    .contact-form-shell::after {
      content: none;
      display: none;
    }

    .contact-profile-content,
    .contact-form-header,
    .lead-form {
      position: relative;
      z-index: 1;
    }

    .contact-form-header {
      margin: 0 0 12px;
      display: grid;
      gap: 5px;
    }

    .contact-form-header h2 {
      margin: 0;
      font-size: clamp(20px, 2.4vw, 24px);
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: var(--contact-text-strong);
    }

    .contact-form-header p {
      margin: 0;
      color: #4f6784;
      font-size: 13px;
      line-height: 1.45;
    }

    .lead-form {
      margin-top: 0;
      display: grid;
      gap: 12px;
    }

    .lead-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .lead-field {
      display: grid;
      gap: 6px;
    }

    .lead-field.full {
      grid-column: 1 / -1;
    }

    .lead-field label {
      margin: 0;
      font-size: 13px;
      font-weight: 700;
      color: #1d3f68;
    }

    .lead-field-meta {
      font-size: 11px;
      font-weight: 600;
      color: #5b7598;
    }

    .lead-honeypot {
      position: absolute;
      left: -9999px;
      opacity: 0;
      pointer-events: none;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    .lead-field input,
    .lead-field select,
    .lead-field textarea {
      border: 1px solid rgba(148, 163, 184, 0.42);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.86);
      padding: 11px 12px;
      font: inherit;
      color: #122944;
      transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
    }

    .lead-field input:hover,
    .lead-field select:hover,
    .lead-field textarea:hover {
      border-color: rgba(11, 103, 255, 0.3);
    }

    .lead-field input:focus,
    .lead-field select:focus,
    .lead-field textarea:focus {
      outline: none;
      border-color: rgba(11, 103, 255, 0.46);
      box-shadow: 0 0 0 4px rgba(11, 103, 255, 0.13);
      background: #fff;
    }

    .lead-field textarea {
      min-height: 124px;
      resize: vertical;
    }

    .lead-form-actions {
      display: grid;
      gap: 10px;
      margin-top: 2px;
    }

    .lead-form-quick-actions {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .lead-form-link {
      color: var(--contact-accent-strong);
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.3;
    }

    .lead-form-link:hover {
      color: #083d8f;
    }

    .lead-form-actions .btn.primary {
      width: 100%;
      justify-content: center;
      box-shadow: 0 8px 18px rgba(11, 77, 181, 0.16);
    }

    .lead-form-actions .btn.primary:disabled {
      opacity: 0.78;
      cursor: wait;
      box-shadow: none;
    }

    .lead-form-note {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }

    .lead-form-trust {
      margin: 0;
      width: 100%;
      font-size: 12px;
      line-height: 1.45;
      color: #425d7f;
    }

    .lead-form-alert {
      width: 100%;
      margin-top: 2px;
      padding: 10px 12px;
      border-radius: 11px;
      border: 1px solid rgba(11, 103, 255, 0.28);
      background: rgba(11, 103, 255, 0.08);
      color: #114079;
      font-size: 13px;
      line-height: 1.45;
      opacity: 0;
      transform: translateY(-4px);
      transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .lead-form-alert.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .lead-form-alert.is-error {
      border-color: rgba(217, 45, 32, 0.35);
      background: rgba(217, 45, 32, 0.08);
      color: #912018;
    }

    .lead-form-alert.is-sending {
      border-color: rgba(11, 103, 255, 0.3);
      background: rgba(11, 103, 255, 0.08);
      color: #114079;
    }

    .lead-form-alert.is-success {
      border-color: rgba(18, 140, 92, 0.36);
      background: rgba(18, 140, 92, 0.09);
      color: #0f5b3f;
    }

    .contact-card {
      display: grid;
      align-content: start;
      gap: 14px;
      padding: 20px;
      border-radius: 18px;
      border: 1px solid rgba(188, 211, 242, 0.86);
      background: #ffffff;
      box-shadow: 0 14px 28px rgba(11, 77, 181, 0.08);
    }

    .contact-card h2 {
      margin: 0;
    }

    .contact-step-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }

    .contact-step-list li {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      padding: 9px 10px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.56);
    }

    .contact-step-index {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 700;
      color: #15406f;
      background: rgba(11, 103, 255, 0.12);
      border: 1px solid rgba(11, 103, 255, 0.23);
      flex-shrink: 0;
    }

    .contact-step-copy {
      display: grid;
      gap: 3px;
      min-width: 0;
    }

    .contact-step-copy strong {
      color: var(--text);
      font-size: 14px;
      line-height: 1.3;
    }

    .contact-step-copy p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .contact-direct {
      margin-top: 2px;
      padding-top: 12px;
      border-top: 1px solid rgba(188, 211, 242, 0.74);
      display: grid;
      gap: 8px;
    }

    .contact-direct h3 {
      margin: 0;
      font-size: 1rem;
    }

    .contact-direct p {
      margin: 0;
    }

    .contact-direct .contact-direct-person {
      margin-top: -2px;
      font-size: 0.95rem;
      font-weight: 700;
      color: #133a62;
    }

    .contact-direct .contact-direct-link {
      font-weight: 700;
      color: var(--contact-accent);
      overflow-wrap: anywhere;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px;
    }

    .contact-direct-actions {
      margin-top: 2px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .contact-direct-actions .btn {
      min-height: 36px;
    }

    .contact-clarity {
      padding-top: 20px;
      border-top: 1px solid rgba(188, 211, 242, 0.58);
    }

    .contact-clarity-card {
      display: grid;
      gap: 14px;
    }

    .contact-clarity-card h2 {
      margin: 0;
    }

    .contact-clarity-card > p {
      margin-bottom: 0;
    }

    .contact-topic-grid {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-topic {
      padding: 14px;
      border-radius: 14px;
      border: 1px solid rgba(188, 211, 242, 0.82);
      background: rgba(255, 255, 255, 0.86);
      min-width: 0;
      transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
    }

    .contact-topic:hover {
      transform: translateY(-2px);
      border-color: rgba(11, 103, 255, 0.28);
      box-shadow: 0 8px 20px rgba(11, 77, 181, 0.08);
    }

    .contact-topic h3 {
      margin: 0 0 6px;
      font-size: 15px;
    }

    .contact-topic p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .lang-switch {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: flex-end;
      margin: 0;
      flex-wrap: nowrap;
    }

    .lang-btn {
      padding: 7px 10px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: #fff;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      line-height: 1;
      min-width: 38px;
      justify-content: center;
      display: none !important;
    }

    .lang-btn svg {
      display: block;
      width: 18px;
      height: 12px;
    }

    .lang-btn.active {
      display: inline-flex !important;
    }

    [data-lang] {
      display: none;
    }

    .lang-active {
      display: block;
    }
    html[lang="en"] [data-lang="de"] {
      display: none !important;
    }
    html[lang="en"] [data-lang="en"] {
      display: block !important;
    }

    .mobile-sticky-cta {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 120;
      padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
      background: rgba(255, 255, 255, 0.95);
      border-top: 1px solid rgba(188, 211, 242, 0.9);
      box-shadow: 0 -8px 24px rgba(15, 45, 79, 0.12);
      gap: 8px;
    }

    .mobile-sticky-cta .btn {
      flex: 1 1 0;
      justify-content: center;
      min-height: 40px;
    }

    @media (max-width: 980px) {
      .contact-page {
        width: min(1120px, 95vw);
      }

      .contact-hero {
        padding-top: 16px;
        padding-bottom: 34px;
      }

      .contact-hero::before {
        width: 560px;
        height: 280px;
        left: -150px;
        top: -110px;
      }

      .contact-hero::after {
        width: 250px;
        height: 250px;
        right: -120px;
        top: -90px;
      }

      .contact-hero .hero-inner {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .contact-form-shell {
        margin-top: 16px;
        padding: 16px;
        border-radius: 16px;
      }

      .contact-profile {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        padding: 16px;
      }

      .contact-profile-name {
        font-size: 1.62rem;
      }

      .contact-profile-role {
        font-size: 1.06rem;
      }

      .contact-card {
        padding: 18px;
      }

      .contact-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

    }

    @media (max-width: 640px) {
      .contact-page {
        width: min(1120px, 96vw);
      }

      .contact-hero {
        padding-top: 10px;
        padding-bottom: 28px;
      }

      .contact-intro-stack h1,
      .contact-intro-stack .hero-heading-alt {
        font-size: clamp(28px, 8.4vw, 34px);
        margin-bottom: 8px;
      }

      .contact-intro-stack .subtle {
        margin-bottom: 10px;
      }

      .contact-profile {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 14px;
        padding: 14px;
      }

      .contact-profile-name {
        font-size: 1.24rem;
      }

      .contact-profile-role {
        font-size: 0.98rem;
      }

      .contact-profile-points {
        padding-left: 18px;
        font-size: 14px;
      }

      .contact-form-shell {
        margin-top: 14px;
        padding: 14px;
        border-radius: 14px;
      }

      .lead-grid {
        grid-template-columns: 1fr;
      }

      .lead-field label {
        font-size: 12px;
      }

      .lead-field input,
      .lead-field select,
      .lead-field textarea {
        font-size: 16px;
      }

      .lead-field textarea {
        min-height: 112px;
      }

      .lead-form-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .lead-form-actions .btn {
        width: 100%;
        justify-content: center;
      }

      .lead-form-quick-actions {
        width: 100%;
        justify-content: center;
        gap: 10px;
      }

      .lead-form-note,
      .lead-form-trust,
      .lead-form-alert {
        font-size: 12px;
      }

      .lead-form-alert {
        padding: 9px 10px;
      }

      .contact-card {
        padding: 14px;
        border-radius: 14px;
        gap: 10px;
      }

      .contact-step-list li {
        grid-template-columns: 24px minmax(0, 1fr);
        padding: 8px;
      }

      .contact-step-index {
        width: 24px;
        height: 24px;
      }

      .contact-step-copy strong {
        font-size: 13px;
      }

      .contact-step-copy p {
        font-size: 12px;
      }

      .contact-direct {
        gap: 6px;
        padding-top: 10px;
      }

      .contact-direct-actions {
        width: 100%;
        flex-direction: column;
      }

      .contact-direct-actions .btn {
        width: 100%;
        justify-content: center;
      }

      .contact-clarity {
        padding-top: 14px;
      }

      .contact-topic-grid {
        grid-template-columns: 1fr;
      }

      .contact-topic {
        padding: 12px;
        border-radius: 12px;
      }

      .contact-topic h3 {
        font-size: 14px;
        margin-bottom: 4px;
      }

      .contact-topic p {
        font-size: 12px;
      }

      .mobile-sticky-cta {
        display: flex;
      }

      .footer {
        padding-bottom: 82px;
      }
    }

    /* Emergency contact layout override: two floating cards, never full-width page box */
    body.contact-clean .contact-hero .hero-inner {
      display: block !important;
      width: 100% !important;
    }

    body.contact-clean .contact-intro-stack,
    body.contact-clean .contact-profile,
    body.contact-clean .contact-form-shell {
      width: min(860px, calc(100% - 24px)) !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    body.contact-clean .contact-intro-stack {
      margin-top: 6px !important;
    }

    body.contact-clean .contact-profile {
      margin-top: 16px !important;
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 18px !important;
      padding: 20px !important;
      border-radius: 18px !important;
      border: 1px solid rgba(212, 227, 248, 0.74) !important;
      background: rgba(255, 255, 255, 0.7) !important;
      box-shadow:
        0 16px 34px rgba(15, 45, 79, 0.13) !important,
        0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
      backdrop-filter: blur(18px) saturate(148%) !important;
      -webkit-backdrop-filter: blur(18px) saturate(148%) !important;
      overflow: hidden !important;
    }

    body.contact-clean .contact-form-shell {
      margin-top: 18px !important;
      padding: 20px !important;
      border-radius: 18px !important;
      border: 1px solid rgba(212, 227, 248, 0.74) !important;
      background: rgba(255, 255, 255, 0.7) !important;
      box-shadow:
        0 16px 34px rgba(15, 45, 79, 0.13) !important,
        0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
      backdrop-filter: blur(18px) saturate(148%) !important;
      -webkit-backdrop-filter: blur(18px) saturate(148%) !important;
      overflow: hidden !important;
    }

    body.contact-clean .contact-form-header {
      margin-bottom: 12px !important;
    }

    @media (max-width: 640px) {
      body.contact-clean .contact-profile {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
      }

    }
