/*
Theme Name: OFFeria Child Theme
Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-biz
Author: OFFeria
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Tema filho personalizado para OFFeria - Grupo de Ofertas
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.2.0.1768442696
Updated: 2026-01-14 23:04:56

*/

/*
Theme Name: OFFeria Child
Template: hello-elementor
Author: OFFeria
Version: 1.0
*/

/* ========================================
   OFFERIA - SINGLE POST STYLES
   ======================================== */

/* Container principal */
.offeria-single-post {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* ========== BREADCRUMB ========== */
.offeria-breadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
}

.offeria-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.offeria-breadcrumb a:hover {
    color: #FF6B7A;
}

.offeria-breadcrumb .current {
    color: #333;
    font-weight: 500;
}

/* ========== HEADER DO POST ========== */
.offeria-post-header {
    text-align: center;
    margin-bottom: 40px;
}

.offeria-category {
    display: inline-block;
    background: #FF4B5C;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.offeria-post-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 20px 0;
}

.offeria-post-meta {
    color: #888;
    font-size: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.offeria-post-meta i {
    margin-right: 6px;
}

/* ========== IMAGEM DESTACADA ========== */
.offeria-featured-image {
    margin-bottom: 50px;
    border-radius: 12px;
    overflow: hidden;
}

.offeria-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== CONTEÚDO DO POST ========== */
.offeria-post-content {
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.offeria-post-content p {
    margin-bottom: 1.5em;
}

.offeria-post-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #1a1a1a;
}

.offeria-post-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 0.6em;
    color: #1a1a1a;
}

.offeria-post-content a {
    color: #FF6B7A;
    text-decoration: underline;
}

.offeria-post-content a:hover {
    color: #ff4d5e;
}

.offeria-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2em 0;
}

.offeria-post-content ul,
.offeria-post-content ol {
    padding-left: 30px;
    margin-bottom: 1.5em;
}

.offeria-post-content li {
    margin-bottom: 0.8em;
}

.offeria-post-content blockquote {
    border-left: 4px solid #FF6B7A;
    padding-left: 20px;
    margin: 2em 0;
    font-style: italic;
    color: #666;
}

/* ========== CTA BOX INTERMEDIÁRIO ========== */
.offeria-cta-box {
    background: #FF4B5C;
    border-radius: 12px;
    padding: 40px;
    margin: 60px auto;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 122, 0.2);
}

.offeria-cta-box h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 15px;
}

.offeria-cta-box p {
    color: white;
    font-size: 16px;
    margin-bottom: 25px;
}

.offeria-cta-button {
    display: inline-block;
    background: white;
    color: #FF6B7A;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
}

.offeria-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* ========== FOOTER DO POST ========== */
.offeria-post-footer {
    max-width: 800px;
    margin: 60px auto;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

/* Tags */
.offeria-tags {
    margin-bottom: 30px;
}

.tags-label {
    font-weight: 600;
    margin-right: 10px;
    color: #666;
}

.tag-pill {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    margin: 5px;
    transition: all 0.3s;
}

.tag-pill:hover {
    background: #FF6B7A;
    color: white;
}

/* Social Share */
.offeria-social-share {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.share-btn.whatsapp {
    background: #25D366;
    color: white;
}

.share-btn.facebook {
    background: #1877F2;
    color: white;
}

.share-btn.twitter {
    background: #1DA1F2;
    color: white;
}

.share-btn.email {
    background: #666;
    color: white;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ========== POSTS RELACIONADOS ========== */
.offeria-related-posts {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.related-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-post-item {
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.related-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.related-post-thumb {
    display: block;
    overflow: hidden;
}

.related-post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.related-post-item:hover .related-post-thumb img {
    transform: scale(1.05);
}

.related-post-title {
    padding: 20px 20px 10px;
    font-size: 18px;
    line-height: 1.4;
}

.related-post-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.related-post-title a:hover {
    color: #FF6B7A;
}

.related-post-excerpt {
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.related-read-more {
    display: inline-block;
    padding: 10px 20px 20px;
    color: #FF6B7A;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.related-read-more:hover {
    color: #ff4d5e;
}

/* ========== CTA FINAL (Verde Gradiente) ========== */
.offeria-cta-final {
    background: #24B154;
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin-top: 80px;
    border-radius: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cta-final-content {
    max-width: 800px;
    margin: 0 auto;
}

.offeria-cta-final h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.offeria-cta-final p {
    font-size: 18px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
}

.cta-buttons-final {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Botão WhatsApp */
.cta-btn-whatsapp {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: white;
    padding: 16px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn-whatsapp:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Botão Telegram */
.cta-btn-telegram {
    display: inline-block;
    background: #0088CC;
    color: white;
    padding: 16px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #0088CC;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
}

.cta-btn-telegram:hover {
    background: #0077B3;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.4);
    border-color: #0077B3;
}

/* ========== RESPONSIVO MOBILE ========== */
@media (max-width: 768px) {
    .offeria-post-title {
        font-size: 28px;
    }
    
    .offeria-post-content {
        font-size: 16px;
    }
    
    .offeria-post-content h2 {
        font-size: 24px;
    }
    
    .offeria-post-content h3 {
        font-size: 20px;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .offeria-cta-box {
        padding: 30px 20px;
    }
    
    .offeria-social-share {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .offeria-cta-final {
        padding: 40px 20px;
        margin-top: 60px;
        border-radius: 12px;
    }
    
    .offeria-cta-final h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    
    .offeria-cta-final p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .cta-buttons-final {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-btn-whatsapp,
    .cta-btn-telegram {
        width: 100%;
        padding: 14px 30px;
        font-size: 15px;
    }
}