:root{--bg:#f7f9fc;--ink:#0b1220;--muted:#5b667a;--line:#e8edf5;--blue:#2563eb;--cyan:#00d4ff;--card:rgba(255,255,255,.72);--shadow:0 30px 80px rgba(15,23,42,.10)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.35;background-image:radial-gradient(#94a3b8 0.7px,transparent .7px);background-size:22px 22px;mask-image:linear-gradient(to bottom,#000,transparent 70%);z-index:0}.nav{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:24px clamp(20px,5vw,72px);backdrop-filter:blur(18px);background:rgba(247,249,252,.72);border-bottom:1px solid rgba(226,232,240,.55)}.brand{font-weight:800;letter-spacing:-.04em;color:var(--ink);text-decoration:none}.nav nav{display:flex;gap:24px;align-items:center}.nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:650}.nav-cta{padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:white;box-shadow:0 10px 30px rgba(2,6,23,.06)}.hero{position:relative;min-height:100vh;padding:150px clamp(20px,6vw,86px) 70px;display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center;overflow:hidden}.home-hero{background:radial-gradient(circle at 70% 20%,rgba(0,212,255,.20),transparent 32%),linear-gradient(135deg,#fff 0%,#eef5ff 55%,#f8fbff 100%)}.cash-hero{background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%)}.orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.85}.orb-one{width:420px;height:420px;background:radial-gradient(circle,rgba(37,99,235,.22),transparent 65%);top:10%;right:12%}.orb-two{width:320px;height:320px;background:radial-gradient(circle,rgba(0,212,255,.22),transparent 64%);bottom:12%;left:6%}.grid-glow{position:absolute;right:-120px;bottom:-120px;width:620px;height:620px;background:linear-gradient(rgba(37,99,235,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.16) 1px,transparent 1px);background-size:42px 42px;transform:perspective(600px) rotateX(62deg) rotateZ(-18deg);opacity:.55}.hero-content,.future-panel,.machine-stage,.section,.cta{position:relative;z-index:2}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--blue);font-weight:900;margin-bottom:18px}.hero h1{font-size:clamp(44px,8vw,104px);line-height:.92;letter-spacing:-.08em;margin-bottom:28px}.hero h1 span{background:linear-gradient(90deg,var(--blue),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.cash-hero h1{font-size:clamp(42px,6vw,78px)}.hero-copy{max-width:650px;font-size:clamp(17px,2vw,22px);line-height:1.65;color:var(--muted);margin-bottom:34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;text-decoration:none;font-weight:800;transition:.25s ease}.btn.primary{background:var(--ink);color:white;box-shadow:0 20px 45px rgba(15,23,42,.18)}.btn.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.btn:hover{transform:translateY(-3px)}.future-panel{grid-column:1 / -1;align-self:end;margin-bottom:0;background:rgba(255,255,255,.64);border:1px solid rgba(226,232,240,.85);border-radius:30px;padding:24px;box-shadow:var(--shadow);backdrop-filter:blur(20px)}.panel-line{height:2px;background:linear-gradient(90deg,var(--blue),transparent);margin-bottom:24px}.metric{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0}.metric span{color:var(--blue);font-weight:900}.metric strong{font-size:20px;letter-spacing:-.03em}.section{padding:120px clamp(20px,6vw,86px)}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:start}.section h2,.cta h2{font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.06em}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.model{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 20px 55px rgba(15,23,42,.06);backdrop-filter:blur(18px)}.card h3,.model h3{font-size:22px;margin-bottom:12px;letter-spacing:-.04em}.card p,.model p,.cta p{color:var(--muted);line-height:1.65}.machine-stage{display:flex;justify-content:center}.machine-stage img{width:min(560px,100%);filter:drop-shadow(0 35px 45px rgba(37,99,235,.16))}.white-section{background:white}.models-section{background:#0b1220;color:white}.center{text-align:center;max-width:850px;margin:0 auto 46px}.models-section .eyebrow{color:#7dd3fc}.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.model{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.model span{display:inline-block;color:#7dd3fc;font-weight:900;margin-bottom:18px}.model p{color:#b9c2d3}.cta{margin:90px clamp(20px,6vw,86px);padding:70px;border-radius:36px;background:linear-gradient(135deg,#eaf3ff,#fff);border:1px solid var(--line);text-align:center;box-shadow:var(--shadow)}.cta p{max-width:620px;margin:18px auto 28px}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.delay{transition-delay:.16s}@media(max-width:900px){.hero,.split{grid-template-columns:1fr}.cards,.model-grid{grid-template-columns:1fr}.future-panel{margin-bottom:0}.nav{padding:18px 20px}.nav nav{gap:12px}.nav a{font-size:13px}.hero{padding-top:125px}.section{padding:80px 20px}.cta{margin:50px 20px;padding:44px 22px}}@media(max-width:560px){.nav nav a:not(.nav-cta){display:none}.hero-actions{display:grid}.btn{width:100%}}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:#25d366;color:white;box-shadow:0 10px 24px rgba(37,211,102,.35);border:2px solid rgba(255,255,255,.95);transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 14px 32px rgba(37,211,102,.45)}.whatsapp-float svg{width:25px;height:25px}.references-section{background:linear-gradient(180deg,#fff,#f7f9fc)}.reference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.reference-card{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;padding:26px;border-radius:28px;background:rgba(255,255,255,.78);border:1px solid var(--line);box-shadow:0 20px 55px rgba(15,23,42,.06);text-decoration:none;color:var(--ink);transition:.25s ease}.reference-card:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(15,23,42,.10)}.reference-card img{max-width:170px;max-height:86px;object-fit:contain}.reference-card p{color:var(--muted);line-height:1.5;font-size:14px}.admin-body{min-height:100vh;background:#eef5ff}.admin-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:36px 0}.admin-login,.admin-card,.admin-top{background:white;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.admin-login{max-width:440px;margin:12vh auto}.admin-login h1,.admin-card h2,.admin-top h1{letter-spacing:-.04em;margin-bottom:14px}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-top p,.admin-hint{color:var(--muted)}.admin-top a{color:var(--blue);font-weight:800;text-decoration:none}.admin-card{margin-bottom:22px}.admin-card h3{margin:24px 0 10px}label{display:grid;gap:8px;margin-bottom:14px;font-weight:750}input,textarea{width:100%;border:1px solid #d9e2ef;border-radius:12px;padding:12px 14px;font:inherit;background:#fbfdff}textarea{resize:vertical}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-btn{border:0;border-radius:14px;background:var(--ink);color:#fff;padding:13px 18px;font-weight:900;cursor:pointer}.alert{padding:14px 16px;border-radius:14px;margin-bottom:16px}.alert.success{background:#dcfce7;color:#166534}.alert.error{background:#fee2e2;color:#991b1b}.admin-references{display:grid;gap:12px;margin-top:22px}.admin-references article{display:grid;grid-template-columns:110px 1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:14px}.admin-references img{max-width:100px;max-height:58px;object-fit:contain}.admin-references small{display:block;color:var(--muted);word-break:break-all}.admin-references button{border:1px solid #fecaca;background:#fff;color:#991b1b;border-radius:12px;padding:10px 12px;cursor:pointer}@media(max-width:900px){.reference-grid{grid-template-columns:repeat(2,1fr)}.admin-grid,.admin-references article{grid-template-columns:1fr}.whatsapp-float{right:14px;bottom:14px;width:44px;height:44px}.whatsapp-float svg{width:24px;height:24px}}@media(max-width:560px){.reference-grid{grid-template-columns:1fr}.admin-shell{width:min(100% - 20px,1120px);padding:20px 0}.admin-top{align-items:flex-start;gap:12px;flex-direction:column}}

.hero-media{position:relative;z-index:2;min-height:360px;border-radius:34px;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(226,244,255,.62));border:1px solid rgba(226,232,240,.8);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.hero-media>img,.hero-media video,.banner-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(11,18,32,.18));pointer-events:none}.banner-slider{position:absolute;inset:0}.banner-slider img{opacity:0;transition:opacity 1s ease,transform 6s ease;transform:scale(1.04)}.banner-slider img.active{opacity:1;transform:scale(1)}
.service-card{opacity:0;transform:translateY(35px) scale(.98);animation:serviceFloatIn .75s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:calc(var(--i,0) * .14s)}.service-card.visible{animation-name:serviceFloatIn}.service-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 28px 75px rgba(15,23,42,.12)}.service-card:before{content:"";display:block;width:42px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan));margin-bottom:18px;transition:width .25s ease}.service-card:hover:before{width:70px}@keyframes serviceFloatIn{to{opacity:1;transform:translateY(0) scale(1)}}
select{width:100%;border:1px solid #d9e2ef;border-radius:12px;padding:12px 14px;font:inherit;background:#fbfdff}
@media(max-width:900px){.hero-media{min-height:280px;order:2}.hero-content{order:1}.future-panel{order:3;grid-column:auto}.hero{grid-template-columns:1fr}.nav nav{gap:10px}.nav a{font-size:12px}}
@media(max-width:560px){.hero-media{min-height:220px}.nav nav a[href="cashmatic.html"]{display:none}}
@media(prefers-reduced-motion:reduce){.service-card,.reveal,.banner-slider img{animation:none!important;transition:none!important;opacity:1;transform:none}}

.section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:30px;}


