/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 22:42:25 */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.rm-solucoes,.rm-solucoes *{color:inherit!important;text-shadow:none!important;box-sizing:border-box}
.rm-solucoes{
  --black:#000;
  --card:#0D0D0D;
  --card-2:#141414;
  --white:#fff;
  --text:rgba(255,255,255,0.9);
  --text-mute:rgba(255,255,255,0.6);
  --text-faint:rgba(255,255,255,0.4);
  --blue:#3100FF;
  --blue-2:#5A2BFF;
  --blue-soft:rgba(49,0,255,0.14);
  --border:rgba(255,255,255,0.08);
  --border-strong:rgba(255,255,255,0.14);
  background:var(--black)!important;
  color:var(--white)!important;
  font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased
}
.rm-solucoes *,.rm-solucoes *::before,.rm-solucoes *::after{margin:0;padding:0}
.rm-solucoes ol,.rm-solucoes ul{list-style:none}
.rm-solucoes a{color:inherit;text-decoration:none;transition:opacity .2s,color .2s,transform .2s}
.rm-solucoes button{background:none;border:0;font-family:inherit;cursor:pointer;color:inherit}
.rm-solucoes img,.rm-solucoes svg{display:block;max-width:100%}

/* CONTAINER */
.rm-solucoes .rm-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
@media(min-width:768px){.rm-solucoes .rm-wrap{padding:0 48px}}

/* SECTION */
.rm-solucoes .rm-section{padding:60px 0}
@media(min-width:768px){.rm-solucoes .rm-section{padding:100px 0}}

/* TAG (kicker) */
.rm-solucoes .rm-tag{
  display:inline-block;
  font-size:11px;font-weight:700;
  letter-spacing:3px;text-transform:uppercase;
  color:var(--blue)!important
}

