/* ══════════════════════════════════════
   TecnoFrog — tecnofrog.css
   CSS principal do tema
══════════════════════════════════════ */

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box !important; margin: 0; padding: 0; }
html { overflow-x: hidden; }
body { overflow-x: hidden; padding: 0 !important; margin: 0 !important;
  background: #080b12 !important; color: #dde6dd !important;
  font-family: 'DM Sans', sans-serif !important; -webkit-font-smoothing: antialiased; }
a { text-decoration: none !important; color: inherit; transition: color .18s; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #080b12; }
::-webkit-scrollbar-thumb { background: rgba(0,255,136,.12); border-radius: 2px; }

/* ── CSS VARIABLES ── */
:root {
  --bg:     #080b12;
  --bg2:    #0c0f1a;
  --bg3:    #111520;
  --bg4:    #161b28;
  --green:  #00ff88;
  --cyan:   #38bdf8;
  --red:    #f43f5e;
  --text:   #dde6dd;
  --dim:    #4a5a4a;
  --dim2:   #7a8a7a;
  --border: rgba(255,255,255,.06);
  --bg-g:   rgba(0,255,136,.12);
  --fh:     'Syne', sans-serif;
  --fb:     'DM Sans', sans-serif;
  --fm:     'DM Mono', monospace;
  --r:      6px;
  /* legacy compat */
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
}

/* ── WORDPRESS CONTAINERS ── */
.site, #page, #content, .site-content, #primary,
.wp-site-blocks, .entry-content, .post-content,
#tf-page, .tf-page {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ══ NAV ══ */
.tf-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900; height: 56px;
  display: flex; align-items: center; padding: 0 24px; gap: 24px;
  background: rgba(8,11,18,.95); backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
}
.tf-logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.tf-logo-icon {
  width: 30px; height: 30px; border-radius: 7px;
  background: linear-gradient(135deg,rgba(0,255,136,.15),rgba(0,255,136,.05));
  border: 1px solid var(--bg-g);
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.tf-logo-text { font-family: var(--fm); font-weight: 500; font-size: .95rem;
  letter-spacing: .02em; color: #fff; }
.tf-logo-text span, .tf-logo-text em { font-style: normal; color: var(--green); }
.tf-nav-links { display: flex; align-items: center; gap: 2px;
  list-style: none !important; padding: 0 !important; margin: 0 !important; flex: 1; }
.tf-nav-links li { list-style: none !important; }
.tf-nav-links a, .tf-nav-links li a {
  font-family: var(--fm); font-size: .65rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--dim2); padding: 6px 11px;
  border-radius: 4px; transition: all .18s; display: block;
}
.tf-nav-links a:hover, .tf-nav-links li a:hover { color: var(--green); background: rgba(0,255,136,.06); }
.tf-nav-right { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.tf-nav-search {
  background: none; border: 1px solid var(--border); border-radius: var(--r);
  color: var(--dim2); padding: 6px 10px; display: flex; align-items: center;
  gap: 6px; font-size: .72rem; font-family: var(--fm); transition: all .18s;
}
.tf-nav-search:hover { border-color: var(--bg-g); color: var(--green); }
.tf-hamburger, .tf-nav-ham {
  display: none; flex-direction: column; gap: 4px;
  background: none; border: none; padding: 4px;
}
.tf-hamburger span, .tf-nav-ham span {
  display: block; width: 18px; height: 1.5px;
  background: var(--dim2); border-radius: 2px; transition: all .3s;
}
.tf-mob-menu {
  display: none; position: fixed; top: 56px; left: 0; right: 0; z-index: 890;
  background: rgba(8,11,18,.98); backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border); flex-direction: column; padding: 8px 0;
}
.tf-mob-menu.open { display: flex; }
.tf-mob-menu a {
  font-family: var(--fm); font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--dim2); padding: 13px 24px;
  border-bottom: 1px solid var(--border); transition: color .18s;
}
.tf-mob-menu a:hover { color: var(--green); }
@media(max-width: 768px) {
  .tf-nav-links, .tf-nav-search { display: none; }
  .tf-hamburger, .tf-nav-ham { display: flex; }
}

