* {
  margin: 0;
  padding: 0;
}

.product-header {
  --badge-size: 8rem;
  --banner-height: 250px;

  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: sans-serif;
  container-type: inline-size;
}

.product-header__banner {
  width: 100%;
  height: var(--banner-height);
  position: relative;
  display: flex;
  justify-content: center;
}

.product-header__banner figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-header__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-header__badge {
  position: absolute;
  bottom: calc(var(--badge-size) / -2);
  width: var(--badge-size);
  height: var(--badge-size);
  background-color: #ff9900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.product-header__badge-img {
  max-width: 90px;
  max-height: 90px;
  object-fit: contain;
}

.product-header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--badge-size) / 2 + 1.1rem) 0.3rem 1.1rem;
  text-align: center;
}

.product-header__brand {
  color: #ff9900;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.product-header__title {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  line-height: clamp(1.6rem, 4vw, 3.1rem);
  font-weight: 600;
  max-width: 50rem;
  text-wrap: pretty;
}

.product-header__subtitle {
  color: #8a8a8a;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 120%;
  margin-top: 1rem;
  max-width: 52rem;
  text-wrap: pretty;
}

@media (max-width: 768px) {
  .product-header {
    --banner-height: 180px;
  }
}

@media (max-width: 470px) {
  .product-header__subtitle {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    max-width: 95%;
    margin: 1.25rem auto 0;
  }
}



* {
  margin: 0;
  padding: 0;
}

.video-header,
.video-header * {
  box-sizing: border-box;
  margin: 0;
}

.video-header {
  --badge-size: 8rem;
  --banner-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: sans-serif;
  container-type: inline-size;
}

.video-header__banner {
  width: 100%;
  height: var(--banner-height);
  position: relative;
  display: flex;
  justify-content: center;
}

.video-header__banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.video-header__badge {
  position: absolute;
  bottom: calc(var(--badge-size) / -2);
  width: var(--badge-size);
  height: var(--badge-size);
  background-color: #ff9900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.video-header__badge-img {
  max-width: 90px;
  max-height: 90px;
  object-fit: contain;
}

.video-header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--badge-size) / 2 + 1.1rem) 0.3rem .8rem;
  text-align: center;
}

.video-header__brand {
  color: #ff9900;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.video-header__title {
  color: #000;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  line-height: clamp(1.6rem, 4vw, 3.1rem);
  font-weight: 600;
  max-width: 50rem;
  text-wrap: pretty;
}

.video-header__subtitle {
  color: #8a8a8a;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 120%;
  margin-top: 1rem;
  max-width: 52rem;
  text-wrap: pretty;
}

@media (prefers-contrast: more) {
  .video-header__subtitle {
    color: #000;
  }

  .video-header__brand {
    color: #3a2301;
  }
}

@media (max-width: 768px) {
  .video-header {
    --banner-height: 180px;
  }
}

@media (max-width: 470px) {
  .video-header__subtitle {

    font-size: clamp(0.9rem, 2vw, 1.5rem);
    font-weight: 550;
  }
}



.section-3 {
  --s2-color-brand: #4a4d52;
  --s2-color-ink: #202124;
  --s2-color-muted: #686c72;
  --s2-color-panel: rgba(255, 255, 255, 0.92);
  width: 100%;
  padding: 0 1rem 1rem;
  font-family: Roboto, Arial, sans-serif;
  color: var(--s2-color-ink);
  overflow-wrap: anywhere;
}

.section-3__frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #e5e7e9;
  box-shadow: 0 1rem 2.5rem rgba(74, 77, 82, 0.14);
}

.section-3__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
}

.section-3__picture {
  width: 100%;
  height: 100%;
  display: block;
}

.section-3__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section-3__callout {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(74, 77, 82, 0.20);
  border-radius: 1.5rem;
  background: var(--s2-color-panel);
  box-shadow: 0 1rem 2rem rgba(74, 77, 82, 0.12);
}

.section-3__title {
  color: var(--s2-color-brand);
  font-size: clamp(1.5rem, 4vw, 2.375rem);
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
  text-wrap: balance;
}

.section-3__text {
  color: var(--s2-color-muted);
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
  margin: 1rem 0 0;
  text-wrap: pretty;
}

@media (min-width: 576px) {
  .section-3 {
    padding: 0 1.5rem 1rem;
  }
}

