*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff}header{height:82px;background:#fff;border-bottom:1px solid #eee}.topbar{max-width:1320px;height:100%;margin:auto;padding:0 20px;display:flex;align-items:center;gap:58px}.brand{width:150px;height:78px;display:flex;align-items:center}.brand img{width:145px;height:74px;object-fit:contain;display:block}.topbar nav{display:flex;align-items:center;gap:42px;flex:1}.topbar a{text-decoration:none;color:#111;font-size:14px;white-space:nowrap}.topbar nav .active{color:#078f48;border-bottom:2px solid #078f48;padding:28px 0 13px}.right{display:flex;align-items:center;gap:28px}.search{height:39px;width:285px;border:1px solid #ddd;border-radius:8px;display:flex;align-items:center;padding:0 12px;color:#555}.search input{border:0;outline:0;width:100%;font-size:13px;margin-left:8px}.write,.cta{background:#078f48!important;color:#fff!important;border-radius:8px;padding:12px 25px;font-weight:700}.hero{height:320px;color:white;background:radial-gradient(ellipse at 75% 80%,#06391e 0,#07160f 28%,#030806 58%,#020303 100%);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(ellipse at 75% 110%,transparent 0 17px,rgba(0,180,85,.09) 18px 19px);opacity:.8;pointer-events:none}.hero-content{max-width:1180px;height:100%;margin:auto;padding:42px 0;display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1}.hero-copy b{color:#0ac96b;font-size:14px}.hero-copy h1{font-size:48px;line-height:1.02;margin:14px 0 17px;letter-spacing:-1px}.hero-copy p{font-size:16px;line-height:1.5;color:#c6c6c6;margin-bottom:28px}.cta{display:inline-block;text-decoration:none;font-size:13px}.hero-brand{width:480px;height:255px;display:flex;align-items:center;justify-content:center}.hero-brand img{width:470px;height:245px;object-fit:contain;transform:scale(1.05);filter:drop-shadow(0 8px 10px rgba(0,0,0,.28))}.page{max-width:1180px;margin:18px auto 10px;display:grid;grid-template-columns:minmax(0,2.15fr) 330px;gap:30px;padding:0 0}.page h2{font-size:20px;margin:0 0 13px}article{height:142px;border:1px solid #e3e3e3;border-radius:8px;overflow:hidden;display:grid;grid-template-columns:250px 1fr;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.03)}article>img{width:100%;height:100%;object-fit:cover}article>div{padding:13px 18px}article strong{font-size:11px;color:#06924a}article h3{font-size:16px;margin:7px 0 5px}article p{font-size:13px;line-height:1.4;margin:0 0 11px}article small{font-size:11px;color:#777}.more{display:block;margin:12px auto;border:1px solid #ddd;background:white;border-radius:9px;padding:10px 36px}.box{border:1px solid #e1e1e1;border-radius:9px;padding:13px 20px;margin-bottom:12px}.rank{display:flex;gap:22px;padding:11px 7px;border-bottom:1px solid #eee}.rank:last-child{border:0}.rank>b{font-size:25px;color:#0a9d50}.rank span>strong{font-size:13px;line-height:1.3}.rank small{display:block;color:#888;font-size:11px;margin-top:5px}.tags{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tags span{text-align:center;background:#f1f1f1;border-radius:7px;padding:7px 5px;font-size:11px}.share{background:linear-gradient(135deg,#087e40,#08a657);color:white;border-radius:9px;padding:15px 20px}.share h3{font-size:15px;margin:0 0 7px}.share p{font-size:12px;line-height:1.4;margin:0 0 9px}.share button{display:block;margin:auto;border:0;background:white;color:#078d48;border-radius:7px;padding:8px 24px;font-weight:700}footer{height:66px;background:#030706;color:#ddd;display:flex;align-items:center;justify-content:space-between;padding:0 calc((100% - 1180px)/2);font-size:11px}footer>div:first-child{display:flex;align-items:center;gap:15px}footer img{width:62px;height:42px;object-fit:contain}@media(max-width:1000px){.topbar nav{display:none}.right{margin-left:auto}.hero-content,.page{padding-left:20px;padding-right:20px}.hero-brand{width:360px}.hero-brand img{width:350px}.page{grid-template-columns:1fr}footer{padding:15px 20px;height:auto}}@media(max-width:650px){header{height:72px}.topbar{gap:10px}.brand{width:115px}.brand img{width:110px;height:60px}.search,.right>a:not(.write){display:none}.hero{height:350px}.hero-content{padding:35px 20px}.hero-copy h1{font-size:38px}.hero-brand{display:none}.page{padding:0 12px}article{height:auto;min-height:130px;grid-template-columns:115px 1fr}article>div{padding:10px}article h3{font-size:14px}article p{font-size:11px}footer{flex-direction:column;gap:8px;text-align:center}}

/* ===== CARROSSEL DO HERO ===== */
.hero{
  height:320px;
  position:relative;
  overflow:hidden;
  background:#020303;
  color:#fff;
}
.hero-slider{
  width:100%;
  height:100%;
  position:relative;
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .7s ease, visibility .7s ease;
  background:
    linear-gradient(90deg,rgba(2,7,5,.96) 0%,rgba(2,7,5,.83) 38%,rgba(2,7,5,.30) 68%,rgba(2,7,5,.18) 100%),
    var(--bg) center/cover no-repeat;
}
.hero-slide.active{
  opacity:1;
  visibility:visible;
  z-index:1;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 74% 105%,rgba(0,180,85,.16),transparent 47%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18));
}
.hero-content{
  max-width:1180px;
  height:100%;
  margin:auto;
  padding:42px 0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  position:relative;
  z-index:2;
}
.hero-copy{
  max-width:610px;
}
.hero-copy b{
  color:#0ac96b;
  font-size:14px;
}
.hero-copy h1{
  font-size:48px;
  line-height:1.02;
  margin:14px 0 17px;
  letter-spacing:-1px;
}
.hero-copy p{
  font-size:16px;
  line-height:1.5;
  color:#d0d0d0;
  margin-bottom:28px;
}
.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:rgba(0,0,0,.28);
  color:#fff;
  font-size:30px;
  line-height:36px;
  cursor:pointer;
  backdrop-filter:blur(5px);
}
.slider-arrow:hover{
  background:rgba(7,143,72,.85);
  border-color:#078f48;
}
.slider-arrow.prev{left:24px}
.slider-arrow.next{right:24px}
.slider-dots{
  position:absolute;
  left:50%;
  bottom:15px;
  transform:translateX(-50%);
  z-index:5;
  display:flex;
  gap:8px;
}
.dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.42);
  cursor:pointer;
}
.dot.active{
  width:25px;
  border-radius:9px;
  background:#0ac96b;
}
@media(max-width:1000px){
  .hero-content{padding-left:55px;padding-right:55px}
}
@media(max-width:650px){
  .hero{height:380px}
  .hero-content{padding:38px 24px}
  .hero-copy h1{font-size:38px}
  .hero-copy p br{display:none}
  .slider-arrow{width:34px;height:34px;font-size:25px}
  .slider-arrow.prev{left:8px}
  .slider-arrow.next{right:8px}
}


