/* ============================================================
   JYNX — component styles (sections 6-15)
   ============================================================ */

/* ---------------- Real media: client logos ---------------- */
.logos-marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.logos-track { display: flex; align-items: center; gap: clamp(40px, 6vw, 80px); width: max-content; animation: logosmarquee 38s linear infinite; }
.logos-marquee:hover .logos-track { animation-play-state: paused; }
.motion-off .logos-track { animation: none; flex-wrap: wrap; justify-content: center; }
@keyframes logosmarquee { to { transform: translateX(-50%); } }
.client-logo { height: 38px; width: auto; object-fit: contain; filter: grayscale(1) brightness(0.55) contrast(1.1); opacity: .6; transition: filter .25s, opacity .25s, transform .25s; }
.client-logo:hover { filter: grayscale(0) brightness(1); opacity: 1; transform: scale(1.04); }
.logos-marquee--compact .client-logo { height: 28px; }
.logos-marquee--compact .logos-track { gap: 44px; }
@media (max-width: 600px) { .client-logo { height: 30px; } }

/* ---------------- Conheça a JYNX video ---------------- */
.conheca { position: relative; overflow: hidden; }
.conheca__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; opacity: .14; filter: grayscale(1); }
.conheca::after { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(60% 80% at 80% 20%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%); pointer-events: none; }
.conheca__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.conheca__copy .eyebrow { color: color-mix(in srgb, var(--accent) 80%, white); }
.conheca__copy h2 { color: var(--bg); font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-top: 16px; }
.conheca__copy p { margin-top: 18px; color: color-mix(in srgb, white 74%, var(--ink)); font-size: 1.12rem; max-width: 40ch; }
.conheca__trust { display: flex; align-items: center; gap: 12px; margin-top: 26px; flex-wrap: wrap; font-size: .98rem; color: color-mix(in srgb, white 70%, var(--ink)); }
.conheca__trust b { color: #fff; font-weight: 800; }
.conheca__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.video16 { position: relative; padding-top: 56.25%; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid color-mix(in srgb, white 12%, transparent); background: #000; }
.video16 iframe { border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.video16__poster { position: absolute; inset: 0; width: 100%; height: 100%; border: none; cursor: pointer; background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.video16__poster::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,45,55,.25), rgba(36,45,55,.55)); transition: background .25s; }
.video16__poster:hover::before { background: linear-gradient(180deg, rgba(36,45,55,.15), rgba(36,45,55,.45)); }
.video16__play { position: relative; width: 78px; height: 78px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-accent); transition: transform .25s; }
.video16__play svg { margin-left: 3px; fill: #fff; }
.video16__poster:hover .video16__play { transform: scale(1.08); }
.video16__label { position: relative; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.01em; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
@media (max-width: 900px) { .conheca__inner { grid-template-columns: 1fr; } .conheca__copy p { max-width: none; } }

/* ---------------- Photo strip ---------------- */
.photostrip { display: grid; grid-template-columns: 0.8fr 1.1fr 1.1fr; gap: 16px; margin-top: 8px; }
.photostrip__item { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--bg-alt); border: 1px solid var(--hair); }
.photostrip__item img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1) contrast(1.02); transition: filter .35s, transform .5s; }
.photostrip__item:hover img { filter: grayscale(0); transform: scale(1.03); }
.photostrip__item--tall { grid-row: span 1; aspect-ratio: 3 / 4; }
.photostrip__item--wide { aspect-ratio: 4 / 3; }
@media (max-width: 760px) { .photostrip { grid-template-columns: 1fr 1fr; } .photostrip__item--tall { grid-column: span 2; aspect-ratio: 16 / 9; } }

/* ---------------- Photo divider band ---------------- */
.photodivider { position: relative; height: clamp(200px, 26vw, 320px); overflow: hidden; background: var(--ink); }
.photodivider__bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: grayscale(1); opacity: .5; }
.photodivider::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 55%, transparent), color-mix(in srgb, var(--ink) 78%, transparent)); }
.photodivider__cap { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; gap: 12px; color: #fff; }
.photodivider__cap span { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem, 2.6vw, 1.9rem); max-width: 24ch; }

