.tf12 {
  background: var(--yellow);
  color: #080808;
  display: grid;
  grid-template-columns: minmax(340px, .8fr) 1.2fr;
  align-items: stretch;
}
.tf12-art {
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
.tf12-art img {
  width: min(100%, 560px);
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}
.tf12-copy {
  padding: 110px clamp(32px, 7vw, 120px);
}
.tf12-copy h2 {
  font-family: var(--display);
  font-size: clamp(3.6rem, 6vw, 6.7rem);
  text-transform: uppercase;
  line-height: .88;
  letter-spacing: -.025em;
  margin: 0;
}
.tf12-copy h2 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px #080808;
}
.tf12-copy > p {
  font-size: 1.08rem;
  max-width: 700px;
}
.tf12-copy ul {
  list-style: none;
  padding: 15px 0;
  margin: 20px 0 34px;
  border-top: 1px solid rgba(0,0,0,.25);
}
.tf12-copy li {
  padding: 12px 0 12px 27px;
  border-bottom: 1px solid rgba(0,0,0,.25);
  position: relative;
  font-weight: 600;
}
.tf12-copy li::before {
  content: '+';
  position: absolute;
  left: 0;
  font-weight: 900;
}
.button-dark {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
.button-dark:hover {
  background: #fff;
  color: #050505;
  border-color: #fff;
}
.final-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.35);z-index:30;transition:transform .2s}.whatsapp-float:hover{transform:translateY(-3px) scale(1.03)}.whatsapp-float svg{width:31px;height:31px;fill:currentColor}
@media (max-width: 980px) {
  .tf12 { grid-template-columns: 1fr; }
  .tf12-art { padding: 70px 20px; }
}
@media (max-width: 620px) {
  .tf12-copy { padding: 82px 22px; }
  .tf12-copy h2 { font-size: 3.65rem; }
  .tf12-art img { width: min(100%, 420px); }
  .final-actions{width:100%;align-items:stretch;flex-direction:column}.final-actions .text-link{text-align:center}.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}
}
