/* ============================================================================
   global.css - CSS global do site (variáveis, base, home, footer, seções
   comuns, páginas internas e design system). O CSS do CABEÇALHO ficou em
   header.css (fonte única).
   ============================================================================ */
  :root{
    --azul-profundo: #0A1E3F;
    --azul: #0A1E3F;
    --azul-royal: #1B3F7A;
    --vermelho: #7b0000;
    --vermelho-escuro: #7b0000;
    --vermelho-claro: #C41230;
    --branco: #FFFFFF;
    --gelo: #F3F5F8;
    --cinza-texto: #5B6472;
    --linha: #E2E6EC;
    --azul-marinho: #0A1E3F;
    --vermelho-marinheiro: #7b0000;
    --azul-suave: #153A69;
    --dourado: #d8c27a;
    --cinza-fundo: #F3F5F8;
    --cinza-card-jogo: #f9f9f9;
    --cinza-borda: #e0e0e0;
    --texto: rgba(255,255,255,0.92);
    --texto-suave: rgba(255,255,255,0.82);
    --texto-fraco: rgba(255,255,255,0.62);
    --borda: rgba(255,255,255,0.10);
    --borda-forte: rgba(255,255,255,0.16);
  }

  /* ===== BASE (fonts e estrutura) ===== */
        body {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
    line-height: 1.7;

            margin: 0;
            position: relative;
            background-color: var(--cinza-fundo);
            color: var(--cinza-texto);
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            color: var(--azul-marinho);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

  /* ===== HOME ===== */
  *{box-sizing:border-box; margin:0; padding:0;}
  body{
    font-family:'Inter', sans-serif;
    background:var(--gelo);
    color:#182236;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,.display{
    font-family:'Oswald', sans-serif;
    letter-spacing:0.01em;
  }

  .app{
    display:flex;
    flex-direction:column;
    min-height:100vh;
  }
  /* TOP ROW: hero + next match */
  .top-row{
    display:grid;
    grid-template-columns: 1fr 340px;
    min-height:82vh;
  }

  .hero{
    position:relative;
    overflow:hidden;
    background:
      linear-gradient(100deg,
        rgba(10,30,63,0.55) 0%,
        rgba(10,30,63,0.15) 45%,
        rgba(196,18,48,0.35) 100%),
      repeating-linear-gradient(
        128deg,
        var(--azul-royal) 0px, var(--azul-royal) 46px,
        var(--vermelho-escuro) 46px, var(--vermelho-escuro) 92px
      );
  }
  .hero::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(6,14,30,0.92) 0%, rgba(6,14,30,0.55) 32%, rgba(6,14,30,0) 62%);
  }
  .hero-text{
    position:absolute; left:40px; right:36%; bottom:0; z-index:3;
    color:var(--branco);
    padding-bottom:34px;
    padding-left:20px;
  }
  .hero-text h1{
    font-size:clamp(34px, 4.6vw, 54px);
    font-weight:700;
    line-height:1.0;
    text-transform:uppercase;
    margin-bottom:12px;
  }
  .hero-text p{
    font-family:'Inter', sans-serif;
    font-size:15px;
    color:rgba(255,255,255,0.85);
    display:flex;
    align-items:center;
    gap:8px;
  }
  .hero-dots{
    position:absolute; bottom:20px; right:28px; z-index:3;
    display:flex; gap:6px;
  }
  .hero-dots span{
    width:6px; height:6px; border-radius:50%;
    background:rgba(255,255,255,0.4);
  }
  .hero-dots span.on{ background:var(--branco); }

  /* NEXT MATCH PANEL */
  .next-match{
    background:var(--azul-profundo);
    color:var(--branco);
    display:flex;
    flex-direction:column;
  }
  .next-match-head{
    text-align:center;
    padding:16px 0 12px;
    font-family:'Oswald', sans-serif;
    font-size:14px;
    letter-spacing:3px;
    font-weight:600;
  }
  .next-match-head b{ color:var(--branco); font-weight:600; }
  .next-match-card{
    flex:1;
    display:flex;
    flex-direction:column;
    margin:10px 24px 14px;
    padding:16px 20px 6px;
    text-align:center;
  }
  .comp-tag{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    font-family:'Oswald', sans-serif;
    font-size:12px;
    letter-spacing:0.16em;
    color:rgba(255,255,255,0.85);
    margin:14px 0 18px;
  }
  .comp-tag .comp-logo{
    width:72px; height:72px;
    object-fit:contain;
    filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  }
  .versus{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:10px;
    margin-bottom:16px;
  }
  .versus .team{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    width:104px;
  }
  .versus .badge{
    width:64px; height:64px;
    display:flex; align-items:center; justify-content:center;
  }
  .versus .badge img{
    width:64px; height:64px;
    object-fit:contain;
  }
  .versus .team-name{
    font-family:'Oswald', sans-serif;
    font-size:13px;
    font-weight:500;
    color:rgba(255,255,255,0.85);
    letter-spacing:0.02em;
    line-height:1.15;
    min-height:26px;
    text-transform:uppercase;
  }
  .versus .vs{
    display:flex;
    align-items:center;
    justify-content:center;
    align-self:center;
    height:68px;
    width:30px;
    color:#F0C05A;
  }
  .versus .vs svg{
    width:26px; height:26px;
    display:block;
    filter:drop-shadow(0 1px 3px rgba(0,0,0,0.35));
  }
  .versus .vs-r{ font-weight:600; color:var(--branco); }
  .match-date{
    font-family:'Oswald', sans-serif;
    font-size:20px;
    font-weight:600;
    letter-spacing:0.03em;
    margin-bottom:6px;
  }
  .match-date .sep{
    color:rgba(255,255,255,0.45);
    margin:0 6px;
  }
  .match-venue{
    font-family:'Inter', sans-serif;
    font-size:12.5px;
    color:rgba(255,255,255,0.6);
    letter-spacing:0.02em;
    margin-bottom:10px;
  }
  .match-access{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-family:'Inter', sans-serif;
    font-size:13px;
    color:rgba(255,255,255,0.65);
    margin-bottom:18px;
  }
  .match-access a{
    color:var(--vermelho);
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid rgba(196,18,48,0.4);
  }
  .match-access a:hover{ color:var(--branco); border-bottom-color:rgba(255,255,255,0.4); }
  .match-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:var(--vermelho-claro);
    border:1px solid var(--vermelho-claro);
    color:var(--branco);
    font-family:'Oswald', sans-serif;
    font-size:14px;
    letter-spacing:0.1em;
    text-transform:uppercase;
    font-weight:600;
    padding:12px 32px;
    border-radius:4px;
    text-decoration:none;
    margin-top:auto;
    margin-bottom:8px;
  }
  .match-next{
    display:flex;
    flex-direction:column;
  }
  .match-classi{
    margin-top:auto;
    padding-top:0;
    padding-bottom:8px;
  }
  .classi-title{
    font-family:'Oswald', sans-serif;
    font-size:14px;
    letter-spacing:3px;
    font-weight:600;
    color:var(--branco);
    text-transform:uppercase;
    text-align:center;
    padding:16px 0;
    margin:0;
  }
  .classi-upd{
    font-family:'Inter', sans-serif;
    font-size:9px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.32);
    text-align:center;
    margin-top:-6px;
    margin-bottom:-2px;
  }
  .classi-head,
  .classi-row{
    display:grid;
    grid-template-columns:32px 1fr 30px 40px;
    align-items:center;
    padding:6px 8px;
  }
  .classi-head{
    font-family:'Inter', sans-serif;
    font-size:10px;
    letter-spacing:0.09em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.45);
    border-bottom:1px solid rgba(255,255,255,0.14);
  }
  .classi-head span{ text-align:left; }
  .classi-head span:nth-child(n+3){ text-align:center; }
  .classi-row{
    font-family:'Inter', sans-serif;
    font-size:12.5px;
    color:rgba(255,255,255,0.88);
  }
  .classi-row .cl-pos{
    font-family:'Oswald', sans-serif;
    font-size:13px;
    color:rgba(255,255,255,0.55);
  }
  .classi-row .cl-time{
    display:flex;
    align-items:center;
    gap:7px;
    text-align:left;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:0.03em;
    min-width:0;
  }
  .classi-row .cl-nome{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .classi-row .cl-esc{
    width:22px;
    height:22px;
    object-fit:contain;
    flex:0 0 auto;
  }
  .classi-row .cl-p{
    font-weight:700;
    font-size:13.5px;
    color:var(--branco);
    text-align:center;
  }
  .classi-row .cl-sg{
    font-size:12.5px;
    text-align:center;
    color:rgba(255,255,255,0.7);
  }
  .classi-row:hover{
    background:rgba(255,255,255,0.05);
    border-radius:4px;
  }
  .classi-row.linha-md{
    background:rgba(196,18,48,0.18);
    border-radius:4px;
    box-shadow:inset 0 0 0 1px rgba(196,18,48,0.35);
  }
  .classi-row.linha-md:hover{
    background:rgba(196,18,48,0.26);
  }
  .classi-lista .classi-extra{ display:none; }
  .classi-ver-tudo{
    display:block;
    text-align:right;
    margin-top:14px;
    font-family:'Oswald', sans-serif;
    font-size:11px;
    font-weight:600;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--branco);
    text-decoration:none;
    transition:color .15s ease;
  }
  .classi-ver-tudo:hover{ color:var(--vermelho); }
  .classi-ver-tudo::after{ content:"  →"; }

  .classi-modal{
    position:fixed;
    inset:0;
    z-index:2000;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
  }
  .classi-modal.aberto{ display:flex; }
  .classi-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(6,14,30,0.88);
  }
  .classi-modal-card{
    position:relative;
    width:min(440px, 94vw);
    max-height:88vh;
    overflow:auto;
    background:var(--azul-profundo);
    border:1px solid rgba(255,255,255,0.14);
    border-radius:8px;
    padding:26px 22px 18px;
  }
  .classi-modal-card .classi-title{ margin-bottom:10px; }
  .classi-modal-close{
    position:absolute;
    top:10px;
    right:14px;
    background:none;
    border:none;
    color:rgba(255,255,255,0.7);
    font-size:28px;
    line-height:1;
    cursor:pointer;
    padding:0;
  }
  .classi-modal-close:hover{ color:var(--branco); }
  .classi-modal-card .classi-extra{ display:grid; }

  /* COUNTDOWN */
  .countdown-wrap{
    padding:0;
    text-align:center;
    margin:0 0 20px;
  }
  .countdown-label{
    font-family:'Oswald', sans-serif;
    font-size:12px;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.55);
    margin:0 0 12px;
  }
  .countdown{
    display:flex;
    justify-content:center;
    gap:8px;
  }
  .cd-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:60px;
    padding:13px 5px 10px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:5px;
  }
  .cd-item span{
    font-family:'Oswald', sans-serif;
    font-size:24px;
    font-weight:600;
    color:var(--branco);
    line-height:1;
  }
  .cd-item label{
    font-family:'Inter', sans-serif;
    font-size:10px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.5);
    margin-top:4px;
  }

  

  /* STRIPE DIVIDER — reference to the shirt's diagonal weave */
  .stripe-divider{
    height:10px;
    background:repeating-linear-gradient(
      128deg,
      var(--vermelho) 0px, var(--vermelho) 26px,
      var(--azul-royal) 26px, var(--azul-royal) 52px
    );
  }
  .stripe-divider.red{
    background:var(--vermelho);
  }

  /* STATS STRIP */
  .stats-strip{
    background:var(--vermelho);
    display:grid;
    grid-template-columns:repeat(3, 1fr);
  }
  .stat{
    padding:18px 32px;
    border-right:1px solid rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
  }
  .stat:last-child{ border-right:none; }
  .trophy-icon{
    width:34px; height:48px;
    flex-shrink:0;
  }
  .stat-title{
    font-family:'Oswald', sans-serif;
    font-size:16px;
    font-weight:600;
    color:var(--branco);
    line-height:1.2;
    text-transform:uppercase;
  }
  .stat-year{
    font-family:'Inter', sans-serif;
    font-size:13px;
    color:rgba(255,255,255,0.6);
    margin-top:2px;
  }

  /* LATEST NEWS */
  .news-section{
    position:relative;
    padding:40px 40px 36px;
    background:var(--azul-profundo);
  }
  .news-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:28px;
  }
  .news-head h2{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:32px;
    text-transform:uppercase;
    letter-spacing:0.01em;
    color:var(--branco);
  }
  .news-head h2 span{ color:#C41230; }
  .news-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }
  .news-card{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    aspect-ratio:4/3;
    border-radius:6px;
    overflow:hidden;
    background-position:center;
    background-size:cover;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .news-card::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(6,14,30,0.92) 0%, rgba(6,14,30,0.45) 45%, rgba(6,14,30,0) 70%);
  }
  .news-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(10,30,63,0.25);
  }
  .news-body{
    position:relative;
    z-index:1;
    padding:18px 20px 22px;
    display:flex;
    flex-direction:column;
    gap:8px;
  }
  .news-body h3{
    font-family:'Oswald', sans-serif;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.2;
    color:var(--branco);
  }
  .btn-more-news{
    position:absolute;
    top:36px;
    right:40px;
    margin:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--vermelho-claro);
    color:var(--branco);
    font-family:'Oswald', sans-serif;
    font-size:12.5px;
    font-weight:600;
    letter-spacing:0.12em;
    text-transform:uppercase;
    text-decoration:none;
    padding:11px 26px;
    border-radius:4px;
    transition:background .15s ease;
    white-space:nowrap;
  }
  .btn-more-news:hover{
    background:var(--branco);
    color:var(--vermelho);
  }

  /* LIVE SECTION */
  .live-section{
    padding:40px 40px 60px;
    background:var(--azul-profundo);
  }
  .live-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:28px;
  }
  .live-head h2{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:32px;
    text-transform:uppercase;
    letter-spacing:0.01em;
    color:var(--branco);
  }
  .tv-logo{
    height:38px;
    width:auto;
    object-fit:contain;
    flex-shrink:0;
  }
  .live-head h2 span{ color:var(--vermelho); }

  .cards{
    display:grid;
    grid-template-columns: 1.4fr 1fr;
    gap:20px;
    align-items:stretch;
  }
  .card{
    border-radius:6px;
    overflow:hidden;
    background:var(--branco);
    box-shadow:0 1px 3px rgba(10,30,63,0.08);
  }
  .card.video{
    display:flex;
    flex-direction:column;
    background:var(--branco);
    height:100%;
  }
  .video-embed{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    background:#000;
  }
  .video-embed iframe{
    position:absolute; inset:0;
    width:100%; height:100%;
    border:0;
  }

  .video-info{ padding:16px 20px 20px; }
  .video-info h3{
    font-size:17px;
    text-transform:uppercase;
    line-height:1.25;
    margin-bottom:4px;
    color:var(--azul-profundo);
  }
  .video-info p{
    color:var(--azul-profundo);
    opacity:0.7;
    font-size:12.5px;
    text-transform:uppercase;
    letter-spacing:0.04em;
  }

  .video-list{
    background:var(--branco);
    border-radius:6px;
    box-shadow:0 1px 3px rgba(10,30,63,0.08);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    height:100%;
  }
  .video-item{
    display:flex;
    gap:14px;
    align-items:center;
    padding:14px 18px;
    text-decoration:none;
    border-bottom:1px solid var(--linha);
    flex:1;
    min-height:86px;
  }
  .video-item:hover{ background:var(--gelo); }
  .video-item.active{
    background:var(--gelo);
    border-left:3px solid var(--vermelho);
  }
  .video-thumb{
    position:relative;
    width:112px;
    height:100%;
    min-height:62px;
    flex-shrink:0;
    border-radius:4px;
    background:repeating-linear-gradient(128deg, var(--azul-royal) 0 12px, var(--vermelho-escuro) 12px 24px);
    background-size:cover;
    background-position:center;
    display:flex; align-items:center; justify-content:center;
  }
  .video-thumb::after{
    content:"";
    position:absolute; inset:0;
    border-radius:4px;
    box-shadow:inset 0 0 0 1px rgba(10,30,63,0.12);
  }
  .mini-play{
    width:26px; height:26px;
    border-radius:50%;
    background:rgba(0,0,0,0.45);
    display:flex; align-items:center; justify-content:center;
    z-index:1;
  }
  .video-item-text h4{
    font-family:'Oswald', sans-serif;
    font-size:14.5px;
    font-weight:500;
    color:var(--azul-profundo);
    line-height:1.25;
    margin-bottom:3px;
    text-transform:uppercase;
  }
  .video-item-text p{
    color:var(--azul-profundo);
    opacity:0.7;
    font-size:12.5px;
    text-transform:uppercase;
    letter-spacing:0.04em;
  }
  .channel-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--vermelho-claro);
    color:var(--gelo);
    font-family:'Oswald', sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:0.12em;
    text-transform:uppercase;
    text-decoration:none;
    margin:14px 18px 18px;
    padding:14px 20px;
    border-radius:4px;
    transition:background .15s ease, color .15s ease;
  }
  .channel-cta:hover{
    background:var(--vermelho-escuro);
    color:var(--branco);
  }

  /* FEATURE CARDS */
  /* ESTÁDIO E SALA DE TROFÉUS — banners iguais ao index atual */
  .home-banners{
    background:var(--vermelho);
    padding:34px 0 38px;
    font-family:'Oswald', sans-serif;
  }
  .home-banners .container{
    max-width:1140px;
    margin:0 auto;
    padding:0 16px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    gap:28px;
  }
  .home-banner-link{
    text-decoration:none;
    display:block;
    position:relative;
    width:100%;
    height:450px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.5);
    transition:transform 0.3s ease;
  }
  .home-banner-link.banner-trofeus{
    height:450px;
  }
  .home-banner-link:hover{ transform:translateY(-5px); }
  .home-banner-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:brightness(0.7);
    transition:filter 0.5s ease, transform 0.5s ease;
  }
  .home-banner-link:hover .home-banner-img{
    filter:brightness(0.9);
    transform:scale(1.03);
  }
  .home-banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:20px;
    box-sizing:border-box;
  }
  .home-banner-overlay h2{
    color:#fff;
    margin:0;
    text-transform:uppercase;
    text-shadow:2px 2px 15px rgba(0,0,0,0.8);
  }
  .home-banner-overlay .titulo-principal{
    font-size:64px;
    line-height:1;
    font-weight:700;
    margin-bottom:25px;
    display:block;
  }
  .home-banner-btn{
    background:#c8102e;
    color:#fff;
    padding:15px 35px;
    border-radius:4px;
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:0.05em;
    box-shadow:0 5px 15px rgba(200,16,46,0.4);
    transition:background-color 0.3s ease, color 0.3s ease;
  }
  .home-banner-link:hover .home-banner-btn{ background:#0406a5; color:#f6f5f9; }
  .home-banner-link.banner-trofeus .home-banner-img{ filter:brightness(0.6); }
  .home-banner-link.banner-trofeus:hover .home-banner-img{ filter:brightness(0.8); }
  .home-banner-link.banner-trofeus .home-banner-overlay h2{ text-shadow:2px 2px 15px rgba(0,0,0,0.9); }
  .home-banner-link.banner-trofeus .home-banner-overlay .titulo-principal{ font-size:58px; }
  .home-banner-link.banner-trofeus .home-banner-btn{ background:#003366; }
  .home-banner-link.banner-trofeus:hover .home-banner-btn{ background:#041e40; }

  /* SEJA SÓCIO */
  .socio-section{
    position:relative;
    overflow:hidden;
    background:var(--azul-profundo);
    padding:60px 0;
  }
  .socio-content{
    position:relative;
    z-index:1;
    max-width:1140px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:50px;
    padding:0 40px;
  }
  .socio-text{
    flex-basis:50%;
    padding-right:5%;
    display:flex;
    flex-direction:column;
  }
  .socio-text h2{
    font-family:'Oswald', sans-serif;
    font-size:3rem;
    line-height:1.05;
    text-transform:uppercase;
    color:var(--branco);
    margin:6px 0 12px;
  }
  .socio-text h2 span{ color:#C41230; }
  .socio-text p{
    font-family:'Inter', sans-serif;
    font-size:1.2rem;
    line-height:1.6;
    color:rgba(255,255,255,0.78);
    margin:0 0 28px;
  }
  .btn-socio{
    background:var(--branco);
    color:var(--azul-profundo);
    display:inline-block;
    align-self:flex-start;
    padding:15px 30px;
    border-radius:8px;
    font-family:'Oswald', sans-serif;
    font-size:1.2rem;
    letter-spacing:0.06em;
    text-transform:uppercase;
    font-weight:600;
    text-decoration:none;
    transition:transform 0.2s ease, background-color 0.2s ease;
  }
  .btn-socio:hover{ background:#e0e0e0; transform:scale(1.05); }
  .socio-cards-container{
    flex-basis:50%;
    position:relative;
    height:250px;
    min-width:400px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .socio-card{
    width:250px;
    position:absolute;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
    opacity:0;
    transform:translateY(80px);
    transition:transform 0.8s cubic-bezier(0.2,0.8,0.2,1), opacity 0.6s ease-out;
  }
  .socio-section.animated .socio-card{ opacity:1; }
  .socio-section.animated .card-prata{ transform:translateX(-60%) rotate(-15deg); z-index:1; }
  .socio-section.animated .card-ouro{ transform:scale(1.1); z-index:2; }
  .socio-section.animated .card-bronze{ transform:translateX(60%) rotate(15deg); z-index:1; }

  /* NOSSOS PARCEIROS */
  .partners-section{
    background:var(--azul-profundo);
    padding:48px 40px 56px;
  }
  .partners-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    margin-bottom:32px;
  }
  .partners-head h2{
    font-family:'Oswald', sans-serif;
    font-size:30px;
    text-transform:uppercase;
    color:var(--branco);
    letter-spacing:0.02em;
  }
  .partners-head h2 span{ color:#C41230; }
  .partners-head::after{
    content:"";
    width:56px; height:3px;
    background:var(--vermelho);
    margin-top:12px;
  }
  .partners-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:30px;
    align-items:center;
    justify-content:center;
    max-width:1180px;
    margin:0 auto;
  }
  .parceiro-logo{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .parceiro-logo img{
    max-width:130px;
    height:auto;
    max-height:65px;
    opacity:0.85;
    transition:opacity 0.3s ease, transform 0.3s ease;
  }
  .parceiro-logo.logo-pequeno img{ max-width:80px; max-height:40px; }
  .parceiro-logo.logo-medio img{ max-width:130px; max-height:65px; }
  .parceiro-logo.logo-grande img{ max-width:170px; max-height:85px; }
  .parceiro-logo.logo-extra-grande img{ max-width:220px; max-height:110px; }
  .parceiro-logo:hover img{ opacity:1; transform:scale(1.06); }

  /* FOOTER */
  .site-footer{
    background:var(--azul-profundo);
  }
  .footer-main{
    display:grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap:24px;
    padding:48px 40px 36px;
  }
  .footer-brand{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
  }
  .footer-brand img{
    width:56px; height:56px;
    object-fit:contain;
    flex-shrink:0;
  }
  .footer-shields{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
  }
  .footer-shields img{
    height:52px; width:auto;
    object-fit:contain;
  }
  .footer-col h5{
    font-family:'Oswald', sans-serif;
    font-size:12px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.45);
    margin-bottom:16px;
    font-weight:500;
  }
  .footer-col a{
    display:block;
    color:rgba(255,255,255,0.75);
    text-decoration:none;
    font-size:13.5px;
    margin-bottom:11px;
    transition:color .15s ease;
  }
  .footer-col a:hover{ color:var(--branco); }
  .footer-contact p{
    color:rgba(255,255,255,0.75);
    font-size:13.5px;
    line-height:1.5;
    margin-bottom:12px;
  }
  .footer-social{ display:flex; gap:10px; margin-top:16px; }
  .footer-social a{
    width:34px; height:34px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.25);
    display:flex; align-items:center; justify-content:center;
    color:rgba(255,255,255,0.75);
    transition:border-color .15s ease, color .15s ease;
  }
  .footer-social a:hover{ border-color:var(--vermelho); color:var(--branco); }
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    padding:18px 40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:6px;
    font-size:12px;
    color:rgba(255,255,255,0.45);
  }
  @media (max-width: 768px){
    .home-banners{ padding:24px 0 28px; }
    .home-banners .container{ padding:0 12px; gap:22px; }
    .home-banner-link, .home-banner-link.banner-trofeus{ height:350px; }
    .home-banner-overlay .titulo-principal,
    .home-banner-link.banner-trofeus .home-banner-overlay .titulo-principal{ font-size:34px; }
    .home-banner-btn{ padding:12px 26px; font-size:12px; }
  }

  @media (max-width: 1200px){
    .partners-grid{ grid-template-columns:repeat(4, 1fr); }
  }

  @media (max-width: 900px){
    .app{ grid-template-columns: 1fr; }
    .crest{ margin-bottom:0; }
    .nav{ flex-direction:row; flex-wrap:wrap; gap:14px; }
    .nav a{ padding:6px 4px; border-left:none; margin-left:0; border-bottom:2px solid transparent; }
    .nav a.active{ border-left:none; border-bottom:2px solid var(--vermelho); }
    .top-row{ grid-template-columns: 1fr; min-height:auto; }
    .hero{ min-height:52vh; }
    .next-match{ min-height:auto; }
    .cards{ grid-template-columns: 1fr; }
    .news-grid{ grid-template-columns: 1fr; }
    .news-section{ padding:28px 16px 48px; }
    .btn-more-news{ position:static; display:flex; width:fit-content; margin:22px auto 0; }
    .classi-lista .classi-extra{ display:grid; }
    .classi-ver-tudo{ display:none; }
    .home-banners{ padding:16px 0; }
    .live-section{ padding:28px 16px 48px; }
    .live-head{ flex-wrap:wrap; gap:14px; }
    .stats-strip{ grid-template-columns: 1fr; }
    .stat{ border-right:none; border-bottom:1px solid rgba(255,255,255,0.08); justify-content:flex-start; text-align:left; padding:14px 8px; gap:14px; }
    .socio-section{ padding:48px 20px; }
    .socio-content{ flex-direction:column; text-align:center; gap:44px; padding:0 20px; }
    .socio-text{ align-items:center; padding-right:0; }
    .btn-socio{ align-self:center; }
    .socio-cards-container{
      flex-basis:auto;
      min-width:0;
      width:100%;
      max-width:340px;
      height:230px;
      margin-top:12px;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .socio-card{
      width:200px;
      max-width:72vw;
    }
    .socio-section.animated .card-prata{ transform:translateX(-54%) rotate(-12deg); z-index:1; }
    .socio-section.animated .card-ouro{ transform:scale(1.05); z-index:2; }
    .socio-section.animated .card-bronze{ transform:translateX(54%) rotate(12deg); z-index:1; }
    .partners-section{ padding:36px 16px 44px; }
    .partners-grid{ grid-template-columns:repeat(3, 1fr); gap:15px; justify-items:center; }
    .parceiro-logo img{ max-width:100%; max-height:60px; }
    .parceiro-logo.logo-pequeno img{ max-width:65px; max-height:32px; }
    .parceiro-logo.logo-medio img{ max-width:90px; max-height:45px; }
    .parceiro-logo.logo-grande img{ max-width:120px; max-height:60px; }
    .parceiro-logo.logo-extra-grande img{ max-width:150px; max-height:75px; }
    .footer-main{ grid-template-columns: 1fr; gap:32px; padding:44px 24px 32px; }
    .footer-bottom{ flex-direction:column; gap:8px; text-align:center; padding:20px 24px; }
  }

  @media (max-width: 560px){
    .crest{ width:64px; height:64px; }
    .nav a{ font-size:12px; letter-spacing:0.08em; }
    .hero{ min-height:46vh; }
    .hero-text{ left:20px; right:8%; padding-bottom:24px; }
    .hero-text h1{ font-size:30px; }
    .live-head h2{ font-size:24px; }
    .video-info h3{ font-size:14px; }
    .cd-item{ width:46px; }
    .cd-item span{ font-size:17px; }
    .socio-text h2{ font-size:2.2rem; }
    .socio-cards-container{ min-width:0; height:200px; }
    .socio-card{ width:170px; max-width:68vw; }
    .partners-grid{ grid-template-columns:repeat(3, 1fr); }
    .news-head{ flex-wrap:wrap; gap:12px; }
    .btn-more-news{ white-space:normal; padding:10px 18px; font-size:11.5px; }
    .footer-main{ padding:40px 20px 28px; }
  }

  /* ===== SEÇÕES GLOBAIS (slider, tv, countdown, notícias, sócio, footer, modais) ===== */
        /* Slider */
        .slider-container {
            width: 100%;
            height: 500px;
            position: relative;
            margin: 0;
            background-color: #000;
            overflow: hidden;
        }

        .slide {
            display: none;
            width: 100%;
            height: 100%;
        }

        .slide img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: top;
        }

        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -22px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            transition: 0.3s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        .dots-container {
            position: absolute;
            bottom: 15px;
            width: 100%;
            text-align: center;
            z-index: 10;
        }

        .dot {
            cursor: pointer;
            height: 12px;
            width: 12px;
            margin: 0 5px;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        .dot.active,
        .dot:hover {
            background-color: var(--branco);
        }

        .fade {
            animation-name: fade;
            animation-duration: 1.5s;
        }

        @keyframes fade {
            from {
                opacity: .4
            }

            to {
                opacity: 1
            }
        }

        /* Seções Gerais */
        .section-wrapper-blue {
            background-color: var(--azul-marinho);
            padding: 40px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2rem;
            position: relative;
        }

        .section-title::after {
            content: '';
            width: 80px;
            height: 4px;
            background-color: var(--vermelho-marinheiro);
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .section-title-white {
            color: var(--branco);
        }

        .section-title-white::after {
            background-color: var(--branco);
        }

        /* --- ESTILO MARCÍLIO TV (FUNDO VERMELHO + ANIMAÇÃO) --- */
        .tv-section-wrapper {
            background-color: var(--vermelho-marinheiro) !important;
            background: linear-gradient(135deg, #7b0000 0%, #500000 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
            background-size: 20px 20px;
        }

        .tv-section-title {
            color: var(--branco) !important;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            margin-bottom: 40px;
            position: relative;
            z-index: 2;
        }

        .tv-section-wrapper .section-title::after {
            background-color: var(--branco) !important;
        }

        /* INTERFACE DA TV (BRANCA) - COMEÇA INVISÍVEL */
        .tv-interface {
            display: grid;
            grid-template-columns: 68% 32%;
            gap: 0;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);

            /* Preparação para animação */
            opacity: 0;
            transform: scaleY(0.01) scaleX(0.2);
            filter: brightness(5);
        }

        /* A Mágica: Classe adicionada pelo JS apenas UMA vez */
        .tv-section-wrapper.tv-on .tv-interface {
            animation: tvTurnOn 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        }

        @keyframes tvTurnOn {
            0% {
                opacity: 0;
                transform: scaleY(0.01) scaleX(0.2);
                filter: brightness(5);
            }

            40% {
                opacity: 1;
                transform: scaleY(0.01) scaleX(1);
                filter: brightness(2);
            }

            /* Abre horizontal */
            100% {
                opacity: 1;
                transform: scaleY(1) scaleX(1);
                filter: brightness(1);
            }

            /* Abre vertical */
        }

        .tv-main-col {
            padding: 20px;
            background-color: #fff;
            border-right: 1px solid #eee;
        }

        .tv-monitor {
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            background: #000;
        }

        .tv-screen {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
        }

        .tv-screen iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .tv-main-info {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .tv-main-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            color: var(--azul-marinho);
            margin: 0;
            line-height: 1.2;
            text-transform: uppercase;
            max-width: 70%;
        }

        .tv-controls {
            display: flex;
            gap: 10px;
        }

        .btn-action {
            padding: 8px 16px;
            border-radius: 30px;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 0.85rem;
            cursor: pointer;
            border: none;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: all 0.2s ease;
        }

        .btn-like {
            background-color: #e4e6eb;
            color: #333;
        }

        .btn-share {
            background-color: var(--azul-marinho);
            color: #fff;
        }

        .tv-playlist-col {
            background-color: #fff;
            padding: 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .tv-playlist-header {
            font-family: 'Oswald', sans-serif;
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 2px solid #eee;
            padding-bottom: 10px;
        }

        .tv-playlist {
            display: flex;
            flex-direction: column;
            gap: 12px;
            overflow-y: hidden;
            max-height: 450px;
            padding-right: 5px;
        }

        .playlist-item {
            display: flex;
            gap: 12px;
            padding: 8px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid transparent;
            opacity: 0;
            transform: translateX(20px);
        }

        .tv-section-wrapper.tv-on .playlist-item {
            animation: slideInList 0.5s forwards;
        }

        .tv-section-wrapper.tv-on .playlist-item:nth-child(1) {
            animation-delay: 0.5s;
        }

        .tv-section-wrapper.tv-on .playlist-item:nth-child(2) {
            animation-delay: 0.6s;
        }

        .tv-section-wrapper.tv-on .playlist-item:nth-child(3) {
            animation-delay: 0.7s;
        }

        .tv-section-wrapper.tv-on .playlist-item:nth-child(4) {
            animation-delay: 0.8s;
        }

        .tv-section-wrapper.tv-on .playlist-item:nth-child(5) {
            animation-delay: 0.9s;
        }

        @keyframes slideInList {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .playlist-item:hover {
            background-color: #f9f9f9;
            transform: translateX(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            border-color: #eee;
        }

        .playlist-item.active {
            background-color: #fff5f5;
            border-left: 4px solid var(--vermelho-marinheiro);
        }

        .playlist-item.hidden-video {
            display: none;
        }

        .pl-thumb {
            width: 110px;
            height: 62px;
            background-size: cover;
            background-position: center;
            border-radius: 6px;
            flex-shrink: 0;
            position: relative;
        }

        .pl-thumb::after {
            content: '▶';
            color: white;
            font-size: 1.2rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: opacity 0.2s;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

        .playlist-item:hover .pl-thumb::after {
            opacity: 1;
        }

        .pl-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .pl-info h4 {
            margin: 0;
            font-size: 0.9rem;
            color: #333;
            font-family: 'Roboto';
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.3;
        }

        .pl-date {
            font-size: 0.75rem;
            color: #999;
            margin-top: 4px;
            display: block;
        }

        .btn-load-more {
            display: block;
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            background: #f0f0f0;
            border: none;
            border-radius: 5px;
            color: #555;
            font-weight: bold;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 0.8rem;
            transition: background 0.2s;
        }

        .btn-load-more:hover {
            background: #e0e0e0;
        }

        .btn-all-videos {
            display: inline-block;
            margin-top: 25px;
            color: var(--branco);
            font-weight: bold;
            text-decoration: none;
            font-family: 'Oswald';
            text-transform: uppercase;
            border: 2px solid rgba(255, 255, 255, 0.4);
            padding: 10px 30px;
            border-radius: 30px;
            transition: all 0.3s;
        }

        .btn-all-videos:hover {
            background: #fff;
            color: var(--vermelho-marinheiro);
            border-color: #fff;
            transform: translateY(-3px);
        }

        /* Countdown, Jogos, etc */
        .countdown-section-wrapper {
            padding: 50px 0;
            background: linear-gradient(rgba(13, 44, 84, 0.92), rgba(13, 44, 84, 0.92)), url('imagens/stadium-bg.jpg') no-repeat center center;
            background-size: cover;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .countdown-title {
            font-size: 2.5rem;
            color: var(--branco);
            text-align: center;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            margin: 0;
        }

        .match-subtitle {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            font-family: 'Oswald', sans-serif;
            font-size: 2rem;
            color: #ddd;
            text-transform: uppercase;
            flex-wrap: wrap;
            text-align: center;
        }

        .match-subtitle img {
            height: 60px;
            width: auto;
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
        }

        .match-subtitle span {
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }

        #countdown-timer {
            display: flex;
            justify-content: center;
            gap: 15px;
            text-align: center;
            flex-wrap: wrap;
        }

        .time-unit {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Novo Estilo Countdown Glassmorphism */
        .time-part {
            --digit-height: clamp(60px, 10vw, 100px);
            --font-size: clamp(2.5rem, 5vw, 4.5rem);
            width: clamp(50px, 12vw, 85px);
            height: var(--digit-height);

            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

            border-radius: 12px;
            overflow: hidden;
            position: relative;
        }

        .digit-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            will-change: transform;
        }

        .digit {
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            color: var(--branco);
            font-size: var(--font-size);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .time-label {
            margin-top: 8px;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
            letter-spacing: 1px;
            font-weight: 500;
        }


        .jogos-classificacao-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 25px;
            align-items: start;
            margin-top: 40px;
        }

        .coluna-jogos {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            gap: 20px;
        }

        .jogo-card {
            background-color: var(--cinza-card-jogo);
            padding: 20px;
            border-radius: 12px;
            border: 1px solid var(--cinza-borda);
            text-align: center;
            transition: box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-grow: 1;
        }

        .jogo-card:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .jogo-card h3 {
            font-size: 1.6rem;
            margin-top: 0;
        }

        .info-jogo {
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-size: 3rem;
            font-weight: 700;
            color: var(--azul-marinho);
            margin: 15px 0;
        }

        .info-jogo img {
            max-width: 70px;
            height: 70px;
            object-fit: contain;
        }

        .jogo-detalhes {
            margin-top: 15px;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .jogo-competicao {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #999;
            font-weight: 500;
            margin-bottom: 2px;
        }

        .jogo-data {
            font-size: 1.2rem;
            color: var(--azul-marinho);
            font-weight: 700;
            font-family: 'Oswald', sans-serif;
        }

        .jogo-local {
            font-size: 0.9rem;
            color: #666;
            font-weight: 400;
        }

        .widget-container {
            max-width: 100%;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        }

        .widget-container iframe {
            border: none !important;
            display: block;
            width: 100%;
        }

        .ingressos-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('imagens/noticia joinville.jpg') no-repeat center center;
            background-size: cover;
            color: var(--branco);
            text-align: center;
            padding: 60px 20px;
            border-radius: 8px;
        }

        .ingressos-section h2 {
            font-size: 3rem;
            color: var(--branco);
            margin: 0 0 10px 0;
        }

        .ingressos-section p {
            font-size: 1.5rem;
            margin: 0 0 25px 0;
            font-family: 'Roboto', sans-serif;
            text-transform: none;
        }

        .btn-ingressos {
            background-color: var(--vermelho-marinheiro);
            color: var(--branco);
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 8px;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            font-size: 1.2rem;
            display: inline-block;
            transition: transform 0.2s ease, background-color 0.2s ease;
            cursor: pointer;
            border: none;
        }

        .btn-ingressos:hover {
            background-color: #a1031e;
            transform: scale(1.05);
        }

        .noticias-wrapper {
            background-color: var(--branco);
            padding: 60px 0;
        }

        .noticias-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-bottom: 25px;
        }

        .noticia-card {
            background-color: var(--branco);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .noticia-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
        }

        .noticia-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .noticia-conteudo {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .noticia-card h3 {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 1.6rem;
            line-height: 1.3;
        }

        /* CORREÇÃO: DATA E RESUMO ADICIONADOS */
        .noticia-data {
            font-size: 0.85rem;
            color: #888;
            margin-bottom: 15px;
            display: block;
        }

        .noticia-card p {
            margin-bottom: 15px;
            line-height: 1.6;
            flex-grow: 1;
        }

  
        .noticias2-wrapper {
            background-color: var(--cinza-fundo);
            padding: 10px 0;
            margin-bottom: 10px;
        }

        .leia-mais,
        .btn-ver-todas {
            color: var(--vermelho-marinheiro);
            text-decoration: none;
            font-weight: 700;
        }

        .leia-mais {
            align-self: flex-start;
            margin-top: auto;
        }

        .text-center {
            text-align: center;
        }

        .btn-ver-todas {
            background-color: var(--azul-marinho);
            color: var(--branco);
            padding: 12px 25px;
            border-radius: 5px;
            display: inline-block;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            transition: background-color .3s;
        }

        .btn-ver-todas:hover {
            background-color: var(--vermelho-marinheiro);
            color: var(--branco);
        }

        .socio-section {
            background-color: var(--azul-marinho);
            padding: 60px 0px;
            overflow: hidden;
        }

        .socio-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 50px;
            padding: 0 20px;
        }

        .socio-text {
            flex-basis: 50%;
            padding-right: 5%;
            color: var(--branco);
        }

        .socio-text h2 {
            font-size: 3rem;
            color: var(--branco);
            margin: 0 0 10px 0;
        }

        .socio-text p {
            font-size: 1.2rem;
            margin: 0 0 25px 0;
            font-family: 'Roboto', sans-serif;
            text-transform: none;
            line-height: 1.6;
        }

        .btn-socio {
            background-color: var(--branco);
            color: var(--azul-marinho);
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 8px;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            font-size: 1.2rem;
            display: inline-block;
            transition: transform 0.2s ease, background-color 0.2s ease;
        }

        .btn-socio:hover {
            background-color: #e0e0e0;
            transform: scale(1.05);
        }

        .socio-cards-container {
            flex-basis: 50%;
            position: relative;
            height: 250px;
            min-width: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .socio-card {
            width: 250px;
            position: absolute;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
            opacity: 0;
            transform: translateY(80px);
            transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease-out;
        }

        .socio-section.animated .socio-card {
            opacity: 1;
        }

        .socio-section.animated .card-prata {
            transform: translateX(-60%) rotate(-15deg);
            z-index: 1;
        }

        .socio-section.animated .card-ouro {
            transform: scale(1.1);
            z-index: 2;
        }

        .socio-section.animated .card-bronze {
            transform: translateX(60%) rotate(15deg);
            z-index: 1;
        }

        /* --- ANIMAÇÕES DE SCROLL --- */
        .fade-in-up {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
            will-change: opacity, transform;
        }

        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Footer */
        .main-footer {
            background-color: var(--vermelho-marinheiro);
            color: var(--branco);
            padding: 50px 20px;
            margin-top: 0;
        }

        .main-footer .section-title {
            color: var(--branco);
            margin-bottom: 50px;
        }

        .main-footer .section-title::after {
            background-color: var(--branco);
        }

        .footer-contato {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 50px;
        }

        .footer-contato p {
            margin: 5px 0;
        }

        .parceiros-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 30px;
            align-items: center;
            justify-content: center;
            min-height: 80px;
        }

        .parceiro-logo img {
            max-width: 150px;
            height: auto;
            opacity: 0.8;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .parceiro-logo:hover img {
            opacity: 1;
            transform: scale(1.1);
        }

        /* Modais */
        .modal {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.7);
            align-items: center;
            justify-content: center;
        }

        .modal-content {
            position: relative;
            max-width: 600px;
            width: 90%;
        }

        .close-button {
            position: absolute;
            top: 5px;
            right: 20px;
            color: white;
            font-size: 45px;
            cursor: pointer;
        }

        .modal-content img {
            width: 100%;
            border-radius: 8px;
        }

        .modal-content-ingresso {
            background: #fff;
            width: 90%;
            max-width: 1200px;
            height: 90vh;
            border-radius: 8px;
            position: relative;
        }

        .iframe-ingresso {
            width: 100%;
            height: 100%;
            border: none;
        }

        .ingresso-close-btn {
            position: absolute;
            top: 10px;
            right: 25px;
            color: #555;
            font-size: 45px;
            cursor: pointer;
            z-index: 10;
        }


        .transparencia-grid-clube {
            display: grid;
            grid-template-columns: 1fr;
            /* Apenas uma coluna */
            gap: 25px;
            max-width: 700px;
            /* Limita a largura para centralizar */
            margin: 40px auto 0 auto;
            /* Margem do topo e centraliza o grid */
        }

        .transparencia-document-card {
            background-color: var(--branco);
            border-radius: 10px;
            padding: 25px;
            text-decoration: none;
            color: var(--cinza-texto);
            display: flex;
            align-items: center;
            gap: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .transparencia-document-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .transparencia-card-icon {
            font-size: 2.5rem;
            color: var(--vermelho-marinheiro);
            /* Vermelho do Clube */
            flex-shrink: 0;
        }

        .transparencia-card-info {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .transparencia-card-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            color: var(--azul-marinho);
            /* Azul do Clube */
            margin: 0 0 5px 0;
            text-transform: uppercase;
            line-height: 1.2;
        }

        .transparencia-card-meta {
            font-size: 0.9rem;
            color: #666;
            font-family: 'Roboto', sans-serif;
        }

        .transparencia-card-action {
            flex-shrink: 0;
            font-weight: 700;
            font-family: 'Oswald', sans-serif;
            color: var(--vermelho-marinheiro);
            /* Vermelho do Clube */
            font-size: 1rem;
        }

        /* MEDIA QUERIES */
        @media (max-width: 992px) {
            .noticias-grid,
            .jogos-classificacao-grid {
                grid-template-columns: 1fr;
            }

            .tv-interface {
                grid-template-columns: 1fr;
            }

            .tv-main-col {
                border-right: none;
                border-bottom: 1px solid #eee;
            }

            .tv-playlist {
                max-height: 300px;
            }

            .socio-content {
                flex-direction: column;
                text-align: center;
            }

            .socio-cards-container {
                margin-top: 40px;
            }
        }

        @media (max-width: 768px) {
            .slider-container {
                height: 300px;
            }

            .socio-cards-container {
                min-width: auto;
                height: 200px;
            }

            .socio-card {
                max-width: 180px;
            }

            .tv-section-wrapper {
                padding: 40px 0;
            }

            .tv-main-title {
                font-size: 1.2rem;
                max-width: 100%;
            }

            .tv-main-info {
                flex-direction: column;
            }

            .tv-controls {
                width: 100%;
                justify-content: space-between;
                margin-top: 10px;
            }

            .parceiros-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr) !important;
                gap: 15px;
                align-items: center;
                justify-items: center;
            }

            .parceiro-logo img {
                max-width: 100%;
                height: auto;
                max-height: 60px;
            }

            /* Ajuste Transparência Mobile */
            .transparencia-document-card {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .transparencia-card-action {
                margin-top: 10px;
                padding-top: 10px;
                border-top: 1px solid #eee;
                width: 100%;
            }
        }

        @media (max-width: 480px) {

            /* Ajustes Mobile Específicos */
            .match-subtitle {
                flex-direction: column;
                gap: 10px;
                font-size: 1.5rem;
            }

            .match-subtitle img {
                height: 50px;
            }

            .countdown-title {
                font-size: 1.8rem;
                margin-bottom: 20px;
                padding: 0 10px;
            }

            #countdown-timer {
                gap: 8px;
            }

            .time-label {
                font-size: 0.7rem;
            }
        }

  /* ===== CSS DAS PÁGINAS INTERNAS (estatuto, história, timeline, escudos, troféus, diretoria) ===== */

  /* === CSS da página de Estatuto === */
  .estatuto-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    padding-bottom: 20px; 
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .estatuto-bloco { margin-bottom: 20px; }
  .estatuto-bloco p {
    text-align: justify;
    line-height: 1.7;
  }

    /* === CSS da página de História === */
  /* Grade dos cards */
.historia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
  padding: 0 15px;
}

/* Card clicável */
.hist-card {
  position: relative;
  display: block;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  background-color: #000; /* fallback */
}

/* Imagem de fundo */
.hist-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.4s ease;
}

/* Overlay com título + texto */
.hist-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 20px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.4) 40%,
    rgba(0,0,0,0.0) 100%
  );
}

/* Título sempre visível */
.hist-card-overlay h3 {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
}

/* Texto: escondido por padrão */
.hist-card-overlay p {
  margin: 8px 0 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

/* Hover: zoom na imagem + revela texto, igual “teaser” do Barça */
.hist-card:hover .hist-card-bg {
  transform: scale(1.08);
}

.hist-card:hover .hist-card-overlay p {
  max-height: 80px;  /* suficiente para 2–3 linhas */
  opacity: 1;
}

/* divisor global, fora dos blocos de conteúdo */
.divider-escudo-global {
  max-width: 1200px;
  margin: 30px auto 40px;   /* centraliza e dá sempre o mesmo respiro */
  padding: 0 20px;
}

.divider-escudo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 10px auto 20px;
  max-width: 1200px;   /* mesma largura em todas as páginas */
  padding: 0 20px;
}

/* linhas laterais com espessura fixada */
.divider-escudo::before,
.divider-escudo::after {
  content: "";
  height: 0;                 /* zera a altura */
  border-top: 1px solid;     /* a “espessura” vem do border */
  flex: 1 1 auto;
}

.divider-escudo::before {
  border-image: linear-gradient(to right, rgba(0,0,0,0), #7b0000) 1;
}

.divider-escudo::after {
  border-image: linear-gradient(to left, rgba(0,0,0,0), #0A1E3F) 1;
}

.divider-escudo img {
  width: 32px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}


    

/* Container da linha do tempo */
.timeline-marcilio {
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px 0;
}

/* linha vertical central simples */
.timeline-marcilio::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20px;   /* ajusta a distância até o escudo */
  left: 50%;
  width: 3px;
  background: linear-gradient(#0A1E3F, #7b0000);
  transform: translateX(-50%);
}


/* cada evento */
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin: 40px 0;
}

/* colunas */
.timeline-col {
  padding: 10px 20px;
  box-sizing: border-box;
}

/* texto */
.timeline-text {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.timeline-text h3 {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #0A1E3F;
}

.timeline-text p {
  margin-bottom: 0;
  line-height: 1.6;
  text-align: justify;
  font-size: 0.95rem;
}

/* imagem */
.timeline-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: block;
  margin: 0 auto;     /* centraliza dentro da coluna */
}

/* DESKTOP já está com grid 2 colunas, mantém como está
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin: 40px 0;
}
*/

/* MOBILE: empilha texto e imagem, ocupando largura total */
@media (max-width: 768px) {
  .timeline-marcilio {
    padding: 10px 0;
  }

  .timeline-marcilio::before {
    left: 10px;              /* linha mais à esquerda */
  }

  .timeline-item {
    grid-template-columns: 1fr;  /* vira 1 coluna */
    gap: 16px;
    margin: 30px 0 30px 30px;    /* espaço para a linha vertical */
  }

  .timeline-col {
    padding: 0 10px;
  }

  .timeline-text p {
    font-size: 0.9rem;
  }

  .timeline-image img {
    width: 100%;
    height: auto;
  }
}

/* DESKTOP: mantém 2 colunas e zigue-zague pelo HTML */
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin: 40px 0;
}

/* MOBILE: força imagem primeiro e texto depois em TODAS */
@media (max-width: 768px) {

  .timeline-marcilio::before {
    left: 10px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 30px 0 30px 30px;
  }

  .timeline-col {
    padding: 0 10px;
  }

  /* força ordem: imagem em cima, texto embaixo */
  .timeline-col.timeline-image {
    order: 1;
  }

  .timeline-col.timeline-text {
    order: 2;
  }
}


/* responsivo: tudo em uma coluna */
@media (max-width: 768px) {
  .timeline-marcilio::before {
    left: 10px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-left: 30px;
  }
}

/* EVOLUÇÃO DOS ESCUDOS */
.escudos-section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.escudos-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #0A1E3F; /* azul-marinho */
  text-align: center;
  margin-bottom: 10px;
}

.page-intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  color: #555;
  line-height: 1.6;
}