@media (min-width: 760px) {
  .section-3 {
    padding: 0 2rem 1rem;
  }

  .section-3__callout {
    width: min(48%, 25rem);
    position: absolute;
    top: 50%;
    left: 45%;
    /* <-- ponto fixo: ajuste esse valor como quiser */
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .section-3 {
    padding: 0 2.5rem 1rem;
  }

  .section-3__callout {
    padding: 2rem;
    /* sem "left" aqui — mantém o mesmo ponto definido acima */
  }
}

@media (min-width: 1200px) {
  .section-3 {
    padding: 0 3rem 1rem;
  }
}

@media (min-width: 1400px) {
  .section-3 {
    padding: 0 3rem 1rem;
  }
}



.section-4-manual__container {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.section-4-manual__figura {
  margin: 0;
}

.section-4-manual__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

.section-4-manual__imagem {
  border-radius: 0.25rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.section-4-manual__legenda {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.25rem;
  text-align: center;
}

.section-4-manual__link:focus-visible {
  outline: 3px solid #ff9900;
  outline-offset: 4px;
  border-radius: 0.25rem;
}

@media (min-width: 820px) {

  .section-4-manual__container,
  .section-4-manual__figura,
  .section-4-manual__imagem {
    height: 250px;
  }
}



.section-8 {
  --s3-color-brand: #003da5;
  --s3-color-ink: #081844;
  --s3-color-muted: #5b6682;
  --s3-color-soft: #dfeaff;
  --s3-color-line: #dbe5f4;
  --s3-color-surface: #ffffff;
  width: 100%;
  position: relative;
  padding: 0 1rem 1.5rem;
  font-family: Roboto, Arial, sans-serif;
  color: var(--s3-color-ink);
  overflow-wrap: anywhere;
}

.section-8__control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.section-8__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(8, 24, 68, 0.08);
  border-radius: 1.5rem;
  background: var(--s3-color-surface);
  box-shadow: 0 1rem 2.5rem rgba(3, 33, 82, 0.1);
}

.section-8__tabs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section-8__tab {
  min-height: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--s3-color-line);
  border-radius: 999px;
  background: var(--s3-color-surface);
  color: var(--s3-color-brand);
  cursor: pointer;
  transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.section-8__tab-icon {
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-8__tab-icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.section-8__tab-text {
  color: currentColor;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.section-8__viewport {
  width: 100%;
  display: grid;
  align-items: center;
  overflow: hidden;
  order: -2;
  border-radius: 1.5rem;
  background: var(--s3-color-brand);
}

.section-8__panel {
  width: 100%;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  opacity: 0;
  pointer-events: none;
  transform: translateX(1rem);
  transition: opacity 320ms ease, transform 320ms ease;
}

.section-8__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
}

.section-8__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section-8__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #0849ba 0%, var(--s3-color-brand) 100%);
}

.section-8__title {
  color: var(--s3-color-surface);
  font-size: clamp(1.75rem, 4.2vw, 2.625rem);
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
  text-wrap: balance;
}

.section-8__rule {
  width: 4rem;
  height: 0.125rem;
  margin: 1.5rem 0;
  border-radius: 999px;
  background: var(--s3-color-soft);
}

.section-8__copy {
  color: var(--s3-color-soft);
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  text-wrap: pretty;
}

.section-8__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  gap: 1rem;
  margin: 0.5rem 0 0;
}

.section-8__dot {
  width: 1rem;
  height: 1rem;
  position: relative;
  border: 1px solid var(--s3-color-brand);
  border-radius: 50%;
  background: var(--s3-color-surface);
  transition: background-color 240ms ease, transform 240ms ease;
}

.section-8:has(.section-8__control--protection:checked) .section-8__tab--protection,
.section-8:has(.section-8__control--care:checked) .section-8__tab--care,
.section-8:has(.section-8__control--fragrance:checked) .section-8__tab--fragrance,
.section-8:has(.section-8__control--application:checked) .section-8__tab--application {
  border-color: var(--s3-color-brand);
  background: var(--s3-color-brand);
  color: var(--s3-color-surface);
  transform: translateY(-0.5rem);
}

.section-8__tab:has(.section-8__control:focus-visible) {
  outline: 0.125rem solid var(--s3-color-brand);
  outline-offset: 0.25rem;
}

.section-8:has(.section-8__control--protection:checked) .section-8__panel--protection,
.section-8:has(.section-8__control--care:checked) .section-8__panel--care,
.section-8:has(.section-8__control--fragrance:checked) .section-8__panel--fragrance,
.section-8:has(.section-8__control--application:checked) .section-8__panel--application {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 1;
}

.section-8:has(.section-8__control--protection:checked) .section-8__dot--protection,
.section-8:has(.section-8__control--care:checked) .section-8__dot--care,
.section-8:has(.section-8__control--fragrance:checked) .section-8__dot--fragrance,
.section-8:has(.section-8__control--application:checked) .section-8__dot--application {
  background: var(--s3-color-brand);
  transform: scale(1.25);
}

@media (min-width: 576px) {
  .section-8 {
    padding: 0 1.5rem 1.5rem;
  }

  .section-8__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .section-8 {
    padding: 0 2rem 1.5rem;
  }

  .section-8__inner {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .section-8__panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .section-8__panel--care,
  .section-8__panel--application {
    direction: rtl;
  }

  .section-8__panel--care .section-8__media,
  .section-8__panel--care .section-8__content,
  .section-8__panel--application .section-8__media,
  .section-8__panel--application .section-8__content {
    direction: ltr;
  }

  .section-8__media {
    height: 100%;
    aspect-ratio: auto;
  }

  .section-8__content {
    min-height: 24rem;
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .section-8 {
    padding: 0 2.5rem 1.5rem;
  }

  .section-8__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .section-8 {
    padding: 0 3rem 1.5rem;
  }
}

@media (min-width: 1400px) {
  .section-8 {
    padding: 0 3rem 1.5rem;
  }
}



:root {
  --fall-duration: 5s;
  --fall-delay-range: 4s;
}

.section-7__wrapper {
  width: 100%;
  margin-inline: auto;
}

.section-7__banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: -1px;
}

.section-7__banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.section-7__grouptext-overlay {
  position: absolute;
  max-width: 40%;
  width: 90%;
  line-height: 1.5;
  text-align: center;
  font-family: sans-serif
}

.section-7__grouptext-overlay.top {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.section-7__grouptext-overlay.bottom {
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
}

.section-7__grouptext-overlay.left {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  max-width: 41%;
}

.section-7__grouptext-overlay.right {
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  max-width: 42%;
}

.section-7__grouptext-overlay h2 {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 1.5px;
  line-height: 120%;
}

.section-7__grouptext-overlay p {
  font-size: 1.1vw;
  margin: 0;
  line-height: 120%;
}

@media (max-width: 960px) {
  .section-7__grouptext-overlay h2 {
    font-size: 2.1vw;
  }

  .section-7__grouptext-overlay p {
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {
  .section-7__grouptext-overlay h2 {
    font-size: 2.5vw;
  }

  .section-7__grouptext-overlay p {
    font-size: 1.8vw;
  }
}

@media (max-width: 500px) {
  .section-7__grouptext-overlay h2 {
    font-size: 3vw;
  }

  .section-7__grouptext-overlay p {
    font-size: 2.3vw;
  }
}

@media (max-width: 480px) {
  .section-7__grouptext-overlay h2 {
    font-size: 3vw;
  }

  .section-7__grouptext-overlay p {
    font-size: 2.3vw;
  }
}

@media (max-width: 1060px) {
  .section-7__grouptext-overlay.top {
    top: 3%;
  }
}

@media (max-width: 960px) {
  .section-7__grouptext-overlay.top {
    top: 3%;
  }
}

@media (max-width: 768px) {
  .section-7__grouptext-overlay.top {
    top: 3%;
  }
}

@media (max-width: 500px) {
  .section-7__grouptext-overlay.top {
    top: 3%;
  }
}

@media (max-width: 480px) {
  .section-7__grouptext-overlay.top {
    top: 3%;
  }
}

@media (max-width: 1060px) {
  .section-7__grouptext-overlay.bottom {
    top: 81%;
  }
}

@media (max-width: 960px) {
  .section-7__grouptext-overlay.bottom {
    top: 79%
  }
}

@media (max-width: 480px) {
  .section-7__grouptext-overlay.bottom {
    top: 81%
  }
}

@media (max-width: 768px) {
  .section-7__grouptext-overlay.bottom {
    top: 76%;
  }
}

@media (max-width: 500px) {
  .section-7__grouptext-overlay.bottom {
    top: 67%;
  }
}

@media (max-width: 480px) {

  .section-7__grouptext-overlay.right {
    top: 50%;
    left: 73%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 480px) {

  .section-7__grouptext-overlay.left {
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
  }
}

.section-7__falling-item {
  position: absolute;
  top: -100px;
  width: 8vw;
  height: 8vw;
  opacity: 0;
  z-index: 10;
  transform-origin: center;
  animation: fall var(--fall-duration) infinite linear;
  pointer-events: none;
  user-select: none;
}

.section-7__falling-item:nth-child(1) {
  left: 10%;
  --start-rot: -30deg;
  --end-rot: 360deg;
  animation-delay: calc(var(--fall-delay-range) * var(--d1, 0.1));
}

.section-7__falling-item:nth-child(2) {
  left: 30%;
  --start-rot: 20deg;
  --end-rot: 360deg;
  animation-delay: calc(var(--fall-delay-range) * var(--d2, 0.7));
}

.section-7__falling-item:nth-child(3) {
  left: 50%;
  --start-rot: -45deg;
  --end-rot: 360deg;
  animation-delay: calc(var(--fall-delay-range) * var(--d3, 0.3));
}

.section-7__falling-item:nth-child(4) {
  left: 70%;
  --start-rot: 15deg;
  --end-rot: 360deg;
  animation-delay: calc(var(--fall-delay-range) * var(--d4, 0.5));
}

.section-7__falling-item:nth-child(5) {
  left: 90%;
  --start-rot: 45deg;
  --end-rot: 360deg;
  animation-delay: calc(var(--fall-delay-range) * var(--d5, 0.2));
}

@keyframes fall {
  0% {
    transform: translateY(-100px) rotate(var(--start-rot));
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(110vh) rotate(var(--end-rot));
    opacity: 0;
  }
}



/* ===== HERO SECTION — VARIÁVEIS ===== */
.section-6 {
  --pos-y: 50%;
  --pos-x: 7%;
  --color-title: #ffe178;
  --bg-box: rgba(0, 0, 0, 0.33);

  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* ===== IMAGEM ===== */
.section-6__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* ===== CONTEÚDO SOBREPOSTO ===== */
.section-6__content {
  position: absolute;
  top: var(--pos-y);
  left: clamp(1%, var(--pos-x), 100%);
  transform: translateY(-50%);
  max-width: min(40%, 480px);
  z-index: 10;
  background-color: var(--bg-box);
  padding: clamp(12px, 2vw, 20px);
  border-radius: 15px;
  backdrop-filter: blur(4px);
}

.section-6__title {
  font-size: clamp(1.4rem, 3.5vw, 2.6rem);
  color: var(--color-title);
  margin: 0 0 10px;
  line-height: 1.2;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-weight: 800;
}

.section-6__description {
  font-size: clamp(0.95rem, 2vw, 1.4rem);
  color: #fff;
  margin: 0 0 24px;
  line-height: 1.5;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
}

/* ===== MOBILE ===== */
@media (max-width: 760px) {
  .section-6__ {
    border-radius: 0;
  }

  .section-6__content {
    position: static;
    transform: none;
    max-width: 100%;
    padding: 24px 20px 16px 20px;
    background: transparent;
    backdrop-filter: none;
    text-align: center;
  }

  .section-6__title {
    font-size: 1.8rem;
    color: #333;
    text-shadow: none;
  }

  .section-6__description {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #555;
    text-shadow: none;
  }

  .section-6__image {
    width: 95%;
    margin: auto;
    height: auto;
    display: block;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .section-6__title {
    font-size: 1.5rem;
  }

  .section-6__description {
    font-size: 1rem;
  }
}



.section-5-manual__container {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.section-5-manual__figura {
  margin: 0;
}

.section-5-manual__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

.section-5-manual__imagem {
  border-radius: 0.25rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.section-5-manual__legenda {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.25rem;
  text-align: center;
}

.section-5-manual__link:focus-visible {
  outline: 3px solid #ff9900;
  outline-offset: 4px;
  border-radius: 0.25rem;
}

@media (min-width: 820px) {

  .section-5-manual__container,
  .section-5-manual__figura,
  .section-5-manual__imagem {
    height: 250px;
  }
}



.section-12-container {
  padding-top: 1rem;
  padding-bottom: 0;
  border-radius: 12px;
}

.section-12 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.section-12__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-12__image-after {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.section-12__image-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 50% 0 0);
  animation: s12-reveal 4s ease-in-out infinite alternate;
  border-radius: 12px;
}

.section-12__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: #fff;
  transform: translateX(-50%);
  animation: s12-line 4s ease-in-out infinite alternate;
}

.section-12__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  animation: s12-line 4s ease-in-out infinite alternate;
}

.section-12__handle-arrows {
  display: flex;
  align-items: center;
  gap: 2px;
}

.section-12__arrow--left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #333;
}

.section-12__arrow--right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #333;
}

@keyframes s12-reveal {
  0% {
    clip-path: inset(0 90% 0 0);
  }

  100% {
    clip-path: inset(0 10% 0 0);
  }
}

@keyframes s12-line {
  0% {
    left: 10%;
  }

  100% {
    left: 90%;
  }
}

/* Variação: sem handle */
.section-12--minimal .section-12__handle {
  display: none;
}

@media (min-width: 768px) {
  .section-12 {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .section-12 {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .section-12 {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .section-12 {
    max-width: unset;
  }
}



.section-11-container {
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .section-11-container {
    max-width: 576px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .section-11-container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .section-11-container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .section-11-container {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .section-11-container {
    max-width: 1536px;
  }
}

.section-11__header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-11__title {
  font-size: 32px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.25;
}

.section-11__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section-11__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .section-11__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.section-11__item {
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  transition: border-color 0.2s;
}

.section-11__item:hover {
  border-color: rgba(0, 0, 0, 0.22);
}

.section-11__figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}

.section-11__image {
  width: 4.6rem;
  height: auto;
  display: block;
}

.section-11__name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.section-11__value {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}



.section-10-container {
  padding-top: 28px;
  padding-bottom: 36px;
}

.section-10 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 28px 16px 34px;
  background: #ffffff;
  font-family: sans-serif;
  color: #6e0c2a;
  animation: rich-fade-up 0.82s ease both;
}

.section-10__title {
  margin: 0 auto 22px;
  color: #3e0717;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.section-10__control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.section-10__viewport {
  width: 100%;
  overflow: hidden;
}

.section-10__track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.35s ease;
}

.section-10__item {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 10px;
}

#section-10-slide-1:checked~.section-10__viewport .section-10__track {
  transform: translateX(0);
}

#section-10-slide-2:checked~.section-10__viewport .section-10__track {
  transform: translateX(-100%);
}

#section-10-slide-3:checked~.section-10__viewport .section-10__track {
  transform: translateX(-200%);
}

#section-10-slide-4:checked~.section-10__viewport .section-10__track {
  transform: translateX(-300%);
}

.section-10__card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 14px;
  text-align: center;
  transition: transform 0.35s ease;
}

.section-10__media {
  width: 148px;
  height: 148px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid #eadbe1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(62, 7, 23, 0.08);
  transition: transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.section-10__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.section-10__card-title {
  margin: 0 0 10px;
  color: #6e0c2a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.section-10__card-text {
  margin: 0 auto;
  color: #6e0c2a;
  font-size: 0.86rem;
  line-height: 1.55;
}

.section-10__controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 8px 0 0;
  padding-bottom: 22px;
}

.section-10__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #eadbe1;
  border-radius: 999px;
  background: #ffffff;
  color: #6e0c2a;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.section-10__button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ff9900;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 5px 6px rgba(62, 7, 23, 0.22));
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.section-10__button:hover {
  transform: translateY(-2px);
  border-color: #792d41;
  box-shadow: 0 10px 20px rgba(62, 7, 23, 0.12);
}

#section-10-slide-1:checked~.section-10__controls .section-10__button--1,
#section-10-slide-2:checked~.section-10__controls .section-10__button--2,
#section-10-slide-3:checked~.section-10__controls .section-10__button--3,
#section-10-slide-4:checked~.section-10__controls .section-10__button--4 {
  border-color: #792d41;
  background: #6e0c2a;
  color: #ffffff;
}

#section-10-slide-1:checked~.section-10__controls .section-10__button--1::after,
#section-10-slide-2:checked~.section-10__controls .section-10__button--2::after,
#section-10-slide-3:checked~.section-10__controls .section-10__button--3::after,
#section-10-slide-4:checked~.section-10__controls .section-10__button--4::after {
  opacity: 1;
  animation: section-10-arrow-bounce 0.82s ease-in-out infinite;
}

@keyframes section-10-arrow-bounce {

  0%,
  100% {
    transform: translate(-50%, 6px);
  }

  50% {
    transform: translate(-50%, -1px);
  }
}

@media (min-width: 576px) {
  .section-10 {
    padding: 34px 30px 42px;
  }

  .section-10__title {
    max-width: 576px;
    font-size: 1.85rem;
  }

  .section-10__media {
    width: 164px;
    height: 164px;
  }
}

@media (min-width: 768px) {
  .section-10 {
    padding: 38px 28px 46px;
  }

  .section-10__title {
    max-width: 768px;
    margin-bottom: 28px;
  }

  .section-10__item {
    flex-basis: 50%;
    padding: 0 12px;
  }

  #section-10-slide-1:checked~.section-10__viewport .section-10__track {
    transform: translateX(0);
  }

  #section-10-slide-2:checked~.section-10__viewport .section-10__track {
    transform: translateX(-50%);
  }

  #section-10-slide-3:checked~.section-10__viewport .section-10__track,
  #section-10-slide-4:checked~.section-10__viewport .section-10__track {
    transform: translateX(-100%);
  }

  .section-10__button--4 {
    display: none;
  }
}

@media (min-width: 992px) {
  .section-10 {
    padding: 42px 105px 52px;
  }

  .section-10__title {
    max-width: 992px;
    font-size: 2.15rem;
  }
}

@media (min-width: 1200px) {
  .section-10 {
    padding: 46px 34px 58px;
  }

  .section-10__viewport {
    overflow: visible;
  }

  .section-10__item {
    flex-basis: 25%;
    padding: 0 14px;
  }

  #section-10-slide-1:checked~.section-10__viewport .section-10__track,
  #section-10-slide-2:checked~.section-10__viewport .section-10__track,
  #section-10-slide-3:checked~.section-10__viewport .section-10__track,
  #section-10-slide-4:checked~.section-10__viewport .section-10__track {
    transform: none;
  }

  .section-10__controls {
    display: none;
  }
}



/* ── CONTAINER UNIVERSAL ─────────────────────────── */
.section-13-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .section-13-container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .section-13-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* ── SECTION BASE ────────────────────────────────── */
.section-13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* ── PHONE WRAPPER ───────────────────────────────── */
.section-13__phone-wrap {
  position: relative;
  width: 220px;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .section-13__phone-wrap {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .section-13__phone-wrap {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .section-13__phone-wrap {
    width: 340px;
  }
}

/* ── PHONE FRAME ─────────────────────────────────── */
.section-13__phone {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  background: #0d0d0d;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #2a2a2a, 0 0 0 4px #111, 0 0 0 6px #3a3a3a, 0 0 15px 1px rgb(0 0 0 / 29%), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

/* Brilho lateral esquerdo */
.section-13__phone::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 40%);
  border-radius: inherit;
  z-index: 3;
  pointer-events: none;
}

/* ── NOTCH / DYNAMIC ISLAND ──────────────────────── */
.section-13__notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 22px;
  background: #0d0d0d;
  border-radius: 20px;
  z-index: 4;
}

