:root {
  /*
   * Legacy stylesheet kept only as reference during the rebuild.
   * The active storefront model loads `site-perfeitinho.css` from functions.php.
   */
}

:root {
  --lite-aqua: #76d3c9;
  --lite-teal: #27c2b5;
  --lite-teal-dark: #058a82;
  --lite-pink: #f36b86;
  --lite-yellow: #ffdf00;
  --lite-ink: #071526;
  --lite-night: #20232d;
  --lite-panel: #f4f4f4;
  --lite-line: rgba(8, 21, 38, 0.14);
  --lite-width: 1120px;
  --product-cover-frame-height: 225px;
  --product-cover-max-width: 999px;
  --product-cover-max-height: 225px;
  --product-cover-frame-height-mobile: 250px;
  --product-cover-max-width-mobile: 999px;
  --product-cover-max-height-mobile: 250px;
  --header-clearance-offset: 32px;
}

* {
  box-sizing: border-box;
}

.lite-home-document {
  margin: 0;
  background: var(--lite-night);
}

body.lite-home-document .mailpoet_form,
body.lite-home-document .mailpoet_form_popup_overlay,
body.lite-home-document [class*="mailpoet_form_position"],
body.lite-home-document [id*="mailpoet_form"] {
  display: none !important;
  visibility: hidden !important;
}

.lite-home {
  overflow: hidden;
  min-height: 100vh;
  padding-top: var(--header-clearance-offset);
  color: var(--lite-ink);
  background: #fff;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
}

body.lite-home-document .elementor-location-footer,
body.lite-home-document footer[data-elementor-type="footer"] {
  z-index: 9999;
}

.product-marquee {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding: 0 14px;
  background: linear-gradient(90deg, #f36b86 0%, #f58ca1 50%, #f36b86 100%);
}

.product-marquee__messages {
  position: bottom;
  display: flex;
  align-items: center;
  justify-content: bottom;
  min-height: 90px;
}

.product-marquee__message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 38px 7px 2px;
  opacity: 0;
  transition: opacity 0.35s ease;
  color: #fff;
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 2px 1px rgba(95, 25, 40, 0.22);
}


.product-marquee__message.is-active {
  opacity: 1;
}

.materials-section {
  width: min(100% - 34px, var(--lite-width));
  margin-inline: auto;
}

.feedback-section h2,
.faq-section h2 {
  margin: 0;
  color: var(--lite-teal);
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.materials-section {
  padding: 26px 0 70px;
}

.materials-section > h2 {
  margin: 0 0 28px;
  color: var(--lite-ink);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 20px;
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 470px;
  background: var(--lite-panel);
}

.offer-card__image {
  display: grid;
  min-height: var(--product-cover-frame-height);
  align-items: center;
  justify-items: stretch;
  background: #fff;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
}

.offer-card__image img {
  width: 100%;
  height: var(--product-cover-max-height);
  max-height: var(--product-cover-max-height);
  max-width: var(--product-cover-max-width);
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.offer-card__band {
  min-height: 53px;
  padding: 3px 10px 5px;
  color: var(--lite-ink);
  text-align: center;
}

.offer-card__band h3,
.offer-card__band p {
  margin: 0;
}

.offer-card__band h3 {
  overflow: hidden;
  font-size: clamp(1.18rem, 2.1vw, 1.65rem);
  font-weight: 950;
  line-height: 1.12;
  white-space: nowrap;
}

.offer-card__band p {
  margin-top: 5px;
  font-size: 0.78rem;
  font-weight: 900;
}

.offer-card--green .offer-card__band,
.offer-card--green .offer-card__button {
  background: #1c795c;
  color: #fff;
}

.offer-card--yellow .offer-card__band,
.offer-card--yellow .offer-card__button {
  background: var(--lite-yellow);
  color: #030303;
}

.offer-card--teal .offer-card__band,
.offer-card--teal .offer-card__button {
  background: #2cc8bf;
  color: #030303;
}

.offer-card--purple .offer-card__band,
.offer-card--purple .offer-card__button {
  background: #9864f4;
  color: #140b2d;
}

.offer-card--lime .offer-card__band,
.offer-card--lime .offer-card__button {
  background: #82ff00;
  color: #050505;
}

.offer-card--pink .offer-card__band,
.offer-card--pink .offer-card__button {
  background: #f36c80;
  color: #111;
}

.offer-card__ribbon {
  position: absolute;
  top: 170px;
  right: 0;
  width: 86px;
  height: 44px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  background: #ff7e98;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  padding: 8px 0 0 32px;
  transform: translateY(0);
}

.offer-card__body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 28px 28px;
}

.offer-card__body--compact {
  gap: 18px;
}

.offer-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-height: 68px;
  margin: 0;
  color: #555;
  font-weight: 900;
}

.offer-card__price span {
  font-size: 1.25rem;
}

.offer-card__price del {
  color: #111;
  font-size: 1rem;
  font-weight: 700;
}

.offer-card__price strong {
  color: #535353;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 1;
}

.offer-card:first-child .offer-card__price strong {
  color: #050505;
}