/* GRID DE ESCUDOS */
.escudos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.escudo-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.escudo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.escudo-year {
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7b0000; /* vermelho do clube */
  margin-bottom: 10px;
}

.escudo-image {
 width: 180px;          /* aumente se quiser ainda maior */
  height: auto;
  border-radius: 0;      /* remove o círculo */
  background: none;      /* tira o gradiente cinza */
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.escudo-image img {
  max-width: 100%;       /* ocupa toda a largura do container */
  max-height: 100%;
  display: block;
}

.escudo-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #0A1E3F;
  margin: 6px 0 10px;
}

.escudo-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

/* Destaque opcional para o escudo atual */
.escudo-card.escudo-atual {
  border: 2px solid #7b0000;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .escudos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .escudos-grid {
    grid-template-columns: 1fr;
  }
}

.trofeus-galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 30px 0 10px;
}

.trofeu-card {
  text-align: center;
}

.trofeu-card img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: contain;     /* mostra a taça inteira, sem cortar */
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  margin: 0 auto 10px;
}

.trofeu-card h3 {
  font-family: Oswald, sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #0A1E3F; /* azul do clube */
  margin: 0;
}

.trofeus-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 30px 0;
}

.trofeus-marquee {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: trofeus-scroll 35s linear infinite;
}

