/* Page-specific styles: servicos-profissionais */

.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;
}

.project-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(232, 83, 10, .06);
  opacity: 0;
  z-index: 2;
}

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

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

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

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

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

.phud-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .46rem .58rem;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--s2);
}

.phud-bar {
  height: 3px;
  background: var(--s3);
  border-radius: 2px;
  flex: 1;
  overflow: hidden;
  margin: 0 .4rem;
}

.phud-bf {
  height: 100%;
  border-radius: 2px;
  background: var(--warm);
}

.phud-bf-80 {
  width: 80%;
}

.phud-bf-55 {
  width: 55%;
}

.phud-bf-40 {
  width: 40%;
}

.phud-bf-20 {
  width: 20%;
}

.phud-n {
  font-size: .7rem;
  color: var(--text);
  min-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phud-h {
  font-size: .6rem;
  color: var(--muted);
  white-space: nowrap;
}

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

.phud-fv {
  color: var(--warm);
  font-family: var(--Fd);
  font-size: 1rem;
}

.mock-horas {
  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), 0 0 60px rgba(196, 163, 90, .07);
}

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

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

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

.mhr-today {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-bottom: .9rem;
}

.mhr-stat {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: .7rem .6rem;
  text-align: center;
}

.mhr-sv {
  font-family: var(--Fd);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--text);
}

.mhr-unit {
  font-size: .7rem;
}

.mhr-sv-warm {
  color: var(--warm);
}

.mhr-sv-muted {
  color: var(--muted);
}

.mhr-sl {
  font-size: .55rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .1rem;
}

.mhr-list {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin-bottom: .8rem;
}

.mhr-r {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .5rem .62rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
}

.mhr-client {
  font-size: .73rem;
  color: var(--text);
  flex: 1;
}

.mhr-hrs {
  font-size: .7rem;
  color: var(--warm);
  font-family: var(--Fd);
  white-space: nowrap;
}

.mhr-status {
  font-size: .55rem;
  padding: .12rem .45rem;
  border-radius: 100px;
  background: rgba(63, 221, 187, .1);
  color: var(--accent);
  border: 1px solid rgba(63, 221, 187, .2);
}

.mhr-status-pending {
  background: rgba(196, 163, 90, .08);
  color: var(--warm);
  border-color: rgba(196, 163, 90, .25);
}

.mhr-fatura {
  background: rgba(196, 163, 90, .06);
  border: 1px solid rgba(196, 163, 90, .2);
  border-radius: 6px;
  padding: .7rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.mhr-fl {
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.mhr-fv {
  font-family: var(--Fd);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--warm);
  letter-spacing: -.03em;
}

.mock-projetos {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 302px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5);
}

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

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

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

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

.mpr-r {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .52rem .65rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
}

.mpr-label {
  flex: 1;
}

.mpr-n {
  font-size: .73rem;
  color: var(--text);
}

.mpr-c {
  font-size: .58rem;
  color: var(--muted);
}

.mpr-pct {
  font-size: .62rem;
  color: var(--muted);
  white-space: nowrap;
}

.mpr-pb {
  height: 3px;
  background: var(--s3);
  border-radius: 2px;
  overflow: hidden;
  margin-top: .28rem;
}

.mpr-pbf {
  height: 100%;
  border-radius: 2px;
  background: var(--warm);
}

.mpr-pbf-80 {
  width: 80%;
}

.mpr-pbf-55 {
  width: 55%;
}

.mpr-pbf-30 {
  width: 30%;
}

.mpr-pbf-10 {
  width: 10%;
}

.mock-recibos {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 302px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5);
}

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

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

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

.mrec-l {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin-bottom: .8rem;
}

.mrec-r {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .5rem .62rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
}

.mrec-ico {
  font-size: 1rem;
}

.mrec-info {
  flex: 1;
}

.mrec-cn {
  font-size: .73rem;
  color: var(--text);
}

.mrec-d {
  font-size: .58rem;
  color: var(--muted);
}

.mrec-v {
  font-family: var(--Fd);
  font-size: .95rem;
  font-weight: 300;
  color: var(--warm);
  white-space: nowrap;
}

.mrec-v-muted {
  color: var(--muted);
}

.mrec-total {
  background: rgba(196, 163, 90, .06);
  border: 1px solid rgba(196, 163, 90, .2);
  border-radius: 6px;
  padding: .7rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.mrec-tl {
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.mrec-tv {
  font-family: var(--Fd);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--warm);
}

.prof-breadcrumb-link {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

.prof-breadcrumb-separator {
  opacity: .35;
  margin: 0 .2em;
}
