/* Structural cleanup without altering color palette */
.section-from-blog {
  padding: 40px 0 60px;
}

.homenuova {
  padding: 30px 0 20px;
}

.homenuova .row {
  row-gap: 20px;
  justify-content: center;
}

.homenuova .col-md-4 {
  display: flex;
  justify-content: center;
}

.homenuova .thumbnail {
  width: 100%;
  max-width: 360px;
}

.section-breadcrumb {
  background-position: center;
  background-size: cover;
}

.section-breadcrumb .title {
  margin: 0;
  padding: 60px 12px;
  text-transform: uppercase;
}

.footer-company {
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
}

.polaroid {
  padding: 8px;
}

.polaroid-title {
  margin-top: 10px;
}

.home-notices {
  margin-top: 28px;
  margin-bottom: 12px;
  gap: 14px 0;
}

.site-wrapper {
  position: relative;
  padding: 120px 0 70px;
}

.site-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 9, 6, 0.62), rgba(18, 9, 6, 0.25));
  pointer-events: none;
}

.site-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(62, 92, 64, 0.35), rgba(88, 56, 33, 0.35));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.site-wrapper-inner,
.cover-container,
.inner.cover {
  position: relative;
  z-index: 1;
}

.inner.cover {
  padding: 24px 12px;
}

.hero {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #ffe3b0;
  border: 1px solid rgba(255, 227, 176, 0.55);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.65), rgba(64, 20, 6, 0.3));
  box-shadow: 0 10px 22px rgba(20, 10, 6, 0.35);
}

.hero-title {
  margin: 18px auto 10px;
  font-size: 54px;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #f8e4c3;
  text-shadow: 0 10px 24px rgba(20, 10, 6, 0.45);
}

.hero-subtitle {
  margin: 6px 0 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #ffe3b0;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}

.hero-cta {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: .06em;
  border: 1px solid rgba(255, 210, 150, 0.55);
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.75), rgba(64, 20, 6, 0.38));
  color: #ffe3b0;
  box-shadow: 0 12px 24px rgba(20, 10, 6, 0.3);
}

.hero-cta:hover {
  background: linear-gradient(180deg, rgba(132, 41, 14, 0.9), rgba(90, 25, 8, 0.75));
  color: #fff;
}

.home-notices .alert {
  background: linear-gradient(180deg, #fffaf0, #fff2e0);
  border: 1px solid rgba(140, 90, 60, 0.25);
  color: #3f2516;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 14px 18px;
  box-shadow: 0 6px 14px rgba(64, 20, 6, 0.08);
}

.home-notices .col-md-8 {
  margin: 0 auto;
}

.cover-title-book {
  display: inline-block;
  padding: 18px 26px;
  margin: 0 auto 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  color: #3a1a0b;
  background: linear-gradient(180deg, rgba(255, 239, 214, 0.92), rgba(248, 212, 155, 0.88));
  border-top: 8px solid #9c5518;
  border-bottom: 8px solid #9c5518;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(30, 12, 6, 0.25);
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.cover-title-book-2 {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.6), rgba(64, 20, 6, 0.35));
  border: 1px solid rgba(255, 235, 205, 0.45);
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ffe3b0;
  box-shadow: 0 10px 24px rgba(30, 12, 6, 0.25);
  backdrop-filter: blur(2px);
}

.cover-title-book-2 .btn {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  letter-spacing: .06em;
  border: 1px solid rgba(255, 210, 150, 0.5);
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.7), rgba(64, 20, 6, 0.35));
}

.cover-title-book-2 .btn:hover {
  background: linear-gradient(180deg, rgba(132, 41, 14, 0.85), rgba(90, 25, 8, 0.75));
  color: #fff;
}

@media (max-width: 768px) {
  .cover-title-book {
    font-size: 30px;
    letter-spacing: .12em;
    padding: 14px 18px;
  }
  .cover-title-book-2 {
    font-size: 18px;
  }
}

.navbar .navbar-nav .nav-link {
  line-height: 1.1;
}

.page-dintorni .section-from-blog .row br {
  display: none;
}

.container .row {
  margin-left: -10px;
  margin-right: -10px;
}

.container .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
    letter-spacing: .1em;
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .site-wrapper {
    padding: 90px 0 34px;
  }
  .section-from-blog {
    padding: 24px 0 36px;
  }
  .section-breadcrumb .title {
    padding: 40px 12px;
    font-size: 20px;
  }
}