.trofeu-item {
  flex: 0 0 auto;
  text-align: center;
  color: #0A1E3F; /* azul do clube */
}

.trofeu-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  margin-bottom: 8px;
}

.trofeu-item span {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* Animação lateral */
@keyframes trofeus-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Opcional: pausar ao passar o mouse no desktop */
@media (hover: hover) {
  .trofeus-marquee-wrapper:hover .trofeus-marquee {
    animation-play-state: paused;
  }
}

.transparencia-grid {
  display: grid;
  gap: 20px;
}

@media (max-width: 768px) {
  .transparencia-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .transparencia-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.transparencia-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  padding: 15px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  color: #0A1E3F;
  transition: transform 0.2s ease, box-shadow 0.2s ease;

  max-width: 320px;   /* largura máxima do card */
  margin: 0 auto 16px; /* centraliza e dá espaço entre eles */
}


.transparencia-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

.icone-pdf {
  height: 60px;
  width: auto;
  margin-bottom: 8px;
}

.transparencia-card span {
  font-family: Roboto, sans-serif;
  font-size: 1.0rem;
  text-transform: uppercase;
}
.transparencia-balancos {
  background-color: var(--cinza-fundo);
  padding: 40px 0;
}

.transparencia-balancos .container {
  /* a .container do seu site já tem padding 0 20px; então isso já afasta dos lados */
}

.transparencia-grid {
  display: grid;
  gap: 20px;
}

@media (max-width: 768px) {
  .transparencia-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .transparencia-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

 /* Tabela da Diretoria */
.diretoria-box {
  background: var(--azul-marinho);
  color: white;
  padding: 40px;
  border-radius: 8px;
  margin: 40px auto 0 auto;
  box-shadow: 0 10px 25px rgba(13, 44, 84, 0.2);
  max-width: 1000px;
}

/* duas colunas: texto + foto */
.diretoria-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  column-gap: 40px;
  align-items: flex-start;            /* topo da foto = topo do texto */
}

/* coluna esquerda */
.diretoria-conteudo {
  max-width: 100%;                    /* garante largura total da coluna */
}

.diretoria-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

/* intro ocupa a coluna inteira, sem restrição */
.diretoria-intro {
  color: #cccccc;
  margin: 10px 0 18px 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* separador abaixo da intro */
.diretoria-separador {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
}

/* lista em uma coluna */
.diretoria-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}

.cargo-item { margin: 0; }

.cargo-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffdd57;
  display: block;
  margin-bottom: 2px;
  font-weight: 400;
}

