/* Agendria — section styles (loaded after styles.css) */

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #0e1430;
  border-bottom: 1px solid rgba(160,200,255,.08);
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(14,20,48,.88);
  backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid rgba(160,200,255,.12);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 24px;
}
.header-tag {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
@media (max-width: 1080px) {
  .header-tag { display: none; }
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  color: var(--ink-mut);
  white-space: nowrap;
}
.site-nav a {
  position: relative;
  padding: 6px 0;
  transition: color .15s ease;
  white-space: nowrap;
}
.site-nav a:hover { color: var(--ink); }

.site-cta { display: flex; }
.site-menu-btn {
  display: none;
  width: 40px; height: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
}
.site-menu-btn span {
  position: absolute;
  width: 18px; height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .2s ease, top .2s ease;
}
.site-menu-btn span:nth-child(1) { top: 14px; }
.site-menu-btn span:nth-child(2) { top: 22px; }
.site-menu-btn span.is-open:nth-child(1) { top: 18px; transform: rotate(45deg); }
.site-menu-btn span.is-open:nth-child(2) { top: 18px; transform: rotate(-45deg); }

.site-menu-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px 24px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.site-menu-mobile a {
  padding: 12px 0;
  font-size: 17px;
  border-bottom: 1px solid var(--border-faint);
  color: var(--ink);
}
.site-menu-mobile a:last-child { border: none; }
.site-menu-mobile .btn { width: 100%; justify-content: center; }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .site-cta .btn-quiet { display: none; }
  .site-menu-btn { display: flex; }
  .site-menu-mobile { display: flex; }
}

/* --- Hero ---------------------------------------------------------------- */
.hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
.hero-halos { position: absolute; inset: 0; pointer-events: none; }
.hero-halos .halo { position: absolute; }
.hero-inner { position: relative; z-index: 1; }

.hero-inner > .hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}
.hero-inner > .hero-split-reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr); }
.hero-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}

.hero-copy {
  display: flex; flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
}
.hero-centered .hero-copy { align-items: center; text-align: center; max-width: 720px; }

.hero-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  font-size: 12px;
  color: var(--ink-mut);
  backdrop-filter: blur(10px);
}
.hero-badge-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 40%, var(--accent-soft), transparent 60%);
  background-size: 200% 100%;
  animation: shimmer 6s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
  filter: blur(6px);
}

.hero-headline {
  margin-top: 24px;
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.hero-headline.xl { font-size: clamp(48px, 7vw, 84px); }
.hero-headline.sm { font-size: clamp(36px, 5vw, 56px); }

.hero-trust {
  display: flex; flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 28px;
  font-size: 12px;
  color: var(--ink-dim);
}
.hero-trust span { display: inline-flex; align-items: center; }
.hero-trust .hero-dot {
  width: 3px; height: 3px; border-radius: 50%; background: var(--ink-dim);
}

/* Hero dual: 70/30 side-by-side — agenda | WhatsApp */
.hero-dual {
  display: flex;
  gap: 14px;
  height: 510px;
  width: 100%;
  align-items: stretch;
}
.hero-dual-agenda {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.4));
}
.hero-dual-chat {
  flex: 0 0 clamp(280px, 34%, 330px);
  min-width: 0;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.45));
}
.hero-dual .agenda-mock { height: 100%; overflow-y: auto; }
.hero-dual .wa-mock     { height: 100%; }

@media (max-width: 680px) {
  .hero-dual { flex-direction: column; height: auto; gap: 10px; }
  .hero-dual-agenda { flex: none; }
  .hero-dual-chat   { flex: none; height: 420px; }
}

/* Hero visual column (hero-dual mockups) */
.hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.hero-visual-wide { width: 100%; max-width: 1100px; margin: 0 auto; min-height: 620px; }
.hero-visual-big  { min-height: 600px; }

.hero-cluster {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 540px;
  margin: 0 auto;
}
.hero-cluster.is-wide { max-width: 900px; height: 600px; }
.hero-cluster.is-big  { max-width: 520px; height: 600px; }

/* Default cluster (split hero): only 2 cards — agenda primary + chat overlap.
   Insight & stats are reserved for the wide variant where there is room. */
.hero-cluster-agenda {
  position: absolute;
  top: 0; right: 0;
  width: 340px;
  z-index: 1;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
}
.hero-cluster-chat {
  position: absolute;
  bottom: 0; left: 0;
  width: 270px;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
}
.hero-cluster-stats {
  position: absolute;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
  display: none; /* shown only in is-wide */
}
.hero-cluster-insight {
  position: absolute;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
  display: none; /* shown only in is-wide */
}

