/* TOKEN_PLANO_FAMILIA_PORTAL_CLARO */
body.pf-token-active {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    linear-gradient(rgba(29, 100, 175, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 100, 175, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff, #f5f8fc 68%, #eef4fa);
  background-size: 32px 32px, 32px 32px, auto;
}

body.pf-token-active > .header {
  display: none !important;
}

body.pf-token-active > .main {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.pf-token-shell {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(390px, 470px);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
  width: min(1280px, calc(100% - 80px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 0;
}

.pf-token-intro {
  max-width: 640px;
}

.pf-token-intro h1 {
  margin: 0;
  color: #082d58;
  font-size: clamp(43px, 4.2vw, 66px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pf-token-intro h1 strong {
  display: block;
  color: #1670dd;
  font: inherit;
}

.pf-token-intro > p {
  max-width: 590px;
  margin: 31px 0 0;
  color: #49647f;
  font-size: 18px;
  line-height: 1.65;
}

.pf-token-benefits {
  width: min(100%, 530px);
  margin-top: 31px;
}

.pf-token-benefit {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  min-height: 91px;
  border-bottom: 1px solid #d8e4ef;
  color: #365674;
  font-size: 16px;
}

.pf-token-benefit:last-child {
  border-bottom: 0;
}

.pf-token-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: #1472dc;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pf-token-card {
  position: relative;
  width: min(100%, 470px);
  justify-self: end;
  padding: 35px 42px 24px;
  overflow: hidden;
  border: 1px solid #d8e2ed;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(11, 43, 77, 0.16);
}

.pf-token-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #ed1c24;
}

.pf-token-brand {
  display: flex;
  justify-content: center;
  min-height: 92px;
}

.pf-token-brand img {
  width: min(220px, 66%);
  object-fit: contain;
}

.pf-token-divider {
  height: 1px;
  margin: 3px 0 25px;
  background: #d8e2ed;
}

.pf-token-card h2 {
  margin: 0;
  color: #082d58;
  font-size: 24px;
  font-weight: 800;
}

.pf-token-description {
  margin: 7px 0 25px;
  color: #58718b;
  font-size: 14px;
}

.pf-token-field {
  margin-bottom: 20px;
}

.pf-token-field label {
  display: block;
  margin-bottom: 9px;
  color: #35536f;
  font-size: 11px;
  font-weight: 800;
}

.pf-token-field .form-control {
  width: 100%;
  height: 54px;
  padding: 0 17px;
  border: 1px solid #c8d7e6;
  border-radius: 8px;
  background: #f8fbfe;
  text-transform: uppercase;
}

.pf-token-secure {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 17px;
  padding: 5px 10px;
  border: 1px solid #b6d2ec;
  border-radius: 5px;
  color: #1269bd;
  background: #eef7ff;
  font-size: 10px;
  font-weight: 800;
}

.pf-token-secure svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.pf-token-submit {
  width: 100%;
  min-height: 53px;
  border: 1px solid #0966c7;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(#247fe0, #1268c8);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pf-token-back {
  display: block;
  margin: 18px auto 0;
  color: #126bd0;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.pf-token-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #dce5ee;
  color: #718399;
  font-size: 10px;
}

@media (max-width: 950px) {
  .pf-token-shell {
    grid-template-columns: 1fr;
    width: min(680px, calc(100% - 40px));
  }

  .pf-token-benefits {
    display: none;
  }

  .pf-token-card {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .pf-token-shell {
    display: block;
    width: 100%;
    padding: 0;
  }

  .pf-token-intro {
    padding: 28px 22px 24px;
  }

  .pf-token-intro h1 {
    font-size: 34px;
  }

  .pf-token-intro > p {
    margin-top: 15px;
    font-size: 14px;
  }

  .pf-token-card {
    width: 100%;
    padding: 29px 22px 24px;
    border-right: 0;
    border-left: 0;
    border-radius: 15px 15px 0 0;
  }
}
