:root{
  --brand:#2E37A4;
  --accent:#00d4c8;

  --bg:#F2F5FB;
  --bg2:#FFFFFF;
  --ink:#0F172A;
  --muted:#5B647A;

  --shadow:0 18px 55px rgba(15,23,42,.10);

  --max:1140px;
  --pad:20px;

  --btn:#2E37A4;
  --btnText:#FFFFFF;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%; height:auto}

.container{max-width:var(--max); margin:0 auto; padding:0 var(--pad);}
.section{padding:20px 0;}
.section.tight{padding:48px 0;}
.center{text-align:center;}
.grid{display:grid; gap:18px;}

.top{ padding:26px 0 0; }
.brandbox{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.brandbox img{height:30px;}
.headline-note{
  margin:0;
  color:#1B245A;
  font-weight:100;
  letter-spacing:-.2px;
  font-size:21px;
  text-align:center;
}

.hero{
  position:relative;
  padding:18px 0 26px;
  background:
    radial-gradient(900px 420px at 25% 0%, rgba(46,55,164,.18), transparent 60%),
    radial-gradient(900px 420px at 85% 0%, rgba(0,212,200,.10), transparent 60%),
    linear-gradient(180deg, rgba(46,55,164,.18), rgba(242,245,251,0) 55%);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:stretch;
  margin-top:18px;
}
.hero-card{
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 28px;
  position:relative;
  overflow:hidden;
}
.hero-card:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(640px 260px at 10% 0%, rgba(91,107,255,.18), transparent 58%),
    radial-gradient(620px 260px at 92% 10%, rgba(0,212,200,.12), transparent 62%);
  pointer-events:none;
  opacity:.9;
}
.hero-card > *{position:relative; z-index:1;}

h1{
  margin:0;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -.7px;
  color: #0F1A3A;
}
.lead{
  margin:14px 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 66ch;
}

.trust-lines{
  margin-top: 10px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.trust-line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:5px 0px;
  color:#1B245A;
  font-size: 13px;
  line-height:1.45;
}
.trust-line i{ color: var(--brand); margin-top:2px; }

.cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
  align-items:center;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:13px 16px;
  border-radius:5px;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(15,23,42,.10);
  background: #fff;
  color: #0F1A3A;
  box-shadow: 0 16px 40px rgba(15,23,42,.10);
  transition: transform .15s ease, filter .15s ease, background .15s ease;
  cursor:pointer;
  user-select:none;
}
.btn:hover{transform: translateY(-1px); filter:brightness(1.02);}
.btn.primary{
  background: var(--btn);
  color: var(--btnText);
  border-color: rgba(46,55,164,.35);
  box-shadow: 0 16px 40px rgba(46,55,164,.18);
}
.btn.ghost{
  background: rgba(46,55,164,.06);
  border-color: rgba(46,55,164,.18);
  color: #18214A;
}
.micro{
  margin-top:10px;
  font-size:13px;
  color: var(--muted);
  line-height:1.5;
}