/* HERO HUB */
.rm-solucoes .rm-hero{
  padding:30px 20px 60px;
  text-align:center;
  max-width:1200px;margin:0 auto
}
@media(min-width:768px){.rm-solucoes .rm-hero{padding:60px 48px 90px}}
.rm-solucoes .rm-hero .rm-tag{margin-bottom:28px}
.rm-solucoes .rm-hero h1{
  font-size:clamp(56px,10.5vw,140px);
  font-weight:800;
  letter-spacing:-3.5px;
  line-height:0.96;
  color:var(--white)!important;
  margin:0 auto
}
.rm-solucoes .rm-hero h1 .accent{color:var(--blue)!important}
.rm-solucoes .rm-hero h1 .accent-2{background:linear-gradient(90deg,var(--blue),var(--blue-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.rm-solucoes .rm-hero .rm-lead{
  margin:36px auto 0;
  font-size:clamp(17px,1.6vw,21px);font-weight:400;
  color:var(--text-mute)!important;
  line-height:1.55;
  max-width:680px
}
.rm-solucoes .rm-hero .rm-lead b{color:var(--white)!important;font-weight:700}

/* STATS BANNER — full bleed */
.rm-solucoes .rm-stats-bar{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--card)!important;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:22px 20px
}
.rm-solucoes .rm-stats-inner{
  max-width:1100px;margin:0 auto;
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:18px 48px;
  text-align:center
}
.rm-solucoes .rm-stat-item{
  display:inline-flex;align-items:baseline;gap:8px;
  font-size:13px;font-weight:500;
  color:var(--text-mute)!important;
  letter-spacing:0.5px
}
.rm-solucoes .rm-stat-item b{
  color:var(--white)!important;
  font-size:22px;font-weight:800;letter-spacing:-0.5px
}
.rm-solucoes .rm-stat-dot{
  width:4px;height:4px;border-radius:100px;
  background:var(--blue);opacity:0.55;
  align-self:center;display:none
}
@media(min-width:768px){.rm-solucoes .rm-stat-dot{display:inline-block}}

/* SECTION HEAD (centered) */
.rm-solucoes .rm-section-head{
  text-align:center;
  max-width:780px;margin:0 auto 48px
}
.rm-solucoes .rm-section-head .rm-tag{margin-bottom:18px}
.rm-solucoes .rm-section-head h2{
  font-size:clamp(36px,5.5vw,68px);
  font-weight:800;letter-spacing:-1.8px;
  line-height:1.05;
  color:var(--white)!important
}
.rm-solucoes .rm-section-head h2 .accent{color:var(--blue)!important}
.rm-solucoes .rm-section-head .rm-sub{
  margin-top:22px;
  font-size:17px;color:var(--text-mute)!important;
  line-height:1.6
}

/* CATEGORY PILLS — horizontal tabs */
.rm-solucoes .rm-cat-tabs{
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px;
  margin-bottom:64px;padding:0 20px
}
.rm-solucoes .rm-cat-tab{
  display:inline-flex;align-items:center;gap:12px;
  padding:12px 22px 11px;
  background:var(--card)!important;
  border:1px solid var(--border);
  border-radius:100px;
  font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  color:var(--text)!important;
  cursor:pointer;transition:background .2s,border-color .2s,transform .2s
}
.rm-solucoes .rm-cat-tab:hover{background:var(--card-2)!important;border-color:var(--border-strong)}
.rm-solucoes .rm-cat-tab.is-active{background:var(--blue)!important;border-color:var(--blue);color:var(--white)!important}
.rm-solucoes .rm-cat-tab .rm-cat-count{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:26px;height:22px;padding:0 8px;
  border-radius:100px;
  background:rgba(255,255,255,0.06);
  font-size:11px;font-weight:800;letter-spacing:0
}
.rm-solucoes .rm-cat-tab.is-active .rm-cat-count{background:rgba(255,255,255,0.18)}
.rm-solucoes .rm-cat-tab .rm-chip{
  background:var(--white)!important;color:var(--blue)!important;
  font-size:9px;padding:3px 7px;border-radius:100px;
  letter-spacing:1.5px;font-weight:800
}

/* CATEGORY HEAD (centered) */
.rm-solucoes .rm-cat-head{
  text-align:center;max-width:840px;margin:0 auto 56px
}
.rm-solucoes .rm-cat-head .rm-tag{margin-bottom:16px}
.rm-solucoes .rm-cat-head h2{
  font-size:clamp(44px,7.5vw,96px);
  font-weight:800;letter-spacing:-2.5px;line-height:1.0;
  color:var(--white)!important
}
.rm-solucoes .rm-cat-head h2 .accent{color:var(--blue)!important}
.rm-solucoes .rm-cat-head .rm-cat-desc{
  margin-top:22px;font-size:17px;color:var(--text-mute)!important;line-height:1.6;
  max-width:680px;margin-left:auto;margin-right:auto
}

/* SERVICE GRID */
.rm-solucoes .rm-srv-grid{display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:768px){.rm-solucoes .rm-srv-grid{grid-template-columns:repeat(2,1fr);gap:22px}}

/* SERVICE CARD */
.rm-solucoes .rm-srv-card{
  position:relative;
  background:var(--card)!important;
  border:1px solid var(--border);
  border-radius:18px;
  padding:30px 28px 28px;
  display:flex;flex-direction:column;gap:18px;
  transition:border-color .2s,transform .2s,background .2s;
  overflow:hidden
}
.rm-solucoes .rm-srv-card::before{
  content:"";position:absolute;left:0;top:0;width:100%;height:3px;
  background:var(--blue);transform:scaleX(0);transform-origin:left;
  transition:transform .3s
}
.rm-solucoes .rm-srv-card:hover{background:var(--card-2)!important;border-color:var(--border-strong);transform:translateY(-2px)}
.rm-solucoes .rm-srv-card:hover::before{transform:scaleX(1)}

.rm-solucoes .rm-srv-top{display:flex;align-items:flex-start;gap:18px}
.rm-solucoes .rm-srv-ic{
  flex:none;width:54px;height:54px;
  background:var(--blue-soft)!important;
  border-radius:14px;
  display:grid;place-items:center
}
.rm-solucoes .rm-srv-ic svg{
  width:26px;height:26px;
  stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
.rm-solucoes .rm-srv-head{flex:1;min-width:0}
.rm-solucoes .rm-srv-head h3{
  font-size:21px;font-weight:800;letter-spacing:-0.3px;text-transform:uppercase;
  color:var(--white)!important;line-height:1.1
}
.rm-solucoes .rm-srv-head .rm-srv-tag{
  margin-top:6px;
  font-size:10.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:var(--text-faint)!important
}
.rm-solucoes .rm-srv-card .rm-srv-desc{
  font-size:14.5px;color:var(--text-mute)!important;line-height:1.55
}

/* COMO FUNCIONA / VOCÊ RECEBE blocks within card */
.rm-solucoes .rm-srv-block{margin-top:0}
.rm-solucoes .rm-srv-block-label{
  display:flex;align-items:center;gap:8px;
  font-size:10.5px;font-weight:800;letter-spacing:2px;text-transform:uppercase;
  color:var(--blue)!important;margin-bottom:12px
}
.rm-solucoes .rm-srv-block-label svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}

.rm-solucoes .rm-srv-steps{counter-reset:s;display:flex;flex-direction:column;gap:8px}
.rm-solucoes .rm-srv-steps li{
  counter-increment:s;position:relative;padding-left:32px;
  font-size:13.5px;color:var(--text)!important;line-height:1.5
}
.rm-solucoes .rm-srv-steps li::before{
  content:counter(s);position:absolute;left:0;top:3px;
  width:22px;height:22px;border-radius:100px;
  background:var(--card-2)!important;border:1px solid var(--border-strong);
  color:var(--blue)!important;
  font-size:10px;font-weight:800;
  display:grid;place-items:center
}

.rm-solucoes .rm-srv-recebe{display:flex;flex-direction:column;gap:6px}
.rm-solucoes .rm-srv-recebe li{
  position:relative;padding-left:24px;
  font-size:13.5px;color:var(--text)!important;line-height:1.5
}
.rm-solucoes .rm-srv-recebe li::before{
  content:"✓";position:absolute;left:0;top:0;
  color:var(--blue)!important;font-weight:800;font-size:14px
}

.rm-solucoes .rm-srv-card .rm-srv-more{
  margin-top:8px;display:inline-flex;align-items:center;gap:6px;
  font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;
  color:var(--blue)!important;align-self:flex-start
}

/* CTA BLOCK (white pill + glow) */
.rm-solucoes .rm-cta-block{
  text-align:center;padding:80px 20px 60px;
  position:relative
}
.rm-solucoes .rm-cta-block .rm-cta-pre{
  font-size:clamp(18px,2.2vw,28px);font-weight:500;
  color:var(--text-mute)!important;letter-spacing:-0.3px;
  margin-bottom:28px;line-height:1.3;
  max-width:640px;margin-left:auto;margin-right:auto
}
.rm-solucoes .rm-cta-block .rm-cta-pre b{color:var(--white)!important;font-weight:800}
.rm-solucoes .rm-cta-btn{
  display:inline-flex;align-items:center;gap:14px;
  padding:22px 44px;
  background:var(--white)!important;color:#000!important;
  border-radius:100px;
  font-size:14px;font-weight:800;letter-spacing:2px;text-transform:uppercase;
  position:relative;
  box-shadow:0 0 0 0 rgba(49,0,255,0),0 0 60px 0 rgba(49,0,255,0.55),0 0 120px 0 rgba(49,0,255,0.35);
  transition:transform .2s,box-shadow .25s
}
.rm-solucoes .rm-cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 0 0 0 rgba(49,0,255,0),0 0 70px 0 rgba(49,0,255,0.7),0 0 140px 0 rgba(49,0,255,0.45)
}
.rm-solucoes .rm-cta-btn,.rm-solucoes .rm-cta-btn *{color:#000!important}
.rm-solucoes .rm-cta-block .rm-cta-foot{display:none!important}

/* SUBPAGE (serviço dedicado) */
.rm-solucoes .rm-sub{padding-bottom:60px}
.rm-solucoes .rm-crumb{
  padding:32px 20px 0;
  display:flex;justify-content:space-between;align-items:center;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:var(--text-faint)!important
}
.rm-solucoes .rm-crumb a{color:var(--text-mute)!important}
.rm-solucoes .rm-crumb a:hover{color:var(--white)!important}
.rm-solucoes .rm-crumb .rm-chip{background:var(--blue)!important;color:var(--white)!important;padding:3px 8px;border-radius:100px;font-size:9px;letter-spacing:1.5px}

.rm-solucoes .rm-sub-hero{
  text-align:center;
  padding:70px 20px 50px;max-width:880px;margin:0 auto
}
.rm-solucoes .rm-sub-hero .rm-tag{margin-bottom:18px}
.rm-solucoes .rm-sub-hero h1{
  font-size:clamp(40px,6.5vw,76px);
  font-weight:800;letter-spacing:-2px;line-height:1.02;
  color:var(--white)!important
}
.rm-solucoes .rm-sub-hero h1 .accent{color:var(--blue)!important}
.rm-solucoes .rm-sub-hero .rm-sub-desc{
  margin:26px auto 0;font-size:18px;color:var(--text-mute)!important;line-height:1.55;
  max-width:640px
}

.rm-solucoes .rm-block{
  padding:50px 20px;border-top:1px solid var(--border);
  text-align:center
}
.rm-solucoes .rm-block .rm-block-inner{max-width:880px;margin:0 auto;text-align:left}
.rm-solucoes .rm-block-label{
  display:block;text-align:center;
  font-size:11px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;
  color:var(--blue)!important;margin-bottom:30px
}

/* STEPS (subpage) */
.rm-solucoes .rm-steps{display:grid;gap:14px}
@media(min-width:768px){.rm-solucoes .rm-steps{grid-template-columns:repeat(2,1fr);gap:22px}}
.rm-solucoes .rm-step{display:flex;gap:16px;align-items:flex-start}
.rm-solucoes .rm-step .rm-step-n{
  flex:none;width:36px;height:36px;border-radius:100px;
  background:var(--blue-soft)!important;color:var(--blue)!important;
  display:grid;place-items:center;font-size:13px;font-weight:800
}
.rm-solucoes .rm-step .rm-step-t{font-size:15px;color:var(--white)!important;line-height:1.45;padding-top:6px}

/* PLATAFORMAS */
.rm-solucoes .rm-plats{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.rm-solucoes .rm-plat{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 18px;
  background:var(--card)!important;border:1px solid var(--border);border-radius:100px;
  font-size:14px;font-weight:600;color:var(--white)!important
}
.rm-solucoes .rm-plat:hover{background:var(--card-2)!important;border-color:var(--blue)}
.rm-solucoes .rm-plat svg{width:18px;height:18px;fill:currentColor}

/* PLANOS */
.rm-solucoes .rm-planos{display:grid;gap:16px}
@media(min-width:768px){.rm-solucoes .rm-planos{grid-template-columns:repeat(3,1fr);gap:20px}}
.rm-solucoes .rm-plano{
  background:var(--card)!important;border:1px solid var(--border);border-radius:18px;
  padding:30px 26px;text-align:center
}
.rm-solucoes .rm-plano.is-featured{background:var(--blue)!important;border-color:var(--blue)}
.rm-solucoes .rm-plano.is-featured,.rm-solucoes .rm-plano.is-featured *{color:var(--white)!important}
.rm-solucoes .rm-plano-tag{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--text-faint)!important;margin-bottom:14px}
.rm-solucoes .rm-plano.is-featured .rm-plano-tag{color:rgba(255,255,255,0.85)!important}
.rm-solucoes .rm-plano-name{font-size:26px;font-weight:800;letter-spacing:-0.8px;color:var(--white)!important;margin-bottom:10px}
.rm-solucoes .rm-plano-desc{font-size:14px;color:var(--text-mute)!important;line-height:1.5}
.rm-solucoes .rm-plano.is-featured .rm-plano-desc{color:rgba(255,255,255,0.92)!important}

/* CASE HERO + KPIs */
.rm-solucoes .rm-case-hero{background:var(--blue)!important;border-radius:18px;padding:40px 32px;text-align:center;margin-bottom:14px}
.rm-solucoes .rm-case-hero,.rm-solucoes .rm-case-hero *{color:var(--white)!important}
.rm-solucoes .rm-case-faixa{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;opacity:0.85;margin-bottom:14px}
.rm-solucoes .rm-case-big{font-size:clamp(52px,9vw,96px);font-weight:800;letter-spacing:-2.5px;line-height:1}
.rm-solucoes .rm-case-sublabel{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;opacity:0.9;margin-top:10px}
.rm-solucoes .rm-case-subline{margin-top:18px;font-size:16px;font-weight:600}
.rm-solucoes .rm-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.rm-solucoes .rm-kpi{background:var(--card)!important;border:1px solid var(--border);border-radius:14px;padding:20px;text-align:center}
.rm-solucoes .rm-kpi-l{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--text-faint)!important;margin-bottom:8px}
.rm-solucoes .rm-kpi-v{font-size:24px;font-weight:800;letter-spacing:-0.5px;color:var(--white)!important}

/* CASE GRID (other cases) */
.rm-solucoes .rm-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}
@media(min-width:768px){.rm-solucoes .rm-case-grid{grid-template-columns:repeat(4,1fr)}}
.rm-solucoes .rm-case-tile{background:var(--card)!important;border:1px solid var(--border);border-radius:14px;padding:22px 18px;text-align:left;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}
.rm-solucoes .rm-case-tile .rm-case-l{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--text-faint)!important;margin-bottom:8px}
.rm-solucoes .rm-case-tile .rm-case-n{font-size:17px;font-weight:800;color:var(--white)!important;letter-spacing:-0.3px;line-height:1.2}
.rm-solucoes .rm-case-tile .rm-case-k{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue)!important;margin-top:6px}