/* ── SCREEN ──────────────────────────────────────── */
.section-13__screen {
  position: absolute;
  inset: 0;
  border-radius: 38px;
  overflow: hidden;
  z-index: 2;
}

/* ── VIDEO ───────────────────────────────────────── */
.section-13__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── GLOW AMBIENTAL ──────────────────────────────── */
.section-13__glow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 60px;
  background: radial-gradient(ellipse at center, rgba(80, 140, 255, 0.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(8px);
}

/* ── CAPTION ─────────────────────────────────────── */
.section-13__caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 1.1rem;
}

.section-13__caption-title {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.02em;
}

.section-13__caption-desc {
  font-family: sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  max-width: 280px;
}

@media (min-width: 768px) {
  .section-13__caption-title {
    font-size: 15px;
  }

  .section-13__caption-desc {
    font-size: 14px;
    max-width: 320px;
  }
}



/* ── CONTAINER UNIVERSAL ── */
.section-14-container {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .section-14-container {
    max-width: 768px;
    margin-inline: auto;
  }
}

@media (min-width: 992px) {
  .section-14-container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .section-14-container {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .section-14-container {
    max-width: 1536px;
  }
}

/* ── HEADER ── */
.section-14__header {
  text-align: center;
  margin-bottom: 40px;
  padding-inline: 16px;
}

.section-14__title {
  font-size: 2rem;
  font-weight: 900;
  color: #111;
  margin: 0 0 16px;
  line-height: 1.1;
}

.section-14__description {
  font-size: 0.9375rem;
  color: #555;
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.6;
}

/* ── BODY: mobile — coluna única ── */
.section-14__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-inline: 16px;
}

/* ── FEATURE BLOCK ── */
.section-14__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 16px;
}

.section-14__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 10px;
  background: #ff9100;
  flex-shrink: 0;
}

.section-14__feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
}

.section-14__feature-text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* ── IMAGEM CENTRAL ── */
.section-14__image-wrap {
  width: 100%;
}

.section-14__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;

}

/* ── COLUNA DE FEATURES ── */
.section-14__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ─────────────────────────────────────────────────
      @media 768px — imagem central com features
      sobrepostas nas bordas (layout imagem 2)
  ───────────────────────────────────────────────── */
@media (min-width: 768px) {
  .section-14__body {
    position: relative;
    flex-direction: row;
    align-items: stretch;
    padding-inline: 0;
  }

  .section-14__column {
    width: auto;
    flex: 0 0 220px;
    justify-content: space-around;
    z-index: 2;
  }

  .section-14__column--left {
    align-items: flex-start;
  }

  .section-14__column--right {
    align-items: flex-end;
  }

  .section-14__image-wrap {
    flex: 1;
    min-width: 0;
    position: relative;
  }

  .section-14__image {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
  }

  .section-14__feature {
    align-items: flex-start;
    text-align: left;
    padding: 12px 16px;
  }

  .section-14__column--right .section-14__feature {
    align-items: flex-end;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .section-14__image {
    object-fit: cover;
    width: 84%;
    aspect-ratio: 9 / 6;
    margin: auto;
    border-radius: 20px;
  }
}

@media (min-width: 992px) {
  .section-14__image {
    object-fit: cover;
    width: 88%;
    margin: auto;
  }
}

/* ─────────────────────────────────────────────────
      @media 1200px — 3 colunas separadas (layout imagem 3):
      col-esq | imagem | col-dir, sem sobreposição
  ───────────────────────────────────────────────── */
@media (min-width: 1200px) {
  .section-14__body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 48px;
  }

  .section-14__column {
    width: 90%;
    margin: auto;
    gap: 58px;
    justify-content: flex-start;
  }

  .section-14__column--left {
    align-items: flex-start;
  }

  .section-14__column--right {
    align-items: flex-end;
  }

  .section-14__image-wrap {
    flex: unset;
    width: 420px;
  }

  .section-14__image {
    height: auto;
    border-radius: 4px;
    border-radius: 18px;
  }

  .section-14__feature {
    padding: 0;
  }
}



.section-15-container,
.section-15-container * {
  box-sizing: border-box;
}

.section-15-container {
  width: 100%;
  padding: 1.5rem;
  background-color: #f16425;
}

.section-15 {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.section-15__image-wrapper {
  width: 100%;
  flex-shrink: 0;
}

.section-15__image {
  display: block;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.section-15__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.section-15__title {
  margin: 0 0 1rem;
  color: #f3f3f3;
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.section-15__desc {
  margin: 0 0 1.5rem;
  color: #f3f3f3;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
}

.section-15__feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-15__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.section-15__feature-item-icon {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}

.section-15__feature-item-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.section-15__feature-item-title {
  margin: 0;
  color: #f5f5f5;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.section-15__feature-item-text {
  margin: 0;
  color: #f5f5f5;
  font-size: 0.8125rem;
  line-height: 1.55;
}

@media (min-width: 480px) {
  .section-15-container {
    padding: 1.75rem;
  }

  .section-15__feature-item-title {
    font-size: 1.1rem;
  }
}

@media (min-width: 760px) {
  .section-15-container {
    padding: 2rem;
  }

  .section-15 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .section-15--reverse {
    flex-direction: row-reverse;
  }

  .section-15__image-wrapper {
    flex: 0 1 48%;
    max-width: 48%;
  }

  .section-15__image {
    width: 100%;
    max-width: none;
    max-height: 460px;
    border-radius: 20px;
    aspect-ratio: 4 / 3;
  }

  .section-15__content {
    flex: 1 1 0;
  }

  .section-15__feature-list--icon-right .section-15__feature-item {
    flex-direction: row-reverse;
  }

  .section-15__feature-list--icon-right .section-15__feature-item-body {
    align-items: flex-end;
  }

  .section-15__feature-list--icon-right .section-15__feature-item-title,
  .section-15__feature-list--icon-right .section-15__feature-item-text {
    text-align: right;
  }

  .section-15__feature-item-icon {
    width: 48px;
    height: 48px;
  }

  .section-15__feature-item-title {
    font-size: 1.2rem;
  }

  .section-15__feature-item-text {
    font-size: 0.875rem;
  }
}

@media (min-width: 1060px) {
  .section-15 {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .section-15__image-wrapper {
    flex-basis: 50%;
    max-width: 50%;
  }

  .section-15__feature-item-title {
    font-size: 1.3rem;
  }

  .section-15__feature-item-text {
    font-size: 0.9rem;
  }
}

/* Entrada inicial */
.section-15__content,
.section-15__image-wrapper {
  animation: section-15-fade-up 0.8s ease both;
}

.section-15__image-wrapper {
  animation-delay: 0.15s;
}

@keyframes section-15-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Imagem interativa */
.section-15__image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.section-15__image {
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.section-15__image-wrapper:hover .section-15__image {
  transform: scale(1.04);
  filter: brightness(1.05);
}

/* Cards dos benefícios */
.section-15__feature-item {
  position: relative;
  padding: 0.8rem;
  border: 1px solid transparent;
  border-radius: 12px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section-15__feature-item:hover,
.section-15__feature-item:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 28px rgba(60, 20, 4, 0.18);
  transform: translateX(8px);
  outline: none;
}

/* Animação dos ícones */
.section-15__feature-item-icon {
  transition:
    transform 0.35s ease,
    background-color 0.35s ease;
}

.section-15__feature-item:hover .section-15__feature-item-icon,
.section-15__feature-item:focus-visible .section-15__feature-item-icon {
  transform: scale(1.12) rotate(-4deg);
}

/* Destaque dos títulos */
.section-15__feature-item-title {
  transition: transform 0.3s ease;
}

.section-15__feature-item:hover .section-15__feature-item-title,
.section-15__feature-item:focus-visible .section-15__feature-item-title {
  transform: translateX(4px);
}

/* Entrada progressiva dos itens */
.section-15__feature-item {
  animation: section-15-item-in 0.65s ease both;
}

.section-15__feature-item:nth-child(1) {
  animation-delay: 0.15s;
}

.section-15__feature-item:nth-child(2) {
  animation-delay: 0.25s;
}

.section-15__feature-item:nth-child(3) {
  animation-delay: 0.35s;
}

.section-15__feature-item:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes section-15-item-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animação ao aparecer durante o scroll */
@supports (animation-timeline: view()) {
  .section-15 {
    animation: section-15-scroll-reveal linear both;
    animation-timeline: view();
    animation-range: entry 10% cover 35%;
  }

  @keyframes section-15-scroll-reveal {
    from {
      opacity: 0;
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* Mobile */
@media (max-width: 759px) {

  .section-15__feature-item:hover,
  .section-15__feature-item:focus-visible {
    transform: translateY(-4px);
  }
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce) {

  .section-15,
  .section-15__content,
  .section-15__image-wrapper,
  .section-15__image,
  .section-15__feature-item,
  .section-15__feature-item-icon,
  .section-15__feature-item-title {
    animation: none;
    transition: none;
  }
}

@media(min-width: 760px) {
  .is-reverse {
    flex-direction: row-reverse;
  }
}




.section-ingredients {
  width: 100%;
  background-color: #fff8f0;
  padding: 2rem 1.5rem;
}

.section-ingredients__inner {
  max-width: 768px;
  margin: 0 auto;
}

.section-ingredients__title {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

.section-ingredients__text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.25rem;
}

.section-ingredients__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fffbee;
  border: 1px solid #f5c542;
  border-radius: 10px;
  padding: 0.9rem 1rem;
}

.section-ingredients__alert-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1.4;
}

.section-ingredients__alert-text {
  font-size: 0.85rem;
  color: #7a5a00;
  line-height: 1.55;
}

.section-ingredients__alert-text strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

@media (min-width: 768px) {
  .section-ingredients {
    padding: 2.5rem 2rem;
  }
}



.section-21 {
  max-width: 1200px;
  margin: 40px auto;
  padding: 60px 20px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  font-family: sans-serif;
}

.section-21__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.section-21__header {
  margin-bottom: 50px;
  text-align: center;
}

.section-21__header h2 {
  margin: 0 0 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-21__header p {
  max-width: 600px;
  margin: 0 auto;
  color: #8a8a8a;
}

.section-21__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 30px;
  align-items: center;
}

.section-21__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-21__image-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section-21__circle-frame {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 780 / 740;
  overflow: hidden;
  background: #eee;
  border: 5px solid #f2540d;
  border-radius: 50%;
}

.section-21__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.section-21__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-21__card {
  position: relative;
  display: block;
  padding: 25px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 20px;
  cursor: pointer;
  transition:
    background-color 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-21__card h2 {
  margin: 0 0 10px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 550;
  line-height: 1.3;
}

.section-21__card p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.section-21__card:hover {
  background-color: #fffcfa;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

.section-21__sr-only:focus-visible+.section-21__card {
  outline: 3px solid #f2540d;
  outline-offset: 5px;
}

#section-21-feat1:checked~.section-21__grid .section-21__image--1,
#section-21-feat2:checked~.section-21__grid .section-21__image--2,
#section-21-feat3:checked~.section-21__grid .section-21__image--3 {
  z-index: 2;
  opacity: 1;
}

#section-21-feat1:checked~.section-21__grid label[for="section-21-feat1"],
#section-21-feat2:checked~.section-21__grid label[for="section-21-feat2"],
#section-21-feat3:checked~.section-21__grid label[for="section-21-feat3"] {
  background-color: #fffcfa;
  border-color: #f2540d;
}

@media (max-width: 1060px) {
  .section-21__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-21__image-display {
    grid-row: 1;
  }

  .section-21__circle-frame {
    max-width: 320px;
  }

  .section-21__column {
    order: 2;
  }
}



.section-20 {
  padding: 1.5rem;
  box-sizing: border-box;
  font-family: sans-serif;
}

.section-20__intro {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}

.section-20__title {
  color: #222;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.section-20__text {
  color: #222;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.section-20__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.section-20__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.9rem;
  box-sizing: border-box;
  border: 1px solid rgba(245, 197, 66, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.section-20__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5c542;
  color: #1f2422;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.section-20__label {
  color: #222;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

@media (min-width: 576px) {
  .section-20 {
    padding: 1.75rem;
  }

  .section-20__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .section-20 {
    padding: 2rem;
  }

  .section-20__intro {
    max-width: 720px;
    margin: auto;
    margin-bottom: 1.5rem;
  }

  .section-20__title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .section-20 {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 2rem;
  }

  .section-20__intro {
    margin-bottom: 0;
  }

  .section-20__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .section-20 {
    padding: 2.25rem;
  }

  .section-20__grid {
    gap: 0.9rem;
  }
}

@media (min-width: 1400px) {
  .section-20 {
    padding: 2.75rem 5rem;
  }
}



/* ── Tokens do section-19 ── */
.section-19 {
  font-family: system-ui, sans-serif;
  width: 100%;
  background: #f3f5f7;
  overflow: hidden;
  border-top: 1px solid #e2e6ea;
  border-bottom: 1px solid #e2e6ea;
}

/* ── Inputs ocultos ── */
.section-19__radio {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/* ── Wrap ── */
.section-19__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 34px 0 34px;
  overflow: hidden;
}

/* ── Header ── */
.section-19__header {
  padding: 0 28px;
}

.section-19__title {
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 1.8rem);
  color: #1d2430;
  text-align: center;
  line-height: 1.25;
}

/* ── Track ── */
.section-19__track {
  display: flex;
  gap: 67px;
  padding-left: calc((100% - 310px) / 2);
  padding-right: calc((100% - 310px) / 2);
  transition: transform .44s cubic-bezier(.4, 0, .2, 1);
  transform: translateX(0);
  overflow: visible;
}

/* ── Card ── */
.section-19__card {
  flex: 0 0 310px;
  width: 310px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dde2e8;
  box-shadow: 0 12px 30px rgba(28, 35, 52, .08);
  text-align: left;
  transform: scale(0.85);
  opacity: .38;
  transition: transform .44s cubic-bezier(.4, 0, .2, 1), opacity .44s ease, box-shadow .44s ease;
}

.section-19__card-img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-bottom: 3px solid #ef8f22;
}

.section-19__card-body {
  padding: 16px 16px 18px;
}

.section-19__card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #2f2f82;
}

.section-19__card-desc {
  font-size: 0.92rem;
  color: #586070;
  line-height: 1.55;
  font-weight: 400;
  margin: 0;
}

/* ── Estado ativo — Mobile: 1 card ── */
#s19-1:checked~.section-19 .section-19__card:nth-child(1),
#s19-2:checked~.section-19 .section-19__card:nth-child(2),
#s19-3:checked~.section-19 .section-19__card:nth-child(3) {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 18px 40px rgba(28, 35, 52, .12);
}

#s19-1:checked~.section-19 .section-19__track {
  transform: translateX(calc(0 * (310px + 67px) * -1));
}

#s19-2:checked~.section-19 .section-19__track {
  transform: translateX(calc(1 * (310px + 67px) * -1));
}

#s19-3:checked~.section-19 .section-19__track {
  transform: translateX(calc(2 * (310px + 67px) * -1));
}

/* ── Tablet ≥ 768px — 2 cards visíveis ── */
@media (min-width: 768px) {
  .section-19__track {
    gap: 24px;
    padding-left: calc((100% - 2 * 230px - 24px) / 2);
    padding-right: calc((100% - 2 * 230px - 24px) / 2);
  }

  .section-19__card {
    flex: 0 0 230px;
    width: 230px;
  }

  #s19-1:checked~.section-19 .section-19__card:nth-child(1),
  #s19-1:checked~.section-19 .section-19__card:nth-child(2),
  #s19-2:checked~.section-19 .section-19__card:nth-child(2),
  #s19-2:checked~.section-19 .section-19__card:nth-child(3),
  #s19-3:checked~.section-19 .section-19__card:nth-child(2),
  #s19-3:checked~.section-19 .section-19__card:nth-child(3) {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 18px 40px rgba(28, 35, 52, .12);
  }

  #s19-1:checked~.section-19 .section-19__track {
    transform: translateX(0);
  }

  #s19-2:checked~.section-19 .section-19__track {
    transform: translateX(calc(1 * (230px + 24px) * -1));
  }

  #s19-3:checked~.section-19 .section-19__track {
    transform: translateX(calc(1 * (230px + 24px) * -1));
  }
}