/* Wide cluster: agenda centered up top, three smaller cards arranged around it */
.hero-cluster.is-wide .hero-cluster-agenda {
  top: 20px; left: 50%; right: auto;
  transform: translateX(-50%);
  width: 440px;
}
.hero-cluster.is-wide .hero-cluster-chat {
  bottom: 20px; left: 40px; top: auto;
  width: 280px;
}
.hero-cluster.is-wide .hero-cluster-stats {
  display: block;
  bottom: 40px; right: 60px; left: auto; top: auto;
  z-index: 2;
}
.hero-cluster.is-wide .hero-cluster-insight {
  display: block;
  top: 60px; right: 30px; bottom: auto; left: auto;
  z-index: 4;
}

/* Big cluster (reverse split): same DNA as default, just a touch larger */
.hero-cluster.is-big .hero-cluster-agenda {
  width: 360px;
}
.hero-cluster.is-big .hero-cluster-chat {
  width: 270px;
}

@media (max-width: 1080px) {
  .hero-inner > .hero-split { grid-template-columns: 1fr; gap: 64px; }
  .hero-visual { min-height: 520px; }
  .hero-cluster { max-width: 460px; }
  .hero-cluster-agenda { width: 320px; }
  .hero-cluster-chat { width: 250px; left: 0; }
  .hero-cluster-insight { right: 0; }
}
@media (max-width: 640px) {
  .hero { padding: 60px 0 40px; }
  .hero-visual { min-height: 460px; }
  .hero-cluster { height: 480px; max-width: 360px; }
  .hero-cluster-agenda { width: 280px; top: 10px; }
  .hero-cluster-chat { width: 220px; bottom: 0; left: -10px; }
  .hero-cluster-insight { width: auto; top: 60px; right: -10px; transform: scale(0.9); transform-origin: top right; }
}

/* --- Section heads ------------------------------------------------------- */
.section-head { max-width: 720px; }
.section-head h2 { margin-top: 16px; }

