/* Landing Máquina de Cartão — MSC Hub */
html { scroll-behavior: smooth; }
.pos {
  --pos-brand: #006d8d;
  --pos-brand-dark: #005a75;
  --pos-ink: #12262e;
  --pos-muted: #4d6670;
  --pos-line: #d7e4e9;
  --pos-soft: #eef6f8;
  --pos-bg: #f6fafb;
  --pos-white: #ffffff;
  --pos-ok: #0f7a5a;
  font-family: Inter, sans-serif;
  color: var(--pos-ink);
  background: var(--pos-white);
}

.pos * { box-sizing: border-box; }

.pos-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pos-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 56px;
  background:
    radial-gradient(1200px 480px at 85% -10%, rgba(0, 109, 141, 0.14), transparent 60%),
    linear-gradient(180deg, #f4fafc 0%, #ffffff 70%);
}

.pos-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.pos-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border: 1px solid var(--pos-line);
  border-radius: 999px;
  background: var(--pos-white);
  color: var(--pos-brand);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.pos-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pos-brand);
}

.pos h1,
.pos h2,
.pos h3 {
  margin: 0;
  color: var(--pos-ink);
  font-family: Inter, sans-serif;
}

.pos-hero h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pos-hero-mark {
  white-space: nowrap;
  padding: 0 0.08em;
  background-image: linear-gradient(
    to top,
    #b4ebf3 0,
    #b4ebf3 0.38em,
    transparent 0.38em
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pos-lead {
  margin: 20px 0 0;
  max-width: 560px;
  color: var(--pos-muted);
  font-size: 18px;
  line-height: 1.6;
}

.pos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.pos-btn:hover { box-shadow: none; }

.pos-btn-primary {
  background: var(--pos-brand);
  border-color: var(--pos-brand);
  color: #fff;
  box-shadow: none;
}

.pos-btn-primary:hover { background: var(--pos-brand-dark); border-color: var(--pos-brand-dark); color: #fff; }

.pos-btn-ghost {
  background: #fff;
  color: var(--pos-brand);
  border-color: var(--pos-line);
}

.pos-btn-ghost:hover { border-color: var(--pos-brand); color: var(--pos-brand-dark); }

.pos-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.pos-chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--pos-soft);
  color: var(--pos-brand-dark);
  font-size: 12px;
  font-weight: 600;
}

.pos-panel {
  position: relative;
  padding: 18px;
  border: 1px solid var(--pos-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 38, 46, 0.1);
}

.pos-panel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--pos-muted);
  font-size: 12px;
  font-weight: 600;
}

.pos-panel-dots { display: flex; gap: 6px; }
.pos-panel-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5dee2;
}

.pos-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.pos-kpi {
  padding: 14px;
  border-radius: 16px;
  background: var(--pos-soft);
}

.pos-kpi small {
  display: block;
  color: var(--pos-muted);
  font-size: 12px;
}

.pos-kpi strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.pos-mix,
.pos-tx {
  padding: 14px;
  border: 1px solid var(--pos-line);
  border-radius: 16px;
}

.pos-mix { margin-bottom: 10px; }

.pos-mix h3,
.pos-tx h3 {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
}

.pos-bar {
  display: flex;
  overflow: hidden;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 99px;
  background: #e8eef0;
}

.pos-bar span:nth-child(1) { width: 45%; background: var(--pos-brand); }
.pos-bar span:nth-child(2) { width: 40%; background: #3aa3c0; }
.pos-bar span:nth-child(3) { width: 13%; background: #8ec9d8; }
.pos-bar span:nth-child(4) { width: 2%; background: #c5dce3; }

.pos-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--pos-muted);
  font-size: 12px;
}

.pos-tx-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #eef3f5;
  font-size: 13px;
}

.pos-tx-row:first-of-type { border-top: 0; }

.pos-ok {
  color: var(--pos-ok);
  font-weight: 700;
  font-size: 12px;
}