/* Reference clients centered 4 per row */
.reference-grid{
display:flex !important;
flex-wrap:wrap;
justify-content:center;
gap:30px;
max-width:1200px;
margin:0 auto;
}
.reference-item{
flex:0 0 calc(25% - 30px);
max-width:calc(25% - 30px);
}
@media (max-width:768px){
.reference-item{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px);}
}
@media (max-width:480px){
.reference-item{flex:0 0 100%;max-width:100%;}
}


/* Admin banner management */
.admin-banners{display:grid;gap:12px;margin-top:22px}
.admin-banners article{display:grid;grid-template-columns:140px 1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:14px}
.admin-banners img,.admin-banners video{width:140px;height:76px;object-fit:cover;border-radius:12px;background:#eef5ff}
.admin-banners small{display:block;color:var(--muted);word-break:break-all}
.admin-banners button{border:1px solid #fecaca;background:#fff;color:#991b1b;border-radius:12px;padding:10px 12px;cursor:pointer}

/* Reference clients centered, max 4 per line */
.reference-grid{display:flex !important;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto}
.reference-card{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}
@media(max-width:900px){.reference-card{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.admin-banners article{grid-template-columns:1fr}.admin-banners img,.admin-banners video{width:100%;height:180px}}
@media(max-width:560px){.reference-card{flex:0 0 100%;max-width:100%}}

/* Full-screen home banner/slider */
.home-hero{
  min-height:100vh !important;
  height:100vh;
  padding:130px clamp(20px,6vw,86px) 34px !important;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  isolation:isolate;
  background:#0b1220 !important;
}
.home-hero .hero-media{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  min-height:0 !important;
  width:100% !important;
  height:100% !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#0b1220 !important;
  backdrop-filter:none !important;
}
.home-hero .hero-media>img,
.home-hero .hero-media video,
.home-hero .banner-slider,
.home-hero .banner-slider img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.home-hero .hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg,rgba(11,18,32,.82) 0%,rgba(11,18,32,.58) 42%,rgba(11,18,32,.22) 100%),linear-gradient(180deg,rgba(11,18,32,.26),rgba(11,18,32,.36));
  pointer-events:none;
}
.home-hero .hero-content{
  position:relative !important;
  z-index:3 !important;
  max-width:760px;
  color:#fff;
}
.home-hero .eyebrow{color:#7dd3fc}
.home-hero h1,
.home-hero .hero-copy{color:#fff;text-shadow:0 16px 42px rgba(0,0,0,.34)}
.home-hero .hero-copy{color:rgba(255,255,255,.88)}
.home-hero .btn.primary{background:#fff;color:#0b1220}
.home-hero .btn.secondary{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.34);backdrop-filter:blur(12px)}
.home-hero .future-panel{
  position:absolute !important;
  left:clamp(20px,6vw,86px);
  right:clamp(20px,6vw,86px);
  bottom:28px;
  z-index:3 !important;
  background:rgba(255,255,255,.82);
}
.home-hero .orb,
.home-hero .grid-glow{display:none !important}
@media(max-width:900px){
  .home-hero{height:auto;min-height:100svh !important;padding-top:120px !important;padding-bottom:210px !important}
  .home-hero .future-panel{left:20px;right:20px;bottom:20px}
}
@media(max-width:560px){
  .home-hero{padding-top:105px !important;padding-bottom:230px !important}
  .home-hero .hero-copy{font-size:16px;line-height:1.55}
  .home-hero .future-panel{padding:16px;border-radius:22px}
  .home-hero .metric{padding:12px 0;gap:12px}
  .home-hero .metric strong{font-size:16px}
}

/* hero adjustment */
.hero{min-height:85vh!important;padding-bottom:40px!important}
.hero-media{width:85%;margin-left:auto;min-height:420px;max-height:70vh}
.future-panel{margin-top:10px;position:relative;z-index:3}
@media(min-width:901px){
.hero-media{justify-self:end}
}

/* Final hero/banner layout adjustment - compact, right aligned controls/buttons, no overlap */
.home-hero{
  min-height:78vh !important;
  height:auto !important;
  padding:120px clamp(20px,6vw,86px) 70px !important;
  display:grid !important;
  grid-template-columns:minmax(320px,.88fr) minmax(360px,1fr) !important;
  gap:42px !important;
  align-items:center !important;
  overflow:hidden !important;
  background:linear-gradient(135deg,#07111f 0%,#0b1220 48%,#10213f 100%) !important;
}
.home-hero .hero-media{
  position:relative !important;
  inset:auto !important;
  z-index:2 !important;
  justify-self:end !important;
  width:min(560px,100%) !important;
  min-height:420px !important;
  height:58vh !important;
  max-height:560px !important;
  border-radius:34px !important;
  border:1px solid rgba(255,255,255,.20) !important;
  box-shadow:0 32px 80px rgba(0,0,0,.30) !important;
  overflow:hidden !important;
  background:#0b1220 !important;
}
.home-hero .hero-media:after{
  background:linear-gradient(180deg,rgba(11,18,32,.06),rgba(11,18,32,.26)) !important;
}
.home-hero .hero-content{
  max-width:680px !important;
  color:#fff !important;
}
.home-hero h1{
  font-size:clamp(40px,6.4vw,82px) !important;
}
.home-hero .hero-copy{
  max-width:600px !important;
  font-size:clamp(16px,1.6vw,20px) !important;
}
.home-hero .hero-actions{
  position:relative !important;
  z-index:5 !important;
  display:flex !important;
  gap:10px !important;
  justify-content:flex-start !important;
  align-items:center !important;
}
.home-hero .hero-actions .btn{
  padding:11px 18px !important;
  min-height:42px !important;
  font-size:14px !important;
  box-shadow:0 14px 32px rgba(0,0,0,.18) !important;
}
.home-hero .future-panel{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  grid-column:1 / -1 !important;
  width:100% !important;
  margin:6px auto 0 !important;
  padding:18px 22px !important;
  z-index:3 !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:0 !important;
}
.home-hero .future-panel .panel-line{display:none !important}
.home-hero .future-panel .metric{
  border-bottom:0 !important;
  border-right:1px solid var(--line) !important;
  padding:8px 18px !important;
}
.home-hero .future-panel .metric:last-child{border-right:0 !important}
.home-hero + .section{position:relative;z-index:4;background:var(--bg)}
@media(max-width:900px){
  .home-hero{
    min-height:auto !important;
    grid-template-columns:1fr !important;
    padding:110px 20px 44px !important;
  }
  .home-hero .hero-media{
    width:100% !important;
    min-height:300px !important;
    height:42vh !important;
    max-height:420px !important;
    justify-self:center !important;
    order:-1;
  }
  .home-hero .hero-actions .btn{padding:11px 16px !important;font-size:13px !important}
  .home-hero .future-panel{grid-template-columns:1fr !important;margin-top:18px !important;padding:16px !important}
  .home-hero .future-panel .metric{border-right:0 !important;border-bottom:1px solid var(--line) !important;padding:12px 0 !important}
  .home-hero .future-panel .metric:last-child{border-bottom:0 !important}
}
@media(max-width:560px){
  .home-hero{padding-top:96px !important}
  .home-hero .hero-media{min-height:240px !important;height:34vh !important;border-radius:24px !important}
  .home-hero .hero-actions{width:100% !important;display:grid !important;grid-template-columns:1fr !important}
  .home-hero .hero-actions .btn{width:100% !important}
}


/* Barra de serviços fixa/estática como no mockup */
.future-panel{
    position:relative !important;
    margin-top:20px;
    background:#e5e7eb !important;
    border-radius:30px !important;
}
.future-panel .panel-line{display:none !important;}
.future-panel{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.metric{
    border-bottom:0 !important;
    padding:10px 20px !important;
    align-items:center;
}
.metric strong{font-size:18px !important;}


/* CORREÇÃO DEFINITIVA: barra dos 3 serviços totalmente estática, sem parallax/scroll */
.home-hero .future-panel,
.future-panel{
  transform:none !important;
  transition:none !important;
  animation:none !important;
}
.home-hero .future-panel{
  position:relative !important;
  grid-column:1 / -1 !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  top:auto !important;
  width:min(100%, 1720px) !important;
  margin:18px auto 0 !important;
  padding:18px 28px !important;
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:0 !important;
  background:#e5e7eb !important;
  border:0 !important;
  border-radius:30px !important;
  box-shadow:0 18px 45px rgba(0,0,0,.18) !important;
  backdrop-filter:none !important;
  z-index:4 !important;
}
.home-hero .future-panel .panel-line{display:none !important;}
.home-hero .future-panel .metric{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:16px !important;
  padding:8px 24px !important;
  border-bottom:0 !important;
  border-right:1px solid rgba(15,23,42,.18) !important;
}
.home-hero .future-panel .metric:last-child{border-right:0 !important;}
.home-hero .future-panel .metric span{
  color:#111827 !important;
  background:transparent !important;
  padding:2px 5px !important;
  font-size:14px !important;
  line-height:1 !important;
}
.home-hero .future-panel .metric strong{
  color:#111827 !important;
  background:transparent !important;
  padding:2px 5px !important;
  font-size:18px !important;
  line-height:1.2 !important;
}
@media(max-width:900px){
  .home-hero .future-panel{grid-template-columns:1fr !important;padding:16px 20px !important;}
  .home-hero .future-panel .metric{border-right:0 !important;border-bottom:1px solid rgba(15,23,42,.18) !important;padding:12px 6px !important;}
  .home-hero .future-panel .metric:last-child{border-bottom:0 !important;}
}


/* Remove qualquer marcação cinzenta dos títulos dos serviços */
.metric strong,
.metric span,
.metric-title,
mark,
.highlight,
.future-panel strong,
.future-panel span{
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}


/* CORREÇÃO FINAL: remover marcação/fundo dos textos dos 3 serviços */
.home-hero .future-panel .metric span,
.home-hero .future-panel .metric strong,
.future-panel .metric span,
.future-panel .metric strong,
.metric span,
.metric strong {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-decoration-break: initial !important;
  box-decoration-break: initial !important;
}
.home-hero .future-panel .metric span,
.future-panel .metric span {
  color:#111827 !important;
  font-weight:900 !important;
  font-size:14px !important;
  line-height:1 !important;
}
.home-hero .future-panel .metric strong,
.future-panel .metric strong {
  color:#111827 !important;
  font-weight:800 !important;
  font-size:18px !important;
  line-height:1.2 !important;
}
