:root {
  --lf-text: #1a1a1a;
  --lf-muted: #5c5c5c;
  --lf-border: #111;
  --lf-bg: #fff;
  --footer-bg: #ed2e95;
  --footer-text: #fff;
  --accent: #111;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--lf-text);
  background: var(--lf-bg);
  font-size: 0.95rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.product-title {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.text-muted-lf {
  color: var(--lf-muted) !important;
}

.product-description {
  color: #000000;
}

.product-description p {
  font-size: 1em;
  line-height: inherit;
}

.product-video__player {
  display: block;
  height: auto;
  border: 1px solid #e8e8e8;
  background: #000;
}

.brand-mark {
  width: min(220px, 56vw);
  height: auto;
  border-radius: 0;
  max-width: 100%;
  display: block;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .brand-mark {
    width: 260px;
  }
}

.price-row .display-price {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.installment {
  font-size: 0.95rem;
  color: var(--lf-muted);
}

.btn-buy {
  background: #ed2e95;
  color: #fff;
  border: 1px solid #ed2e95;
  border-radius: 0;
  padding: 0.85rem 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-buy:hover,
.btn-buy:focus {
  background: #fff;
  color: #ed2e95;
  border-color: #ed2e95;
}

.underline-rule {
  height: 1px;
  background: var(--lf-border);
  max-width: 100%;
}

/* Carousel principal — imagens 1:1 ocupam quadrado = largura da coluna (sem faixas laterais) */
.product-carousel .carousel-inner {
  background: #fff;
  width: 100%;
}

.product-carousel .carousel-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: 0;
}

/* Setas do carrossel — traço mais grosso (stroke) */
.product-carousel .carousel-control-prev-icon,
.product-carousel .carousel-control-next-icon {
  filter: none;
  width: 2.75rem;
  height: 2.75rem;
  background-size: 100% 100%;
  opacity: 0.95;
}

.product-carousel .carousel-control-prev,
.product-carousel .carousel-control-next {
  width: 14%;
  opacity: 1;
  background: transparent;
  background-image: none;
}

.product-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 5l-7 7 7 7' stroke='%23111' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 5l7 7-7 7' stroke='%23111' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Mobile: galeria mais próxima da logo */
@media (max-width: 991.98px) {
  .section-product {
    padding-bottom: 1.5rem;
  }

  .section-product__logo-mob {
    margin-bottom: 0.25rem;
  }

  .section-product__logo-mob .brand-mark {
    width: min(280px, 92vw);
    max-width: 100%;
  }

  .section-product .row.g-4 {
    --bs-gutter-y: 0.75rem;
    --bs-gutter-x: 0.75rem;
  }

  .section-product .product-carousel {
    margin-top: 0;
  }

  .section-product .thumbs-row {
    margin-top: 0.5rem;
  }

  .product-carousel .carousel-control-prev-icon,
  .product-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }

  .product-carousel .carousel-control-prev,
  .product-carousel .carousel-control-next {
    width: 11%;
  }
}

.thumbs-row {
  gap: 0.5rem;
}

.thumb-btn {
  border: 1px solid #ddd;
  padding: 0;
  background: #fff;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-btn.active,
.thumb-btn:focus {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
  outline: none;
}

.thumb-btn:hover {
  border-color: #999;
}

.section-faq.faq-section {
  border-top: 1px solid #e8e8e8;
  background: #f7f7f7;
}

.faq-kicker {
  letter-spacing: 0.22em;
  color: #5c5c5c;
  font-weight: 500;
}

.faq-heading {
  color: #1a1a1a;
  font-weight: 600;
}

.faq-section .faq-accordion .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.65rem;
  background: #fff;
}

.faq-section .faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-section .accordion-button {
  font-weight: 500;
  font-size: 1rem;
  background: #fff;
  color: #1a1a1a;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #f3f3f3;
  color: #1a1a1a;
  box-shadow: none;
}

.faq-section .accordion-button::after {
  filter: opacity(0.5);
}

.faq-section .accordion-button:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.06);
}

.faq-section .accordion-body.faq-answer {
  background: #fafafa;
  color: var(--lf-muted);
  line-height: 1.6;
  border-top: 1px solid #eaeaea;
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
}

/* Rodapé: mobile = foto por último; desktop = foto à esquerda acompanhando a altura do conteúdo, sem cortar */
.site-footer--layout {
  padding-bottom: 0;
  overflow-x: clip;
}

.site-footer__body {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  width: 100%;
  gap: 1.25rem;
}

.site-footer__figure {
  margin: 0;
  line-height: 0;
  text-align: center;
}

.site-footer__photo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(85vw, 480px);
  object-fit: contain;
  object-position: bottom center;
  margin-inline: auto;
}

@media (max-width: 991.98px) {
  .site-footer__body {
    gap: 0.35rem;
  }

  .site-footer__figure {
    width: 100%;
    max-width: none;
    align-self: stretch;
  }

  .site-footer__photo-img {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    display: block;
    height: auto;
    max-height: min(130vw, 480px);
    object-fit: contain;
    object-position: center bottom;
  }

  .site-footer__main .row > .col-12:last-child .footer-heading {
    margin-bottom: 0.5rem;
  }

  .site-footer__main .row > .col-12:last-child .social-line {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .site-footer__body {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .site-footer__body > .site-footer__main {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }

  .site-footer__figure {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    align-self: stretch;
    padding-left: 0;
    margin-left: 0;
    padding-right: 1rem;
    text-align: left;
    min-height: 0;
  }

  .site-footer__photo-img {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    flex-shrink: 0;
  }
}

.site-footer a {
  color: var(--footer-text);
  text-decoration: none;
}

.site-footer a:hover {
  opacity: 0.92;
  text-decoration: none;
}

.footer-heading__ico {
  font-size: 1.15rem;
  opacity: 0.95;
}

.footer-link-ico {
  font-size: 1.2rem;
  flex-shrink: 0;
  opacity: 0.92;
}


.site-footer .form-control,
.site-footer .form-select {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer .form-control:focus,
.site-footer .form-select:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

@media (min-width: 992px) {
  .site-footer textarea.form-control--mensagem-desktop {
    min-height: 5rem;
    max-height: 6.75rem;
    resize: vertical;
  }
}

.site-footer label {
  font-size: 0.875rem;
}

.site-footer .alert {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.site-footer .alert-success {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.site-footer .alert-danger {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-footer-send {
  border-radius: 0;
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.75rem 1.25rem;
  transition: color 0.2s, border-color 0.2s;
}

.btn-footer-send:hover,
.btn-footer-send:focus-visible {
  background: #fff;
  color: var(--footer-bg);
  border-color: #fff;
}

.btn-footer-send:focus {
  box-shadow: none;
}

.footer-heading {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0.95;
}

.social-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 992px) {
  .thumb-btn {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 991.98px) {
  .thumb-btn {
    width: 64px;
    height: 64px;
  }
}
