/* FAQ da página de produto — Dazie Metais (paleta da marca) */
.dazie-product-faq {
  --dazie-faq-purple: #5E35B1;
  --dazie-faq-purple-dark: #4527A0;
  --dazie-faq-purple-soft: #F5EFFF;
  --dazie-faq-purple-soft-2: #FAF7FF;
  --dazie-faq-green: #10B981;
  --dazie-faq-green-soft: #E9F8EF;
  --dazie-faq-text: #121827;
  --dazie-faq-muted: #637083;
  --dazie-faq-border: #E5E0ED;
  --dazie-faq-shadow: 0 10px 24px rgba(31, 24, 51, 0.06);
  width: min(100%, 1280px);
  margin: 56px auto;
  padding: 0 16px;
  font-family: inherit;
  color: var(--dazie-faq-text);
}
.dazie-product-faq--filter { margin-top: -20px; }
.dazie-product-faq * { box-sizing: border-box; }

.dazie-product-faq__header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
.dazie-product-faq__header--compact { margin-bottom: 20px; }
.dazie-product-faq__header-icon { width: 48px; height: 48px; color: var(--dazie-faq-purple); flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; }
.dazie-product-faq__header-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.dazie-product-faq__header h2 { margin: 0 0 10px; color: var(--dazie-faq-text); font-size: 42px; line-height: 1.1; font-weight: 800; letter-spacing: -0.03em; }
.dazie-product-faq__header--compact h2 { font-size: 34px; }
.dazie-product-faq__header p { margin: 0; color: var(--dazie-faq-muted); font-size: 20px; line-height: 1.4; }
.dazie-product-faq__header--compact p { font-size: 17px; }