.offer-card__features {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-card__features li {
  position: relative;
  min-height: 31px;
  padding: 7px 0 7px 28px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
}

.offer-card__features li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.offer-card__features li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}

.offer-card__button {
  justify-self: center;
  min-width: 168px;
  min-height: 46px;
  margin-top: 4px;
  padding: 13px 20px;
  border-radius: 12px;
  color: inherit;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.feedback-section {
  position: relative;
  padding: 56px max(26px, calc((100vw - var(--lite-width)) / 2)) 68px;
  background: var(--lite-night);
}

.feedback-section h2 {
  margin-bottom: 44px;
  text-align: center;
}

.feedback-carousel {
  overflow: hidden;
}

.feedback-strip {
  display: flex;
  gap: 18px;
  align-items: start;
  transition: transform 0.35s ease;
  will-change: transform;
}

.feedback-card {
  display: flex;
  flex: 0 0 calc((100% - 54px) / 4);
  height: 340px;
  min-height: 340px;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.feedback-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
}

.feedback-card--text {
  padding: 18px;
  background: #fff;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

.feedback-card--text blockquote {
  margin: 0;
}

.feedback-card blockquote {
  margin: 0;
  padding: 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.feedback-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  border: 0;
  padding: 0;
  background: transparent;
  color: #1c9c47;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.feedback-arrow--left {
  left: 22px;
}

.feedback-arrow--right {
  right: 22px;
}

.feedback-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 34px;
}

.feedback-dots button {
  border: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lite-teal);
  cursor: pointer;
}

.feedback-dots .is-active {
  background: #ff7890;
}

.faq-section {
  padding: 52px 0 48px;
  background: var(--lite-night);
}

.faq-section h2 {
  margin-bottom: 28px;
  text-align: center;
}

.faq-list {
  width: min(100%, 1120px);
  margin-inline: auto;
  background: var(--lite-teal);
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: var(--lite-teal);
}

.faq-list summary {
  min-height: 46px;
  padding: 13px 38px;
  cursor: pointer;
  color: #071526;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.faq-list p {
  margin: 0;
  padding: 0 14px 14px;
  color: #071526;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
}

.faq-table-wrap {
  padding: 0 14px 18px;
  overflow-x: auto;
}

.faq-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.72);
  color: #071526;
  font-family: Arial, sans-serif;
}

.faq-table th,
.faq-table td {
  padding: 11px 13px;
  border: 1px solid rgba(7, 21, 38, 0.18);
  font-size: 0.98rem;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
}

.faq-table th {
  width: 34%;
  font-weight: 900;
}

.trust-section {
  padding: 0 0 24px;
  background: var(--lite-night);
}

.trust-section__inner {
  width: min(100% - 28px, 1120px);
  margin-inline: auto;
  padding: 28px 18px 34px;
  border-radius: 0 0 18px 18px;
  background:
    linear-gradient(165deg, transparent 82%, rgba(255, 255, 255, 0.24) 82.2%),
    linear-gradient(15deg, transparent 80%, rgba(255, 255, 255, 0.2) 80.2%),
    var(--lite-teal);
  color: #071526;
  text-align: center;
}

.trust-section__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.trust-badge {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #fff;
  color: #0d6a2f;
  font-size: 0.88rem;
  font-weight: 900;
}

.trust-section__badges img {
  width: min(230px, 100%);
  height: auto;
}

.trust-section__contact {
  margin-top: 24px;
  font-family: Arial, sans-serif;
}

.trust-section__contact p {
  margin: 8px 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
}

.trust-section__contact a {
  color: #071526;
  text-decoration: none;
}

.trust-section__legal {
  margin: 26px 0 0;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .product-marquee__message {
    font-size: 1.05rem;
  }

  .materials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feedback-strip {
    gap: 14px;
  }

  .feedback-card {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 620px) {
  .lite-home {
    padding-top: 32px;
    padding-bottom: 120px;
  }

  body.lite-home-document .elementor-location-footer,
  body.lite-home-document footer[data-elementor-type="footer"] {
    width: 100%;
    z-index: 9999;
  }

  .product-marquee {
    min-height: 100px;
  }

  .materials-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .feedback-card {
    flex-basis: 100%;
  }

  .offer-card__band h3 {
    white-space: normal;
  }

  .offer-card__image {
    min-height: var(--product-cover-frame-height-mobile);
    padding: 0;
  }

  .offer-card__image img {
    width: 100%;
    height: var(--product-cover-max-height-mobile);
    max-height: var(--product-cover-max-height-mobile);
    max-width: var(--product-cover-max-width-mobile);
    margin-inline: auto;
  }

  .offer-card__body {
    padding: 16px 22px 24px;
  }

  .trust-section {
    padding-bottom: 8px;
  }

  .trust-section__inner {
    width: 100%;
    padding: 24px 16px 28px;
    border-radius: 0;
  }

  .trust-section__contact p,
  .trust-section__legal {
    font-size: 1.05rem;
  }

  .feedback-arrow {
    display: none;
  }
}