/* --- Problema ------------------------------------------------------------ */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--density-gap);
}
.problem-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  cursor: default;
  outline: none;
  overflow: hidden;
}
.problem-card:hover,
.problem-card:focus-visible,
.problem-card.is-active {
  transform: translateY(-4px);
  border-color: color-mix(in oklch, var(--accent) 38%, var(--border));
  background:
    linear-gradient(180deg, color-mix(in oklch, var(--accent) 7%, transparent), transparent 46%),
    var(--bg-card);
}
.problem-card:focus-visible {
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.problem-card.is-active {
  box-shadow:
    0 0 0 1px color-mix(in oklch, var(--accent) 22%, transparent),
    0 22px 58px -32px var(--accent-glow);
}
.problem-card h3 { letter-spacing: -0.015em; }
.problem-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.problem-metric {
  min-width: 0;
  color: var(--ink-dim);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.problem-arrow {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: var(--ink-dim);
  background: var(--bg-card-strong);
  border: 1px solid var(--border-faint);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}
.problem-card:hover .problem-arrow,
.problem-card:focus-visible .problem-arrow,
.problem-card.is-active .problem-arrow {
  color: var(--accent);
  background: var(--accent-soft);
  transform: translateX(2px);
}
.problem-action {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.problem-card:hover .problem-action,
.problem-card:focus-visible .problem-action,
.problem-card.is-active .problem-action {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1120px) { .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .problem-grid { grid-template-columns: 1fr; } }

/* Problem visuals */
.pv {
  height: 120px;
  border-radius: 12px;
  background: var(--bg-elev);
  border: 1px solid var(--border-faint);
  position: relative;
  overflow: hidden;
  padding: 14px;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.problem-card:hover .pv,
.problem-card:focus-visible .pv,
.problem-card.is-active .pv {
  border-color: color-mix(in oklch, var(--accent) 28%, var(--border));
  background: color-mix(in oklch, var(--accent) 6%, var(--bg-elev));
}
.pv-unread {
  height: auto !important;
  padding: 14px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.pv-unread-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(-8px) scale(.94);
  animation: pv-unread-pill 5.2s ease-in-out infinite;
}
.pv-unread .pv-msg {
  display: flex;
  align-items: center;
  gap: 8px;
  animation: pv-unread-row 5.2s ease-in-out infinite;
}
.pv-unread .pv-msg:nth-of-type(2) { animation-delay: .28s; }
.pv-unread .pv-msg:nth-of-type(3) { animation-delay: .56s; }
.pv-unread .pv-msg:nth-of-type(4) { animation-delay: .84s; }
.pv-avatar {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ink-dim), var(--border-strong));
  flex-shrink: 0;
  animation: pv-avatar-pulse 5.2s ease-in-out infinite;
}
.pv-msg:nth-of-type(3) .pv-avatar { animation-delay: .2s; }
.pv-msg:nth-of-type(4) .pv-avatar { animation-delay: .4s; }
.pv-msg-bars {
  flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0;
}
.pv-bar {
  height: 5px; border-radius: 3px;
  background: var(--border-strong);
  opacity: 0.65;
  display: block;
  transform-origin: left center;
  animation: pv-bar-type 5.2s ease-in-out infinite;
}
.pv-msg:nth-of-type(3) .pv-bar { animation-delay: .22s; }
.pv-msg:nth-of-type(4) .pv-bar { animation-delay: .44s; }
.pv-badge-inline {
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 999px;
  min-width: 20px; height: 20px;
  font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 0 5px; flex-shrink: 0;
  animation: pv-badge-pop 5.2s ease-in-out infinite;
}
.pv-msg:nth-of-type(3) .pv-badge-inline { animation-delay: .32s; }
.pv-msg:nth-of-type(4) .pv-badge-inline { animation-delay: .64s; }
.pv-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px; font-weight: 600;
}

.pv-sheet {
  height: auto !important;
  display: block;
  padding: 0 !important;
  overflow: hidden;
}
.pv-sheet::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 48%, transparent 70%);
  transform: translateX(-120%);
  animation: pv-sheet-scan 5.8s ease-in-out infinite;
  mix-blend-mode: screen;
}
.pv-sheet-table {
  position: relative;
  z-index: 1;
}
.pv-sheet-table tbody tr {
  animation: pv-sheet-row 5.8s ease-in-out infinite;
}
.pv-sheet-table tbody tr:nth-child(2) { animation-delay: .35s; }
.pv-sheet-table tbody tr:nth-child(3) { animation-delay: .7s; }
.pv-sheet-table tbody tr:nth-child(4) { animation-delay: 1.05s; }
.pv-sheet-table tbody tr:nth-child(5) { animation-delay: 1.4s; }
.pv-sheet-status span {
  display: inline-block;
}
.pv-sheet-status.is-sent span {
  animation: pv-sheet-check 5.8s ease-in-out infinite;
}
.pv-sheet-status.is-pending span::before {
  content: "✓ si";
  display: inline-block;
  color: var(--accent);
  opacity: 0;
  transform: translateY(4px);
  animation: pv-sheet-pending-check 5.8s ease-in-out infinite;
}
.pv-sheet-selection {
  position: absolute;
  z-index: 2;
  left: 37.5%;
  top: 43%;
  width: 23%;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
  animation: pv-sheet-select 5.8s cubic-bezier(.25,.8,.25,1) infinite;
}
.pv-sheet-cursor {
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  left: 54%;
  top: 52%;
  background: var(--accent);
  clip-path: polygon(0 0, 0 100%, 32% 75%, 50% 100%, 66% 92%, 48% 68%, 84% 68%);
  filter: drop-shadow(0 4px 10px var(--accent-glow));
  animation: pv-sheet-cursor 5.8s cubic-bezier(.25,.8,.25,1) infinite;
}
.pv-sheet-toast {
  position: absolute;
  z-index: 3;
  left: 53%;
  top: 70%;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid color-mix(in oklch, var(--accent) 34%, transparent);
  background: var(--bg-elev);
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(6px);
  animation: pv-sheet-toast 5.8s ease-in-out infinite;
}
.pv-sheet .pv-cell {
  background: var(--bg-elev);
  border: 1px solid var(--border-faint);
  border-radius: 2px;
}
.pv-sheet .pv-scribble {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(-25deg, transparent 0 8px, var(--accent-glow) 8px 10px);
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
}

