/* ==========================================================
   ACCESS by Traveling Brokers · Ecosystem Premium V1
   Fecha: 2026-08-09
   Objetivo: llevar la portada de una narrativa de campaña a una
   experiencia de ecosistema ACCESS sin alterar lógica, rutas ni BD.
   Hoja aditiva: se carga después del CSS histórico y del Hero.
   ========================================================== */

:root{
  --access-navy:#061427;
  --access-navy-2:#0a2342;
  --access-ink:#07172d;
  --access-gold:#d9a13d;
  --access-gold-soft:#f2c969;
  --access-surface:#ffffff;
  --access-surface-soft:#f7f9fc;
  --access-border:#e5eaf1;
  --access-muted:#647084;
  --access-shadow:0 24px 64px rgba(6,20,39,.10);
  --access-shadow-soft:0 14px 40px rgba(6,20,39,.07);
  --access-radius:26px;
}

/* ---------- Ritmo general y anclas ---------- */
body.tfv-page-inicio #que-es,
body.tfv-page-inicio #aliados,
body.tfv-page-inicio #premios,
body.tfv-page-inicio #como-funciona,
body.tfv-page-inicio #registro{scroll-margin-top:110px!important;}

body.tfv-page-inicio .tfv-section-head--stack{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:40px!important;
  align-items:end!important;
  margin-bottom:30px!important;
}
body.tfv-page-inicio .tfv-section-head--stack .tfv-btn{
  min-width:190px!important;
  min-height:48px!important;
  border-radius:999px!important;
  padding:0 22px!important;
  white-space:nowrap!important;
}
body.tfv-page-inicio .tfv-eyebrow{
  letter-spacing:.12em!important;
  font-size:11.5px!important;
  font-weight:950!important;
}
body.tfv-page-inicio .tfv-lead{
  max-width:850px!important;
  text-wrap:pretty!important;
}

