/* Template overrides */
.menuzord-brand img {
  max-height: 50px;
}

.menuzord-menu > li > a {
  border-radius: 0;
}

.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.page-numbers li {
  display: inline;
}

.page-numbers li a,
.page-numbers li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0a61ae;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.page-numbers .current {
  background: #0a61ae;
  color: #fff;
  border: 1px solid transparent;
  z-index: 3;
}

.footer_logo {
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    max-width: 100%;
  }
}

.tp-bgimg.defaultimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

#news .thumb {
  max-height: 225px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .logo-shiroi {
  max-width: 150px;
}

.footer-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.footer-author p {
  margin: 0;
}

.footer-author img {
  margin-left: 15px;
  max-width: 36px;
}

@media screen and (min-width: 768px) {
  .footer-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.modal-classes {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.modal-classes__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.modal-classes__box {
  background-color: #fff;
  height: calc(100% - 100px);
  left: 50%;
  overflow-y: auto;
  padding: 20px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .modal-classes__box {
    width: calc(100% - 60px);
  }
}

.modal-classes__box-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-classes__box-close {
  height: 40px;
  width: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  background-color: #ddd;
}

.modal-classes__box-content {
  padding-top: 40px;
}

.buttongalery{
	margin-top: 30px !important;
	text-align: center !important;
}

pre a {
	color: #498fcf !important;
}

a {
    color: #337ab7;
}

.size-large{
	width: 100% !important;
	height: auto !important;
}

.size-full{
	width: 100% !important;
	height: auto !important;
}

.bg-theme-colored{
	background-image: url("http://itkf.global/wp-content/uploads/2020/07/bg-call.jpg") !important;
}

#yikes-mailchimp-container-1 input{
	padding: 10px !important;
	margin-top: 5px !important;
}

.menuzord-responsive .menuzord-menu.scrollable {
  max-height: unset !important;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-bottom: 20px !important;}

.cn-button.bootstrap {
    color: #333 !important;
    background: #fff !important;
}

#cn-accept-cookie{
    color: #333 !important;
    background: #fff !important;	
}

#cn-refuse-cookie{
    color: #333 !important;
    background: #fff !important;		
}

#cn-more-info{
	color: #333 !important;
    background: #fff !important;	
}
/* ===== ITKF PREMIUM PATCH ===== */

