.ctav-root {
  font-family: 'DM Sans', sans-serif;
  background: #0a2a66;
  color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  --ctav-green-deep: #0a2a66;
  --ctav-green-mid: #00329d;
  --ctav-green-accent: #5eaeff;
  --ctav-green-light: #b5daff;
  --ctav-cream: #f5f0e8;
  --ctav-white: #ffffff;
  --ctav-muted: rgba(168, 213, 181, .55);
}

.ctav-root *,
.ctav-root *::before,
.ctav-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Fondo decorativo ── */
.ctav-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ctav-bg-blob {
  position: absolute;
  border-radius: 50%;
  background: var(--ctav-green-mid);
  opacity: .18;
  animation: ctav-float 8s ease-in-out infinite;
}

.ctav-bg-blob:nth-child(1) {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -80px;
  animation-delay: 0s;
}

.ctav-bg-blob:nth-child(2) {
  width: 300px;
  height: 300px;
  bottom: 60px;
  left: -60px;
  animation-delay: 3s;
}

/* ── Layout principal ── */
.ctav-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  min-height: 100vh;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ── Columna texto ── */
.ctav-left {
  padding-right: 60px;
}

.ctav-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateX(-20px);
  animation: ctav-slideR .6s .1s ease forwards;
}

.ctav-eyebrow-line {
  width: 32px;
  height: 1px;
  background: var(--ctav-green-accent);
  flex-shrink: 0;
}

.ctav-eyebrow-text {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ctav-green-light);
}

.ctav-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ctav-white);
  margin-bottom: 8px;
  opacity: 0;
  transform: translateX(-24px);
  animation: ctav-slideR .7s .2s ease forwards;
}

.ctav-title em {
  font-style: italic;
  color: var(--ctav-green-light);
  display: block;
}

.ctav-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  font-style: italic;
  color: var(--ctav-muted);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateX(-20px);
  animation: ctav-slideR .6s .3s ease forwards;
}

.ctav-desc {
  font-size: 15px;
  color: rgba(168, 213, 181, .7);
  line-height: 1.8;
  max-width: 400px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-16px);
  animation: ctav-slideR .6s .4s ease forwards;
}

.ctav-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
  opacity: 0;
  animation: ctav-fadeIn .5s .55s ease forwards;
}

.ctav-badge {
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 100px;
  font-weight: 400;
  letter-spacing: .3px;
  border: 1px solid rgba(168, 213, 181, .25);
  color: var(--ctav-green-light);
  transition: background .2s, border-color .2s;
  cursor: default;
}

.ctav-badge:hover {
  background: rgba(168, 213, 181, .1);
  border-color: rgba(168, 213, 181, .5);
}

.ctav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  animation: ctav-fadeIn .5s .65s ease forwards;
}

.ctav-btn-primary {
  background: var(--ctav-cream);
  color: var(--ctav-green-deep);
  border: none;
  padding: 15px 32px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: .2px;
  transition: background .25s, transform .2s;
  text-decoration: none;
}

.ctav-btn-primary:hover {
  background: var(--ctav-white);
  transform: scale(1.03);
}

.ctav-btn-secondary {
  background: transparent;
  color: var(--ctav-green-light);
  border: 1px solid rgba(168, 213, 181, .3);
  padding: 14px 28px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: border-color .25s, color .25s;
  text-decoration: none;
}

.ctav-btn-secondary:hover {
  border-color: var(--ctav-green-light);
  color: var(--ctav-white);
}

/* ── Columna video ── */
.ctav-right {
  position: relative;
  opacity: 0;
  transform: translateY(32px) scale(.97);
  animation: ctav-riseCard .75s .25s cubic-bezier(.4, 0, .2, 1) forwards;
}

.ctav-phone-wrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* Marco del teléfono */
.ctav-phone-frame {
  background: #0d0d0d;
  border-radius: 44px;
  padding: 14px 12px;
  border: 1.5px solid rgba(255, 255, 255, .08);
  position: relative;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .04),
    0 32px 64px rgba(0, 0, 0, .5),
    0 0 80px rgba(45, 140, 94, .08);
}

.ctav-phone-notch {
  width: 100px;
  height: 26px;
  background: #0d0d0d;
  border-radius: 0 0 18px 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ctav-notch-cam {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
}

.ctav-notch-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a1a1a;
}

.ctav-phone-screen {
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 9/16;
  position: relative;
  background: #111;
}

