@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* TROCA DE CORES */
:root {
  --white: #ffffff;
  --black: #202020;
  --text-color: #646464;
  --grey: #2e2e2e;

  --primary-color: #202020;
  --secondary-color: #3b363a;
  --light-primary-color: #ecc608;
  --lightess-primary-color: white;
  --secondary-color: #ecc608;
  --less-primary-color: #3b363a;
  --third-color: #3b363a;
  --lightess-third-color: #3b363a;
  --light-third-color: #fafafa;

  --fourth-color: #3b363a;
  --text-blue: #007595;
  --primary-color-dark: #311144;
  --secondary-color-light: #9bc3df;
  --blue-gradient: #80e1fb;
  --contrast-color: #ffff7d;
  --grey-light: #ececec;
  --green: #03800d;
  --secondary-orange: #3b363a;
}

/* ======== Reset Básico e Estilos Globais ======== */

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: 'Raleway', sans-serif; */
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  background-color: var(--lightess-primary-color);
  color: var(--text-color);
  /* padding: 1rem; */
  overflow-x: hidden;
}

body.menu-aberto {
  overflow: hidden;
}

h2 {
  font-size: 1.8em;
  font-weight: 800;
  color: var(--primary-color);
  text-align: center;
}

h3 {
  font-size: 1.2em;
  font-weight: 800;
}

h4 {
  font-size: 1em;
}

.bold {
  font-weight: 800;
}

/* ================== MOBILE ================== */

/* --- Bloco do Header (Mobile) --- */
.header-block {
  background-color: rgb(15, 15, 15);
  /* border-radius: 16px; */
  padding: 1rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 1200px; */
  margin: 0 auto 1.5rem auto;
  /* top: 1rem; */
  z-index: 10;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mg-0 {
  margin: 0 -1em;
}

.column {
  flex-direction: column;
}

.logo img {
  width: 80px;
}

.desktop-nav {
  display: none;
}

.hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.hamburger-btn .bar {
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.hamburger-btn.is-active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-btn.is-active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.is-active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Estilos do menu lateral que abre */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 50;
}

.mobile-menu.is-active {
  transform: translateX(0);
}

.mobile-menu .nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 1em;
  font-weight: 500;
}

.mobile-menu .nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 80%;
}

.mobile-menu .nav-actions .btn {
  width: 100%;
  text-align: center;
}

/* --- Bloco Hero (Mobile) --- */
.hero-block {
  background-color: var(--primary-color);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(163, 10, 180, 0.05);
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  color: var(--white);
  flex-direction: column;
  padding: 1.5em;
  gap: 1em;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}

.hero-image {
  display: none;
}

.hero-image-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  img {
    width: 100%;
    border-radius: 30%;
  }
}

.hero-block h1 {
  font-size: 1.6em; /* Título menor para mobile */
  font-weight: 800;
  line-height: 1.2;
}

.hero-block .subtitle {
  font-size: 1.35em; /* Título menor para mobile */
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-block p {
  font-size: 1em; /* Parágrafo menor para mobile */
  line-height: 1.6;
}

/* --- Estilos de Botões --- */
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-login {
  color: #495057;
}

.btn-login:hover {
  background-color: #f8f9fa;
}

.btn-primary {
  background-color: var(--secondary-color);
  color: var(--black);
  font-size: 1.2em;
  font-weight: 700;
}

.green-gradient {
  /* background: linear-gradient(45deg, rgb(103, 255, 103), rgb(43, 210, 1)); */
  border-radius: 20px;
}

.btn-primary:hover {
  opacity: 0.85;
}

.hero-block .btn-primary {
  padding: 1rem 3rem;
}

/* ANTES E DEPOIS */
/* --- Card de Depoimento (Mobile-First) --- */
swiperhorizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 50%;
  width: fit-content;
}

/* --- Estilos da Seção do Carrossel de Fotos --- */
.photo-testimonial-section {
  padding: 2rem 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 2rem auto;
}

.photo-testimonial-section h2 {
  max-width: 85%;
}

