/* Joyce Blog Público V2 | JD-9.2B */

:root {
    --jbp-green-800: #17220f;
    --jbp-green-800: #223119;
    --jbp-green-700: #34451f;
    --jbp-green-600: #445626;
    --jbp-green-600: #5d7236;
    --jbp-green-300: #b8c69e;
    --jbp-green-100: #edf3e7;
    --jbp-rose-600: #a95d49;
    --jbp-rose-600: #c46d55;
    --jbp-rose-500: #d4785f;
    --jbp-rose-100: #f9e8e2;
    --jbp-cream: #f7f7f2;
    --jbp-white: #fff;
    --jbp-text: #213019;
    --jbp-muted: #6e7a68;
    --jbp-line: #dfe6d9;
    --jbp-shadow: 0 20px 54px rgba(42, 58, 29, .09);
    --jbp-radius-xl: 28px;
    --jbp-radius-lg: 20px;
    --jbp-radius-md: 14px;
}

body.joyce-blog {
    background:
        radial-gradient(circle at 92% 8%, rgba(212, 120, 95, .08), transparent 28rem),
        linear-gradient(180deg, #fbfcf9 0%, #f5f7f1 100%);
    color: var(--jbp-text);
}

body.joyce-blog main {
    overflow: visible;
}

body.joyce-blog .container {
    width: min(1160px, calc(100% - 36px));
}

.sr-only {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.jbp-hero,
.jbp-article-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(68, 86, 38, .12);
    background:
        linear-gradient(105deg, rgba(25, 39, 17, .97), rgba(68, 86, 38, .93)),
        url('../img/capa-sobre-joyce.avif') center/cover;
    color: #fff;
}

.jbp-hero::before,
.jbp-article-hero::before {
    content: "";
    width: 420px;
    height: 420px;
    position: absolute;
    top: -220px;
    right: -90px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow:
        0 0 0 60px rgba(255, 255, 255, .035),
        0 0 0 130px rgba(255, 255, 255, .025);
}

.jbp-hero__inner {
    min-height: 430px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr);
    align-items: center;
    gap: 70px;
    padding-block: 68px;
}

.jbp-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
    font-size: 11px;
    font-weight: 600;
}

.jbp-hero .jbp-breadcrumbs,
.jbp-article-hero .jbp-breadcrumbs {
    color: rgba(255, 255, 255, .72);
}

.jbp-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.jbp-breadcrumbs a:hover {
    color: #fff;
}

.jbp-breadcrumbs i {
    font-size: 7px;
    opacity: .65;
}

.jbp-kicker,
.jbp-widget__eyebrow,
.jbp-section-heading span,
.jbp-results-heading span,
.jbp-article-category,
.jbp-faq header span,
.jbp-references header span,
.jbp-author-box small,
.jbp-share-box small,
.jbp-answer-box small {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.jbp-kicker {
    color: #d8e5c7;
}

.jbp-hero h1,
.jbp-article-hero h1 {
    max-width: 780px;
    margin: 12px 0 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(38px, 5.5vw, 68px);
    font-weight: 600;
    line-height: .99;
    letter-spacing: -.035em;
}

.jbp-hero__copy > p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.75;
}

.jbp-hero-search {
    max-width: 600px;
    margin-top: 28px;
}

.jbp-hero-search > label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
    font-size: 10px;
    font-weight: 700;
}

.jbp-hero-search > div {
    display: flex;
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}

.jbp-hero-search input {
    min-width: 0;
    flex: 1;
    padding: 0 13px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 12px;
}

.jbp-hero-search input::placeholder {
    color: rgba(255, 255, 255, .58);
}

.jbp-hero-search button {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border: 0;
    border-radius: 11px;
    background: var(--jbp-rose-500);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.jbp-hero__card,
.jbp-article-trust {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: var(--jbp-radius-xl);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .15);
}

.jbp-hero__card > span,
.jbp-article-trust > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 18px;
}

