﻿/* Page-specific styles: spas-diurnos */

.hero {
  min-height: 80vh
}

.hero-left {
  padding: 6rem 3.5rem 5rem;
  padding-left: max(3.5rem, calc((100vw - 1400px) / 2 + 3.5rem))
}

.hero-right {
  min-height: 80vh;
  position: relative
}

/* ── HERO ROOM HUD ──────────────────────────────── */
.room-hud {
  position: absolute;
  bottom: 3rem;
  right: max(3rem, calc((100vw - 1400px) / 2 + 3rem));
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.2rem;
  width: 276px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(63, 221, 187, .06);
  opacity: 0;
  z-index: 2;
}

[data-theme="light"] .room-hud {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
}

.rhud-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .9rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.rhud-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.rhud-live {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .6rem;
  color: var(--accent)
}

.rhud-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  animation: rpulse 1.8s ease-in-out infinite
}

@keyframes rpulse {

  0%,
  100% {
    opacity: .5;
    box-shadow: 0 0 0 0 rgba(63, 221, 187, 0)
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(63, 221, 187, .15)
  }
}

.rhud-rows {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: .8rem
}

.rhud-row {
  padding: .6rem .7rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--s2)
}

.rhud-row.active {
  border-color: rgba(63, 221, 187, .25);
  background: rgba(63, 221, 187, .05)
}

.rhud-row.setup {
  border-color: rgba(196, 163, 90, .2);
  background: rgba(196, 163, 90, .04)
}

.rhud-row.free {
  opacity: .6
}

.rhud-room {
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .2rem
}

.rhud-row.active .rhud-room {
  color: var(--accent)
}

.rhud-treatment {
  font-size: .74rem;
  color: var(--text);
  margin-bottom: .15rem
}

.rhud-detail {
  font-size: .6rem;
  color: var(--muted)
}

.rhud-footer {
  display: flex;
  justify-content: space-between;
  padding-top: .7rem;
  border-top: 1px solid var(--border);
  font-size: .62rem;
  color: var(--muted)
}

/* ── FEATURE MOCKUP — AGENDA DE SALAS ──────────────── */
.mock-sparooms {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 340px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(63, 221, 187, .06);
}

[data-theme="light"] .mock-sparooms {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1)
}

.msr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.msr-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.msr-date {
  font-size: .6rem;
  color: var(--muted)
}

.msr-rooms {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.msr-room {
  border-radius: 8px;
  border: 1px solid var(--border);
  overflow: hidden
}

.msr-room-header {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .75rem;
  background: var(--s2);
  border-bottom: 1px solid var(--border)
}

.msr-room-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0
}

.msr-room-dot.active {
  background: var(--accent)
}

.msr-room-dot.setup {
  background: var(--warm)
}

.msr-room-dot.free {
  background: var(--dim)
}

.msr-room-name {
  font-size: .65rem;
  color: var(--text);
  font-weight: 500
}

.msr-session {
  padding: .55rem .75rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.msr-session-left {}

.msr-session-client {
  font-size: .72rem;
  color: var(--text);
  margin-bottom: .1rem
}

.msr-session-treat {
  font-size: .6rem;
  color: var(--muted)
}

.msr-session-right {
  text-align: right
}

.msr-session-therapist {
  font-size: .6rem;
  color: var(--muted)
}

.msr-session-time {
  font-size: .58rem;
  color: var(--dim)
}

/* ── FEATURE MOCKUP — VOUCHER ──────────────── */
.mock-voucher {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 300px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(196, 163, 90, .07);
}

[data-theme="light"] .mock-voucher {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1)
}

.mvch-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .9rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.mvch-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.mvch-badge {
  font-size: .6rem;
  color: var(--warm);
  border: 1px solid rgba(196, 163, 90, .3);
  padding: .15rem .55rem;
  border-radius: 100px
}

.mvch-name {
  font-family: var(--Fd);
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: .2rem
}

.mvch-client {
  font-size: .65rem;
  color: var(--muted);
  margin-bottom: .9rem
}

.mvch-sessions {
  display: flex;
  gap: .45rem;
  margin-bottom: .9rem
}

.mvch-dot-session {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  font-weight: 600;
  flex-shrink: 0
}

.mvch-dot-session.used {
  background: rgba(63, 221, 187, .15);
  border: 1px solid rgba(63, 221, 187, .4);
  color: var(--accent)
}

.mvch-dot-session.remaining {
  background: var(--s2);
  border: 1px solid var(--border);
  color: var(--dim)
}

.mvch-sessions-label {
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: .45rem
}

.mvch-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem
}

.mvch-meta-item {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: .5rem .7rem
}

.mvch-meta-k {
  font-size: .56rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: .2rem
}

.mvch-meta-v {
  font-size: .76rem;
  color: var(--text)
}

/* ── FEATURE MOCKUP — PERFORMANCE TERAPEUTAS ──────────────── */
.mock-therapists {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 310px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5);
}

[data-theme="light"] .mock-therapists {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1)
}

.mth-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .9rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.mth-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.mth-date {
  font-size: .62rem;
  color: var(--muted)
}

.mth-col-header {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: .4rem;
  padding: .3rem 0;
  margin-bottom: .2rem
}

.mth-col-h {
  font-size: .56rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dim)
}

.mth-rows {
  display: flex;
  flex-direction: column;
  gap: 0
}

.mth-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: .4rem;
  padding: .65rem 0;
  border-bottom: 1px solid var(--border)
}

.mth-row:last-child {
  border-bottom: none
}

.mth-name {
  font-size: .76rem;
  color: var(--text)
}

.mth-sessions {
  font-size: .62rem;
  color: var(--muted)
}

.mth-receita {
  font-family: var(--Fd);
  font-size: .88rem;
  font-weight: 300;
  color: var(--text)
}

.mth-rating {
  font-size: .72rem;
  color: var(--warm)
}

.spas-diurnos-inline-1 {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

.spas-diurnos-inline-2 {
  opacity: .35;
  margin: 0 .2em;
}

.spas-diurnos-inline-3 {
  color: var(--dim);
}

.spas-diurnos-inline-4 {
  color: var(--accent);
}