/* ── Desktop ≥ 992px — 3 cards visíveis ── */
@media (min-width: 992px) {
  .section-19__track {
    gap: 20px;
    padding-left: calc((100% - 3 * 280px - 2 * 20px) / 2);
    padding-right: calc((100% - 3 * 280px - 2 * 20px) / 2);
  }

  .section-19__card {
    flex: 0 0 280px;
    width: 280px;
    transform: scale(0.83);
  }

  #s19-1:checked~.section-19 .section-19__card:nth-child(1),
  #s19-1:checked~.section-19 .section-19__card:nth-child(2),
  #s19-1:checked~.section-19 .section-19__card:nth-child(3),
  #s19-2:checked~.section-19 .section-19__card:nth-child(1),
  #s19-2:checked~.section-19 .section-19__card:nth-child(2),
  #s19-2:checked~.section-19 .section-19__card:nth-child(3),
  #s19-3:checked~.section-19 .section-19__card:nth-child(1),
  #s19-3:checked~.section-19 .section-19__card:nth-child(2),
  #s19-3:checked~.section-19 .section-19__card:nth-child(3) {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 18px 40px rgba(28, 35, 52, .12);
  }

  #s19-1:checked~.section-19 .section-19__track,
  #s19-2:checked~.section-19 .section-19__track,
  #s19-3:checked~.section-19 .section-19__track {
    transform: translateX(0);
  }
}

/* ── Navegação ── */
.section-19__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
}

.section-19__dots {
  display: flex;
  gap: 7px;
  align-items: center;
}

.section-19__dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f2f82;
  opacity: .35;
  cursor: pointer;
  transition: opacity .25s, width .3s, background .25s, border-radius .3s;
}

#s19-1:checked~.section-19 .section-19__dot[for="s19-1"],
#s19-2:checked~.section-19 .section-19__dot[for="s19-2"],
#s19-3:checked~.section-19 .section-19__dot[for="s19-3"] {
  opacity: 1;
  background: #ef8f22;
  width: 20px;
  border-radius: 100px;
}

/* ── Botões prev/next ── */
.section-19__btn-slot {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.section-19__btn-slot label {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2f2f82;
  border: 1px solid rgba(47, 47, 130, .1);
  color: #fefefe;
  font-size: 17px;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .15s;
  user-select: none;
}

.section-19__btn-slot label:hover {
  background: #ef8f22;
  border-color: #ef8f22;
  transform: scale(1.1);
}

.section-19__btn-slot label:active {
  transform: scale(.93);
}

.section-19__btn-disabled {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f2f82;
  border: 1px solid rgba(47, 47, 130, .1);
  opacity: .2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #f2f2f2;
  pointer-events: none;
}

/* Padrão: disabled visível, labels ocultos */
.section-19__btn-slot label {
  display: none;
}

.section-19__btn-disabled {
  display: flex;
}

/* PREV */
#s19-1:checked~.section-19 .section-19__btn--prev .section-19__btn-disabled {
  display: flex;
}

#s19-1:checked~.section-19 .section-19__btn--prev label {
  display: none;
}

#s19-2:checked~.section-19 .section-19__btn--prev .section-19__btn-disabled {
  display: none;
}

#s19-2:checked~.section-19 .section-19__btn--prev label {
  display: none;
}

#s19-2:checked~.section-19 .section-19__btn--prev label[for="s19-1"] {
  display: flex;
}

#s19-3:checked~.section-19 .section-19__btn--prev .section-19__btn-disabled {
  display: none;
}

#s19-3:checked~.section-19 .section-19__btn--prev label {
  display: none;
}

#s19-3:checked~.section-19 .section-19__btn--prev label[for="s19-2"] {
  display: flex;
}

/* NEXT */
#s19-1:checked~.section-19 .section-19__btn--next .section-19__btn-disabled {
  display: none;
}

#s19-1:checked~.section-19 .section-19__btn--next label {
  display: none;
}

#s19-1:checked~.section-19 .section-19__btn--next label[for="s19-2"] {
  display: flex;
}

#s19-2:checked~.section-19 .section-19__btn--next .section-19__btn-disabled {
  display: none;
}

#s19-2:checked~.section-19 .section-19__btn--next label {
  display: none;
}

#s19-2:checked~.section-19 .section-19__btn--next label[for="s19-3"] {
  display: flex;
}

#s19-3:checked~.section-19 .section-19__btn--next .section-19__btn-disabled {
  display: flex;
}

#s19-3:checked~.section-19 .section-19__btn--next label {
  display: none;
}

@media (min-width: 992px) {
  .section-19__nav {
    display: none;
  }
}



/* ── Reset e container ── */
.section-17__carousel {
  position: relative;
  width: 100%;
}

/* ── Radios ocultos — motor do carrossel ── */
.section-17__carousel input[type="radio"] {
  display: none;
}

/* ── Barra de navegação ── */
.section-17__nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 30;
  width: 30%;
  gap: 6vw;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
  left: 75%;
}

.section-17__nav label {
  display: flex;
  line-height: 1.2vh;
  flex: 1;
  padding: 2rem 2rem;
  font-size: 1.5em;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  text-align: center;
  transition: color 0.25s, border-color 0.25s;
  background: #ea5b0c;
  border-radius: 1.7vw;
  box-shadow: #00000093 -5px 5.5px 5px;
  font-family: sans-serif;
}

.section-17__nav label:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #e74011;
}

/* ── Label ativo — um por slide ── */
#section-17__s1:checked~.section-17__nav label[for="section-17__s1"],
#section-17__s2:checked~.section-17__nav label[for="section-17__s2"],
#section-17__s3:checked~.section-17__nav label[for="section-17__s3"],
#section-17__s4:checked~.section-17__nav label[for="section-17__s4"] {
  color: #fff;
  border-bottom-color: #fff;
}

/* ── Área dos slides: empilha tudo no mesmo espaço via grid ── */
.section-17__slides {
  display: grid;
}

.section-17__slide {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  position: relative;
}

/* ── Slide ativo — um por slide ── */
#section-17__s1:checked~.section-17__slides .section-17__slide:nth-child(1),
#section-17__s2:checked~.section-17__slides .section-17__slide:nth-child(2),
#section-17__s3:checked~.section-17__slides .section-17__slide:nth-child(3),
#section-17__s4:checked~.section-17__slides .section-17__slide:nth-child(4) {
  opacity: 1;
  pointer-events: auto;
}

/* ── Imagem responsiva ── */

