*,
*::before,
*::after {
  box-sizing: border-box;
}

body.pf-cadastro-escort {
  margin: 0;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: #263238;
  background: #fff;
}

.phone-validate {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .phone-validate {
    flex-direction: row;
    align-items: stretch;
  }

  .phone-validate__container {
    flex: 1;
    max-width: 520px;
  }

  .landing-page {
    flex: 1;
  }
}

.phone-validate__container {
  padding: 24px 20px 32px;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: 24px;
  color: #263238;
  font-size: 15px;
}

.back-button__text {
  font-weight: 500;
}

.phone-validate__group {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 120px);
}

.phone__content {
  flex: 1;
}

.base-input {
  margin-bottom: 20px;
}

.base-input__label {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #263238;
}

.base-input__container {
  position: relative;
}

.base-input__element {
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  color: #263238;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.base-input__element:focus {
  border-color: #e25352;
  box-shadow: 0 0 0 3px rgba(226, 83, 82, 0.15);
}

.base-input__error {
  color: #c62828;
  font-size: 13px;
  margin: 8px 0 0;
}

.visibility {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 8px;
}

.visibility p {
  margin: 0;
  font-size: 13px;
  color: #546e7a;
  line-height: 1.4;
}

.phone-checkboxes__checktext {
  font-size: 13px;
  line-height: 1.5;
  color: #546e7a;
  margin: 0 0 24px;
}

.phone-checkboxes__link {
  color: #e25352;
  text-decoration: underline;
  cursor: pointer;
}

.phone-validate__footer {
  margin-top: auto;
  padding-top: 24px;
}

.filled {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
}

.filled p {
  margin: 0;
}

.filled--primary {
  background: #e25352;
  color: #fff;
}

.filled--primary:not(.disabled):hover {
  background: #c94443;
}

.filled--black {
  background: #263238;
  color: #fff;
  margin-top: 12px;
}

.filled--black:hover {
  background: #37474f;
}

.filled.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.text--md {
  font-size: 16px;
}

.full {
  width: 100%;
}

.phone-validate__disclaimers {
  margin-top: 20px;
  text-align: center;
}

.cta {
  font-size: 14px;
  color: #546e7a;
}

.cta__link {
  color: #e25352;
  font-weight: 600;
  text-decoration: none;
}

.cta__link:hover {
  text-decoration: underline;
}

/* Landing / calculadora */
.landing-page {
  background: linear-gradient(160deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  color: #fff;
  padding: 32px 20px 48px;
}

.monthly-income-calculator__content {
  max-width: 420px;
  margin: 0 auto;
}

.header__text {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}

.header__total {
  font-size: 48px;
  font-weight: 800;
  margin: 8px 0 4px;
  letter-spacing: -1px;
}

.header__text--small {
  display: block;
  font-size: 14px;
  opacity: 0.75;
  margin-bottom: 16px;
}

.disclaimer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  margin-bottom: 28px;
}

.disclaimer__icon {
  flex-shrink: 0;
}

.rate {
  margin-bottom: 24px;
  font-size: 14px;
  opacity: 0.9;
}

.rate__field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
}

.rate__button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rate__button:hover {
  background: rgba(255, 255, 255, 0.35);
}

.rate__text {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rate__input {
  width: 72px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
}

.rate__input::-webkit-outer-spin-button,
.rate__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.service {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.service__label {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.service__label b {
  font-size: 18px;
  color: #fff;
}

.input__range input[type="range"] {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  outline: none;
}

.input__range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e25352;
  cursor: pointer;
  border: 2px solid #fff;
}

.input__range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e25352;
  cursor: pointer;
  border: 2px solid #fff;
}

.create-account {
  display: block;
  text-align: center;
  background: #e25352;
  color: #fff;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s;
}

.create-account:hover {
  background: #c94443;
}

.pf-step[hidden] {
  display: none !important;
}

@media (max-width: 1023px) {
  .landing-page {
    border-radius: 24px 24px 0 0;
    margin-top: -16px;
    position: relative;
    z-index: 1;
  }
}