/* ---------------- 6. Soluções / bento ---------------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 52px; }
.bento__card { padding: 26px; display: flex; flex-direction: column; gap: 0; text-decoration: none; }
.bento__card--big { grid-column: span 3; }
.bento__card--mid { grid-column: span 2; }
.bento__card--wide { grid-column: span 6; }
.bento__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--accent) 32%, var(--hair)); }
.bento__top { display: flex; align-items: center; justify-content: space-between; }
.bento__ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-12); color: var(--accent); transition: transform .25s; }
.bento__card:hover .bento__ic { transform: scale(1.08) rotate(-4deg); }
.bento__see { display: inline-flex; align-items: center; gap: 5px; font-size: .86rem; font-weight: 600; color: var(--ink-48); opacity: 0; transform: translateX(-6px); transition: all .25s; }
.bento__card:hover .bento__see { opacity: 1; transform: none; color: var(--accent); }
.bento__card h3 { font-size: 1.4rem; margin-top: 20px; }
.bento__card p { color: var(--ink-64); margin-top: 8px; font-size: 1rem; }
.bento__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.bento__card--wide { flex-direction: row; align-items: center; gap: 32px; flex-wrap: wrap; }
.bento__card--wide .bento__top { flex-direction: column; align-items: flex-start; gap: 16px; }
.bento__card--wide h3 { margin-top: 0; }
.bento__card--wide > div:not(.bento__top) {}
.bento__card--wide .bento__chips { margin-top: 0; flex: 1; min-width: 280px; }
@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__card--big, .bento__card--mid, .bento__card--wide { grid-column: span 2; }
  .bento__card--wide { flex-direction: column; align-items: flex-start; }
}

/* ---------------- 7. Pilares ---------------- */
.pilares__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.pilares__card { padding: 32px; display: flex; flex-direction: column; }
.pilares__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pilares__head { display: flex; align-items: center; gap: 14px; }
.pilares__ic { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; background: var(--ink); color: var(--bg); }
.pilares__head h3 { font-size: 1.55rem; }
.pilares__desc { color: var(--ink-64); margin-top: 16px; font-size: 1.05rem; }
.pilares__list { list-style: none; margin: 22px 0 26px; padding: 22px 0 0; border-top: 1px solid var(--hair); display: flex; flex-direction: column; gap: 12px; }
.pilares__list li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.pilares__list svg { color: var(--accent); flex-shrink: 0; }
.pilares__cta { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); transition: gap .2s, color .2s; }
.pilares__cta:hover { color: var(--accent); gap: 12px; }
@media (max-width: 880px) { .pilares__grid { grid-template-columns: 1fr; } }

/* ---------------- 8. Resultados ---------------- */
.resultados__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.resultados__card { padding: 30px 26px; }
.resultados__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.resultados__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 5vw, 4.2rem); line-height: 1; color: var(--accent); letter-spacing: -0.04em; }
.resultados__label { margin-top: 14px; color: var(--ink-64); font-size: 1rem; line-height: 1.4; }
.resultados__card--ba { display: flex; flex-direction: column; }
.resultados__ba { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.resultados__ba svg { color: var(--accent); }
.resultados__before { font-family: var(--font-display); font-weight: 700; font-size: 1.8rem; color: var(--ink-28); text-decoration: line-through; text-decoration-color: color-mix(in srgb, var(--ink) 30%, transparent); }
.resultados__after { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 3.5vw, 3rem); color: var(--accent); letter-spacing: -0.03em; }
.resultados__disc { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; font-size: .92rem; color: var(--ink-48); }
.resultados__disc svg { flex-shrink: 0; }
@media (max-width: 900px) { .resultados__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .resultados__grid { grid-template-columns: 1fr; } }

