/* Sou Candidato — CSS de seção (extraído literal das seções da referência). Front + editor. */
/* ==== de archive/sou-candidato-pilares.php (.estr-, .pilares-, .venn-, modal) ==== */
/* Override do padding-top:80px global aplicado por header-v2.css linha 92
   (body:not(.home):not(.v2){padding-top:80px}). O .v2-hdr é position:fixed
   e sobrepõe o topo da viewport — não precisamos de espaço reservado pra ele
   nesse hub. Sem este override, sobra um gap branco entre o topo e o estr-hero. */
body.post-type-archive-sou-candidato,
body.page-template-page-sou-candidato { padding-top: 0 !important; }

/* ===== LAYOUT V2 base + REVEAL — literal v3 (linhas 24-32 + 68-74) ===== */
.v2 *{box-sizing:border-box}
.v2{font-family:'Georgia',Georgia,'Times New Roman',serif;background:#fff;color:#111;line-height:1.5}
.v2 :root,.v2{--brand:#000;--gold:#9A7209;--goldl:#C49A20;--gray:#f2f2f0;--border:#d0d0cc;--tx:#111;--tx2:#4a4a46;--fs:'Georgia',Georgia,'Times New Roman',serif;--fsans:-apple-system,'Helvetica Neue',-apple-system,'Helvetica Neue',sans-serif;--fdisplay:'Georgia',Georgia,serif;--fcaps:'Bebas Neue',sans-serif;--fn:-apple-system,'Helvetica Neue',-apple-system,'Helvetica Neue',sans-serif}
.v2 a{color:inherit}
.reveal{opacity:0;transform:translateY(90px);transition:opacity 1.1s cubic-bezier(.16,.84,.24,1),transform 1.1s cubic-bezier(.16,.84,.24,1),filter 1.1s cubic-bezier(.16,.84,.24,1);will-change:opacity,transform;filter:blur(8px)}
.reveal.r-left{transform:translateX(-120px)}
.reveal.r-right{transform:translateX(120px)}
.reveal.r-zoom{transform:scale(.82)}
.reveal.in{opacity:1;transform:none;filter:blur(0)}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;filter:none;transition:none}}

/* ===== PILARES UNILEÃO — literal v3 (linhas 79-588) ===== */
.pilares-section {
    --p-green-deep: #2d2d29;
    --p-green: #4A4A46;
    --p-green-light: #6a6a64;
    --p-gold: #D4A11C;
    --p-gold-soft: #f0e6a8;
    --p-cream: #faf8f3;
    --p-paper: #fdfbf6;
    --p-ink: #1a1a1a;
    --p-ink-soft: #4a4a4a;
    --p-rule: #d4cfc2;
    --pilar-tech: #1A2742;
    --pilar-cursos: #4A4A46;
    --pilar-programas: #7A2E3F;
    position: relative;
    padding: 120px 48px;
    overflow: hidden;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    background: var(--p-cream);
    color: var(--p-ink);
    line-height: 1.55;
}
.pilares-section *, .pilares-section *::before, .pilares-section *::after { box-sizing: border-box; }

.pilares-section::before {
    content: '';
    position: absolute;
    inset: 0;
    /* imagem de fundo da seção vem do atributo do bloco (var --pilares-bg, set inline no render) */
    background-image: var(--pilares-bg, url('https://dev.solutecweb.com.br/img/leao%20(2).png'));
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.pilares-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg,
            rgba(250, 248, 243, 0.85) 0%,
            rgba(250, 248, 243, 0.72) 50%,
            rgba(250, 248, 243, 0.55) 100%);
    z-index: 1;
}