/* ── SEARCH OVERLAY ── */
.tf-search-overlay { display: none; }
.tf-search-overlay.open { display: flex !important; }

/* ══ TICKER ══ */
.tf-ticker, .tfx-ticker {
  height: 28px; background: var(--bg2); border-bottom: 1px solid var(--border);
  display: flex; align-items: center; overflow: hidden; width: 100%;
}
.tf-ticker-tag, .tfx-ttag {
  font-family: var(--fm); font-size: .56rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--green);
  padding: 0 14px; border-right: 1px solid var(--bg-g);
  height: 100%; display: flex; align-items: center; flex-shrink: 0; white-space: nowrap;
}
.tf-ticker-wrap, .tfx-ttrack-wrap { overflow: hidden; flex: 1; }
.tf-ticker-track, .tfx-ttrack {
  display: flex; white-space: nowrap; animation: tftick 50s linear infinite;
}
.tf-ticker-item, .tfx-titem { font-size: .68rem; color: var(--dim2); padding: 0 22px; font-family: var(--fb); }
.tf-ticker-item a, .tfx-titem a { color: var(--dim2); }
.tf-ticker-item a:hover, .tfx-titem a:hover { color: var(--green); }
@keyframes tftick { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ══ PAGE WRAPPER ══ */
.tfx-pt { padding-top: 84px; width: 100%; overflow-x: hidden; }

/* ══ SHELL ══ */
.tf-wrap, .tfx-shell {
  max-width: 1220px; margin: 0 auto;
  padding: 0 20px; width: 100%; box-sizing: border-box;
}

/* ══ HERO ══ */
.tfx-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 1px; background: var(--border);
  width: 100%; overflow: hidden;
}
.tfx-hm {
  background: var(--bg); position: relative; overflow: hidden;
  min-height: 480px; display: flex; flex-direction: column;
  justify-content: flex-end; cursor: pointer; min-width: 0;
}
.tfx-hm-img { position: absolute; inset: 0; }
.tfx-hm-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; display: block; }
.tfx-hm:hover .tfx-hm-img img { transform: scale(1.03); }
.tfx-hm-fb { position: absolute; inset: 0; background: linear-gradient(135deg,#060d1e,#0a0520 60%,#061018); }
.tfx-hm-go { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,255,136,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,255,136,.025) 1px,transparent 1px);
  background-size: 40px 40px; }
.tfx-hm-sh { position: absolute; inset: 0;
  background: linear-gradient(to top,rgba(8,11,18,1) 0%,rgba(8,11,18,.75) 40%,rgba(8,11,18,.05) 100%); }