body{background:linear-gradient(180deg,#071526,#0B2A4A)!important;color:#fff;}

.site-header{background:rgba(7,21,38,.98)!important;border-bottom:1px solid rgba(201,162,74,.4);}

h1,h2,h3{color:#fff!important;}

p{color:rgba(255,255,255,.75)!important;}

a:hover{color:#E6C875!important;}

.card,.post,.news-item{background:rgba(255,255,255,.05)!important;border:1px solid rgba(201,162,74,.2);}

button,.btn{background:linear-gradient(135deg,#C9A24A,#E6C875)!important;color:#071526!important;border-radius:999px;}

footer,.site-footer{background:#030914!important;}




/* =========================================================
   ITKF Premium Revised Patch v12.6.5
   Correção: blocos com texto branco em fundo branco,
   preservando estrutura original do tema.
   ========================================================= */

:root {
    --itkf-navy: #071526;
    --itkf-blue: #0B2A4A;
    --itkf-blue-title: #07599f;
    --itkf-gold: #C9A24A;
    --itkf-gold-soft: #E6C875;
    --itkf-cream: #f7f5ef;
    --itkf-dark-text: #263241;
    --itkf-muted-text: #3f4854;
}

/* Base geral: não força o site inteiro a ficar com texto branco */
body {
    background: var(--itkf-cream) !important;
    color: var(--itkf-dark-text) !important;
}

/* Header continua limpo e funcional */
.site-header,
.header,
.main-header,
#masthead {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(7,21,38,.10) !important;
    box-shadow: 0 8px 24px rgba(7,21,38,.08) !important;
}

.site-header a,
.header a,
.main-header a,
#masthead a,
.main-navigation a,
.nav-menu a {
    color: #1f2937 !important;
}

.site-header a:hover,
.header a:hover,
.main-header a:hover,
#masthead a:hover,
.main-navigation a:hover,
.nav-menu a:hover {
    color: var(--itkf-gold) !important;
}

/* Somente áreas realmente escuras recebem texto branco */
.hero,
.hero-section,
.itkf-hero,
.banner,
.banner-section,
.dark-section,
.section-dark,
.home-video,
.video-section,
.footer,
.site-footer {
    color: #ffffff !important;
}

.hero p,
.hero-section p,
.itkf-hero p,
.banner p,
.banner-section p,
.dark-section p,
.section-dark p,
.home-video p,
.video-section p,
.site-footer p {
    color: rgba(255,255,255,.82) !important;
}

.hero h1,
.hero h2,
.hero h3,
.hero-section h1,
.hero-section h2,
.hero-section h3,
.itkf-hero h1,
.itkf-hero h2,
.itkf-hero h3,
.banner h1,
.banner h2,
.banner h3,
.banner-section h1,
.banner-section h2,
.banner-section h3,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.section-dark h1,
.section-dark h2,
.section-dark h3 {
    color: #ffffff !important;
}

/* Seções claras: títulos azuis e textos escuros */
section,
.section,
.content-section,
.home-section,
.wp-block-group,
.entry-content,
.page-content {
    color: var(--itkf-dark-text) !important;
}

section p,
.section p,
.content-section p,
.home-section p,
.wp-block-group p,
.entry-content p,
.page-content p {
    color: var(--itkf-muted-text) !important;
}

section h1,
section h2,
section h3,
.section h1,
.section h2,
.section h3,
.content-section h1,
.content-section h2,
.content-section h3,
.home-section h1,
.home-section h2,
.home-section h3,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.page-content h1,
.page-content h2,
.page-content h3 {
    color: var(--itkf-blue-title) !important;
}

/* Blocos da home estilo imagem/texto */
.home-block,
.home-feature-block,
.itkf-home-block,
.feature-block,
.home-card-section,
.about-block,
.results-block,
.members-block {
    color: var(--itkf-dark-text) !important;
}

.home-block h1,
.home-block h2,
.home-block h3,
.home-feature-block h1,
.home-feature-block h2,
.home-feature-block h3,
.itkf-home-block h1,
.itkf-home-block h2,
.itkf-home-block h3,
.feature-block h1,
.feature-block h2,
.feature-block h3,
.about-block h1,
.about-block h2,
.about-block h3,
.results-block h1,
.results-block h2,
.results-block h3,
.members-block h1,
.members-block h2,
.members-block h3 {
    color: var(--itkf-blue-title) !important;
}

.home-block p,
.home-feature-block p,
.itkf-home-block p,
.feature-block p,
.about-block p,
.results-block p,
.members-block p {
    color: var(--itkf-muted-text) !important;
}

/* Quando o bloco estiver explicitamente em área escura */
.dark-section .home-block h1,
.dark-section .home-block h2,
.dark-section .home-block h3,
.section-dark .home-block h1,
.section-dark .home-block h2,
.section-dark .home-block h3,
.dark-section .home-feature-block h1,
.dark-section .home-feature-block h2,
.dark-section .home-feature-block h3,
.section-dark .home-feature-block h1,
.section-dark .home-feature-block h2,
.section-dark .home-feature-block h3 {
    color: #ffffff !important;
}

.dark-section .home-block p,
.section-dark .home-block p,
.dark-section .home-feature-block p,
.section-dark .home-feature-block p {
    color: rgba(255,255,255,.82) !important;
}

/* Cards claros continuam legíveis */
.card,
.post,
.news-item,
.event-item,
.itkf-card,
.member-card,
.wp-block-column,
.box,
.panel {
    background: #ffffff !important;
    color: var(--itkf-dark-text) !important;
    border: 1px solid rgba(7,21,38,.08) !important;
    border-radius: 14px;
}

.card h1,
.card h2,
.card h3,
.post h1,
.post h2,
.post h3,
.news-item h1,
.news-item h2,
.news-item h3,
.event-item h1,
.event-item h2,
.event-item h3,
.itkf-card h1,
.itkf-card h2,
.itkf-card h3,
.member-card h1,
.member-card h2,
.member-card h3,
.box h1,
.box h2,
.box h3,
.panel h1,
.panel h2,
.panel h3 {
    color: var(--itkf-blue-title) !important;
}

.card p,
.post p,
.news-item p,
.event-item p,
.itkf-card p,
.member-card p,
.box p,
.panel p {
    color: var(--itkf-muted-text) !important;
}

/* Botões dourados */
button,
.btn,
.button,
.wp-block-button__link,
a.btn,
input[type="submit"] {
    background: linear-gradient(135deg, var(--itkf-gold), var(--itkf-gold-soft)) !important;
    color: var(--itkf-navy) !important;
    border-radius: 999px !important;
    border: 0 !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 22px rgba(201,162,74,.22) !important;
}

button:hover,
.btn:hover,
.button:hover,
.wp-block-button__link:hover,
a.btn:hover,
input[type="submit"]:hover {
    color: var(--itkf-navy) !important;
    transform: translateY(-1px);
}

/* Links dentro de texto */
.entry-content a,
.page-content a,
section p a {
    color: #0a63ad !important;
}

.entry-content a:hover,
.page-content a:hover,
section p a:hover {
    color: var(--itkf-gold) !important;
}

/* Imagens dos blocos com leve tom premium, sem escurecer demais */
.home-block img,
.home-feature-block img,
.itkf-home-block img,
.feature-block img,
.card img,
.news-item img,
.event-item img {
    filter: grayscale(100%) contrast(1.05) brightness(.92);
}

.home-block img:hover,
.home-feature-block img:hover,
.itkf-home-block img:hover,
.feature-block img:hover,
.card img:hover,
.news-item img:hover,
.event-item img:hover {
    filter: grayscale(75%) contrast(1.08) brightness(.98);
}

/* Bloco superior azul escuro, quando existir */
.home-video,
.video-section,
.highlight-dark,
.itkf-dark-band {
    background: var(--itkf-navy) !important;
}

/* Footer premium */
footer,
.site-footer,
#colophon {
    background: #030914 !important;
    color: rgba(255,255,255,.82) !important;
    border-top: 1px solid rgba(201,162,74,.28) !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4 {
    color: #ffffff !important;
}

footer p,
.site-footer p,
#colophon p {
    color: rgba(255,255,255,.75) !important;
}

footer a,
.site-footer a,
#colophon a {
    color: rgba(255,255,255,.82) !important;
}

footer a:hover,
.site-footer a:hover,
#colophon a:hover {
    color: var(--itkf-gold-soft) !important;
}

/* Ajuste específico para o texto que ficou branco no print */
.home-section:not(.dark-section) h2,
.home-section:not(.section-dark) h2,
.home-section:not(.dark-section) p,
.home-section:not(.section-dark) p {
    color: inherit !important;
}

.home-section:not(.dark-section) h2,
.home-section:not(.section-dark) h2 {
    color: var(--itkf-blue-title) !important;
}

.home-section:not(.dark-section) p,
.home-section:not(.section-dark) p {
    color: var(--itkf-muted-text) !important;
}

/* Mobile */
@media (max-width: 768px) {
    .site-header,
    .header,
    .main-header,
    #masthead {
        background: #ffffff !important;
    }

    .main-navigation,
    .nav-menu,
    .menu {
        background: #ffffff;
    }

    .main-navigation a,
    .nav-menu a,
    .menu a {
        color: #1f2937 !important;
    }
}





/* =========================================================
   ITKF Premium Blue Background Patch v12.6.6
   Fundo com azul escuro + azul claro, mantendo contraste e legibilidade
   ========================================================= */

:root {
    --itkf-navy: #071526;
    --itkf-navy-2: #0B1F36;
    --itkf-blue: #0B2A4A;
    --itkf-blue-light: #0F5F9F;
    --itkf-blue-soft: #EAF3FB;
    --itkf-gold: #C9A24A;
    --itkf-gold-soft: #E6C875;
    --itkf-cream: #F7F5EF;
    --itkf-dark-text: #1f2937;
    --itkf-muted-text: #4b5563;
}

/* Fundo geral em degradê azul, sem deixar os cards ilegíveis */
body {
    background:
        radial-gradient(circle at 15% 10%, rgba(15, 95, 159, .35), transparent 32%),
        radial-gradient(circle at 85% 22%, rgba(201, 162, 74, .14), transparent 26%),
        linear-gradient(180deg, #071526 0%, #0B2A4A 42%, #0F5F9F 100%) !important;
    color: var(--itkf-dark-text) !important;
}

/* Cria uma base azul elegante para o conteúdo, mas preserva áreas claras */
.site,
.site-main,
#page,
main {
    background: transparent !important;
}

/* Header ainda limpo como no tema original */
.site-header,
.header,
.main-header,
#masthead {
    background: rgba(255,255,255,.96) !important;
    border-bottom: 1px solid rgba(7,21,38,.10) !important;
    box-shadow: 0 10px 28px rgba(7,21,38,.16) !important;
}

/* Seções principais da home alternando azul escuro e azul claro */
.home section,
.home .section,
.home .home-section,
.home .wp-block-group,
.home .content-section {
    position: relative;
}

/* Faixa azul escura */
.home section:nth-of-type(odd),
.home .home-section:nth-of-type(odd),
.home .wp-block-group:nth-of-type(odd) {
    background:
        radial-gradient(circle at 90% 10%, rgba(201,162,74,.12), transparent 28%),
        linear-gradient(135deg, #071526 0%, #0B2A4A 100%) !important;
}

/* Faixa azul mais clara/institucional */
.home section:nth-of-type(even),
.home .home-section:nth-of-type(even),
.home .wp-block-group:nth-of-type(even) {
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.10), transparent 30%),
        linear-gradient(135deg, #0B2A4A 0%, #0F5F9F 100%) !important;
}

/* Container interno em blocos claros quando necessário */
.home .section > .container,
.home .home-section > .container,
.home section > .container {
    position: relative;
    z-index: 2;
}

/* Textos em seções azuis */
.home section h1,
.home section h2,
.home section h3,
.home .section h1,
.home .section h2,
.home .section h3,
.home .home-section h1,
.home .home-section h2,
.home .home-section h3 {
    color: #ffffff !important;
}

.home section p,
.home .section p,
.home .home-section p {
    color: rgba(255,255,255,.82) !important;
}

/* Mantém cards brancos dentro do fundo azul */
.home .card,
.home .post,
.home .news-item,
.home .event-item,
.home .itkf-card,
.home .box,
.home .panel,
.home .wp-block-column {
    background: rgba(255,255,255,.96) !important;
    color: var(--itkf-dark-text) !important;
    border: 1px solid rgba(201,162,74,.24) !important;
    box-shadow: 0 18px 42px rgba(3,9,20,.22) !important;
}

/* Texto dentro de cards volta a ser escuro */
.home .card h1,
.home .card h2,
.home .card h3,
.home .post h1,
.home .post h2,
.home .post h3,
.home .news-item h1,
.home .news-item h2,
.home .news-item h3,
.home .event-item h1,
.home .event-item h2,
.home .event-item h3,
.home .itkf-card h1,
.home .itkf-card h2,
.home .itkf-card h3,
.home .box h1,
.home .box h2,
.home .box h3,
.home .panel h1,
.home .panel h2,
.home .panel h3,
.home .wp-block-column h1,
.home .wp-block-column h2,
.home .wp-block-column h3 {
    color: #07599f !important;
}

.home .card p,
.home .post p,
.home .news-item p,
.home .event-item p,
.home .itkf-card p,
.home .box p,
.home .panel p,
.home .wp-block-column p {
    color: var(--itkf-muted-text) !important;
}

/* Blocos imagem/texto da home: fundo vidro sobre azul */
.home-block,
.home-feature-block,
.itkf-home-block,
.feature-block,
.about-block,
.results-block,
.members-block {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(201,162,74,.18) !important;
    border-radius: 22px !important;
    padding: 32px !important;
    box-shadow: 0 22px 50px rgba(3,9,20,.22) !important;
    backdrop-filter: blur(8px);
}

/* Se o bloco tiver coluna textual clara, forçar bom contraste */
.home-block h1,
.home-block h2,
.home-block h3,
.home-feature-block h1,
.home-feature-block h2,
.home-feature-block h3,
.itkf-home-block h1,
.itkf-home-block h2,
.itkf-home-block h3,
.feature-block h1,
.feature-block h2,
.feature-block h3,
.about-block h1,
.about-block h2,
.about-block h3,
.results-block h1,
.results-block h2,
.results-block h3,
.members-block h1,
.members-block h2,
.members-block h3 {
    color: #ffffff !important;
}

.home-block p,
.home-feature-block p,
.itkf-home-block p,
.feature-block p,
.about-block p,
.results-block p,
.members-block p {
    color: rgba(255,255,255,.82) !important;
}

/* Quando a própria coluna/bloco interno for branco, corrige legibilidade */
.home-block .card h1,
.home-block .card h2,
.home-block .card h3,
.home-feature-block .card h1,
.home-feature-block .card h2,
.home-feature-block .card h3,
.feature-block .card h1,
.feature-block .card h2,
.feature-block .card h3 {
    color: #07599f !important;
}

.home-block .card p,
.home-feature-block .card p,
.feature-block .card p {
    color: var(--itkf-muted-text) !important;
}

/* Detalhes dourados nos títulos */
.home section h2::after,
.home .home-section h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--itkf-gold), var(--itkf-gold-soft));
    margin-top: 12px;
}

