/* Styles propres à contact.php. */
.contact-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 24px;
      padding: 38px 40px;
      border: 1px solid #cfdcf7;
      border-radius: 20px;
      background:
        radial-gradient(circle at 88% 15%, rgba(37, 99, 235, .14), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
      box-shadow: 0 12px 32px rgba(37, 99, 235, .07);
    }

    .contact-hero::after {
      content: "";
      position: absolute;
      right: -60px;
      bottom: -90px;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      background: rgba(37, 99, 235, .06);
      pointer-events: none;
    }

    .contact-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 13px;
      padding: 7px 11px;
      border: 1px solid #b8cdf8;
      border-radius: 999px;
      color: #1849a9;
      background: rgba(255, 255, 255, .72);
      font-size: 12px;
      font-weight: 850;
    }

    .contact-kicker-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #2563eb;
      box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
    }

    .contact-hero h1 {
      position: relative;
      z-index: 1;
      margin: 0 0 10px;
      color: #172033;
      font-size: clamp(34px, 5vw, 48px);
      line-height: 1.08;
      letter-spacing: -.03em;
    }

    .contact-hero .lead {
      position: relative;
      z-index: 1;
      max-width: 760px;
      margin: 0;
      color: #475467;
      font-size: 17px;
      line-height: 1.65;
    }

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

    .contact-reason {
      display: grid;
      grid-template-columns: 40px 1fr;
      gap: 12px;
      align-items: start;
      padding: 15px 16px;
      border: 1px solid #d8dee6;
      border-radius: 13px;
      background: #fff;
      box-shadow: 0 4px 14px rgba(20, 30, 50, .045);
    }

    .contact-reason.blue {
      border-color: #bfd0f6;
      background: #f8faff;
    }

    .contact-reason.green {
      border-color: #b7dfc5;
      background: #f6fcf8;
    }

    .contact-reason.purple {
      border-color: #d8c7f6;
      background: #fbf9ff;
    }

    .contact-reason-icon {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 11px;
    }

    .contact-reason.blue .contact-reason-icon {
      color: #175cd3;
      background: #eaf2ff;
    }

    .contact-reason.green .contact-reason-icon {
      color: #17663a;
      background: #eaf8ef;
    }

    .contact-reason.purple .contact-reason-icon {
      color: #6941c6;
      background: #f1ebff;
    }

    .contact-reason-icon svg {
      width: 20px;
      height: 20px;
    }

    .contact-reason strong {
      display: block;
      margin: 1px 0 4px;
      color: #172033;
      font-size: 14px;
    }

    .contact-reason p {
      margin: 0;
      color: #667085;
      font-size: 12px;
      line-height: 1.45;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
      gap: 22px;
      align-items: start;
    }

    .contact-card {
      padding: 28px;
    }

    .contact-card-header {
      margin-bottom: 22px;
    }

    .contact-card-header h2 {
      margin: 0 0 6px;
      color: #172033;
      font-size: 22px;
    }

    .contact-card-header p {
      margin: 0;
      color: #667085;
      font-size: 13px;
      line-height: 1.5;
    }

    .contact-aside {
      position: sticky;
      top: 20px;
      padding: 24px;
    }

    .contact-aside h2 {
      margin-top: 0;
      color: #172033;
      font-size: 20px;
    }

    .contact-address {
      margin: 14px 0 18px;
      padding: 12px 13px;
      border: 1px solid #bfd0f6;
      border-radius: 10px;
      background: #f4f7ff;
      word-break: break-word;
    }

    .contact-address a {
      color: #175cd3;
      font-weight: 800;
      text-decoration: none;
    }

    .contact-address a:hover,
    .contact-address a:focus-visible {
      text-decoration: underline;
    }

    .aside-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .aside-item {
      padding-top: 12px;
      border-top: 1px solid #e7ebf0;
    }

    .aside-item strong {
      display: block;
      margin-bottom: 4px;
      color: #344054;
      font-size: 13px;
    }

    .aside-item p {
      margin: 0;
      color: #667085;
      font-size: 12px;
      line-height: 1.5;
    }

    .privacy-note {
      margin-top: 20px;
      padding: 13px 14px;
      border: 1px solid #b7dfc5;
      border-radius: 10px;
      color: #28714a;
      background: #f3fbf6;
      font-size: 12px;
      line-height: 1.55;
    }

    .privacy-note a {
      color: #17663a;
      font-weight: 800;
    }

    .alert {
      margin-bottom: 20px;
    }

    .primary-button {
      min-width: 180px;
      min-height: 44px;
    }

    @media (max-width: 900px) {
      .contact-reasons {
        grid-template-columns: 1fr;
      }

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

      .contact-aside {
        position: static;
      }
    }

    @media (max-width: 700px) {
      .contact-hero {
        padding: 28px 22px;
        border-radius: 17px;
      }

      .contact-card,
      .contact-aside {
        padding: 20px;
      }

      .primary-button {
        width: 100%;
      }
    }
