body {
  background-color: #f40139;
}


.navbar {
  display: none;
}


   .privacy {
      background: #fff;
      padding: 3rem 1rem;
    }

    .privacy h1 {
      font-size: 2em;
      margin-bottom: 20px;
      text-align: center;
      font-weight: 700;
    }

    .privacy h2 {
      font-size: 1.5em;
      margin-top: 4rem;
      border-bottom: 2px solid #ecf0f1;
      padding-bottom: 5px;
    }

    .privacy p {
      margin-bottom: 15px;
    }

    .privacy ul {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .privacy li {
      margin-bottom: 8px;
    }

    .privacy .highlight {
      font-weight: bold;
      color: #ffd166;
    }

    .privacy a {
            text-decoration: underline;
			color: #000;
    }

    .privacy a:hover {
      text-decoration: underline;
            color: #ffd166;
      font-weight: bold;
    }

    .privacy-footer {
      margin: 4rem 0 1rem 0;
      font-size: 0.9em;
      color: #777;
    }



/* --- Hero --- */
.hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

/* --- Titoli h1, h2 in box viola inclinato --- */
.rotated-box {
  position: relative;
  overflow: visible;
  margin-bottom: 2rem;
  width: fit-content;
  padding: 2rem 3rem;
  background: #4e2581;
  transform: rotate(-2deg);
  user-select: none;
  text-align: center;
}
.rotated-box > * {
  color: white;
  font-weight: 700;
  margin: 0;
  transform: rotate(2deg);
}
h1,
h2 {
  font-size: 2rem;
}

.rotated-box h2 {
  font-size: 2rem;
}
.rotated-box p {
  margin-top: 1rem;
  font-weight: 400;
}

.rotated-box-mini {
  position: relative;
  overflow: visible;
  margin-bottom: 2rem;
  width: fit-content;
  padding: 1rem 2rem;
  background: #4e2581;
  transform: rotate(-2deg);
  user-select: none;
  text-align: center;
  color: white;
  width: 100%;
}

.rotated-box-mini h2 {
  font-size: 1.5rem;
  margin: 0;
}

.rotated-box-mini p {
  font-weight: 400;
}

.rotated-box-mini > * {
  color: white;
  font-weight: 700;
  margin: 0;
  transform: rotate(2deg);
}

/* --- Sezione podcast rossa --- */
.podcast-list {
  background-color: #f40139;
  padding: 0;
  margin-bottom: 4rem;
}

/* Podcast item box bianco con layout flex */
.podcast-item {
  background: white;
  border-radius: 16px;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 4px 12px rgba(244, 1, 57, 0.25), 0 0 0 3px #4e2581;
  position: relative;
}
.podcast-item:hover {
  box-shadow: 0 10px 24px rgba(244, 1, 57, 0.6), 0 0 0 4px #ffd166;
  cursor: pointer;
}

/* Immagine a sinistra */
.podcast-icon img {
  height: 3rem;
  width: auto;
  border-radius: 12px;
  filter: drop-shadow(3px 3px 2px rgba(244, 1, 57, 0.4));
  transition: filter 0.3s ease;
}

.podcast-item:hover .podcast-icon img {
  filter: drop-shadow(5px 5px 4px #ffd166);
}

/* Contenitore titolo + autori */
.podcast-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin-left: 1rem;
}

/* Titolo podcast in colonna sopra autori */
.podcast-title {
  font-weight: 900;
  font-size: 1.5rem;
  color: #4e2581;
  margin-bottom: 0.4rem;
  text-shadow: 2px 2px #ffd166;
  letter-spacing: 1px;
}
.podcast-authors {
  font-weight: 600;
  font-size: 1rem;
  color: #555;
}

/* Bottone rosso in basso a destra */
.btn-listen iframe {
  height: 9rem;
  width: auto;
}
.vp-center {
    box-shadow: 3px 3px 0 #4e2581, 6px 6px 0 #ffd166;
  cursor: pointer;
  }

.board-box {
  background-color: white;
  transform: rotate(-2deg);
  padding: 2rem 2rem 3rem 2rem;
  margin: 0 0 8rem 0;
}

.board-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}

.board-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.board-info {
  max-width: 85%;
  transform: rotate(2deg);
}

.board-resp {
  font-weight: 700;
  font-size: 1.4rem;
  color: #4e2581;
  margin-bottom: 0.25rem;
}
.board-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1e272e;
  margin-bottom: 0.15rem;
}

.board-affiliation {
  font-weight: 400;
  font-size: 1rem;
  color: #57606f;
  line-height: 1.3;
}

/* --- Footer --- */
.footer-box {
  color: white;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-left,
.footer-center,
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-center {
  flex: 1 1 30%;
  user-select: none;
  text-align: center;
}
.footer-center p {
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
.footer-left {
  flex: 1 1 30%;
  user-select: none;
}
.footer-left p {
  font-weight: 400;
  font-size: 0.8rem;
}
.footer-right {
  flex: 1 1 30%;
  text-align: center;
}
.footer-right p {
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
.footer-logo-prex {
  display: block;
  width: auto;
  height: 2.5rem;
}

.footer-logo-sie {
  display: block;
  width: auto;
  height: 3rem;
}

.footer-logo-recordati {
  display: block;
  width: auto;
  height: 3rem;
}

.footer-privacy {
	text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
}

.marginb-2 {
  margin-bottom: 3rem;
}

.margint-3 {
  margin-top: 3rem;
}

hr {
  border-color: white;
}

.bibliography {
  margin-bottom: 3rem;

  counter-reset: bib-counter;
}

.bibliography-item {
  display: flex;
  flex-direction: column;
  color: white;

  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  counter-increment: bib-counter;
}

.bibliography-item::before {
  content: counter(bib-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.bibliography-article {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.bibliography-author {
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  color: white;
  opacity: 0.7;
  margin: 0;
}

.bibliography-dates {
  display: flex;
  align-items: center;
  column-gap: 5px;
  row-gap: 0;
  flex-wrap: wrap;
}

.bibliography-data {
  font-weight: 400;
  opacity: 0.8;
}

.bibliography-data-link {
  font-weight: 700;
}

.bibliography-data,
.bibliography-data-link {
  font-size: 0.8rem;
  text-decoration: none;
  color: white;
}

.bibliography-article:hover,
.bibliography-data-link:hover {
  color: #ffd166;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 720px) {
  .podcast-item {
    flex-direction: column;
    position: relative;
  }
  .podcast-info {
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .podcast-icon {
    margin: 0 0 1rem 0;
    height: 3rem;
  }
  .board-box {
    padding: 1rem;
    transform: rotate(0deg);
  }

  .board-info {
    max-width: 100%;
    transform: rotate(0deg);
  }
  .board-list {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .btn-listen {
    position: static;
    margin-top: 1rem;
    transform: none !important;
  }

  .footer-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .bibliography-item {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .bibliography {
    column-count: 2;
    column-gap: 3rem;
  }

  .bibliography-item {
    break-inside: avoid;
    margin-bottom: 2rem;
  }
   .privacy {
      padding: 3rem;
    }
  
}
