.home-corp-sst{
  padding:76px 24px;
  background:linear-gradient(135deg,#071C36 0%,var(--azul-profundo) 52%,#0F2A52 100%);
  position:relative;
  overflow:hidden;
}

.home-corp-sst::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 85% 20%,rgba(232,84,10,.18),transparent 32%),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:auto,44px 44px,44px 44px;
  opacity:.9;
}

.home-corp-sst__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:38px;
  align-items:center;
}

.home-corp-sst__tag{
  display:inline-block;
  background:rgba(232,84,10,.18);
  border:1px solid rgba(232,84,10,.35);
  color:#FFB089;
  font-size:12px;
  font-weight:800;
  padding:7px 16px;
  border-radius:100px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-corp-sst h2{
  color:#fff;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.04em;
  margin:18px 0 16px;
}

.home-corp-sst h2 span{color:var(--laranja)}

.home-corp-sst__desc{
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.75;
  max-width:720px;
  margin:0 0 28px;
}

.home-corp-sst__acoes{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.home-corp-sst__cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.home-corp-sst__card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:22px;
  backdrop-filter:blur(10px);
  transition:.25s ease;
}

.home-corp-sst__card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.11);
  border-color:rgba(232,84,10,.35);
}

.home-corp-sst__icon{
  width:42px;
  height:42px;
  border-radius:13px;
  background:rgba(232,84,10,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  margin-bottom:14px;
}

.home-corp-sst__card h3{
  color:#fff;
  font-size:16px;
  margin:0 0 8px;
}

.home-corp-sst__card p{
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.65;
  margin:0;
}

@media(max-width:900px){
  .home-corp-sst__grid{grid-template-columns:1fr}
}

@media(max-width:620px){
  .home-corp-sst__cards{grid-template-columns:1fr}
}
