/* =========================================================
   GODRONES SINGLE POST
========================================================= */

:root {

    --gd-primary: #2563eb;
    --gd-primary-dark: #1d4ed8;

    --gd-dark: #0f172a;
    --gd-text: #334155;
    --gd-muted: #64748b;

    --gd-border: #e2e8f0;

    --gd-light: #f8fafc;
    --gd-white: #ffffff;

    --gd-radius: 18px;

}


/* =========================================================
   RESET
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    margin: 0;

    background: #fff;

    color: var(--gd-text);

    font-family: 'Inter', sans-serif;

}

img {
    max-width: 100%;
}

.gd-container {

    width: min(1240px, calc(100% - 40px));

    margin: auto;

}

.gd-container-article {

    max-width: 1240px;

}


/* =========================================================
   READING PROGRESS
========================================================= */

.gd-reading-progress {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 4px;

    z-index: 9999;

}

.gd-reading-progress-bar {

    width: 0;

    height: 100%;

    background: var(--gd-primary);

}


/* =========================================================
   HEADER SINGLE
========================================================= */

.gd-article-header {
    padding: 120px 0 50px;
    background:radial-gradient(circle at top right,
    rgba(37, 99, 235, .22),           
    transparent 42%),        
    linear-gradient(145deg,            
    #111c30,            
    #0f172a);

}

.gd-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 35px;
    color: #94a3b8;
    font-size: .8rem;

}

.gd-breadcrumb a {
    color: #fff;
    text-decoration: none;

}

.gd-breadcrumb a:hover {

    color:#29abe2;

}

.gd-breadcrumb i {
    font-size: .55rem;
}

.gd-article-category {

    display: inline-block;

    margin-bottom: 20px;

    color: #29abe2;

    font-size: .75rem;

    font-weight: 700;

    letter-spacing: 1.4px;

    text-decoration: none;

    text-transform: uppercase;

}

.gd-article-header h1 {

    max-width: 1240px;

    margin: 0 0 22px;

    color: #fff;

    font-family: 'Outfit', sans-serif;

    font-size: clamp(2.5rem, 5vw, 4.5rem);

    font-weight: 700;

    letter-spacing: -1.8px;

    line-height: 1.05;

}

.gd-article-lead {

    max-width: 1240px;

    margin: 0 0 35px;

    color: #fff;

    font-size: 1.15rem;

    line-height: 1.7;

}


/* =========================================================
   AUTOR E META
========================================================= */

.gd-article-info {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 25px;

}

.gd-author-mini {

    display: flex;

    align-items: center;

    gap: 12px;

}

.gd-author-mini img {

    width: 46px;

    height: 46px;

    border-radius: 50%;

    object-fit: cover;

}

.gd-author-mini span {

    display: block;

    margin-bottom: 2px;

    color: #fff;

    font-size: .68rem;

}

.gd-author-mini strong {

    color: #fff;

    font-size: .88rem;

}

.gd-meta-divider {

    width: 1px;

    height: 35px;

    background: #dbe3ec;

}

.gd-article-meta {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

}

.gd-article-meta span {

    display: flex;

    align-items: center;

    gap: 6px;

    color: #fff;

    font-size: 0.875rem;

}

.gd-last-update {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 25px;

    color: #fff;

    font-size: .75rem;

}

.gd-last-update strong {

    color: #fff;

}


/* =========================================================
   IMAGEM DESTACADA
========================================================= */

.gd-featured-container {

    margin-top: 50px;

}

.gd-featured-image {

    margin: 0;

}

.gd-featured-image img {

    width: 100%;

    aspect-ratio: 16/7;

    display: block;

    object-fit: cover;

    border-radius: 24px;

}

.gd-featured-image figcaption,
.gd-content-image figcaption {

    margin-top: 10px;

    color: #94a3b8;

    font-size: .72rem;

    text-align: center;

}


/* =========================================================
   LAYOUT
========================================================= */

.gd-article-area {

    padding: 70px 0 100px;

}

.gd-article-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 780px) 280px;

    justify-content: center;

    gap: 70px;

    align-items: start;

}