.tfx-hm-body { position: relative; z-index: 2; padding: 32px; }
.tfx-hm-ey { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.tfx-htag { font-family: var(--fm); font-size: .56rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; background: var(--red);
  color: #fff; padding: 3px 9px; border-radius: 3px; }
.tfx-hcat { font-family: var(--fm); font-size: .6rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green); }
.tfx-htitle { font-family: var(--fh) !important; font-size: clamp(1.5rem,2.4vw,2.3rem) !important;
  font-weight: 800 !important; color: #fff !important; line-height: 1.1 !important;
  letter-spacing: -.025em !important; margin-bottom: 12px; }
.tfx-htitle a { color: #fff !important; }
.tfx-htitle a:hover { color: var(--green) !important; }
.tfx-hdesc { font-size: .84rem; color: rgba(221,230,221,.65); line-height: 1.65; margin-bottom: 20px; max-width: 540px; }
.tfx-hfoot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.tfx-hsrc { font-family: var(--fm); font-size: .6rem; color: var(--dim2); }
.tfx-hsrc strong { color: var(--cyan); }
.tfx-hage { font-family: var(--fm); font-size: .6rem; color: var(--dim); }
.tfx-hcta { font-family: var(--fm); font-size: .66rem; letter-spacing: .06em;
  color: var(--bg); background: var(--green); padding: 8px 18px; border-radius: 4px;
  transition: background .18s; flex-shrink: 0; }
.tfx-hcta:hover { background: #00e87a; color: var(--bg) !important; }

/* HERO STACK */
.tfx-hs { background: var(--bg2); display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.tfx-hsi { flex: 1; padding: 16px 18px; border-bottom: 1px solid var(--border);
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer;
  transition: background .18s; text-decoration: none !important; }
.tfx-hsi:last-child { border-bottom: none; }
.tfx-hsi:hover { background: var(--bg3); }
.tfx-hsi-th { width: 72px; height: 52px; border-radius: 4px; overflow: hidden;
  flex-shrink: 0; position: relative; }
.tfx-hsi-th img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tfx-hsi-ph { width: 100%; height: 100%; display: flex; align-items: center;
  justify-content: center; font-size: 1.3rem; }
.tfx-hsi-cat { font-family: var(--fm); font-size: .54rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green); margin-bottom: 4px; }
.tfx-hsi-title { font-size: .81rem; font-weight: 600; color: var(--text);
  line-height: 1.28; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; }
.tfx-hsi:hover .tfx-hsi-title { color: var(--green); }
.tfx-hsi-meta { font-family: var(--fm); font-size: .55rem; color: var(--dim); margin-top: 4px; }

/* ══ BREAKING ══ */
.tfx-brk { background: var(--bg2); border-bottom: 1px solid var(--border); width: 100%; }
.tfx-brk-in { display: flex; align-items: center; overflow: hidden; height: 36px; }
.tfx-brk-lbl { font-family: var(--fm); font-size: .56rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; background: var(--red);
  color: #fff; padding: 0 14px; height: 100%; display: flex; align-items: center;
  white-space: nowrap; flex-shrink: 0; }
.tfx-brk-list { display: flex; overflow-x: auto; scrollbar-width: none; flex: 1; }
.tfx-brk-list::-webkit-scrollbar { display: none; }
.tfx-brk-a { font-size: .75rem; color: var(--dim2); padding: 0 18px; white-space: nowrap;
  height: 36px; display: flex; align-items: center; border-right: 1px solid var(--border);
  flex-shrink: 0; transition: color .18s; }
.tfx-brk-a:hover { color: var(--green); }
.tfx-brk-a b { color: var(--text); font-weight: 500; }

/* ══ SECTION HEADER ══ */
.tf-sh, .tfx-sec-h { display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 22px; gap: 12px; flex-wrap: wrap; }
.tf-sh-title, .tfx-sec-t { font-family: var(--fh) !important; font-size: .95rem !important;
  font-weight: 800 !important; color: #fff !important; display: flex;
  align-items: center; gap: 10px; letter-spacing: -.01em; }
.tf-sh-title::before, .tfx-sec-t::before { content: ''; width: 3px; height: 16px;
  background: var(--green); border-radius: 2px; box-shadow: 0 0 10px rgba(0,255,136,.5); flex-shrink: 0; }
.tf-sh-more, .tfx-sec-m { font-family: var(--fm); font-size: .62rem; color: var(--dim2); transition: color .18s; }
.tf-sh-more:hover, .tfx-sec-m:hover { color: var(--green); }

/* ══ CONTENT LAYOUT ══ */
.tfx-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px;
  gap: 24px; align-items: start; min-width: 0; }

/* ══ CARD GRID ══ */
.tfx-pgrid, .tf-pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; min-width: 0; }
.tfx-card, .tf-pcard { background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden; transition: all .22s; cursor: pointer; min-width: 0; }
.tfx-card:hover, .tf-pcard:hover { border-color: var(--bg-g);
  box-shadow: 0 8px 28px rgba(0,0,0,.5); transform: translateY(-2px); }
.tfx-card-th, .tf-pcard-thumb { position: relative; height: 148px; overflow: hidden; background: var(--bg3); }
.tfx-card-th img, .tf-pcard-thumb img { width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s; display: block; }
.tfx-card:hover .tfx-card-th img, .tf-pcard:hover .tf-pcard-thumb img { transform: scale(1.04); }
.tfx-card-ph, .tf-pcard-thumb-ph { position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; font-size: 2.2rem; opacity: .4; }
.tfx-card-body, .tf-pcard-body { padding: 14px; }
.tfx-card-top, .tf-pcard-top { display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 7px; }
.tfx-card-cat, .tf-pcard-cat { font-family: var(--fm); font-size: .54rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--green);
  background: rgba(0,255,136,.07); padding: 2px 7px; border-radius: 3px; }
