/* ── Hero ── */
.gi-hero { text-align: center; padding: 48px 24px 0; }
.gi-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(173,33,132,0.1); border: 1px solid rgba(173,33,132,0.25);
  border-radius: 100px; padding: 6px 16px;
  font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 12px;
  color: rgba(255,255,255,0.75); letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.gi-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #AD2184; animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse { 0%,100%{opacity:1;} 50%{opacity:0.4;} }
.gi-h1 {
  font-family: 'Poppins',sans-serif; font-weight: 800;
  font-size: clamp(26px, 4vw, 42px); line-height: 1.2;
  color: #fff; margin-bottom: 16px;
}
.gi-h1 span {
  background: linear-gradient(120deg, #AD2184, #F4A0CC);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.gi-sub {
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 1.7; max-width: 560px; margin: 0 auto 32px;
}

/* ── Formulaire ── */
.gi-wrap * { box-sizing: border-box; }
.gi-card {
  background: #0F0F1E;
  border: 1px solid rgba(173,33,132,0.25);
  border-radius: 20px;
  padding: 40px 36px;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.gi-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.gi-card .gi-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 28px;
  line-height: 1.6;
  max-width: none;
}
.gi-field {
  margin-bottom: 14px;
  text-align: left;
}
.gi-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.gi-input {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  padding: 13px 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gi-input:focus {
  border-color: rgba(173,33,132,0.6);
  box-shadow: 0 0 0 3px rgba(173,33,132,0.12);
}
.gi-input::placeholder { color: rgba(255,255,255,0.28); }
.gi-input.has-err { border-color: #F4A0CC !important; }
.gi-err { display:none; color: #F4A0CC; font-size:12px; margin-top:5px; }
.gi-phone-row { display:flex; gap:8px; }
.gi-select-indicatif {
  width: 110px; flex-shrink: 0;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  padding: 13px 10px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none; cursor: pointer;
  transition: border-color 0.2s;
  appearance: none; -webkit-appearance: none;
}
.gi-select-indicatif:focus { border-color: rgba(173,33,132,0.6); }
.gi-select-indicatif option { background: #0F0F1E; color: #fff; }
.gi-err.show { display:block; }
.gi-btn {
  width: 100%;
  padding: 15px 28px;
  background: linear-gradient(135deg, #AD2184, #5C1890);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity 0.2s, transform 0.2s;
}
.gi-btn:hover { opacity: 0.88; transform: translateY(-2px); color: #fff !important; background: linear-gradient(135deg, #AD2184, #5C1890) !important; }
.gi-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.gi-trust {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.gi-trust span {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}
/* ── Succès ── */
.gi-success { display: none; text-align: center; padding: 8px 0; }
.gi-success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(61,220,132,0.1);
  border: 1px solid rgba(61,220,132,0.3);
  color: #3DDC84;
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.gi-success h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.gi-success p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin-bottom: 24px;
}
.gi-dl-btn {
  display: inline-block;
  background: linear-gradient(135deg, #AD2184, #5C1890);
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
  transition: opacity 0.2s, transform 0.2s;
}
.gi-dl-btn:hover { opacity: 0.88; transform: translateY(-2px); color: #fff !important; background: linear-gradient(135deg, #AD2184, #5C1890) !important; }
.gi-diag-block {
  background: linear-gradient(135deg, rgba(173,33,132,0.12), rgba(92,24,144,0.12));
  border: 1px solid rgba(173,33,132,0.35);
  border-radius: 14px;
  padding: 20px 24px;
  margin-top: 20px;
  text-align: center;
}
.gi-diag-block-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}
.gi-diag-block-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin-bottom: 16px;
}
.gi-diag-cta {
  display: inline-block;
  background: linear-gradient(135deg, #AD2184, #5C1890);
  color: #fff;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 4px 20px rgba(173,33,132,0.35);
}
.gi-diag-cta:hover { opacity: 0.88; transform: translateY(-2px); color: #fff !important; background: linear-gradient(135deg, #AD2184, #5C1890) !important; }
.gi-diag-hint {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  margin-top: 10px;
}
