/* ═══════════════════════════════════════════════════════════
   GSAP Brand Banner
   ═══════════════════════════════════════════════════════════ */
.tkg-panel {
  background: linear-gradient(140deg, #071829 0%, #0D2237 48%, #0E2C44 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 48px 24px 88px;
  box-shadow: 0 16px 48px rgba(7,24,41,.45), 0 4px 12px rgba(7,24,41,.3);
}
.tkg-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.tkg-orb-1 {
  width: 600px; height: 600px; top: -220px; right: -130px;
  background: radial-gradient(circle, rgba(48,137,197,.22) 0%, transparent 68%);
}
.tkg-orb-2 {
  width: 480px; height: 480px; bottom: -160px; left: -110px;
  background: radial-gradient(circle, rgba(249,193,59,.15) 0%, transparent 68%);
}
.tkg-orb-3 {
  width: 360px; height: 360px; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(16,188,105,.11) 0%, transparent 68%);
}
.tkg-dot { position: absolute; border-radius: 50%; pointer-events: none; }
.tkg-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
}
.tkg-name {
  font-family: var(--heading-font);
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 900; line-height: 1; letter-spacing: -0.05em;
  display: flex; align-items: baseline; user-select: none;
}
.tkg-word { display: inline-flex; }
.tkg-c    { display: inline-block; }
.tkg-tou .tkg-c, .tkg-dou .tkg-c { color: #7EC8EF; }
.tkg-ki  .tkg-c                   { color: #F9C13B; }
.tkg-line {
  width: 180px; height: 5px; border-radius: 999px;
  background: linear-gradient(90deg, #3089C5 0%, #F9C13B 50%, #10BC69 100%);
  transform-origin: left center; margin: 22px auto 24px;
  box-shadow: 0 0 24px rgba(249,193,59,.42);
}
.tkg-tagline {
  font-size: clamp(0.9rem, 3.8vw, 1.38rem) !important;
  color: rgba(255,255,255,.80) !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  margin: 0 0 10px !important;
  text-align: center !important;
  hyphens: none !important;
  white-space: nowrap;
}
.tkg-subtag {
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  color: rgba(255,255,255,.45);
  letter-spacing: 0.04em;
  margin: 0 0 30px;
  text-align: center;
}
.tkg-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; border-radius: 14px;
  background: linear-gradient(135deg, #F9C13B 0%, #e6a800 100%);
  color: #071829 !important; font-weight: 800; font-size: .96rem;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(249,193,59,.40);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.tkg-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(249,193,59,.55);
  color: #071829 !important;
}
@media (max-width: 768px) {
  .tkg-panel { min-height: unset; padding: 56px 20px 88px; }
  .tkg-line  { width: 130px; }
}

/* ── Scène du van ── */
.tkg-road-scene {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 72px; pointer-events: none; overflow: visible; z-index: 3;
}
.tkg-road-strip {
  position: absolute; bottom: 0; left: -4px; right: -4px;
  height: 34px;
  background: linear-gradient(180deg, #0b1e32 0%, #071220 100%);
  border-top: 1.5px solid rgba(255,255,255,.07);
}
.tkg-road-strip::after {
  content: ''; position: absolute;
  top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%);
  background: repeating-linear-gradient(
    90deg, rgba(255,255,255,.35) 0, rgba(255,255,255,.35) 32px,
    transparent 32px, transparent 68px
  );
  background-size: 100px 2px;
  animation: tkg-road-dash 1.4s linear infinite;
}
@keyframes tkg-road-dash {
  from { background-position-x: 0; }
  to   { background-position-x: -100px; }
}
.tkg-van-anim {
  position: absolute; bottom: 20px; left: 0;
  height: 72px; width: auto; will-change: transform;
  transform: translateX(-380px);
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.55));
}
.tkg-speed-lines {
  position: absolute; bottom: 36px; left: -380px;
  width: 140px; height: 20px; opacity: 0; pointer-events: none;
  display: flex; flex-direction: column; gap: 4px; justify-content: center;
}
.tkg-speed-lines span {
  display: block; height: 2px; border-radius: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.55) 40%, transparent 100%);
}
.tkg-speed-lines span:nth-child(1) { width: 70%; }
.tkg-speed-lines span:nth-child(2) { width: 100%; }
.tkg-speed-lines span:nth-child(3) { width: 55%; }
.tkg-exhaust {
  position: absolute; bottom: 58px; left: -380px;
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(200,220,255,.18); opacity: 0;
  pointer-events: none; filter: blur(4px);
}
@media (max-width: 640px) {
  .tkg-van-anim   { height: 54px; }
  .tkg-road-scene { height: 58px; }
}

