:root{
  --bg:#0B1020; --panel:#0E1525; --card:#111a2e;
  --text:#e7ecf6; --muted:#9fb0cd; --border:#1f2a43;
  --primary:#6C5CE7; --primary-2:#8B7BFF; --success:#10B981; --danger:#EF4444;
}
*{box-sizing:border-box} html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial;background:
linear-gradient(180deg,#0B1020 0%,#0E1525 60%,#0B1020 100%);color:var(--text)}


.container{max-width:1120px;margin:0 auto;padding:0 20px}
a{text-decoration:none;color:inherit}

/* NAV */
.nav{position:sticky;top:0;z-index:50;background:rgba(13,18,34,.6);backdrop-filter:saturate(170%) blur(8px);border-bottom:1px solid rgba(255,255,255,.05)}
.nav__wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800}
.brand__dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-2))}
.brand__name{letter-spacing:.2px}
.nav__links{display:flex;gap:20px}
.nav__links a{color:#fff;font-weight:600}
.nav__links a:hover{color:#fff}

/* HERO */
.hero{padding:64px 0 24px}
.hero__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:36px;align-items:center}
.accent{color:#31c68f}
.hero__sub{color:#cfe1ff;max-width:560px}
.hero__cta{display:flex;gap:12px;margin:18px 0 8px}
.btn{display:inline-block;border-radius:12px;padding:12px 16px;cursor:pointer;font-weight:700}
.btn--primary{background:linear-gradient(180deg,#3be0aa,#31c68f 70%, #2bb07f);box-shadow:0 10px 30px rgba(108,92,231,.25);color: #0d1530;box-shadow: 0 2px 20px #3be0aa;}
.btn--ghost{background:transparent;color:#e7ecf6;border:1px solid var(--border)}
.pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#0d1530;border:1px solid var(--border);color:#cfe1ff;font-size:12px;margin-right:6px}
.hero__badges{margin-top:8px}

/* PHONE */
.phone{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:12px;box-shadow: 0 2px 20px #3be0aa;}
.phone__head{display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--border);padding:8px 8px 12px}
.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(180deg,#3be0aa,#31c68f 70%, #2bb07f);display:grid;place-items:center;font-weight:800;color: #0d1530;}
.contact{font-weight:800}
.status{color:var(--muted);font-size:12px;margin-top:-2px}
.chat{height:300px;overflow:auto;padding:10px 6px 4px;display:flex;flex-direction:column;gap:8px}
.msg{max-width:82%;padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.35}
.msg.bot{background:#0f1833;border:1px solid var(--border)}
.msg.me{background:#1b2743;border:1px solid #233154;margin-left:auto}

/* SECTIONS */
.section{padding:56px 0}
.section--alt{background:linear-gradient(180deg,#0E1525 0%,#0B1020 100%);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
h1,h2{font-family:Montserrat,system-ui;letter-spacing:.2px;margin:0 0 14px}
h1{font-size:42px}
h2{font-size:28px}
h3{margin:0 0 6px}
h4{margin:0 0 6px}
.muted{color:#cfe1ff}
.center{text-align: left;margin-bottom: 30px}
.small{font-size:12px}

/* BENEFÍCIOS */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:10px; }
.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.ic{font-size:20px;margin-bottom:6px}
.scrollbar-color{color: #10B981;}
/* COMO FUNCIONA */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.step{display:flex;gap:12px;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px;box-shadow: 0 2px 20px #3be0aa;}
.step__n{min-width:28px;height:28px;border-radius:999px;background:linear-gradient(180deg, #3be0aa, #31c68f 70%, #2bb07f);display:grid;place-items:center;font-weight:800;color: #0d1530}

/* PLANOS */
.plan{max-width:760px;margin:8px auto 0}
.plan__label{display:block;margin:6px 0 6px;color:var(--muted)}
.plan__input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#0e1630;color:#e7ecf6;outline:none}
.plan__input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(108,92,231,.2)}
.pricing{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:12px}
.price{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;position:relative;box-shadow: 0 2px 20px #3be0aa}
/*.price--pro{box-shadow: 0 16px 40px #3be0aa;}*/
.badge{position:absolute;top:-12px;right:12px;background:linear-gradient(180deg, #3be0aa, #31c68f 70%, #2bb07f);color:#0d1530;border-radius:999px;padding:6px 10px;font-size:12px}
.price__value{font-family:Montserrat,system-ui;font-weight:800;font-size:28px;margin:4px 0 10px}
.price__value span{font-size:12px;color:var(--muted);font-weight:600;margin-left:6px}
.features{list-style:none;padding:0;margin:0 0 12px;color:#d4def5}
.features li{margin:6px 0}
.cta-row{display:flex;gap:10px}

/* FAQ */
.faq{max-width:820px;margin: 0}
details{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px;margin:8px 0}
summary{cursor:pointer;font-weight:700}
summary::-webkit-details-marker{display:none}

/* FOOTER */
.footer{padding:22px 0;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#0B1020 0%,#0B1020 100%)}
.footer__grid{display:flex;justify-content:space-between;align-items:center;gap:16px}
.brand--foot .brand__dot{width:10px;height:10px}

img {
    max-width: 350px;
    display: block;
}

.logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2dd4bf, #38d39f 60%, #22c55e);
    box-shadow: 0 8px 20px rgba(56, 211, 159, .35);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #04281b;
    font-weight: 800;
    flex: 0 0 auto;
}

span.logo_name {
    font-size: xx-large;
}
/* RESPONSIVO */
@media (max-width:1024px){
  .hero{padding: 0;}
  .hero__grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .nav__wrap{visibility: hidden}
  .nav{visibility: hidden}
  .footer__grid {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-direction: column;
}
  
.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    box-shadow: 0 2px 20px #3be0aa;
}

.step {
    display: flex
;
    gap: 12px;
    align-items: flex-start;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 2px 20px #3be0aa;
}

}
html{scroll-behavior:smooth}


.card2{
  background: #111a2e;
  border: 1px solid #1e293b;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  overflow:hidden;
  box-shadow: 0 2px 20px #3be0aa;
}

.section-head{ display:flow; align-items:center; justify-content:space-between; gap:8px; margin-bottom:8px }
/* Lista */
.list{ list-style:none; margin:8px 0 0; padding:0 }
.list li{
  display:flex; justify-content:space-between; gap:12px; padding:12px 0;
  border-bottom:1px dashed #1a2540;
}
.row{ display:flex; gap:12px; align-items:center; min-width:0; margin-top: 6px; }

/* ===== Paginação simples ===== */
.pager{ display:flex; align-items:center; gap:8px }
.pager .pager-info{ font-size:12px; color: var(--muted) }
.pager .btn[disabled]{ opacity:.55; cursor:not-allowed }

.btn:hover{ transform: translateY(-1px) }
.btn-primary{
  background: linear-gradient(180deg,#3be0aa,#31c68f 70%, #2bb07f);
  color: var(--primary-ink);
  border:1px solid #24a06c;
  box-shadow: 0 8px 18px rgba(56,211,159,.25);
  font-size: 0.8em;
}
a.btn.btn--primary2 {
    background: linear-gradient(180deg, #3be0aa, #31c68f 70%, #2bb07f);
    color: var(--primary-ink);
    border: 1px solid #24a06c;
    box-shadow: 0 8px 18px rgba(56, 211, 159, .25);
    font-size: 0.8em;
    color: black;
}


.btn-primary:hover{ filter: brightness(1.03) }
.btn-danger{ background: #0f172a; border-color:#4a1f26; color:#ffb4b4 }
.btn-ghost{ background: transparent; border-color:#24324a; color:#b5c1d8 }
.item-meta{ font-size:12px; color:var(--muted); word-break:break-word; padding: 8px; }
.small{ font-size: 12px; color: var(--muted); }

/* Inputs / Buttons */
input, select, button{
  width:100%;
  padding:12px 14px;
  border-radius: 14px;
  border:1px solid #1e293b;
  background: #0b1220;
  color: var(--text);
  outline: none;
  transition: border-color .15s ease, transform .04s ease;
  max-width:100%;
  margin-bottom: 6px;
}
input:focus, select:focus{ border-color:#2dd4bf; box-shadow: 0 0 0 3px rgba(45,212,191,.08) }

/* Altura fixa para inputs/selects/botoes – evita variação */
input, select { height: var(--ctl-height); }
button{ cursor:pointer; font-weight:600; height: var(--ctl-height); }
.container2{ max-width: 880px; margin: 0 auto; padding: 24px; overflow-x:hidden}
/* Tags e valores */
.amount-in{ color: #86efac; font-weight:600 }
.amount-out{ color: #fca5a5; font-weight:600 }
.tag{
  padding:6px 10px; border-radius:999px; font-size:12px; border:1px solid var(--line); color:#b5c1d8; white-space:nowrap
}

@media (max-width: 720px) {
    .row {
        flex-direction: row;
        align-items: center;
        margin-top: 6px;
    }
}
@media (max-width: 720px) {
    .list li {
        display: block;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px dashed #1a2540;
    }
    .btn--primary {
    background: linear-gradient(180deg, #3be0aa, #31c68f 70%, #2bb07f);
    box-shadow: 0 10px 30px rgba(108, 92, 231, .25);
    color: #0d1530;
    box-shadow: 0 2px 20px #3be0aa;
}


}

