@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap'); */

* {
  box-shadow: none !important;
  outline: none !important;
}

:root {
  --accent: #0EA5E9;
  --accent-2: #22C55E;
  --ink: #0F172A;
  --muted: #64748B;
  --soft: #F5FAFF;
}

* {
  box-sizing: border-box
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-feature-settings: "kern";
  font-weight: 300 !important;
  color: var(--ink);

}

/* .logo {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
} */

.navbar .btn {
  font-weight: 600
}

.section-padding {
  padding: 6rem 0
}

.hero {
  padding-top: 8rem
}

.fw-extrabold {
  font-weight: 800
}

.accent {
  color: var(--accent)
}

.hero-card {
  border: 1px solid #e9f2ff
}

.bg-soft {
  background: var(--soft)
}

.feature-tile {
  background: #fff;
  border: 1px solid #eef2ff
}

.feature-icon img {
  display: block
}

.screen-stack {
  position: relative;
  display: grid;
  gap: 1rem
}

.screen-stack img:nth-child(2) {
  transform: rotate(-1.5deg);
  margin-left: 3rem
}

.badge-best {
  position: absolute;
  top: -12px;
  right: 1rem;
  background: var(--accent);
  color: #fff;
  padding: .25rem .5rem;
  border-radius: 999px;
  font-size: .75rem
}

.highlight-card {
  border-width: 2px
}

footer a {
  text-decoration: none
}

footer a:hover {
  text-decoration: underline
}

.rounded-4 {
  border-radius: 1rem
}

.rounded-3 {
  border-radius: .75rem
}

.rounded-pill {
  border-radius: 999px
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent)
}

.btn-primary:hover {
  opacity: .9
}

.accordion-item {
  border: 1px solid #eef2ff;
  margin-bottom: 1rem
}

.accordion-button {
  border-radius: 1rem
}

.accordion-button:not(.collapsed) {
  background: #f0f9ff;
  color: var(--ink)
}

.small, .text-muted {
  color: var(--muted) !important
}

.step-num {
  width: 34px;
  height: 34px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: .5rem
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

article p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #334155;
  margin-bottom: 1.5rem;
}

article a {
  color: var(--brand-700);
  text-decoration: underline;
}

article a:hover {
  color: var(--brand-700);
  text-decoration: none;
}

article ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

article li {
  margin-bottom: .5rem;
  color: #334155;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (max-width: 768px) {
  .screen-stack img {
    max-width: 90%;
    height: auto;
  }
}