/* Centralizados não devem herdar underline desalinhado */
.home .section-head h2::after,
.home .text-center h2::after {
    margin-left: auto;
    margin-right: auto;
}

/* Botões dourados com mais contraste */
button,
.btn,
.button,
.wp-block-button__link,
a.btn,
input[type="submit"] {
    background: linear-gradient(135deg, var(--itkf-gold), var(--itkf-gold-soft)) !important;
    color: #071526 !important;
    border-radius: 999px !important;
    border: 0 !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 28px rgba(201,162,74,.30) !important;
}

/* Hero/banner mais dramático */
.hero,
.hero-section,
.itkf-hero,
.banner,
.banner-section {
    background: #071526 !important;
}

.hero::after,
.banner::after,
.hero-overlay {
    background:
        linear-gradient(120deg, rgba(7,21,38,.94), rgba(11,42,74,.56), rgba(15,95,159,.25)) !important;
}

/* Imagens em blocos ganham tom cinematográfico */
.home-block img,
.home-feature-block img,
.itkf-home-block img,
.feature-block img {
    filter: grayscale(100%) contrast(1.08) brightness(.86) !important;
    border-radius: 14px;
}

.home-block img:hover,
.home-feature-block img:hover,
.itkf-home-block img:hover,
.feature-block img:hover {
    filter: grayscale(70%) contrast(1.1) brightness(.96) !important;
}

