body {
  background: #e4e6ea;
}

.format-wrap {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.format-hero {
  overflow: hidden;
  padding: 0;
}

.format-hero img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
}

.format-body {
  padding: 18px;
}

.format-title {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1a2a43;
}

.format-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  color: #394a63;
}

.format-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.come-funziona-section {
  background: #1952a7;
  padding: 52px 28px;
  margin-top: 30px;
  border-top: 3px solid #d3dceb;
}

.come-funziona-inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #1a1f2e;
}

.cf-wrapper {
  margin-bottom: 26px;
}

.cf-wrapper:last-child {
  margin-bottom: 0;
}

.cf-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 34px 28px;
}

.cf-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 26px;
  color: #8ec0ff;
}

.cf-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.cf-host-wrap {
  text-align: center;
  margin-bottom: 22px;
}

.cf-host-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0d6efd;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 4px 20px rgba(13, 110, 253, 0.25);
  background: #d0d3da;
}

.cf-host-name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #1a1f2e;
}

.cf-host-role {
  font-size: 16px;
  color: #0d6efd;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.cf-box-desc {
  font-size: 20px;
  line-height: 1.55;
  color: #2f3747;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.cf-how-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: #1a1f2e;
  text-align: center;
  margin-bottom: 18px;
}

.cf-rounds {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 24px;
}

.cf-round {
  background: #f5f6f8;
  border-radius: 12px;
  padding: 16px 20px;
  flex: 1;
  min-width: 180px;
  max-width: 280px;
}

.cf-round-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #1a1f2e;
  letter-spacing: 2px;
}

.cf-round-desc {
  font-size: 15px;
  color: #555;
  margin-top: 4px;
  line-height: 1.4;
}

.cf-footer {
  font-size: 17px;
  color: #666;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .format-title {
    font-size: 28px;
  }

  .format-text {
    font-size: 18px;
  }

  .come-funziona-section {
    padding: 40px 16px;
  }

  .cf-title {
    font-size: 30px;
  }

  .cf-desc,
  .cf-box-desc {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .cf-host-img {
    width: 112px;
    height: 112px;
  }

  .cf-host-name {
    font-size: 24px;
  }
}
