/* Página de conteúdos */

.content-hero {
    padding: 165px 0 48px;
    background:
        radial-gradient(circle at 85% 90%, rgba(32, 63, 112, 0.45), transparent 42%),
        linear-gradient(135deg, #06101e 0%, #091529 48%, #11264a 100%);
    color: #fff;
}

.content-hero-copy {
    max-width: 930px;
}

.content-hero h1 {
    max-width: 900px;
    margin-bottom: 24px;
    font-size: clamp(2.7rem, 5.5vw, 5.3rem);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.content-hero-copy > p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
}

.content-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 52px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.content-topics a {
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.content-topics a:hover {
    border-color: var(--zuriel-gold);
    background: rgba(195, 164, 81, 0.08);
    color: #fff;
}

.content-featured-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: 80px;
    align-items: center;
}

.content-featured-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    padding: 40px;
    border-radius: var(--zuriel-radius);
    background: linear-gradient(145deg, #0c203a, #071426 58%, #172d48);
    color: #fff;
}

.content-featured-visual::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    right: -115px;
    bottom: -90px;
    border: 1px solid rgba(195, 164, 81, 0.45);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(195, 164, 81, 0.04), 0 0 0 110px rgba(195, 164, 81, 0.025);
}

.featured-index,
.featured-signature {
    position: absolute;
    z-index: 1;
    color: var(--zuriel-gold-light);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.featured-index { top: 40px; left: 40px; }
.featured-signature { left: 40px; bottom: 38px; }

.featured-lines {
    position: absolute;
    inset: 105px 60px 105px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.featured-lines span {
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.55), rgba(255,255,255,0.03));
}

.featured-lines span:nth-child(2) { width: 78%; }
.featured-lines span:nth-child(3) { width: 58%; }
.featured-lines span:nth-child(4) { width: 35%; background: var(--zuriel-gold); }

.content-featured-copy h2 {
    margin: 16px 0 22px;
    color: var(--zuriel-navy);
}

.content-featured-copy > p {
    max-width: 650px;
    color: var(--zuriel-muted);
}

.content-category {
    display: inline-flex;
    color: var(--zuriel-gold);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.content-meta {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    color: #87909a;
    font-size: 0.72rem;
}

.content-meta span + span::before {
    content: '•';
    margin-right: 20px;
    color: var(--zuriel-gold);
}

.content-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    color: var(--zuriel-navy);
    font-size: 0.78rem;
    font-weight: 700;
}

.content-text-link i { color: var(--zuriel-gold); transition: transform 0.2s ease; }
.content-text-link:hover i { transform: translateX(4px); }

.content-section-heading {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 50px;
}

.content-section-heading h2 { margin-bottom: 0; }
.content-section-heading > p { max-width: 480px; margin-bottom: 5px; color: var(--zuriel-muted); }

.insight-card {
    height: 100%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--zuriel-border);
    border-radius: var(--zuriel-radius);
    background: #fff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.insight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(195, 164, 81, 0.4);
    box-shadow: var(--zuriel-shadow);
}

.insight-card-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
}

.insight-number { color: #a7adb3; font-size: 0.7rem; font-weight: 700; }
.insight-card h3 { margin-bottom: 16px; color: var(--zuriel-navy); }
.insight-card > p { margin-bottom: 22px; color: var(--zuriel-muted); font-size: 0.84rem; }
.insight-card .content-meta { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--zuriel-border); }

.content-path-list { border-top: 1px solid var(--zuriel-border); }

.content-path-item {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr) 50px;
    gap: 25px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid var(--zuriel-border);
}

.content-path-number { color: var(--zuriel-gold); font-size: 0.72rem; font-weight: 700; }
.content-path-item h3 { margin-bottom: 6px; color: var(--zuriel-navy); }
.content-path-item p { max-width: 720px; margin: 0; color: var(--zuriel-muted); font-size: 0.86rem; }
.content-path-item > i { color: var(--zuriel-gold); text-align: center; }

.content-material {
    background: var(--zuriel-navy-secondary);
    color: #fff;
}

.content-material-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 90px;
    align-items: center;
}

.content-material h2 { margin-bottom: 0; color: #fff; }
.content-material p { margin-bottom: 28px; color: rgba(255,255,255,0.66); }

/* Responsividade */

@media (max-width: 991.98px) {
    .content-featured-grid {
            grid-template-columns: 1fr;
            gap: 45px;
        }

    .content-featured-visual { min-height: 390px; }

    .content-material-grid {
            grid-template-columns: 1fr;
            gap: 35px;
        }

}

@media (max-width: 767.98px) {
    .content-hero { padding: 105px 0 35px; }

    .content-hero h1 { font-size: 2.45rem; }

    .content-topics { margin-top: 35px; }

    .content-featured-visual {
            min-height: 300px;
            padding: 25px;
        }

    .featured-index { top: 25px; left: 25px; }

    .featured-signature { left: 25px; bottom: 25px; }

    .featured-lines { inset: 75px 35px 75px 25px; }

    .content-section-heading {
            grid-template-columns: 1fr;
            gap: 20px;
            margin-bottom: 35px;
        }

    .insight-card { min-height: auto; padding: 25px; }

    .content-path-item {
            grid-template-columns: 40px 1fr;
            gap: 15px;
        }

    .content-path-item > i { display: none; }

}