.pos-section { padding: 88px 0; }
.pos-section.alt { background: var(--pos-bg); }
.pos-section.brand {
  background: linear-gradient(180deg, #005a75 0%, #006d8d 100%);
  color: #fff;
}

.pos-section.brand h2,
.pos-section.brand p { color: #fff; }

.pos-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.pos-nowrap {
  white-space: nowrap;
}

.pos-head.left { margin-left: 0; text-align: left; }

.pos-head h2,
.pos-title {
  font-family: Inter, sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.pos-head p {
  margin: 12px 0 0;
  color: var(--pos-muted);
  font-size: 17px;
  line-height: 1.6;
}

.pos-grid-5,
.pos-grid-4,
.pos-grid-3,
.pos-grid-2 {
  display: grid;
  gap: 16px;
}

.pos-grid-5 { grid-template-columns: repeat(5, 1fr); }
.pos-grid-4 { grid-template-columns: repeat(4, 1fr); }
.pos-grid-3 { grid-template-columns: repeat(3, 1fr); }
.pos-grid-2 { grid-template-columns: 1fr 1fr; }

.pos-card {
  height: 100%;
  padding: 22px;
  border: 1px solid var(--pos-line);
  border-radius: 20px;
  background: #fff;
}

.pos-card h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.pos-card p {
  margin: 0;
  color: var(--pos-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pos-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--pos-soft);
  color: var(--pos-brand);
}

.pos-metric {
  display: inline-block;
  margin-top: 14px;
  color: var(--pos-brand);
  font-size: 13px;
  font-weight: 700;
}

.pos-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pos-step {
  position: relative;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--pos-line);
}

.pos-step b {
  display: block;
  margin-bottom: 10px;
  color: var(--pos-brand);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.pos-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.pos-step p {
  margin: 0;
  color: var(--pos-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pos-aud ul {
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
}

.pos-aud li {
  position: relative;
  padding: 6px 0 6px 18px;
  color: var(--pos-muted);
  font-size: 14px;
}

.pos-aud li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pos-brand);
}

.pos-aud .pos-btn {
  width: 100%;
  white-space: nowrap;
  font-size: 0.875rem;
  padding: 0.7rem 0.85rem;
}

.pos-table-wrap {
  overflow: auto;
  border: 1px solid var(--pos-line);
  border-radius: 20px;
  background: #fff;
}

.pos table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.pos th,
.pos td {
  padding: 16px 18px;
  border-bottom: 1px solid #eef3f5;
  text-align: left;
  font-size: 14px;
}

.pos th {
  background: var(--pos-soft);
  font-size: 13px;
  font-weight: 700;
}

.pos td:last-child { color: var(--pos-brand-dark); font-weight: 600; }

.pos-note {
  margin: 12px 0 0;
  color: var(--pos-muted);
  font-size: 12px;
}

.pos-support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.pos-chat {
  padding: 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--pos-line);
  box-shadow: 0 16px 40px rgba(18, 38, 46, 0.08);
}

.pos-chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-weight: 700;
}

.pos-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pos-brand);
  color: #fff;
  font-size: 13px;
}

.pos-bubble {
  max-width: 86%;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
}

.pos-bubble.them { background: var(--pos-soft); }
.pos-bubble.me {
  margin-left: auto;
  background: var(--pos-brand);
  color: #fff;
}

.pos-faq details {
  border-bottom: 1px solid var(--pos-line);
}

.pos-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}

.pos-faq summary::-webkit-details-marker { display: none; }

.pos-faq summary::after {
  content: "+";
  color: var(--pos-brand);
  font-size: 22px;
  line-height: 1;
}

.pos-faq details[open] summary::after { content: "–"; }

.pos-faq details p {
  margin: 0 0 18px;
  color: var(--pos-muted);
  line-height: 1.6;
}

.pos-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.pos-form-intro {
  max-width: none;
  width: 100%;
}

.pos-form-intro .pos-lead,
.pos-form-intro .pos-checks {
  max-width: none;
}

.pos-form-card {
  width: 100%;
}

.pos-form form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--pos-line);
}

.pos-form form > input[type="hidden"] {
  display: none;
}

.pos-form label,
.pos-choice {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
}

.pos-req {
  display: inline;
  color: #e11d48;
  font-weight: 700;
}

.pos-form input:not([type="radio"]):not([type="file"]):not([type="hidden"]),
.pos-form select {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--pos-line);
  border-radius: 10px;
  background: #fff;
  color: var(--pos-ink);
  font: inherit;
}

.pos-form input:not([type="radio"]):not([type="file"]):not([type="hidden"]):focus,
.pos-form select:focus {
  outline: 2px solid rgba(0, 109, 141, 0.25);
  border-color: var(--pos-brand);
}

.pos-docs-intro {
  padding-bottom: 4px;
}

