/* Hierarquia Semântica H2→H4 */
.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem 0;
    color: var(--color-primary, #1a1a1a);
    line-height: 1.3;
}

.subsection-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: var(--color-secondary, #333);
    line-height: 1.4;
}

.detail-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 1.5rem 0 0.75rem 0;
    color: var(--color-text, #444);
    line-height: 1.5;
}

/* ================================
    VERTICAL CARDS - LINKS
    ================================ */
a.vertical-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.vertical-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

a.vertical-card h3,
a.vertical-card p {
    margin: 0;
}

a.vertical-card h3 {
    margin-bottom: 0.75rem;
}

</style><link rel="stylesheet" href="/assets/css/dropdown-menu.css">< !-- CSS Exclusivo - Hero Homepage Sofisticado --><style>

/* ================================
    HERO HOMEPAGE - REESTRUTURADO
    ================================ */
.hero--homepage {
    padding: 3.5rem 2rem 3rem 2rem;
    min-height: auto;
}

.hero-content--homepage {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero--homepage h1 {
    font-size: clamp(2.8rem, 4vw, 3.5rem);
    letter-spacing: -0.01em;
    font-weight: 500;
}

.hero--homepage .hero-subtitle {
    max-width: 720px;
    margin: 1.2rem auto 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
}

/* Linha institucional inferior */
.hero-divider {
    width: 80px;
    height: 2px;
    margin: 2rem auto 0 auto;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0));
    opacity: 0.8;
}

/* Micro-animação institucional discreta */
.hero--homepage h1,
.hero--homepage .hero-subtitle,
.hero-divider {
    opacity: 0;
    transform: translateY(8px);
    animation: heroFade 0.6s ease forwards;
}

.hero--homepage .hero-subtitle {
    animation-delay: 0.1s;
}

.hero-divider {
    animation-delay: 0.2s;
}

@keyframes heroFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .hero--homepage {
        padding: 3rem 1.5rem 2.5rem 1.5rem;
    }

    .hero--homepage h1 {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .hero--homepage .hero-subtitle {
        font-size: 1rem;
    }
}

/* ================================
    HOMEPAGE - PILARES DA INFRAESTRUTURA
    ================================ */
/* Título centralizado fora do container */
.features--homepage-pillars {
    padding: 4rem 2rem 3rem 2rem;
}

.features-title-centered {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    font-weight: 500;
    text-align: center;
    color: var(--color-text-strong);
    margin: 0 0 3rem 0;
    letter-spacing: -0.01em;
}

/* Grid 2x2 centralizado */
.features-grid--2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.features-grid--2x2 .feature-item {
    text-align: center;
    padding: 2rem;
}

/* Responsivo - Mobile 1 coluna */
@media (max-width: 768px) {
    .features--homepage-pillars {
        padding: 3rem 1.5rem 2rem 1.5rem;
    }

    .features-grid--2x2 {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 100%;
    }

    .features-grid--2x2 .feature-item {
        padding: 1.5rem;
    }
}


/* ================================
    CTA BUTTONS - 3D STYLE
    ================================ */
/* Header CTA - 3D com cantos arredondados */
.header-cta {
    border-radius: 8px !important;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.06),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    position: relative;
    top: 0;
}

.header-cta:hover {
    box-shadow:
        0 6px 10px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    top: -2px;
}

.header-cta:active {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.15);
    top: 2px;
}

/* Botões CTA Primários - 3D com cantos arredondados */
.btn-primary {
    border-radius: 8px !important;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.06),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    position: relative;
    top: 0;
}

.btn-primary:hover {
    box-shadow:
        0 6px 10px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    top: -2px;
}

.btn-primary:active {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.15);
    top: 2px;
}