/* ══════════════════════════════
   PAGE LIENS — QWEST LINKTREE
   ══════════════════════════════ */
* { box-sizing: border-box; }

.qwl-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  font-family: inherit;
  min-height: 100vh;
}

/* Profil */
.qwl-profile { text-align: center; margin-bottom: 20px; }
.qwl-avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.15);
  margin-bottom: 10px;
  display: block;
  margin-left: auto; margin-right: auto;
}
.qwl-profile-name {
  font-size: 17px; font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 4px;
}
.qwl-tagline {
  font-size: 13px; opacity: 0.6; font-style: italic;
}

/* Réseaux sociaux */
.qwl-socials {
  display: flex; justify-content: center; gap: 16px;
  margin-bottom: 28px;
}
.qwl-social {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  text-decoration: none; transition: transform 0.15s ease, opacity 0.15s;
  opacity: 0.75;
}
.qwl-social:hover { transform: scale(1.15); opacity: 1; }
.qwl-social--instagram { color: #E1306C; }
.qwl-social--tiktok    { color: #ffffff; }
.qwl-social--facebook  { color: #1877F2; }

/* Section */
.qwl-section { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.qwl-section-title {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; opacity: 0.45; margin-bottom: 4px;
}

/* Bouton emoji */
.qwl-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none;
  font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
  padding: 16px 20px;
  border-radius: 0;
  box-shadow: inset 4px 4px 0px -1px rgba(255,255,255,0.25);
  transition: transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.qwl-btn:hover  { transform: scale(1.03); text-decoration: none; }
.qwl-btn:active { transform: scale(0.98); }
.qwl-btn-icon   { font-size: 18px; line-height: 1; flex-shrink: 0; }

/* Card image */
.qwl-card-link {
  display: block; text-decoration: none; overflow: hidden;
  border: 1px solid; border-radius: 0;
  transition: transform 0.15s ease;
  position: relative;
}
.qwl-card-link:hover { transform: scale(1.02); }
.qwl-card-img {
  width: 100%; height: 120px; object-fit: cover; display: block;
}
.qwl-card-label {
  padding: 12px 16px; font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
}

/* Événements */
.qwl-event {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 1px solid; padding: 14px 16px;
  text-decoration: none; transition: background 0.15s, transform 0.15s;
}
.qwl-event--link:hover { transform: scale(1.02); }
.qwl-event-left  { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; }
.qwl-event-emoji { font-size: 20px; line-height: 1; flex-shrink: 0; }
.qwl-event-name  { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.qwl-event-type  { font-size: 11px; opacity: 0.45; margin-top: 2px; }
.qwl-event-right { text-align: right; flex-shrink: 0; }
.qwl-event-date  { font-size: 12px; font-weight: 600; opacity: 0.75; }
.qwl-event-price { font-size: 11px; opacity: 0.45; margin-top: 2px; }
.qwl-event-cta   { font-size: 12px; font-weight: 700; margin-top: 4px; }

.qwl-empty { font-size: 14px; opacity: 0.45; font-style: italic; text-align: center; padding: 20px 0; }

/* Couleurs réseaux sociaux additionnels */
.qwl-social--youtube  { color: #FF0000; }
.qwl-social--linkedin { color: #0A66C2; }
.qwl-social--snapchat { color: #FFFC00; }
.qwl-social--twitter  { color: #ffffff; }
