/* ═══════════════════════════════════════
   single-perfil.css  — CiaHot v2
   Importar em: veluria-theme/assets/css/
   Enqueue em: functions.php
═══════════════════════════════════════ */

/* ── Layout base ── */
.sp-page { background: var(--clr-bg); color: var(--clr-text); padding-bottom: 4rem; }
.sp-container { max-width: 1080px; margin: 0 auto; padding: 1.5rem 1.25rem; }

.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .sp-grid { grid-template-columns: 1fr; }
}

/* ── Seções full-width ── */
.sp-section--full { grid-column: 1 / -1; }
.sp-divider { height: 0.5px; background: #1e1e1e; margin: 0.5rem 0; }
.sp-section { margin-top: 1.25rem; }
.sp-section-label {
  font-size: 0.68rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--clr-text-2);
  margin-bottom: 0.6rem;
}
.sp-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

/* ── Stories ── */
.sp-stories-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.sp-story-ring {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--clr-gold);
  background: var(--clr-surface);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; overflow: hidden; flex-shrink: 0;
  padding: 0;
}
.sp-story-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.sp-stories-label { font-size: 0.72rem; color: var(--clr-text-2); }

/* ── Foto principal ── */
.sp-main-photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a1a;
  aspect-ratio: 3/4;
  max-height: 500px;
}
.sp-main-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: opacity 0.2s;
}