/* Footer combina com a nova base */
footer,
.site-footer,
#colophon {
    background:
        radial-gradient(circle at 80% 20%, rgba(201,162,74,.14), transparent 32%),
        linear-gradient(135deg, #030914 0%, #071526 55%, #0B2A4A 100%) !important;
}

/* Páginas internas: manter leitura em fundo claro */
body:not(.home) .entry-content,
body:not(.home) .page-content,
body:not(.home) main,
body:not(.home) #primary {
    color: var(--itkf-dark-text) !important;
}

body:not(.home) .entry-content p,
body:not(.home) .page-content p {
    color: var(--itkf-muted-text) !important;
}

body:not(.home) .entry-content h1,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .page-content h1,
body:not(.home) .page-content h2,
body:not(.home) .page-content h3 {
    color: #07599f !important;
}

/* Mobile */
@media (max-width: 768px) {
    .home-block,
    .home-feature-block,
    .itkf-home-block,
    .feature-block {
        padding: 22px !important;
    }

    .home section:nth-of-type(odd),
    .home section:nth-of-type(even),
    .home .home-section:nth-of-type(odd),
    .home .home-section:nth-of-type(even) {
        background: linear-gradient(135deg, #071526, #0B2A4A) !important;
    }
}





/* =========================================================
   ITKF LEVEL FINAL PATCH v12.6.7
   Stats + Footer premium, glow, icons, global institutional feel
   ========================================================= */

:root {
    --itkf-navy: #071526;
    --itkf-navy-deep: #030914;
    --itkf-blue: #0B2A4A;
    --itkf-blue-light: #0F5F9F;
    --itkf-gold: #C9A24A;
    --itkf-gold-soft: #E6C875;
}

/* ---------------------------------------------------------
   STATS PREMIUM FINAL
--------------------------------------------------------- */

.stats-section,
.itkf-stats,
.section-stats,
.home .stats-section,
.home .itkf-stats,
.home .section-stats {
    position: relative !important;
    overflow: hidden !important;
    padding: 78px 0 !important;
    background:
        radial-gradient(circle at 16% 18%, rgba(201,162,74,.22), transparent 28%),
        radial-gradient(circle at 82% 74%, rgba(15,95,159,.34), transparent 34%),
        linear-gradient(135deg, #030914 0%, #071526 42%, #0B2A4A 100%) !important;
    border-top: 1px solid rgba(201,162,74,.20) !important;
    border-bottom: 1px solid rgba(201,162,74,.20) !important;
}

/* Linhas tecnológicas no fundo */
.stats-section::before,
.itkf-stats::before,
.section-stats::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    opacity: .28 !important;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 56px 56px !important;
    mask-image: radial-gradient(circle at center, black 0%, transparent 74%);
}

/* Glow dourado central */
.stats-section::after,
.itkf-stats::after,
.section-stats::after {
    content: "" !important;
    position: absolute !important;
    width: 420px !important;
    height: 420px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none !important;
    background: radial-gradient(circle, rgba(201,162,74,.18), transparent 68%) !important;
    filter: blur(8px) !important;
}

.stats-grid,
.stats-wrapper,
.itkf-stats-grid {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 22px !important;
}

/* Cards stats */
.stat,
.stat-card,
.stats-item,
.itkf-stat {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)) !important;
    border: 1px solid rgba(201,162,74,.30) !important;
    border-radius: 22px !important;
    padding: 32px 20px 28px !important;
    text-align: center !important;
    backdrop-filter: blur(9px) !important;
    box-shadow:
        0 22px 50px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.08) !important;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