/* RECEBE */
.rm-solucoes .rm-recebe{display:grid;gap:14px}
@media(min-width:768px){.rm-solucoes .rm-recebe{grid-template-columns:repeat(2,1fr);gap:18px}}
.rm-solucoes .rm-recebe li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--white)!important;line-height:1.5}
.rm-solucoes .rm-recebe li::before{content:"";flex:none;margin-top:8px;width:6px;height:6px;border-radius:100px;background:var(--blue)}

/* METODO */
.rm-solucoes .rm-metodo{background:var(--card)!important;border:1px solid var(--border);border-radius:18px;padding:30px;text-align:center}
.rm-solucoes .rm-metodo-name{font-size:22px;font-weight:800;letter-spacing:-0.5px;color:var(--white)!important;margin-bottom:10px}
.rm-solucoes .rm-metodo-desc{font-size:15px;color:var(--text-mute)!important;line-height:1.6}

/* RELACIONADOS */
.rm-solucoes .rm-relacionados{padding:40px 20px;text-align:center;border-top:1px solid var(--border)}
.rm-solucoes .rm-relacionados a{
  display:inline-block;margin:6px;
  padding:10px 20px;
  background:var(--card)!important;border:1px solid var(--border);border-radius:100px;
  font-size:13px;font-weight:600;color:var(--white)!important
}
.rm-solucoes .rm-relacionados a:hover{background:var(--card-2)!important;border-color:var(--blue)}

