/* body {
  font-family: 'Gantari', sans-serif;
  background-color: #f6f6f6;
  margin: 0;
  padding: 20px 0;
  color: #212225;
} */

#roi-simulator .container {
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #FFD908;
}

#roi-simulator .logo {
  display: block;
  max-width: 140px;
  margin: 0 auto 20px;
}

#roi-simulator h1 {
  text-align: center;
  color: #212225;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

#roi-simulator label {
  display: block;
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.9rem;
}

#roi-simulator select,
#roi-simulator .btn-calc,
#roi-simulator .btn-demo {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}

#roi-simulator .btn-calc {
  background-color: #FFD908;
  color: #212225;
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin-top: 24px;
  transition: background-color 0.2s ease-in-out;
}

#roi-simulator .btn-calc:hover {
  background-color: #e6c500;
}

#roi-simulator .btn-demo {
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin-top: 16px;
  transition: opacity 0.2s ease-in-out;
}

#roi-simulator .btn-demo:hover {
  opacity: 0.8;
}

#roi-simulator #resultat {
  margin-top: 30px;
  padding: 20px;
  background: #fef9e9;
  border: 1px solid #FFD908;
  border-radius: 8px;
  text-align: center;
}

#roi-simulator .ca-gain {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#roi-simulator .ca-gain span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 6px;
  color: #555;
}

#roi-simulator .disclaimer {
  font-size: 0.85rem;
  color: #666;
  margin-top: 20px;
  line-height: 1.5;
}

@media (min-width: 576px) {
  #roi-simulator .container {
    padding: 24px;
  }
  #roi-simulator h1 {
    font-size: 1.6rem;
  }
  #roi-simulator select,
  #roi-simulator .btn-calc,
  #roi-simulator .btn-demo {
    padding: 12px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  #roi-simulator .container {
    padding: 28px;
  }
  #roi-simulator h1 {
    font-size: 1.8rem;
  }
  #roi-simulator select,
  #roi-simulator .btn-calc,
  #roi-simulator .btn-demo {
    padding: 14px;
    font-size: 1.05rem;
  }
}

@media (min-width: 992px) {
  #roi-simulator .container {
    padding: 32px;
  }
  #roi-simulator h1 {
    font-size: 2rem;
  }
  #roi-simulator select,
  #roi-simulator .btn-calc,
  #roi-simulator .btn-demo {
    padding: 16px;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  #roi-simulator .container {
    padding: 36px;
  }
  #roi-simulator h1 {
    font-size: 2.2rem;
  }
  #roi-simulator select,
  #roi-simulator .btn-calc,
  #roi-simulator .btn-demo {
    padding: 18px;
    font-size: 1.15rem;
  }
}
