/* Barra superior de acesso rápido */
.topbar {
  background: #0f2d4a;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.topbar__brand {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
}
.topbar__nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.topbar__link {
  color: #dbe7f2;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.topbar__link:hover {
  color: #fff;
  border-bottom-color: #e0342c;
}
@media (max-width: 640px) {
  .topbar__inner { justify-content: center; text-align: center; }
  .topbar__nav { gap: 12px; justify-content: center; }
  .topbar__link { font-size: 13px; }
}

/* Aviso legal */
.legal-note {
  background: #f4f6f8;
  padding: 24px 0;
  border-top: 1px solid #e2e6ea;
}
.legal-note p {
  font-size: 13px;
  line-height: 1.6;
  color: #667;
  margin: 0;
  text-align: center;
}

.form-error {
  background: #ffe8e6;
  color: #b3261e;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}

/* CTA na barra superior */
.topbar__cta {
  background: #e0342c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 9px 22px;
  border-radius: 40px;
  transition: background 0.2s;
}
.topbar__cta:hover { background: #c62a23; }

/* header original substituido pela barra superior */
.header--legacy { display: none !important; }

/* espaco para o selo de desconto no formulario do hero */
.promo-form-wrap { margin-top: 46px; }
.promo-form, .promo-form-wrap, .form, .form__wrapper { overflow: visible; }

/* ================================================================
   Ajustes 2026: caixa de pedido (formland), passos e FAQ
   ================================================================ */

/* 1. Caixa preta do formulario: card compacto, sem esticar nem
      sobrepor a imagem do casal */
.formland {
  position: static !important;
  left: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 100%;
  max-width: 760px;
  margin: 30px auto 0 !important;
  background-color: #232322;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.55);
  align-items: stretch !important;
}
.possibility {
  padding-bottom: 40px !important;
}
.formland__prod {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2a28;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  padding: 18px 10px;
  max-width: 240px !important;
  width: 100%;
}
.formland__pack {
  position: static !important;
  left: auto !important;
  top: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 100% !important;
  max-width: 200px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.formland__content {
  max-width: none !important;
  margin: 0 !important;
  padding: 26px 30px !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 4px;
}
.formland__title {
  max-width: none !important;
  padding-right: 0 !important;
  margin-bottom: 6px !important;
  text-align: left !important;
  font-size: 26px !important;
}
.formland__title::before { display: none !important; }
.formland__form { margin-top: 10px !important; width: 100%; }
.formland .form__name { max-width: 340px !important; width: 100% !important; }
.formland .btn {
  max-width: 340px !important;
  width: 100% !important;
  margin-top: 4px !important;
}

@media screen and (max-width: 767px) {
  .formland { flex-direction: column; max-width: 360px; }
  .formland__prod { max-width: none !important; }
  .formland__content { padding: 22px 18px !important; align-items: center !important; }
  .formland__title { text-align: center !important; font-size: 22px !important; }
  .formland .form__name, .formland .btn { max-width: none !important; }
}

/* 2. Passos "Cum să comandați": texto abaixo da imagem */
.order-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 34px;
}
.order-item__text,
.order-item__text--top {
  position: static !important;
  bottom: auto !important;
  top: auto !important;
  width: 100% !important;
  margin: 14px 0 6px !important;
  padding: 0 6px;
  font-size: 18px !important;
  line-height: 1.25;
  color: #232322 !important;
  text-shadow: none !important;
}
.order-item__img { border-radius: 14px; overflow: hidden; }
.order-item__img img { display: block; width: 100%; height: auto; }
.order-item__circle { top: 0 !important; }

/* 3. FAQ em acordeao */
.faq { background: #f6f5f5; padding: 50px 0; }
.faq__title { text-align: center; margin-bottom: 28px; }
.faq__list { max-width: 860px; margin: 0 auto; }
.faq__item {
  background: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.faq__item[open] { border-color: #009640; box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.4); }
.faq__question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #1d2b36;
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question:hover { color: #009640; }
.faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #009640;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s;
}
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__answer {
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5560;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .faq__question { font-size: 15px; padding: 15px 16px; }
  .faq__answer { font-size: 15px; padding: 0 16px 16px; }
}

/* respiro entre a foto do casal e o card de pedido */
.possibility .full { margin-bottom: 90px !important; }
.formland { margin-top: 10px !important; }
@media screen and (min-width: 768px) {
  .formland__content { align-items: center !important; }
  .formland__title { text-align: center !important; }
}

/* passos alinhados: imagens com a mesma altura e textos na mesma linha */
.order-list { align-items: stretch !important; }
.order-item-wrap { display: flex; flex-direction: column; }
.order-item { height: 100%; }
.order-item__img img { height: 210px; object-fit: cover; object-position: top center; }
.order-item__text { min-height: 52px; display: flex; align-items: center; justify-content: center; }
@media screen and (max-width: 767px) {
  .order-item__img img { height: auto; }
  .order-item__text { min-height: 0; }
}

/* ================================================================
   Ajuste 2026-b: caixa preta com a largura do formulário e
   imagem do produto ao lado (fora do fundo escuro)
   ================================================================ */
.formland {
  max-width: 940px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 40px;
}
.formland__content {
  background-color: #232322 !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 430px !important;
  padding: 28px 34px !important;
  order: 1;
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.55);
}
.formland__prod {
  order: 2;
  background-color: transparent !important;
  padding: 0 !important;
  max-width: 300px !important;
}
.formland__pack { max-width: 300px !important; }

/* selo de 50% ao lado do título */
.formland__title {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  gap: 12px;
  width: 100%;
  text-align: left !important;
}
.formland__title::before {
  display: flex !important;
  content: "50%";
  position: static !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  background-image: none !important;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .formland { flex-direction: column !important; max-width: 380px !important; gap: 24px; }
  .formland__content { max-width: none !important; order: 2; padding: 22px 18px !important; }
  .formland__prod { order: 1; max-width: 240px !important; }
  .formland__title { justify-content: center !important; }
}
.formland__title::before { order: 2; }

/* ================================================================
   Ajuste 2026-c: textos dos passos 1-4 abaixo da imagem (sem sobrepor)
   ================================================================ */
.order-item { padding-bottom: 6px; background-color: #fff; }
.order-item::after { display: none !important; }
.order-item__text {
  position: static !important;
  transform: none !important;
  left: auto !important;
  bottom: auto !important;
  width: 100% !important;
  padding: 12px 12px 6px !important;
  min-height: 0 !important;
  display: block !important;
  font-size: 19px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .order-item__text { font-size: 17px; padding: 10px 10px 6px !important; }
}
@media screen and (min-width: 768px) {
  .order-item__text { min-height: calc(2 * 1.2em + 18px) !important; }
}