/* Ícone abstrato no card */
.stat::before,
.stat-card::before,
.stats-item::before,
.itkf-stat::before {
    content: "✦" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 14px !important;
    border-radius: 999px !important;
    color: var(--itkf-gold-soft) !important;
    background: rgba(201,162,74,.10) !important;
    border: 1px solid rgba(201,162,74,.26) !important;
    box-shadow: 0 0 28px rgba(201,162,74,.18) !important;
}

/* Borda luminosa lateral */
.stat::after,
.stat-card::after,
.stats-item::after,
.itkf-stat::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(135deg, rgba(201,162,74,.20), transparent 38%, rgba(15,95,159,.10)) !important;
    opacity: .65 !important;
}

.stat:hover,
.stat-card:hover,
.stats-item:hover,
.itkf-stat:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(230,200,117,.58) !important;
    box-shadow:
        0 26px 60px rgba(0,0,0,.36),
        0 0 34px rgba(201,162,74,.12) !important;
}

.stat strong,
.stat-card strong,
.stats-item strong,
.itkf-stat strong,
.stat .number,
.stat-card .number,
.stats-item .number {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 48px) !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
    font-weight: 900 !important;
    letter-spacing: -.03em !important;
    text-shadow: 0 0 20px rgba(201,162,74,.18) !important;
}