.ctav-phone-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* UI encima del video */
.ctav-video-ui {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, .45) 0%,
      transparent 30%,
      transparent 60%,
      rgba(0, 0, 0, .65) 100%);
  pointer-events: none;
}

.ctav-ui-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ctav-live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(8px);
  border: .5px solid rgba(255, 255, 255, .2);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 10px;
  color: var(--ctav-white);
  letter-spacing: .5px;
}

.ctav-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e63946;
  animation: ctav-blink 1.2s ease-in-out infinite;
}

.ctav-video-time {
  font-size: 11px;
  color: rgba(255, 255, 255, .6);
}

.ctav-video-episode {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 6px;
}

.ctav-video-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--ctav-white);
  line-height: 1.3;
  margin-bottom: 12px;
}

.ctav-progress-bar {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .2);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.ctav-progress-fill {
  height: 100%;
  background: var(--ctav-white);
  border-radius: 2px;
  width: 0%;
  animation: ctav-progress 18s linear 1.2s forwards;
}

.ctav-video-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.ctav-play-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}

.ctav-play-btn:hover {
  background: white;
  transform: scale(1.08);
}

.ctav-play-tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0a2e1e;
  margin-left: 3px;
}

.ctav-pause-bars {
  display: none;
  gap: 3px;
  align-items: center;
}

.ctav-pause-bar {
  width: 3px;
  height: 12px;
  background: #0a2e1e;
  border-radius: 2px;
}

.ctav-video-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.4;
}

.ctav-video-meta strong {
  color: rgba(255, 255, 255, .85);
  display: block;
  font-weight: 500;
  font-size: 12px;
}

/* Placeholder sin video */
.ctav-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #1a5c3a 0%, #0a2e1e 60%, #071e14 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.ctav-placeholder-play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.ctav-placeholder:hover .ctav-placeholder-play {
  background: rgba(255, 255, 255, .15);
}

.ctav-placeholder-tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent rgba(255, 255, 255, .8);
  margin-left: 4px;
}

.ctav-placeholder-label {
  font-size: 11px;
  color: rgba(255, 255, 255, .35);
  letter-spacing: .5px;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
}

/* Stickers flotantes */
.ctav-sticker {
  position: absolute;
  background: var(--ctav-cream);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
  opacity: 0;
  animation: ctav-popIn .4s cubic-bezier(.4, 0, .2, 1) forwards;
  z-index: 2;
}

.ctav-sticker--left {
  left: -48px;
  top: 22%;
  animation-delay: .9s;
}

.ctav-sticker--right {
  right: -40px;
  bottom: 18%;
  animation-delay: 1.1s;
}

.ctav-sticker-val {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--ctav-green-deep);
  line-height: 1;
}

.ctav-sticker-desc {
  font-size: 10px;
  color: #1a5c3a;
  line-height: 1.4;
  max-width: 70px;
}

.ctav-sticker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ctav-green-accent);
  flex-shrink: 0;
}

/* ── Keyframes ── */
@keyframes ctav-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-24px); }
}

@keyframes ctav-slideR {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes ctav-riseCard {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ctav-fadeIn {
  to { opacity: 1; }
}

@keyframes ctav-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

@keyframes ctav-progress {
  to { width: 100%; }
}

@keyframes ctav-popIn {
  from { opacity: 0; transform: scale(.8) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ctav-layout {
    grid-template-columns: 1fr 320px;
    padding: 60px 32px;
  }

  .ctav-left {
    padding-right: 40px;
  }

  .ctav-sticker--left {
    left: -20px;
  }

  .ctav-sticker--right {
    right: -20px;
  }
}

@media (max-width: 720px) {
  .ctav-layout {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 48px;
  }

  .ctav-left {
    padding-right: 0;
  }

  .ctav-sticker--left {
    left: -10px;
  }

  .ctav-sticker--right {
    right: -10px;
  }

  .ctav-phone-wrap {
    max-width: 260px;
  }
}

@media (max-width: 480px) {
  .ctav-layout {
    padding: 40px 16px;
    gap: 36px;
  }

  .ctav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ctav-btn-primary,
  .ctav-btn-secondary {
    text-align: center;
    padding: 14px 24px;
  }

  .ctav-phone-wrap {
    max-width: 220px;
  }

  .ctav-sticker--left,
  .ctav-sticker--right {
    display: none;
  }
}