.photo-swiper {
  width: 100%;
  padding: 2rem 0 4rem 0;
  overflow: visible;
}

.photo-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  transform: scale(0.8);
  opacity: 0.7;
}

.photo-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.photo-swiper .slide-content {
  display: grid;
  place-items: center;
  width: 450px;
}
.photo-swiper .testimonial-card {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 0px 20px rgb(219, 219, 219);
  overflow: hidden;
  width: 95%;
  height: 100%;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1.1; /* Proporção da imagem */
  object-fit: cover;
  display: block;
}

.photo-swiper .images-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.photo-swiper .image-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.photo-swiper .testimonial-content {
  padding: 1.5em;
  text-align: left;
}
.photo-swiper .testimonial-text {
  font-size: 1rem;
  font-style: italic;
  color: #495057;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.photo-swiper .testimonial-text::before {
  content: "“";
  position: absolute;
  left: -10px;
  top: -40px;
  font-size: 5em;
  color: var(--primary-color);
  opacity: 0.3;
}
.photo-swiper .testimonial-author {
  font-size: 1em;
  font-weight: 700;
  color: var(--dark-primary-color);
  margin-top: 1rem;
  text-align: right;
}

.photo-pagination {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}

.image-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
  padding: 4px 10px;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 6px;
}

/* --- Estilos da Seção do Carrossel de Texto --- */
.text-testimonial-section {
  padding: 2rem 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.text-testimonial-section h2 {
  color: var(--third-color);
}

.text-swiper {
  width: 100%;
  padding: 2rem 0 4rem 0;
  overflow: visible;
}

.text-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  transform: scale(0.8);
  opacity: 0.7;
}
.text-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}
.text-swiper .slide-content {
  width: 450px;
}
.text-swiper .text-testimonial-card {
  background-color: var(--light-third-color);
  border: 1px solid var(--secondary-orange);
  border-radius: 16px;
  padding: 2rem;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.text-swiper .text-testimonial-card::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 10em;
  font-weight: 900;
  color: var(--third-color);
  opacity: 0.13;
  z-index: 0;
  line-height: 1;
}

.text-swiper .text-testimonial-quote {
  font-size: 1em;
  line-height: 1.7;
  font-weight: 500;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: right;
}
.text-swiper .text-testimonial-author {
  font-size: 1em;
  font-weight: 700;
  color: var(--third-color);
  margin-top: 1.5rem;
  text-align: right;
  position: relative;
  z-index: 1;
}

.text-pagination {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}