@keyframes pv-sheet-scan {
  0%, 28%   { transform: translateX(-120%); opacity: 0; }
  40%       { opacity: .9; }
  56%, 100% { transform: translateX(120%); opacity: 0; }
}
@keyframes pv-sheet-row {
  0%, 22%, 100% { background: transparent; }
  34%, 46%      { background: var(--accent-soft); }
}
@keyframes pv-sheet-check {
  0%, 24%   { opacity: .55; transform: scale(.96); }
  38%, 100% { opacity: 1; transform: scale(1); }
}
@keyframes pv-sheet-pending-check {
  0%, 46%   { opacity: 0; transform: translateY(4px); }
  56%, 76%  { opacity: 1; transform: translateY(0); }
  88%, 100% { opacity: 0; transform: translateY(-2px); }
}
@keyframes pv-sheet-select {
  0%   { left: 38%; top: 33%; opacity: 0; }
  12%  { opacity: 1; }
  26%  { left: 38%; top: 33%; }
  42%  { left: 38%; top: 52%; }
  58%  { left: 61%; top: 52%; width: 30%; }
  78%  { opacity: 1; }
  92%, 100% { left: 61%; top: 52%; width: 30%; opacity: 0; }
}
@keyframes pv-sheet-cursor {
  0%   { left: 43%; top: 31%; opacity: 0; }
  10%  { opacity: 1; }
  28%  { left: 43%; top: 31%; }
  44%  { left: 43%; top: 50%; }
  62%  { left: 83%; top: 50%; }
  80%  { left: 83%; top: 50%; opacity: 1; }
  92%, 100% { left: 83%; top: 50%; opacity: 0; }
}
@keyframes pv-sheet-toast {
  0%, 54%   { opacity: 0; transform: translateY(6px); }
  64%, 82%  { opacity: 1; transform: translateY(0); }
  94%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes pv-unread-row {
  0%, 100% { transform: translateY(0); opacity: .82; }
  16%, 42% { transform: translateY(-2px); opacity: 1; }
}
@keyframes pv-unread-pill {
  0%, 12%   { opacity: 0; transform: translateY(-8px) scale(.94); }
  22%, 58%  { opacity: 1; transform: translateY(0) scale(1); }
  72%, 100% { opacity: 0; transform: translateY(-4px) scale(.98); }
}
@keyframes pv-avatar-pulse {
  0%, 100% { box-shadow: none; }
  22%, 42% { box-shadow: 0 0 0 4px var(--accent-soft); }
}
@keyframes pv-bar-type {
  0%, 12%   { transform: scaleX(.56); opacity: .42; }
  28%, 72%  { transform: scaleX(1); opacity: .82; }
  100%      { transform: scaleX(.74); opacity: .62; }
}
@keyframes pv-badge-pop {
  0%, 16%    { transform: scale(.82); opacity: .55; }
  30%, 62%   { transform: scale(1.08); opacity: 1; }
  78%, 100%  { transform: scale(1); opacity: .9; }
}
@keyframes pv-noshow-thread {
  0%, 100% { transform: translateX(0); opacity: .76; }
  24%, 58% { transform: translateX(3px); opacity: 1; }
}
@keyframes pv-noshow-reminder {
  0%, 44%   { opacity: 0; transform: translateY(6px); }
  58%, 78%  { opacity: 1; transform: translateY(0); }
  92%, 100% { opacity: 0; transform: translateY(-4px); }
}
@keyframes pv-fog-reveal {
  0%, 36%, 100% { opacity: .95; transform: scale(1); }
  42%, 58%      { opacity: .36; transform: scale(1.08); }
  68%, 88%      { opacity: .82; transform: scale(1.24); }
}
@keyframes pv-fog-label {
  0%, 34%    { opacity: 0; transform: translateY(-4px); }
  46%, 58%   { opacity: 1; transform: translateY(0); }
  66%, 100%  { opacity: 0; transform: translateY(-2px); }
}
@keyframes pv-fog-bars {
  0%, 100% { filter: blur(1px); opacity: .35; }
  44%, 60% { filter: blur(0); opacity: .75; }
  70%, 88% { filter: blur(2px); opacity: .22; }
}
@keyframes pv-fog-chart-scene {
  0%, 62%, 100% { opacity: 1; transform: scale(1); }
  72%, 88%      { opacity: .22; transform: scale(1.18); }
}
@keyframes pv-fog-question-scene {
  0%, 58%   { opacity: 0; transform: scale(.82); }
  68%, 88%  { opacity: 1; transform: scale(1); }
  98%, 100% { opacity: 0; transform: scale(1.08); }
}
@keyframes pv-fog-question-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -5px, 0); }
}

