/* Cabeçalho ampliado e mock fiel ao Dashboard do aplicativo Flutter. */
.landing-v2 .site-header {
  min-height: 88px;
}

.main-nav {
  gap: 20px !important;
}

.main-nav > a:not(.button) {
  font-size: 12px;
}

.main-nav .header-download {
  padding: 9px 12px !important;
  border: 1px solid #dfe4ee;
  border-radius: 9px;
  color: #294584;
  background: #f7f8fb;
  font-weight: 850;
}

.main-nav .header-download::after {
  display: none;
}

.faithful-home {
  height: 640px;
  background: #f6f7fb;
}

.dashboard-header {
  height: 116px;
  padding: 22px 17px 27px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #294584;
  background: #fec005;
}

.dashboard-header small,
.dashboard-header strong {
  display: block;
}

.dashboard-header small {
  font-size: 18px;
  font-weight: 900;
}

.dashboard-header strong {
  max-width: 190px;
  margin-top: 3px;
  color: rgba(41, 69, 132, .76);
  font-size: 9px;
}

.profile-avatar {
  display: grid;
  width: 42px;
  height: 46px;
  padding-top: 6px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  color: #294584;
  font-size: 7px;
  font-weight: 800;
}

.dashboard-sheet {
  position: absolute;
  z-index: 2;
  top: 145px;
  right: 0;
  bottom: 60px;
  left: 0;
  overflow: hidden;
  padding: 12px 13px 24px;
  border-radius: 21px 21px 0 0;
  background: #f6f7fb;
}

.today-sales {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .04);
}

.today-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #241a00;
  font-size: 10px;
}

.today-title i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  background: #fec005;
  color: #294584;
  font-style: normal;
}

.today-sales > strong {
  display: block;
  margin: 6px 0;
  color: #241a00;
  font-size: 19px;
}

.today-sales > div:last-child {
  display: flex;
  gap: 6px;
}

.today-sales > div:last-child span {
  padding: 4px 7px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #294584;
  font-size: 7px;
  font-weight: 750;
}

.report-shortcut {
  margin-top: 7px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #f6f7fb;
}

.report-shortcut > i {
  color: #294584;
  font-style: normal;
}

.report-shortcut > span {
  flex: 1;
}

.report-shortcut b,
.report-shortcut small {
  display: block;
}

.report-shortcut b {
  font-size: 8px;
}

.report-shortcut small {
  margin-top: 2px;
  font-size: 6px;
}

.report-shortcut em {
  padding: 4px 7px;
  border-radius: 99px;
  background: rgba(254, 192, 5, .35);
  color: #294584;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.real-metrics {
  margin-top: 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.real-metrics article {
  position: relative;
  height: 57px;
  padding: 8px 8px 7px 36px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.real-metrics i {
  position: absolute;
  top: 9px;
  left: 8px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 7px;
  background: #fec005;
  color: #294584;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.real-metrics i.danger {
  background: #fde8e6;
  color: #b3261e;
}

.real-metrics span,
.real-metrics b {
  display: block;
}

.real-metrics span {
  color: #667085;
  font-size: 6px;
}

.real-metrics b {
  margin-top: 3px;
  color: #182b55;
  font-size: 10px;
}

.recent-sales {
  margin-top: 7px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.recent-sales > div {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}

.recent-sales > div span {
  padding: 2px 5px;
  border-radius: 99px;
  background: #fff1ba;
  color: #294584;
  font-size: 6px;
  font-weight: 800;
}

.recent-sales p {
  margin: 7px 0 0;
  padding-top: 6px;
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #eef0f4;
}

.recent-sales p > i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 6px;
  background: #e7f7f1;
  color: #16835c;
  font-size: 7px;
  font-style: normal;
}

.recent-sales p b,
.recent-sales p small {
  display: block;
}

.recent-sales p b,
.recent-sales p > strong {
  color: #182b55;
  font-size: 7px;
}

.recent-sales p small {
  margin-top: 2px;
  color: #98a2b3;
  font-size: 6px;
}

.real-bottom-nav {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fec005;
  color: #294584;
}

.real-bottom-nav > span {
  width: 58px;
  height: 43px;
  padding-top: 5px;
  text-align: center;
  border-radius: 24px;
  font-size: 14px;
}

.real-bottom-nav > span.selected {
  color: #fff;
  background: #294584;
}

.real-bottom-nav small {
  display: block;
  margin-top: 1px;
  font-size: 6px;
  font-weight: 850;
}

.how-section {
  padding: 85px 24px;
  background: #f6f7fb;
}

.how-section .section-heading {
  margin-bottom: 35px;
}

.how-grid {
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.how-grid article {
  padding: 23px;
  display: flex;
  gap: 15px;
  border: 1px solid #e4e8f0;
  border-radius: 15px;
  background: #fff;
}

.how-grid article > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: #fec005;
  color: #294584;
  font-weight: 950;
}

.how-grid b {
  color: #182b55;
  font-size: 14px;
}

.how-grid p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .main-nav > a:nth-child(3),
  .main-nav > a:nth-child(6) {
    display: none;
  }
}

@media (max-width: 900px) {
  .main-nav > a:not(.button) {
    display: none;
  }

  .how-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }
}

@media (max-width: 650px) {
  .faithful-home {
    height: 640px;
  }
}