.tfx-card-age, .tf-pcard-time { font-family: var(--fm); font-size: .54rem; color: var(--dim); }
.tfx-card-title, .tf-pcard-title { font-family: var(--fh) !important; font-size: .87rem !important;
  font-weight: 700 !important; color: var(--text) !important; line-height: 1.28 !important;
  margin-bottom: 7px; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; }
.tfx-card:hover .tfx-card-title, .tf-pcard:hover .tf-pcard-title { color: var(--green) !important; }
.tfx-card-desc, .tf-pcard-excerpt { font-size: .73rem; color: var(--dim2); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 10px; }
.tfx-card-foot, .tf-pcard-foot { display: flex; justify-content: space-between;
  align-items: center; padding-top: 9px; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 4px; }
.tfx-card-src, .tf-pcard-src { font-family: var(--fm); font-size: .56rem; color: var(--dim); }
.tfx-card-src a, .tf-pcard-src a { color: var(--cyan); }

/* ══ SIDEBAR ══ */
.tfx-sidebar { min-width: 0; overflow: hidden; display: flex; flex-direction: column; gap: 16px; }
.tfx-sbox { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
.tfx-sbox-h { padding: 12px 16px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between; }
.tfx-sbox-h h3 { font-family: var(--fm); font-size: .66rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.tfx-sbox-h h4 { font-family: var(--fm); font-size: .66rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.tfx-live { display: flex; align-items: center; gap: 5px; font-family: var(--fm);
  font-size: .56rem; color: var(--dim); }
.tfx-live::before { content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--red); animation: tfxblink 1.4s ease-in-out infinite; }
@keyframes tfxblink { 0%,100%{opacity:1}50%{opacity:.3} }
.tfx-ll { max-height: 480px; overflow-y: auto; scrollbar-width: thin;
  scrollbar-color: var(--border) transparent; }
.tfx-li { display: flex; gap: 10px; padding: 11px 16px;
  border-bottom: 1px solid var(--border); transition: background .18s;
  text-decoration: none !important; }
.tfx-li:last-child { border-bottom: none; }
.tfx-li:hover { background: rgba(0,255,136,.03); }
.tfx-li-n { font-family: var(--fm); font-size: .58rem; color: rgba(0,255,136,.45);
  font-weight: 500; min-width: 18px; flex-shrink: 0; margin-top: 1px; }
.tfx-li-cat { font-family: var(--fm); font-size: .52rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--cyan); margin-bottom: 3px; }
.tfx-li-title { font-size: .76rem; font-weight: 500; color: var(--text);
  line-height: 1.3; margin-bottom: 3px; }
.tfx-li:hover .tfx-li-title { color: var(--green); }
.tfx-li-age { font-family: var(--fm); font-size: .52rem; color: var(--dim); }
.tfx-mr { display: flex; align-items: flex-start; gap: 12px; padding: 11px 16px;
  border-bottom: 1px solid var(--border); transition: background .18s;
  text-decoration: none !important; }
.tfx-mr:last-child { border-bottom: none; }
.tfx-mr:hover { background: rgba(0,255,136,.03); }
.tfx-mr-n { font-family: var(--fh); font-size: 1.4rem; font-weight: 900;
  color: rgba(0,255,136,.12); line-height: 1; flex-shrink: 0; min-width: 28px; }
.tfx-mr-cat { font-family: var(--fm); font-size: .52rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--green); margin-bottom: 3px; }
.tfx-mr-title { font-size: .76rem; font-weight: 500; color: var(--text); line-height: 1.3; }
.tfx-mr:hover .tfx-mr-title { color: var(--green); }