.pos-docs-intro h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pos-docs-intro p {
  margin: 6px 0 0;
  color: var(--pos-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.pos-block {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--pos-line);
}

.pos-block-title {
  margin: 0;
  color: var(--pos-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pos-row,
.pos-files,
.pos-ops-extra {
  display: grid;
  gap: 12px 16px;
}

.pos-row-2 {
  grid-template-columns: 1fr 1fr;
}

.pos-row-3 {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.pos-row-equal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pos-row-pack {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px 20px;
}

.pos-row-pack > * {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.pos-form .pos-field-sm input,
.pos-form .pos-field-sm select {
  width: 168px;
  max-width: 100%;
}

.pos-form label:not(.pos-file) > span,
.pos-choice > span {
  white-space: nowrap;
}

.pos-files {
  grid-template-columns: 1fr 1fr;
}

.pos-file {
  gap: 5px;
}

.pos-file small {
  display: block;
  min-height: 2.7em;
  color: var(--pos-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  white-space: normal;
}

.pos-file-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 2px;
  padding: 8px 12px;
  border: 1px solid var(--pos-line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.pos-file-box:focus-within {
  outline: 2px solid rgba(0, 109, 141, 0.25);
  border-color: var(--pos-brand);
}

.pos-file-box input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  font: inherit;
}

.pos-file-cta {
  flex-shrink: 0;
  color: var(--pos-brand);
  font-size: 13px;
  font-weight: 600;
}

.pos-file-chosen {
  color: var(--pos-muted);
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pos-file-box.is-filled .pos-file-chosen {
  color: var(--pos-ink);
  font-weight: 600;
}

.pos-ops-extra[hidden],
.pos-reveal[hidden] {
  display: none !important;
}

.pos-combo {
  position: relative;
}

.pos-combo-list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 240px;
  margin: 0;
  padding: 6px 0;
  overflow: auto;
  list-style: none;
  border: 1px solid var(--pos-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 38, 46, 0.12);
}

.pos-combo-list li {
  padding: 10px 12px;
  color: var(--pos-ink);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.pos-combo-list li:hover,
.pos-combo-list li.is-active {
  background: var(--pos-soft);
}

.pos-combo-list .pos-combo-empty {
  color: var(--pos-muted);
  cursor: default;
  font-weight: 400;
}

.pos-submit {
  gap: 14px;
}

.pos-form .pos-note {
  margin: 0;
}

.pos-form .pos-btn {
  width: auto;
  justify-self: start;
  border: 0;
}

.pos-form .pos-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.pos-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pos-choice-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 12px;
}

.pos-choice-bar .pos-radios {
  min-height: 40px;
  gap: 6px;
}

.pos-form .pos-radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  gap: 6px;
  min-height: 44px;
}

.pos-form .pos-radios label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 44px;
  border: 1px solid var(--pos-line);
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.pos-form .pos-radios label:has(input:checked) {
  border-color: var(--pos-brand);
  background: var(--pos-soft);
  color: var(--pos-brand);
}

.pos-form .pos-radios input[type="radio"] {
  width: 15px;
  height: 15px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  flex-shrink: 0;
  accent-color: var(--pos-brand);
}

.pos-checks {
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
}

.pos-checks li {
  padding: 6px 0;
  color: var(--pos-muted);
  font-size: 15px;
}

.pos-success {
  display: none;
  padding: 28px;
  border-radius: 20px;
  background: var(--pos-soft);
}

.pos-success.is-on { display: block; }
.pos-form form.is-off { display: none; }

@media (max-width: 980px) {
  .pos-hero-grid,
  .pos-grid-5,
  .pos-grid-4,
  .pos-grid-3,
  .pos-steps,
  .pos-support {
    grid-template-columns: 1fr;
  }

  .pos-row-3,
  .pos-row-equal {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .pos-form form {
    padding: 22px 18px;
  }

  .pos-row-2,
  .pos-row-3,
  .pos-row-equal,
  .pos-files {
    grid-template-columns: 1fr;
  }

  .pos-row-pack > *,
  .pos-field-sm {
    width: 100%;
  }

  .pos-file small {
    min-height: 0;
  }

  .pos-choice-bar {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .pos-hero { padding: 7.5rem 0 36px; }
  .pos-section { padding: 64px 0; }
  .pos-kpis { grid-template-columns: 1fr; }
  .pos-wrap { width: min(1180px, calc(100% - 28px)); }
}

/* Footer: Webflow aumenta .text-size-xsmall no mobile (12px → 16px).
   Título (.title) e disclaimer (.opitro) ficam pequenos por especificidade;
   CNPJ/endereço/contato não. Mantém o bloco no tamanho xs. */
.div-block-145 > .text-size-xsmall {
  font-size: var(--_typography-scale---font-size-xs, 0.75rem);
  line-height: 1.25rem;
}

.padding-section-medium-5 .footer-social-link,
.padding-section-medium-5 .footer-social-link:link,
.padding-section-medium-5 .footer-social-link:visited {
  color: var(--_text---text-tertiary, #868892);
}

.padding-section-medium-5 .footer-social-link svg {
  stroke: currentColor;
}

.padding-section-medium-5 .footer-social-link:hover {
  color: var(--_brand---brand-light-1, #4cb0c6);
}
