/* =========================
   RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* =========================
   BODY
========================= */
body {
  min-height: 100vh;
  background-image: url("assets/img-fundo-cor.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed; /* mantém efeito de profundidade */
  font-family: "Inter", Arial, sans-serif;
}

/* =========================
   HEADER
========================= */
header {
  min-height: 110px;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

/* LOGO */
.logo-corinthians {
  width: 60px;
  height: auto;
  object-fit: contain;
  margin-left: 10px;

  background: transparent;
  mix-blend-mode: multiply;

  transition: transform 0.3s ease;
}

.logo-corinthians:hover {
  transform: scale(1.15);
}

/* TÍTULO */
.title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 36px;
  color: #000;
}
.title-main {
  font-weight: 800;
  letter-spacing: 1px;
}

.title-sub {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-style: italic;
}

/* =========================
   NAV / MENU
========================= */
#box {
  height: 90px;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#box ul {
  display: flex;
  gap: 40px;
  list-style: none;
}

/* BOTÕES */
.menu-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 50px;

  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;

  transition: all 0.3s ease;
}

/* ÍCONES */
.menu-btn i {
  font-size: 22px;
}

/* HOVER */
.menu-btn:hover {
  color: #cfcfcf;
  transform: translateY(-3px);
}

/* =========================
   CONTAINER DOS DOIS TÍTULOS
========================= */
.titulos-2025 {
  display: flex;
  gap: 60px;
  padding: 60px 50px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

#paulistao-2025,
#cdb-2025 {
  width: 100%;
}

/* =========================
   CAIXAS INTERNAS
========================= */
.titulo-paulistao,
.titulo-cdb {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =========================
   SLIDERS
========================= */
.slider-container,
.slider-container-cdb {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  height: 600px;
}

.slider-track,
.slider-track-cdb {
  display: flex;
  transition: transform 0.8s ease in-out;
}

.slider-track img,
.slider-track-cdb img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  flex-shrink: 0;
}

/* =========================
   TEXTOS
========================= */
.titulo-paulistao p,
.titulo-cdb p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  text-align: justify;
  max-height: 200px;
  overflow: auto;

  background: rgba(0, 0, 0, 0.6);
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.titulo-campeonato {
  color: goldenrod;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-color: black;
  display: block;
  background-color: #000;
}

/* =========================
   ELENCO SLIDER
========================= */
.fundo {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  min-height: 800px;

  display: flex;
  align-items: center; /* centraliza verticalmente */
  justify-content: space-between;
  gap: 80px;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
}

.lado {
  display: flex;
  align-items: center;
}

.lado.esquerdo {
  justify-content: flex-end;
  padding-left: 40px;
}

.lado.direito {
  justify-content: flex-start;
  padding-right: 40px;
}
.logo-nike {
  max-width: 320px;
  opacity: 0.8;
}

.lado.direito img {
  max-width: 320px;
  opacity: 0.85;
}

.elenco-2025 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.elenco-2025 h2 {
  color: goldenrod;
  font-size: 100px;
  margin-bottom: 30px;
}

/* CONTAINER CENTRAL */
.elenco-slider {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* BOTÕES */
.elenco-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  font-size: 100px;
  padding: 5px 50px;
  cursor: pointer;
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.elenco-btn:hover {
  transform: scale(1.1);
}

.elenco-viewport {
  width: 320px;
  overflow: hidden;
}
.elenco-track {
  display: flex;
  transition: transform 0.9s ease;
}
.player-card {
  min-width: 320px;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.player-card img {
  width: 320px;
  height: 320px;
  object-fit: contain;
}

.player-card h3 {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 700;
  color: goldenrod;
}

.player-card span {
  font-size: 25px;
  opacity: 0.8;
}

/* ==PARTIDAS 2025== */

.partidas-2025 {
  width: 100%;
  padding: 180px 20px;
  display: flex;
  justify-content: center;
}

.partidas-2025 img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* =========================
   FOOTER
========================= */

.footer {
  background: #000;
  color: #fff;
  padding: 60px 20px 20px;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-brand {
  max-width: 300px;
}

.footer-brand img {
  width: 80px;
  margin-bottom: 15px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}

.footer-links h4,
.footer-social h4 {
  color: goldenrod;
  margin-bottom: 12px;
  font-size: 18px;
}

.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 8px;
  opacity: 0.85;
}

.footer-links a:hover {
  opacity: 1;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  font-size: 22px;
  color: #fff;
  transition: transform 0.2s ease, color 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: goldenrod;
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

/* =========================
   RESPONSIVIDADE
========================= */

@media (max-width: 768px) {
  .titulo-paulistao p,
  .titulo-cdb p {
    font-size: 15px;
    line-height: 1.5;
  }

  .titulo-campeonato {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .logo-nike,
  .logo-cor {
    width: 200px;
  }

  .fundo {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .lado {
    display: none;
  }

  .fundo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .elenco-btn {
    font-size: 40px;
    padding: 5px 20px;
  }
}

@media (max-width: 480px) {
  .logo-nike,
  .logo-cor {
    width: 160px;
  }

  .elenco-viewport {
    width: 100%;
    max-width: 320px;
  }

  .player-card {
    min-width: 100%;
  }

  .player-card img {
    min-width: 100%;
    height: auto;
  }

  .player-card h3,
  .player-card span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body {
    background-attachment: scroll;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  header {
    min-height: auto;
    padding: 15px;
    width: 100%;
  }

  .title {
    font-size: 24px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .logo-corinthians {
    width: 45px;
  }
}
@media (max-width: 768px) {
  #box {
    height: auto;
    padding: 15px 0;
    width: 100%;
  }

  #box ul {
    flex-direction: column;
    gap: 12px;
  }

  .menu-btn {
    margin: 0;
    font-size: 18px;
  }

  .menu-btn i {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .titulos-2025 {
    flex-direction: column;
    gap: 50px;
    padding: 30px 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slider-container,
  .slider-container-cdb {
    height: 300px;
  }

  .slider-track img,
  .slider-track-cdb img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .titulo-paulistao p,
  .titulo-cdb p {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .titulo-campeonato {
    font-size: 18px;
    text-align: center;
  }

  .titulo-paulistao p,
  .titulo-cdb p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .partidas-2025 {
    padding: 40px 10px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .footer-links,
  .footer-social {
    align-items: center;
  }

  .social-icons {
    justify-content: center;
  }
}
