.tv-celular {
  --tv-blue: #12359d;
  --tv-blue-bright: #0759e6;
  --tv-green: #00a94f;
  --tv-yellow: #ffc20a;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  width: 100%;
  min-height: 100svh;
  align-items: center;
  padding: clamp(64px, 8vw, 112px) 0;
  color: #fff;
  background: #071946;
}

.tv-celular__pattern {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url('/assets/tv-celular/banner-pattern.webp') center / cover no-repeat;
  opacity: .24;
}

.tv-celular::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, rgba(4, 18, 57, .98) 0%, rgba(8, 31, 95, .9) 48%, rgba(13, 45, 132, .76) 100%);
}

.tv-celular .tv-celular__container {
  position: relative;
  width: min(100%, 1440px) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding-inline: clamp(24px, 4vw, 64px) !important;
  box-sizing: border-box;
}

.tv-celular__header {
  display: grid;
  grid-template-columns: minmax(220px, 420px) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  margin-bottom: clamp(30px, 4vw, 52px);
}

.tv-celular__brand {
  display: block;
  width: 100%;
  height: auto;
}

.tv-celular__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--tv-yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tv-celular__eyebrow i,
.tv-celular__live-label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff334f;
  box-shadow: 0 0 0 5px rgba(255, 51, 79, .18);
}

.tv-celular__intro h2 {
  margin: 0;
  max-width: 720px;
  color: #fff !important;
  font-size: clamp(34px, 4.5vw, 66px);
  line-height: .98;
  letter-spacing: -.04em;
}

.tv-celular__intro h2 strong { color: var(--tv-yellow) !important; }

.tv-celular__intro p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.tv-celular__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: stretch;
}

.tv-celular__player-wrap {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 26px 70px rgba(0,0,0,.34);
}

.tv-celular__player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 17px;
  background: #000;
}

.tv-celular__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tv-celular__player-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: #fff; font-size: clamp(18px, 2vw, 28px); font-weight: 800; text-decoration: none; }

.tv-celular__live-label {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 11, 24, .84);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  pointer-events: none;
}

.tv-celular__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(16, 53, 157, .74);
  box-shadow: inset 0 1px rgba(255,255,255,.12);
}

.tv-celular__avatar {
  align-self: center;
  width: clamp(94px, 10vw, 148px);
  height: auto;
  border: 4px solid var(--tv-yellow);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0,0,0,.25);
}

.tv-celular__card-kicker {
  display: block;
  color: var(--tv-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tv-celular__card h3 {
  margin: 10px 0 12px;
  color: #fff !important;
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1.04;
}

.tv-celular__card p {
  margin: 0 0 24px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.tv-celular__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 19px;
  border-radius: 12px;
  color: #071946;
  background: var(--tv-yellow);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.tv-celular__button:hover,
.tv-celular__button:focus-visible {
  color: #071946;
  background: #ffd341;
  transform: translateY(-2px);
}

.tv-celular__latest { margin-top: clamp(34px, 5vw, 64px); }
.tv-celular__latest-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.tv-celular__latest-head h3 { margin: 6px 0 0; color: #fff !important; font-size: clamp(28px, 3vw, 42px); }
.tv-celular__latest-head a { color: var(--tv-yellow); font-weight: 800; text-decoration: none; }
.tv-celular__videos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.tv-celular__video { min-width: 0; color: #fff; text-decoration: none; }
.tv-celular__video.is-playing .tv-celular__thumb { outline: 3px solid var(--tv-yellow); outline-offset: 3px; }
.tv-celular__video.is-playing strong { color: var(--tv-yellow) !important; }
.tv-celular__thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 14px; background: #030816; }
.tv-celular__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.tv-celular__thumb i { position: absolute; left: 50%; top: 50%; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #071946; background: var(--tv-yellow); font-style: normal; transform: translate(-50%, -50%); box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.tv-celular__video:hover .tv-celular__thumb img { transform: scale(1.04); }
.tv-celular__video strong { display: -webkit-box; overflow: hidden; margin-top: 13px; color: #fff !important; font-size: 15px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tv-celular__video small { display: block; margin-top: 7px; color: rgba(255,255,255,.6); font-size: 12px; text-transform: uppercase; }
.tv-celular__videos-empty { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); }

@media (max-width: 900px) {
  .tv-celular__header { grid-template-columns: 1fr; }
  .tv-celular__brand { max-width: 360px; }
  .tv-celular__grid { grid-template-columns: 1fr; }
  .tv-celular__card { flex-direction: row; align-items: center; }
  .tv-celular__videos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .tv-celular { padding: 58px 0; }
  .tv-celular__header { gap: 24px; }
  .tv-celular .tv-celular__container { padding-inline: 20px !important; }
  .tv-celular__brand { max-width: 290px; }
  .tv-celular__card { flex-direction: column; align-items: flex-start; }
  .tv-celular__player-wrap { padding: 5px; border-radius: 17px; }
  .tv-celular__player { border-radius: 12px; }
  .tv-celular__live-label { top: 14px; left: 14px; }
  .tv-celular__button { width: 100%; }
  .tv-celular__latest-head { align-items: flex-start; flex-direction: column; }
  .tv-celular__videos { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .tv-celular__button { transition: none; }
}
