/* Por que Unileão — front (e canvas do editor). Porte fiel de hubs/por-que-unileao.php,
   tudo escopado em .por-que-unileao-page. Keyframes/reveal com prefixo pqu-. */

.por-que-unileao-page {
	--brand: #000; --gold: #9A7209; --goldl: #C49A20; --gray: #f2f2f0; --border: #d0d0cc;
	--tx: #111; --tx2: #4a4a46; --cream: #faf9f6; --accent-red: #c00;
	--fs: 'Georgia', Georgia, 'Times New Roman', serif;
	--fsans: -apple-system, 'Helvetica Neue', sans-serif;
	--fdisplay: 'Georgia', Georgia, serif;
	font-family: var(--fs); background: #fff; color: #111; line-height: 1.5;
}
.por-que-unileao-page * { box-sizing: border-box; }
.por-que-unileao-page a { color: inherit; }
.por-que-unileao-page .pqu { position: relative; }

/* ===== HERO ===== */
.por-que-unileao-page .page-hero { background: #faf9f6; padding: 140px 2.5rem 60px; position: relative; overflow: hidden; }
.por-que-unileao-page .page-hero-inner { max-width: 1100px; margin: 0 auto; text-align: left; }
.por-que-unileao-page .page-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fsans); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.por-que-unileao-page .page-hero-eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); }
.por-que-unileao-page .page-hero h1 { font-family: var(--fdisplay); font-weight: 500; font-size: clamp(36px, 5vw, 64px); line-height: 1.05; letter-spacing: -1.2px; color: #111; margin: 0 0 24px; max-width: 880px; }
.por-que-unileao-page .page-hero h1 em { font-style: italic; color: var(--gold); font-weight: 500; }
.por-que-unileao-page .page-hero-sub { font-family: var(--fdisplay); font-style: italic; font-weight: 400; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; color: #4a4a46; margin: 0; max-width: 760px; }
.por-que-unileao-page .page-hero-stat { margin-top: 40px; display: inline-flex; align-items: baseline; gap: 18px; padding: 20px 26px; background: #fff; border-left: 3px solid var(--goldl); max-width: 560px; }
.por-que-unileao-page .page-hero-stat-n { font-family: var(--fdisplay); font-weight: 500; font-size: 42px; line-height: 1; color: var(--gold); letter-spacing: -1px; flex-shrink: 0; }
.por-que-unileao-page .page-hero-stat-l { font-family: var(--fs); font-size: 14px; line-height: 1.5; color: #4a4a46; }

/* ===== SEC-HEAD (compartilhado) ===== */
.por-que-unileao-page .sec-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.por-que-unileao-page .sec-head-tag { font-family: var(--fsans); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.por-que-unileao-page .sec-head-tag::before { content: ""; width: 24px; height: 1px; background: var(--gold); }
.por-que-unileao-page .sec-head h2 { font-family: var(--fdisplay); font-weight: 500; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; color: #111; letter-spacing: -.6px; margin: 0; max-width: 600px; }
.por-que-unileao-page .sec-head h2 em { font-style: italic; color: var(--gold); }
.por-que-unileao-page .sec-head-desc { font-family: var(--fs); font-size: 16px; line-height: 1.65; color: #4a4a46; margin: 0; }

/* ===== 4 MEDOS ===== */
.por-que-unileao-page .s-medos { padding: 80px 2.5rem 60px; background: #fff; }
.por-que-unileao-page .s-medos-inner { max-width: 1200px; margin: 0 auto; }
.por-que-unileao-page .vd-wrap { position: relative; max-width: 1200px; margin: 30px auto 50px; }
.por-que-unileao-page .vd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; transition: opacity .3s; }
.por-que-unileao-page .vd-grid.hidden { opacity: .2; pointer-events: none; }
.por-que-unileao-page .vd-card { background: var(--cream); border: 1px solid var(--border); padding: 36px 34px; cursor: pointer; text-align: left; font-family: inherit; transition: all .2s; display: flex; flex-direction: column; gap: 14px; min-height: 200px; position: relative; }
.por-que-unileao-page .vd-card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.por-que-unileao-page .vd-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.por-que-unileao-page .vd-card-num { font-family: var(--fdisplay); font-weight: 400; font-size: 42px; line-height: 1; color: var(--goldl); letter-spacing: -1px; }
.por-que-unileao-page .vd-card-arrow { width: 36px; height: 36px; border: 1px solid #111; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #111; transition: all .2s; }
.por-que-unileao-page .vd-card:hover .vd-card-arrow { background: #111; color: #fff; }
.por-que-unileao-page .vd-card-fear { font-family: var(--fsans); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-red); display: inline-flex; align-items: center; gap: 8px; margin-top: auto; }
.por-que-unileao-page .vd-card-fear::before { content: ""; width: 7px; height: 7px; background: var(--accent-red); border-radius: 50%; }
.por-que-unileao-page .vd-card-title { font-family: var(--fdisplay); font-weight: 500; font-size: 20px; line-height: 1.2; color: #111; letter-spacing: -.2px; margin: 0; }
.por-que-unileao-page .vd-detail { position: absolute; inset: 0; background: #111; color: #fff; padding: 44px 52px; opacity: 0; transform: scale(.98); transition: opacity .35s ease, transform .35s ease; pointer-events: none; display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: start; z-index: 10; overflow-y: auto; min-height: 100%; }
.por-que-unileao-page .vd-detail.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.por-que-unileao-page .vd-detail-num { font-family: var(--fdisplay); font-weight: 400; font-size: 76px; line-height: 1; color: var(--goldl); letter-spacing: -2px; }
.por-que-unileao-page .vd-detail-body { position: relative; }
.por-que-unileao-page .vd-detail-close { position: absolute; top: 0; right: 0; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; font-family: inherit; font-size: 18px; }
.por-que-unileao-page .vd-detail-close:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.por-que-unileao-page .vd-detail-fear { font-family: var(--fsans); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #ff6b6b; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 10px; }
.por-que-unileao-page .vd-detail-fear::before { content: ""; width: 8px; height: 8px; background: #ff6b6b; border-radius: 50%; }
.por-que-unileao-page .vd-detail-body h3 { font-family: var(--fdisplay); font-weight: 500; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15; margin: 0 0 16px; color: #fff; letter-spacing: -.5px; padding-right: 56px; }
.por-que-unileao-page .vd-detail-body p { font-family: var(--fs); font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.82); margin: 0 0 22px; max-width: 620px; }
.por-que-unileao-page .vd-detail-stat { display: block; padding: 16px 22px; background: rgba(255,255,255,.06); border-left: 3px solid var(--goldl); max-width: 480px; }
.por-que-unileao-page .vd-detail-stat-n { font-family: var(--fdisplay); font-weight: 500; font-size: 32px; line-height: 1; color: var(--goldl); margin-bottom: 6px; letter-spacing: -.5px; }
.por-que-unileao-page .vd-detail-stat-l { font-family: var(--fs); font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.8); }
.por-que-unileao-page .vd-detail-quote { font-family: var(--fdisplay); font-style: italic; font-size: 15px; line-height: 1.55; color: #fff; margin: 0; }
.por-que-unileao-page .vd-detail-author { font-family: var(--fsans); font-size: 10.5px; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.2); }

/* ===== COMEÇAR AGORA ===== */
.por-que-unileao-page .s-agora { padding: 80px 2.5rem; background: #faf9f6; }
.por-que-unileao-page .s-agora-inner { max-width: 1200px; margin: 0 auto; }
.por-que-unileao-page .agora-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.por-que-unileao-page .agora-card { background: #fff; border: 1px solid var(--border); padding: 36px 30px; display: flex; flex-direction: column; gap: 14px; transition: transform .25s, box-shadow .25s; }
.por-que-unileao-page .agora-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.por-que-unileao-page .agora-card-num { font-family: var(--fdisplay); font-style: italic; font-weight: 500; font-size: 38px; color: var(--goldl); line-height: 1; }
.por-que-unileao-page .agora-card h3 { font-family: var(--fdisplay); font-weight: 500; font-size: 22px; line-height: 1.2; color: #111; letter-spacing: -.3px; margin: 0; }
.por-que-unileao-page .agora-card p { font-family: var(--fs); font-size: 14.5px; line-height: 1.65; color: #4a4a46; margin: 0; }
.por-que-unileao-page .agora-card-tag { font-family: var(--fsans); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); padding-top: 14px; border-top: 1px solid #ececea; margin-top: auto; }

/* ===== HISTÓRIAS ===== */
.por-que-unileao-page .s-historias { padding: 80px 2.5rem; background: #111; color: #fff; }
.por-que-unileao-page .s-historias-inner { max-width: 1200px; margin: 0 auto; }
.por-que-unileao-page .s-historias .sec-head h2 { color: #fff; }
.por-que-unileao-page .s-historias .sec-head h2 em { color: var(--goldl); }
.por-que-unileao-page .s-historias .sec-head-tag { color: var(--goldl); }
.por-que-unileao-page .s-historias .sec-head-tag::before { background: var(--goldl); }
.por-que-unileao-page .s-historias .sec-head-desc { color: rgba(255,255,255,.78); }
.por-que-unileao-page .historias-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; max-width: 1180px; }
.por-que-unileao-page .historia-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); padding: 32px 28px; display: flex; flex-direction: column; gap: 18px; transition: all .25s; text-decoration: none; color: inherit; }
.por-que-unileao-page .historia-card:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); transform: translateY(-3px); }
.por-que-unileao-page .historia-card-img { aspect-ratio: 4/3; background: rgba(255,255,255,.08) center/cover no-repeat; border-radius: 2px; margin: -32px -28px 0; position: relative; }
.por-que-unileao-page .historia-card-img::after { content: "▶"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 34px; background: rgba(0,0,0,.35); transition: background .2s; }
.por-que-unileao-page .historia-card:hover .historia-card-img::after { background: rgba(0,0,0,.15); }
.por-que-unileao-page .historia-card-author { font-family: var(--fsans); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.65); padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); margin-top: auto; }
.por-que-unileao-page .historia-card-author strong { color: #fff; font-weight: 600; }

/* ===== APOIO ===== */
.por-que-unileao-page .s-apoio { padding: 80px 2.5rem; background: #fff; }
.por-que-unileao-page .s-apoio-inner { max-width: 1200px; margin: 0 auto; }
.por-que-unileao-page .apoio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 40px; border: 1px solid var(--border); }
.por-que-unileao-page .apoio-item { padding: 36px 32px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; transition: background .2s; text-decoration: none; color: inherit; }
.por-que-unileao-page .apoio-item:hover { background: #faf9f6; }
.por-que-unileao-page .apoio-item:nth-child(2n) { border-right: none; }
.por-que-unileao-page .apoio-item:nth-last-child(-n+2) { border-bottom: none; }
.por-que-unileao-page .apoio-item-label { font-family: var(--fsans); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.por-que-unileao-page .apoio-item h3 { font-family: var(--fdisplay); font-weight: 500; font-size: 24px; line-height: 1.2; color: #111; letter-spacing: -.3px; margin: 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.por-que-unileao-page .apoio-item h3 svg { flex-shrink: 0; margin-top: 6px; color: #888; transition: transform .2s, color .2s; }
.por-que-unileao-page .apoio-item:hover h3 svg { color: var(--gold); transform: translate(4px,-4px); }
.por-que-unileao-page .apoio-item p { font-family: var(--fs); font-size: 14.5px; line-height: 1.65; color: #4a4a46; margin: 0; }

/* ===== FAQ ===== */
.por-que-unileao-page .s-faq { padding: 80px 2.5rem; background: #faf9f6; }
.por-que-unileao-page .s-faq-inner { max-width: 920px; margin: 0 auto; }
.por-que-unileao-page .faq-list { margin-top: 40px; border-top: 1px solid var(--border); }
.por-que-unileao-page .faq-item { border-bottom: 1px solid var(--border); }
.por-que-unileao-page .faq-q { width: 100%; padding: 24px 8px; background: none; border: none; text-align: left; cursor: pointer; font-family: var(--fdisplay); font-weight: 500; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.3; color: #111; display: flex; justify-content: space-between; align-items: center; gap: 18px; transition: color .2s; }
.por-que-unileao-page .faq-q:hover { color: var(--gold); }
.por-que-unileao-page .faq-q-icon { width: 30px; height: 30px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; color: #111; font-family: var(--fsans); font-size: 18px; font-weight: 300; }
.por-que-unileao-page .faq-item.open .faq-q-icon { background: #111; color: #fff; border-color: #111; transform: rotate(45deg); }
.por-que-unileao-page .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .25s ease; padding: 0 8px; }
.por-que-unileao-page .faq-item.open .faq-a { max-height: 400px; padding: 0 8px 24px; }
.por-que-unileao-page .faq-a p { font-family: var(--fs); font-size: 15px; line-height: 1.7; color: #4a4a46; margin: 0; max-width: 780px; }

/* ===== PRÓXIMO MOMENTO ===== */
.por-que-unileao-page .s-next { padding: 80px 2.5rem; background: #fff; border-top: 1px solid #ececea; }
.por-que-unileao-page .s-next-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.por-que-unileao-page .next-card { background: #faf9f6; border: 1px solid var(--border); padding: 40px 36px; display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: inherit; transition: all .25s; position: relative; }
.por-que-unileao-page .next-card:hover { background: #fff; border-color: #111; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.por-que-unileao-page .next-card.primary { background: #111; color: #fff; border-color: #111; }
.por-que-unileao-page .next-card.primary:hover { background: #000; }
.por-que-unileao-page .next-card-tag { font-family: var(--fsans); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.por-que-unileao-page .next-card.primary .next-card-tag { color: var(--goldl); }
.por-que-unileao-page .next-card h3 { font-family: var(--fdisplay); font-weight: 500; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.15; letter-spacing: -.4px; margin: 0; color: inherit; }
.por-que-unileao-page .next-card h3 em { font-style: italic; color: var(--gold); }
.por-que-unileao-page .next-card.primary h3 em { color: var(--goldl); }
.por-que-unileao-page .next-card p { font-family: var(--fs); font-size: 14.5px; line-height: 1.6; color: #4a4a46; margin: 0; }
.por-que-unileao-page .next-card.primary p { color: rgba(255,255,255,.78); }
.por-que-unileao-page .next-card-cta { font-family: var(--fdisplay); font-style: italic; font-size: 17px; color: #111; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); display: inline-flex; align-items: center; gap: 8px; transition: gap .2s; }
.por-que-unileao-page .next-card.primary .next-card-cta { color: var(--goldl); border-top-color: rgba(255,255,255,.2); }
.por-que-unileao-page .next-card:hover .next-card-cta { gap: 14px; }

/* ===== WHATSAPP ===== */
.por-que-unileao-page .wa { padding: 80px 2.5rem; background: #0a0a0a; color: #fff; text-align: center; }
.por-que-unileao-page .wa-inner { max-width: 760px; margin: 0 auto; }
.por-que-unileao-page .wa-eyebrow { font-family: var(--fsans); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--goldl); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.por-que-unileao-page .wa-eyebrow::before, .por-que-unileao-page .wa-eyebrow::after { content: ""; width: 24px; height: 1px; background: var(--goldl); }
.por-que-unileao-page .wa h2 { font-family: var(--fdisplay); font-weight: 500; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; color: #fff; letter-spacing: -.6px; margin: 0 0 18px; }
.por-que-unileao-page .wa h2 em { font-style: italic; color: var(--goldl); }
.por-que-unileao-page .wa p { font-family: var(--fs); font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.78); margin: 0 auto 32px; max-width: 540px; }
.por-que-unileao-page .wa-btn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 32px; background: #25d366; color: #fff; text-decoration: none; font-family: var(--fsans); font-size: 15px; font-weight: 600; letter-spacing: .5px; border-radius: 2px; transition: all .25s; }
.por-que-unileao-page .wa-btn:hover { background: #1ebe5a; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,211,102,.4); }
.por-que-unileao-page .wa-btn svg { width: 20px; height: 20px; fill: #fff; }

/* ===== REVEAL ON SCROLL ===== */
.por-que-unileao-page .reveal { opacity: 0; transform: translateY(60px); transition: opacity .9s cubic-bezier(.16,.84,.24,1), transform .9s cubic-bezier(.16,.84,.24,1); will-change: opacity, transform; }
.por-que-unileao-page .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .por-que-unileao-page .reveal { opacity: 1; transform: none; transition: none; } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
	.por-que-unileao-page .page-hero { padding: 150px 1.5rem 40px; }
	.por-que-unileao-page .page-hero-stat { flex-direction: column; gap: 8px; padding: 18px 20px; }
}
@media (max-width: 900px) {
	.por-que-unileao-page .sec-head { grid-template-columns: 1fr; gap: 18px; }
	.por-que-unileao-page .vd-grid { grid-template-columns: 1fr; }
	.por-que-unileao-page .vd-detail { grid-template-columns: 1fr; padding: 30px 24px; gap: 20px; }
	.por-que-unileao-page .vd-detail-num { font-size: 56px; }
	.por-que-unileao-page .s-medos { padding: 48px 1.5rem 32px; }
	.por-que-unileao-page .agora-grid { grid-template-columns: 1fr; gap: 16px; }
	.por-que-unileao-page .s-agora { padding: 48px 1.5rem; }
	.por-que-unileao-page .historias-grid { grid-template-columns: 1fr; }
	.por-que-unileao-page .s-historias { padding: 48px 1.5rem; }
	.por-que-unileao-page .apoio-grid { grid-template-columns: 1fr; }
	.por-que-unileao-page .apoio-item { border-right: none !important; border-bottom: 1px solid var(--border) !important; }
	.por-que-unileao-page .apoio-item:last-child { border-bottom: none !important; }
	.por-que-unileao-page .s-apoio { padding: 48px 1.5rem; }
	.por-que-unileao-page .s-faq { padding: 48px 1.5rem; }
	.por-que-unileao-page .s-next-inner { grid-template-columns: 1fr; }
	.por-que-unileao-page .s-next { padding: 48px 1.5rem; }
	.por-que-unileao-page .wa { padding: 48px 1.5rem; }
}