.dazie-product-faq__list { display: grid; gap: 12px; }
.dazie-product-faq__item { background: #FFFFFF; border: 1px solid var(--dazie-faq-border); border-radius: 14px; box-shadow: var(--dazie-faq-shadow); overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.dazie-product-faq__item.is-open { border-color: var(--dazie-faq-purple); background: linear-gradient(180deg, #FFFFFF 0%, var(--dazie-faq-purple-soft-2) 100%); box-shadow: 0 12px 30px rgba(94, 53, 177, 0.10); }

.dazie-product-faq__question { width: 100%; min-height: 78px; border: 0; background: transparent; padding: 18px 28px; display: grid; grid-template-columns: 58px 1fr 34px; gap: 20px; align-items: center; text-align: left; cursor: pointer; color: var(--dazie-faq-text); }
.dazie-product-faq__question:focus-visible { outline: 3px solid rgba(94, 53, 177, 0.22); outline-offset: -3px; }
.dazie-product-faq__icon { width: 58px; height: 58px; border-radius: 50%; background: var(--dazie-faq-purple-soft); color: var(--dazie-faq-purple); display: inline-flex; align-items: center; justify-content: center; }
.dazie-product-faq__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.dazie-product-faq__question-text { color: var(--dazie-faq-text); font-size: 22px; line-height: 1.2; font-weight: 800; }
.dazie-product-faq__item.is-open .dazie-product-faq__question-text { color: var(--dazie-faq-purple); }
.dazie-product-faq__chevron { width: 34px; height: 34px; color: #667085; display: inline-flex; align-items: center; justify-content: center; justify-self: end; }
.dazie-product-faq__item.is-open .dazie-product-faq__chevron { color: var(--dazie-faq-purple); }
.dazie-product-faq__chevron svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }

.dazie-product-faq__answer { display: none; padding: 0 28px 28px 106px; }
.dazie-product-faq__item.is-open .dazie-product-faq__answer { display: block; }
.dazie-product-faq__answer p { margin: 0; max-width: 920px; color: #344054; font-size: 18px; line-height: 1.65; }
.dazie-product-faq__answer strong { color: var(--dazie-faq-purple-dark); font-weight: 800; }

.dazie-product-faq__benefits { margin-top: 28px; background: #FFFFFF; border: 1px solid var(--dazie-faq-border); border-radius: 14px; box-shadow: var(--dazie-faq-shadow); padding: 22px 24px; display: grid; grid-template-columns: 1.05fr 1.05fr 1.05fr 1.12fr; gap: 0; align-items: center; }
.dazie-product-faq__benefit { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; min-height: 86px; padding: 0 28px; }
.dazie-product-faq__benefit:not(:last-child)::after { content: ""; width: 1px; height: 62px; background: var(--dazie-faq-border); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.dazie-product-faq__benefit-icon { width: 64px; height: 64px; border-radius: 50%; color: var(--dazie-faq-purple); background: var(--dazie-faq-purple-soft); display: inline-flex; align-items: center; justify-content: center; }
.dazie-product-faq__benefit-icon.is-green { color: var(--dazie-faq-green); background: var(--dazie-faq-green-soft); }
.dazie-product-faq__benefit-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.dazie-product-faq__benefit strong { display: block; color: var(--dazie-faq-text); font-size: 17px; line-height: 1.2; font-weight: 800; margin-bottom: 7px; }
.dazie-product-faq__benefit small { display: block; color: var(--dazie-faq-muted); font-size: 15px; line-height: 1.35; }
.dazie-product-faq__benefit--highlight { border: 1.5px solid var(--dazie-faq-purple); border-radius: 12px; background: linear-gradient(180deg, #FFFFFF 0%, var(--dazie-faq-purple-soft-2) 100%); padding: 16px 18px; margin-left: 24px; grid-template-columns: 54px 1fr 28px; }
.dazie-product-faq__benefit--highlight::after { display: none; }
.dazie-product-faq__benefit--highlight .dazie-product-faq__benefit-icon { width: 54px; height: 54px; background: transparent; }
.dazie-product-faq__benefit--highlight strong { color: var(--dazie-faq-purple-dark); font-size: 20px; }
.dazie-product-faq__benefit--highlight small { color: var(--dazie-faq-purple); font-weight: 700; }
.dazie-product-faq__verified { width: 28px; height: 28px; color: var(--dazie-faq-purple); display: inline-flex; align-items: center; justify-content: center; }
.dazie-product-faq__verified svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1024px) {
  .dazie-product-faq__header h2 { font-size: 34px; }
  .dazie-product-faq__header--compact h2 { font-size: 28px; }
  .dazie-product-faq__benefits { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .dazie-product-faq__benefit:not(:last-child)::after { display: none; }
  .dazie-product-faq__benefit { border: 1px solid var(--dazie-faq-border); border-radius: 12px; padding: 18px; }
  .dazie-product-faq__benefit--highlight { margin-left: 0; }
}
@media (max-width: 640px) {
  .dazie-product-faq { margin: 36px auto; padding: 0 14px; }
  .dazie-product-faq--filter { margin-top: -8px; }
  .dazie-product-faq__header { gap: 12px; }
  .dazie-product-faq__header-icon, .dazie-product-faq__header-icon svg { width: 38px; height: 38px; }
  .dazie-product-faq__header h2 { font-size: 28px; }
  .dazie-product-faq__header p { font-size: 16px; }
  .dazie-product-faq__question { min-height: 68px; grid-template-columns: 46px 1fr 26px; gap: 14px; padding: 14px 16px; }
  .dazie-product-faq__icon { width: 46px; height: 46px; }
  .dazie-product-faq__icon svg { width: 25px; height: 25px; }
  .dazie-product-faq__question-text { font-size: 17px; }
  .dazie-product-faq__answer { padding: 0 16px 18px 76px; }
  .dazie-product-faq__answer p { font-size: 15px; }
  .dazie-product-faq__benefits { grid-template-columns: 1fr; padding: 14px; }
  .dazie-product-faq__benefit { grid-template-columns: 54px 1fr; }
}
