html {
  overflow-x: hidden;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  padding: 40px 40px 0;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

.e .comments-box {
  max-width: 650px;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header {
  font-weight: 600;
  font-size: 14px;
  color: #555;
}

/* Header principal (estilo ABC) */
.site-header {
  background: #000;
  padding: 12px 40px;
}

.header-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.header-left {
  display: flex;
  align-items: center;
  min-width: 20%;
  justify-content: center;
}

.header-logo-img {
  height: 36px;
  width: auto;
  display: block;
}

.header-logo-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo-text {
  font-size: 11px;
  text-transform: lowercase;
  color: #fff;
  letter-spacing: 0.03em;
}

.header-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.header-link {
  font-size: 15px;
  font-weight: 400;
  color: #e5e5e5;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.header-link:hover {
  color: #ffffff;
}

.header-login {
  font-size: 13px;
  font-weight: 400;
  color: #e5e5e5;
  text-decoration: none;
  letter-spacing: 0.04em;
  min-width: 20%;
  text-align: center;
}

.header-login:hover {
  color: #ffffff;
}

.header-head {
  background-color: red;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.title-head {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
}

h4.subtitle-head {
  color: #fff;
  text-align: center;
  font-size: 23px;
  margin: 0;
}

p.text-head {
  text-align: center;
  color: red;
  font-weight: 600;
  font-size: 28px;
  margin: 0;
  text-transform: capitalize;
}

.comment-count {
  padding: 16px;
  font-weight: 600;
}

.comment {
  display: flex;
  gap: 10px;
  padding: 10px 16px;
}

.reply {
  margin-left: 40px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.content {
  flex: 1;
}

.bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 10px 14px;
}

.name {
  font-weight: 600;
  color: #385898;
  font-size: 14px;
}

.text {
  font-size: 15px;
  margin-top: 4px;
  color: #050505;
}

.actions {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.actions span {
  margin-right: 10px;
  cursor: pointer;
}

.actions span:hover {
  text-decoration: underline;
}

.main-head-facebook {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  padding-left: 9px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 10px;
}

.w-5 {
  width: 1.25rem;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.h-5 {
  height: 1.25rem;
}

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

.actions .dot {
  color: #bcc0c4;
}

.action-btn {
  background: none;
  border: none;
  font-size: 12px;
  color: #65676b;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

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

.reactions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

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

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

.reaction {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.reaction.like {
  background: #1877f2;
  z-index: 2;
}

.reaction.love {
  background: linear-gradient(135deg, #ff4d4d, #ff0066);
  margin-left: -6px;
}

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

#vsl {
  padding-top: 0;
}

#vsl #video {
  background: #000;
}

.site-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.header-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

#video {
  max-width: 687px;
  margin: 0 auto;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* NEW */
.container {
  width: 60%;
  margin: 40px auto;
}

h3.text-counter {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 30px 0;

  .text-red {
    color: red;
  }
}

.title-offer {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 1.2px;
}

.references {
  background-color: #fff;
  padding: 5px 0px;
}

.logos-reference {
  width: 80%;
  margin: 30px auto;
  justify-content: center;
  display: flex;
}

.title-reference {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.list-reference {
  list-style: auto;
  font-size: 16px;
  font-weight: 500;
}

.item-reference {
  text-align: left;
  font-size: 15px;
  color: gray;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.terms {
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-top: 40px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-bottom: 40px;
  width: 70%;
  margin: 10px auto 0px;
}

.links-terms {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  font-size: 16px;
}

/* Footer estilo ABC */
.site-footer {
  margin-top: 40px;
  background: #000;
  color: #fff;
  font-size: 13px;
}

.footer-top-strip {
  background: #000;
  border-bottom: 1px solid #262626;
  padding: 8px 40px;
}

.footer-top-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #a3a3a3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-follow-bar {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(200, 145, 22) 100%);
  padding: 10px 40px;
}

.footer-follow-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footer-follow-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer-follow-icons {
  display: flex;
  gap: 24px;
}

.footer-follow-icon {
  width: 48px;
  height: 28px;
  /* border-radius: 50%; */
  /* border: 1px solid #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.footer-icon-svg {
  width: 26px;
  height: 26px;
  display: block;
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
  padding: 24px 0 16px;
}

.footer-logo-img {
  height: 48px;
  width: auto;
}

.footer-columns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 40px 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.footer-heading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #f3c040;
  margin: 0 0 10px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
  color: #e5e5e5;
  font-size: 16px;
  cursor: pointer;
}

.footer-bottom {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 40px 32px;
  text-align: center;
  border-top: 1px solid #262626;
}

.footer-bottom-copy {
  margin: 8px 0 0;
  font-size: 11px;
  color: #a3a3a3;
}

.footer-disclaimer {
  margin: 12px auto 0;
  font-size: 10px;
  color: #a3a3a3;
  line-height: 1.5;
}

/* Separador da oferta */
.hr-offer {
  position: relative;
  width: 25%;
  margin: 30px auto;
  height: 2px;
  background: #7fa300;
}

.hr-offer-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 10px;
  background: #7fa300;
  transform: translate(-50%, -50%);
}

/* Responsividade geral */
@media (max-width: 992px) {
  body {
    padding: 16px 16px 0;
  }

  .site-header {
    padding: 12px 16px;
  }

  .header-nav {
    gap: 24px;
  }

  #video {
    max-width: 100%;
    width: 100%;
  }

  .container {
    width: 90%;
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-reference {
    font-size: 28px;
  }

  .title-products {
    font-size: 28px;
  }

  h3.subtitle-products {
    font-size: 26px;
    padding: 0 20px;
  }

  .text-products {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 12px 12px 0;
  }

  .site-header {
    padding: 10px 12px;
  }

  .header-nav {
    gap: 18px;
    font-size: 12px;
  }

  .header-link {
    font-size: 12px;
  }

  .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  h3.title-head {
    font-size: 20px;
  }

  h4.subtitle-head {
    font-size: 18px;
  }

  p.text-head {
    font-size: 20px;
  }

  h3.text-counter {
    font-size: 18px;
    margin: 20px 0;
  }

  .title-offer {
    font-size: 1.5rem;
    padding: 0 10px;
  }

  .title-reference {
    font-size: 24px;
  }

  .logos-reference {
    width: 100%;
    max-width: 100%;
  }

  .list-reference {
    font-size: 14px;
  }

  .item-reference {
    font-size: 14px;
  }

  .hr-offer {
    width: 50%;
  }

  .title-products {
    font-size: 22px;
  }

  h3.subtitle-products {
    font-size: 20px;
    padding: 0 12px;
  }

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

  .terms {
    padding: 20px 12px 0;
    margin-top: 24px;
  }

  .footer-top-strip,
  .footer-follow-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-columns {
    padding: 16px 16px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .copyright {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
    font-size: 11px;
  }

  .links-terms {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  body {
    padding: 8px 8px 0;
  }

  .site-header {
    padding: 8px;
  }

  .header-nav {
    gap: 12px;
  }

  .header-left {
    min-width: 5%;
  }

  .header-login {
    max-width: 12%;
  }

  .header-logo-circle {
    width: 28px;
    height: 28px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1.title-video {
    margin-bottom: -10px !important;
  }

  h3.title-head {
    font-size: 18px;
  }

  h4.subtitle-head {
    font-size: 16px;
  }

  p.text-head {
    font-size: 17px;
  }

  h3.text-counter {
    font-size: 16px;
    margin: 16px 0;
  }

  .title-reference {
    font-size: 20px;
  }

  .title-products {
    font-size: 26px !important;
  }

  h3.subtitle-products {
    font-size: 22px !important;
    padding: 0 8px;
  }

  .text-products {
    font-size: 18px !important;
  }

  .terms {
    padding: 16px 8px 0;
  }

  .footer-top-strip,
  .footer-follow-bar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-top-inner {
    align-items: center;
    gap: 4px;
    font-size: 11px;
    text-align: center;
    width: 80%;
  }

  .footer-follow-inner {
    flex-direction: column;
    gap: 8px;
  }

  .footer-columns {
    padding: 16px 12px 20px;
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .footer-heading {
    text-align: center;
    margin-bottom: 6px;
  }

  .footer-list li {
    font-size: 14px;
    text-align: center;
  }

  /* Todas as colunas sozinhas, mas com duas colunas internas de links */
  .footer-list {
    column-count: 2;
    column-gap: 12px;
  }

  .copyright {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
  }
}

@media (max-width: 380px) {
  body {
    padding: 6px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-follow-icons {
    gap: 16px;
  }

  .footer-follow-icon {
    width: 40px;
    height: 24px;
  }

  .footer-icon-svg {
    width: 20px;
    height: 20px;
  }

  .title-products {
    font-size: 16px;
  }

  h3.subtitle-products {
    font-size: 15px;
    padding: 0 4px;
  }

  .text-products {
    font-size: 15px;
  }
}

.title-products {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin: 0;

  &.green {
    color: rgb(2, 106, 2);
  }

  &.red {
    color: rgb(214, 1, 1);
  }
}

.text-products {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 600;

  .text-red {
    color: rgb(170, 0, 0);
  }

  &.white {
    color: #fff;
  }
}

h3.subtitle-products {
  font-size: 38px;
  text-align: center;
  padding: 0px 40px;
  color: rgb(170, 0, 0);
}

h1.title-video {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 50px;
  margin-bottom: -30px;
}