.pv-noshow { height: auto !important; display: block; }
.pv-noshow > div {
  animation: pv-noshow-thread 6s ease-in-out infinite;
}
.pv-noshow > div:nth-child(2) { animation-delay: .42s; }
.pv-noshow > div:nth-child(3) { animation-delay: .84s; }
.pv-noshow-reminder {
  align-self: flex-start;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(6px);
  animation: pv-noshow-reminder 6s ease-in-out infinite;
}
.pv-cal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  width: 70%; height: 70%;
}
.pv-cal > span {
  border-radius: 6px;
  background: var(--bg-card-strong);
  border: 1px solid var(--border-faint);
  position: relative;
}
.pv-cal-x::before, .pv-cal-x::after {
  content: ""; position: absolute;
  left: 50%; top: 50%;
  width: 60%; height: 1.5px;
  background: var(--accent);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pv-cal-x::after { transform: translate(-50%, -50%) rotate(-45deg); }

.pv-fog { height: auto !important; display: block; }
.pv-fog::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 46%, transparent 0 22%, rgba(12,21,38,.84) 58%, rgba(12,21,38,.9) 100%);
  z-index: 2;
  animation: pv-fog-reveal 9s ease-in-out infinite;
}
.pv-fog-focus {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--bg-card-strong);
  border: 1px solid var(--border-faint);
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .04em;
  opacity: 0;
  animation: pv-fog-label 9s ease-in-out infinite;
}
.pv-fog [style*="background: linear-gradient"] {
  animation: pv-fog-bars 9s ease-in-out infinite;
}
.pv-fog > div:first-child,
.pv-fog > div:nth-child(2) {
  animation: pv-fog-chart-scene 9s ease-in-out infinite;
}
.pv-fog-questions {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transform: scale(.82);
  animation: pv-fog-question-scene 9s ease-in-out infinite;
}
.pv-fog-questions span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border-radius: 999px;
  border: 1px solid color-mix(in oklch, var(--accent) 26%, transparent);
  background: color-mix(in oklch, var(--bg-elev) 82%, transparent);
  color: var(--ink-mut);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: 0 10px 24px -16px rgba(0,0,0,.8);
  animation: pv-fog-question-float 2.8s ease-in-out infinite;
}
.pv-fog-questions span:nth-child(1) { left: 9%;  top: 18%; color: var(--accent); animation-delay: 0s; }
.pv-fog-questions span:nth-child(2) { left: 35%; top: 10%; animation-delay: .2s; }
.pv-fog-questions span:nth-child(3) { right: 10%; top: 28%; animation-delay: .4s; }
.pv-fog-questions span:nth-child(4) { left: 14%; bottom: 21%; animation-delay: .65s; }
.pv-fog-questions span:nth-child(5) { right: 14%; bottom: 18%; color: var(--accent); animation-delay: .85s; }
.pv-fog-questions span:nth-child(6) { left: 38%; bottom: 8%; animation-delay: 1.05s; }
.pv-fog-questions span:nth-child(7) { left: 49%; top: 42%; width: 22px; height: 22px; padding: 0; font-size: 15px; color: var(--accent); animation-delay: .15s; }
.pv-fog-questions span:nth-child(8) { right: 24%; top: 54%; width: 18px; height: 18px; padding: 0; font-size: 12px; animation-delay: .55s; }
.pv-fog-questions::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 16px;
  border: 1px dashed color-mix(in oklch, var(--accent) 26%, transparent);
  background:
    linear-gradient(90deg, transparent 49%, var(--border-faint) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, var(--border-faint) 50%, transparent 51%);
  opacity: .55;
  transform: rotate(-2deg);
}
.pv-fog .pv-bars {
  display: flex; align-items: flex-end; gap: 8px;
  height: 100%; padding: 0 14px;
}
.pv-fog .pv-bars span {
  flex: 1;
  background: var(--border-strong);
  border-radius: 3px;
  opacity: 0.6;
}
.pv-fog-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent, var(--bg-elev) 75%);
}

.pv-broken { display: flex; align-items: center; justify-content: space-between; padding: 0 18px; }
.pv-tile {
  width: 60px; height: 60px;
  border-radius: 12px;
  background: var(--bg-elev);
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-mut);
  position: relative;
  z-index: 1;
}
.pv-broken::before {
  content: "";
  position: absolute;
  top: 50%; left: 18%; right: 18%; height: 0;
  border-top: 1.5px dashed var(--accent);
  opacity: 0.5;
  z-index: 0;
}

