.v2-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.v2-modal.is-open,
.v2-modal:target {
  display: flex;
}

.v2-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 21, .72);
}

.v2-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 449px;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.v2-modal .v2-sim__form {
  width: 100%;
  max-width: none;
  padding: 36px 28px 28px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(11, 13, 21, .28);
}

.v2-modal .v2-sim__fields {
  display: block;
}

.v2-modal .v2-sim__fields h2 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 8px;
  color: #14191e;
}

.v2-modal__lead {
  color: #5a6772;
  font-size: 15px;
  line-height: 155%;
  margin: 0 0 20px;
}

.v2-modal .v2-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  width: 100%;
}

.v2-modal .v2-field label {
  display: block;
  color: #49585f;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}

.v2-modal .v2-field select,
.v2-modal .v2-field input[type="tel"] {
  appearance: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236e3cff' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 18px center;
  border: 2px solid #e5e5ff;
  border-radius: 300px;
  padding: 14px 42px 14px 20px;
  font-size: 15px;
  font-family: inherit;
  color: #14191e;
}

.v2-modal .v2-field input[type="tel"] {
  background-image: none;
  padding-right: 20px;
}

.v2-modal .v2-field select:focus,
.v2-modal .v2-field input[type="tel"]:focus {
  outline: none;
  border-color: #6b21a8;
}

.v2-modal .v2-sim__form .v2-btn {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
}

.v2-modal .v2-sim__success {
  display: none;
  text-align: center;
}

.v2-modal .v2-sim__form.is-done .v2-sim__fields {
  display: none;
}

.v2-modal .v2-sim__form.is-done .v2-sim__success {
  display: block;
}

.v2-modal .v2-sim__success h3 {
  font-family: Poppins, sans-serif;
  color: #6b21a8;
  font-size: 20px;
  margin: 0 0 12px;
}

.v2-modal .v2-sim__success p {
  color: #5a6772;
  font-size: 15px;
  line-height: 155%;
  margin: 0 0 16px;
}

.v2-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #5a6772;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.v2-form-erro {
  color: #b42318;
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 12px;
}

body.v2-modal-aberta {
  overflow: hidden;
}

.v2-page-hero .v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.v2-page-hero .v2-btn--outline,
.v2-page-hero .v2-btn--ghost-dark {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .4);
  color: #fff;
  box-shadow: none;
}

.v2-page-hero .v2-btn--outline:hover,
.v2-page-hero .v2-btn--ghost-dark:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}

.v2-page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 40px;
}