/* ═══════════════════════════════════════════════════════════
   Section formulaire
   ═══════════════════════════════════════════════════════════ */
.elig-section {
  background: #f1f5f9;
  padding: 52px 0 72px;
}

/* Carte principale — shadow prononcé */
.elig-card {
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 32px 72px rgba(7,24,41,.16),
    0 8px 24px rgba(7,24,41,.10),
    0 2px 6px rgba(7,24,41,.06);
  overflow: hidden;
}

/* Bandeau de rareté */
.elig-scarcity {
  background: linear-gradient(135deg, #071829 0%, #0D2237 100%);
  padding: 14px 28px;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.elig-scarcity-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239,68,68,.25);
  flex-shrink: 0;
  animation: pulse-red 1.8s ease-in-out infinite;
}
@keyframes pulse-red {
  0%, 100% { box-shadow: 0 0 0 3px rgba(239,68,68,.25); }
  50%       { box-shadow: 0 0 0 6px rgba(239,68,68,.10); }
}
.elig-scarcity-text {
  font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.78);
  letter-spacing: .03em;
}
.elig-scarcity-text strong { color: #F9C13B; }

/* En-tête de la carte */
.elig-header {
  padding: 30px 36px 24px;
  border-bottom: 1px solid #f1f5f9;
}
.elig-header h2 {
  font-size: 1.2rem; font-weight: 800; color: #071829; margin: 0 0 6px;
}
.elig-header p {
  font-size: 13px; color: #64748b; margin: 0; line-height: 1.55;
}

/* Blocs de champs */
.elig-block {
  padding: 24px 36px;
}
.elig-block + .elig-block {
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}
.elig-block-title {
  font-size: 11px; font-weight: 700; color: #94a3b8;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 16px;
}

/* Champs */
.elig-block label  { font-size: 13px; font-weight: 600; color: #374151; }
.elig-block .form-control,
.elig-block .form-select {
  border-radius: 9px; border: 1.5px solid #e2e8f0;
  font-size: 14px; padding: 10px 14px;
  transition: border-color .18s, box-shadow .18s;
  background: #fff;
}
.elig-block .form-control:focus,
.elig-block .form-select:focus {
  border-color: #3089C5;
  box-shadow: 0 0 0 3px rgba(48,137,197,.12);
  outline: none;
}

/* Pied de carte */
.elig-footer {
  padding: 24px 36px 28px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}
.elig-submit {
  background: linear-gradient(135deg, #071829 0%, #0D2237 100%);
  color: #fff; border: none;
  padding: 15px 32px; border-radius: 10px;
  font-size: 15px; font-weight: 700; width: 100%;
  cursor: pointer; transition: transform .18s, box-shadow .18s;
  letter-spacing: .3px;
  box-shadow: 0 8px 24px rgba(7,24,41,.28);
}
.elig-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(7,24,41,.38);
}

/* Signaux de confiance */
.elig-trust {
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
  margin-top: 16px;
}
.elig-trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 11.5px; color: #94a3b8;
}
.elig-trust-item i { color: #10BC69; font-size: 13px; }

@media (max-width: 680px) {
  .elig-header, .elig-block, .elig-footer { padding-left: 20px; padding-right: 20px; }
  .elig-section { padding: 36px 12px 56px; }
}
