/* PS Fe Cristiana */

.ps-fe-section {
    background: linear-gradient(135deg, #335a5c 0%, #487e80 60%, #5a9496 100%);
    color: #fefaf0;
    padding-block: 5rem;
    position: relative;
    overflow: hidden;
}
.ps-fe-section::before {
    content: '✝';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20rem;
    opacity: .04;
    color: #fff;
    pointer-events: none;
    user-select: none;
    line-height: 1;
}

.ps-fe-section .ps-section-header .ps-eyebrow { color: #bde6de; }
.ps-fe-section .ps-section-header h2 { color: #fefaf0; }
.ps-fe-section .ps-section-header .ps-subtitle { color: rgba(254,250,240,.8); }
.ps-fe-section .ps-divider { background: linear-gradient(90deg, #bde6de, rgba(189,230,222,.3)); }

/* Versículo rotatorio */
.ps-fe-versiculo-wrap {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.ps-fe-versiculo {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 24px;
    padding: 2.5rem 3rem;
    backdrop-filter: blur(8px);
    position: relative;
}

.ps-fe-quotes {
    color: #bde6de;
    opacity: .5;
    margin-bottom: 1rem;
    display: block;
}

.ps-fe-quote-texto {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-style: italic;
    font-weight: 400;
    color: #fefaf0;
    line-height: 1.6;
    margin: 0 0 1rem;
    transition: opacity .32s ease;
}

.ps-fe-quote-ref {
    font-size: .9rem;
    color: #bde6de;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .04em;
    transition: opacity .32s ease;
}

.ps-fe-dots {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.5rem;
}
.ps-fe-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.3);
    cursor: pointer;
    transition: all .22s ease;
    padding: 0;
}
.ps-fe-dot.active {
    background: #bde6de;
    width: 22px;
    border-radius: 4px;
}

/* Misión */
.ps-fe-mision {
    max-width: 720px;
    margin: 0 auto 3.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.ps-fe-mision__icon {
    font-size: 2rem;
    opacity: .7;
}
.ps-fe-mision p {
    font-size: 1.05rem;
    color: rgba(254,250,240,.85);
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

/* Valores */
.ps-fe-valores {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin-inline: auto;
}

.ps-fe-valor {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    transition: background .25s ease;
}
.ps-fe-valor:hover {
    background: rgba(255,255,255,.14);
}

.ps-fe-valor__icono {
    font-size: 2.2rem;
    margin-bottom: .75rem;
    line-height: 1;
}
.ps-fe-valor__titulo {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fefaf0;
    margin: 0 0 .5rem;
}
.ps-fe-valor__desc {
    font-size: .85rem;
    color: rgba(254,250,240,.75);
    line-height: 1.65;
    margin: 0;
}

/* Versículo inline */
.ps-versiculo-inline {
    background: rgba(72,126,128,.08);
    border-left: 3px solid #487e80;
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}
.ps-versiculo-inline blockquote { font-style: italic; color: #335a5c; margin: 0 0 .25rem; }
.ps-versiculo-inline cite { font-size: .82rem; color: #8e8c89; }

@media (max-width: 900px) {
    .ps-fe-valores { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .ps-fe-valores { grid-template-columns: 1fr; }
    .ps-fe-versiculo { padding: 1.5rem; }
}
