/* ================= DECLARAÇÃO DE FÉ ================= */

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* ================= HERO DECLARAÇÃO DE FÉ ================= */

.declaracao-hero {
    position: relative;
    height: 520px;
    margin-top: 85px;

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

    background-color: #0e0c2a;
    overflow: hidden;
}

.declaracao-hero::before {
    content: "";
    position: absolute;

    width: 900px;
    height: 620px;

    border: 7px solid #d87516;
    border-radius: 46% 54% 48% 52%;

    top: -260px;
    right: 8%;

    transform: rotate(-8deg);
    opacity: 0.95;
}

.declaracao-hero::after {
    content: "";
    position: absolute;

    width: 650px;
    height: 260px;

    border-bottom: 7px solid #d87516;
    border-radius: 50%;

    right: -100px;
    bottom: -60px;

    transform: rotate(8deg);
    opacity: 0.95;
}

.declaracao-hero-conteudo {
    position: relative;
    z-index: 2;
    text-align: center;
}

.declaracao-hero h1 {
    color: #ffffff;

    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 82px;
    font-weight: 500;
    line-height: 1;

    margin: 0;
}

/* ================= CONTEÚDO DECLARAÇÃO DE FÉ ================= */

.declaracao-conteudo {
    background: #f4f4f2;
    padding: 60px 20px 50px;
}

.pagina-container.declaracao-conteudo-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
}

.declaracao-conteudo-container h2,
.declaracao-conteudo-container .titulo-formal {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.5px;

    color: #101025;

    text-align: left;
    margin: 0 0 30px;
}

.declaracao-conteudo-container p {
    max-width: 900px;

    color: #202020;
    font-size: 18px;
    line-height: 1.75;

    text-align: left;
    margin: 0 0 20px;
}

/* ================= BLOCO TEXTO + IMAGEM ================= */

.declaracao-bloco {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 30px;
    align-items: start;
}

.declaracao-texto {
    min-width: 0;
}

.declaracao-imagem {
    position: sticky;
    top: 120px;
    transform: translateX(40px);
}

.declaracao-imagem img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    display: block;

    border-radius: 28px;

    border: 1px solid rgba(216, 117, 22, 0.25);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.30),
        0 10px 25px rgba(216, 117, 22, 0.12);
}

/* ================= DIVISÓRIA + PILARES DA FÉ ================= */

.pilares-section {
    padding: 80px 20px 110px;
    background: #f3f3f3;
}

/* ================= DIVISÓRIA ================= */

.divisor-pilares {
    max-width: 3500px;
    min-height: 120px;

    margin: 0 auto 65px;
    padding: 0 55px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    background: #0e0c2a;
    border: 1.5px solid rgba(216, 117, 22, 0.65);
    border-radius: 28px;

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);

    position: relative;
    overflow: hidden;
}

.divisor-pilares::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 190px;

    border: 4px solid rgba(216, 117, 22, 0.35);
    border-radius: 50%;

    top: -125px;
    right: 80px;

    transform: rotate(-8deg);
}

.linha-divisoria {
    flex: 1;
    max-width: 360px;
    height: 1.5px;

    background: linear-gradient(
        to right,
        transparent,
        #d87516,
        transparent
    );

    position: relative;
    z-index: 2;
}

