/* ==========================================================================
   PAGE PYTHON — accents or / bleu (identité Python)
   ========================================================================== */
.page-python {
  --page-accent-grad: linear-gradient(120deg, #f5c97b, #5cc8f8);
  --page-accent-glow: rgba(245, 201, 123, 0.5);
  --page-accent-soft: rgba(245, 201, 123, 0.14);
}

.grad-text--python {
  background: linear-gradient(110deg, #f5c97b 10%, #5cc8f8 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-python { --eyebrow-color: #f5c97b; }

.card__icon--python {
  background: linear-gradient(120deg, #f5c97b, #5cc8f8);
  box-shadow: 0 10px 26px -8px rgba(245, 201, 123, 0.55);
  font-size: 1.35rem;
}

.page-python .card:hover::before {
  background: linear-gradient(120deg, #f5c97b, #5cc8f8);
}