.pilares-anniversary {
    position: absolute;
    top: 50%; right: -2%;
    transform: translateY(-50%);
    z-index: 2; pointer-events: none;
    font-family: 'Georgia', serif;
    font-style: italic; font-weight: 900;
    font-size: clamp(280px, 38vw, 580px);
    line-height: 0.85;
    color: var(--p-green);
    opacity: 0.06;
    letter-spacing: -0.04em;
    user-select: none;
}
.pilares-anniversary-label {
    position: absolute;
    top: 48px; right: 48px;
    z-index: 3; pointer-events: none;
    display: flex; align-items: center; gap: 14px;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 10px; letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--p-gold); font-weight: 600;
}
.pilares-anniversary-label::before {
    content: ''; width: 32px; height: 1px; background: var(--p-gold);
}
.pilares-anniversary-label em {
    font-family: 'Georgia', serif;
    font-style: italic; font-weight: 500;
    font-size: 13px; letter-spacing: 0.02em;
    text-transform: none; color: var(--p-green);
}

.pilares-inner { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; }
.pilares-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.pilares-content { padding-right: 24px; }

.pilares-kicker {
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--p-gold); font-weight: 600;
    margin-bottom: 24px;
    display: flex; align-items: center; gap: 16px;
}
.pilares-kicker::before { content: ''; width: 32px; height: 1px; background: var(--p-gold); }
.pilares-title {
    font-family: 'Georgia', serif;
    font-size: clamp(44px, 5.5vw, 84px);
    font-weight: 900; line-height: 0.92; letter-spacing: -0.03em;
    color: var(--p-ink); margin: 0 0 36px 0;
}
.pilares-title em { font-style: italic; font-weight: 400; color: var(--p-green); }
.pilares-description {
    font-family: 'Georgia', Georgia, serif; font-style: italic;
    font-size: 22px; line-height: 1.5; color: var(--p-ink);
    max-width: 460px; margin: 0 0 28px 0;
}
.pilares-meta {
    border-top: 1px solid var(--p-rule); padding-top: 24px;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--p-ink); font-weight: 600;
}
.pilares-meta strong { color: var(--p-green); font-weight: 700; }

.pilares-section .venn { position: relative; width: 100%; max-width: 580px; aspect-ratio: 1/1; margin: 0 auto; }
.pilares-section .venn-circle {
    position: absolute; width: 62%; aspect-ratio: 1/1; border-radius: 50%;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.5s ease;
    overflow: hidden;
}
.pilares-section .venn-circle::before {
    content: ''; position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}
.pilares-section .venn-circle::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    pointer-events: none; transition: opacity 0.5s ease; mix-blend-mode: multiply;
}
.pilares-section .venn-circle:hover { z-index: 20; box-shadow: 0 30px 80px rgba(15, 30, 22, 0.35); }
.pilares-section .venn-circle:hover::before { transform: scale(1.15); }
.pilares-section .venn-circle:hover::after { opacity: 0.25; }

.pilares-section .venn-circle-1 { top: 0; left: 50%; transform: translateX(-50%); z-index: 3; }
.pilares-section .venn-circle-1::before { background-image: var(--circ1-img, url('https://images.unsplash.com/photo-1518770660439-4636190af475?w=900&q=85')); }
.pilares-section .venn-circle-1::after  { background: var(--pilar-tech); opacity: 0.85; }
.pilares-section .venn-circle-1:hover   { transform: translateX(-50%) scale(1.4); }

.pilares-section .venn-circle-2 { bottom: 4%; left: 0; z-index: 2; }
.pilares-section .venn-circle-2::before { background-image: var(--circ2-img, url('https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=900&q=85')); }
.pilares-section .venn-circle-2::after  { background: var(--pilar-cursos); opacity: 0.85; }
.pilares-section .venn-circle-2:hover   { transform: scale(1.4); transform-origin: 30% 70%; }

.pilares-section .venn-circle-3 { bottom: 4%; right: 0; z-index: 1; }
.pilares-section .venn-circle-3::before { background-image: var(--circ3-img, url('https://images.unsplash.com/photo-1523580494863-6f3031224c94?w=900&q=85')); }
.pilares-section .venn-circle-3::after  { background: var(--pilar-programas); opacity: 0.85; }
.pilares-section .venn-circle-3:hover   { transform: scale(1.4); transform-origin: 70% 70%; }

