.pg_blog_index{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.pg_blog_index .sign-in,
.pg_blog_article .sign-in {
    display: none;
}
.page-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem 2.5rem;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #2c3e50;
}

.page-header p {
    font-size: 1.15rem;
    color: #5a6c7d;
    max-width: 650px;
    line-height: 1.7;
}
/* Blog Grid - Contenido puro */
.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 2rem 5rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8ecef;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(74, 159, 184, 0.15);
    border-color: #d0e8f0;
}

.blog-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #e0f2f7 0%, #d0e8f0 100%);
}

.blog-card-content {
    padding: 1.7rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
    color: #2c3e50;
    line-height: 1.4;
}

.blog-card:hover .blog-card-title {
    color: #4a9fb8;
}

.blog-card-excerpt {
    color: #5a6c7d;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;
    flex-grow: 1;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #f0f3f5;
}

.read-more {
    color: #4a9fb8;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.2s;
}

.blog-card:hover .read-more {
    gap: 0.7rem;
}

.read-time {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #8895a7;
}

/* Load More - Elegante */
.load-more-section {
    text-align: center;
    margin-top: 3.5rem;
}

.load-more-btn {
    background: white;
    color: #4a9fb8;
    padding: 0.9rem 2.5rem;
    border-radius: 6px;
    border: 2px solid #4a9fb8;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
    font-size: 0.95rem;
}
.load-more-btn:hover {
    background: #4a9fb8;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 159, 184, 0.25);
}
/* Article Header */
.article-header {
    max-width: 810px;
    margin: 1rem auto 0;
    padding: 0 2rem 0.5rem;
}
.article-title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    color: #2c3e50;
}