@keyframes section-17__bounce {
  from {
    transform: translateX(60px);
    filter: blur(12px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* substitui os 4 seletores de "slide ativo" que já estão no CSS */
#section-17__s1:checked~.section-17__slides .section-17__slide:nth-child(1),
#section-17__s2:checked~.section-17__slides .section-17__slide:nth-child(2),
#section-17__s3:checked~.section-17__slides .section-17__slide:nth-child(3),
#section-17__s4:checked~.section-17__slides .section-17__slide:nth-child(4) {
  animation: section-17__bounce;
  pointer-events: auto;
}

.section-32__groupimage-section {
  position: relative;
  width: 100%;
  margin: 0;
  contain: layout style;
}

@media (max-width: 1060px) {

  .section-17__nav {
    width: 30%;
    gap: 4vh;
    margin-top: 6.5rem;
  }

  .section-17__nav label {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 2.5vh;
    border-radius: 1.2vw;
    border-bottom: 2px solid transparent;
    padding: 1rem;

  }

}

@media (max-width: 960px) {

  .section-17__nav {
    width: 30%;
    gap: 5vh;
  }

  .section-17__nav label {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 2.5vh;
    border-radius: 1.2vw;
    border-bottom: 2px solid transparent;
    padding: 0.8rem;

  }
}

@media (max-width: 768px) {

  .section-17__nav {
    width: 30%;
    gap: 2.5vh;
  }

  .section-17__nav label {
    font-size: 1em;
    line-height: 2vh;
    border-radius: 1.5vw;
    border-bottom: 2px solid transparent;

  }

}

@media (max-width: 600px) {


  .section-17__nav {
    width: 30%;
    gap: 2vh;
  }

  .section-17__nav label {
    font-size: 0.8em;
    line-height: 2vh;
    border-radius: 3vw;
    border-bottom: 2px solid transparent;
    padding: 0.5rem;

  }
}

@media (max-width: 500px) {

  .section-17__nav label {
    font-size: 0.6em;
    line-height: 2vh;
    padding: 0.4rem 0.5rem;
    border-bottom: 1px solid transparent;
    box-shadow: #00000093 -3px 3px 3px;
  }

  .section-17__nav {
    margin-top: 5rem;
  }

}

@media (max-width: 440px) {

  .section-17__nav {
    margin-top: 5rem;
  }

  .section-17__nav label {
    line-height: 1vh;


  }
}

@media (max-width: 375px) {

  .section-17__nav {
    width: 30%;
  }

  .section-17__nav label {
    font-size: 0.6em;
    line-height: 1vh;
    padding: 0.3rem 0.5rem;

  }


}

@media (max-width: 320px) {

  .section-17__nav label {
    padding: 0.2rem 0.5rem;

  }

}

.section-17__groupimage-section {
  position: relative;
  width: 100%;
  margin: 0;
  contain: layout style;
  isolation: isolate;
}

.section-17__groupimage-section img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 100%;
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p__end {
  color: #8a8a8a;
  font-family: sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-wrap: pretty;
  text-align: center;
  padding: 40px 0;
}


.table-container-custom {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.table-design-custom {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.table-head-custom {
  color: #fff;
  border-radius: 10px;
}

.table-text-custom {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #979797;
  font-family: sans-serif;
}

.table-row-custom:hover {
  background-color: #f1f1f1;
  filter: brightness(0.9);
}

.table-th-custom {
  font-weight: bold;
}

.table-td-custom {
  color: #555;
}

.table-tr-custom:nth-child(even) {
  background-color: #f1f1f1;
}

td a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

td a:hover {
  color: #e74011;
}

@media (prefers-contrast: more) {
  .table-td-custom-sub {
    color: #000;
    font-weight: 550;
  }

  .table-td-custom-title {
    color: #000;
    font-weight: 700;
  }

  .p__end {
    color: #000;
  }
}

@media (max-width: 600px) {
  .table-container-custom {
    padding: 10px;
  }

  .table-text-custom,
  .table-th-custom,
  .table-td-custom {
    padding: 8px;
  }
}



/* Guia rapido de midias:
     - Slide/story: proporcao 9:16. Recomendado 1080x1920 px. Minimo seguro 860x1530 px.
     - Poster de video: use a mesma proporcao do slide, preferencialmente 1080x1920 px.
     - Miniatura da bolinha: proporcao 1:1. Recomendado 400x400 px. Minimo seguro 220x220 px.
     - Desktop largo: o viewer muda para 16:10 e usa imagem em 960x para ocupar melhor a area.
     - Use imagens verticais nas maiores dimensoes possiveis. Em desktop largo existe zoom/corte, e arquivos maiores preservam nitidez.
     - Ajuste o foco da midia por slide para topo, centro ou base conforme a posicao do objeto principal.
     - Limites do componente: ate 3 containers e ate 4 slides por container.
     - Imagens horizontais funcionam, mas serao cortadas pelo object-fit: cover.
     - Formatos comuns: webp, jpg, png para imagem; webm ou mp4 para video.
  */
.lp-stories {
  --story-max-width: 430px;
  --story-max-height: 68vh;
  --story-aspect-ratio: 9 / 16;
  --story-ring-size: 4.6rem;
  --story-thumb-size: 4.1rem;
  --story-ring-bg: conic-gradient(from -20deg, #ff9900, #111827, #ffcc66, #ff9900);
  width: min(100%, 520px);
  margin: 0 auto 2.5rem;
  padding: 0 0.8rem;
  font-family: sans-serif;
  color: #111827;
  position: relative;
}

.lp-stories__target {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  scroll-margin-top: 0;
}

.lp-stories__options {
  display: grid;
  grid-template-columns: repeat(var(--story-groups, 3), minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.lp-stories--groups-1 .lp-stories__options {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.lp-stories--groups-2 .lp-stories__options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-stories--groups-3 .lp-stories__options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-stories__option {
  min-width: 0;
  padding: 0;
  color: #111827;
  background: transparent;
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease;
}

.lp-stories__option:hover {
  transform: translateY(-2px);
}

.lp-stories__option:focus-visible {
  outline: none;
}

.lp-stories__option:focus-visible .lp-stories__ring,
#lp-story-produto-1:target~.lp-stories__options .lp-stories__option--produto .lp-stories__ring,
#lp-story-produto-2:target~.lp-stories__options .lp-stories__option--produto .lp-stories__ring,
#lp-story-produto-3:target~.lp-stories__options .lp-stories__option--produto .lp-stories__ring,
#lp-story-produto-4:target~.lp-stories__options .lp-stories__option--produto .lp-stories__ring,
#lp-story-uso-1:target~.lp-stories__options .lp-stories__option--uso .lp-stories__ring,
#lp-story-uso-2:target~.lp-stories__options .lp-stories__option--uso .lp-stories__ring,
#lp-story-uso-3:target~.lp-stories__options .lp-stories__option--uso .lp-stories__ring,
#lp-story-uso-4:target~.lp-stories__options .lp-stories__option--uso .lp-stories__ring,
#lp-story-detalhes-1:target~.lp-stories__options .lp-stories__option--detalhes .lp-stories__ring,
#lp-story-detalhes-2:target~.lp-stories__options .lp-stories__option--detalhes .lp-stories__ring,
#lp-story-detalhes-3:target~.lp-stories__options .lp-stories__option--detalhes .lp-stories__ring,
#lp-story-detalhes-4:target~.lp-stories__options .lp-stories__option--detalhes .lp-stories__ring {
  outline: 3px solid rgba(255, 153, 0, 0.28);
  outline-offset: 4px;
}

.lp-stories__ring {
  width: var(--story-ring-size);
  height: var(--story-ring-size);
  padding: 4px;
  border-radius: 50%;
  background: var(--story-ring-bg);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

.lp-stories__thumb {
  width: var(--story-thumb-size);
  height: var(--story-thumb-size);
  border: 4px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  background: #f1f5f9;
}

.lp-stories__name {
  max-width: 5.2rem;
  color: #334155;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.lp-stories__panel {
  display: none;
}

.lp-stories__panel.is-default {
  display: block;
}

.lp-stories__target:target~.lp-stories__panels .lp-stories__panel.is-default {
  display: none;
}

#lp-story-produto-1:target~.lp-stories__panels .panel-produto-1,
#lp-story-produto-2:target~.lp-stories__panels .panel-produto-2,
#lp-story-produto-3:target~.lp-stories__panels .panel-produto-3,
#lp-story-produto-4:target~.lp-stories__panels .panel-produto-4,
#lp-story-uso-1:target~.lp-stories__panels .panel-uso-1,
#lp-story-uso-2:target~.lp-stories__panels .panel-uso-2,
#lp-story-uso-3:target~.lp-stories__panels .panel-uso-3,
#lp-story-uso-4:target~.lp-stories__panels .panel-uso-4,
#lp-story-detalhes-1:target~.lp-stories__panels .panel-detalhes-1,
#lp-story-detalhes-2:target~.lp-stories__panels .panel-detalhes-2,
#lp-story-detalhes-3:target~.lp-stories__panels .panel-detalhes-3,
#lp-story-detalhes-4:target~.lp-stories__panels .panel-detalhes-4 {
  display: block;
}

.lp-stories__viewer {
  width: min(100%, var(--story-max-width));
  max-height: var(--story-max-height);
  aspect-ratio: var(--story-aspect-ratio);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #020617;
  color: #fff;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.22);
  isolation: isolate;
}

.lp-stories__viewer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 128px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.lp-stories__progress {
  --slides: 3;
  --index: 1;
  --gap: 4px;
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.32) 0 calc((100% / var(--slides)) - var(--gap)), transparent calc((100% / var(--slides)) - var(--gap)) calc(100% / var(--slides)));
}

.lp-stories__progress::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 0 calc((100% / var(--slides)) * var(--index)), transparent 0);
  mask: repeating-linear-gradient(to right, #000 0 calc((100% / var(--slides)) - var(--gap)), transparent calc((100% / var(--slides)) - var(--gap)) calc(100% / var(--slides)));
}

.lp-stories__progress--slides-1 {
  --slides: 1;
}

.lp-stories__progress--slides-2 {
  --slides: 2;
}

.lp-stories__progress--slides-3 {
  --slides: 3;
}

.lp-stories__progress--slides-4 {
  --slides: 4;
}

.lp-stories__progress--index-1 {
  --index: 1;
}

.lp-stories__progress--index-2 {
  --index: 2;
}

.lp-stories__progress--index-3 {
  --index: 3;
}

.lp-stories__progress--index-4 {
  --index: 4;
}

.lp-stories__topbar {
  position: absolute;
  z-index: 5;
  top: 26px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-stories__avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  object-fit: cover;
}

.lp-stories__title {
  min-width: 0;
  flex: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.lp-stories__step {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 700;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.lp-stories__figure,
.lp-stories__media,
.lp-stories__picture {
  width: 100%;
  height: 100%;
  margin: 0;
}

.lp-stories__figure {
  position: relative;
}

.lp-stories__image,
.lp-stories__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #020617;
}

.lp-stories__figure--focus-top .lp-stories__image,
.lp-stories__figure--focus-top .lp-stories__video {
  object-position: center top;
}

.lp-stories__figure--focus-center .lp-stories__image,
.lp-stories__figure--focus-center .lp-stories__video {
  object-position: center center;
}

.lp-stories__figure--focus-bottom .lp-stories__image,
.lp-stories__figure--focus-bottom .lp-stories__video {
  object-position: center bottom;
}

.lp-stories__caption {
  position: absolute;
  z-index: 3;
  left: 16px;
  right: 16px;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
  background: linear-gradient(90deg, var(--story-caption-bg-start), var(--story-caption-bg-end));
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
}

.lp-stories__caption.is-top {
  top: 84px;
}

.lp-stories__caption.is-bottom {
  bottom: 22px;
}

.lp-stories__nav {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.lp-stories__arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  color: transparent;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  pointer-events: auto;
}

.lp-stories__arrow.prev {
  display: none;
}

@media (min-width: 576px) {
  .lp-stories {
    padding-inline: 1rem;
    --story-max-height: min(680px, 78vh);
    --story-ring-size: 5.25rem;
    --story-thumb-size: 4.75rem;
  }

  .lp-stories__options {
    gap: 1rem;
  }

  .lp-stories__name {
    max-width: 6rem;
  }

  .lp-stories__caption {
    border-radius: 12px;
  }

  .lp-stories__viewer {
    border-radius: 16px;
  }

  .lp-stories__nav {
    pointer-events: none;
  }

  .lp-stories__arrow.prev {
    display: grid;
    border-radius: 0 12px 12px 0;
  }

  .lp-stories__arrow {
    position: static;
    width: 48px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    background: rgba(15, 23, 42, 0.42);
    font-size: clamp(1.75rem, 3vw, 2rem);
  }

  .lp-stories__arrow.next {
    border-radius: 12px 0 0 12px;
  }
}

@media (min-width: 992px) {
  .lp-stories {
    --story-max-width: 960px;
    --story-max-height: none;
    --story-aspect-ratio: 16 / 10;
    width: min(100%, 1040px);
  }

  .lp-stories__viewer {
    width: min(100%, var(--story-max-width));
  }

  .lp-stories__caption {
    right: auto;
    max-width: 560px;
  }

  .lp-stories__caption.is-top {
    top: 96px;
  }

  .lp-stories__caption.is-bottom {
    bottom: 32px;
  }
}

.lp-stories {
  --story-ring-bg: conic-gradient(from -20deg, #ff262b, #9e070a, #ff262b);
  --story-caption-bg-start: rgba(2, 6, 23, 0.72);
  --story-caption-bg-end: rgba(2, 6, 23, 0.46);
}


* {
  margin: 0;
  padding: 0;
}

.section-24 {
  --s24-color-brand: #ff9900;
  --s24-color-ink: #202124;
  --s24-color-muted: #62666d;
  --s24-color-soft: #f4f5f2;
  --s24-color-surface: #ffffff;
  --s24-color-line: #d9ddd3;
  --s24-color-brand-soft: #fff2d9;
  --s24-color-brand-strong: #9c5d00;
  width: 100%;
  margin: 0;
  padding: 2rem 1rem;
  color: var(--s24-color-ink);
  background: var(--s24-color-soft);
  font-family: Arial, Helvetica, sans-serif;
}

.section-24,
.section-24__input,
.section-24__container,
.section-24__content,
.section-24__options,
.section-24__button,
.section-24__visual,
.section-24__frame,
.section-24__panel,
.section-24__image,
.section-24__caption,
.section-24__message {
  box-sizing: border-box;
}

.section-24__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.section-24__container {
  width: 100%;
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.section-24__content {
  width: 100%;
  display: grid;
  gap: 1rem;
  align-items: start;
}

.section-24__button-title,
.section-24__button-text,
.section-24__message {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.section-24__options {
  width: 100%;
  display: grid;
  gap: 1rem;
  align-items: start;
  margin-top: 0.5rem;
}

.section-24__button {
  position: relative;
  width: 100%;
  display: grid;
  gap: 0.5rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid var(--s24-color-line);
  border-radius: 0.5rem;
  color: var(--s24-color-ink);
  background: var(--s24-color-surface);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.section-24__button::before {
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  width: 0.25rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background: var(--s24-color-brand);
  content: "";
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.section-24__button:hover {
  border-color: var(--s24-color-brand);
  box-shadow: 0 0.5rem 1.5rem rgba(32, 33, 36, 0.1);
  transform: translateY(-0.125rem);
}

.section-24__button:active {
  transform: scale(0.99);
}

.section-24__button-title {
  position: relative;
  z-index: 1;
  font-size: clamp(1rem, 2.7vw, 1.1875rem);
  font-weight: 800;
  line-height: 1.25;
  transition: color 180ms ease;
}

.section-24__button-text {
  position: relative;
  z-index: 1;
  color: var(--s24-color-muted);
  font-size: clamp(0.875rem, 2.3vw, 1rem);
  line-height: 1.45;
}

.section-24__visual {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 1rem;
  align-items: start;
}

.section-24__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--s24-color-line);
  border-radius: 0.5rem;
  background: var(--s24-color-surface);
  box-shadow: 0 1rem 2rem rgba(32, 33, 36, 0.08);
}

.section-24__panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

.section-24__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
  transform: scale(1.04);
  transition: filter 420ms ease, transform 420ms ease;
}

.section-24__caption {
  position: relative;
  min-height: 4rem;
  padding: 1rem;
  border-left: 0.25rem solid var(--s24-color-brand);
  border-radius: 0.5rem;
  color: var(--s24-color-ink);
  background: var(--s24-color-surface);
  box-shadow: 0 0.5rem 1rem rgba(32, 33, 36, 0.06);
}

.section-24__message {
  position: absolute;
  inset: 1rem;
  color: var(--s24-color-ink);
  font-size: clamp(0.875rem, 2.2vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

#section-24-view-1:checked~.section-24__container .section-24__panel--one,
#section-24-view-2:checked~.section-24__container .section-24__panel--two,
#section-24-view-3:checked~.section-24__container .section-24__panel--three {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#section-24-view-1:checked~.section-24__container .section-24__panel--one .section-24__image,
#section-24-view-2:checked~.section-24__container .section-24__panel--two .section-24__image,
#section-24-view-3:checked~.section-24__container .section-24__panel--three .section-24__image {
  filter: saturate(1);
  transform: scale(1);
}

#section-24-view-1:checked~.section-24__container .section-24__message--one,
#section-24-view-2:checked~.section-24__container .section-24__message--two,
#section-24-view-3:checked~.section-24__container .section-24__message--three {
  opacity: 1;
  transform: translateY(0);
}

#section-24-view-1:checked~.section-24__container .section-24__button--one,
#section-24-view-2:checked~.section-24__container .section-24__button--two,
#section-24-view-3:checked~.section-24__container .section-24__button--three {
  border-color: var(--s24-color-brand);
  background: var(--s24-color-brand-soft);
  box-shadow: 0 0.5rem 1.5rem rgba(32, 33, 36, 0.12), inset 0 0 0 2px var(--s24-color-brand);
  transform: translateY(-0.125rem);
}

#section-24-view-1:checked~.section-24__container .section-24__button--one::before,
#section-24-view-2:checked~.section-24__container .section-24__button--two::before,
#section-24-view-3:checked~.section-24__container .section-24__button--three::before {
  opacity: 1;
  transform: scaleY(1);
}

#section-24-view-1:checked~.section-24__container .section-24__button--one .section-24__button-title,
#section-24-view-2:checked~.section-24__container .section-24__button--two .section-24__button-title,
#section-24-view-3:checked~.section-24__container .section-24__button--three .section-24__button-title {
  color: var(--s24-color-brand-strong);
}

#section-24-view-1:focus-visible~.section-24__container .section-24__button--one,
#section-24-view-2:focus-visible~.section-24__container .section-24__button--two,
#section-24-view-3:focus-visible~.section-24__container .section-24__button--three {
  outline: 2px solid var(--s24-color-brand);
  outline-offset: 4px;
}

@media (min-width: 576px) {

  .section-24__container {
    gap: 2rem;
  }
}

@media (min-width: 768px) {

  .section-24__container {
    grid-template-columns: minmax(0, 1fr);
    gap: .5rem;
  }

  .section-24__content {
    order: 2;
  }

  .section-24__visual {
    order: 1;
  }

  .section-24__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-24__button-title {
    font-size: clamp(0.875rem, 1.8vw, 1rem);
  }

  .section-24__button-text {
    font-size: clamp(0.75rem, 1.6vw, 0.875rem);
  }

  .section-24__frame {
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 992px) {

  .section-24__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }

  .section-24__content {
    order: 1;
    align-self: center;
  }

  .section-24__visual {
    order: 2;
  }

  .section-24--reverse .section-24__content {
    order: 2;
  }

  .section-24--reverse .section-24__visual {
    order: 1;
  }

  .section-24__options {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-24__button {
    padding: 1.5rem;
  }

  .section-24__button-title {
    font-size: clamp(1rem, 2.7vw, 1.1875rem);
  }

  .section-24__button-text {
    font-size: clamp(0.875rem, 2.3vw, 1rem);
  }
}

@media (min-width: 1200px) {
  .section-24__container {
    gap: 3rem;
  }

  .section-24__frame {
    aspect-ratio: 16 / 9;
  }
}


.section-25 {
  --s25-color-brand: #7b1d2e;
  --s25-color-bg: #faf7f2;
  --s25-color-tab-bg: #f0ebe3;
  --s25-color-text: #2c1a12;
  --s25-color-muted: #6b5044;
  --s25-color-border: #d9cfc4;
}

.section-25__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.section-25 {
  background-color: var(--s25-color-bg);
  padding: 2rem 1rem;
  font-family: Georgia, serif;
  position: relative;
}

.section-25-container {
  width: 100%;
  margin-inline: auto;
}

.section-25__nav {
  display: flex;
  border-bottom: 2px solid var(--s25-color-border);
  overflow-x: auto;
  scrollbar-width: none;
}

.section-25__nav::-webkit-scrollbar {
  height: 0;
}

.section-25__tab-label {
  flex: 1 0 auto;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
  font-family: Arial, sans-serif;
  color: var(--s25-color-muted);
  background-color: var(--s25-color-tab-bg);
  border: 1px solid var(--s25-color-border);
  border-bottom: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  user-select: none;
}

.section-25__panels {
  border: 1px solid var(--s25-color-border);
  border-top: none;
  background-color: #ffffff;
}

.section-25__panel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  scroll-margin-top: 0;
}

.section-25__split {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.section-25__figure {
  width: 100%;
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.section-25__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-25__body {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}

.section-25__title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  color: var(--s25-color-brand);
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
}

.section-25__description {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: var(--s25-color-text);
  line-height: 1.7;
  margin: 0;
  font-family: Arial, sans-serif;
}

.section-25__location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.8rem, 1.2vw, 0.875rem);
  color: var(--s25-color-brand);
  font-family: Arial, sans-serif;
}

#s25-tab1:checked~.section-25-container .section-25__tab-label[for="s25-tab1"],
#s25-tab2:checked~.section-25-container .section-25__tab-label[for="s25-tab2"],
#s25-tab3:checked~.section-25-container .section-25__tab-label[for="s25-tab3"],
#s25-tab4:checked~.section-25-container .section-25__tab-label[for="s25-tab4"] {
  background-color: var(--s25-color-brand);
  color: #ffffff;
  border-color: var(--s25-color-brand);
}

#s25-tab1:checked~.section-25-container .section-25__panel--1,
#s25-tab2:checked~.section-25-container .section-25__panel--2,
#s25-tab3:checked~.section-25-container .section-25__panel--3,
#s25-tab4:checked~.section-25-container .section-25__panel--4 {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .section-25-container {
    max-width: 768px;
  }

  .section-25__split {
    flex-direction: row;
  }

  .section-25__figure {
    flex: 0 0 45%;
    aspect-ratio: 4/3;
  }

  .section-25__body {
    flex: 1;
    padding: 2rem 1.5rem;
    justify-content: center;
  }

  .section-25__split--reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .section-25-container {
    max-width: 992px;
  }

  .section-25__figure {
    flex: 0 0 42%;
  }

  .section-25__body {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-25-container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .section-25-container {
    max-width: 1400px;
  }
}