.jbp-hero__card small,
.jbp-article-trust small {
    display: block;
    margin-bottom: 7px;
    color: #d7e4c6;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.jbp-hero__card strong,
.jbp-article-trust strong {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.jbp-hero__card p,
.jbp-article-trust p {
    margin: 11px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.65;
}

.jbp-featured-section {
    padding-top: 54px;
}

.jbp-section-heading,
.jbp-results-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.jbp-section-heading span,
.jbp-results-heading span {
    color: var(--jbp-rose-600);
}

.jbp-section-heading h2,
.jbp-results-heading h2,
.jbp-widget h2,
.jbp-faq h2,
.jbp-references h2,
.jbp-author-box h2,
.jbp-share-box h2 {
    margin: 5px 0 0;
    color: var(--jbp-green-800);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.jbp-section-heading h2,
.jbp-results-heading h2 {
    font-size: 27px;
}

.jbp-section-heading > a,
.jbp-results-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--jbp-green-600);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-featured-grid {
    display: grid;
    grid-template-columns: 1.55fr .75fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.jbp-featured-card {
    min-height: 230px;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--jbp-line);
    border-radius: var(--jbp-radius-lg);
    background: #fff;
    box-shadow: var(--jbp-shadow);
}

.jbp-featured-card.is-primary {
    grid-row: 1 / 3;
    grid-template-columns: 1fr;
    grid-template-rows: 290px auto;
}

.jbp-featured-card__image {
    min-height: 100%;
    overflow: hidden;
    background: var(--jbp-green-100);
}

.jbp-featured-card__image img,
.jbp-post-card__image img,
.jbp-related__image img,
.jbp-mini-post__image img,
.jbp-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.jbp-featured-card:hover .jbp-featured-card__image img,
.jbp-post-card:hover .jbp-post-card__image img,
.jbp-related article:hover .jbp-related__image img {
    transform: scale(1.035);
}

.jbp-featured-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.jbp-post-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 11px;
}

.jbp-post-labels a {
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--jbp-rose-100);
    color: var(--jbp-rose-600);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.jbp-post-labels span {
    color: #879081;
    font-size: 9px;
    font-weight: 750;
}

.jbp-featured-card h3,
.jbp-post-card h3,
.jbp-mini-post h3,
.jbp-related h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.22;
}

.jbp-featured-card h3 {
    font-size: 21px;
}

.jbp-featured-card.is-primary h3 {
    font-size: 28px;
}

.jbp-featured-card h3 a,
.jbp-post-card h3 a,
.jbp-mini-post h3 a,
.jbp-related h3 a {
    color: var(--jbp-green-800);
    text-decoration: none;
}

.jbp-featured-card__body > p,
.jbp-post-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 11px 0 15px;
    color: var(--jbp-muted);
    font-size: 11px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jbp-read-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--jbp-green-600);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 315px;
    align-items: start;
    gap: 28px;
    padding-block: 54px 70px;
}

.jbp-main-column {
    min-width: 0;
}

.jbp-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.jbp-post-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--jbp-line);
    border-radius: var(--jbp-radius-lg);
    background: #fff;
    box-shadow: 0 14px 36px rgba(42, 58, 29, .065);
}

.jbp-post-card__image {
    height: 215px;
    overflow: hidden;
    background: var(--jbp-green-100);
}

.jbp-post-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 19px;
}

.jbp-post-card h3 {
    font-size: 20px;
}

.jbp-post-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #edf0ea;
}

.jbp-post-card footer span,
.jbp-post-card footer a {
    color: #869181;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
}

.jbp-post-card footer a {
    color: var(--jbp-green-600);
}

.jbp-empty-state {
    display: grid;
    justify-items: center;
    padding: 65px 28px;
    border: 1px dashed #cdd8c7;
    border-radius: var(--jbp-radius-lg);
    background: rgba(255, 255, 255, .68);
    text-align: center;
}

