    :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(1120px, 94vw);
    }

    .contact-hero {
      position: relative;
      padding-top: 24px;
      padding-bottom: 42px;
      overflow: hidden;
    }

    .contact-hero::before,
    .contact-hero::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      z-index: 0;
    }

    .contact-hero::before {
      width: min(760px, 92vw);
      height: 340px;
      left: -140px;
      top: -130px;
      background:
        radial-gradient(65% 75% at 50% 50%, rgba(11, 103, 255, 0.2) 0%, rgba(11, 103, 255, 0.05) 58%, rgba(11, 103, 255, 0) 100%);
      filter: blur(6px);
    }

    .contact-hero::after {
      width: 320px;
      height: 320px;
      right: -120px;
      top: -100px;
      background:
        radial-gradient(70% 70% at 50% 50%, rgba(18, 140, 92, 0.14) 0%, rgba(18, 140, 92, 0.03) 66%, rgba(18, 140, 92, 0) 100%);
      filter: blur(8px);
    }

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

    .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 12px;
      max-width: 20ch;
      font-size: clamp(30px, 4.2vw, 48px);
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: var(--contact-text-strong);
    }

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

    .contact-pill-row {
      margin-top: 14px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .contact-pill {
      display: inline-flex;
      align-items: center;
      padding: 6px 11px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.34);
      background: rgba(255, 255, 255, 0.74);
      color: #355172;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.25;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
      transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    }

    .contact-pill:hover {
      transform: translateY(-1px);
      border-color: rgba(11, 103, 255, 0.32);
      background: rgba(255, 255, 255, 0.9);
    }

    .contact-form-shell {
      margin-top: 22px;
      padding: 20px;
      border-radius: 18px;
      border: 1px solid rgba(188, 211, 242, 0.9);
      background:
        radial-gradient(115% 210% at 12% 16%, rgba(11, 77, 181, 0.08) 0%, rgba(11, 77, 181, 0.02) 34%, rgba(11, 77, 181, 0) 62%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88));
      box-shadow: 0 14px 28px rgba(11, 77, 181, 0.1);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }

    .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 textarea {
      border: 1px solid rgba(148, 163, 184, 0.42);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.96);
      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 textarea:hover {
      border-color: rgba(11, 103, 255, 0.3);
    }

    .lead-field input: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: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      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 {
      box-shadow: 0 8px 18px rgba(11, 77, 181, 0.2);
    }

    .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: linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.84));
      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;
    }

    .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: 17px;
      }

      .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-pill-row {
        gap: 8px;
      }

      .contact-pill {
        justify-content: center;
      }

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

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

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

      .lead-field input,
      .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;
      }
    }