/* --- Estilos compartilhados pelos 'dots' --- */
.photo-testimonial-section .custom-bullet {
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.text-testimonial-section .custom-bullet {
  background-color: var(--third-color);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.custom-bullet.is-large {
  width: 14px;
  height: 14px;
  opacity: 1;
}
.custom-bullet.is-medium {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.custom-bullet.is-small {
  width: 6px;
  height: 6px;
  opacity: 0.3;
}

.orange-primary-color {
  padding: 100px 30px;
  gap: 24px;
  background:
    radial-gradient(
      83.79% 100% at 50% 100%,
      rgba(252, 78, 18, 0.25) 0%,
      rgba(255, 96, 41, 0) 100%
    ),
    radial-gradient(
      104.97% 125.28% at 52.05% 114.19%,
      #ff7a4c 0%,
      rgba(255, 167, 137, 0) 100%
    ),
    #d600b1;
}

.text-section {
  padding: 0 0 4rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.text-section p {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-color);
  max-width: 90%;
}

.text-section .btn {
  padding: 1rem 1rem;
  font-size: 1.1em;
  background-color: var(--primary-color);
  color: var(--white);
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

/* --- PRODUCTS SECTION --- */

.pricing-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

#ord-1 {
  order: 1;
}

#ord-2 {
  order: 2;
}

#ord-3 {
  order: 3;
}

.pricing-card {
  background-color: var(--white);
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 670px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

.pricing-card.recommended {
  border: 3px solid var(--less-primary-color);
  position: relative;
}

.card-header {
  width: 100%;
  padding: 15px 0;
  border-radius: 8px 8px 0 0;
  color: #333;
  font-size: 24px;
  font-weight: 900;
}

.card-header.standard {
  /* background: linear-gradient(to bottom, #a4a4a4, #ffffff); */
}

.card-header.recommended-header {
  background: linear-gradient(to bottom, var(--light-primary-color), #ffffff);
  font-size: 22px;
}
.card-header.good-value {
  /* background: linear-gradient(to bottom, #a4a4a4, #ffffff); */
}

.bottles-info {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.product-image {
  margin: 20px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
}

.price-per-bottle {
  font-size: 52px;
  font-weight: 900;
  color: #333;
}

.price-per-bottle span {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

.save-info {
  font-size: 16px;
  font-weight: 700;
  color: #d9534f;
  margin-top: 5px;
}

.guarantee-info {
  font-size: 14px;
  color: #555;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  width: 100%;
  margin-top: 20px;
}

.recommended .guarantee-info {
  margin-top: 0;
}

.products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;

  h2 {
    padding: 1rem;
    font-size: 1.5rem;
    border-bottom: none;
  }
}

.products-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}

.pricing-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.pricing-card.recommended {
  border: 3px solid var(--less-primary-color);
  box-shadow: 0 8px 16px rgba(0, 255, 30, 0.1);
  position: relative;
  z-index: 1;
  color: var(--black);
}

.pricing-card.recommended:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-header {
  width: 100%;
  padding: 15px 0;
  border-radius: 8px 8px 0 0;
  color: var(--black);
  font-size: 24px;
  font-weight: 900;
}

.bottles-info {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.product-image {
  margin: 20px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
}

.price-per-bottle {
  font-size: 52px;
  font-weight: 900;
  color: #333;
}

.price-per-bottle span {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

.save-info {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 5px;
}

.order-button {
  background: linear-gradient(45deg, rgb(192, 254, 192), rgb(43, 210, 1));
  border: 1px solid green;
  border-radius: 50px;
  color: var(--black);
  padding: 0.5rem 0;
  font-size: 1.3em;
  font-weight: 900;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  text-decoration: none;
}

.order-button:hover {
  background: linear-gradient(45deg, rgb(43, 210, 1), rgb(192, 254, 192));
}

.button-subtitle {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.payment-icons {
  margin-top: 15px;
}

.payment-icons img {
  width: 120px;
}

.total-price {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.total-price span {
  text-decoration: line-through;
  color: #999;
}

.shipping-info {
  font-size: 14px;
  font-weight: 700;
  color: #28a745;
  margin-top: 5px;
}

.doctor-recommended {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  margin-top: 15px;
  color: #333;
  font-weight: 700;
}

.doctor-recommended .check-icon {
  width: 18px;
  height: 18px;
}

/* ----- GUARANTEE SETION ----- */

.guarantee {
  background-color: var(--black);
  border-radius: 16px;
  margin: 7rem auto 2rem auto;
  padding: 0 1.4rem 4rem 1.4rem; /* Menos padding vertical para mobile */
  box-shadow: 0 8px 32px rgba(163, 10, 180, 0.05);
  max-width: 1000px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: var(--white);
  margin-top: 4rem;
  gap: 2rem;
}

.guarantee img {
  margin-top: -4rem;
  width: 158px;
  height: 158px;
}

.guarantee h2 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.5em;
}

/* ----- DECISION SETION ----- */
.decision-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;

  border-radius: 16px;
  padding: 2rem 0;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.accordion-item {
  border-radius: 30px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  padding: 1.5rem;
  width: 100%;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.accordion-icon {
  font-size: 2em;
  font-weight: 500;
  transition: transform 0.4s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition:
    0.5s ease-in-out,
    padding 0.5s ease-in-out;
}

.accordion-content p.bold {
  font-weight: 700;
}

/* ----- FAQ SECTION ----- */

.faq-section {
  background-color: var(--black);
  border-radius: 16px;
  padding: 3rem 1.5rem; /* Menos padding vertical para mobile */
  box-shadow: 0 8px 32px rgba(163, 10, 180, 0.05);
  max-width: 1000px;
  margin: 2rem auto 4rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.faq-section h2 {
  font-size: 2.5em;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-accordion .accordion-item {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
  color: var(--white);
  background: var(--grey);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
}

.faq-accordion .accordion-item.active {
  border-color: var(--light-primary-color); /* Cor da borda quando ativo */
  box-shadow: 0 4px 12px rgba(0, 150, 250, 0.1);
}

.faq-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.faq-accordion .accordion-header h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  transition: color 0.3s ease;
  text-align: left;
}

.faq-accordion .accordion-item.active .accordion-header h4 {
  color: var(--light-primary-color); /* Cor do título quando ativo */
  font-weight: 700;
  border-bottom: 1px solid var(--light-primary-color);
  padding-bottom: 10px;
}

.faq-accordion .accordion-icon {
  color: var(--white);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Animação suave do ícone */
  font-size: 3em;
}

.faq-accordion .accordion-content p {
  text-align: left;
  line-height: 1.7;
  padding-top: 10px;
}

.label {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 2rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;

  img {
    width: -webkit-fill-available;
  }
}

/* ----- FOOTER ----- */
/* ----- FOOTER ----- */
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 1.5rem 0;
  /* margin: 0 -2rem -2rem -2rem; */
  gap: 0.5rem;
}

footer .logo-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.logo-info img {
  max-width: 200px;
  width: 100%;
}

footer a {
  font-size: 0.85em;
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 550px) {
  footer a {
    order: 0;
    width: 200px;
    text-align: center;
  }

  footer .logo-info {
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;

    p {
      order: 0;
    }

    img {
      order: 1;
    }
  }
}

.fade-in-section {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

#timer-component {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 15px;
}

.time-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-value {
  font-family: "Roboto Mono", monospace; /* Fonte monoespaçada para números */
  background-color: var(--lightess-primary-color);
  color: var(--dark-primary-color);
  font-size: 2.5rem;
  font-weight: 700;
  padding: 15px;
  border-radius: 8px;
  min-width: 80px; /* Garante que os blocos tenham a mesma largura */
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.time-label {
  color: var(--grey);
  font-size: 0.9rem;
  margin-top: 10px;
  text-transform: uppercase;
}

/* Efeito de "flash" quando o tempo está acabando */
.timer-container.ending .time-value {
  animation: flash 1s infinite;
}

@keyframes flash {
  0%,
  100% {
    background-color: var(--primary-color);
  }
  50% {
    background-color: var(--dark-color);
  }
}

/* Responsividade para telas menores */
@media (max-width: 480px) {
  .time-value {
    font-size: 2.5rem;
    min-width: 60px;
    padding: 10px;
  }
  .timer-container {
    padding: 20px;
  }
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;

  h2 {
    max-width: none;
  }
}

section {
  padding: 2rem 0;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 1rem;
}

/* Counter */
#counter-section {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
}

#counter-section .counter-container {
  font-size: 1.8rem;
}

#counter-section .counter {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  margin: 0.5rem 0;
}

/* Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  text-align: center;
}

.benefit-item {
  box-shadow: 0 0 10px rgb(212, 212, 212);
  padding: 20px;
  border-radius: 5px;
}

.benefit-item .icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.benefit-item h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* Graphs */
#graphs {
  background-color: var(--light-color);
}

.graphs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  align-items: center;
}

.graph-item {
  padding: 2rem;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.graph-item h4 {
  margin-bottom: 1rem;
}

.graph-item p {
  font-size: 0.9rem;
  color: #777;
  margin-top: 1rem;
}

/* --- ESTRUTURA DA SEÇÃO DE ESTATÍSTICAS --- */
.stats-section {
  width: 100%;
  max-width: 900px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 colunas para mobile */
  gap: 30px 20px;
  margin-bottom: 40px;
}

.stat-percentage {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--third-color);
  line-height: 1.1;
}

.stat-description {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 5px 0 10px 0;
}

.stat-icons {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.stat-icons span {
  display: inline-flex;
  color: var(--third-color); /* Cor padrão dos ícones ativos */
}

.stat-icons .muted {
  color: #dcdcdc; /* Cor dos ícones inativos */
}

.stat-icons svg {
  width: 28px;
  height: 28px;
}

/* --- BOTÃO DE AÇÃO --- */
.btn-cta {
  display: inline-block;
  background-color: var(--third-color);
  color: #ffffff;
  padding: 16px 45px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(249, 102, 72, 0.4);
}

.btn-cta:hover {
  transform: translateY(-3px);
  background-color: var(--third-color);
  box-shadow: 0 8px 20px rgba(249, 102, 72, 0.5);
}

/* --- RESPONSIVIDADE (PARA TELAS DE DESKTOP) --- */
@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr); /* 4 colunas em telas maiores */
    gap: 40px;
  }

  .stat-percentage {
    font-size: 4.5rem;
  }
}
.certifications {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;

  img {
    width: 100%;
  }
}

/* --- SEÇÃO "COMO USAR" --- */
.how-to-use-section {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.container {
  padding: 20px;
}

.how-to-use-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-primary-color);
  margin-bottom: 40px;
}