.jbp-empty-state > span {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--jbp-green-100);
    color: var(--jbp-green-600);
    font-size: 24px;
}

.jbp-empty-state h2 {
    margin: 17px 0 7px;
    color: var(--jbp-green-800);
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
}

.jbp-empty-state p {
    max-width: 480px;
    margin: 0;
    color: var(--jbp-muted);
    font-size: 12px;
    line-height: 1.7;
}

.jbp-empty-state a {
    margin-top: 17px;
    padding: 10px 15px;
    border-radius: 10px;
    background: var(--jbp-green-600);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 15px;
}

.jbp-widget {
    padding: 20px;
    border: 1px solid var(--jbp-line);
    border-radius: var(--jbp-radius-lg);
    background: #fff;
    box-shadow: 0 14px 36px rgba(42, 58, 29, .06);
}

.jbp-widget__eyebrow {
    color: var(--jbp-rose-600);
}

.jbp-widget h2 {
    margin-bottom: 15px;
    font-size: 18px;
}

.jbp-search-shell {
    min-height: 43px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px;
    border: 1px solid #dce4d7;
    border-radius: 12px;
    background: #fafbf8;
}

.jbp-search-shell input {
    min-width: 0;
    flex: 1;
    padding: 0 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--jbp-text);
    font: inherit;
    font-size: 11px;
}

.jbp-search-shell button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: var(--jbp-green-600);
    color: #fff;
    cursor: pointer;
}

.jbp-category-list,
.jbp-popular-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jbp-category-list li + li,
.jbp-popular-list li + li {
    border-top: 1px solid #edf0ea;
}

.jbp-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0;
    color: #44503f;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.jbp-category-list a b {
    min-width: 26px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--jbp-green-100);
    color: var(--jbp-green-600);
    font-size: 9px;
}

.jbp-mini-posts {
    display: grid;
    gap: 13px;
}

.jbp-mini-post {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
}

.jbp-mini-post__image {
    width: 68px;
    height: 62px;
    overflow: hidden;
    border-radius: 11px;
    background: var(--jbp-green-100);
}

.jbp-mini-post small {
    display: block;
    margin-bottom: 4px;
    color: var(--jbp-rose-600);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.jbp-mini-post h3 {
    font-size: 13px;
}

.jbp-popular-list li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    padding: 11px 0;
}

.jbp-popular-list b {
    color: #b9c3b2;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
}

.jbp-popular-list a {
    color: var(--jbp-green-800);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.jbp-service-cta {
    border-color: transparent;
    background:
        linear-gradient(145deg, rgba(34, 49, 25, .98), rgba(68, 86, 38, .97)),
        url('../img/capa-contato.avif') center/cover;
    color: #fff;
}

.jbp-service-cta .jbp-widget__eyebrow {
    color: #d6e2c6;
}

.jbp-service-cta h2 {
    color: #fff;
    font-size: 22px;
}

.jbp-service-cta p {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, .73);
    font-size: 10px;
    line-height: 1.65;
}

.jbp-service-cta > a {
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 13px;
    border-radius: 10px;
    background: var(--jbp-rose-500);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.jbp-tag-cloud a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 9px;
    border-radius: 999px;
    background: var(--jbp-green-100);
    color: var(--jbp-green-600);
    font-size: 9px;
    font-weight: 850;
    text-decoration: none;
}

.jbp-tag-cloud small {
    color: #8d9b81;
}

.jbp-machine-links {
    display: grid;
}

.jbp-machine-links > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 0;
    border-top: 1px solid #edf0ea;
    color: var(--jbp-green-600);
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}

.jbp-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
}

.jbp-pagination > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.jbp-pagination a,
.jbp-pagination span {
    min-width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jbp-line);
    border-radius: 10px;
    background: #fff;
    color: var(--jbp-green-600);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-pagination a.is-active {
    border-color: var(--jbp-green-600);
    background: var(--jbp-green-600);
    color: #fff;
}