/* ---------------- 9. Comparativo ---------------- */
.compare { margin-top: 48px; border: 1px solid var(--hair); border-radius: var(--r-lg); overflow: hidden; background: var(--bg); box-shadow: var(--shadow-sm); }
.compare__head, .compare__row { display: grid; grid-template-columns: 1fr 1.4fr 1.4fr; align-items: center; }
.compare__head { background: color-mix(in srgb, var(--ink) 4%, var(--bg)); border-bottom: 1px solid var(--hair); }
.compare__col { padding: 18px 24px; font-weight: 700; font-size: .95rem; }
.compare__col--trad { color: var(--ink-48); }
.compare__col--jynx { display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--ink); align-self: stretch; }
.compare__row { border-bottom: 1px solid var(--hair-soft); }
.compare__row:last-child { border-bottom: none; }
.compare__rowlabel { padding: 18px 24px; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; }
.compare__cell { padding: 18px 24px; display: flex; align-items: flex-start; gap: 9px; font-size: .98rem; line-height: 1.4; align-self: stretch; }
.compare__cell svg { flex-shrink: 0; margin-top: 2px; }
.compare__cell--trad { color: var(--ink-64); }
.compare__cell--trad svg { color: var(--ink-28); }
.compare__cell--jynx { background: color-mix(in srgb, var(--accent) 5%, var(--bg)); font-weight: 600; color: var(--ink); }
.compare__cell--jynx svg { color: var(--accent); }
@media (max-width: 760px) {
  .compare__head { display: none; }
  .compare__row { grid-template-columns: 1fr; }
  .compare__rowlabel { padding-bottom: 6px; background: color-mix(in srgb, var(--ink) 4%, var(--bg)); }
  .compare__cell--trad::before { content: "Tradicional"; }
  .compare__cell--jynx::before { content: "JYNX"; }
  .compare__cell::before { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-48); margin-right: 6px; }
}

/* ---------------- 10. Banner Reforma ---------------- */
.banner { overflow: hidden; }
.banner__inner { position: relative; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center; z-index: 1; }
.banner__glow { position: absolute; right: -10%; top: -60%; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 30%, transparent), transparent 70%); pointer-events: none; }
.banner__pill { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 6px 13px; border-radius: 100px; }
.banner h2 { color: var(--bg); font-size: clamp(1.8rem, 3.6vw, 2.9rem); margin-top: 18px; }
.banner__copy p { margin-top: 16px; color: color-mix(in srgb, white 74%, var(--ink)); font-size: 1.12rem; max-width: 54ch; }
.banner__cta { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.banner__cta .btn { width: 100%; }
@media (max-width: 860px) { .banner__inner { grid-template-columns: 1fr; } .banner__cta { align-items: flex-start; } .banner__cta .btn { width: auto; } }

/* ---------------- 11. Depoimentos ---------------- */
.depo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.depo__card { padding: 34px 30px; position: relative; display: flex; flex-direction: column; }
.depo__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.depo__mark { font-family: var(--font-display); font-size: 4rem; line-height: 0.6; color: var(--accent); height: 30px; }
.depo__card blockquote { margin: 18px 0 0; font-size: 1.12rem; line-height: 1.55; color: var(--ink); font-weight: 500; flex: 1; }
.depo__card figcaption { display: flex; align-items: center; gap: 13px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--hair); }
.depo__avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .95rem; flex-shrink: 0; }
.depo__name { display: block; font-weight: 700; }
.depo__role { display: block; font-size: .9rem; color: var(--ink-48); }
@media (max-width: 880px) { .depo__grid { grid-template-columns: 1fr; } }

