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

:root {
  --brand-50: #eef2ff;
  --brand-700: #4338ca;
}

html {
  scroll-behavior: smooth;
}

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

}

:root {
  --accent: #6C63FF;
  --accent-2: #00C2FF;
  --ink: #111827;
  --muted: #6B7280;
  --soft: #F3F5FF;
}

* {
  box-sizing: border-box
}

.btn {
  font-weight: 300 !important;
}

.navbar .btn {
  font-weight: 600
}

.section-padding {
  padding: 6rem 0
}

.hero {
  padding-top: 8rem
}

.fw-extrabold {
  font-weight: 800
}

.accent {
  color: #ff751f;
}

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

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

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

.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
}

.gradient-1 {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.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
}

.testimonial {
  background: #fff
}

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
}

.list-unstyled li::marker {
  content: ""
}

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

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

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

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

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

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

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;
  }
}