.pg_legal .legal-container{
    margin: 0 auto;
    padding: 0 2rem;
}
.pg_legal .article-title {
    margin-top: 1rem;
    font-size: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
}
.pg_legal section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}
.pg_legal section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}
.pg_legal .section {
    margin-bottom: 2.5rem;
}
.pg_legal section p {
    font-size: 1rem;
    color: #5a6c7d;
    margin-bottom: 1rem;
    line-height: 1.7;
}
.pg_legal section ul {
    margin: 0 0 1rem 1.5rem;
    list-style: disc;
}
.pg_legal section ul li {
    color: #5a6c7d;
    margin-bottom: 0.5rem;
    line-height: 1.7;
    padding-left: 0;
}
.pg_legal .article-content ul li:before {
    display: none;
}
.pg_legal .article-content strong {
    color: inherit;
}
.pg_legal .table-wrapper {
    overflow-x: auto;
    margin: 1.5rem 0;
}
.pg_legal table {
    width: 100%;
    border-collapse: collapse;
    background: #f9fafb;
    border-radius: 8px;
    overflow: hidden;
}
.pg_legal th {
    background: #4a9fb8;
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}
.pg_legal td {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #5a6c7d;
    font-size: 0.9rem;
}
.pg_legal .badge-essential {
    background: #dbeafe;
    color: #1e40af;
}
.pg_legal .badge-functional {
    background: #d1fae5;
    color: #065f46;
}
.pg_legal .badge-analytics {
    background: #fef3c7;
    color: #92400e;
}
.pg_legal .type-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.pg_legal .cta-status {
    margin-top: 4rem;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #fcfdff 0%, #ebf6f9 100%);
}
.pg_legal .cta-status h3{
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.6rem;
    font-weight: 700;
}
.pg_legal .cta-status p {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}
/* -- trial_1 -- */
.pg_legal .cta-status.trial_1{
    animation: none;
    background: linear-gradient(135deg, #faf3f4 0%, #ffdade 100%);
}
.pg_legal .cta-status.trial_1 strong {
    color: #5a6c7d;
    font-weight: 700;
    font-size: 1rem;
}
.pg_legal .cta-status.trial_1 .cta-status-benefits {
    margin-top: 10px;
    line-height: 1.6;
    color: #c62828;
    font-weight: 700;
    font-size: 0.9rem;
}
/* -- trial_expired -- */
.pg_legal .cta-status.trial_expired{
    background: linear-gradient(135deg, #f8f9fa 0%, #eef1f5 100%);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 0;
    border-top: 2px solid #e0e5eb;
    border-bottom: 2px solid #e0e5eb;
    font-size: 0.95rem;
    color: #5a6c7d;
    display: none;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.meta-item svg {
    width: 18px;
    height: 18px;
    stroke: #8895a7;
}
/* Featured Image */
.featured-image {
    max-width: 810px;
    margin: 0 auto 2rem;
    padding: 0 2rem;
}
.featured-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
/* Article Content */
.article-content {
    max-width: 750px;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin: 0 auto;
}
.pg_legal .article-content {
    margin: 2rem auto 6rem;
    border-radius: 16px;
    padding: 1rem 2rem 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.article-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3a4a5c;
}
.article-content b.tip {
    display: block;
    font-weight: 600;
    margin: 0.4rem 0 0.2rem;
}

.article-content strong {
    color: #2c3e50;
}

.article-content em {
    color: #4a9fb8;
    font-style: normal;
    font-weight: 600;
}

.article-content ul {
    margin: 2rem 0 2rem 2rem;
    list-style: none;
}

.article-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.article-content ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #4a9fb8;
    font-weight: bold;
}

.highlight-box {
    background: linear-gradient(135deg, #f0f9fc 0%, #e0f2f7 100%);
    /*border-left: 4px solid #4a9fb8;*/
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.highlight-box p {
    margin: 0;
    color: #2c3e50;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* CTA Box */
.article-cta {
    background: linear-gradient(135deg, #4a9fb8 0%, #3d8ca8 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    margin: 3rem 0;
}

.article-cta h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.article-cta p {
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.article-cta-button {
    display: inline-block;
    background: white;
    color: #4a9fb8;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.article-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* Share Section */
.share-section {
    max-width: 750px;
    margin: 3rem auto 4rem;
    padding: 0 2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5791917a;
}

.share-label {
    font-weight: 600;
    color: #5a6c7d;
}

.share-buttons {
    display: flex;
    gap: 1rem;
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f3f5;
    color: #5a6c7d;
    text-decoration: none;
    transition: all 0.2s;
}
.share-button.copied {
    background: #e0f7fa;
    color: #00796b;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}
.share-button.copied::after {
    content: '✓';
    margin-left: 6px;
    color: #388e3c;
    font-weight: bold;
    font-size: 1.1em;
}

.share-button:hover {
    background: #4a9fb8;
    color: white;
}

/* Related Articles */
.related-articles {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.related-articles h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #2c3e50;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.related-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.related-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: linear-gradient(135deg, #e0f2f7 0%, #d0e8f0 100%);
}

.related-card-content {
    padding: 1.5rem;
}

.related-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.related-card-date {
    font-size: 0.85rem;
    color: #8895a7;
}

/* CTA Section - Adaptado */
.integrated-cta {
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 750px;
    margin: 0 auto 6rem;
    width: 100%;
}
.is_noplan .integrated-cta {
    padding: 0;
}
.is_noplan .integrated-cta .cta-status {
    padding: 2rem 1rem;
    margin: 1rem;
}
.is_pro .integrated-cta,
.is_premium .integrated-cta{
    display: none;
}

.integrated-cta h3 {
    max-width: 440px;
}
.integrated-cta p {
    max-width: 533px;
}

.last-updated {
    color: #6b7280;
    font-size: 0.9rem;
    padding-bottom: 2rem;
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .filter-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .search-box input {
        width: 180px;
    }

    .article-title {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .article-content {
        padding: 2rem 1.5rem ;
    }
    .pg_legal .article-content {
        padding: 1rem 1.5rem 2rem;
    }

    .share-section {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        gap: 1rem;
    }
}
@media (max-width: 480px) {
    .page-header{
        padding: 2rem 1rem 1.5rem;
    }
    .blog-container{
        padding: 2rem 1rem 3rem;
    }
    .blog-card-content{
        padding: 1.5rem 1rem;
    }
    .article-header {
        padding: 0 1rem 0.5rem;
    }
    .featured-image {
        padding: 0 1rem;
    }
    .article-content {
        padding: 1.5rem 1rem;
    }
    .pg_legal .legal-container {
        padding: 0 1rem;
    }
    .pg_legal .article-content {
        padding: 1rem 1rem 2rem;
    }
    .related-articles {
        padding: 0 0.5rem;
    }
}
