.dsc-info {
  position: relative;
  min-height: 100vh;
  background: #070a12;
  color: #e5e7eb;
}

.dsc-info__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 18% 12%, rgba(59, 130, 246, 0.45), rgba(0, 0, 0, 0) 60%),
    radial-gradient(820px 420px at 92% 18%, rgba(236, 72, 153, 0.32), rgba(0, 0, 0, 0) 55%),
    radial-gradient(760px 520px at 45% 96%, rgba(16, 185, 129, 0.22), rgba(0, 0, 0, 0) 58%),
    radial-gradient(680px 420px at 70% 70%, rgba(245, 158, 11, 0.14), rgba(0, 0, 0, 0) 55%);
  opacity: 0.95;
  pointer-events: none;
}

.dsc-info__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.22;
  pointer-events: none;
}

.dsc-info__wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 16px 56px;
}

.dsc-info__hero {
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(10px);
}

.dsc-info__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dsc-info__logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.dsc-info__brand-text {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #fff;
}

.dsc-info__accent {
  color: #f59e0b;
}

.dsc-info__title {
  margin: 14px 0 8px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

.dsc-info__subtitle {
  margin: 0;
  color: rgba(229, 231, 235, 0.86);
  font-size: 14px;
  line-height: 1.6;
}

.dsc-info__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.dsc-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
}

.dsc-info__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e5e7eb;
  background: rgba(0, 0, 0, 0.18);
}

.dsc-info__btn--primary {
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #0b1220;
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.dsc-info__content {
  margin-top: 14px;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(10px);
}

.dsc-info__content > *:first-child {
  margin-top: 0;
}

.dsc-info__content h2,
.dsc-info__content h3 {
  color: #fff;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.dsc-info__content p,
.dsc-info__content li {
  color: rgba(229, 231, 235, 0.88);
  line-height: 1.8;
  font-size: 14px;
}

.dsc-info__content a {
  color: #fbbf24;
}

.dsc-contact-grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.dsc-contact-card {
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(10px);
}

.dsc-contact-card h2,
.dsc-contact-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.dsc-contact-meta {
  display: grid;
  gap: 10px;
}

.dsc-contact-meta__row {
  display: grid;
  gap: 2px;
}

.dsc-contact-meta__label {
  font-weight: 800;
  font-size: 12px;
  color: rgba(229, 231, 235, 0.75);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dsc-contact-meta__value {
  color: rgba(229, 231, 235, 0.9);
  font-size: 14px;
  line-height: 1.6;
}

.dsc-contact-meta__value a {
  color: #fbbf24;
}

.dsc-contact-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.16);
  color: rgba(229, 231, 235, 0.92);
}

.dsc-contact-social:hover,
.dsc-contact-social:focus {
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.14);
}

.dsc-contact-social__ico {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dsc-contact-social__ico svg {
  display: block;
}

.dsc-contact-form {
  display: grid;
  gap: 10px;
}

.dsc-contact-form__row {
  display: grid;
  gap: 6px;
}

.dsc-contact-form label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.dsc-contact-form input[type="text"],
.dsc-contact-form input[type="email"],
.dsc-contact-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  color: #e5e7eb;
  padding: 10px 12px;
  outline: none;
}

.dsc-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.dsc-contact-form input:focus,
.dsc-contact-form textarea:focus {
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

.dsc-contact-form__hint {
  margin: 0;
  font-size: 12px;
  color: rgba(229, 231, 235, 0.72);
  line-height: 1.5;
}

.dsc-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #0b1220;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
}

.dsc-contact-alert {
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(229, 231, 235, 0.92);
}

.dsc-contact-alert--ok {
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.12);
}

.dsc-contact-alert--err {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.12);
}

@media (min-width: 740px) {
  .dsc-info__wrap {
    padding: 44px 20px 70px;
  }
  .dsc-info__title {
    font-size: 42px;
  }
  .dsc-contact-grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: start;
  }
}

/* Modernisation léger complémentaire */
body.dsc-site .dsc-info__hero,
body.dsc-site .dsc-info__content,
body.dsc-site .dsc-contact-card {
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

body.dsc-site .dsc-info__title {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}

body.dsc-site .dsc-info__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 34px rgba(245, 158, 11, 0.25);
}

body.dsc-site .dsc-contact-form__submit {
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(245, 158, 11, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  body.dsc-site .dsc-info__btn--primary:hover {
    transform: none;
  }
}

