.page,
.wrap,
body {
  font-family: Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
textarea,
label,
small,
span,
li,
td,
th {
  font-family: Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

main.page h1,
main.wrap h1 {
  font-size: 48px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}

main.page h2,
main.wrap h2 {
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

main.page h3,
main.wrap h3 {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

main.page h4,
main.wrap h4 {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

main.page p,
main.wrap p,
main.page li,
main.wrap li,
main.page input,
main.wrap input,
main.page select,
main.wrap select,
main.page textarea,
main.wrap textarea {
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

main.page small,
main.wrap small,
main.page .muted,
main.wrap .muted,
main.page .prod-cat,
main.page .caption,
main.wrap .caption {
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

main.page button,
main.wrap button,
main.page .btn,
main.wrap .btn,
main.page .filter-box,
main.wrap .filter-box {
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.hero h1,
.ai-copy h1 {
  font-size: 48px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}

.lead,
.hero p,
.ai-copy p {
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.auth-layout h1,
.side h1 {
  font-size: 48px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}

.auth-card h2,
.card h2,
.card-head h2 {
  font-size: 32px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

.auth-layout .lead,
.side p,
.auth-card .muted,
.security span,
.feature span,
.field,
.auth-card label,
.auth-card input,
.card input,
.check,
.switch,
.secure {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

.feature b,
.security b,
.auth-card label,
.field,
.tabs a,
.social-login a,
.socials a,
.primary,
button.primary {
  font-weight: 700 !important;
}

.stat strong,
.ai-stat strong,
.analysis-box strong,
.metric strong,
.price strong {
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.nav.page {
  width: min(1320px, calc(100vw - 56px)) !important;
  height: 82px !important;
  display: grid !important;
  grid-template-columns: 260px 1fr 220px !important;
  align-items: center !important;
  gap: 22px !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.nav.page .brand {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  min-width: 0 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: initial !important;
}

.nav.page .brand-mark {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, #ff3d08, #ff6b1a) !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  box-shadow: 0 16px 28px rgba(255, 75, 16, .2) !important;
}

.nav.page .brand-mark i,
.nav.page .brand-mark svg {
  width: 33px !important;
  height: 33px !important;
  stroke-width: 2.8 !important;
  color: #fff !important;
}

.nav.page .brand strong {
  display: block !important;
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #071226 !important;
}

.nav.page .brand strong span {
  color: #ff5b10 !important;
}

.nav.page .brand small {
  display: block !important;
  margin-top: 8px !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

.nav.page .links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 42px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.nav.page .links a,
.nav.page .links a.active {
  height: auto !important;
  border-bottom: 0 !important;
  color: inherit !important;
  display: inline-flex !important;
  align-items: center !important;
}

.nav.page .auth {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  font-weight: 700 !important;
  min-width: 0 !important;
}

.nav.page .auth-login {
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  color: inherit !important;
}

.nav.page .auth-register {
  height: 48px !important;
  padding: 0 22px !important;
  border-radius: 9px !important;
  background: #ff5b10 !important;
  border: 1px solid #ff5b10 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 26px rgba(255, 91, 16, .22) !important;
  font-weight: 700 !important;
}

.footer.page {
  width: min(1320px, calc(100vw - 56px)) !important;
  min-height: 188px !important;
  display: grid !important;
  grid-template-columns: 1.1fr .7fr .7fr .8fr 1.1fr !important;
  gap: 34px !important;
  padding: 20px 0 30px !important;
  border-top: 0 !important;
  align-items: start !important;
  margin: 0 auto !important;
}

.footer.page h4 {
  margin: 0 0 10px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

.footer.page a,
.footer.page p {
  display: block !important;
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.footer.page .brand {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
  font-size: initial !important;
  font-family: Inter, Arial, sans-serif !important;
  min-width: 0 !important;
}

.footer.page .brand-mark {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #ff3d08, #ff6b1a) !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(255, 75, 16, .16) !important;
}

.footer.page .brand-mark i,
.footer.page .brand-mark svg {
  width: 20px !important;
  height: 20px !important;
  color: #fff !important;
}

.footer.page .brand strong {
  display: block !important;
  font-size: 21px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #071226 !important;
}

.footer.page .brand small {
  display: block !important;
  margin-top: 8px !important;
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.footer.page .store-badges {
  display: flex !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  align-self: start !important;
  height: 36px !important;
}

.footer.page .store {
  width: 118px !important;
  height: 36px !important;
  border-radius: 6px !important;
  background: #05070b !important;
  color: #fff !important;
  display: grid !important;
  place-items: center !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

@media (max-width: 980px) {
  .nav.page {
    width: calc(100vw - 28px) !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    height: 74px !important;
    gap: 10px !important;
  }

  .nav.page .links {
    display: none !important;
  }

  .nav.page .brand-mark {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    border-radius: 13px !important;
  }

  .nav.page .brand-mark i,
  .nav.page .brand-mark svg {
    width: 25px !important;
    height: 25px !important;
  }

  .nav.page .brand strong {
    font-size: 22px !important;
  }

  .nav.page .brand small {
    font-size: 11px !important;
    margin-top: 4px !important;
  }

  .nav.page .auth-login {
    display: none !important;
  }

  .nav.page .auth-register {
    height: 42px !important;
    width: 112px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .footer.page {
    width: calc(100vw - 28px) !important;
    grid-template-columns: 1fr !important;
  }
}