.section-32__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border: 5.5px solid #000;
  border-radius: 36px;
}

.section-32__groupimage-section {
  position: relative;
  width: 100%;
  margin: 0;
  contain: layout style;
  isolation: isolate;
}

.section-32__groupimage-section img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 100%;
}

.section-32__grouptext-overlay {
  color: #fff;
  position: absolute;
  max-width: 50%;
  width: 90%;
  line-height: 2rem;
  text-align: center;
  font-family: sans-serif;
  z-index: 20;
}

.section-32__grouptext-overlay.left {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  max-width: 45%;
}

.section-32__grouptext-overlay h2 {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 1.5px;
  line-height: 120%;
}

.section-32__grouptext-overlay p {
  font-size: 1.2vw;
  margin: 0;
  line-height: 120%;
}

.grouptext-overlay-Background {
  background: rgba(0, 0, 0, 0.438);
  border-radius: 2.8vw;
  padding: 0.5rem;
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 70%;
  z-index: 20;
}

@media (prefers-contrast: more) {
  .grouptext-overlay-Background {
    background: #000;
  }
}

@media (max-width: 960px) {
  .section-32__grouptext-overlay h2 {
    font-size: 2.1vw;
  }

  .section-32__grouptext-overlay p {
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {
  .section-32__grouptext-overlay h2 {
    font-size: 2.5vw;
  }

  .section-32__grouptext-overlay p {
    font-size: 2vw;
  }
}

@media (max-width: 500px) {
  .section-32__grouptext-overlay {
    max-width: 50%;
  }

  .section-32__grouptext-overlay h2 {
    font-size: 3vw;
  }

  .section-32__grouptext-overlay p {
    font-size: 2.3vw;
  }
}

@media (max-width: 470px) {
  .section-32__grouptext-overlay p {
    font-size: 2.4vw;
  }
}

@media (max-width: 375px) {
  .section-32__grouptext-overlay p {
    font-size: 2.8vw;
  }
}


.section-28 {
  --s8-color-brand: #003da5;
  --s8-color-ink: #081844;
  --s8-color-muted: #5b6682;
  --s8-color-soft: #dfeaff;
  --s8-color-line: #dbe5f4;
  --s8-color-surface: #ffffff;

  width: 100%;
  position: relative;
  padding: 0 1rem 1.5rem;
  font-family: Roboto, Arial, sans-serif;
  color: var(--s8-color-ink);
  overflow-wrap: anywhere;
}

.section-28__title-accessible {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

.section-28__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(8, 24, 68, 0.08);
  border-radius: 1.5rem;
  background: var(--s8-color-surface);
  box-shadow: 0 1rem 2.5rem rgba(3, 33, 82, 0.1);
}

.section-28__tabs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 1rem;
  order: 1;
}

.section-28__option {
  min-width: 0;
  position: relative;
}

.section-28__control {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.section-28__tab {
  width: 100%;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid var(--s8-color-line);
  border-radius: 999px;
  background: var(--s8-color-surface);
  color: var(--s8-color-brand);
  cursor: pointer;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms ease;
}

.section-28__control:focus-visible+.section-28__tab {
  outline: 0.125rem solid var(--s8-color-brand);
  outline-offset: 0.25rem;
}

.section-28__tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-28__tab-icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.section-28__tab-text {
  min-width: 0;
  color: currentColor;
  font-size: clamp(0.75rem, 2.8vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: anywhere;
}

.section-28__viewport {
  width: 100%;
  display: grid;
  align-items: start;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--s8-color-surface);
}

.section-28__panel {
  width: 100%;
  min-width: 0;
  position: relative;
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(1rem);
  transition:
    opacity 320ms ease,
    transform 320ms ease,
    visibility 0s linear 320ms;
}

.section-28__figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
  background: var(--s8-color-soft);
}

.section-28__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* MOBILE: caixa abaixo da imagem */

.section-28__content {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.5rem;
  border: 1px solid var(--s8-color-line);
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;
  background: var(--s8-color-surface);
  overflow-wrap: anywhere;
}

.section-28__title {
  margin: 0;
  color: var(--s8-color-ink);
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.section-28__rule {
  width: 3rem;
  height: 0.125rem;
  margin: 1rem 0;
  border-radius: 999px;
  background: var(--s8-color-brand);
}

.section-28__copy {
  margin: 0;
  color: var(--s8-color-muted);
  font-size: clamp(0.875rem, 3.5vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.section-28__dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section-28__dot {
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--s8-color-brand);
  border-radius: 50%;
  background: var(--s8-color-surface);
  transition:
    background-color 240ms ease,
    transform 240ms ease;
}

.section-28:has(.section-28__control--protection:checked) .section-28__tab--protection,
.section-28:has(.section-28__control--care:checked) .section-28__tab--care,
.section-28:has(.section-28__control--fragrance:checked) .section-28__tab--fragrance,
.section-28:has(.section-28__control--application:checked) .section-28__tab--application {
  border-color: var(--s8-color-brand);
  background: var(--s8-color-brand);
  color: var(--s8-color-surface);
  transform: translateY(-0.5rem);
}

.section-28:has(.section-28__control--protection:checked) .section-28__panel--protection,
.section-28:has(.section-28__control--care:checked) .section-28__panel--care,
.section-28:has(.section-28__control--fragrance:checked) .section-28__panel--fragrance,
.section-28:has(.section-28__control--application:checked) .section-28__panel--application {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
  z-index: 1;
}

.section-28:has(.section-28__control--protection:checked) .section-28__dot--protection,
.section-28:has(.section-28__control--care:checked) .section-28__dot--care,
.section-28:has(.section-28__control--fragrance:checked) .section-28__dot--fragrance,
.section-28:has(.section-28__control--application:checked) .section-28__dot--application {
  background: var(--s8-color-brand);
  transform: scale(1.25);
}

@media (min-width: 576px) {
  .section-28 {
    padding: 0 1.5rem 1.5rem;
  }

  .section-28__inner {
    padding: 1.5rem;
  }

  .section-28__content {
    padding: 2rem;
  }

  .section-28__tab-text {
    font-size: clamp(0.875rem, 2vw, 1rem);
  }
}

@media (min-width: 768px) {
  .section-28 {
    padding: 0 2rem 1.5rem;
  }

  .section-28__inner {
    gap: 1.5rem;
  }

  .section-28__panel {
    display: block;
  }

  .section-28__figure {
    border-radius: 1.5rem;
  }

  /* DESKTOP: caixa totalmente contida dentro da imagem */

  .section-28__content {
    width: min(38%, 28rem);
    position: absolute;
    overflow: auto;
    padding: 1.5rem;
    border: 1px solid var(--s8-color-line);
    border-radius: 1.5rem;
    background: var(--s8-color-surface);
    box-shadow: 0 1rem 2.5rem rgba(3, 33, 82, 0.16);
  }

  .section-28__title {
    font-size: clamp(1.375rem, 2.5vw, 2rem);
  }

  .section-28__copy {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
  }

  /* POSICIONAMENTO INDEPENDENTE DE CADA CAIXA */

  .section-28__panel--protection .section-28__content {
    top: 10%;
    left: 5%;
  }

  .section-28__panel--care .section-28__content {
    top: 18%;
    left: 52%;
  }
}

@media (min-width: 992px) {
  .section-28 {
    padding: 0 2.5rem 1.5rem;
  }

  .section-28__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-28__content {
    width: min(36%, 28rem);
    max-height: calc(100% - 4rem);
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-28 {
    padding: 0 3rem 1.5rem;
  }

  .section-28__content {
    width: min(34%, 28rem);
    max-height: calc(100% - 6rem);
  }

}

@media (min-width: 1400px) {
  .section-28 {
    padding: 0 3rem 1.5rem;
  }
}


.section-27 {
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: stretch;
  gap: 18px;
  padding: 42px 18px 30px;
  background: #ffffff;
  border-radius: 6px;
  color: #6e0c2a;
  font-family: sans-serif;
  isolation: isolate;
  box-shadow: 0 12px 34px rgba(62, 7, 23, 0.08);
  animation: rich-fade-up 0.82s ease both;
}

.section-27::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3e0717 0%, #6e0c2a 62%, #792d41 100%);
  clip-path: polygon(0 0, 92% 0, 55% 100%, 0 100%);
  z-index: 0;
  animation: rich-wine-glow 7s ease-in-out infinite alternate;
}

.section-27::after {
  content: "";
  position: absolute;
  inset: 12px auto auto 18px;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}

.section-27--reverse .section-27__content {
  order: 2;
}

.section-27--reverse .section-27__gallery {
  order: 1;
}

.section-27__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0 0 8px 26px;
  position: relative;
  z-index: 1;
}

.section-27__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 6.7vw, 1.85rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 12px 26px rgba(62, 7, 23, 0.26);
}

.section-27__text {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.55;
}

.section-27__control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.section-27__gallery {
  position: relative;
  display: block;
  min-height: 245px;
  height: 100%;
  z-index: 1;
}

.section-27__viewport {
  position: relative;
  width: min(82%, 350px);
  min-height: inherit;
  height: 100%;
  margin: 0 40px 0 auto;
  overflow: hidden;
}

.section-27__track {
  position: relative;
  min-height: inherit;
  height: 100%;
  transition: transform 0.35s ease;
}

.section-27__panel {
  min-height: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
  background: rgba(121, 45, 65, 0.10);
  border-radius: 5px;
  border: 1px solid rgba(121, 45, 65, 0.16);
  box-shadow: 0 16px 36px rgba(62, 7, 23, 0.16);
}

.section-27__panel--first {
  clip-path: polygon(23% 0, 100% 0, 76% 100%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-27__panel--middle {
  clip-path: polygon(23% 0, 100% 0, 76% 100%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
}

.section-27__panel--last {
  clip-path: polygon(23% 0, 100% 0, 76% 100%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200%;
  width: 100%;
}

#section-21-slide-1:checked~.section-27__gallery .section-27__track {
  transform: translateX(0);
}

#section-21-slide-2:checked~.section-27__gallery .section-27__track {
  transform: translateX(-100%);
}

#section-21-slide-3:checked~.section-27__gallery .section-27__track {
  transform: translateX(-200%);
}

.section-27__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease, filter 0.8s ease;
}

.section-27:hover .section-27__image {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.04);
}

