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

:root {
    --verde: #00d084;
    --verde-escuro: #008f5a;
    --preto: #0b0f14;
    --cinza: #1a1f27;
    --cinza-claro: #f5f7fa;
    --texto: #dce3ea;
    --vermelho: #ff4d4d;
    --azul: #00bfff;
    --amarelo: #ffd43b;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0b0f14;
    color: white;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

/* =========================================
   TOPO SITE
========================================= */

.topo-site {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 110px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 40px;

    z-index: 999;

    background: transparent;
}

.logo {
    width: 76px;
    height: 76px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    color: white;

    font-size: 15px;
    font-weight: 600;

    padding: 12px 20px;

    border-radius: 14px;

    border: 1px solid rgba(255,255,255,0.18);

    background: rgba(0,0,0,0.45);

    backdrop-filter: blur(10px);

    transition: 0.25s ease;
}

.menu a:hover {
    background: rgba(0,0,0,0.75);

    transform: translateY(-2px);
}

.menu a.demo {
    background: linear-gradient(
        135deg,
        #e344e3,
        #6b08ad
    );

    border: none;

    font-weight: 700;

    padding: 14px 26px;
}

.menu a.demo:hover {
    transform: translateY(-2px) scale(1.02);

    box-shadow: 0 10px 30px rgba(227,68,227,0.35);
}

/* =========================================
   HERO AJUSTADO
========================================= */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;

    /* REDUZIDO */
    padding: 120px 0 220px;

    background:
        radial-gradient(circle at top left, rgba(0,208,132,0.25), transparent 30%),
        radial-gradient(circle at bottom right, rgba(0,191,255,0.20), transparent 35%),
        linear-gradient(135deg, #0b0f14 0%, #111821 100%);
}

/* =========================================
   CONTAINER
========================================= */

.container {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* =========================================
   CATEGORIA
========================================= */

.categoria {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: rgba(0,208,132,0.15);
    border: 1px solid rgba(0,208,132,0.35);

    color: var(--verde);

    padding: 9px 16px;
    border-radius: 999px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;

    margin-bottom: 24px;

    backdrop-filter: blur(10px);
}

/* =========================================
   TÍTULO PRINCIPAL
========================================= */

.hero h1 {
    font-family: 'Playfair Display', serif;

    /* REDUZIDO */
    font-size: 52px;

    line-height: 1.08;
    max-width: 1080px;

    margin-bottom: 24px;

    font-weight: 800;
}

/* =========================================
   SUBTEXTO HERO
========================================= */

.hero p {
    font-size: 19px;
    line-height: 1.6;

    max-width: 1080px;

    color: #c9d3dd;
}

/* =========================================
   HERO INFO
========================================= */

.hero-info {
    margin-top: 38px;

    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;

    position: relative;
    z-index: 20;
}

/* =========================================
   AUTOR
========================================= */

#circulo {
	width: 48px;
	height: 48px;
    background: #FFF;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #CCC;
    flex-shrink: 0;
}

.autor {
    display: flex;
    align-items: center;
    gap: 14px;
}

.autor img {
    width: 36px;
    height: 36px;
	padding: 4px;
    margin-left: 4px;
    margin-top: 3px;
}

.autor strong {
    display: block;
    font-size: 15px;
}

.autor span {
    color: #98a4b3;
    font-size: 13px;
}

/* =========================================
   TEMPO DE LEITURA
========================================= */

.tempo-leitura {
    padding: 10px 16px;

    background: rgba(255,255,255,0.05);

    border-radius: 14px;

    color: #c5d0db;

    font-size: 13px;

    border: 1px solid rgba(255,255,255,0.08);

    display: flex;
    align-items: center;
    gap: 8px;
}

/* =========================================
   CONTEÚDO
========================================= */

.conteudo {
    position: relative;

    /* AJUSTADO */
    margin-top: -150px;

    z-index: 10;
}

/* =========================================
   BOX DO ARTIGO
========================================= */

.artigo-box {
    background: white;
    color: #1d2733;

    border-radius: 38px 38px 0 0;

    /* REDUZIDO */
    padding: 75px 65px;

    box-shadow: 0 -10px 60px rgba(0,0,0,0.45);
}

/* =========================================
   PARÁGRAFOS
========================================= */

.artigo-box p {
    font-size: 19px;
    line-height: 1.60;

    margin-bottom: 28px;

    color: #32404d;
}

/* =========================================
   TÍTULOS INTERNOS
========================================= */

.artigo-box h2 {
    font-family: 'Playfair Display', serif;

    font-size: 42px;

    margin-top: 70px;
    margin-bottom: 28px;

    color: #0f1720;

    line-height: 1.15;

    position: relative;
}

.artigo-box h2::after {
    content: '';

    width: 90px;
    height: 5px;

    background: linear-gradient(
        90deg,
        var(--verde),
        var(--azul)
    );

    display: block;

    border-radius: 999px;

    margin-top: 16px;
}

/* =========================================
   DESTAQUES
========================================= */

.destaque {
    background: linear-gradient(
        135deg,
        #6b08ad,
        #e344e3
    );

    padding: 38px;

    border-radius: 28px;

    margin: 50px 0;

    color: white;

    position: relative;
    overflow: hidden;
}

.destaque p {
    color: white;

    font-size: 24px;
    line-height: 1.7;

    font-weight: 700;

    position: relative;
    z-index: 2;

    margin: 0;
}

/* =========================================
   CARDS
========================================= */

.cards {
    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(240px, 1fr));

    gap: 22px;

    margin: 45px 0;
}