/* =========================================================
   CONTEÚDO
========================================================= */

.gd-article-content {

    min-width: 0;

    color: #334155;

    font-size: 1.02rem;

    line-height: 1.85;

}

.gd-article-content p {

    margin: 0 0 27px;

}

.gd-first-paragraph {

    color: #1e293b;

    font-size: 1.15rem;

}

.gd-article-content h2 {

    margin:

        60px 0 22px;

    scroll-margin-top: 120px;

    color: var(--gd-dark);

    font-family: 'Outfit', sans-serif;

    font-size: 2rem;

    line-height: 1.25;

}

.gd-article-content h3 {

    margin: 38px 0 16px;

    color: #1e293b;

    font-family: 'Outfit', sans-serif;

    font-size: 1.35rem;

}

.gd-article-content a {

    color: var(--gd-primary);

}


/* =========================================================
   IMAGEM INTERNA
========================================================= */

.gd-content-image {

    margin: 45px 0;

}

.gd-content-image img {

    width: 100%;

    border-radius: 18px;

    display: block;

}


/* =========================================================
   BLOCKQUOTE
========================================================= */

.gd-article-content blockquote {

    margin: 45px 0;

    padding:

        10px 0 10px 30px;

    border-left: 4px solid var(--gd-primary);

    color: #1e293b;

    font-family: 'Outfit', sans-serif;

    font-size: 1.4rem;

    font-weight: 500;

    line-height: 1.55;

}


/* =========================================================
   INFO BOX
========================================================= */

.gd-info-box,
.gd-warning-box {

    display: flex;

    gap: 18px;

    margin: 40px 0;

    padding: 24px;

    border-radius: 16px;

}

.gd-info-box {

    background: #eff6ff;

    border: 1px solid #dbeafe;

}

.gd-info-icon {

    width: 42px;

    height: 42px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: #dbeafe;

    color: var(--gd-primary);

}

.gd-info-box strong,
.gd-warning-box strong {

    display: block;

    margin-bottom: 6px;

    color: var(--gd-dark);

}

.gd-info-box p,
.gd-warning-box p {

    margin: 0;

    font-size: .9rem;

    line-height: 1.6;

}

.gd-warning-box {

    background: #fffbeb;

    border: 1px solid #fde68a;

}

.gd-warning-box>i {

    color: #d97706;

    font-size: 1.5rem;

}


/* =========================================================
   CHECKLIST
========================================================= */

.gd-checklist {

    margin: 40px 0;

    padding: 28px;

    background: #f8fafc;

    border: 1px solid var(--gd-border);

    border-radius: 18px;

}

.gd-checklist h3 {

    margin: 0 0 20px;

}

.gd-checklist ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.gd-checklist li {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 9px 0;

}

.gd-checklist i {

    color: #16a34a;

}


/* =========================================================
   TABELA
========================================================= */

.gd-table-wrapper {

    width: 100%;

    margin: 40px 0;

    overflow-x: auto;

    border: 1px solid var(--gd-border);

    border-radius: 15px;

}

.gd-table {

    width: 100%;

    min-width: 600px;

    border-collapse: collapse;

}

.gd-table th {

    padding: 16px 18px;

    background: #f8fafc;

    color: #475569;

    text-align: left;

    font-size: .78rem;

}

.gd-table td {

    padding: 16px 18px;

    border-top: 1px solid #f1f5f9;

    font-size: .85rem;

}


/* =========================================================
   CTA
========================================================= */

.gd-article-cta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin: 60px 0;

    padding: 35px;

    border-radius: 20px;

    background: #0f172a;

    color: #fff;

}

.gd-article-cta span {

    color: #60a5fa;

    font-size: .66rem;

    font-weight: 700;

    letter-spacing: 1.5px;

}

.gd-article-cta h3 {

    margin: 7px 0;

    color: #fff;

}

.gd-article-cta p {

    margin: 0;

    color: #94a3b8;

    font-size: .88rem;

}

