/* ===========================
   INTRODUÇÃO
=========================== */
.srh-intro-card {
    margin: 40px auto;
    padding: 30px;
    max-width: 900px;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.6;
}

/* Frase inicial realçada */
.srh-intro-card p:first-of-type {
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 600;
    color: #e8f8ff;
    margin-bottom: 1.2rem;
}

/* Lista com avanço face ao resto do texto */
.srh-intro-card ul {
    margin: 1rem 0 1.5rem;
    padding-left: 40px;
}

.srh-intro-card li {
    margin-bottom: 0.5rem;
}

/* ===========================
   GRELLA SRH (IGUAL À DOS PORTAIS)
=========================== */
.srh-grid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 70px;
    padding: 20px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

/* ===========================
   CARTÕES SRH (GLASS CLOUD)
=========================== */
.srh-card {
    padding: 30px 32px;
    border-radius: 18px;

    background: radial-gradient(circle at top left,
                rgba(102,204,255,0.28),
                rgba(0,0,0,0.78));
    background-color: rgba(0,0,0,0.55);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(102,204,255,0.55);
    box-shadow:
        0 0 26px rgba(102,204,255,0.55),
        inset 0 0 20px rgba(102,204,255,0.28);

    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.srh-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.srh-card:hover {
    background: radial-gradient(circle at top left,
                rgba(102,204,255,0.45),
                rgba(0,0,0,0.88));
    border-color: #66ccff;
    box-shadow:
        0 0 32px rgba(102,204,255,0.75),
        0 0 60px rgba(102,204,255,0.55),
        inset 0 0 22px rgba(102,204,255,0.35);
    transform: translateY(-4px);
}

/* TÍTULOS */
.srh-card h2 {
    font-family: "Evo2", Arial, sans-serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 900;
    margin-bottom: 18px;
    color: #66ccff;
    text-shadow:
        0 0 12px rgba(102,204,255,0.75),
        0 0 22px rgba(102,204,255,0.55);
}

/* TIPOGRAFIA MELHORADA */
.srh-card p,
.srh-card li {
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.6;
}

.srh-card p {
    margin-bottom: 1rem;
}

.srh-card ul {
    padding-left: 26px;
}

.srh-card li {
    margin-bottom: 0.6rem;
}

/* SUBTÍTULOS INTERNOS */
.srh-card h4 {
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
    font-size: clamp(17px, 1.4vw, 20px);
    color: #66ccff;
}

/* BOTÃO DETALHES */
.srh-details-btn {
    margin-top: 15px;
    padding: 10px 16px;
    border-radius: 8px;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(102,204,255,0.55);
    color: #e6f7ff;
    cursor: pointer;
    transition: 0.3s ease;
}

.srh-details-btn:hover {
    background: rgba(255,255,255,0.1);
}

/* DETALHES */
.srh-details {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(102,204,255,0.35);
}

/* QUADRO PREMIUM */
.quadro-premium {
    margin-top: 1rem;
    padding: 1.2rem 1.4rem;

    background: rgba(0, 40, 60, 0.35);
    backdrop-filter: blur(8px);

    border: 1px solid rgba(102,204,255,0.45);
    border-radius: 12px;

    box-shadow:
        0 0 18px rgba(102,204,255,0.35),
        inset 0 0 12px rgba(102,204,255,0.25);

    color: #e8f8ff;
}

/* BOTÃO CONTACTE-NOS */
.srh-contact-btn {
    display: inline-block;
    margin-top: 1.6rem;
    padding: 12px 20px;

    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(102,204,255,0.55);
    border-radius: 10px;

    color: #e6f7ff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;

    transition: 0.3s ease;
}

.srh-contact-btn:hover {
    background: rgba(102,204,255,0.25);
    box-shadow:
        0 0 22px rgba(102,204,255,0.55),
        inset 0 0 12px rgba(102,204,255,0.35);
    border-color: #66ccff;
}

@media (max-width: 480px) {
    .srh-contact-btn {
        width: 100%;
    }
}

/* ===========================
   PORTAIS CLOUD (ÚLTIMO CARTÃO)
=========================== */
.srh-portais {
    margin: 60px auto;
    padding: 30px;
    max-width: 900px;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.6;
}

/* Título do cartão */
.srh-portais h2 {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    color: #66ccff;
    margin-bottom: 1.4rem;
}

/* Cada portal */
.srh-portais .portal {
    margin-bottom: 1.6rem;
    padding-left: 20px; /* avanço */
    border-left: 3px solid rgba(102,204,255,0.35);
}

.srh-portais .portal h4 {
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 600;
    color: #e8f8ff;
    margin-bottom: 0.4rem;
}

.srh-portais p {
    margin-bottom: 1rem;
}
