* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #ffffff;
    color: #1c1e21;
    -webkit-font-smoothing: antialiased;
}

/* Header Top Bars */
.main-header {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.top-nav {
    background-color: #c40000;
    color: #ffffff;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-title {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 28px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sub-nav {
    background-color: #940000;
    color: #ffffff;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

/* Container */
.page-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 14px 40px 14px;
}

/* Headline Section */
.headline-section {
    padding: 20px 2px 14px 2px;
    text-align: left;
}

.main-headline {
    font-size: 21px;
    line-height: 1.28;
    color: #000000;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.main-headline strong {
    font-weight: 800;
}

.sub-headline {
    font-size: 19.5px;
    line-height: 1.34;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.sub-headline .highlight-red {
    color: #e50914;
    font-style: italic;
    font-weight: 600;
}

.sub-headline u {
    text-decoration: underline;
    font-weight: 800;
    text-underline-offset: 3px;
    font-style: italic;
}

/* Video Section */
.video-section {
    margin: 8px 0 16px 0;
    width: 100%;
}

/* "Vídeo Exibido em:" Logos Banner */
.as-seen-on {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 24px 0;
    width: 100%;
}

.as-seen-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Facebook Comments Container */
.comments-section {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 16px;
    padding: 16px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.comments-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #65676b;
    margin-bottom: 18px;
    cursor: pointer;
}

.arrow-down {
    font-size: 10px;
    color: #65676b;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.comment-item.reply {
    margin-left: 46px;
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.comment-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.comment-bubble {
    background-color: #f0f2f5;
    border-radius: 18px;
    padding: 10px 14px;
    display: inline-block;
    max-width: 100%;
}

.comment-author {
    font-weight: 700;
    color: #2b4f9c;
    font-size: 14.5px;
    display: block;
    margin-bottom: 2px;
    cursor: pointer;
}

.comment-author:hover {
    text-decoration: underline;
}

.comment-text {
    color: #050505;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
}

.comment-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    padding-left: 10px;
    font-size: 12px;
    color: #65676b;
}

.action-btn {
    font-weight: 700;
    color: #65676b;
    cursor: pointer;
}

.action-btn:hover {
    text-decoration: underline;
}

.comment-time {
    color: #65676b;
}

.reactions-count {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    background: #ffffff;
    padding: 2px 6px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    border: 1px solid #e4e6eb;
}

.reaction-icons {
    display: flex;
    align-items: center;
    gap: 1px;
}

.icon-heart, .icon-like {
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.count-num {
    font-size: 12px;
    color: #65676b;
    font-weight: 600;
}

.comments-footer-note {
    text-align: center;
    color: #8a8d91;
    font-size: 13px;
    margin: 28px 0 20px 0;
}

.fb-plugin-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #e4e6eb;
    padding-top: 14px;
}

.fb-logo-box {
    display: flex;
    align-items: center;
}

.fb-plugin-text {
    font-size: 13.5px;
    font-weight: 700;
    color: #65676b;
}
