/* SEO no rodapé e conteúdo complementar, mantendo a composição da landing page. */
.footer-bottom > div { flex-wrap: wrap; }
.footer-seo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #f8dc79;
  background: linear-gradient(#17190e, #11130a) padding-box,
    linear-gradient(125deg, #f8e073, #8f6a21 50%, #cfa63e) border-box;
  font-weight: 700;
  letter-spacing: .8px;
  transition: color .25s, box-shadow .25s, transform .25s;
}
.footer-seo .icon { width: 12px; height: 12px; transition: transform .25s; }
.footer-seo:hover, .footer-seo:focus-visible {
  color: #fff0ac;
  box-shadow: 0 0 18px #d4b03a35;
  transform: translateY(-1px);
}
.footer-seo:hover .icon { transform: translateX(2px); }
.keyword-groups { margin-top: 26px; }
.keyword-group { padding: 20px 0; border-top: 1px solid #baa45d40; }
.keyword-group h3 { margin: 0 0 12px; font: 600 16px/1.4 Arial, sans-serif; }
.keyword-group h3 a:hover { color: #876218; text-decoration: underline; text-underline-offset: 4px; }
.keyword-tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.keyword-tags li {
  max-width: 100%;
  border: 1px solid #d4b03a66;
  border-radius: 7px;
  padding: 7px 10px;
  background: linear-gradient(120deg, #f5ebcb, #faf8f1);
  color: #54451b;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.dialog-text-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 22px;
  color: #765415;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dialog-text-link .icon { width: 18px; height: 18px; flex-shrink: 0; }
.guide-page { color: #20221a; background: var(--paper); }
.guide-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; padding: 22px max(6vw, calc((100vw - 1100px) / 2));
  background: #080b07; color: #f5f4ef; border-bottom: 1px solid #b0923844;
}
.guide-header img { width: 200px; height: auto; }
.guide-header nav { display: flex; gap: 26px; font-size: 14px; }
.guide-header nav a:hover { color: #f8e073; }
.guide-main { width: min(1100px, 88%); margin: 0 auto; }
.guide-main :is(section, article, details) { scroll-margin-top: 28px; }
.guide-intro { max-width: 790px; padding: 76px 0 65px; }
.guide-intro h1 { font: 600 clamp(36px, 5vw, 62px)/1.08 Georgia, serif; letter-spacing: -1.5px; margin: 16px 0 25px; }
.guide-main p { font-size: 16px; line-height: 1.75; }
.guide-main .eyebrow { color: #896413; font-size: 11px; letter-spacing: 2.5px; line-height: 1.5; }
.guide-main h2 { font-size: clamp(29px, 3.5vw, 40px); line-height: 1.15; margin-bottom: 24px; }
.guide-back { display: inline-block; margin-top: 24px; color: #796021; font-weight: 600; font-size: 14px; }
.guide-index { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.guide-index a { padding: 9px 14px; border: 1px solid #bb9a4555; border-radius: 6px; font-size: 13px; background: #fcfbf6; }
.guide-index a:hover { background: #ede3c3; border-color: #af8c35; }
.guide-service { display: grid; grid-template-columns: 180px 1fr; gap: 38px; padding: 36px 0; border-top: 1px solid #baa45d40; }
.guide-service > img { width: 180px; height: 150px; object-fit: contain; object-position: left top; border-radius: 8px; }
.guide-service > img.is-photo { object-fit: cover; }
.guide-service h3 { font: 600 27px/1.2 Georgia, serif; margin: 5px 0 14px; }
.guide-service p + p { margin-top: 12px; }
.guide-service .guide-category { color: #806020; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.guide-service a { display: inline-block; margin-top: 17px; color: #735217; font-weight: 600; font-size: 14px; }
.guide-service a:hover, .guide-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.guide-faq { max-width: 850px; padding: 55px 0; }
.guide-faq .faq-list p { margin-bottom: 20px; }
.guide-keywords { margin-bottom: 60px; border: 1px solid #baa45d55; border-radius: 10px; padding: 24px; }
.guide-keywords > details > summary { cursor: pointer; font-weight: 600; line-height: 1.5; }
.guide-keywords > details > p { margin: 20px 0; }
.guide-footer { background: #080b07; color: #f3e3b3; padding: 36px 6%; text-align: center; line-height: 1.7; }
.guide-page .developer-credit { background: #080b07; }
.guide-footer p { color: #b3b7a8; font-size: 14px; margin: 8px 0 18px; }
@media (max-width: 600px) {
  .footer-seo { min-height: 28px; }
  .guide-header { flex-direction: column; padding: 20px 6%; gap: 18px; }
  .guide-header img { width: 170px; }
  .guide-header nav { gap: 18px; font-size: 12px; flex-wrap: wrap; justify-content: center; }
  .guide-intro { padding: 46px 0; }
  .guide-service { grid-template-columns: 1fr; gap: 18px; }
  .guide-service > img { width: 180px; height: 105px; }
  .guide-service h3 { font-size: 25px; }
  .guide-keywords { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .footer-seo, .footer-seo .icon { transition: none; transform: none; }
}