.steps-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap; /* Permite que os cards quebrem a linha em telas menores */
}

.step-card {
  background-color: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  flex: 1; /* Faz os cards dividirem o espaço igualmente */
  min-width: 280px; /* Largura mínima para cada card */
  max-width: 320px;
  position: relative;
  overflow: hidden; /* Garante que o número não saia do card */
  border-top: 4px solid var(--primary-color); /* Destaque de cor no topo */
}

.step-icon {
  color: var(--primary-color);
  margin-bottom: 20px;
}

/* O número do passo, estilizado no canto */
.step-number {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 4rem;
  font-weight: 700;
  color: var(--grey-light); /* Cor bem clara, quase transparente */
  z-index: 0;
  line-height: 1;
}

.step-card h3 {
  font-size: 1.4rem;
  color: var(--dark-primary-color);
  margin: 0 0 10px 0;
  position: relative; /* Para ficar na frente do número */
  z-index: 1;
}

.step-card p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  position: relative; /* Para ficar na frente do número */
  z-index: 1;
}

.step-card p strong {
  font-weight: 600;
  color: var(--primary-color);
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
  .how-to-use-section h2 {
    font-size: 2rem;
  }

  .steps-container {
    flex-direction: column;
    align-items: center;
  }
}
/* ============================================================ */
/* --- ESTILOS PARA TELAS MAIORES (DESKTOP) --- */
/* ============================================================ */