.human-card{
  background: rgba(255,255,255,.92);
  border:1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 18px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.section-head{margin-bottom:18px;}
.section-head h2{
  margin:0;
  font-size: 28px;
  letter-spacing: -.35px;
  color:#0F1A3A;
}
.section-head p{
  margin: 10px auto 0;
  color: var(--muted);
  max-width: 84ch;
  line-height:1.65;
}

.card{
  background: var(--bg2);
  border:1px solid rgba(15,23,42,.08);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 14px 42px rgba(15,23,42,.08);
}
.icon {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(46, 55, 164, .10);
    border: 1px solid rgba(46, 55, 164, .18);
    margin-bottom: 10px;
    position: relative;
    float: left;
}
.icon i{color: var(--brand);}
.card h3 {
    margin: 0px;
    font-size: 15px;
    color: #0F1A3A;
    margin-left: 50px;
    padding-top: 12px;
    display: block;
}
.card p {
    margin: 25px 0px 0px 0px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}

.row-flex{display:flex; flex-wrap:wrap; margin-left:-8px; margin-right:-8px;}
.col-card{
  padding-left:8px; padding-right:8px;
  width:100%;
  max-width:-webkit-fill-available;
  min-width:280px;
  flex:1 1 280px;
  margin-bottom:16px;
}
.profile-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  padding:16px;
  height:100%;
  display:flex;
  gap:14px;
  align-items:flex-start;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.profile-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
}
.avatar{
  width:72px;height:72px;border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(15,23,42,.08);
}
.pinfo{min-width:0; flex:1;}
.pname{
  margin:0;
  font-size:16px;
  line-height:1.2;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  color:#0F1A3A;
  font-weight:900;
}
.pname span{color: var(--brand); margin-left:6px;}
.pline{margin-top:6px; display:flex; flex-direction:column; gap:6px;}
.crp{font-size:13px; color:#0F1A3A;}
.crp b{color: var(--muted); font-weight:800;}
.loc{
  display:flex; align-items:center; gap:6px;
  color: var(--muted);
  font-size:13px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.rating{
  display:flex; align-items:center; gap:8px;
  font-size:13px;
  color: var(--muted);
}
.stars span{color:#F5A524;}

.plans{grid-template-columns: 1fr 1fr; margin-top:16px;}
.plan{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  padding: 20px;
  box-shadow: var(--shadow);
  display:flex; flex-direction:column;
  position:relative;
  overflow:hidden;
}
.plan:before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(640px 220px at 0% 0%, rgba(46,55,164,.10), transparent 60%);
  pointer-events:none;
}
.plan.pro:before{
  background:
    radial-gradient(640px 220px at 0% 0%, rgba(46,55,164,.12), transparent 60%),
    radial-gradient(640px 220px at 100% 0%, rgba(0,212,200,.10), transparent 60%);
}
.plan > *{position:relative; z-index:1;}
.plan-head{display:flex; align-items:flex-start; justify-content:space-between; gap:12px;}
.plan h3{margin:0; font-size:18px; color:#0F1A3A; font-weight:900;}
.plan p{margin:6px 0 0; color: var(--muted); font-size:14px; line-height:1.6;}
.tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(46,55,164,.18);
  background: rgba(46,55,164,.08);
  color: rgba(46,55,164,.95);
  white-space:nowrap;
}
.tag.pro{
  border-color: rgba(46,55,164,.30);
  background: rgba(46,55,164,.10);
  color: rgba(46,55,164,1);
}
.price{
  margin-top: 14px;
  display:flex; align-items:baseline; gap:8px;
  font-weight:900;
  color:#0F1A3A;
}
.price .currency{font-size:16px; color: var(--muted);}
.price .val{font-size:44px; letter-spacing:-.8px;}
.price .per{font-size:14px; color: var(--muted); font-weight:800;}
.list{margin: 14px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:10px;}
.li{display:flex; align-items:flex-start; gap:10px; font-size:14px; line-height:1.45; color:#0F1A3A;}
.li i{margin-top:2px;}
.li.ok i{color: var(--brand);}
.li.no{color: rgba(15,23,42,.55);}
.li.no i{color: rgba(239,68,68,.75);}
.foot{margin-top:auto; padding-top:16px;}
.note{margin-top:10px; color: var(--muted); font-size:13px; line-height:1.55;}

.modal-overlay{
  position:fixed;
  inset:0;
  background: rgba(15,23,42,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding: 18px;
}
.modal{
  width: min(980px, 100%);
  height: min(82vh, 760px);
  background:#fff;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 30px 90px rgba(15,23,42,.30);
  border:1px solid rgba(15,23,42,.12);
  display:flex;
  flex-direction:column;
  position:relative;
}
.modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 12px 14px;
  border-bottom:1px solid rgba(15,23,42,.08);
  background: rgba(46,55,164,.06);
  z-index:2;
}
.modal-title{
  font-weight:900;
  color:#0F1A3A;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.modal-close{
  border:0;
  background:none;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  font-size:30px;
  color:#2f37a4;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:100;
}
.modal-close:hover{filter:brightness(1.02);}
.modal-body{flex:1; background:#fff; position:relative;}

.modal-body iframe{
  width:100%;
  height:100%;
  border:0;
  display:none;
}

.modal-foot{
  padding: 12px 14px;
  border-top:1px solid rgba(15,23,42,.08);
  background:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  z-index:2;
}
.modal-foot .hint{
  color: var(--muted);
  font-size:13px;
  line-height:1.45;
}

.skeleton-wrap{
  position:absolute;
  inset:0;
  padding: 14px;
  background: #fff;
  display:none;
}
.skeleton{
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(15,23,42,.06) 25%,
    rgba(15,23,42,.10) 37%,
    rgba(15,23,42,.06) 63%
  );
  background-size: 400% 100%;
  animation: shimmer 1.25s infinite;
}
@keyframes shimmer{
  0%{ background-position: 100% 0; }
  100%{ background-position: 0 0; }
}
.sk-header{height:52px; margin-bottom:12px;}
.sk-line{height:14px; margin:10px 0;}
.sk-block{height:220px; margin:16px 0;}
.sk-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  margin-top: 16px;
}
.sk-card{height:90px;}
.modal-error{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px;
  background:#fff;
  text-align:center;
}
.modal-error .box{
  max-width: 520px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(46,55,164,.04);
  border-radius: 18px;
  padding: 16px;
}
.modal-error b{display:block; color:#0F1A3A; margin-bottom:6px;}
.modal-error p{margin:0 0 12px; color: var(--muted); font-size:13px; line-height:1.5;}
.modal-error a{display:inline-flex;}

@media (max-width: 480px){
  body{padding-bottom: 86px;}
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr;}
  .plans{grid-template-columns: 1fr;}
  h1{font-size:34px}
  .col-card{max-width:100%;}
  .sk-grid{grid-template-columns: 1fr;}
}

@media (max-width: 460px){
  .div_print_perfil{max-height:320px; overflow:hidden; border-radius:14px;}
}
@media (min-width: 461px){
  .div_print_perfil{max-height:580px; overflow:hidden; border-radius:14px;}
}

.yellow{color:#F9CA06;}
.blue_balance{color:#2E37A3 !important;}
.coroa{font-size:40px;}
.mb-2{margin-bottom:20px;}
.text-light{font-weight:100;}