.gd-article-cta a {

    display: flex;

    align-items: center;

    gap: 8px;

    flex-shrink: 0;

    padding: 13px 20px;

    border-radius: 10px;

    background: #fff;

    color: #0f172a;

    font-size: .8rem;

    font-weight: 700;

    text-decoration: none;

    transition: .25s;

}

.gd-article-cta a:hover {

    transform: translateY(-2px);

}


/* =========================================================
   SHARE
========================================================= */

.gd-share {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 25px 0;

    border-top: 1px solid var(--gd-border);

    border-bottom: 1px solid var(--gd-border);

}

.gd-share>span {

    color: #475569;

    font-size: .8rem;

    font-weight: 700;

}

.gd-share-buttons {

    display: flex;

    gap: 8px;

}

.gd-share-button {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--gd-border);

    border-radius: 50%;

    background: #fff;

    color: #475569;

    cursor: pointer;

    text-decoration: none;

    transition: .2s;

}

.gd-share-button:hover {

    transform: translateY(-2px);

    border-color: #cbd5e1;

    color: var(--gd-primary);

}


/* =========================================================
   TAGS
========================================================= */

.gd-article-tags {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    padding: 30px 0;

}

.gd-article-tags>span {

    margin-right: 5px;

    color: #64748b;

    font-size: .75rem;

    font-weight: 700;

}

.gd-article-tags a {

    padding: 7px 11px;

    border: 1px solid var(--gd-border);

    border-radius: 7px;

    color: #64748b;

    font-size: .7rem;

    text-decoration: none;

}

.gd-article-tags a:hover {

    background: #f8fafc;

}


/* =========================================================
   AUTOR
========================================================= */

.gd-author-box {

    display: grid;

    grid-template-columns: 95px 1fr;

    gap: 25px;

    margin-top: 30px;

    padding: 30px;

    background: #f8fafc;

    border-radius: 18px;

}

.gd-author-box>img {

    width: 95px;

    height: 95px;

    border-radius: 50%;

    object-fit: cover;

}

.gd-author-label {

    color: #94a3b8;

    font-size: .65rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

}

.gd-author-box h3 {

    margin: 4px 0 8px;

}

.gd-author-box p {

    margin: 0;

    font-size: .85rem;

    line-height: 1.6;

}

.gd-author-social {

    display: flex;

    gap: 12px;

    margin-top: 15px;

}

.gd-author-social a {

    color: #64748b;

}


/* =========================================================
   SIDEBAR
========================================================= */

.gd-article-sidebar {

    position: sticky;

    top: 100px;

    display: flex;

    flex-direction: column;

    gap: 25px;

}

.gd-sidebar-box {

    padding: 24px;

    border: 1px solid var(--gd-border);

    border-radius: 16px;

    background: #fff;

}

.gd-sidebar-box h3 {

    margin: 0 0 20px;

    color: var(--gd-dark);

    font-family: 'Outfit', sans-serif;

    font-size: 1.1rem;

}

.gd-sidebar-box-title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 18px;

    color: var(--gd-dark);

    font-size: 1.1rem;

    font-weight: 700;

}

.gd-sidebar-box-title button {

    display: none;

    border: 0;

    background: none;

}

.gd-toc nav {

    display: flex;

    flex-direction: column;

    gap: 4px;

}

.gd-toc nav a {

    position: relative;

    padding:

        8px 0 8px 13px;

    color: #64748b;

    font-size: 1rem;

    line-height: 1.4;

    text-decoration: none;

    transition: .2s;

}

.gd-toc nav a::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 0;

    width: 3px;

    height: 0;

    border-radius: 10px;

    background: var(--gd-primary);

    transform: translateY(-50%);

    transition: .2s;

}

.gd-toc nav a:hover,
.gd-toc nav a.active {

    color: var(--gd-primary);

}

.gd-toc nav a.active::before {

    height: 18px;

}


/* =========================================================
   MAIS LIDAS
========================================================= */

.gd-popular-post {

    display: grid;

    grid-template-columns: 35px 1fr;

    gap: 10px;

    padding: 15px 0;

    border-bottom: 1px solid #f1f5f9;

}