@media (min-width: 750px) {
  section {
    padding: 4rem 0;
  }

  .certifications {
    img {
      width: 80%;
    }
  }

  .hero-text {
    width: 60%;
  }

  .claim-button-recommended {
    padding: 0.5rem;
    font-size: 1.1rem;
  }
  .claim-button {
    padding: 0.5rem;
    font-size: 1.1rem;
  }

  .hero-block {
    height: 75vh;
    flex-direction: row;
  }

  .hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;

    img {
      width: 450px;
    }
  }

  .hero-image-mobile {
    display: none;
  }

  h2 {
    font-size: 1.8em;
    max-width: 80%;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .text-section p {
    font-size: 1em;
  }

  .text-section .btn {
    width: 80%;
  }

  .products-header {
    margin: 2rem;

    h2 {
      font-size: 2em;
      margin-bottom: 0.5em;
      border-bottom: 2px solid var(--primary-color);
    }
  }

  #ord-1 {
    order: 1;
  }

  #ord-2 {
    order: 2;
  }

  #ord-3 {
    order: 3;
  }

  .guarantee {
    margin-top: 8rem;
  }

  .guarantee img {
    margin-top: -6rem;
    width: 200px;
    height: 200px;
  }

  .guarantee p {
    font-size: 1.2em;
    max-width: 800px;
  }

  .guarantee h2 {
    font-size: 2.5em;
    max-width: 600px;
  }

  .lasting-section p {
    font-size: 1.5em;
  }

  .motives .btn-primary {
    font-size: 1.5em;
  }

  .lasting-section .btn-primary {
    padding: 1rem 4rem;
  }

  .faq-section h2 {
    font-size: 2em;
  }

  .faq-accordion .accordion-header h4 {
    font-size: 1.3em;
  }

  .faq-accordion {
    gap: 2rem;
  }

  .faq-accordion p {
    font-size: 1em;
  }

  .faq-accordion .accordion-item {
    padding: 1rem;
  }

  .faq-section {
    padding: 2rem;
    margin: 1rem auto 4rem auto;
  }

  footer {
    flex-direction: row;
  }

  footer img {
    width: 100px;
    order: 0;
  }

  footer a {
    order: 0;
    width: 200px;
    text-align: center;
  }

  section-subtitle {
    margin-bottom: 2rem;
  }
}

