* {
  font-family: Ubuntu, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.site-header {
  position: relative;
  top: 0;
  z-index: 1000;
  margin-bottom: -120px;
}
.hdr-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img {
  height: auto;
  width: 100%;
  display: block;
}
.brand .brand-name {
  color: #eaf1f8;
  font-weight: 800;
  letter-spacing: 0.2px;
}
nav.primary-nav {
  margin-left: auto;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #eaf1f8;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 8px 10px;
  border-radius: 12px;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
  font-size: 18px;
}
.nav-list li:last-child a {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 10px 16px;
}
.nav-list a:hover,
.nav-list a:focus-visible {
  background: #ffffff0f;
}
.btn-cta {
  margin-left: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ff9f1c;
  color: #091a2c;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  box-shadow: 0 6px 20px #00000040;
  transition: transform 0.15s ease;
}
.btn-cta:hover {
  transform: translateY(-1px);
}
.menu-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 0;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ffff;
}
.menu-toggle:focus-visible {
  outline: 2px solid #d7e6f4;
}
.menu-toggle .bar {
  width: 22px;
  height: 2px;
  background: #eaf1f8;
  display: block;
  margin: 5px 0;
  border-radius: 2px;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  nav.primary-nav {
    position: fixed;
    top: 64px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
    box-shadow: 0 28px 80px #00000073;
    height: 180px;
  }
  nav.primary-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-list {
    flex-direction: column;
    padding: 14px;
  }
  .nav-list a {
    color: #000;
    font-size: 16px;
  }
  .btn-cta {
    width: 100%;
    text-align: center;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
}
.menu-toggle .bar {
  position: absolute;
  left: 9px;
  right: 9px;
  height: 2px;
  background: #eaf1f8;
  border-radius: 2px;
  transition:
    transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.18s ease,
    top 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    bottom 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-toggle .bar:nth-child(1) {
  top: 6px;
}
.menu-toggle .bar:nth-child(2) {
  top: 13px;
}
.menu-toggle .bar:nth-child(3) {
  top: 20px;
}
.menu-toggle[aria-expanded='true'] .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded='true'] .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded='true'] .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle .bar {
    transition:
      transform 0.15s ease,
      opacity 0.1s linear;
  }
}
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  color: #f1f3f5;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(90deg, #000000b3, #0000008c 40%, #00000059 60%, #0000008c),
    url(/assets/sites/pedagiodigital/images/bg.png) center / cover no-repeat;
  background-color: #0000001a;
  filter: saturate(110%);
  z-index: 0;
  margin-left: -5px;
}
.hero__grid {
  align-self: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 72px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1800px) {
  .hero__grid {
    padding: 160px 20px 72px;
  }
}
.hero__left {
  align-self: center;
}
.hero__title {
  font-weight: 900;
  line-height: 1.6;
  font-size: 4rem;
  letter-spacing: 3px;
  margin: 8px 0 18px;
  text-transform: uppercase;
  color: #fff;
}
.highlight {
  color: #e5ff51;
  font-size: 64px;
}
.hero__subtitle {
  font-size: 18px;
  color: #fff;
  max-width: 720px;
}
.hero__card {
  background: #e5e7eb;
  color: #1b1f28;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 28px 80px #00000073;
  padding: 32px;
}
.card__title {
  font-size: 24px;
  line-height: 32px;
  margin: 4px 2px 20px;
  font-weight: 400;
  color: #000;
}
.card__title strong {
  font-weight: 700;
}
.card__form {
  display: grid;
  gap: 20px;
}
.card__form span {
  font-size: 16px;
  color: #000;
}
.inp {
  width: 90%;
  height: 48px;
  border-radius: 12px;
  padding: 8px 14px;
  border: 2px solid #dfe3ea;
  background: #f4f6fa;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 16px;
}
.inp::placeholder {
  color: #a3adbb;
  font-weight: 700;
}
.inp:focus {
  outline: 0;
  border-color: #8ec5ff;
  box-shadow: 0 0 0 3px #8ec5ff59;
}
.chk {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  color: #1e252f;
}
.chk {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 12px;
  font-size: 14px;
  color: #1e252f;
  cursor: pointer;
}
.chk input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #000;
}
.chk input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #0000002e;
}
.chk a {
  color: #6b7280;
  text-underline-offset: 2px;
  font-style: italic;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 12px;
  border: 0;
  font: inherit;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0;
  text-decoration: none;
  background: #d1d5db;
  color: #fff;
  cursor: not-allowed;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s,
    transform 0.15s,
    filter 0.2s;
  box-shadow: none;
  box-sizing: border-box;
}
.btn[disabled],
.btn.is-disabled,
.btn[aria-disabled='true'] {
  background: #d1d5db;
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
  filter: none;
  pointer-events: none;
}
.btn:not([disabled]):not(.is-disabled):not([aria-disabled='true']) {
  background: #000;
  color: #e5ff51;
  cursor: pointer;
  box-shadow: 0 10px 30px #00000059;
}
.btn:not([disabled]):not(.is-disabled):not([aria-disabled='true']):is(:hover, :focus-visible) {
  filter: brightness(1.02);
  transform: translateY(-1px);
}
.card__link {
  text-align: center;
  margin-top: 12px;
}
.card__link a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .hero__grid {
    grid-template-columns: 1fr 380px;
    gap: 28px;
  }
}
@media (max-width: 900px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 50px;
    padding: 120px 12px !important;
  }
  .hero__right {
    order: 2;
  }
  .hero__left {
    order: 1;
  }
  .hero__title,
  .highlight {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hero__title,
  .highlight {
    font-size: 24px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .brand img {
    height: auto;
    width: 70%;
    display: block;
  }
}
.support {
  margin-top: 0;
  color: #000;
}
.support__toggle {
  width: 100%;
  background: #111;
  color: #fff;
  border: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  border-top: 1px solid #393939;
}
.support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.support__container strong {
  font-size: 20px;
  font-weight: 700;
}
.support__container .chev {
  margin-left: auto;
  transition: transform 0.18s ease;
}
.support__toggle[aria-expanded='true'] .chev {
  transform: rotate(180deg);
}
.support__panel {
  background: #e5e7eb;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.support__inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}
.acc {
  margin: 0;
  padding: 16px 0 24px;
}
.acc__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.acc__item:last-child {
  border-bottom: none;
}
.acc__btn {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 18px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  cursor: pointer;
}
.acc__btn span {
  font-weight: 800;
  color: #000;
  letter-spacing: 0.2px;
  font-size: 20px;
}
.acc__btn .chev {
  transition: transform 0.18s ease;
}
.acc__btn[aria-expanded='true'] .chev {
  transform: rotate(180deg);
}
.acc__content {
  padding: 2px 8px 18px;
}
.acc__link {
  display: inline-block;
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 2px;
  word-break: break-word;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 720px) {
  .support__container {
    padding: 16px;
  }
  .acc {
    padding: 8px 14px 18px;
  }
}
.site-footer {
  background: #363636;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #e9edf2;
}
.ft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ft-brand img {
  height: auto;
  width: 80%;
  display: block;
}
.ft-logos {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.ft-logos img {
  height: 22px;
  width: auto;
  opacity: 0.9;
  filter: grayscale(1) contrast(1.05) brightness(0.96);
  transition: opacity 0.15s ease;
}
.ft-logos img:hover {
  opacity: 1;
}
@media (max-width: 720px) {
  .ft-container {
    flex-wrap: nowrap;
    gap: 0px;
  }
  .ft-logos {
    margin-left: auto;
    gap: 10px;
    padding-right: 20px;
  }
  .ft-logos img {
    height: 20px;
  }
  .ft-logos li:first-child img {
    margin-top: 10px;
  }
  .ft-brand img {
    width: 80%;
  }
}
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.login-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.login-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0000007a;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.login-modal__card {
  position: relative;
  width: min(450px, 92vw);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 80px #00000073;
  padding: 40px 30px;
}
.login-form {
  display: grid;
  gap: 14px;
}
.lm-field {
  position: relative;
}
.lm-field input {
  width: 95%;
  height: 60px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
  font:
    400 18px/1 Ubuntu,
    system-ui,
    sans-serif;
  color: #000;
  outline: none;
}
.lm-field input:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px #00000014;
}
.lm-field--password input {
  border-color: #d7deea;
}
.lm-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  border-radius: 8px;
}
.lm-eye:hover {
  background: #0000000f;
}
.lm-forgot {
  margin: -4px 0 6px;
  text-align: right;
}
.lm-forgot a {
  color: #9ca3af;
  text-decoration: underline;
  font-size: 14px;
}
.lm-primary {
  height: 60px;
  border: 0;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  transition:
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s,
    filter 0.2s;
}
.lm-primary:disabled {
  background: #9ca3af;
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
  filter: none;
}
.lm-primary:not(:disabled) {
  background: #000;
  color: #e5ff51;
  cursor: pointer;
  box-shadow: 0 18px 40px #00000040;
}
.lm-primary:not(:disabled):hover {
  filter: brightness(1.02);
}
.lm-sep {
  text-align: center;
  color: #4b5563;
  font-size: 16px;
  margin: 32px 0 0;
}
.lm-secondary {
  height: 60px;
  border-radius: 10px;
  border: 1.8px solid #111;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.lm-secondary:hover {
  background: #fafafa;
}
@media (max-width: 520px) {
  .login-modal__card {
    padding: 20px;
    border-radius: 12px;
    width: min(280px, 92vw);
  }
  .lm-field input {
    height: 48px;
    width: 90%;
  }
  .lm-primary,
  .lm-secondary {
    height: 48px;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 768px) {
  .hero__card {
    padding: 20px 12px;
  }
  .hero__right {
    order: 2;
    margin-left: -2px;
  }
  .login-modal__card {
    width: min(300px, 92vw);
  }
}
.spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: -2px;
  margin-right: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn--loading {
  pointer-events: none;
  opacity: 0.85;
}
.loading-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000059;
  display: grid;
  place-items: center;
  z-index: 9999;
}
.loading-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 12px 48px #0000002e;
  font:
    500 14px/1.2 system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
}
.loading-box .spinner {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
:root {
  --black: #000;
  --ink: #000;
  --muted: #6b7280;
  --gray-1: #f3f4f6;
  --gray-2: #cbd5e1;
  --gray-3: #d1d5db;
  --brand: #ff9f1c;
  --lime: #e5ff51;
  --radius: 12px;
  --radius-lg: 14px;
  --maxw: 580px;
  --bd: rgba(0, 0, 0, 0.08);
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Ubuntu, sans-serif;
  color: var(--ink);
  background: #eee;
}
.appbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--bd);
  padding: 12px;
}
.appbar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  background: #fff;
}
.back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  color: #000;
  background: #fff;
}
.back:hover {
  background: #f2f3f5;
}
.appbar__title {
  margin: 0;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  background: #fff;
}
.appbar__spacer {
  display: block;
  width: 36px;
}
.hero-strap {
  overflow: visible;
}
.search-wrap {
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translate(-50%, 50%);
  width: min(var(--maxw), 94vw);
  z-index: 5;
}
.hero-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  max-width: 1150px;
  margin: 0 auto;
  filter: brightness(0.5);
}
.search-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 8px;
  font-size: 18px;
}
.search {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 34px #00000047;
}
.search input {
  width: 100%;
  padding: 18px 44px 18px 16px;
  border: 0;
  outline: none;
  font-size: 16px;
  border-radius: 12px;
}
.search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}
.page {
  padding-bottom: 90px;
}
.container {
  width: min(var(--maxw), 94vw);
  margin: 60px auto;
}
.section-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 14px 0 12px;
}
.row__fee {
  font-size: 14px;
  line-height: 1;
  color: #b71c1c;
}
.row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: start;
  gap: 12px;
  padding: 12px 6px;
}
.row input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #000;
}
.row--bulk {
  border-bottom: 1px solid var(--gray-2);
  margin-bottom: 16px;
}
strong#bulkLabel {
  font-weight: 400;
  font-size: 14px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item {
  border-bottom: 1px solid var(--gray-2);
}
.item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
  padding: 0 6px;
}
.item-price {
  white-space: nowrap;
}
.item-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.item-placa {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.item-conc {
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
.item-sub {
  color: var(--muted);
  font-size: 14px;
}
.item-price {
  font-weight: 800;
  color: #000;
  font-size: 18px;
}
.total-card {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%);
  width: min(var(--maxw), 94vw);
  background: #fff;
  border: 1px solid var(--gray-2);
  border-radius: 12px;
  box-shadow: 0 30px 70px #00000059;
  padding: 12px 16px 16px;
  max-height: 50vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
}
strong#totalTitle {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.total-head {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.total-head .th-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-head .th-bottom {
  border-top: 1px solid var(--gray-2);
  padding-top: 10px;
  color: #363636;
}
.total-head .chev {
  transition: transform 0.18s ease;
}
.total-head[aria-expanded='true'] .chev {
  transform: rotate(180deg);
}
.total-value {
  font-weight: 900;
  font-size: 18px;
  color: #000;
}
.total-body {
  border-top: 1px solid var(--gray-2);
  padding: 12px 16px 16px;
}
.resumo-placa {
  margin: 6px 0 12px;
}
.resumo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.resumo-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.resumo-list li:last-child {
  border-bottom: 0;
}
.resumo-total {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--gray-2);
  padding-top: 10px;
  margin: 8px 0 0;
  font-size: 16px;
}
.resumo-total > strong {
  margin-left: auto;
  color: #000;
}
strong#resumoPlaca {
  color: #000;
}
.btn-continue {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    filter 0.2s,
    transform 0.15s,
    box-shadow 0.2s,
    background 0.2s,
    color 0.2s;
}
.btn-continue--inline {
  width: auto;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}