.section-27__image:not([src]) {
  opacity: 0;
}

.section-27__arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-27__arrow {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ff9900;
  border-radius: 50%;
  background: #ffffff;
  color: #6e0c2a;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: transform 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
  animation: section-21-arrow-radiate 1.15s ease-in-out infinite;
}

.section-27__arrow::before,
.section-27__arrow::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 153, 0, 0.42);
  opacity: 0;
  pointer-events: none;
}

.section-27__arrow::before {
  animation: section-21-arrow-ring 1.35s ease-out infinite;
}

.section-27__arrow::after {
  animation: section-21-arrow-ring 1.35s ease-out 0.38s infinite;
}

.section-27__arrow:hover {
  color: #3e0717;
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 0 0 5px rgba(121, 45, 65, 0.10), 0 14px 24px rgba(62, 7, 23, 0.16);
}

@keyframes section-21-arrow-radiate {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.40), 0 8px 18px rgba(62, 7, 23, 0.12);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(255, 153, 0, 0.16), 0 0 22px rgba(121, 45, 65, 0.24), 0 14px 26px rgba(62, 7, 23, 0.18);
  }
}

@keyframes section-21-arrow-ring {
  0% {
    opacity: 0.70;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

.section-27__arrow--left {
  left: 0;
}

.section-27__arrow--right {
  right: 0;
}

#section-21-slide-1:checked~.section-27__gallery .section-27__arrow--next-1 {
  display: flex;
}

#section-21-slide-2:checked~.section-27__gallery .section-27__arrow--prev-2 {
  display: flex;
}

#section-21-slide-2:checked~.section-27__gallery .section-27__arrow--next-2 {
  display: flex;
}

#section-21-slide-3:checked~.section-27__gallery .section-27__arrow--prev-3 {
  display: flex;
}

@media (min-width: 576px) {
  .section-27 {
    padding: 24px 20px;
  }

  .section-27__title {
    font-size: 1.9rem;
  }

  .section-27__gallery {
    min-height: 230px;
  }

  .section-27__viewport {
    width: calc(100% - 86px);
  }

  .section-27__panel--first {
    left: 0;
    width: 56%;
  }

  .section-27__panel--middle {
    left: 44%;
    width: 56%;
  }

  .section-27__panel--last {
    left: 88%;
    width: 56%;
  }

  #section-21-slide-2:checked~.section-27__gallery .section-27__track {
    transform: translateX(-44%);
  }

  #section-21-slide-3:checked~.section-27__gallery .section-27__track {
    transform: translateX(-44%);
  }

  #section-21-slide-2:checked~.section-27__gallery .section-27__arrow--next-2 {
    display: none;
  }

  #section-21-slide-3:checked~.section-27__gallery .section-27__arrow--prev-3 {
    display: none;
  }

  #section-21-slide-3:checked~.section-27__gallery .section-27__arrow--prev-3-tablet {
    display: flex;
  }
}

@media (min-width: 768px) {
  .section-27 {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 2.25fr);
    align-items: stretch;
    gap: 18px;
    padding: 24px;
  }

  .section-27::before {
    inset: 0 auto 0 0;
    width: 48%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  }

  .section-27__content {
    width: auto;
    margin: 0;
    padding: 0 1.75rem;
  }

  .section-27__text {
    font-size: 0.86rem;
  }

  .section-27--reverse {
    grid-template-columns: minmax(0, 2.25fr) minmax(0, 0.75fr);
  }

  .section-27__content {
    gap: 14px;
  }

  .section-27__gallery {
    min-height: 250px;
  }
}

@media (min-width: 992px) {
  .section-27 {
    gap: 22px;
    padding: 26px;
  }

  .section-27__title {
    font-size: 2.15rem;
  }

  .section-27__gallery {
    min-height: 270px;
  }
}

@media (min-width: 992px) {
  .section-27 {
    gap: 24px;
    padding: 28px;
  }

  .section-27__gallery {
    min-height: 285px;
  }

  .section-27__viewport {
    width: 100%;
    overflow: visible;
  }

  #section-21-slide-1:checked~.section-27__gallery .section-27__track,
  #section-21-slide-2:checked~.section-27__gallery .section-27__track,
  #section-21-slide-3:checked~.section-27__gallery .section-27__track {
    transform: none;
  }

  .section-27__panel--first {
    left: 0%;
    width: 37%;
  }

  .section-27__panel--middle {
    left: 31%;
    width: 37%;
  }

  .section-27__panel--last {
    left: 63%;
    width: 37%;
  }

  .section-27__arrows {
    display: none;
  }
}

@media (min-width: 1400px) {
  .section-27 {
    gap: 28px;
    padding: 30px;
  }

  .section-27__title {
    font-size: 2.35rem;
  }
}