.stat span,
.stat-card span,
.stats-item span,
.itkf-stat span,
.stat .label,
.stat-card .label,
.stats-item .label {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 12px !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}

/* ---------------------------------------------------------
   FOOTER PREMIUM FINAL
--------------------------------------------------------- */

.site-footer,
footer,
#colophon {
    position: relative !important;
    overflow: hidden !important;
    padding: 68px 0 28px !important;
    background:
        radial-gradient(circle at 84% 18%, rgba(201,162,74,.18), transparent 30%),
        radial-gradient(circle at 12% 82%, rgba(15,95,159,.28), transparent 32%),
        linear-gradient(135deg, #030914 0%, #071526 48%, #0B2A4A 100%) !important;
    color: rgba(255,255,255,.80) !important;
    border-top: 1px solid rgba(201,162,74,.38) !important;
}

/* Linha dourada superior */
.site-footer::before,
footer::before,
#colophon::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(340px, 60vw) !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, var(--itkf-gold), var(--itkf-gold-soft), transparent) !important;
    box-shadow: 0 0 24px rgba(201,162,74,.40) !important;
}

/* Mapa/tech pattern sutil no footer */
.site-footer::after,
footer::after,
#colophon::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    opacity: .18 !important;
    background:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        radial-gradient(circle at 70% 40%, rgba(201,162,74,.20), transparent 24%) !important;
    background-size: 64px 64px, 64px 64px, auto !important;
    mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 100%) !important;
}

.footer-grid,
.site-footer .container,
footer .container,
#colophon .container {
    position: relative !important;
    z-index: 2 !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: 1.45fr 1fr 1fr 1.25fr !important;
    gap: 38px !important;
}

/* Logo no footer */
.footer-logo,
.site-footer img.custom-logo,
footer img.custom-logo {
    max-height: 70px !important;
    width: auto !important;
    margin-bottom: 18px !important;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.22)) !important;
}