.btn-continue:disabled {
  background: var(--gray-3);
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-continue:not(:disabled) {
  background: var(--black);
  color: var(--lime);
  cursor: pointer;
  box-shadow: 0 16px 40px #00000040;
  font-size: 16px;
  font-weight: 400;
}
.btn-continue:not(:disabled):hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
}
.total-head[aria-expanded='true'] #btnContinuarTop {
  display: none;
}
.total-head[aria-expanded='false'] #btnContinuarTop {
  display: inline-flex;
}
.badge--due {
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
ul#resumoItens strong {
  color: #000;
}
@media (max-width: 720px) {
  .hero-strap {
    height: 160px;
    margin-bottom: 150px;
  }
  .container {
    width: min(96vw, 680px);
    margin-top: 20px;
  }
  .row {
    grid-template-columns: 16px 0.5fr 1fr;
  }
  .badge--due {
    font-size: 12px;
    text-align: center;
  }
  .row__fee {
    font-size: 10px;
  }
  label.row.row--bulk {
    grid-template-columns: 0.1fr 1fr;
  }
}
.is-anon .blur-if-anon {
  font-size: 18px;
  opacity: 0.8;
  padding: 6px 0;
}
.total-head[aria-expanded='true'] .th-bottom,
.total-head[aria-expanded='true'] #totalTitle {
  display: none;
}
.total-head[aria-expanded='true'] .th-top {
  justify-content: flex-end;
  padding-bottom: 0;
  border-bottom: 0;
}
.section-sub {
  margin: 0 0 12px;
  color: #6b7280;
}
.pay-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pay-item {
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--gray-2);
  cursor: pointer;
}
.pay-item:last-child {
  border-bottom: none;
}
.pay-item:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 4px;
  border-radius: 8px;
}
.pay-icon .pm-ico {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.pay-icon .bg {
  fill: var(--lime);
}
.pay-icon .fg {
  fill: none;
  stroke: #111;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pay-texts strong {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.pay-texts small {
  display: block;
  color: #000;
  font-size: 14px;
  margin-top: 2px;
}
section#paySection .section-title,
section#cardSection .section-title,
section#pixSection .section-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0;
  border-bottom: none;
  padding-bottom: 10px;
}
section#paySection .section-sub,
section#cardSection .section-sub,
section#pixSection .section-sub {
  margin: 0 0 12px;
  color: #000;
  font-size: 14px;
}
.body--pay .total-head[aria-expanded='true'] .th-bottom,
.body--pay .total-head[aria-expanded='true'] #totalTitle {
  display: none;
}
.body--pay .total-head[aria-expanded='true'] .th-top {
  justify-content: flex-end;
}
.card-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
  padding-top: 10px;
}
.field {
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--gray-2);
  background: #eee;
  font-size: 16px;
}
.summary-card {
  max-width: 520px;
  border: 1px solid var(--gray-2);
  border-radius: 12px;
  background: #fff;
  padding: 24px 20px;
  margin: 0 auto;
}
.summary-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}
.summary-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 12px;
  column-gap: 12px;
}
.summary-grid .highlight {
  background: #eef9c7;
  padding: 6px 8px;
  border-radius: 8px;
}
.pix-countdown {
  margin: 10px 0 12px;
  color: #000;
  text-align: center;
}
.qr-box {
  width: 180px;
  height: 180px;
  margin: 0 auto 14px;
  border-radius: 6px;
  background: repeating-conic-gradient(#000 0, #000 25%, #fff 0, #fff 50%) 50%/20px 20px;
  box-shadow: 0 8px 30px #00000026;
}
.qr-box svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}
.pix-hint {
  max-width: 520px;
  color: #000;
  margin: 0 auto;
  padding: 10px 0;
}
.code-box {
  width: min(520px, 94vw);
  border: 1px solid var(--gray-2);
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  display: block;
  margin-inline: auto;
}
.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0 auto;
  padding-top: 20px;
}
.btn-ghost {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid var(--gray-2);
  box-shadow: none !important;
}
.body--payflow .total-card {
  display: none;
}
.summary-total-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #eef9c7;
  padding: 16px 18px;
  border-radius: 8px;
}
.summary-total-row > span {
  color: #000;
}
.summary-total-row > strong {
  color: #000;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}
.empty {
  text-align: center;
  padding: 28px 12px 8px;
  color: #111;
}
.empty__icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 12px;
  opacity: 0.9;
}
.empty__title {
  margin: 0 0 6px;
  font-weight: 600;
}
.empty__desc {
  margin: 0 auto;
  max-width: 520px;
  line-height: 1.35;
}
.empty-info {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  margin: 22px auto 120px;
  width: min(var(--maxw), 94vw);
  background: #eee;
  border: 1px solid #9ca3af;
  border-radius: 12px;
  padding: 16px;
}
.empty-info__icon {
  width: 40px;
  height: auto;
  margin-top: 20px;
}
.empty-info__text {
  color: #4b5563;
}
.dlg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
.dlg.is-open {
  display: block;
}
.dlg__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000073;
}
.dlg__card {
  position: relative;
  margin: 35vh auto 0;
  width: min(480px, 92%);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 25px 80px #00000059;
}
.dlg__title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 8px;
  text-align: center;
}
.dlg__primary {
  display: block;
  width: 100%;
  padding: 12px 16px;
  margin-top: 16px;
  border: 0;
  border-radius: 12px;
  background: #000;
  color: #e5ff51;
  font-weight: 700;
  cursor: pointer;
}
.badge {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  display: inline-block;
}
.badge-today {
  background: #b71c1c;
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(179, 107, 0, 0.12);
}
.badge-expired {
  border: 1px solid #b71c1c;
  color: #b71c1c;
  font-weight: 600;
  background: #fff;
}
.badge-tem-pix {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: 1px solid #ffc31e;
}
.m__grab {
  width: 56px;
  height: 4px;
  background: #d1d5db;
  border-radius: 999px;
  margin: 0 auto 10px;
}
.modal__card,
.fixpay-frame-wrap {
  height: clamp(480px, 95dvh, 700px) !important;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  width: 720px !important;
}
@media (max-width: 1800px) {
  .modal__card,
  .fixpay-frame-wrap {
    height: clamp(420px, 85dvh, 620px) !important;
    height: clamp(420px, 85vh, 620px) !important;
  }
}
@media (max-width: 768px) {
  .modal__card,
  .fixpay-frame-wrap {
    height: clamp(420px, 85dvh, 670px) !important;
    height: clamp(420px, 85vh, 670px) !important;
  }
}
.section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--gray-2);
}
.section-stamp {
  font-size: 12px;
  white-space: nowrap;
}
.section-stamp {
  font-size: 13px;
  white-space: nowrap;
}
.section-stamp:before {
  content: 'Atualizado em: ';
  color: #000;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.7;
}
.section-stamp {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 480px) {
  .section-bar {
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.empty[hidden] {
  display: none !important;
}
.modal__card,
.fixpay-frame-wrap {
  width: auto !important;
  max-width: min(720px, 96vw) !important;
  margin-inline: auto;
  height: min(700px, 95dvh) !important;
  -webkit-overflow-scrolling: touch;
}
.container .modal__card,
.container .fixpay-frame-wrap {
  max-width: min(720px, 96vw) !important;
}
.page,
.container,
.hero-strap {
  overflow: visible !important;
}
.fixpay-frame-wrap iframe,
.modal__card iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  border: 0;
}
.fixpay-frame-wrap img,
.modal__card img,
.fixpay-frame-wrap canvas {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .modal__card,
  .fixpay-frame-wrap {
    max-width: 96vw !important;
    max-height: min(670px, 85dvh) !important;
    overflow: auto !important;
  }
}
.popup {
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  background: #111;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px #0006;
  max-width: 360px;
  z-index: 9999;
}
.popup.hidden {
  display: none;
}
.popup-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.popup-icon {
  background: #c6ff00;
  color: #000;
  font-weight: 700;
  border-radius: 4px;
  padding: 4px 8px;
}
.popup-text p {
  margin: 4px 0 0;
  font-size: 14px;
}
.popup-close {
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
}
.popup-progress {
  width: 100%;
  height: 4px;
  background: #fff3;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
}
.popup-progress-bar {
  height: 100%;
  width: 100%;
  background: #c6ff00;
  transition: width linear;
}
.skel-list {
  display: none !important;
}
.loading-wrap {
  padding-top: 80px;
}
