/* Custom Conversion & Ads Design for Frascos para Body Splash */
.body-splash-page {
    background-color: #f8f9fa;
}

/* Trust Header Badge */
.trust-badge-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.trust-pill {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.trust-pill i {
    color: #ed2e41;
    font-size: 16px;
}
.trust-pill:hover {
    transform: translateY(-2px);
    border-color: #ed2e41;
    box-shadow: 0 6px 16px rgba(237,46,65,0.12);
}

/* Section Title Styling */
.section-title-wrapper {
    text-align: center;
    margin-bottom: 35px;
}
.section-title-wrapper h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #171717;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}
.section-title-wrapper h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #ed2e41, #ef601e);
    margin: 10px auto 0;
    border-radius: 2px;
}
.section-subtitle {
    font-size: 1.05rem;
    color: #555;
    margin-top: 5px;
}

/* Product Cards Enhancement */
.card-product-enhanced {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.card-product-enhanced:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(237,46,65,0.15);
    border-color: rgba(237,46,65,0.3);
}
.card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ed2e41, #ef601e);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 3px 8px rgba(237,46,65,0.3);
    letter-spacing: 0.5px;
}
.card-product-enhanced .thumbnail {
    background: #ffffff;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.card-product-enhanced .thumbnail img {
    height: 240px;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.card-product-enhanced:hover .thumbnail img {
    transform: scale(1.06);
}
.card-product-enhanced .inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}
.card-product-enhanced .inner .title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.35;
    text-align: center;
}

/* WSP Conversion Button on Cards */
.btn-card-wsp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 18px;
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37,211,102,0.25);
    text-decoration: none !important;
}
.btn-card-wsp:hover {
    background: #1eb956;
    box-shadow: 0 6px 18px rgba(37,211,102,0.4);
    transform: translateY(-2px);
}
.btn-card-wsp i {
    font-size: 18px;
}

/* Content Container Styling */
.content-box-seo {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    margin-top: 30px;
}
@media (max-width: 576px) {
    .content-box-seo {
        padding: 22px 18px;
    }
}
.content-box-seo p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 1.25rem;
}
.content-box-seo h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #171717;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}
.content-box-seo h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #ed2e41;
}

/* Styled Features List */
.feature-list-custom {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 30px;
}
.feature-list-custom li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #333;
}
.feature-list-custom li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #25d366;
    font-size: 14px;
    font-weight: 900;
    background: rgba(37,211,102,0.12);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Embedded WhatsApp Conversion Banner Blocks */
.wsp-conversion-banner {
    background: linear-gradient(135deg, #111b21 0%, #1c2e38 100%);
    border-radius: 12px;
    padding: 30px 35px;
    margin: 35px 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-left: 5px solid #25d366;
}
@media (max-width: 768px) {
    .wsp-conversion-banner {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
}
.wsp-banner-info h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.wsp-banner-info p {
    color: #cfd8dc;
    font-size: 0.95rem;
    margin-bottom: 0 !important;
}
.btn-wsp-cta {
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    animation: wspPulse 2s infinite;
}
.btn-wsp-cta:hover {
    background: #1eb956;
    transform: scale(1.04);
    box-shadow: 0 6px 22px rgba(37,211,102,0.6);
}
@keyframes wspPulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Secondary In-Content CTA Box */
.wsp-middle-box {
    background: linear-gradient(135deg, rgba(237, 46, 65, 0.05) 0%, rgba(239, 96, 30, 0.05) 100%);
    border: 2px dashed rgba(237, 46, 65, 0.3);
    border-radius: 12px;
    padding: 32px 25px;
    margin: 35px 0;
    text-align: center;
}
.wsp-middle-box h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 8px;
}
.wsp-middle-box p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px !important;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 25px 0 35px;
}
.benefit-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.benefit-item:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-color: #ed2e41;
}
.benefit-icon {
    font-size: 28px;
    color: #ed2e41;
    margin-bottom: 10px;
}
.benefit-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}
.benefit-desc {
    font-size: 0.88rem;
    color: #666;
    margin-bottom: 0 !important;
}

/* Styled FAQ */
.faq-custom-container {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px dashed #eee;
}
.faq-card-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.faq-card-item:hover {
    border-color: #ed2e41;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.faq-question {
    font-size: 1.08rem;
    font-weight: 700;
    color: #171717;
    padding: 18px 22px;
    margin: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    gap: 12px;
}
.faq-question i {
    color: #ed2e41;
    font-size: 16px;
}
.faq-answer {
    padding: 18px 22px;
    font-size: 0.98rem;
    color: #555;
    line-height: 1.65;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}