/* ===== CARD CLICÁVEL ===== */
.article-card{
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.article-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  border-color:#cfd8d2;
}

.loading-articles,
.no-public-articles{
  border:1px solid #e3e3e3;
  border-radius:8px;
  padding:28px;
  color:#777;
  background:#fff;
  text-align:center;
  font-size:13px;
}
.no-public-articles.error{
  color:#a33;
}


/* Ajuste dos cards de artigos da Home:
   aumenta a altura e garante espaço para autor/data. */
#artigosDinamicos .article-card{
  min-height: 190px;
  height: auto;
  overflow: visible;
}

#artigosDinamicos .article-card > div{
  min-height: 158px;
  display: flex;
  flex-direction: column;
}

#artigosDinamicos .article-card small{
  display: block;
  margin-top: auto;
  padding-top: 10px;
  line-height: 1.4;
}

#artigosDinamicos .article-card img{
  min-height: 170px;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px){
  #artigosDinamicos .article-card{
    min-height: 0;
  }

  #artigosDinamicos .article-card > div{
    min-height: 0;
  }

  #artigosDinamicos .article-card small{
    margin-top: 10px;
  }
}

.market-card{display:block;margin-top:12px;padding:16px;border-radius:10px;background:linear-gradient(145deg,#07130d,#0b2417);color:#fff;text-decoration:none;border:1px solid rgba(22,199,132,.25);transition:.18s}
.market-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.13)}
.market-card-head,.market-card-foot,.market-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.market-card-head{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.09)}
.market-eyebrow{display:block;color:#16C784;font-size:9px;font-weight:800;letter-spacing:.9px;margin-bottom:4px}
.market-card h3{margin:0;font-size:16px}.market-arrow{width:32px;height:32px;border-radius:50%;background:#16C784;color:#07130d;display:flex;align-items:center;justify-content:center;font-weight:900}
.market-row{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}.market-row:last-child{border-bottom:0}
.market-row strong,.market-row small,.market-values b,.market-values span{display:block}.market-row strong{font-size:12px;margin-bottom:2px}.market-row small{color:#88968e;font-size:9px}
.market-values{text-align:right}.market-values b{font-size:12px}.market-values span{font-size:9px;font-weight:800}.market-change.up{color:#16C784}.market-change.down{color:#ea3943}.market-change.neutral{color:#aaa}
.market-card-foot{padding-top:11px;margin-top:3px;border-top:1px solid rgba(255,255,255,.09);color:#87948c;font-size:9px}.market-card-foot strong{color:#16C784;font-size:10px}

/* Slides do carrossel que possuem link */
.hero-slide-link{
  cursor:pointer;
}
.hero-slide-link .hero-copy{
  position:relative;
  z-index:2;
}


/* Busca restaurada no cabeçalho da Home */
.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.header-search{
  width:min(330px,42vw);
  height:38px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border:1px solid #dfe3e1;
  border-radius:8px;
  background:#fff;
}

.header-search .search-icon{
  color:#4d5551;
  font-size:19px;
  line-height:1;
}

.header-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#222;
  font:12px Arial,Helvetica,sans-serif;
}

.header-search input::placeholder{
  color:#777;
}

@media(max-width:650px){
  .header-search{
    width:58vw;
  }
}


/* ===== LETREIRO DIGITAL DE COTAÇÕES ===== */
.market-ticker{
  width:100%;
  height:44px;
  background:#06080d;
  border-top:1px solid #111827;
  border-bottom:2px solid #315efb;
  overflow:hidden;
  position:relative;
  z-index:9;
}

.ticker-viewport{
  width:100%;
  height:100%;
  overflow:hidden;
  display:flex;
  align-items:center;
}

.ticker-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:100%;
  white-space:nowrap;
  animation:tickerScroll 34s linear infinite;
  will-change:transform;
}

.ticker-track:hover{
  animation-play-state:paused;
}

.ticker-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 28px;
  border-right:1px solid #242938;
  color:#cdd3df;
  text-decoration:none;
  font:700 13px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.2px;
}

.ticker-item:hover{
  background:#0c111c;
}

.ticker-item .t-symbol{
  color:#fff;
  font-weight:800;
}

.ticker-item .t-price{
  color:#aab2c3;
  font-weight:500;
}

.ticker-item.up .t-change{
  color:#16C784;
}

.ticker-item.down .t-change{
  color:#ff4d5a;
}

.ticker-item.neutral .t-change{
  color:#aab2c3;
}

.ticker-loading{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 24px;
  color:#aab2c3;
  font:12px Arial,Helvetica,sans-serif;
}

@keyframes tickerScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media(max-width:650px){
  .market-ticker{height:40px}
  .ticker-item{min-height:40px;padding:0 18px;font-size:12px}
  .ticker-loading{min-height:40px}
}


/* ===== LETREIRO FIXO EM TODAS AS PÁGINAS ===== */
:root{
  --ticker-height:44px;
}

.market-ticker{
  position:sticky !important;
  top:0 !important;
  left:0;
  right:0;
  width:100%;
  height:var(--ticker-height);
  z-index:99999 !important;
  background:#06080d;
  box-shadow:0 3px 12px rgba(0,0,0,.18);
}

/* Mantém o letreiro visível enquanto a página rola */
.ticker-viewport{
  height:100%;
}

/* Evita que elementos comuns passem por cima do ticker */
header{
  position:relative;
  z-index:100;
}

@media(max-width:650px){
  :root{
    --ticker-height:40px;
  }
}


/* Botão Entrar da tela de login */
.login-submit{
  width:100%;
  min-height:44px;
  margin-top:18px;
  border:0;
  border-radius:8px;
  background:#078f48;
  color:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:background .18s ease, transform .18s ease;
}

.login-submit:hover{
  background:#067a3e;
}

.login-submit:active{
  transform:translateY(1px);
}

.login-submit:disabled{
  opacity:.65;
  cursor:not-allowed;
}


/* Publicidade no espaço antes ocupado por Categorias populares */
.home-ad-sidebar{
  width:100%;
  min-height:145px;
  margin-top:10px;
  border:1px solid #e1e5e3;
  border-radius:9px;
  background:#fff;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-ad-sidebar a{
  display:block;
  width:100%;
}

.home-ad-sidebar img{
  display:block;
  width:100%;
  height:auto;
  max-height:220px;
  object-fit:cover;
}

.home-ad-placeholder{
  color:#9ca6a0;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.2px;
}


/* Mais lidos dinâmicos */
.rank-link{
  color:inherit;
  text-decoration:none;
}

.rank-link:hover b{
  color:#078f48;
}

.mais-lidos-loading,
.mais-lidos-vazio{
  padding:18px 4px;
  color:#888;
  font-size:11px;
  line-height:1.4;
}


/* ===== CORREÇÃO DO LAYOUT INFERIOR DA HOME ===== */
.page{
  align-items:start;
}

.page > aside{
  width:100%;
  min-width:0;
}

#mais-lidos,
.home-ad-sidebar,
.market-card{
  width:100%;
  max-width:100%;
}

.home-ad-sidebar{
  min-height:145px;
  margin:0 0 12px;
}

.market-card{
  margin-top:0;
}

#maisLidosDinamicos .rank{
  width:100%;
  box-sizing:border-box;
}

#maisLidosDinamicos .rank-link{
  display:flex;
}

