.contact-page {
  min-height: 80vh;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(255, 138, 31, 0.1),
      transparent 32%
    ),
    linear-gradient(180deg, #111111 0%, #0d0d0d 45%, #090909 100%);
  padding: 4rem 1.5rem;
  display: flex;
  align-items: center;
}
.contact-shell {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-header {
  text-align: center;
}
.contact-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e85d26;
  margin-bottom: 12px;
}
.contact-header h1 {
  font-size: 42px;
  font-weight: 700;
  color: #f0f0f0;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.contact-sub {
  font-size: 16px;
  color: #555;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.contact-card {
  background: #0f0f0f;
  border: 1px solid #333;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  transition: border-color 0.2s;
}
.contact-card:hover {
  border-color: rgba(255, 138, 31, 0.45);
}
.contact-icon {
  font-size: 28px;
  margin-bottom: 16px;
}
.contact-card h2 {
  font-size: 15px;
  font-weight: 600;
  color: #ccc;
  margin-bottom: 8px;
}
.contact-card p {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 10px;

  background: linear-gradient(
    135deg,
    var(--color-orange-light),
    var(--color-orange-dark)
  );
  color: #fff;
  border: 1px solid rgba(255, 138, 31, 0.45);
  box-shadow: 0 0 28px rgba(255, 138, 31, 0.18);

  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: 0.2s ease;
}

.contact-btn:hover {
  filter: brightness(1.08);
  color: #fff;
}

.contact-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-info p {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.support-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.support-header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #f1f1f1;
  margin-bottom: 18px;
  font-weight: 900;
}

.support-header p {
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.support-card {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(18, 18, 20, 0.98),
    rgba(7, 7, 7, 0.98)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.support-card-main {
  border-color: rgba(255, 138, 31, 0.35);
  box-shadow: 0 0 55px rgba(255, 138, 31, 0.08);
}

.support-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 138, 31, 0.12);
  border: 1px solid rgba(255, 138, 31, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.support-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 14px;
  text-align: center;
}

.support-card p {
  color: #9a9a9a;
  font-size: 0.95rem;
  line-height: 1.7;
}

.support-badge {
  display: inline-flex;
  margin-top: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #f3f3f3;
  background: rgba(255, 138, 31, 0.12);
  border: 1px solid rgba(255, 138, 31, 0.28);
  font-size: 0.78rem;
  font-weight: 700;
}

.support-card ul {
  list-style: none;
  margin-top: 26px;
}

.support-card li {
  color: #d0d0d0;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.support-card li::before {
  content: "✓";
  color: #22c55e;
  margin-right: 10px;
}

.support-whatsapp-logo {
  width: 54px;
  height: 54px;
  margin: 28px auto 22px;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px rgba(34, 197, 94, 0.12);
}

.support-whatsapp-logo svg {
  width: 30px;
  height: 30px;
  display: block;
}

.whatsapp-bg {
  fill: #22c55e;
}

.whatsapp-phone {
  fill: #ffffff;
}

.support-email-logo {
  width: 54px;
  height: 54px;
  margin: 28px auto 22px;
  border-radius: 14px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.28);
  box-shadow: 0 0 24px rgba(239, 68, 68, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-email-logo svg {
  width: 30px;
  height: 30px;
  display: block;
}

.email-bg {
  fill: #ef4444;
}

.email-line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.support-card-link .support-card {
  height: 100%;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.support-whatsapp-card:hover .support-card {
  border-color: rgba(34, 197, 94, 0.58);
  box-shadow:
    0 0 42px rgba(34, 197, 94, 0.26),
    0 0 90px rgba(34, 197, 94, 0.12),
    inset 0 0 24px rgba(34, 197, 94, 0.04);
}

.support-email-card:hover .support-card {
  border-color: rgba(239, 68, 68, 0.58);
  box-shadow:
    0 0 42px rgba(239, 68, 68, 0.26),
    0 0 90px rgba(239, 68, 68, 0.12),
    inset 0 0 24px rgba(239, 68, 68, 0.04);
}

.support-main-logo {
  width: 54px;
  height: 54px;
  margin: 32px auto 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-main-logo svg {
  width: 30px;
  height: 30px;
  display: block;
}

.support-main-logo svg path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-main-card:hover .support-card {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.1);
}

/* ==========================
   TABLETTE
========================== */

@media (max-width: 1024px) {

  .contact-page {
    padding: 3rem 1.2rem;
  }

  .contact-shell {
    gap: 2.5rem;
    max-width: 900px;
  }

  .contact-header h1 {
    font-size: 36px;
  }

  .contact-sub {
    font-size: 15px;
    padding: 0 20px;
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .support-card {
    padding: 28px 22px;
  }

  .support-card h3 {
    font-size: 1.15rem;
  }

  .support-card p {
    font-size: 0.9rem;
  }

  .support-whatsapp-logo,
  .support-email-logo,
  .support-main-logo {
    width: 50px;
    height: 50px;
  }

}


/* ==========================
   TABLETTE PORTRAIT / PETIT
========================== */

@media (max-width: 820px) {

  .contact-page {
    min-height: auto;
    padding: 2.5rem 1rem;
  }


  .contact-header h1 {
    font-size: 32px;
  }


  .contact-eyebrow {
    font-size: 10px;
  }


  .contact-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    width: 100%;
    margin: auto;
  }


  .support-card {
    padding: 30px;
  }


}


/* ==========================
   MOBILE
========================== */

@media (max-width: 600px) {


  .contact-page {
    padding: 2rem 0.8rem;
    align-items: flex-start;
  }


  .contact-shell {
    gap: 2rem;
  }


  .contact-header h1 {
    font-size: 28px;
    letter-spacing: -0.02em;
  }


  .contact-sub {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
  }


  .contact-grid {
    gap: 14px;
  }


  .support-card {
    padding: 24px 18px;
    border-radius: 16px;
  }


  .support-card h3 {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }


  .support-card p {
    font-size: 0.85rem;
    line-height: 1.6;
  }


  .support-whatsapp-logo,
  .support-email-logo,
  .support-main-logo {

    width: 46px;
    height: 46px;

    margin-top: 22px;
    margin-bottom: 16px;
  }


  .support-whatsapp-logo svg,
  .support-email-logo svg,
  .support-main-logo svg {

    width: 26px;
    height: 26px;

  }


  .contact-info p {
    font-size: 12px;
  }

}


/* ==========================
   PETITS MOBILES
========================== */

@media (max-width: 380px) {


  .contact-header h1 {
    font-size: 25px;
  }


  .support-card {
    padding: 22px 15px;
  }


  .support-card h3 {
    font-size: 1rem;
  }


  .support-card p {
    font-size: 0.82rem;
  }

}
