/* Finnanza 1.24.45 — recuperação de senha no mesmo shell visual da página comercial */
body.recovery-page{
  min-height:100vh;
  background:#F7F5F0!important;
  color:#092536!important;
}
body.recovery-page .recovery-commercial-header{
  position:relative;
  z-index:30;
}
.recovery-commercial-main{
  min-height:calc(100vh - 76px);
  background:
    radial-gradient(circle at 90% 12%,rgba(0,116,95,.10),transparent 30rem),
    radial-gradient(circle at 6% 92%,rgba(197,164,91,.10),transparent 24rem),
    #F7F5F0;
}
body.recovery-page .recovery-commercial-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(370px,500px)!important;
  align-items:center!important;
  gap:clamp(42px,7vw,96px)!important;
  width:min(100%,1380px)!important;
  min-height:calc(100vh - 76px)!important;
  margin:0 auto!important;
  padding:clamp(58px,7vw,96px) clamp(22px,6vw,88px)!important;
}
body.recovery-page .recovery-commercial-copy{
  max-width:720px!important;
}
body.recovery-page .recovery-commercial-copy h1{
  max-width:720px!important;
  margin:22px 0 18px!important;
  color:#092536!important;
  font-family:"Plus Jakarta Sans",Inter,sans-serif!important;
  font-size:clamp(2.5rem,4.5vw,4.25rem)!important;
  font-weight:600!important;
  line-height:1.04!important;
  letter-spacing:-.052em!important;
}
body.recovery-page .recovery-commercial-copy h1 em{
  color:#00745F!important;
  font-style:normal!important;
  font-weight:600!important;
}
body.recovery-page .recovery-commercial-copy>p{
  max-width:620px!important;
  margin:0!important;
  color:#667A82!important;
  font-size:clamp(.98rem,1.12vw,1.08rem)!important;
  font-weight:500!important;
  line-height:1.68!important;
}
body.recovery-page .recovery-commercial-proof{
  margin-top:25px!important;
}
.recovery-commercial-note{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 32px;
  align-items:center;
  gap:14px;
  max-width:545px;
  margin-top:34px;
  padding:17px 18px;
  border:1px solid #D7DEDC;
  border-radius:18px;
  background:rgba(255,255,255,.9);
  box-shadow:0 14px 38px rgba(9,37,54,.06);
}
.recovery-commercial-note-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:#EAF6F1;
  color:#00745F;
}
.recovery-commercial-note-icon .icon{width:20px;height:20px}
.recovery-commercial-note small,.recovery-commercial-note strong,.recovery-commercial-note p{display:block;margin:0}
.recovery-commercial-note small{color:#8A999D;font-size:.70rem;font-weight:500}
.recovery-commercial-note strong{margin-top:2px;color:#092536;font-size:.84rem;font-weight:600}
.recovery-commercial-note p{margin-top:3px;color:#667A82;font-size:.72rem;font-weight:500;line-height:1.45}
.recovery-commercial-note>i{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:9px;
  background:#EAF6F1;
  color:#00745F;
  font-style:normal;
}
.recovery-commercial-note>i .icon{width:14px;height:14px}
.recovery-commercial-card{
  position:relative;
  z-index:3;
  width:100%;
  padding:clamp(28px,3.5vw,42px);
  border:1px solid #D7DEDC;
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 70px rgba(9,37,54,.11);
}
.recovery-commercial-card::before{
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:3px;
  border-radius:0 0 4px 4px;
  background:linear-gradient(90deg,#00745F 0 72%,#C5A45B 72% 100%);
}
.recovery-commercial-kicker{
  display:block;
  margin-bottom:7px;
  color:#00745F;
  font-size:.70rem;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.recovery-page .recovery-commercial-card h2{
  margin:0!important;
  color:#092536!important;
  font-family:"Plus Jakarta Sans",Inter,sans-serif!important;
  font-size:clamp(1.55rem,2.4vw,2rem)!important;
  font-weight:600!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
}
body.recovery-page .recovery-commercial-card>p{
  margin:9px 0 25px!important;
  color:#667A82!important;
  font-size:.86rem!important;
  font-weight:500!important;
  line-height:1.55!important;
}
.recovery-commercial-form{display:grid;gap:16px}
.recovery-commercial-form .field{display:grid;gap:7px}
.recovery-commercial-form .field label{color:#35505B;font-size:.78rem;font-weight:500}
.recovery-commercial-form .field input{
  width:100%;
  min-height:52px;
  padding:0 15px;
  border:1px solid #C9D2D0;
  border-radius:11px;
  background:#fff;
  color:#092536;
  font-size:.9rem;
  font-weight:500;
  outline:none;
}
.recovery-commercial-form .field input:focus{border-color:#00745F;box-shadow:0 0 0 3px rgba(0,116,95,.09)}
.recovery-commercial-submit{width:100%!important;min-height:52px!important;margin-top:1px!important}
.recovery-commercial-recaptcha{max-width:100%;overflow:hidden}
.recovery-commercial-back{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:max-content;
  margin:19px auto 0;
  color:#00745F!important;
  font-size:.76rem;
  font-weight:500;
}
.recovery-commercial-back .icon{width:14px;height:14px}
.recovery-commercial-footer .tm-footer-bottom{min-height:72px}
@media(max-width:1100px){
  body.recovery-page .recovery-commercial-header nav{display:none!important}
  body.recovery-page .recovery-commercial-hero{grid-template-columns:minmax(0,1fr) minmax(350px,460px)!important;gap:34px!important}
}
@media(max-width:760px){
  body.recovery-page .recovery-commercial-header{height:68px!important;padding:0 15px!important}
  body.recovery-page .recovery-commercial-header .tm-login{display:none!important}
  body.recovery-page .recovery-commercial-header .tm-header-cta{display:inline-flex!important;min-height:40px!important;padding:0 13px!important}
  body.recovery-page .recovery-commercial-hero{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:44px 16px 48px!important;
    gap:30px!important;
  }
  body.recovery-page .recovery-commercial-copy h1{font-size:clamp(2.1rem,10vw,2.85rem)!important;margin:18px 0 14px!important}
  body.recovery-page .recovery-commercial-copy>p{font-size:.96rem!important}
  .recovery-commercial-note{display:none}
  .recovery-commercial-card{padding:25px 20px;border-radius:19px}
  .recovery-commercial-form .field input{font-size:1rem}
  .recovery-commercial-footer .tm-footer-bottom{padding:18px;align-items:flex-start;flex-direction:column;gap:5px}
}
@media(max-width:380px){
  body.recovery-page .recovery-commercial-header .tm-brand strong{display:none!important}
  .recovery-commercial-card{padding:23px 17px}
  .recovery-commercial-recaptcha{transform:scale(.92);transform-origin:left top;margin-bottom:-5px}
}

/* 1.24.46 — reCAPTCHA v3 invisível */
.recovery-recaptcha-v3-note{margin:.05rem 0 .2rem;font-size:.75rem;line-height:1.45;color:#64748b;font-weight:500}
.recaptcha-v3-client-error{margin:.25rem 0 .5rem}


/* Finnanza 1.24.48 — redefinição de senha no shell comercial */
body.recovery-page .recovery-reset-card{max-width:500px}
.recovery-password-control{position:relative;display:flex;align-items:center;min-width:0}
.recovery-password-control input{padding-right:52px!important}
.recovery-password-toggle{
  position:absolute;
  right:6px;
  top:50%;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#667A82;
  cursor:pointer;
  transform:translateY(-50%);
}
.recovery-password-toggle:hover{background:#F2F6F4;color:#00745F}
.recovery-password-toggle:focus-visible{outline:2px solid #00745F;outline-offset:2px}
.recovery-password-toggle .icon{width:18px;height:18px}
.recovery-password-rules{display:grid;grid-template-columns:1fr;gap:7px;margin:-2px 0 2px;padding:12px 13px;border:1px solid #E1E7E5;border-radius:11px;background:#F8FAF9}
.recovery-password-rules span{display:flex;align-items:center;gap:7px;color:#78888D;font-size:.73rem;font-weight:500;line-height:1.35;transition:color .18s ease}
.recovery-password-rules span .icon{width:13px;height:13px;flex:0 0 auto;opacity:.55}
.recovery-password-rules span.is-valid{color:#00745F}
.recovery-password-rules span.is-valid .icon{opacity:1}
.recovery-password-match{display:block;min-height:18px;margin-top:1px;font-size:.72rem;font-weight:500;line-height:1.4}
.recovery-password-match.is-valid{color:#00745F}
.recovery-password-match.is-invalid{color:#B42318}
body.recovery-page .field-error{display:block;color:#B42318;font-size:.73rem;font-weight:500;line-height:1.4}
@media(max-width:760px){
  body.recovery-page .recovery-reset-hero{padding-top:36px!important}
  .recovery-password-toggle{width:42px;height:42px}
}
