body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  background: #fefefe;
  color: #333;
  line-height: 1.6;
}

header {
  background: #1e3a5f;
  color: white;
  padding: 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

nav a {
  color: white;
  margin-right: 15px;
  text-decoration: none;
  font-weight: bold;
}

main {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.hero {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f9f9f9, #e6f2ff);
  border-radius: 12px;
  margin-bottom: 40px;
}

.hero h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.guides h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.card {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card h4 {
  margin: 15px;
  font-size: 1.2rem;
}

.card p {
  margin: 0 15px 15px 15px;
  font-size: 0.95rem;
  color: #555;
}

footer {
  background: #1e3a5f;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

/* Cards layout for cafe-in-lyon.php */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.card {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card h4 {
  margin: 15px;
  font-size: 1.2rem;
}

.card p {
  margin: 0 15px 15px 15px;
  font-size: 0.95rem;
  color: #555;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.card {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card h4 {
  margin: 15px;
  font-size: 1.2rem;
}

.card p {
  margin: 0 15px 15px 15px;
  font-size: 0.95rem;
  color: #555;
}