/* DESKTOP */
@media (max-width: 1024px) {
  .hero .container,
  .motivo {
    flex-direction: column;
    text-align: center;
  }

  .motivo img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .line {
    width: 6px;
    height: 80px;
    margin-bottom: 50px;
  }

  .step {
    width: auto;
  }

  .plan-cards,
  .brinde-items,
  .produtos-galeria {
    flex-direction: column;
    align-items: center;
  }

  .plan-card,
  .brinde-items div,
  .produtos-galeria div {
    width: 90%;
  }

  .produtos-galeria {
    grid-template-columns: repeat(2, 1fr);
  }

  .depo-item {
    flex: 0 0 calc(50% - 20px);
  }   

}



/* TABLET */
@media (max-width: 768px) {

  body {
    padding-top: 0; /* no mobile fullscreen não precisa compensar o topo */
  }

  .menu-toggle {
    display: block;
    z-index: 999;
  }

  .nav-fullscreen {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: fixed;
    inset: 0;
    z-index: 998;
  }

  .nav-fullscreen.active {
    display: flex;
  }

  .menu-links {
    flex-direction: column;
    gap: 30px;
  }

  .menu-links li a {
    font-size: 1.4rem;
  }

  /* Garante que menu mobile fixo funcione sem interferir */
  .fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .header .container {
    flex-direction: column;
    gap: 15px;
  }

  .btn-topo {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 20px 40px;
    display: block;
    width: 100%;
    text-align: center;

  }

  .hero {
    background-image: url("images/bk-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -258px;
    background-position-y: 0px;
    height: 1650px;
    padding: 70px 20px;
  }

  .hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Alinha o conteúdo ao topo e à esquerda */
  }

  .hero-content img {
    width: 350px;
    margin: 0 0 20px 0; /* Espaço abaixo da imagem */
    margin-left: -65px;
    position: relative; /* Remove o absolute para manter fluxo normal */
    left: auto;
    top: auto;
  }

  .heroForm {
    background-image: url("images/bk-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-position-x: -258px;
    background-position-y: -250px;
    height: 1650px;
    padding: 70px 20px;
  }

  .hero-contentForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Alinha o conteúdo ao topo e à esquerda */
  }

  .hero-contentForm img {
    width: 350px;
    margin: 0 0 20px 0; /* Espaço abaixo da imagem */
    margin-left: -65px;
    position: relative; /* Remove o absolute para manter fluxo normal */
    left: auto;
    top: auto;
  }

  .formulario {
    background: #fef4f0;
    text-align: center;
    margin-top: -250px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .privacidade {
    background: #fef4f0;
    text-align: center;
    margin-top: -280px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .chamada{
    z-index: 2!important;  
    font-size: 2.3rem!important;
    line-height: 1.0;
    text-align: left;
    width: 100%;
    color: #8cc7c0!important;
    font-weight: bold;
  }

  .subChamada{
    font-size: 1.4rem!important;
    text-align: left;    
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
    width:100%;
    color: #fff!important;
  }

  .subChamada span{
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem!important;
  }  

  .hero-form {
    padding: 20px;
  }

  .hero-form input,
  .hero-form button {
    font-size: 0.95rem;
    padding: 12px;
  }

  .btn-cta,
  .btn-como-funciona {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .btn-plan{
    display: block;
    width: 80%;
    text-align: center;
    margin-bottom: 15px;    
  }

  .faq-toggle {
    font-size: 1rem;
    padding: 12px;
  }

  .overlay {
    padding: 15px;
  }

  .overlay h3 {
    font-size: 1rem;
  }

  .btn-carousel {
    font-size: 0.85rem;
    padding: 6px 14px;
  }

  .plan-cards {
    flex-direction: column;
    align-items: center;
  }

  .plan-card {
    width: 90%;
  }

  .brinde-items {
    flex-direction: column;
    align-items: center;
  }

  .brinde-item {
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .brinde-item img {
    margin-right: 10px;
  }

  .porque-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .porque-imagem {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .porque-blocos {
    width: 100%;
  }

  .produtos-galeria {
    grid-template-columns: 1fr;
    justify-items: center; /* Centraliza o conteúdo da grid */
  }

  .produtos-galeria .img {
    width: 100%; /* Garante que as imagens não fiquem muito largas */
  }

  .produtos-galeria img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .depo-item {
    flex: 0 0 100%;
    margin: 0 auto;
  }

  .depo-carousel {
    gap: 0;
  }

  .logo-footer {
    max-width: 250px;
    margin: 0 auto;
    margin-left: -8px;
    display: block;
  } 

  .footer-col.contato {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-flor {
    padding: 25px 20px;
    margin: 20px 10px;
    border-radius: 15px;
  }

  .form-flor h3 {
    font-size: 1.4rem;
  }

  .checkbox-group {
    flex-direction: column;
    gap: 8px;
  }

  .form-flor-btn {
    width: 100%;
    font-size: 1rem;
  }

  .form-flor label {
    font-size: 1rem;
  }

  .form-flor-input,
  .form-flor textarea,
  .form-flor select {
    font-size: 1rem;
  }

  .carousel-item {
    flex: 0 0 100%;
  }

  .carousel-item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    display: block;
    user-drag: none;
    user-select: none;
    pointer-events: none;
  }  

}


/* MOBILE */
@media (max-width: 480px) {

  .hero-content h1 {
    font-size: 1.6rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }

  input,
  button {
    font-size: 0.9rem;
  }

  .faq-toggle {
    font-size: 0.95rem;
    padding: 10px;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.contato p,
  .footer-col.social a {
    justify-content: center;
  }

  .carousel-item {
    flex: 0 0 100%;
  }

}