.jbp-pagination .jbp-pagination__nav {
    width: auto;
    padding: 0 13px;
    gap: 7px;
}

.jbp-article-hero .container {
    position: relative;
    z-index: 1;
    padding-block: 40px 55px;
}

.jbp-article-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: end;
    gap: 52px;
}

.jbp-article-category {
    width: fit-content;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #e4ecd9;
    text-decoration: none;
}

.jbp-article-deck {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.7;
}

.jbp-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 19px;
    margin-top: 21px;
}

.jbp-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .7);
    font-size: 9px;
    font-weight: 700;
}

.jbp-content-layout--article {
    grid-template-columns: minmax(0, 1fr) 315px;
}

.jbp-article {
    min-width: 0;
}

.jbp-featured-image {
    max-height: 520px;
    margin: 0 0 21px;
    overflow: hidden;
    border-radius: var(--jbp-radius-xl);
    background: var(--jbp-green-100);
    box-shadow: var(--jbp-shadow);
}

.jbp-featured-image img {
    max-height: 520px;
}

.jbp-answer-box {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #d8e6ca;
    border-radius: var(--jbp-radius-lg);
    background: linear-gradient(135deg, #f4f8ee, #edf4e5);
}

.jbp-answer-box > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--jbp-green-600);
    color: #fff;
    font-size: 17px;
}

.jbp-answer-box small {
    color: var(--jbp-green-600);
}