.gd-popular-post:last-child {

    border-bottom: 0;

}

.gd-popular-post span {

    color: #cbd5e1;

    font-family: 'Outfit', sans-serif;

    font-size: 1.15rem;

    font-weight: 700;

}

.gd-popular-post a {

    color: #475569;

    font-size: 1rem;

    font-weight: 600;

    line-height: 1.45;

    text-decoration: none;

}

.gd-popular-post a:hover {

    color: var(--gd-primary);

}


/* =========================================================
   RELACIONADOS
========================================================= */

.gd-related {

    padding: 80px 0;

    background: #f8fafc;

}

.gd-section-heading {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 25px;

    margin-bottom: 35px;

}

.gd-section-heading span {

    color: var(--gd-primary);

    font-size: .67rem;

    font-weight: 700;

    letter-spacing: 1.5px;

}

.gd-section-heading h2 {

    margin: 6px 0 0;

    color: var(--gd-dark);

    font-family: 'Outfit', sans-serif;

    font-size: 2rem;

}

.gd-section-heading>a {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #475569;

    font-size: .8rem;

    font-weight: 600;

    text-decoration: none;

}

.gd-related-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

}

.gd-related-card {

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--gd-border);

    border-radius: 16px;

    transition: .3s;

}

.gd-related-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 20px 40px rgba(15, 23, 42, .07);

}

.gd-related-image {

    display: block;

    overflow: hidden;

    aspect-ratio: 16/9;

}

.gd-related-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .5s;

}

.gd-related-card:hover img {

    transform: scale(1.05);

}

.gd-related-card>div {

    padding: 22px;

}

.gd-related-card span {

    color: var(--gd-primary);

    font-size: .65rem;

    font-weight: 700;

    text-transform: uppercase;

}

.gd-related-card h3 {

    margin: 8px 0 15px;

    font-family: 'Outfit', sans-serif;

    font-size: 1.1rem;

    line-height: 1.4;

}

.gd-related-card h3 a {

    color: var(--gd-dark);

    text-decoration: none;

}

.gd-related-card small {

    color: #94a3b8;

    font-size: .7rem;

}


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

@media(max-width:991px) {

    .gd-article-layout {

        grid-template-columns: 1fr;

        max-width: 780px;

        margin: auto;

    }

    .gd-article-sidebar {

        position: static;

        order: -1;

    }

    .gd-toc nav {

        display: none;

    }

    .gd-toc.open nav {

        display: flex;

    }

    .gd-sidebar-box-title {

        margin-bottom: 0;

    }

    .gd-toc.open .gd-sidebar-box-title {

        margin-bottom: 18px;

    }

    .gd-sidebar-box-title button {

        display: block;

        cursor: pointer;

    }

    .gd-related-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


@media(max-width:767px) {

    .gd-article-header {

        padding: 50px 0 35px;

    }

    .gd-article-header h1 {

        font-size: 2.5rem;

    }

    .gd-featured-container {

        width: 100%;

        margin-top: 30px;

    }

    .gd-featured-image img {

        border-radius: 0;

        aspect-ratio: 16/10;

    }

    .gd-article-area {

        padding-top: 50px;

    }

    .gd-article-cta {

        flex-direction: column;

        align-items: flex-start;

    }

    .gd-meta-divider {

        display: none;

    }

    .gd-article-info {

        align-items: flex-start;

        flex-direction: column;

    }

    .gd-related-grid {

        grid-template-columns: 1fr;

    }

}


@media(max-width:575px) {

    .gd-container {

        width: min(100% - 30px, 1240px);

    }

    .gd-article-header h1 {

        font-size: 2.15rem;

        letter-spacing: -1px;

    }

    .gd-article-lead {

        font-size: 1rem;

    }

    .gd-article-content {

        font-size: .96rem;

    }

    .gd-article-content h2 {

        font-size: 1.65rem;

    }

    .gd-author-box {

        grid-template-columns: 1fr;

    }

    .gd-share {

        align-items: flex-start;

        flex-direction: column;

    }

}