/* ══ CATEGORIES ══ */
.tfx-cats, .tf-cats-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.tfx-cat, .tf-cat-card { background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 16px 12px; text-align: center;
  transition: all .22s; text-decoration: none !important; display: block; }
.tfx-cat:hover, .tf-cat-card:hover { border-color: var(--bg-g);
  background: rgba(0,255,136,.04); transform: translateY(-2px); }
.tfx-cat-ico, .tf-cat-ico { font-size: 1.5rem; margin-bottom: 7px; }
.tfx-cat-name, .tf-cat-name { font-family: var(--fb); font-size: .72rem;
  font-weight: 600; color: var(--text); margin-bottom: 2px; }
.tfx-cat-cnt, .tf-cat-count { font-family: var(--fm); font-size: .56rem; color: var(--dim); }

/* ══ VIDEOS ══ */
.tfx-vl { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 16px; }
.tfx-vh { border-radius: var(--r); overflow: hidden; cursor: pointer;
  position: relative; aspect-ratio: 16/9; background: #000; }
.tfx-vh img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.tfx-vh:hover img { transform: scale(1.03); }
.tfx-vh-sh { position: absolute; inset: 0;
  background: linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 50%); }
.tfx-vplay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.tfx-vplay-btn { width: 56px; height: 56px; border-radius: 50%;
  background: rgba(0,255,136,.9); display: flex; align-items: center;
  justify-content: center; transition: all .25s; }
.tfx-vh:hover .tfx-vplay-btn { transform: scale(1.1); box-shadow: 0 0 0 12px rgba(0,255,136,.1); }
.tfx-ptri { width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #080b12; margin-left: 3px; }
.tfx-vh-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px; }
.tfx-vh-badge { font-family: var(--fm); font-size: .54rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: #fff;
  background: var(--red); padding: 2px 7px; border-radius: 2px;
  display: inline-block; margin-bottom: 7px; }