.jbp-answer-box h2 {
    margin: 4px 0 7px;
    color: var(--jbp-green-800);
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.jbp-answer-box p {
    margin: 0;
    color: #52634a;
    font-size: 12px;
    line-height: 1.7;
}

.jbp-toc {
    margin-bottom: 21px;
    overflow: hidden;
    border: 1px solid var(--jbp-line);
    border-radius: var(--jbp-radius-lg);
    background: #fff;
}

.jbp-toc__toggle {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border: 0;
    background: #fff;
    color: var(--jbp-green-800);
    cursor: pointer;
}

.jbp-toc__toggle > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.jbp-toc__toggle b {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.jbp-toc ol {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 22px 18px 47px;
}

.jbp-toc li {
    color: #85917e;
    font-size: 10px;
}

.jbp-toc li.is-subitem {
    margin-left: 17px;
}

.jbp-toc a {
    color: #52634a;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
}

.jbp-toc.is-collapsed ol {
    display: none;
}

.jbp-toc.is-collapsed .jbp-toc__toggle > i {
    transform: rotate(180deg);
}

.jbp-article-body {
    padding: 30px clamp(20px, 4vw, 42px);
    border: 1px solid var(--jbp-line);
    border-radius: var(--jbp-radius-xl);
    background: #fff;
    box-shadow: 0 16px 44px rgba(42, 58, 29, .065);
    color: #35412f;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.88;
}

.jbp-article-body > :first-child {
    margin-top: 0;
}

.jbp-article-body > :last-child {
    margin-bottom: 0;
}

.jbp-article-body h2,
.jbp-article-body h3,
.jbp-article-body h4 {
    scroll-margin-top: 22px;
    color: var(--jbp-green-800);
    line-height: 1.22;
}

.jbp-article-body h2 {
    margin: 38px 0 14px;
    font-size: 28px;
}

.jbp-article-body h3 {
    margin: 29px 0 12px;
    font-size: 22px;
}

.jbp-article-body p,
.jbp-article-body ul,
.jbp-article-body ol,
.jbp-article-body blockquote,
.jbp-article-body table {
    margin-block: 17px;
}

.jbp-article-body a {
    color: var(--jbp-rose-600);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.jbp-article-body blockquote {
    margin-inline: 0;
    padding: 16px 20px;
    border-left: 4px solid var(--jbp-rose-500);
    border-radius: 0 12px 12px 0;
    background: var(--jbp-rose-100);
    color: #724737;
}

.jbp-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.jbp-article-body table {
    width: 100%;
    border-collapse: collapse;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
}

.jbp-article-body th,
.jbp-article-body td {
    padding: 10px;
    border: 1px solid var(--jbp-line);
    text-align: left;
}

.jbp-article-body th {
    background: var(--jbp-green-100);
    color: var(--jbp-green-800);
}

.jbp-faq,
.jbp-references,
.jbp-author-box,
.jbp-share-box {
    margin-top: 21px;
    padding: 24px;
    border: 1px solid var(--jbp-line);
    border-radius: var(--jbp-radius-xl);
    background: #fff;
    box-shadow: 0 14px 36px rgba(42, 58, 29, .055);
}

.jbp-faq header span,
.jbp-references header span,
.jbp-author-box small,
.jbp-share-box small {
    color: var(--jbp-rose-600);
}

.jbp-faq h2,
.jbp-references h2,
.jbp-author-box h2,
.jbp-share-box h2 {
    font-size: 23px;
}

.jbp-faq__items {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.jbp-faq details {
    overflow: hidden;
    border: 1px solid #e3e8df;
    border-radius: 13px;
    background: #fbfcfa;
}

.jbp-faq summary {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 15px;
    color: var(--jbp-green-800);
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.jbp-faq summary::-webkit-details-marker {
    display: none;
}

.jbp-faq details[open] summary i {
    transform: rotate(45deg);
}

.jbp-faq details > div {
    padding: 0 15px 15px;
    color: #5d6957;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.jbp-references ol {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding-left: 20px;
}

.jbp-references a {
    color: var(--jbp-green-600);
    font-size: 10px;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.jbp-article-tags {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 19px;
    padding: 17px 2px;
}

.jbp-article-tags > span {
    color: #788573;
    font-size: 10px;
    font-weight: 850;
}

.jbp-article-tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.jbp-article-tags a {
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--jbp-green-100);
    color: var(--jbp-green-600);
    font-size: 9px;
    font-weight: 850;
    text-decoration: none;
}

.jbp-author-box {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.jbp-author-box__avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 5px solid var(--jbp-green-100);
    border-radius: 26px;
}

.jbp-author-box__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jbp-author-box p {
    margin: 8px 0 10px;
    color: var(--jbp-muted);
    font-size: 11px;
    line-height: 1.65;
}

.jbp-author-box a {
    color: var(--jbp-green-600);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jbp-share-box > div:last-child {
    display: flex;
    gap: 8px;
}

.jbp-share-box a,
.jbp-share-box button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: var(--jbp-green-100);
    color: var(--jbp-green-600);
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.jbp-adjacent-posts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.jbp-adjacent-posts > a {
    display: grid;
    gap: 5px;
    padding: 17px;
    border: 1px solid var(--jbp-line);
    border-radius: 15px;
    background: #fff;
    text-decoration: none;
}

.jbp-adjacent-posts > a.is-next {
    text-align: right;
}

.jbp-adjacent-posts small {
    color: var(--jbp-rose-600);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.jbp-adjacent-posts strong {
    color: var(--jbp-green-800);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.jbp-related {
    margin-top: 42px;
}

.jbp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.jbp-related article {
    overflow: hidden;
    border: 1px solid var(--jbp-line);
    border-radius: 15px;
    background: #fff;
}

.jbp-related__image {
    height: 135px;
    display: block;
    overflow: hidden;
}

.jbp-related article > small {
    display: block;
    margin: 13px 14px 5px;
    color: var(--jbp-rose-600);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.jbp-related h3 {
    margin: 0 14px 15px;
    font-size: 15px;
}

.jbp-hero--compact .container {
    position: relative;
    z-index: 1;
    padding-block: 45px 55px;
}

.jbp-hero--compact h1 {
    font-size: clamp(36px, 5vw, 56px);
}

.jbp-copy-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    padding: 11px 15px;
    border-radius: 11px;
    background: var(--jbp-green-800);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
}

@media (max-width: 1000px) {
    .jbp-hero__inner,
    .jbp-article-hero__content {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .jbp-hero__card,
    .jbp-article-trust {
        max-width: 520px;
    }

    .jbp-content-layout,
    .jbp-content-layout--article {
        grid-template-columns: minmax(0, 1fr) 285px;
        gap: 20px;
    }

    .jbp-featured-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .jbp-featured-card.is-primary {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 820px) {
    .jbp-content-layout,
    .jbp-content-layout--article {
        grid-template-columns: 1fr;
    }

    .jbp-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jbp-post-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    body.joyce-blog .container {
        width: min(100% - 24px, 1160px);
    }

    .jbp-hero__inner {
        min-height: auto;
        padding-block: 45px;
    }

    .jbp-hero h1,
    .jbp-article-hero h1 {
        font-size: 38px;
    }

    .jbp-hero-search > div {
        align-items: stretch;
        flex-direction: column;
    }

    .jbp-hero-search input {
        min-height: 42px;
    }

    .jbp-featured-grid,
    .jbp-post-grid,
    .jbp-sidebar,
    .jbp-related-grid,
    .jbp-adjacent-posts {
        grid-template-columns: 1fr;
    }

    .jbp-featured-card,
    .jbp-featured-card.is-primary {
        grid-template-columns: 1fr;
        grid-template-rows: 210px auto;
    }

    .jbp-section-heading,
    .jbp-results-heading,
    .jbp-share-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .jbp-pagination {
        justify-content: center;
        flex-wrap: wrap;
    }

    .jbp-pagination .jbp-pagination__nav {
        order: 2;
    }

    .jbp-article-body {
        padding: 23px 19px;
        font-size: 15px;
    }

    .jbp-article-body h2 {
        font-size: 24px;
    }

    .jbp-author-box {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}



/* JD-9.2C | refinamento da sidebar e capa do blog */
.jbp-sidebar {
    gap: 18px;
}

.jbp-hero__spotlight {
    display: grid;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .14);
}

.jbp-hero__spotlight-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.jbp-hero__spotlight-figure {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.08));
}

.jbp-hero__spotlight-figure img {
    width: min(100%, 330px);
    height: auto;
    display: block;
}

.jbp-hero__spotlight-copy small {
    display: block;
    margin-bottom: 7px;
    color: #d7e4c6;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.jbp-hero__spotlight-copy strong {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.18;
}

.jbp-hero__spotlight-copy p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.7;
}

.jbp-author-card {
    background: linear-gradient(180deg, #fff 0%, #f9f7f2 100%);
}

.jbp-author-card__header {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.jbp-author-card__avatar {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(145deg, #f4dfd5, #eed0c4);
    box-shadow: inset 0 0 0 1px rgba(212, 120, 95, .18);
}

.jbp-author-card__avatar-fallback {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--jbp-rose-500), #e59b83);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.jbp-author-card h2 {
    margin: 0 0 4px;
    font-size: 22px;
}

.jbp-author-card__role {
    margin: 0 !important;
    color: var(--jbp-rose-600) !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.jbp-author-card > p {
    margin: 0;
    color: var(--jbp-muted);
    font-size: 12px;
    line-height: 1.75;
}

.jbp-author-card__actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.jbp-author-card__actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 12px;
    background: var(--jbp-rose-500);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.jbp-author-card__actions a.is-secondary {
    border: 1px solid rgba(68, 86, 38, .14);
    background: #fff;
    color: var(--jbp-green-600);
}

.jbp-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.jbp-social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebdfd8;
    border-radius: 12px;
    background: #fff;
    color: var(--jbp-green-600);
    font-size: 15px;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.jbp-social-links a:hover,
.jbp-link-list a:hover,
.jbp-machine-links > a:hover,
.jbp-category-list a:hover,
.jbp-popular-list a:hover,
.jbp-mini-post h3 a:hover {
    color: var(--jbp-rose-600);
}

.jbp-social-links a:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 120, 95, .35);
}

.jbp-highlight-widget {
    background:
        radial-gradient(circle at right top, rgba(212, 120, 95, .08), transparent 10rem),
        #fff;
}

.jbp-link-list {
    display: grid;
    gap: 10px;
}

.jbp-link-list a {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    border: 1px solid #e9eee3;
    border-radius: 14px;
    background: #fafbf8;
    color: var(--jbp-green-600);
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.jbp-link-list a i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--jbp-green-100);
    color: var(--jbp-green-600);
    font-size: 12px;
}

.jbp-machine-links > a {
    gap: 10px;
}

.jbp-machine-links > a i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--jbp-green-100);
}

@media (max-width: 960px) {
    .jbp-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jbp-hero__spotlight-figure {
        min-height: 220px;
    }

    .jbp-author-card__header {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .jbp-author-card__avatar {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

    .jbp-author-card__avatar-fallback {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 21px;
    }
}

/* JD-9.2C-R2 | avatar real da autora */
.jbp-author-card__avatar {
    overflow: hidden;
}

.jbp-author-card__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
    object-position: center top;
}
/* JD-9.2D | blog integralmente em Montserrat */
body.joyce-blog,
body.joyce-blog button,
body.joyce-blog input,
body.joyce-blog select,
body.joyce-blog textarea {
    font-family: 'Montserrat', sans-serif;
}

body.joyce-blog h1,
body.joyce-blog h2,
body.joyce-blog h3,
body.joyce-blog h4,
body.joyce-blog h5,
body.joyce-blog h6,
body.joyce-blog strong,
body.joyce-blog b {
    font-family: 'Montserrat', sans-serif;
}

.jbp-hero h1,
.jbp-article-hero h1 {
    font-weight: 700;
    letter-spacing: -.035em;
}

.jbp-hero__spotlight-copy strong,
.jbp-featured-card h3,
.jbp-post-card h3,
.jbp-widget h2,
.jbp-results-heading h2,
.jbp-article-content h2,
.jbp-article-content h3,
.jbp-author-box h2,
.jbp-answer-box h2 {
    font-family: 'Montserrat', sans-serif;
}

/* JD-9.4 | mídias geradas pelo agente */
.jbp-inline-image {
    margin: 28px 0;
    overflow: hidden;
    border-radius: 20px;
    background: #edf3e7;
    box-shadow: 0 16px 38px rgba(42, 58, 29, .08);
}

.jbp-inline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.jbp-inline-image figcaption {
    padding: 11px 14px;
    color: #6e7a68;
    font-size: 10px;
    line-height: 1.5;
}

.jbp-video-embed {
    margin: 32px 0;
    padding: 20px;
    border: 1px solid #dfe6d9;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(42, 58, 29, .07);
}

.jbp-video-embed h2 {
    margin-top: 0;
}

.jbp-video-embed > p {
    color: #6e7a68;
    font-size: 12px;
}

.jbp-video-embed__frame {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 15px;
    background: #17220f;
}

.jbp-video-embed__frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: 0;
}

/* HEADER PRINCIPAL */
.site-header-main,
.jr-site-header-main,
.header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

/* BLOCO DO MENU CENTRAL */
.site-header-main .main-nav,
.jr-site-header-main .main-nav,
.header-main .main-nav {
    display: flex;
    justify-content: center;
}

/* LISTA DO MENU */
.site-header-main .main-nav ul,
.jr-site-header-main .main-nav ul,
.header-main .main-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ÁREA DO BOTÃO À DIREITA */
.site-header-main .header-actions,
.jr-site-header-main .header-actions,
.header-main .header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* JD-9.8 | sidebar completa nos artigos
   No single, a sidebar é maior que a viewport.
   Não deixamos o bloco inteiro sticky para que todos os widgets
   possam ser alcançados naturalmente durante a leitura. */
body.joyce-blog-single .jbp-sidebar {
    position: static;
    top: auto;
    align-self: start;
}
