/* Base */
:root{
  --container-max: 720px;
  --fb-blue: #1877f2;
  --text: #38373A;
}

html, body{
  overflow-x: hidden;
}

body{
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

.page{
  width: 100%;
}

.container{
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 15px 24px;
}

/* Topbar */
.fb-topbar{
  padding: 10px 0 0;
}
.fb-topbar-inner{
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fb-topbar-inner img:first-child{
  width: min(180px, 42vw);
}
.fb-topbar-inner img:last-child{
  width: min(150px, 36vw);
}

/* Post */
.fb-post{
  padding-top: 6px;
}

.fb-post-header{
  display: flex;
  align-items: center;
  gap: 10px;
}

.fb-avatar{
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  object-fit: cover;
}

.fb-post-meta{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.fb-post-author{
  font-family: "DM Sans", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #2B2B2B;
  line-height: 1.1;
}

.fb-post-submeta{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "DM Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #656469;
}

.fb-globe{
  width: 14px;
  height: 14px;
}

.fb-post-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 44px;
}
.fb-post-actions img{
  width: 56px;
  height: auto;
}

.fb-post-text{
  margin-top: 6px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #38373A;
  text-align: left;
}
.fb-post-text p{
  margin: 0;
}

/* VSL */
.vsl-wrap{
  margin-top: 10px;
}
.vsl-player{
  position: relative;
  width: 100%;
  padding: 177.7777777778% 0 0;
}
.vsl-player > img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vsl-backdrop{
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0;
}


.special{
  background: #FFF8F0;
  padding: 24px 0;
  margin-top: 14px;
}
.special-inner{
  padding: 0 15px;
}

/* Offers */
.offer-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.offer-card{
  border: 2px solid #b97f8a;
  border-radius: 12px;
  background: #ececec;
  padding: 0 14px 14px;
  text-align: center;
}

.offer-card--best{
  background: linear-gradient(180deg, #7e0010 0%, #4f000c 100%);
  color: #fff;
}

.offer-top{
  margin: 0 -14px 8px;
  background: #8f121f;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding: 12px 10px;
  line-height: 1;
}

.offer-pack{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #2a0d18;
  line-height: 1;
}

.offer-card--best .offer-pack,
.offer-card--best .offer-days,
.offer-card--best .offer-total,
.offer-card--best .offer-shipping{
  color: #fff;
}

.offer-days{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #442631;
  margin-bottom: 10px;
}

.offer-image-wrap{
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-image-wrap img{
  max-height: 220px;
  width: auto;
}

.offer-price-row{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin-top: 4px;
}

.currency{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #2a0d18;
  line-height: 1;
  margin-bottom: 8px;
}

.offer-card--best .currency{
  color: #fff;
}

.offer-price{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 96px;
  font-weight: 800;
  line-height: .9;
  color: #2a0d18;
}

.offer-per{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2a0d18;
  line-height: 1;
  margin-bottom: 6px;
  text-align: center;
}

.offer-card--best .offer-price,
.offer-card--best .offer-per{
  color: #fff;
}

.offer-cta{
  display: block;
  margin-top: 12px;
  background: linear-gradient(180deg, #ef5967 0%, #de384c 100%);
  color: #2d0b16;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  padding: 14px 0;
  border-radius: 12px;
}

@keyframes cta-pulse {
  0%, 100% { transform: scale(1);    box-shadow: 0 0 0 0 rgba(222, 56, 76, 0.55); }
  50%       { transform: scale(1.04); box-shadow: 0 0 0 10px rgba(222, 56, 76, 0); }
}

.offer-cta--pulse {
  animation: cta-pulse 1.6s ease-in-out infinite;
}

.offer-cards{
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.offer-cards img{
  width: 210px;
  height: auto;
}

.offer-total{
  margin-top: 12px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #2a0d18;
}

.offer-total strong{
  font-weight: 800;
}

.offer-shipping{
  margin-top: 8px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2a0d18;
}

.offer-shipping--free{
  color: #fff;
}

/* FB stats row */
.fb-stats{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.fb-stats-left{
  display: flex;
  align-items: center;
  gap: 10px;
}
.fb-stats-left img{
  width: 100px;
}
.fb-stats-count{
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #38373A;
}
.fb-stats-right{
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #38373A;
}

.fb-comments{
  margin-top: 14px;
}

.fbComments-pKqQQE0508777-element{
  font-family: Helvetica, Arial, sans-serif;
}

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

.fb-comment-item img{
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
}

.fb-comment-bubble{
  background: #f0f2f5;
  border-radius: 14px;
  padding: 8px 10px;
  flex: 1;
  min-width: 0;
}

.fb-comment-name{
  font-size: 13px;
  font-weight: 700;
  color: #365899;
  margin: 0 0 4px;
}

.fb-comment-text{
  font-size: 13px;
  color: #1c1e21;
  margin: 0;
  line-height: 1.25;
}

@media (min-width: 768px){
  .offer-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (min-width: 992px){
  :root{
    --container-max: 980px;
  }

  .offer-grid{
    gap: 24px;
  }

  .offer-top{ font-size: 24px; }
  .offer-pack{ font-size: 50px; }
  .offer-days{ font-size: 34px; }
  .offer-image-wrap{ height: 200px; }
  .offer-image-wrap img{ max-height: 200px; }
  .offer-price{ font-size: 78px; }
  .offer-per{ font-size: 30px; }
  .offer-cta{ font-size: 32px; }
  .offer-total{ font-size: 42px; }
}

/* Responsive adjustments */
@media (max-width: 767px){
  .fb-post-author{ font-size: 18px; }
  .fb-post-submeta{ font-size: 12px; }

  .special{ padding: 18px 0; }

  .offer-grid{ grid-template-columns: 1fr; }
  .offer-top{ font-size: 22px; }
  .offer-pack{ font-size: 40px; }
  .offer-days{ font-size: 28px; }
  .offer-image-wrap{ height: 180px; }
  .offer-image-wrap img{ max-height: 180px; }
  .currency{ font-size: 26px; }
  .offer-price{ font-size: 74px; }
  .offer-per{ font-size: 24px; }
  .offer-cta{ font-size: 28px; }
  .offer-cards img{ width: 170px; }
  .offer-total{ font-size: 34px; }
  .offer-shipping{ font-size: 22px; }
  .fb-stats{ padding: 0 15px; }
  .fb-stats-right{ font-size: 12px; gap: 5px; }
  .fb-comment-text{ font-size: 12px; }
}

