/* Resido — páginas simples (obrigado, legais). Independente do CSS do Webflow. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background: #fff;
  color: #111;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: #f94c34; }

.pg-wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* ---- topo ---- */
.pg-head {
  border-bottom: 1px solid #0000001a;
  padding: 26px 0;
  margin-bottom: 56px;
}

.pg-head-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pg-logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #000;
  text-decoration: none;
}

.pg-back {
  font-size: 15px;
  color: #00000099;
  text-decoration: none;
}

.pg-back:hover { color: #000; }

/* ---- conteúdo ---- */
.pg-main { padding-bottom: 90px; }

.pg-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00000080;
  margin: 0 0 14px;
}

h1.pg-title {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 600;
  margin: 0 0 18px;
}

.pg-lead {
  font-size: 19px;
  line-height: 1.6;
  color: #00000099;
  margin: 0 0 36px;
}

.pg-main h2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.02em;
  font-weight: 600;
  margin: 42px 0 12px;
}

.pg-main h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 8px;
}

.pg-main p { margin: 0 0 16px; }
.pg-main ul { margin: 0 0 16px; padding-left: 22px; }
.pg-main li { margin-bottom: 8px; }

.pg-updated {
  font-size: 14px;
  color: #00000080;
  margin-bottom: 40px;
}

.pg-note {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px 22px;
  font-size: 15px;
  line-height: 1.6;
  margin: 26px 0;
}

.pg-fill {
  background: #fff4f2;
  border: 1px dashed #f94c34;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
  color: #b3301c;
  margin: 24px 0;
}

/* ---- botões ---- */
.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1px solid #000;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.pg-btn:hover { background: #f94c34; border-color: #f94c34; color: #fff; }
.pg-btn[disabled] { opacity: .5; cursor: default; }

.pg-btn-ghost {
  background: transparent;
  color: #000;
  border-color: #00000026;
}

.pg-btn-ghost:hover { background: #000; border-color: #000; color: #fff; }

/* ---- estado obrigado ---- */
.ty-box {
  border: 1px solid #0000001a;
  border-radius: 16px;
  padding: 34px;
  margin-bottom: 32px;
}

.ty-plan {
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #00000080;
  margin: 0 0 8px;
}

.ty-status { font-size: 16px; color: #00000099; margin: 0 0 24px; }

.ty-steps {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
  display: grid;
  gap: 14px;
}

.ty-steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
}

.ty-steps .n {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- rodapé ---- */
.pg-foot {
  border-top: 1px solid #0000001a;
  padding: 30px 0 50px;
  font-size: 14px;
  color: #00000080;
}

.pg-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 14px;
}

.pg-foot-links a { color: #00000099; text-decoration: none; }
.pg-foot-links a:hover { color: #000; }

/* ---- seletor de idioma ---- */
.pg-lang { display: inline-flex; gap: 6px; font-size: 14px; }
.pg-lang a { color: #000; text-decoration: none; opacity: .45; }
.pg-lang a:hover { opacity: 1; }
.pg-lang a.is-active { opacity: 1; font-weight: 700; }
.pg-lang span { opacity: .25; }

@media screen and (max-width: 640px) {
  body { font-size: 16px; }
  h1.pg-title { font-size: 28px; }
  .pg-lead { font-size: 17px; }
  .pg-head { margin-bottom: 40px; }
  .ty-box { padding: 24px; }
}

/* linha de identificação do comerciante no rodapé das páginas simples */
.pg-merchant {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #00000073;
}

.pg-merchant strong { color: #000000a6; font-weight: 600; }

.pg-main table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 22px;
  font-size: 15px;
}

.pg-main th,
.pg-main td {
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #0000001a;
  vertical-align: top;
}

.pg-main th { background: #f7f7f7; font-weight: 600; }

.pg-main code {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: .92em;
}

/* tabelas largas rolam dentro do próprio bloco em vez de rebentar a página */
@media screen and (max-width: 640px) {
  .pg-main table { display: block; overflow-x: auto; white-space: nowrap; }
  .pg-main th, .pg-main td { white-space: normal; min-width: 140px; }
}