@media(max-width:900px){
  .page > aside{
    width:100%;
  }
}


/* Footer B3X1 Finance */
.site-footer{
  width:100%;
  margin-top:45px;
  border-top:1px solid #e5e9e7;
  background:#0d1511;
  color:#fff;
}

.footer-inner{
  max-width:1180px;
  margin:0 auto;
  padding:42px 20px 34px;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:38px;
}

.footer-brand strong{
  display:block;
  margin-bottom:10px;
  font-size:19px;
}

.footer-brand p{
  max-width:260px;
  margin:0;
  color:#aeb8b2;
  font-size:11px;
  line-height:1.6;
}

.footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}

.footer-column h3{
  margin:0 0 6px;
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.footer-column a{
  color:#b8c2bc;
  font-size:11px;
  line-height:1.45;
  text-decoration:none;
}

.footer-column a:hover{
  color:#16C784;
}

.footer-bottom{
  max-width:1180px;
  margin:0 auto;
  padding:16px 20px 22px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#7f8c84;
  font-size:9px;
}

@media(max-width:850px){
  .footer-inner{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:520px){
  .footer-inner{
    grid-template-columns:1fr;
    gap:25px;
  }
}


/* =========================================================
   FOOTER B3X1 FINANCE - VERSÃO MELHORADA
   ========================================================= */

.site-footer{
  width:100%;
  margin-top:52px !important;
  background:#07100b !important;
  color:#fff !important;
  border-top:1px solid #16231c !important;
}

.footer-main{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:44px 22px 34px !important;

  display:grid !important;
  grid-template-columns:1.45fr 1fr 1fr 1fr !important;
  gap:54px !important;
  align-items:start !important;
}

.footer-brand-block{
  min-width:0 !important;
}

.footer-logo-wrap{
  display:inline-flex !important;
  align-items:center !important;
  margin-bottom:16px !important;
}

.footer-logo{
  width:106px !important;
  height:58px !important;
  object-fit:contain !important;
  display:block !important;
}

.footer-description{
  max-width:285px !important;
  margin:0 0 17px !important;
  color:#aab5ae !important;
  font:12px/1.7 Arial,Helvetica,sans-serif !important;
}

.footer-instagram{
  display:inline-flex !important;
  align-items:center !important;
  min-height:34px !important;
  padding:0 12px !important;
  border:1px solid rgba(22,199,132,.32) !important;
  border-radius:7px !important;
  color:#16C784 !important;
  text-decoration:none !important;
  font:700 11px Arial,Helvetica,sans-serif !important;
  transition:.18s ease !important;
}

.footer-instagram:hover{
  background:rgba(22,199,132,.08) !important;
  border-color:#16C784 !important;
}

.footer-column{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:10px !important;
  min-width:0 !important;
}

.footer-column h3{
  margin:0 0 7px !important;
  color:#fff !important;
  font:800 13px Arial,Helvetica,sans-serif !important;
  letter-spacing:.1px !important;
}

.footer-column p{
  margin:0 0 2px !important;
  max-width:210px !important;
  color:#8f9b94 !important;
  font:11px/1.55 Arial,Helvetica,sans-serif !important;
}

.footer-column a{
  display:block !important;
  color:#c4cdc8 !important;
  text-decoration:none !important;
  font:11px/1.45 Arial,Helvetica,sans-serif !important;
  transition:color .18s ease !important;
}

.footer-column a:hover{
  color:#16C784 !important;
}

.footer-column .footer-contact{
  margin-top:2px !important;
  color:#16C784 !important;
  font-weight:700 !important;
}

.footer-bottom{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:17px 22px 22px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;

  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;

  color:#79857e !important;
  font:10px Arial,Helvetica,sans-serif !important;
}

.footer-bottom-links{
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
}

.footer-bottom-links a{
  color:#8d9992 !important;
  text-decoration:none !important;
  font-size:10px !important;
}

.footer-bottom-links a:hover{
  color:#16C784 !important;
}

@media(max-width:950px){
  .footer-main{
    grid-template-columns:1.3fr 1fr 1fr !important;
  }

  .footer-column:last-child{
    grid-column:2/4 !important;
  }
}

@media(max-width:700px){
  .footer-main{
    grid-template-columns:1fr 1fr !important;
    gap:30px 24px !important;
    padding:34px 18px 28px !important;
  }

  .footer-brand-block{
    grid-column:1/-1 !important;
  }

  .footer-column:last-child{
    grid-column:auto !important;
  }

  .footer-bottom{
    padding:16px 18px 20px !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}

@media(max-width:460px){
  .footer-main{
    grid-template-columns:1fr !important;
  }

  .footer-logo{
    width:96px !important;
  }

  .footer-bottom-links{
    flex-wrap:wrap !important;
  }
}


/* Correção: fundo escuro cobre todo o conteúdo do footer */
.site-footer{
  background:#07100b !important;
  min-height:285px !important;
  overflow:hidden !important;
}

.footer-main{
  min-height:185px !important;
  padding-top:38px !important;
  padding-bottom:32px !important;
}

.footer-brand-block,
.footer-column{
  position:relative !important;
  z-index:1 !important;
}

.footer-bottom{
  background:#07100b !important;
  padding-top:18px !important;
  padding-bottom:22px !important;
}

@media(max-width:700px){
  .site-footer{
    min-height:0 !important;
  }

  .footer-main{
    min-height:0 !important;
  }
}


/* Footer simplificado: marca + serviços */
.footer-main{
  grid-template-columns:minmax(280px,1.5fr) minmax(220px,1fr) !important;
  justify-content:start !important;
  gap:90px !important;
}

@media(max-width:700px){
  .footer-main{
    grid-template-columns:1fr 1fr !important;
    gap:30px !important;
  }
}

@media(max-width:460px){
  .footer-main{
    grid-template-columns:1fr !important;
  }
}


/* Logo do footer: cantos arredondados e simétricos */
.site-footer .footer-logo-wrap{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:112px !important;
  height:72px !important;
  padding:7px !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  border-radius:16px !important;
  background:#ffffff !important;
}

.site-footer .footer-logo{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:10px !important;
  margin:0 !important;
}

/* Página Serviços */
.services-content{
  min-width:0;
  width:100%;
  padding:10px 8px 28px 0;
}
.services-eyebrow{
  display:block;
  margin-bottom:10px;
  color:#078f48;
  font:800 11px Arial,Helvetica,sans-serif;
  letter-spacing:1.2px;
}
.services-content h1{
  max-width:760px;
  margin:0 0 24px;
  color:#111;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-1px;
}
.services-content > p{
  max-width:820px;
  margin:0 0 18px;
  color:#3f4742;
  font-size:15px;
  line-height:1.75;
}
.services-benefits{
  max-width:820px;
  margin:30px 0;
  padding:24px 26px;
  border:1px solid #dfe7e2;
  border-radius:12px;
  background:#f7faf8;
}
.services-benefits h2{
  margin:0 0 16px;
  font-size:21px;
}
.services-benefits ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.services-benefits li{
  position:relative;
  padding-left:25px;
  color:#2f3833;
  font-size:14px;
  line-height:1.5;
}
.services-benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#16C784;
  font-weight:900;
}
.services-highlight{
  max-width:820px;
  padding:25px 28px;
  border-radius:12px;
  background:linear-gradient(135deg,#07130d,#0d2a1c);
  color:#fff;
}
.services-highlight p{
  margin:0 0 12px;
  color:#d4ddd7;
  font-size:15px;
  line-height:1.6;
}
.services-highlight strong{
  display:block;
  color:#16C784;
  font-size:18px;
  line-height:1.35;
}
@media(max-width:900px){
  .services-content{padding-right:0}
  .services-content h1{font-size:32px}
}
@media(max-width:600px){
  .services-content h1{font-size:28px}
  .services-content > p{font-size:14px}
  .services-benefits,.services-highlight{padding:20px}
}
