
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#080413;color:#fff;font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}
.container{width:min(1240px,calc(100% - 64px));margin:auto}

/* HEADER */
.site-header{position:absolute;top:0;left:0;width:100%;z-index:30;background:rgba(8,4,19,.94);border-bottom:1px solid rgba(255,255,255,.04)}
.header-inner{height:82px;display:grid;grid-template-columns:180px 1fr 220px;align-items:center;gap:24px}
.brand img{display:block;width:138px}
.nav{display:flex;justify-content:center;gap:34px}
.nav a{font-size:13px;color:#dad2e1;position:relative;white-space:nowrap}
.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:1px;background:#a067ff}
.header-cta{justify-self:end;padding:11px 18px;border:1px solid #865cf1;border-radius:999px;font-size:12px;white-space:nowrap;background:rgba(41,18,72,.42)}

/* HERO */
.hero{padding:116px 0 52px;background:linear-gradient(90deg,#090415 0%,#0b0616 50%,#11081c 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:440px minmax(0,1fr);gap:52px;align-items:center;min-height:610px}
.hero-copy{align-self:center}
.eyebrow{display:block;text-transform:uppercase;letter-spacing:.25em;color:#a077ff;font-size:10px;font-weight:800;margin-bottom:18px}
.hero h1{font-size:62px;line-height:1.01;letter-spacing:-.055em;margin:0 0 18px}
.hero h1 strong{color:#a67cff}
.hero-subtitle{font-size:20px;color:#f1ebf5;margin:0 0 15px}
.hero-support{font-size:15px;line-height:1.55;color:#b9aec2;margin:0}
.hero-actions{display:flex;gap:12px;margin:28px 0 34px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-size:13px;font-weight:700}
.primary{padding:14px 23px;background:linear-gradient(135deg,#6331ff,#a24dff);box-shadow:0 10px 26px rgba(102,45,255,.30)}
.secondary{padding:13px 18px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.02)}
.play{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;border:1px solid #fff;font-size:8px}
.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hero-benefits>div{display:flex;align-items:center;gap:10px}
.benefit-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid #6436dc;background:#170a29;color:#b88eff;flex:none}
.hero-benefits strong,.hero-benefits small{display:block}
.hero-benefits strong{font-size:11px}
.hero-benefits small{font-size:9px;color:#93879f;margin-top:3px}

/* IMPORTANT: no HTML popups over the image; the 3 popups are part of this asset */
.hero-image-wrap{width:100%;height:560px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.07);box-shadow:0 30px 80px rgba(0,0,0,.34)}
.hero-image-wrap img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}

/* HOW */
.how{padding:44px 0 58px;background:#0b0615;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.section-head{display:flex;justify-content:space-between;align-items:flex-end}
.section-head h2,.control h2,.proof h2,.banner h2,.faq h2,.contact h2{margin:0;letter-spacing:-.035em}
.section-head h2{font-size:31px}
.section-head p{margin:8px 0 0;color:#a79bac;font-size:14px}
.section-head>a{font-size:11px;color:#b796ff;border-bottom:1px solid #8054d7;padding-bottom:5px}
.steps{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;align-items:center;margin-top:34px}
.steps article{display:flex;gap:13px}
.steps article>span{flex:none;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#3d17aa,#7133ff);border:1px solid #8c62ff;font-weight:800}
.steps strong,.steps small{display:block}
.steps strong{font-size:12px;margin:2px 0 7px}
.steps small{font-size:10px;line-height:1.5;color:#998ca5}
.steps i{font-style:normal;text-align:center;color:#8f5fff;font-size:23px}

/* CONTROL */
.control{padding:78px 0;background:radial-gradient(circle at 92% 82%,rgba(92,36,160,.2),transparent 25%),#090513}
.control-grid{display:grid;grid-template-columns:390px minmax(0,1fr);gap:70px;align-items:center}
.control h2{font-size:38px;line-height:1.06}
.control-copy>p{font-size:14px;line-height:1.65;color:#afa4b9}
.control ul{list-style:none;padding:0;margin:28px 0}
.control li{position:relative;padding-left:28px;margin:12px 0;color:#c4bacb;font-size:12px}
.control li:before{content:"✓";position:absolute;left:0;top:-3px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#8d60ff;color:#18082d;font-weight:800}

.dashboard{display:grid;grid-template-columns:145px 1fr;border:1px solid #53308d;border-radius:18px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.32)}
.dashboard aside{background:#120923;padding:18px}
.dash-logo{font-size:16px;margin-bottom:22px}
.dashboard aside a{display:block;font-size:10px;color:#aa9db7;padding:10px;border-radius:7px}
.dashboard aside a.active{background:#5f31d2;color:#fff}
.dash-main{background:#f6f5f8;color:#251f2d;padding:20px}
.dash-top{display:flex;justify-content:space-between;align-items:center}
.dash-top small{font-size:9px;color:#8b8192}
.dash-top h3{margin:3px 0;font-size:22px}
.dash-top button{border:0;background:#6b39e9;color:#fff;border-radius:7px;padding:9px 11px;font-size:9px}
.search{padding:10px;background:white;border:1px solid #e2dde6;border-radius:7px;color:#9d93a4;font-size:9px;margin:14px 0 8px}
.tabs{display:flex;gap:18px;font-size:9px;color:#7d7286;border-bottom:1px solid #e8e3ea;padding-bottom:8px}
.tabs .active{color:#5d30ce}
.table{margin-top:8px;background:#fff;border:1px solid #e9e5eb;border-radius:8px;overflow:hidden}
.row{display:grid;grid-template-columns:.9fr 1.4fr .7fr 1.2fr .9fr;gap:8px;padding:10px;border-bottom:1px solid #eeeaf0;font-size:8.5px}
.row.head{font-size:7.5px;text-transform:uppercase;color:#8c8191;background:#faf9fb}
.status{font-size:7px;padding:4px 6px;border-radius:999px}
.ok{background:#d6f3e0;color:#277043}
.wait{background:#fff0be;color:#8b6807}
.out{background:#dceafd;color:#32669a}

/* PROOF */
.proof{padding:68px 0;background:#090513}
.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.proof h2{font-size:32px;line-height:1.03}
.proof p{font-size:13px;line-height:1.6;color:#a89dad}
.numbers{display:flex;gap:42px;margin-top:30px}
.numbers strong,.numbers span{display:block}
.numbers strong{font-size:27px;color:#9b6cff}
.numbers span{font-size:10px;color:#8c8196}
.testimonial{position:relative;border:1px solid rgba(139,92,245,.18);border-radius:16px;background:linear-gradient(145deg,#130a25,#0d0719);padding:28px 28px 28px 78px}
.avatar{position:absolute;left:24px;top:26px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#b98cff;color:#32135d;font-weight:800;font-size:11px}
blockquote{margin:0 0 16px;font-size:13px;line-height:1.7;color:#ddd4e5}
.testimonial strong,.testimonial small{display:block}
.testimonial strong{font-size:11px}
.testimonial small{font-size:9px;color:#817589}

/* CTA / FAQ / FOOTER */
.banner{padding:0 0 60px;background:#090513}
.banner-box{border:1px solid #53318b;border-radius:16px;padding:30px 36px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,rgba(69,32,117,.22),rgba(15,8,26,.35))}
.banner h2{font-size:28px}
.banner p{font-size:12px;color:#968a9f}

.faq{padding:58px 0;background:#0a0612;border-top:1px solid rgba(255,255,255,.04)}
.faq h2{font-size:30px}
.faq-intro{color:#998da3;font-size:12px}
.faq-list{max-width:720px;margin:28px auto 0}
.faq details{border:1px solid #2a1d3b;border-radius:10px;background:#0d0717;margin:9px 0;padding:0 16px}
.faq summary{cursor:pointer;padding:14px 0;font-size:12px}
.faq details p{color:#9c91a4;font-size:11px;line-height:1.6;padding-bottom:14px}

.contact{padding:58px 0;background:linear-gradient(90deg,#0d0718,#120820)}
.contact-box{display:flex;align-items:center;justify-content:space-between;gap:40px}
.contact h2{font-size:36px}
.contact h2 strong{color:#9e6dff}
.contact p{font-size:12px;color:#a397ad}

footer{background:#07030c;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr .8fr;gap:40px;padding:44px 0;color:#92869a;font-size:10px}
.footer-grid img{width:120px;margin-bottom:14px}
.footer-grid p{line-height:1.5}
.footer-grid strong{display:block;color:#fff;font-size:11px;margin-bottom:14px}
.footer-grid a,.footer-grid span{display:block;margin:8px 0}

@media(max-width:1100px){
  .container{width:min(100% - 40px,1100px)}
  .header-inner{grid-template-columns:150px 1fr 190px;gap:14px}
  .nav{gap:20px}
  .hero-grid{grid-template-columns:390px minmax(0,1fr);gap:28px}
  .hero h1{font-size:54px}
  .hero-image-wrap{height:520px}
  .control-grid{grid-template-columns:340px minmax(0,1fr);gap:42px}
}

@media(max-width:980px){
  .header-inner{display:flex}
  .nav{display:none}
  .header-cta{margin-left:auto}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{max-width:660px}
  .hero-image-wrap{height:520px}
  .control-grid,.proof-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr;gap:22px}
  .steps i{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:650px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{height:66px}
  .brand img{width:110px}
  .header-cta{font-size:10px;padding:9px 12px}
  .hero{padding-top:88px}
  .hero h1{font-size:44px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-benefits{grid-template-columns:1fr}
  .hero-image-wrap{height:420px}
  .hero-image-wrap img{object-position:58% center}
  .steps{grid-template-columns:1fr}
  .dashboard{grid-template-columns:1fr}
  .dashboard aside{display:none}
  .dash-main{overflow:auto}
  .table{min-width:560px}
  .banner-box,.contact-box{display:block}
  .banner-box .btn,.contact-box .btn{margin-top:20px}
  .footer-grid{grid-template-columns:1fr}
}


/* ===== V15 — REVISÃO TIPOGRÁFICA ===== */
/* Mantém o layout da V14 e melhora a leitura sem deixar o site grosseiro. */

body{
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* header */
.nav a{font-size:14px}
.header-cta{font-size:13px}

/* hero */
.eyebrow{font-size:11px}
.hero-subtitle{font-size:20px}
.hero-support{font-size:16px;line-height:1.6}
.btn{font-size:14px}
.hero-benefits strong{font-size:12px;line-height:1.25}
.hero-benefits small{font-size:10px;line-height:1.35}

/* como funciona */
.section-head h2{font-size:34px}
.section-head p{font-size:15px}
.section-head>a{font-size:12px}
.steps strong{font-size:13px;line-height:1.35}
.steps small{font-size:11px;line-height:1.55}

/* controle */
.control h2{font-size:40px}
.control-copy>p{font-size:15px;line-height:1.7}
.control li{font-size:13px;line-height:1.45}

/* dashboard: continua compacto, mas agora legível */
.dash-logo{font-size:17px}
.dashboard aside a{font-size:11px}
.dash-top small{font-size:10px}
.dash-top h3{font-size:23px}
.dash-top button{font-size:10px}
.search{font-size:10px}
.tabs{font-size:10px}
.row{font-size:10px}
.row.head{font-size:9px}
.status{font-size:8.5px}

/* prova social */
.proof h2{font-size:35px;line-height:1.08}
.proof p{font-size:15px;line-height:1.65}
.numbers strong{font-size:30px}
.numbers span{font-size:11px;margin-top:4px}
blockquote{font-size:14px;line-height:1.7}
.testimonial strong{font-size:12px}
.testimonial small{font-size:10px;margin-top:4px}

/* CTA */
.banner h2{font-size:30px;line-height:1.15}
.banner p{font-size:14px;line-height:1.55}

/* FAQ */
.faq h2{font-size:32px}
.faq-intro{font-size:14px}
.faq summary{font-size:14px}
.faq details p{font-size:13px;line-height:1.65}

/* contato */
.contact h2{font-size:38px}
.contact p{font-size:14px;line-height:1.6}

/* rodapé */
.footer-grid{font-size:12px}
.footer-grid strong{font-size:13px}
.footer-grid p{font-size:12px;line-height:1.6}

/* um pouco mais de respiro vertical nos blocos */
.how{padding-top:50px;padding-bottom:64px}
.control{padding-top:86px;padding-bottom:86px}
.proof{padding-top:76px;padding-bottom:76px}
.faq{padding-top:66px;padding-bottom:66px}
.contact{padding-top:66px;padding-bottom:66px}

@media(max-width:650px){
  .nav a{font-size:13px}
  .hero-support{font-size:15px}
  .section-head h2{font-size:30px}
  .control h2{font-size:34px}
  .proof h2{font-size:30px}
  .banner h2{font-size:27px}
  .contact h2{font-size:32px}
}


/* ===== V16 — LEGIBILIDADE DOS TEXTOS PEQUENOS ===== */

/* Benefícios abaixo do hero */
.hero-benefits{
  gap:24px;
}
.hero-benefits strong{
  font-size:15px;
  line-height:1.2;
  font-weight:700;
}
.hero-benefits small{
  font-size:13px;
  line-height:1.35;
  margin-top:5px;
  color:#b9afc3;
}
.benefit-icon{
  width:46px;
  height:46px;
  font-size:16px;
}

/* Passos: Como funciona */
.steps{
  margin-top:40px;
}
.steps article{
  gap:15px;
}
.steps article>span{
  width:44px;
  height:44px;
  font-size:17px;
}
.steps strong{
  font-size:15px;
  line-height:1.35;
  margin:1px 0 8px;
}
.steps small{
  font-size:13px;
  line-height:1.55;
  color:#b4a8bf;
}
.steps i{
  font-size:26px;
}

/* Depoimento */
.testimonial{
  padding-top:32px;
  padding-bottom:32px;
}
blockquote{
  font-size:16px;
  line-height:1.65;
}
.testimonial strong{
  font-size:15px;
  line-height:1.4;
}
.testimonial small{
  font-size:13px;
  line-height:1.45;
  margin-top:5px;
  color:#aaa0b3;
}

/* Footer */
.footer-grid{
  font-size:14px;
  line-height:1.55;
  padding-top:54px;
  padding-bottom:54px;
}
.footer-grid img{
  width:138px;
}
.footer-grid p{
  font-size:14px;
  line-height:1.65;
  color:#afa4b8;
}
.footer-grid strong{
  font-size:15px;
  margin-bottom:16px;
}
.footer-grid a,
.footer-grid span{
  font-size:14px;
  line-height:1.5;
  margin:10px 0;
  color:#b8aec1;
}

/* Melhora contraste dos textos secundários */
.steps small,
.hero-benefits small,
.testimonial small,
.footer-grid p,
.footer-grid a,
.footer-grid span{
  opacity:1;
}

@media(max-width:1100px){
  .hero-benefits strong{font-size:14px}
  .hero-benefits small{font-size:12px}
  .steps strong{font-size:14px}
  .steps small{font-size:12px}
}

@media(max-width:650px){
  .hero-benefits strong{font-size:15px}
  .hero-benefits small{font-size:13px}
  .steps strong{font-size:15px}
  .steps small{font-size:13px}
  .footer-grid,
  .footer-grid p,
  .footer-grid a,
  .footer-grid span{font-size:14px}
}


/* ===== V17 — HEADER FIXO DURANTE O SCROLL ===== */
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:9999;
  background:rgba(8,4,19,.88);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  transition:background .25s ease, box-shadow .25s ease;
}

.site-header.scrolled{
  background:rgba(8,4,19,.97);
  box-shadow:0 10px 35px rgba(0,0,0,.30);
}

/* compensa o header fixo */
.hero{
  padding-top:116px;
}

/* evita que as âncoras fiquem escondidas atrás do menu */
section{
  scroll-margin-top:82px;
}

@media(max-width:650px){
  section{scroll-margin-top:66px}
  .hero{padding-top:100px}
}