.pilares-section .venn-label {
    position: absolute; color: var(--p-cream); text-align: center;
    pointer-events: none; z-index: 6;
    transition: transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.pilares-section .venn-label-1 { top: 9%; left: 50%; transform: translateX(-50%); width: 200px; }
.pilares-section .venn-circle-1:hover ~ .venn-label-1 { transform: translateX(-50%) scale(1.25); z-index: 21; }
.pilares-section .venn-label-2 { bottom: 11%; left: 7%; width: 180px; }
.pilares-section .venn-circle-2:hover ~ .venn-label-2 { transform: scale(1.25); transform-origin: left bottom; z-index: 21; }
.pilares-section .venn-label-3 { bottom: 11%; right: 7%; width: 180px; }
.pilares-section .venn-circle-3:hover ~ .venn-label-3 { transform: scale(1.25); transform-origin: right bottom; z-index: 21; }

.pilares-section .venn-label-title {
    font-family: 'Georgia', serif;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 600; line-height: 1.15; margin-bottom: 12px;
    letter-spacing: -0.005em;
    text-shadow: 0 2px 12px rgba(15, 30, 22, 0.35);
}
.pilares-section .venn-label-title em { font-style: italic; font-weight: 400; color: var(--p-gold-soft); }

.pilares-section .venn-button {
    pointer-events: auto;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--p-ink); background: var(--p-gold); border: none;
    padding: 9px 18px; cursor: pointer; border-radius: 999px;
    font-weight: 700; transition: all 0.25s;
}
.pilares-section .venn-button:hover { background: var(--p-ink); color: var(--p-gold); }
.pilares-section .venn-button::after { content: ' →'; margin-left: 4px; }

.pilares-section .venn-center {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 28%; aspect-ratio: 1/1; border-radius: 50%;
    background: var(--p-cream);
    box-shadow: 0 0 0 6px var(--p-cream), 0 4px 20px rgba(15, 30, 22, 0.18);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center; padding: 14px; z-index: 50;
    cursor: pointer; transition: transform 0.3s, box-shadow 0.3s;
}
.pilares-section .venn-center:hover {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 0 0 8px var(--p-cream), 0 12px 40px rgba(15, 30, 22, 0.28);
    z-index: 60;
}
.pilares-section .venn-center-title {
    font-family: 'Georgia', serif;
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 700; line-height: 1.1;
    color: var(--p-green); margin-bottom: 10px;
    letter-spacing: -0.005em;
}
.pilares-section .venn-center-title em { font-style: italic; font-weight: 400; color: var(--p-gold); }
.pilares-section .venn-center-btn {
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 8.5px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--p-ink); border: 1px solid var(--p-gold);
    background: var(--p-gold); padding: 7px 12px;
    cursor: pointer; border-radius: 999px;
    font-weight: 700; line-height: 1.3; max-width: 110px;
    transition: all 0.2s;
}
.pilares-section .venn-center:hover .venn-center-btn {
    background: var(--p-ink); color: var(--p-gold); border-color: var(--p-ink);
}