.rm-solucoes .rm-paraquem{font-size:16px;color:var(--text)!important;line-height:1.6;max-width:60ch;margin:0 auto;text-align:center}

.rm-solucoes .rm-back{margin-top:30px;text-align:center}
.rm-solucoes .rm-back a{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-mute)!important}
.rm-solucoes .rm-back a:hover{color:var(--white)!important}


/* Hide WordPress template extras on /soluções */
body.rm-clean .rm-faq-section,
body.rm-clean .rm-footer-cta-section,
body.rm-clean .rm-depoimentos-section,
body.rm-clean .rm-amplifique-section,
body.rm-clean .rm-bio-section,
body.rm-clean .rm-metodologias-section,
body.rm-clean .rm-cases-section,
body.rm-clean .rm-trabalham-conosco-section,
body.rm-clean .rm-proof-strip,
body.rm-clean .rm-ticker-section,
body.rm-clean .rm-cta-mobile-section,
body.rm-clean .rd-section,
body.rm-clean .bricks--section,
body.rm-clean .footer-header,
body.rm-clean .single-post .footer-header,
body.rm-clean .rm-floating-whatsapp,
body.rm-clean section[class*="hero-section"],
body.rm-clean section[class*="servicos-carousel"],
body.rm-clean section[class*="portfolio-section"]{display:none!important}

/* Forçar layout APENAS dos containers que envolvem .rm-solucoes — não afetar rodapé */
body.rm-clean .paragrafo:has(.rm-solucoes),
body.rm-clean .noticia:has(.rm-solucoes),
body.rm-clean .wrapper:has(.rm-solucoes),
body.rm-clean .container:has(.rm-solucoes),
body.rm-clean .noticia-single:has(.rm-solucoes),
body.rm-clean .single-post:has(.rm-solucoes){
  width:100%!important;max-width:100%!important;
  padding:0!important;margin:0!important;
  background:#000!important
}
body.rm-clean .rm-solucoes{
  display:block!important;
  width:100%!important;max-width:none!important;
  min-height:100vh;
  padding:0!important;margin:0!important
}
body.rm-clean .rm-solucoes > *{display:block!important}