.cargo-name {
  font-weight: 700;
  font-size: 1.1rem;
}

/* coluna direita: foto + legenda */
/* truque para alinhar a foto ao bloco do presidente:
   damos um margin-top igual à altura aproximada do título + intro + separador */
.diretoria-foto {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 72px;                   /* ajuste fino: aumente/diminua para casar com o presidente */
}

.diretoria-foto img {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.diretoria-foto figcaption {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #dddddd;
  text-align: right;
}

/* Mobile: empilha tudo, foto em cima */
@media (max-width: 768px) {
  .diretoria-box {
    padding: 25px 20px;
    max-width: 100%;
  }

  .diretoria-layout {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .diretoria-foto {
    margin-top: 0;
    align-items: center;
  }

  .diretoria-foto img {
    max-width: 240px;
  }

  .diretoria-foto figcaption {
    text-align: center;
  }
}

  /* ===== FOOTER DA HOME APLICADO ===== */
  /* ===== FOOTER DA HOME APLICADO EM TODAS AS PÁGINAS INTERNAS ===== */
  footer.site-footer{
    display:block;
    background:#0A1E3F !important;
    margin-top:0 !important;
    padding:0 !important;
    border-top:none !important;
    font-family:'Inter', Roboto, Arial, sans-serif !important;
    line-height:normal !important;
    color:rgba(255,255,255,0.75);
    text-align:left;
  }
  footer.site-footer *{
    font-family:'Inter', Roboto, Arial, sans-serif !important;
  }
  footer.site-footer .footer-club-name,
  footer.site-footer .footer-col h5{
    font-family:'Oswald', sans-serif !important;
  }
  footer.site-footer .footer-main{
    display:grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap:24px;
    padding:48px 40px 36px;
    background:transparent;
  }
  footer.site-footer .footer-brand{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
  }
  footer.site-footer .footer-brand img{
    width:56px; height:56px;
    object-fit:contain;
    flex-shrink:0;
  }
  footer.site-footer .footer-shields{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
  }
  footer.site-footer .footer-shields img{
    height:52px; width:auto;
    object-fit:contain;
  }
  footer.site-footer .footer-col h5{
    font-family:'Oswald', sans-serif;
    font-size:12px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.45);
    margin:0 0 16px;
    font-weight:500;
  }
  footer.site-footer .footer-col a{
    display:block;
    color:rgba(255,255,255,0.75);
    text-decoration:none;
    font-size:13.5px;
    margin-bottom:11px;
    transition:color .15s ease;
    font-family:inherit;
    background:none;
  }
  footer.site-footer .footer-col a:hover{ color:#FFFFFF; }
  footer.site-footer .footer-contact p{
    color:rgba(255,255,255,0.75);
    font-size:13.5px;
    line-height:1.5;
    margin:0 0 12px;
    font-family:inherit;
  }
  footer.site-footer .footer-social{ display:flex; gap:10px; margin-top:16px; }
  footer.site-footer .footer-social a{
    width:34px; height:34px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.25);
    display:flex; align-items:center; justify-content:center;
    color:rgba(255,255,255,0.75);
    transition:border-color .15s ease, color .15s ease;
  }
  footer.site-footer .footer-social a:hover{ border-color:#7b0000; color:#FFFFFF; }
  footer.site-footer .footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    padding:18px 40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:6px;
    font-size:12px;
    color:rgba(255,255,255,0.45);
  }
  .main-footer{ background:#0A1E3F !important; }
  .main-footer .section-title::after{ background:#7b0000; }
  .footer-contato p{ color:rgba(255,255,255,0.75); margin:5px 0; }

  /* Garante que o rodapé chegue até o fim da tela (sem sobra clara abaixo) */
  body{
    display:flex;
    flex-direction:column;
    min-height:100vh;
  }
  .page-content-wrapper{ flex:1 0 auto; }

  @media (max-width: 900px){
    footer.site-footer .footer-main{ grid-template-columns:1fr; gap:32px; padding:44px 24px 32px; }
    footer.site-footer .footer-bottom{ flex-direction:column; gap:8px; text-align:center; padding:20px 24px; }
  }
  @media (max-width: 560px){
    footer.site-footer .footer-main{ padding:40px 20px 28px; }
  }

  /* ============================================================
     DESIGN SYSTEM — PADRONIZAÇÃO GLOBAL (alinhada à home)
     Sobrescreve fundos antigos/listrados, paletas divergentes e
     tipografia mista das páginas internas, sem alterar conteúdo.
     ============================================================ */

  /* Fundo padrão: navy profundo (remove azuis antigos e listras) */
  html, body{
    background:#0A1E3F !important;
    background-image:none !important;
  }
  body{
    font-family:'Inter', Roboto, Arial, sans-serif !important;
    color:rgba(255,255,255,0.92);
    letter-spacing:normal !important;
  }
  .page-content-wrapper{
    background:#0A1E3F !important;
    background-image:none !important;
    color:rgba(255,255,255,0.92);
  }

  /* Títulos padronizados (Oswald) */
  h1,h2,h3,h4,h5,h6,
  .section-title, .page-title, [class*="-title"]{
    font-family:'Oswald', sans-serif !important;
    letter-spacing:0.02em !important;
    color:#FFFFFF;
  }
  .section-title, .page-title{ color:#FFFFFF !important; }
  /* Mantém o espaçamento do título da classificação igual ao PRÓXIMO JOGO */
  .next-match .classi-title{
    letter-spacing:3px !important;
  }

  /* Texto-base legível sobre navy (sem forçar; páginas com cards
     claros mantêm as cores próprias definidas por classe) */
  p, li, td, th{
    color:rgba(255,255,255,0.85);
  }

  /* Acentos padrão do clube em elementos gráficos de conteúdo */
  [class*="-divider"], [class*="divider"]{
    background-image:none !important;
    background-color:#7b0000 !important;
  }

  /* Páginas internas antigas usam .noticias2-wrapper como container
     principal — devolve o fundo navy do padrão (a home não usa a classe,
     então não é afetada) */
  .page-content-wrapper > .noticias2-wrapper{
    background-color:transparent !important;
    background-image:none !important;
    padding:6px 0 0;
    margin-bottom:0;
  }

  /* Faixa/barra decorativa com escudo no fim de páginas antigas —
     removida por padrão para padronização */
  .divider-escudo{ display:none !important; }

  /* STATS STRIP — divisor entre conteúdo e rodapé */
  .stats-strip{
    background:#7b0000;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
  }
  .stat{
    padding:18px 32px;
    border-right:1px solid rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
  }
  .stat:last-child{ border-right:none; }
  .trophy-icon{
    width:34px; height:48px;
    flex-shrink:0;
  }
  .stat-text{
    text-align:left;
  }
  .stat-title{
    font-family:'Oswald', sans-serif;
    font-size:16px;
    font-weight:600;
    color:#FFFFFF;
    line-height:1.2;
    text-transform:uppercase;
  }
  footer.site-footer .stat-title{
    font-family:'Oswald', sans-serif;
    font-size:16px;
    font-weight:600;
    color:#FFFFFF;
    line-height:1.2;
    text-transform:uppercase;
  }
  .stat-year{
    font-family:'Inter', sans-serif;
    font-size:13px;
    color:rgba(255,255,255,0.6);
    margin-top:2px;
  }
  footer.site-footer .stat-year{
    font-family:'Inter', sans-serif;
    font-size:13px;
    color:rgba(255,255,255,0.6);
    margin-top:2px;
  }
  @media (max-width: 992px){
    .stats-strip{
        grid-template-columns:1fr;
    }
    .stat{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.08);
        justify-content:flex-start;
        text-align:left;
        padding:14px 12px;
        gap:14px;
    }
  }
  /* HOME: fundo claro (a home usa .app, não .page-content-wrapper).
     Este override reverte o navy global SOMENTE quando a página é a HOME. */
  body:has(> .app){
    background: var(--gelo) !important;
    background-image: none !important;
  }