@media (min-width: 950px) {
  body {
    padding: 0;
  }

  /* Esconde os elementos mobile no desktop */
  .hamburger-btn,
  .mobile-menu {
    display: none;
  }

  .header-block {
    gap: 20px;
  }

  /* Mostra a navegação de desktop */
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
  }

  .header-block {
    padding: 1rem 1.5rem;
    /* margin-top: 1.5em; */
  }

  .logo img {
    width: 80px; /* Tamanho original do logo */
  }

  #logo-mobile {
    display: none;
  }

  .nav-links {
    display: flex; /* Garante que os links fiquem em linha */
    flex-direction: row;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    width: 100%;
  }

  .nav-links .dropdown-arrow {
    display: inline-block;
    margin-left: 4px;
    transform: translateY(2px);
    opacity: 0.6;
  }

  .nav-actions {
    display: flex;
    flex-direction: row; /* Garante que os botões fiquem em linha */
    align-items: center;
    gap: 1.5rem;
  }

  /* Ajusta o Hero para desktop */
  .hero-block {
    padding: 4rem;
    height: 85vh;
  }

  .hero-block h1 {
    font-size: 3em; /* Aumenta o título no desktop */
  }

  .hero-block .subtitle {
    font-size: 2em;
  }

  .hero-block p {
    font-size: 1.2em; /* Aumenta o parágrafo no desktop */
    max-width: 750px;
  }

  .text-section p {
    max-width: 750px;
  }

  .text-section .btn {
    font-size: 1.5em;
    padding: 1rem 4rem;
    min-width: 750px;
  }

  .btn {
    padding: 0.6rem 1.2rem;
  }

  .hero-block .btn-primary {
    padding: 1rem 4rem;
    font-size: 1em;
  }

  .mg-0 {
    margin: 0 -2em;
  }

  .swiper-slide {
    /* Afeta ambos os carrosséis no mobile */
    opacity: 1;
  }

  h2 {
    font-size: 2.5em;
    max-width: 800px;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  .accordion-item li {
    font-size: 1.1em;
  }

  #counter-section {
    border-radius: 0;
  }
}

/* ============================================================
   MENU FIXES + RESPONSIVE IMPROVEMENTS (patch)
   ============================================================ */

/* Hamburger icon visible on dark header */
.hamburger-btn .bar {
  background-color: #fff;
}

/* Mobile menu links were inheriting white on white */
.mobile-menu .nav-links a {
  color: white;
}

/* Make the slide-in menu feel intentional */
.mobile-menu {
  background-color: #000000;
  padding: 2.5rem 1.75rem;
}

/* Optional: tighter spacing */
.mobile-menu .nav-links {
  gap: 1.25rem;
}
.mobile-menu .nav-links a {
  font-size: 1.05rem;
}

/* Screen overlay behind the menu */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 40;
}
.menu-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Ensure menu sits above overlay */
.mobile-menu {
  z-index: 50;
}
.hamburger-btn {
  z-index: 60;
}

/* Safer container width on big screens */
@media (min-width: 950px) {
  .menu-overlay {
    display: none;
  }
  .header-block {
    max-width: 1200px;
    margin: 0 auto 1.5rem auto;
  }
}
