    :root {
      --afri-vert: #228B22;
      --afri-orange: #FFA500;
      --afri-jaune: #FFD700;
      --afri-rouge: #FF4500;
      --afri-fonce: #040913;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: 'Poppins', sans-serif;
      background-color: white;
      color: white;
      display: flex;
      flex-direction: column;
    }

    /* NAVBAR */
    .navbar-afri {
      background: white;
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgb(236, 231, 231);
    }

    .navbar-brand {
      font-weight: 700;
      letter-spacing: 0.4px;
      color: #169248;
      display: flex;
      margin-left: 10px;
      align-items: center;
      gap: 0.4rem;
    }

    .navbar-brand span.logo-earth {
      font-size: 1.4rem;
    }

    .nav-link {
      color: #14532d !important;
      font-weight: 500;
      position: relative;
      font-size: 0.9rem;
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--afri-vert), var(--afri-orange));
      transition: width 0.2s ease;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    /* HERO */
    main {
      flex: 1;
      display: flex;
      align-items: center;
      padding-top: 4.25rem;
    }

    .hero {
      width: 100%;
      min-height: calc(100vh - 4.25rem);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem 1.25rem 3rem;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: white;
      background-position: center;
      z-index: -3;
    }

    /* Wax subtil */


    .hero-pattern {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.08) 75%, transparent 75%, transparent);
      background-size: 38px 38px;
      opacity: 0.12;
      mix-blend-mode: soft-light;
      pointer-events: none;
      z-index: -1;
    }

    .hero-content {
      max-width: 1100px;
      width: 100%;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.3rem 0.8rem;
      border-radius: 999px;
      border: 1px solid rgba(27, 27, 26, 0.4);
      background: rgba(34, 139, 34, 0.18);
      color: rgb(124, 120, 113);
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      margin-bottom: 0.85rem;
    }

    .hero-badge i {
      color: var(--afri-vert);
    }

    .hero-title {
      font-size: clamp(1.9rem, 3.1vw, 2.5rem);
      font-weight: 700;
      color: rgb(15, 15, 15);
    }

    .hero-subtitle {
      font-size: 0.95rem;
      color: rgba(92, 93, 95, 0.9);
      max-width: 500px;
    }

    /* CARD INSCRIPTION */
    .register-card {
      background: rgba(255, 255, 255, 0.97);
      border-radius: 1.25rem;
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 1.8rem 1.7rem;
      color: #111827;
      position: relative;
      overflow: hidden;
      transform: translateY(0);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .register-card::before {
      content: "";
      position: absolute;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 215, 0, 0.28), transparent 60%);
      top: -90px;
      right: -70px;
      opacity: 0.7;
      z-index: -1;
    }

    .register-card::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 165, 0, 0.3), transparent 60%);
      bottom: -60px;
      left: -40px;
      opacity: 0.7;
      z-index: -1;
    }

    .register-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
    }

    .register-title {
      font-size: 1.35rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
      color: #0f172a;
    }

    .register-subtitle {
      font-size: 0.85rem;
      color: #4b5563;
      margin-bottom: 1rem;
    }

    .form-label {
      font-size: 0.8rem;
      font-weight: 600;
      color: #374151;
    }

    .form-control {
      font-size: 0.86rem;
      padding: 0.65rem 0.75rem;
      border-radius: 0.7rem;
      border: 1px solid #d1d5db;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    }

    .form-control:focus {
      border-color: var(--afri-vert);
      box-shadow: 0 0 0 0.12rem rgba(34, 139, 34, 0.25);
      outline: none;
      transform: translateY(-1px);
    }

    .input-group-text {
      border-radius: 0 0.7rem 0.7rem 0;
      background-color: #f3f4f6;
      border-color: #d1d5db;
      cursor: pointer;
    }

    .toggle-password {
      color: #6b7280;
      transition: color 0.2s ease, transform 0.15s ease;
    }

    .toggle-password:hover {
      color: var(--afri-vert);
      transform: scale(1.05);
    }

    .form-check-label {
      font-size: 0.8rem;
      color: #4b5563;
    }

    .form-check-input:checked {
      background-color: var(--afri-vert);
      border-color: var(--afri-vert);
    }

    .btn-afri-secondary {
      background: var(--afri-orange);
      border: none;
      color: #111827;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 0.7rem 0.9rem;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      width: 100%;
      box-shadow: 0 12px 30px rgba(255, 165, 0, 0.45);
      transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
    }

    .btn-afri-secondary:hover {
      transform: scale(1.05) translateY(-1px);
      box-shadow: 0 16px 40px rgba(255, 165, 0, 0.6);
      filter: brightness(1.05);
    }

    .btn-afri-secondary:active {
      transform: scale(0.98) translateY(1px);
      box-shadow: 0 7px 18px rgba(255, 165, 0, 0.5);
    }

    .helper-text {
      font-size: 0.75rem;
      color: #6b7280;
    }

    .text-accent {
      color: var(--afri-rouge);
    }

    /* FOOTER */
    footer {
      background: #02070f;
      color: #9ca3af;
      font-size: 0.8rem;
      padding: 0.9rem 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-links a {
      color: #e5e7eb;
      text-decoration: none;
      margin-right: 1rem;
      font-weight: 500;
      font-size: 0.8rem;
      position: relative;
    }

    .footer-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      height: 1px;
      background: linear-gradient(90deg, var(--afri-orange), var(--afri-jaune));
      transition: width 0.2s ease;
    }

    .footer-links a:hover::after {
      width: 100%;
    }

    .footer-social a {
      color: #e5e7eb;
      margin-left: 0.75rem;
      font-size: 1.05rem;
      transition: color 0.2s ease, transform 0.15s ease;
    }

    .footer-social a:hover {
      color: var(--afri-jaune);
      transform: translateY(-1px);
    }

    /* Responsive */
    @media (min-width: 768px) {
      .hero {
        padding-inline: 3rem;
      }

      .register-card {
        padding: 2rem 2.1rem;
      }
    }

    @media (min-width: 992px) {
      .hero {
        padding-inline: 4.5rem;
      }

      .hero-title {
        font-size: 2.4rem;
      }
    }