/* --- Features ------------------------------------------------------------ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--density-gap);
}
.feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 240px;
  cursor: default;
  outline: none;
  overflow: hidden;
}
.feature-card.feature-wide { grid-column: span 6; min-height: 390px; }
.feature-card.feature-third { grid-column: span 4; }
.feature-card.feature-half { grid-column: span 6; min-height: 260px; }
.feature-card:hover,
.feature-card:focus-visible,
.feature-card.is-active {
  transform: translateY(-4px);
  border-color: color-mix(in oklch, var(--accent) 35%, var(--border));
  background:
    linear-gradient(180deg, color-mix(in oklch, var(--accent) 6%, transparent), transparent 44%),
    var(--bg-card);
}
.feature-card:focus-visible {
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.feature-card.is-active {
  box-shadow:
    0 0 0 1px color-mix(in oklch, var(--accent) 22%, transparent),
    0 22px 58px -32px var(--accent-glow);
}
.feature-card h3 { letter-spacing: -0.018em; }
.feature-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.feature-icon {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  flex-shrink: 0;
  transition: transform .2s ease, background .2s ease;
}
.feature-card:hover .feature-icon,
.feature-card:focus-visible .feature-icon,
.feature-card.is-active .feature-icon {
  transform: scale(1.06);
  background: color-mix(in oklch, var(--accent) 18%, transparent);
}
.feature-metric {
  min-width: 0;
  color: var(--ink-dim);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.feature-card:hover .feature-action,
.feature-card:focus-visible .feature-action,
.feature-card.is-active .feature-action {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card.feature-wide,
  .feature-card.feature-third,
  .feature-card.feature-half {
    grid-column: span 1;
  }
  .feature-card:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 620px) {
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.feature-wide,
  .feature-card.feature-third,
  .feature-card.feature-half,
  .feature-card:last-child {
    grid-column: span 1;
    min-height: 280px;
  }
}

.feature-big-agenda {
  margin-top: auto;
  padding-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.feature-card.feature-wide:first-child .feature-big-agenda::before {
  content: "Nuevo turno";
  position: absolute;
  top: 26px;
  right: 10px;
  z-index: 3;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: var(--accent-ink);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px -12px var(--accent-glow);
  animation: agenda-live-badge 5.5s ease-in-out infinite;
}
.feature-card.feature-wide:first-child .feature-big-agenda::after {
  content: "";
  position: absolute;
  inset: 20px 0 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.34) 48%, transparent 68%);
  transform: translateX(-120%);
  animation: agenda-live-sheen 6.5s ease-in-out infinite;
  mix-blend-mode: screen;
}
.feature-big-agenda .agenda-mock {
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.18));
  overflow-y: auto;
  max-height: 292px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.feature-big-agenda .agenda-mock::-webkit-scrollbar { display: none; }
.feature-card.feature-wide:first-child .agenda-now {
  animation: agenda-now-drift 5.5s ease-in-out infinite;
}
.feature-card.feature-wide:first-child .agenda-now span {
  animation: agenda-now-dot 1.8s ease-out infinite;
}
.feature-card.feature-wide:first-child .agenda-block {
  animation: agenda-block-breathe 4.8s ease-in-out infinite;
}
.feature-card.feature-wide:first-child .agenda-block:nth-of-type(2n) {
  animation-delay: .7s;
}
.feature-card.feature-wide:first-child .agenda-block:nth-of-type(3n) {
  animation-delay: 1.2s;
}

@keyframes agenda-live-badge {
  0%, 14%   { opacity: 0; transform: translateY(-8px) scale(.94); }
  22%, 72%  { opacity: 1; transform: translateY(0) scale(1); }
  82%, 100% { opacity: 0; transform: translateY(-4px) scale(.98); }
}
@keyframes agenda-live-sheen {
  0%, 38%   { transform: translateX(-120%); opacity: 0; }
  48%       { opacity: .7; }
  62%, 100% { transform: translateX(120%); opacity: 0; }
}
@keyframes agenda-now-drift {
  0%, 100% { transform: translateY(-2px); }
  50%      { transform: translateY(6px); }
}
@keyframes agenda-now-dot {
  0%   { box-shadow: 0 0 0 0 var(--accent-glow); }
  70%  { box-shadow: 0 0 0 8px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
@keyframes agenda-block-breathe {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(3px); }
}

.feature-big-analytics { margin-top: auto; display: flex; flex-direction: column; gap: 16px; padding-top: 16px; }
.fa-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fa-metric {
  display: flex; flex-direction: column; gap: 6px;
  padding: 14px;
  border-radius: 12px;
  background: var(--bg-card-strong);
  border: 1px solid var(--border-faint);
  animation: fa-metric-live 6.8s ease-in-out infinite;
}
.fa-metric:nth-child(2) { animation-delay: .45s; }
.fa-metric:nth-child(3) { animation-delay: .9s; }
.fa-metric .fa-num {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 2px 0 4px;
}
.fa-metric .chip {
  align-self: flex-start;
  animation: fa-chip-pop 6.8s ease-in-out infinite;
}
.fa-metric:nth-child(2) .chip { animation-delay: .45s; }
.fa-metric:nth-child(3) .chip { animation-delay: .9s; }
.fa-graph {
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.fa-graph svg { width: 100%; height: 100%; display: block; }
.fa-graph path:last-child {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: fa-line-draw 6.8s ease-in-out infinite;
}
.fa-graph path:first-of-type {
  animation: fa-area-glow 6.8s ease-in-out infinite;
}
.fa-live-tag {
  position: absolute;
  right: 8px;
  top: 6px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid color-mix(in oklch, var(--accent) 24%, transparent);
  font-size: 9px;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(6px);
  animation: fa-live-tag 6.8s ease-in-out infinite;
}
.fa-scan {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, var(--accent-soft) 48%, transparent 72%);
  transform: translateX(-120%);
  animation: fa-scan 6.8s ease-in-out infinite;
  mix-blend-mode: screen;
}
@keyframes fa-metric-live {
  0%, 100% { transform: translateY(0); border-color: var(--border-faint); }
  26%, 46% { transform: translateY(-3px); border-color: color-mix(in oklch, var(--accent) 28%, var(--border)); }
}
@keyframes fa-chip-pop {
  0%, 20%, 100% { transform: scale(.96); opacity: .75; }
  32%, 52%      { transform: scale(1.05); opacity: 1; }
}
@keyframes fa-line-draw {
  0%, 18%   { stroke-dashoffset: 420; }
  44%, 74%  { stroke-dashoffset: 0; }
  100%      { stroke-dashoffset: -60; }
}
@keyframes fa-area-glow {
  0%, 20%, 100% { opacity: .65; transform: translateY(5px); }
  44%, 74%      { opacity: 1; transform: translateY(0); }
}
@keyframes fa-live-tag {
  0%, 38%   { opacity: 0; transform: translateY(6px); }
  50%, 72%  { opacity: 1; transform: translateY(0); }
  88%, 100% { opacity: 0; transform: translateY(-4px); }
}
@keyframes fa-scan {
  0%, 30%   { transform: translateX(-120%); opacity: 0; }
  46%       { opacity: .7; }
  62%, 100% { transform: translateX(120%); opacity: 0; }
}

/* --- Cómo funciona ------------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--density-gap);
  position: relative;
}
.step-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 32px;
  min-height: 260px;
}
.step-n {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 4px 10px;
  border-radius: 999px;
  align-self: flex-start;
}
.step-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.step-arrow {
  position: absolute;
  right: -22px; top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  color: var(--ink-mut);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
@media (max-width: 920px) {
  .steps { grid-template-columns: 1fr; }
  .step-arrow {
    right: 50%; top: auto; bottom: -22px;
    transform: translateX(50%) rotate(90deg);
  }
}

/* --- IA section ---------------------------------------------------------- */
.ia-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border-faint);
  border-bottom: 1px solid var(--border-faint);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, var(--accent-soft), transparent 70%),
    var(--bg);
}
.ia-halos { position: absolute; inset: 0; pointer-events: none; }
.ia-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.ia-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.ia-item { display: flex; gap: 14px; align-items: flex-start; }
.ia-item-ico {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.ia-item-title { font-weight: 500; color: var(--ink); font-size: 15px; }
.ia-item-body { color: var(--ink-mut); font-size: 14px; line-height: 1.5; }

.ia-stage-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--bg-elev), var(--bg));
  padding: 16px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.04) inset,
    0 30px 80px -20px rgba(0,0,0,0.5);
}
.ia-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, var(--accent-soft), transparent 70%);
  background-size: 200% 100%;
  animation: shimmer 8s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.4;
}
.ia-stage-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bg-card-strong);
  border: 1px solid var(--border);
  font-size: 11px;
  color: var(--ink-mut);
  margin-bottom: 14px;
  white-space: nowrap;
}
.ia-stage-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.ia-stage-chat .chat-mock { height: 100%; }
.ia-stage-side { display: flex; flex-direction: column; gap: 12px; }
.ia-side-card {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px;
}
.ia-suggestion-list { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.ia-suggestion {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-faint);
  font-size: 13px;
  gap: 8px;
}
.ia-suggestion > span:first-child {
  flex: 1; min-width: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ia-suggestion.is-top {
  background: var(--accent-soft);
  border-color: color-mix(in oklch, var(--accent) 25%, transparent);
}
.ia-suggestion.is-top > span:first-child { color: var(--accent); font-weight: 500; }
.ia-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: var(--accent-ink);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 13px;
}
.ia-tags { display: flex; gap: 6px; flex-wrap: wrap; }

