/* Carrossel das landings — mesma reserva de linhas (vendedor, restaurante, secretário) */

#funcionalidades {
  /* Mobile: gap entre hero e 2ª dobra */
  padding-block: 4rem;
}

#planos-precos {
  padding-block: 3.5rem;
}

@media (min-width: 768px) {
  #funcionalidades,
  #planos-precos {
    padding-block: 6.4rem;
  }
}

#funcionalidades > .landing-carousel-grid {
  min-height: 0;
}

@media (min-width: 1024px) {
  #funcionalidades > .landing-carousel-grid {
    align-items: stretch;
  }

  #funcionalidades .landing-carousel-content-col {
    justify-content: flex-start;
  }

  #funcionalidades .landing-carousel-phone-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  #funcionalidades .landing-carousel-phone-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
  }

  #funcionalidades .landing-phone-demo--half {
    height: 100%;
    width: auto;
    /* Base lógica; zoom 1.5 no mockup amplia ~50% (balões incluídos) */
    max-width: min(100%, 28rem);
    aspect-ratio: 9 / 8;
    min-height: 18rem;
    align-self: center;
  }
}

#funcionalidades #crs-sub {
  display: block;
  min-height: 1.25rem;
}

#funcionalidades #crs-title {
  display: block;
  line-height: 1.1;
  margin-bottom: 1rem;
}

#funcionalidades #crs-desc {
  display: block;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  #funcionalidades #crs-title {
    min-height: 5.5rem;
    margin-bottom: 1.5rem;
  }

  #funcionalidades #crs-desc {
    min-height: 4.75rem;
  }
}