/* ---------------- 12. Conteúdos ---------------- */
.conteudos__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.conteudos__head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-top: 16px; }
.conteudos__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.conteudos__col { padding: 26px; }
.conteudos__coltop { display: flex; align-items: center; gap: 11px; padding-bottom: 18px; border-bottom: 1px solid var(--hair); }
.conteudos__ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-12); color: var(--accent-ink); }
.conteudos__coltitle { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.conteudos__col ul { list-style: none; margin: 8px 0 0; padding: 0; }
.conteudos__col li a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--hair-soft); font-weight: 500; color: var(--ink-80); transition: color .18s, padding-left .18s; }
.conteudos__col li:last-child a { border-bottom: none; }
.conteudos__col li a svg { color: var(--ink-28); flex-shrink: 0; transition: color .18s, transform .18s; }
.conteudos__col li a:hover { color: var(--accent); padding-left: 6px; }
.conteudos__col li a:hover svg { color: var(--accent); transform: translate(2px, -2px); }
@media (max-width: 880px) { .conteudos__grid { grid-template-columns: 1fr; } }

/* ---------------- 13. FAQ ---------------- */
.faq__wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.faq__lead { position: sticky; top: calc(var(--nav-h) + 30px); }
.faq__lead h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-top: 18px; }
.faq__lead p { margin-top: 18px; color: var(--ink-64); }
.faq__link { color: var(--accent); font-weight: 700; }
.faq__list { list-style: none; margin: 0; padding: 0; }
.faq__item { border-bottom: 1px solid var(--hair); }
.faq__q { width: 100%; background: none; border: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; text-align: left; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.faq__q svg { flex-shrink: 0; color: var(--accent); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.2,.7,.3,1); }
.faq__item.is-open .faq__a { max-height: 320px; }
.faq__a p { padding-bottom: 24px; color: var(--ink-64); font-size: 1.02rem; line-height: 1.6; max-width: 60ch; }
@media (max-width: 860px) { .faq__wrap { grid-template-columns: 1fr; } .faq__lead { position: static; } }

/* ---------------- 14. CTA final ---------------- */
.ctafinal { position: relative; overflow: hidden; text-align: center; }
.ctafinal__mark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; opacity: .9; pointer-events: none; }
.ctafinal__inner { position: relative; z-index: 1; max-width: 820px; }
.ctafinal h2 { color: var(--bg); font-size: clamp(2rem, 4.5vw, 3.4rem); }
.ctafinal p { margin: 20px auto 0; color: color-mix(in srgb, white 74%, var(--ink)); font-size: 1.18rem; max-width: 52ch; }
.ctafinal__btns { display: flex; gap: 14px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.ctafinal__sub { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }

/* ---------------- 15. Footer ---------------- */
.footer { background: var(--ink); color: color-mix(in srgb, white 82%, var(--ink)); padding-top: clamp(56px, 7vw, 88px); }
.footer__top { display: grid; grid-template-columns: 1.2fr 2fr; gap: clamp(40px, 6vw, 90px); padding-bottom: 56px; }
.footer__tag { margin-top: 22px; font-size: 1rem; line-height: 1.55; color: color-mix(in srgb, white 62%, var(--ink)); max-width: 38ch; }
.footer__addr { font-style: normal; margin-top: 22px; line-height: 1.7; color: color-mix(in srgb, white 70%, var(--ink)); font-size: .98rem; }
.footer__nat { color: var(--accent); font-weight: 600; }
.footer__email { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 600; color: #fff; transition: color .18s; }
.footer__email:hover { color: var(--accent); }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__col h4 { font-family: var(--font-body); font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: color-mix(in srgb, white 52%, var(--ink)); margin-bottom: 16px; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer__col a { color: color-mix(in srgb, white 78%, var(--ink)); font-size: .98rem; transition: color .18s; display: inline-flex; align-items: center; gap: 5px; }
.footer__col a:hover { color: var(--accent); }
.footer__ext svg { color: color-mix(in srgb, white 40%, var(--ink)); }
.footer__ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; align-items: flex-start; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; padding: 24px 0 30px; border-top: 1px solid color-mix(in srgb, white 12%, transparent); margin-top: 0; flex-wrap: wrap; gap: 12px; }
.footer__selo { font-weight: 600; color: #fff; }
.footer__copy { color: color-mix(in srgb, white 52%, var(--ink)); font-size: .92rem; }
@media (max-width: 860px) {
  .footer__top { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) { .footer__cols { grid-template-columns: 1fr; } }