.card {
    background: linear-gradient(
        180deg,
        #ffffff,
        #f5f8fb
    );

    border: 1px solid #e4ebf2;

    border-radius: 26px;

    padding: 30px;

    transition: 0.3s;
}

.card:hover {
    transform: translateY(-6px);

    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.card .icone {
    width: 58px;
    height: 58px;

    border-radius: 16px;

    background: linear-gradient(
        135deg,
        var(--verde),
        var(--azul)
    );

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    margin-bottom: 20px;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 12px;

    color: #0f1720;
}

.card p {
    font-size: 16px;
    line-height: 1.8;

    color: #556372;

    margin: 0;
}

/* =========================================
   QUOTE
========================================= */

.quote {
    margin: 65px 0;

    padding-left: 30px;

    border-left: 5px solid var(--verde);
}

.quote p {
    font-size: 28px;
    line-height: 1.6;

    font-family: 'Playfair Display', serif;

    color: #111821;
}

/* =========================================
   BANNER FINAL
========================================= */

.banner-final {
    margin-top: 80px;

    background:
        radial-gradient(circle at top left,
        rgba(255,255,255,0.08),
        transparent 30%),

        linear-gradient(
            135deg,
	        #6b08ad,
	        #e344e3
        );

    padding: 55px;

    border-radius: 30px;

    text-align: center;

    color: white;
}

.banner-final h3 {
    font-size: 42px;

    margin-bottom: 20px;

    font-family: 'Playfair Display', serif;
}

.banner-final p {
    color: rgba(255,255,255,0.92);

    max-width: 760px;

    margin: auto;

    font-size: 19px;
    line-height: 1.8;
}

.btn-demo {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 34px;

    padding: 18px 34px;

    background: white;

    color: #0f1720;

    border-radius: 16px;

    font-weight: 800;
    font-size: 16px;

    transition: 0.3s;
}

/* =========================================
   RESPONSIVO
========================================= */

@media(max-width: 992px) {

    .hero {
        padding: 70px 0 200px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .hero p {
        font-size: 18px;
    }

    .artigo-box {
        padding: 55px 32px;
    }

    .artigo-box h2 {
        font-size: 34px;
    }

    .artigo-box p {
        font-size: 18px;
    }

    .quote p {
        font-size: 24px;
    }

    .banner-final {
        padding: 45px 28px;
    }

    .banner-final h3 {
        font-size: 34px;
    }
}

@media(max-width: 600px) {

    .hero {
        padding: 60px 0 180px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero p {
        font-size: 17px;
    }

    .artigo-box {
        border-radius: 26px 26px 0 0;

        padding: 45px 22px;
    }

    .artigo-box p {
        font-size: 17px;
    }

    .artigo-box h2 {
        font-size: 28px;
    }

    .destaque {
        padding: 28px;
    }

    .destaque p {
        font-size: 20px;
    }

    .quote p {
        font-size: 22px;
    }

    .banner-final h3 {
        font-size: 28px;
    }

    .banner-final p {
        font-size: 17px;
    }

}

/* =========================================
   IMAGEM DO ARTIGO
========================================= */

.imagem-artigo {
    margin: 55px 0;
}

.imagem-artigo img {
    width: 100%;

    border-radius: 28px;

    box-shadow:
        0 25px 60px rgba(0,0,0,0.18);

    border: 1px solid #edf2f7;

    transition: 0.4s ease;
}

.imagem-artigo img:hover {
    transform: scale(1.01);
}

.imagem-artigo figcaption {
    text-align: center;

    margin-top: 16px;

    font-size: 14px;

    color: #6b7785;

    line-height: 1.6;
}

/* =========================================
   MENU MOBILE
========================================= */

.menu-mobile-btn {
    display: none;

    width: 52px;
    height: 52px;

    border: none;

    border-radius: 14px;

    background: rgba(0,0,0,0.55);

    color: white;

    font-size: 28px;

    cursor: pointer;

    backdrop-filter: blur(10px);

    z-index: 1001;
}

.menu-mobile {
    position: fixed;

    top: 0;
    right: -100%;

    width: 82%;
    max-width: 340px;

    height: 100vh;

    background: #111821;

    padding: 110px 28px 40px;

    display: flex;
    flex-direction: column;

    gap: 16px;

    transition: 0.35s ease;

    z-index: 1000;

    box-shadow: -10px 0 40px rgba(0,0,0,0.45);
}

.menu-mobile.ativo {
    right: 0;
}

.menu-mobile a {
    color: white;

    text-decoration: none;

    font-size: 17px;
    font-weight: 700;

    padding: 16px 18px;

    border-radius: 16px;

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(255,255,255,0.08);
}

.menu-mobile .mobile-demo {
    background: linear-gradient(
        135deg,
        #e344e3,
        #6b08ad
    );

    border: none;

    text-align: center;
}

.menu-mobile .mobile-login {
    background: linear-gradient(
        135deg,
        #00d084,
        #00bfff
    );

    border: none;

    text-align: center;
}

/* =========================================
   RESPONSIVO MENU
========================================= */

@media(max-width: 992px) {

    .menu {
        display: none;
    }

    .menu-mobile-btn {
        display: flex;

        align-items: center;
        justify-content: center;
    }

    .topo-site {
        padding: 0 20px;
    }

    .logo {
        width: 62px;
        height: 62px;
    }

}

/* RODAPÉ */

.rodape {
  background-color: ##0b0f14;
  color: #ccc;
  padding: 60px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.rodape-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.rodape-coluna {
  flex: 1;
  min-width: 250px;
}

.rodape-logo {
  width: 70px;
  margin-bottom: 20px;
}

.rodape-coluna h4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 18px;
}

.rodape-coluna p,
.rodape-coluna a {
  color: #ccc;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  transition: color 0.3s;
}

.rodape-coluna a:hover {
  color: #fff;
}

.redes-sociais a {
  color: #ccc;
  font-size: 20px;
  margin-right: 12px;
  transition: color 0.3s;
}

.redes-sociais a:hover {
  color: #6b08ad;
}

.rodape-direitos {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
  .rodape-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rodape-coluna {
    margin-bottom: 30px;
  }
}

/* =========================================
   LEIA TAMBÉM
========================================= */

.leia-tambem {
    padding: 110px 0;

    background:
        radial-gradient(circle at top left,
        rgba(0,208,132,0.10),
        transparent 25%),

        linear-gradient(
            180deg,
            #0b0f14 0%,
            #111821 100%
        );
}

.leia-topo {
    text-align: center;

    margin-bottom: 60px;
}

.mini-tag {
    display: inline-flex;

    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(0,208,132,0.12);

    border: 1px solid rgba(0,208,132,0.30);

    color: #00d084;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;

    margin-bottom: 24px;
}

.leia-topo h2 {
    font-size: 52px;

    margin-bottom: 20px;

    font-family: 'Playfair Display', serif;
}

.leia-topo p {
    max-width: 760px;

    margin: auto;

    color: #aab7c5;

    font-size: 18px;
    line-height: 1.9;
}

.leia-grid {
    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(320px, 1fr));

    gap: 28px;
}

.leia-card {
    background: rgba(255,255,255,0.04);

    border: 1px solid rgba(255,255,255,0.06);

    border-radius: 30px;

    overflow: hidden;

    transition: 0.35s ease;

    backdrop-filter: blur(12px);
}

.leia-card:hover {
    transform: translateY(-8px);

    border-color: rgba(0,208,132,0.35);

    box-shadow:
        0 25px 60px rgba(0,0,0,0.35);
}

.leia-imagem {
    height: 220px;

    overflow: hidden;
}

.leia-imagem img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: 0.45s ease;
}

.leia-card:hover .leia-imagem img {
    transform: scale(1.05);
}

.leia-conteudo {
    padding: 30px;
}

.leia-categoria {
    display: inline-flex;

    margin-bottom: 18px;

    color: #00d084;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.leia-conteudo h3 {
    font-size: 28px;

    line-height: 1.3;

    margin-bottom: 18px;

    color: white;
}

.leia-conteudo p {
    color: #aab7c5;

    line-height: 1.8;

    font-size: 16px;

    margin-bottom: 28px;
}

.leia-link {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    color: white;

    font-weight: 700;

    transition: 0.25s ease;
}

.leia-card:hover .leia-link {
    color: #00d084;
}

/* =========================================
   RESPONSIVO
========================================= */

@media(max-width: 768px) {

    .leia-tambem {
        padding: 80px 0;
    }

    .leia-topo h2 {
        font-size: 36px;
    }

    .leia-topo p {
        font-size: 17px;
    }

    .leia-conteudo h3 {
        font-size: 24px;
    }

}

.leia-mais-area{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.btn-leia-mais{
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 18px 34px;

    background: linear-gradient(135deg, #00d084, #00b06f);

    color: #fff;
    text-decoration: none;

    font-size: 15px;
    font-weight: 800;
    letter-spacing: .5px;

    border-radius: 14px;

    box-shadow: 0 15px 35px rgba(0, 208, 132, 0.25);

    transition: all .3s ease;
}

.btn-leia-mais i{
    font-size: 20px;
    transition: transform .3s ease;
}

.btn-leia-mais:hover{
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(0, 208, 132, 0.35);
}

.btn-leia-mais:hover i{
    transform: translateX(5px);
}

/* =========================================
   BLOG DESTAQUE
========================================= */

.blog-destaque{
    margin-top: -120px;
    position: relative;
    z-index: 50;
    padding-bottom: 80px;
}

.destaque-card{
    display: grid;
    grid-template-columns: 1.2fr 1fr;

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 36px;

    overflow: hidden;

    backdrop-filter: blur(12px);

    transition: .35s ease;
}

.destaque-card:hover{
    transform: translateY(-6px);

    box-shadow: 0 25px 70px rgba(0,0,0,.35);

    border-color: rgba(0,208,132,.35);
}

.destaque-imagem{
    min-height: 100%;
}

.destaque-imagem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destaque-conteudo{
    padding: 55px;
}

.destaque-tag{
    display: inline-flex;

    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(0,208,132,.12);

    border: 1px solid rgba(0,208,132,.30);

    color: #00d084;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;

    margin-bottom: 24px;
}

.destaque-conteudo h2{
    font-size: 44px;

    line-height: 1.15;

    margin-bottom: 24px;

    color: #fff;

    font-family: 'Playfair Display', serif;
}

.destaque-conteudo p{
    color: #b8c5d3;

    line-height: 1.9;

    font-size: 18px;

    margin-bottom: 32px;
}

.destaque-meta{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

    color: #8ea1b5;

    margin-bottom: 34px;
}

.btn-destaque{
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 18px 30px;

    border-radius: 14px;

    background: linear-gradient(135deg,#00d084,#00b06f);

    color: #fff;

    font-weight: 800;

    letter-spacing: .5px;

    transition: .3s ease;
}

.destaque-card:hover .btn-destaque{
    transform: translateY(-2px);
}

.blog-listagem{
    padding-top: 30px;
}

@media(max-width: 992px){

    .destaque-card{
        grid-template-columns: 1fr;
    }

    .destaque-conteudo{
        padding: 36px;
    }

    .destaque-conteudo h2{
        font-size: 34px;
    }

}

@media(max-width: 600px){

    .blog-destaque{
        margin-top: -90px;
    }

    .destaque-conteudo{
        padding: 28px;
    }

    .destaque-conteudo h2{
        font-size: 28px;
    }

}