/* ===================== */
/*  RESET & BASE         */
/* ===================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Nunito Sans", sans-serif;
  color: #212529;
  line-height: 1.5;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/* ===================== */
/*  HIDDEN / ESCONDER    */
/* ===================== */
.esconder {
  display: none;
}

/* ===================== */
/*  HEADER               */
/* ===================== */
.header {
  background-color: #a60a02;
  background-image: url("../img/show-header-cbsnews-60minutes-3200-scaled-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__inner {
  max-width: 1050px;
  width: 100%;
  padding: 16px 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* ===================== */
/*  NAV ROW              */
/* ===================== */
.nav-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.nav-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
}

.nav-menu__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  cursor: default;
}

.nav-menu__item svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  order: 2;
  flex-shrink: 0;
}

.nav-logo img {
  max-width: 200px;
}

.nav-search svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  cursor: pointer;
}

.nav-hamburger {
  display: none;
}

.nav-hamburger svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* ===================== */
/*  SUBHEADING           */
/* ===================== */
.subheading {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

/* ===================== */
/*  LOGO SECTION         */
/* ===================== */
.logo-section img {
  max-width: 500px;
  width: 100%;
}

/* ===================== */
/*  VIDEO SECTION        */
/* ===================== */
.video-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
}

.video-section vturb-smartplayer {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

/* ===================== */
/*  CLAIM SECTION        */
/* ===================== */
.claim-section {
  background-color: #a60a02;
  padding: 30px 20px;
  text-align: center;
}

.claim-section__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto;
}

.claim-section__title span {
  color: yellow;
}

#countdown-timer-1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 45px;
  margin-top: 10px;
}

/* ===================== */
/*  GUARANTEE SECTION    */
/* ===================== */
.guarantee-section {
  background-color: #a60a02;
  padding: 10px;
}

.guarantee-card {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 50px 30px;
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.guarantee-badge img {
  max-width: 150px;
  margin-bottom: 20px;
}

.guarantee-title {
  color: #1c2b4a;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}

.guarantee-subtitle {
  color: #cb1730;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.guarantee-text {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 800px;
}

.guarantee-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.guarantee-badges img {
  width: 80px;
  height: 80px;
}

/* ===================== */
/*  COMMENTS SECTION     */
/* ===================== */
.comments-section {
  background-color: #fff;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comments-inner {
  max-width: 980px;
  width: 100%;
}

.comments-title {
  color: #c4c4c4;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}

.comments-list {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.comment {
  display: flex;
  gap: 12px;
  padding: 12px 0;
}

.comment__avatar {
  flex-shrink: 0;
}

.comment__avatar img {
  width: 43px;
  height: auto;
  border-radius: 50%;
}

.comment__body {
  background-color: #f0f2f5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.comment__name {
  color: #365899;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.comment__text {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.comment__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.comment__like-reply {
  color: #949494;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
}

.comment__like-reply b {
  font-weight: 600;
}

.comment__reactions {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 200px;
  padding: 2px 6px;
}

.comment__reactions img {
  width: auto;
  height: 20px;
}

.comment__reactions-count {
  color: #949494;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.comments-closed {
  color: #949494;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}

/* ===================== */
/*  FOOTER               */
/* ===================== */
.footer {
  background-color: #121212;
  padding: 30px 20px;
  text-align: center;
}

.footer__text {
  color: #c0c0c0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

/* ===================== */
/*  RESPONSIVE           */
/* ===================== */
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }

  .nav-hamburger {
    display: block;
  }

  .header__inner {
    padding: 10px 15px 5px;
  }

  .subheading {
    font-size: 18px;
  }

  .claim-section__title {
    font-size: 28px;
  }

  #countdown-timer-1 {
    font-size: 35px;
  }

  .guarantee-title,
  .guarantee-subtitle {
    font-size: 32px;
  }

  .guarantee-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header__inner {
    padding: 10px 10px 5px;
  }

  .nav-logo img {
    max-width: 150px;
  }

  .logo-section img {
    max-width: 100%;
  }

  .subheading {
    font-size: 20px;
    font-weight: 600;
  }

  .video-section {
    padding: 10px 0 20px;
  }

  .video-section vturb-smartplayer {
    max-width: 100%;
  }

  .claim-section {
    padding: 20px 15px;
  }

  .claim-section__title {
    font-size: 22px;
  }

  .guarantee-card {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .guarantee-title,
  .guarantee-subtitle {
    font-size: 24px;
  }

  .guarantee-text {
    font-size: 16px;
  }

  .guarantee-badges img {
    width: 60px;
    height: 60px;
  }

  .comments-section {
    padding: 20px 5px;
  }

  .comment__avatar img {
    width: 36px;
  }

  .comment__body {
    padding: 12px;
  }

  .comment__name {
    font-size: 16px;
  }

  .comment__text {
    font-size: 16px;
  }

  .comment__reactions img {
    height: 16px;
  }
}
