@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Oswald:wght@500;600;700&display=swap";
:root {
  color: #f7f7f2;
  --y: #f4c414;
  --muted: #9ba3a7;
  --line: #ffffff18;
  background: #080b0d;
  font-family: Manrope, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
header {
  z-index: 10;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #080b0dee;
  align-items: center;
  gap: 25px;
  height: 76px;
  padding: 0 max(24px, 50vw - 590px);
  display: flex;
  position: sticky;
  top: 0;
}
.logo {
  letter-spacing: 2px;
  align-items: center;
  gap: 8px;
  font-family: Oswald;
  display: flex;
}
.logo b {
  background: var(--y);
  color: #090b0c;
  padding: 5px 7px;
  font-size: 21px;
  transform: skew(-7deg);
}
.profile {
  color: var(--muted);
  margin-left: auto;
  font-size: 12px;
}
.profile i {
  background: #20c56d;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  display: inline-block;
}
.profile strong {
  color: #fff;
}
.btn {
  background: var(--y);
  color: #0a0b09;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 23px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 12px 35px #f4c41422;
}
.btn.small {
  min-height: 41px;
}
.hero {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 75px;
  max-width: 1220px;
  min-height: 700px;
  margin: auto;
  padding: 85px 30px;
  display: grid;
}
.pill,
.overline,
.heading > span,
.final > span {
  color: var(--y);
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 800;
  display: inline-block;
}
.pill {
  border: 1px solid #f4c41455;
  border-radius: 99px;
  padding: 9px 12px;
}
.hero h1,
.section h2,
.offer h2,
.final h2 {
  text-transform: uppercase;
  margin: 22px 0;
  font: 600 clamp(40px, 5vw, 70px)/1.04 Oswald;
}
.hero h1 em {
  color: var(--y);
  font-style: normal;
}
.heroCopy > p {
  color: #bcc3c6;
  max-width: 650px;
  font-size: 17px;
  line-height: 1.7;
}
.heroCopy > p strong {
  color: #fff;
}
.actions {
  align-items: center;
  gap: 24px;
  margin: 31px 0;
  display: flex;
}
.actions > a:last-child {
  color: #b8bec1;
  font-size: 12px;
  font-weight: 700;
}
.ticks {
  color: #a9b0b3;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 11px;
  display: flex;
}
.ticks span,
.authority li,
.offer li {
  align-items: center;
  gap: 7px;
  display: flex;
}
.check {
  color: var(--y);
  font-weight: 900;
}
.heroVisual {
  position: relative;
}
.video {
  aspect-ratio: 4/5;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #2b3033, #111416);
  border-radius: 25px;
  place-items: center;
  max-height: 510px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.video > span {
  text-align: center;
  color: #ffffff12;
  font: 600 42px/1.1 Oswald;
}
.video button {
  background: var(--y);
  z-index: 2;
  border: 0;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  position: absolute;
}
.video > div {
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.video small {
  color: var(--muted);
}
.social {
  color: #111;
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  width: 305px;
  padding: 15px;
  display: flex;
  position: absolute;
  bottom: 32px;
  right: -28px;
  box-shadow: 0 20px 50px #0008;
}
.social > b {
  width: 43px;
  height: 43px;
  color: var(--y);
  background: #111;
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.social span,
.social em {
  flex-direction: column;
  font-size: 10px;
  display: flex;
}
.social em {
  text-align: right;
  margin-left: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}
.social small {
  color: #777;
  font-size: 9px;
}
.numbers {
  border-block: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  max-width: 1160px;
  margin: auto;
  display: grid;
}
.numbers div {
  text-align: center;
  border-right: 1px solid var(--line);
  flex-direction: column;
  padding: 31px;
  display: flex;
}
.numbers div:last-child {
  border: 0;
}
.numbers b {
  text-transform: uppercase;
  color: var(--y);
  font: 600 27px Oswald;
}
.numbers span {
  color: var(--muted);
  font-size: 11px;
}
.section {
  max-width: 1180px;
  margin: auto;
  padding: 105px 30px;
}
.heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.heading.left {
  text-align: left;
  margin-left: 0;
}
.section h2,
.offer h2,
.final h2 {
  font-size: clamp(35px, 4vw, 52px);
}
.heading p,
.authority p,
.offer p,
.final p {
  color: var(--muted);
  line-height: 1.7;
}
.steps,
.cars {
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  display: grid;
}
.steps article {
  border: 1px solid var(--line);
  background: #ffffff08;
  border-radius: 20px;
  padding: 30px;
}
.steps article > b {
  color: #f4c41455;
  font: 600 40px Oswald;
}
.steps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.dark {
  background: #0c1012;
  max-width: 1240px;
}
.cars article {
  border: 1px solid var(--line);
  background: #181d20;
  border-radius: 17px;
  overflow: hidden;
}
.carPic {
  aspect-ratio: 1.45;
  text-align: center;
  color: #ffffff18;
  background: linear-gradient(135deg, #303639, #15191b);
  place-items: center;
  font: 600 27px Oswald;
  display: grid;
  position: relative;
}
.carPic b {
  background: var(--y);
  color: #111;
  border-radius: 6px;
  padding: 7px;
  font: 800 9px Manrope;
  position: absolute;
  top: 12px;
  left: 12px;
}
.carBody {
  padding: 20px;
}
.carBody > small {
  color: var(--y);
  font-size: 8px;
}
.carBody h3 {
  margin: 7px 0 17px;
}
.carBody > div {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  padding-top: 14px;
  display: flex;
}
.carBody > div span {
  color: var(--muted);
  text-transform: uppercase;
  flex-direction: column;
  font-size: 8px;
  display: flex;
}
.carBody del {
  margin-top: 5px;
  font-size: 11px;
}
.carBody strong {
  color: var(--y);
  margin-top: 3px;
  font-size: 16px;
}
.legal {
  text-align: center;
  color: #687074;
  font-size: 9px;
  line-height: 1.5;
}
.authority {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 85px;
  display: grid;
}
.portrait {
  aspect-ratio: 0.9;
  text-align: center;
  color: #ffffff16;
  background: linear-gradient(145deg, #2a3033, #111416);
  border-radius: 22px;
  place-items: center;
  font: 600 37px Oswald;
  display: grid;
  position: relative;
}
.portrait > div {
  background: var(--y);
  color: #111;
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 28px;
  right: -20px;
}
.portrait > div b {
  font-size: 22px;
}
.portrait > div span {
  font: 700 9px Manrope;
}
.authority ul,
.offer ul {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.authority li,
.offer li {
  margin: 12px 0;
  font-size: 12px;
}
.ig {
  color: var(--y);
  border-bottom: 1px solid var(--y);
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
}
.offerBg {
  background: var(--y);
  padding: 90px 25px;
}
.offer {
  color: #fff;
  background: #111517;
  border-radius: 27px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 65px;
  max-width: 1050px;
  margin: auto;
  padding: 55px;
  display: grid;
}
.offer aside {
  color: #111;
  text-align: center;
  background: #fff;
  border-radius: 19px;
  padding: 29px;
}
.offer aside > small {
  letter-spacing: 2px;
  background: #f0f0ed;
  border-radius: 50px;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 800;
}
.offer aside p {
  margin: 20px 0 0;
  font-size: 11px;
}
.price {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.price b {
  font: 600 76px/1 Oswald;
}
.price sup {
  margin-top: 12px;
  font-weight: 800;
}
.offer aside > span {
  color: #777;
  font-size: 10px;
  display: block;
}
.offer aside .btn {
  width: 100%;
  margin-top: 22px;
}
.offer aside em {
  color: #777;
  margin-top: 12px;
  font-size: 8px;
  font-style: normal;
  display: block;
}
.faq {
  max-width: 850px;
}
.faq article {
  border-bottom: 1px solid var(--line);
}
.faq button {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  width: 100%;
  padding: 21px 0;
  font: 700 13px Manrope;
  display: flex;
}
.faq button b {
  color: var(--y);
  font-size: 20px;
}
.faq article > div {
  grid-template-rows: 0fr;
  transition: all 0.2s;
  display: grid;
}
.faq article > div p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  overflow: hidden;
}
.faq article.open > div {
  grid-template-rows: 1fr;
}
.faq article.open > div p {
  padding-bottom: 20px;
}
.final {
  text-align: center;
  background: radial-gradient(circle at 50% 100%, #f4c41420, #0000 48%);
  padding: 100px 25px;
}
.final p {
  margin: 0 auto 25px;
}
footer {
  border-top: 1px solid var(--line);
  color: #737b7e;
  align-items: center;
  gap: 25px;
  max-width: 1160px;
  margin: auto;
  padding: 32px 25px 95px;
  font-size: 9px;
  display: flex;
}
footer p {
  margin-left: auto;
}
footer nav {
  gap: 15px;
  display: flex;
}
.mobile {
  display: none;
}
@media (width<=850px) {
  .profile {
    display: none;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding: 60px 22px;
  }
  .heroCopy,
  .heroVisual,
  .mockCheckout > section,
  .mockCheckout > form {
    min-width: 0;
  }
  .heroVisual {
    max-width: 500px;
  }
  .steps,
  .cars {
    grid-template-columns: 1fr;
  }
  .authority {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .portrait {
    max-width: 480px;
  }
  .offer {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 80px 22px;
  }
}
@media (width<=560px) {
  body {
    padding-bottom: 72px;
    overflow-x: hidden;
  }
  header {
    height: 64px;
    padding: 0 15px;
  }
  .hero {
    width: 100%;
    min-height: auto;
    gap: 34px;
    padding: 52px 16px;
    overflow: hidden;
  }
  .logo span {
    display: none;
  }
  .btn.small {
    padding: 0 12px;
    font-size: 10px;
  }
  .hero h1 {
    font-size: clamp(32px, 9.4vw, 38px);
    overflow-wrap: anywhere;
  }
  .heroCopy > p {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .actions {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }
  .social {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    bottom: auto;
    right: auto;
    padding: 12px;
  }
  .brandSocial > span {
    min-width: 0;
  }
  .brandSocial > span strong {
    overflow-wrap: anywhere;
  }
  .brandSocial em {
    flex: none;
    font-size: 14px;
  }
  .numbers {
    grid-template-columns: 1fr;
  }
  .numbers div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 21px;
  }
  .offerBg {
    padding: 55px 15px;
  }
  .offer {
    gap: 30px;
    padding: 28px 19px;
  }
  .offer h2,
  .final h2,
  .section h2 {
    overflow-wrap: anywhere;
  }
  .portrait > div {
    right: -3px;
  }
  .final {
    padding: 80px 20px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  footer p {
    margin-left: 0;
  }
  .mobile {
    z-index: 20;
    border-top: 1px solid var(--line);
    background: #111517f7;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 9px 12px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mobile > span {
    flex-direction: column;
    display: flex;
  }
  .mobile small {
    color: var(--muted);
    font-size: 8px;
  }
  .mobile .btn {
    min-height: 44px;
    padding: 0 15px;
  }
  .testFlow {
    width: 100%;
    overflow-x: hidden;
  }
  .mockCheckout {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .mockCheckout h1,
  .flowStatus h1 {
    font-size: clamp(31px, 9vw, 36px);
    overflow-wrap: anywhere;
  }
  .orderSummary {
    min-width: 0;
  }
  .orderSummary > div {
    min-width: 0;
  }
}
.logoImage {
  max-width: 190px;
  height: 54px;
}
.logoImage img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.founderHero > img,
.realPortrait > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.realPortrait > img {
  border: 1px solid #f4c54266;
  border-radius: 22px;
  box-shadow:
    0 24px 55px #00000073,
    0 0 0 5px #ffffff0a;
  box-sizing: border-box;
}
.founderHero:after,
.realPortrait:after {
  content: "";
  background: linear-gradient(#0000 52%, #080b0dcc);
  position: absolute;
  inset: 0;
}
.realPortrait:after {
  border-radius: 22px;
}
.founderHero > div {
  z-index: 2;
}
.realCars {
  grid-template-columns: repeat(4, 1fr);
}
.carPic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.realCars .carBody > div span:first-child strong {
  color: #fff;
}
.reviews {
  max-width: 1240px;
}
.reviewGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.reviewGrid article {
  border: 1px solid var(--line);
  background: #111517;
  border-radius: 19px;
  padding: 22px;
}
.reviewHead {
  align-items: center;
  gap: 10px;
  display: flex;
}
.reviewHead > img {
  object-fit: cover;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.reviewHead > span {
  flex-direction: column;
  display: flex;
}
.reviewHead b {
  font-size: 12px;
}
.reviewHead small {
  color: var(--muted);
  font-size: 9px;
}
.reviewHead .check {
  background: var(--y);
  color: #111;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-left: auto;
  font-size: 11px;
  display: grid;
}
.reviewGrid article > p {
  color: #c1c7c9;
  min-height: 125px;
  font-size: 12px;
  line-height: 1.65;
}
.reviewCar {
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
}
.testFlow {
  background: radial-gradient(circle at 20% 10%, #f4c41418, #0000 28%), #080b0d;
  min-height: 100vh;
  padding: 80px 25px;
}
.testFlow > .logo {
  width: 190px;
  height: 70px;
  margin: 0 auto 35px;
  display: flex;
}
.testBanner {
  z-index: 20;
  color: #111;
  letter-spacing: 1px;
  background: #f4c414;
  place-items: center;
  height: 39px;
  font-size: 10px;
  font-weight: 900;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.mockCheckout {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1020px;
  margin: auto;
  display: grid;
}
.mockCheckout h1,
.flowStatus h1 {
  text-transform: uppercase;
  margin: 16px 0;
  font: 600 48px/1.05 Oswald;
}
.mockCheckout section > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.back {
  color: #a6adb0;
  margin-bottom: 28px;
  font-size: 11px;
  display: block;
}
.orderSummary {
  border: 1px solid var(--line);
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 18px;
  display: flex;
}
.orderSummary img {
  object-fit: contain;
  width: 66px;
  height: 45px;
}
.orderSummary div {
  flex-direction: column;
  display: flex;
}
.orderSummary div b {
  font-size: 12px;
}
.orderSummary div span {
  color: var(--muted);
  font-size: 9px;
}
.orderSummary > strong {
  color: var(--y);
  margin-left: auto;
  font-size: 14px;
}
.mockCheckout form {
  color: #111;
  background: #fff;
  border-radius: 21px;
  padding: 31px;
  box-shadow: 0 30px 80px #0008;
}
.mockCheckout form h2 {
  margin-top: 0;
  font-size: 18px;
}
.mockCheckout label {
  flex-direction: column;
  gap: 6px;
  margin: 13px 0;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}
.mockCheckout input {
  border: 1px solid #dfe2e3;
  border-radius: 8px;
  outline: none;
  height: 45px;
  padding: 0 12px;
  font: 12px Manrope;
}
.mockCheckout input:focus {
  border-color: #d0a500;
  box-shadow: 0 0 0 3px #f4c41422;
}
.fieldRow {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}
.pixMock {
  border: 2px solid #37a960;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  margin: 18px 0;
  padding: 14px;
  display: flex;
}
.pixMock b {
  color: #268348;
}
.pixMock span {
  color: #777;
  font-size: 9px;
}
.pixMock strong {
  margin-left: auto;
  font-size: 12px;
}
.mockCheckout form .btn {
  cursor: pointer;
  border: 0;
  width: 100%;
}
.mockCheckout form > small {
  text-align: center;
  color: #777;
  margin-top: 12px;
  font-size: 8px;
  display: block;
}
.flowStatus {
  text-align: center;
  max-width: 620px;
  margin: 80px auto;
}
.flowStatus > p {
  color: var(--muted);
  line-height: 1.7;
}
.spinner {
  border: 4px solid #ffffff1c;
  border-top-color: var(--y);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  margin: 0 auto 25px;
  animation: 0.8s linear infinite spin;
  display: block;
}
.successIcon {
  color: #fff;
  background: #2dbb6c;
  border-radius: 50%;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 25px;
  font-size: 35px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 0 0 12px #2dbb6c18;
}
.flowStatus .back {
  margin-top: 25px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (width<=900px) {
  .realCars {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviewGrid {
    grid-template-columns: 1fr;
  }
  .reviewGrid article > p {
    min-height: auto;
  }
  .mockCheckout {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
    max-width: 600px;
  }
}
@media (width<=560px) {
  .logoImage {
    width: 140px;
    height: 46px;
  }
  .realCars {
    grid-template-columns: 1fr;
  }
  .testFlow {
    padding: 65px 15px 30px;
  }
  .testBanner {
    text-align: center;
    padding: 0 10px;
    font-size: 8px;
  }
  .mockCheckout h1,
  .flowStatus h1 {
    font-size: clamp(31px, 9vw, 36px);
    overflow-wrap: anywhere;
  }
  .mockCheckout form {
    padding: 23px 17px;
  }
  .fieldRow {
    grid-template-columns: 1fr;
  }
  .orderSummary > strong {
    font-size: 11px;
  }
  .testFlow > .logo {
    height: 55px;
    margin-bottom: 20px;
  }
}
.profile {
  align-items: center;
  gap: 7px;
  display: flex;
}
.profile > img {
  object-fit: contain;
  border-radius: 6px;
  width: 21px;
  height: 21px;
}
.brandSocial > img {
  object-fit: contain;
  flex: none;
  width: 54px;
  height: 54px;
}
.logoImage img {
  filter: drop-shadow(0 4px 12px #0005);
}
.mockCheckout label.invalid input {
  background: #fff8f7;
  border-color: #d93025;
}
.mockCheckout label > em {
  color: #c62828;
  font-size: 8px;
  font-style: normal;
  line-height: 1.35;
}
.pixMock > img {
  object-fit: contain;
  width: 32px;
  height: 32px;
}
.pixMock > div {
  flex-direction: column;
  display: flex;
}
.pixMock > div b {
  color: #268348;
  font-size: 12px;
}
.pixMock > div span {
  color: #777;
  font-size: 8px;
}
.professionalFooter {
  color: #9ca4a8;
  border-top: 1px solid var(--line);
  background: #0b0e10;
  max-width: none;
  padding: 0;
  display: block;
}
.footerMain,
.footerBottom,
.legalPolicies {
  max-width: 1160px;
  margin: auto;
}
.footerMain {
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 70px;
  padding: 65px 25px 45px;
  display: grid;
}
.footerBrand .logo {
  width: 180px;
  height: 75px;
}
.footerBrand > p {
  max-width: 380px;
  font-size: 11px;
  line-height: 1.7;
}
.footerBrand > a {
  color: #e1e4e5;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.footerBrand > a img {
  border-radius: 6px;
  width: 23px;
  height: 23px;
}
.footerMain h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 12px 0 19px;
  font-size: 11px;
}
.footerMain > div:not(.footerBrand) > a {
  color: #939b9f;
  margin: 11px 0;
  font-size: 10px;
  transition: all 0.2s;
  display: block;
}
.footerMain > div:not(.footerBrand) > a:hover {
  color: var(--y);
}
.legalPolicies {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 25px 35px;
  display: grid;
}
.legalPolicies details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
}
.legalPolicies summary {
  color: #c9ced0;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
}
.legalPolicies p {
  color: #7f888c;
  margin: 10px 0 0;
  font-size: 8px;
  line-height: 1.6;
}
.footerBottom {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 23px 25px;
  font-size: 9px;
  display: flex;
}
.footerBottom p {
  margin: 0;
}
.footerBottom strong {
  color: #dfe2e3;
}
@media (width<=800px) {
  .footerMain {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footerBrand {
    grid-column: 1/-1;
  }
  .legalPolicies {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width<=560px) {
  .profile {
    display: none;
  }
  .brandSocial > img {
    width: 45px;
    height: 45px;
  }
  .footerMain {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  .footerBrand {
    grid-column: auto;
  }
  .legalPolicies {
    grid-template-columns: 1fr;
  }
  .footerBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 28px;
  }
  .professionalFooter .logo span {
    display: initial;
  }
}
.financeNote {
  margin: 10px 0 0;
  color: #727b7f !important;
  font-size: 8px !important;
}
.financeDisclaimer {
  color: #788084;
  font-size: 8px;
  line-height: 1.5;
  display: block;
}
.groupAccessButton {
  color: #111;
  cursor: pointer;
  background: #d5aa00;
  border: 0;
  border-radius: 10px;
  width: 100%;
  max-width: 390px;
  height: 55px;
  margin: 28px auto 20px;
  font-weight: 800;
  display: block;
}
.footerBrand {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.footerBrand > p {
  color: #a9b0b3;
  max-width: 360px;
  margin: 0 0 18px;
  font-size: 11px;
  line-height: 1.8;
}
.footerBrand > a {
  margin: 0;
}
@media (width<=560px) {
  .footerBrand {
    text-align: center;
    align-items: center;
  }
  .footerBrand > p {
    max-width: 320px;
  }
  .footerBrand > a {
    justify-content: center;
  }
}
.mobileOfficialButton {
  background: var(--y);
  color: #0a0b09;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  box-shadow: 0 8px 28px #f4c41430;
}
.paymentError {
  color: #b42318;
  background: #fff0ef;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 10px !important;
  line-height: 1.5 !important;
}
.pixPayment {
  text-align: center;
  color: #111;
  background: #fff;
  border-radius: 22px;
  width: min(580px, 100%);
  margin: 25px auto;
  padding: 35px;
  box-shadow: 0 30px 90px #0008;
}
.pixPayment h1 {
  text-transform: uppercase;
  margin: 13px 0;
  font: 600 38px/1.08 Oswald;
}
.pixPayment > p {
  color: #687074;
  font-size: 12px;
  line-height: 1.6;
}
.qrWrap {
  border: 1px solid #e4e6e7;
  border-radius: 14px;
  width: 245px;
  height: 245px;
  margin: 25px auto;
  padding: 10px;
}
.qrWrap img {
  width: 100%;
  height: 100%;
}
.pixCode {
  background: #f2f3f3;
  border-radius: 10px;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 8px;
  display: grid;
}
.pixCode span {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: #555;
  padding: 9px;
  font: 10px monospace;
  overflow: hidden;
}
.pixCode button,
.demoApprove {
  color: #fff;
  cursor: pointer;
  background: #111;
  border: 0;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 10px;
  font-weight: 800;
}
.paymentWaiting {
  text-align: left;
  border: 1px solid #e5e7e7;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  padding: 14px;
  display: flex;
}
.paymentWaiting .spinner {
  border-color: #d5aa00 #ddd #ddd;
  width: 28px;
  height: 28px;
  margin: 0;
}
.paymentWaiting > div {
  flex-direction: column;
  display: flex;
}
.paymentWaiting b {
  font-size: 11px;
}
.paymentWaiting span {
  color: #777;
  margin-top: 3px;
  font-size: 9px;
}
.demoApprove {
  color: #111;
  background: #d5aa00;
  width: 100%;
  height: 44px;
  margin-bottom: 15px;
}
.pixPayment > small {
  color: #777;
  font-size: 9px;
  display: block;
}
@media (width<=560px) {
  .pixPayment {
    padding: 25px 15px;
  }
  .pixPayment h1 {
    font-size: 31px;
  }
  .qrWrap {
    width: 215px;
    height: 215px;
  }
  .pixCode {
    grid-template-columns: 1fr;
  }
  .pixCode button {
    height: 42px;
  }
}
