:root {
  --ink: #111111;
  --cream: #fffdf6;
  --lime: #d6f32f;
  --purple: #c9a6ff;
  --pink: #ff4d9d;
  --violet: #7b3fe4;

  --bs-body-font-family: "Figtree", system-ui, sans-serif;
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--cream);
}

html,
body {
  background: var(--cream);
  overflow-x: hidden;
}

body {
  font-family: "Figtree", system-ui, sans-serif;
}

a {
  color: var(--ink);
  text-decoration: none;
}

a:hover {
  color: var(--ink);
}

section {
  position: relative;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floaty {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes ping {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ping-centered {
  0% {
    transform: translateX(-50%) scale(0.6);
    opacity: 0.9;
  }

  100% {
    transform: translateX(-50%) scale(1.9);
    opacity: 0;
  }
}

.font-display {
  font-family: "Baloo 2", "Figtree", sans-serif;
  font-weight: 800;
}

.bg-cream {
  background-color: var(--cream) !important;
}

.bg-lime {
  background-color: var(--lime) !important;
}

.bg-purple {
  background-color: var(--purple) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-ink {
  background-color: var(--ink) !important;
}

.text-lime {
  color: var(--lime) !important;
}

.text-ink {
  color: var(--ink) !important;
}

.text-cream {
  color: var(--cream) !important;
}

.dotted-bg {
  background-color: var(--cream);
  background-image: radial-gradient(circle, rgba(17, 17, 17, 0.16) 1.9px, transparent 2.1px);
  background-size: 30px 30px;
}

.dotted-bg-dark {
  background-color: var(--lime);
  background-image: radial-gradient(circle, rgba(17, 17, 17, 0.18) 2.1px, transparent 2.3px);
  background-size: 30px 30px;
}

.border-ink {
  border: 3px solid var(--ink) !important;
}

.border-b-ink {
  border-bottom: 3px solid var(--ink) !important;
}

.border-t-ink {
  border-top: 3px solid var(--ink) !important;
}

.shadow-brutal-sm {
  box-shadow: 3px 3px 0 var(--ink);
}

.shadow-brutal {
  box-shadow: 4px 4px 0 var(--ink);
}

.shadow-brutal-lg {
  box-shadow: 6px 6px 0 var(--ink);
}

.shadow-brutal-xl {
  box-shadow: 10px 10px 0 var(--ink);
}

.shadow-brutal-xl.shadow-purple {
  box-shadow: 10px 10px 0 var(--purple);
}

.shadow-brutal-xl.shadow-lime {
  box-shadow: 10px 10px 0 var(--lime);
}

.rounded-32 {
  border-radius: 32px !important;
}

.btn-brutal {
  display: inline-block;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-brutal:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
}

.btn-brutal.btn-ink {
  background: var(--ink);
  color: var(--cream);
}

.btn-brutal.btn-ink:hover {
  color: var(--cream);
}

.btn-brutal.btn-lime {
  background: var(--lime);
}

.btn-brutal.shadow-purple {
  box-shadow: 6px 6px 0 var(--purple);
}

.btn-brutal.shadow-purple:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--purple);
}

.btn-brutal.shadow-white {
  box-shadow: 6px 6px 0 #fff;
}

.btn-brutal.shadow-white:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #fff;
}

.btn-nav-download {
  padding: 11px 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.btn-try-free {
  padding: 11px 22px;
  font-size: 14px;
}

.btn-hero-cta {
  padding: 15px 30px;
  font-size: 16px;
}

.btn-share-cta {
  padding: 14px 28px;
  font-size: 15px;
  letter-spacing: 0.04em;
  box-shadow: 5px 5px 0 var(--ink);
}

.btn-store-cta {
  padding: 16px 32px;
  font-size: 16px;
}

.btn-nav-download:hover,
.btn-try-free:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.btn-try-free.shadow-white:hover {
  box-shadow: 2px 2px 0 #fff;
}

.btn-share-cta:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}

.badge-brutal {
  display: inline-block;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}

.badge-brutal.badge-flat {
  border: 0;
}

.badge-welcome {
  padding: 9px 18px;
  font-size: 15px;
  letter-spacing: 0.16em;
  box-shadow: 4px 4px 0 var(--ink);
}

.badge-realtime {
  padding: 8px 18px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  box-shadow: 4px 4px 0 var(--ink);
}

.badge-float {
  padding: 10px 16px;
  font-size: 13px;
  box-shadow: 4px 4px 0 var(--ink);
}

.badge-flat-sm {
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.chip {
  display: inline-block;
  border: 3px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
}

.chip-tag {
  padding: 8px 15px;
  font-size: 13.5px;
}

.chip-social {
  padding: 12px 20px;
  font-size: 16px;
}

.card-brutal {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 36px;
  box-shadow: 10px 10px 0 var(--ink);
  overflow: hidden;
}

.card-brutal.rounded-brutal-sm {
  border-radius: 32px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: "Baloo 2", "Figtree", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.phone-frame,
.phone-frame-sm {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 6px solid var(--ink);
}

.phone-frame img,
.phone-frame-sm img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-frame {
  max-width: 290px;
  border-radius: 44px;
  box-shadow: 14px 14px 0 var(--ink);
}

.phone-frame-sm {
  max-width: 280px;
  border-radius: 42px;
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.3);
}

.phone-w-hero {
  width: min(290px, 78vw);
}

.phone-w-md {
  width: min(280px, 90%);
}

.phone-w-sm {
  width: min(240px, 88%);
}

.phone-w-radar {
  width: min(260px, 80%);
}

.phone-frame-sm.frame-on-ink {
  border-color: var(--lime);
  box-shadow: 10px 10px 0 rgba(214, 243, 47, 0.25);
}

.phone-frame-sm.frame-crop-top {
  border-width: 5px;
  border-bottom: none;
  box-shadow: none;
}

.phone-frame-sm.frame-crop-top.radius-34 {
  border-radius: 34px 34px 0 0;
}

.phone-frame-sm.frame-crop-top.radius-30 {
  border-radius: 30px 30px 0 0;
}

.phone-frame-sm.frame-crop-top.frame-lime-edge {
  border-color: var(--lime);
}

.float-anim {
  animation: floaty 7s ease-in-out infinite;
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ping-ring {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 3px solid var(--ink);
  opacity: 0.25;
  animation: ping 3.6s ease-out infinite;
}

.ping-ring.delay {
  animation-delay: 1.2s;
}

.explore-ping {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  border: 3px solid var(--lime);
  animation: ping-centered 3.6s ease-out infinite;
}

.explore-ping.delay {
  animation-delay: 1.2s;
}

.explore-ping-1 {
  width: 340px;
  height: 340px;
  bottom: 60px;
}

.explore-ping-2 {
  width: 500px;
  height: 500px;
  bottom: -20px;
}

.hero-decor-1 {
  width: 620px;
  height: 620px;
  background: var(--lime);
  right: -160px;
  top: -220px;
}

.hero-decor-2 {
  width: 320px;
  height: 320px;
  background: var(--purple);
  left: -140px;
  bottom: -160px;
}

.hero-decor-3 {
  width: 260px;
  height: 260px;
  border: 3px solid var(--ink);
  right: 220px;
  top: -80px;
  opacity: 0.35;
}

.hero-decor-4 {
  width: 420px;
  height: 420px;
  border: 3px solid var(--ink);
  right: -60px;
  bottom: -240px;
  opacity: 0.18;
}

.hero-decor-5 {
  width: 54px;
  height: 54px;
  background: var(--lime);
  border: 3px solid var(--ink);
  left: 30%;
  top: 34px;
}

.hero-badge-1 {
  position: absolute;
  top: 40px;
  left: -34px;
  background: var(--purple);
}

.hero-badge-2 {
  position: absolute;
  top: 46%;
  right: -26px;
  background: var(--pink);
  color: var(--ink);
}

.hero-badge-3 {
  position: absolute;
  bottom: 40px;
  left: -22px;
  background: var(--lime);
}

.discover-decor-1 {
  width: 380px;
  height: 380px;
  border: 3px solid var(--violet);
  opacity: 0.2;
  left: -150px;
  top: 200px;
}

.discover-decor-2 {
  width: 210px;
  height: 210px;
  background: var(--lime);
  opacity: 0.45;
  right: -70px;
  top: 40px;
}

.get-decor-1 {
  width: 300px;
  height: 300px;
  border: 3px solid var(--ink);
  opacity: 0.3;
  left: -90px;
  top: -90px;
}

.get-decor-2 {
  width: 200px;
  height: 200px;
  background: var(--purple);
  border: 3px solid var(--ink);
  right: -70px;
  bottom: -80px;
}

.container-1240 {
  max-width: 1240px;
  margin-inline: auto;
}

.grid-auto-320 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.grid-auto-300 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-auto-280 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-span-all {
  grid-column: 1 / -1;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-16 {
  gap: 16px;
}

.gap-18 {
  gap: 18px;
}

.gap-20 {
  gap: 20px;
}

.gap-22 {
  gap: 22px;
}

.gap-28 {
  gap: 28px;
}

.gap-12-14 {
  gap: 12px 14px;
}

.gap-hero-grid {
  gap: clamp(28px, 5vw, 56px);
}

.gap-feature {
  gap: clamp(24px, 3.5vw, 40px);
}

.gap-nav-right {
  gap: clamp(14px, 2.5vw, 30px);
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.place-center {
  place-items: center;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.nav-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.fw-800 {
  font-weight: 800 !important;
}

.pad-nav {
  padding: 12px clamp(16px, 4vw, 40px);
}

.pad-hero {
  padding: clamp(36px, 6vw, 72px) clamp(16px, 4vw, 40px) clamp(48px, 7vw, 88px);
}

.pad-discover-intro {
  padding: clamp(48px, 7vw, 88px) clamp(16px, 4vw, 40px) clamp(24px, 3vw, 40px);
}

.pad-section-80 {
  padding: 0 clamp(16px, 4vw, 40px) clamp(48px, 7vw, 80px);
}

.pad-explore-section {
  padding: 0 clamp(16px, 4vw, 40px) clamp(48px, 7vw, 88px);
}

.pad-feature-text {
  padding: clamp(28px, 4vw, 54px);
}

.pad-feature-media {
  padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px);
}

.pad-tile-content {
  padding: clamp(26px, 3vw, 36px);
}

.pad-explore-card-text {
  padding: 30px 30px 24px;
}

.pad-explore-card-media {
  padding: 26px 26px 0;
}

.pad-wfn-text {
  padding: clamp(30px, 3.6vw, 48px);
}

.pad-wfn-media {
  padding: clamp(30px, 3.6vw, 48px) 20px 0;
}

.pad-share-side {
  padding: clamp(28px, 4vw, 48px);
}

.pad-community-text {
  padding: clamp(28px, 4vw, 52px);
}

.pad-get {
  padding: clamp(48px, 7vw, 88px) clamp(16px, 4vw, 40px);
}

.pad-footer {
  padding: 32px clamp(16px, 4vw, 40px);
}

.pad-marquee {
  padding: 16px 0;
}

.tile-media {
  height: 260px;
}

.min-h-300 {
  min-height: 300px;
}

.min-h-380 {
  min-height: 380px;
}

.inset-0 {
  inset: 0;
}

.object-pos-events {
  object-position: center 32%;
}

.navbar-brand-badge {
  transform: rotate(-3deg);
}

.logo-nav {
  height: clamp(92px, 9.5vw, 110px);
  width: auto;
  display: block;
}

.logo-cta {
  height: 96px;
  width: auto;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.marquee-text {
  font-family: "Baloo 2", "Figtree", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: var(--lime);
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding-right: 40px;
}

.hero-highlight {
  background: var(--lime);
  border-radius: 18px;
  padding: 0 14px;
  box-shadow: 6px 6px 0 var(--ink);
  margin-top: 10px;
}

.speech-wrap {
  max-width: 440px;
}

.speech-bubble {
  background: var(--pink);
  border: 3px solid var(--ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--ink);
  padding: 26px 28px;
  transform: rotate(-1.5deg);
}

.discover-highlight {
  background: var(--lime);
  border-radius: 12px;
  padding: 0 8px;
}

.speech-bubble-star {
  display: grid;
  place-content: center;
  position: absolute;
  top: -20px;
  left: -18px;
  width: 52px;
  height: 52px;
  background: var(--lime);
  border: 3px solid var(--ink);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 3px 3px 0 var(--ink);
}

.speech-bubble-dot {
  position: absolute;
  bottom: -18px;
  right: -14px;
  width: 38px;
  height: 38px;
  background: var(--purple);
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.check-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--lime);
  color: var(--ink);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.fs-hero-title {
  font-size: clamp(1.75rem, 4.9vw, 4.125rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.fs-h2-lg {
  font-size: clamp(2rem, 4.2vw, 3.375rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.fs-h2-md {
  font-size: clamp(1.75rem, 3.4vw, 2.625rem);
  line-height: 1.08;
}

.fs-h2-community {
  font-size: clamp(1.875rem, 3.8vw, 3rem);
  line-height: 1.05;
}

.fs-h2-cta {
  font-size: clamp(2.125rem, 5vw, 3.875rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 20ch;
}

.fs-h3-lg {
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  line-height: 1.08;
}

.fs-h3-md {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.12;
}

.fs-h3-sm {
  font-size: 26px;
  line-height: 1.1;
}

.fs-h3-explore {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.06;
}

.fs-speech {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  line-height: 1.2;
}

.fs-lead {
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.55;
}

.fs-hero-note {
  font-size: 14px;
}

.fs-feature-body {
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
}

.fs-tile-body {
  font-size: 16px;
  line-height: 1.5;
}

.fs-explore-card-body {
  font-size: 15.5px;
  line-height: 1.5;
}

.fs-wfn-body {
  font-size: 16.5px;
  line-height: 1.55;
}

.fs-share-body {
  font-size: 16px;
  line-height: 1.55;
}

.fs-community-item {
  font-size: 17px;
}

.fs-cta-lead {
  font-size: 18px;
}

.fs-footer-link {
  font-size: 14px;
}

.fs-footer-fine {
  font-size: 13px;
}

.measure-40 {
  max-width: 40ch;
}

.measure-44 {
  max-width: 44ch;
}

.measure-46 {
  max-width: 46ch;
}

.measure-22 {
  max-width: 22ch;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-85 {
  opacity: 0.85;
}

.rot-8n {
  transform: rotate(-8deg);
}

.rot-5n {
  transform: rotate(-5deg);
}

.rot-3n {
  transform: rotate(-3deg);
}

.rot-2n5n {
  transform: rotate(-2.5deg);
}

.rot-2n {
  transform: rotate(-2deg);
}

.rot-1n5n {
  transform: rotate(-1.5deg);
}

.rot-1n {
  transform: rotate(-1deg);
}

.rot-1p5 {
  transform: rotate(1.5deg);
}

.rot-2p {
  transform: rotate(2deg);
}

.rot-3p {
  transform: rotate(3deg);
}

.rot-7p {
  transform: rotate(7deg);
}

@media (max-width: 576px) {

  .badge-welcome {
    display: none;
  }

  .nav-inner {
    flex-wrap: nowrap !important;
  }

  .hero-cta-row {
    flex-wrap: nowrap !important;
  }

  .hero-cta-row .btn-hero-cta {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
  }

  .hero-decor-1 {
    display: none;
  }

  .fs-hero-title {
    font-size: 2.5rem;
  }
}