.centro-divisoria {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.icone-divisoria {
    width: 56px;
    height: 56px;

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

    border: 2px solid #d87516;
    border-radius: 50%;

    color: #d87516;
    background: #0e0c2a;

    font-size: 28px;
    line-height: 1;
}

.centro-divisoria span {
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

/* ================= CONTAINER DOS PILARES ================= */

.pilares-container {
    position: relative;
    overflow: hidden;

    max-width: 1250px;
    margin: 0 auto;

    background: #f7f5f2;
    border-radius: 36px;

    padding: 65px 55px 75px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pilares-container::before {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    border: 4px solid rgba(216, 117, 22, 0.18);
    border-radius: 50%;

    top: -110px;
    right: -90px;

    z-index: 0;
}

.pilares-container::after {
    content: "";
    position: absolute;

    width: 230px;
    height: 230px;

    border: 4px solid rgba(216, 117, 22, 0.12);
    border-radius: 50%;

    bottom: -100px;
    left: -80px;

    z-index: 0;
}

.pilares-topo,
.pilares-grid,
.pilares-final {
    position: relative;
    z-index: 1;
}
.pilares-container .pilares-grid {
    margin-bottom: 40px !important;
}

.pilares-container .pilares-final {
    margin-top: 0 !important;
}

/* ================= TOPO DOS PILARES ================= */

.pilares-topo {
    text-align: center;
    margin-bottom: 65px;
}

.pilares-topo h2 {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.05;

    color: #1b1933;

    margin: 0 0 18px;
}

.pilares-topo p {
    max-width: 700px;
    margin: 0 auto;

    font-size: 18px;
    line-height: 1.7;
    color: #222;
}

/* ================= GRID DOS CARDS ================= */

.pilares-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ================= CARD INDIVIDUAL ================= */

.pilar-card {
    min-height: 285px;

    background: radial-gradient(
        circle at top,
        #171733 0%,
        #0e0d2b 55%,
        #08071f 100%
    );

    border: 2px solid #d87516;
    border-radius: 18px;

    padding: 30px 24px;
    text-align: center;

    color: #fff;

    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);

    transition: transform 0.3s ease,
                box-shadow 0.3s ease,
                border-color 0.3s ease;
}

.pilar-card:hover {
    transform: translateY(-7px);
    border-color: #f08a1d;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.pilar-icone {
    color: #d87516;
    font-size: 38px;
    line-height: 1;

    margin-bottom: 18px;

    font-family: "Segoe UI Symbol", "Noto Sans Symbols", Arial, sans-serif;
}

.pilar-card h3 {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    color: #ffffff;

    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;

    margin: 0 0 16px;
}

.pilar-card p {
    color: #ffffff;

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

    margin: 0 0 14px;
}

.pilar-card small {
    display: block;

    color: #d6d6d6;

    font-size: 14px;
    line-height: 1.5;

    margin: 0 0 18px;
}

.pilar-card span {
    display: inline-block;

    color: #d87516;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;

    padding-top: 12px;
    border-top: 1px solid rgba(216, 117, 22, 0.45);
}

/* ================= BOTÃO VER MAIS DO CARD ================= */

.pilar-card {
    position: relative;
}

.ver-mais-btn {
    position: absolute;
    top: 16px;
    right: 16px;

    padding: 6px 12px;

    background: transparent;
    color: #d87516;

    border: 1px solid rgba(216, 117, 22, 0.7);
    border-radius: 20px;

    font-size: 12px;
    font-weight: 700;
    cursor: pointer;

    transition: background 0.3s ease,
                color 0.3s ease,
                transform 0.3s ease;
}

.ver-mais-btn:hover {
    background: #d87516;
    color: #ffffff;
    transform: translateY(-2px);
}

/* VERSÍCULO ESCONDIDO */

.versiculo-card {
    max-height: 0;
    opacity: 0;
    overflow: hidden;

    margin-top: 0;

    transition: max-height 0.4s ease,
                opacity 0.4s ease,
                margin-top 0.4s ease;
}

.versiculo-card p {
    margin: 0;

    padding: 16px 14px;

    background: rgba(216, 117, 22, 0.10);
    border-left: 3px solid #d87516;
    border-radius: 10px;

    color: #f5f5f5;
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
}

/* QUANDO O CARD ESTIVER ABERTO */

.pilar-card.ativo .versiculo-card {
    max-height: 200px;
    opacity: 1;
    margin-top: 20px;
}

/* ================= FRASE FINAL ================= */

.pilares-final {
    margin-top: 60px;
    text-align: center;
}

.pilares-final p {
    max-width: 780px;
    margin: 0 auto 40px;

    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.45;

    color: #1b1933;
}

/* ================= BOTÃO FINAL ================= */

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

    width: 300px;
    height: 55px;

    background: #d87516;
    color: #ffffff;

    border-radius: 30px;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    box-shadow: 0 10px 25px rgba(216, 117, 22, 0.30);

    transition: transform 0.3s ease,
                background 0.3s ease,
                box-shadow 0.3s ease;
}

.pilares-btn:hover {
    background: #b96110;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(216, 117, 22, 0.40);
}

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

@media (max-width: 1100px) {
    .declaracao-hero h1 {
        font-size: 66px;
    }

    .declaracao-conteudo-container h2,
    .declaracao-conteudo-container .titulo-formal {
        font-size: 54px;
    }

    .pilares-topo h2 {
        font-size: 52px;
    }

    .pilares-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .declaracao-hero {
        height: 420px;
        margin-top: 75px;
    }

    .declaracao-hero::before {
        width: 620px;
        height: 420px;
        top: -210px;
        right: -180px;
    }

    .declaracao-hero::after {
        width: 420px;
        height: 180px;
        right: -160px;
        bottom: -55px;
    }

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

    .declaracao-conteudo {
        padding: 45px 18px 40px;
    }

    .declaracao-conteudo-container h2,
    .declaracao-conteudo-container .titulo-formal {
        font-size: 42px;
    }

    .declaracao-conteudo-container p {
        font-size: 16px;
    }

    .pilares-section {
        padding: 55px 15px 80px;
    }

    .divisor-pilares {
        min-height: 105px;
        padding: 0 22px;
        gap: 16px;
        margin-bottom: 50px;
        border-radius: 22px;
    }

    .linha-divisoria {
        max-width: 120px;
    }

    .icone-divisoria {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .centro-divisoria span {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .pilares-container {
        padding: 45px 22px 55px;
        border-radius: 26px;
    }

    .pilares-topo {
        margin-bottom: 45px;
    }

    .pilares-topo h2 {
        font-size: 38px;
    }

    .pilares-topo p {
        font-size: 16px;
    }

    .pilares-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pilar-card {
        min-height: auto;
        padding: 32px 24px;
    }

    .pilar-card h3 {
        font-size: 30px;
    }

    .pilares-final p {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .declaracao-bloco {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .declaracao-imagem {
        position: static;
    }

    .declaracao-imagem img {
        height: 500px;
    }
}

@media (max-width: 650px) {
    .declaracao-imagem img {
        height: 380px;
        border-radius: 22px;
    }
}

/* ================= FOOTER ================= */

.footer {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-top: 2px solid #d8741669;
    padding: 28px 20px;

    position: relative;
    z-index: 1;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer p {
    margin: 0;

    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}

.footer-dev {
    color: #d87516 !important;
    font-weight: 600;
}

/* RESPONSIVO */

@media (max-width: 700px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer p {
        font-size: 14px;
    }
}