/* Badges sobrepostos */
.sp-badge {
  position: absolute;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 3px 10px;
  border-radius: 4px;
}
.sp-badge-plano { top: 10px; left: 10px; }
.sp-badge--vip     { background: var(--clr-gold); color: #080808; }
.sp-badge--premium { background: var(--clr-gold-dark); color: #f0ede8; }
.sp-badge--basico  { background: #2a2a2a; color: var(--clr-text-2); }
.sp-badge--gratis  { background: #2a2a2a; color: var(--clr-text-2); }

.sp-badge-verif {
  top: 10px; right: 10px;
  background: rgba(8,8,8,.85);
  border: 0.5px solid var(--clr-success);
  color: var(--clr-success);
  display: flex; align-items: center; gap: 4px;
}
.sp-badge-online {
  bottom: 10px; left: 10px;
  background: rgba(8,8,8,.85);
  border: 0.5px solid var(--clr-success);
  color: var(--clr-success);
  display: flex; align-items: center; gap: 5px;
}
.sp-badge-online::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--clr-success);
  display: inline-block;
}

/* ── Thumbnails ── */
.sp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 8px;
}
.sp-thumb {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  border: 0.5px solid #2a2a2a;
  cursor: pointer;
  transition: border-color 0.15s;
}
.sp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-thumb--active { border-color: var(--clr-gold); }
.sp-thumb:hover { border-color: var(--clr-gold-dark); }

/* ── Coluna direita ── */
.sp-top-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.sp-pill-badge {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.8px;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-flex; align-items: center; gap: 4px;
}
.sp-pill-badge--vip     { background: var(--clr-gold); color: #080808; }
.sp-pill-badge--premium { background: var(--clr-gold-dark); color: #f0ede8; }
.sp-pill-badge--basico  { background: #2a2a2a; color: var(--clr-text-2); border: 0.5px solid #3a3a3a; }
.sp-pill-badge--gratis  { background: #2a2a2a; color: var(--clr-text-2); border: 0.5px solid #3a3a3a; }
.sp-pill-badge--verif   {
  background: transparent;
  border: 0.5px solid var(--clr-success);
  color: var(--clr-success);
}

.sp-name {
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.85rem;
  font-style: italic;
  color: var(--clr-text);
  line-height: 1.1;
  font-weight: 400;
}
.sp-age { color: var(--clr-gold); }

.sp-location {
  font-size: 0.78rem;
  color: var(--clr-text-2);
  display: flex; align-items: center; gap: 5px;
  margin-top: 6px;
}
.sp-location svg { color: var(--clr-gold); flex-shrink: 0; }

/* Estrelas */
.sp-stars { display: flex; align-items: center; gap: 3px; margin-top: 8px; }
.sp-stars-label { font-size: 0.75rem; color: var(--clr-text-2); margin-left: 5px; }

/* Meta */
.sp-meta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 8px; }
.sp-meta-item {
  font-size: 0.72rem; color: var(--clr-text-2);
  display: flex; align-items: center; gap: 4px;
}

/* ── CTAs ── */
.sp-btn-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #25D366; border-radius: 8px;
  padding: 0.85rem 1.25rem;
  font-size: 0.9rem; font-weight: 600; color: #fff;
  text-decoration: none;
  margin-top: 1rem;
  transition: background 0.15s;
}
.sp-btn-whatsapp:hover { background: #1ebe5d; }

.sp-secondary-btns { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 8px; }

.sp-btn-tel {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent;
  border: 0.5px solid #2a2a2a; border-radius: 8px;
  padding: 0.6rem 1rem;
  font-size: 0.78rem; color: var(--clr-text-2);
  text-decoration: none;
  transition: border-color 0.15s;
}
.sp-btn-tel:hover { border-color: var(--clr-gold-dark); }

.sp-btn-fav {
  display: flex; align-items: center; justify-content: center;
  background: transparent;
  border: 0.5px solid #2a2a2a; border-radius: 8px;
  padding: 0.6rem 0.75rem;
  cursor: pointer; color: var(--clr-text-2);
  transition: border-color 0.15s;
}
.sp-btn-fav:hover { border-color: #cf6679; }
.sp-btn-fav--active { border-color: #cf6679; }

.sp-social-row { display: flex; gap: 8px; margin-top: 10px; }
.sp-social-btn {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.75rem; color: var(--clr-text-2);
  background: #1a1a1a;
  border: 0.5px solid #2a2a2a; border-radius: 20px;
  padding: 4px 12px; text-decoration: none;
  transition: border-color 0.15s;
}
.sp-social-btn:hover { border-color: var(--clr-gold-dark); color: var(--clr-gold); }

/* ── Card genérico ── */
.sp-card {
  background: var(--clr-surface);
  border: 0.5px solid #2a2a2a;
  border-radius: 8px;
  padding: 0.9rem 1rem;
  margin-top: 1rem;
}
.sp-card-label {
  font-size: 0.65rem; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--clr-text-2);
  margin-bottom: 0.6rem;
}

/* ── Preços — Roboto, refinado ── */
.sp-prices-card { margin-top: 1rem; }

.sp-prices-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.sp-price-item {
  flex: 1;
  text-align: center;
  padding: 4px 6px;
}
.sp-price-divider {
  width: 0.5px;
  background: #2a2a2a;
  align-self: stretch;
}
.sp-price-label {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--clr-text-2);
  margin-bottom: 5px;
  font-family: 'DM Sans', sans-serif;
}
.sp-price-val {
  display: block;
  /* Roboto via Google Fonts — carregado inline no single-perfil.php */
  font-family: 'Roboto', 'DM Sans', sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.3px;
  color: var(--clr-gold);
  line-height: 1.2;
}
.sp-price-val .sp-price-currency {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--clr-text-2);
  vertical-align: middle;
  margin-right: 1px;
  letter-spacing: 0;
}

/* ── Pagamentos aceitos ── */
.sp-pagamentos {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.sp-pagamento-label {
  font-size: 0.64rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--clr-text-2);
  margin-right: 2px;
  white-space: nowrap;
}
.sp-pagamento-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.69rem;
  font-family: 'Roboto', 'DM Sans', sans-serif;
  font-weight: 500;
  color: var(--clr-text-2);
  background: #161616;
  border: 0.5px solid #2a2a2a;
  border-radius: 4px;
  padding: 3px 8px;
  letter-spacing: 0.2px;
}
.sp-pagamento-pill svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* ── Disponibilidade ── */
.sp-dispon-text {
  font-size: 0.82rem;
  font-family: 'Roboto', 'DM Sans', sans-serif;
  font-weight: 400;
  color: var(--clr-text-2);
  line-height: 1.5;
  margin: 0;
}

/* ── Pills ── */
.sp-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.sp-pill { font-size: 0.72rem; padding: 4px 11px; border-radius: 20px; }
.sp-pill--gold { color: var(--clr-gold); border: 0.5px solid var(--clr-gold-dark); background: rgba(201,169,110,.07); }
.sp-pill--gray { color: var(--clr-text-2); border: 0.5px solid #2a2a2a; background: transparent; }

/* ── Grid físico ── */
.sp-fisico-grid { display: grid; grid-template-columns: 1fr 1fr; }
.sp-fisico-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 8px 6px 0;
  border-bottom: 0.5px solid #1e1e1e;
}
.sp-fisico-grid .sp-fisico-row:nth-child(even) { padding-left: 12px; }
.sp-fisico-row:nth-last-child(-n+2) { border-bottom: none; }
.sp-fisico-label { font-size: 0.72rem; color: var(--clr-text-2); }
.sp-fisico-val   { font-size: 0.72rem; color: var(--clr-text); font-weight: 500; }

/* ── Sobre mim: balão ── */
.sp-sobre-wrap {}
.sp-btn-sobre {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--clr-surface);
  border: 0.5px solid var(--clr-gold);
  color: var(--clr-gold);
  font-size: 0.82rem; font-family: var(--font-body), sans-serif;
  padding: 0.55rem 1rem;
  border-radius: 20px; cursor: pointer;
  transition: background 0.15s;
}
.sp-btn-sobre:hover { background: #1f1b14; }

.sp-dot-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--clr-gold); display: inline-block;
  animation: sp-pulse 1.4s infinite;
}
@keyframes sp-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