/* Headings */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
footer h1,
footer h2,
footer h3,
footer h4,
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4 {
    color: #ffffff !important;
    margin: 0 0 16px !important;
    font-weight: 900 !important;
    letter-spacing: -.02em !important;
}

/* Dourado em títulos menores do footer */
.site-footer h4::after,
footer h4::after,
#colophon h4::after {
    content: "" !important;
    display: block !important;
    width: 38px !important;
    height: 3px !important;
    margin-top: 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--itkf-gold), transparent) !important;
}

.site-footer p,
footer p,
#colophon p {
    color: rgba(255,255,255,.75) !important;
    line-height: 1.75 !important;
}

.site-footer a,
footer a,
#colophon a {
    color: rgba(255,255,255,.82) !important;
    transition: color .2s ease, transform .2s ease !important;
}

.site-footer a:hover,
footer a:hover,
#colophon a:hover {
    color: var(--itkf-gold-soft) !important;
}

/* Listas do footer */
.footer-links,
.site-footer ul,
footer ul,
#colophon ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer-links li,
.site-footer li,
footer li,
#colophon li {
    margin-bottom: 9px !important;
}

.footer-links a,
.site-footer li a,
footer li a,
#colophon li a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer-links a::before,
.site-footer li a::before,
footer li a::before,
#colophon li a::before {
    content: "›" !important;
    color: var(--itkf-gold) !important;
    font-weight: 900 !important;
}

/* Sponsors no footer */
.footer-sponsors {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.footer-sponsors img,
.site-footer .sponsor img,
.site-footer .sponsors img,
footer .sponsor img,
footer .sponsors img {
    height: 46px !important;
    width: auto !important;
    object-fit: contain !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(201,162,74,.16) !important;
    border-radius: 10px !important;
    padding: 7px !important;
    transition: transform .22s ease, background .22s ease, border-color .22s ease !important;
}

.footer-sponsors img:hover,
.site-footer .sponsor img:hover,
.site-footer .sponsors img:hover {
    transform: translateY(-2px) !important;
    background: rgba(255,255,255,.12) !important;
    border-color: rgba(201,162,74,.35) !important;
}

/* Subscribe */
.footer-subscribe {
    margin-top: 24px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.055) !important;
    border: 1px solid rgba(201,162,74,.16) !important;
}

.footer-subscribe p {
    font-size: 14px !important;
}

.footer-subscribe form {
    display: flex !important;
    gap: 8px !important;
}

.footer-subscribe input,
.site-footer input[type="email"],
footer input[type="email"] {
    min-width: 0 !important;
    flex: 1 !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    padding: 0 14px !important;
}

.footer-subscribe input::placeholder,
.site-footer input[type="email"]::placeholder,
footer input[type="email"]::placeholder {
    color: rgba(255,255,255,.55) !important;
}

.footer-subscribe button,
.site-footer input[type="submit"],
footer input[type="submit"] {
    height: 42px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg, var(--itkf-gold), var(--itkf-gold-soft)) !important;
    color: var(--itkf-navy) !important;
    font-weight: 900 !important;
    padding: 0 16px !important;
    box-shadow: 0 12px 24px rgba(201,162,74,.26) !important;
}

/* Footer bottom */
.footer-bottom,
.site-info,
.copyright {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 34px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    text-align: center !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 14px !important;
}

/* ---------------------------------------------------------
   EXTRA: destaque dourado em blocos de CTA
--------------------------------------------------------- */

.cta,
.call-to-action,
.home-cta {
    background:
        radial-gradient(circle at 80% 20%, rgba(201,162,74,.18), transparent 30%),
        linear-gradient(135deg, #071526, #0B2A4A) !important;
    border: 1px solid rgba(201,162,74,.24) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 60px rgba(3,9,20,.26) !important;
}

/* ---------------------------------------------------------
   RESPONSIVO
--------------------------------------------------------- */

@media (max-width: 991px) {
    .stats-grid,
    .stats-wrapper,
    .itkf-stats-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }
}

@media (max-width: 768px) {
    .stats-section,
    .itkf-stats,
    .section-stats {
        padding: 54px 0 !important;
    }

    .stats-grid,
    .stats-wrapper,
    .itkf-stats-grid,
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-subscribe form {
        display: block !important;
    }

    .footer-subscribe input,
    .footer-subscribe button,
    .site-footer input[type="email"],
    .site-footer input[type="submit"],
    footer input[type="email"],
    footer input[type="submit"] {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
}