@media (max-width: 1100px) {
  .ia-grid { grid-template-columns: 1fr; gap: 48px; }
  .ia-stage-grid { grid-template-columns: 1fr; }
  .ia-stage-side { flex-direction: row; }
  .ia-side-card { flex: 1; }
}
@media (max-width: 720px) {
  .ia-stage-side { flex-direction: column; }
}

/* --- Pricing ------------------------------------------------------------- */
.pricing-toggle {
  position: relative;
  display: inline-flex;
  padding: 4px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.pricing-toggle button {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-mut);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .25s ease;
}
.pricing-toggle button.is-on { color: var(--ink); }
.pricing-toggle .pricing-save {
  font-family: var(--font-mono);
  font-size: 10.5px;
  padding: 2px 6px;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 999px;
}
.pricing-thumb {
  position: absolute;
  top: 4px; bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: var(--bg-card-strong);
  border: 1px solid var(--border-strong);
  transition: transform .25s cubic-bezier(.3,.7,.2,1);
  z-index: 0;
}
.pricing-thumb[data-on="1"] { transform: translateX(calc(100% + 0px)); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--density-gap);
  align-items: stretch;
}
.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  position: relative;
}
.pricing-card.is-featured {
  background: linear-gradient(180deg,
    color-mix(in oklch, var(--accent) 6%, var(--bg-elev)) 0%,
    var(--bg-elev) 60%);
  border-color: color-mix(in oklch, var(--accent) 35%, var(--border));
  box-shadow:
    0 0 0 1px color-mix(in oklch, var(--accent) 25%, transparent),
    0 30px 80px -20px var(--accent-glow);
}
.pricing-flag {
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: var(--accent-ink);
  font-size: 10.5px;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pricing-name { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.pricing-price {
  display: flex; align-items: baseline; gap: 6px;
  margin-top: 20px;
}
.pricing-cur { font-family: var(--font-mono); font-size: 12px; color: var(--ink-dim); }
.pricing-num { font-size: 52px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.pricing-per { color: var(--ink-mut); font-size: 14px; }
.pricing-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.pricing-bullets li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px;
}
.pricing-bullets li > svg { flex-shrink: 0; }
.pricing-bullets li > span { flex: 1; min-width: 0; }
.pricing-bullets li.off { color: var(--ink-dim); }

@media (max-width: 980px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}

/* --- Canales ------------------------------------------------------------- */
.channels-grid {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.channels-col {
  flex: 1; padding: 32px 36px;
  display: flex; flex-direction: column; gap: 16px;
}
.channels-col:first-child {
  border-right: 1px solid var(--border);
}
.channels-col-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-dim);
  font-family: var(--font-mono);
  margin-bottom: 4px;
}
.channels-dot {
  width: 7px; height: 7px; border-radius: 50%;
}
.channels-dot.live  { background: #25D366; box-shadow: 0 0 0 3px rgba(37,211,102,.2); }
.channels-dot.soon  { background: var(--ink-dim); }
.channels-divider {
  width: 48px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--ink-dim); opacity: .4;
}
.channel-card {
  display: flex; align-items: center; gap: 16px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border-faint);
  transition: border-color .15s;
}
.channel-card:hover { border-color: var(--border); }
.channel-live { background: var(--bg-card-strong); }
.channel-soon { opacity: .6; }
.channel-logo {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.channel-info { flex: 1; min-width: 0; }
.channel-name { font-size: 15px; font-weight: 600; color: var(--ink); }
.channel-desc { font-size: 12px; color: var(--ink-dim); margin-top: 2px; }
.channel-badge-live {
  background: rgba(37,211,102,.15); color: #25D366;
  border-radius: 999px; padding: 3px 10px;
  font-size: 11px; font-weight: 700; white-space: nowrap;
}
.channel-badge-soon {
  background: var(--bg-card-strong); color: var(--ink-dim);
  border: 1px solid var(--border);
  border-radius: 999px; padding: 3px 10px;
  font-size: 11px; font-weight: 600; white-space: nowrap;
}
@media (max-width: 700px) {
  .channels-grid { flex-direction: column; }
  .channels-col:first-child { border-right: none; border-bottom: 1px solid var(--border); }
  .channels-divider { display: none; }
}

/* --- Videollamada CTA ---------------------------------------------------- */
.vcta-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
}
.vcta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 0% 50%, var(--accent-soft), transparent 70%);
  pointer-events: none;
}
.vcta-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: var(--accent-soft);
  border: 1px solid color-mix(in oklch, var(--accent) 25%, transparent);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vcta-copy { flex: 1; min-width: 0; }