.sp-chat-area { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.sp-chat-row { display: flex; align-items: flex-end; gap: 10px; }

.sp-av {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--clr-gold);
  background: var(--clr-surface);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; color: var(--clr-gold); flex-shrink: 0;
  font-family: var(--font-display), Georgia, serif; font-style: italic;
}

.sp-balao {
  background: #1e1a14;
  border: 0.5px solid #3a3020;
  border-radius: 16px 16px 16px 4px;
  padding: 0.8rem 1rem; max-width: 520px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sp-balao--vis { opacity: 1; transform: translateY(0); }
.sp-balao--delayed { transition-delay: 0.15s; }
.sp-balao p { font-size: 0.85rem; color: #e8e2d8; line-height: 1.7; margin: 0; }
.sp-balao-time { display: block; font-size: 0.65rem; color: #6a5f52; margin-top: 6px; text-align: right; }

.sp-typing {
  display: flex; align-items: center; gap: 4px;
  padding: 10px 14px;
  background: #1e1a14; border: 0.5px solid #3a3020;
  border-radius: 16px 16px 16px 4px;
  width: fit-content;
  opacity: 0; transition: opacity 0.2s;
}
.sp-typing--vis { opacity: 1; }
.sp-typing span {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--clr-gold); display: inline-block;
  animation: sp-bounce 1.1s infinite;
}
.sp-typing span:nth-child(2) { animation-delay: .18s; }
.sp-typing span:nth-child(3) { animation-delay: .36s; }
@keyframes sp-bounce { 0%,80%,100%{transform:translateY(0);opacity:.4} 40%{transform:translateY(-5px);opacity:1} }

/* ── Avaliações ── */
.sp-reviews-wrap {}
.sp-reviews-list { display: flex; flex-direction: column; gap: 0; }

.sp-review-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 0.5px solid #1a1a1a;
}
.sp-review-item:last-child { border-bottom: none; }

.sp-review-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: #1e1e1e; border: 0.5px solid #2a2a2a;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 600; color: var(--clr-gold); flex-shrink: 0;
}
.sp-review-body { flex: 1; }
.sp-review-nome { font-size: 0.82rem; font-weight: 500; color: var(--clr-text); display: block; }
.sp-review-stars { display: flex; gap: 2px; margin-top: 2px; }
.sp-rs--on  { color: var(--clr-gold); font-size: 0.78rem; }
.sp-rs--off { color: #3a3530; font-size: 0.78rem; }
.sp-review-txt { font-size: 0.78rem; color: var(--clr-text-2); margin-top: 4px; line-height: 1.6; }
.sp-review-time { font-size: 0.68rem; color: var(--clr-text-3); margin-left: auto; flex-shrink: 0; white-space: nowrap; }

/* Form de avaliação */
.sp-form-group { margin-bottom: 1rem; }
.sp-form-label { display: block; font-size: 0.75rem; color: var(--clr-text-2); margin-bottom: 6px; }
.sp-stars-input { display: flex; gap: 6px; margin-bottom: 6px; }
.sp-stars-input button {
  background: none; border: none; cursor: pointer;
  color: var(--clr-text-3); font-size: 1.3rem; padding: 0;
  line-height: 1; transition: color 0.15s;
}
.sp-stars-input button:hover { color: var(--clr-gold); }
.sp-textarea {
  width: 100%; background: #0e0e0e;
  border: 0.5px solid #2a2a2a; border-radius: 6px;
  color: var(--clr-text); font-size: 0.85rem; font-family: var(--font-body), sans-serif;
  padding: 0.65rem 0.85rem; resize: vertical;
  outline: none; transition: border-color 0.15s;
}
.sp-textarea:focus { border-color: var(--clr-gold-dark); }
.sp-btn-submit {
  background: var(--clr-gold); color: #080808;
  border: none; border-radius: 6px;
  font-size: 0.82rem; font-weight: 600;
  padding: 0.6rem 1.25rem; cursor: pointer;
  transition: background 0.15s;
}
.sp-btn-submit:hover { background: var(--clr-gold-dark); color: var(--clr-text); }
.sp-btn-ghost {
  background: transparent;
  border: 0.5px solid #2a2a2a; border-radius: 6px;
  color: var(--clr-text-2); font-size: 0.78rem;
  padding: 5px 14px; cursor: pointer;
  transition: border-color 0.15s;
}
.sp-btn-ghost:hover { border-color: var(--clr-gold-dark); color: var(--clr-text); }

/* ── Relacionados ── */
.sp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 520px) { .sp-related-grid { grid-template-columns: repeat(2, 1fr); } }

.sp-rel-card {
  background: var(--clr-surface);
  border: 0.5px solid #2a2a2a; border-radius: 8px;
  overflow: hidden; text-decoration: none;
  display: block; transition: border-color 0.15s;
}
.sp-rel-card:hover { border-color: var(--clr-gold-dark); }

.sp-rel-img { position: relative; aspect-ratio: 3/4; background: #1a1a1a; overflow: hidden; max-height: 160px; }
.sp-rel-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-rel-plano {
  position: absolute; top: 7px; left: 7px;
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.8px;
  background: var(--clr-gold); color: #080808;
  padding: 2px 7px; border-radius: 3px;
}

.sp-rel-info { padding: 7px 9px; }
.sp-rel-nome {
  display: block; font-size: 0.78rem; font-weight: 500;
  color: var(--clr-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sp-rel-cid { display: block; font-size: 0.68rem; color: var(--clr-text-2); margin-top: 2px; }

/* ── Utilitários ── */
.sp-text-muted { font-size: 0.82rem; color: var(--clr-text-2); margin: 0; }
[hidden] { display: none !important; }
/* Header sempre com fundo no single perfil */
#site-header {
  background: rgba(8,8,8,0.95) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-color: var(--clr-border) !important;
}