.iub-vh { --iub-vh-bg: #061018; --iub-vh-line: rgba(96, 197, 224, .18); --iub-vh-text: #f3f8fa; --iub-vh-muted: #afc0ca; --iub-vh-cyan: #19d9f4; position: relative; isolation: isolate; overflow: hidden; color: var(--iub-vh-text); background-color: var(--iub-vh-bg); background-image: linear-gradient(var(--iub-vh-line) 1px, transparent 1px), linear-gradient(90deg, var(--iub-vh-line) 1px, transparent 1px); background-size: 48px 48px; font-family: inherit; }
.iub-vh__dialog { --iub-vh-bg: #061018; --iub-vh-line: rgba(96, 197, 224, .18); --iub-vh-text: #f3f8fa; --iub-vh-muted: #afc0ca; --iub-vh-cyan: #19d9f4; }
.iub-vh *, .iub-vh *::before, .iub-vh *::after { box-sizing: border-box; }
.iub-vh__inner { width: min(1220px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(220px, .77fr) minmax(0, 1.75fr); gap: clamp(40px, 7vw, 112px); align-items: center; margin: 0 auto; padding: clamp(74px, 10vw, 132px) 0; }
.iub-vh__intro { max-width: 390px; }
.iub-vh__eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--iub-vh-cyan); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.iub-vh__eyebrow span { width: 30px; height: 2px; background: currentColor; }
.iub-vh h2, .iub-vh h3 { margin: 0; color: var(--iub-vh-text); font-family: inherit; font-weight: 800; letter-spacing: -.055em; line-height: .92; }
.iub-vh h2 { font-size: clamp(42px, 5vw, 72px); }
.iub-vh h3 { font-size: clamp(30px, 3vw, 44px); }
.iub-vh__description { margin: 30px 0 0; color: var(--iub-vh-muted); font-size: 17px; line-height: 1.6; }
.iub-vh__hint { margin: 23px 0 0; color: var(--iub-vh-cyan); font-size: 13px; font-weight: 700; }
.iub-vh__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); align-items: stretch; }
.iub-vh__card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 0; overflow: hidden; border: 1px solid rgba(74, 216, 245, .34); border-radius: 18px; color: inherit; background: rgba(5, 23, 33, .86); box-shadow: 0 18px 34px rgba(0, 0, 0, .26); cursor: pointer; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.iub-vh__card:hover, .iub-vh__card:focus-visible { z-index: 2; border-color: var(--iub-vh-cyan); outline: none; transform: translateY(-7px); box-shadow: 0 23px 38px rgba(0, 0, 0, .42), 0 0 30px rgba(25, 217, 244, .18); }
.iub-vh__card-media { position: relative; display: grid; aspect-ratio: 4 / 5; place-items: center; overflow: hidden; isolation: isolate; background: #02090e; }
.iub-vh__card-media::before, .iub-vh__dialog-video-wrap::before { position: absolute; z-index: -1; inset: -38%; content: ''; background: radial-gradient(circle at 19% 23%, rgba(25, 217, 244, .34), transparent 30%), radial-gradient(circle at 80% 70%, rgba(89, 71, 212, .30), transparent 38%), radial-gradient(circle at 56% 42%, rgba(14, 109, 140, .42), transparent 46%); animation: iub-vh-aurora 9s ease-in-out infinite alternate; }
.iub-vh__card video { display: block; width: 100%; height: 100%; object-fit: contain; }
.iub-vh__play { position: absolute; z-index: 1; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255, 255, 255, .76); border-radius: 50%; color: #fff; background: rgba(0, 14, 21, .72); font-size: 20px; box-shadow: 0 8px 28px rgba(0, 0, 0, .4); }
.iub-vh__card-copy { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 14px 15px; text-align: left; }
.iub-vh__card-copy small { color: var(--iub-vh-cyan); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.iub-vh__card-copy strong { color: #f2fbfd; font-size: 12px; }

.iub-vh__dialog { position: fixed; z-index: 2147483647; inset: 0; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: rgba(0, 8, 13, .83); backdrop-filter: blur(9px); }
.iub-vh__dialog[hidden] { display: none; }
.iub-vh__dialog-panel { position: relative; width: min(860px, 100%); display: flex; flex-direction: column; max-height: calc(100dvh - 32px); overflow: hidden; border: 1px solid rgba(74, 216, 245, .38); border-radius: 20px; background: #091924; box-shadow: 0 28px 80px rgba(0, 0, 0, .58); }
.iub-vh__dialog-video-wrap { position: relative; display: grid; flex: 0 0 min(50dvh, 500px); min-height: 0; place-items: center; overflow: hidden; isolation: isolate; background: #02080d; }
.iub-vh__dialog-video { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; background: transparent; }
.iub-vh__dialog-content { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; padding: clamp(18px, 2vw, 28px); background: #09202d; }
.iub-vh__dialog-content .iub-vh__eyebrow { margin-bottom: 10px; }
.iub-vh__dialog-count { margin: 8px 0 0; color: var(--iub-vh-cyan); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.iub-vh__dialog-line { margin: 10px 0 0; color: var(--iub-vh-cyan); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.iub-vh__dialog-message { margin: 9px 0 0; color: var(--iub-vh-muted); font-size: 14px; line-height: 1.38; text-align: justify; }
.iub-vh__dialog-cta { align-self: center; display: inline-flex !important; align-items: center; justify-content: center; gap: 12px; width: min(100%, 320px); min-height: 54px; margin-top: 18px; padding: 13px 22px; border: 0 !important; border-radius: 999px; color: #00131b !important; background: #19d9f4 !important; box-shadow: 0 10px 28px rgba(25, 217, 244, .32); font-size: 13px; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none !important; }
.iub-vh__dialog-cta:hover, .iub-vh__dialog-cta:focus-visible { color: #00131b !important; background: #54e6f8 !important; outline: none; transform: translateY(-2px); }
.iub-vh__close { position: absolute; z-index: 3; top: 13px; right: 13px; display: grid; width: 44px !important; min-width: 44px !important; max-width: 44px !important; height: 44px !important; min-height: 44px !important; max-height: 44px !important; place-items: center; padding: 0 !important; border: 1px solid rgba(255, 255, 255, .52) !important; border-radius: 50% !important; color: #fff !important; background: rgba(1, 13, 19, .78) !important; font-size: 29px; line-height: 1; cursor: pointer; }
.iub-vh__close:hover, .iub-vh__close:focus-visible { border-color: var(--iub-vh-cyan); color: var(--iub-vh-cyan); outline: none; }
.iub-vh__nav { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.iub-vh__nav button { min-width: 128px; min-height: 42px; padding: 0 14px; border: 1px solid rgba(153, 198, 213, .35); border-radius: 999px; color: #e8f7fa; background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.iub-vh__nav button:hover, .iub-vh__nav button:focus-visible { border-color: var(--iub-vh-cyan); color: var(--iub-vh-cyan); outline: none; }
.iub-vh__exit { align-self: center; margin-top: 7px; padding: 4px 8px; border: 0; color: var(--iub-vh-cyan); background: transparent; font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.iub-vh__exit:hover, .iub-vh__exit:focus-visible { color: #fff; outline: none; }
body.iub-rh-no-scroll, body.iub-vh-no-scroll { overflow: hidden; }

/* No computador, vídeos gravados na vertical recebem enquadramento de destaque.
   O foco desce dentro do arquivo: a pessoa sobe na janela e o fundo vazio some. */
@media (min-width: 721px) { .iub-vh__dialog-video--portrait { object-fit: cover; object-position: 50% 82%; } }

@keyframes iub-vh-aurora { 0% { transform: translate3d(-4%, -3%, 0) scale(1); } 100% { transform: translate3d(5%, 4%, 0) scale(1.12); } }
@media (max-width: 980px) { .iub-vh__inner { grid-template-columns: 1fr; gap: 48px; } .iub-vh__intro { max-width: 650px; } }
@media (min-width: 721px) and (max-width: 980px) { .iub-vh__dialog { padding: 16px; } .iub-vh__dialog-panel { width: min(720px, 100%); } .iub-vh__dialog-video-wrap { flex-basis: min(50dvh, 480px); } .iub-vh__dialog-content { padding: 20px 30px; } }
@media (max-width: 720px) { .iub-vh { background-size: 38px 38px; } .iub-vh__inner { width: min(100% - 32px, 560px); padding: 70px 0; } .iub-vh__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; } .iub-vh__card { border-radius: 12px; } .iub-vh__card-media { aspect-ratio: 3 / 4; } .iub-vh__play { width: 38px; height: 38px; font-size: 14px; } .iub-vh__card-copy { display: block; padding: 9px 8px 10px; } .iub-vh__card-copy small { font-size: 7px; } .iub-vh__card-copy strong { display: block; margin-top: 4px; font-size: 9px; } .iub-vh__dialog { padding: 8px; overflow: hidden; } .iub-vh__dialog-panel { width: min(100%, 430px); height: calc(100dvh - 16px); max-height: calc(100dvh - 16px); } .iub-vh__dialog-video-wrap { flex-basis: min(55dvh, 460px); } .iub-vh__dialog-content { padding: 12px 20px 11px; } .iub-vh__dialog-content .iub-vh__eyebrow { margin-bottom: 5px; font-size: 8px; } .iub-vh__dialog-content h3 { font-size: 25px; line-height: 1; } .iub-vh__dialog-count { margin-top: 5px; font-size: 8px; } .iub-vh__dialog-line { margin-top: 7px; font-size: 9px; } .iub-vh__dialog-message { margin-top: 6px; font-size: 12px; line-height: 1.28; } .iub-vh__dialog-cta { min-height: 48px; margin-top: 10px; font-size: 12px; } .iub-vh__nav { margin-top: 7px; } .iub-vh__nav button { min-height: 38px; font-size: 11px; } .iub-vh__exit { margin-top: 3px; font-size: 10px; } .iub-vh__close { top: 12px; right: 12px; } }
@media (max-width: 720px) and (max-height: 620px) { .iub-vh__dialog-video-wrap { flex-basis: min(48dvh, 330px); } }
@media (max-width: 400px) { .iub-vh__grid { gap: 7px; } .iub-vh__nav { gap: 8px; } .iub-vh__nav button { min-width: 0; flex: 1 1 0; padding: 0 10px; } }
@media (prefers-reduced-motion: reduce) { .iub-vh *, .iub-vh *::before, .iub-vh *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
