/* Blog — artigos e conversão */
.blog-post-body {
    color: #334155;
    font-size: 1.0625rem;
    line-height: 1.75;
}

.blog-post-body h2 {
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.blog-post-body h3 {
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.blog-post-body p {
    margin-bottom: 1.1rem;
}

.blog-post-body ul,
.blog-post-body ol {
    margin-bottom: 1.25rem;
    padding-left: 1.35rem;
}

.blog-post-body li {
    margin-bottom: 0.45rem;
}

.blog-post-body a:not(.btn) {
    color: #2563eb;
    text-decoration-underline-offset: 2px;
}

.blog-post-body a:not(.btn):hover {
    color: #1d4ed8;
}

.blog-post-body a.btn {
    text-decoration: none;
    font-weight: 600;
}

.blog-post-body a.btn-primary,
.blog-post-body a.btn-success {
    color: #fff !important;
}

.blog-post-body a.btn-success {
    background-color: #157347;
    border-color: #146c43;
}

.blog-post-body a.btn-success:hover {
    background-color: #146c43;
    border-color: #13653f;
    color: #fff !important;
}

.blog-post-body a.btn-outline-primary {
    color: #0d6efd !important;
    background-color: #fff;
}

.blog-cta-box .btn {
    margin-top: 0.25rem;
}

.blog-cta-box {
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
}

.blog-price-table {
    font-size: 0.95rem;
}

.blog-post-meta time {
    font-weight: 500;
}

.blog-card-image-link {
    display: block;
    overflow: hidden;
}

.blog-card-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    transition: transform 0.25s ease;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.03);
}

.blog-post-cover img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-height: 420px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
}

.blog-inline-figure img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.blog-post-nav-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-post-nav-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
}

.blog-series-box,
.blog-series-index {
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    border: 1px solid #dbeafe;
}

.blog-series-list li {
    line-height: 1.45;
}

.blog-resources-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.blog-resource-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-resource-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
}

.blog-resource-card:hover strong {
    color: #2563eb !important;
}

.blog-resource-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
}

.blog-post-byline a {
    color: #64748b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-post-byline a:hover {
    color: #2563eb;
}
