/* Prêt à protéger votre avenir – CTA section */
.pret-a-proteger {
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #019255;
  border-radius: 32px;
  min-height: 471px;
  padding: 96px 96px 96px 96px;
  position: relative;
  overflow: hidden;
}


.pret-a-proteger__inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  position: relative;
  z-index: 1;
}

.pret-a-proteger__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 698px;
  text-align: center;
}

.pret-a-proteger__title {
  margin: 0;
  font-family: 'Satoshi', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #f8f6f2;
}

.pret-a-proteger__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  max-width: 485px;
}

.pret-a-proteger__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pret-a-proteger__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 32px;
  border-radius: 300px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}

.pret-a-proteger__btn--primary {
  background-color: #1e386d;
  color: #ffffff;
}

.pret-a-proteger__btn--primary:hover {
  background-color: #f8f6f2;
  color: #1e386d;
}

.pret-a-proteger__btn--secondary {
  background-color: transparent;
  color: #f8f6f2;
  border-color: #f8f6f2;
}

.pret-a-proteger__btn--secondary:hover {
  background-color: #f8f6f2;
  color: #1e386d;
  border-color: #f8f6f2;
}

/* Decorative circles */
.pret-a-proteger__circle--1 {
  position: absolute;
  left: 108px;
  bottom: 104px;
  width: 30px;
  height: 30px;
  border: 10px solid #f8f6f2;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.pret-a-proteger__circle--2 {
  position: absolute;
  right: 50px;
  top: 189px;
  width: 38px;
  height: 38px;
  border: 11px solid #f8f6f2;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.pret-a-proteger__circle--3 {
  position: absolute;
  left: 179px;
  top: 104px;
  width: 19px;
  height: 19px;
  background-color: #f8f6f2;
  border-radius: 50%;
  pointer-events: none;
}

@media (max-width: 1279px) {
  .pret-a-proteger {
    padding: 64px 48px;
    min-height: 0;
  }

  .pret-a-proteger__inner {
    gap: 48px;
  }

  .pret-a-proteger__title {
    font-size: 40px;
  }

  .pret-a-proteger__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 639px) {
  .pret-a-proteger {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 48px 24px;
    border-radius: 24px;
  }

  .pret-a-proteger__inner {
    gap: 32px;
  }

  .pret-a-proteger__content {
    gap: 16px;
  }

  .pret-a-proteger__title {
    font-size: 28px;
  }

  .pret-a-proteger__subtitle {
    font-size: 16px;
  }

  .pret-a-proteger__actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .pret-a-proteger__btn {
    width: 100%;
    min-height: 56px;
    font-size: 18px;
  }

  .pret-a-proteger__circle--1 {
    left: 24px;
    bottom: 24px;
    width: 24px;
    height: 24px;
    border-width: 6px;
  }

  .pret-a-proteger__circle--2 {
    right: 16px;
    top: 24px;
    width: 28px;
    height: 28px;
    border-width: 8px;
  }

  .pret-a-proteger__circle--3 {
    left: 24px;
    top: 24px;
    width: 14px;
    height: 14px;
  }
}