/* ---------- Hero: micro-polish, sin cambiar la composición aprobada ---------- */
body.tfv-page-inicio .tfv-hero-inner>div:first-child>p{
  max-width:650px!important;
  text-wrap:pretty!important;
}
body.tfv-page-inicio .tfv-hero-point{
  min-height:70px!important;
}
body.tfv-page-inicio .tfv-hero-point span{
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-actions{
  max-width:630px!important;
}
body.tfv-page-inicio .tfv-actions .tfv-btn{
  letter-spacing:.025em!important;
}

/* ---------- Franja de confianza: más premium y menos "banner informativo" ---------- */
body.tfv-page-inicio .tfv-trust-strip{
  box-shadow:0 12px 34px rgba(6,20,39,.045)!important;
}
body.tfv-page-inicio .tfv-trust-grid{
  padding-top:14px!important;
  padding-bottom:14px!important;
}
body.tfv-page-inicio .tfv-trust-grid>div{
  position:relative!important;
  min-height:74px!important;
  padding:12px 26px 12px 42px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body.tfv-page-inicio .tfv-trust-grid>div:first-child{padding-left:42px!important;}
body.tfv-page-inicio .tfv-trust-grid>div:before{
  content:""!important;
  position:absolute!important;
  left:20px!important;
  top:50%!important;
  width:8px!important;
  height:28px!important;
  transform:translateY(-50%)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,var(--access-gold-soft),var(--access-gold))!important;
  box-shadow:0 0 0 5px rgba(217,161,61,.08)!important;
}
body.tfv-page-inicio .tfv-trust-grid>div:first-child:before{left:18px!important;}
body.tfv-page-inicio .tfv-trust-grid strong{
  font-size:13.5px!important;
  line-height:1.25!important;
}
body.tfv-page-inicio .tfv-trust-grid span{
  font-size:12px!important;
  line-height:1.45!important;
  max-width:280px!important;
}

/* ---------- Ecosistema / beneficios ---------- */
body.tfv-page-inicio .tfv-premium-benefits{
  padding-top:78px!important;
  padding-bottom:82px!important;
  background:
    radial-gradient(circle at 92% 5%,rgba(217,161,61,.095),transparent 23%),
    linear-gradient(180deg,#fff 0%,#f9fbfe 100%)!important;
}
body.tfv-page-inicio .tfv-premium-benefits .tfv-title{
  max-width:900px!important;
  margin-top:6px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-premium-benefits-grid{
  gap:20px!important;
  margin-top:32px!important;
}
body.tfv-page-inicio .tfv-premium-benefits .tfv-benefit-card{
  min-height:246px!important;
  border-radius:24px!important;
  border:1px solid rgba(6,20,39,.085)!important;
  box-shadow:var(--access-shadow-soft)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.tfv-page-inicio .tfv-premium-benefits .tfv-benefit-card:before{
  width:96px!important;
  height:96px!important;
  background:linear-gradient(135deg,rgba(242,201,105,.19),rgba(242,201,105,.02))!important;
}
body.tfv-page-inicio .tfv-premium-benefits .tfv-benefit-card:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(217,161,61,.28)!important;
  box-shadow:0 26px 65px rgba(6,20,39,.12)!important;
}
body.tfv-page-inicio .tfv-benefit-icon{
  width:54px!important;
  height:54px!important;
  border-radius:17px!important;
  font-size:22px!important;
}
body.tfv-page-inicio .tfv-benefit-card h3{
  font-size:20px!important;
  line-height:1.22!important;
  min-height:48px!important;
}
body.tfv-page-inicio .tfv-benefit-card p{
  line-height:1.68!important;
  text-wrap:pretty!important;
}

/* ---------- Aliados: versión premium compacta, visualmente más limpia ---------- */
body.tfv-page-inicio .tfv-premium-allies{
  position:relative!important;
  padding-top:76px!important;
  padding-bottom:78px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-section-head--stack{
  margin-bottom:34px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-title{
  max-width:780px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single{
  max-width:620px!important;
  width:100%!important;
  margin:34px auto 0!important;
  grid-template-columns:1fr!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-card{
  display:block!important;
  overflow:visible!important;
  border-radius:32px!important;
  background:#fff!important;
  border:1px solid rgba(244,201,106,.28)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.24)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-img{
  height:260px!important;
  min-height:260px!important;
  border-radius:32px 32px 0 0!important;
  background:var(--partner-img) center/cover no-repeat!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-img:after{
  background:linear-gradient(180deg,rgba(3,13,27,.02),rgba(3,13,27,.26))!important;
  border-radius:32px 32px 0 0!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-featured-flag{
  top:20px!important;
  right:20px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-body{
  position:relative!important;
  min-height:0!important;
  padding:56px 30px 30px!important;
  display:block!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-badge{
  position:static!important;
  display:inline-flex!important;
  margin-bottom:14px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-icon{
  position:absolute!important;
  top:-38px!important;
  left:28px!important;
  width:76px!important;
  height:76px!important;
  margin:0!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-body h3{
  font-size:24px!important;
  line-height:1.08!important;
  margin-bottom:10px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-loc{
  margin-bottom:14px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-benefit-label{
  margin-bottom:8px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-body p{
  font-size:15px!important;
  line-height:1.65!important;
  min-height:72px!important;
  text-wrap:pretty!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-ally-accumulation{
  margin-top:16px!important;
  min-height:46px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-card-actions{
  margin-top:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-card-actions .tfv-btn{
  min-height:50px!important;
  border-radius:999px!important;
  background:var(--access-navy)!important;
  color:#fff!important;
  border-color:var(--access-navy)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-ally-register-link{
  min-height:50px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
}
body.tfv-page-inicio .tfv-ally-growth-card{
  max-width:760px!important;
  margin:30px auto 0!important;
  padding:28px 34px!important;
  border-radius:24px!important;
  text-align:center!important;
}
body.tfv-page-inicio .tfv-ally-growth-card strong{
  font-size:22px!important;
}

/* ---------- Premios / experiencias: elimina el vacío cuando hay un solo premio ---------- */
body.tfv-page-inicio .tfv-premium-prizes{
  padding-top:78px!important;
  padding-bottom:82px!important;
}
body.tfv-page-inicio .tfv-premium-prizes .tfv-title{
  max-width:920px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-prize-meta{
  gap:16px!important;
  margin-top:26px!important;
  margin-bottom:30px!important;
}
body.tfv-page-inicio .tfv-prize-meta>div{
  min-height:96px!important;
  padding:20px 22px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border-radius:22px!important;
  border:1px solid var(--access-border)!important;
  box-shadow:var(--access-shadow-soft)!important;
}
body.tfv-page-inicio .tfv-prize-grid--single{
  max-width:1040px!important;
  margin:0 auto!important;
  grid-template-columns:1fr!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-card{
  display:grid!important;
  grid-template-columns:minmax(360px,.95fr) minmax(390px,1.05fr)!important;
  border-radius:28px!important;
  box-shadow:var(--access-shadow)!important;
  overflow:hidden!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-img{
  height:auto!important;
  min-height:360px!important;
  background:var(--prize-img) center/cover no-repeat!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body{
  padding:38px 36px!important;
  justify-content:center!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body h3{
  font-size:30px!important;
  line-height:1.12!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body p{
  font-size:15px!important;
  line-height:1.7!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-foot{
  margin-top:18px!important;
}
body.tfv-page-inicio .tfv-prize-grid--limited{
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ---------- Recorrido ACCESS ---------- */
body.tfv-page-inicio .tfv-premium-steps{
  padding-top:78px!important;
  padding-bottom:80px!important;
}
body.tfv-page-inicio .tfv-steps-intro{
  max-width:820px!important;
  margin:0 auto 36px!important;
  text-align:center!important;
}
body.tfv-page-inicio .tfv-steps-intro .tfv-eyebrow{
  color:var(--access-gold-soft)!important;
}
body.tfv-page-inicio .tfv-steps-intro .tfv-title{
  margin:8px 0 12px!important;
  color:#fff!important;
  text-align:center!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-steps-intro p{
  margin:0 auto!important;
  max-width:700px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
body.tfv-page-inicio .tfv-premium-steps .tfv-steps{
  gap:16px!important;
  align-items:stretch!important;
}
body.tfv-page-inicio .tfv-premium-steps .tfv-step{
  min-height:250px!important;
  padding:26px 22px!important;
  border:1px solid rgba(244,201,106,.23)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045))!important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease!important;
}
body.tfv-page-inicio .tfv-premium-steps .tfv-step:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(244,201,106,.48)!important;
  background:rgba(255,255,255,.10)!important;
}
body.tfv-page-inicio .tfv-premium-steps .tfv-step h3{
  min-height:42px!important;
  font-size:16px!important;
  line-height:1.25!important;
}
body.tfv-page-inicio .tfv-premium-steps .tfv-step p{
  margin-top:8px!important;
  text-wrap:pretty!important;
}

/* ---------- Registro: de formulario de campaña a acceso personal ---------- */
body.tfv-page-inicio .tfv-premium-register{
  padding-top:82px!important;
  padding-bottom:86px!important;
  background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%)!important;
}
body.tfv-page-inicio .tfv-premium-register .tfv-split-form{
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr)!important;
  gap:30px!important;
  max-width:1360px!important;
  margin:0 auto!important;
}
body.tfv-page-inicio .tfv-form-side{
  border-radius:30px!important;
  overflow:hidden!important;
  box-shadow:0 28px 80px rgba(6,20,39,.18)!important;
}
body.tfv-page-inicio .tfv-form-side__eyebrow{
  display:inline-flex!important;
  margin-bottom:14px!important;
  color:var(--access-gold-soft)!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
body.tfv-page-inicio .tfv-premium-register .tfv-form-side h2{
  max-width:470px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-premium-register .tfv-form-side>div>p{
  max-width:470px!important;
  text-wrap:pretty!important;
}
body.tfv-page-inicio .tfv-gift-box{
  border-radius:20px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.07))!important;
  border:1px solid rgba(244,201,106,.42)!important;
}
body.tfv-page-inicio .tfv-gift-box strong{
  color:#fff!important;
  letter-spacing:.01em!important;
}
body.tfv-page-inicio .tfv-form-card{
  border:1px solid rgba(6,20,39,.08)!important;
  box-shadow:0 26px 72px rgba(6,20,39,.095)!important;
}
body.tfv-page-inicio .tfv-field input,
body.tfv-page-inicio .tfv-field select,
body.tfv-page-inicio .tfv-field textarea{
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.tfv-page-inicio .tfv-field input:focus,
body.tfv-page-inicio .tfv-field select:focus,
body.tfv-page-inicio .tfv-field textarea:focus{
  border-color:rgba(217,161,61,.72)!important;
  box-shadow:0 0 0 4px rgba(217,161,61,.11)!important;
  outline:none!important;
}
body.tfv-page-inicio .tfv-wizard-actions .tfv-btn{
  border-radius:999px!important;
}

/* ---------- CTA final: continuidad de ecosistema ---------- */
body.tfv-page-inicio .tfv-conversion-final{
  padding-top:72px!important;
  padding-bottom:72px!important;
}
body.tfv-page-inicio .tfv-conversion-card{
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)!important;
  gap:44px!important;
  padding:50px 54px!important;
  border-radius:32px!important;
}
body.tfv-page-inicio .tfv-conversion-content h2{
  max-width:760px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-conversion-content p{
  max-width:720px!important;
  text-wrap:pretty!important;
}
body.tfv-page-inicio .tfv-conversion-actions .tfv-btn{
  border-radius:999px!important;
}
body.tfv-page-inicio .tfv-conversion-social{
  padding:26px!important;
  border-radius:24px!important;
}
body.tfv-page-inicio .tfv-conversion-social a{
  min-height:48px!important;
  padding:0 16px!important;
  border-radius:14px!important;
}

/* ---------- Footer: más compacto y con ACCESS como puerta de entrada ---------- */
.tfv-footer-pro__inner{
  grid-template-columns:1.05fr 1.15fr .92fr!important;
  gap:24px!important;
  padding-top:42px!important;
  padding-bottom:32px!important;
}
.tfv-footer-access{
  display:block!important;
  margin-bottom:8px!important;
  color:#fff!important;
  font-size:25px!important;
  line-height:1!important;
  letter-spacing:.06em!important;
  font-weight:950!important;
}
.tfv-footer-access small{
  display:block!important;
  margin-top:7px!important;
  color:var(--access-gold-soft)!important;
  font-size:10px!important;
  line-height:1.2!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.tfv-footer-pro__brand>span{
  max-width:360px!important;
  line-height:1.55!important;
}
.tfv-footer-follow{
  max-width:390px!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(244,201,106,.23)!important;
}
.tfv-footer-pro__links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:20px!important;
  align-content:start!important;
  min-height:0!important;
}
.tfv-footer-pro__links h3{
  grid-column:1/-1!important;
}
.tfv-footer-pro__links a{
  padding:5px 0!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.tfv-footer-pro__permits{
  min-height:0!important;
}
.tfv-footer-pro__permits li{
  padding-bottom:11px!important;
  margin-bottom:11px!important;
}
.tfv-footer-pro__bottom{
  padding-top:17px!important;
  padding-bottom:17px!important;
  gap:24px!important;
}

/* ---------- TB Assistant: útil sin competir con el contenido ---------- */
body.tfv-page-inicio .tfv-tba-root{
  right:18px!important;
  bottom:18px!important;
}
body.tfv-page-inicio .tfv-tba-launch{
  min-width:218px!important;
  padding:7px 12px 7px 7px!important;
  gap:9px!important;
  box-shadow:0 18px 46px rgba(6,20,39,.26),0 0 0 7px rgba(215,154,50,.09)!important;
}
body.tfv-page-inicio .tfv-tba-launch .tfv-tba-avatar{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:15px!important;
}
body.tfv-page-inicio .tfv-tba-launch-copy b{font-size:13.5px!important;}
body.tfv-page-inicio .tfv-tba-launch-copy small{font-size:9.5px!important;}
body.tfv-page-inicio .tfv-tba-status{font-size:9px!important;margin-top:3px!important;}
body.tfv-page-inicio .tfv-tba-unread{
  width:20px!important;
  height:20px!important;
  font-size:10px!important;
}

/* ---------- Responsive ---------- */
@media(max-width:1100px){
  body.tfv-page-inicio .tfv-section-head--stack{
    grid-template-columns:1fr!important;
    gap:18px!important;
    align-items:start!important;
  }
  body.tfv-page-inicio .tfv-section-head--stack .tfv-btn{
    width:max-content!important;
  }
  body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-card{
    grid-template-columns:1fr 1fr!important;
  }
  body.tfv-page-inicio .tfv-conversion-card{
    grid-template-columns:1fr!important;
  }
  .tfv-footer-pro__inner{
    grid-template-columns:1fr 1fr!important;
  }
  .tfv-footer-pro__brand{grid-column:1/-1!important;}
}

@media(max-width:760px){
  body.tfv-page-inicio .tfv-trust-grid>div,
  body.tfv-page-inicio .tfv-trust-grid>div:first-child{
    min-height:66px!important;
    padding:12px 12px 12px 36px!important;
  }
  body.tfv-page-inicio .tfv-trust-grid>div:before,
  body.tfv-page-inicio .tfv-trust-grid>div:first-child:before{
    left:14px!important;
    width:6px!important;
    height:24px!important;
  }
  body.tfv-page-inicio .tfv-premium-benefits,
  body.tfv-page-inicio .tfv-premium-allies,
  body.tfv-page-inicio .tfv-premium-prizes,
  body.tfv-page-inicio .tfv-premium-steps,
  body.tfv-page-inicio .tfv-premium-register{
    padding-top:54px!important;
    padding-bottom:58px!important;
  }
  body.tfv-page-inicio .tfv-premium-benefits .tfv-benefit-card{
    min-height:auto!important;
  }
  body.tfv-page-inicio .tfv-benefit-card h3{min-height:0!important;}
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-card,
  body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-card{
    display:block!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-img{
    min-height:250px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-body{
    min-height:0!important;
    padding:54px 22px 24px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-icon{
    left:22px!important;
    width:72px!important;
    height:72px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-partner-body h3{
    font-size:25px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single .tfv-card-actions{
    grid-template-columns:1fr!important;
  }
  body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-img{
    min-height:250px!important;
  }
  body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body{
    padding:26px 22px!important;
  }
  body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body h3{
    font-size:24px!important;
  }
  body.tfv-page-inicio .tfv-premium-steps .tfv-step{
    min-height:0!important;
  }
  body.tfv-page-inicio .tfv-premium-steps .tfv-step h3{
    min-height:0!important;
  }
  body.tfv-page-inicio .tfv-premium-register .tfv-split-form{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  body.tfv-page-inicio .tfv-conversion-final{
    padding:48px 18px!important;
  }
  body.tfv-page-inicio .tfv-conversion-card{
    padding:28px 22px!important;
    gap:28px!important;
  }
  .tfv-footer-pro__inner{
    grid-template-columns:1fr!important;
    padding-top:32px!important;
  }
  .tfv-footer-pro__brand{grid-column:auto!important;}
  .tfv-footer-pro__links{
    grid-template-columns:1fr 1fr!important;
  }
  .tfv-footer-pro__bottom{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  /* En móvil el asistente se convierte en un launcher compacto. */
  body.tfv-page-inicio .tfv-tba-root{
    right:12px!important;
    bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;
  }
  body.tfv-page-inicio .tfv-tba-launch{
    min-width:0!important;
    width:58px!important;
    height:58px!important;
    padding:5px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:20px!important;
    box-shadow:0 15px 38px rgba(6,20,39,.28),0 0 0 6px rgba(215,154,50,.09)!important;
  }
  body.tfv-page-inicio .tfv-tba-launch-copy{display:none!important;}
  body.tfv-page-inicio .tfv-tba-launch .tfv-tba-avatar{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }
  body.tfv-page-inicio .tfv-tba-unread{
    right:-5px!important;
    top:-7px!important;
  }
}

@media(max-width:480px){
  .tfv-footer-pro__links{grid-template-columns:1fr!important;}
  body.tfv-page-inicio .tfv-section-head--stack .tfv-btn{width:100%!important;}
}

@media(prefers-reduced-motion:reduce){
  body.tfv-page-inicio .tfv-premium-benefits .tfv-benefit-card,
  body.tfv-page-inicio .tfv-premium-steps .tfv-step{transition:none!important;}
}


/* ---------- Premios: tono más editorial ---------- */
body.tfv-page-inicio .tfv-premium-prizes .tfv-title{
  max-width:860px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-premium-prizes .tfv-prize-meta>div strong{
  text-wrap:balance!important;
}

/* ==========================================================
   ACCESS ECOSYSTEM PREMIUM V1.3 · FINAL POLISH
   Capa visual aditiva: no cambia lógica, rutas ni formularios.
   ========================================================== */

/* Jerarquía y respiración global de la portada */
body.tfv-page-inicio .tfv-section-head--stack{
  column-gap:36px!important;
}
body.tfv-page-inicio .tfv-section-head--stack .tfv-lead{
  max-width:860px!important;
  line-height:1.68!important;
  text-wrap:pretty!important;
}
body.tfv-page-inicio .tfv-eyebrow{
  letter-spacing:.12em!important;
}
body.tfv-page-inicio .tfv-btn{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important;
}
body.tfv-page-inicio .tfv-btn:hover{
  transform:translateY(-2px)!important;
}

/* Aliados V1.3: tarjeta vertical consistente para 1, 2 o 3+ aliados */
body.tfv-page-inicio .tfv-premium-allies .tfv-cards,
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--limited{
  width:100%!important;
  max-width:1180px!important;
  margin:32px auto 0!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
  overflow:visible!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single{
  max-width:560px!important;
  grid-template-columns:1fr!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-card,
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-card-v2{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  overflow:visible!important;
  border-radius:30px!important;
  border:1px solid rgba(224,180,87,.28)!important;
  background:#fff!important;
  box-shadow:0 24px 66px rgba(1,13,29,.22)!important;
  transform:none!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 30px 78px rgba(1,13,29,.28)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-img{
  position:relative!important;
  width:100%!important;
  height:238px!important;
  min-height:238px!important;
  flex:0 0 238px!important;
  border-radius:30px 30px 0 0!important;
  overflow:hidden!important;
  background:var(--partner-img) center/cover no-repeat!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-img:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  background:linear-gradient(180deg,rgba(2,13,29,.02),rgba(2,13,29,.08) 55%,rgba(2,13,29,.38))!important;
  pointer-events:none!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-featured-flag{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  z-index:2!important;
  max-width:calc(100% - 32px)!important;
  white-space:nowrap!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(9px)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-body{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  min-height:0!important;
  padding:54px 28px 28px!important;
  background:#fff!important;
  border-radius:0 0 30px 30px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-icon{
  position:absolute!important;
  top:-38px!important;
  left:26px!important;
  z-index:3!important;
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  margin:0!important;
  border:7px solid #fff!important;
  border-radius:50%!important;
  background:#0b3159!important;
  box-shadow:0 12px 30px rgba(1,13,29,.20)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-logo-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-badge{
  position:static!important;
  align-self:flex-start!important;
  margin:0 0 14px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-body h3{
  margin:0 0 8px!important;
  color:#07172d!important;
  font-size:23px!important;
  line-height:1.12!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-loc{
  margin:0 0 17px!important;
  color:#667085!important;
  font-size:13px!important;
  font-weight:750!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-benefit-label{
  margin:0 0 7px!important;
  color:#ad741f!important;
  font-size:10.5px!important;
  letter-spacing:.11em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-partner-body>p{
  min-height:0!important;
  margin:0!important;
  color:#536176!important;
  font-size:14px!important;
  line-height:1.62!important;
  text-wrap:pretty!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-accumulation{
  margin:18px 0 0!important;
  min-height:54px!important;
  padding:10px 14px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  border-radius:15px!important;
  border:1px solid rgba(217,161,61,.34)!important;
  background:linear-gradient(135deg,#fffaf0,#fff)!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-accumulation strong{
  color:#b67716!important;
  font-size:22px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-accumulation span{
  color:#7a5720!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-card-actions{
  margin-top:auto!important;
  padding-top:20px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,.72fr)!important;
  gap:10px!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-card-actions .tfv-btn,
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-register-link{
  min-height:48px!important;
  border-radius:999px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
  font-size:10.5px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-register-link{
  color:#9c691b!important;
  background:#fff!important;
  border:1px solid rgba(217,161,61,.58)!important;
  text-decoration:none!important;
}
body.tfv-page-inicio .tfv-premium-allies .tfv-ally-register-link:hover{
  background:#fff8e8!important;
  border-color:#d9a13d!important;
}
body.tfv-page-inicio .tfv-ally-growth-card{
  max-width:720px!important;
  margin:30px auto 0!important;
  padding:24px 28px!important;
  border-radius:22px!important;
  text-align:center!important;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.045))!important;
}

/* Premios: pieza protagonista con lectura más clara */
body.tfv-page-inicio .tfv-premium-prizes .tfv-prize-meta{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.tfv-page-inicio .tfv-premium-prizes .tfv-prize-meta>div{
  background:#fff!important;
}
body.tfv-page-inicio .tfv-prize-grid--single{
  max-width:1060px!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-card{
  grid-template-columns:minmax(360px,.98fr) minmax(380px,1.02fr)!important;
  border:1px solid rgba(6,20,39,.07)!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body h3{
  font-size:28px!important;
  text-wrap:balance!important;
}
body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-body p{
  color:#58677c!important;
}

/* Recorrido: tarjetas más compactas y escaneables */
body.tfv-page-inicio .tfv-premium-steps .tfv-step{
  min-height:230px!important;
}
body.tfv-page-inicio .tfv-premium-steps .tfv-step p{
  line-height:1.62!important;
}

/* Registro: menos peso visual y mejor lectura */
body.tfv-page-inicio .tfv-premium-register .tfv-form-card{
  border-radius:30px!important;
}
body.tfv-page-inicio .tfv-wizard-footnote{
  color:#78859a!important;
  font-size:11px!important;
}

/* CTA final y footer: cierre más limpio */
body.tfv-page-inicio .tfv-conversion-card{
  box-shadow:0 26px 72px rgba(5,19,39,.16)!important;
}
.tfv-footer-pro__inner{
  max-width:1240px!important;
  gap:28px!important;
  padding-top:36px!important;
  padding-bottom:26px!important;
}
.tfv-footer-pro__brand>p{
  margin-top:12px!important;
  margin-bottom:0!important;
  line-height:1.55!important;
}
.tfv-footer-follow{
  margin-top:16px!important;
  padding:12px 14px!important;
  font-size:12px!important;
}
.tfv-footer-pro__links,
.tfv-footer-pro__permits{
  border-radius:22px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  padding:24px!important;
}
.tfv-footer-pro__links a{
  opacity:.92!important;
}
.tfv-footer-pro__links a:hover{
  opacity:1!important;
  color:#f0c663!important;
}
.tfv-footer-pro__permits li:last-child{
  margin-bottom:0!important;
  padding-bottom:0!important;
  border-bottom:0!important;
}
.tfv-footer-pro__bottom{
  max-width:1240px!important;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* TB Assistant: presente pero secundario frente al contenido */
body.tfv-page-inicio .tfv-tba-launch{
  min-width:196px!important;
  padding:6px 11px 6px 6px!important;
  gap:8px!important;
}
body.tfv-page-inicio .tfv-tba-launch .tfv-tba-avatar{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:14px!important;
}
body.tfv-page-inicio .tfv-tba-launch-copy b{font-size:12.5px!important;}
body.tfv-page-inicio .tfv-tba-launch-copy small{font-size:9px!important;}
body.tfv-page-inicio .tfv-tba-status{font-size:8.5px!important;}

@media(max-width:1100px){
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards,
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--limited{
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;
  }
}

@media(max-width:760px){
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards,
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--limited,
  body.tfv-page-inicio .tfv-premium-allies .tfv-cards--single{
    width:100%!important;
    max-width:520px!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-partner-img{
    height:220px!important;
    min-height:220px!important;
    flex-basis:220px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-partner-body{
    padding:52px 22px 24px!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-card-actions{
    grid-template-columns:1fr!important;
  }
  body.tfv-page-inicio .tfv-premium-allies .tfv-card-actions .tfv-btn,
  body.tfv-page-inicio .tfv-premium-allies .tfv-ally-register-link{
    width:100%!important;
  }
  body.tfv-page-inicio .tfv-prize-grid--single .tfv-prize-card{
    grid-template-columns:1fr!important;
  }
  .tfv-footer-pro__links,
  .tfv-footer-pro__permits{
    padding:20px!important;
  }
  .tfv-footer-pro__bottom{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  body.tfv-page-inicio .tfv-tba-launch{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    padding:4px!important;
    border-radius:18px!important;
  }
  body.tfv-page-inicio .tfv-tba-launch .tfv-tba-avatar{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
  }
}

@media(max-width:480px){
  body.tfv-page-inicio .tfv-premium-allies .tfv-partner-img{
    height:205px!important;
    min-height:205px!important;
    flex-basis:205px!important;
  }
  body.tfv-page-inicio .tfv-premium-prizes .tfv-prize-meta{
    gap:10px!important;
  }
}
