/* ============================================================
   FUNCIONÁRIO DIGITAL — ESTILOS
   Extraído do modelo de referência e adaptado para Eleventy.
   Caminhos atualizados: /funcionario_digital/assets/...
   ============================================================ */

/* ---------- @font-face ---------- */
@font-face {
  font-family: Newsreader;
  src: url(/funcionario_digital/assets/fonts/newsreader-regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url(/funcionario_digital/assets/fonts/newsreader-semibold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url(/funcionario_digital/assets/fonts/newsreader-italic.woff2) format("woff2");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/funcionario_digital/assets/fonts/manrope-regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/funcionario_digital/assets/fonts/manrope-semibold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/funcionario_digital/assets/fonts/manrope-bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  --graphite: #171918;
  --limestone: #f6f3f0;
  --concrete: #a9a39a;
  --copper: #b45f3c;
  --orange: #f05a23;
  --petroleum: #176b70;
  --white: #fafaf9;
  --line: #d9d9db;
  --muted: #62645f;
  --shell: 75rem;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(5rem, 9vw, 9rem);
  --ease: cubic-bezier(.2, 0, 0, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
}

body {
  background: var(--white);
  color: var(--graphite);
  text-rendering: optimizelegibility;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol, ul, menu {
  list-style: none;
}

b, strong {
  font-weight: bolder;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

::selection {
  background: var(--orange);
  color: var(--graphite);
}

:focus-visible {
  outline: 3px solid var(--petroleum);
  outline-offset: 3px;
}

/* ---------- Shell ---------- */
.shell {
  width: min(calc(100% - 2 * var(--gutter)), var(--shell));
  margin-inline: auto;
  position: relative;
}

/* ---------- Skip link ---------- */
.skip-link {
  z-index: 1000;
  background: var(--orange);
  padding: .65rem 1rem;
  font-weight: 700;
  position: fixed;
  top: .5rem;
  left: 1rem;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}

/* ---------- Top bar ---------- */
.topbar {
  z-index: 100;
  height: 4.5rem;
  padding-inline: var(--gutter);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f6f3f0eb;
  border-bottom: 1px solid #17191824;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  font-family: Newsreader, serif;
  font-size: 1.28rem;
  font-weight: 600;
  text-decoration: none;
}
.brand i {
  color: var(--copper);
  font-weight: 400;
}

.topbar p {
  letter-spacing: .12em;
  margin: 0;
  font-size: .65rem;
  font-weight: 700;
}

.nav-cta {
  background: var(--graphite);
  color: var(--limestone);
  justify-self: end;
  padding: .6rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-cta span {
  color: var(--orange);
  margin-left: .4rem;
}

/* ---------- Hero ---------- */
.hero {
  background: var(--limestone);
  align-items: center;
  min-height: 100svh;
  padding: 8rem 0 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-art {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero-art img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero-scrim {
  background: linear-gradient(90deg, #f6f3f0 0 40%, #f6f3f0f7 49%, #f6f3f061 67%, #0000 82%);
  position: absolute;
  inset: 0;
}

.hero::before {
  content: "";
  background-image:
    linear-gradient(#17191812 1px, #0000 1px),
    linear-gradient(90deg, #17191812 1px, #0000 1px);
  background-size: 80px 80px;
  position: absolute;
  inset: 0;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .7fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 5rem);
  display: grid;
}

.hero-copy {
  z-index: 2;
  position: relative;
}

.hero-kicker {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 1.3rem;
  font-size: .68rem;
  font-weight: 700;
}
.hero-kicker span {
  background: var(--orange);
  margin-right: .6rem;
  padding: .22rem .48rem;
  display: inline-block;
}

.hero h1 {
  letter-spacing: -.045em;
  text-wrap: balance;
  max-width: 17ch;
  margin: 0 0 1.35rem;
  font-family: Newsreader, serif;
  font-size: clamp(3.2rem, 5.2vw, 6.1rem);
  font-weight: 600;
  line-height: .93;
}
.hero h1 em,
.display em {
  color: var(--copper);
  font-weight: 400;
}

.hero-lead {
  max-width: 46rem;
  margin: 0 0 1.8rem;
  font-size: clamp(1rem, .9rem + .4vw, 1.2rem);
  line-height: 1.55;
}

.hero-offer {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  display: flex;
}

/* ---------- Buttons ---------- */
.button {
  border: 1px solid var(--orange);
  background: var(--orange);
  min-height: 3.35rem;
  color: var(--graphite);
  transition: transform .18s var(--ease), box-shadow .18s;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  padding: .85rem 1.25rem;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
}
.button:hover {
  box-shadow: inset 0 -4px 0 var(--graphite);
  transform: translateY(-2px);
}
.button--outline {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

/* ---------- Price ---------- */
.price {
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: .1rem .65rem;
  line-height: 1;
  display: grid;
}
.price s {
  color: var(--muted);
  font-size: .8rem;
}
.price strong {
  font-family: Newsreader, serif;
  font-size: 2.4rem;
}
.price small {
  color: var(--muted);
  grid-column: 1 / -1;
  font-size: .62rem;
}

/* ---------- Trust row ---------- */
.trust-row {
  letter-spacing: .08em;
  border-top: 1px solid #17191840;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: .58rem;
  font-weight: 700;
  display: flex;
}

/* ---------- Demo (chat) ---------- */
.demo {
  z-index: 2;
  color: var(--limestone);
  background: #171918ed;
  border: 1px solid #f6f3f047;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .73rem;
  position: relative;
  box-shadow: 0 25px 70px #00000047;
}
.demo-head {
  border-bottom: 1px solid #454945;
  justify-content: space-between;
  padding: .2rem .2rem .8rem;
  display: flex;
}
.demo-head span {
  color: #7ed8c9;
  letter-spacing: .12em;
  font-size: .58rem;
}
.chat {
  border: 1px solid #454945;
  max-width: 88%;
  margin-top: .8rem;
  padding: .72rem .8rem;
}
.chat.user {
  background: #2a2d32;
  margin-left: auto;
}
.chat.bot {
  border-left: 2px solid var(--orange);
  background: #202321;
}
.publishing {
  color: #b9bbb6;
  align-items: center;
  gap: .5rem;
  font-size: .65rem;
  font-style: italic;
  display: flex;
}
.publishing span {
  background: var(--orange);
  border-radius: 50%;
  width: .45rem;
  height: .45rem;
  box-shadow: 0 0 0 4px #f05a2326;
}
.approval {
  text-align: center;
  background: var(--orange);
  color: var(--graphite);
  padding: .55rem;
  font-weight: 700;
}
.instagram {
  background: var(--limestone);
  color: var(--graphite);
  margin-top: .8rem;
  padding: .8rem;
}
.instagram small,
.instagram strong {
  display: block;
}
.instagram strong {
  margin: .8rem 0;
  font-family: Newsreader, serif;
  font-size: 1.25rem;
  line-height: 1.05;
}
.instagram p {
  margin: 0;
  font-size: .62rem;
}

/* ---------- Stat band ---------- */
.stat-band {
  background: var(--orange);
  padding: 2.5rem 0;
}
.stat-grid {
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 3rem;
  display: grid;
}
.stat-grid > strong {
  letter-spacing: -.05em;
  font-family: Newsreader, serif;
  font-size: clamp(3.7rem, 8vw, 7rem);
  font-weight: 600;
  line-height: .8;
}
.stat-grid h2 {
  margin: 0;
  font-family: Newsreader, serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}
.stat-grid p {
  max-width: 60ch;
  margin: .4rem 0 0;
  font-size: .88rem;
}

/* ---------- Section ---------- */
.section {
  padding-block: var(--section);
  position: relative;
  overflow: hidden;
}
.limestone {
  background: var(--limestone);
}
.dark {
  background: var(--graphite);
  color: var(--limestone);
}

/* ---------- Eyebrow ---------- */
.eyebrow {
  color: var(--petroleum);
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .8rem;
  font-size: .68rem;
  font-weight: 700;
  display: flex;
}
.eyebrow span {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  font-size: .58rem;
  display: grid;
}
.dark .eyebrow {
  color: var(--orange);
}

/* ---------- Display ---------- */
.display {
  letter-spacing: -.035em;
  text-wrap: balance;
  max-width: 16ch;
  margin: .4rem 0 clamp(2.5rem, 5vw, 4.5rem);
  font-family: Newsreader, serif;
  font-size: clamp(2.7rem, 2rem + 3vw, 5.4rem);
  font-weight: 600;
  line-height: .98;
}
.lead {
  color: #c9c6c0;
  max-width: 54ch;
  margin: -2.8rem 0 3rem;
  font-size: 1.05rem;
}

/* ---------- Cycle (section 01) ---------- */
.cycle {
  background: var(--limestone);
}
.cycle .display {
  max-width: 15ch;
}

.week-calendar {
  border: 1px solid var(--graphite);
  background: #fafaf9b8;
  box-shadow: .75rem .75rem #17191814;
}
.week-calendar__meta {
  border-bottom: 1px solid var(--graphite);
  background: var(--graphite);
  color: var(--limestone);
  letter-spacing: .13em;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1rem;
  font-size: .6rem;
  font-weight: 700;
  display: flex;
}

.timeline-calendar {
  background: transparent;
  border: 0;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  position: relative;
}
.timeline-calendar article {
  border: 0;
  border-right: 1px solid var(--line);
  min-height: 21rem;
  color: var(--graphite);
  background: transparent;
  padding: 1rem 1.2rem 1.5rem;
  position: relative;
}
.timeline-calendar article:last-child {
  border-right: 0;
}
.timeline-calendar article::before {
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 5.35rem;
  left: 0;
}
.timeline-calendar .day-complete::before {
  background: var(--petroleum);
}
.timeline-calendar .day-blocked::before {
  background: linear-gradient(90deg, var(--petroleum), var(--orange));
}
.timeline-calendar .day-deferred::before {
  background: repeating-linear-gradient(90deg, var(--orange) 0 7px, transparent 7px 13px);
}
.timeline-calendar .day-silent::before {
  background: repeating-linear-gradient(90deg, #62645f80 0 4px, #0000 4px 12px);
  mask-image: linear-gradient(90deg, #000, #0000);
  -webkit-mask-image: linear-gradient(90deg, #000, #0000);
}

.day-top {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}
.timeline-calendar .day-top > span {
  color: var(--muted);
  letter-spacing: .1em;
  font-size: .62rem;
  font-weight: 700;
}
.day-top i {
  z-index: 2;
  border: 2px solid var(--petroleum);
  background: var(--limestone);
  width: 1.65rem;
  height: 1.65rem;
  color: var(--petroleum);
  border-radius: 50%;
  place-items: center;
  font-size: .7rem;
  font-style: normal;
  font-weight: 800;
  display: grid;
  position: absolute;
  top: 4.55rem;
  left: 50%;
  transform: translate(-50%);
}
.day-blocked .day-top i {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--graphite);
}
.day-deferred .day-top i {
  border-color: var(--orange);
  color: var(--orange);
}
.day-silent .day-top i {
  border-color: var(--concrete);
  color: var(--muted);
}

.day-entry {
  padding-top: 5.6rem;
}
.timeline-calendar h3 {
  margin: 0 0 .35rem;
  font-size: clamp(1.55rem, 2.3vw, 2rem);
}
.timeline-calendar b {
  color: var(--petroleum);
  letter-spacing: .07em;
  border: 1px solid;
  padding: .22rem .45rem;
  font-size: .6rem;
  display: inline-block;
}
.timeline-calendar .day-blocked b {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--graphite);
}
.timeline-calendar .day-deferred b {
  color: var(--orange);
  border-style: dashed;
  transform: rotate(-2deg);
}
.timeline-calendar .day-silent b {
  border-color: var(--graphite);
  background: var(--graphite);
  color: var(--limestone);
}
.timeline-calendar p {
  color: var(--muted);
  margin-top: 1rem;
  font-size: .78rem;
  line-height: 1.55;
}
.timeline-calendar .day-blocked {
  background: linear-gradient(#f05a230e, #0000 68%);
}
.timeline-calendar .day-deferred {
  background: linear-gradient(#f05a2306, #0000 62%);
}
.timeline-calendar .day-silent {
  background: linear-gradient(135deg, #0000 45%, #1719180e);
}

.week-calendar__legend {
  border-top: 1px solid var(--line);
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.5rem;
  padding: .75rem 1rem;
  font-size: .57rem;
  font-weight: 700;
  display: flex;
}
.week-calendar__legend span {
  align-items: center;
  gap: .45rem;
  display: flex;
}
.week-calendar__legend i {
  background: var(--petroleum);
  width: 1.8rem;
  height: 2px;
}
.week-calendar__legend .legend-break {
  background: repeating-linear-gradient(90deg, var(--orange) 0 5px, transparent 5px 9px);
}

.cycle-copy {
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-top: 4rem;
  display: grid;
}
.cycle-copy p {
  color: var(--muted);
  margin: 0;
  font-size: .92rem;
}
.cycle-copy blockquote {
  border-left: 3px solid var(--orange);
  margin: 0;
  padding: 2rem;
  font-family: Newsreader, serif;
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  line-height: 1.12;
}

/* ---------- Shift (section 02) ---------- */
.shift {
  background:
    radial-gradient(circle at 78% 18%, #176b702e, transparent 28rem),
    linear-gradient(180deg, #191b1a 0%, var(--graphite) 58%, #131514 100%);
  border-top: 1px solid #303330;
  border-bottom: 1px solid #303330;
}
.shift::before {
  top: 0;
  left: var(--gutter);
  background: var(--orange);
  content: "";
  width: clamp(5rem, 12vw, 10rem);
  height: .38rem;
  position: absolute;
}

.shift-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  min-height: 42rem;
  display: grid;
  position: relative;
}
.shift-copy {
  z-index: 3;
  grid-column: 1 / 8;
  padding-right: clamp(1rem, 3vw, 3rem);
  position: relative;
}
.shift-copy .display {
  max-width: 12ch;
  margin-bottom: 2rem;
}
.shift-copy .lead {
  color: #c9c6c0;
  max-width: 50ch;
  margin: 0;
}

.shift-visual {
  z-index: 1;
  color: var(--limestone);
  isolation: isolate;
  background: transparent;
  margin: 0;
  position: absolute;
  inset: -2rem calc(50% - 50vw) -2rem 34%;
}
.shift-visual::before {
  z-index: -1;
  filter: blur(3.5rem);
  content: "";
  background: #f05a2333;
  position: absolute;
  inset: 11% 4% 8% 16%;
}
.shift-visual::after {
  z-index: 2;
  background:
    linear-gradient(90deg, var(--graphite) 0%, #171918f7 8%, #171918b8 25%, transparent 51%, #1719181f 82%, var(--graphite) 100%),
    linear-gradient(180deg, var(--graphite) 0%, #1719186b 12%, transparent 28%, transparent 70%, #17191880 88%, var(--graphite) 100%);
  pointer-events: none;
  content: "";
  position: absolute;
  inset: -1px;
}
.shift-visual img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.82) contrast(1.05);
  opacity: .9;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}
.shift-visual figcaption {
  z-index: 3;
  border-left: 3px solid var(--orange);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--limestone);
  letter-spacing: .11em;
  background: #171918d1;
  flex-direction: column;
  gap: .12rem;
  padding: .65rem .8rem .62rem .9rem;
  font-size: .58rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 8%;
  right: 8%;
}

/* Compare (antes/agora) */
.shift-compare {
  background: transparent;
  border: 0;
  gap: 1rem;
  margin-top: clamp(4rem, 8vw, 7rem);
}
.shift-compare article {
  background: #202321;
  border: 1px solid #454945;
  min-height: 23rem;
  padding: clamp(2rem, 5vw, 4rem);
}
.shift-compare article + article {
  border-left: 1px solid #454945;
}
.shift-compare span {
  border: 1px solid;
  padding: .35rem .55rem;
  display: inline-block;
}
.shift-compare ul {
  margin-top: 3rem;
}
.shift-compare .now {
  border-color: var(--limestone);
  border-top: 5px solid var(--orange);
  background: var(--limestone);
  color: var(--graphite);
}
.shift-compare .now span {
  border-color: var(--orange);
  background: var(--orange);
}

.shift-compare article:first-child {
  border-top: 5px solid var(--petroleum);
  background: linear-gradient(#176b7033, #202321 44%);
}
.shift-compare article:first-child > span {
  border-color: var(--petroleum);
  color: #b9ddd9;
}
.shift-compare article:first-child li::before {
  color: #7eb8b2;
}

.compare {
  border: 1px solid #454945;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.compare article {
  padding: clamp(1.5rem, 4vw, 3rem);
}
.compare article + article {
  border-left: 1px solid #454945;
}
.compare span {
  color: #a9a39a;
  letter-spacing: .15em;
  font-size: .65rem;
  font-weight: 700;
}
.compare .now {
  background: var(--orange);
  color: var(--graphite);
}
.compare .now span {
  color: var(--graphite);
}
.compare ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.compare li {
  border-top: 1px solid #454945;
  padding: .75rem 0;
}
.compare .now li {
  border-color: #17191840;
}
.compare li::before {
  content: "→";
  color: var(--orange);
  margin-right: .8rem;
}
.compare .now li::before {
  color: var(--graphite);
}

.big-quote {
  border-left: 2px solid var(--orange);
  margin-top: 4rem;
  padding-left: clamp(1.5rem, 4vw, 4rem);
  font-family: Newsreader, serif;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.shift-quote {
  background: var(--orange);
  color: var(--graphite);
  border: 0;
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  font-size: clamp(1.8rem, 3.6vw, 3.35rem);
}
.shift-quote strong {
  text-underline-offset: .13em;
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

/* ---------- Results (section 03) ---------- */
.result-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  display: grid;
}
.result-grid article {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  min-height: 23rem;
  padding: 2rem;
  display: flex;
}
.result-grid article > span {
  color: var(--petroleum);
  font-size: .7rem;
  font-weight: 700;
}
.result-grid img {
  width: 4.5rem;
  height: 4.5rem;
  margin: auto 0 2rem;
}
.result-grid h3 {
  max-width: 12ch;
  margin: 0 0 .8rem;
  font-family: Newsreader, serif;
  font-size: 2rem;
  line-height: 1.05;
}
.result-grid p {
  color: var(--muted);
  margin: 0;
  font-size: .88rem;
}

.result-grid .result-petroleum {
  border-color: var(--petroleum);
  background: var(--petroleum);
  color: var(--limestone);
}
.result-grid .result-petroleum > span {
  color: var(--limestone);
}
.result-grid .result-petroleum p {
  color: #dfe9e7;
}
.result-grid .result-petroleum img {
  filter: brightness(0) invert();
  opacity: .94;
}
.result-grid .result-neutral {
  background: var(--limestone);
}
.result-grid .result-copper {
  border-color: var(--copper);
  background: linear-gradient(145deg, #b45f3c38, #b45f3c14), var(--limestone);
  box-shadow: inset 0 5px 0 var(--copper);
}
.result-grid .result-copper > span {
  color: var(--copper);
}
.result-grid .result-copper p {
  color: var(--graphite);
}

.published {
  background: var(--graphite);
  color: var(--limestone);
  border-top: 5px solid var(--petroleum);
  grid-template-columns: .8fr 1.2fr;
  gap: 5rem;
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
}
.published h3 {
  max-width: 12ch;
  margin: .4rem 0;
  font-family: Newsreader, serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}
.published p {
  color: #c9c6c0;
  margin: 0;
}
.published .verb {
  color: var(--limestone);
  border-top: 1px solid #454945;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* ---------- Agenda (section 04) ---------- */
.agenda {
  background:
    linear-gradient(90deg, #17191809 1px, transparent 1px) 0 0 / 25% 100%,
    var(--limestone);
}
.agenda::after {
  z-index: 0;
  opacity: .115;
  mix-blend-mode: multiply;
  pointer-events: none;
  content: "";
  background: url(/funcionario_digital/assets/graphics/identidade-digital-binaria.png) 50% 42% / cover no-repeat;
  width: auto;
  position: absolute;
  inset: 8% -6vw 6%;
  mask-image: linear-gradient(#0000 0%, #000 13% 84%, #0000 100%);
  -webkit-mask-image: linear-gradient(#0000 0%, #000 13% 84%, #0000 100%);
}
.agenda-layout {
  z-index: 1;
  grid-template-columns: minmax(17rem, .72fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  display: grid;
  position: relative;
}
.agenda-intro {
  position: sticky;
  top: 7rem;
}
.agenda-intro .display {
  max-width: 9ch;
  margin-bottom: 3rem;
}
.agenda-meter {
  border-top: 1px solid var(--graphite);
  border-bottom: 1px solid var(--graphite);
  align-items: center;
  gap: 1.3rem;
  padding: 1.2rem 0;
  display: flex;
}
.agenda-meter strong {
  letter-spacing: -.07em;
  font-family: Newsreader, serif;
  font-size: clamp(5rem, 8vw, 8rem);
  font-weight: 600;
  line-height: .72;
}
.agenda-meter span {
  border-left: 4px solid var(--orange);
  letter-spacing: .12em;
  padding-left: 1.2rem;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.6;
}

.agenda-flow {
  border: 0;
  position: relative;
}
.agenda-flow article {
  border: 0;
  grid-template-columns: 4rem 1fr;
  gap: 1.4rem;
  padding: 0 0 2rem;
  display: grid;
  position: relative;
}
.agenda-flow article .block-rail,
.agenda-flow article .block-main {
  display: block;
}

.block-rail {
  justify-content: center;
  position: relative;
  display: flex !important;
}
.block-rail::after {
  z-index: 0;
  background: var(--concrete);
  content: "";
  width: 1px;
  position: absolute;
  top: 2.7rem;
  bottom: -2rem;
  left: 50%;
}
.agenda-flow article:last-child .block-rail::after {
  display: none;
}
.block-rail > span {
  z-index: 2;
  border: 1px solid var(--graphite);
  background: var(--limestone);
  width: 3rem;
  height: 3rem;
  color: var(--graphite);
  border-radius: 50%;
  place-items: center;
  font-size: .7rem;
  font-weight: 700;
  display: grid;
  position: relative;
}

.block-main {
  border: 1px solid var(--line);
  background: #fafaf9e0;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  position: relative;
  overflow: hidden;
}
.block-head {
  border-bottom: 1px solid var(--line);
  color: var(--petroleum);
  letter-spacing: .11em;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  padding-bottom: .75rem;
  font-size: .58rem;
  font-weight: 700;
  display: flex !important;
}
.block-head time {
  color: var(--graphite);
  border: 1px solid;
  padding: .25rem .5rem;
  font-weight: 700;
}

.agenda-flow h3 {
  max-width: 15ch;
  margin: 0 0 1.1rem;
  font-family: Newsreader, serif;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: .96;
}
.agenda-flow p {
  max-width: 65ch;
  color: var(--muted);
  margin: 0;
  font-size: .9rem;
  line-height: 1.65;
}
.agenda-flow b {
  color: var(--petroleum);
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 1.5rem;
  padding: .45rem .65rem;
  font-size: .62rem;
  display: inline-block;
}

/* Bloco variantes */
.agenda-flow .block-prepare .block-rail > span {
  border-color: var(--petroleum);
  background: var(--petroleum);
  color: var(--limestone);
}
.agenda-flow .block-prepare:nth-child(2) .block-main {
  background: linear-gradient(135deg, #176b7021, #fafaf9e6 52%);
  border-color: #176b7061;
}
.agenda-flow .block-peak .block-main {
  border-color: var(--graphite);
  background: var(--graphite);
  color: var(--limestone);
}
.agenda-flow .block-peak .block-rail > span {
  border-color: var(--orange);
  background: var(--orange);
}
.agenda-flow .block-peak .block-head {
  color: var(--orange);
  border-color: #454945;
}
.agenda-flow .block-peak .block-head time {
  color: var(--limestone);
}
.agenda-flow .block-peak p {
  color: #c9c6c0;
}
.agenda-flow .block-peak b {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--graphite);
}
.agenda-flow .block-rise .block-main {
  border-left: 5px solid var(--orange);
}
.agenda-flow .block-rise .block-rail > span {
  border-color: var(--orange);
  color: var(--orange);
}
.agenda-flow .block-next .block-rail > span {
  border-color: var(--copper);
  background: var(--copper);
  color: var(--limestone);
}
.agenda-flow .block-next .block-main {
  border-bottom: 5px solid var(--copper);
}
.agenda-flow .block-next .block-head {
  color: var(--copper);
}

/* ---------- Fit (section 05) ---------- */
.fit-grid {
  border: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.fit-grid article {
  padding: clamp(2rem, 5vw, 4rem);
}
.fit-grid article + article {
  border-left: 1px solid var(--line);
}
.fit-grid h3 {
  margin: 0 0 2rem;
  font-family: Newsreader, serif;
  font-size: 2.3rem;
}
.fit-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fit-grid li {
  border-top: 1px solid var(--line);
  padding: 1rem 0 1rem 2rem;
  font-size: .9rem;
  position: relative;
}
.fit-grid li::before {
  color: var(--petroleum);
  content: "✓";
  font-weight: 700;
  position: absolute;
  left: 0;
}
.fit-grid .not {
  background: var(--limestone);
}
.fit-grid .not li::before {
  color: var(--orange);
  content: "×";
}
.fit-grid article:first-child {
  border-top: 5px solid var(--petroleum);
  background: linear-gradient(145deg, #176b7026, #176b700b), var(--white);
}
.fit-grid article:first-child h3,
.fit-grid article:first-child li::before {
  color: var(--petroleum);
}
.fit-grid .not {
  border-top: 5px solid var(--copper);
  background: linear-gradient(145deg, #a9a39a2e, transparent), var(--limestone);
}
.fit-grid .not h3,
.fit-grid .not li::before {
  color: var(--copper);
}

/* ---------- Tickets (section 06) ---------- */
.tickets {
  background-image:
    linear-gradient(#171918f5, #171918f5),
    url(/funcionario_digital/assets/graphics/padrao-escuro.svg);
}
.ticket-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 1rem;
  display: grid;
}
.ticket-grid article {
  background: #202321;
  border: 1px solid #454945;
  flex-direction: column;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  position: relative;
}
.ticket-grid .vip {
  background: var(--limestone);
  color: var(--graphite);
  border-color: var(--orange);
  box-shadow: 0 0 0 1px var(--orange);
}
.vip-ribbon {
  background: var(--orange);
  letter-spacing: .08em;
  padding: .5rem .8rem;
  font-size: .62rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.ticket-label {
  color: var(--orange);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 .8rem;
  font-size: .65rem;
  font-weight: 700;
}
.ticket-grid h3 {
  margin: 0;
  font-family: Newsreader, serif;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 1;
}
.ticket-price {
  margin: 1.5rem 0 2rem;
}
.ticket-price strong {
  font-family: Newsreader, serif;
  font-size: 4rem;
  line-height: 1;
  display: block;
}
.ticket-grid ul {
  flex: 1;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.ticket-grid li {
  border-top: 1px solid #454945;
  padding: .8rem 0 .8rem 1.7rem;
  font-size: .86rem;
  position: relative;
}
.ticket-grid .vip li {
  border-color: var(--line);
}
.ticket-grid li::before {
  color: var(--orange);
  content: "✓";
  position: absolute;
  left: 0;
}
.ticket-grid li.no::before {
  content: "×";
}
.ticket-grid .button {
  align-self: flex-start;
}
.honest {
  text-align: center;
  color: #c9c6c0;
  max-width: 70ch;
  margin: 2rem auto 0;
  font-size: .85rem;
}

.ticket-grid > article:first-child {
  border-color: var(--petroleum);
  border-top: 5px solid var(--petroleum);
  background: linear-gradient(#176b7047, #202321 38%);
}
.ticket-grid > article:first-child .ticket-label {
  color: var(--limestone);
}
.ticket-grid > article:first-child .ticket-label::before {
  background: var(--petroleum);
  content: "";
  width: 1.8rem;
  height: 3px;
  margin: 0 .55rem .15rem 0;
  display: inline-block;
}

/* ---------- Teachers (section 07) ---------- */
.teachers {
  background: linear-gradient(90deg, var(--white) 0 47%, #176b7013 47% 100%);
}
.teacher-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  display: grid;
}
.teacher-copy > p {
  color: var(--muted);
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
}
.teacher-copy blockquote {
  border-left: 3px solid var(--copper);
  background: var(--petroleum);
  color: var(--limestone);
  box-shadow: .8rem .8rem #b45f3c2e;
  margin: 2rem 0 0;
  padding: 2rem;
  font-family: Newsreader, serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.25;
}

/* ---------- FAQ (section 08) ---------- */
.faq .display {
  max-width: 18ch;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  grid-template-columns: 3rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.45rem 0;
  font-family: Newsreader, serif;
  font-size: clamp(1.2rem, 2.3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
  display: grid;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  color: var(--petroleum);
  font-family: Manrope, sans-serif;
  font-size: .62rem;
}
summary b {
  border: 1px solid var(--graphite);
  border-radius: 50%;
  place-items: center;
  width: 2rem;
  height: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  transition: transform .2s;
  display: grid;
}
details[open] summary b {
  background: var(--orange);
  transform: rotate(45deg);
}
details > div {
  max-width: 55rem;
  color: var(--muted);
  padding: 0 3rem 1.8rem;
}
details > div p {
  margin: 0 0 1rem;
}
details[open] {
  box-shadow: inset 4px 0 0 var(--orange);
  background: #176b700e;
}
details[open] summary {
  color: var(--petroleum);
  padding-inline: 1rem;
}
details[open] > div {
  padding-right: 1rem;
}

/* ---------- Decision (section 09) ---------- */
.decision {
  background: var(--graphite);
  color: var(--limestone);
}
.decision-art {
  opacity: .3;
  width: 48%;
  position: absolute;
  inset: 0 0 0 auto;
}
.decision-art::after {
  background: linear-gradient(90deg, var(--graphite), transparent);
  position: absolute;
  inset: 0;
}
.decision-art img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.decision-shell {
  z-index: 2;
}
.choice-grid {
  border: 1px solid #454945;
  grid-template-columns: 1fr 1fr;
  max-width: 58rem;
  display: grid;
}
.choice-grid article {
  background: #171918cc;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.choice-grid article + article {
  border-left: 1px solid #454945;
}
.choice-grid .chosen {
  border-color: var(--petroleum);
  background: var(--petroleum);
  color: var(--limestone);
}
.choice-grid .chosen span {
  color: #dfe9e7;
}
.choice-grid .chosen p {
  color: #e5eeec;
}
.choice-grid article:first-child {
  background: linear-gradient(145deg, #a9a39a14, #171918db);
}
.choice-grid span {
  letter-spacing: .12em;
  font-size: .62rem;
  font-weight: 700;
}
.choice-grid h3 {
  margin: 3rem 0 .8rem;
  font-family: Newsreader, serif;
  font-size: 2rem;
  line-height: 1;
}
.choice-grid p {
  color: #c9c6c0;
  margin: 0;
  font-size: .85rem;
}
.difference {
  max-width: 48rem;
  margin: 3rem 0 2rem;
  font-family: Newsreader, serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.25;
}
.difference strong {
  color: var(--orange);
}
.final-date {
  color: #a9a39a;
  letter-spacing: .1em;
  margin: 2rem 0 0;
  font-size: .62rem;
  font-weight: 700;
}

/* ---------- Footer ---------- */
footer {
  color: var(--limestone);
  background: #0e0f0f;
  padding: 2rem 0;
}
footer .shell {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  display: flex;
}
footer img {
  width: 10rem;
}
footer p {
  color: #a9a39a;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0;
  font-size: .68rem;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (width <= 960px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }
  .topbar p {
    display: none;
  }
  .hero {
    align-items: flex-end;
    padding-top: 7rem;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    opacity: .28;
    width: 100%;
  }
  .hero-scrim {
    background: linear-gradient(90deg, #f6f3f0fa, #f6f3f0c2);
  }
  .hero h1 {
    font-size: clamp(3.1rem, 8vw, 5.5rem);
  }
  .demo {
    max-width: 35rem;
  }
  .timeline-calendar {
    grid-template-columns: repeat(5, minmax(9rem, 1fr));
    overflow-x: auto;
  }
  .timeline-calendar article {
    min-height: 19rem;
  }
  .cycle-copy,
  .shift-grid,
  .teacher-grid {
    grid-template-columns: 1fr;
  }
  .shift-grid {
    gap: 2rem;
    min-height: auto;
  }
  .shift-copy,
  .shift-visual {
    grid-column: 1;
  }
  .shift-copy {
    padding-right: 0;
  }
  .shift-visual {
    height: 32rem;
    margin: -1rem -5vw -3rem;
    position: relative;
    inset: auto;
  }
  .shift-visual img {
    aspect-ratio: auto;
    max-height: none;
  }
  .result-grid {
    grid-template-columns: 1fr 1fr;
  }
  .result-grid article:last-child {
    grid-column: 1 / -1;
  }
  .published {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .agenda::after {
    opacity: .1;
    background-size: cover;
    width: auto;
    inset: 7% -18% 8%;
  }
  .agenda-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .agenda-intro {
    position: relative;
    top: auto;
  }
  .agenda-intro .display {
    max-width: 12ch;
    margin-bottom: 2rem;
  }
  .agenda-meter {
    max-width: 28rem;
  }
}

@media (width <= 680px) {
  :root {
    --section: 4.6rem;
    --gutter: 1.15rem;
  }
  .topbar {
    height: 4rem;
    padding-inline: 1rem;
  }
  .brand {
    font-size: 1rem;
  }
  .nav-cta {
    padding: .5rem .7rem;
    font-size: .67rem;
  }
  .hero {
    min-height: auto;
    padding: 6.5rem 0 3rem;
  }
  .hero::before {
    background-size: 44px 44px;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 12.2vw, 4rem);
    line-height: .94;
  }
  .hero-lead {
    font-size: .95rem;
  }
  .hero-offer {
    flex-direction: column;
    align-items: flex-start;
  }
  .button {
    width: 100%;
  }
  .trust-row {
    gap: .65rem 1rem;
  }
  .demo {
    display: none;
  }
  .stat-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .stat-grid > strong {
    font-size: 4.5rem;
  }
  .display {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  /* Calendar mobile */
  .week-calendar {
    box-shadow: .4rem .4rem #17191814;
  }
  .week-calendar__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: .2rem;
  }
  .timeline-calendar {
    display: block;
    overflow: visible;
  }
  .timeline-calendar article,
  .timeline-calendar article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 3.7rem 1fr;
    gap: 1rem;
    min-height: 10rem;
    padding: 1.2rem 1rem;
    display: grid;
  }
  .timeline-calendar article:last-child {
    border-bottom: 0;
  }
  .timeline-calendar article::before {
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 3rem;
  }
  .timeline-calendar .day-silent::before {
    mask-image: linear-gradient(#000, #0000);
    -webkit-mask-image: linear-gradient(#000, #0000);
  }
  .day-top {
    display: block;
  }
  .day-top i {
    top: 2rem;
    left: 3rem;
    transform: translate(-50%, -50%);
  }
  .day-entry {
    padding-top: 0;
  }
  .timeline-calendar h3 {
    margin: 0 0 .2rem;
  }
  .timeline-calendar p {
    margin: .65rem 0 0;
  }
  .week-calendar__legend {
    justify-content: flex-start;
  }

  .cycle-copy {
    margin-top: 2.5rem;
  }
  .shift-grid {
    gap: 2rem;
  }
  .shift::before {
    left: var(--gutter);
  }
  .shift-visual {
    height: 24rem;
    margin: -.5rem -12vw -2rem;
  }
  .shift-visual img {
    aspect-ratio: auto;
  }
  .shift-visual figcaption {
    align-items: flex-start;
    gap: .1rem;
    bottom: 7%;
    right: 12%;
  }
  .shift-compare article {
    min-height: auto;
    padding: 2rem 1.35rem;
  }
  .shift-compare article + article {
    border-left: 1px solid var(--limestone);
    border-top: 5px solid var(--orange);
  }
  .shift-compare ul {
    margin-top: 2rem;
  }
  .shift-quote {
    padding: 2rem 1.35rem;
  }
  .compare,
  .result-grid,
  .fit-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .compare article + article,
  .fit-grid article + article,
  .choice-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .result-grid article:last-child {
    grid-column: auto;
  }
  .result-grid article {
    min-height: 18rem;
  }
  .published {
    padding: 2rem 1.3rem;
  }

  /* Agenda mobile */
  .agenda {
    background: var(--limestone);
  }
  .agenda::after {
    opacity: .085;
    background-position: 50%;
    width: auto;
    height: 52rem;
    inset: 10rem -45% auto;
  }
  .agenda-flow article {
    grid-template-columns: 2.7rem 1fr;
    gap: .7rem;
    padding-bottom: 1.3rem;
  }
  .block-rail > span {
    width: 2.25rem;
    height: 2.25rem;
  }
  .block-rail::after {
    top: 2.1rem;
    bottom: -1.3rem;
  }
  .block-main {
    padding: 1.3rem;
  }
  .agenda-flow h3 {
    font-size: 2.2rem;
  }
  .block-head {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .ticket-grid {
    grid-template-columns: 1fr;
  }
  .ticket-grid article {
    padding: 2rem 1.35rem;
  }
  .ticket-price strong {
    font-size: 3.4rem;
  }
  .vip-ribbon {
    align-self: flex-start;
    margin: -2rem -1.35rem 1.5rem;
    position: static;
  }
  .teacher-copy > p {
    font-size: .95rem;
  }
  .teachers {
    background: linear-gradient(180deg, var(--white) 0 42%, #176b7013 42% 100%);
  }
  summary {
    grid-template-columns: 2rem 1fr auto;
    gap: .5rem;
    padding: 1.2rem 0;
    font-size: 1.25rem;
  }
  details > div {
    padding: 0 0 1.4rem 2.5rem;
  }
  details[open] summary {
    padding-inline: .7rem;
  }
  .choice-grid .chosen {
    border-color: var(--graphite);
  }
  .final-date {
    line-height: 1.6;
  }
  footer .shell {
    flex-direction: column;
    align-items: flex-start;
  }
  footer p {
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  summary b {
    transition: none;
  }
}
