/* =========================================
   PÁGINA DE DEVOCIONAIS E LIVROS
   ARTHUR ESSÊNCIA
   ========================================= */


/* =========================================
   HERO
   ========================================= */

.devotional-hero {
    background-color: #F8F5EF;

    text-align: center;
}


.devotional-hero-container {
    width: 100%;

    max-width: 900px;

    margin: 0 auto;

    padding: 120px 30px;

    box-sizing: border-box;
}


.devotional-subtitle {
    margin: 0 0 18px;

    color: #B88A3B;

    font-family: Arial, sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.devotional-hero h1 {
    margin: 0 0 25px;

    color: #3E3325;

    font-family: Georgia, serif;

    font-size: 64px;

    font-weight: 500;

    line-height: 1.1;
}


.devotional-hero-description {
    max-width: 650px;

    margin: 0 auto;

    color: #6F675C;

    font-family: Arial, sans-serif;

    font-size: 17px;

    line-height: 1.9;
}


/* =========================================
   CONTAINER
   ========================================= */

.devotional-container {
    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    padding: 100px 30px;

    box-sizing: border-box;
}


/* =========================================
   INTRODUÇÃO
   ========================================= */

.devotional-introduction {
    background-color: #FFFFFF;

    text-align: center;
}


.devotional-introduction .devotional-container {
    max-width: 800px;
}


.devotional-introduction h2 {
    margin: 0 0 25px;

    color: #3E3325;

    font-family: Georgia, serif;

    font-size: 44px;

    font-weight: 500;

    line-height: 1.2;
}


.devotional-introduction p:not(.devotional-subtitle) {
    margin: 0;

    color: #6F675C;

    font-family: Arial, sans-serif;

    font-size: 16px;

    line-height: 1.9;
}


/* =========================================
   SEÇÃO DOS LIVROS
   ========================================= */

.devotional-books {
    background-color: #F8F5EF;
}


/* =========================================
   GRID
   ========================================= */

.devotional-books-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 45px;

    align-items: start;
}


/* =========================================
   CARD
   ========================================= */

.devotional-book-card {
    overflow: hidden;

    background-color: #FFFFFF;

    border: 1px solid #E3DCCD;

    border-radius: 8px;

    box-shadow:
        0 15px 40px rgba(62, 51, 37, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.devotional-book-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 22px 55px rgba(62, 51, 37, 0.13);
}


/* =========================================
   ÁREA DA CAPA
   ========================================= */

.devotional-book-cover {
    width: 100%;

    aspect-ratio: 2 / 3;

    background-color: #EEE9DF;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   IMAGEM DA CAPA
   ========================================= */

.devotional-book-cover img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;
}


/* =========================================
   CONTEÚDO DO CARD
   ========================================= */

.devotional-book-content {
    padding: 35px;
}


.devotional-card-label {
    margin: 0 0 12px;

    color: #B88A3B;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.devotional-book-content h2 {
    margin: 0 0 18px;

    color: #3E3325;

    font-family: Georgia, serif;

    font-size: 30px;

    font-weight: 500;

    line-height: 1.25;
}


.devotional-book-content p:not(.devotional-card-label) {
    margin: 0 0 25px;

    color: #6F675C;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   BOTÃO
   ========================================= */

.devotional-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 44px;

    padding: 12px 22px;

    box-sizing: border-box;

    background-color: #B88A3B;

    border: 1px solid #B88A3B;

    border-radius: 4px;

    color: #FFFFFF;

    font-family: Arial, sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.5px;

    text-decoration: none;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.devotional-button:hover {
    background-color: #96702F;

    border-color: #96702F;

    transform: translateY(-2px);
}


/* =========================================
   PROPÓSITO
   ========================================= */

.devotional-purpose {
    background-color: #FFFFFF;

    text-align: center;
}


.devotional-purpose .devotional-container {
    max-width: 800px;
}


.devotional-purpose h2 {
    margin: 0 0 25px;

    color: #3E3325;

    font-family: Georgia, serif;

    font-size: 44px;

    font-weight: 500;

    line-height: 1.2;
}


.devotional-purpose p:not(.devotional-subtitle) {
    margin: 0 auto 18px;

    color: #6F675C;

    font-family: Arial, sans-serif;

    font-size: 16px;

    line-height: 1.9;
}


/* =========================================
   SEÇÃO FINAL
   ========================================= */

.devotional-final {
    background-color: #F8F5EF;

    text-align: center;
}


.devotional-final .devotional-container {
    max-width: 800px;
}


.devotional-final h2 {
    max-width: 650px;

    margin: 0 auto 20px;

    color: #3E3325;

    font-family: Georgia, serif;

    font-size: 42px;

    font-weight: 500;

    line-height: 1.25;
}


.devotional-final p {
    margin: 0;

    color: #6F675C;

    font-family: Arial, sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .devotional-hero-container {
        padding: 90px 25px;
    }


    .devotional-hero h1 {
        font-size: 52px;
    }


    .devotional-container {
        padding: 80px 25px;
    }


    .devotional-books-grid {
        gap: 30px;
    }


    .devotional-introduction h2,
    .devotional-purpose h2 {
        font-size: 38px;
    }


    .devotional-final h2 {
        font-size: 36px;
    }


    .devotional-book-content {
        padding: 30px;
    }


    .devotional-book-content h2 {
        font-size: 27px;
    }

}


/* =========================================
   CELULAR
   ========================================= */

@media (max-width: 600px) {

    .devotional-hero-container {
        padding: 70px 20px;
    }


    .devotional-hero h1 {
        font-size: 40px;
    }


    .devotional-hero-description {
        font-size: 15px;

        line-height: 1.8;
    }


    .devotional-container {
        padding: 65px 20px;
    }


    .devotional-books-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    .devotional-book-card {
        max-width: 480px;

        margin: 0 auto;
    }


    .devotional-introduction h2,
    .devotional-purpose h2 {
        font-size: 32px;
    }


    .devotional-introduction p:not(.devotional-subtitle),
    .devotional-purpose p:not(.devotional-subtitle),
    .devotional-final p {
        font-size: 15px;

        line-height: 1.8;
    }


    .devotional-book-content {
        padding: 25px;
    }


    .devotional-book-content h2 {
        font-size: 26px;
    }


    .devotional-book-content p:not(.devotional-card-label) {
        font-size: 14px;

        line-height: 1.8;
    }


    .devotional-final h2 {
        font-size: 31px;
    }


    .devotional-button {
        width: 100%;
    }

}