@font-face {
    font-family: 'FuturaStdBook';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/c34d6c7b-7a8d-433b-acfb-8fa4e8ad6f46/fbe5d064-e518-4764-a740-b919ab120f83/Futura Std Book.otf") format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdHeavy';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/c34d6c7b-7a8d-433b-acfb-8fa4e8ad6f46/fbe5d064-e518-4764-a740-b919ab120f83/Futura Std Heavy.otf") format('opentype');
    font-weight: 900;
    font-style: normal;
}



.headline{
  font-family: 'FuturaStdHeavy';
    font-weight: 900; /* heavy */
    line-height: 1.3;
        letter-spacing: 1.1px;
}

.normal-p{
 font-family: 'FuturaStdBook';
    font-weight: 300; /* book */
    font-size: 18px;
    line-height: 1.8;
}
.offer-p{
    font-family: 'FuturaStdBook';
    font-weight: 300; /* book */
    font-size: 15px;
    line-height: 1.4;
}

.main-container{
    max-width: 760px;
    margin: 0px auto;
}
.top-site-logo{
    max-width: 120px;
    height: auto;
}
.top-banner{
    background-color: #F3FAF8;
}
.main-headline{
    font-size: 40px;
    line-height: 1.4;

}
.author-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.author-line {
  font-size: 0.95rem;   /* tweak if you want */
}

.points-section{
    background-color: #F3FAF8;
}

.video-wrapper video {
    width: auto;
    height: 263px;
    object-fit: cover; /* makes video fill the box fully */
    
}


.deal-box {
  max-width: 860px;
  border: 2px dashed #d3d3d3;
  border-radius: 12px;
  padding: 25px 15px;
  background-color: #ffffff;
}

.deal-bar {
  background-color: #f2f7f5;
      padding: 0.7rem 0.5rem;
    border-radius: 6px;
    font-size: 13px;
}
.button-offer {
    font-family: 'FuturaStdBook';
    width: 80%;   /* adjust to any size you want */
    padding: 12px 16px; 
    font-size: 20px;
    border-radius: 8px; /* optional */
}


.offer-img{
    max-width: 80%;
}


.fb-comments {
    font-family: 'Open Sans', sans-serif;
    max-width: 80%;
    margin: auto;
    padding: 20px;
}

.fb-comment {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.fb-comment.reply {
    margin-left: 50px;     /* nested reply indent */
}

.fb-avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.fb-name {
    font-weight: 700;
    color: #385898;       /* Facebook blue */
    font-size: 15px;
}

.fb-text {
    margin: 3px 0 5px 0;
    font-size: 14px;
    color: #1c1e21;       /* Facebook black */
    line-height: 1.35;
}

.fb-actions {
    font-size: 13px;
    color: #65676b;       /* FB grey */
}

.fb-actions span {
    color: #65676b;
}

.fb-like {
    color: #65676b;
}

.fb-time {
    color: #65676b;
}
.review-img{
    width: 200px;
    height: auto;
}


/* comments */


.comments-section {
    font-family: 'Open Sans', sans-serif;
}

.comments-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2D2D2D;
}

/* Comment box container */
.comment-box {
    width: 100%;
}

/* Input styling */
.comment-input {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    color: #333;
}

.comment-input::placeholder {
    color: #7a7a7a;
}

.comment-input:focus {
    border-color: #bbb;
}
/* footer */

.footer-container{
    max-width: 1000px;
    margin: 0px auto;
}
.custom-footer {
   border-top: 2px solid #eee;
    margin: 40px auto;
    text-align: center;
    color: #A1A7B2;
    font-size: 14px;
    padding: 20px 20px;
    line-height: 1.6;
}

.custom-footer .footer-text {
    color: #A1A7B2;
    font-size: 14px;
    margin-bottom: 20px;
}

.custom-footer .footer-link {
    color: #A1A7B2;
    text-decoration: underline;
}

.dmca-badge img {
    margin-top: 10px;
    height: 30px;
}

@media(max-width : 767px ){
    .main-headline{
        font-size: 27px;
        padding: 0px 15px;
    }
    .author-section{
        padding: 0px 15px;
    }
    .hero-p{
         padding: 0px 15px;
    }
    .deal-box{
        margin: 0px 15px !important;
    }
    .fb-comments{
        max-width: 95%;
    }
}


