@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #071126;
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.cabecalho {
  width: 100%;
  min-height: 100px;
  padding: 22px 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo-coroa-publica {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #fff0f6;
  color: #ec2f78;
}

.logo-coroa-publica i {
  width: auto;
  height: auto;
  color: inherit;
  font-size: 21px;
}

.logo-nome-publica {
  color: #071633;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.7px;
  white-space: nowrap;
}

.logo-nome-publica strong {
  color: #ec2f78;
  font-weight: 700;
}

.texto-logo strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.texto-logo span {
  color: #fd91b0;
}

.texto-logo small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #596578;
  font-weight: 500;
}

.menu-principal {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
}

.acoes-cabecalho {
  display: flex;
  gap: 16px;
}

.botao {
  height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.botao i {
  width: 18px;
  height: 18px;
}

.botao-rosa {
  color: #fff;
  background: linear-gradient(135deg, #fd91b0, #f36d96);
  box-shadow: 0 16px 34px rgba(253, 145, 176, 0.28);
}

.botao-rosa:hover {
  background: linear-gradient(135deg, #f97fa3, #f36d96);
}

.botao-claro {
  color: #071126;
  background: #fff;
  border: 1px solid #f4d5de;
}

.secao-hero {
  position: relative;
  padding: 40px 88px 40px;
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 30px;
  align-items: center;
  min-height: 720px;
}

.conteudo-hero {
  position: relative;
  z-index: 2;
}

.secao-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 10px;
  width: 820px;
  height: 640px;
  background: radial-gradient(circle, rgba(253, 145, 176, 0.22), transparent 70%);
  z-index: -1;
}

.subtitulo-hero,
.subtitulo-secao {
  color: #f36d96;
  font-size: 13px;
  font-weight: 700;
}

.conteudo-hero h1 {
  margin-top: 18px;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.conteudo-hero h1 span {
  color: #fd91b0;
}

.conteudo-hero > p {
  margin-top: 18px;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.7;
  color: #566174;
}

.botoes-hero {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.card-destaque-hero {
  margin-top: 28px;
  max-width: 470px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 241, 245, 0.95);
  display: flex;
  align-items: center;
  gap: 16px;
}

.icone-card,
.icone-recurso {
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffe5ec;
  color: #fd91b0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-card i,
.icone-recurso i {
  width: 25px;
  height: 25px;
}

.card-destaque-hero h3 {
  font-size: 15px;
  margin-bottom: 5px;
}

.card-destaque-hero p {
  font-size: 13px;
  line-height: 1.6;
  color: #566174;
}

.imagem-painel-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.imagem-painel-hero img {
  width: 108%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 60px rgba(253, 145, 176, 0.18));
  transform: translate(20px, -8px);
}

.secao-recursos {
  padding: 42px 88px 80px;
  text-align: center;
  border-top: 1px solid #f8e3ea;
}

.secao-recursos h2 {
  margin-top: 14px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.2;
  letter-spacing: -1px;
}

.grade-recursos {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card-recurso {
  min-height: 126px;
  padding: 22px 20px;
  border: 1px solid #f4d5de;
  border-radius: 13px;
  background: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 18px;
}

.card-recurso h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

.card-recurso p {
  font-size: 12px;
  line-height: 1.55;
  color: #596578;
}
@media (max-width:768px){

.card-recurso{

    flex-direction:column;

    text-align:center;

    align-items:center;

    padding:28px 22px;

    gap:15px;

    min-height:auto;

}

.card-recurso i{

    font-size:38px;

}

.card-recurso h3{

    margin:0;

    font-size:18px;

}

.card-recurso p{

    margin:0;

    font-size:15px;

    line-height:1.7;

}

}
@media (max-width: 1300px) {
  .cabecalho,
  .secao-hero,
  .secao-recursos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-principal {
    gap: 22px;
  }

  .secao-hero {
    grid-template-columns: 430px 1fr;
    gap: 24px;
  }

  .imagem-painel-hero img {
    width: 100%;
    transform: translate(10px, -6px);
  }
}

@media (max-width: 1050px) {
  .cabecalho {
    flex-wrap: wrap;
  }
  .secao-hero::after {display: none;}

  .menu-principal {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .secao-hero {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
  }

  .conteudo-hero > p,
  .card-destaque-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .botoes-hero {
    justify-content: center;
  }

  .imagem-painel-hero {
    justify-content: center;
  }

  .imagem-painel-hero img {
    width: 100%;
    max-width: 920px;
    transform: none;
  }

  .grade-recursos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cabecalho {
    padding: 24px 22px;
    justify-content: center;
  }

  .logo {
    width: 100%;
    justify-content: center;
  }

  .menu-principal {
    display: none;
  }

  .acoes-cabecalho {
    width: 100%;
    justify-content: center;
  }

  .secao-hero {
    padding: 42px 22px 52px;
    gap: 34px;
  }

  .conteudo-hero h1 {
    font-size: 37px;
    letter-spacing: -1px;
  }

  .conteudo-hero > p {
    font-size: 15px;
  }

  .botoes-hero {
    flex-direction: column;
  }

  .botao {
    width: 100%;
  }

  .card-destaque-hero {
    text-align: left;
  }

  .imagem-painel-hero img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .secao-recursos {
    padding: 42px 22px 60px;
  }

  .grade-recursos {
    grid-template-columns: 1fr;
  }

  .card-recurso {
    min-height: auto;
  }
}