/* Modal pilares — escopo próprio */
.pilares-modal-backdrop {
    /* fixed + centralização forçados (!important) pra abrir centralizado na viewport,
       por cima da seção dos pilares — vence Bootstrap/tema que poderiam jogar pro topo. */
    position: fixed !important; inset: 0 !important;
    background: rgba(15, 30, 22, 0.55);
    z-index: 99999 !important; display: none;
    align-items: center !important; justify-content: center !important;
    padding: 32px; opacity: 0;
    transition: opacity 0.3s ease;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
}
.pilares-modal-backdrop.active { display: flex !important; opacity: 1; }
.pilares-modal-backdrop *, .pilares-modal-backdrop *::before, .pilares-modal-backdrop *::after { box-sizing: border-box; }
.pilares-modal-backdrop .modal {
    /* display + position + width forçados pra vencer Bootstrap 4.3 .modal
       (carregado em vendor/bootstrap-4.3.1-dist/css/bootstrap.min.css),
       que tem `display:none; position:fixed; width:100%; height:100%; z-index:1050`
       e quebrava nosso modal customizado quando o backdrop ativa. */
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    z-index: auto !important;
    background: #fdfbf6;
    max-width: 800px; max-height: 88vh;
    overflow-y: auto; padding: 56px;
    transform: scale(0.96);
    transition: transform 0.3s ease;
}
.pilares-modal-backdrop.active .modal { transform: scale(1); }
.pilares-modal-backdrop .modal-close {
    position: absolute; top: 20px; right: 20px;
    width: 40px; height: 40px; border-radius: 50%;
    background: #1a1a1a; color: #faf8f3; border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 300;
    transition: background 0.2s;
}
.pilares-modal-backdrop .modal-close:hover { background: #4A4A46; }
.pilares-modal-backdrop .modal-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; margin-bottom: 40px;
}
.pilares-modal-backdrop .modal-kicker {
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: #D4A11C; font-weight: 600; margin-bottom: 16px;
}
.pilares-modal-backdrop .modal-title {
    font-family: 'Georgia', serif;
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 800; line-height: 1; letter-spacing: -0.025em;
    color: #4A4A46; margin: 0 0 24px 0;
}
.pilares-modal-backdrop .modal-title em { font-style: italic; font-weight: 400; }
.pilares-modal-backdrop .modal-desc {
    font-family: 'Georgia', Georgia, serif;
    font-style: italic; font-size: 19px; line-height: 1.5;
    color: #4a4a4a; margin: 0;
}
.pilares-modal-backdrop .modal-disciplines-title {
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 13px; letter-spacing: 0.04em;
    color: #1a1a1a; font-weight: 700;
    margin: 0 0 20px 0; line-height: 1.4;
}
.pilares-modal-backdrop .modal-discipline-list { list-style: none; margin: 0; padding: 0; }
.pilares-modal-backdrop .modal-discipline-list li {
    border: 1px solid #d4cfc2; border-radius: 999px;
    padding: 12px 18px; margin-bottom: 10px;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 13.5px; color: #1a1a1a;
    display: flex; align-items: center; gap: 10px;
    transition: all 0.2s;
}
.pilares-modal-backdrop .modal-discipline-list li:hover {
    border-color: #4A4A46; background: rgba(27, 74, 46, 0.04);
}
.pilares-modal-backdrop .modal-discipline-list li::before {
    content: '+'; color: #D4A11C; font-weight: 600; font-size: 16px;
}
.pilares-modal-backdrop .modal-cta {
    display: block; margin: 0 auto;
    background: #D4A11C; color: #1a1a1a; border: none;
    padding: 18px 36px; border-radius: 0;
    font-family: -apple-system,'Helvetica Neue', sans-serif;
    font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 700; cursor: pointer;
    transition: all 0.25s;
    width: 100%; max-width: 540px;
}
.pilares-modal-backdrop .modal-cta::after { content: ' →'; margin-left: 12px; }
.pilares-modal-backdrop .modal-cta:hover { background: #1a1a1a; color: #D4A11C; }
.pilares-modal-backdrop .modal.modal-single .modal-grid { grid-template-columns: 1fr; text-align: left; }
.pilares-modal-backdrop .modal.modal-single .modal-disciplines { display: none; }

@media (max-width: 968px) {
    .pilares-section { padding: 80px 32px; }
    .pilares-grid { grid-template-columns: 1fr; gap: 60px; }
    .pilares-content { padding-right: 0; text-align: center; }
    .pilares-kicker { justify-content: center; }
    .pilares-description { margin-left: auto; margin-right: auto; }
    .pilares-section .venn { max-width: 480px; }
    .pilares-modal-backdrop .modal-grid { grid-template-columns: 1fr; gap: 32px; }
    .pilares-modal-backdrop .modal { padding: 40px 28px; }
}
@media (max-width: 540px) {
    .pilares-section { padding: 60px 20px; }
    .pilares-section .venn { max-width: 360px; }
    .pilares-section .venn-label-title { font-size: 13px; }
    .pilares-section .venn-button { font-size: 9px; padding: 7px 14px; }
    .pilares-section .venn-center-title { font-size: 11px; }
    .pilares-section .venn-center-btn { font-size: 7.5px; padding: 6px 10px; }
}

/* ===== SEÇÃO ESTRUTURA · classes .estr-* — literal v3 (linhas 594-715) ===== */
.estr-hero{
  position:relative; min-height:92vh;
  /* background-image vem do atributo do bloco (inline style); fallback escuro abaixo */
  background-color:#1a1a1a;
  background-size:cover; background-position:center;
  overflow:hidden;
  display:flex; align-items:center;
  color:#faf8f3; text-decoration:none;
  cursor:pointer; transition:filter .3s ease;
}
.estr-hero:hover{ filter:brightness(1.08); color:#faf8f3; text-decoration:none; }
.estr-hero:hover .estr-hero-scroll{ color:#faf8f3; }
.estr-hero::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.78) 100%),
    linear-gradient(135deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.20) 50%, rgba(0,0,0,.40) 100%);
  z-index:1;
}
.estr-hero-corner-tag{
  position:absolute; top:36px; left:48px; z-index:3;
  font-family:-apple-system,'Helvetica Neue',sans-serif;
  font-size:10.5px; letter-spacing:.32em; text-transform:uppercase;
  color:#f0e6a8; font-weight:600;
  display:flex; align-items:center; gap:16px;
}
.estr-hero-corner-tag::before{ content:''; width:32px; height:1px; background:#f0e6a8; }
.estr-hero-corner-tag em{
  font-family:Georgia,serif; font-style:italic; font-weight:400;
  font-size:14px; letter-spacing:.02em; text-transform:none; color:#faf8f3;
}
.estr-hero-corner-meta{
  position:absolute; top:40px; right:48px; z-index:3;
  font-family:-apple-system,'Helvetica Neue',sans-serif;
  font-size:10.5px; letter-spacing:.28em; text-transform:uppercase;
  color:rgba(250,248,243,.7); font-weight:500;
}
.estr-hero-inner{
  position:relative; z-index:2; max-width:1400px; margin:0 auto;
  width:100%; padding:100px 48px;
}
.estr-hero-title{
  font-family:Georgia,serif;
  font-size:clamp(56px,11vw,168px);
  font-weight:900; line-height:.88; color:#faf8f3;
  letter-spacing:-.04em; margin:160px 0 56px; max-width:1300px;
  text-shadow:0 2px 30px rgba(0,0,0,.4);
}
.estr-hero-title em{ font-style:italic; font-weight:400; color:#D4A11C; display:block; }
.estr-hero-meta{
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:48px;
  padding-top:36px; border-top:1px solid rgba(250,248,243,.25);
  max-width:980px;
}
.estr-hero-meta--2col{ grid-template-columns:1fr 1fr; max-width:720px; }
.estr-hero-meta-item h6{
  font-family:-apple-system,'Helvetica Neue',sans-serif;
  font-size:10.5px; letter-spacing:.28em; text-transform:uppercase;
  color:#D4A11C; font-weight:700; margin:0 0 14px;
}
.estr-hero-meta-item p{
  font-family:Georgia,serif; font-size:16px; line-height:1.55;
  color:#faf8f3; font-weight:500; margin:0;
}
.estr-hero-meta-item p em{ color:#f0e6a8; font-style:italic; font-weight:600; }
.estr-hero-scroll{
  position:absolute; left:50%; top:80px; transform:translateX(-50%);
  z-index:3; font-family:-apple-system,'Helvetica Neue',sans-serif;
  font-size:10px; letter-spacing:.32em; text-transform:uppercase;
  color:rgba(250,248,243,.7); font-weight:500;
  display:flex; justify-content:center; align-items:center; gap:10px;
  width:fit-content; white-space:nowrap;
  text-decoration:none;
  animation:estrScrollBounce 2.5s ease-in-out infinite;
}
.estr-hero-scroll:hover{ color:#faf8f3; }
.estr-hero-scroll::after{ content:'↓'; font-size:14px; }
@keyframes estrScrollBounce{
  0%,100%{ transform:translate(-50%, 0); }
  50%{ transform:translate(-50%, 6px); }
}
@media (max-width: 768px){
  .estr-hero-corner-tag, .estr-hero-corner-meta{ left:24px; right:24px; }
  .estr-hero-corner-meta{ display:none; }
  .estr-hero-inner{ padding:80px 24px; }
  .estr-hero-meta{ grid-template-columns:1fr; gap:28px; max-width:none; }
  .estr-hero-scroll{ top:120px; }
}
.hero-selector{background:#f2efe8 !important}
.hero-selector .hero-intro,
.hero-selector .hero-intro h1,
.hero-selector .hero-intro p,
.hero-selector .hero-eyebrow{background:#f2efe8 !important}
.hero-eyebrow::before,
.hero-eyebrow::after{display:none !important}
/* ==== de archive/sou-candidato-vidas.php (.u25-) ==== */
/* ===== UNILEÃO 25 ANOS ===== */
.u25{
  --u25-bg:#f2efe8;
  --u25-bg-2:#f3eee2;
  --u25-gold:#9A7209;
  --u25-gold-l:#C49A20;
  --u25-ink:#1a1a1a;
  --u25-serif:'Georgia','Georgia',serif;
  --u25-caps:'Bebas Neue',sans-serif;
  --u25-body:-apple-system,'Helvetica Neue',sans-serif;
  position:relative; min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  padding:80px 24px; overflow:hidden;
  background:#f2efe8; color:var(--u25-ink);
  font-family:var(--u25-body);
}
.u25 *{box-sizing:border-box}
.u25::before{display:none}

.u25-float{
  position:absolute; filter:saturate(.9); opacity:0;
  animation:u25FloatIn 1.4s cubic-bezier(.16,1,.3,1) forwards;
  z-index:2; transition:transform .5s ease, filter .5s ease;
  margin:0;
}
.u25-float:hover{transform:scale(1.04) translateY(-3px) !important;filter:saturate(1) brightness(1.05);z-index:6}
.u25-float img{width:100%;height:100%;object-fit:cover;display:block}
.u25-float-frame{background:#fff;padding:8px 8px 32px;box-shadow:0 30px 60px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.06)}
.u25-float-clean{box-shadow:0 30px 60px rgba(0,0,0,.22)}
.u25-float-tag{position:absolute;bottom:8px;left:8px;right:8px;font-family:var(--u25-caps);font-size:9.5px;letter-spacing:1.5px;text-align:center;color:#222;text-transform:uppercase;opacity:0;transition:opacity .3s;margin:0}
.u25-float:hover .u25-float-tag{opacity:1}
.u25-float-tag-clean{position:absolute;bottom:-22px;left:0;right:0;font-family:var(--u25-caps);font-size:9.5px;letter-spacing:1.5px;text-align:center;color:rgba(26,26,26,.55);text-transform:uppercase;opacity:0;transition:opacity .3s;margin:0}
.u25-float-clean:hover .u25-float-tag-clean{opacity:1}
@keyframes u25FloatIn{from{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:none}}

.u25 .u25-f1{top:8%;left:6%;width:130px;height:170px;transform:rotate(-3deg);animation-delay:.3s}
.u25 .u25-f2{top:14%;left:24%;width:200px;height:140px;transform:rotate(2deg);animation-delay:.5s}
.u25 .u25-f3{top:6%;left:46%;width:170px;height:215px;transform:rotate(-1deg);animation-delay:.2s}
.u25 .u25-f4{top:10%;right:24%;width:155px;height:200px;transform:rotate(3deg);animation-delay:.6s}
.u25 .u25-f5{top:5%;right:5%;width:140px;height:185px;transform:rotate(-2deg);animation-delay:.45s}
.u25 .u25-f6{top:42%;left:3%;width:155px;height:200px;transform:rotate(1deg);animation-delay:.7s}
.u25 .u25-f7{top:48%;right:3%;width:140px;height:180px;transform:rotate(-2deg);animation-delay:.55s}
.u25 .u25-f8{bottom:8%;left:10%;width:165px;height:130px;transform:rotate(-2deg);animation-delay:.8s}
.u25 .u25-f9{bottom:6%;left:32%;width:175px;height:230px;transform:rotate(2deg);animation-delay:.65s}
.u25 .u25-f10{bottom:10%;left:55%;width:200px;height:145px;transform:rotate(-1deg);animation-delay:.5s}
.u25 .u25-f11{bottom:5%;right:18%;width:150px;height:195px;transform:rotate(3deg);animation-delay:.75s}
.u25 .u25-f12{bottom:14%;right:4%;width:135px;height:170px;transform:rotate(-3deg);animation-delay:.4s}

.u25-center{
  position:relative;z-index:5;text-align:center;max-width:680px;padding:24px;
  animation:u25CenterIn 1.2s cubic-bezier(.16,1,.3,1) .2s both;
}
@keyframes u25CenterIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
.u25-eyebrow{
  font-family:var(--u25-caps);font-size:13px;letter-spacing:5px;
  color:var(--u25-gold);margin-bottom:24px;
  display:inline-flex;align-items:center;gap:14px;
}
.u25-eyebrow::before,.u25-eyebrow::after{content:"";width:30px;height:1px;background:var(--u25-gold)}
.u25-title{
  font-family:var(--u25-serif);font-weight:500;
  font-size:clamp(50px,8vw,96px);line-height:1;letter-spacing:-1px;
  margin:0 0 22px;color:var(--u25-ink);
}
.u25-title em{font-style:italic;font-weight:400;color:var(--u25-gold)}
.u25-text{
  font-weight:300;font-size:16px;line-height:1.65;
  color:rgba(26,26,26,.7);max-width:520px;margin:0 auto 36px;
}
.u25-text strong{color:var(--u25-ink);font-weight:500}
.u25-cta{
  display:inline-flex;align-items:center;gap:14px;
  padding:14px 28px 14px 14px;
  background:transparent;color:var(--u25-ink) !important;text-decoration:none;
  font-family:var(--u25-caps);font-size:14px;letter-spacing:3px;
  border:1px solid rgba(26,26,26,.3);border-radius:999px;transition:all .3s;
}
.u25-cta-circle{
  width:32px;height:32px;border-radius:50%;
  background:var(--u25-ink);color:#fff;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;transition:transform .4s;
}
.u25-cta:hover{border-color:var(--u25-gold);color:var(--u25-gold) !important;text-decoration:none}/* 2026-06-02: tira o sublinhado que o Bootstrap (a:hover) punha em "Ver galeria" */
.u25-cta:hover .u25-cta-circle{transform:rotate(-90deg);background:var(--u25-gold)}
.u25-cta svg{width:13px;height:13px}

@media (max-width:900px){
  .u25{padding:80px 20px 40px}
  .u25-float{transform:scale(.55) !important;opacity:.5 !important}
  .u25 .u25-f3,.u25 .u25-f9{transform:scale(.7) !important;opacity:.7 !important}
  .u25-title{font-size:54px}
  .u25-text{font-size:14.5px}
}