.vcta-copy h3 { font-size: clamp(18px, 1.4vw, 21px); font-weight: 600; letter-spacing: -0.02em; }
.vcta-copy p { color: var(--ink-mut); font-size: 15px; line-height: 1.6; max-width: 52ch; margin-bottom: 0; }
.vcta-action {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.vcta-hint { font-size: 11.5px; color: var(--ink-dim); text-align: center; white-space: nowrap; }

@media (max-width: 860px) {
  .vcta-card { flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px 24px; }
  .vcta-action { align-items: flex-start; }
}

/* --- FAQ ----------------------------------------------------------------- */
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: start;
}
.faq-aside { position: sticky; top: 100px; }
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  letter-spacing: -0.012em;
}
.faq-q:hover { color: var(--accent); }
.faq-plus {
  position: relative;
  width: 18px; height: 18px;
  flex-shrink: 0;
  color: var(--ink-mut);
}
.faq-plus span {
  position: absolute;
  top: 50%; left: 50%;
  width: 12px; height: 1.5px;
  background: currentColor;
  transition: transform .25s ease;
  transform: translate(-50%, -50%);
}
.faq-plus span:last-child { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open .faq-plus span:last-child { transform: translate(-50%, -50%) rotate(0deg); }
.faq-a-wrap {
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.3,.7,.2,1);
}
.faq-a {
  padding: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-mut);
  max-width: 60ch;
}

@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-aside { position: static; }
}

/* --- CTA final ----------------------------------------------------------- */
.cta-final {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border-faint);
}
.cta-halos { position: absolute; inset: 0; pointer-events: none; }
.cta-card {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-card .eyebrow { justify-content: center; }
.cta-trust {
  display: flex; flex-wrap: wrap; gap: 18px;
  justify-content: center;
  color: var(--ink-dim);
  font-size: 12px;
}
.cta-trust span { display: inline-flex; align-items: center; }

/* --- Footer -------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 60px 0 32px;
  background: var(--bg);
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-faint);
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer-col-title {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a {
  color: var(--ink-mut);
  font-size: 13.5px;
  transition: color .15s ease;
}
.footer-col a:hover { color: var(--ink); }
.footer-bot {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}

@media (max-width: 880px) {
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .footer-bot { flex-direction: column; align-items: flex-start; }
}
