.scp-sim {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch;
  font-family: Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;
}
@media (max-width: 980px) { .scp-sim { grid-template-columns: 1fr } }

.scp-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
  padding: 28px;
}

.scp-card.left h2 {
  margin: 0 0 14px 0;
}

.scp-segment {
  display: flex;
  gap: 10px;
  background: #f3f5f7;
  border: 1px solid #e3e6ea;
  border-radius: 999px;
  padding: 6px;
  width: max-content;
}

.scp-segment .seg-btn {
  border: 0;
  background: transparent;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  gap: 6px;
  align-items: center;
}
button.btn.reset {
    border-radius: 20px;
}
.scp-segment .seg-btn.active {
  background: #00a5ae;
  color: #fff;
}

.scp-fields {
  margin-top: 18px;
  display: grid;
  gap: 18px;
}

.scp-field label {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.scp-field .help {
  color: #5a6472;
  font-size: 13px;
  margin: 6px 0 0;
}

.inp {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.inp input {
  width: 220px;
  padding: 12px 44px 12px 14px;
  border: 1px solid #d9dee4;
  border-radius: 10px;
  font-size: 16px;
}
.inp .suf {
  position: absolute;
  right: 10px;
  color: #6b7685;
  font-weight: 600;
}

.pair {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 14px;
}
.pair .second { display: none; }

.slider {
  position: relative;
  padding: 8px 0 0;
}

.slider input[type=range] {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(to right, #00a5ae var(--val, 50%), #dce3e9 var(--val, 50%));
  outline: none;
  transition: background 0.2s ease;
}
.slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00a5ae;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.slider input[type=range]:focus::-webkit-slider-thumb {
  background: #00a5ae;
}

.marks {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.marks button {
  border: 0;
  background: transparent;
  font-weight: 700;
  color: #00a5ae;
  cursor: pointer;
  text-align: center;
}
.marks button.active {
  background: #00a5ae;
  color: #fff;
  border-radius: 10px;
  padding: 6px 10px;
}

.hidden { display: none; }

/* ----------- Colonne droite ----------- */
.scp-card.right {
  background: #00a5ae;
  border-color: #057e85;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.topline {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.illu {
  width: 240px;
  height: 126px;
  background: url("../8.png") center/contain no-repeat;
  margin: 8px 0 12px;
}

.amount {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
}
p.info {
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
}
.sub {
  color: #ffffff;
  font-size: 20px;
  opacity: .8;
  margin-bottom: 14px;
}

.ratechip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e6d7cb;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 700;
}

.mini {
  border: 0;
  background: #ffe9da;
  border-radius: 8px;
  padding: 4px 6px;
  cursor: pointer;
}

.perks {
  display: flex;
  gap: 18px;
  margin-top: 10px;
  color: #2e4756;
}

.legal {
  margin-top: 10px;
  color: #fefefe;
}
