/* =========================================================================
   VATSE EQUIPE: pagina de venda
   Composição própria desta página (o núcleo compartilhado vive em core.css):
   nasce escura no azul-tinta, o miolo é papel claro, fecha escura. A
   assinatura visual é o quadro "quem está fora hoje" se montando no herói.
   ========================================================================= */

.vpe-sales { --vpe-tinta: #051d2c; --vpe-tinta-2: #08283c; }

/* Herói */
.vpe-hero { background: linear-gradient(165deg, var(--vpe-tinta), var(--vpe-tinta-2) 70%, #0a324b); padding: calc(var(--nav-h, 72px) + 64px) 0 84px; position: relative; overflow: hidden; }
.vpe-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 340px at 78% 22%, rgba(var(--sv-accent-rgb), .2), transparent 70%); pointer-events: none; }
.vpe-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 6vw, 90px); align-items: center; position: relative; }
.vpe-kicker { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .2em; color: var(--sv-accent-ink); margin-bottom: 18px; }
.vpe-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.045em; color: #eff7fc; margin: 0 0 18px; }
.vpe-hero h1 em { font-style: normal; color: var(--sv-accent-ink); }
.vpe-hero-copy p { color: rgba(226, 242, 250, .72); line-height: 1.75; max-width: 52ch; margin: 0 0 26px; }
.vpe-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.vpe-actions-center { justify-content: center; }
.vpe-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: 12px; font-weight: 800; font-size: .95rem; text-decoration: none; transition: transform .15s ease, filter .15s ease; }
.vpe-btn:hover { transform: translateY(-1px); }
.vpe-btn-primary { background: var(--sv-accent); color: var(--sv-accent-on, #fff); }
.vpe-btn-primary:hover { filter: brightness(1.1); }
.vpe-btn-ghost { border: 1px solid rgba(255, 255, 255, .25); color: #eaf4fa; }
.vpe-btn-outline-light { border: 1px solid rgba(255, 255, 255, .35); color: #eaf4fa; }
.vpe-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; font-size: .8rem; color: rgba(219, 238, 248, .62); }
.vpe-proof i { color: var(--sv-accent-ink); margin-right: 6px; }

/* O quadro: papel claro flutuando sobre a tinta */
.vpe-quadro { background: #fafdff; border-radius: 20px; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .55); padding: 20px 20px 18px; max-width: 360px; justify-self: end; width: 100%; position: relative; }
.vpe-quadro-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid #e1ecf3; margin-bottom: 12px; }
.vpe-quadro-head strong { font-size: .95rem; color: #0c2233; letter-spacing: -.02em; }
.vpe-quadro-head span { font-size: .72rem; color: #5f7f93; }
.vpe-quadro-head b { color: #0c2233; }
.vpe-quadro-list { display: grid; gap: 8px; min-height: 150px; }
.vpe-pessoa { display: flex; align-items: center; gap: 12px; border: 1px solid #e1ecf3; border-radius: 12px; padding: 10px 13px; background: #fff; opacity: 0; transform: translateY(5px); transition: opacity .3s ease, transform .3s ease; }
.vpe-pessoa.show { opacity: 1; transform: translateY(0); }
.vpe-avatar { flex-shrink: 0; width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center; background: color-mix(in srgb, var(--sv-accent) 14%, #fff); color: var(--sv-accent); font-weight: 900; }
.vpe-dados { display: grid; }
.vpe-dados b { font-size: .84rem; color: #0c2233; }
.vpe-dados em { font-style: normal; font-size: .74rem; color: #5f7f93; }
.vpe-pessoa.is-ferias .vpe-dados em { color: #0369a1; font-weight: 700; }
.vpe-pessoa.is-folga .vpe-dados em { color: #0f7a3d; font-weight: 700; }
.vpe-pessoa.is-niver .vpe-dados em { color: #b45309; font-weight: 700; }
.vpe-quadro-toast { position: absolute; left: 18px; right: 18px; bottom: -18px; background: #0c2233; color: #e8f3fa; border-radius: 11px; padding: 10px 14px; font-size: .76rem; font-weight: 700; display: flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease; }
.vpe-quadro-toast i { color: #38bdf8; }
.vpe-quadro-toast.show { opacity: 1; transform: translateY(0); }

/* Faixa de resultados */
.vpe-strip { background: #03141f; border-top: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.vpe-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vpe-strip-grid > div { padding: 26px 20px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .06); }
.vpe-strip-grid > div:last-child { border-right: 0; }
.vpe-strip strong { display: block; font-size: 1.5rem; font-weight: 900; letter-spacing: -.03em; color: var(--sv-accent-ink); }
.vpe-strip span { font-size: .78rem; color: rgba(224, 240, 249, .55); }

/* Miolo papel */
.vpe-paper { background: #f6fafc; }
.vpe-componente { padding: clamp(70px, 8vw, 110px) 0; }
.vpe-componente-justa { padding-top: 0; }
.vpe-section-tag { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--sv-accent-deep, var(--sv-accent)); margin-bottom: 14px; }
.vpe-section-tag-light { color: var(--sv-accent-ink); }
.vpe-paper h2 { font-size: clamp(1.8rem, 3.2vw, 2.7rem); letter-spacing: -.035em; line-height: 1.12; color: #0c2233; margin: 0 0 14px; max-width: 26ch; }
.vpe-componente-apoio { color: #54748a; line-height: 1.7; max-width: 58ch; margin: 0 0 30px; }

.vpe-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.vpe-steps article { background: #fff; border: 1px solid #e1ecf3; border-radius: 18px; padding: 26px 24px; }
.vpe-steps b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: color-mix(in srgb, var(--sv-accent) 12%, #fff); color: var(--sv-accent); font-size: 1rem; margin-bottom: 16px; }
.vpe-steps h3 { font-size: 1.02rem; font-weight: 800; letter-spacing: -.015em; color: #0c2233; margin: 0 0 8px; }
.vpe-steps p { font-size: .89rem; line-height: 1.65; color: #54748a; margin: 0; }

.vpe-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.vpe-chip { border: 1px solid #d2e3ee; background: #fff; color: #2b4f66; border-radius: 999px; padding: 10px 16px; font-size: .85rem; font-weight: 700; }

/* Fecho escuro */
.vpe-final { background: linear-gradient(160deg, var(--vpe-tinta-2), var(--vpe-tinta)); padding: clamp(80px, 9vw, 120px) 0; text-align: center; }
.vpe-final h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); letter-spacing: -.04em; color: #eff7fc; margin: 0 auto 26px; max-width: 24ch; }

/* Responsivo */
@media (max-width: 1080px) {
    .vpe-hero-grid { grid-template-columns: 1fr; }
    .vpe-quadro { justify-self: start; }
    .vpe-steps { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .vpe-strip-grid { grid-template-columns: 1fr; }
    .vpe-strip-grid > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .06); }
    .vpe-strip-grid > div:last-child { border-bottom: 0; }
}