/* ============ COMPARTILHADO: .section-26 (usado em #funcoes-3-em-1 E #preparos) ============ */
.section-26-container {
  background-color: #b8321f;
  padding: 1.5rem;
  box-sizing: border-box;

  margin: 0 auto;
  width: 92%;
  border-radius: 1.5rem;
}

.section-26 {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.25rem;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.section-26__image-wrapper {
  width: 100%;
  flex-shrink: 0;
}

.section-26__image {
  margin: auto;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 530px;
  aspect-ratio: 16 / 9;
}

.section-26__content {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
  box-sizing: border-box;
}

.section-26__title {
  color: #fff8f4;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 1rem;
  text-align: left;
}

.section-26__desc {
  color: #fff8f4;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 1.5rem;
  text-align: left;
}

.section-26__feature-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  gap: 22px;
  padding: 0;
}

.section-26__feature-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.section-26__feature-item-icon {
  border-radius: 8px;
  flex-shrink: 0;
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.section-26__feature-item-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.section-26__feature-item-title {
  color: #fff9f6;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.section-26__feature-item-text {
  color: #fff9f6;
  font-size: 0.8125rem;
  line-height: 1.55;
  margin: 0;
}

/* ── NOVO: aspect-ratio e desc oculta no mobile ── */
@media (max-width: 759px) {
  .section-26__image {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 480px) {
  .section-26-container {
    padding: 1.75rem;
  }

  .section-26__feature-item-title {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .section-26-container {
    padding: 2rem;
  }

  .section-26 {
    max-width: 768px;
  }

  .section-26__image {
    border-radius: 20px;
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 760px) {
  .section-26 {
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    max-width: 960px;
  }

  .section-26--reverse {
    flex-direction: row-reverse;
  }

  .section-26__image-wrapper {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .section-26__image {
    aspect-ratio: 4 / 3;
    height: 100%;
    max-height: 420px;
  }

  .section-26__content {
    flex: 1 1 0;
    min-width: 0;
  }

  .section-26__feature-list--icon-right .section-26__feature-item {
    flex-direction: row-reverse;
  }

  .section-26__feature-list--icon-right .section-26__feature-item-body {
    align-items: flex-end;
  }

  .section-26__feature-list--icon-right .section-26__feature-item-title,
  .section-26__feature-list--icon-right .section-26__feature-item-text {
    text-align: right;
  }

  .section-26__feature-item-icon {
    height: 48px;
    width: 48px;
  }

  .section-26__feature-item-title {
    font-size: 1.2rem;
  }

  .section-26__feature-item-text {
    font-size: 0.875rem;
  }
}

@media (min-width: 1060px) {
  .section-26 {
    max-width: 1060px;
    gap: 2rem;
  }

  .section-26__feature-list {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .section-26 {
    max-width: 1280px;
    gap: 2.5rem;
  }

  .section-26__image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-26__image {
    max-height: 460px;
  }

  .section-26__feature-item-title {
    font-size: 1.3rem;
  }

  .section-26__feature-item-text {
    font-size: 0.9rem;
  }
}

.is-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 760px) {
  .is-reverse {
    flex-direction: column-reverse;
  }
}

.is-reverse-760 {
  flex-direction: row-reverse;
}

@media (max-width: 760px) {
  .is-reverse-760 {
    flex-direction: column;
  }
}

/* ============ SESSAO: #funcoes-3-em-1 - seletor de funcoes (.section-26__switcher, renomeado de .function-switcher) ============ */
/* Seletor 3 em 1 */
.section-26__switcher {
  width: 100%;
  display: grid;
  gap: 1rem;
}

.section-26__switcher-control {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.section-26__switcher-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}

.section-26__switcher-tab {
  min-height: 3rem;
  display: grid;
  place-items: center;
  padding: .7rem .55rem;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: .85rem;
  color: #fff8f4;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font: 700 clamp(.72rem, 1.7vw, .9rem)/1.2 Roboto, Arial, sans-serif;
  text-align: center;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.section-26__switcher-tab:hover {
  transform: translateY(-3px);
}

.section-26__switcher-panels {
  display: grid;
}

.section-26__switcher-panel {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(1rem);
  transition: opacity .3s ease, transform .3s ease;
}

.section-26__switcher-panel-title {
  margin: 0 0 .5rem;
  color: #fff8f4;
  font-size: 1.1rem;
  line-height: 1.3;
}

.section-26__switcher-panel-text {
  margin: 0;
  color: #fff8f4;
  font-size: .9rem;
  line-height: 1.65;
}

.section-26-container:has(#function-sandwich:checked) .section-26__switcher-tab--sandwich,
.section-26-container:has(#function-grill:checked) .section-26__switcher-tab--grill,
.section-26-container:has(#function-plate:checked) .section-26__switcher-tab--plate {
  color: #b8321f;
  background: #fff8f4;
  transform: translateY(-3px);
}

.section-26-container:has(#function-sandwich:checked) .section-26__switcher-panel--sandwich,
.section-26-container:has(#function-grill:checked) .section-26__switcher-panel--grill,
.section-26-container:has(#function-plate:checked) .section-26__switcher-panel--plate {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

/* ============ COMPARTILHADO: microinteracoes de imagem (.section-26__image, .section-3__image, .section-8__image) ============ */
/* Microinterações gerais */
.section-26__image {
  transition: transform .65s ease, filter .65s ease;
}

.section-26-container:hover .section-26__image {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

/* ============ COMPARTILHADO: animacao de entrada por scroll (.section-3, .section-26-container, .section-8, .recipe-strip, #faq-section) ============ */
@supports (animation-timeline: view()) {

  .section-26-container {
    animation: section-reveal both linear;
    animation-timeline: view();
    animation-range: entry 5% cover 24%;
  }

  @keyframes section-reveal {
    from {
      opacity: 0;
      transform: translateY(2rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}


.section-33__container {
  width: 92%;
  border-radius: 26px;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #2F6F68;
}

.section-33__video-section {
  position: relative;
  width: 95%;
  margin: auto;
  max-height: 865px;
  overflow: hidden;
  /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 70%, #e94560 100%); */
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}

.section-33__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  max-height: 865px;

  /*
     * PROPORÇÃO DO VÍDEO
     * 16:9 = padding-bottom: 56.25%
     * 4:3  = padding-bottom: 75%
     * 1:1  = padding-bottom: 100%
     */
  padding-bottom: 56.25%;

  margin: 0 auto;
}

.section-33__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 18px;
}


.bookcontainer {

  display: flex;
  justify-content: center;
  gap: 20px;
  perspective: 2800px;
  z-index: 1;
}

.bookcontainer .book {

  display: block;
  position: relative;
  width: 400px;
  height: 540px;
  color: #2b2b2b;
  border-radius: 3px 4px 4px 3px;
  box-shadow: 12px 12px 7px 0px rgba(115, 114, 116, 0.6);
  font-weight: 400;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.bookcontainer .book:hover {

  transform: rotate3d(0, 1, 0, 30deg);

}

.bookcontainer .bookfront {

  transform-origin: 0% 50%;
  transform-style: preserve-3d;
  z-index: 10;
  transition: transform 0.6s;
  transform: translate3d(0, 0, 18px);
}

.bookcontainer .bookfront>div {

  height: 540px;
  width: 410px;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 3px 0 9px rgba(0, 0, 0, 0.1);
}

.bookcontainer .bookleft-side {

  height: 540px;
  width: 45px;
  left: -18px;
  transform: rotate3d(0, 1, 0, -90deg);
}

.bookcontainer .bookcover:after {

  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  width: 3px;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bookcontainer .bookfront:after {

  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  width: 1px;
}

.bookcover {

  background-size: 102%;
  transform-origin: left;
  transition: transform 0.6s;
}

.bookinnerpage {

  background-size: 103%;
  transform-origin: left;
  transition: transform 0.6s;
}

.bookcontainer .book:hover .bookcover {

  transform: rotateY(-160deg);

}

.bookcontainer .book:hover .bookinnerpage {

  transform: rotateY(-160deg) translateZ(-11px) translateX(26px);
  opacity: 1;
}

.bookback {

  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  height: 540px;
  background-size: 101%;
  border-radius: 3px 4px 4px 3px;
}

.bookcontainer .bookinnerpage {

  position: absolute;
  top: 0;
  opacity: 1;
  left: 20px;
  height: 100%;
  width: 98%;
  background-size: 103%;
  z-index: -1;
  /* Mantém a página atrás do livro */

  background-size: cover;
  background-position: center;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px);
  /* Leve ajuste de posição */
}


.bookcontainer3 {

  display: flex;
  justify-content: center;
  gap: 20px;
  perspective: 2800px;
  z-index: 1;
}

.bookcontainer3 .book3 {

  display: block;
  position: relative;
  width: 520px;
  height: 410px;
  color: #2b2b2b;
  border-radius: 3px 4px 4px 3px;
  box-shadow: 12px 12px 7px 0px rgba(115, 114, 116, 0.6);
  font-weight: 400;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.bookcontainer3 .book3:hover {

  transform: rotate3d(0, 1, 0, 30deg);
}

.bookcontainer3 .bookfront3 {

  transform-origin: 0% 50%;
  transform-style: preserve-3d;
  z-index: 10;
  transition: transform 0.6s;
  transform: translate3d(0, 0, 18px);
}

.bookcontainer3 .bookfront3>div {

  height: 410px;
  width: 540px;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 3px 0 9px rgba(0, 0, 0, 0.1);
}

.bookcontainer3 .bookleft3-side {

  height: 410px;
  width: 45px;
  left: -18px;
  transform: rotate3d(0, 1, 0, -90deg);
}

.bookcontainer3 .bookcover3:after {

  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  width: 3px;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bookcontainer3 .bookfront3:after {

  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  width: 1px;
}

.bookcover3 {

  background-size: 102%;
  transform-origin: left;
  transition: transform 0.6s;
}

.bookinnerpage3 {

  background-size: 103%;
  transform-origin: left;
  transition: transform 0.6s;
}

.bookcontainer3 .book3:hover .bookcover3 {

  transform: rotateY(-160deg);
}

.bookcontainer3 .book3:hover .bookinnerpage3 {

  transform: rotateY(-160deg) translateZ(-11px) translateX(26px);
  opacity: 1;
}

.bookback3 {

  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  height: 410px;
  background-size: 101%;
  border-radius: 3px 4px 4px 3px;
}

.bookcontainer3 .bookinnerpage3 {

  position: absolute;
  top: 0;
  opacity: 1;
  left: 20px;
  height: 100%;
  width: 100%;
  background-size: 103%;
  z-index: -1;
  /* Mantém a página atrás do livro */

  transform: translate3d(0px, 0px, 0px);
  /* Leve ajuste de posição */
}


.bookcontainer1 {

  display: flex;
  justify-content: center;
  /* Alinha os livros no centro horizontalmente */
  gap: 20px;
  /* Espaçamento entre os livros */
  perspective: 2800px;
  z-index: 1;
  margin-top: 15px;
}

.bookcontainer1 .book1 {

  display: block;
  position: relative;
  width: 423px;
  height: 552px;
  color: #2b2b2b;
  background: linear-gradient(45deg, #e9e9e9 0%, #e9e9e9 100%);
  border-radius: 3px 4px 4px 3px;
  box-shadow: 12px 12px 7px 0px rgba(115, 114, 116, 0.6);
  font-weight: 400;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.bookcontainer1 .book1:hover {

  transform: rotate3d(0, 1, 0, 30deg);
}

.bookcontainer1 .bookfront1 {

  transform-origin: 0% 50%;
  transform-style: preserve-3d;
  z-index: 10;
  transition: transform 0.6s;
  transform: translate3d(0, 0, 18px);
}

.bookcontainer1 .bookfront1>div {

  height: 552px;
  width: 423px;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 3px 0 9px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.bookcontainer1 .bookleft1-side {

  height: 540px;
  width: 45px;
  left: -18px;
  transform: rotate3d(0, 1, 0, -90deg);
}

.bookcontainer1 .bookcover1:after {

  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  width: 3px;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bookcontainer1 .bookfront1:after {

  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  width: 1px;
}

.bookcover1 {

  background-size: 106%;
}