/* Compact entry point to the Oficina Viva project. */
.ov-promo{padding:36px 0;background:#f3f8f7;scroll-margin-top:90px}
.ov-promo .ov-promo-card{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.45fr);align-items:center;gap:36px;padding:22px;border:1px solid #cbdedb;border-radius:20px;background:#fff;color:#304956;box-shadow:0 12px 36px #082b3110}
.ov-promo .ov-promo-image{display:block;position:relative;border-radius:12px;overflow:hidden;background:#e7efee;isolation:isolate}
.ov-promo .ov-promo-image img{display:block;width:100%;height:208px;object-fit:cover;object-position:center 38%;transition:transform .25s ease}
.ov-promo .ov-promo-image:hover img{transform:scale(1.025)}
.ov-promo .ov-promo-play{position:absolute;inset:auto 14px 14px auto;display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:24px;background:#082630;color:#fff;font-size:.875rem;font-weight:600}
.ov-promo .ov-promo-play svg{width:15px;height:15px;fill:currentColor}
.ov-promo .ov-promo-eyebrow{margin:0 0 8px;color:#0b746b;font-size:.8125rem;letter-spacing:1.5px;font-weight:600}
.ov-promo h2{font:700 clamp(1.5rem,2.5vw,2rem)/1.18 'Space Grotesk','Inter',sans-serif;color:#0b2530;letter-spacing:-.6px;max-width:26ch;margin:0 0 12px}
.ov-promo p:not(.ov-promo-eyebrow){font-size:1rem;line-height:1.6;max-width:56ch;margin:0 0 16px}
.ov-promo .ov-promo-link{display:inline-flex;align-items:center;gap:18px;min-height:44px;color:#0b746b;font-weight:600;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.ov-promo .ov-promo-link:hover{color:#064f48}
@media(max-width:640px){.ov-promo{padding:24px 0}.ov-promo .ov-promo-card{grid-template-columns:1fr;gap:20px;padding:16px}.ov-promo .ov-promo-image img{height:180px}.ov-promo h2{font-size:1.6rem}.ov-promo .ov-promo-eyebrow{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){.ov-promo .ov-promo-image img{transition:none}.ov-promo .ov-promo-image:hover img{transform:none}}