.tfx-vh-title { font-family: var(--fh); font-size: clamp(.88rem,1.6vw,1.2rem);
  font-weight: 800; color: #fff; line-height: 1.2; }
.tfx-vpl-list { display: flex; flex-direction: column; gap: 8px; }
.tfx-vpl { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 10px;
  background: var(--bg2); border: 1px solid var(--border); border-radius: 5px;
  padding: 8px; cursor: pointer; transition: all .2s; }
.tfx-vpl:hover { border-color: var(--bg-g); background: var(--bg3); }
.tfx-vpl-th { position: relative; border-radius: 3px; overflow: hidden; aspect-ratio: 16/9; background: #000; }
.tfx-vpl-th img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tfx-vpl-dur { position: absolute; bottom: 3px; right: 3px; background: rgba(0,0,0,.82);
  font-family: var(--fm); font-size: .5rem; color: #fff; padding: 1px 5px; border-radius: 2px; }
.tfx-vpl-cat { font-family: var(--fm); font-size: .52rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--green); }
.tfx-vpl-title { font-size: .73rem; font-weight: 500; color: var(--text);
  line-height: 1.28; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; }
.tfx-vpl:hover .tfx-vpl-title { color: var(--green); }
.tfx-vpl-meta { font-family: var(--fm); font-size: .52rem; color: var(--dim); margin-top: 2px; }

/* ══ FEATURED WIDE ══ */
.tfx-fw { background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden; display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.tfx-fw-vis { position: relative; overflow: hidden; min-height: 260px;
  background: linear-gradient(135deg,#060e20,#0a0518); }
.tfx-fw-vis img { width: 100%; height: 100%; object-fit: cover; opacity: .45;
  position: absolute; inset: 0; display: block; }
.tfx-fw-grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(56,189,248,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(56,189,248,.04) 1px,transparent 1px);
  background-size: 24px 24px; }
.tfx-fw-ico { position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; font-size: 4.5rem; opacity: .15; }
.tfx-fw-body { padding: 34px 30px; display: flex; flex-direction: column; justify-content: center; }
.tfx-fw-ey { font-family: var(--fm); font-size: .58rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); margin-bottom: 12px;
  display: flex; align-items: center; gap: 7px; }
.tfx-fw-ey::before { content: ''; width: 12px; height: 1px; background: var(--red); }
.tfx-fw-title { font-family: var(--fh) !important; font-size: clamp(1rem,1.8vw,1.5rem) !important;
  font-weight: 800 !important; color: #fff !important; line-height: 1.15 !important;
  margin-bottom: 12px; letter-spacing: -.02em; }
.tfx-fw-title a { color: #fff !important; }
.tfx-fw-title a:hover { color: var(--green) !important; }
.tfx-fw-text { font-size: .82rem; color: var(--dim2); line-height: 1.7; margin-bottom: 14px; }
.tfx-fw-src { font-family: var(--fm); font-size: .58rem; color: var(--dim); margin-bottom: 16px; }
.tfx-fw-src strong { color: var(--cyan); }
.tfx-fw-btn { font-family: var(--fm); font-size: .66rem; letter-spacing: .06em;
  color: var(--bg); background: var(--green); padding: 10px 20px; border-radius: 4px;
  display: inline-flex; align-items: center; align-self: flex-start;
  transition: background .18s; text-decoration: none !important; }
.tfx-fw-btn:hover { background: #00e87a; color: var(--bg) !important; }

/* ══ NEWSLETTER ══ */
.tfx-nl-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 48px; align-items: center; }
.tfx-nl-text h2 { font-family: var(--fh) !important; font-size: clamp(1.1rem,2vw,1.6rem) !important;
  font-weight: 800 !important; color: #fff !important; line-height: 1.15 !important;
  margin-bottom: 10px; letter-spacing: -.02em; }
.tfx-nl-text h2 em { font-style: normal; color: var(--green); }
.tfx-nl-text p { font-size: .82rem; color: var(--dim2); line-height: 1.7; }
.tfx-nl-form { display: flex; flex-direction: column; gap: 9px; }
.tfx-nl-in { background: var(--bg3) !important; border: 1px solid var(--border) !important;
  border-radius: 4px !important; color: var(--text) !important;
  padding: 10px 14px !important; font-family: var(--fb) !important;
  font-size: .84rem !important; outline: none !important; width: 100%; }
.tfx-nl-in:focus { border-color: var(--bg-g) !important; }
.tfx-nl-in::placeholder { color: var(--dim); }
.tfx-nl-btn { background: var(--green); color: var(--bg); border: none;
  padding: 11px 24px; border-radius: 4px; font-family: var(--fb);
  font-size: .84rem; font-weight: 600; cursor: pointer;
  transition: background .18s; align-self: flex-start; }
.tfx-nl-btn:hover { background: #00e87a; }
.tfx-nl-note { font-family: var(--fm); font-size: .6rem; color: var(--dim); }

/* ══ FOOTER ══ */
footer { background: #050709; border-top: 1px solid var(--border); padding: 44px 0 24px; }
.tf-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px; margin-bottom: 36px; }
.tf-footer-desc { font-size: .78rem; color: var(--dim2); line-height: 1.7;
  margin-top: 10px; max-width: 240px; }
.tf-footer-col h5 { font-family: var(--fm); font-size: .58rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--dim); margin-bottom: 13px; }
.tf-footer-col ul { list-style: none !important; padding: 0 !important;
  display: flex; flex-direction: column; gap: 8px; }
.tf-footer-col a { font-size: .78rem; color: var(--dim2); transition: color .18s; }
.tf-footer-col a:hover { color: var(--green); }
.tf-footer-bottom { display: flex; justify-content: space-between; align-items: center;
  padding-top: 20px; border-top: 1px solid var(--border);
  font-family: var(--fm); font-size: .6rem; color: var(--dim); flex-wrap: wrap; gap: 8px; }
.tf-footer-badge { color: var(--green); letter-spacing: .1em; }

/* ══ VIDEO MODAL ══ */
.tfx-modal { display: none; position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,.94); align-items: center; justify-content: center; }
.tfx-modal.on { display: flex; }
.tfx-modal-in { width: 90%; max-width: 880px; position: relative; }
.tfx-modal-x { position: absolute; top: -36px; right: 0; background: none; border: none;
  color: rgba(255,255,255,.6); font-family: var(--fm); font-size: .78rem;
  cursor: pointer; padding: 0; transition: color .18s; }
.tfx-modal-x:hover { color: #fff; }
.tfx-modal-v { aspect-ratio: 16/9; background: #000; border-radius: var(--r); overflow: hidden; }
.tfx-modal-v iframe { width: 100%; height: 100%; display: block; border: none; }

/* ══ SECTIONS ══ */
.tf-section, .tfx-s { padding: 52px 0; }
.tf-section-sm, .tfx-sm { padding: 38px 0; }

/* ══ BTN ══ */
.tf-btn { font-family: var(--fm); font-size: .7rem; color: var(--bg);
  background: var(--green); padding: 8px 16px; border-radius: 4px;
  transition: background .18s; }
.tf-btn:hover { background: #00e87a; }

/* ══ RESPONSIVE ══ */
@media(max-width:1100px){
  .tfx-hero { grid-template-columns: 1fr; }
  .tfx-hs { display: none; }
  .tfx-layout { grid-template-columns: 1fr; }
  .tfx-sidebar { position: static !important; }
  .tfx-pgrid, .tf-pgrid { grid-template-columns: repeat(2,1fr); }
  .tfx-vl { grid-template-columns: 1fr; }
  .tfx-vpl-list { display: none; }
  .tfx-fw { grid-template-columns: 1fr; }
  .tfx-fw-vis { min-height: 180px; }
  .tf-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .tf-cats-grid, .tfx-cats { grid-template-columns: repeat(3,1fr); }
}
@media(max-width:768px){
  .tfx-nl-inner { grid-template-columns: 1fr; gap: 24px; }
  .tf-section, .tfx-s { padding: 36px 0; }
  .tfx-hm { min-height: 360px; }
  .tfx-hm-body { padding: 24px; }
  .tfx-htitle { font-size: 1.5rem !important; }
}
@media(max-width:520px){
  .tfx-pgrid, .tf-pgrid { grid-template-columns: 1fr; }
  .tf-cats-grid, .tfx-cats { grid-template-columns: repeat(2,1fr); }
  .tf-footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ══ STICKY SIDEBAR DESKTOP ══ */
@media(min-width:1101px){
  .tfx-sidebar { position: sticky; top: 84px; }
}
/* Fix final overflow */
.tfx-hs { overflow: hidden; min-width: 0; max-width: 380px; }
.tfx-hsi-title { word-break: break-word; }
@media(max-width:1100px) { .tfx-hs { display: none !important; } }
/* Remove ticker duplicado do header */
.tf-ticker { display: none !important; }
.tf-ticker-wrap { display: none !important; }

/* Ticker do front-page ocupa espaço correto */
.tfx-ticker {
  display: flex !important;
  height: 28px !important;
  overflow: hidden !important;
}

/* Hero sem espaço extra */
.tfx-pt { padding-top: 56px !important; }
.tfx-hm { min-height: 400px !important; }